@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Sora-SemiBold";
    src: url("../fonts/sora/Sora-SemiBold.ttf") format("truetype");
    font-weight: 500;
}

.brandLogo {
    object-fit: contain;
}
.bg-dark {
    background-color: #000000 !important;
}

/* Navbar Links */
.navbar .nav-link {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 18px;
    color: white !important;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #2dace4 !important; /* blue hover */
}

.navbar .nav-link.text-primary {
    color: #2dace4 !important; /* active link color */
}

/* Vector Icon inside Navbar */
.nav-link .nav-vector {
    transition: all 0.3s ease;
}

.nav-link:hover .nav-vector,
.nav-link.active-link .nav-vector {
    content: url("/images/homeImage/Vector-blue.png");
}

/* Banner Section */
.banner-image {
    background-image: url("../images/homeImage/banner_image.png");
    background-size: cover;
}
/* cart css */
/* ✅ Ensure offcanvas overlays all content */
.offcanvas {
    width: 500px !important;
    z-index: 2000 !important;
    position: fixed !important;
    background: #ffffff !important;
    border-left: 1px solid #e0e0e0;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.08);
    /* border-radius: 12px 0 0 12px; */
}
.offcanvas-title {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
.shoppingCartText {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}
.shoppingCartSubText {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

/* ✅ Glassy blurred backdrop */
.offcanvas-backdrop {
    z-index: 1990 !important;
    background-color: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

body {
    overflow-x: hidden;
}

/* Header */
.offcanvas-header {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Reduce gap between header text and items */
.cart-header-area {
    margin-bottom: 0.25rem;
}

.cart-header-text {
    color: black;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}

/* Cart items */
#cartItems {
    margin-top: 0.5rem;
    flex-grow: 1;
    overflow-y: auto;
}

#cartItems .cart-item {
    background: white;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    /* justify-content: space-between; */
}

#cartItems .cart-item:hover {
    background: #f1f5f9;
}

.cart-item img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.cart-item h6 {
    margin: 0;
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

.cart-item p {
    margin: 0;
    color: #6c757d;
    font-size: 14px;
}
.quantity span {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}

.cart-item button {
    border: none;
    background: transparent;
    color: #6c757d;
}

/* Footer pinned to bottom */
.offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 1rem;
}

.offcanvas-body .cart-total {
    font-size: 18px;
    font-weight: 600;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 6px;
}

.checkout-btn {
    background: #2dace4;
    border: none;
    border-radius: 30px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
}

.checkout-btn:hover {
    background: #1d91c9;
}

.quantity {
    margin-right: 50px;
}
/* end cart css */
/* /////our vison and our brand//// */

.section-title {
    color: #169fe6;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    font-size: 74px;
}
.blackHeading {
    font-family: "Poppins-Bold";
    font-weight: 700;
    text-transform: inherit;
    font-size: 54px;
    letter-spacing: 1px;
}
.paraText {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    letter-spacing: 0px;
}
.subHeading {
    font-family: "Poppins-SemiBold";
    font-weight: 600;
    font-size: 60px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 60px;
}
.vector4 {
    object-fit: contain;
}
/* .imagesDiv {
    padding: 40px 0px;
} */
.vertical-img-container {
    display: flex;
    flex-direction: column;
    /* gap: 30px; */
    /* position: relative; */
    align-items: end;
    /* top: -60px;
    right: -60px; */
    /* d-flex flex-column gap-3 align-items-end position-relative */
}
/* .horizontal-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    bottom: -55px;
} */

.vision-section img {
    border-radius: 12px;
}

.brand-card {
    transition: all 0.3s ease;
}
.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Brand color backgrounds */
/* .brand-card.purple {
    background-color: #e5d4f9;
}
.brand-card.pink {
    background-color: #fbd3e8;
}
.brand-card.red {
    background-color: #f8c2b8;
}
.brand-card.orange {
    background-color: #fcd3a6;
}
.brand-card.yellow {
    background-color: #fceca7;
} */

.small {
    color: #555;
}

/* supplements css */
.principles-section {
    background: linear-gradient(to bottom right, #ffffff, #f8fbfd);
}

.feature-card {
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.main-card {
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}

.btn-info {
    background-color: #279bd1;
    border: none;
    color: #000000;
    font-family: "Poppins-SemiBold";
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.btn-info:hover {
    background-color: #31d2f2;
}
.featureHeading {
    font-family: "Poppins-Medium";
    font-weight: 500;
    font-size: 48px;
    line-height: 64px;
    color: #ffffff;
}
.suplementsCardHeading {
    font-family: "Sora-SemiBold";
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}
.suplementsCardPara {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.supplementsTextDiv {
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 190px;
}

/* footer */
footer {
    background-color: #000000;
    color: white;
}

.footer-link {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-decoration: none;
    position: relative;
}

.footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #279bd1;
    transition: width 0.4s ease;
}

.footer-link:hover {
    color: #279bd1;
    
}

.footer-link:hover::after {
    width: 100%;
}
.footerImg {
    object-fit: contain;
    margin-bottom: 12px;
}
.footerParaOne {
    font-family: "Poppins-Regular";
    font-weight: 400;
    font-size: 17px;
    color: #e9e9e9;
    line-height: 28px;
    text-align: justify;
}
.footerHeading {
    font-family: "Poppins-Bold";
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    line-height: 28.6px;
}

.social-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
}

.social-icon:hover {
    color: white;
}
.socialIcon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #1d6a9c;
    border-color: #1d6a9c;
}
.quickDiv {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.contactDiv {
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* Preloader Overlay (UNCHANGED) */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #272d3d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

/* === NEW SVG LOADER === */
.loading svg polyline {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.loading svg polyline#back {
    stroke: #ff4d5033;
}

.loading svg polyline#front {
    stroke: #00ffff;
    stroke-dasharray: 48, 144;
    stroke-dashoffset: 192;
    animation: dash_682 2s linear infinite;
}

.loading svg polyline#front2 {
    stroke: #00ffff;
    stroke-dasharray: 48, 144;
    stroke-dashoffset: 192;
    animation: dash_682 2s linear infinite;
    animation-delay: 1s;
}

@keyframes dash_682 {
    72.5% {
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Glowing Text (UNCHANGED) */
.preloader-text {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #00e5ff, 0 0 20px #00e5ff, 0 0 40px #00e5ff;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #00e5ff, 0 0 10px #00e5ff;
    }
    to {
        text-shadow: 0 0 20px #00e5ff, 0 0 40px #00e5ff;
    }
}

/* Hide animation */
.preloader.hide {
    opacity: 0;
    visibility: hidden;
}



.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #1a78a6 !important;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 990;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
}

.scroll-to-top i {
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.scroll-to-top:hover {
    background: var(--thm-black-color);
}

.scroll-to-top:hover i {
    color: #fff;
}
.card-img-top{
        width: 100%;
    /* height: 444px !important; */
}
@media (max-width: 992px) {
    .quickDiv {
        align-items: start;
    }
    .section-title {
        font-size: 66px;
    }
    .featureHeading {
        font-size: 27px;
    }
    .supplementsIconDiv {
        margin-bottom: 20px;
    }
    .suplementsCardHeading {
        font-size: 19px;
    }
    .supplementsTextDiv {
        display: block;
        height: 205px;
    }
}
@media (max-width: 767px) {
    .horizontal-stack {
        position: static;
    }
    .navbar {
        background-color: #000000 !important;
    }
    .navbar-nav{
        gap: 12px !important;
    }
}
@media (max-width: 576px) {
    .section-title {
        font-size: 52px;
    }
}

@media screen and (max-width: 480px) {
    .section-title,
    .blackHeading {
        font-size: 42px;
    }
    .marginBottom {
        margin-bottom: 20px;
    }
    .vision-section,
    .brands-section {
        padding-bottom: 0rem !important;
    }
    .subHeading {
        font-size: 38px;
    }
    .HerheadingDiv,
    .HimheadingDiv {
        padding: 1.5rem 0rem !important;
    }
    .vector4 {
        width: 10%;
    }
    .main-card {
        padding: 2rem 1.5rem !important;
    }
        .featureHeading {
        font-size: 24px;
    }
    .supplementsTextDiv {
        height: 130px;
    }
    .supplementsIconDiv img {
        width: 10%;
    }
    .forherbanner-image,
    .forhimbanner-image,
    .aboutbanner-image {
        height: 100vh !important;
    }
    .aboutus_Section {
        margin-top: 0px !important;
    }
    .avatars {
        justify-content: start;
    }
    .events_Slider_Section {
        padding: 12px 0;
    }
    .slider-prev,
    .slider-next {
        font-size: 1rem !important;
    }
    .slider-controls {
        margin-top: 15px;
    }
        .product-info {
        text-align: center;
        padding: 0 14px;
    }
    .card-img-top{
        width: auto;
    height: auto !important;
}
}
