﻿body{
    font-size: 16px;
    position: relative;
    background: transparent;
}

.main-container{
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

.hero-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(7, 18, 28, 1) 0%, rgba(4, 10, 20, 1) 100%);
    min-height: 700px;
}

.hero-container::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: rgba(79, 209, 197, 0.18);
    filter: blur(90px);
}

.hero-container::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -5%;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(91, 140, 255, 0.16);
    filter: blur(80px);
}

.hero-back-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    opacity: 0.12;
}

.hero-sub-container{
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 100%;

}

.icon-img{
    filter: invert(92%) sepia(7%) saturate(73%) hue-rotate(167deg) brightness(102%) contrast(96%);
}

.hero-sub-container h2{
    font-size: clamp(2.5rem, 4.75vw, 4.25rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: transparent;
    background: linear-gradient(135deg, #42D1C5, #2E70F0);
    background-clip: text;
    -webkit-background-clip: text;
}

/* .hero-sub-container p {
    margin-top: 1.5rem;
    font-size: clamp(1.05rem, 1.6vw, 1.95rem);
    color: #e4ecff;
    letter-spacing: -0.02em;
} */

.section-card {
    background: rgba(11, 18, 36, 0.95);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    box-shadow: 0 20px 80px rgba(0,0,0,0.25);
    padding: 2.2rem 2rem;
    margin-bottom: 2.25rem;
}

.section-card h2,
.section-card h4 {
    color: #e9f0ff;
}

.section-card p,
.section-card li {
    color: #b8c5e1;
}

.section-card ul {
    margin-top: 1.25rem;
    padding-left: 1.35rem;
}

.section-card li {
    margin-bottom: 0.9rem;
}

.agenda-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}

.agenda-table th,
.agenda-table td {
    padding: 1.3rem 1.35rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    text-align: left;
}

.agenda-table th {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    color: #c8d8ff;
    background: rgba(255,255,255,0.04);
}

.agenda-table tr:nth-child(odd) {
    background: rgba(255,255,255,0.03);
}

.agenda-table tr:last-child td {
    border-bottom: none;
}

.agenda-table {
    display: block;
    overflow-x: auto;
    width: 100%;
}

.agenda-table th,
.agenda-table td {
    white-space: nowrap;
}

.input-data {
    margin-top: 1rem;
}
        label.error {
            display: block;
            margin-top: 0.5rem;
            font-size: 0.85rem;
            font-weight: 600;
            color: #dc2626;
        }

.input-data label {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.95rem;
    font-weight: 600;
}

.input-data input {
    width: 100%;
    min-height: 52px;
    padding: 0.95rem 1rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    color: #eef5ff;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.input-data input:focus {
    outline: none;
    border-color: rgba(79,209,197,0.9);
    background: rgba(79,209,197,0.09);
}

.register-card {
    background: rgba(8, 14, 28, 0.96);
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 35px 90px rgba(0,0,0,0.28);
    padding: 2rem;
}

.register-card h2 {
    margin-bottom: 1.3rem;
}

.register-card .main-form-input {
    display: grid;
    gap: 1rem;
}

.register-card .fst-italic {
    color: #94a7c4;
    font-size: 0.92rem;
    line-height: 1.5;
}

.btn-container {
    margin-top: 1.25rem;
}

.register-btn {
    width: 100%;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #4fd1c5, #5b8cff);
    color: #07101c;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 22px 60px rgba(79,209,197,0.18);
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.register-btn:hover {
    opacity: 0.96;
    transform: translateY(-1px);
}

.hero-content-container {
    gap: 2.5rem;
}

.hero-content {
    width: 100%;
}

@media (max-width: 1024px) {
    .hero-container {
        min-height: 700px;
    }
    .section-card {
        padding: 1.75rem 1.25rem;
    }
}

@media (max-width: 768px) {
    .hero-container {
        min-height: auto;
        padding: 3rem 1rem;
    }
    .hero-sub-container h2 {
        font-size: 2.6rem;
    }
    .hero-sub-container p {
        font-size: 1.05rem;
    }
    .register-card {
        padding: 1.4rem 1rem;
    }
    .section-card {
        padding: 1.6rem 1rem;
    }
    .agenda-table {
        border-radius: 20px;
    }
    .agenda-table th,
    .agenda-table td {
        padding: 1rem 0.85rem;
    }
}

@media (max-width: 560px) {
    .hero-container {
        min-height: auto;
        padding: 2.5rem 0.75rem;
    }
    .hero-sub-container h2 {
        font-size: 2.2rem;
    }
    .hero-sub-container p {
        font-size: 0.98rem;
    }
    .hero-container::before,
    .hero-container::after {
        display: none;
    }
    .section-card {
        margin-bottom: 1.5rem;
        padding: 1.25rem 0.85rem;
    }
    .register-card {
        padding: 1.25rem 0.85rem;
    }
    .agenda-table {
        width: 100%;
        overflow-x: hidden;
    }
    .agenda-table th,
    .agenda-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        white-space: normal;
        padding: 0.9rem 0.85rem;
    }
    .agenda-table tr {
        display: block;
        margin-bottom: 0.75rem;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .agenda-table tr:last-child {
        border-bottom: none;
    }
}
   
    .agenda-td:nth-child(1),
    .agenda-th:nth-child(1){
        margin: 0;
    }
    .about-sub-heading{
        text-align: left;
    }
    .date-container{
        flex-direction: column;
        align-items: flex-start;
        justify-content: start;
        padding-top: 40px;
    }


@media (max-device-width: 576px){
    .hero-heading{
        margin-top: 0;
        font-size: 52px;
    }
    .date-text,
    .register-btn{
        font-size: 16px;
    }
    .dbs-logo {
        /* width: 100%; */
        width: 90px;
    }
    .gs-logo{
        width: 110px;
    }
    .form-container{
        padding: 10px;
    }
    .date-container{
        margin-top: 0;
    }
    .statistics-heading{
        color: #0E9AD7;
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 20px 0;
    }
    .statistics-sub-heading{
        color: #000;
        font-size: 24px;
    }
}
