@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-12 {
    font-size: 0.75rem !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-25 {
    font-size: 1.49rem !important;
}

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

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

.font-30 {
    font-size: 1.875rem !important;
}

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

.nav-link {
    font-weight: 600 !important;
    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: -5px;
    left: -5px;
    right: -5px;
    bottom: -20px;
    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: 120px;
    margin-bottom: -35px;
    transition: all 0.3s ease;
    position: relative;
}

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

.navbar.scrolled .logo-container::after {
    top: 0px;
    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: 8px !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: 8px !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;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}

.ive-navbar-nav .nav-item:not(:first-child) {
    border-left: 1px solid #35cab5;
    margin-left: 0px;
    padding-left: 0px;
}

.hero-section {
    position: relative;
    height: 70vh;
    background: url('../assets/hero-new.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: 570px;
    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: 8px !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: 8px !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: 10px 50px;
    border-radius: 8px;
    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;
    border-radius: 8px;
    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: 5px 30px;
    border-radius: 8px;
    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;
    border-radius: 8px;
    font-weight: 600;
    padding: 5px 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: 8px;
    padding: 30px 30px 0px 30px;
    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-column-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.faq-card-accordion {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 100%;
}

.faq-card {
    background-color: #f3f5f6;
    border-radius: 16px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    min-height: 100%;
}

.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: 8px;
    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: 46px;
    height: 46px;
    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;
    font-size: 12px;
    align-items: center;
    color: white;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.3s ease;
}

.footer-menu-item:hover {
    color: #35cab5;
}

.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: 8px 10px !important;
    font-size: 14px !important;
    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: 8px;
    border: 1px solid #000;
    padding: 23px 160px;
    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: 12px;
    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: 275px;
    height: 30rem;
    background: url('../assets/no-bg-iv.png') no-repeat center center/cover;
    z-index: 2;
    filter: drop-shadow(0 0 30px #020202) drop-shadow(0 0 60px #141414);
}


/* .myers-section {
    padding: 30px 0;
} */

.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;
    font-weight: 600 !important;
}

ul.dropdown-menu>li.dropdown-item.dropdown-submenu>.dropdown-item-text,
.dropdown-item-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !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: 8px;
    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 p.poppins.text-grey.font-14 {
    min-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.membership-title {
    text-align: center;
    width: 100%;
}

.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: 8px;
    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 p.poppins.text-grey.font-14 {
    min-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}


.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: 8px !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: 55vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-medical-testrone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    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;
    border-radius: 8px;
    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: #35CAB5 !important;
}

.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;
}

.form-select.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;
}


.btn-book-now {
    background-color: #35CAB5 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    min-width: 130px !important;
    width: 100% !important;
    transition: background 0.2s, color 0.2s !important;
    box-sizing: border-box !important;
}

.btn-book-now:hover,
.btn-book-now:focus {
    background-color: #1F6980 !important;
    color: #fff !important;
}

.btn-login {
    background-color: #1F6980 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    font-size: .9rem !important;
    min-width: 130px !important;
    width: 100% !important;
    transition: background 0.2s, color 0.2s !important;
    box-sizing: border-box !important;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #35CAB5 !important;
    color: #fff !important;
}

.footer-col-border {
    border-left: 1px solid #35cab5;
    padding-left: 1.5rem !important;

}

.mobile-margin {
    margin-right: 4rem;
}

.custom-hr {
    margin: 1rem 0 !important;
    color: #35cab5 !important;
    border: 0 !important;
    border-top: var(--bs-border-width) solid !important;
    opacity: 1 !important;
}

/* validation css */
label.error {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

/* ------------------------------------------------------------------------------
*
*  # PNotify notifications
*
*  Styles for pnotify.min.js - a flexible JavaScript notification plugin
*
* ---------------------------------------------------------------------------- */
.ui-pnotify {
    top: 1.25rem;
    right: 1.25rem;
    position: absolute;
    height: auto;
    z-index: 2;
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

body>.ui-pnotify {
    position: fixed;
    z-index: 1070;
}

.ui-pnotify.alert-rounded>.ui-pnotify-container {
    border-radius: 100px;
}

.ui-pnotify[class*=bg-]>.ui-pnotify-container {
    background-color: inherit;
    border-color: transparent;
    color: #fff;
}

.ui-pnotify[class*=text-]>.ui-pnotify-container,
.ui-pnotify[class*=alpha-]>.ui-pnotify-container {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
    left: 1.25rem;
    right: auto;
}

.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
    bottom: 1.25rem;
    top: auto;
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -10rem;
}

.ui-pnotify.stack-custom-right {
    top: auto;
    left: auto;
    bottom: 15rem;
    right: 15rem;
}

.ui-pnotify.stack-custom-left {
    top: 15rem;
    left: 15rem;
    right: auto;
    bottom: auto;
}

.ui-pnotify.stack-custom-top {
    right: 0;
    left: 0;
    top: 0;
}

.ui-pnotify.stack-custom-bottom {
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}

.ui-pnotify.ui-pnotify-in {
    display: block !important;
}

.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-slow {
    opacity: 0;
    transition: opacity linear 0.6s;
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity .6s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-normal {
    opacity: 0;
    transition: opacity linear 0.4s;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .2s linear;
    opacity: 0;
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .2s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease;
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1;
}

.ui-pnotify-container {
    padding: 0.9375rem 1.25rem;
    height: 100%;
    position: relative;
    left: 0;
    margin: 0;
    border-radius: 0.1875rem;
}

.ui-pnotify-container::after {
    display: block;
    clear: both;
    content: "";
}

.ui-pnotify-container.ui-pnotify-sharp {
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-top: 0;
    margin-bottom: 0.3125rem;
    font-size: 0.9375rem;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon {
    display: block;
    float: left;
    line-height: 1;
}

.ui-pnotify-icon>[class^=icon-] {
    margin-top: 0.25003rem;
    margin-right: 0.625rem;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 0.625rem;
    margin-top: 0.25003rem;
    line-height: 1;
    outline: 0;
}

/* Hide the default close icon content */
.ui-pnotify .ui-pnotify-closer:before {
    content: none !important;
}

/* Use Font Awesome icon for the close button */
.ui-pnotify .ui-pnotify-closer .fa-times {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px;
    /* adjust size as needed */
    line-height: 1;
    color: inherit;
    /* keep the same color as text */
}

/* Insert FontAwesome icon inside the closer button */
.ui-pnotify .ui-pnotify-closer {
    position: relative;
}

/* Add the FontAwesome icon using :after */
.ui-pnotify .ui-pnotify-closer:after {
    font-family: "FontAwesome";
    content: "\f00d";
    /* fa-times */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: inherit;
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

body>.ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 1040;
}

.brighttheme {
    border: 1px solid;
}

.ui-pnotify[class*=bg-]>.brighttheme {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.brighttheme-notice {
    background-color: #FFF3E0;
    border-color: #FF9800;
    color: #BF360C;
}

.brighttheme-info {
    background-color: #E1F5FE;
    border-color: #03A9F4;
    color: #01579B;
}

.brighttheme-success {
    background-color: #E8F5E9;
    border-color: #4CAF50;
    color: #1B5E20;
}

.brighttheme-error {
    background-color: #FFEBEE;
    border-color: #F44336;
    color: #B71C1C;
}

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    position: relative;
    display: inline-block;
    outline: 0;
    width: 0.75rem;
    height: 0.75rem;
}

.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
    content: '';
    font-family: "icomoon";
    font-size: 0.75rem;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.brighttheme-icon-closer:after {
    content: "\ed6a";
}

.brighttheme-icon-sticker:after {
    content: "\ee70";
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    content: "\ee75";
}

.ui-pnotify[class*=alert-styled-] {
    border-width: 0;
    padding: 0;
}

.ui-pnotify.alert-styled-left .brighttheme {
    border-left-width: 2.875rem;
}

.ui-pnotify.alert-styled-left:after {
    left: 0;
}

.ui-pnotify.alert-styled-right .brighttheme {
    border-right-width: 2.875rem;
}

.ui-pnotify.alert-styled-right:after {
    right: 0;
}

.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 1.25rem !important;
    color: #333;
    padding: 0.4375rem 0.875rem;
    outline: 0;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input {
    border-color: transparent;
    color: #fff;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-webkit-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-moz-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea:-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::-ms-input-placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar textarea::placeholder,
.ui-pnotify[class*=bg-] .brighttheme .ui-pnotify-action-bar input::placeholder {
    color: #fff;
    opacity: 1;
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 1.25rem;
    border-top: none;
    padding: 0;
    z-index: 1070;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    text-align: center;
    margin-bottom: 0.3125rem;
}

.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-smoothing: antialiased;
    }

    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        border-bottom-width: 5px;
        box-shadow: none;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px;
    }

    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
        opacity: 0.2;
    }

    .ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
        display: none !important;
    }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        border-radius: 0;
    }
}

/* ------------------------------------------------------------------------------
*
*  # jGrowl notifications
*
*  Styles for jgrowl.min.js - an unobtrusive notification system for web applications
*
* ---------------------------------------------------------------------------- */
.strike {
    text-decoration: line-through;
    color: #6b7280;
    /* optional gray shade similar to Tailwind's text-gray-500 */
}

.nav-tabs-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    border-bottom: none;
}

.nav-tabs {
    border-bottom: none !important;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-tabs .nav-item {
    margin: 0 5px;
}

.nav-tabs .nav-link {
    font-size: 1.1rem;
    font-weight: 500;
    color: #495057;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    background-color: #f8f9fa;
    padding: 10px 20px !important;

}

.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #1f6980 !important;
    background-color: rgba(53, 202, 181, 0.1);
    box-shadow: 0 2px 8px rgba(53, 202, 181, 0.2);
    border-bottom: 3px solid #35CAB5;
    background-color: #075d90 !important;
    padding: 10px 20px !important;
}

.nav-tabs .nav-link:hover:not(.active) {
    background-color: #f0f0f0;
    color: #1f6980;
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 0.95rem;
        margin: 5px 2px;
    }
}

.cart-product-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
    border-radius: 8px !important;
}


.scheduling-container {
    position: relative;
}

.date-slider-container {
    padding: 0 10px;
}

.date-column {
    padding: 10px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.time-column {
    padding: 0 10px;
}

.time-slot {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.time-slot:hover {
    background-color: #f9f9f9;
}

.time-slot.selected {
    background-color: #1f6980;
    color: white;
    border-color: #1f6980;
}

.time-slot.disabled {
    background-color: #e0e0e0;
    color: #888;
    cursor: not-allowed;
    border-color: #ccc;
}


@media (max-width: 767.98px) {
    .date-column {
        font-size: 14px;
    }

    .time-slot {
        padding: 8px 5px;
        font-size: 14px;
    }
}


.schedule-nav-btn {
    background-color: #24697f;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 28px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    transition: background 0.2s;
    min-width: 120px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.schedule-nav-btn:hover {
    background-color: #1f5a6c;
}

.cart-item {

    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
}

.nav-item.dropdown .btn.btn-book-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    line-height: 1.5;
    font-weight: 600 !important;
    transition: background-color 0.2s, color 0.2s;
}

.nav-item.dropdown .btn.btn-book-now:hover,
.nav-item.dropdown .btn.btn-book-now:focus,
.nav-item.dropdown .btn.btn-book-now:active {
    font-weight: 600 !important;
    font-size: .9rem !important;
    height: 44px;
    box-shadow: none;
}


.hero-myers {
    position: relative;
    overflow: hidden;
}

.bg-myers-light {
    background-color: #e0f2f2;
    min-height: 500px;
}

/* .myers-hero-content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.myers-image-container {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.myers-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/iv-imune.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(4px);
    transform: scale(1.1);
    z-index: 0;
}

.myers-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding: 0;
}

.myers-image {
    max-height: 100%;
    object-fit: contain;
      filter: drop-shadow(0 10px 20px rgba(31, 105, 128, 0.3));
    border-radius: 8px;
}

@media (max-width: 767.98px) {
    .myers-image-container {
        min-height: 400px;
    }
    
    .myers-image {
        max-height: 90%;
    }
} */


/* new first */

.hero-myers-diagonal {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    background-color: #e0f2f2;
}

.diagonal-divider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-color: #ffffff;
    transform: skewX(-15deg) translateX(10%);
    z-index: 1;
    border-left: 2px solid #35cab5;
    border-image: linear-gradient(to bottom,
            #35cab5,
            /* solid indigo */
            rgba(225, 225, 225, 0.7)
            /* 30% opacity */
        ) 1 100%;
}

.border-bottom-custom {
    border-bottom: 2px solid #35cab5 !important;
}

.content-area {
    position: relative;
    z-index: 2;
    padding: 4rem 2rem;
}

.image-area {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-image {
    position: relative;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

.floating-image img {
    max-height: 650px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
}

.floating-image-2 {
    position: relative;
    z-index: 3;
    animation: float 6s ease-in-out infinite;
}

.floating-image-2 img {
    max-height: 650px;
}


.shape-element {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.6;
}

@media (max-width: 767.98px) {
    .diagonal-divider {
        width: 100%;
        height: 40%;
        top: auto;
        bottom: 0;
        transform: skewY(-15deg) translateY(40%);
    }

    .floating-image img {
        max-height: 300px;
    }
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #1f6980 !important;
}

.accordion-button:focus {
    border-color: #35CAB5 !important;
    box-shadow: 0 0 0 0.25rem rgba(53, 202, 181, 0.25) !important;
}

.accordion-button::after {
    filter: none !important;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.btn-bright {
    background-color: #35CAB5 !important;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 0.2s, color 0.2s;
}

.btn-bright:hover,
.btn-bright:focus {
    background-color: #1F6980 !important;
    color: #fff !important;
}
.text-nowrap {
    white-space: nowrap;
}


.pagination {
    margin-bottom: 0;
}

.pagination .page-link {
    color: #1f6980;
    background-color: #fff;
    border: 1px solid #dee2e6;

    margin: 0 0.125rem;
    border-radius: 0.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #1f6980;
    border-color: #1f6980;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(31, 105, 128, 0.25);
    outline: none;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #1f6980;
    border-color: #1f6980;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    opacity: 0.6;
    cursor: not-allowed;
}
.small.text-muted    {
    display: none !important;
}

@media (max-width: 767.98px) {
    .pagination {
        font-size: 0.75rem;
    }
    
    .pagination .page-link {
        padding: 0.375rem 0.625rem;
        margin: 0 0.0625rem;
    }

}
.header-search-wrapper {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    overflow: visible;
    flex-shrink: 0;
}

.header-search-wrapper.search-active::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1190;
    backdrop-filter: blur(2px);
    pointer-events: none;
}

.header-search-wrapper.search-active .header-search-toggle {
    opacity: 0;
    visibility: hidden;
    width: 0;
    margin: 0;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, width 0.15s ease;
}

.header-search-wrapper.search-active {
    gap: 0;
}

.header-search-toggle {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    color: #212529;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.2s ease;
    z-index: 1200;
}

.header-search-toggle:hover {
    opacity: 0.7;
}

.header-search-container {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: width 0.3s ease, opacity 0.3s ease;
    z-index: 1200;
}

.header-search-container.is-open {
    width: 1080px; 
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
}

.header-search-input {
    width: 100%;
    padding-right: 44px;
    height: 44px;
    border: 2px solid #35CAB5;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 15px;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 4px 20px rgba(53, 202, 181, 0.2);
    transition: all 0.2s ease;
}
.header-search-close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    color: #6b7280;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1202;
    padding: 0;
    line-height: 1;
}

.header-search-close:hover {
    color: #111827;
}

.header-search-container.is-open .header-search-close {
    display: inline-flex;
}

.header-search-input::placeholder {
    color: #9ca3af;
}

.header-search-input:focus {
    outline: none;
    border-color: #35CAB5;
    box-shadow: 0 0 0 4px rgba(53, 202, 181, 0.2), 0 4px 20px rgba(53, 202, 181, 0.3);
}

.search-results-dropdown {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e7ecef;
    border-radius: 2px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    z-index: 1201;
    opacity: 1 !important;
    color: #1f2937 !important;
}

.search-results-dropdown.show {
    display: block;
}

@media (max-width: 991.98px) {
    .header-search-container.is-open {
        width: 90vw;
        max-width: 380px;
    }
}

.search-result-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f1f4f6;
    cursor: pointer;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: #f8fbfb;
}

.search-result-name {
    font-weight: 600;
    color: #0f172a;
    font-size: 14px;
}

.search-result-category {
    font-size: 12px;
    color: #1f6980;
    margin-top: 2px;
}

.search-result-description {
    font-size: 12px;
    color: #64748b;
    margin-top: 3px;
}

.search-result-price {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
}

.no-results {
    cursor: default;
    color: #6b7280;
}

@media (max-width: 991.98px) {
    .header-search-container.is-open {
        width: min(86vw, 320px);
    }
}