.hero-gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(120deg, #fff 0%, #fff8f0 50%, #fff 100%); */
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%);
    z-index: 0;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%);
    bottom: -50px;
    left: -50px;
    animation-delay: -5s;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%);
    top: -100px;
    right: -100px;
}

.main-header.sticky-header--normal.stricky-fixed,
.main-header.scrolled {
    background: #ca3a1d !important;
    /* Reverting to festival primary/red for white text visibility */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

.scrolled .main-menu__list>li>a,
.stricky-fixed .main-menu__list>li>a {
    color: #ffffff !important;
}

.main-menu__list>li>a {
    color: #ffffff !important;
}

.main-header__search i {
    color: #ffffff !important;
}

.mobile-nav__toggler span {
    background-color: #ffffff !important;
}

.main-header__logo .main-logo-black {
    display: none !important;
}

.main-header__logo .main-logo-white {
    display: block !important;
}

body {
    font-family: var(--font-body);
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%) !important;
    color: #000000 !important;
    overflow-x: hidden;
}

.why-choose {
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%) !important;
    padding-top: 0 !important;
    /* margin-top: 0 !important; */
    margin-top: -33px !important;
    position: relative;
    overflow: hidden;
}

.why-choose .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.why-choose .row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.new-hero {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.why-choose__image {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    align-items: flex-start;
}

.why-choose__image img {
    height: 100%;
    width: 100%;
}

/* .why-choose__image__top {
    width: 930px !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
} */

.why-choose__image__top {
    width: 1240px !important;
    height: auto;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block;
    position: absolute;
    left: -335px;
    top: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
}

.why-choose__content {
    position: relative;
    z-index: 5;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    text-align: center;
}

/*.why-choose__inner__image_right {
    width: 300px !important;
    height: auto !important;
    position: absolute;
    right: -50px;
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}*/

.why-choose__inner__image_right {
    width: 300px !important;
    height: auto !important;
    position: absolute;
    right: 65px;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    border-radius: 33px;
    bottom: 151px;
}

@media (min-width: 1200px) {
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.666667% !important;
    }
}

.hero-illustration {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.hero-image-brush {
    margin-left: 187px;
}

.hero-image-brush img {
    /* width: 703px; */
    height: 690px;
    display: block;
}

.why-choose__inner__left {
    width: 100%;
}

.why-choose__inner__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 225px;
    /*grid-gap: 60px 300px;*/
}

.why-choose__item {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .new-hero {
        padding-top: 125px !important;
        text-align: center;
    }

    .hero-title {
        font-size: 38px !important;
        line-height: 1.2 !important;
    }

    .hero-title br {
        display: none;
    }

    .hero-stats {
        justify-content: center !important;
        gap: 15px !important;
        flex-wrap: wrap !important;
        margin-top: 30px !important;
    }

    .stat-item {
        flex: 0 0 45%;
        text-align: center !important;
    }

    .hero-image-brush {
        margin-left: 0 !important;
        margin-top: 30px !important;
        display: flex;
        justify-content: center;
    }

    .hero-image-brush img {
        height: auto !important;
        max-width: 100% !important;
    }

    .why-choose {
        margin-top: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .why-choose__image__top {
        width: 180% !important;
        left: -40% !important;
        top: 0 !important;
        opacity: 1 !important;
        z-index: 0 !important;
        position: absolute !important;
    }

    .why-choose__content {
        padding: 30px 15px !important;
        position: relative;
        z-index: 1;
        margin-top: 300px;
    }

    .why-choose__inner__content {
        flex-direction: column !important;
        gap: 25px !important;
        text-align: center !important;
        margin-bottom: 30px !important;

    }

    .why-choose__item__left {
        justify-content: center !important;
        margin-bottom: 10px;
    }

    .why-choose__sm-title {
        font-size: 20px !important;
    }

    .sec-title {
        font-size: 28px !important;
    }

    .why-choose__inner__image_right {
        position: relative !important;
        right: auto !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto 0 !important;
        display: block !important;
        opacity: 1 !important;
        z-index: 2 !important;
        pointer-events: auto !important;
    }
}

/* --- Styles from bottom of page --- */
.gallery-one__card__event-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f25529;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.gallery-one__card:hover .gallery-one__card__event-badge {
    background: #fff;
    color: #f25529;
}

/* New Stats and Funfacts Icons */
.stat-icon {
    font-size: 24px;
    color: var(--festival-secondary);
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.stat-item:hover .stat-icon {
    transform: scale(1.2) translateY(-5px);
    color: var(--festival-primary);
}

.funfact-one__item__icon-wrap {
    width: 80px;
    height: 80px;
    background: rgba(255, 140, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    border: 2px dashed var(--festival-secondary);
}

.funfact-one__item:hover .funfact-one__item__icon-wrap {
    background: var(--festival-primary);
    border-style: solid;
    border-color: #fff;
    transform: rotate(360deg) scale(1.1);
}

.funfact-one__item__icon-wrap i {
    font-size: 32px;
    color: var(--festival-secondary);
    transition: all 0.3s ease;
}

.funfact-one__item:hover .funfact-one__item__icon-wrap i {
    color: #fff;
}

.page-wrapper {
    background: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%) !important;
}

.services-one__bg {
    background-color: #c2621c;
}

/* Hero Video Background Styles */
.new-hero {
    position: relative;
    overflow: hidden;
    min-height: 800px;
    display: flex;
    align-items: center;
    background: #000;
}

.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000; /* Fallback color for video load */
}

.hero-video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.hero-content-wrapper {
    position: relative;
    z-index: 10;
}

.hero-title {
    color: #ffffff !important;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    font-size: 64px !important;
    font-weight: 800 !important;
}

.hero-title span {
    color: #f25529 !important;
    /* Festival Primary Color */
    display: block;
}

.hero-tagline {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin-bottom: 35px !important;
}

.stat-number {
    color: #fff !important;
}

.stat-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 991px) {
    .new-hero {
        min-height: 700px;
        padding-top: 150px !important;
    }

    .hero-title {
        font-size: 42px !important;
    }

    .hero-video-overlay {
        background: rgba(0, 0, 0, 0.6);
    }
}

@media (max-width: 768px) {
    .why-choose__inner__content {
        gap: 15px;
        /* smaller spacing */
        grid-gap: 20px;
        /* remove large horizontal gap */
        margin-bottom: 20px;
        /* reduce spacing */
        padding: 0 15px;
        /* add side padding */
        text-align: center;
        /* better for mobile readability */
        margin-left: 0;
    }
}
/* Ensure all guest cards have consistent dimensions */
.team-one__carousel .item {
    display: flex;
    height: 100%;
}

.team-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.team-card__image {
    height: 400px !important; /* Unified height for all guest images */
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    margin-bottom: 0px !important;
}

    .team-card__image img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: top center !important;
        display: block !important;
        transition: all 0.5s ease;
    }

.team-card:hover .team-card__image img {
    transform: scale(1.05);
}

.team-card__info {
    padding: 20px 15px !important;
    background: #fff !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: center !important;
    height: 130px !important; /* Fixed total height for the text area */
}

.team-card__name {
    margin-bottom: 5px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    height: 50px !important; /* Space for roughly 2 lines */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

    .team-card__name a {
        color: inherit !important;
    }

.team-card__designation {
    font-size: 14px !important;
    color: #f25529 !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    height: 40px !important; /* Space for roughly 2 lines */
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

@media (max-width: 768px) {
    .team-card__image {
        height: 350px !important;
    }

    .team-card__info {
        height: auto !important;
        min-height: 120px !important;
    }
}

/* --- Blog Card Consistency Enhancements --- */
.blog-one__carousel .item {
    display: flex;
    height: 100%;
}

.blog-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    width: 100% !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.blog-card__image {
    height: 250px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.blog-card__image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    transition: all 0.5s ease;
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.05);
}

.blog-card__content {
    padding: 25px 25px !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.blog-card__title {
    margin-bottom: 15px !important;
    height: 98px !important; /* Fixed height for ~2 lines */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.blog-card__title a {
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #4f0e01 !important; 
}

.blog-card__text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    height: 75px !important; /* Fixed height for ~3 lines */
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 20px !important;
    color: #5D4037 !important;
}

.blog-card__btn {
    margin-top: auto !important;
}

@media (max-width: 768px) {
    .blog-card__title {
        height: auto !important;
        max-height: 60px !important;
    }
    .blog-card__text {
        height: auto !important;
        max-height: 90px !important;
    }
}