@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100, "YTLC"500;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
}

@font-face {
    font-family: MYRIADPRO-REGULAR;
    src: url(../font/myriad-pro/MYRIADPRO-REGULAR.OTF);
}

@font-face {
    font-family: MyriadPro-Light;
    src: url(../font/myriad-pro/MyriadPro-Light.otf);
}

@font-face {
    font-family: MYRIADPRO-BOLD;
    src: url(../font/myriad-pro/MYRIADPRO-BOLD.OTF);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Arial", sans-serif;
}

body {
    background-color: #ffffff;
}

/* navigation css started here */
.site-header {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 100px;
}

.navbar {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    color: #334155;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
}

.nav-links li a:hover {
    color: #000;
}

.nav-btn {
    background-color: #e3722c;
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
}

.mobile-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar {
        display: none;
        flex-direction: column;
        gap: 20px;
        background: #fff;
        padding: 20px;
        position: absolute;
        top: 60px;
        right: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
    }

    .navbar.active {
        display: flex;
    }

    .mobile-toggle {
        display: block;
    }

    .logo img {
        height: 56px;
    }

    .nav-links {
        flex-direction: column;
    }
}

/* hero section css started here */
.hero {
    position: relative;
    width: 100%;
    /* min-height: 100vh; */
    background-image: url("../images/page-items/banner-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2rem; */
    padding-bottom: 50px;
}

.container {
    margin: 0 auto;
    padding: 0 20px;
}

.video-container video {
    width: 100%;
}

h1 {
    font-family: MyriadPro-Light;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    /* max-width: 700px; */
    line-height: 1;
    text-align: left;
    font-weight: 300;
    color: #000;
}

/* h1 span { font-weight: 500; } */
.tagline {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 0rem;
    /* max-width: 700px; */
    line-height: 1.6;
    /* margin: auto; */
    text-align: left;
    font-family: MyriadPro-Light;
}

/* .divider { height: 2px; background-color: rgba(255, 255, 255, 0.3); margin: 2rem 0; width: 100%; } */
.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    justify-content: left !important;
}

.btn {
    padding: 14px 30px !important;
    border-radius: 30px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
    font-family: "Nunito Sans", sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: left !important;
}

/*
Primary button (enabled) */
.btn-primary {
    background-color: #e3722c !important;
    color: #ffffff !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: #f3f4f6;
    color: #0f172a;
}

/* Secondary button (disabled/ghost) */
.btn-secondary {
    background-color: #ffffff;
    color: #cbd5e1;
    pointer-events: none;
    opacity: 0.6;
    border: none;
}

.btn span {
    margin-left: 8px;
    font-size: 1.2rem;
}

/* Responsive */
@media (max-width: 768px) {
    .btn {
        width: fit-content;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
        display: block !important;
    }
}

.events {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.event {
    margin-bottom: 1rem;
    width: calc(33.33% - 2rem);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.event-image {
    width: 100%;
    /* height: 180px; */
    object-fit: cover;
    display: block;
}

.event-content {
    /* background: rgba(255, 255, 255, 0.1); border: 1px solid
rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
    color: #000;
    padding: 1.5rem;
}

.event-city {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0.5rem;
}

.event-date {
    font-size: 1rem;
    opacity: 0.9;
    font-family: "Nunito Sans", sans-serif;
}

.background-devider {
    width: 100%;
    /* position: absolute; bottom: 80px; z-index: -1000; */
}

@media (max-width: 900px) {
    .event {
        width: calc(50% - 1rem);
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .tagline {
        font-size: 1rem;
    }

    .events {
        flex-direction: column;
        gap: 1.5rem;
    }

    .event {
        width: 100%;
    }

    .btn {
        /* padding: 10px
20px; */
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.8rem !important;
    }

    .hero {
        padding: 1.5rem;
    }

    .event-image {
        height: 150px;
    }

    .event-content {
        padding: 1rem;
    }

    .event-city {
        font-size: 1.1rem;
    }
}

/* about us
section started here */
.about-section {
    margin: 0 auto;
    padding: 80px 20px;
    background-color: oklch(98.463% 0.00181 249.248 / 0.123);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
}

.about-section::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #00000042;
    z-index: -1;
}

.section-title {
    font-size: 3rem !important;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
    color: #101828;
    font-family: "Nunito Sans", sans-serif;
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.benefit-icon-container {
    background-color: #309a8b;
    border-radius: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    margin-bottom: 26px !important;
}

.benefit-icon-container svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.benefit-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e74c3c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.benefits {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.benefit {
    flex: 1;
    min-width: 300px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.benefit-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
    text-align: center;
}

.benefit-description {
    font-size: 1rem;
    text-align: center;
    line-height: 1.625;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
}

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

    .description {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .benefit-title {
        font-size: 1rem;
    }

    .benefit {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .benefit:last-child {
        margin-bottom: 0;
    }

    .benefits {
        gap: 4px;
    }
}

/* theme section css started here */
.themes-section {
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #ffffff;
}

.themes {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: stretch;
}

.theme {
    flex: 1 1 calc(33.333% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background-color: #fbf9fa;
    border-radius: 8px;
    transition: transform 0.3s ease;
    min-height: 300px;
    box-sizing: border-box;
}

.theme-icon-container {
    border-radius: 16px;
    width: 50px;
    height: 50px;
    display: flex;
    margin-bottom: 26px !important;
}

.theme-icon-container svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.theme {
    flex: 1;
    /* min-width: 300px; */
    padding: 30px;
    background-color: #fbf9fa;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.theme:hover {
    transform: translateY(-5px);
}

.theme-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 15px;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
}

.theme-description {
    font-size: 1rem;
    line-height: 1.625;
    color: #4a5565;
    text-align: left;
    font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
    .themes {
        gap: 10px;
    }

    .theme {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }

    .theme:last-child {
        margin-bottom: 0;
    }

    .theme-heading {
        font-size: 1.1rem;
    }

    .theme-description {
        font-size: 0.95rem;
    }
}

/* three strategic market css started here */
/* Markets Section CSS */
.markets-section {
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #fbf9fa;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #4a5565;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Nunito Sans", sans-serif;
}

.market-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.market-card {
    flex: 1 1 calc(33.333% - 20px);
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.market-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.city-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #101828;
    margin-bottom: 20px;
    font-family: "Nunito Sans", sans-serif;
}

.market-stats {
    margin-bottom: 20px;
}

.stat-category {
    margin-bottom: 20px;
}

.stat-category:last-child {
    margin-bottom: 0;
}

.stat-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 15px;
    font-family: "Nunito Sans", sans-serif;
}

.stat-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-family: "Nunito Sans", sans-serif;
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-label {
    font-size: 0.95rem;
    color: #4a5565;
}

.stat-value {
    font-size: 0.95rem;
    font-weight: 500;
    color: #101828;
    text-align: right;
}

.positive {
    color: #00c951;
}

.key-insight {
    padding: 16px;
    border-radius: 20px;
    width: 92%;
    margin: auto;
}

.key-insight p {
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 0;
}

.key-insight strong {
    color: #101828;
}

@media (max-width: 992px) {
    .market-card {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .market-cards {
        gap: 20px;
    }

    .market-card {
        flex: 1 1 100%;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .section-subtitle {
        font-size: 1rem;
    }
}

/* attendees section css started
here */
.attendees-section {
    padding: 100px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

/*
.attendees-section::after { content: ""; background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; */
/* } */
.attendees-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 60px;
    color: #ffffff !important;
    font-family: "Nunito Sans", sans-serif;
}

.attendee-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.attendee-card {
    flex: 1 1 calc(18.33% - 30px);
    min-width: 210px;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: #85482c57;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
}

.attendee-card:hover {
    transform: translateY(-5px);
}

/* .attendee-icon { background-color: #e3722c; border-radius: 16px; width: 50px; height: 50px; display:
flex; margin: auto; margin-bottom: 26px !important; transition: transform 0.3s ease; } .attendee-icon i { display: flex; align-items: center; justify-content: center; margin: auto; color: #ffffff; } */
.attendee-card:hover .attendee-icon {
    background-color: #ffffff;
}

.attendee-card:hover .attendee-icon i {
    color: #e3722c;
}

.attendee-heading {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
}

.attendee-desc {
    font-size: 0.9rem;
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 991px) {
    .attendee-card {
        flex: 1 1 100%;
    }

    .attendees-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}

/* ct section css
started here */
.cta-section {
    background-color: #0c1323;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}

.cta-title {
    font-size: 3rem !important;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
}

.cta-subtitle {
    font-size: 1.2rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    font-family: "Nunito Sans", sans-serif;
}

.cta-section .cta-buttons {
    display: flex;
    justify-content: center !important;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: "Nunito Sans", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-btn-primary {
    background-color: #e3722c;
    color: #ffffff;
}

.cta-btn-primary:hover {
    background-color: #f3f4f6;
    color: #0f172a;
}

.cta-btn-secondary {
    background-color: #ffffff;
    color: #cbd5e1;
    pointer-events: none;
    opacity: 0.6;
}

.cta-btn span {
    margin-left: 8px;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 2rem !important;
    }

    .cta-subtitle {
        font-size: 1rem;
    }

    .cta-btn {
        width: 100%;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

/* footer css started here */
.summit-footer {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

.footer-logo {
    max-width: 100px;
    margin-bottom: 15px;
}

.footer-title {
    font-size: 1rem;
    font-weight: 300;
    color: #4a5565;
    margin-bottom: 5px;
    font-family: "Nunito Sans", sans-serif;
}

.footer-subtitle {
    font-size: 0.8rem;
    color: #99a1af;
    margin-bottom: 30px;
    font-family: "Nunito Sans", sans-serif;
}

.contact-details p {
    margin: 5px 0;
    font-size: 1rem;
    color: #475569;
    font-family: "Nunito Sans", sans-serif;
}

.contact-details a {
    color: #0f172a;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
}

.contact-details a:hover {
    text-decoration: underline;
}

.social-media-links {
    margin-top: 20px;
}

.social-media-links a {
    display: inline-block;
    margin: 0 8px;
    font-size: 1.2rem;
    color: #475569;
    transition: color 0.3s;
}

.social-media-links a:hover {
    color: #0f172a;
}

/* form code
css started from here */
.contact-form-section {
    background-color: #f8fafc;
    padding: 80px 0;
}

.form-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #101828;
    font-family: "Nunito Sans", sans-serif;
}

.form-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin-top: 10px;
    font-family: "Nunito Sans", sans-serif;
}

.wpcf7 form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.form-control {
    width: 100%;
    padding: 14px 18px !important;
    font-size: 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(200, 200, 200, 0.3);
    backdrop-filter: blur(12px);
    color: #1e1e1e;
    transition: 0.3s ease;
    font-family: "Nunito Sans", sans-serif;
    height: 50px;
    border-radius: 8px !important;
}

#wpcf7-f7-o1 p {
    margin-bottom: 10px;
}

#wpcf7-f7-o1 p label {
    margin-bottom: 0px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 15px;
    font-family: "Nunito Sans", sans-serif;
}

/* Placeholder style */
.form-control::placeholder {
    color: #999;
}

/* Responsive form layout */
/* .row { display: flex; flex-wrap: wrap; gap: 15px; } */
.col-md-6 {
    flex: 0 0 calc(50% - 15px);
}

.col-md-3 {
    flex: 0 0 calc(25% - 15px);
}

.col-12 {
    flex: 0 0 100%;
}

@media (max-width: 768px) {

    .col-md-6,
    .col-md-3 {
        flex: 0 0 100%;
    }
}

/* CTA button styling */
.cta-btn {
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: "Nunito Sans", sans-serif;
    background-color: #ffffff;
    color: #0c1323;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background-color: #f3f4f6;
}

.fbsm-section {
    width: 100%;
}

.letter-spacing {
    letter-spacing: 0.3rem;
}

.fbsm-heading {
    font-size: 2rem;
    font-family: MyriadPro-Light;
    font-weight: 400;
    color: #dbae44;
    text-align: end;
}

.fbsm-subheading {
    font-family: MyriadPro-Light;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.lead-tagline {
    font-family: MyriadPro-Light;
    font-size: 18px;
    color: #dbae44;
    margin-bottom: 10px;
    text-align: center;
}

.fbsm-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 0;
    width: fit-content;
    color: #dbae44 !important;
    margin: auto;
    margin: auto;
    display: block !important;
    text-align: center;
}

@media (max-width: 767px) {

    .fbsm-section .col-md-3,
    .fbsm-section .col-md-9 {
        text-align: center !important;
        padding: 2rem;
    }

    .fbsm-club-img {
        width: 125px;
        margin-bottom: 35px;
    }
}

.fbsm-club-img {
    width: 200px;
}

.conference-agenda {
    margin: 0 auto;
    padding: 80px 0px;
    background-color: #f9f9f9;
}

.agenda-container {
    display: flex;
    align-items: center;
}

.agenda-time {
    text-align: left;
    font-weight: bold;
    padding: 20px;
}

.agenda-date {
    font-size: 1.2rem;
    color: #ffffff;
    background: #e3722c;
    padding: 6px 12px 6px 12px;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    font-family: "Nunito Sans", sans-serif;
}

.agenda-timing {
    font-size: 1.1rem;
    color: #ffffff;
    margin-left: 12px;
    background: #e3722c;
    padding: 6px 12px 6px 12px;
    border-style: none;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
}

.agenda-details {
    background: #fff;
    padding: 20px;
    border-left: 4px solid;
    border-image: linear-gradient(180deg, #e3722c 0%, #ffffff 100%);
    border-image-slice: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 15px;
}

.agenda-session {
    grid-template-columns: 60% 40%;
    gap: 10px;
    align-items: flex-start;
    margin-top: 10px;
}

.agenda-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 13px;
}

.agenda-speaker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #f9f9f9;
    overflow: hidden;
    text-align: left;
    padding: 8px;
    text-decoration: none;
}

.agenda-speaker img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 5px;
}

.speaker-details {
    font-size: 0.75rem;
    line-height: 1.2;
}

.agenda-speaker {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 8px;
}

.speaker-name {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: -3px;
    text-transform: capitalize;

    font-family: "Nunito Sans", sans-serif;
}

.agenda-type {
    font-size: 1rem;
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;

    font-family: "Nunito Sans", sans-serif;
}

.agenda-title {
    text-align: left;
}

.agenda-day {
    position: absolute;
    right: 0;
    background: #e3722c;
    height: 100%;
    top: 0;
    padding: 13px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    color: white;
    border-radius: 5px 0 0 5px;
    text-transform: uppercase;

    font-family: "Nunito Sans", sans-serif;
}

.agenda-title {
    text-transform: capitalize;
    color: var(--black);
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 20px;

    font-family: "Nunito Sans", sans-serif;
}

.agenda-day h3 {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
    height: 100%;
    font-weight: 800;

    font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
    .agenda-date {
        display: none;
    }

    .agenda-day {
        position: unset;
        width: fit-content;
        padding: 10px;
        font-size: 16px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e3722c;
        color: white;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .agenda-day h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .agenda-type::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin: 10px 0;
    }

    .agenda-session {
        grid-template-columns: 100%;
        margin-top: 15px;
    }

    .agenda-title {
        font-size: 19px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .agenda-speaker {
        font-size: 0.9rem;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

@media (max-width: 991px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
        width: 100%;
        padding: 4px 10px;
    }

    .agenda-timing {
        margin-left: 0px;
        width: 100%;
    }
}

.filter-btn {
    color: var(--black);
    background: #e66a40;
    padding: 20px;
    border-left: 4px solid;
    border-image: #e66a40;
    border-image-slice: 1;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 15px;
    padding: 10px 20px;
    margin: 5px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease-in-out;
}

.filter-btn:hover {
    color: #ffffff;
    background-color: #e66a40;
}

.filter-btn.active {
    color: #ffffff;
    background-color: #d35430;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .col-lg-12.text-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-btn {
        font-size: 0.9rem;
        padding: 8px 15px;
    }
}

.agenda-item {
    justify-content: center;
}

.body-class {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.speaker-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: radial-gradient(transparent, rgb(0 174 232), #0a4364);
    background-color: #00bef5;
    width: 100%;
    max-width: 100%;
    height: 400px;
    border: 1px solid black;
    cursor: pointer;
    transition: 1s;
    transform-origin: bottom;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.speaker-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.speaker-info {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--e-global-color-secondary, rgba(0, 0, 0, 0.8)) 66%);
    padding: 15px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.speaker-card .speaker-name {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
}

.speaker-company,
.speaker-designation {
    font-size: 0.8em;
    margin: 5px 0 0;
    font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 768px) {
    .speaker-card {
        max-width: 100%;
        height: 350px;
    }
}

/* Speaker Section */
.speaker-section {
    padding: 200px 0 50px;
    background: linear-gradient(0deg, #b9bbba -6.19%, #bcbebd -4.46%, #d1d2d2 12.38%, #e0e1e0 30.96%, #e9e9e9 52.64%, #ececec 84.47%, #f2f2f2 135.87%);
    border-radius: 10px;
}

.back-link {
    margin-bottom: 15px;
}

.back-link a {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--black);
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.back-link a i {
    margin-right: 10px;
    font-size: 0.8rem;
    transition: transform 0.3s ease-in-out;
}

.back-link a:hover {
    color: #0056b3;
}

.back-link a:hover i {
    transform: translateX(-5px);
}

.speaker-header .speaker-name {
    font-size: 3rem;
    font-weight: 500;
    color: var(--black);
    text-transform: capitalize;
    margin-bottom: 8px;
}

.speaker-header .speaker-company {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
    margin-top: 17px;
}

.speaker-bio {
    margin-top: 24px;
}

.speaker-bio p {
    font-size: 16px;
    color: var(--black);
    line-height: 1.8;
}

.speaker-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.speaker-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    height: 400px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.speaker-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.speaker-card:hover img {
    transform: scale(1.1);
}

.speaker-linkedin {
    margin: 10px 0;
}

.speaker-linkedin a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e3722c;
    border-radius: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.speaker-linkedin svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
    transition: fill 0.3s ease-in-out;
}

.speaker-linkedin a:hover {
    background: #000000;
    animation: bounce 0.4s ease-in-out;
}

.agenda-speaker-link {
    text-decoration: none;
    color: #101828;
}

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

    30% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}

.speaker-section .speaker-card {
    height: 600px;
}

@media (max-width: 768px) {
    .speaker-section .speaker-card {
        height: 400px;
    }
}

@media (max-width: 992px) {
    .speaker-details {
        padding-right: 0;
    }

    .speaker-card {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .sm-reverse {
        flex-direction: column-reverse;
    }

    .speaker-card {
        height: 380px;
    }

    .speaker-header {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .speaker-header .speaker-name {
        font-size: 24px;
    }

    .agenda-speaker-link {
        width: 100%;
    }

    .agenda-container {
        flex-wrap: wrap;
        width: 100%;
    }
}

.vertical-text {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.tab-content {
    display: none;
}

.agenda-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-content.active {
    display: block;
}

.tab-btn {
    padding: 12px 23px 16px 23px !important;
    margin: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #d1d1d1;
    overflow: hidden;
    text-align: left;
    padding: 8px;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: "Nunito Sans", sans-serif;
}

.tab-btn.active {
    color: #ffffff;
    background: #e3722c;
}


.agenda-title {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
}

/* Only if there is a description */
.agenda-title.has-desc::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 45px;
}
@media screen and (max-width:768px){
    .agenda-title.has-desc::after {
        right: -6px;
        font-size: 30px;
    }
}

.agenda-title.has-desc.active::after {
    content: "–";
}


.event-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    display: inline-block;
    /* text-align: center; */
    margin-top: 20px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.event-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.event-city {
    background: #2f9e91;
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 1px;
    font-family: "Nunito Sans", sans-serif;
}

.event-details {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.event-date {
    font-weight: 700;
    color: #000;
}

.event-venue {
    color: #555;
}

.dot-separator {
    margin: 0 6px;
    font-weight: bold;
    color: #999;
}

.highlight {
    color: #c0392b;
    font-weight: 600;
}

/*Sponsor Logo Section*/
.fig-logo img {
    width: 192px;
    height: 80px;
    border-radius: 9px;
    padding: 10px;
    background-color: #fff;
    object-fit: contain;
}

/* Header lohgo */
/* .kone-logo img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.just-text{
    font-size: 12px;
    color: #000;
    text-decoration: none !important;
    border: 0;
    font-weight: 300;
    position: absolute;
    top: -25px;
}
.gap-7r{
    gap: 7rem !important;

}
@media screen and (max-width: 1024px){
    .gap-7r{
        gap: 1rem !important;
    }
   .kone-logo img{
    width: 100px;
   }
} */
.Section-title h2 {
    font-size: 18px;
}

/* Konelogo */
.kone-logo {
    width: 230px;
    height: auto;
}

.kone-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.just-text {
    font-size: 14px;

}

.cust-flex {
    margin: 20px 0;
    padding: 16px;
    background-color: #fff;
    border-radius: 8px;
    width: max-content;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.wittur-logo {
    width: 150px;
    height: 112px;
}

.wittur-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gap-7r {
    gap: 7rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #D8F2F2, #1BA6A6);
    z-index: -1;
    opacity: 0.4;

}

.event-city {
    padding: 4px 16px;
    font-size: 14px;
    margin-bottom: 3px;
}

.kone-add {
    height: 240px;
    width: 100%;
}

.kone-add img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}
.reg-page{
    position: absolute;
    top: 0px;
}
@media screen and (max-width:1024px) {
    .gap-7r {
        gap: 3rem;
    }

    .logo img {
        object-fit: contain;
    }

    .event-date {
        font-size: 14px;
    }

    .event-venue {
        font-size: 14px;
    }

    .dot-separator {
        display: none;
    }

    .event-card {
        margin-right: 16px;
    }

    .kone-logo {
        width: 180px;
        height: auto;
    }

    .wittur-logo {
        width: 120px;
        height: 90px;
    }
}

@media screen and (max-width:768px) {
    .navbar {
        top: 90px;
    }

    .kone-add img {
        object-fit: contain;

    }
}

@media screen and (min-width:1014px) and (max-width:1400px) {
    .gap-7r {
        gap: 2rem;
    }
}
@media screen and (max-width:768px){
    .gap-7r{
        gap: 1rem !important;
    }
    .logo a{
        display: block;
        width: 120px;
        height: 80px;
    }
    .logo a img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .event-date {
        font-size: 10px;
    }

    .event-venue {
        font-size: 10px;
    }
    .event-city{
        font-size: 10px;
        padding: 2px 10px;
    }
    .event-card{
        padding: 8px;
        margin-right: 8px;
    }
    .kone-logo {
        width: 120px;
        height: auto;
    }
    .mobile-toggle{
        flex-shrink: 0;
    }
}
.reg-page-scroll{
    max-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* Overlay Style */
#cf7-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

/* Popup Style */
#cf7-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #222;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
   max-width: 350px;
    min-height: 549px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}


#cf7-popup-wrapper{
    position: relative;
}

#cf7-popup #cf7-popup-close{
    top: -35px;
    right: -12px;
    padding: 0;
}

.visitor-details-main-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
}

.thank-you-message{
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 40px;
   font-family: "Nunito Sans", sans-serif;
    margin-bottom: 15px;
    color: #00579b;
}


.Exclusive-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

#cf7-popup {
    max-width: 350px;
    min-height: 549px;
    margin: 0 auto;
    padding: 0px;
    border: 1px solid #00579b;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-image: url("../images/logos/bg.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Overlay Style */
#cf7-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

/* Popup Style */
#cf7-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #222;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
   max-width: 350px;
    min-height: 549px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}


#cf7-popup-wrapper{
    position: relative;
}

#cf7-popup #cf7-popup-close{
    top: -35px;
    right: -12px;
    padding: 0;
}



/* Visitor Info */
.visitor-info {
    padding: 15px;
    text-align: center;
    padding-top: 100px;
}
.info-item {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 600;
   font-family: "Nunito Sans", sans-serif;
}
.name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
 font-family: "Nunito Sans", sans-serif;
}

/* Footer Note */
.footer-note {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.btn-close-custom {
    position: absolute;
    top: -60px;
    right: 145px;
    background: transparent;
    border: none;
    font-size: 2.5rem;
    color: #fff;
    z-index: 1055;
    cursor: pointer;
}


.badge-banner {
    width: 195px;
    position: absolute;
    top: 0px;
    left: 50%;
    background: #00579b;
    border-radius: 0px 0px 16px 16px;
    transform: translateX(-50%);
}

.badge-banner .title {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin: 0px;
    color: #ffffff;
}
