
/* Modern Homepage Redesign */

/* Global Enhancements */
body {
    color: #333;
    line-height: 1.6;
    padding-top: 85px; /* Desktop Header Height */
}

section {
    position: relative;
}

.section-padding {
    padding: 80px 0;
}

.bg-light-gray {
    background-color: #f9fafb;
}

.text-primary {
    color: #25658e !important;
}

.footer-dark {
    background-color: #020617;
}

.footer-dark .small-text {
    color: #9ca3af;
}

.footer-dark .quick-links-list a {
    color: #e5e7eb;
    text-decoration: none;
}

.footer-dark .quick-links-list a:hover {
    color: #f97316;
}

.footer-divider {
    border-top: 1px solid rgba(148, 163, 184, 0.4);
}

.social-icon img {
    width: 32px;
    height: 32px;
}

/* Modern Hero Section */
/* .hero-section {
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
} */

.hero-overlay {
    /* background: linear-gradient(135deg, rgba(2, 6, 23, 0.85), rgb(87 88 88 / 80%)); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-content .hero-subtext {
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.9;
    margin-bottom: 30px;
}

.hero-buttons {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.btn-modern {
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-modern-primary {
    background-color: #fff;
    color: #0f172a;
    border: 2px solid #fff;
}

.btn-modern-primary:hover {
    background-color: transparent;
    color: #f8fafc;
}

.btn-modern-outline {
    background-color: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-modern-outline:hover {
    background-color: #fff;
    color: #0f172a;
    border-color: #fff;
}

/* Countdown Modern */
.countdown-wrap {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 20px 30px;
    display: inline-flex;
    gap: 30px;
    margin-bottom: 30px;
}

.countdown-wrap .time-block {
    text-align: center;
}

.countdown-wrap .value {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.countdown-wrap .label {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-top: 5px;
}

.countdown-wrap .sep {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.countdown-wrap .sep .dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

/* Modern Message Section */
.message-section {
    padding: 60px 0;
    background-color: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #25658e;
    margin: 10px auto 0;
    border-radius: 2px;
}

.message-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

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

.message-card .row {
    align-items: center;
}

.message-img-col {
    position: relative;
    height: 100%;
    min-height: 320px;
}

.message-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.message-content {
    padding: 36px;
}

.message-content blockquote {
    font-size: 1.125rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 30px;
    border-left: none;
    padding: 0;
}

.author-info {
    border-left: 4px solid #25658e;
    padding-left: 20px;
}

.author-info h4 {
    color: #111827;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.author-info p {
    color: #6b7280;
    margin: 0;
    font-size: 0.95rem;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    color: #25658e;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.read-more-link i {
    margin-left: 8px;
    transition: transform 0.2s;
}

.read-more-link:hover i {
    transform: translateX(4px);
}

/* Modern Registration Section */
.registration-section {
    padding: 60px 0;
    background-color: #f8fafc;
}

.pricing-card-modern {
    background: #fff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

.pricing-stages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 30px 0;
    position: relative;
}

.pricing-stage {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    background: #f1f5f9;
    transition: all 0.3s ease;
}

.pricing-stage.active {
    background: #eff6ff;
    border: 2px solid #25658e;
    transform: scale(1.05);
}

.pricing-stage h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.pricing-stage p {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

/* Partners Section Modern */
.partners-modern {
    padding: 60px 0;
    background: #fff;
}

.partners-tabs {
    border: none;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.partners-tabs .nav-link {
    border: none;
    border-radius: 50px;
    padding: 10px 24px;
    color: #64748b;
    font-weight: 600;
    background: #f1f5f9;
    transition: all 0.2s;
    text-transform: uppercase;
}

.partners-tabs .nav-link.active {
    background: #25658e;
    color: #fff;
    box-shadow: 0 4px 12px rgba(37, 101, 142, 0.3);
}

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

.logo-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 260px; /* Fixed width for consistent alignment */
    transition: all 0.3s;
        max-width: 260px;
}

.logo-item:hover {
    border-color: #25658e;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}

.logo-item img {
    max-width: 100%;
    max-height: 120px;
    /* filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s; */
}

.logo-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.venue-section {
    padding: 60px 0;
    background-color: #f9fafb;
}

.venue-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.venue-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.venue-card p {
    color: #4b5563;
    margin-bottom: 12px;
}

.venue-details {
    padding-left: 18px;
    margin-bottom: 12px;
    color: #4b5563;
}

.venue-details li {
    margin-bottom: 6px;
}

.venue-media img {
    width: 100%;
    display: block;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.35);
}

.testimonials-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(148, 163, 184, 0.35);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-body p {
    color: #4b5563;
    margin: 0 0 16px 0;
    font-size: 0.98rem;
}

.testimonial-footer h5 {
    margin: 0;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 700;
}

.testimonial-footer .role {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 0.9rem;
}

.speakers-section {
    padding: 80px 0 100px;
    background-color: #ffffff;
}

.speakers-intro {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
    color: #4b5563;
}

.speaker-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px 26px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
    height: 100%;
}

.speaker-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.speaker-card p {
    color: #4b5563;
    margin: 0;
}

.partnership-section {
    padding: 80px 0 100px;
    background-color: #f9fafb;
}

.partnership-intro h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.partnership-intro p {
    color: #4b5563;
}

.partnership-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 16px 0 24px;
}

.partnership-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.partnership-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.partnership-card p {
    color: #4b5563;
    margin-bottom: 10px;
}

.partnership-card a {
    color: #25658e;
    font-weight: 600;
    text-decoration: none;
}

.partnership-card a:hover {
    text-decoration: underline;
}

.partnership-table-wrapper {
    margin-top: 10px;
}
.patner-video {
    padding: 60px 0 60px;
    background: radial-gradient(circle at top, #0f172a 0, #020617 55%, #000 100%);
    color: #e5e7eb;
}

.partner-video-wrapper {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.partner-video {
    display: block;
    width: 100%;
    height: auto;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .countdown-wrap {
        padding: 15px;
        gap: 15px;
        width: 100%;
        justify-content: center;
    }

    .countdown-wrap .value {
        font-size: 1.5rem;
    }

    .message-content {
        padding: 30px;
    }

    .message-img-col {
        min-height: 250px;
    }

    .pricing-stages {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

/* =========================================
   RECOVERED STYLES FOR HEADER & NAVIGATION
   ========================================= */

/* Desktop Header */
.desktop-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 85px; /* Estimated height */
    display: flex;
    align-items: center;
}

.desktop-header .container-fluid {
    padding: 0 40px;
}

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

.desktop-nav .logo img {
    height: 70px;
    width: auto;
}

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

.desktop-nav .nav > ul > li {
    position: relative;
}

.desktop-nav .nav > ul > li > a.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    transition: color 0.3s;
}

.desktop-nav .nav > ul > li > a.nav-link:hover {
    color: #25658e;
}

/* Add Arrow for Dropdown */
.desktop-nav .nav > ul > li.nav-item > a.nav-link::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 14px;
    font-weight: normal;
}

/* Mega Menu / Dropdown */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    padding: 15px 0;
    z-index: 1001;
}

.desktop-nav .nav ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
    list-style: none;
}

.mega-content ul li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

.mega-content ul li a:hover {
    color: #25658e;
    padding-left: 5px;
}

/* Mobile Header (Hidden on Desktop) */
.mobile-header {
    display: none;
}

@media (max-width: 991px) {
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        height: 70px;
    }
    .mobile-counters {
        position: fixed;
        top: 0;
        width: 100%;
        height: 50px;
        background: #25658e;
                z-index: 1;
    }
    .time-box {
    display: flex;
    flex-direction: column;
    margin: 0px 15px;
    justify-content: center;
            text-align: center;
}
.hero-section {
    margin-top: 50px;
}

.time-box span {
    color: #fff;
    font-weight: 700;
}
.time-box small {
    color: #fff;
}
.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-counters{display: block!important;}
    .mobile-header .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 100%;
    }

    .header-logo img {
        height: 70px;
    }

    .nav-btn label {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
    }

    .nav-btn label span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        border-radius: 2px;
    }

    /* Mobile Menu Drawer */
    .nav-list {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: #fff;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 999;
    }

    #nav-check {
        display: none;
    }

    #nav-check:checked ~ .nav-list {
        right: 0;
    }

    .nav-list a.button {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .accordion {
        cursor: pointer;
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        font-weight: 600;
        color: #333;
        display: block;
        text-decoration: none;
    }

    .panel {
        display: none;
        padding-left: 0px;
        padding-top: 10px;
    }
    .panel.show{display: block;}

    /* Show panel on hover for simplicity, or JS might handle click */
    .accordion:hover + .panel,
    .panel:hover {
        display: block;
    }

    /* Close button styling */
    .nav-list .list {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .nav-list .list label {
        font-size: 24px;
        color: #333;
        cursor: pointer;
    }
}

/* =========================================
   INNER PAGE BANNER FIX (User Request)
   ========================================= */
.group-baner {
    margin: 0 0 40px; /* Adjusted since body has padding-top now */
    background-color: #25658e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    color: #fff;
    text-align: center;
    min-height: 200px;
}

.group-baner h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

/* Organising Group / Team Grid */
.team-section {
    padding: 80px 0 100px;
    background-color: #f9fafb;
}

.team-group {
    margin-bottom: 40px;
}

.team-group-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 24px;
}

.team-member-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 18px 26px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.10);
}

.team-member-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    border: 3px solid #e5e7eb;
}

.team-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-member-card h3,
.team-member-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

.team-member-card .role {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0;
}

/* Why Attend Page */
.why-attend-section {
    padding: 100px 0;
    background-color: #f9fafb;
}

.why-attend-intro {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.why-attend-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
}

.why-attend-text {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.8;
}

.why-attend-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px 26px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.why-attend-badge {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #eff6ff;
    color: #25658e;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 6px 10px;
    border-radius: 999px;
}

.why-attend-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    padding-right: 60px;
}

.why-attend-cta {
    max-width: 900px;
    margin: 50px auto 0;
    text-align: center;
    padding: 24px 24px 26px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1e4c8f, #25658e);
    color: #f9fafb;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.25);
}

.why-attend-cta .why-attend-heading {
    color: #f9fafb;
    margin-bottom: 12px;
}

.why-attend-cta .why-attend-text {
    color: #e5e7eb;
}

.table-modern thead th {
    background-color: #f8fafc;
    color: #111827;
    font-weight: 700;
    border-bottom: 2px solid #e5e7eb;
}

.table-modern th,
.table-modern td {
    vertical-align: middle;
    padding: 16px 18px;
}

.pricing-table-wrapper {
    margin-top: 20px;
    margin-bottom: 16px;
}

.pricing-table-wrapper .btn {
    border-radius: 9999px;
    padding: 6px 12px;
}

.payment-section {
    padding: 80px 0 100px;
    background-color: #f9fafb;
}

.registration-section .section-header {
    margin-bottom: 30px;
}

.pricing-stages {
    margin-bottom: 24px;
}

.pricing-card-modern h5 {
    margin-top: 16px;
}

.note {
    color: #4b5563;
    margin: 12px 0 8px;
}

.info-section-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px 26px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
    margin-bottom: 24px;
}

.info-section-card h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

.info-section-card ol {
    padding-left: 20px;
    margin-bottom: 0;
    color: #4b5563;
}

.info-section-card ol li {
    margin-bottom: 6px;
}

.info-section-card ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 18px;
}

.cfp-section {
    margin-top: 32px;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px 26px;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.cfp-section h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.cfp-section p {
    color: #4b5563;
    margin-bottom: 12px;
}

.cfp-section ul {
    padding-left: 20px;
    margin-bottom: 0;
    color: #4b5563;
}

.cfp-section ul li {
    margin-bottom: 6px;
}

.cfp-section .table {
    margin-top: 10px;
}

.cfp-topic-card {
    background: #f9fafb;
    border-radius: 14px;
    padding: 16px 18px 18px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    margin-bottom: 18px;
}

.cfp-topic-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

/* Mobile Optimization for Header Overlap */
@media (max-width: 991px) {
    body {
        padding-top: 70px; /* Mobile Header Height */
    }
    .list.mobile-seprate {
    display: flex;
    justify-content: space-between;
    width: 100%;
    right: 0;
    padding: 0rem 1.5rem;
}
}
@media(max-width: 576px) {
     .hero-buttons {
      flex-direction: column;
  }
  .countdown-wrap .label {
    font-size: 0.5rem;}
    .countdown-wrap .value {
    font-size: 1rem;
}
.panel{
    display: none;
}
.panel.show{
    display: block;
}

.arrow-class i{
    transition: 0.3s ease;
}

.arrow-class.active i{
    transform: rotate(180deg);
}
.logo-item{
        max-width: 40%;
    flex: 0 0 40%;
}
.logo-grid{    flex-wrap: wrap;}
.group-baner {
    margin-top: 50px;
}

.logo-grid{display: flex;}

}

.venue-section{overflow: hidden;}
.panel ul li a {
    color: #000;
    text-decoration: none;
}
.last-li {
    list-style: none;
}
.last-li a {
    color: #000;
    padding-left: 0;
    font-weight: 500;
}

/* Header Countdown Timer */
.countdown-wrap-header {
    display: flex;
    gap: 15px;
    align-items: center;
}

.countdown-wrap-header .time-block {
    text-align: center;
    line-height: 1;
}

.countdown-wrap-header .value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #25658e;
}

.countdown-wrap-header .label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-top: 2px;
}

.countdown-wrap-header .sep {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

.countdown-wrap-header .sep .dot {
    width: 4px;
    height: 4px;
    background-color: #25658e;
    border-radius: 50%;
    opacity: 0.6;
}

/* Adjust header layout to accommodate timer */
@media (min-width: 1200px) {
    .desktop-nav .nav > ul {
        gap: 20px;
    }
}

/* Floating Register Button - Right */
.floating-btn-right {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background-color: #25658e;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37, 101, 142, 0.4);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: 2px solid #fff;
}

.floating-btn-right:hover {
    background-color: #1e4c8f;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 8px 25px rgba(37, 101, 142, 0.5);
}

@media (max-width: 768px) {
    .floating-btn-right {
        bottom: 20px;
        right: 20px;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* =========================================
   EARLY BIRD ENHANCEMENTS
   ========================================= */

/* Highlight the Early Bird Column */
.early-bird-col {
    background-color: #fef9c3 !important; /* Light yellow/gold background */
    border-left: 2px solid #eab308;
    border-right: 2px solid #eab308;
    position: relative;
}

/* Add a top border to the header cell to complete the box effect */
th.early-bird-col {
    border-top: 2px solid #eab308 !important;
    color: #854d0e; /* Darker gold/brown for text contrast */
}

/* Add a bottom border to the last cell in the column */
tr:last-child td.early-bird-col {
    border-bottom: 2px solid #eab308;
}

/* Make the prices pop */
.early-bird-col.fw-bold {
    color: #1e4c8f;
    font-size: 1.05rem;
}

/* Table Modern Styles (if not fully defined) */
.table-modern {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-top: 20px;
}

.table-modern thead th {
    background-color: #f8f9fa;
    color: #333;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    font-weight: 700;
}

.table-modern tbody td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
}

.table-modern tbody tr:first-child td {
    /* text-align: left; Align first column categories to left if needed, but here categories are first column */
}
.table-modern tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #333;
}

/* Enhance Pricing Stage Active State */
.pricing-stage.active {
    background: linear-gradient(135deg, #fef9c3 0%, #fef08a 100%); /* Gold/Yellow gradient */
    border: 2px solid #eab308;
    box-shadow: 0 10px 25px -5px rgba(234, 179, 8, 0.3);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-stage.active h3 {
    color: #854d0e; /* Darker gold/brown for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Standard Fee Column Highlight */
.standard-col {
    background-color: #eff6ff !important; /* Light blue */
    border-left: 2px solid #3b82f6;
    border-right: 2px solid #3b82f6;
    position: relative;
}

th.standard-col {
    border-top: 2px solid #3b82f6 !important;
    color: #1e40af;
}

tr:last-child td.standard-col {
    border-bottom: 2px solid #3b82f6;
}

/* Late Fee Column Highlight */
.late-col {
    background-color: #fef2f2 !important; /* Light red */
    border-left: 2px solid #ef4444;
    border-right: 2px solid #ef4444;
    position: relative;
}

th.late-col {
    border-top: 2px solid #ef4444 !important;
    color: #991b1b;
}

tr:last-child td.late-col {
    border-bottom: 2px solid #ef4444;
}

/* Optional: Add a checkmark or icon to active stage header */
.pricing-stage.active h3::after {
    content: '\f00c'; /* FontAwesome check */
    font-family: FontAwesome;
    font-size: 0.8em;
    color: #eab308;
}

.mobile-counters{display: none;}

/* Standard Fee Column Highlight */
.standard-col {
    background-color: #eff6ff !important; /* Light blue */
    border-left: 2px solid #3b82f6;
    border-right: 2px solid #3b82f6;
    position: relative;
}

th.standard-col {
    border-top: 2px solid #3b82f6 !important;
    color: #1e40af;
}

tr:last-child td.standard-col {
    border-bottom: 2px solid #3b82f6;
}

/* Late Fee Column Highlight */
.late-col {
    background-color: #fef2f2 !important; /* Light red */
    border-left: 2px solid #ef4444;
    border-right: 2px solid #ef4444;
    position: relative;
}

th.late-col {
    border-top: 2px solid #ef4444 !important;
    color: #991b1b;
}

tr:last-child td.late-col {
    border-bottom: 2px solid #ef4444;
}
