/*@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap');*/
body {
    overflow-x: hidden;
}
.grecaptcha-badge {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Marcellus", serif;
}
.header-logo {
    width: 230px;
}
/*.action-btn-wrap{animation: borderPulse infinite ease-in-out;}*/
.ticket-animate {
    position: relative;
    animation: borderPulse infinite ease-in-out;
}
.ticket-wrap:nth-child(1) .ticket-animate {
    animation-duration: 2.5s;
}
.ticket-wrap:nth-child(2) .ticket-animate {
    animation-duration: 3s;
}
.ticket-wrap:nth-child(3) .ticket-animate {
    animation-duration: 3.5s;
}
@keyframes borderPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 145, 0, 1);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 12px rgba(255, 145, 0, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 145, 0, 0);
    }
}
.side-wrapper .quote-btn {
    background: #a5d066;
    color: #1b3738;
}
.main-btn {
    background: #a5d066;
    margin: 0 auto;
    text-align: center;
    color: #1b3738;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
}
div#translate-btn {
    margin-left: 0;
    margin-right: 15px;
}
.thanks-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.thanks-popup.hidden {
    display: none;
}
.thanks-popup.show {
    display: flex;
}
.thanks-message {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.2);
}
.hidden {
    display: none;
}
a {
    text-decoration: none !important;
}
h2,
.h2 {
    font-weight: 700;
    font-size: 38px;
}
ul {
    list-style: none;
}
.text-justify {
    text-align: justify;
}
#nav {
    transition: background 0.3s ease-in-out;
}
#navbar.scrolled {
    background: black !important;
}
.navbar-nav {
    justify-content: center;
}
.navbar-toggler {
    background: #fff;
}
.btn-menu {
    background: #1b3738;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
}
.btn-menu:hover {
    color: #1b3738;
    border: 1px solid #1b3738;
}
.register-btn {
    border-radius: 192px;
    width: max-content;
    margin: 0 auto;
}
.register-btn:hover {
    color: #1b3738;
    border: 1px solid #1b3738;
}
.registered-btn {
    background: #a5d066;
    margin: 0 auto;
    text-align: center;
    color: #1b3738;
    width: max-content;
    padding: 10px 30px;
    border-radius: 192px;
    font-size: 18px;
    border: 1px solid #a5d066;
}
.registered-btn:hover {
    background: #fff0;
    color: #a5d066;
    border: 1px solid #a5d066;
}
.registers-btn:hover {
    color: #a5d066;
    border: 1px solid #a5d066;
    border-radius: 192px;
}
.navbar-nav .nav-link {
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
}
.enquire-btn {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -50px;
    top: 50%;
    z-index: 10;
    transform: rotate(-90deg);
}
.enquire-btn a {
    background-color: #a5d066;
    border-radius: 0;
    font-size: 18px;
    border: 1px solid #a5d066 !important;
    -webkit-transition:
        width 0.5s,
        background-color 0.1s;
    transition:
        width 0.5s,
        background-color 0.1s;
    color: #1b3738;
    padding: 10px 18px;
}
.enquire-btn a:hover {
    background: #fff0;
    color: #a5d066;
}
#backToHero {
    position: fixed;
    bottom: 25px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #a5d066;
    color: #1b3738;
    border: none;
    font-size: 22px;
    cursor: pointer;
    z-index: 97;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.3);
    transition:
        opacity 0.3s ease-in-out,
        transform 0.2s;
}
#backToHero:hover {
    transform: scale(1.15);
    background: #1b3738;
    color: #a5d066;
}
#backToHero.show {
    display: flex;
    opacity: 1;
}
#backToHero i {
    font-size: 24px;
}
.hero-section {
    background-color: transparent !important;
}
.hero-section {
    position: relative;
    z-index: 9;
    padding: 170px 0 120px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    border-bottom: 10px solid #a5d066;
}
.hero-section::before {
    content: "";
    position: absolute;
    background: #1b373885;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.text-section {
    position: relative;
    z-index: 2;
    text-align: center;
}
.text-section h1 {
    font-size: 4rem;
    font-weight: 700;
}
.text-section .h2 {
    font-size: 1.7rem;
    margin: 10px 0;
    line-height: 1.4;
}
.slogan {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Story Script", sans-serif;
    color: #a5d066;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.2);
    margin: 15px 0;
}
.book-now {
    margin-top: 13px;
    background: #a5d066;
    border: 1px solid #a5d066;
    color: #1b3738;
    padding: 10px 17px 10px 30px;
    border-radius: 50px;
    font-size: 21px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: max-content;
}
.book-now span {
    font-weight: 700;
}
.book-icon {
    background-color: #1b3738;
    border-radius: 50%;
    padding: 10px 12px;
    margin-left: 23px;
    color: #fff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-now:hover {
    background: #fff0;
    color: #a5d066;
    border-color: #a5d066;
}
.book-now:hover .book-icon {
    background-color: #fff0;
    color: #a5d066;
}
.marquees {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.marquee1 {
    width: 100%;
    position: relative;
    background: #a5d066;
    color: #1b3738;
}
.marquee-wrap {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.marquee-slide {
    display: flex;
    gap: 21px;
    align-items: center;
    transition: transform 0.1s linear;
    animation: marquee-scroll 170s linear infinite;
}
.marquee-txt {
    display: flex;
    flex-shrink: 0;
    white-space: nowrap;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff0;
    gap: 18px;
}
.marquee-txt h4 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: -1px;
    background-clip: text;
}
.marquee-txt img {
    width: 30px;
}
.what-section {
    padding: 60px 0;
}
.main-title {
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 60px;
}
.green-text {
    color: #1a4a47;
    font-weight: 500;
}
.why-choose {
    color: #1b3738;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 20px;
}
.feature-card {
    background: rgb(255 255 255 / 0.05);
    border: 2px solid rgb(255 255 255 / 0.1);
    border-radius: 20px;
    padding: 40px 30px;
    height: 300px;
    color: #1b3738;
    transition: all 0.3s ease;
    backdrop-filter: blur(30px);
    position: relative;
    overflow: hidden;
}
.feature-card:hover {
    transform: translateY(-5px);
    border-color: #7ed321;
    box-shadow: 0 20px 40px rgb(126 211 33 / 0.2);
}
.fcard-1 {
    border-color: #1b3738;
}
.fcard-2 {
    background: #1b3738;
    color: #a5d066;
}
.feature-card.highlight {
    background: #a5d066;
    color: #1a4a47;
}
.card-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}
.card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}
.card-description {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}
.card-title {
    font-size: 1.25rem;
}
.card-text {
    line-height: 1.5;
}
.highlight-box {
    background-color: #dbffc3;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}
.attend-section {
    background: #efefef;
    padding: 80px 0;
}
.why-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.promo-card {
    background-color: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.05);
    text-align: left;
    position: relative;
    overflow: hidden;
    color: #1b3738;
    height: 100%;
}
.highlight-card {
    background-color: #a5d066;
    color: #1b3738;
}
.promo-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 16px;
}
.promo-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
}
.promo-card p {
    font-size: 14px;
    margin-bottom: 16px;
}
.promo-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
}
.why-heading {
    color: #1b3738;
}
.main-heading {
    font-size: 3.2rem;
    font-weight: 700;
    color: #1b3738;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.subheading {
    font-size: 1.9rem;
    color: #1b3738;
    font-weight: 500;
    margin-bottom: 3rem;
}
.hero-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
}
.hero-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.mission-card {
    background: #1b3738;
    border-radius: 20px;
    padding: 2rem;
    color: #a5d066;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mission-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / 0.05));
    transform: rotate(45deg);
}
.vision-card {
    background: #a5d066;
    border-radius: 20px;
    padding: 2rem;
    color: #1b3738;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.vision-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(255 255 255 / 0.1));
    transform: rotate(45deg);
}
.card-number {
    font-size: 4rem;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}
.card-heading {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}
.card-text {
    font-size: 1.08rem;
    line-height: 1.6;
    text-align: justify;
    opacity: 0.95;
    position: relative;
    z-index: 2;
}
.about-btn {
    background: #1b3738;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgb(44 85 48 / 0.3);
    color: #fff;
}
.about-btn::after {
    content: "→";
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.about-btn:hover::after {
    transform: translateX(5px);
}
.description-text {
    color: #626262;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #1b3738;
    display: block;
    transition: all 0.3s ease;
}
.stat-item.counting .stat-number {
    transform: scale(1.05);
}
.stat-label {
    color: #373737;
    font-weight: 500;
    font-size: 1.1rem;
}
#about {
    margin-top: 0;
    padding-bottom: 3rem;
}
.text-justify {
    text-align: justify;
}
#attends {
    padding: 3rem 0 2rem 0;
}
#attends h2,
.past-heading {
    color: #fff;
    text-align: center;
    font-weight: 600;
}
#attends p {
    font-size: 18px;
    color: #fff;
}
.past-heading {
    margin-top: 2rem;
}
logo-slider {
    --image-size: 100px;
    padding: 10px 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
logo-slider:hover div {
    animation-play-state: paused;
}
logo-slider div {
    display: flex;
    align-items: center;
    animation: marquee 100s linear infinite;
    margin-top: 30px;
}
logo-slider img {
    min-width: var(--image-size);
    height: var(--image-size);
    margin: 0 1vw;
    object-fit: contain;
    box-shadow: rgb(0 0 0 / 0.15) 2.4px 2.4px 3.2px;
}
#speakers {
    padding: 2rem 0;
}
.speaker-heading {
    padding: 12px 0 20px 0;
}
.speaker-heading h2 {
    font-size: 35px;
    font-weight: 700;
    color: #1b3738;
}
.speaker-heading h3 {
    font-size: 26px;
}
#speakerSlider {
    display: none;
}
.speakers-wrap .speaker-img {
    background-color: #9ec761a6;
}
.speakers .speaker-social {
    position: absolute;
    z-index: 9;
    top: 91%;
    left: 43%;
    background: #007ab7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 1s ease-out;
}
.speakers:hover .speaker-social {
    opacity: 1;
    animation: icons 1.5s linear infinite;
}
.speakers .img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 1s ease-out;
}
.speakers .speaker-social a {
    color: #fff;
    font-size: 25px;
}
.speaker-info {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #000;
}
.speaker-info p {
    margin-bottom: 0.5rem;
}
#networking-dinner {
    padding: 2rem 0;
}
#tickets {
    padding: 2rem 0;
}
.pricing-column {
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.top-left-strip {
    position: absolute;
    top: -10px;
    background-color: #00a86b;
    color: #fff;
    padding: 5px 15px;
    z-index: 2;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.days {
    font-size: 0.5em;
}
.package-heading h3 {
    font-size: 2rem;
}
.package-heading {
    height: 4.5rem;
    padding: 15px;
    font-weight: 700;
}
.pricing-content {
    padding: 20px 0;
}
.pricing-content ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
}
.pricing-content li {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #eee;
}
.pricing-content li:last-child {
    border-bottom: none;
}
.pricing-button {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.green-button {
    background-color: #1b3738;
}
.blue-button {
    background-color: #a5d066;
    color: #000;
}
.top-left-circle {
    position: absolute;
    top: -50px;
    right: 50px;
    width: 90px;
    padding: 15px;
    background-color: #2d5cde;
    box-shadow:
        rgb(0 0 0 / 0.3) 0 9px 28px,
        rgb(0 0 0 / 0.22) 0 7px 4px;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    animation:
        blink-background 0.9s infinite,
        zoom-in 2.5s infinite;
}
.agenda-btn {
    animation: blink 0.9s infinite;
}
.agenda-btn:hover {
    color: #fff;
}
.top-left-circle .days {
    font-size: 0.9em;
}
.top-left-circle .price {
    font-size: 1.4em;
}
.section-header {
    margin-bottom: 80px;
}
.section-header h2 {
    color: #1b3738;
}
.gallery-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gallery-heading h2 {
    font-size: 50px;
    color: #1b3738;
}
.gallery-heading p {
    font-weight: 600;
    font-size: 20px;
}
.image-collage {
    padding: 2rem 0;
}
.testimonial {
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.testimonial-heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}
.testimonial p.h2 {
    font-size: 125px;
    font-weight: 700;
    color: #1b3738;
    -webkit-text-fill-color: #1b3738;
    line-height: 1;
}
.sub-heading {
    font-size: 18px;
}
.testimonialSlider {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.testimonial .testimonialSlide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    transition:
        transform 0.3s ease,
        z-index 0.3s ease;
    height: 300px;
    box-sizing: border-box;
}
.testimonial .swiper-slide-active {
    background: #1b3738;
    color: #fff;
    transform: scale(1);
    z-index: 10;
    filter: blur(0);
    box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
}
.testimonial .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
    z-index: 1;
    filter: blur(3px);
    transition:
        transform 0.3s ease,
        z-index 0.3s ease,
        filter 0.3s ease;
    box-shadow: rgb(0 0 0 / 0.15) 1.95px 1.95px 2.6px;
}
.modal-content .modal-footer a {
    background: #1b3738;
    color: #fff;
}
.btn-closed {
    font-size: 26px;
    background-color: #fff0;
    border: none;
}
.modal-body p {
    text-align: justify;
}
.sponsor {
    padding: 2rem 0;
    border-radius: 0 0 40px 40px;
}
#sponsors h2,
#sponsors h3 {
    color: #1b3738;
}
#sponsors .supporters-wrap {
    margin-bottom: 10px;
}
.supporter {
    padding: 10px 8px;
}
.supporter-logo {
    cursor: pointer;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 30px rgb(0 0 0 / 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 120px;
}
.supporter img {
    transition: all 0.4s ease-in-out;
    max-width: 100%;
    height: auto;
}
.media-partners .supporter-logo img {
    cursor: pointer;
}
.small-logo img {
    max-width: 75px;
}
.tcby-logo img {
    width: 150px !important;
}
#sponsors img:hover {
    transform: scale(1.05);
}
.counter-section {
    color: #000;
    text-align: center;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}
.register-card {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.1);
    overflow: hidden;
    position: relative;
    margin: auto;
}
.ribbon-wrapper {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1;
}
.ribbon {
    position: absolute;
    top: 25px;
    right: -25px;
    background-color: #a5d066;
    color: #1b3738;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}
.register-card .card-body {
    padding: 40px;
}
.register-card .card-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #000;
}
.register-card .card-title .highlight {
    color: #a5d066;
    font-size: 28px;
}
.register-card .card-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6;
}
#contactForm .form-control,
#contactForm .form-select {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    color: #000;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000;
}
#contactForm .form-control::placeholder {
    color: #000;
}
#contactForm h2 {
    font-size: 35px;
}
#contactForm h3 {
    font-size: 28px;
}
#contactForm .sponsored p,
#contactForm .speakered p {
    margin-bottom: 0;
}
#contactForm .sponsored img,
#contactForm .speakered img {
    width: 130px;
}
#contactForm .form-control,
#contactForm .form-select {
    border-radius: 0;
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #000;
    background: #fff0;
}
#contactForm .btn-menu {
    background: #a5d066;
    color: #1b3738;
    border: 1px solid #a5d066;
}
#contactForm .btn-menu:hover {
    background: #fff0;
    color: #a5d066;
}
.text-form {
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}
.quries-wrap img {
    width: 150px;
}
.activity {
    padding: 2rem 0 0 0;
}
.accordions-wrap {
    flex-direction: row;
    margin: calc(-7px / 2);
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    height: 450px;
    overflow: hidden;
    z-index: 1;
}
.accordions-box {
    margin: calc(7px / 2);
    position: relative;
    transition: flex-grow 0.5s ease;
    flex-grow: 2;
}
.accordions-box:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.accordions-box .boxes-image {
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    transition: opacity 300ms ease;
}
.accordions-box .accordions-content {
    justify-content: flex-end;
    position: absolute;
    align-items: center;
    display: flex;
    flex-flow: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    background-color: rgb(0 0 0 / 0.5);
    transition: opacity 300ms ease;
}
.accordions-title {
    text-align: left;
    font-size: 24px;
    align-self: stretch;
    color: #fff;
}
.accordions-description {
    color: #fff;
}
.accordions-btns {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.7em;
    letter-spacing: 1.2px;
    align-self: flex-start;
    padding: 7px 15px 7px 15px;
    color: #fff;
    background-color: #49262d;
    border-radius: 0 0 0 0;
    display: inline-block;
    fill: #fff;
    text-align: center;
    transition: all 0.3s;
}
.accordions-wrap:hover .accordions-box {
    flex-grow: 1;
}
.accordions-wrap .accordions-box:hover,
.accordions-wrap .accordions-box.active {
    flex-grow: 4;
    z-index: 3;
}
.accordions-box:hover .accordions-content,
.accordions-box.active .accordions-content {
    opacity: 1;
}
.boxes-image {
    transition: transform 0.5s ease;
}
.accordions-box:hover .boxes-image {
    transform: scale(1);
}
.ticket-section {
    background: linear-gradient(135deg, #a5d066 0%, #b8e079 100%);
    padding: 50px 0;
}
.ticket-heading {
    text-align: center;
    margin-bottom: 50px;
    animation: fadeInDown 0.8s ease-out;
}
.ticket-heading h2 {
    color: #1b3738;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.2);
}
.discount-badge {
    background: #8ab84f;
    color: #1b3738;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    box-shadow: 0 10px 30px rgb(165 208 102 / 0.4);
}
.discount-badge i {
    margin: 0 5px;
}
.content-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgb(0 0 0 / 0.15);
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
}
.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgb(0 0 0 / 0.2);
}
.benefit-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.benefit-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #1b3738 0%, #a5d066 100%);
    border-radius: 2px;
}
.benefit-item {
    padding: 15px 0;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.benefit-item:last-child {
    border-bottom: none;
}
.benefit-item:hover {
    padding-left: 10px;
    background: linear-gradient(90deg, rgb(165 208 102 / 0.08) 0%, transparent 100%);
}
.benefit-item i {
    color: #a5d066;
    font-size: 1.3rem;
    margin-right: 10px;
    width: 25px;
}
.benefit-text {
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
}
.action-card {
    background: linear-gradient(135deg, #1b3738 0%, #2a4f51 100%);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 60px rgb(27 55 56 / 0.4);
    transition: transform 0.3s ease;
    animation: fadeInUp 0.8s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.action-card:hover {
    transform: translateY(-10px);
}
.action-card h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.action-btn {
    position: relative;
    z-index: 1;
    background: #a5d066;
    color: #1b3738;
    border: 1px solid #a5d066;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgb(165 208 102 / 0.3);
}
.action-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(165 208 102 / 0.5);
    background: #b8e079;
}
.why-section {
    background: linear-gradient(135deg, #a5d066 0%, #b8e079 100%);
    padding: 50px 0 10px;
}
.why-attend-section {
    background: #1b3738;
}
.why-title {
    color: #a5d066;
    font-weight: 700;
    font-size: 2.5rem;
}
.why-subtitle {
    color: #fff;
    margin: 0 auto;
    font-size: 1.08rem;
    line-height: 1.7;
}
.info-box {
    background: #fff;
    border-left: 10px solid #a5d066;
    border-radius: 12px;
}
.info-box p {
    font-size: 18px;
}
.item {
    background: #f4f8ef;
    padding: 12px 14px;
    border-radius: 6px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-left: 32px;
    font-size: 16px;
}
.item .bullet {
    width: 12px;
    height: 12px;
    background: #a5d066;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.item:hover {
    background: #e6f0d6;
    transition: 0.3s ease;
}
.why-attend-header {
    text-align: center;
    margin-bottom: 50px;
}
.why-attend-header h1 {
    color: #1b3738;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.1);
}
.lead-text {
    color: #1b3738;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 auto;
    font-weight: 400;
}
.info-card {
    background: linear-gradient(135deg, #1b3738 0%, #2a4f51 100%);
    border-radius: 20px;
    padding: 28px 31px 10px;
    height: 100%;
    box-shadow: 0 15px 50px rgb(27 55 56 / 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.info-card::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(165 208 102 / 0.1) 0%, transparent 70%);
    transition: transform 0.6s ease;
}
.info-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 70px rgb(27 55 56 / 0.4);
}
.info-card:hover::before {
    transform: translate(-25%, -25%) scale(1.2);
}
.info-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #a5d066 0%, #b8e079 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgb(165 208 102 / 0.3);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}
.info-card:hover .info-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 40px rgb(165 208 102 / 0.5);
}
.info-icon i {
    font-size: 2.5rem;
    color: #1b3738;
    transition: transform 0.4s ease;
}
.info-card:hover .info-icon i {
    transform: scale(1.1);
}
.info-card h3 {
    color: #a5d066;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 0.2);
}
.info-card p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}
.info-card-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgb(165 208 102 / 0.15) 0%, transparent 100%);
    border-radius: 50%;
    transform: translate(50%, 50%);
    transition: all 0.4s ease;
}
.info-card:hover .info-card-accent {
    transform: translate(30%, 30%) scale(1.5);
}
.technologies-section {
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px 30px;
    box-shadow: 0 20px 60px rgb(27 55 56 / 0.1);
}
.section-title {
    color: #1b3738;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}
.section-title i {
    color: #a5d066;
}
.tech-card {
    background: aliceblue;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    border: 2px solid #a5d066;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.tech-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1b3738 0%, #a5d066 100%);
}
.tech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(165 208 102 / 0.2);
}
.tech-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a5d066 0%, #b8e079 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tech-icon i {
    font-size: 1.8rem;
    color: #1b3738;
}
.tech-card h4 {
    color: #1b3738;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.tech-card p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
.stats-container {
    background: linear-gradient(90deg, #a5d066 0%, #1b3738 100%);
    padding: 20px 20px;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.stat-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    top: 28px;
}
.stat-heading h3 {
    background-color: #1b3738;
    padding: 10px 30px;
    border: 1px solid #ffeef4;
    border-radius: 30px;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.stat-heading::before,
.stat-heading::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgb(255 255 255 / 0.907);
}
.stat-item {
    text-align: center;
    margin: 5px;
}
.main-dht .stat-number {
    color: #fff;
    font-size: 3.7rem;
    font-weight: 700;
    display: block;
    transition: all 0.3s ease;
}
.main-dht .stat-label {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.community-section {
    background: #1b3738;
    padding: 5rem 0;
}
.community-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #a5d066;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
    animation: slideUp 0.8s ease-out;
}
.community-subtitle {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #fff;
    max-width: 950px;
    margin: 0 auto;
    animation: slideUp 0.8s ease-out 0.2s both;
}
.video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgb(27 55 56 / 0.15);
    animation: slideUp 0.8s ease-out 0.4s both;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
.video-wrap:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgb(27 55 56 / 0.25);
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.video-poster::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgb(0 0 0 / 0.1) 0%, rgb(0 0 0 / 0.1) 100%);
    z-index: 1;
}
.poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-btn {
    width: 90px;
    height: 90px;
    background: rgb(255 255 255 / 0.95);
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #b4d946;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 40px rgb(255 255 255 / 0.3);
    pointer-events: none;
    top: 35%;
}
.play-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #b4d946;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.video-poster:hover .play-btn {
    transform: scale(1.15);
    background: #fff;
    box-shadow: 0 15px 50px rgb(255 255 255 / 0.4);
}
.video-poster:hover .play-btn i {
    transform: translateX(3px);
}
.iframes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.footer-bg {
    background-color: #1b3738;
}
.footer-bottom {
    background-color: #a5d066;
    color: #fff;
}
.tanago-logo {
    color: #28a745;
    font-weight: 700;
    font-size: 1.5rem;
}
.footer-section h5 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 1rem;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    margin-bottom: 0.5rem;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    display: flex;
    font-size: 20px;
    width: max-content;
    align-items: center;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer-links a:hover {
    color: #a5d066;
}
.footer-links .fa-circle {
    color: #fff;
    font-size: 0.5rem;
    margin-right: 0.75rem;
}
.footer-widget-social {
    gap: 5px;
    margin: 18px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: none;
    padding-top: 0;
    text-align: center;
    width: 73%;
}
.footer-widget-social a {
    height: auto;
    width: 43px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 22px;
    color: #a5d066;
    transition: all 1s ease-out;
}
.social-icons a {
    background-color: #28a745;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    text-decoration: none;
}
.social-icons a:hover {
    background-color: #a5d066;
    color: #fff;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.contact-icon {
    background-color: #fff;
    color: #1b3738;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}
.contact-content h6 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}
.contact-content .contact-value a {
    color: #fff;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contact-content .contact-value a:hover {
    color: #a5d066;
}
.footer-bottom a {
    color: #1b3738;
    text-decoration: none;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom .fa-circle {
    color: #1b3738;
    font-size: 0.5rem;
    margin: 0 0.5rem;
}
.footer-bg .our-moto {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.footer .footer-widget-social a:hover {
    transform: scale(1.3);
}
.venue-section {
    background-color: #f9fbfc;
    padding: 60px 0;
}
.tag {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1b3738;
    padding: 6px 15px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #a5d066;
    z-index: 2;
    display: inline-block;
    margin-bottom: 10px;
}
.rounded-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.08);
}
.venue-info h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.green-card {
    background-color: #a5d066;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
    height: 100%;
}
.green-card .tag {
    background-color: #a5d066;
    color: #333;
    font-size: 0.85rem;
    padding: 5px 14px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 500;
}
.image-card {
    background: #a5d066;
}
.image-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.hero-bg {
    height: 320px;
    background-image: url("../images/page/Le negresco 1.webp");
    background-size: cover;
    background-position: center center;
}
.hero-overlay {
    background: linear-gradient(180deg, #02020287 40%, #1b3738 60%);
    mix-blend-mode: multiply;
}
.venue-card {
    background-color: #1b3738;
    padding: 30px;
}
.overlay-card {
    min-height: 320px;
    background-image: url("../images/page/Le negresco 2.webp");
    background-size: cover;
    background-position: center;
}
.overlay-bg {
    background: #24494bf7;
    mix-blend-mode: multiply;
}
.overlay-content {
    padding: 1.5rem;
}
.top-left-tag {
    top: 0;
    left: 0;
    color: #fff;
}
.venue-section h2 {
    color: #1b3738;
}
.venue-section .book-now {
    background: #1b3738;
    color: #fff;
    border-color: #1b3738;
    padding: 5px 7px 5px 20px;
    margin-top: 15px;
}
.venue-section .book-now:hover {
    background: #fff0;
    color: #1b3738;
}
.venue-section .book-now .book-icon {
    background: #a5d066;
    color: #1b3738;
}
.venue-section .book-now:hover .book-icon {
    background: #fff0;
    color: #1b3738;
}
#schedule .section-header {
    margin-bottom: 40px;
}
#schedule .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
#schedule .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}
#schedule .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 8px 100px;
    margin-top: 20px;
}
#schedule .nav-tabs a.active {
    background-color: #1b3738;
    color: #fff;
}
.agenda-time {
    background: #1b3738;
    color: #fff;
}
.agenda-time,
.agenda-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.time-badge {
    width: fit-content;
    padding: 7px;
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: #1b3738;
}
.ptnr-slots {
    background-color: #8dd561 !important;
}
.shrt-break,
.lunch,
.coffee {
    background-color: #a5d066 !important;
}
.coffee p {
    color: #1b3738;
}
.coffee h4 {
    color: #1b3738;
}
#schedule .activity {
    background: #430678;
}
.time-detail,
.agenda-detail {
    padding: 1.33rem;
}
.agenda-pr {
    border: 3px solid #1b3738;
}
.spk-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.spk-img .spk-img-wrap {
    width: 105px;
    height: 105px;
}
.spk-img-wrap img {
    width: 100%;
}
.agenda-page .modal.enquire-modal {
    display: none;
    position: fixed;
    padding-top: 70px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000d1;
}
.agenda-page .enquire-modal .modal-content {
    position: relative;
    background-color: #fff0;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    border: none;
}
.agenda-page form .styled-input {
    padding: 15px;
    background: lightgray;
    border-radius: 15px;
}
.agenda-page .btn-closed {
    color: #fff !important;
    font-size: 26px;
    background-color: #fff0;
    border: none;
}
.agenda-page .main-btn {
    align-items: center;
    background-color: #1b3738;
    border: 2px solid #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.enquire-btn {
    display: none;
}
.testimonial .swiper-pagination {
    display: none;
}
.whatsapp-fab {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
    cursor: pointer;
    z-index: 1000;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}
.whatsapp-fab:hover #fab-whatsapp {
    transform: scale(1.1);
}
.whatsapp-fab svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.whatsapp-popup {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 350px;
    max-width: 90%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
    display: none;
    flex-direction: column;
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.whatsapp-popup.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
.popup-header {
    background-color: #075e54;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}
.popup-chat {
    padding: 20px;
    background-image: url("images/page/Zain Jaffari.webp");
    background-size: contain;
    flex-grow: 1;
    min-height: 150px;
}
.chat-message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.chat-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.chat-bubble {
    background-color: #e1f5fe;
    padding: 10px 15px;
    border-radius: 7.5px;
    max-width: 80%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.1);
}
.chat-bubble p {
    margin: 0;
    font-size: 14px;
}
.chat-bubble .message-time {
    font-size: 11px;
    color: #888;
    text-align: right;
    margin-top: 5px;
}
.popup-input {
    display: flex;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.popup-input input {
    flex-grow: 1;
    border: none;
    padding: 10px;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
}
.popup-input .send-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-input .send-btn svg {
    width: 24px;
    height: 24px;
    fill: #075e54;
}
.floating-question {
    position: fixed;
    bottom: 35px;
    right: 95px;
    background-color: #fff;
    color: #333;
    padding: 10px 14px;
    border-radius: 25px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
    font-size: 14px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s infinite;
}
.floating-question .close-question {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}
.popup-overlays {
    position: fixed;
    bottom: 3px;
    left: 5px;
    display: none;
    z-index: 9999;
    animation: fadeIn 0.3s ease;
}
.popup-icons {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    background: #eff6ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    font-size: 20px;
}
.popup-boxes {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    padding: 24px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgb(0 0 0 / 0.15);
    border: 1px solid rgb(0 0 0 / 0.08);
    animation: slideUp 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-boxes1 {
    background: linear-gradient(135deg, #a5d066 0%, #1b3738 100%) !important;
}
.popup-boxes h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}
.popup-boxes p {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}
.popup-boxes .btn-primarys {
    background: #fff;
    color: #1b3738;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 8px;
}
.popup-boxes .btn-secondarys {
    background: #fff0;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
}
.popup-boxes .btn-primarys:hover {
    background: #fff0;
    color: #fff;
}
.popup-boxes .btn-secondarys:hover {
    background: #fff;
    color: #1b3738;
}
.close-btns {
    position: absolute;
    top: -4px;
    right: 7px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.agenda-section {
    padding: 2rem 0 3rem 0;
}
.txt-heading {
    font-weight: 600;
    position: relative;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 5px;
    padding: 2px 10px;
    border-radius: 2px;
    text-align: center;
    color: #a5d066;
}
.txt-heading::before {
    content: "[ ";
    color: #1b3738;
    font-weight: 700;
}
.txt-heading::after {
    content: "] ";
    color: #1b3738;
    font-weight: 700;
}
.agenda-section h2 {
    font-size: 48px;
    font-weight: 600;
}
.agenda-section .nav-tabs {
    text-align: center;
    margin: auto;
    display: block;
    border-bottom: 0;
    margin-bottom: 30px;
}
.agenda-section .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
}
.agenda-section .nav-tabs a {
    border: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 8px 100px;
    margin-top: 20px;
}
.agenda-section .nav-tabs a.active {
    background-color: #1b3738;
    color: #fff;
}
.present-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: solid 2px #1b3738;
    transition: all 1s cubic-bezier(0.6, 0.03, 0.28, 0.98);
    outline: none;
    padding: 15px 0;
}
.w-100px {
    width: 100px;
}
.agenda-times {
    text-align: center;
}
.agenda-times span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: #000;
    line-height: 1;
}
.agenda-speaker .speakers-name {
    font-size: 22px;
    font-weight: 600;
}
.agenda-speaker .speakers-company {
    font-size: 18px;
    font-weight: 600;
}
.agenda-speaker .speaker-title {
    font-size: 17px;
}
.agenda-titles h3 {
    font-size: 24px;
}
#agenda {
    position: relative;
    overflow: hidden;
}
#agenda .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
#agenda .popup-overlay.blurred::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
}
#agenda .popup-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.2);
    z-index: 8;
    width: 500px;
    border-radius: 10px;
}
#agenda .popup-form h4 {
    font-weight: 700;
}
.agend-btn {
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    color: #1b3738;
    background-color: #a5d066;
    margin: 5px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgb(106 27 154 / 0.2);
}
button.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.8;
}
button.loading::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-top: 2px solid #fff0;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    transform: translateY(-50%);
}
.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 45px 30px;
    box-shadow: 0 8px 25px rgb(27 55 56 / 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #a5d066 0%, #1b3738 100%);
}
.contact-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(165 208 102 / 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.contact-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgb(27 55 56 / 0.18);
}
.contact-category {
    color: #1b3738;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    padding: 10px 14px;
    background: rgb(165 208 102 / 0.1);
    border-radius: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    max-width: fit-content;
}
.contact-title {
    color: #1b3738;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 8px;
    line-height: 1.2;
}
.contact-subtitle {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
}
.contact-card .divider {
    width: 50px;
    height: 3px;
    background: #a5d066;
    margin-bottom: 15px;
    border-radius: 2px;
}
.contact-detail {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.contact-detail:last-child {
    margin-bottom: 0;
}
.detail-label {
    color: #1b3738;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    display: block;
    opacity: 0.7;
}
.detail-value {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}
.detail-value a {
    color: #1b3738;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.detail-value a:hover {
    color: #a5d066;
}
.text-blinks {
    animation: txtBlinks 4s infinite ease;
}
@keyframes txtBlinks {
    0%,
    100% {
        color: #fff;
    }
    30% {
        color: #a5d066;
    }
}
@media (max-width: 1451px) {
    .navbar-nav .nav-link {
        font-size: 18px;
    }
}
@media (max-width: 1399px) {
    .contact-card {
        padding: 40px 20px;
    }
    .action-btn {
        padding: 15px 20px;
    }
    .agenda-times span {
        font-size: 16px;
    }
    .venue-card h4 {
        font-size: 20px;
    }
    .venue-card p {
        font-size: 14px;
    }
    .green-card h5 {
        font-size: 16px;
    }
    .green-card p {
        font-size: 14px;
    }
    .card-text {
        font-size: 0.97rem;
    }
    .card-heading {
        font-size: 1.5rem;
    }
    .feature-card {
        height: 350px;
    }
    .header-logo {
        width: 175px;
    }
    .navbar-nav .nav-link {
        font-size: 14px;
    }
    .text-section h1 {
        font-size: 3rem;
    }
    .top-left-circle {
        top: -56px;
        right: 15px;
    }
    .flip-card {
        width: 250px;
        height: 250px;
    }
    .footer-menu ul li {
        font-size: 17px;
    }
    .social-icon {
        flex-wrap: wrap;
    }
}
@media (max-width: 1199px) {
    .contact-card {
        padding: 25px;
    }
    .action-card h3 {
        font-size: 29px;
    }
    .agenda-times span {
        font-size: 20px;
        line-height: normal;
    }
    .agenda-times {
        text-align: start;
    }
    .promo-card h5 {
        font-size: 16px;
    }
    .promo-card p {
        font-size: 12px;
    }
    .slogan {
        font-size: 2rem;
    }
    .footer-widget-social {
        flex-wrap: wrap;
    }
    .footer-widget-social {
        gap: 15px !important;
    }
    .promo-corner {
        width: 90px;
    }
    .stat-label {
        font-size: 14px;
    }
    .stat-number {
        font-size: 2.5rem;
    }
    .main-heading {
        font-size: 3rem;
    }
    .footer .footer-widget-social {
        flex-wrap: wrap;
    }
    .header-logo {
        width: 161px;
    }
    .testimonial p.h2 {
        font-size: 100px;
    }
    .testimonial-heading br {
        display: none;
    }
    .top-left-circle {
        right: 30px;
    }
    .navbar-nav .nav-link {
        font-size: 13px;
        margin-right: 0;
    }
    .text-section h1 {
        font-size: 2.8rem;
    }
    .flip-card {
        width: 270px;
        height: 270px;
    }
    .footer-menu ul li {
        font-size: 19px;
    }
}
@media (max-width: 1092px) {
    .navbar-nav .nav-link {
        font-size: 12px;
    }
}
@media (max-width: 1074px) {
    .header-logo {
        width: 140px;
    }
}
@media (max-width: 1040px) {
    .navbar-nav .nav-link {
        font-size: 11px;
    }
}
@media (max-width: 991px) {
    div#translate-btn {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 15px;
    }
    #translate-btn button {
        margin: 0;
    }
    .navbar-collapse {
        padding-top: 35px;
    }
    .footer-widget-social {
        justify-content: start;
    }
    .text-section {
        padding-top: 5rem;
    }
    #navbar {
        background: black !important;
    }
    div#translate-btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .green-card {
        margin-top: 20px;
    }
    .testimonialSlider {
        padding: 0 !important;
    }
    .header-logo {
        width: 200px;
    }
    .top-left-circle {
        right: 7px;
    }
    .navbar-nav .nav-link {
        font-size: 21px;
    }
    .navbar-collapse .register-btn {
        margin: initial;
    }
    .speakers .speaker-social {
        top: 87%;
        left: 40%;
    }
}
@media (max-width: 900px) {
    logo-slider {
        --image-size: 120px !important;
        --image-size: min(max(50px, 10vw), 100px);
    }
}
@media (min-width: 768px) {
    .agenda-time {
        text-align: center;
        padding: 0;
    }
    .time-detail {
        padding: 0.5rem;
    }
    .agenda-detail h4 {
        font-size: 1.3em;
    }
}
@media (max-width: 767px) {
    .speaker-heading {
        flex-direction: column;
        align-items: center;
    }
    .hero-section {
        padding: 150px 0 100px;
    }
    .contact-card {
        padding: 35px;
    }
    .contact-title {
        font-size: 22px;
    }
    .popup-overlays {
        display: none !important;
    }
    .spk-img,
    .spk-content {
        margin-bottom: 10px;
    }
    .spk-img .spk-img-wrap {
        height: auto;
    }
    .promo-corner {
        display: none;
    }
    .promo-card h5 {
        font-size: 20px;
    }
    .promo-card p {
        font-size: 14px;
    }
    .main-title {
        font-size: 2.8rem;
    }
    .stats-counter {
        width: 33%;
    }
    .accordions-box.active .accordions-content {
        top: inherit;
        bottom: 100%;
    }
    .accordions-wrap {
        flex-direction: column;
        height: auto;
    }
    .accordions-box {
        flex-grow: unset !important;
        height: 80px;
        overflow: hidden;
        transition: height 0.4s ease;
    }
    .accordions-box.active {
        height: 400px;
    }
    .accordions-box .boxes-image {
        position: relative;
        height: 100%;
    }
    .accordions-box .accordions-content {
        position: relative;
        opacity: 1;
        padding-top: 10px;
        background: rgb(0 0 0 / 0.6);
    }
    .green-card {
        margin-top: 0;
        padding: 70px 30px 30px !important;
    }
    .promo-corner {
        width: 64px;
        height: 64px;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .form-wrappers {
        display: none;
    }
    .enquire-btn {
        display: block;
    }
    .footer-widget-social {
        justify-content: start;
        flex-wrap: wrap;
    }
    .speakers .speaker-social {
        top: 89%;
        left: 45%;
    }
    .speaker-info {
        align-items: center;
        text-align: center;
    }
    #speakerRow {
        display: none;
    }
    #speakerSlider {
        display: block;
    }
    .flip-card {
        width: 245px;
        height: 245px;
    }
    .top-left-circle {
        top: -44px;
        right: 30px;
    }
    .navbar-toggler {
        background-color: #d7ceee;
        color: #fff;
    }
    .ticket-wrap .position-relative {
        margin-bottom: 45px;
    }
    .green-card {
        border-radius: 20px 20px 0 0;
    }
    .image-card img {
        border-radius: 0 0 20px 20px;
        height: 250px;
    }
    .hero-bg {
        height: auto;
    }
    .pricing-column {
        width: 100%;
        margin: 10px auto;
    }
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
    .main-heading {
        font-size: 2.5rem;
    }
    .subheading {
        font-size: 1.4rem;
    }
    .stat-number {
        font-size: 2.5rem;
    }
    .hero-image img {
        height: 300px;
    }
    .testimonialSlider {
        padding: 0 0 50px;
    }
    .main-title {
        font-size: 2.5rem;
    }
    .feature-card {
        height: auto;
        margin-bottom: 20px;
    }
    .ticket-heading h1 {
        font-size: 2.5rem;
    }
    .discount-badge {
        font-size: 1rem;
        padding: 12px 30px;
    }
    .content-card,
    .action-card {
        margin-bottom: 30px;
    }
    .community-title {
        font-size: 35px;
    }
    .community-subtitle {
        font-size: 13px;
    }
    .slogan {
        font-size: 25px;
    }
    .community-section {
        padding: 3rem 0;
    }
    .why-title {
        font-size: 2rem;
    }
    .why-subtitle {
        font-size: 1rem;
    }
    .play-btn {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
    }
    .video-wrap {
        aspect-ratio: 16 / 10;
    }
    .community-title {
        font-size: 27px;
    }
    .community-subtitle {
        font-size: 13px;
    }
}
@media (max-width: 575px) {
    .text-section {
        padding-top: 10px;
    }
    .hero-section::before {
        background: #1b3738e0;
    }
    .bg-video {
        display: none;
    }
    #agenda .popup-form {
        width: 90%;
    }
    .floating-question {
        display: none;
    }
    .supporters-wrap .supporter {
        width: 50%;
    }
    .left-stick {
        display: none;
    }
    .hero-bg p {
        font-size: 13px;
    }
    .testimonial .testimonialSlide p {
        font-size: 14px;
    }
    .testimonial-heading {
        font-size: 26px;
    }
    .widths {
        width: 100%;
    }
    #attends h2 {
        font-size: 23px;
    }
    #attends p {
        font-size: 16px;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-0 {
        order: 0;
    }
    .sponsor-wrap.row > * {
        width: 50%;
    }
    .speaker-info {
        align-items: center;
        text-align: center;
    }
    .speakers .speaker-social {
        top: 91%;
        left: 45%;
    }
    .spk-img {
        justify-content: left;
        margin-bottom: 10px;
    }
    .flip-card {
        width: 238px;
        height: 238px;
    }
}
@media (max-width: 509px) {
    .flip-card {
        width: 210px;
    }
}
@media (max-width: 493px) {
    .main-title {
        font-size: 2.5rem;
    }
}
@media (max-width: 480px) {
    .why-title {
        font-size: 1.5rem;
    }
    .why-subtitle {
        font-size: 0.95rem;
    }
    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
}
@media (max-width: 478px) {
    .agenda-section h2 {
        font-size: 38px;
    }
    h2 {
        font-size: 29px;
    }
    .text-section h1 {
        font-size: 35px;
    }
    .text-section .h2 {
        font-size: 18px;
    }
}
@media (max-width: 472px) {
    .slogan {
        font-size: 21px;
    }
}
@media (max-width: 457px) {
    .flip-card {
        width: 100%;
        height: 255px;
    }
    #gallery .container {
        padding: 0;
    }
}
@media (max-width: 447px) {
    .main-title {
        font-size: 2rem;
    }
    .slogan {
        font-size: 1.5rem;
    }
}
@media (max-width: 440px) {
    .main-heading {
        font-size: 40px;
    }
    .description-text {
        font-size: 16px;
    }
}
@media (max-width: 406px) {
    .speaker-heading h2 {
        font-size: 28px;
    }
    .speaker-heading h3 {
        font-size: 17px;
    }
    .text-section .h2 {
        font-size: 21px;
    }
    .text-section h1 {
        font-size: 30px;
    }
}
@media (max-width: 400px) {
    .slogan {
        font-size: 16px;
    }
}
@media (max-width: 390px) {
    .speaker-heading h3 {
        font-size: 20px;
    }
    .speaker-heading h2 {
        font-size: 25px;
    }
    h2,
    .h2 {
        font-size: 28px;
    }
    .slogan {
        font-size: 1.4rem;
    }
    .text-section h1 {
        margin-top: 45px;
        font-size: 31px;
    }
    .text-section .h2 {
        font-size: 19px;
    }
    .main-title {
        font-size: 1.8rem;
    }
    .main-heading {
        font-size: 35px;
    }
    .description-text {
        font-size: 15px;
    }
    .top-left-circle {
        right: 10px;
    }
}
@media (max-width: 372px) {
    .agenda-section h2 {
        font-size: 30px;
    }
    .stat-number {
        font-size: 2rem;
    }
    .stat-label {
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    .stats-counter {
        width: 50%;
    }
    .stat-label {
        font-size: 18px;
    }
    .top-left-strip {
        font-size: 14px;
    }
    .top-left-circle {
        padding: 7px;
    }
    .section-heading {
        padding: 5px 10px;
        word-break: break-word;
    }
    .section-heading h2 {
        font-size: 32px;
    }
}
@media (max-width: 345px) {
    h2 {
        font-size: 24px;
    }
    .main-title {
        font-size: 1.5rem;
    }
    .main-heading {
        font-size: 30px;
    }
    .text-section h1 {
        margin-top: 34px;
        font-size: 25px;
    }
    .slogan {
        font-size: 19px;
    }
    .text-section .h2 {
        font-size: 17px;
    }
    .testimonial p.h2 {
        font-size: 75px;
    }
    .testimonial-heading {
        font-size: 27px;
    }
}
@keyframes spin {
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgb(37 211 102 / 0.6);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 12px #fff0;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #fff0;
    }
}
@keyframes blink {
    0%,
    100% {
        background: linear-gradient(135deg, #dc3545, #fd7e14);
    }
    50% {
        background: #a5d066;
    }
}
@keyframes blink-background {
    0%,
    100% {
        background-color: #1b3738;
    }
    50% {
        background-color: #a5d066;
    }
}
@keyframes zoom-in {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
@keyframes icons {
    to {
        transform: scale(1);
    }
    from {
        transform: scale(1.1);
    }
}
@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-89%);
    }
}
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes blinks {
    0%,
    100% {
        background: linear-gradient(135deg, #dc3545, #fd7e14);
    }
    50% {
        background: #a5d066;
    }
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.swiper-nav-btns {
    display: flex;
    gap: 12px;
}

.speaker-prev,
.speaker-next {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #a5d066;
    color: #1b3738;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.speaker-prev:hover,
.speaker-next:hover {
    background-color: #1b3738;
    color: #fff;
}

.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Testimonial */
.testimonials {
  padding: 2rem 0 2rem 0;
  background: #1B3738;
}

#testimonials h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.1vw, 3.7rem);
  padding: 3rem 0 2rem 0;
  /*font-size: 40px;*/
  /*font-weight: 700;*/
}

#testimonials .accordions-wrap {
  flex-direction: row;
  margin: calc(-7px / 2);
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
  height: 450px;
  overflow: hidden;
  z-index: 1;
}

#testimonials .accordions-box {
  margin: calc(7px / 2);
  position: relative;
  transition: flex-grow 0.5s ease;
  flex-grow: 2;
}

#testimonials .accordions-box:before {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  border-radius: 60px;
  z-index: 1;
  content: "";
}

#testimonials .accordions-box .boxes-image {
  max-width: 100%;
  border: none;
  border-radius: 60px;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  transition: opacity 300ms ease;
}

#testimonials .accordions-box .accordions-content {
  justify-content: flex-end;
  position: absolute;
  align-items: start;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  border-radius: 60px;
  opacity: 0;
  z-index: 2;
  background-color: rgb(0 0 0 / 0.5);
  transition: opacity 300ms ease;
}

#testimonials .accordions-title {
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  align-self: stretch;
  color: #fff;
}

#testimonials .accordions-description {
  color: #fff;
}

#testimonials .accordions-btns {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 1.2px;
  align-self: flex-start;
  padding: 7px 15px 7px 15px;
  color: #fff;
  background-color: #49262d;
  border-radius: 0 0 0 0;
  display: inline-block;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}

#testimonials .accordions-wrap:hover .accordions-box {
  flex-grow: 1;
}

#testimonials .accordions-wrap .accordions-box:hover,
#testimonials .accordions-wrap .accordions-box.active {
  flex-grow: 4;
  z-index: 3;
}

#testimonials .accordions-box:hover .accordions-content,
#testimonials .accordions-box.active .accordions-content {
  opacity: 1;
}

#testimonials .boxes-image {
  transition: transform 0.5s ease;
}

#testimonials .accordions-box:hover .boxes-image {
  transform: scale(1);
}.enquires-wraps {
    position: fixed;
    right: -83px;
    top: 50%;
    transform: translateY(-115%) rotate(-90deg);
    z-index: 1000;
    transition: right 0.5s ease, opacity 0.4s ease;
}
.enquire-now-btn.btn-registers {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    background: #a5d066;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    box-shadow: 0 4px 15px rgb(26 143 216 / .2);
    width: 230px;
    text-align: center;
    justify-content: center;
    animation: blinks 3s infinite ease;
}
@keyframes blinks {
    0%, 100% {
        background: linear-gradient(135deg, #dc3545, #fd7e14);
    }
    50% {
        background: #a5d066;
        color: #1b3738;
    }
}
.enquire-popup {
    position: fixed;
    right: -320px;
    top: 50%;
    transform: translateY(-50%);
    width: 175px;
    height: 225px;
    background: #fff;
    border-radius: 18px 0 0 18px;
    box-shadow: 0 15px 40px rgb(0 0 0 / .25);
    transition: right .5s ease;
    z-index: 1001;
}
.enquire-popup .popup-header {
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    padding: 0 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.enquire-popup .popup-close {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #0B1A2F;
}
.enquire-popup .enquire-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.enquire-popup .enquire-list li {
    border-bottom: 1px solid #f0f0f0;
}
.enquire-popup .enquire-list li a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #0B1A2F;
    font-size: 14px;
}
.enquire-popup .enquire-list li a::before {
    content: "›";
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
.enquire-list li:hover {
    background-color: #f9f9f9;
}
.enquire-popup .enquire-list li a:hover, 
.enquire-popup .enquire-list li a:hover::before {
    color: #1b3738;
    padding-left: 6px;
}

.enquires-wraps.is-hidden {
    right: -260px;
    opacity: 0;
    pointer-events: none;
}
.enquire-popup.active {
    right: 0;
}
@media (max-width: 575px){
    .enquire-now-btn.btn-registers {
        padding: 10px;
        width: 210px;
        font-size: 18px;
    }
    .enquire-popup {
        width: 150px;
    }
} .gallery-collage-wrap {
        position: relative;
        margin: 2.5rem auto 0;
        min-height: 320px;
        }
.gallery-card {
  position: absolute;
  border-radius: 26px;
  isolation: isolate;
  background-color: #f4f4f4;
  background-image: var(--gallery-img, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
/*.gallery-card::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));*/
/*  z-index: 2;*/
/*  pointer-events: none;*/
/*}*/
.gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: var(--gallery-next, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.gallery-card.is-fading::after {
  opacity: 1;
}
.gallery-card-lg {
  inset: 0;
  left: 20%;
  max-width: 520px;
  height: 100%;
}
.gallery-card-md {
  width: 360px;
  height: 260px;
  right: 0;
  top: 10%;
}
.gallery-card-sm {
  width: 280px;
  height: 200px;
  right: 13%;
  bottom: -5%;
  transform: translateX(-50%);
}

.gallery-card-xs {
  width: 280px;
  height: 200px;
  left: 2%;
  top: 14%;
  transform: rotate(0);
}

#gallery .section-title {
    text-align: start;
    margin-bottom: 10px;
} 

@media (max-width: 991.98px) {
  .gallery-collage-wrap {
    max-width: 100%;
    min-height: 0;
    display: flex;
    gap: 1.3rem;
  }
  .gallery-card,
  .gallery-card-lg,
  .gallery-card-md,
  .gallery-card-sm,
  .gallery-card-xs {
    position: relative;
    inset: auto;
    width: 100%;
    height: 220px;
    transform: none;
  }
}
@media (max-width: 767.98px) {
    .gallery-card, .gallery-card-lg, .gallery-card-md,
    .gallery-card-sm, .gallery-card-xs{
        height: 350px;
    }
  .gallery-collage-wrap{flex-direction: column;}
  .themes-scroll-track {
    height: max-content;
    min-height: max-content;
  }
  .themes-scroll-sticky {
      height: 100%;
  }
  #themes {
      overflow: hidden;
  }
}