.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: linear-gradient(120deg, #fdf6ee 0%, #f8e7d6 50%, #fdf6ee 100%) !important;
}

.scrolled .main-menu__list>li>a,
.stricky-fixed .main-menu__list>li>a {
    color: #000000 !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: 1048px !important;
    height: auto;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block;
    position: absolute;
    left: -285px;
    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;
}

@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;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
    text-align: left;
}

.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;
    }
}

/* --- 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;
}