html {
    overflow-x: hidden !important;
}

body {
    font-family: var(--font-poppins-regular);
    overflow-x: hidden !important;
}

/* Font Face Declarations */
@font-face {
    font-family: 'Parkinsans';
    src: url('../fonts/Parkinsans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
}

:root {
    --font-parkinsans: 'Parkinsans', sans-serif;
    --font-poppins-regular: 'Poppins-Regular', sans-serif;
    --font-poppins-bold: 'Poppins-Bold', sans-serif;

}


::-webkit-scrollbar {
    display: none;
}

/* =========================
   TOP HEADER
========================= */

.top-header {
    background: #f5f5f5;
    padding: 15px 0;
    overflow-x: hidden;
}

.logo {
    height: 50px;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.naac {
    font-size: 14px;
    font-weight: 600;
}

.phone-btn {
    background: #0d6efd;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    font-family: var(--font-poppins-bold);
}

.phone-btn i {
    font-size: 20px;
}

.phone-btn:hover {
    background: #084298;
    transform: translateY(-2px);
}


/* =========================
   HERO SECTION
========================= */

.hero {
    position: relative;
    background: url('../images/header-img.webp') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow-x: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 80, 0.85), rgba(0, 0, 0, 0.2));
}

.hero-content {
    position: relative;
    z-index: 2;
}

.sub-heading {
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
    opacity: 0.9;
}

.event-code {
    color: #ffd700;
    font-weight: 700;
    font-size: 3rem;
    font-family: var(--font-parkinsans);
}

.main-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font-parkinsans);
    max-width: 900px;

}

.main-heading span {
    color: #ffd700;
}

.date-card {
    background: #fff;
    color: #000;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
    font-weight: 900;
    font-family: var(--font-parkinsans);
    position: relative;
}

/* Decorative dots on left side */
.date-card::before {
    content: '';
    position: absolute;
    left: -3%;
    top: 50%;
    transform: translateY(-125%);
    width: 15px;
    height: 15px;
    background: #ffd700;
    border-radius: 50%;
    box-shadow: 0 25px 0 0 #ffd700;
}

.date-card h3 {
    margin: 0;
    font-size: 2rem;
}

.date-card p {
    margin: 0;
    color: #0d6efd;
    font-weight: 600;
    font-size: 2rem;
}

.mode-text p {
    margin: 0;
    font-size: 1.7rem;
}

.event-details {
    margin-top: 3.5rem !important;
    overflow-x: hidden;
}


/* =========================
   ABOUT SECTION
========================= */

.about-section {
    background: #ffffff;
}

.about-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #1e73be;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon i {
    font-size: 40px;
    color: #fff;
}

.about-heading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.about-heading span {
    color: #1e73be;
}

.about-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    text-align: justify;
}

.about-image img {
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}



/* =========================
   FACULTY SECTION
========================= */

.faculty-section {
    background: #ffffff;
}

.faculty-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #1e73be;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faculty-icon i {
    font-size: 38px;
    color: #fff;
}

.faculty-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #1e73be;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faculty-icon img {
    width: 45px;
    height: 45px;
}

.faculty-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.faculty-heading span {
    color: #1e73be;
}

.faculty-content {
    max-width: 100%;
    margin: 0 auto;
}

.faculty-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}



/* =========================
   DEPARTMENT SECTION
========================= */

.department-section {
    background: #ffffff;
    /* Light grey background */
}

.department-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #1e73be;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.department-icon img {
    width: 45px;
    height: 45px;
}

.department-heading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.department-heading span {
    color: #1e73be;
}

.department-content {
    max-width: 100%;
    margin: 0 auto;
}

.department-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}




/* =========================
   CONFERENCE SECTION
========================= */

.conference-section {
    background: #ffffff;
}

.conference-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #1e73be;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conference-icon img {
    width: 45px;
    height: 45px;
}

.conference-heading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.conference-heading span {
    color: #1e73be;
}

.conference-content {
    max-width: 100%;
    margin: 0 auto;
}

.conference-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}




/* =========================
   OBJECTIVES SECTION
========================= */

.objectives-section {
    background: #167bb7;
    color: #fff;
}

.objectives-heading {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);

    display: flex;
    align-items: center;
    justify-content: center;
}

.objectives-heading span {
    color: #ffd95a;
}

.objective-heading-div {
    display: flex;
    gap: 10px;
}

.arrow {
    color: #fff;
    font-size: 2.5rem;
    margin: 0 1.7rem;
}

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

.number-box {
    background: #ffd95a;
    color: #000;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.objective-item p {
    margin: 0;
    line-height: 1.7;
}


/* =========================
   THEMES BOX
========================= */

.themes-box {
    background: #f4d46c;
    border-radius: 40px;
    color: #000;
}

.themes-heading {
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-parkinsans);
}

.themes-box ol {
    padding-left: 20px;
}

.themes-box li {
    margin-bottom: 8px;
}




/* =========================
   GUESTS SECTION
========================= */

.guests-section {
    background: #f4f4f4;
}

.guests-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
    margin-bottom: 5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.arrow-blue {
    color: #167bb7;
    margin: 0 5px;
}

/* Speaker Card */
.speaker-card {
    text-align: center;
    position: relative;
}

.role-badge {
    background: #167bb7;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.role-badge.grey {
    background: #e0e0e0;
    color: #000;
}

.speaker-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.speaker-img img {
    width: 100%;
    display: block;
}

.speaker-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

.speaker-desc {
    font-size: 13px;
    margin-top: 10px;
    color: #333;

    text-align: center;
}

.small .speaker-img {
    border-radius: 15px;
}

.small-text {
    font-size: 12px;
}

/* Divider */
.divider-line {
    width: 250px;
    height: 6px;
    background: #167bb7;
    margin: 0 auto;
    border-radius: 5px;
}




/* =========================
   PARTICIPATION SECTION
========================= */

.participation-section {
    background: #f4f4f4;
}

.participation-wrapper {
    background: #167bb7;
    border-radius: 30px;
    color: #fff;
}

.white-pill {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
}

/* Benefits */

.benefit-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.num-box {
    background: #ffd95a;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* KEY DATES */
/* =========================
   KEY DATES – PERFECT MATCH
========================= */

.key-dates-box {
    background: #f4d46c;
    border-radius: 23px;
    padding: 40px 35px;
    position: relative;
}

.key-pill {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 45px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: var(--font-parkinsans);
    font-size: 1.5rem;
}

.key-label {
    font-size: 22px;
    color: #333;
    font-family: var(--font-poppins-bold);
    font-weight: 500;
}

.date-tag {
    background: #167bb7;
    color: #fff;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 500;
}

.date-tag.wide {
    padding: 10px 30px;
}


.key-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem 35px;
}

.key-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.participation-content {
    padding: 3rem;
    padding-bottom: 0 !important;
}

.key-dates-box {
    margin: 0.5rem;

}

.participation-wrapper {
    padding-bottom: 0.1rem;
}





/* =========================
   REGISTRATION SECTION
========================= */

.registration-section {
    background: #f4f4f4;
}

.registration-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.arrow-blue {
    color: #167bb7;
    margin: 0 10px;
}

/* TABLE */

.registration-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.registration-table thead {
    background: #167bb7;
    color: #fff;
}

.registration-table th {
    font-family: var(--font-parkinsans);
}

.registration-table td {
    font-weight: 400;
}

.registration-table th,
.registration-table td {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: left;
    font-family: var(--font-parkinsans);

}

.registration-table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

/* PAYMENT BOX */

.payment-box {
    background: #fff8db;
    border-radius: 25px;
    border: 2px solid #167bb7;
}

.payment-heading {
    color: #167bb7;
    font-weight: 700;
    font-family: var(--font-poppins-bold);
}

.payment-list {
    padding-left: 18px;
}

.qr-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: space-evenly;
}

.qr-text {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: var(--font-parkinsans);
}

.qr-img {
    width: 140px;
    border-radius: 8px;
}


/* =========================
   KNOWLEDGE PARTNERS
========================= */

.partners-section {
    background: #f4f4f4;
}

.partners-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
    padding-bottom: 1rem !important;
}

.partner-logo {
    padding: 20px;
}

.partner-logo img {
    max-width: 250px;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: 0.3s ease;
    mix-blend-mode: multiply;
}

/* Optional Hover Effect */
.partner-logo img:hover {
    transform: scale(1.05);
}




/* =========================
   ORGANISING COMMITTEE
========================= */

.committee-section {
    background: #167bb7;
    color: #fff;
}

.committee-heading {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: var(--font-parkinsans);
}

.arrow-yellow {
    color: #ffd95a;
    margin: 0 10px;
}

.committee-card {
    background: #fff8db;
    color: #000;
    padding: 30px;
    border-radius: 25px;
    height: 100%;
}

.committee-card h3 {
    color: #167bb7;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.committee-card ul {
    padding-left: 18px;
    margin: 0;
}

.committee-card li {
    margin-bottom: 8px;
    font-weight: bolder;
}

.members-card {
    padding: 40px;
}



/* =========================
   CONTACT SECTION
========================= */

.contact-section {
    background: #f4f4f4;
    border-top: 4px solid #167bb7;
}

.contact-info h4 {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: var(--font-parkinsans);
}

.contact-info p {
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-message p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
    margin-left: auto;
}


/* =========================
   DISABLE IMAGE SELECTION
========================= */

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}


/* =========================
   TEXT SELECTION STYLING
========================= */

::selection {
    background-color: #167bb7;
    color: #ffffff;
}

::-moz-selection {
    background-color: #167bb7;
    color: #ffffff;
}


/* =========================
   GO TO TOP BUTTON
========================= */

.go-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #167bb7;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    transition: all 0.4s ease;
}

.go-to-top:hover {
    background: #125a8a;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.go-to-top.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.go-to-top i {
    line-height: 1;
}