:root {
    --brand: #01b5fb;
    --sub: #6ac754;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

Video carousel start */ .position-relative.vh-100 {
    overflow: hidden;
    min-height: 100vh;
}

.position-absolute.top-0.start-0.w-100.h-100 {
    min-height: 100vh;
}

.position-absolute.top-0.start-0.w-100.h-100 video {
    object-fit: cover;
    min-height: 100vh;
}

/* Video Overlay */
.bg-dark.bg-opacity-50 {
    z-index: 1;
    min-height: 100vh;
}

/* Carousel */
#videoCarousel {
    z-index: 2;
    min-height: 100vh;
}

.carousel-item {
    height: 100vh;
    min-height: 100vh;
}

/* Fade Animation */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Caption Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item.active .carousel-caption {
    animation: fadeInUp 1s ease-out;
}

/* Custom Button Styling */
.btn-brand {
    background: var(--brand);
    border: 2px solid var(--brand);
    color: white !important;
    transition: all 0.3s;
}

.btn-brand:hover {
    background: white !important;
    color: black !important;
    border-color: var(--brand);
    transform: scale(1.05);
}

/* Navigation Arrows */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: var(--brand);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 3;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: black;
    opacity: 1;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: invert(1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .carousel-item {
        height: 70vh;
    }

    .carousel-item .d-flex {
        padding: 30px 0px !important;
    }

    .carousel-caption {
        max-width: 100% !important;
        padding: 20px 0px !important;
    }

    .carousel-caption h1 {
        font-size: 2rem !important;
    }

    .carousel-caption p {
        font-size: 1rem !important;
    }
}

@media (max-width: 767px) {

    .position-relative.vh-100,
    .position-absolute.top-0.start-0.w-100.h-100,
    .position-absolute.top-0.start-0.w-100.h-100 video,
    .bg-dark.bg-opacity-50,
    #videoCarousel,
    .carousel-item {
        height: 100vh !important;
        min-height: 100vh !important;
    }

    .carousel-item .d-flex {
        padding: 90px 25px 120px;
        min-height: 100vh;
    }

    .carousel-caption {
        padding: 20px;
        max-width: 100% !important;
    }

    .carousel-caption h1 {
        font-size: 1.75rem !important;
        margin-bottom: 20px !important;
        line-height: 1.3 !important;
    }

    .carousel-caption p {
        font-size: 1rem !important;
        margin-bottom: 25px !important;
        line-height: 1.6 !important;
    }

    /* .btn-brand {
                padding: 12px 30px !important;
                font-size: 1rem !important;
                color: #B88746;;
            } */

    .btn-brand {
        background-color: #B88746 !important;
        color: #fff !important;
        /* keeps text white */
        border: none;
    }

    .btn-brand:hover {
        background-color: #a6763d !important;
        /* optional darker hover */
    }


    /* Move arrows to bottom */
    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
        bottom: 100px;
        transform: none;
        width: 50px;
        height: 50px;
    }

    .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-next {
        right: 20px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 480px) {
    .carousel-item .d-flex {
        padding: 80px 20px 130px;
    }

    .carousel-caption h1 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
    }

    .carousel-caption p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }

    .btn-brand {
        padding: 10px 28px !important;
        font-size: 0.95rem !important;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 45px;
        height: 45px;
        bottom: 80px;
        display: none;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 22px;
        height: 22px;
    }
}

/* Background media control */
.media-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.bg-video.active {
    opacity: 1;
    z-index: 1;
}

/*video carousel end*/

.service-section {
    background: #fafafa;
}

/* Eyebrow label */
.service-eyebrow {
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: Uppercase;
    color: #B88746;
    font-weight: 500;
    margin-bottom: -40px;
}

/* Heading */
.service-heading {
    font-size: 1.5rem;
    display: inline-block !important;
    font-weight: 500;
    color: #191919;
    letter-spacing: -0.5px;
    line-height: 1.2;
    font-family: Georgia, 'Times New Roman', serif;
}

.service-heading em {
    font-size: 2.2rem;
    font-style: italic;
    color: #B88746;
    font-weight: 400;
}

/* Separator */
.service-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 18px auto 16px;
    width: fit-content;
}

.sep-line {
    display: inline-block;
    width: 72px;
    height: 1px;
    background: #B88746;
    opacity: 0.45;
}

.sep-diamond {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #B88746;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.sep-dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #B88746;
    border-radius: 50%;
    opacity: 0.6;
    flex-shrink: 0;
}

/* Subtitle */
.service-sub {
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

/* CARD FIX */
.service-card {
    background: #fff;
    border-radius: 120px;
    padding: 30px 30px;
    text-align: center;
    position: relative;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    /* 🔥 KEY FIX */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
}

/* Hover */
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(184, 135, 70, 0.3);
}

/* ICON */
.icon-wrap {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(184, 135, 70, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrap i {
    font-size: 28px;
    color: #B88746;
}

/* TEXT */
.service-card h5 {
    color: #191919;
    font-weight: 600;
}

.service-card p {
    color: #555;
    font-size: 0.95rem;
    margin: 10px 0;
}

/* BUTTON */
.explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #B88746;
    text-decoration: none;
    font-weight: 500;
    margin-top: auto;
    /* 🔥 PUSH TO BOTTOM */
}

.explore-btn i {
    transition: 0.3s;
}

.explore-btn:hover {
    color: #191919;
}

.explore-btn:hover i {
    transform: translateX(6px);
}

/* 🔥 RESPONSIVE FIX */
@media (max-width: 991px) {
    .service-card {
        min-height: 380px;
        border-radius: 90px;
    }
}

@media (max-width: 576px) {
    .service-card {
        min-height: auto;
        border-radius: 60px;
        padding: 40px 20px;
    }
}

/* Section must be relative */
.service-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 05px !important;
}

/* ✨ SPARKLE BACKGROUND USING ✧ ✦ SYMBOLS */
/* ✨ CLEAN CONTINUOUS UPWARD LOOP */
.service-section span.sparkle {
    position: absolute;
    bottom: -60px;
    color: rgba(184, 135, 70, 0.7);
    font-size: 18px;
    pointer-events: none;

    animation: sparkleFlow linear infinite;
}

/* 🚀 TRUE LOOP (NO FADE, NO GAP) */
@keyframes sparkleFlow {
    0% {
        transform: translateY(0) translateX(0);
    }

    100% {
        transform: translateY(-220vh) translateX(20px);
        /* extra height = no gap */
    }
}

/* RANDOM POSITIONS + VARIATIONS */
.service-section span.sparkle:nth-child(1) {
    left: 10%;
    animation-duration: 18s;
    animation-delay: 0s;
}

.service-section span.sparkle:nth-child(2) {
    left: 25%;
    animation-duration: 22s;
    animation-delay: 3s;
}

.service-section span.sparkle:nth-child(3) {
    left: 40%;
    animation-duration: 20s;
    animation-delay: 6s;
}

.service-section span.sparkle:nth-child(4) {
    left: 55%;
    animation-duration: 24s;
    animation-delay: 2s;
}

.service-section span.sparkle:nth-child(5) {
    left: 70%;
    animation-duration: 26s;
    animation-delay: 5s;
}

.service-section span.sparkle:nth-child(6) {
    left: 85%;
    animation-duration: 21s;
    animation-delay: 8s;
}

.service-section span.sparkle:nth-child(7) {
    left: 15%;
    animation-duration: 23s;
    animation-delay: 4s;
}

.service-section span.sparkle:nth-child(8) {
    left: 35%;
    animation-duration: 19s;
    animation-delay: 7s;
}

.service-section span.sparkle:nth-child(9) {
    left: 60%;
    animation-duration: 25s;
    animation-delay: 9s;
}

.service-section span.sparkle:nth-child(10) {
    left: 80%;
    animation-duration: 27s;
    animation-delay: 1s;
}

/* ✨ CONTINUOUS UPWARD ANIMATION */
@keyframes sparkleUpLoop {
    0% {
        transform: translateY(0) translateX(0) scale(0.9);
    }

    100% {
        transform: translateY(-220vh) translateX(20px) scale(1.2);
    }
}

/* KEEP CONTENT ABOVE */
.service-section .container {
    position: relative;
    z-index: 2;
}


/* ICON BOX (REPLACES IMAGE) */
.homepage-service-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(184, 135, 70, 0.185);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

/* ICON BOX (NOW IMAGE BOX) */
.homepage-service-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(184, 135, 70, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* IMAGE STYLE */
.homepage-service-icon-box img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.homepage-service-box:hover .homepage-service-icon-box {
    background: #B88746;
}

/* OPTIONAL: slight zoom */
.homepage-service-box:hover .homepage-service-icon-box img {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
    /* makes image white on hover */
}


/*home page services*/
/* Home Page Services Section - Completely Independent Styles */
.homepage-services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    width: 100%;
    overflow: hidden;
}

.homepage-services-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.homepage-services-title-area {
    text-align: center;
    margin-bottom: 30px;
}

.homepage-services-heading {
    font-size: 2.8rem;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.homepage-services-heading::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #B88746, transparent);
    border-radius: 50px;
}

.homepage-services-subtitle {
    font-size: 1.1rem;
    color: black;
    margin-top: 25px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.homepage-services-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.homepage-service-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.homepage-service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(184, 135, 70, 0.1), transparent);
    transition: left 0.6s ease;
}

.homepage-service-box:hover::before {
    left: 100%;
}

.homepage-service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(184, 135, 70, 0.25);
    border-color: #B88746;
}

.homepage-service-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
}

.homepage-service-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #6d6d6d;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.homepage-service-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #B88746;
    font-weight: 500;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.homepage-service-cta::after {
    content: '→';
    transition: transform 0.3s ease;
}

.homepage-service-cta:hover {
    color: #8f6836;
    gap: 12px;
}

.homepage-service-cta:hover::after {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 1400px) {
    .homepage-services-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .homepage-services-section {
        padding: 60px 0;
    }

    .homepage-services-heading {
        font-size: 2.3rem;
    }

    .homepage-services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .homepage-service-img-box {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .homepage-services-section {
        padding: 50px 0;
    }

    .homepage-services-heading {
        font-size: 2rem;
    }

    .homepage-services-subtitle {
        font-size: 1rem;
    }

    .homepage-services-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .homepage-service-box {
        padding: 25px 20px;
    }

    .homepage-service-img-box {
        height: 180px;
    }

    .homepage-service-title {
        font-size: 1.2rem;
    }

    .homepage-service-text {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .homepage-services-section {
        padding: 40px 0;
    }

    .homepage-services-heading {
        font-size: 1.7rem;
    }

    .homepage-services-subtitle {
        font-size: 0.95rem;
    }

    .homepage-services-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .homepage-service-box {
        padding: 30px 20px;
    }

    .homepage-service-img-box {
        height: 220px;
    }

    .homepage-service-title {
        font-size: 1.3rem;
    }
}

/*home page services end*/
/* ===== Timeline Section ===== */
.timeline-section {
    padding: 60px 0;
    background: #ffffff;
}

/* ===== Timeline Wrapper ===== */
.timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* Center vertical line */
.timeline::before {
    content: "";
    position: absolute;
    width: 2px;
    background: #B88746;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

/* ===== Each Row ===== */
.timeline-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 50px;
    position: relative;
}

/* ===== Left & Right Columns ===== */
.timeline-col {
    flex: 1;
    padding: 0 30px;
}

/* ===== Center Column (dot) ===== */
.timeline-center {
    flex: 0 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.timeline-dot {
    width: 38px;
    height: 38px;
    background: #fff;
    border: 2px solid #B88746;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B88746;
    font-size: 14px;
    flex-shrink: 0;
}

/* ===== Content Box ===== */
.timeline-content {
    background: #fff;
    padding: 25px 28px;
    border-radius: 15px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    border-top: 3px solid #B88746;
    height: 100%;
}

/* Year Badge */
.timeline-year {
    display: inline-block;
    background: #B88746;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.timeline-content h5 {
    color: #191919;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1rem;
}

.timeline-content p {
    color: #666;
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.6;
}

/* ===== Image Box ===== */
.timeline-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    line-height: 0;
}

/* ✅ All images same uniform size, no cropping */
.timeline-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    /* fills the box uniformly — swap to 'contain' if you want no crop */
    display: block;
    border-radius: 15px;
    transition: transform 0.4s ease;
}

.timeline-image:hover img {
    transform: scale(1.04);
}

/* TIMELINE LINKS */
.timeline-link {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

/* HOVER EFFECT */
.timeline-link:hover {
    color: #B88746;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {
    .timeline::before {
        left: 19px;
    }

    .timeline-row {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 55px;
        margin-bottom: 40px;
    }

    .timeline-center {
        position: absolute;
        left: 0;
        top: 10px;
    }

    .timeline-col {
        width: 100%;
        padding: 0;
    }

    /* On tablet/mobile, image always comes after content */
    .timeline-row {
        flex-direction: column;
    }

    .image-col {
        order: 2;
        margin-top: 16px;
    }

    .content-col {
        order: 1;
    }

    .timeline-image img {
        height: 200px;
    }
}

/* ===== MOBILE ===== */
@media (max-width: 576px) {
    .timeline-image img {
        height: 180px;
    }

    .timeline-content {
        padding: 18px 20px;
    }

    .timeline-col {
        padding: 0;
    }
}

/* <!-- ===== WHY CHOOSE US SECTION ===== --> */
.wcu-section {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 3rem;
}

.wcu-section .wcu-sparkle {
    position: absolute;
    bottom: -60px;
    color: rgba(184, 135, 70, 0.65);
    font-size: 18px;
    pointer-events: none;
    animation: wcuSparkleFlow linear infinite;
    z-index: 0;
}

@keyframes wcuSparkleFlow {
    0% {
        transform: translateY(0) translateX(0);
    }

    100% {
        transform: translateY(-220vh) translateX(20px);
    }
}

.wcu-section .wcu-sparkle:nth-child(1) {
    left: 5%;
    animation-duration: 18s;
    animation-delay: 0s;
}

.wcu-section .wcu-sparkle:nth-child(2) {
    left: 18%;
    animation-duration: 22s;
    animation-delay: 3s;
}

.wcu-section .wcu-sparkle:nth-child(3) {
    left: 32%;
    animation-duration: 20s;
    animation-delay: 6s;
}

.wcu-section .wcu-sparkle:nth-child(4) {
    left: 47%;
    animation-duration: 24s;
    animation-delay: 2s;
}

.wcu-section .wcu-sparkle:nth-child(5) {
    left: 62%;
    animation-duration: 26s;
    animation-delay: 5s;
}

.wcu-section .wcu-sparkle:nth-child(6) {
    left: 77%;
    animation-duration: 21s;
    animation-delay: 8s;
}

.wcu-section .wcu-sparkle:nth-child(7) {
    left: 13%;
    animation-duration: 23s;
    animation-delay: 4s;
}

.wcu-section .wcu-sparkle:nth-child(8) {
    left: 38%;
    animation-duration: 19s;
    animation-delay: 7s;
}

.wcu-section .wcu-sparkle:nth-child(9) {
    left: 55%;
    animation-duration: 25s;
    animation-delay: 9s;
}

.wcu-section .wcu-sparkle:nth-child(10) {
    left: 88%;
    animation-duration: 27s;
    animation-delay: 1s;
}

.wcu-section>.container {
    position: relative;
    z-index: 1;
}

/* IMAGE */
.wcu-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wcu-img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.13);
}

/* FLOWER BADGE */
.wcu-flower-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 88px;
    height: 88px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgba(184, 135, 70, 0.28);
    animation: wcuFlowerSpin 14s linear infinite;
    z-index: 2;
}

@keyframes wcuFlowerSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* EYEBROW */
.wcu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #B88746;
    margin-bottom: 12px;
}

.wcu-eyebrow::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #B88746;
    border-radius: 2px;
    flex-shrink: 0;
}

/* TITLE */
.wcu-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #191919;
    line-height: 1.25;
    margin-bottom: 26px;
    font-family: Georgia, 'Times New Roman', serif;
}

.wcu-title .wcu-hl {
    background: #B88746;
    color: #fff;
    padding: 2px 14px 4px;
    border-radius: 8px;
    font-style: normal;
    display: inline;
}

/* POINTS GRID */
.wcu-points-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 11px;
}

.wcu-point {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 13px;
    background: #fff;
    border-radius: 12px;
    border-left: 3px solid #B88746;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wcu-point:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(184, 135, 70, 0.18);
}

.wcu-icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(184, 135, 70, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wcu-icon-wrap i {
    font-size: 17px;
    color: #B88746;
}

.wcu-point span {
    font-size: 0.82rem;
    font-weight: 600;
    color: #191919;
    line-height: 1.35;
}

/* RESPONSIVE */
@media (max-width: 991.98px) {
    .wcu-img {
        height: 380px;
    }

    .wcu-title {
        font-size: 2rem;
    }

    .wcu-flower-badge {
        width: 76px;
        height: 76px;
        bottom: -16px;
        left: -16px;
    }
}

@media (max-width: 767.98px) {
    .wcu-img {
        height: 300px;
    }

    .wcu-title {
        font-size: 1.8rem;
    }

    .wcu-points-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .wcu-points-grid {
        grid-template-columns: 1fr;
    }

    .wcu-img {
        height: 250px;
    }

    .wcu-title {
        font-size: 1.6rem;
    }

    .wcu-flower-badge {
        width: 66px;
        height: 66px;
        bottom: -14px;
        left: -14px;
    }
}


/* =========================================
   EVENTS & ACADEMY SECTION
========================================= */

.event-hero {
    position: relative;
    overflow: hidden;
    padding: 30px 0 60px;
    background: #fff;
}

/* CONTAINER */
.container-event {
    position: relative;
    z-index: 2;
    margin: 0 50px;
    margin-top: 90px !important;
}

/* PARAGRAPH */
.event-p {
    margin: 10px auto !important;
    max-width: 900px;
    padding-bottom: 20px !important;
    font-size: 15px;
    text-align: left !important;
    line-height: 1.9;
    color: #444;
}

/* HEADING */
.event-hero h1 {
    font-size: 3rem;
    color: #191919;
}

/* =========================================
   DECORATIVE SIDE PANELS
========================================= */

.event-deco {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 960px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.event-deco-left {
    left: 0;
}

.event-deco-right {
    right: 0;
    transform: scaleX(-1);
}

/* Vertical Line */
.deco-line-v {
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 1.5px;
    background: linear-gradient(to bottom,
            transparent,
            #B88746 30%,
            #B88746 70%,
            transparent);
    left: 50%;
    transform: translateX(-50%);
}

/* Orbs */
.deco-orb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #B88746;
    opacity: 0.25;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.deco-orb-1 {
    top: 22%;
    width: 14px;
    height: 14px;
    opacity: 0.35;
}

.deco-orb-2 {
    top: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.45;
}

.deco-orb-3 {
    top: 78%;
    width: 14px;
    height: 14px;
    opacity: 0.35;
}

/* Diamond */
.deco-diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
    height: 22px;
    border: 1.5px solid #B88746;
    opacity: 0.5;
}

/* Dots Grid */
.deco-dots-grid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 120px;
    background-image: radial-gradient(circle, #B88746 1.2px, transparent 1.2px);
    background-size: 12px 12px;
    opacity: 0.18;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {

    .event-deco {
        width: calc((100vw - 720px) / 2);
    }
}

@media (max-width: 992px) {

    .event-deco {
        display: none;
    }

    .container-event {
        margin: 0 20px;
        margin-top: 100px !important;
    }

    .event-hero h1 {
        font-size: 1.8rem;
    }

    .container-event {
        /* max-width: 1000px; */
        margin: 0px 20px;
        margin-top: 100px !important;
    }

    .event-p {
        margin-bottom: 0rem !important;
        padding-top: 20px !important;
        font-size: 14px;
        text-align: center !important;
    }

}

/* BUTTON */
.btn-brand {
    background: #B88746;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
}

/* SECTION */
.services {
    background: #fafafa;
    overflow: hidden;
    padding: 0px 50px;
}

/* HEADING */
.service-heading {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* EVENT SERVICE CARD */
.service-card {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 25px 15px;
    background: #fff;
    transition: 0.3s ease;
    height: 100%;
}

/* IMAGE (SMALL & CLEAN) */
.service-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    align-self: center !important;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* TEXT */
.service-card h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.service-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

/* HOVER (SUBTLE) */
.service-card:hover {
    transform: translateY(-5px);
    border-color: #B88746;
}

.service-card ul {
    list-style: none;
    padding-left: 0;
}

.service-card ul li {
    position: relative;

    padding-left: 18px;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 6px;
}

/* REMOVE EXTRA GAPS */
.service-card h6 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #191919;
}

.service-card p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #555;
}

/* EQUAL HEIGHT FIX */
.service-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .service-card {
        padding: 15px;
    }

    .service-heading {
        font-size: 25px;
        font-weight: 600;
        color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .service-card img {
        width: 50px;
        height: 50px;
    }

    .service-p {
        text-align: center !important;

    }
}

.mb-5 {
    margin-bottom: 1rem !important;
}

/* ================= EVENTS LIST ================= */
.events-list {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    justify-items: center;
    padding: 0px 50px !important;
}

/* SECTION BACKGROUND */
.events-list {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

/* LIST RESET */
.event-list {
    list-style: none;
    margin: 20px 20px;
}


/* LIST ITEM */
.event-list li {
    position: relative;
    padding: 14px 20px 14px 45px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 12px;
    font-weight: 400;
    width: 100%;
    font-size: 0.9rem;
    box-sizing: content-box;
    color: #333;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

/* ✨ PROFESSIONAL POINT ICON */
.event-list li::before {
    content: "✦";
    /* you can change to • or ◈ */
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #B88746;
    transition: all 0.3s ease;
}

/* SUBTLE LEFT ACCENT LINE */
.event-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 3px;
    background: #B88746;
    border-radius: 3px;
    opacity: 0.3;
    transition: 0.3s;
}

/* HOVER EFFECT */
.event-list li:hover {
    transform: translateX(10px);
    box-shadow: 0 12px 30px rgba(184, 135, 70, 0.2);
}

/* ICON HOVER */
.event-list li:hover::before {
    transform: translateY(-50%) scale(1.4);
    color: #191919;
}

/* ACCENT LINE HOVER */
.event-list li:hover::after {
    opacity: 1;
    height: 80%;
}


@media (max-width: 768px) {

    /* LIST RESET */
    .event-list {
        padding-left: 0 !important;
        margin-left: -10px !important;
    }

    .event-list li {
        list-style: none;
        position: relative;
        padding: 12px 20px 12px 40px;
        /* space for icon */
        margin-bottom: 10px;
        background: #fff;
        border-radius: 8px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        /* vertical alignment fix */
    }

    /* ✨ ICON */
    .event-list li::before {
        content: "✦";
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 13px;
        color: #B88746;
        transition: all 0.3s ease;
    }

    /* LEFT ACCENT LINE */
    .event-list li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        width: 3px;
        background: #B88746;
        border-radius: 3px;
        opacity: 0.3;
        transition: 0.3s;
    }

    /* HOVER */
    .event-list li:hover {
        transform: translateX(6px);
        box-shadow: 0 8px 20px rgba(184, 135, 70, 0.15);
    }

    /* ICON HOVER */
    .event-list li:hover::before {
        transform: translateY(-50%) scale(1.2);
        color: #191919;
    }

    /* LINE HOVER */
    .event-list li:hover::after {
        opacity: 1;
        height: 80%;
    }
}

/* CARDS */
.grooming-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 14px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

/* HOVER */
.grooming-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(184, 135, 70, 0.15);
    border-color: #B88746;
}

/* CARD TEXT */
.grooming-card h5 {
    color: #191919;
    font-weight: 600;
    margin-bottom: 10px;
}

.grooming-card p {
    color: #555;
    font-size: 0.9rem;
}

/* SUB HEADING */
.sub-heading {
    color: #191919;
    font-weight: 600;
}

/* LIST */
.grooming-list {
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: left;
}

.grooming-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #444;
    font-weight: 500;
}

/* GOLD BULLET */
.grooming-list li::before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 0;
    color: #B88746;
    font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .section-title {
        font-size: 1.5rem !important;
    }

    .grooming-card {
        padding: 25px 20px;
    }

}

/* SECTION */
.grooming-section {
    /* background: #fafafa; */
    justify-self: center;
    /* padding: 0px 20px; */
    width: 100%;

}

/* .align-items-center {
    align-items: start !important;
} */

/* TITLE */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #191919;
}

.section-subtitle {
    color: #666;
    max-width: 100%;
    /* margin: 10px 0px; */
    font-size: 1rem;
}

/* ── SECTION ── */
.grooming-target-section {
    position: relative;
    overflow: hidden;
}

/* ── IMAGE STACK ── */
.image-stack {
    position: relative;
}

.img-main {
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    display: block;
}

.img-overlay {
    width: 45%;
    position: absolute;
    bottom: -30px;
    right: 20px;
    border-radius: 20px;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* ── WORKSHOP ── */
.sub-heading {
    font-weight: 600;
    color: #191919;
    font-size: 1.35rem;
}

.grooming-list {
    list-style: none;
    padding: 0;
}

.grooming-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    line-height: 1.65;
}

.grooming-list li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 1px;
    color: #B88746;
    font-size: 13px;
}

.workshop-note {
    font-size: 13.5px;
    color: #555;
    line-height: 1.6;
}

.workshop-note strong {
    color: #191919;
}

/* ── RIGHT DIVIDER ── */
.right-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(184, 135, 70, 0.5), rgba(184, 135, 70, 0.1));
    border: none;
}

/* GRID LAYOUT */
.collab-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 520px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
    justify-items: center;
}

.collab-heading h4 {
    font-weight: 700 !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1rem !important;
}

/* FORCE LAST 2 ITEMS CENTERED */
.collab-list li:nth-child(4) {
    grid-column: 1 / 2;
}

.collab-list li:nth-child(5) {
    grid-column: 2 / 3;
}

/* ITEM STYLE */
.collab-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    transition: 0.25s ease;
}

/* HOVER */
.collab-list li:hover {
    color: #191919;
    transform: translateY(-2px);
}

/* ICON */
.ci-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(184, 135, 70, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B88746;
    font-size: 12px;
    transition: 0.25s;
}

.collab-list li:hover .ci-icon {
    background: rgba(184, 135, 70, 0.2);
}

/* TABLET */
@media (max-width: 768px) {
    .collab-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .collab-list li:nth-child(4),
    .collab-list li:nth-child(5) {
        grid-column: auto;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .collab-list {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

/* ── ACADEMY HIGHLIGHT ── */
.academy-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0 0;
}

.academy-highlight .line {
    flex: 1;
    height: 1px;
    background: rgba(184, 135, 70, 0.4);
    border-radius: 2px;
    min-width: 20px;
}

.academy-highlight p {
    font-size: 12.5px;
    color: #666;
    line-height: 1.65;
    font-weight: 400;
    text-align: center;
    flex-shrink: 1;
    max-width: 800px;
}

.academy-highlight p strong {
    color: #191919;
    font-weight: 600;
}

/* ── RESPONSIVE ── */
@media (max-width: 992px) {
    .img-overlay {
        position: relative;
        width: 75%;
        margin-left: 20px;
        margin-top: -20px;
        right: 0;
        bottom: 0;
    }

    .img-main {
        width: 100%;
    }

    .sub-heading {
        font-size: 1.2rem;
    }

    .right-divider {
        margin: 24px 0;
    }
}

@media (max-width: 576px) {
    .sub-heading {
        font-size: 1.1rem;
    }

    .collab-heading {
        font-size: 1rem;
    }

    .academy-highlight {
        flex-direction: column;
        gap: 8px;
    }

    .academy-highlight .line {
        width: 50px;
        flex: none;
        min-width: unset;
    }

    .academy-highlight p {
        max-width: 100%;
    }
}

/* ✨ HIGHLIGHT SECTION */
.academy-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.academy-highlight p {
    margin: 0;
    font-size: 1rem;
    color: #191919;
    font-weight: 500;
}

.academy-highlight strong {
    color: #B88746;
}

/* DIVIDER LINES */
.academy-highlight .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #B88746, transparent);
}

/* KEEP SECTION SAME */
.collab-section {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

/* REMOVE CARD LOOK */
.collab-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #b887467e;
    border-radius: 20px;
    box-shadow: none;
    transition: 0.25s ease;
}

/* ICON STYLE (OLD MINIMAL) */
.collab-item i {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(184, 135, 70, 0.1);
    color: #B88746;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 0.25s ease;
}

/* TEXT */
.collab-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
}

/* SIMPLE HOVER (LIKE OLD) */
.collab-item:hover {
    transform: translateX(4px);
    color: #191919;
}

.collab-item:hover i {
    background: rgba(184, 135, 70, 0.2);
}

/* TABLET */
@media (max-width: 768px) {
    .collab-item span {
        font-size: 0.85rem;
    }

    .collab-item i {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .collab-item {
        padding: 8px 0;
    }
}

/* ✨ CTA HIGHLIGHT TEXT */
.cta-highlight-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

/* Elegant underline glow */
.cta-highlight-text::after {
    content: "";
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #B88746, transparent);
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    border-radius: 50px;
}

.ti-widget[data-layout-id='15'][data-set-id='luxury-fame'] {
    overflow: visible !important;
    padding-bottom: 30px;
}



/* WRAPPER */
.academy-highlight {
    max-width: 1200px;
    margin: 0 auto;
}

/* TITLE */
.highlight-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 12px 0;
}

/* TEXT */
.highlight-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* LINES */
.academy-highlight .line {
    display: block;
    width: 60px;
    height: 2px;
    background: linear-gradient(135deg, #B88746, #f0cc9e);
    margin: 0 auto;
}

/* SPACING BETWEEN LINE & TEXT */
.academy-highlight .line:first-child {
    margin-bottom: 12px;
}

.academy-highlight .line:last-child {
    margin-top: 12px;
}

/* MOBILE */
@media (max-width: 768px) {
    .highlight-title {
        font-size: 1.1rem;
    }

    .highlight-text {
        font-size: 0.85rem;
    }
}

/* ── SECTION WRAPPER ── */
.serving-section {
    position: relative;
    padding: 60px 20px 50px;
    background: #fafafa;
    text-align: center;
    overflow: hidden;
}

/* very subtle background pattern */
.serving-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 50%, rgba(202, 156, 75, 0.06) 0%, transparent 55%),
        radial-gradient(circle at 85% 50%, rgba(179, 143, 66, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

/* ── TOP / BOTTOM GRADIENT DIVIDERS ── */
.serving-divider-top,
.serving-divider-bot {
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgba(165, 121, 46, 0.35) 30%, rgba(201, 149, 60, 0.35) 70%, transparent);
    height: 2px;
}

.serving-divider-top {
    top: 0;
}

.serving-divider-bot {
    bottom: 0;
}

/* ── INNER CONTAINER ── */
.serving-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* ── ICON ── */
.serving-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid rgba(175, 132, 57, 0.3);
    box-shadow: 0 4px 16px rgba(179, 133, 56, 0.12);
    margin-bottom: 4px;
}

/* CTA ICON */
.serving-icon i {
    font-size: 38px;
    color: #B88746;
    background: rgba(250, 176, 47, 0.12);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* CTA BUTTON */
.serving-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 30px;
    background: #B88746;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.35s ease;
    font-size: 15px;
}

.serving-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-3px);
}

.serving-btn i {
    font-size: 18px;
}

/* MOBILE */
@media (max-width: 768px) {
    .serving-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ── CONTENT ROW (line — text — line) ── */
.serving-content {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.serving-line {
    flex: 1;
    height: 1.5px;
    background: linear-gradient(to right, transparent, rgba(190, 141, 54, 0.5));
    border-radius: 2px;
    min-width: 30px;
}

.serving-line:last-child {
    background: linear-gradient(to left, transparent, rgba(212, 165, 82, 0.5));
}

/* ── TEXT BLOCK ── */
.serving-text-wrap {
    flex-shrink: 0;
    max-width: 560px;
    padding: 0 8px;
}

.serving-label {
    font-family: "Poppins", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B88746;
    margin-bottom: 2px;
}

.serving-city {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    color: #111;
    line-height: 1.1;
    margin-bottom: 14px;
}

.serving-body {
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    color: #666;
    line-height: 1.8;
    font-weight: 400;
}

.serving-body strong {
    color: #111;
    font-weight: 600;
}

/* ── LOCATION TAGS ── */
.serving-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}

.stag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid rgba(182, 134, 52, 0.35);
    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(250, 176, 47, 0.08);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
}

.stag:hover {
    background: rgba(250, 176, 47, 0.08);
    border-color: #B88746;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(196, 145, 58, 0.15);
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
    .serving-section {
        padding: 50px 16px 42px;
    }

    /* stack the lines — hide side lines, let text be full-width */
    .serving-content {
        flex-direction: column;
        gap: 14px;
    }

    .serving-line {
        width: 60px;
        flex: none;
        background: linear-gradient(to right, transparent, rgba(175, 122, 30, 0.5), transparent) !important;
    }

    .serving-text-wrap {
        padding: 0;
        max-width: 100%;
    }

    .serving-body {
        font-size: 14px;
    }

    .stag {
        font-size: 11.5px;
        padding: 5px 12px;
    }
}

.sk-ww-google-reviews .sk-wrapper {
    display: grid;
    grid-template-columns: repeat(var(--column-count), 1fr);
    gap: 1.875rem;
    margin: 20px;
    position: relative;
}

.gallery-btn {
    display: inline-block;
    padding: 10px 26px;
    margin-bottom: 10px;
    margin-top: -20px !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #B88746;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gallery-btn:hover {
    background: #191919;
    color: #fff;
    transform: translateY(-2px);
}

.hp-services-section {
    padding: 30px 30px !important;
}

/* SECTION TITLE */
.hp-section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #191919;
}

/* CARD */
.hp-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 15px 20px;
    border: 1px solid #b8874654;
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    height: 100%;
    text-align: left;
    /* ← LEFT ALIGN */
    transition: 0.3s ease;
}

/* HOVER */
.hp-service-card:hover {
    transform: translateY(-6px);
    border: 1px solid #b88746a1;
    box-shadow: 0 12px 30px rgba(184, 135, 70, 0.2);
}

/* IMAGE */
.hp-service-card img {
    width: 60px;
    margin-bottom: 15px;
}

/* TITLE */
.hp-service-card h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #191919;
}

/* LIST */

/* REMOVE DEFAULT BULLETS */
.hp-service-card ul {
    list-style: none;
    padding-left: 0;
}

/* LIST ITEM */
.hp-service-card ul li {
    position: relative;
    padding-left: 22px;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #555;
    line-height: 1.5;
}

/* ARROW ICON */
.hp-service-card ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #B88746;
    font-size: 13px;
}

/* OPTIONAL: CUSTOM BULLET */
.hp-service-card ul li::marker {
    color: #B88746;
}

/* MOBILE */
@media (max-width: 768px) {
    .hp-service-card {
        padding: 20px;
    }

    .hp-service-card h6 {
        font-size: 0.95rem;
    }

    .hp-service-card ul li {
        font-size: 0.8rem;
    }

    /* SECTION TITLE */
    .hp-section-title {
        font-size: 1.5rem;
        font-weight: 600;
        color: #191919;
    }
}

/* SECTION */
.package-section {
    background: #fff;
}

/* SUBTITLE */
.package-subtitle {
    font-size: 1.3rem;
    font-weight: 600;
    color: #191919;
}

/* LIST */
.package-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

/* LIST ITEM */
.package-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}

/* ICON */
.package-list li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 2px;
    color: #B88746;
    font-size: 14px;
}

/* IMAGE */
/* .package-img-box img {
    width: 100%;
    max-width: 500px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(185, 157, 104, 0.226);
} */


/* VIDEO BOX */
.package-video-box {
    width: 100%;
    height: 450px;
    position: relative;
    /* 🔥 important */
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BACKGROUND OVERLAY */
.package-video-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/image-4/floral-background.png);
    background-size: cover;
    background-position: center;
    opacity: 0.25;
    /* 🔥 control overlay visibility */
    z-index: 1;
}

/* VIDEO ABOVE OVERLAY */
.package-video-box video {
    position: relative;
    z-index: 2;
    /* 🔥 keeps video above overlay */
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* or cover if needed */
}

/* VIDEO */
.package-video-box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.package-video-box {
    overflow: hidden;
}

/* TABLET */
@media (max-width: 992px) {
    .package-video-box {
        height: 360px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .package-video-box {
        height: 300px;
        margin-bottom: 20px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .package-video-box {
        height: 240px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .package-subtitle {
        text-align: center;
    }

    .package-list {
        text-align: left;
    }
}



/* SECTION SIDE PADDING CONTROL */
.package-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* LARGE SCREENS */
@media (min-width: 1400px) {
    .package-section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* LAPTOP */
@media (max-width: 1200px) {
    .package-section .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

/* TABLET */
@media (max-width: 992px) {
    .package-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* MOBILE */
@media (max-width: 768px) {
    .package-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
    .package-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* HERO BASE */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* CONTENT WRAPPER */
.content-wrapper.center-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    width: 100%;
    padding: 0 40px;
    text-align: center;
}

/* TEXT BOX */
.center-text-box {
    color: #fff;
}

/* TAG */
.section-tag {
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

/* HEADING */
.main-heading {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.3;
}

/* TEXT */
.intro-text {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #f1f1f1;
}

/* HIGHLIGHT LINE */
.highlight {
    font-weight: 600;
    color: #B88746;
}

/* RESPONSIVE */

/* Tablet */
@media (max-width: 992px) {
    .main-heading {
        font-size: 1.8rem;
    }

    .intro-text {
        font-size: 0.9rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .content-wrapper.center-content {
        padding: 0 20px;
    }

    .main-heading {
        font-size: 1.5rem;
    }

    .intro-text {
        font-size: 0.85rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .main-heading {
        font-size: 1.3rem;
    }

    .intro-text {
        font-size: 0.8rem;
    }
}

.package-image-box {
    width: 100%;
    height: 100%;

    border-radius: 20px;
    overflow: hidden;
}

.package-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* makes image fill properly */
    display: block;
    border-radius: 20px;
}

.serving-phone {
    color: #B88746;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.serving-phone:hover {
    color: #8f6836;
    text-decoration: underline;
}



/* CENTER ALIGN CONTENT */
.center-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* BACKGROUND IMAGE */
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* KEEP OVERLAY ABOVE IMAGE */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* CONTENT WRAPPER */
.content-wrapper {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

/* TEXT STYLES */
.section-tag {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.main-heading {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
}

.intro-text {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .intro-text {
        font-size: 0.85rem;
    }

    .content-wrapper {
        padding: 0 20px;
    }
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* VIDEO BACKGROUND */
/* .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
} */

/* OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* CONTENT */
.content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
}

/* CENTER ALIGN */
.center-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* TEXT STYLES */
.section-tag {
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.75rem;
    margin-bottom: 10px;
}

.main-heading {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
}

.intro-text {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .intro-text {
        font-size: 0.85rem;
    }

    .content-wrapper {
        padding: 0 20px;
    }
}

/* TOP 2 IMAGES */
.top-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.top-gallery .item-wrap {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f5f5;
    /* optional: fills empty space if images differ in ratio */
}

.top-gallery img {
    width: 100%;
    height: auto;
    /* ✅ removed fixed height */
    object-fit: contain;
    /* ✅ shows full image, no cropping */
    display: block;
    transition: 0.4s;
}

/* 🔥 SINGLE LARGE IMAGE */
.single-image-layout {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.single-image-layout .item-wrap {
    width: 100%;
    max-width: 900px;
    display: block;
    overflow: hidden;
    border-radius: 16px;
}

.single-image-layout img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: 0.4s ease;
}

/* 🔥 3 COLUMN GALLERY */
.three-column-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.three-column-gallery .item-wrap {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.three-column-gallery img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    transition: 0.4s ease;
}

/* 🔥 HOVER */
.item-wrap:hover img {
    transform: scale(1.04);
}

/* 🔥 TABLET */
@media (max-width: 992px) {
    .three-column-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 🔥 MOBILE */
@media (max-width: 576px) {
    .three-column-gallery {
        grid-template-columns: 1fr;
    }

    .single-image-layout .item-wrap {
        max-width: 100%;
    }
}

/* TABLET */
@media (max-width: 992px) {
    .masonry-gallery {
        column-count: 2;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .top-gallery {
        grid-template-columns: 1fr;
    }

    .masonry-gallery {
        column-count: 1;
    }
}