@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
.navbar span:last-child img {
    height: 100px;   /* increase as you want */
    width: auto;
    display: flex;
   margin-left: auto;
}
.iiit {
    margin-left: 7px;  /* adjust value */
}
.home_page .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.home_page .iiit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
}

.home_page main{
    position: relative;
    width: 100%;
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100svh;
    z-index: 1;

}
main .hero_image{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    
}
.navbar img{
    width: 23px;
    height: auto;
}
main .navbar{
    position: sticky;
    top: 0;
    width: 100%;
    height: 65px;
    background-color: #7d0208;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 10; 
}
.sub_nav {
    position: relative;
    top: 0;              
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 30px;             

    z-index: 15;
}
.sub_nav button {
    background: transparent;
    border: none;

    font-family: "PT Serif", serif;
    font-size: 25px;
    font-style: italic;

    color: #7d0208;         

    cursor: pointer;
    padding: 6px 12px;

    transition: color 0.2s ease;
}


.menu_container {
    display: flex;
    align-items: center;
}


.navbar .iiit{
    font-size: clamp(28px,5vw,55px);
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    color: #fff;
    font-family: "PT Serif", serif;
    font-weight: 400;
    font-style: normal;

}
main .box{
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.navbar img{
    width: 77px;
    height: auto;
    font-size: clamp(28px,5vw,55px);
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

.center {
    min-height: auto;
    margin-top: 0;
    padding: 120px 20px 100px;
    color: #7d0208;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 20;
    font-family: "PT Serif", serif;
    font-weight: 550;
    font-style: bold;
    font-size: clamp(48px, 12vw, 134px); 
} 
.center span:nth-child(2){
    margin-top: 8px;
    font-size: clamp(16px, 4vw, 24px);
    color: #7d0208;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    font-family: "PT Serif", serif;
    font-weight: 40;
    font-style: italic;
}

.bottom_nav {
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 65px;

    background-color: #7d0208;

    display: flex;
    justify-content: space-around;
    align-items: center;

    color: white;
    font-family: "PT Serif", serif;

    z-index: 20;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bottom_nav span {
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.bottom_nav.hide {
    transform: translateY(100%);
    opacity: 0;
}

@media (max-width: 768px) {

    .navbar {
        padding: 0 16px;
        height: 55px;
    }

    .sub_nav {
        gap: 12px;
    }

    .sub_nav button {
        font-size: 16px;
    }

    .center {
        font-size: clamp(36px, 9vw, 72px);
    }

    .bottom_nav {
        height: 55px;
        font-size: 14px;
    }
}
.sub_nav button {
    position: relative;
}

.sub_nav button {
    position: relative;
}

.sub_nav button::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 2px;
    background-color: #7d0208;

    transition: width 0.3s ease;
}

.sub_nav button:hover::after {
    width: 100%;
}

.first {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 80px 12%;
    background: white;
    color: #222;
    font-family: serif;
    line-height: 1.7;
    margin-top: 40px;            
    border-radius: 24px 24px 0 0;
}
.section_title{
    color: #7d0208;
    font-family: "PT Serif", serif;
    font-size: 32px;
    font-weight: 600;

    text-align: center;  
    margin-bottom: 30px;
}

.section_content { 
    max-width: 900px;
    width: 100%;
    margin: 0;
    padding-top: 0vh;
}

.p1{
    font-size: 22px;
    line-height: 1.9;
    color: #7d0208;
}
.p2{
    font-size: 22px;
    line-height: 1.9;
    color: #7d0208;
    padding-top: 3vh;
}
.p3{
    font-size: 22px;
    line-height: 1.9;
    color: #7d0208;
    padding-top: 3vh;

}
.p4{
    font-size: 22px;
    line-height: 1.9;
    color: #7d0208;
    padding-top: 3vh;
}
.p5{
    font-size: 22px;
    line-height: 1.9;
    color: #7d0208;
    padding-top: 3vh;
}
.faq {
    background: #ffffff;
    padding: 80px 12%;
    border-top: 1px solid #eee;
    font-family: "PT Serif", serif;
}

.faq_title {
    text-align: center;
    font-size: 32px;
    color: #7d0208;
    margin-bottom: 40px;
    font-weight: 600;
}

.faq_content {
    max-width: 900px;
    margin: auto;
}

.faq details {
    background: #fafafa;
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.faq details:hover {
    background: #f2f2f2;
}

.faq summary {
    font-size: 20px;
    font-weight: 600;
    color: #7d0208;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "+";
    float: right;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.faq details[open] summary::after {
    content: "−";
}

.faq details p {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}
.site_footer {
    background-color: #7d0208;
    color: white;
    text-align: center;
    padding: 18px 12px;
    font-family: "PT Serif", serif;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.site_footer p {
    margin: 0;
}

@media (max-width: 768px) {
    .site_footer {
        font-size: 13px;
        padding: 14px 10px;
    }
}



body {
    font-family: "PT Serif", serif;
    background-color: #f4f4f4;
}

/* NAVBAR */
.navbar {
    height: 65px;
    background-color: #7d0208;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.navbar .iiit {
    font-size: 36px;
    color: white;
}

.navbar img {
    width: 40px;
}

/* SUB NAV */
.sub_nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 12px 0;
}

.sub_nav button {
    background: none;
    border: none;
    font-size: 18px;
    font-style: italic;
    color: #7d0208;
    cursor: pointer;
}


.page_header h1 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
    padding-top: 70px;
}

.page_header .dates {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.page_header .dept {
    margin-top: 10px;
    font-size: 17px;
}

.page_header .reg {
    margin-top: 12px;
    font-size: 16px;
    font-style: italic;
}
/* ======================
   SCHEDULE PAGE 
====================== */
.contact_section {
    max-width: 1100px;
    margin: 80px auto 120px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}



/* WEEK TITLE */
.contact_box .box_title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}

/* DESCRIPTION TEXT */
.contact_box p {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    color: #333;
}

/* TIMETABLE IMAGE AREA */
.timetable_placeholder {
    margin-top: 40px;
    width: 100%;
    min-height: 520px;  /* BIG AREA LIKE IMAGE */
    border: 2px dashed #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    background: #fafafa;
}

/* MOBILE */
@media (max-width: 768px) {
    .contact_section {
        gap: 60px;
    }

    .timetable_placeholder {
        min-height: 360px;
    }
}
.page_header {
    position: relative;
    padding-top: 70px;
}
.page_header h1 {
    margin-bottom: 80px;
}
/* ===============================
   SCHEDULE PAGE – MATCH GALLERY
================================ */

/* Remove full-screen background */
.schedule_page main {
    height: auto;              /* ❌ remove 100vh */
    background: none;          /* main should not carry bg */
}
/* Schedule page top image like gallery */
.schedule_page .page_header {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:0px;
}
/* Use hero like gallery */
.schedule_page .hero {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;      
    padding-bottom: 100px;
}
.schedule_page .sub_nav {
    position: absolute;
    top: 65px;        /* navbar height */
    left: 0;
    width: 100%;
    background: transparent;
}

/* ===== TIMETABLE IMAGE ===== */
.timetable_img {
    margin-top: 40px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* MOBILE */
@media (max-width: 768px) {
    .timetable_img {
        max-width: 100%;
    }
}




.page_header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
}

.page_header > * {
    position: relative;
    z-index: 3;
    color:#7d0208 ; 
}
/* ======================
   TIMETABLE NAMES ROW
====================== */

.timetable_names {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #7d0208; /* academic blue */
    text-align: center;
}

.timetable_names span {
    flex: 1;
}

/* MOBILE */
@media (max-width: 768px) {
    .timetable_names {
        flex-direction: column;
        gap: 12px;
        font-size: 15px;
    }
}


/* ===============================
   MAIN CONTENT SECTION
================================ */
.contact_section {
    padding: 0 20px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* ===============================
   PAYMENT DETAILS (GREY BOX)
================================ */

.contact_box p {
    margin-bottom: 12px;
    font-size: 16px;
}
.contact_box {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}




/* ===============================
   TEXT COLORS
================================ */
.green {
    color: green;
    font-weight: bold;
}

.purple {
    color: purple;
    font-weight: bold;
}

.blue {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

/* ===============================
   DUAL BOX SECTION
================================ */
.dual_box {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===============================
   GREEN BOXES (BOTTOM)
================================ */
.green_box {
    flex: 1;                     /* equal width */
    min-width: 320px;            /* responsive */
    max-width: 500px;

    background: #ffffff;         /* same as top */
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.green_box p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}
.box_title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.dual_box {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}


/* =====================
   SPEAKERS PAGE
===================== */

.speakers_page .red_text {
    color: red;
    font-style: italic;
    font-size: 18px;
    margin-top: 10px;
}

/* TEXT SECTION */
.speakers_page .content_section {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.speakers_page .content_box {
    background-color: #ffffff;
    border: 2px solid #4aa3a3;
    padding: 30px;
    line-height: 2.2;
    color: #7b0000 ;
}

/* SPEAKERS */
.speakers_page .speaker_section {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 40px auto 120px;
    flex-wrap: wrap;
}

.speakers_page .speaker_card {
    text-align: center;
}

.speakers_page .speaker_card img {
    width: 160px;
    height: 180px;
    object-fit: cover;
    border: 3px solid black;
}

.speakers_page .speaker_name {
    font-weight: bold;
    margin-top: 12px;
}

.speakers_page .speaker_inst {
    color: #333;
}

/* MOBILE */
@media (max-width: 768px) {
    .speakers_page .speaker_section {
        gap: 40px;
    }
}
/* ======================
   SPEAKERS PAGE FIX
====================== */

.speakers_page main {
    background: #ffffff;
    position: relative;
}

/* Pull content above hero image */
.speakers_page .content_section {
    background: #ffffff;
    margin-top: -120px;      /* 👈 lifts section over hero */
    padding-top: 120px;
    position: relative;
    z-index: 10;
}

/* Clean white card */
.speakers_page .content_box {
    background: #ffffff;
    border: none;            /* optional – cleaner look */
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}



/* ======================
   PAGE HEADER (COMMON)
====================== */

.page_header {
    width: 100%;
    /* min-height: 70vh; */
    background-image: url("campus.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    /* padding: 80px 20px 50px; */
    color: #7d0208;
}
/* ===============================
   SPEAKERS HERO – MATCH OTHERS
================================ */

.speakers_page .page_header {
    background-image: url("image2.jpg");  /* same as others */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 160px 20px 140px;   /* 👈 SAME as schedule & contacts */
    min-height: auto;            /* remove 70vh restriction */
}


.page_header h1 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
}

.page_header .dates {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.page_header .dept {
    margin-top: 10px;
    font-size: 17px;
}

.page_header .reg {
    margin-top: 12px;
    font-size: 16px;
    font-style: italic;
}



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

.hero {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px;   
}


/* NAVBAR */
.navbar {
    height: 65px;
    background-color: #7d0208;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    color: white;
}

.navbar .iiit {
    font-size: 34px;
}

.menu {
    font-size: 20px;
}

/* SUB NAV */
.sub_nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 14px 0;
    background: transparent;
}

.sub_nav button {
    background: none;
    border: none;
    font-size: 18px;
    font-style: italic;
    color: #7d0208;
    cursor: pointer;
}

/* HERO TEXT */
.center {
    text-align: center;
    padding: 90px 20px 40px; 
    color: #7d0208;
}

.center h1 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
}

.center .dates {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
}

.center p {
    margin-top: 10px;
    font-size: 17px;
}

.center .reg {
    font-style: italic;
}

/* ================= GALLERY ================= */

.gallery_page {
    background: #ffffff;
}

.gallery_section {
    max-width: 900px;
    margin: auto;
    padding: 80px 20px 120px;

    display: flex;
    flex-direction: column;
    gap: 35px;
}

/* CARD */
.gallery_card {
    background: #f2f4f6;
    padding: 32px 40px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    gap: 40px;

    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
}

.year {
    background: #7d0208;
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 14px;
}

.gallery_text p {
    font-size: 16px;
    color: #333;
}

.gallery_text a {
    color: #7d0208;
    font-style: italic;
    text-decoration: underline;
}

/* MOBILE */
@media (max-width: 600px) {
    .gallery_card {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* photosssss*/

.photo-gallery {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

/* Image styling */
.photo-gallery img {
    width: 100%;
    height: 220px;          /* 👈 controls photo height */
    object-fit: cover;      /* 👈 crops nicely, no stretch */
    border-radius: 10px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect (optional but sexy) */
.photo-gallery img:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

/* remove space */



.event-header {
    text-align: center;
    padding: 60px 20px 20px;
}

.photo-gallery {
    max-width: 1200px;
    margin: 10px auto 60px; /* 🔥 FIXED GAP */
    padding: 0 20px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.photo-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;

    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-gallery img:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}



/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 10px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.lightbox .nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
}

.lightbox .left {
    left: 30px;
}

.lightbox .right {
    right: 30px;
}

.gallery-img {
    cursor: pointer;
}



/* PAGE HEADER (FULL WIDTH IMAGE FIX) */
.page_header {
    width: 100vw;
    min-height: 70vh;

    background-image: url("image2.jpg"); 
    background-size: cover;         
    background-position: center;
    background-repeat: no-repeat;

    text-align: center;
    padding: 80px 20px 50px;
    color: #7d0208;

    margin-left: calc(50% - 50vw);
}

.page_header h1 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
}

.page_header .dates {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.page_header .dept {
    margin-top: 10px;
    font-size: 17px;
}

.page_header .reg {
    margin-top: 12px;
    font-size: 16px;
    font-style: italic;
}

/* ===============================
   PAYMENT PAGE – MATCH GALLERY
================================ */

.payment_page main {
    height: auto;
    background: none;
}
/* FIX SUBNAV POSITION ON PAYMENT PAGE */
.payment_page .sub_nav {
    position: absolute;
    top: 65px;   /* same as navbar height */
    left: 0;
    width: 100%;
    background: transparent;
}

.payment_page .page_header {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 20px 140px;
    text-align: center;
}
/* PAYMENT DETAILS (GREY BOX) */
.contact_box {
    background: #eaeaea;
    max-width: 900px;
    width: 100%;
    padding: 35px 45px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.contact_section {
    max-width: 1100px;
    margin: 80px auto 120px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contact_box {
    background: #ffffff;
    padding: 40px 45px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


/* ======================
   STICKY FOOTER FIX
====================== */
body {
    font-family: "PT Serif", serif;
    background-color: #f4f4f4;
}

.speakers_page main {
    height: auto;
}

.speakers_page .content_section {
    margin-top: 0px;   /* ⬅️ pushes content below hero */
}

/* FIX FOOTER POSITION ON SPEAKERS PAGE */
.speakers_page main {
    height: auto !important;
}

.speakers_page .section_title {
    text-align: center;
    margin-top: 100px;  
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #7d0208;
}

.speakers_page .speaker_section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    margin: 0 auto 120px;
    flex-wrap: wrap;
}

.speakers_page .speaker_card {
    text-align: center;
    max-width: 220px;
}

.speakers_page .speaker_card img {
    width: 160px;
    height: 180px;
    object-fit: cover;
    border: 3px solid #7d0208;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .speakers_page .speaker_section {
        gap: 40px;
    }

    .speakers_page .academics_title {
        margin-top: 70px;
        font-size: 30px;
    }
}

/* ======================
   ACADEMICS SECTION
====================== */

.academics_section {
    margin-top: 120px;   /* pushes section DOWN */
    text-align: center;
}

.academics_title {
    font-size: 38px;
    font-weight: 600;
    color: #7d0208;
    margin-bottom: 60px;
}

/* Faculty cards row */
.speaker_section {
    display: flex;
    justify-content: center;
    gap: 90px;
    flex-wrap: wrap;
    margin-bottom: 140px;
}

/* Individual card */
.speaker_card {
    text-align: center;
    max-width: 220px;
}


/* ======================
   CONTACT CONTENT
====================== */


.bordered_box {
    border: 2px solid #4aa3a3;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 60px;
}

.contact_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #7d0208;
}

.contact_box p {
    font-size: 18px;
    line-height: 1.8;
}

.highlight_red {
    color: #b22222;
    font-style: italic;
    font-weight: 600;
}

.highlight_green {
    color: #228B22;
    font-weight: 600;
}

.highlight_purple {
    color: #6a0dad;
    font-style: italic;
    font-weight: 600;
}

/* ======================
   CONTACT CONTENT
====================== */

.contact_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    color: #7d0208;
}

.contact_box p {
    font-size: 18px;
    line-height: 1.8;
}

.highlight_red {
    color: #b22222;
    font-style: italic;
    font-weight: 600;
}

.highlight_green {
    color: #228B22;
    font-weight: 600;
}

.highlight_purple {
    color: #6a0dad;
    font-style: italic;
    font-weight: 600;
}

.contacts_page .page_header {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    padding: 160px 20px 140px;
}

/* ===============================
   CONTACTS PAGE – MATCH SCHEDULE
================================ */

/* Remove global hero from main */
.contacts_page main {
    height: auto;
    background: none;
}

/* Apply hero background to page_header */
.contacts_page .page_header {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 160px 20px 140px;
    position: relative;
}

/* Keep subnav over image */
.contacts_page .sub_nav {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: transparent;
}

.contacts_page main {
    height: auto;
    background: none;
}

.contacts_page .page_header {
    background-image: url("image2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 20px 140px;
    text-align: center;
}

.center {
    text-align: center;
    padding: 90px 20px 40px;
    color: #7d0208;
}

.center h1 {
    font-size: clamp(32px, 6vw, 52px);
    font-weight: 600;
}
.center .dates {
    margin-top: 14px;
    font-size: 18px;
    font-weight: bold;
}

.center p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.8;
}

.center .reg {
    font-style: italic;
}
