/* Reset */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'DS-DIGIT';
    src: url('/DS-DIGIT.TTF');
}


@font-face {
    font-family: 'MyCustomFont';
    src: url('/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    height: 100%;
    font-family: 'MyCustomFont';
    width: 100%;
    font-weight: 200;
    font-style: normal;
    overflow-x: hidden;
}


/* Dark Overlay */



/* Register Button */
.register-btn {
    margin-top: 40px;
    /* display: inline-block; */
    padding: 12px 32px;
    background-color: #3f00ff;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background 0.3s, transform 0.3s ease-in-out;
}

.register-btn:hover {
    background-color: #6e00ff;
    transform: scale(1.05);
}

/* Pulse Animation */
.pulse {
    animation: pulseGlow 2s infinite;
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(24, 55, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(63, 0, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(63, 0, 255, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 36px;
    }

    .event-title {
        font-size: 22px;
    }

    .event-details {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .detail {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 0px;
    }

    .hero-con-img {
        display: none;

    }

    .hero-content {
        padding: 10% 0;
        margin-top: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: url('/mobbg.jpg') no-repeat;
        background-size: cover;
    }

    .register-btn {
        font-size: 14px;
        padding: 10px 24px;
    }

    .ict-logo {
        height: 35px;
    }

    .main-title {
        font-size: 28px;
    }

    .tagline {
        font-size: 10px;
    }

    .label {
        font-weight: 400;
        font-size: 12px;
        color: #ffa21f;
    }

    .info {
        font-size: 8px;
        color: #d3d3d3;
        line-height: 1.4;
    }

    .detail i {
        display: none;
    }



}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    .event-title {
        font-size: 15px;
    }

    .event-details {
        flex-direction: column;
        gap: 20px;
    }

    .register-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
}




.landing {
    height: 100vh;
    width: 100vw;
    background: url('/banner2025-desktop.png') no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-section {
    color: white;
    padding: 30px 10px;
    text-align: center;
    height: auto;
    animation: fadeIn 1s ease;
    position: absolute;
    left: 15%;
    top: 63%;
    transform: translateY(-50%);
    z-index: 10;
}

.timeContainer {
    max-width: 600px;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    animation: fadeIn 1.5s ease-in-out;
}

/* Time Units */
.wrapper>div {
    background: linear-gradient(180deg, rgb(13, 13, 74), rgb(1, 0, 3));
    border: 1.5px solid rgb(0, 0, 0);
    border-radius: 10px;
    padding: 12px 15px;
    min-width: 60px;
    transition: transform 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.wrapper>div:hover {
    transform: scale(1.05);
}

.wrapper h2 {
    font-family: 'DS-DIGIT';
    font-size: 2rem;
    margin-bottom: 4px;
    background: rgb(255, 255, 255);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 400;
}

.wrapper div {
    width: 6vw;
    font-size: 12px;
    font-weight: 600;
    color: #ffae00;
    text-transform: uppercase;
}

.timer-text {
    font-size: 14px;
    margin-bottom: 20px;
    color: #ff6a00;
    font-weight: 500;
}

@keyframes fadeIn {
    from {
        opacity: 0;

    }

    to {
        opacity: 1;

    }
}

/* Responsive Background Images and Positioning */

/* Large Desktop (1920px and above) */
@media screen and (min-width: 1920px) {
    .landing {
        background-image: url('/banner/banner2025.png');
    }
}

/* Standard Desktop/Laptop (1024px to 1919px) */
@media screen and (min-width: 1024px) and (max-width: 1919px) {
    .landing {
        background-image: url('/banner/banner2025.png');
        margin-top: 3%;
        background-size: 100% auto;
    }

    .wrapper div {
        font-size: 11px;
        width: 7.2vw;
    }
}

/* Tablet (768px to 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .landing {
        background-image: url('/banner/tabbanner.png');
        margin-top: 3.2%;
    }


    .countdown-section {
        left: 5%;
        transform: translateY(-50%);
    }

    .wrapper>div {
        padding: 10px 12px;
        min-width: 55px;
    }

    .wrapper h2 {
        font-size: 20px;
    }

    .wrapper div {
        font-size: 11px;
        width: 9vw;
    }
}

/* Mobile (480px to 767px) */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .landing {
        background-image: url('/banner/mobbanner.jpg');
    }

    .countdown-section {
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 20%;
        top: auto;
    }

    .wrapper>div {
        padding: 8px 10px;
        min-width: 50px;
    }

    .wrapper h2 {
        font-size: 18px;
    }

    .wrapper div {
        font-size: 10px;
    }
}

/* Small Mobile (below 480px) */
@media screen and (max-width: 479px) {
    .landing {
        background-image: url('banner/mobbanner.jpg');
    }

    .countdown-section {
        left: 15%;
        transform: translate(-50%, -50%);
        bottom: -12%;
        top: auto;
        padding: 20px 5px;
    }

    .wrapper {
        gap: 5px;
        display: flex;
        flex-direction: column;
    }

    .wrapper>div {
        padding: 6px 8px;
        min-width: 45px;
    }

    .wrapper h2 {
        font-size: 16px;
    }

    .wrapper div {
        font-size: 9px;
        width: 9.2vh;
    }
}

























/* TIMER SECTION */



/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[  venue-section  ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */

/* === GENERAL LAYOUT === */
/* General section styling */
#about.about__area {
    padding: 60px 20px;
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* Image styling */
#about .img {
    /* flex: 1 1 400px; */
    max-width: 500px;
    text-align: center;
    animation: fadeInLeft 1s ease-in-out;
}

#about .img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

#about .img img:hover {
    transform: scale(1.03);
}

/* Text content */
#about .col-xxl-6,
#about .col-xl-6,
#about .col-lg-6 {
    flex: 1 1 400px;
    max-width: 500px;
    padding: 1rem;
    animation: fadeInRight 1s ease-in-out;
}

#about .section__title-wrapper h1 {
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

#about .section__title-wrapper h1::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #007BFF;
    margin-top: 10px;
    border-radius: 3px;
}

#about p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
}

/* Gradient Button */
.gradient-button a {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(135deg, #007BFF, #00C6FF);
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
}

.gradient-button a:hover {
    background: linear-gradient(135deg, #0056b3, #00aaff);
    transform: translateY(-2px);
}

/* Animations */
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #about.about__area {
        flex-direction: column;
        padding: 40px 15px;
    }

    #about .section__title-wrapper h1 {
        font-size: 2rem;
        text-align: center;
    }

    #about p {
        text-align: center;
        font-size: smaller;
    }

    .gradient-button {
        text-align: center;
    }

}



.focus-section {
    background-image: none;
    /* background: #020024; */

    /* background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgb(226, 157, 255) 100%); */
}






/* FOCUS SECTION */


/* section {
    padding: 60px 0px;

}

/* Title */
.section-title {
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    color: WHITE;
}

/* Grid Layout */
.focus-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

/* Focus Card */
.focus-card {
    background: none;
    background: linear-gradient(180deg, #fffffff5 0%, #c4c4c4d0 100%);
    padding: 30px 20px;
    border-radius: 16px;
    border: 2px solid gray;
    text-align: center;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s forwards;
    color: rgb(255, 170, 0);
}

.focus-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

/* Icons */
.focus-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.focus-card:hover img {
    transform: rotate(5deg) scale(1.1);
}

/* Text */
.focus-card p {
    font-size: 0.8rem;
    color: #000000;
    font-weight: 500;
}

/* Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;

    }

    .focus-card {
        padding: 25px 15px;
    }

    .focus-card p {
        font-size: 0.6rem;
    }

    .focus-card img {
        width: 60px;
        height: 60px;
    }

}






*/
/* CHIEF GUIESTS */

.chief-guest-section {
    background: white;
    padding: 10px 10px;
}

* Section Layout */ .chief-guest-section {
    padding: 60px 20px;
    text-align: center;
}

.section-heading {
    font-size: 2.8rem;
    font-weight: 100;
    margin-bottom: 40px;
    color: #2c1e7c;
    text-align: center;
}

/* Grid Layout */
.guest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Card Styling */
.guest-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(50px);
    opacity: 0;
    animation: slideUpFade 1s ease forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    text-align: center;
}

/* Shine hover effect */
.guest-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    transform: skewX(-25deg);
    transition: left 0.7s;
}

.guest-card:hover::after {
    left: 125%;
}

.guest-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

/* Image styling */
.image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 15px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    object-fit: cover;
    max-height: 280px;
}

.guest-card:hover img {
    transform: scale(1.05);
}

/* Text */
.guest-card h3 {
    font-size: 1.02rem;
    color: #00296b;
    font-weight: 700;
    margin-bottom: 10px;
}

.guest-card p {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #444;
}

/* Animation */
@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Responsive tweaks */
@media (max-width: 600px) {
    .section-heading {
        font-size: 2rem;
    }

    .guest-card h3 {
        font-size: 0.8rem;
    }

    .guest-card p {
        font-size: 0.6rem;
    }

}


/* PARTICIPANTS */

.container {
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.section-title {
    color: white;
    font-size: 3.1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 60px;
    letter-spacing: 2px;
    padding-top: 20px;
}

.participants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: 50px;
}

.participant-card {
    background: linear-gradient(135deg, #ffffffb4 0%, #bbbbbbb9 100%);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    color: rgb(0, 0, 0);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.874);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.participant-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.participant-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.4);
}

.participant-card:nth-child(1) {
    grid-column: 2;
    grid-row: 1;
}

.participant-card:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}

.participant-card:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
}

.participant-card:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
}

.participant-card:nth-child(5) {
    grid-column: 1;
    grid-row: 2;
}

.card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    fill: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .section-title {
        font-size: 3rem;
        text-align: left;
        margin-bottom: 40px;
    }

    .participants-grid {
        margin: 0 auto;
        max-width: 700px;
    }

    .hero-con-img {
        display: none;
    }

    .hero-content {
        background: url('/banner-2025.png')no-repeat;
        background-size: contain;
        margin-top: 70px;
    }
}

@media (max-width: 768px) {
    .key-participants-section {
        min-height: 500px;

        padding: 0px 15px;
        margin-top: 0;
    }

    .section-title {
        font-size: 2.5rem;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .participants-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 20px;
        max-width: 500px;
    }

    .participant-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    .participant-card:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .participant-card:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .participant-card:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .participant-card:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .participant-card {
        padding: 25px 15px;
        min-height: 140px;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }

    .card-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .participants-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
        gap: 15px;
        max-width: 300px;
        padding-bottom: 40px
    }

    .participant-card:nth-child(1),
    .participant-card:nth-child(2),
    .participant-card:nth-child(3),
    .participant-card:nth-child(4),
    .participant-card:nth-child(5) {
        grid-column: 1;
    }

    .participant-card:nth-child(1) {
        grid-row: 1;
    }

    .participant-card:nth-child(2) {
        grid-row: 2;
    }

    .participant-card:nth-child(3) {
        grid-row: 3;
    }

    .participant-card:nth-child(4) {
        grid-row: 4;
    }

    .participant-card:nth-child(5) {
        grid-row: 5;
    }

    .participant-card {
        padding: 20px 15px;
        min-height: 120px;
    }

    .card-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }

    .card-title {
        font-size: 1rem;
    }

    .partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin: 10px 0;

    }


    .guest-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        max-width: 1000px;
        height: 50%;
        margin: 0 auto;
    }
}





















/* PARTNERSHIP */



.partners-container {
    width: 100%;
    margin: 0;
    padding: 0;
    background: white;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.supported-section {
    /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
    padding: 40px 30px;
    text-align: center;
    border-bottom: 3px solid #e9ecef;
}

.supported-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

.supported-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 80px;
    min-width: 120px;
}

.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.partners-section {
    padding: 50px 30px;
}

.partner-tier {
    margin-bottom: 60px;
}

.partner-tier:last-child {
    margin-bottom: 0;
}

.tier-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2c3e50;
    position: relative;
}

.tier-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 2px;
}

.title-partner .tier-title::after {
    background: linear-gradient(90deg, #e74c3c, #f39c12);
}

.gold-partner .tier-title::after {
    background: linear-gradient(90deg, #f1c40f, #f39c12);
}

.associate-partner .tier-title::after {
    background: linear-gradient(90deg, #9b59b6, #3498db);
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 120px;
    width: 100%;
    max-width: 280px;
    border: 2px solid transparent;
}

.partner-logo:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-color: #3498db;
}

.logo-placeholder {
    font-weight: 600;
    font-size: 18px;
    color: #7f8c8d;
    text-align: center;
    line-height: 1.4;
}

.partner-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(30%) opacity(0.8);
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.supported-logos img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(20%) opacity(0.9);
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1);
}

/* Specific styling for different tiers */
.title-partner .partner-logo {
    border: 2px solid #e74c3c20;
    background: linear-gradient(135deg, #ffffff 0%, #fdf2f2 100%);
}

.title-partner .partner-logo:hover {
    border-color: #e74c3c;
    box-shadow: 0 15px 35px rgba(231, 76, 60, 0.2);
}

.gold-partner .partner-logo {
    border: 2px solid #f1c40f20;
    background: linear-gradient(135deg, #ffffff 0%, #fffdf0 100%);
}

.gold-partner .partner-logo:hover {
    border-color: #f1c40f;
    box-shadow: 0 15px 35px rgba(241, 196, 15, 0.2);
}

.associate-partner .partner-logo {
    border: 2px solid #9b59b620;
    background: linear-gradient(135deg, #ffffff 0%, #f8f6fb 100%);
}

.associate-partner .partner-logo:hover {
    border-color: #9b59b6;
    box-shadow: 0 15px 35px rgba(155, 89, 182, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .partners-container {
        /* margin: 0 10px; */
        /* border-radius: 15px; */
    }

    .supported-section {
        padding: 30px 20px;
    }

    .supported-title {
        font-size: 20px;
    }

    .supported-logos {
        gap: 20px;
    }

    .logo-item {
        min-width: 100px;
        min-height: 70px;
        padding: 10px;
    }

    .partners-section {
        padding: 40px 20px;
    }

    .tier-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .partner-logos {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .partner-logo {
        padding: 20px;
        min-height: 100px;
    }

    .logo-placeholder {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 0px;
    }

    .supported-section {
        padding: 25px 15px;
    }

    .supported-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .supported-logos {
        gap: 15px;
    }

    .partners-section {
        padding: 30px 15px;
    }

    .tier-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .partner-tier {
        margin-bottom: 40px;
    }

    .logo-item {
        height: 50px;
        width: 80px;
    }


    guest-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        max-width: 1000px;
        gap: 30px;
        margin: 0px auto;
    }

}

/* Animation for logos */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-item,
.partner-logo {
    animation: fadeInUp 0.6s ease forwards;
}

.logo-item:nth-child(2) {
    animation-delay: 0.1s;
}

.logo-item:nth-child(3) {
    animation-delay: 0.2s;
}

.logo-item:nth-child(4) {
    animation-delay: 0.3s;
}

.partner-logo:nth-child(2) {
    animation-delay: 0.1s;
}

.partner-logo:nth-child(3) {
    animation-delay: 0.2s;
}

.partner-logo:nth-child(4) {
    animation-delay: 0.3s;
}

@media screen and (min-width: 2560px) {
    body {
        font-size: 1.3rem;
        /* Slightly increase text size */
    }

    .main-title {
        font-size: 4rem;
    }

    .tagline {
        font-size: 2rem;
    }

    .edition,
    .event-title {
        font-size: 1.5rem;
    }

    .register-btn {
        font-size: 1.2rem;
        padding: 1rem 2rem;
    }

    .nav-link {
        font-size: 1.2rem;
    }

    .hero-content {
        max-width: 1600px;
        margin: 0 auto;
    }

    .focus-grid,
    .guest-grid,
    .participants-grid {
        gap: 2.5rem;
        max-width: 1800px;
        margin: 0 auto;
    }

    .focus-card img,
    .guest-card img,
    .participant-card svg {
        width: 100px;
        height: 100px;
    }

    .guest-card h3,
    .card-title {
        font-size: 1.3rem;
    }

    .supported-logos img {
        max-width: 150px;
    }

    .section-title,
    .section-heading {
        font-size: 2.5rem;
    }
}






/* guest-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1000px;
    gap: 30px;
    margin: 0px auto;
} */






/* .....................................................new session ........................................................... */

.hero-section {
    min-height: 70vh;
    background:
        url('/images/Landing/shimla3.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: rgb(0, 0, 0);
}

.session-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    width: 100%;
    padding: 0 2rem;
}

.session-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 3px solid rgba(48, 48, 48, 0.602);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.session-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.session-card:hover::before {
    opacity: 1;
}

.session-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.icon-container {
    width: 80px;
    height: 80px;
    background: rgba(122, 122, 122, 0.609);
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.session-card:hover .icon-container {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.icon {
    font-size: 2.5rem;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .session-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 1.5rem;
        padding: 0 1rem;
    }

    .session-card {
        padding: 1.5rem;
    }

    .icon-container {
        width: 60px;
        height: 60px;
    }

    .icon {
        font-size: 2rem;
    }

    .session-title {
        font-size: 1rem;
    }

    .session-subtitle {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .session-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .session-card {
        padding: 1rem;
    }

    .hero-section {
        padding: 2rem 0;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.session-card {
    animation: fadeInUp 0.6s ease forwards;
}

.session-card:nth-child(1) {
    animation-delay: 0.1s;
}

.session-card:nth-child(2) {
    animation-delay: 0.2s;
}

.session-card:nth-child(3) {
    animation-delay: 0.3s;
}

.session-card:nth-child(4) {
    animation-delay: 0.4s;
}

.main-title {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.5s;
    opacity: 0;
}





/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */




.stats-container {
    display: flex;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    padding: 10px 0;
    margin-top: 20px;
}

.stat-card {
    flex: 1;
    min-width: 120px;
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
}

.stat-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.stat-card .number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.stat-card .label {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
}

.card-institutions {
    background: linear-gradient(135deg, #4FC3F7, #29B6F6);
}

.card-participants {
    background: linear-gradient(135deg, #BA68C8, #AB47BC);
}

.card-awardees {
    background: linear-gradient(135deg, #FFB74D, #FF9800);
}

.card-speakers {
    background: linear-gradient(135deg, #81C784, #66BB6A);
}

.card-corporates {
    background: linear-gradient(135deg, #78909C, #607D8B);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .stats-container {
        gap: 8px;
        padding: 5px 0;
    }

    .stat-card {
        min-width: 100px;
        padding: 20px 10px;
    }

    .stat-card .icon {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .stat-card .number {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .stat-card .label {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .stats-container {
        gap: 5px;
    }

    .stat-card {
        min-width: 80px;
        padding: 18px 8px;
    }

    .stat-card .icon {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .stat-card .number {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .stat-card .label {
        font-size: 10px;
    }
}





/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */


/* NEW KEY-NOTE */


/* [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[  CONTACT ]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] */

.eduskills-contact-wrapper {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(180deg, #fff3da 0%, #fff8e7 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.eduskills-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.eduskills-contact-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.eduskills-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.eduskills-contact-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

.eduskills-phone-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 10px;
}

.eduskills-phone-icon {
    width: 20px;
    height: 20px;
    fill: #3498db;
}

.eduskills-phone-number {
    font-size: 18px;
    color: #34495e;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.eduskills-phone-number:hover {
    color: #3498db;
}

.eduskills-email-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.eduskills-email-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.eduskills-email-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.eduskills-email-address {
    font-size: 18px;
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.eduskills-email-address:hover {
    color: #3498db;
}

/* Responsive Design */
@media (max-width: 768px) {
    .eduskills-contact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }

    .eduskills-contact-card {
        padding: 30px 20px;
    }

    .eduskills-contact-name {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .eduskills-phone-number {
        font-size: 16px;
    }

    .eduskills-email-button {
        padding: 12px 30px;
        font-size: 14px;
    }

    .eduskills-email-address {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 0;
    }

    .eduskills-contact-card {
        padding: 25px 15px;
    }

    .eduskills-contact-name {
        font-size: 20px;
    }

    .eduskills-phone-container {
        flex-direction: column;
        gap: 8px;
    }

    .eduskills-phone-number {
        font-size: 15px;
    }

    .eduskills-email-button {
        padding: 10px 25px;
        font-size: 13px;
    }

    .eduskills-email-address {
        font-size: 15px;
        word-break: break-all;
    }
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.eduskills-contact-card {
    animation: fadeInUp 0.6s ease-out;
}

.eduskills-contact-card:nth-child(2) {
    animation-delay: 0.2s;
}

.eduskills-email-section {
    animation: fadeInUp 0.8s ease-out;
}