/*
 * ExpoBeton RDC - Custom CSS Override for Edition 12 Template
 * Applies ExpoBeton visual identity over the base template
 * Colors: Red #c22439, Yellow #fdbd1b, Blue #3da8e0, Dark Blue #112bb5
 * Fonts: Archivo (body + headings)
 * Design: Square edges, colored dividers, glass-morphism
 */

/* ============================================
   1. FONTS & BASE TYPOGRAPHY
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Archivo', sans-serif !important;
    font-size: 15px;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Archivo', sans-serif !important;
    color: #112bb5;
}

p {
    font-family: 'Archivo', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

a {
    color: #112bb5;
}

a:hover {
    color: #c22439;
}

/* ============================================
   2. GLOBAL SQUARE-EDGE DESIGN
   ============================================ */
*,
.btn,
.pricing-box,
.single-team,
.booking-form,
.single-post,
.nav-tabs .nav-link,
.event-list-content,
.footer-widget,
input,
select,
textarea {
    border-radius: 0 !important;
}

/* ============================================
   3. BUTTONS
   ============================================ */
.btn {
    background: #fdbd1b !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #c22439 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(194, 36, 57, 0.3);
}

.btn i {
    margin-right: 8px;
}

.btn-secondary,
.btn.btn-outline {
    background: transparent !important;
    border: 2px solid #3da8e0 !important;
    color: #3da8e0 !important;
}

.btn-secondary:hover,
.btn.btn-outline:hover {
    background: #3da8e0 !important;
    color: #fff !important;
}

/* ============================================
   4. HEADER & NAVIGATION
   ============================================ */
.header-area {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
}

.header-white-bar .second-menu {
    margin-bottom: 0 !important;
    padding: 10px 2px;
    background: #fff;
}

.second-menu .main-menu ul li {
    margin-left: 20px !important;
}

#header-sticky {
    background: #fff;
}

#header-sticky.sticky-menu {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

#header-sticky.sticky-menu .second-menu {
    margin-bottom: 0 !important;
}

.logo a {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.logo img {
    max-height: 45px;
    width: auto;
    max-width: 160px;
}

/* Edition 12 Badge */
.edition-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c22439;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 800;
    width: 28px;
    height: 28px;
    margin-left: 6px;
    position: relative;
    top: -2px;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(194, 36, 57, 0.5);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 12px 4px rgba(194, 36, 57, 0.3);
    }
}

.main-menu ul li a {
    font-family: 'Archivo', sans-serif !important;
    color: #333 !important;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.main-menu ul li a:hover,
.main-menu ul li.active a {
    color: #c22439 !important;
}

.header-btn .btn,
.second-header-btn .btn {
    background: #fdbd1b !important;
    color: #000 !important;
    font-size: 12px;
    padding: 8px 16px;
    white-space: nowrap;
}

.header-btn .btn:hover,
.second-header-btn .btn:hover {
    background: #c22439 !important;
    color: #fff !important;
}

/* Edition Badge - in header section above */

/* ============================================
   5. HERO / SLIDER SECTION
   ============================================ */
.slider-area {
    position: relative;
    overflow: hidden;
}

/* Reduce banner vertical height - override the 1000px min-height */
.slider-bg.second-slider-bg.slider-bg3 {
    min-height: 680px !important;
    max-height: 720px;
}

/* Tighten slider content vertical spacing */
.slider-content.second-slider-content {
    padding-top: 60px;
    padding-bottom: 40px;
}

.slider-content.second-slider-content ul {
    margin-bottom: 10px !important;
}

.slider-bg3 .second-slider-content h2 {
    margin-top: 0;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.conterdown {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

.slider-btn.mt-30 {
    margin-top: 20px !important;
}

/* Local Video Background */
.video-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.video-bg-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    filter: contrast(1.08) saturate(1.15) brightness(1.03);
    -webkit-filter: contrast(1.08) saturate(1.15) brightness(1.03);
}

.video-bg-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: none;
}

.video-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 43, 181, 0.65);
    z-index: 1;
}

.slider-shape,
.slider-active,
.slider-content,
.second-slider-content,
.booking-form {
    position: relative;
    z-index: 2;
}

.slider-bg,
.second-slider-bg {
    background-size: cover;
    background-position: center;
}

.slider-content h2,
.second-slider-content h2 {
    font-family: 'Archivo', sans-serif !important;
    color: #fff !important;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
}

.slider-bg3 .second-slider-content h2 {
    font-size: 32px !important;
    margin-bottom: 15px;
}

.slider-content ul li,
.second-slider-content ul li {
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-size: 17px;
}

.slider-content ul li i,
.second-slider-content ul li i {
    color: #fdbd1b;
    margin-right: 5px;
}

/* Countdown Timer */
.conterdown .timer {
    display: flex;
    gap: 12px;
}

.conterdown {
    margin-top: 20px;
}

.timer-outer {
    background: rgba(17, 43, 181, 0.85);
    backdrop-filter: blur(10px);
    padding: 22px 26px;
    text-align: center;
    border-top: none;
    border-radius: 8px;
    min-width: 100px;
    border-bottom: none;
}

.timer-outer .days,
.timer-outer .hours,
.timer-outer .minutes,
.timer-outer .seconds {
    font-family: 'Archivo', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: #fff !important;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.timer-outer .smalltext {
    font-family: 'Archivo', sans-serif;
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
    font-weight: 600;
}

.timer-outer.bdr1 { background: #c22439; }
.timer-outer.bdr2 { background: #fdbd1b; }
.timer-outer.bdr2 .days,
.timer-outer.bdr2 .hours,
.timer-outer.bdr2 .minutes,
.timer-outer.bdr2 .seconds { color: #fff !important; }
.timer-outer.bdr2 .smalltext { color: rgba(255, 255, 255, 0.95); }
.timer-outer.bdr3 { background: #3da8e0; }
.timer-outer.bdr4 { background: #112bb5; }

/* ============================================
   5B. EDITION BANNER SECTION (after slider)
   ============================================ */
.edition-banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.edition-banner-img {
    position: relative;
    width: 100%;
}

.edition-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

.edition-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
}

.edition-banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 40px 60px;
    max-width: 70%;
}

.edition-banner-text h2 {
    font-family: 'Archivo', sans-serif !important;
    font-size: 38px;
    font-weight: 900;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
}

.edition-banner-text p {
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    font-weight: 500;
}

@media (max-width: 768px) {
    .edition-banner-text {
        padding: 20px 30px;
        max-width: 90%;
    }
    .edition-banner-text h2 {
        font-size: 22px;
    }
    .edition-banner-text p {
        font-size: 14px;
    }
}

/* ============================================
   6. ABOUT SECTION
   ============================================ */
.about-area,
.about-p {
    background: #fff;
}

.about-title span,
.second-atitle span {
    color: #c22439 !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-title h2,
.second-atitle h2 {
    color: #112bb5 !important;
    font-size: 36px;
    font-weight: 800;
}

.about-title h5,
.second-atitle h5 {
    color: #333 !important;
    font-weight: 500;
}

.about-title h5 span,
.second-atitle h5 span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #fdbd1b;
    margin-right: 10px;
    vertical-align: middle;
}

.about-content p {
    color: #555;
    line-height: 1.9;
}

/* Video Popup */
.s-video-wrap {
    border-radius: 0 !important;
    overflow: hidden;
}

.popup-video i {
    background: #c22439;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    border-radius: 50% !important; /* Exception: keep play button round */
}

.popup-video i:hover {
    background: #fdbd1b;
    color: #000;
}

/* About Section Video - Image BG + Popup */
.about-video-wrap {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: visible;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.about-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.about-play-btn i {
    width: 80px;
    height: 80px;
    background: #c22439;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(194, 36, 57, 0.4);
}

.about-play-btn:hover i {
    background: #fdbd1b;
    transform: scale(1.1);
    box-shadow: 0 8px 35px rgba(253, 189, 27, 0.4);
    color: #000;
}

/* ============================================
   6B. ACTIVITIES HIGHLIGHTS SECTION (Horizontal)
   ============================================ */
.activities-highlights-section {
    background: #f8f9fa;
}

.activity-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.activity-card:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.activity-number {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-content h5 {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #112bb5;
    margin-bottom: 8px;
}

.activity-content p {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   6C. SENSIBILISATION SECTION
   ============================================ */
.sensibilisation-section {
    background: #fff;
}

.sensibilisation-section .section-title h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1a1a2e;
}

.sensibilisation-card {
    text-align: center;
    transition: all 0.3s ease;
}

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

.sensibilisation-img {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.sensibilisation-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.sensibilisation-card:hover .sensibilisation-img img {
    transform: scale(1.03);
}

.sensibilisation-info h5 {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.sensibilisation-info p {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {
    .activity-card {
        padding: 18px;
    }
    .activity-number {
        min-width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .sensibilisation-img img {
        height: 250px;
    }
}

/* ============================================
   7. SPEAKERS / TEAM SECTION
   ============================================ */
.team-area {
    background: #f8f9fa;
}

.section-title span {
    color: #c22439 !important;
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title h2 {
    color: #112bb5 !important;
}

.single-team {
    background: #fff;
    border-top: 4px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.single-team:hover {
    border-top-color: #c22439;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.single-team .team-info h5 {
    color: #112bb5;
    font-family: 'Archivo', sans-serif;
}

.single-team .team-info p {
    color: #c22439;
    font-weight: 500;
}

.single-team .team-info strong {
    color: #333;
}

.single-team .team-social a {
    color: #112bb5;
}

.single-team .team-social a:hover {
    color: #c22439;
}

.single-team .tag {
    background: #fdbd1b !important;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

/* Section background text */
.section-t h2 {
    color: #f0f4ff !important;
    -webkit-text-stroke: 1px #e0e8ff;
}

/* ============================================
   8. COUNTER SECTION
   ============================================ */
.counter-area {
    position: relative;
}

.counter-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 43, 181, 0.85);
    z-index: 1;
}

.counter-area > .container {
    position: relative;
    z-index: 2;
}

.counter-area .about-title span,
.counter-area .second-atitle span {
    color: #fdbd1b !important;
}

.counter-area .about-title h2,
.counter-area .second-atitle h2 {
    color: #fff !important;
}

.counter-area .about-title h5,
.counter-area .second-atitle h5 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.counter-area ul li {
    color: rgba(255, 255, 255, 0.9);
}

.counter-area ul li img {
    margin-right: 15px;
    width: 40px;
}

.single-counter .count {
    font-family: 'Archivo', sans-serif !important;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
}

.single-counter small {
    color: #fdbd1b;
    font-size: 30px;
}

.single-counter p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cr1, .cr2, .cr3 {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}

/* ============================================
   9. EVENT SCHEDULE TABS
   ============================================ */
.nav-tabs {
    border: none !important;
}

.nav-tabs .nav-link {
    background: #f8f9fa !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    padding: 20px 25px !important;
    transition: all 0.3s;
}

.nav-tabs .nav-link:hover {
    border-bottom-color: #3da8e0 !important;
}

.nav-tabs .nav-link.active {
    background: #112bb5 !important;
    border-bottom-color: #fdbd1b !important;
}

.nav-tabs .nav-link .nav-content strong {
    font-family: 'Archivo', sans-serif;
    color: #112bb5;
    font-size: 16px;
}

.nav-tabs .nav-link .nav-content span {
    color: #666;
    font-size: 13px;
}

.nav-tabs .nav-link.active .nav-content strong,
.nav-tabs .nav-link.active .nav-content span {
    color: #fff !important;
}

.nav-tabs .nav-link .drk-icon {
    display: inline-block;
}

.nav-tabs .nav-link .lgt-icon {
    display: none;
}

.nav-tabs .nav-link.active .drk-icon {
    display: none;
}

.nav-tabs .nav-link.active .lgt-icon {
    display: inline-block;
}

/* Event list content */
.event-list-content {
    padding: 30px;
    background: #fff;
    border-left: 5px solid #3da8e0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
    transition: all 0.3s;
}

.event-list-content:hover {
    border-left-color: #c22439;
    transform: translateX(5px);
}

.event-list-content h2 {
    font-size: 22px;
    color: #112bb5;
    margin-bottom: 10px;
}

.event-list-content ul li {
    color: #666;
    font-size: 14px;
}

.event-list-content ul li i {
    color: #c22439;
    margin-right: 5px;
}

.event-list-content .crical {
    background: #fdbd1b !important;
    color: #000;
}

.user .title h5 {
    color: #112bb5;
    font-size: 14px;
}

.user .title p {
    color: #c22439;
    font-size: 12px;
}

/* ============================================
   10. PRICING SECTION
   ============================================ */
.pricing-area {
    position: relative;
}

.pricing-box {
    background: #fff;
    border-top: 4px solid #3da8e0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    padding: 40px 30px;
}

.pricing-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-box.active {
    border-top-color: #c22439;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-box .tag {
    background: #c22439 !important;
    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
}

.pricing-head h4 {
    color: #112bb5 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-count h2 {
    color: #c22439 !important;
    font-size: 48px;
    font-weight: 800;
}

.price-count h2 small {
    font-size: 20px;
    color: #666;
}

.pricing-body p {
    color: #666;
}

.pricing-body strong {
    color: #333;
}

.pricing-body .bar {
    background: #eee;
    height: 6px;
    overflow: hidden;
    margin: 15px 0;
}

.pricing-body .bar span {
    background: linear-gradient(to right, #c22439, #fdbd1b);
    height: 100%;
    display: block;
}

/* ============================================
   11. SPONSORS SECTION
   ============================================ */
.sponsors {
    background: #f8f9fa;
}

.sponsors ul li {
    display: inline-block;
    margin: 15px 25px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.sponsors ul li:hover {
    opacity: 1;
}

.sponsors ul li img {
    max-height: 60px;
    filter: grayscale(100%);
    transition: filter 0.3s;
}

.sponsors ul li:hover img {
    filter: grayscale(0%);
}

/* ============================================
   12. BLOG / NEWS SECTION
   ============================================ */
.single-post {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s;
}

.single-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.single-post .blog-content {
    padding: 25px;
    border-top: 3px solid transparent;
    transition: border-color 0.3s;
}

.single-post:hover .blog-content {
    border-top-color: #c22439;
}

.single-post .blog-content h4 a {
    color: #112bb5;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
}

.single-post .blog-content h4 a:hover {
    color: #c22439;
}

.single-post .b-meta ul li {
    color: #666;
    font-size: 13px;
}

.single-post .b-meta ul li i {
    color: #c22439;
    margin-right: 5px;
}

.single-post.active {
    border: none;
    box-shadow: 0 10px 30px rgba(17, 43, 181, 0.15);
}

.single-post.active .blog-content {
    border-top-color: #fdbd1b;
}

/* ============================================
   13. FOOTER
   ============================================ */
.footer-bg {
    background: #0d1b3e !important;
}

.footer-widget .logo img {
    max-height: 60px;
}

.footer-text p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 15px;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto 20px;
}

.footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    margin: 0 5px;
    transition: all 0.3s;
}

.footer-social a:hover {
    background: #c22439;
    transform: translateY(-3px);
}

.copyright-wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
}

.copyright-text .footer-link ul li a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px;
    margin: 0 12px;
    transition: color 0.3s;
}

.copyright-text .footer-link ul li a:hover {
    color: #fdbd1b !important;
}

/* ============================================
   14. MISCELLANEOUS
   ============================================ */

/* Circal decorations */
.circal1, .circal2, .circal3, .circal4 {
    background: rgba(17, 43, 181, 0.05) !important;
}

/* Scrollup button */
#scrollUp {
    background: #c22439 !important;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
}

#scrollUp:hover {
    background: #112bb5 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slider-content h2,
    .second-slider-content h2 {
        font-size: 18px;
    }

    .booking-form {
        margin-top: 30px;
    }

    .timer-outer {
        padding: 12px 14px;
        min-width: 65px;
    }

    .timer-outer .days,
    .timer-outer .hours,
    .timer-outer .minutes,
    .timer-outer .seconds {
        font-size: 28px;
    }

    .pricing-box {
        margin-bottom: 30px;
    }

    .about-video-wrap {
        min-height: 250px;
        margin-top: 30px;
    }

    .video-bg-wrapper iframe,
    .video-bg-wrapper video {
        width: 200vw;
        height: 200vh;
    }

    .main-menu ul li a {
        font-size: 11px !important;
    }

    .second-menu .main-menu ul li {
        margin-left: 12px !important;
    }
}

@media (max-width: 576px) {
    .conterdown .timer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider-content h2,
    .second-slider-content h2 {
        font-size: 16px;
    }

    .about-video-wrap {
        min-height: 200px;
    }

    .about-play-btn i {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

/* ============================================
   15. BOOKING FORM (Slider sidebar)
   ============================================ */
.booking-form {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.booking-form h2 {
    font-family: 'Archivo', sans-serif !important;
    color: #112bb5 !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.booking-form .form-outer {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
}

.booking-form .form-outer .icon {
    padding: 12px 15px;
    color: #112bb5;
    border-right: 1px solid #e0e0e0;
}

.booking-form .form-outer input,
.booking-form .form-outer select {
    border: none !important;
    background: transparent;
    padding: 12px 15px;
    width: 100%;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
}

.booking-form .form-outer input::placeholder {
    color: #999;
}

.booking-form .form-outer select {
    appearance: none;
    -webkit-appearance: none;
}

.booking-form .btn {
    width: 100%;
    margin-top: 10px;
}

/* Text outline decoration */
.text-outline span {
    font-family: 'Archivo', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #e0e8ff;
    opacity: 0.5;
    display: block;
    line-height: 1;
}

/* ============================================
   16. AMBASSADOR POPUP FORM
   ============================================ */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.popup-content {
    background: #fff;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 40px 30px;
}

.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
    line-height: 1;
    z-index: 10;
}

.close-popup:hover {
    color: #c22439;
}

.amb-form header {
    font-family: 'Archivo', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #112bb5;
    margin-bottom: 25px;
    text-align: center;
}

.amb-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.amb-form input[type="text"],
.amb-form input[type="email"],
.amb-form input[type="tel"],
.amb-form select,
.amb-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.3s;
}

.amb-form input:focus,
.amb-form select:focus,
.amb-form textarea:focus {
    border-color: #112bb5;
}

.amb-form label {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.amb-form textarea {
    min-height: 100px;
    resize: vertical;
}

.amb-form .gender-radio-group,
.amb-form .experience-radio-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.amb-form .gender-radio-item,
.amb-form .experience-radio-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.amb-form .gender-radio-label,
.amb-form .experience-radio-label {
    font-weight: 400;
    margin-bottom: 0;
    cursor: pointer;
}

.amb-form input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #fdbd1b;
    color: #000;
    border: none;
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s;
}

.amb-form input[type="submit"]:hover {
    background: #c22439;
    color: #fff;
}

/* ============================================
   17. AMBASSADOR SECTION CONTENT
   ============================================ */
.ambassador-content p {
    color: #555;
    line-height: 1.8;
    font-size: 15px;
}

/* Think Tank Icons Grid */
.think-tank-grid {
    border: 1px solid #eee;
    padding: 20px;
    background: #fff;
}

.think-tank-item {
    padding: 15px 10px;
}

.think-tank-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 12px;
}

.think-tank-item h6 {
    font-family: 'Archivo', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

/* ============================================
   18. FOOTER WITH BACKGROUND
   ============================================ */
.footer-bg {
    background-color: #1a1a2e;
    border-bottom: none !important;
}

.footer-bg::before {
    display: none !important;
}

.footer-widget .logo img {
    max-height: 80px;
    width: auto;
}

.footer-text p,
.footer-contact p,
.copyright-text p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.footer-contact p {
    font-size: 15px;
    margin-bottom: 8px;
}

.footer-contact p i {
    color: #fdbd1b;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.footer-link ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    transition: all 0.3s;
}

.footer-link ul li a:hover {
    color: #fdbd1b !important;
    padding-left: 5px;
}

.footer-social a {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    transition: all 0.3s;
}

.footer-social a:hover {
    color: #fdbd1b !important;
    border-color: #fdbd1b;
    background: rgba(253, 189, 27, 0.1);
}

/* ============================================
   MULTI-STEP REGISTRATION FORM OVERRIDES
   Ensure form uses Archivo font consistently
   ============================================ */
.clients-section-two h2#heading,
.clients-section-two .fs-title,
.clients-section-two h2,
.clients-section-two h3,
.clients-section-two h4 {
    font-family: 'Archivo', sans-serif !important;
}

/* Ensure Archivo for form section headings */
#pricing.clients-section-two h2,
#pricing.clients-section-two h3,
#pricing.clients-section-two h4,
#pricing.clients-section-two h5 {
    font-family: 'Archivo', sans-serif !important;
    color: inherit;
}

/* Ensure form card has proper styling with edition 12 design */
.clients-section-two .card {
    border-radius: 0 !important;
}

.clients-section-two #msform fieldset {
    border-radius: 0 !important;
}

.clients-section-two .action-button {
    border-radius: 0 !important;
}

.clients-section-two .action-button-previous {
    border-radius: 0 !important;
}

.clients-section-two .radio-group label {
    border-radius: 0 !important;
}

.clients-section-two .file-upload-area {
    border-radius: 0 !important;
}

.clients-section-two .progress {
    border-radius: 0 !important;
}

.clients-section-two .progress-bar {
    border-radius: 0 !important;
}

/* Mobile overrides - keep square corners on all viewports */
@media (max-width: 768px) {
    .clients-section-two .card,
    .clients-section-two #msform fieldset,
    .clients-section-two .action-button,
    .clients-section-two .action-button-previous,
    .clients-section-two .radio-group label,
    .clients-section-two .file-upload-area,
    .clients-section-two .form-navigation {
        border-radius: 0 !important;
    }
}
