* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #000000;
    background-color: #ededed;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    cursor: pointer;
    font-family: inherit;
}

input,
select,
textarea {
    font-family: inherit;
    border: none;
    outline: none;
}

/* Layout components */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
}

.header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 24px;
    position: fixed;
    z-index: 999;
    top: 0;
}

.header.sticky {
    background: white;
    padding-top: 24px;
    margin-top: unset;
    padding-bottom: 24px;
}

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

.logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-text {
    width: 200px;
}

.logo-monogram {
    width: 84px;
    height: 74px;
}

.nav-menu {
    align-items: center;
    gap: 0;
}

.nav-item {
    padding: 16px;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00305e;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.register-btn {
    background-color: #8db932;
    color: #00305e;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    padding: 18px 34px;
    border-radius: 16px;
    margin-left: 8px;
    box-shadow: 0px 0px 1px #ffffff19;
    transition: all 0.3s ease;
    text-decoration: unset;
}

.register-btn:hover {
    background-color: #7ba82b;
    transform: translateY(-2px);
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 16px;
    margin-left: 8px;
    box-shadow: 0px 0px 1px #ffffff19;
}

.language-selector img {
    width: 12px !important;
    height: auto !important;
}

.language-text {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #00305e;
    text-decoration: none;
}

.hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    color: #00305e;
    cursor: pointer;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 120vh;
    min-height: 600px;
    background-image: url('../images/hero-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
    margin-bottom: 15px;
}

/* Foreground overlay layer */
.hero-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

/* Countdown */
.countdown-section {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.countdown-timer {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.countdown-item span:first-child {
    font-size: 45px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}

.countdown-item span:last-of-type {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.countdown-separator {
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #ffffff;
    margin-top: 12px;
}

/* Title & Subtitle */
.hero-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: -30px 12px 40px #00000099;
    margin-top: 24px;
    justify-content: space-between;
}

.hero-title-impact,
.hero-title-audit {
    font-size: 90px;
    font-family: 'Poppins', serif;
    font-weight: 900;
    line-height: 1;
}

.hero-title-audit {
    z-index: 3;
}

.hero-subtitle {
    font-size: 22px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

/* Footer */
.hero-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding-bottom: 50px;
}

.hero-date,
.hero-location {
    font-size: 24px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-location {
    text-align: right;
}


/* Slider components */
.slider-container {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.slider-content {
    display: flex;
    gap: 32px;
    flex-direction: column;
}

.slider-item {
    flex-shrink: 0;
    width: 286px;
    height: 142px;
}

.sponsor-section .slider-item,
.partner-section .slider-item {
    opacity: 30%;
   
}

.sponsor-section .slider-item.slick-center,
.partner-section .slider-item.slick-center {
    opacity: 100%;
}

.sponsor-section .slick-dots,
.partner-section .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 4px;
}

.sponsor-section li,
.partner-section li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #c6c6c6;
    list-style-type: none;
}

.sponsor-section li.slick-active,
.partner-section li.slick-active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #8db932;
}

.slick-initialized .slick-slide {
    height: 130px;
    object-fit: contain;
}

/* Stats section */
.stats-section {
    margin-top: 40px;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.stat-icon {
    width: 60px;
    height: 60px;
}

.stat-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #00305e;
}

/* Event section */
.event-section {
    margin-top: 80px;
    padding: 120px 0;
    background-color: #ffffff;
    border-radius: 80px;
    position: relative;
}

.event-container {
    display: flex;
    flex-direction: column;
    gap: 76px;
}

.event-header {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.event-title-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 850px;
}

.event-title {
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 48px;
    color: #00305e;
}

.event-subtitle {
    font-size: 50px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    line-height: 80px;
    color: #00305e;
}

.event-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.event-quote-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #00305e;
    border-radius: 60px;
    padding: 116px 56px;
    margin-bottom: 48px;
}

.event-quote {
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    color: #8db932;
}

.event-description {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
}

.event-about-section {
    background-color: #f5f5f5;
    border-radius: 60px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.event-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 60px 60px 0 0;
}

.about-content {
    padding: 0 56px 56px 56px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-title {
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
}

.about-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

/* Speakers section */
.speakers-section {
    margin-top: 40px;
}

.speakers-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.speakers-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.speakers-title-section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.speakers-title {
    font-size: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 73px;
    text-transform: uppercase;
    color: #00305e;
}

.speakers-subtitle {
    font-size: 50px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #00305e;
    margin-top: -15px;
}

.speakers-info {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center !important;
}

.speakers-description {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 19px;
    color: #00305e;
    text-align: right;
    max-width: 450px;
}

.speakers-description .highlight {
    color: #8db932;
}

.download-agenda-btn {
    background-color: #8db932;
    color: #00305e;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0px 0px 1px #ffffff19;
    transition: all 0.3s ease;
	text-decoration: none;
}

.speakers-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.speaker-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* background-color: #dedee0; */
    border-radius: 24px;
    overflow: hidden;
}

.speaker-image-container {
    position: relative;
    width: 100%;
    height: 286px;
    background: white;
}

.speaker-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.speaker-arrow-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background-color: #f4f4f4;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.speaker-arrow-btn:hover {
    background-color: #8db932;
}

.speaker-country-badge {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    background-color: #00305e;
    padding: 6px 24px;
    border-radius: 0 0 16px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag {
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.country-name {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 17px;
    color: #ffffff;
}

.speaker-info {
    padding: 0 12px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.speaker-name {
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.speaker-details {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
}

/* Partners section */
.partners-section {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 80px 0;
}

.partners-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.partners-title {
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 48px;
    color: #00305e;
    margin-left: 100px;
}

/* Registration section */
.registration-section {
    padding: 0 56px;
    margin-top: 40px;
}

.registration-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.registration-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 800px;
}

.registration-title-section {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.registration-title {
    font-size: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 73px;
    text-transform: uppercase;
    color: #00305e;
}

.registration-subtitle {
    font-size: 50px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    line-height: 1;
    color: #00305e;
    margin-top: -15px;
}

.registration-description {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 19px;
    color: #00305e;
    text-align: right;
    margin-bottom: 6px;
}

.registration-form-container {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.booking-tabs {
    display: flex;
    background-color: #ffffff4c;
    border: 1px solid #ffffff;
    border-radius: 16px;
    box-shadow: 0px 4px 100px #888888ff;
    overflow: hidden;
}

.booking-tab {
    flex: 1;
    padding: 16px 34px;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.booking-tab.active {
    background-color: #8db932;
    color: #00305e;
    border-radius: 16px;
}

.booking-tab:not(.active) {
    background-color: transparent;
    color: #121216;
}

.form-section {
    display: none;
    flex-direction: column;
    gap: 16px;
}

.form-section.active-form {
    display: flex;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.form-row .form-group {
    width: 50%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-field {
    position: relative;
    width: 100%;
}

.form-input,
.form-select {
    width: 100%;
    padding: 28px 24px 14px;
    font-size: 19px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('../images/img_arrow_down.svg') no-repeat right 18px center;
    background-size: 14px;
    padding-right: 48px;
    cursor: pointer;
}


.form-input:focus,
.form-select:focus {
    border-color: #8db932;
    box-shadow: 0 0 0 2px rgba(141, 185, 50, 0.2);
}

.form-input::placeholder,
.form-select option:first-child {
    color: #bfbebe;
}

.floating-label {
    position: absolute;
    top: 10px;
    left: 18px;
    background-color: #ffffff;
    padding: 0 8px;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 17px;
    color: #000000;
}

.required {
    color: #fd5646;
    font-weight: 900;
}

.phone-input-container {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    padding: 16px;
}

.phone-input-container .floating-label {
    left: 104px;
}

.country-code {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
    min-width: 80px;
}

.country-code-label {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 17px;
    color: #bfbebe;
}

.country-code-value {
    font-size: 19px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

.phone-number-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 19px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    width: 100%;
    margin-top: 15px;
}

.phone-number-input::placeholder {
    color: #bfbebe;
}

.form-divider {
    width: 100%;
    height: 1px;
    background-color: #00000019;
    margin: 0;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.checkbox-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #B5B7BE;
    border-radius: 6px;
    flex-shrink: 0;
    margin-top: 2px;
    transition: all 0.2s ease;
    position: relative;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 3px;
    height: 6px;
    border: solid #fafafa;
    border-width: 0 2px 2px 0;
    opacity: 0;
    transform: rotate(45deg);
    transition: opacity 0.2s ease;
}

.checkbox-input:checked+.custom-checkbox {
    border-color: #00305E;
    background-color: #00305E;
}

.checkbox-input:checked+.custom-checkbox::after {
    opacity: 1;
}


.checkbox-label {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    color: #000000;
    margin-bottom: -4px;
}

.checkbox-label.check {
    color: #00305e;
}

.privacy-link {
    color: #8db932;
    text-decoration: none;
}

.enroll-btn {
    background-color: #8db932;
    color: #00305e;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    padding: 18px 34px;
    border-radius: 16px;
    box-shadow: 0px 0px 1px #ffffff19;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.enroll-btn:hover {
    background-color: #7ba82b;
    transform: translateY(-2px);
}

.enroll-btn[disabled] {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

/* Location section */
.location-section {
    width: 100%;
    overflow-x: auto;
    margin-top: 80px;
}

.location-container {
    position: relative;
    width: 100%;
}

.location-content {
    background-color: #ffffff;
    border-radius: 40px 40px 0 0;
    padding: 60px 0;
    margin-bottom: 60px;
}

.location-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.location-title {
    font-size: 40px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 48px;
    color: #00305e;
}

.location-address {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 19px;
    color: #00305e;
    text-align: right;
    max-width: 200px;
}

.location-address .map-link {
    color: #8db932;
    text-decoration: none;
}

.map-container {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

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

/* Footer section */
.footer-section {
    background-color: #1c1d1f;
    border-radius: 80px 80px 0 0;
    position: relative;
    padding: 120px 0 36px 0;
    margin-top: -146px;
}

.footer-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 22px;
	z-index: 4;
	position: relative;
}

.footer-cta {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: flex-end;
    margin-bottom: 120px;
}

.footer-cta-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.footer-main-text {
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    color: #8db932;
    text-align: right;
    max-width: 700px;
}

.footer-sub-text {
    font-size: 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
    color: #ffffffcc;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #ffffff19;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-logo-text {
    width: 110px;
    height: 48px;
}

.footer-logo-monogram {
    width: 74px;
    height: 64px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.footer-contact-text {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #ffffff;
}

.footer-contact-email {
    color: #8db932;
}

.footer-copyright {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 17px;
    color: #8c8c8c;
}

/* Interactive states */
.nav-item:hover,
.register-btn:hover,
.download-agenda-btn:hover,
.enroll-btn:hover {
    transform: translateY(-2px);
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.form-input:focus,
.form-select:focus {
    transform: translateY(-2px);
}

/* ---------------------- */
/* SPEAKER MODAL STYLES */
/* ---------------------- */

.speaker-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.speaker-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.speaker-modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    min-height: 600px;
    background: #fff;
    border-radius: 16px;
    padding: 80px 60px;
    z-index: 10;
    display: flex;
    flex-direction: row;
    gap: 40px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
    animation: fadeInUp 0.4s ease forwards;
    background-image: url('../images/Monogram.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.speaker-modal-image {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speaker-modal-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 346px;
    max-height: 346px;
    object-position: top;
}

.speaker-modal-body {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}

.speaker-modal-name {
    font-size: 40px;
    font-weight: 300;
    color: #00305E;
    margin: 0;
}

.speaker-modal-designation {
    font-size: 24px;
    font-weight: 700;
    color: #00305E;
    margin: 0 0 30px;
}

.speaker-modal-detail {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    max-height: 375px;
    overflow-y: auto;
}

.speaker-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    transition: color 0.2s ease;
}

.speaker-modal-close:hover {
    color: #000;
}

[dir="rtl"] body {
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .container {
    direction: rtl;
}

[dir="rtl"] .nav-menu {
    flex-direction: row-reverse;
}

[dir="rtl"] .register-btn {
    margin-left: 0;
    margin-right: 15px;
}

[dir="rtl"] .footer-section,
[dir="rtl"] .hero-section {
    text-align: right;
}

[dir="rtl"] .speaker-modal-content {
    direction: rtl;
    flex-direction: row-reverse;
    text-align: right;
}

[dir="rtl"] .speaker-modal-close {
    left: 20px;
    right: auto;
}

[dir="rtl"] .speaker-modal-image img {
    left: 0;
    right: unset;
}

[dir="rtl"] .floating-label {
    right: 18px;
    left: 0;
}

[dir="rtl"] .form-select {
    background: #fff url('../images/img_arrow_down.svg') no-repeat left 18px center;
}

[dir="rtl"] .phone-number-input {
    direction: rtl;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 18px !important;
}

.phone-input-container .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 7px !important;
}

.moderators-section {
    background-color: #E2E2E2;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: 'Inter', 'Basic Sans', sans-serif;
    border-radius: 80px 80px 0 0;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.moderators-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.header-titles {
    display: flex;
    flex-direction: column;
}

.header-event {
    font-weight: 900;
    font-size: 60px;
    line-height: 1;
    color: #00305E;
    text-transform: uppercase;
    margin: 0;
}

.header-mod {
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    color: #00305E;
    margin: 0;
}

.header-desc {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #00305E;
    max-width: 422px;
    text-align: right;
    margin-bottom: 15px;
}

.moderators-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 32px;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.mod-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.card-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 286/300;
    border-radius: 24px;
    overflow: hidden;
    background-color: #DEDEE0;
}

.mod-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.card-arrow {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    background-color: #F4F4F4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.2s ease;
}

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


.card-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background-color: #00305E;
    display: flex;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
    gap: 8px;
}

.flag-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.flag-kuwait {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #007A3D 33%, #FFFFFF 33%, #FFFFFF 66%, #CE1126 66%);
}

.flag-kuwait::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: black;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.country-name {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.mod-name {
    font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    padding-left: 12px;
}

@media (max-width: 1200px) {
    .moderators-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .header-desc {
        text-align: left;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .header .container {
        position: relative;
    }

    [dir="rtl"] .header-left {
        left: 15px !important;
        right: unset !important;
    }

    [dir="rtl"] .register-btn {
        margin-right: 0;
    }

    [dir="rtl"] .nav-menu {
        flex-direction: column;
    }

    .header-left {
        display: none;
        position: absolute;
        flex-direction: column;
        right: 15px;
        top: 60px;
        background: white;
        padding: 15px;
        border-radius: 15px;
    }

    .nav-menu {
        display: flex;
        flex-direction: column;
    }

    .header-left > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .header-left .register-btn {
        margin-left: 0;
    }

    .speaker-modal-content {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        min-height: auto;
    }

    .speaker-modal-image {
        width: 100%;
        order: -1;
        display: none;
    }

    .speaker-modal-body {
        gap: 10px;
        flex-wrap: wrap;
    }

    .registration-section {
        padding: 0 24px;
    }

    .form-row .form-group {
        width: 100%;
    }

    [dir="rtl"] .floating-label {
        right: 18px;
        left: 0;
    }

    [dir="rtl"] .form-select {
        background: #fff url('../images/img_arrow_down.svg') no-repeat left 18px center;
    }

    [dir="rtl"] .phone-number-input {
        direction: rtl;
    }

    .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 18px !important;
    }

    .phone-input-container .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 7px !important;
    }

}


/* Responsive media queries */
@media (min-width: 640px) {
    .container {
        padding: 0 24px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .speakers-grid, .moderators-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row {
        flex-direction: row;
    }

    .hero-title {
        font-size: 80px;
    }

    .audit-text {
        font-size: 80px;
    }
}

@media (min-width: 768px) {
    .container {
        padding: 0 32px;
    }

    .hamburger {
        display: none;
    }

    .nav-menu {
        display: flex;
    }

    .hero-title {
        font-size: 100px;
    }

    .audit-text {
        font-size: 100px;
    }

    .event-content {
        flex-direction: row;
        gap: 48px;
    }

    .event-quote-section {
        flex: 1;
        margin-bottom: 0;
    }

    .event-about-section {
        flex: 1;
    }

    .speakers-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .speakers-info {
        align-items: flex-end;
    }

    .registration-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}


@media (min-width: 1024px) {
    .hero-title {
        font-size: 114px;
    }

    .audit-text {
        font-size: 114px;
    }

    .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .speakers-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .moderators-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .hero-images {
        display: block;
    }

    .event-subtitle {
        font-size: 80px;
    }

    .speakers-subtitle {
        font-size: 80px;
    }

    .registration-subtitle {
        font-size: 80px;
    }
}

@media (min-width: 1280px) {
    .container {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: 100vh !important;
        min-height: unset;
    }

    .hero-section .hero-overlay {
        background-image: none;
        background-position: 100% 100%;
        background-size: auto 680px;
        backdrop-filter: blur(2px);
    }

    .hero-title-impact,
    .hero-title-audit {
        font-size: 60px;
    }

    .hero-title {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }

    .hero-content {
        gap: 100px;
    }

    .countdown-timer {
        justify-content: center;
    }

    .hero-footer {
        /* flex-direction: column; */
        gap: 16px;
        text-align: center;
    }

    .hero-date,
    .hero-location {
        font-size: 18px;
    }

    .speakers-header {
        text-align: center;
    }


    .speaker-image {
        object-position: top;
    }

    .speakers-info {
        align-items: flex-end !important;
        flex-direction: column;
        gap: 10px;
    }

    .speakers-description {
        text-align: center;
    }

    .registration-header {
        text-align: center;
    }

    .registration-description {
        text-align: center;
    }
}


/* Select2 base reset to match form fields */
.select2-container--default .select2-selection--single.ievent-select2 {
    width: 100%;
    padding: 28px 24px 14px;
    font-size: 19px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 16px;
    box-shadow: none;
    height: auto;
}

.select2-container--default .select2-selection--single.ievent-select2 .select2-selection__rendered {
    padding-left: 0;
    padding-right: 32px;
}

.select2-container--default .select2-selection--single.ievent-select2 .select2-selection__arrow {
    height: 100%;
    right: 18px;
}

/* Hover / focus border similar to inputs */
.select2-container--default .select2-selection--single.ievent-select2:focus {
    outline: none;
}

/* Dropdown font */
.select2-container--default .select2-results__option {
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
}

/* ISD inside phone container */
.phone-input-container .select2-container {
    min-width: 80px;
}

.phone-input-container .select2-selection--single.ievent-select2-isd {
    padding: 0;
    border: none;
    background-color: transparent;
    height: 100%;
}

.phone-input-container .select2-selection--single.ievent-select2-isd .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
}

.select2-container--default .select2-selection--single.ievent-select2 .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single.ievent-select2 .select2-selection__arrow {
    background-image: url("../images/img_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center;
}


.stat-icon {
    background: #8db932;
    border: 5px solid white;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 15px;
}

@media (min-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.speaker-card {
     transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.objectives-section {
  color: #093366;
  background: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
 
.objectives-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 25px;
  border-bottom: 3px solid #093366;
  display: inline-block;
  padding-bottom: 5px;
}
.objectives-list {
  list-style-type: disc;
  padding-left: 20px;
}
.objectives-list li {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .objectives-section {
    margin: 30px 20px;
    padding: 20px;
  }
}

.objectives-section {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.objectives-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.objective-header {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
h3.objectives-title {
  border-bottom: 3px solid #8db932;
  color: #8db932;
}
.sponcer-title {color: #00305E;
text-transform: uppercase;
    line-height: normal;font-size: 18px;}
@media(max-width:769px){
	   
	.partners-title{
		    margin-left: 15px;
	}
	.hero-section{border-radius:0 !important}
	    .hero-title-impact, .hero-title-audit {
        font-size: 36px !important;
    }
	.hero-footer{margin-top: 50px;}
  .objective-header {
    display: block;
    flex-direction: row;
    gap: 30px;
}
  .objectives-section {
    width: unset;
    display: flex;
    flex-direction: column;
    gap: 0;
}
}
.d-none{
display:none;
}
h3.conference-title {
    margin-top:20px;
    color:white
}
.hero-title {
    margin-top: 6px;
}
.speaker-modal-detail {
        text-align: justify;
}
img.sponcer-icon {
    height:150px;
    width:150px;
    border-radius:15px
}
.stat-item.sponcer-item {
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.form-section .form-messages.error {
    color:red;
}
span.sponsor-tier {
    color: #8db932;
}
.event-section:before{
	content: '';
    width: 398px;
    height: 598px;
    background-image: url(/wp-content/uploads/2025/11/Monogram.png);
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
	max-width: 100%;
}
.footer-section:after{
	content: '';
    width: 581px;
    height: 530px;
    background-image: url(/wp-content/uploads/2025/11/footer-after.png);
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    background-size: 581px 530px;
	max-width: 100%;
	z-index:2;
}
.footer-section:before{
	content: '';
    width: 461px;
    height: 414px;
    background-image: url(/wp-content/uploads/2025/11/Vector-Cuadros.png);
    display: block;
    position: absolute;
    left: 0;
    top: 30px;
	max-width: 100%;
}
.event-section{overflow: hidden;}
.event-container{z-index: 1;
    position: relative;}
.hero-subtitle {
        border-bottom: 1px solid #ffffff66;
        padding-bottom: 15px;
    }
.stat-item.sponcer-item {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
}
.sponcer-section {border-top: 2px solid #0000005e;
    padding-top: 25px;}
@media (min-width: 768px) {
	 .stats-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
	.event-container {gap: 30px;}
	.event-quote-section {width:50%;flex: auto !important;}
	.event-about-section {
        flex: auto !important;
        width: 50%;
    }
	.event-content{gap: 40px !important;}
	.objectives-section {border-radius:60px}
    .hero-section {
        min-height: 100vh !important;
        height: auto;
    }
 
    .hero-content {
        min-height: 100vh !important;
    }
 
    
}

.stat-text {
  font-family: 'Nunito Sans', sans-serif;
  color: #00305e;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -5%;
  text-align: center;
  vertical-align: middle;
}

.stat-item .stats-num{
    font-family: 'Poppins';
    font-weight: 900;
    font-style: Black;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 80px;
    letter-spacing: -5%;
    vertical-align: middle;
    color: #00305E;
}
 .pricing-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 30px 0;
  flex-wrap: wrap;
}

.price-card {
  width: 260px;
  border-radius: 20px;
  background: white;
  border: 2px solid #1e3c68; /* default for blue boxes */
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}

.price-card .price-header {
  font-size: 14px;
  padding: 12px 5px;
  color: white;
  font-weight: 600;
}

.price-card .price-value {
  font-size: 28px;
  color: #003366;
  font-weight: 600;
}

.price-card .price-value span {
  font-weight: 800;
  font-size: 32px;
}

.price-card p {
  font-size: 14px;
  color: #003366;
  font-weight: 700;
}

/* Green Early Registration box */
.price-card.early {
  border-color: #8dc63f;
}

.price-card.early .price-header {
  background: #8dc63f;
}

/* Blue Members box */
.price-card.member .price-header {
  background: #0c2f58;
}

/* Blue Non-Members box */
.price-card.nonmember .price-header {
  background: #0c2f58;
}
 @media (min-width: 768px) {
    .stats-grid.stats-section-grid  {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
img.sponcer-icon {
    
    object-fit: contain;
}
 
 .objectives-list li strong {
    text-transform: uppercase;
}

.hero-overlay {
    background-image: linear-gradient(to bottom right, #ffffff00, #000000ba);
}


[dir="rtl"] h3.conference-title {
    font-size: 24px;
}

[dir="rtl"] .language-selector {
    margin-right: 8px;
    margin-left: unset;
}