* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    padding-top: 118px;
}

html {
    scroll-behavior: smooth;
}

.cormorant {
    font-family: "Cormorant Garamond", serif;
}

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

a,
a:hover {
    text-decoration: none !important;
    font-size: 15px;
}

li {
    color: #5A5A5A;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

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

.bg-gray {
    background-color: #E4F0F8 !important;
}

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

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

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

.weight-800 {
    font-weight: 800;
}

.line-30 {
    line-height: 30px;
}

.line-24 {
    line-height: 24px;
}

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

.text-12 {
    font-size: 12px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-26 {
    font-size: 26px !important;
}

.text-28 {
    font-size: 28px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-40 {
    font-size: 40px !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.panel-space {
    padding: 80px 0;
}

p {
    font-size: 18px;
    color: #5A5A5A;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    position: relative;
    z-index: 2;
    width: 95%;
}

a {
    display: inline-block;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    text-decoration: none;
}

h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 55px;
    font-weight: 700;
}

.line-height-36 {
    line-height: 36px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 4px 24px 0px #0000000F;
}

button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    color: #000;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.3rem;
    width: 0;
    height: 2px;
    background-color: #8A0303;
    transition: width 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #8A0303;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before {
    width: calc(100% - 2.6rem);
}

.cstm-btn {
    background: linear-gradient(93.73deg, #B4903A 0%, #FFFEA6 50.48%, #B4903A 100%);
    padding: 10px 30px;
    color: #000;
    border: 1px solid #E6E6E6;
    font-weight: 500;
    border-radius: 6px;
}

.cstm-btn:hover {
    background: linear-gradient(93.73deg, #A37F2F 0%, #FFF785 50.48%, #A37F2F 100%);
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.header-button {
    display: flex;
    align-items: center;
    gap: 23px !important;
}

.contact-link {
    position: absolute;
    right: 15px;
    top: 0;
    color: #000;
    z-index: 1000;
}

.top-banner {
    background: linear-gradient(90deg, #B4903A 0%, #FBE99E 50%, #CAAB59 100%);
    padding: 3px 0;
}

.text-slider .owl-nav {
    position: absolute;
    bottom: 0;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-slider .owl-controls .owl-nav div {
    color: #000;
}

/* menu dropdown */
.dropdown-menu {
    display: none;
    position: fixed !important;
    top: 82px;
    left: 0;
    z-index: 99;
    width: 100%;
    border: 0;
    padding-top: 35px;
    background-color: transparent;
}

.menu-icons {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    gap: 15px;
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 20px 30px;
    border-top: 1px solid #e0e0e061;
}

.menu-icons li {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 15px;
    border-radius: 10px;
    position: relative;
    width: 164px;
}

.menu-icons li img {
    width: 55px;
    height: 55px;
    transition: all 0.3s ease;
}

.menu-icons li span {
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: 500;
    text-align: start;
    margin-bottom: 20px;
}

.menu-icons li:hover {
    background: #F5F5F7;
    transform: translateY(-3px);
}

.menu-icons li.active {
    background: #F5F5F7;
}

.menu-icons li.active .dot {
    position: absolute;
    bottom: 12px;
    right: 10px;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #B4903A;
}

/* Example for menu hover */
.menu-dropdown:hover .dropdown-menu {
    display: block;
}

.menu-dropdown .nav-link:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-left: 4px;
    vertical-align: bottom;
}

.menu-dropdown:hover .nav-link:after {
    content: '\f106';
}

.menu-icons li:after {
    content: '';
    border: 1px solid #e0e0e061;
    position: absolute;
    right: -10px;
    width: 1px;
    height: 130px;
    top: 17px;
}

.menu-icons li:last-child::after {
    display: none;
}

/* banner section css */
.banner {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-banner {
    text-align: left;
    height: 440px;
}

.title-left .banner-title {
    font-size: 50px;
    width: 75%;
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}

.title-left {
    justify-content: left !important;
}

.banner-title {
    font-size: 50px;
    width: 60%;
    margin: auto;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 20px;
}

.home-banner .banner-content {
    width: 50%;
    margin: 50px 0 0;
}

.home-banner .banner-title {
    width: 60%;
    margin: 0;
}

.banner-content {
    font-size: 18px;
    width: 50%;
    margin: 50px auto 0;
    line-height: 38px;
}

/* servoce section css */
.service-card {
    border-radius: 16px;
    height: 374px;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: background 0.4s ease;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-card:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.service-card h3 {
    font-size: 30px;
    letter-spacing: 1px;
    padding: 0 8px;
    text-align: center;
}

.about-skin-canberra p {
    line-height: 36px;
}

.canberra img {
    border-radius: 20px;
}

/* Hide accordion on desktop and tabs on mobile */
@media (min-width: 992px) {
    .mobile-accordion {
        display: none;
    }
}

@media (max-width: 992px) {
    .desktop-tabs {
        display: none;
    }
}

/* Tab Button Style */
.nav-tabs .nav-link {
    border: none;
    border-radius: 8px;
    margin: 9px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s ease;
    background-color: #F5F5F7;
    font-size: 18px;
    padding: 10px 18px;
}

.nav-tabs .nav-link:hover {
    background: #e4e4e4;
}

.nav-tabs .nav-link.active {
    background: #CAAB59;
    color: #000;
}

/* product css */
.product-card {
    overflow: hidden;
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Zoom effect on hover */
.product-card:hover .product-img img {
    transform: scale(1.1);
}

/* Optional overlay effect */
.product-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 15px;
}

.product-card:hover .product-img::after {
    opacity: 1;
}

.product-img {
    position: relative;
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hair-mask-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 12px 11px;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F5F5F7;
}

.discount-badge {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 13px;
    background: linear-gradient(93.73deg, #B4903A 0%, #FFFEA6 50.48%, #B4903A 100%);
    margin-bottom: 12px;
    display: inline-block;
}

.add-cart-btn {
    background: #000;
    color: #fff;
    font-weight: 500;
    padding: 10px 0 !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Hover Effect */
.add-cart-btn:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

.add-cart-btn:hover {
    opacity: 0.9;
}

.product-info h5 {
    font-size: 25px;
    margin-bottom: 9px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-info p {
    font-size: 16px;
}

.del-price {
    color: #5D5D5D;
}

.ml-size {
    color: #5A5A5A;
}

.discover-panel img {
    margin-top: -25px;
}

.img-radius {
    border-radius: 16px;
}

.card-treatment {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow);
    background: #fff;
    height: 350px;
}

.card-treatment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* keeps image cover like design */
    display: block;
    -webkit-user-drag: none;
    user-select: none;
    transition: transform 0.5s ease;
}

.card-treatment:hover img {
    transform: scale(1.1);
}

/* Gradient overlay + soft darkening at bottom */
.card-treatment::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 40%, rgba(0, 0, 0, 0.52) 100%);
    pointer-events: none;
}

/* subtle inset vignette / rounded corner inner shadow */
.card-treatment::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.06);
    pointer-events: none;
}

.card-content {
    position: absolute;
    color: #fff;
    z-index: 2;
    text-shadow: 0 6px 15px rgba(0, 0, 0, 0.35);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.23%, rgba(0, 0, 0, 0.37) 100%);
    bottom: -60px;
    left: 0;
    padding: 21px;
    color: #fff;
    transition: all 0.4s ease;
}

.card-treatment:hover .card-content {
    bottom: 0;
}

.card-title {
    margin: 0 0 18px 0;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.2px;
}

.card-treatment:hover .card-title {
    margin: 0 0 8px 0;
}

.card-sub {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.95;
    max-width: 86%;
}

/* testimonial section css */
.testimonial-card {
    background: #F2F2F2;
    border-radius: 16px;
    overflow: hidden;
    transition: transform .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #E2E2E2;
}

.testimonial-card:hover {
    transform: translateY(-4px);
}

/* video-style cards */
.video-card {
    position: relative;
    height: 240px;
    cursor: pointer;
    width: 480px;
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
}

.play-btn:hover {
    background: #fff;
}

.play-btn::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid #000;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-left: 3px;
}

/* text-only testimonial */
.text-card {
    padding: 20px;
    color: #333;
    width: 480px;
    height: 240px;
}

.text-card p {
    line-height: 28px;
    color: #000;
}

/* profile info */
.profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.profile .name {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.profile .role {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 28px;
}

/* gallery section css */
.gallery-item {
    width: 100%;
    height: 400px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.gallery-container {
    position: relative;
    margin-top: 30px;
}

.top-curve {
    width: 100%;
    height: 42px;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 2;
    border-radius: 50% / 40%;
    transform: scale(1.1);
    top: -20px;
}

.Bottom-curve {
    width: 100%;
    height: 42px;
    flex-shrink: 0;
    background-color: rgb(255, 255, 255);
    position: absolute;
    z-index: 1;
    border-radius: 50% / 40%;
    transform: scale(1.1);
    bottom: -20px;
}

/* Zoom + Overlay hover effect */
.gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover::after {
    opacity: 1;
}

/* footer panel css */
.footer-logo img {
    width: 110px;
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-links {
    display: flex;
    gap: 25px;
    align-items: center;
}

.social-links a img {
    width: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-links a:hover img {
    transform: scale(1.2);
    opacity: 0.8;
}

.footer {
    background-size: cover;
    background-position: center;
}

.footer-menu-link h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-menu-link ul li a {
    position: relative;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu-link ul li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #8A0303;
    transition: width 0.3s ease;
}

.footer-menu-link ul li a:hover {
    color: #8A0303;
}

.footer-menu-link ul li a:hover::after {
    width: 100%;
}

.footer-menu-link ul {
    padding: 0;
}

.footer-menu-link ul li {
    list-style: none;
    font-weight: 300;
    margin-bottom: 8px;
}

.footer-menu-link ul li:last-child {
    margin-bottom: 0;
}

.marquee-inner {
    display: inline-flex;
    animation: scrollLeft 25s linear infinite;
    gap: 20px;
}

.bottom-row .marquee-inner {
    animation: scrollRight 25s linear infinite;
}

.marquee-row:hover .marquee-inner {
    animation-play-state: paused;
}

/* Right to Left Animation */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Left to Right Animation */
@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.accordion-item {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #C4C4C4 !important;
}

.accordion-button {
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/download.svg) !important;
    transform: rotate(-180deg);
}

.footer-menu-link li {
    color: #000;
}

/* srevice listing filter css */
.search-box {
    background: #f9f9f9;
    border-radius: 6px;
    overflow: hidden;
    width: 200px;
}

.search-box input {
    border: none;
    background: transparent;
    padding: 8px 12px;
    flex: 1;
    font-size: 14px;
}

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

.search-box button {
    background: transparent;
    color: #555;
}

.btn-sort {
    background-color: #CAAB59;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-sort:hover {
    background-color: #b6913c;
    color: #fff;
}

#appointmentModal .modal-content,
#appointmentModalH .modal-content {
    border-radius: 34px;
    padding: 16px;
}

#appointmentModal .btn-close,
#appointmentModalH .btn-close {
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -41px;
    background-color: #fff;
}

.form-control,
.form-select {
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 15px 13px;
    line-height: normal;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    line-height: normal;
}

.input-group-text {
    background-color: transparent;
    border: 0;
}

.form-label {
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.view-btn {
    border: 0 !important;
    box-shadow: 0px 1px 2px 0px #1018280D;
    background: #F5F5F7;
    border-radius: 8px !important;
    padding: 11px 0 !important;
    transition: all 0.3s ease;
}

.view-btn:hover {
    background: #e0e0e3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.label {
    color: #666;
    font-size: 16px;
}

.courses-box {
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    padding: 15px;
}

.courses-box .product-info p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-reviews-panel .product-img {
    height: 210px;
}

.review-slider .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    padding: 61px 0 0;
    gap: 23px;
}

.review-slider .owl-controls .owl-nav div {
    height: 40px !important;
    width: 40px !important;
    background-color: #000;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.review-slider .owl-prev:before,
.review-slider .owl-next:before {
    font-size: 16px;
}

.product-info i {
    color: #EEB712;
}

/* course detail page css */
.deatail-thimbnail {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
}

.deatail-thimbnail img,
.instructor-card-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-card {
    background-color: #B4903A;
    border-radius: 25px;
    padding: 20px;
    color: #2c2c2c;
}

.instructor-image {
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
}

.instructor-card-figure {
    width: 100%;
    height: 240px;
}

.instructor-info p {
    font-size: 1rem;
    color: #2c2c2c;
}

.social-icons i {
    font-size: 1.3rem;
    margin-right: 15px;
    color: #2c2c2c;
    transition: 0.3s;
}

.social-icons i:hover {
    color: #000;
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .instructor-card {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

.instructor-card .line-height-36 {
    line-height: 30px;
}

.learn-section h5 {
    color: #5A5A5A;
}

.courses-dtl-right-panel {
    position: sticky;
    top: 140px;
}

.image-card {
    position: relative;
    border-radius: 12px;
    padding-left: 20px;
    padding-bottom: 20px;
}

/* Yellow background layer behind the image */
.color-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 93%;
    height: 93%;
    background-color: #f9b000;
    border-radius: 20px;
    z-index: 0;
}

/* Main image styling */
.image-card img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.our-vission {
    padding-right: 20px;
    padding-bottom: 20px;
}

.our-vission .color-bg {
    right: 0;
    border: 0;
    left: auto;
}

.nav-tab-slider .nav-link {
    font-size: 17px;
    padding: 2px 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    line-height: normal;
    margin: 0;
}

.nav-tab-slider .owl-nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 0;
    top: 25px;
    left: 0;
}

.nav-tab-slider .owl-controls .owl-nav div {
    color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    background-color: #fff;
}

.nav-tab-slider .owl-next {
    position: absolute;
    right: 0;
    top: -18px !important;
}

.nav-tab-slider {
    width: 94%;
}

.active-all .nav-link {
    padding: 12px 26px;
    margin: 0;
    margin-right: 9px;
}

.filter-btn {
    background-color: #CAAB59;
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.filter-btn:hover {
    background-color: #b08f44;
    /* darker shade on hover */
}

.product-list-box .search-box {
    width: auto;
}

.product-list-box .search-box input {
    padding: 15px 12px;
    flex: 1;
    font-size: 17px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pagination css */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 40px auto;
    font-family: "Inter", sans-serif;
}

.page-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.page-btn:hover {
    background-color: #f5f5f5;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li a,
.pagination li span {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 6px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.pagination li a:hover {
    background-color: #f5f5f5;
}

.pagination li a.active {
    background-color: #fff3dc;
    /* light yellow highlight */
    color: #000;
    font-weight: 500;
}

.previous,
.pag-next {
    display: none;
}

/* product detail page css */
.thumbnails {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: 20px;
}

.thumbnails img {
    width: 110px;
    height: 110px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border 0.3s;
    object-fit: cover;
}

.thumbnails img.active,
.thumbnails img:hover {
    border: 2px solid #ff7b54;
}

.main-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.main-image {
    width: 100%;
    height: 480px;
}

.product-page .product-card {
    padding: 0 40px;
    background: #fff;
}

.product-page .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.product-page .stars {
    color: #ffc107;
    font-size: 16px;
}

.product-page .reviews {
    color: #71717A;
    font-size: 14px;
}

.product-page .price-section {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.product-page .new-price {
    font-size: 28px;
    font-weight: 700;
}

.product-page .old-price {
    font-size: 18px;
    color: #71717A;
    text-decoration: line-through;
}

.product-page .discount {
    color: #71717A;
    font-size: 14px;
    margin: 6px 0 20px;
}

.product-page .features h3,
.product-page .size-section h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-page .features ul {
    margin: 0 0 20px;
}

.product-page .features li {
    color: #5A5A5A;
    margin-bottom: 6px;
}

.product-page .size-section {
    margin-bottom: 20px;
}

.product-page .sizes {
    display: flex;
    gap: 10px;
}

.product-page .size {
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    background: #f4f4f4;
}

.product-page .size.active {
    background: #B4903A;
    color: #fff;
}

.product-page .extras {
    font-size: 14px;
    color: #5A5A5A;
}

.product-page .extras p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 16px;
}

/* product commetn or discription css */
.review-section {
    max-width: 100%;
    width: 100%;
}

.tabs {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 500;
    margin-bottom: 15px;
    border-bottom: 3px solid #E4E4E7;
}

.tab {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #666;
    padding: 6px 0;
    position: relative;
}

.tab.active {
    color: #000;
    font-weight: 600;
}

.tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
}

.tab .count {
    background: #eee;
    color: #333;
    font-size: 12px;
    border-radius: 20px;
    padding: 2px 7px;
    margin-left: 6px;
}

.review {
    display: flex;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.review:last-child {
    border-bottom: none;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.review-content .stars {
    color: #ffc107;
    font-size: 15px;
    margin-bottom: 5px;
}

.review-content .text {
    color: #18181B;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.review-content .author {
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
}

.review-content .date {
    font-size: 13px;
    color: #777;
}

.hidden {
    display: none;
}

.load-more {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 25px auto 0;
    border: none;
    background: none;
    color: #777;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.load-more i {
    font-size: 14px;
}

.product-page {
    position: sticky;
    top: 130px;
}

.contact-img {
    width: 100%;
    height: 700px;
    border-radius: 18px;
    overflow: overlay;
}

.contact-img img {
    height: 100%;
    object-fit: cover;
}

.text-area-field {
    height: 135px;
}

.header-button .dropdown-menu {
    position: absolute !important;
    z-index: 1050;
    background-color: #fff;
    border: 0 !important;
    padding-top: 8px;
}

.dropdown-item i {
    color: #000 !important;
    font-weight: 700 !important;
}

.banner.Service-banner {
    padding: 20px 0;
    background-color: #d4cdc2;
    height: 464px;
    display: flex !important;
    align-items: center;
}

.banner.Service-banner img {
    max-width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}

.use-for-mobile {
    display: flex;
    align-items: center;
    gap: 23px;
}

/* paste by guddu sir --for header user icon --*/
.header-button .position-relative {
    display: inline-block;
}

.header-button .badge {
    font-size: 0.65rem;
    padding: 0.35em 0.5em;
}

.user-icon img {
    cursor: pointer;
    transition: transform 0.2s;
}

.user-icon img:hover {
    transform: scale(1.1);
}

.header-button .dropdown-menu {
    position: absolute !important;
    /* min-width: 160px;
        font-size: 14px; */
    z-index: 1050;
}

.profile-pic {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
    display: inline-block;
}

.home-banner .container {
    z-index: 1;
    position: relative;
}

.home-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

/* ****************preloader************************/
/* Fullscreen white background */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    /* smoother fade */
}

/* Logo style */
.preloader-logo {
    width: 120px;
    height: auto;
    margin-bottom: 15px;
    animation: fadeLogo 1.2s ease-in-out infinite alternate;
}

/* Simple spinner */
.spinner {
    border: 4px solid #eee;
    border-top: 4px solid #B4903A;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite;
}

/* Animations */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeLogo {
    0% {
        opacity: 0.5;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

/*************ajaxloader**************************/
/* Fullscreen overlay */
#ajax-loader .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    z-index: 9998;
}

/* Spinner */
#ajax-loader .loader-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    margin: -25px 0 0 -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #B4903A;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.leve-treatment-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.leve-treatment-iner-box {
    position: relative;
    z-index: 1;
}

/* .whats-aap-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
} */

.whats-aap-icon {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    display: inline-block;
}

.whats-aap-icon img {
    width: 60px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

/* Wave Effect */
.whats-aap-icon::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(37, 211, 102, 0.5); /* WhatsApp green */
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    animation: wave 2s infinite;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}