﻿.topbar-child1 {
    font-family: Montserrat-Regular;
    font-size: 12px;
    color: #FFF;
    line-height: 1.7;
}

.topbar {
    height: 45px;
    background-color: #3C5873;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    background-color: white;
    justify-content: space-between;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.main_menu>li>a {
    color: #345B77;
    font-family: Montserrat;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    border: none !important;
    text-decoration: none;
}

.container-menu-header {
    background: white;
}

.hero-section {
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(57, 95, 123, 0.20) 0%, rgba(96, 190, 190, 0.20) 100%);
    margin: 10px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-slider .owl-stage {
    padding: 70px 0px;
}

.hero-content h2 {
    color: #345B77;
    font-family: Montserrat;
    font-size: 44.512px;
    font-weight: 700;
}

.hero-content p {
    color: #345B77;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin: 20px 0;
}

.btn-shop {
    border-radius: 25px;
    background: #60BEBE;
    border: 1px solid #60BEBE;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-shop:hover {
    border-color: #60BEBE;
    background-color: transparent;
    color: #60BEBE !important;
}

.hero-image img {
    width: 100%;
}

/* Owl Dots */
.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(96, 190, 190, 0.43) !important;
    display: inline-block;
    border-radius: 50%;
    margin: 5px;
    transition: all 0.3s;
}

.owl-dot.active span {
    background: #345B77 !important;
    transform: scale(1.1);
}

.section-heading {
    color: #345B77;
    font-family: Montserrat;
    font-size: 30.328px;
    line-height: 40px;
    font-weight: 700;
}

.section-text {
    color: #2E2E22 !important;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.trusted-section {
    position: relative;
    z-index: 1;
    padding: 40px 20px;
}


.trusted-section .trusted-carousel {
    border-radius: 39.27px !important;
    background: #FFF;
    box-shadow: 4px 6px 24px 0 rgba(109, 141, 173, 0.15);
    padding: 20px 0px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trusted-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    width: max-content;
    animation: scroll-left 20s linear infinite;
}

.trusted-carousel img {
    margin: 0 20px;
    height: auto;
    max-height: 57px;
    flex-shrink: 0;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*.container-menu-header-v3, .container-menu-header-v2, .container-menu-header {
    display: block;
}*/

.aesthetic-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 60px 20px;
}

/* Image Card */
.aesthetic-image-card {
    position: relative;
    z-index: 2;
    border-radius: 27px;
    overflow: hidden;
    width: 385px;
    height: 360px;
}

.aesthetic-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Card */
.aesthetic-text-card {
    border-radius: 28px;
    background: linear-gradient(182deg, #FFF -12.96%, rgba(96, 190, 190, 0.20) 99.21%);
    padding: 50px 60px;
    margin-left: -20px;
    /* overlap effect */
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 650px;
    min-height: 400px;
}

.trending-products {
    padding: 60px 20px;
}

.product-card {
    border: 1px solid #60BEBE33;
    border-radius: 17px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-img {
    width: 240px;
    height: 210px;
    transition: transform 0.3s ease;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.product-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-info {
    width: 100%;
}

.product-info h6 {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}

.product-info p {
    color: #62C0BF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.badge-new {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #60BEBE;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 25px;
    border-radius: 100px;
    z-index: 3;
}

.fav-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(4px 6px 24px rgba(98, 192, 191, 0.16));
    z-index: 3;
    cursor: pointer;
}

.fav-btn img {
    width: 20px !important;
}


.hover-img {
    display: none !important;
}

.fav-btn:hover {
    background: #60BEBE;
}

.fav-btn:hover .simple-img {
    display: none !important;
}

.fav-btn:hover .hover-img {
    display: inline-block !important;
}

.product-card:hover .hover-img {
    display: inline-block !important;
}


.product-overlay {
    position: absolute;
    inset: 0;
    background-color: #60BEBE33;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 2;
}

.btn-detail {
    background-color: #3C5873;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    padding: 8px 20px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.product-card:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}

.product-card:hover .btn-detail {
    opacity: 1;
    transform: translateY(0);
}

.product-card:hover .product-img {
    transform: scale(1.05);
}

.product-card:hover .fav-btn {
    background: #60BEBE;
}

.product-card:hover .fav-btn .simple-img {
    display: none !important;
}

.product-card:hover .fav-btn .hover-img {
    display: inline-block;
}


.news-section {
    padding: 60px 20px;
}

.news-card {
    border: none;
    background: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.news-card img {
    border-radius: 12px;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

.news-card h5 {
    color: #345B77;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.news-card p {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* Add these lines 👇 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-card a {
    color: #60BEBE;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.review-section {
    padding: 60px 20px;
}

.review-carousel .card {
    margin-top: 25px;
    border-radius: 31px;
    background: linear-gradient(182deg, #FFF -12.96%, rgba(96, 190, 190, 0.20) 99.21%);
}

.review-carousel .review {
    color: #2E2E22;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.review-carousel .revusername {
    color: #3C5873;
    white-space: nowrap;
    font-family: Montserrat;
    font-size: 14.021px;
    font-weight: 700;
    line-height: 14.83px;
}

.review-carousel .role {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12.361px;
    font-weight: 400;
    line-height: 22.916px;
}

.review-carousel .owl-stage {
    padding: 50px 0px;
}

.review-carousel .arrow-left,
.review-carousel .arrow-right {
    position: absolute;
    width: 51px !important;
    top: -25px;
}

.review-carousel .arrow-left {
    left: 10%;
}

.review-carousel .arrow-right {
    right: 10%;
}

.review-carousel .fa-star {
    color: #FFEA00 !important;
    font-size: 20px;
}

.rating-number {
    font-family: Montserrat;
    font-size: 23.612px;
    font-style: normal;
    line-height: 24.974px;
    color: #3C5873 !important;
}

.rating-group {
    display: flex;
    justify-content: end;
    align-items: self-end;
    gap: 5px;
}

.header-wrapicon1 {
    height: 20px;
    width: 20px !important;
}

.header-cart {
    right: 0px !important;
}

.aesthetic-wrapper-2 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 60px 20px;
}

/* Image Card */
.aesthetic-image-card-2 {
    position: absolute;
    right: 0;
    z-index: 2;
    border-radius: 27px;
    overflow: hidden;
    width: 55%;
    max-height: 360px;
}

.aesthetic-image-card-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Card */
.aesthetic-text-card-2 {
    border-radius: 28px;
    background: linear-gradient(182deg, #FFF -12.96%, rgba(109, 141, 173, 0.25) 99.21%);
    padding: 50px 60px;
    margin-right: -20px;
    /* overlap effect */
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    min-height: 400px;
}

.aesthetic-text-card-2 p {
    max-width: 400px;
}


.promo-card {
    border-radius: 28px;
    background: linear-gradient(182deg, #FFF -12.96%, rgba(109, 141, 173, 0.25) 99.21%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 20px;
}

.promo-img img {
    max-width: 100%;
    height: auto;
}

.promo-content {
    border-left: 1px solid #62C0BF;
    padding-left: 30px;
}

.promo-input {
    border-radius: 25px;
    padding: 10px 15px;
    border: none !important;
    outline: none;
    font-size: 14px;
    color: #345B77 !important;
}

.promo-input:focus {
    border-color: #64c4c3;
    box-shadow: 0 0 0 0.2rem rgba(100, 196, 195, 0.2);
}

.mb-23 {
    margin-bottom: 23px !important;
}

.info-section {
    border-radius: 28px;
    background: linear-gradient(182deg, #FFF -12.96%, rgba(96, 190, 190, 0.20) 99.21%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
}

.info-icon {
    margin-bottom: 7px;
}

.info-title {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.719px;
    margin-bottom: 4px;
}

.info-text {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.divider {
    width: 1px;
    height: 200px;
    background-color: #62C0BF;
    margin: 0 2rem;
}

.delivery-text p {
    max-width: 360px;
}

.delivery-text p {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 208.333% */
}


.product-section {
    text-align: center;
    padding: 60px 0;
    background-color: #fff;
}

.new-footer {
    background: #3C5873;
    padding: 60px 20px !important;
}

.footer-links h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.footer-links ul {
    padding: 0px !important;
}

.footer-links ul li a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none !important;
}

.footer-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.categories-section {
    border-radius: 0 0 368px 368px;
    background: linear-gradient(180deg, #FFF 0.01%, rgba(96, 190, 190, 0.20) 100%);
    text-align: center;
    padding: 60px 0;
}

.categories-section p {
    max-width: 800px;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 250px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    opacity: 0;
    /* start hidden */
    transform: translateY(50px);
    /* start from below */
}

.category-card.show {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.category-card:hover img {
    transform: scale(1.05);
}

.category-name {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #60BEBE;
    border: 1px solid #60BEBE;
    padding: 6px 18px;
    border-radius: 25px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12.678px;
    font-weight: 500;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.category-name:hover {
    border-color: #60BEBE;
    background-color: transparent;
    color: #60BEBE !important;
}

.mt-40 {
    margin-top: 120px;
}

.part1-img1,
.part3-img2 {
    max-height: 410px;
}

.part1-img2,
.part1-img3,
.part2-img1,
.part2-img2,
.part2-img3,
.part3-img1,
.part3-img3 {
    max-height: 244px;
}

.container {
    max-width: 1300px;
}

.modal.fade.show {
    background: #3C587340;
}

.custom-content {
    width: 400px !important;
}

.customModal .modal-lg {
    max-width: 550px !important;
}

.customModal .modal-content {
    border-radius: 25px;
    padding: 30px 60px;
    border: none;
    justify-content: center;
    align-items: center;
}

.customModal .modal-header {
    border-bottom: none;
    justify-content: center;
}

.customModal .modal-header h5 {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 31px;
    font-weight: 700;
}

.customModal .btn-close {
    position: absolute;
    right: 25px;
    top: 20px;
    border: none;
    opacity: 0.5;
}

.customModal .modal-body {
    text-align: left;
}

.customModal .modal-body p.welcome {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-label {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.form-control,
.select2 {
    border: 1px solid #62C0BF !important;
    border-radius: 25px;
    /*padding: 12px 20px ;*/
    padding: 8px 16px;
    font-size: 12px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #5cbaba;
}

.select2-container .select2-selection--single {
    height: 16px !important;
}

.forgot-password {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 25px;
}

.forgot-password a {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 400;
    text-decoration: none;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.signin-btn {
    background-color: #62C0BF;
    color: #fff;
    border-radius: 25px;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.signin-btn:hover {
    background-color: #5cbaba;
}

.register-text {
    text-align: center;
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
}

.register-text a {
    color: #4AB5BF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}

.header-cart-wrapitem {
    padding: 0px;
}

.header-cart-item a {
    text-decoration: none !important;
}


.offers-wrapper {
    border-radius: 18px;
    background: linear-gradient(180deg, #395F7B 0%, #60BEBE 100%);
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: var(--bs-breadcrumb-divider, ">");
    padding: 0px 15px;
}

.breadcrumb-item.active {
    font-weight: 600;
    color: #FFF;
}
.breadcrumb-item.active::before{
    font-weight:500;
}

.offers-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44.512px;
    font-weight: 700;
}

.offers-img img {
    max-height: 220px;
    object-fit: contain;
}

.larger-container {
    max-width: 1350px !important;
}

.product-category {
    background: #FFF;
    box-shadow: 4px 6px 24px 0 rgba(109, 141, 173, 0.15);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 10px 0px;
    text-decoration: none;
}

.product-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.product-category p {
    margin: 0;
    color: #345B77;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.sort-select {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.sort-select label,
.sort-select .filtername {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.filtername {
    font-weight: 400 !important;
}

.dropdown-toggle-icon {
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 50%;
    background: #C0E6E5;
    transition: transform 0.3s;
    margin-left: 15px !important;
}

.dropdown-toggle-icon:hover {
    background: #60BEBE;
}

.sort-select.active .dropdown-toggle-icon {
    transform: rotate(180deg);
}

.custom-dropdown {
    display: none;
    position: absolute;
    top: 120%;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 180px;
    z-index: 100;
    padding: 5px 0;
}

.custom-dropdown li {
    padding: 8px 15px;
    font-size: 14px;
    transition: 0.2s;
}

.custom-dropdown li:hover {
    background-color: #f4f9f9;
    color: #45b8c1;
}

.custom-dropdown.show {
    display: block;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Search box */
.search-box .form-control {
    border-radius: 6px 0 0 6px;
    border: 1px solid #60BEBE;
    box-shadow: none;
    border-right: none !important;
}

.btn-search {
    background: #60BEBE !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 5px 15px;
    border: none;
}

.category-sidebar {
    padding: 0px 20px;
}

.category-sidebar h6 {
    color: #345B77;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
}

/* Accordion styles */
.category-sidebar .accordion-button {
    background: none !important;
    box-shadow: none !important;
    color: #345B77;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    /* 250% */
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px !important;
}

.category-sidebar .accordion-button::after {
    display: none;
}

.category-sidebar .arrow-circle {
    background: #C0E6E5;
    color: #fff !important;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.category-sidebar .accordion-button.collapsed .arrow-circle i {
    transform: rotate(0deg);
    transition: 0.3s;
}

.category-sidebar .accordion-button:not(.collapsed) .arrow-circle {
    background: #62C0BF;
    color: #fff !important;
    transition: 0.3s;
}


.category-sublist li {
    padding: 3px 0;
    cursor: pointer;
    transition: 0.2s;
}

.category-sublist a,
.category-sublist label {
    text-decoration: none;
    color: #345B77;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
}

.category-sublist .form-check-inline {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.category-sublist li:hover a {
    font-weight: 600;
}

.product-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.product-gallery .main-image {
    position: relative;
    height: 400px;
    width: 400px;
    padding: 0px 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-gallery .main-image img {
    border-radius: 10px;
    object-fit: contain;
}

.product-gallery .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .prev-btn {
    left: -20%;
}

.product-gallery .next-btn {
    right: -20%;
}

.thumbs .thumbs-img-container {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 10px;
}

.thumbs .thumbs-img-container:hover,
.thumbs .thumbs-img-container.active {
    border-color: #60BEBE;
}

.thumbs .thumbs-img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pagination-container {
    width: 100%;
}

.page-link {
    font-size: 12px;
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.active>.page-link,
.page-link.active {
    background-color: #60BEBE !important;
    border-color: #60BEBE !important;
}

.product-details .badge {
    background: #F7F7F7 !important;
    color: #62C0BF !important;
    font-family: Montserrat;
    font-size: 13.035px;
    font-weight: 400;
    padding: 10px !important;
}

.product-details h3 {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 35.847px;
    font-weight: 600;
}

.product-details .price {
    color: #DE3B35;
    font-family: "Proxima Nova";
    font-size: 17.38px;
    font-weight: 400;
}

.rating .fa-star {
    font-size: 15px;
    background-color: #FFECC7;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
}

.rating .fa-star.active {
    background-color: #FFB115;
}

.rating .rating-number {
    color: #000 !important;
    font-family: Montserrat;
    font-size: 17.38px;
    font-weight: 400;
}

.product-details .form-label {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12.785px;
    font-weight: 600;
}

.form-select {
    border: 1px solid #62C0BF !important;
    border-radius: 25px !important;
    padding: 12px 18px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2362C0BF' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 20px;
}

.product-details .form-select {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12.785px;
    font-weight: 400;
}

.quantity .btn-outline-blue,
.quantity input {
    border: 1px solid #62C0BF !important;
    border-radius: 0px !important;
    width: 60px;
    color: #3C5873;
    font-family: "Proxima Nova";
    font-size: 19.178px;
    font-weight: 700;
}

.quantity .minus {
    border-radius: 8px 0px 0px 8px !important;
}

.quantity .plus {
    border-radius: 0px 8px 8px 0px !important;
}

.accordion-button {
    color: #3C5873 !important;
    font-family: Montserrat;
    font-size: 15.794px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 25px 0px;
}

.accordion-button:not(.collapsed)::after {
    content: "-";
    font-size: 20px;
    color: #3C5873;
    margin-right: 10px;
}

.accordion-button.collapsed::after {
    content: "+";
    font-size: 20px;
    color: #3C5873;
    margin-right: 10px;
}

.product-details .accordion-button {
    font-size: 15.794px;
    font-weight: 700;
    padding-bottom: 20px;
    margin: 25px 0px;
    border-bottom: 1px solid #707070;
}

.details-content h6 {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 18.426px;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.details-content p {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 15.794px;
    font-weight: 400;
}


.your-cart {
    color: #354E57;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.your-cart small {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}

.patient-info p {
    color: #62C0BF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
}

.patient-info h6 {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.min-w300 {
    min-width: 300px;
}

.f-20 {
    font-size: 20px !important;
}

.btn-darkblue {
    background-color: #3C5873;
    border-radius: 25px;
    padding: 6px 16px;
    color: #FFF !important;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    border: none;
}

.btn-darkblue:hover {
    background-color: #2f5066 !important;
}

.cart-left .cart-product {
    border: 1px solid #62C0BF;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    background-color: white;
}

.img-container {
    width: 150px;
    height: 110px;
    padding: 20px;
}

.img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.cart-product-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    height: 100%;
}

.cart-product-detail .product-info h6 {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cart-product-detail .product-info p {
    margin: 0;
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.product-price {
    color: #DE3B35;
    /*font-family: "Proxima Nova";*/
    font-size: 16px;
    font-weight: 700;
}

.product-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: end;
    gap: 30px;
}

.product-actions a {
    color: #354E57;
    font-size: 12px;
    font-weight: 400;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px !important;
}

.shipping-methods label {
    color: #3C5873;
    font-size: 14px;
    font-weight: 700;
}

.shipping-methods .card {
    margin-bottom: 10px;
    border: 1px solid #62C0BF;
    border-radius: 0px;
}

.shipping-methods .card-body .col-md-12 {
    display: flex;
    justify-content: space-between;
}

.shipping-methods h6 {
    margin-bottom: 0px !important;
}

.cart-right {
    background: #DEF2F2;
    padding: 25px;
}

.btn-blue {
    border-radius: 13.539px;
    background: #60BEBE !important;
    color: #FFF !important;
    font-family: Montserrat;
    font-size: 10.686px;
    font-weight: 400;
}

.line {
    width: 100%;
    height: 1px;
    background: #354E57 !important;
    margin: 25px 0px;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-700 {
    font-weight: 600 !important;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    color: #354E57;
    font-family: Montserrat;
    font-size: 15.348px;
    font-weight: 600;
    margin-bottom: 8px;
}

.summary-item span:last-child {
    font-weight: 700;
}

.verify-btn {
    background-color: #3C5873;
    color: #62C0BF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    border: 1px solid #60BEBE;
    padding: 10px 0;
}

.save-btn {
    color: #62C0BF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 25px;
    border: 1px solid #60BEBE;
    background: #FFF;
}

.info-container {
    border-radius: 14px;
    background: linear-gradient(182deg, rgba(96, 190, 190, 0.43) 1.42%, #62C0BF 150.23%);
    padding: 20px;
}

.info-container p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14.783px;
    font-weight: 500;
    line-height: 36.957px;
}


.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow-y: auto;
    transition: right 0.4s ease;
    z-index: 1110;
}

.cart-sidebar.active {
    right: 0;
}

.close-btn {
    background: none;
    color: #354E57 !important;
    border: none;
    font-size: 30px;
    line-height: 1;
}

.more-product {
    color: #62C0BF;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
}

.cart-header {
    padding-bottom: 20px;
}

.cart-item {
    border: 1px solid #62C0BF;
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    background-color: white;
}


.cart-divider {
    border-right: 1px solid #62C0BF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-img {
    width: 130px;
    height: 130px;
    padding: 20px;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-item-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 10px 15px;
    height: 100%;
}

.cart-item-detail .item-title {
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.cart-item-detail .description {
    margin: 0;
    color: #2E2E22;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.cart-item-detail .edit {
    color: #354E57;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1100;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

body.no-scroll {
    overflow: hidden;
}

.signature-box {
    border: 1px solid #62C0BF;
    border-radius: 10px;
    height: 220px;
    position: relative;
    background-color: #fff !important;
}

#signature-pad {
    width: 100%;
    height: 100%;
    cursor: crosshair;
    border-radius: 10px;
    background-color: #fff !important;
}

.btn-teal {
    background-color: #62C0BF;
    color: #fff;
}

.btn-teal:hover {
    background-color: #56b1b7;
    color: #fff;
}

.btn-checkout {
    border: 1px solid #3C5873 !important;
    color: #3C5873 !important;
    background-color: transparent;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
}

.btn-view {
    color: #2E2E22;
    font-family: "Proxima Nova";
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    margin: 10px 0px;
}

.btn-view:hover {
    text-decoration: underline;
}

.verify-toggle {
    border-radius: 25px;
    overflow: hidden;
    background-color: #e9ecef;
    margin-bottom: 1.5rem;
}

.modal-verify .nav-pills .nav-item {
    width: 50%;
}

.modal-verify .nav-pills .nav-link {
    border-radius: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    color: #62C0BF;
    background-color: #E0E4E9;
    border: none;
}

.modal-verify .nav-pills .nav-link.active {
    background-color: #3C5873;
    color: #62C0BF;
}

.modal-content {
    border-radius: 15px;
    border: none;
    padding: 1.5rem;
}

.modal-verify .modal-header {
    border-bottom: 1px solid #62C0BF;
    padding-bottom: 15px !important;
}

.modal-verify .modal-title {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}

.modal-verify .modal-body {
    padding: 20px 0px !important;
}

.modal-verify .modal-body p {
    color: #354E57;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
}

.bottom-border {
    border-bottom: 1px solid #6D8DAD26;
    padding: 20px;
}

.quick-desc {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    max-width: 700px;
}

.table-quick thead th {
    background: #62C0BF !important;
    color: #fff;
    font-family: Montserrat;
    font-size: 11.927px;
    font-weight: 600;
    padding: 10px !important;
}

.table-quick thead th:first-child {
    border-top-left-radius: 7px;
}

.table-quick thead th:last-child {
    border-top-right-radius: 7px;
}

.table-quick tbody td {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    padding: 10px !important;
}

.total-row {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 80px;
    padding-right: 180px;
    color: #354E57;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    text-align: right;
}

.script-section .form-check {
    margin-top: 20px;
    color: #354E57;
    font-family: Montserrat;
    font-size: 14.127px;
    font-weight: 400;
}

.action-btns .btn-blue {
    color: #3C5873 !important;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
}


.checkout-stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 40px 0;
}

.checkout-stepper::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #E0E0E0;
    z-index: 1;
}

.checkout-stepper::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 33%;
    height: 3px;
    background-color: #52B8B6;
    z-index: 2;
    transition: width 0.4s ease;
}

.checkout-step {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 3;
}

.step-number {
    background-color: #D9D9D9;
    color: #3C5873;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.step-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #3C5873;
    font-size: 15px;
    font-weight: 700;
}

.checkout-step.active .step-number {
    background-color: #52B8B6;
    color: #fff;
}

.checkout-stepper.step-2::after {
    width: 66%;
}

.checkout-stepper.step-3::after {
    width: 100%;
}

.checkout-stepper.step-2 .checkout-step:nth-child(-n+2) .step-number,
.checkout-stepper.step-3 .checkout-step .step-number {
    background-color: #52B8B6;
    color: #fff;
}



/* ========== LEFT SECTION (FORM) ========== */
.checkout-form-section {
    padding: 10px;
}

.checkout-form-section .accordion-button {
    margin: 0px;
    color: #3C5873;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.checkout-form-section .form-label {
    font-size: 12px;
    font-weight: 400;
}

.checkout-checkboxes {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.checkout-checkboxes .form-check {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

/* ========== RIGHT SECTION (ORDER SUMMARY) ========== */
.order-summary-card {
    background: #DEF2F2;
    padding: 25px;
    flex: 1;
    height: fit-content;
}

.order-summary-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.order-summary-title span:first-child {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 19.08px;
    font-weight: 700;
}

.order-summary-title .total-items,
.order-summary-title a {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12.142px !important;
    font-weight: 400;
}

.checkout-filled-address h6 {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14.127px;
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout-filled-address a {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14.127px;
    font-weight: 500;
    text-decoration-line: underline;
}

.checkout-filled-address p {
    color: #354E57;
    font-family: Montserrat;
    font-size: 14.127px;
    font-weight: 400;
}

.wrap-side-menu {
    display: none;
}

.main_menu>li>.sub_menu {
    top: 110px;
    left: 0 !important;
    position: fixed !important;
}

.main_menu>li>.sub_menu.active {
    top: 65px;
}

.sub_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    width: 100vw !important;
    border-radius: 0px !important;
    border: none;
    border-top: 2px solid #60BEBE !important;
    box-shadow: 4px 6px 24px 0 rgba(109, 141, 173, 0.15);
}

.pro-drop-header {
    border-top: 2px solid #60BEBE;
    background: linear-gradient(180deg, #345B77 0%, #62C0BF 100%);
    padding: 20px;
}

.pro-drop-title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.hov-img-zoom {
    display: block;
    overflow: hidden;
}

.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.hov-img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.border-right {
    border-right: 1px solid #60BEBE;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 10px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 4px;
}

.pro-drop-img {
    width: 50px;
    height: 32px;
}

.pro-drop-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* LEFT TABS */
.category-tabs {
    border-right: 1px solid #60BEBE;
}

.category-tabs .nav-link {
    display: flex;
    align-items: center;
    text-align: start;
    gap: 10px;
    background: transparent;
    padding: 10px 15px;
    transition: all 0.3s;
    border-bottom: 2px solid #fff;
    margin-bottom: 4px;
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
}

.category-tabs .nav-link.active,
.category-tabs .nav-link:hover {
    border-radius: 5px 5px 0 0;
    background: linear-gradient(180deg, #345B77 0%, #62C0BF 103.94%);
    color: #fff;
    border-bottom: 2px solid rgba(60, 88, 115, 1);
}

.cats-custom {
    padding: 20px 0px;
}

/* TAB BODY */
.tab-content-area {
    padding: 0 25px;
}

.tab-content h5 {
    margin-bottom: 5px;
    color: #3C5873;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
}

.tab-content p {
    color: #515C6F;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
}

.brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.brand-list a {
    border-radius: 3px;
    padding: 6px 14px;
    border-left: 2px solid #fff;
    text-decoration: none;
    color: #345B77;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: all 0.3s;
}

.brand-list a:hover,
.brand-list a.active {
    border-left: 2px solid #60BEBE;
    background: rgba(98, 192, 191, 0.16);
}

/* TOP SELLING BOX */
.top-selling-box {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(57, 95, 123, 0.20) 0%, rgba(96, 190, 190, 0.20) 42.53%, rgba(255, 255, 255, 0.20) 64.71%);
    padding: 15px;
}

.top-selling-box h6 {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.top-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top-item img {
    width: 40px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}

.top-item .name {
    margin: 0;
    color: #345B77;
    font-family: Montserrat;
    font-size: 12.142px;
    font-weight: 700;
}

.top-item span {
    color: #515C6F;
    font-family: Montserrat;
    font-size: 10.407px;
    font-weight: 400;
}

.dasahboard-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 6px 24px 0 rgba(109, 141, 173, 0.15);
    padding: 25px;
    min-height: 950px;
}

.dashboard-menu ul {
    border: none !important;
    padding-right: 25px;
    border-right: 2px solid #62C0BF !important;
    border-radius: 0px;
}

.dashboard-menu ul li {
    border: none !important;
    border-bottom: 2px solid #fff !important;
    margin-bottom: 10px;
}

.dashboard-menu ul li a {
    border: none !important;
    color: #3C5873;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: 100%;

}

.dashboard-menu ul li.active,
.dashboard-menu ul li:hover {
    border-radius: 5px;
    background: linear-gradient(180deg, #345B77 0%, #62C0BF 103.94%);
    border-bottom: 2px solid rgba(60, 88, 115, 1);
}

.dashboard-menu ul li.active a,
.dashboard-menu ul li:hover a {
    color: #fff !important;
}

.dashboard-title {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
}

.gradient-card {
    border-radius: 10px;
    background: linear-gradient(180deg, #395F7B 0%, #60BEBE 90.22%);
    border: none !important;
    padding: 20px;
}

.gradient-card h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
}

.dashboard-desc {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
}

.unique-id {
    padding: 10px;
    border-radius: 25px;
    background: #FFF;
    text-align: center;
}

.unique-id p {
    color: #62C0BF !important;
    font-family: Montserrat;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 30px;
}

.unique-id span {
    font-size: 14px !important;
    font-weight: 700;
}

.dashboard-mini-card {
    border-radius: 10px;
    background: #3C5873;
    padding: 15px;
    min-height: 165px;
}

.dashboard-mini-card h6 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboard-mini-card p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}

.dashboard-mini-card h1 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 37.398px;
    font-weight: 700;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

/* ----------------------- */
/* INLINE SEARCH (DESKTOP) */
/* ----------------------- */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

/* Hidden input initially */
.search-input {
    width: 0;
    opacity: 0;
    border: none;
    border-bottom: 1px solid #60BEBE;
    transition: width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
    padding: 0;
    background: transparent;
    font-size: 14px;
}

.search-input.active {
    width: 200px;
    opacity: 1;
    margin-left: 10px;
}

/* Suggest Box (Desktop) - ENHANCED */
.suggest-box {
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    /*display: none;*/
    z-index: 1000;
    max-height: 450px;
    overflow: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.suggest-box::-webkit-scrollbar {
    width: 8px;
}

.suggest-box::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 6px;
}

.suggest-box::-webkit-scrollbar-thumb {
    background: #b0b0b0;
    border-radius: 6px;
}

.suggest-box::-webkit-scrollbar-thumb:hover {
    background: #808080;
}

/* Header (Categories/Products labels) */
.suggest-box li.suggest-header {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    cursor: default !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Individual items */
.suggest-box li.suggest-item,
.suggest-box li.category-item,
.suggest-box li.product-item {
    padding: 12px 12px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}

.suggest-box li.suggest-item:hover,
.suggest-box li.category-item:hover,
.suggest-box li.product-item:hover {
    background: #f0f8ff;
    padding-left: 16px;
}

/* No results message */
.suggest-box li.suggest-no-results {
    padding: 20px 12px;
    text-align: center;
    color: #999;
    font-size: 13px;
    cursor: default !important;
}

/* Enhanced text styling */
.suggest-box .suggest-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}

.suggest-box .suggest-category {
    font-size: 12px;
    color: #888;
}

.suggest-box strong {
    color: #2196F3;
    font-weight: 600;
}

/* ----------------------- */
/* MOBILE DROPDOWN SEARCH - ENHANCED */
/* ----------------------- */
.mobile-search-dropdown {
    display: none;
    width: 100%; 
    right: 0;
   height:450.5px;
}

.mobile-search-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0e0e0 !important;
    border-radius: 25px !important;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mobile-suggest-box {
    list-style: none;
    padding: 0;
    margin-top: 8px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: none;
    max-height: 400px;
    overflow: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Header (Categories/Products labels) */
.mobile-suggest-box li.suggest-header {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    cursor: default !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Individual items */
.mobile-suggest-box li.suggest-item,
.mobile-suggest-box li.category-item,
.mobile-suggest-box li.product-item {
    padding: 12px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.2s ease;
}

.mobile-suggest-box li.suggest-item:hover,
.mobile-suggest-box li.category-item:hover,
.mobile-suggest-box li.product-item:hover {
    background: #f0f8ff;
    padding-left: 16px;
}

/* No results message */
.mobile-suggest-box li.suggest-no-results {
    padding: 20px 12px;
    text-align: center;
    color: #999;
    font-size: 13px;
    cursor: default !important;
}

/* Enhanced text styling */
.mobile-suggest-box .suggest-name {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}

.mobile-suggest-box .suggest-category {
    font-size: 12px;
    color: #888;
}

.mobile-suggest-box strong {
    color: #2196F3;
    font-weight: 600;
}

/* ----------------------- */
/* RESPONSIVE BEHAVIOR     */
/* ----------------------- */
@media (max-width: 1200px) {

    /* Hide desktop inline search */
    /*.search-input,
    .suggest-box {
        display: none !important;
    }*/

    /* Search icon remains */
    .search-container {
        position: relative;
    }

    /* Show mobile dropdown when active */
    .mobile-search-dropdown.open {
        display: block;
    }
}


.btn-animate {
    background-color: #60BEBE;
    border-color: #60BEBE !important;
    border-radius: 25px !important;
    padding: 8px 16px !important;
}

.btn-animate:hover {
    background-color: transparent;
    color: #60BEBE !important;
    outline: 1px solid #60BEBE;
}

/* Profile wrapper */
.profile-wrapper {
    position: relative;
    display: inline-block;
}

/* Hidden dropdown by default */
.profile-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    border: 1px solid #60BEBE;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.2s ease;
    padding: 10px 0px;
}

/* Show dropdown */
.profile-dropdown.show {
    display: block;
    opacity: 1;
}

.profile-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-dropdown-list li a,
.profile-dropdown-list li button.logout-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    color: #345B77;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.profile-dropdown-list li a:hover,
.profile-dropdown-list li button.logout-btn:hover {
    background: #60bebe36;
    color: #60bebe;
}


/* Custom Box Styling */
.custom-border-box {
    border: 1px solid #60bebe49;
    padding: 15px;
    margin-right: 10px;
    width: 49%;
    margin-bottom: 10px;
    border-radius: 8px;
}

.custom-border-box .input-with-span {
    width: 50%;
}

.custom-border-box .input-with-span input,
.custom-border-box .input-with-span select {
    width: 100% !important;
    position: relative;
    z-index: 1;
}

.custom-border-box .form-control {
    width: 50%;
}

/* Input Row Styling */
.custom-border-box .input-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 5px;
    /* Adjust spacing */
}

/* Line Between Label and Input */
.custom-border-box .input-row::before {
    content: "";
    position: absolute;
    width: 100%;
    /* Ensures full width */
    top: 50%;
    /* Places the line in the middle */
    transform: translateY(-50%);
    height: 1px;
    background-color: #ddd;
}

/* Keep labels and inputs on top of the line */
.custom-border-box .input-row label {
    background-color: white;
    position: relative;
    z-index: 1;
}

.custom-border-box .input-row .form-control {
    position: relative;
    z-index: 1;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.w-85 {
    width: 85% !important;
}


/* ================= FAQ Accordion Styles ================= */
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background-color: #fff;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: #60BEBE !important;
    box-shadow: none;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(26, 178, 182, 0.1);
}

.custom-accordion .accordion-button::after {
    background-image: none !important;
}

.custom-accordion .accordion-body {
    padding: 0 25px 25px 25px;
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

.custom-accordion .accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* ================= Contact Page Styles ================= */
.contact-section {
    padding: 60px 20px;
}

.contact-info-item {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.contact-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(57, 95, 123, 0.2), rgba(96, 190, 190, 0.2));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img,
.contact-icon svg {
    width: 20px;
    height: 20px;
}

.contact-info-title {
    font-family: Montserrat;
    font-weight: 600;
    color: #3c5873;
    font-size: 16px;
    margin-bottom: 8px;
}

.contact-info-text {
    font-family: Montserrat;
    font-weight: 400;
    color: #2e2e22;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.contact-info-text a {
    color: #2e2e22;
    text-decoration: none;
}

.contact-info-text a:hover {
    color: #60bebe;
}

.collection-notice {
    background: linear-gradient(to bottom, rgba(57, 95, 123, 0.1), rgba(96, 190, 190, 0.1));
    border-radius: 17px;
    padding: 24px;
    margin-top: 30px;
}

.collection-notice h3 {
    font-family: Montserrat;
    font-weight: 600;
    color: #3c5873;
    font-size: 16px;
    margin-bottom: 12px;
}

.collection-notice p {
    font-family: Montserrat;
    font-weight: 400;
    color: #2e2e22;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.map-section {
    padding: 40px 20px;
}

.map-placeholder {
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(57, 95, 123, 0.1), rgba(96, 190, 190, 0.1));
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Contact Form Styling */
.contact-form .form-label {
    font-family: Montserrat;
    font-weight: 500;
    color: #3c5873;
    font-size: 14px;
    margin-bottom: 8px;
}

.contact-form .form-label .required {
    color: #dc3545;
    margin-left: 2px;
}

.contact-form .form-control {
    padding: 12px 16px;
    font-family: Montserrat;
    font-size: 14px;
}

.contact-form .form-control:focus {
    border-color: #60bebe;
    box-shadow: 0 0 0 0.2rem rgba(96, 190, 190, 0.25);
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.btn-submit {
    background-color: #3c5873;
    border: 1px solid #3c5873;
    color: white;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.btn-submit:hover {
    background-color: #345b77;
    border-color: #345b77;
    color: white;
}

.main-article img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.sidebar-article img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.main-article-title {
    font-family: Montserrat;
    font-size: 30.328px;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
    color: #3C5873 !important;
    text-transform: capitalize;
    display: block;
    margin-bottom: 15px;
}

.main-article-text,
.main-article-text p,
.main-article-text p span,
.main-article-text span,
.main-article-text a,
.main-article-text ul li,
.main-article-text ol li {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 35px !important;
}

.main-article-text h1 .main-article-text h2,
.main-article-text h3,
.main-article-text h4,
.main-article-text h5,
.main-article-text h6 {
    font-family: Montserrat;
    color: #3C5873 !important;
}

.article-category {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #60bebe;
    margin-bottom: 10px !important;
}


.quick-reads {
    box-shadow: 4px 6px 24px 0px #6D8DAD40;
    border-top: 4px solid #60bebe;
    padding: 20px;
    background-color: #fff;
}

.sidebar-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #3C5873 !important;
    text-decoration: none;
    margin-bottom: 2px;
    display: block;
}

.sidebar-article-text {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #60bebe;
}

.quick-reads h6 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0px;
    font-family: Montserrat;
    color: #60bebe;
}

.sidebar-article {
    margin-bottom: 15px;
    flex-direction: column;
}

.sidebar-article a {
    font-family: Montserrat;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 40px 20px;
    }

    .map-section {
        padding: 30px 20px;
    }
}


/* Quick Script Page Design */
/* Reverting to default theme styles hence removing custom qs-* classes */
.quick-script-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.qs-section-title {
    color: #3C5873;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.qs-label {
    color: #3C5873;
    font-size: 13px;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: 8px;
}

.qs-total-display {
    font-size: 18px;
    font-weight: 700;
    color: #3C5873;
    text-align: right;
    padding: 20px;
}

/* Custom Table for Quick Script - keeping this as it is cleaner than default table */
.qs-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.qs-table thead th {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.qs-table tbody tr {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s;
}

.qs-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.qs-table td {
    padding: 15px;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
}

.qs-table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.qs-table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.f-12 {
    font-size: 12px;
}

.text-primary {
    color: #60BEBE !important
}

.btn-primary-inv {
    background-color: #fff;
    color: #60BEBE;
    border: 2px solid #60BEBE;
    border-radius: 30px;
    padding: 0.375rem 1.25rem;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary-inv:hover {
    background-color: #60BEBE;
    color: #fff;
    box-shadow: 0 4px 6px rgba(96, 190, 190, 0.4);
    transform: translateY(-1px);
}

.badge {
    padding: 0.5em 0.8em;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.alert{
    word-break:break-word
}
@media(max-width:550px)
{
    .dashboard-menu ul{
        border:0px!important;

        padding-right:0px;
    }
    .form-card{
        padding:20px!important;
    }
    .mobileCategories.hideCats {
        bottom:-500px;
        transition: bottom 1s ease-in-out;
    }
    .mobileCategories {
        position: fixed;
        left: 0;
        border: 0;
        bottom: 00px;
        width: 100%;
        z-index: 99;
        margin: 0;
        background-color: white;
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        box-shadow: 0px 0px 23px 2px lightgrey;
        padding:20px;
        transition:bottom 1s ease-in-out;
    }
    .mobileCategories .mobCats{
        height: 400px;
        overflow: auto;
    }
        .mobileCategories .fa-times {
            color: #345B77;
        }
        .mobileCategories .arrow-circle{
            margin-right:10px;
        }
    .catTitle.hideTitle {
        bottom: -100px;
        transition: bottom 1s ease-in-out;
    }
    .catTitle {
        bottom: 00px;
        cursor:pointer;
        position:relative;
        transition: bottom 1s ease-in-out;
    }
}
.profile-toggle-icon{
    cursor:pointer;
}