.arrow-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #000;
}

.arrow-list li:before {
    content: '\27A2'; /* Unicode arrow character */
    position: absolute;
    left: 0;
    color: #e74c3c; /* Orange color */
}

.publication-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    /*background: #f7f9fc;*/
    /*border-radius: 12px;*/
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.05);*/
    gap: 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.publication-text {
    font-size: 1.2rem;
    color: #091e5f;
    flex: 1 1 100%;
    text-align: center;
}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 15px;
}

.logos img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

@media (min-width: 600px) {
    .publication-text {
        flex: 0 0 auto;
    }
    .publication-banner {
        flex-wrap: nowrap;
        text-align: left;
    }
}

.icamp-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 40px;
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    box-sizing: border-box;
}

.icamp-logo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icamp-logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

/* Optional responsive behavior if layout needs resizing on small devices */
@media (max-width: 576px) {
    .icamp-logo img {
        max-width: 150px;
    }
}
.icamp-content {
    flex: 1 1 100%;
}

@media (min-width: 768px) {
    .icamp-section {
        flex-wrap: nowrap;
    }

    .icamp-logo {
        flex: 0 0 280px;
        margin-bottom: 0;
        align-items: center;
    }

    .icamp-content {
        flex: 1;
    }
}

.icamp-content h2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #a30000;
    margin-bottom: 10px;
}

.icamp-content p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 20px;
    text-align: justify;
}

.icamp-content b {
    color: #000;
}

.highlight {
    font-weight: bold;
    color: #003366;
}

/* Creative Button */
.btn-icamp {
    background-color: #002d72;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn-icamp:hover {
    background-color: #ffffff;
    color: #002d72;
    border: 1px solid #002d72;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

.arrow-diagonal {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-left: 4px;
}

.btn-icamp:hover .arrow-diagonal {
    border-color: #002d72;
    transform: rotate(45deg) translate(3px, -3px);
}

/* call section */
.call-section {
    text-align: center;
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
}

.call-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.call-heading img {
    width: 60px;
    height: auto;
}

.call-title {
    font-size: 4.2em;
    font-weight: bold;
    color: #a30000;
    margin-bottom: 10px;

}

.call-subtitle {
    font-size: 0.9em;
    letter-spacing: 10px;
    color: #6c757d;
    text-transform: uppercase;
}

.call-description {
    font-size: 1em;
    color: #1a1a1a;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 40px;
}

.call-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #002d72;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.call-button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #002d72;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.call-button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.register-section {
    background-color: #ffeeae;
    color: #2c2c2c;
    padding: 60px 20px;

}

.register-section h2 {
    color: #a30000;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.register-section p {
    max-width: 900px;
    margin: 0 auto 40px auto;
    font-size: 1em;
    line-height: 1.6em;
    text-align: justify;
}

.register-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.register-buttons a {
    background-color: #002d72;
    color: #fff;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.register-buttons a:hover {
    transform: translateY(-2px);
    background-color: #ffffff;
    border: 1px solid #002d72;
    color: #000000;
}

.register-buttons svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

@media (max-width: 600px) {
    .register-buttons {
        flex-direction: column;
        align-items: center;
    }

    .register-buttons a {
        width: 90%;
        justify-content: center;
    }
}

.see-you-bar {
    background-color: #ffeeae;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}

.see-you-text {
    color: #002d72;
    font-size: 1.6em;
    font-weight: 600;
    font-family: "Abril Fatface", Sans-serif;
    text-align: center;
    padding: 10px 20px;
    line-height: 1.4;
}

.see-you-text span {
    display: block;
    color: #a30000;
    font-size: 2em;
    font-weight: 800;
    margin-top: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .see-you-text {
        font-size: 1.3em;
    }

    .see-you-text span {
        font-size: 1.6em;
    }
}

@media (max-width: 480px) {
    .see-you-text {
        font-size: 1.1em;
    }

    .see-you-text span {
        font-size: 1.4em;
    }
}


.see-you-btn {
    background-color: #002d72;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.see-you-btn::after {
    content: "→";
    font-size: 1.2em;
}

.see-you-btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #002d72;
    transform: translateY(-2px);
    text-decoration: none;
}

@media (min-width: 768px) {
    .see-you-bar {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }

}

.countdown-section {
    background-color: #ffeeae;
    color: #333;
    padding: 30px 15px 10px; /* Reduced bottom padding */
    text-align: center;
}


.countdown-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px; /* reduced gap */
    max-width: 1200px;
    margin: auto;
}

.countdown-text {
    font-size: 1.2rem;
    flex: 1 1 250px;
    min-width: 250px;
}

.countdown-text b {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
}

.countdown-timer {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    flex: 1 1 300px;
}

.count-box {
    background-color: #8B0000; /* Dark red */
    color: #ffc107;
    width: 100px;
    height: 100px; /* makes it a square */
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.count-box span {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.count-box label {
    font-size: 0.9rem;
    color: #fff;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .countdown-timer {
        flex: unset !important; /* or remove flex-basis and shrink */
        width: 100%;
    }

    .countdown-section {
        padding-bottom: 10px !important;
    }


    .countdown-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .countdown-text {
        margin-bottom: 15px;
        font-size: 1.1rem;
        flex: none;
        width: 100%;
        padding: 0 10px;
    }

    .countdown-timer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .count-box {
        width: 80px;
        height: 80px;
        padding: 10px;
        border-radius: 12px;
    }

    .count-box span {
        font-size: 1.4rem;
    }

    .count-box label {
        font-size: 0.8rem;
    }
}




 .conference-themes {
            padding: 60px 20px;
            background: #fff;
            font-family: 'Work Sans', sans-serif;
        }

        .conference-themes .container {
            max-width: 1200px;
            margin: auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .section-header h2 {
            font-size: 4.2rem;
            color: #a30000;
            margin: 0;
            font-weight: bold;
        }

        .subtitle {
            letter-spacing: 10px;
            color: #333;
            font-weight: 300;
            font-size: 0.9rem;
            margin-top: 5px;
        }

        .desc {
            font-size: 1rem;
            color: #444;
            margin-top: 15px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .themes-grid {
            display: flex;
            /*flex-wrap: wrap;*/
            gap: 30px;
            justify-content: center;
        }

        .theme-card {
            width: 300px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            background: #fff;
            display: flex;
            flex-direction: column;
            text-align: center;
        }

        .theme-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .theme-content {
            padding: 20px;
            color: #fff;
            flex: 1;
        }

        .theme-red .theme-content {
            background-color: #b30000;
        }

        .theme-blue .theme-content {
            background-color: #002b80;
        }

        .theme-content h3 {
            font-size: 1.2rem;
            margin-bottom: 8px;
            color: #FFD700;
        }

        .theme-content h4 {
            font-size: 1rem;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .theme-content p {
            font-size: 0.7rem;
            line-height: 1.5;
        }

        /* Responsive */
        @media (max-width: 768px) {

            .section-header h2 {
                font-size: 3.2rem;
            }

            .themes-grid {
                flex-direction: column;
                align-items: center;
            }
        }

        /*list css*/
        .thrust-areas {
            background: #fff;
            font-family: 'Work Sans', sans-serif;
        }

        .thrust-areas .container {
    max-width: 1000px;   /* Controls the total width */
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

        .thrust-areas h2 {
            font-size: 3.0rem;
            color: #a30000;
            margin-bottom: 20px;
            border-bottom: 4px solid #002147;
            display: inline-block;
            padding-bottom: 8px;
            font-weight: bold;
        }

        .area-list {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 40px;
            margin-top: 30px;
        }

        .area-list .column {
            flex: 1;
            min-width: 280px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .area-list li {
            font-size: 1rem;
            margin-bottom: 15px;
            position: relative;
            padding-left: 28px;
            color: #222;

        }

        .area-list i {
            color: #b30000;
            position: absolute;
            left: 0;
            top: 2px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .thrust-areas h2 {
                font-size: 2.2rem;
            }

            .area-list {
                flex-direction: column;
            }
        }

        /*guiedline css */
        .guidelines-section {
            background-color: #f8f8f8;
            padding: 50px 20px;
            font-family: 'Work Sans', sans-serif;
        }

        .guidelines-section .container {
            max-width: 1000px;
            margin: auto;
        }

        .guidelines-section h2 {
            font-size: 3rem;
            font-weight: 800;
            color: #a30000;
            margin-bottom: 30px;
        }

        .guidelines-list {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }

        .guidelines-list li {
            position: relative;
            font-size: 1rem;
            color: #222;
            margin-bottom: 15px;
            padding-left: 30px;
            line-height: 1.6;
            text-align: justify;
        }

        .guidelines-list li i {
            color: #b30000;
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 1rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .guidelines-section h2 {
                font-size: 1.6rem;
            }

            .guidelines-list li {
                font-size: 0.95rem;

            }
        }
        
         /* Wrapper to position image and overlay */
        .carousel-item {
            position: relative;
        }

        /* Black transparent overlay */
        .carousel-overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: rgba(0, 0, 0, 0.55); /* adjust darkness here */
            z-index: 1;
        }

        /* Text Container */
        .carousel-caption-fixed {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            text-align: center;
            color: #fff;
            width: 100%;
            padding: 0 20px;
            text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
        }

        /* Heading */
        .carousel-caption-fixed h2 {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .carousel-caption-fixed .highlight {
            color: #FFD700;
        }

        /* Subheading */
        .carousel-caption-fixed h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        /* Paragraph */
        .carousel-caption-fixed p {
            font-size: 1rem;
            margin: 10px 0;
        }

        /* Badge style */
        .badge-org {
            background: #007bff;
            padding: 4px 10px;
            border-radius: 5px;
            font-weight: 600;
            color: #fff;
            font-size: 0.9rem;
            margin-right: 5px;
        }

        /* Location/Date Details */
        .carousel-caption-fixed .details {
            font-size: 0.95rem;
            margin-top: 10px;
        }

        .carousel-caption-fixed .details i {
            color: #FFD700;
            margin-right: 5px;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .carousel-caption-fixed h2 {
                font-size: 2.2rem;
            }
            .carousel-caption-fixed h3 {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .carousel-caption-fixed h2 {
                font-size: 1.8rem;
            }
            .carousel-caption-fixed h3 {
                font-size: 1rem;
            }
            .carousel-caption-fixed p,
            .carousel-caption-fixed .details {
                font-size: 0.9rem;
            }
        }
        @media (max-width: 576px) {
            .carousel-caption-fixed h2 {
                font-size: 1.5rem;
            }
            .carousel-caption-fixed h3 {
                font-size: 0.95rem;
            }
            .carousel-caption-fixed p,
            .carousel-caption-fixed .details {
                font-size: 0.85rem;
            }
        }
     .carousel-caption-single-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
    opacity: 0;
    animation: fadeUp 1.5s ease-out 0.5s forwards;
}

.carousel-caption-single-line p {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
}

.carousel-caption-single-line strong {
    color: #FFD700;
    font-weight: 700;
}

/* Animation */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .carousel-caption-single-line p {
        font-size: 1.6rem;
    }
}
@media (max-width: 768px) {
    .carousel-caption-single-line p {
        font-size: 1.3rem;
    }
}
@media (max-width: 576px) {
    .carousel-caption-single-line p {
        font-size: 1.0rem;
    }
}

