.about-us .about-us-desc .row {
    margin-bottom: 40px;
}

.about-us h5 {
    font-size: 1.3rem;
}

.about-us .photo-col {
    width: 55%;
}

.about-us .text-col {
    width: 45%;
    margin: auto;
}

.about-us .text-justify {
    text-align: justify;
}

.about-us .about-us-desc .mission-vision {
    width: 80%;
    margin: auto;
}

.about-us .about-us-desc .awards a {
    text-decoration: none;
}

.about-us .about-us-desc .awards img {
    height: 90px;
    margin-right: 25px;
}

.about-us .our-happy-clients {
    margin-top: 75px;
}

@media (max-width: 991px) {
    .about-us .about-us-desc .row {
        margin-bottom: 25px;
        padding: 0 5px;
    }

    .about-us .about-image {
        margin-bottom: 25px;
    }

    .about-us .photo-col {
        width: 100%;
    }

    .about-us .text-col {
        width: 100%;
    }

    .about-us .about-us-desc .mission-vision {
        width: 100%;
        font-size: 1.25rem;
    }

    .about-us .about-us-desc .awards {
        font-size: 1.25rem;
    }

    .about-us .about-us-desc .awards img {
        height: 60px;
        margin-right: 15px;
    }
}

.book-event-form {}

.colorful-1 {
    color: #418fcd;
}

.colorful-2 {
    color: #48b035;
}

.colorful-3 {
    color: #90208e;
}

.colorful-4 {
    color: #ea6101;
}

.colorful-bg-1 {
    background-color: #418fcd;
    color: #fff;
}

.colorful-bg-2 {
    background-color: #48b035;
    color: #fff;
}

.colorful-bg-3 {
    background-color: #90208e;
    color: #fff;
}

.colorful-bg-4 {
    background-color: #ea6101;
    color: #fff;
}

.homepage-banners {
    font-family: 'Overpass', sans-serif;
}

.homepage-banners .carousel-caption h2 {
    margin-bottom: 0;
}

.menu-sec {
    font-family: 'Overpass', sans-serif;
    margin-top: -10px;
    margin-bottom: -3px;
}

.menu-sec .dropdown-menu {
    border: 0;
    padding: 0;
    background: #fbc900;
    border-top: 5px solid #933991;
    border-radius: 0;
    margin-left: -18px;
    width: 235px;
    padding-top: 6px;
}

.menu-sec .nav-link {
    padding: 8px 15px;
    padding-right: 1em;
}

.menu-sec .nav-link span {
    float: left;
}

.menu-sec .nav-item:hover {
    background: #fbc900;
}

.menu-sec .dropdown-menu .top-dropdown-item {
    padding: 7px 15px 3px 15px;
}

.menu-sec .dropdown-menu .submenu .dropdown-item {
    padding: 6px 15px 3px 15px;
}

.menu-sec .nav-item {
    color: #3c3a39;
    padding: 6px;
}

.menu-sec .category-text {
    font-size: 17px;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-top: 5px;
    padding-bottom: 0;
}

.menu-sec .item-menu {
    font-size: 17px;
}

.menu-sec .subitem-menu {
    width: 260px;
    font-size: 16px;
    border-top: 5px solid #933991;
}

.menu-sec .subitem-menu .dropdown-item {
    padding-left: 25px;
    padding-right: 25px;
}

.cart-container {
    position: relative;
    display: inline-block;
}

.cart-container i {
    font-size: 24px;
    color: rgba(0, 0, 0, .55);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
    display: inline-block;
}

.cart-count.hidden {
    display: none;
}

.cart-container i:hover {
    color: #333;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .menu-sec .navbar {
        margin-left: -15px;
    }

    .menu-sec .dropdown-menu li {
        position: relative;
    }

    .menu-sec .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 0;
    }

    .menu-sec .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .menu-sec .dropdown-menu>li:hover {
        background-color: #e9ecef;
    }

    .menu-sec .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .menu-sec .navbar-nav .item-dropdown .item-menu {
        display: none;
    }

    .menu-sec .navbar-nav .item-dropdown:hover .item-menu {
        display: block;
    }

    .menu-sec .navbar-nav .subitem-dropdown .subitem-menu {
        display: none;
    }

    .menu-sec .navbar-nav subitem-dropdown:hover .subitem-menu {
        display: block;
    }

    .menu-sec .navbar-nav .dropdown .dropdown-menu {
        margin-top: 0;
    }

    /*
    .dropdown-toggle::after {
        display: none;
    }
    */
}

/* ============ desktop view .end// ============ */

/* ============ tablet view ============ */
@media screen and (min-width:992px) and (max-width:1200px) {
    .menu-sec .category-text {
        padding-left: .4em;
        padding-right: .4em;
    }
}

/* ============ tablet view .end// ============ */

/* ============ mobile view ============ */
@media (max-width: 991px) {

    .menu-sec .dropdown-menu {
        margin-left: 0;
        width: auto;
    }

    .menu-sec .dropdown-menu .dropdown-menu {
        margin: 0.3rem 0.7rem 0.5rem 0.7rem;
    }

    .menu-sec .category-text a {
        padding-left: 1.2em;
        padding-right: 1.2em;
    }

    .menu-sec .nav-link {
        padding-top: 15px;
    }

    .menu-sec .nav-item {
        padding: 2px;
    }

    .menu-sec .dropdown-item {
        padding: 10px 8px 8px 8px;
    }

    .menu-sec .top-dropdown-item {
        padding: 15px 8px 13px 8px;
    }

    .menu-sec .dropdown-menu .dropdown-item {
        padding: 6px 8px 4px 25px;
    }

    .menu-sec .dropdown-menu .submenu .dropdown-item {
        padding: 6px 15px 3px 15px;
    }

    .menu-sec .subitem-menu {
        font-size: 16px;
        border-top: 0;
    }

    .menu-sec .dropdown-menu .submenu .dropdown-item {
        padding-left: 35px;
    }
}

/* ============ small devices .end// ============ */
.our-aiyo-qualities .heading {
    font-size: 28px;
    margin-bottom: 5px;
}

.our-aiyo-qualities .display-text {
    margin-top: 15px;
}

.our-aiyo-qualities .title {
    border-radius: 15px;
    padding: 8px;
    text-align: center;
}

.our-aiyo-qualities h3 {
    font-size: 18px;
}

.our-aiyo-qualities .display-text .symbol {
    padding-top: 5px;
}

.our-aiyo-qualities .display-text .text {
    font-size: 16px;
    /* padding: 8px 10px; */
}


/* ============ mobile view ============ */
@media (max-width: 991px) {
    .our-aiyo-qualities .heading {
        font-size: 25px;
    }

    .our-aiyo-qualities .display-text div {
        text-align: center;
    }
}

.our-happy-clients {
    margin-top: 30px;
}

.our-happy-clients .heading {
    font-size: 28px;
}

.welcome-our-happy-clients h2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .our-happy-clients .heading {
        font-size: 25px;
    }
}

.our-services .heading {
    font-size: 28px;
    margin-bottom: 15px;
}

.our-services .text-title,
.our-services .card-title {
    font-size: 22px;
    margin: auto;
}

.our-services .text-title {
    margin-bottom: 15px;
}

.our-services h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.our-services h4 {
    font-size: 24px;
}

.our-services .card-block .btn-outline-primary {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.our-services .card {
    margin: 0;
    border-radius: 0;
}

.our-services .card-container {
    padding-left: 8px;
    padding-right: 8px;
}

.our-services {
    perspective: 700px;
}

.our-services .card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: auto;
    transition: all 0.5s ease-out;
    background: white;
    border: none;
}

.our-services .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    border: none;
}

.our-services .card-flip .front {
    position: relative;
    z-index: 1;
}

.our-services .card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
}

.our-services .card-container:hover .card-flip {
    transform: rotateY(180deg);
}

@media (min-width: 991px) {
    .our-services .col-lg-2 {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .our-services .heading {
        font-size: 25px;
    }

    .our-services .text-title,
    .our-services .card-title {
        font-size: 18px;
    }

    .our-services .text-title {
        margin-bottom: 5px;
    }

    .our-services h3 {
        word-spacing: 500px;
    }

    .our-services h3 u {
        word-spacing: 500px;
        margin-bottom: 10px;
    }

    .our-services h4 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .our-services .card-container {
        padding-left: 4px;
        padding-right: 4px;
    }

    .our-services .card-title {
        margin-bottom: 5px !important;
    }

    .our-services .card-flip .back .text-title {
        padding-bottom: 5px;
    }
}

.plan-event-form .heading {
    font-size: 28px;
    margin-bottom: 15px;
}

.plan-event-form .form-control {
    font-size: 18px;
}

.plan-event-form select {
    font-size: 16px;
}

.footer-sec .plan-event-form .container {
    padding: 0;
}

.footer-sec .plan-event-form .form-control {
    padding: 3px 8px 1px 8px;
    margin-bottom: 9px;
    font-size: 14px;
}

@media (max-width: 991px) {
    .plan-event-form .heading {
        font-size: 25px;
    }
}

.product-display {
    margin-bottom: 30px;
    font-size: 15px;
    font-family: Tahoma;
}

.product-display .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-weight: 700;
}

.product-display .tab button {
    background-color: inherit;
    float: left;
    border: none;
    border-top: 3px solid #ddd;
    outline: none;
    cursor: pointer;
    padding: 12px 16px 16px 16px;
    transition: 0.3s;
    width: 50%;
    font-size: 16px;
    font-weight: 700;
}

.product-display .tab button:hover {
    background-color: #ddd;
    border-top: 3px solid #ddd;
    padding: 12px 16px 16px 16px;
}

.product-display .tab button.active {
    background-color: #79c4cd;
    border-top: 3px solid #418fcd;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.product-display .tabcontent {
    display: none;
    padding: 20px 16px 30px 16px;
    border: 1px solid #ccc;
    border-top: none;
}

.product-display .tabcontent.tab-pricing {
    text-align: justify;
}

.product-display .tabcontent.tab-faqs {
    padding: 20px 12px 20px 12px;
}

.product-display .accordion-body {
    font-size: 12px;
}

.product-display .product-pricing {
    width: 100%;
    border: 2px solid #418fcd;
    border-radius: 5px;
    padding: 10px;
    table-layout: fixed;
    text-align: left;
    line-height: 1.2;
    font-size: 15px;
}

.product-display .pricing-header {
    font-size: 14px;
}

.product-display .product-pricing tr:nth-child(1) td:nth-child(1) {
    font-size: 13px;
}

.product-display .product-pricing tr:nth-child(even) {
    background: #faf5e6;
}

.product-display .product-pricing tr:nth-child(odd) {
    background: #d9ebd8;
}

.product-display .product-pricing tr:nth-child(1) {
    background: #a5c8cd;
}

.product-display .product-pricing td {
    border: 1px solid #418fcd;
    padding: 8px 10px;
}

.product-display .product-pricing td .dash {
    padding-left: 15px;
}

.product-display .product-pricing td .dollar {
    font-family: Arial;
}

.faq-header {
    margin-bottom: 0;
}

.faq-header button {
    font-size: 14px;
    padding: 12px;
    font-weight: 700;
    font-family: Tahoma;
}

.faq-body {
    font-size: 14px;
    font-weight: 400;
    font-family: Tahoma;
    padding: 12px;
}

@media (max-width: 991px) {}

.product-list-photo {
    margin-bottom: 20px;
}

.product-list-photo .product-name {
    margin-top: 6px;
}

.product-list .our-happy-clients {
    margin-top: 40px;
}

.product-list h5 {
    font-size: 1.1rem;
}

.product-list h5 a {
    color: #000;
}

.title-intro {
    margin-top: -10px;
    margin-bottom: 15px;
}

.product .product-photos {
    margin-bottom: 25px;
}

.product .product-photos .splide__arrow {
    top: 180px;
    display: none;
}

.product .product-photos .carousel-thumbnails {
    display: flex;
    margin: 1.4rem auto 0;
    padding: 0;
    justify-content: center;
}

.product .product-photos .carousel-thumbnail:first-child {
    margin-left: 0;
}

.product .product-photos .carousel-thumbnail:last-child {
    margin-right: 0;
}

.product .product-photos .carousel-thumbnails.thumbnails-table {
    margin-top: 5px;
}

.product .product-photos .carousel-thumbnail {
    width: 20%;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.product .product-photos .carousel-thumbnail img {
    width: 100%;
    height: auto;
}

.product .product-photos .carousel-thumbnail {
    opacity: 0.6;
}

.product .product-photos .carousel-thumbnail.is-active {
    opacity: 1;
}


@media (max-width: 991px) {
    .product .product-photos .splide__arrow {
        top: 130px;
    }
}

.product .product-videos {
    margin-top: 30px;
    font-size: 15px;
    font-family: Tahoma;
}

.product .product-videos iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.product .product-videos iframe:not(:first-of-type) {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .product .videos-div {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    li.breadcrumb-item {
        font-size: 93%;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: .2rem;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: .2rem;
    }
}

body {
    line-height: 1.35;
}

.page-title {
    background-color: #fbc900;
    margin-bottom: 15px;
    padding: 22px 10px 10px 10px;
    text-align: center;
    text-transform: capitalize;
}

.page-title h1 {
    font-family: 'Bradley Hand ITC Std', Tahoma;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .page-title h1 span {
        display: block;
    }
}

.title-color-1 {
    background-color: #9ac6d5;
    background-image: linear-gradient(to bottom right, #6ba2cd, #9ac6d5, #6ba2cd);
}

.title-color-2 {
    background-color: #80d995;
    background-image: linear-gradient(to bottom right, #61b053, #80d995, #61b053);
}

.title-color-3 {
    background-color: #cc9dc7;
    background-image: linear-gradient(to bottom right, #ad77ad, #ccadc9, #ad77ad);
}

.title-color-4 {
    background-color: #e4b077;
    background-image: linear-gradient(to bottom right, #ea792a, #e4b077, #ea792a);
}

.promo-div {
    font-size: 14px;
    color: #ff0000;
    margin-top: 10px;
    text-align: right;
}

.price-promo-div {
    font-size: 15px;
    color: #ff0000;
    margin-top: 10px;
    text-align: right;
}

@media (max-width: 991px) {
    .page-title {
        padding: 18px 6px 4px 6px;
    }

    .page-title h1 {
        font-family: 'Bradley Hand ITC Std';
        font-size: 25px;
    }

    /* }.welcome .welcome-our-aiyo-qualities {
    margin-top: 30px; */
}

/* .welcome .welcome-our-services {
    margin-top: 20px;
} */

/* .welcome .welcome-plan-event-form {
    margin-top: 35px;
    margin-bottom: 20px;
} */

.welcome .welcome-our-happy-clients {
    margin-top: 30px;
}

.welcome .preload {
    display: none;
}

.welcome .preload .title {
    font-family: 'Bradley Hand ITC Std', Tahoma;
}

.welcome .welcome-promo {
    margin-top: 25px;
}

.welcome .card-title {
    margin-bottom: 5px;
}

.product-display.workshop-display .tab button:nth-child(1) {
    width: 31%;
    /* width: 50%; */
}

.product-display.workshop-display .tab button:nth-child(2) {
    width: 25%;
    /* width: 50%; */

}

.product-display.workshop-display .tab button:nth-child(3) {
    width: 38%;
    /* width: 50%; */

}


.cart-item select.form-control {
    padding-right: 38px;
    background-position: center right 17px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNv…9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 9px 9px;
}

.cart-item .form-control:not(textarea) {
    height: 44px;
}

.cart-item .form-control {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    border-radius: 22px;
    background-color: #fff;
    color: #606975;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-item .shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px
}

.cart-item .shopping-cart .table,
.wishlist-table .table,
.order-table .table {
    margin-bottom: 0
}

.cart-item .shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
    margin: 0
}

.cart-item .shopping-cart>table>thead>tr>th,
.cart-item .shopping-cart>table>thead>tr>td,
.cart-item .shopping-cart>table>tbody>tr>th,
.cart-item .shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
    vertical-align: middle !important
}

.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
    display: inline-block;
    color: #ff5252;
    font-size: 18px;
    line-height: 1;
    text-decoration: none
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px
}

.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
    display: block;
    width: 100%
}

@media screen and (max-width: 860px) {

    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none
    }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
    display: block;
    font-size: 13px
}

.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em,
.order-table .product-item .product-info span>em {
    font-weight: 500;
    font-style: normal
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500
}

.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a,
.order-table .product-item .product-title>a {
    transition: color .3s;
    color: #374250;
    line-height: 1.5;
    text-decoration: none
}

.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover,
.order-table .product-item .product-title>a:hover {
    color: #0da9ef
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
    display: inline;
    margin-left: 6px;
    font-weight: 500
}

.wishlist-table .product-item .product-thumb {
    display: table-cell !important
}

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important
    }
}

.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e1e7ec
}

.shopping-cart-footer>.column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle
}

.shopping-cart-footer>.column:last-child {
    text-align: right
}

.shopping-cart-footer>.column:last-child .btn {
    margin-right: 0;
    margin-left: 15px
}

@media (max-width: 768px) {
    .shopping-cart-footer>.column {
        display: block;
        width: 100%
    }

    .shopping-cart-footer>.column:last-child {
        text-align: center
    }

    .shopping-cart-footer>.column .btn {
        width: 100%;
        margin: 12px 0 !important
    }
}

.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}

.form-control-sm:not(textarea) {
    height: 36px;
}

.cart-options .cart-options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.cart-options .dropdown-label {
    font-weight: 600;
    margin-right: 6px;
}

.cart-options .dropdown-select {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    border-radius: .25rem;
    width: 100%;
    /* min-width: 160px; */
}

@media screen and (max-width: 768px) {
    .promo-div {
        text-align: left;
    }
}

@media screen and (max-width: 1210px) {
    .menu-sec .category-text {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media screen and (max-width: 1240px) {
    .menu-sec .category-text {
        padding-left: .6em;
        padding-right: .6em;
    }
}

@media screen and (max-width: 1210px) {
    .menu-sec .category-text {
        padding-left: 0.4em;
        padding-right: 0.4em;
    }
}

@media screen and (max-width: 1070px) {
    .menu-sec .category-text {
        padding-left: 0.3em;
        padding-right: 0.3em;
    }
}

@media screen and (max-width: 1000px) {
    .menu-sec .category-text {
        padding-left: 0.2em;
        padding-right: 0.2em;
    }
}


#toast {
    visibility: hidden;
    min-width: 300px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    border-radius: 8px;
    padding: 16px 24px;
    position: fixed;
    top: 20px;
    right: -400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    opacity: 0;
    transition: all 0.5s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(10px);
    }

    60% {
        transform: translateX(-10px);
    }

    80% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.toast-show {
    right: 20px !important;
    opacity: 1 !important;
    animation: shake 0.5s ease;
}

.toast-hide {
    right: -400px !important;
    opacity: 0 !important;
}



/*  */

.image_container {
    /* max-width: 400px; */
    text-align: center;
}

.image_container .item .topic {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    width: 125px;
    margin: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
}

.image_container .item .topic img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: #e8f0fe;
    object-position: top;
}

.image_container .item .label {
    cursor: pointer;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}

.image_container .item {
    padding: 0px 3px;
    margin-bottom: 5px;
    width: fit-content;
}

.image_container .item input[type="checkbox"],
.image_container .item input[type="radio"] {
    display: none;
}

.image_container .item input:checked+.topic {
    border: 5px solid #fbc900;
}

.image_container .item .topic:before {
    content: "";
    background: #ffffffc7;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50%;
    border: 2px solid #fbc900;
}

.image_container .item .topic::after {
    content: "";
    background-image: url("../images/checkmark.png");
    position: absolute;
    width: 33px;
    height: 28px;
    z-index: 1;
    right: 2px;
    top: 15px;
    display: none;
    background-repeat: no-repeat;
    background-size: 65%;
}

.image_container .item input:checked+.topic::after {
    display: block;
}

.image_container .item input:checked+.topic::before {
    border: 3px solid #fbc900;
}

.water-carnival-desc fieldset {
    margin-bottom: 40px;
}

section.water-carnival-desc {
    margin-top: 20px;
}

/* .water-carnival.list-group {
    width: 25%;
} */
.water-carnival-desc fieldset select {
    max-width: 240px;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
}

.image_container {
    display: grid !important;
    grid-template-columns: repeat(2, 50%);
    grid-column-gap: 2px;
}

@media screen and (min-width: 600px) {
    .image_container {
        grid-template-columns: repeat(3, 33.33%);
        grid-column-gap: 8px;
    }
}

@media screen and (min-width: 1025px) {
    .image_container {
        grid-template-columns: repeat(4, 25%);
        grid-column-gap: 16px;
    }

    .image_container .item .label {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
    .image_container {
        grid-template-columns: 50% 50%;
    }
}

.image_container .item .topic img {
    height: 11rem;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .image_container .item .topic img {
        height: 7rem !important;
    }
}

.image_container .item {
    width: 100%;
}

.image_container .item label {
    width: 100%;
    height: auto;
}

.image_container .item .topic {
    width: 100%;
}

.image_container .item .label {
    font-size: 18px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1100px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.btn_play {
    border: none;
    padding: 0;
    position: absolute;
    top: 65%;
    background: #90208e;
    border-radius: 100%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    padding-left: 2px;
    right: 15px;
}

.btn_play img {
    width: 10px;
    height: 10px;
}

.image_container .item {
    position: relative;
}

.video_modal svg {
    width: 30px;
    height: 30px;
}

.video_modal span.close {
    line-height: 0;
}

@media screen and (min-width: 1024px) {
    .modal-content {
        height: 70svh;
    }

    #carnivalVideoModal iframe {
        width: 100%;
        height: 70svh;
    }
}


.image_container .item label:has(.boat-hide) {
    opacity: 0.5;
}


.water-carnival.list-group .list-group-item:after {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
    background-color: green;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    border-radius: 20%;
}


.package_plan {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.water-carnival.list-group {
    position: relative;
    background: #fbc900;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
    margin-top: 40px;
    margin-left: -60px;
}

.water-carnival.list-group .list-group-item {
    background: transparent;
    color: #141414;
    font-size: 14px;
    border: navajowhite;
    flex-flow: row-reverse;
    justify-content: start !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.water-carnival.list-group:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 11px solid #fbc900;
    border-left: 13px solid rgba(74, 14, 14, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    opacity: 1;
    z-index: 1;
    bottom: 0;
    left: 0;
    visibility: visible;
    right: 0;
    margin: 0 auto;
    transform: translate(-137px, -164px) rotate(90deg);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

@media screen and (max-width: 980px) {

    .water-carnival.list-group {
        margin-left: -50px;
    }

}


@media screen and (max-width: 767px) {

    .water-carnival.list-group {
        margin-top: 0;
        margin-left: 0px;
        max-width: 300px;
    }

    .water-carnival.list-group:before {
        transform: translate(-120px, -188px) rotate(180deg);
    }

    .package_plan fieldset {
        width: 100%;
    }

    .package_plan fieldset select {
        max-width: 100%;
    }

}

.water-carnival.list-group .list-group-item .badge {
    color: #141414;
    font-size: 14px;
    background: transparent;
}

.image_container .item .topic.view-topic:after,
.image_container .item .topic.view-topic:before {
    display: none;
}

.view-play {
    display: none;
}

/* image_container .item .topic img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-color: #e8f0fe;
    object-position: top;
 
} */

.float_marker img {
    width: 1rem !important;
    height: 1rem !important;
    display: none;
}

.float_marker {
    background: #ffffff;
    height: 2rem;
    width: 2rem;
    display: grid;
    place-content: center;
    position: absolute;
    border-radius: 5rem;
    right: 0;
    transform: translate(-1rem, 1rem);
    z-index: 1;
}

.topic {
    position: relative;
}

.float_marker.active img {
    display: block;
}

.float_aval_status {
    height: 2rem;
    width: 2rem;
    display: grid;
    place-content: center;
    position: absolute;
    right: 0;
    transform: translate(-17rem, 1rem);
    z-index: 1;
}

.custom-float-link {
    text-decoration: none;
    color: #212529;
}

#dateTimes .input-group-addon,
#endTimeSection .input-group-addon,
#startTimeSection .input-group-addon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-70%, -75%);
    color: #575757;
    cursor: pointer;
}

.item:hover .hover-disable-effect {
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: not-allowed;
}

.fully-disabled {
    opacity: 0.5;
    filter: grayscale(100%);
    pointer-events: none;
    /* disables clicks */
    cursor: not-allowed;
}

.img_status {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0px auto;
}

#carnival-img-preview .prev-modal {
    position: fixed;
    inset: 0;
    background: #000000bd;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

#carnival-img-preview .prev-modal img {
    height: auto;
    max-width: 80%;
}

#carnival-img-preview .prev-modal button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border: none;
    display: grid;
    place-content: center;
    padding: 0.8rem 0.9rem;
    border-radius: 5px;
    transform: translate(-80%, 80%);
}

.temporary_before_remove::before {
    display: none;
}

#SnackPlanEventForm .btn-submit {
    padding: .37rem .75rem;
}

#add-to-cart-form #add-to-cart-btn {
    padding: .29rem .75rem;
}


.drop-zone {
    border: 2px dashed #6c757d;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.drop-zone.dragover {
    background-color: #e9ecef;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 2rem;
    margin-top: 15px;
    margin-bottom: 2rem;
}

.preview-item {
    position: relative;
}

.preview-item img {
    max-height: 15rem;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.preview-item .remove-btn {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(-50%, -32%);
    background: #ff4646;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-item .remove-existing-btn {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translate(-50%, -32%);
    background: #ff4646;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-grid .preview-item .uploaded_items {
    width: 100%;
    height: 15rem;
    object-fit: cover;
}

.preview-grid .preview-item {
    max-width: 25rem;
}

.preview-grid .preview-item .desc-box {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    margin-top: 1rem;
    border: 1px solid #898989;
}

/* 14-06-2025 */
@media (max-width: 768px) {
    .shopping-cart .cart-item-row {
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #e1e7ec;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 10px;
    }

    .shopping-cart .cart-item-row .product-thumb {
        flex: unset !important;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .shopping-cart .product-details {
        flex: unset !important;
    }

    .shopping-cart .product-meta {
        flex: unset !important;
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between;
        padding-left: 0px !important;
        padding-right: 0 !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #e1e7ec;
        margin-bottom: 10px;
    }

    .shopping-cart .cart-item-row .product-total {
        text-align: left !important;
    }

    .shopping-cart .product-details {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
        gap: 20px;
        border-bottom: 1px solid #e1e7ec;
        padding-bottom: 10px;
    }

    .shopping-cart .product-remove {
        text-align: right !important;
    }

    .shopping-cart .product-price {
        margin-top: 0 !important;
        white-space: nowrap;
    }

    .shopping-cart section.cart-checkout .col-md-3 {
        padding-right: 0;
    }

    .shopping-cart .about-us .about-us-desc .row {
        padding: 0;
    }

    .shopping-cart .about-us .about-us-desc .row .col-md-2 {
        padding-right: 0;
    }

}


@media only screen and (min-width:768px) and (max-width:1200px) {

    .water-carnival-desc fieldset .row.row .col-md-9 {
        padding-right: 0;
        padding-left: 0;
        width: 100%
    }

    .water-carnival-desc fieldset .row.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
        gap: 20px;
    }

    .water-carnival-desc fieldset .row.row .col-md-3.ps-0 {
        padding-right: 0;
    }

    .water-carnival-desc fieldset {
        padding: 0;
    }
}


@media screen and (max-width: 767px) {
    .water-carnival-desc fieldset .row.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .water-carnival-desc fieldset .row.row .col-md-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .water-carnival-desc fieldset .row.row .col-md-3.ps-0 {
        padding-right: 0;
    }

    table.product-pricing.w-50 {
        width: 100% !important;
        table-layout: auto;
        overflow: auto;
        display: block;
        padding: 0;
    }

    .water-carnival-desc fieldset .row.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .water-carnival-desc fieldset .row.row .col-md-9 {
        padding-right: 0;
        padding-left: 0;
    }

    .water-carnival-desc fieldset .row.row .col-md-3.ps-0 {
        padding-right: 0;
    }
}

/* 14-06-2025 */


/* WATER CARNIVAL ADVERTIDEMENT PAGE STYLE START */

section.banner {
    position: relative;
}

.background_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_section {
    /* max-width: 1340px; */
    margin: auto;
    position: relative;
    z-index: 1;
}

.banner_content.d-flex.align-items-center.gap-3 {
    padding: 150px 0px 200px 0px;
}

.background_overlay {
    background-color: #191B27;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.banner_content>div {
    flex: 1;
}

.banner_content .text_content {
    color: #ffffff;
}

.banner_content .text_content h1.heading-title {
    font-size: 63px;
    font-weight: 700;
}

p.banner_desc {
    margin: 0px 50px 30px 0px;
    font-size: 18px;
    font-weight: 300;
}

span.style-color {
    padding-right: 10px;
    background-image: linear-gradient(190deg, #CE373A00 60%, #ffac00 0%);
}

.banner_button {
    color: #FFFFFF;
    background-color: #ffac00;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 50px;
    border-color: #ffac00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    transition: transform 0.3s ease-in-out,
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
}

/* .banner_button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    transform: translateY(-8px);
} */

.banner_button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
    transform: translateY(-8px);
}

.banner_side {
    text-align: end;
}

.banner_side p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 2.2em;
    margin-right: 24px;
}

.banner_side button {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 66px;
    background-color: #ffac00;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50%;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
    color: #FFFFFF6B;
}

.banner_side button:before {
    content: "";
    animation: jkit-ripple 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

@keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.banner_side button i.fa-solid.fa-caret-right {
    color: #000000;
}


section.about {
    padding: 100px 0px 100px 0px;
}

section.about .text_content {
    flex: 1;
    margin-right: 20px;
}

section.about .image_content {
    flex: 1;
    display: flex;
    gap: 10px;
}

section.about .text_content h5.sub_heading_title {
    color: #ffac00;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

section.about h2.heading_title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.about .text_content p {
    color: #585A63;
    font-size: 17px;
}

.icon_box_content {
    flex-wrap: wrap;
    margin-top: 30px;
    column-gap: 10px !important;
    justify-content: space-between;
}

.icon_box_content .icon_box {
    gap: 15px;
    width: 45%;
    display: flex;
}

.icon_box_content .icon_box .icon {
    width: 50%;
}

.icon_box_content .icon_box .icon svg {
    width: 100%;
    height: auto;
    fill: #ffac00;
}

.icon_box_content .icon_box:last-child .icon svg {
    fill: none;
}

.icon_box_content .icon_box .icon_text {
    font-size: 16px;
}

section.about .image_content .ad_card {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

section.about .image_content .ad_card .card_plate.text_card {
    background: #191B27;
    padding: 30px;
}

section.about .image_content .ad_card .card_plate.text_card .card_img {
    text-align: center;
}

section.about .image_content .ad_card .card_plate.text_card .card_img svg {
    width: 25%;
    margin: auto;
}

.card_plate.img_card {
    height: 340px;
}

.card_plate.img_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: -95px center;
}

section.about .image_content .ad_card .card_plate.text_card .number-wrapper {
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

section.about .image_content .ad_card .card_plate.text_card .number-wrapper span.number {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
}

section.about .image_content .ad_card .card_plate.text_card .number-wrapper sup.super {
    top: -2px;
    font-size: 25px;
}

h4.card_title {
    color: #92949C;
    text-align: center;
    font-size: 18px;
}

section.about .image_content .ad_card .card_plate.text_card.card_2 {
    background: #ffac00;
}

section.about .image_content .ad_card .card_plate.text_card.card_2 * {
    color: #000000;
}

section.about .image_content .ad_card .card_plate.text_card.card_2 span.number.loaded {
    color: #000000;
    font-weight: 700;
}

section.attractions {
    padding: 100px 0px;
    background: #191B27;
}

section.attractions h5.sub_heading_title {
    color: #ffac00;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
}

section.attractions h2.heading_title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffac00;
}

section.attractions p.desc {
    color: #92949C;
    text-align: center;
    width: 50%;
    margin: 0 auto 40px;
}

.carnival_images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.carnival_images .img_container {
    height: 240px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.carnival_images .img_container:hover {
    border: 4px solid #fbc900;
}

.carnival_images .img_container .img_content {
    background: #ffffff;
    padding: 0px;
    height: 100%;
}

.carnival_images .img_container .img_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.carnival_images .img_container h3.title {
    position: absolute;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    top: 100%;
    bottom: -60px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.carnival_images .img_container:before {
    content: "";
    /* background-color: #00000099; */
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.carnival_images.floats .img_container {
    border-radius: 10px;
    border: 4px solid transparent;
    transition: all 0.3s ease-in-out;
}

.carnival_images.floats .img_container:hover {
    border: 4px solid #fbc900;
}

.carnival_images.floats .img_container .img_content img {
    border-radius: 0;
}

.carnival_images.floats .img_container:hover h3.title {
    top: 50%;
    bottom: auto;
    margin: 0;
}

.carnival_images .img_container:hover::before {
    top: 0;
}


.carnival_images .img_container:hover h3.title {
    top: 70%;
    bottom: auto;
    margin: 0;
}

section.snacks_section {
    padding: 100px 0 80px;
}

section.snacks_section h5.sub_heading_title {
    color: #ffac00;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-align: center;
}

section.snacks_section h2.heading_title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}

section.snacks_section p.desc {
    color: #92949C;
    text-align: center;
    width: 50%;
    margin: 0 auto 40px;
}

.snacks_section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.snacks_section>div {
    flex: 1 50%;
}

.snacks_section .price_tag {
    padding: 40px;
    background: #ffac00;
}

.snacks_section .price_tag p.desc {
    text-align: start;
    width: 100%;
    color: #47484b;
    font-weight: 500;
    font-size: 17px;
}

.snacks_section .price_tag h2.title {
    font-weight: 700;
    font-size: 40px;
}

.carnival_images.snacks_img {
    grid-template-columns: repeat(2, 1fr);
}

.carnival_images.snacks_img .img_content {
    padding: 0;
}

ul.package_list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #47484b;
    font-size: 17px;
}

ul.package_list li {
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.package_list li i {
    color: green;
}

section.attractions.game_types {
    background: url("/images/advertisement/group-of-happy.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}

section.attractions.game_types:before {
    content: "";
    position: absolute;
    background: #000000c7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.carnival_images.carnival_videos {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
        "item1 item3 item4"
        "item1 item5 item4"
        "item2 item5 item6";
}

.video_container:nth-child(1) {
    grid-area: item1;
}

.video_container:nth-child(2) {
    grid-area: item2;
    height: 250px;
}

.video_container:nth-child(3) {
    grid-area: item3;
    height: 250px;
}

.video_container:nth-child(4) {
    grid-area: item4;
}

.video_container:nth-child(5) {
    grid-area: item5;
}

.video_container:nth-child(6) {
    grid-area: item6;
    height: 250px;
}

.video_container img {
    height: 100%;
    object-fit: cover;
}

.carnival_images.carnival_videos>div {
    gap: 20px;
    display: flex;
    flex-flow: column;
}

.img_small {
    height: 300px;
}

.img_small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button.video_play {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 66px;
    background-color: #ffac00;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50%;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #FFFFFF6B;
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.6s ease-in-out;
}

button.video_play i.fa-solid.fa-caret-right {
    color: #000000;
}

button.video_play:before {
    content: "";
    animation: jkit-ripple 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.video_container {
    position: relative;
    overflow: hidden;
}

.video_container:before {
    content: "";
    background: #00000082;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.video_container:hover:before {
    left: 0;
}

.video_container:hover button.video_play {
    left: 50%;
}

section.attractions.game_types .img_content {
    background: #ffac00;
}

.swiper_container {
    position: relative;
}

div#testimonialCarousel .carousel-item {
    color: #fff;
    text-align: center;
    padding: 50px 40px;
}

div#testimonialCarousel .carousel-item.active {
    color: #000000;
    border-radius: 4px;
}

.swiper-slide h6 {
    font-size: 23px;
    font-weight: 600;
    color: #ffac00;
}

div#testimonialCarousel .carousel-control-prev {
    left: -160px;
    background: #ffffffc2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

div#testimonialCarousel .carousel-control-next {
    right: -160px;
    background: #ffffffc2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

div#testimonialCarousel .carousel-control-prev i {
    font-size: 21px;
    color: #000000;
    font-weight: 900;
}

div#testimonialCarousel .carousel-control-next i {
    font-size: 21px;
    color: #000000;
    font-weight: 900;
}

div#testimonialCarousel {
    width: 60%;
    margin: auto;
}

div#testimonialCarousel .carousel-inner {
    border-radius: 4px;
    overflow: hidden;
    color: #ffffff;
}

div#testimonialCarousel .carousel-inner * {
    color: #ffffff;
}

div#testimonialCarousel .carousel-item p {
    font-size: 20px;
    position: relative;
}

div#testimonialCarousel .carousel-item h6 {
    font-size: 33px;
}

div#testimonialCarousel .carousel-item p::before {
    content: "";
    background: url("/images/advertisement/quotes.svg");
    width: 35px;
    height: 35px;
    position: absolute;
    transform: rotate(180deg);
    left: -30px;
    top: -10px;
}

div#testimonialCarousel .carousel-item p::after {
    content: "";
    background: url("/images/advertisement/quotes.svg");
    width: 35px;
    height: 35px;
    position: absolute;
    bottom: -10px;
    margin-left: 10px;
    right: -40px;
}

.advertisement .main_content img {
    width: 100%;
    /* height: auto; */
}

.modal-open .modal {
    opacity: 1;
    z-index: 9999;
}

.modal-dialog {
    max-width: 100%;
}

.modal-content {
    padding: 0;
    width: 100%;
    background: transparent;
    position: unset;
}

iframe {
    width: 90%;
    height: 450px;
    margin: auto;
    display: block;
}

button.close {
    position: absolute;
    top: 30px;
    background: transparent;
    border: navajowhite;
}

img#carnivalModalImg {
    width: 100%;
    height: 70svh;
    object-fit: contain;
    box-sizing: border-box;
}

div#carnivalImgModal .modal-content {
    width: 60%;
}

div#carnivalImgModal .modal-body {
    padding: 0;
    width: 100%;
    /* height: 70svh; */
}

section.floatsCarousel .splide__slide {
    height: 330px;
}

.banner_side button.video_play {
    position: relative;
    transform: none;
    left: unset;
    top: unset;
}

.carnival_images.snacks_img .video_container {
    grid-area: unset;
    height: 240px;
}

.carnival_images.floats .video_container {
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ffffff;
}

.swiper.snackSwiper {
    width: 90%;
    margin-top: 70px;
}

.swiper.snackSwiper .swiper-slide .img_content {
    height: 250px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.swiper.snackSwiper .swiper-slide .img_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.swiper.snackSwiper .swiper-slide h4 {
    display: none;
}

.swiper.snackSwiper .swiper-slide h3.title {
    font-size: 17px;
    color: #191B27;
    text-align: center;
}

.swiper.snackSwiper .swiper-slide .img_container {
    overflow: hidden;
    position: relative;
    margin: 10px 10px 20px;
}

.swiper-wrapper {
    padding: 0 20px;
    margin: 0 -20px;
}

.snack_swiper_container .swiper-pagination {
    bottom: -30px !important;
}

.snack_swiper_container {
    position: relative;
}

.swiper.snackSwiper .video_container {
    /* background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: auto; */
    margin: 10px 10px 20px;
}

.swiper.snackSwiper .video_container img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.swiper.snackSwiper .video_container .card_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.swiper.snackSwiper .video_container .card_bottom h3.title {
    margin-bottom: 0;
}

.swiper.snackSwiper .card_bottom i.fa-solid.fa-crown {
    color: #ffac00;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.swiper.snackSwiper .video_container::before {
    display: none;
}

.swiper.snackSwiper .video_container .video_img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
}

.swiper.snackSwiper .video_container .video_img:before {
    content: "";
    background: #00000082;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -110%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.swiper.snackSwiper .video_container .video_img:hover::before {
    left: 0;
}

.swiper.snackSwiper .video_container .video_img:hover button.video_play {
    top: 50%;
}

.swiper.snackSwiper .swiper-slide .img_content:before {
    content: "";
    background: #00000082;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -110%;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.swiper.snackSwiper .swiper-slide .img_content:hover::before {
    left: 0;
}

.swiper.snackSwiper .swiper-slide .img_content:hover button.video_play {
    left: 50%;
}

.swiper.snackSwiper .video_container .video_img:hover button.video_play {
    left: 50%;
}

.swiper.snackSwiper .video_container:hover button.video_play {
    left: -110%;
}

.swiper.snackSwiper .swiper-slide .img_content:hover button.video_play i {
    font-size: 20px;
    color: #ffffff;
}

.snack_swiper_container .swiper_button {
    background: #ffffff;
    border-radius: 7px;
    height: auto !important;
    padding: 8px 18px;
    font-size: 20px;
    color: #787070 !important;
    border: 2px solid #cccccc;
    transition: all 0.5s ease-in-out;
}

.snack_swiper_container .swiper_button:after {
    display: none;
}

.snack_swiper_container .swiper_button:hover {
    border-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.snack_swiper_container .swiper-pagination span.swiper-pagination-bullet {
    background: #000000;
}

.banner_button:active,
.banner_button:focus {
    background-color: #ffac00;
    border-color: #ffac00;
    box-shadow: none !important;
}


@media screen and (max-width: 991px) {
    .banner_content {
        flex-wrap: wrap;
    }

    .banner_content>div {
        flex: none;
        width: 100%;
    }

    .banner_side {
        text-align: left;
        display: flex;
        gap: 30px;
        margin-top: 20px;
        align-items: center;
        flex-flow: column;
    }

    .banner_side p {
        font-size: 20px;
        text-wrap: nowrap;
        white-space: nowrap;
        margin: 0;
    }

    .banner_side button {
        margin-left: 0;
    }

    .banner_content .text_content h1.heading-title {
        text-align: center;
    }

    p.banner_desc {
        text-align: center;
    }

    button.btn.btn-primary.banner_button {
        text-align: center;
        margin: auto;
        display: block;
    }

    section.about .d-flex {
        flex-wrap: wrap;
    }

    section.about .text_content {
        flex: none;
        width: 100%;
    }

    section.about .image_content {
        flex: none;
        width: 100%;
    }

    .carnival_images {
        grid-template-columns: repeat(3, 1fr);
    }

    .snacks_section {
        flex-wrap: wrap;
    }

    .snacks_section:nth-child(2) {
        flex-flow: column-reverse;
    }

    .snacks_section:last-child {
        flex-flow: column-reverse;
    }

    .img_small {
        height: 160px;
    }

    .video_container:nth-child(2),
    .video_container:nth-child(3),
    .video_container:nth-child(6) {
        height: 180px;
    }

}

@media screen and (max-width: 767px) {
    .banner_content .text_content h1.heading-title {
        font-size: 30px;
    }

    p.banner_desc {
        font-size: 16px;
    }

    button.banner_button {
        padding: 18px 30px;
    }

    .icon_box_content {
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 20px !important;
    }

    .icon_box_content .icon_box {
        width: 100%;
        gap: 30px;
    }

    .carnival_images {
        grid-template-columns: repeat(2, 1fr);
    }

    div#testimonialCarousel .carousel-control-next {
        right: 35%;
        top: 100%;
    }

    div#testimonialCarousel .carousel-control-prev {
        left: 35%;
        top: 100%;
    }

    div#testimonialCarousel {
        width: 90%;
    }

    section.about {
        padding: 50px 0;
    }

    section.snacks_section {
        padding: 50px 0;
    }

    section.attractions {
        padding: 50px 0;
    }

    .icon_box_content .icon_box .icon {
        width: 25%;
    }
}

@media screen and (max-width: 590px) {

    .carnival_images.carnival_videos {
        display: flex;
        flex-flow: column;
    }

    .video_container:nth-child(2),
    .video_container:nth-child(3),
    .video_container:nth-child(6) {
        height: 320px;
    }

}

@media screen and (max-width: 480px) {
    .container_section.container {
        padding-left: 5%;
        padding-right: 5%;
    }

    section.about .image_content .ad_card {
        width: 100%;
    }

    section.about .image_content {
        flex-wrap: wrap;
    }

    .card_plate.img_card img {
        object-position: center;
    }

    section.about .image_content .ad_card:last-child {
        flex-flow: column-reverse;
    }

    section.about {
        padding: 50px 0;
    }

    section.snacks_section {
        padding: 50px 0;
    }

    section.attractions {
        padding: 50px 0;
    }

    section.attractions p.desc {
        width: 100%;
    }

    .carnival_images.floats {
        gap: 20px;
    }

    .carnival_images {
        grid-template-columns: repeat(1, 1fr);
    }

    .carnival_images.snacks_img {
        grid-template-columns: repeat(1, 1fr);
    }

    .carnival_images.carnival_videos {
        grid-template-columns: repeat(1, 1fr);
    }

    .carnival_images.carnival_videos .video_container {
        height: 400px;
    }

    div#testimonialCarousel .carousel-item {
        padding: 20px 20px 40px;
    }

}

/* WATER CARNIVAL ADVERTIDEMENT PAGE STYLE END */

body.info-page.about-us.advertisement {
    padding: 0 !important;
}

ul.carousel-thumbnails.thumbnails-table {
    display: flex;
    margin: 1.4rem auto 30px;
    padding: 0;
    justify-content: center;
}

li.carousel-thumbnail {
    width: 20%;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

li.carousel-thumbnail img {
    width: 100%;
    height: auto;
}

.carnivalModalImg,
.carousel-thumbnails,
.floatsCarousel {
    display: none;
}

.carnivalModalImg.active,
.splide.active {
    display: block;
}

#carnivalImgModal .splide__slide {
    position: relative;
}

#carnivalImgModal .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: none;
}

#carnivalImgModal .splide__slide img.active {
    display: block;
}

button.popup_play {
    padding: 0;
    height: 60px;
    width: 60px;
    line-height: 66px;
    background-color: #ffac00;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 50%;
    font-size: 33px;
    color: #FFFFFF6B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.6s ease-in-out;
    display: none;
}

button.popup_play i.fa-solid.fa-caret-right {
    color: #000000;
}

button.popup_play:before {
    content: "";
    animation: jkit-ripple 3s infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.popup_play.active {
    display: block;
}

.floatsCarousel {
    margin-bottom: 10px;
}

#carnivalImgModal .splide__slide iframe {
    height: 100%;
}

.carnival_images .img_container:hover .img_content {
    background: #fbc900;
}

.carousel-thumbnails button.popup_play {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    color: red;
}

.carousel-thumbnails button.popup_play i.fa-solid.fa-caret-right {
    position: relative;
}

.carousel-thumbnails button.popup_play:before {
    background: #ffac00;
    animation: none;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

li.nav-item:nth-child(8) ul.dropdown-menu.item-menu {
    right: 0;
}

.menu-sec .category-text {
    font-size: 17px !important;
}

@media screen and (min-width: 1024px) {
    .modal-content {
        height: 70svh;
    }

    #carnivalVideoModal iframe {
        width: 80%;
        height: 70svh;
    }
}

.mobile_view {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobile_view a {
    font-size: 24px;
    color: rgba(0, 0, 0, .55);
    margin-top: 8px;
    display: none;
}

@media screen and (max-width: 990px) {
    .mobile_view a {
        display: block;
    }

    .cart-container {
        display: none;
    }
}

button#bannerVideo::after {
    content: "\f0da";
    font-weight: 900;
    color: #000000;
    font-family: "Font Awesome 5 Free";
}


.symbol {
    flex: 0 0 auto;
}

.symbol img {
    width: 70px;
    height: auto;
    display: block;
}

@media screen and (max-width: 1400px) {
    .grid-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.faq-section {
    background: linear-gradient(203deg, #f4ddea 0, #e4ebcd 100%);
}

.faq-section p {
    margin-bottom: 0px;
    text-align: left;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    gap: 6px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery img.four-grid-cells {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto;
}

.gallery img.wide-image {
    grid-column: span 2 / auto;
}

/* 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

.image-section {
    padding: 50px 10%;
    background: #f7f7f7;
}

.image-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* Left Content */
.image-section .container .content-left {
    flex: 1;
    min-width: 300px;
}

.image-section .container.content-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.image-section .container .content-left p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.image-section .container .btn {
    display: inline-block;
    padding: 12px 25px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.image-section .container .btn:hover {
    background: #444;
}

/* Right Images */
.image-section .container .image-grid {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.image-section .container .image-grid img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

/* Uneven Sizes + Overlay Position */
.image-section .container .image-grid img:nth-child(1) {
    grid-row: span 2;
    height: 100%;
}

.image-section .container .image-grid img:nth-child(2) {
    height: 200px;
}

.image-section .container .image-grid img:nth-child(3) {
    height: 250px;
}


.image-section .container .image-grid img:nth-child(4) {
    height: 180px;
}

.image-section .container .image-grid img:nth-child(5) {
    height: 180px;
}

/* Hover Effect */
.image-section .container .image-grid img:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 992px) {
    .image-section .container {
        flex-direction: column;
    }

    .image-section .container .image-grid {
        margin-top: 40px;
    }
}


.image-section .carousel {
    display: none;
}

@media (max-width: 768px) {
    .image-section .carousel {
        display: block;
    }

    .image-section .carousel .carousel-inner .carousel-item img {
        display: block;
        height: 250px;
        object-fit: cover;
        border-radius: 15px;
    }

    .image-section .container .image-grid {
        display: none;
    }
}



/* Initial hidden state */
/* .our-aiyo-qualities .grid-box {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 0.8s ease forwards;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

.our-aiyo-qualities .grid-box {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 0.8s ease forwards;
    border-radius: 16px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    will-change: transform;
}

/* Stagger animation delay */
.our-aiyo-qualities .col-lg-3:nth-child(1) .grid-box {
    animation-delay: 0.2s;
}

.our-aiyo-qualities .col-lg-3:nth-child(2) .grid-box {
    animation-delay: 0.4s;
}

.our-aiyo-qualities .col-lg-3:nth-child(3) .grid-box {
    animation-delay: 0.6s;
}

.our-aiyo-qualities .col-lg-3:nth-child(4) .grid-box {
    animation-delay: 0.8s;
}

/* Keyframes */
@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Lift Effect */
.our-aiyo-qualities .grid-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Icon animation */
.grid-box .symbol img {
    transition: transform 0.3s ease;
}

.grid-box:hover .symbol img {
    transform: scale(1.1);
}



/* Make carousel images full height */
.homepage-banners .carousel-item {
    position: relative;
    height: 80vh;
    min-height: 500px;
}

.homepage-banners .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark overlay */
.homepage-banners .carousel-item::before {
    content: "";
    /* position: absolute; */
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.4) 40%,
            rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

/* Caption styling */
.homepage-banners .carousel-caption {
    bottom: 22%;
    text-align: left;
    max-width: 650px;
}


.homepage-banners .carousel-caption h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    animation: textFadeUp 1s ease;
}

.homepage-banners .carousel-caption h3 {
    font-size: 22px;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 1.6;
    margin-bottom: 25px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    animation: textFadeUp 1.3s ease;
}

/* Text animation */
@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.carousel-item.active,
.carousel-item.active img,
.carousel-item.active .d-block.w-100 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
}

@keyframes textFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.homepage-banners .carousel-item img {
    transform: scale(1.08);
    /* Start zoomed in */
    transition: transform 6s ease;
}

.homepage-banners .carousel-item.active img {
    transform: scale(1);
    /* Zoom out to normal */
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
}


.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
}

.carousel-indicators .active {
    background-color: #ffffff;
    width: 14px;
    height: 14px;
}


.banner-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #ffcc00;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
    text-align: center;
}

.banner-btn:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

/* Default Desktop */
.homepage-banners .carousel-item {
    height: 85vh;
    min-height: 600px;
}

.homepage-banners .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .homepage-banners .carousel-item {
        height: 65vh;
        min-height: 450px;
    }

    .homepage-banners .carousel-caption {
        bottom: 18%;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
    }

    .homepage-banners .carousel-caption h2 {
        font-size: 36px;
    }

    .homepage-banners .carousel-caption h3 {
        font-size: 18px;
    }
}


@media (max-width: 576px) {

    .homepage-banners .carousel-item {
        height: 60vh;
        min-height: 380px;
    }

    /* .carousel-inner .carousel-item.active img {
        width:1400px;
        height:auto;
        object-fit:fill;
    } */

    /* .homepage-banners .carousel-caption {
        bottom: 15%;
        text-align: center;
        padding: 0 15px;
    } */

    .homepage-banners .carousel-caption h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    .homepage-banners .carousel-caption h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    /* Optional: Hide arrows on mobile */
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}





.welcome-our-aiyo-qualities {
    background: linear-gradient(135deg, #eef2ff 0%, #ffffff 100%);
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}

/* Decorative background blur circle */
.welcome-our-aiyo-qualities::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 204, 0, 0.2);
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
}

.our-aiyo-qualities>.container {
    position: relative;
    z-index: 2;
}

.our-aiyo-qualities .grid-box {
    background: #ffffff;
    padding: 20px 15px;
    /* reduce inside space */
    border-radius: 25px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.grid-inner {
    padding: 10px 0;
}

.our-aiyo-qualities .grid-box .title {
    margin-bottom: 8px;
    font-size: 22px;
}

.our-aiyo-qualities .grid-box p {
    margin-bottom: 0;
    line-height: 1.4;
}

/* Hover lift */
.our-aiyo-qualities .grid-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.our-aiyo-qualities .symbol {
    width: 90px;
    height: 90px;
    margin-bottom: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f6ff;
    border-radius: 50%;
    transition: transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.our-aiyo-qualities .symbol img {
    width: 45px;
    transition: transform 0.3s ease;
}

.our-aiyo-qualities .grid-box:hover .symbol {
    background: #e6ecff;
}

.our-aiyo-qualities .grid-box:hover .symbol img {
    transform: scale(1.1);
}

.our-aiyo-qualities .heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}

/* Underline effect */
.our-aiyo-qualities .heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ffcc00;
    display: block;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Card Title */
.our-aiyo-qualities .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Description */
.our-aiyo-qualities p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.our-aiyo-qualities .grid-box {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease forwards;
}

.our-aiyo-qualities .col-lg-3:nth-child(1) .grid-box {
    animation-delay: 0.2s;
}

.our-aiyo-qualities .col-lg-3:nth-child(2) .grid-box {
    animation-delay: 0.4s;
}

.our-aiyo-qualities .col-lg-3:nth-child(3) .grid-box {
    animation-delay: 0.6s;
}

.our-aiyo-qualities .col-lg-3:nth-child(4) .grid-box {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.image-section {
    position: relative;
    padding: 65px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f3f6ff 100%);
    overflow: hidden;
}

/* Soft decorative glow */
.image-section::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    background: rgba(255, 204, 0, 0.15);
    border-radius: 50%;
    filter: blur(120px);
}

.image-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 350px;
    height: 350px;
    background: rgba(99, 102, 241, 0.15);
    border-radius: 50%;
    filter: blur(120px);
}

.image-section .container {
    position: relative;
    z-index: 2;
}


.image-section h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.image-section h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.image-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}


.event-services {
    list-style: none;
    padding: 0;
}

.event-services li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

/* Clean modern dot */
.event-services li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #ffcc00;
    border-radius: 50%;
}



#eventCarousel {
    margin-top: 60px;
}

#eventCarousel .carousel-inner {
    border-radius: 20px;
    overflow: hidden;
}

#eventCarousel img {
    height: 500px;
    object-fit: cover;
    transition: transform 5s ease;
}

#eventCarousel .carousel-item.active img {
    transform: scale(1.05);
}

/* Modern controls */
#eventCarousel .carousel-control-prev-icon,
#eventCarousel .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 50%;
}


@media (max-width: 768px) {
    .image-section {
        padding: 60px 0;
    }

    .image-section h2 {
        font-size: 28px;
    }

    #eventCarousel img {
        height: 300px;
    }
}


/* Initial hidden state */
/* .scroll-animate {
    opacity: 0;
    transition: all 0.8s ease;
} */

.scroll-animate {
    opacity: 0;
    transition: opacity 0.8s ease,
        transform 0.8s ease;
}

/* Left slide */
.slide-left {
    transform: translateX(-80px);
}

/* Right slide */
.slide-right {
    transform: translateX(80px);
}

/* When visible */
.scroll-animate.active {
    opacity: 1;
    transform: translateX(0);
}

/* ===== Premium Background ===== */
.premium-services {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    overflow: hidden;
}

/* Subtle glowing blobs */
.premium-services::before,
.premium-services::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.premium-services::before {
    top: -100px;
    left: -100px;
}

.premium-services::after {
    bottom: -120px;
    right: -120px;
}

.premium-services .container {
    position: relative;
    z-index: 2;
}

.premium-services h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.premium-services p {
    color: #cbd5e1;
    font-size: 16px;
    margin-bottom: 40px;
}

.tabs-nav {
    margin-bottom: 30px;
}

.tab-headings {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.tab {
    padding: 10px 20px;
    background: #f3f3f3;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    white-space: nowrap;
}


.tab:hover {
    background: #ff7a00;
    color: #fff;
}

.tab-active {
    background: linear-gradient(90deg, #f59e0b, #f97316);
    color: #fff;
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.4);
}

.tab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.new-div {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.new-div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.img-sec img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
}

.services .img-sec img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
}

.cnt-div {
    padding: 20px;
    color: #fff;
}

.cnt-div h4 a {
    /* color: #fff; */
    color: #933a91;
    text-decoration: none;
}

.para-cnt {
    color: #88929d !important;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-btn {
    background: linear-gradient(90deg, #f59e0b, #f97316);
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}

.product-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.4);
}

.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tab-content.active {
    display: block;
    opacity: 1;
}

/* ===== Premium Background ===== */
/* ================================
   PREMIUM PLAN EVENT SECTION (LIGHT)
================================ */

.welcome-plan-event-form-home .premium-plan-section {
    position: relative;
    padding: 65px 0;
    /* background: linear-gradient(135deg, #f8fafc, #eef2f7); */
    overflow: hidden;
    background-color: antiquewhite;
}

/* .welcome-plan-event-form-home .premium-plan-section .heading {
    font-size: 28px;
    margin-bottom: 5px;
} */
.welcome-plan-event-form-home .premium-plan-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 60px;
    position: relative;
}

.welcome-plan-event-form-home .premium-plan-section h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #f97316);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* ===============================
   FAQ SECTION - LIGHT PREMIUM
================================= */

.faq-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    position: relative;
}


/* Section Title */
.faq-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 60px;
    position: relative;
}

.faq-section h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #f97316);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* Accordion Container */
/* .faq-section .accordion {
    max-width: 900px;
    margin: auto;
} */

/* Accordion Item Card */
.faq-section .accordion-item {
    background: #ffffff;
    border: none;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

/* Hover Lift */
.faq-section .accordion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Accordion Button */
.faq-section .accordion-button {
    background: #ffffff;
    color: #1e293b;
    font-weight: 600;
    font-size: 17px;
    padding: 22px 25px;
    box-shadow: none;
    border: none;
}

/* Custom Toggle Icon */
.faq-section .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: white;
    transition: 0.3s ease;
}

/* When Open */
.faq-section .accordion-button:not(.collapsed) {
    background: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: "-";
}

/* Accordion Body */
.faq-section .accordion-body {
    padding: 20px 25px 30px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
}

/* Remove Bootstrap Focus */
.faq-section .accordion-button:focus {
    box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-section h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .faq-section .accordion-button {
        font-size: 15px;
        padding: 18px;
    }
}



.faq-section {
    padding: 80px 20px;
    background: #f9fafc;
    font-family: Arial, sans-serif;
}

.faq-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.faq-subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 40px;
}

/* Tabs */
.faq-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.faq-tabs .faq-tab {
    padding: 10px 18px;
    border: none;
    background: #e4e7ec;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s ease;
}

.faq-tabs .faq-tab.active {
    background: #111827;
    color: #fff;
}

/* FAQ Items */
.faq-category {
    display: none;
    max-width: 800px;
    margin: auto;
}

.faq-category.active {
    display: block;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-question {
    width: 100%;
    padding: 18px;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    display: none;
    padding: 0 18px 18px;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .icon {
    transform: rotate(45deg);
}


.recent-posts {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    position: relative;
}


/* Section Title */
.recent-posts h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.recent-posts p {
    color: #737171;
    font-size: 16px;
    margin-bottom: 10px;
}

/* .recent-posts h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #f97316);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
} */

/* Accordion Container */
.recent-posts .accordion {
    max-width: 900px;
    margin: auto;
}

/* Accordion Item Card */
.recent-posts .accordion-item {
    background: #ffffff;
    border: none;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

/* Hover Lift */
.recent-posts .accordion-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Accordion Button */
.recent-posts .accordion-button {
    background: #ffffff;
    color: #1e293b;
    font-weight: 600;
    font-size: 17px;
    padding: 22px 25px;
    box-shadow: none;
    border: none;
}

/* Custom Toggle Icon */
.recent-posts .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: white;
    transition: 0.3s ease;
}

/* When Open */
.recent-posts .accordion-button:not(.collapsed) {
    background: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.recent-posts .accordion-button:not(.collapsed)::after {
    content: "-";
}

/* Accordion Body */
.recent-posts .accordion-body {
    padding: 20px 25px 30px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid #f1f5f9;
}

/* Remove Bootstrap Focus */
.recent-posts .accordion-button:focus {
    box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {

    .recent-posts {
        padding: 65px 0;
    }

    .recent-posts h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .recent-posts .accordion-button {
        font-size: 15px;
        padding: 18px;
    }
}



.recent-posts {
    /* padding: 80px 20px; */
    background: #6fdebb;
    font-family: Arial, sans-serif;
}

.fb-page span iframe {
    border-radius: 10px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 49%);
}

.fb-wrapper {
    width: 100%;
    max-width: 340px;
    height: 440px;
    overflow: hidden;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgb(0 0 0 / 49%);
}

.recent-posts .fb-wrapper {
    width: 100%;
    max-width: 340px;
    height: 440px;
    /* same visual height as card 2 */
    overflow: hidden;
    display: flex;
    justify-content: center;
}

/* .recent-posts .fb-post iframe{
    width: 100% !important;
} */

.recent-posts .row {
    align-items: flex-start;
}

/* Tablet */
@media (max-width: 992px) {
    .fb-wrapper {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .fb-wrapper {
        height: auto;
        overflow: visible;
    }
}

/* .fb-post iframe{
    width:100% !important;
} */

.tab-dropdown {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 16px;
    margin: 0px 20px;
}

@media (max-width:767px) {
    .tab-headings {
        display: none;
    }
}

@media (min-width:768px) {
    .tab-dropdown {
        display: none;
    }
}

.fb-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.fb-post-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.fb-post-media {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.fb-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-wrapper iframe {
    width: 100%;
    height: 220px;
}

.fb-post-content {
    padding: 15px;
    flex: 1;
}

.fb-post-content span {
    font-size: 12px;
    color: #777;
    display: none;
}

.video-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.fb-post-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

iframe {
    width: 100%;
    height: 250px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}

/* Triangle Play Icon */
.play-btn::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 18px;

    width: 0;
    height: 0;

    border-left: 18px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.fb-fallback-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #1877f2;
    color: #fff;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 12px;
}

.floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

/* modal styles same as before */

#floatingQuoteContainer {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

/* Round button */
.cta-btn {
    width: 55px;
    height: 55px;
    background: #ff6600;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Label (hidden by default) */
.cta-label {
    margin-left: 10px;
    background: #ff6600;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: transform 0.3s ease,
        opacity 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

/* Show animation */
.cta-label.show {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .homepage-banners {
        height: 400px;
    }

    .homepage-banners .carousel-item img {
        height: 400px;
        /* Adjust as needed */
    }
}

@media (max-width: 576px) {
    .homepage-banners {
        height: 300px;
        /* Adjust as needed */
    }

    .homepage-banners .carousel-item img {
        height: 300px;
        /* Adjust as needed */
        object-fit: fill !important;
    }

    .homepage-banners .carousel-caption {
        top: 25%;
        /* bottom: auto;
        transform: translateY(-50%); */
        text-align: center !important;

    }

    .homepage-banners .carousel-caption h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .homepage-banners .carousel-caption h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .banner-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .homepage-banners .carousel-item {
        aspect-ratio: 4 / 3;
        /* taller for mobile */
    }
}

/* .homepage-banners .carousel-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1500 / 540;
    overflow: hidden;
}

.homepage-banners .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
} */

.homepage-banners .carousel-caption {
    position: absolute;
    z-index: 2;
}

.homepage-banners .carousel-item {
    position: relative;
    overflow: hidden;
    /* 🔥 THIS FIXES THE BLEEDING */
}

.faq-columns {
    column-count: 2;
    column-gap: 24px;
}

.faq-columns .accordion-item {
    break-inside: avoid;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .faq-columns {
        column-count: 1;
    }
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}


.new-faq-section-container {
    width: 80% !important;
}

.carousel-inner .carousel-item.active {
    display: block !important;
}

.carousel-inner .carousel-item {
    transition: none !important;
}

.carousel-inner {
    transform: none !important;
}

/* Enable slide animation after load */
.enable-slide .carousel-item {
    transition: transform 0.6s ease-in-out !important;
}

.enable-slide .carousel-item.active {
    animation: slideIn 0.6s ease-in-out;
}

/* @keyframes slideIn {
    from {
        transform: translateX(20%);
    }
    to {
        transform: translateX(0);
    }
} */

/* Mobile submenu fix */
@media (max-width: 991px) {
    .submenu {
        display: none;
        position: static !important;
        float: none;
        width: 100%;
        margin-left: 1rem;
    }

    .submenu.show {
        display: block;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 8px;
    }
}

/* Replace dropdown arrow with » */
.dropdown-item.dropdown-toggle::after {
    content: "\00BB";
    /* 🔥 This is what you want */
    float: right;
    margin-top: 4px;
    font-size: 16px;
    border: none !important;
    /* remove Bootstrap default arrow */
}

.recent-posts .recent-posts-head h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
    position: relative;
}

.recent-posts .recent-posts-head h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #f59e0b, #f97316);
    display: block;
    margin: 15px auto 0;
    border-radius: 10px;
}

/* ==========================================================================
   Homepage hero slider - mobile fit
   Scoped to #CarnivalEvents ONLY, so the shared carousel rules above
   (used by #ourClients and the other carousels) stay exactly as they are.
   Mobile banner assets are 800x600 (4:3), so the slide follows that ratio
   and the artwork fills the width without being blown up or cropped.
   ========================================================================== */
@media (max-width: 576px) {
    #CarnivalEvents.homepage-banners {
        height: auto;
    }

    #CarnivalEvents.homepage-banners .carousel-item {
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    #CarnivalEvents.homepage-banners .carousel-item img,
    #CarnivalEvents.homepage-banners .carousel-item.active img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}