body {


    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #01AB89;
}




.shooping-cart {
    margin-left: 11rem;
    margin-bottom: 5px;
}






p {
    padding: 0;
    margin: 0;
}

.navIcon {
    color: black;
    font-size: 1.8rem;
    padding: 0.4rem;
    border-radius: 7px;
}


.ctn {
    padding: 10px 25px;
    color: white;
    background-color: #00A991;
    border: none;

}

.con {
    background-color: #292929;
}

.ctn:hover {
    color: white;
    background-color: #024e3d;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.6s;
    border: none;
}



.sidebar {
    background: transparent;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

@media (min-width: 992px) {

    /* lg breakpoint */
    .text-lg-black {
        color: black !important;
        /* Use !important to ensure it overrides text-white */
    }
}

@media (min-width: 576px) {

    .dropdown-menu {
        opacity: 0;
        width: 250px;
        border: none;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }






    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        transition: all 0.6s;
    }

    .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
        transition: all 0.6s;
    }



    .underline-hover {
        position: relative;
        display: inline-block;
        text-decoration: none;


    }

    .underline-hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background-color: #01AB89;
        transition: width 0.3s ease;
    }

    .nav-item:hover .underline-hover::after,
    .dropdown:hover .underline-hover::after {
        width: 100%;
    }


}

.nav-link {
    padding-bottom: 0;
    color: white;
}



.dropdown-toggle::after {
    transition: all 0.6s;
    /* or your base position */
}






.dropdown-menu .dropdown-item:hover {
    background-color: #e5e5e5;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: absolute;
}

.dropdown-item {
    padding: 15px;
    font-size: 12px;
}

.navbar-toggler {
    padding: 0;
}

.close-btnn {
    background: none;
    border: none;
    color: white;
}



@media(max-width:992px) {


    .nav-link {
        margin-top: 15px;
        padding-bottom: 10px;
        padding-top: 10px;

        font-size: 1.2rem;
    }


    .nav-link {
        color: white !important;
    }

}



@media(max-width:992px) {

    .sm-btns {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .con {
        width: 70%;
    }

    .whatsapp-link {
        text-decoration: none;
        display: flex;
        justify-content: center;
        padding: 4px 10px;
        background-color: #292929;
        width: 25%;

        /* prevents distortion */
    }

    .color-change {
        color: white;
    }

    .c-c {
        color: white;
        color: #1B8755;
    }



}



.cart-lg {
    margin: 0;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-width: 100%;
}










.cart-badge {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    top: 0;
    left: 14px;
    position: absolute;
    z-index: 10;
    padding: 0;
}


/*Nav-End */



.upper {
    margin-top: 10rem;
}


#fullName:focus,
#email:focus,
#address:focus,
#phone:focus,
#state {
    box-shadow: none !important;
    border-color: black !important;
    outline: none !important;
}




/* <!-- ✅ Modal Styles --> */

.payment-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.payment-modal-content {
    background: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    animation: fadeIn 0.3s ease;
}

.btn-copy {
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 8px;
    background: #00AA88;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn-copy:hover {
    background: #00AA88;
}

.btn-main {
    background: #00AA88;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
}

.btn-main:hover {
    background: #024E3D;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}







@media print {
    body * {
        visibility: hidden;
        /* Hide everything */
    }

    #invoice,
    #invoice * {
        visibility: visible;
        /* Show only the invoice */
    }

    #invoice {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}


.customImg-gg401 {
    width: 33px !important;
    margin-left: 37px;
    padding-right: 2px;
}