@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.poppins {
    font-family: 'Poppins', sans-serif !important;
}
.inter {
    font-family: 'Inter', sans-serif !important;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.font-14 {
    font-size: 0.975rem !important;
}

.font-16 {
    font-size: 1rem !important;
}

.font-20 {
    font-size: 1.10rem !important;
}

.font-22 {
    font-size: 1.3rem !important;
}

.font-24 {
    font-size: 1.5rem !important;
}

.font-27 {
    font-size: 1.6875rem !important;
}

.font-45 {
    font-size: 2.8125rem !important;
}

.navbar {
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-link {
    padding: 0 15px !important;
    color: #000 !important;
    font-size: 14px !important;
    font-family: poppins, sans-serif;
}

.nav-link:hover {
    padding: 0 15px !important;
    color: #484848 !important;
    font-size: 14px;
    font-family: poppins, sans-serif;
}

.color-bright {
    color: #35CAB5 !important
}

.color-grey {
    color: #7A7A7A !important;
}

.color-darker {
    color: #474747 !important;
}

.logo-container {
    position: relative;
    z-index: 1050;
}

.logo-container::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -35px;
    background-color: white;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .logo-image {
        height: 50px;
        margin-bottom: 0;
    }

    .navbar-toggler {
        padding: 0.25rem 0;
    }

    .offcanvas-body .nav-link {
        padding: 10px 0 !important;
    }

    .logo-container::after {
        bottom: -7px;
    }

}

@media (max-width: 767px) {
    .font-45 {
        font-size: 1.875rem !important;
    }

    .title-banner h2 {
        font-size: 1.4rem !important;
    }
}

.logo-image {
    height: 140px;
    margin-bottom: -35px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar.scrolled .logo-image {
    height: 70px;
    margin-bottom: -15px;
}

.navbar.scrolled .logo-container::after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -15px;
}


.offcanvas {
    width: 280px;
}

.offcanvas-body .navbar-nav {
    align-items: flex-start;
}

.offcanvas-body .nav-item {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .logo-image {
        height: 50px;
        margin-bottom: 0;
    }

    .navbar-toggler {
        padding: 0.25rem 0;
    }

    .offcanvas-body .nav-link {
        padding: 10px 0 !important;
    }
}


.btn-white {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #35CAB5 !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.btn-white:hover {
    background-color: #1f6980 !important;
    color: #fff !important;
    border: 2px solid #35CAB5 !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}


.btn-green {
    background-color: #1f6980 !important;
    color: #fff !important;
    border: 2px solid #35CAB5 !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.btn-green:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #35CAB5 !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 10px;
}

.dropdown-item {
    padding: 8px 20px;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: rgba(53, 202, 181, 0.1);
    color: #fff !important;
    background-color: #1f6980 !important;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-toggle::after {
        display: none;
    }
}


.offcanvas .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 20px;
}

.offcanvas .dropdown-item {
    padding: 8px 15px;
}

.offcanvas .dropdown-item:hover {
    background-color: transparent;
}

.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;

}

.dropdown-toggle::after {
    display: none !important;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu.submenu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
}

.dropdown-submenu:hover>.dropdown-menu.submenu {
    visibility: visible;
    opacity: 1;
}

.submenu-arrow {
    font-size: 10px;
    opacity: 0.7;
}

.submenu a {
    color: #000 !important;
    text-decoration: none;
    padding: 4px 10px !important;
    font-size: 0.9rem;
    position: relative;
}

.dropdown-item-text {
    text-decoration: none;
    color: inherit;
    font-family: 'Poppins', sans-serif !important;
    display: block;
    width: 100%;
    padding: 8px 20px;
    transition: all 0.2s ease;
}


.navbar .btn {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-resolution: 120dpi),
screen and (-webkit-device-pixel-ratio: 1.25),
screen and (-webkit-min-device-pixel-ratio: 1.25) {
    .navbar .btn {
        width: 150px;
        font-size: 14px;
    }
}

@media screen and (min-resolution: 144dpi),
screen and (-webkit-device-pixel-ratio: 1.5),
screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .navbar .btn {
        width: 129px;
        font-size: 13px;
    }
}

@media screen and (min-resolution: 120dpi),
screen and (-webkit-device-pixel-ratio: 1.25),
screen and (-webkit-min-device-pixel-ratio: 1.25) {
    .navbar .d-flex.align-items-center .btn {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .navbar .d-flex.align-items-center a.text-dark {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        font-size: 1.25rem !important;
    }
}

@media screen and (min-resolution: 144dpi),
screen and (-webkit-device-pixel-ratio: 1.5),
screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .navbar .d-flex.align-items-center .btn {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
    }

    .navbar .d-flex.align-items-center a.text-dark {
        margin-left: 0.25rem !important;
        margin-right: 0.25rem !important;
        font-size: 1.2rem !important;
    }
}


@media (max-width: 991px) {
    .navbar .btn {
        width: auto;
        white-space: nowrap;
        font-size: 14px;
    }
}

.dropdown-item-text:hover,
.dropdown-submenu:hover>.dropdown-item-text,
.dropdown-item-text:active,
.dropdown-item-text:focus {
    color: #ffffff !important;
}

.dropdown-item-textr {
    color: #000000 !important;
}


.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 2000;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.search-overlay.active {
    display: block;
    opacity: 1;
}

.search-overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.search-close {
    position: absolute;
    top: 40px;
    right: 40px;
}

.btn-close-search {
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
}

.btn-close-search:focus {
    outline: none;
}

.search-form-container {
    width: 80%;
    max-width: 600px;
}

.search-form .input-group {
    background-color: transparent !important;
    border: 1px solid white;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0;
    transition: box-shadow 0.3s;
}

.search-input {
    background-color: transparent !important;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 30px 40px;
    height: 60px !important;
    box-shadow: none !important;
    transition: background 0.3s, color 0.3s;
}

.search-overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(-80px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1), opacity 0.4s;
}

.search-overlay.active .search-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.search-overlay .search-input,
.search-overlay .search-input:hover,
.search-overlay .search-input:focus,
.search-overlay .search-input:active {
    color: white !important;
    -webkit-text-fill-color: white !important;
}

.search-overlay .search-input:-webkit-autofill,
.search-overlay .search-input:-webkit-autofill:hover,
.search-overlay .search-input:-webkit-autofill:focus {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

.search-input:focus {
    outline: none;
    box-shadow: none !important;
    background-color: transparent !important;
    color: white;
}

.search-input::placeholder {
    color: #FFF !important;
}

.search-btn {
    background-color: transparent !important;
    color: white;
    border: none;
    font-size: 24px;
    padding: 0 20px;
    box-shadow: none !important;
}

.search-btn i {
    color: white;
}

.search-btn:hover i {
    color: #35CAB5;
}

@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu.submenu {
        left: 0;
        margin-left: 20px;
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        border: none;
        padding-left: 15px;
    }

    .submenu-arrow {
        transform: rotate(90deg);
    }
}

.dropdown-item {
    font-size: 14px !important;
}


.hero-section {
    position: relative;
    height: 70vh;
    background: url('../assets/hero.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10%;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.4;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
    text-align: start;
}

.hero-content h2 {
    margin-bottom: 1.5rem;
    color: #1F6980;
}

.hero-buttons {
    display: flex;
    justify-content: start;
}

@media (max-width: 991.98px) {
    .hero-section {
        justify-content: center;
        padding-right: 0;
        padding: 0 20px;
    }

    .hero-content {
        width: 100%;
        max-width: 450px;
    }

    .hero-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        height: 70vh;
    }

    .hero-content {
        padding: 1.5rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .hero-buttons .btn {
        width: 100%;
    }
}

.btn-bright {
    background-color: #35CAB5 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.btn-bright:hover {
    background-color: #1f6980 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}


.btn-transparent {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #ffffff !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.btn-transparent:hover {
    background-color: #1f6980 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
    border-radius: 30px !important;
    padding: .6rem 2rem !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.primary-blue {
    color: #1F6980 !important;
}

.title-banner {
    background-color: #1F6980;
    color: #fff;
    padding: 20px 50px;
    border-radius: 46px;
    text-align: start;
}



.product-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.product-track {
    display: flex;
    transition: transform 0.5s ease;
    margin: 0;
}

.product-item {
    flex: 0 0 auto;
    margin: 0 15px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.product-item .d-flex.justify-content-start.w-100 {
    margin-top: auto !important;
}

.product-image {
    width: 60%;
    height: 60%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-description {
    text-align: left;
    min-height: 14rem;
    margin-top: 0rem;
}

.product-item h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #1F6980;
}

.product-item p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.product-item ul {
    padding-left: 14px;
    margin-bottom: 15px;
    width: 100%;
}

.product-item li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.product-price {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px 0 15px;
    color: #1F6980;
}


.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    opacity: 1;
    border: 1px solid #ddd;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prev-arrow {
    left: -10px;
}

.next-arrow {
    right: -10px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .product-item {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 767.98px) {
    .product-item {
        flex: 0 0 calc(100% - 30px);
    }
}


.top-seller {
    position: relative;
    overflow: visible;
}

.top-seller::before {
    content: "Top Seller";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #24697F;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    z-index: 2;
    text-align: center;
    clip-path: polygon(0 0, 0% 4%, 7% 50%, 0% 95%, 0% 100%, 46% 100%, 100% 100%, 88% 22%, 92% 51%, 100% 4%, 100% 0%, 47% 0%);
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-seller {
    position: relative;
    overflow: visible;
}

.best-seller::before {
    content: "Best Seller";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #24697F;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    z-index: 2;
    text-align: center;
    clip-path: polygon(0 0, 0% 4%, 7% 50%, 0% 95%, 0% 100%, 46% 100%, 100% 100%, 88% 22%, 92% 51%, 100% 4%, 100% 0%, 47% 0%);
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular {
    position: relative;
    overflow: visible;
}

.popular::before {
    content: "Most Popular";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #24697F;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    z-index: 2;
    text-align: center;
    clip-path: polygon(0 0, 0% 4%, 7% 50%, 0% 95%, 0% 100%, 46% 100%, 100% 100%, 88% 22%, 92% 51%, 100% 4%, 100% 0%, 47% 0%);
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.service-card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 30px 50px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.service-icon-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.service-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 15px;
    object-fit: contain;
    transition: none;
}

.service-card:hover .service-icon {
    border: 1px solid #000;
    background-color: #fff;
}

.service-card h4 {
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.service-card p {
    color: #000;
    font-size: 0.95rem;
    line-height: 1.6;
}

.service-card:hover {
    background-color: #1F6980;
    cursor: pointer;
}

.service-card:hover h4,
.service-card:hover p {
    color: #fff;
}


.who-we-are-section {
    background-image: url('../assets/section-bg.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.who-we-are-container {
    background-image: url('../assets/3d-bg.png');
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    border-radius: 0;
    min-height: 600px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.who-we-are-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.who-we-are-content {
    padding: 70px 30px 60px 0px;
    position: relative;
    z-index: 2;
    color: #333;
}

.who-we-are-content h2 {
    color: #1F6980;
    font-weight: 600;
}


@media (max-width: 991.98px) {
    .who-we-are-container {
        background-position: center;
    }

    .who-we-are-container::before {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 50%, rgba(31, 105, 128, 0.6) 100%);
    }

    .who-we-are-content {
        padding: 40px 25px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .who-we-are-section {
        padding: 50px 0;
    }

    .who-we-are-container {
        min-height: auto;
    }

    .who-we-are-content {
        padding: 30px 20px;
    }

    .col-md-8.offset-md-4 {
        margin-left: 0;
    }
}



.faq-card {
    background-color: #f3f5f6;
    border-radius: 16px;
    padding: 20px 20px;
    height: 100%;
    min-height: 27rem;

}

.faq-card h4 {
    color: #1F6980;
    font-weight: 600;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    background-color: white;
    padding: 15px 20px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.faq-question span {
    flex: 1;
    color: #333;
    transition: color 0.3s ease;
}

.faq-question i {
    color: #333;
    transition: all 0.3s ease;
}

.faq-question[aria-expanded="true"] span {
    color: #35cab5;
}

.faq-question[aria-expanded="true"] i {
    transform: rotate(45deg);
    color: #35cab5;
}

.faq-answer {
    padding: 15px 20px;
    color: #555;
    background-color: #fff;
}

.faq-item hr {
    margin: 0;
    opacity: 0.1;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .faq-card {
        margin-bottom: 20px;
    }
}


/* Testimonials Section */
.testimonial-card {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stars i {
    color: #1F6980;
    margin-right: 3px;
}

.testimonial-text {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f0f0f0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name {
    font-weight: 600;
    color: #333;
}

.testimonial-indicators {
    position: relative;
    bottom: -10px;
    margin: 20px 0 0;
    justify-content: center;
}

.testimonial-indicators button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    top: 45px;
    position: relative;
    background-color: #ccc !important;
    margin: 0 5px;
    opacity: 0.5;
    border: none !important;
}

.testimonial-indicators button.active {
    background-color: #1F6980 !important;
    opacity: 1;
}

@media (max-width: 991px) {
    .testimonial-card {
        margin-bottom: 20px;
    }
}


.journal-card {
    border-radius: 12px;
    border-color: #FFFFFF00;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journal-card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.journal-image img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.journal-image {
    padding: 10px;
}

.journal-content {
    padding: 25px 20px;
}

.journal-content h4 {
    color: #1F6980;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.journal-content p {
    color: #555;
    margin-bottom: 20px;
}

.journal-link {
    border-radius: 30px;
    border: 2px solid #35CAB5;
    padding: 10px 20px;
    color: #35CAB5;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.journal-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.journal-link:hover {
    color: #1F6980;
}

.journal-link:hover i {
    transform: translateX(5px);
}



footer {
    color: white;
}

.footer-heading {
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 8px;
}




.social-links {
    display: flex;
}

.social-link {
    text-decoration: none;
    background-color: #1f6980;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;

    font-size: 16px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #1f6980;
    color: white;
}

.footer-menu-item {
    display: flex;
    gap: 15px;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.3s ease;
}

.footer-menu-item:hover {
    color: #1f6980;
}

.footer-menu-item i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.footer-dropdown [aria-expanded="true"] i {
    transform: rotate(90deg);
}

.submenu {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 5px;
}

.submenu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 4px 0;
    font-size: 0.9rem;
    position: relative;
}

.submenu a:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.submenu a:hover {
    color: white;
}

.copyright {
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .footer-heading {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .footer-main .row {
        text-align: center;
    }
    .footer-main .col-lg-3,
    .footer-main .col-md-6,
    .footer-main .col-12 {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        text-align: center !important;
    }
    .footer-heading,
    .footer-menu,
    .footer-dropdown,
    .footer-menu-item,
    .footer-submenu {
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }
    .footer-menu {
        width: 100%;
    }
    .footer-submenu {
        border-left: none;
        padding-left: 0;
    }
}


.newsletter-container {
    position: relative;
    margin-bottom: -60px;
    z-index: 10;
}

.newsletter-box {
    background-color: white;
    border-radius: 32px;
    border: 1px solid #000;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.newsletter-heading {
    font-weight: 700;
    color: #1F6980;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.3;
}

.newsletter-text {
    font-size: 16px;
    color: #555;
}

.newsletter-form .form-control {
    height: 50px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #ddd;
}

.newsletter-form .btn {
    border-radius: 0 8px 8px 0;
    padding: 12px 24px;
}

@media (max-width: 991px) {
    .newsletter-container {
        margin-bottom: -40px;
    }

    .newsletter-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .newsletter-container {
        margin-bottom: -30px;
    }

    .newsletter-box {
        padding: 25px;
        border-radius: 24px;
    }

    .newsletter-heading {
        font-size: 22px;
        text-align: center;
    }

    .newsletter-text {
        text-align: center;
    }
}

.footer-submenu {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 5px;
}

.footer-submenu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 4px 0;
    font-size: 0.9rem;
    position: relative;
}

.footer-submenu a:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-submenu a:hover {
    color: white;
}

.myers-section {
    background-image: url('../assets/myers-section.jpg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}



.myers-row-with-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 49%;
    top: 43%;
    transform: translate(-50%, -50%);
    width: 233px;
    height: 27rem;
    background: url('../assets/no-bg-iv.png') no-repeat center center/cover;
    z-index: 2;
}


.navbar .navbar-nav > .nav-item > .nav-link:hover,
.navbar .navbar-nav > .nav-item > .nav-link:focus,
.navbar .navbar-nav > .nav-item > .nav-link:active,
.navbar .navbar-nav > .nav-item.active > .nav-link,
.navbar .navbar-nav > .nav-item.show > .nav-link {
    color: #1f6980 !important;
}

@media (max-width: 991.98px) {
    .myers-row-with-image::before {
        width: 120px;
        height: 120px;
    }

    .myers-row-with-image {
        min-height: 180px;
    }
}

@media (max-width: 767.98px) {
    .myers-section {
        background-image: none !important;
        background-color: #e1f2f1 !important;
    }
    .myers-row-with-image::before {
        display: none !important;
    }
}
.dropdown-menu.submenu,
.dropdown-menu.submenu .dropdown-item,
.dropdown-item-text {
    font-family: 'Poppins', sans-serif !important;
}
ul.dropdown-menu > li.dropdown-item.dropdown-submenu > .dropdown-item-text,
.dropdown-item-text {
    font-family: 'Poppins', sans-serif !important;
}

.myers-benefits-list {
    list-style: none;
    padding-left: 0;
}

.myers-benefits-list li {
    align-items: flex-start;
    margin-bottom: 8px;
}

.myers-benefits-list i.fas.fa-check {
    margin-top: 3px;
    font-size: 1rem;
}

.img-custom-fluid {
    max-width: 90%;
    height: auto;
}

.img-custom-fluid-sm {
    max-width: 50%;
    height: auto;
}


.myers-use-card {
    border: 1px solid #35CAB5;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    transition: box-shadow 0.2s;
}

.myers-use-card img {
    display: block;
    margin: 0 auto 10px auto;
}

.myers-use-card .poppins {
    font-size: 1.1rem;
    color: #1F6980;
}

.myers-use-card:hover {
    box-shadow: 0 4px 24px rgba(53, 202, 181, 0.30);
}

.progress {
    background-color: #cffafc !important;
    border-radius: 8px;
    overflow: hidden;
}

.progress-bar {
    background-color: #1f6980 !important;
    transition: width 0.4s;
}

.border-custom {
    border: 1px solid #24697F;
}

.btn-booking {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    background-color: #fff;
    color: #24697F;
    border: 1px solid #24697F !important;
    border-radius: 10px;
    padding: 0.75rem 2rem;
    font-size: 1.15rem;
    font-weight: 600 !important;
    text-align: center;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.btn-booking:hover,
.btn-booking:focus-visible {
    background-color: #cffafc !important;
    color: #24697F !important;
    border-color: #24697F !important;
}

.btn-booking:active,
.btn-booking:focus {
    background-color: #24697F;
    color: #fff;
    border-color: #24697F;
}

.btn-static {
    background-color: #24697F !important;
    color: #fff !important;
    border-color: #24697F !important;
    border-radius: 30px !important;
    padding: 0.40rem 2rem !important;
    font-size: 1.15rem !important;
    width: 100%;
    max-width: 130px;
}

.form-control,
.form-select {
    border: 1.5px solid #000 !important;
    border-radius: 3px !important;
    box-shadow: none !important;

}

.form-control:focus,
.form-select:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

.hero-relief {
    position: relative;
    height: 45vh;
    background: url('../assets/relief-hero-bg.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-relief::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

.hero-relief-content {
    position: relative;
    z-index: 2;
}

.hero-medical {
    position: relative;
    height: 45vh;
    background: url('../assets/injection-therapy.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

.hero-medical-content {
    position: relative;
    z-index: 2;
}


.membership-card {
    background-color: #FFF7F2;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: background 0.3s, box-shadow 0.3s;
    box-shadow: none;
    cursor: pointer;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.membership-card:hover {
    background-color: #E1F2F1;
    box-shadow:
        0 8px 24px 0 rgba(0, 0, 0, 0.55),
        8px 0 24px -8px rgba(0, 0, 0, 0.45),
        -8px 0 24px -8px rgba(0, 0, 0, 0.45);
}

.membership-card-2 {
    background-color: #E1F2F1;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: background 0.3s, box-shadow 0.3s;
    box-shadow: none;
    cursor: pointer;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.membership-card-2:hover {
    background-color: #FFF7F2;
    box-shadow:
        0 8px 24px 0 rgba(0, 0, 0, 0.55),
        8px 0 24px -8px rgba(0, 0, 0, 0.45),
        -8px 0 24px -8px rgba(0, 0, 0, 0.45);
}


.btn-box {
    background-color: #24697F !important;
    color: #fff !important;
    border-color: #24697F !important;
    border-radius: 4px !important;
    padding: 0.40rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}

.btn-box:hover {
    background-color: #35CAB5 !important;
    ;
    color: #fff !important;
    border-color: #35CAB5 !important;
    ;
    border-radius: 4px !important;
    padding: 0.40rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
}


.product-item-meta {
    flex: 0 0 auto;
    margin: 0 15px;
    padding: 25px;
    background: #E1F2F1;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    border-radius: 10px !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.product-image-meta {
    width: 60%;
    height: 60%;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image-meta img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-description-meta {
    text-align: center;
    min-height: 12rem;
    margin-top: 0rem;
}

.product-item-meta h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #1F6980;
}

.product-item-meta p {
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.product-item-meta ul {
    padding-left: 14px;
    margin-bottom: 15px;
    width: 100%;
}

.product-item-meta li {
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.hero-medical-testrone {
    position: relative;
    height: 50vh;
    background: url('../assets/medical-hero.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical-testrone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

.hero-medical-content-testrone {
    position: relative;
    z-index: 2;
}

.hero-medical-hairloss {
    position: relative;
    height: 45vh;
    background: url('../assets/hairloss-meds.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical-hairloss::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

.hero-medical-content-hairloss {
    position: relative;
    z-index: 2;
}


.therapy-option-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(31, 105, 128, 0.08);
    padding: 4rem;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    position: relative;
    transition: box-shadow 0.2s, border 0.2s;
}

.therapy-option-box::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 30px;
    border-radius: 8px;
    border: 1px solid #1f6980;
    opacity: 0;
    transition: opacity 0.2s;
    box-sizing: border-box;
}

.therapy-option-box:hover::after {
    opacity: 1;
}

.therapy-option-link {
    text-decoration: none;
    display: block;
}

.therapy-option-box {
    cursor: pointer;
}

.therapy-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.therapy-desc {
    font-size: 1rem;
    color: #222;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}


.hero-medical-bottom {
    position: relative;
    height: 45vh;
    background: url('../assets/getting-treated.jpeg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

.hero-medical-content-bottom {
    position: relative;
    z-index: 2;
}



.luxury-experience-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    min-height: 35rem;
}

.luxury-experience-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(0deg, rgba(20, 30, 40, 0.55), rgba(20, 30, 40, 0.55)),
        url('../assets/relief-hero-bg.jpg') no-repeat center center/cover;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
    top: -100%;
}

.luxury-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(31, 105, 128, 0.10);
    padding: 2.5rem 1.5rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.luxury-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1f6980;
    font-family: 'Poppins', sans-serif;
}

.luxury-desc {
    font-size: 1rem;
    color: #222;
    font-family: 'Poppins', sans-serif;
}

.luxury-experience-section .container-fluid,
.luxury-experience-section .row,
.luxury-experience-section .luxury-box {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .luxury-box {
        min-height: 150px;
        padding: 2rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .luxury-box {
        min-height: 120px;
        padding: 1.5rem 1rem;
    }

    .img-custom-fluid {
        max-width: 100%;
        height: auto;
    }

    .img-custom-fluid-sm {
        max-width: 100%;
        height: auto;
    }
    .hero-medical-testrone {
    position: relative;
    height: 80vh;
    background: url('../assets/medical-hero.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical-testrone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F6980;
    opacity: 0.7;
    z-index: 1;
}

  .col-md-6,
    .col-12 {
        margin-top: 2rem !important;
    }
}


.service-card-option {
    border: 2px solid #e1f2f1;
    border-radius: 12px;
    background: #fff;
    padding: 18px 10px 10px 10px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(31, 105, 128, 0.05);
}
.service-card-option.selected,
.service-card-option:active {
    border-color: #1f6980;
    box-shadow: 0 2px 12px rgba(31, 105, 128, 0.12);
    background: #e1f2f1;
}


.addon-pill {
    border: 2px solid #e1f2f1;
    border-radius: 30px;
    background: #fff;
    padding: 8px 22px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #1f6980;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    display: inline-block;
}
.addon-pill.selected,
.addon-pill:active {
    border-color: #1f6980;
    background: #e1f2f1;
    color: #1f6980;
}


.shadow-custom {
    box-shadow: 0 8px 32px 0 rgba(31, 105, 128, 0.15), 0 1.5px 6px 0 rgba(31, 105, 128, 0.10);
    border-radius: 16px;
    background: #fff;
    border: none;
}


.overlap-section {
      position: relative;
      z-index: 2;
      margin-top: -100px; 
      padding-top: 0;
      padding-bottom: 2rem;
    }
    .overlap-content {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 24px rgba(31, 105, 128, 0.10);
      max-width: 1000px;
      width: 90%;
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      z-index: 3;
      padding: 2rem;
    }
@media (max-width: 767.98px) {
    .overlap-section {
        margin-top: 0;
    }
    .overlap-content {
        padding: 1rem;
        max-width: 100%;
        width: 100%;
    }
}

.payment-option {
    border: 2px solid #e1f2f1;
    border-radius: 8px;
    background: #fff;
    padding: 12px 28px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #1f6980;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    font-weight: 500;
}
.payment-option.selected,
.payment-option:active {
    border-color: #1f6980;
    background: #e1f2f1;
    color: #1f6980;
}

.carousel-indicators {
    margin-bottom: 2rem !important;
}

.offcanvas-body {
    max-height: 80vh;
    overflow-y: auto;
}

.mobile-nav a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
}

.product-item-capsule {
    flex: 0 0 auto;
    margin: 0 15px;
    padding: 25px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.product-item-capsule .d-flex.justify-content-start.w-100 {
    margin-top: auto !important;
}

.product-description-capsule {
    text-align: left;
    min-height: 12rem;
    margin-top: 0rem;
}


.newsletter-success-msg {
    display: none;
    margin-top: 10px;
    font-size: 1rem;
    text-align: left;
    color: #1f6980;
    font-family: 'Poppins', sans-serif;
}
.newsletter-success-msg.success {
    color: #000000;
}
.newsletter-success-msg.error {
    color: #d9534f;
}
@media (max-width: 767.98px) {
    .newsletter-success-msg {
        text-align: center;
    }
}

.form-control.newsletter-input {
    border: 1.5px solid #c9c9c9 !important;
    border-radius: 6px !important;
}

.myers2-benefits-list {
    padding-left: 20px;
}

.myers2-benefits-list li {
    margin-bottom: 8px;
}

.faq-question span {
    padding-right: 1rem;
}