* {
    scrollbar-color: #C8FF00 transparent;
    scrollbar-width: auto;
}
#particles-js {
    position: fixed; /* Use fixed to stay locked to viewport even on scroll */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2; /* Lower than your content unless you want it above */
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.particles-js-canvas-el {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

::selection {
    background: #C8FF00;
    color: #FF50A4;
    width: auto;
    padding: 10px;
}

body {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    min-height: 100vh;

    background:
        /*linear-gradient(90deg, rgba(0, 94, 245, 0.7) 35%, rgba(105, 68, 255, 0.7) 100%),*/
        url("/images/icthm-images/bgicthm.jpg") top center / cover no-repeat;
}


/* ===== Navigation ===== */
.header-w-fix {
    width: 100%;
}

@media (min-width: 768px) {
    .header-w-fix {
        width: auto;
    }
}
.icthm-dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 160px;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}

.icthm-dropdown-menu a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}

.icthm-dropdown-menu a:hover {
    background-color: #f0f0f0;
}

.nav2 {
    background: #005EF5;
    background: linear-gradient(90deg, rgba(0, 94, 245, 1) 35%, rgba(105, 68, 255, 1) 100%);
    border-radius: 50px;
    padding: 10px 30px;
    top: 5px;
    z-index: 1000;
    position: sticky;
    opacity: 0;
}
.nav2.visible {
    opacity: 1;
}
.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.icthm-sticky-nav {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.nav-bg {
    background: white;
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 0 0 20px 20px;
    justify-content: start;
    width: 100% !important;
}

.icthm-nav-link {
    color: #20252B;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 8px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.icthm-nav-link2 {
    color: #F5F7FA;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 8px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.icthm-nav-link:hover {
    color: #FF50A4;
    transform: translateY(-1px);
}

.icthm-nav-link2:hover {
    color: #C8FF00;
    transform: translateY(-1px);
}

.navbar-toggler {
    background: transparent;
    border: none;
    color: #20252B;
    font-size: 1.5rem;
    padding: 0.5rem;
    cursor: pointer;
}

.navbar-collapse {
    flex-grow: 0;
}

@media (max-width: 991.98px) {
    .nav-bg {
        padding: 15px;
    }

    .icthm-nav-link {
        margin: 8px 0;
        padding: 8px 0;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        display: flex !important;
        flex-grow: 1;
    }
    .nav-bg {
        justify-content: space-between;
    }
}
@media (max-width: 991.98px) {
    .icthm-sticky-nav {
        padding: 0 10px;
    }

    .icthm-dropdown {
        position: relative;
        width: 100%;
    }

    .icthm-dropdown-menu {
        position: relative;
        box-shadow: none;
        border-radius: 0;
        background: #f9f9f9;
        width: 100%;
        margin-top: 6px;
    }

    .icthm-dropdown-menu a {
        text-align: center;
        padding: 10px;
    }

    .collapse.navbar-collapse {
        width: 100%;
    }

    .nav-bg {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-toggler {
        margin-right: 20px;
    }
}


/* ===== Countdown ===== */
.countdown-unit {
    background: #6944FF;
    border-radius: 8px;
    padding: 15px 5px;
    margin: 5px;
}

.countdown-number {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
    font-size: calc(1.475rem + 2.7vw);
    text-align: center;
}


.countdown-label {
    color: #00f3ff;
    font-family: 'IBM Plex Sans', sans-serif;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#countdown {
    backdrop-filter: blur(2px);
}

/* ===== Button Styles ===== */
.submission-button {
    --color: #C8FF00;
    display: inline-block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    border-radius: 6px;
    background-color: black;
    color: var(--color);
    text-transform: uppercase;
    padding: 12px 15px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.submission-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 250px;
    width: 350px;
    border-radius: 50%;
}

.submission-button:hover {
    color: black;
}

.submission-button:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.submission-button:hover:before {
    top: -30px;
    left: -70px;
}

.submission-button:active:before {
    background: #3a0ca3;
    transition: background 0s;
}
.reg-btn{
    z-index: 3;
}
.reg-link {
    color: white;
    background: #FF50A4;
    border-radius: 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 8px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    border: solid 2px white;

}


.reg-link:hover {
    color: #FF50A4; /* Same color, just reinforcing hover */
    background: white;
    border: solid 2px #FF50A4;

}
.reg-link2 {
    color: #20252B;
    background: #C8FF00;
    border-radius: 15px;
    border: solid  2px transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 8px;
    padding: 6px 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
}


.reg-link2:hover {
    color: #C8FF00;
    background: transparent;
    border: solid 2px #C8FF00;
}


.reg-btn-real {
    position: relative;
    text-decoration: none;
    background-color: #C8FF00;
    color: #20252B;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 15px rgba(200, 255, 0, 0.6);
    z-index: 3;
}

.reg-btn-real:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px, 0 0 50px rgba(0, 94, 245, 0.6), 0 0 75px rgba(255, 80, 164, 0.4);
}

.reg-btn-real::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #005EF5, #6944FF, #FF50A4, #6944FF, #005EF5);
    background-size: 400%;
    z-index: -2;
    border-radius: 6px;
    opacity: 0;
    transition: 0.5s;
}

.reg-btn-real:hover::before {
    opacity: 1;
    animation: gradientBorder 3s linear infinite;
}

.white-container {
    margin-top: 100px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    z-index: 3;
    position: relative;
}

/*Headings*/
.banner-text {
    color: #58FFF6;
    margin-left: 50px;
}

.banner-text h1 {
    font-weight: bold;
    font-size: 59px;
    margin-bottom: 30px;
}

.banner-subtitle {
    color: white;
    margin-left: 50px;
    margin-bottom: 30px;
}

.banner-subtitle h2 {
    color: white;
    font-size: 30px;
}

.location {
    color: #FF50A4;
    margin-left: 50px;
}

.about-section {
    margin: 150px;
    z-index: 1;
}

@media (max-width: 767px) {
    .about-section {
        margin: 0 50px;
    }
}

.about-section h2 {
    color: #6944FF;
    text-align: center;
    margin-bottom: 3rem!important;
}

.about-section p {
    margin-top: 20px;
    text-align: start;
}

/*Text*/
.text-justify {
    text-align: justify !important;
}

/*Cards*/
.reveal-card {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(-45deg, #005EF5 0%, #6944FF 100%);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transition: background 0.5s ease;
}

.reveal-card__front,
.reveal-card__back {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease;
    text-align: center;
    overflow: auto;
}

.reveal-card__front {
    font-weight: 700;
    font-size: 20px;
    z-index: 1;
}

.reveal-card__back {
    background-color: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    opacity: 0;
    z-index: 2;
}

.reveal-card:hover .reveal-card__front {
    opacity: 0;
}

.reveal-card:hover .reveal-card__back {
    opacity: 1;
}

.reveal-card__content {
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reveal-card__content p {
    margin: 0;
}

@media (max-width: 992px) {
    .reveal-card {
        padding: 15px;
    }

    .reveal-card__front {
        font-size: 18px;
    }

    .reveal-card__content {
        font-size: 13px;
    }
}


.chief-card-alt {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eaeaea;
}

.chief-card-alt:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.chief-logo-container {
    height: 300px;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.chief-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.chief-card-alt:hover .chief-logo {
    filter: grayscale(0%);
    opacity: 1;
}

.chief-link {
    color: #6944FF;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.chief-link:hover {
    color: #FF50A4;
}

/* Beautiful Card Styles */
.guest-card {
    width: 100%;
    max-width: 320px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    margin: 0 auto;
}

.guest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.guest-image-container {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.guest-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.guest-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
}

.guest-card:hover .guest-image {
    transform: scale(1.05);
}

.guest-content {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.guest-name {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.guest-title {
    color: #666;
    margin: 0 0 15px 0;
    font-size: 0.9rem;
}

.guest-info-button {
    display: inline-flex;
    align-items: center;
    background: #6944FF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.guest-info-button:hover {
    background: #5a3ae0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(105, 68, 255, 0.3);
}

.guest-button-icon {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== Modal Fixes ===== */
.guest-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.guest-modal.active {
    opacity: 1;
    visibility: visible;
}

.guest-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 1999;
}

.guest-modal-dialog {
    position: relative;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
    transition: transform 0.4s ease;
    z-index: 2001;
}

.guest-modal.active .guest-modal-dialog {
    transform: translateY(0);
}

.guest-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2002;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.guest-modal-close:hover {
    background: white;
    transform: rotate(90deg);
}

.guest-modal-close svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.guest-modal-grid {
    display: flex;
    width: 100%;
    height: 100%;
}

.guest-modal-image-section {
    width: 35%;
    background: #f9f9ff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guest-modal-content-section {
    width: 65%;
    padding: 40px;
    overflow-y: auto;
}

.guest-modal-image-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.guest-modal-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.guest-modal-image-frame {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    pointer-events: none;
}

.guest-modal-social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}


.guest-modal-header {
    margin-bottom: 30px;
}

.guest-modal-name {
    font-size: 2rem;
    margin: 0 0 5px 0;
    color: #333;
    font-weight: 700;
}

.guest-modal-position {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

.guest-modal-divider {
    height: 3px;
    width: 60px;
    background: #6944FF;
    margin: 20px 0;
    border-radius: 3px;
}

.section-title {
    font-size: 1.1rem;
    color: #444;
    margin: 0 0 15px 0;
    font-weight: 600;

}

.guest-bio {
    color: #555;
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 25px 0;
}

.highlight-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.highlight-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.highlight-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1;
}

.highlight-icon.education {
    background: rgba(105, 68, 255, 0.1);
}

.highlight-icon.education svg {
    stroke: #6944FF;
}

.highlight-icon.award {
    background: rgba(255, 193, 7, 0.1);
}

.highlight-icon.award svg {
    stroke: #ffc107;
}

.highlight-icon.research {
    background: rgba(23, 162, 184, 0.1);
}

.highlight-icon.research svg {
    stroke: #17a2b8;
}

.highlight-icon.experience {
    background: rgba(40, 167, 69, 0.1);
}

.highlight-icon.experience svg {
    stroke: #28a745;
}

.highlight-content h4 {
    font-size: 0.95rem;
    margin: 0 0 5px 0;
    color: #444;
}

.highlight-content p {
    font-size: 0.85rem;
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.guest-modal-footer {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.action-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    border: none;
}

.action-button svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

.action-button.primary {
    background: #6944FF;
    color: white;
}

.action-button.primary svg {
    stroke: white;
}

.action-button.primary:hover {
    background: #5a3ae0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(105, 68, 255, 0.3);
}

.action-button.secondary {
    background: white;
    color: #6944FF;
    border: 1px solid #e0e0ff;
}

.action-button.secondary svg {
    stroke: #6944FF;
}

.action-button.secondary:hover {
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(105, 68, 255, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .guest-modal-dialog {
        flex-direction: column;
        max-height: 95vh;
        overflow-y: auto;
        width: 95%;
        border-radius: 15px;
    }

    .guest-modal-grid {
        flex-direction: column;
    }

    .guest-modal-image-section,
    .guest-modal-content-section {
        width: 100%;
        padding: 20px;
    }

    .guest-modal-image-wrapper {
        padding-bottom: 100%; /* More square-ish on mobile */
        max-width: 100%;
    }

    .guest-modal-header {
        text-align: center;
    }

    .guest-modal-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .guest-modal-close {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }

    .guest-modal-name {
        font-size: 1.6rem;
    }

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

    .highlight-icon {
        width: 40px;
        height: 40px;
    }

    .highlight-content h4 {
        font-size: 0.9rem;
    }

    .highlight-content p {
        font-size: 0.8rem;
    }
}


.chief-card {
    background-image: linear-gradient(163deg, #FF50A4 0%, #C8FF00 100%);
    border-radius: 30px;
    transition: all .3s;
}

.chief-card2 {
    background-color: #6944FF;
    border-radius: 30px;
    transition: all .2s;
    padding: 20px;
}

.chief-card2:hover {
    transform: scale(0.98);
    border-radius: 30px;
}

.chief-card:hover {
    box-shadow: 0px 0px 30px 1px rgba(0, 255, 117, 0.30);
}

.chief-card2 img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    margin: 20px 0;
    border-radius: 100%;
    border: solid 2px #F5F7FA;
}

.key-card {
    border-radius: 15px;
    background: transparent;
    position: relative;
    padding: 20px;
    min-height: 150px;
    border: 2px solid #6d28d9;
}

.number-card {
    border: solid #6944FF;
    background: transparent;
    border-radius: 20px;
    padding: 20px;
}

.ibrahim-golhi {
    position: relative;
    padding: 20px;
    text-align: center;
    background: #6944FF;
    border-radius: 20px;
    color: white;
    min-height: 180px;
    padding-bottom: 80px;
    z-index: 1;
}

.ibrahim-golhi-2 {
    position: relative;
    padding: 20px 40px;
    text-align: center;
    background-color: #6944FF;
    border-radius: 20px;
    min-height: 355px;
    max-height: 100%;
    color: white;
    z-index: 1;
}

.ibrahim-golhi p {
    margin: 0 30px;
    text-align: center;
}

/*Buttons*/
.card-button {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    padding: 5px 20px;
    border-radius: 10px;
    background-color: white;
    color: #6d28d9;
    font-weight: bold;
    cursor: pointer;
}

.image-container {
    border: white solid;
    border-radius: 100%;
    height: 100px;
    width: 100px;
    margin: 30px 0;
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.timeline-container {
    text-align: center;
    padding: 50px 20px;
}

.timeline-title {
    font-size: 2rem;
    font-weight: bold;
    color: #6d28d9;
    margin-bottom: 50px;
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6944FF;
    z-index: 0;
}

.timeline-item {
    text-align: center;
    flex: 1;
    padding: 0 10px;
    min-width: 160px;
    z-index: 1;
}

.timeline-icon {
    background-color: #6944FF;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    cursor: pointer;
}

.timeline-text h6 {
    font-weight: bold;
    color: #6d28d9;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.timeline-text p {
    margin: 0;
    font-size: 0.9rem;
    color: #6d28d9;
}

.fade-section {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    will-change: opacity;
    overflow-anchor: none;
}

.fade-section.visible {
    opacity: 1;
}

/* Fees Table Styles */
.tabbed-fees {
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px; /* Clear space above the table */
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.tab-button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background-color: #f5f5f5;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    position: relative;
}

.tab-button:hover {
    background-color: #e0ecff;
    color: #005EF5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.tab-button.active {
    background-color: #005EF5;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 94, 245, 0.3);
    z-index: 1;
}

.tab-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

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

.fees-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    font-size: 15px;
}

.fees-table thead {
    background: #005EF5;
    color: white;
}

.fees-table th {
    padding: 16px 20px;
    text-align: center;
    font-weight: 600;
    border: none;
    font-size: 16px;
}

.fees-table tbody tr {
    transition: background 0.2s ease;
}

.fees-table tbody tr:nth-child(odd) {
    background-color: #f9fbff;
}

.fees-table td {
    padding: 14px 20px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.fees-table tbody tr:hover {
    background-color: #eef5ff;
}

.fees-table td:first-child {
    font-weight: 600;
    color: #333;
}

/* Rounded Corners */
.fees-table thead tr th:first-child {
    border-top-left-radius: 16px;
}
.fees-table thead tr th:last-child {
    border-top-right-radius: 16px;
}
.fees-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}
.fees-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}
.fees-table td:first-child {
    border-left: 4px solid #005EF5;
    padding-left: 16px;
}

/* Speaker Card */
.speaker-content {
    background-color: #6944FF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.speaker-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

/* Speaker Image Styling */
.image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.speaker-content:hover .image-container {
    transform: scale(1.05);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Speaker Text */
.speaker-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.speaker-content strong {
    font-size: 0.95rem;
    display: block;
    margin-bottom: 5px;
    color: #e0e0ff;
}

.speaker-content small {
    font-size: 0.85rem;
    color: #ccc;
}

/*Scroll to top*/
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    padding: 10px 15px;
    border: none;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}

#scrollTopBtn:hover {
    background-color: #FF50A4;
    transform: scale(1.1);
}

/* Sponsors Section */
.sponsors-container {
    margin-top: 60px;
}

.sponsor-tier h3 {
    color: #6944FF;
    font-size: 1.75rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sponsor-tier h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FF50A4, #7A6BFF);
    border-radius: 5px;
}

/* Sponsor Card Styles */
.sponsor-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eaeaea;
}

.sponsor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Logo Container */
.sponsor-logo-container {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    min-height: 150px;
    transition: background 0.3s ease;
}

.sponsor-logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.sponsor-card:hover .sponsor-logo {
    filter: grayscale(0%);
    opacity: 1;
}

/* Sponsor Info */
.sponsor-info {
    padding: 20px;
    flex-grow: 1;
    text-align: center;
}

.sponsor-info h4 {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}

.sponsor-description {
    color: #666;
    text-align: center !important;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.sponsor-link {
    color: #6944FF;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.sponsor-link:hover {
    color: #FF50A4;
}

/* Tier-specific adjustments */
.platinum .sponsor-logo-container {
    min-height: 200px;
    background: #f0f8ff;
}

.platinum .sponsor-logo {
    max-height: 120px;
}

.gold .sponsor-logo-container {
    min-height: 180px;
    background: #fffaf0;
}

.gold .sponsor-logo {
    max-height: 100px;
}

.silver .sponsor-logo-container {
    min-height: 120px;
    border-bottom: none;
    background: #f8f8f8;
}

.silver .sponsor-logo {
    max-height: 60px;
}

.silver .sponsor-info {
    display: none;
}

@media (max-width: 768px) {
    .sponsor-logo-container {
        padding: 20px;
        min-height: 120px;
    }

    .platinum .sponsor-logo-container {
        min-height: 150px;
    }

    .gold .sponsor-logo-container {
        min-height: 130px;
    }

    .sponsor-info {
        padding: 15px;
    }

    .sponsor-info h4 {
        font-size: 1rem;
    }
}

.numbers-container {
    background: transparent;
    padding: 2rem 0;
}

.number-item {
    text-align: center;
    padding: 1.5rem 0.5rem;
    transition: all 0.3s ease;
}

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

.number-value {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.number-label {
    font-size: 1.1rem;
    color: #7f8c8d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .number-value {
        font-size: 2.5rem;
    }

    .number-label {
        font-size: 1rem;
    }
}

/*Footer*/
.icthm-footer {
    background: transparent;
    color: #fff;
    padding: 2rem 0;
    margin-top: 50px;
}

.icthm-footer a {
    color: #ccc;
    text-decoration: none;
}

.icthm-footer a:hover {
    color: #fff;
}

/* Social Box */
:root {
    --primary-color: #FF50A4;
}

.social-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 0.75rem 1.25rem;
}

.social-box .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    aspect-ratio: 1;
    font-size: 1.5rem;
    color: #c5c5c5;
    background-color: #20252B;
    border-radius: 50px;
    transition: color 0.15s ease-in,
    box-shadow 0.75s cubic-bezier(0.74, 0.01, 0.02);
}

.social-box .item svg {
    transition: transform 0.75s ease-in-out;
}

@property --fill-color {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%;
}

.social-box .item:hover {
    color: var(--primary-color);
    --fill-color: 100%;
}

.social-box .item:hover svg {
    transform: scale(1.25);
}

.social-box .item::after {
    position: absolute;
    z-index: -1;
    content: "";
    inset: -3px;
    border-radius: inherit;
    background: conic-gradient(
        var(--primary-color) var(--fill-color),
        transparent var(--fill-color)
    );
    transition: --fill-color 0.75s ease-in-out;
}

.footer-site-logo a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.footer-site-logo a:hover {
    color: #ccc;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding-left: 0;
    list-style: none;
}

.copyright {
    font-size: 0.875rem;
    text-align: center;
}

.modal {
    z-index: 2000 !important;
}

.modal-backdrop {
    z-index: 1999 !important;
}

.timeline-1 {
    border-left: 3px solid #FF50A4;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #fcf6f8;
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline-1 {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-1 .event {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-1 .event {
        padding-top: 30px;
    }
}

.timeline-1 .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-1 .event:before,
.timeline-1 .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-1 .event:before {
    color: #FF50A4;
    position: absolute; /* Ensure this is set */
    left: -490px;
    content: attr(data-date);
    text-align: right; /* Changed from left to right */
    font-weight: 400;
    font-size: 2rem;
    min-width: 120px;
    width: 400px; /* Add a specific width to help with alignment */
    padding-right: 20px; /* Add some padding to prevent touching the edge */
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .timeline-1 .event:before {
        left: 0px;
        text-align: left;
        font-size: 1.5rem;
    }
}

.timeline-1 .event:after {
    -webkit-box-shadow: 0 0 0 3px #FF50A4;
    box-shadow: 0 0 0 3px #FF50A4;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}


@media (max-width: 767px) {
    .timeline-1 .event:after {
        left: -31.8px;
    }
}

/* Animation keyframes */
@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

