* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.parsley-errors-list {
    color: red; /* Set error message color to red */
}
.navbar-brand img{
    max-height: 87px;
    max-width:200px;
    min-width:70%;
}
a {
    text-decoration: none !important;
}
.gradient-blue {
    background-color: #EDEBF9 !important;
}

.index-1 {
    z-index: 1;
}

button:focus:not(:focus-visible) {
    outline: 0 !important;
}

.main-light-blue-bgcolor {
    background-color: #EAF4FE;
}

.navbar {
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.658);
}

button:hover {
    filter: saturate(0.6) !important;
}
/* top banner */

.top-banner-main {
    /* background-image: url('../images/Home-Banner.png'); */
    background-image: url('../compressed-images/Home-Banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.Third-section {
    /* background-image: url('../images/fastest-mobile-payment-banner.png'); */
    background-image: url('../compressed-images/fastest-mobile-payment-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.carrier-cards {
    height: 100px;
    width: 140px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 0px 9px -4px; */
    transition: all 0.3s;
}

/* .carrier-cards:hover {
        transform: translate(0px, -10px);
    } */

.carrier-plans-cards {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    box-shadow: 0px 0px 9px -4px;
    transition: all 0.3s;

}

.login-bg {
    /* background-image: url('/../images/login-bg.jpg'); */
    background-image: url('../compressed-images/login-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-bg-layer {
    background: #190e81e6;
}

.register-bg {
    background-image: url('/../images/create-account-bg.webp');
    /* background-image: url('../compressed-images/create'); */
    background-repeat: no-repeat;
    background-size: cover;
}

.register-bg-layer {
    background: #190e81e6;
}

.forget-bg {
    background-image: url('/../images/forget-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.forget-bg-layer {
    background: #190e81e6;
}

.reset-bg {
    /* background-image: url('/../images/reset-password-bg.jpg'); */
    background-image: url('../compressed-images/reset-password-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.reset-bg-layer {
    background: #190e81e6;
}

.create-pass-bg {
    background-image: url('/../images/create-new-password.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.create-pass-bg-layer {
    background: #190e81e6;
}

.carrier-plans-cards:hover {
    transform: translate(0px, -10px);
}

.simple-mob-btn {
    background-color: #8bc83b;
}

.simple-mob-btn:hover {
    background-color: #8bc83bbe;
}

.lyca-mob-btn {
    background-color: #06a32b;
}

.lyca-mob-btn:hover {
    background-color: #06a32bb0;
}

.h2o-mob-btn {
    background-color: #FDE902;
}

.h2o-mob-btn:hover {
    background-color: #fde802ad;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #00000081;
    display: none;
    z-index: 1;
}

.anim-hov {
    background-color: #e7f4fe;
    border-radius: 10px 10px 10px 10px;
    transition: 0.5s;
}

.anim-hov:hover {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 15px 0px;
}

.glow-hov:hover {
    box-shadow: 0px 0px 20px 0px rgb(185, 232, 253);
}

.glow-hov {
    transition: 0.5s;
}


.fs-sm {
    font-size: small;
}

#myBtn {
    display: none;
}

.text-main {
    color: #291D89;
}

.bg-main {
    background: #291D89;
}

.master-btn {
    background: #291D89 !important;
    transition: ease-in-out 0.3s;
    border: 0;
    color: #fff !important;
}
.master-btn-danger {
    background: #dc3545 !important;
    transition: ease-in-out 0.3s;
    border: 0;
    color: #fff !important;
}
.master-btn:hover,.master-btn-dange:hover {
    background: #000000 !important;
}


.collapse:not(.show) {
    right: -100% !important;
    transition: all 0.8s;
}

.navbar-collapse {
    transition: 0.5s !important;
}

.hov-master:hover{
    color: #291D89;
    /* color: #fff; */
}
.hover:hover {
    color: #291D89;
}

.text-overflow {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 37px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stickey-product {
    position: sticky;
    top: 25px;
    bottom: 0;
    align-self: flex-start;
}

.cart-sidebar {
    width: 350px;
    padding: 10px 12px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -1000%;
    height: 100vh;
    z-index: 4;
    transition: 0.5s;
}

.cursor {
    cursor: pointer;
}
.input-box, table input[type=number] {
    -moz-appearance: textfield;
}
.product-quantity {
    top: -10px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: small;
}
.dropdown-item {
    transition: 0.5s;
}

.dropdown-item:hover {
    color: #fff;
    border-left: 2px #fff;
    padding-left: 22px;
    background: #271d88;
}
@media only screen and (max-width: 990px) {
    .navbar-collapse {
        position: fixed;
        background: #fff;
        color: #002926;
        width: 300px;
        top: 0;
        right: 0;
        padding: 16px 10px;
        z-index: 2;
        height: 100vh;
    }

    nav .collapse:not(.show) {
        display: block !important;
    }

    #more {
        display: none;
    }

    #myBtn {
        display: block;
    }

    .tabs-content .resp-font {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 500px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .carrier-plans-cards {
        padding: 10px 0px;
    }

    /*
    .carrier-cards-col {
        padding: 5px 5px !important;
    } */

    #more {
        display: none;
    }

    #myBtn {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        background: #fff;
        color: #002926;
        width: 300px;
        top: 0;
        right: 0;
        padding: 16px 10px;
        z-index: 2;
        height: 100vh;
    }

    nav .collapse:not(.show) {
        display: block !important;
    }

    ::placeholder {
        font-size: small;
    }


    .profile-sidebar {
        position: fixed;
        background-color: #fff;
        top: 0;
        left: -1000px;
        height: 100vh;
        z-index: 4;
        transition: all 0.5s;
    }

    .tabs-content .resp-font {
        font-size: 8px !important;
    }
    .shop-sidebar-resp {
        position: fixed;
        top: 0;
        left: -100%;
        width: 260px;
        height: 100vh;
        background: #fff;
        box-shadow: 0px 0px 50px -10px;
        /* backdrop-filter: blur(20px); */
        transition: all 0.3s;
        overflow: scroll;
        padding-bottom: 100px !important;
        z-index: 1;
    }

    .stickey-product {
        position: relative;
    }
}


.loader-container {
    position: fixed; /* Fixed position to cover the entire screen */
    top: 0;
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Hide by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top of other elements */
}

.loader {
    width: 50px;
    padding: 8px;
    position: relative; /* Relative position for animation */
    aspect-ratio: 1; /* Maintain a square aspect ratio */
    border-radius: 50%;
    background: #25b09b;
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg); /* Start position */
    }
    100% {
        transform: rotate(1turn); /* End position */
    }
}
