/* ==========================================
   WALKATHON PAGE CSS
   VISHVA RIDE
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
    background:linear-gradient(135deg, rgba(255,153,51,.80),rgba(255,255,255,.30),
rgba(6,3,141,.20), rgba(255,255,255,.30), rgba(19,136,8,.80));
color:#000080;
}

/* ================= NAVBAR ================= */

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 8%;
background:#fff;
box-shadow:0 2px 15px rgba(0,0,0,.08);
position:sticky;
top:0;
z-index:1000;
}

.logo{
display:flex;
flex-direction:column;
text-decoration: none;
color: inherit;
align-items: center;
justify-content: center;
}

.logo img{
   width:120px;
   height:auto;
   display:block;
   cursor: pointer;
}
/*
.logo h2{
font-size:32px;
font-weight:800;
color:#000080;
}*/

.logo p{
font-size:12px;
font-weight:bold;
letter-spacing:2px;
text-transform:uppercase;
color:#000080;
}

.menu{
display:flex;
gap:35px;
list-style:none;
}
.menu-toggle{
    display:none;
}

.menu a{
text-decoration:none;
font-weight:600;
color:#000080;
transition:.3s;
}

.menu a:hover,
.menu .active{
color:#ff671f;
}

.register-btn{
background:#ff671f;
color:white;
padding:13px 30px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.register-btn:hover{
border: 2px solid #ff671f;
background:white;
color: #000080;
}

/*=========================================
             HERO SECTION
=========================================*/

.hero{
    position:relative;
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url("../image/walkathon/banner.png") center;
    background-size:cover;
    background-position:center;
    height:650px;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    text-align:center;
    overflow:hidden;
}

.hero-content{
    position: relative;
    max-width: 1100px;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.badge{
    display:inline-block;
    padding:10px 22px;
    background:transparent;
    color:white;
    border: 2px solid white;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

.hero h1{
    font-size:72px;
    line-height:1.2;
    color:#ff671f;
    margin-bottom:20px;
}

.hero p{
    font-size:20px;
    line-height:1.2;
    color:#eee;
    margin-bottom:18px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.hero-btn,
.hero-btn-outline{
padding:15px 38px;
border-radius:35px;
font-weight:600;
text-decoration:none;
transition:.35s;
}

.hero-btn{
background:#ff671f;
color:#fff;
}

.hero-btn:hover{
background:#fff;
color:#000080;
border:2px solid #ff671f;
}

.hero-btn-outline{
border:2px solid #ff671f;
color:#ff671f;
}

.hero-btn-outline:hover{
background:#fff;
color:#000080;
}


section{
padding:50px 8%;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:44px;
color:#000080;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
font-size:18px;
line-height:1.8;
color:black;
}

/*================ OVERVIEW ================*/

.overview-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:10px;
}

.overview-card{
background:#fff;
padding:10px;
text-align:center;
border-radius:20px;
box-shadow:0 5px 10px rgba(6,3,141,.80);
transition:.35s;
}

.overview-card:hover{
transform:translateY(-12px);
}

.overview-card .icon{
font-size:45px;
margin-bottom:18px;
}

.overview-card h3{
color:#ff671f;
margin-bottom:15px;
}

.overview-card p{
color:black;
}


.about-event{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.about-image img{
width:70%;
height:70%;
align-items: right;
border-radius:25px;
box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.about-content h2{
font-size:42px;
margin-bottom:20px;
text-align: center;
color:#000080;
}

.about-content p{
font-size:17px;
line-height:1.9;
color:black;
text-align: justify;
margin-bottom:20px;
}

.highlights{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px;
}

.highlights div{
background:#fff;
padding:18px;
border-left:5px solid #ff671f;
border-radius:12px;
box-shadow:0 5px 10px rgba(6,3,141,.80);
font-weight:600;
}
.about-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.about-btn,
.about-btn-outline{
padding:15px 38px;
margin-top: 50px;
border-radius:35px;
font-weight:600;
text-decoration:none;
transition:.35s;
}

.about-btn{
background:#ff671f;
color:#fff;
}

.about-btn:hover{
background:#fff;
border: 2px solid #ff671f;
color:#000080;
}

.about-btn-outline{
border:2px solid #ff671f;
color:#ff671f;
}

.about-btn-outline:hover{
background:#fff;
color:#000080;
}
/* ================= icons ================= */
.icon{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:none;
}
.icon img{
    width:100px;
    height:100px;
    border-radius:50%;
    display: block;
}

/*================ SCHEDULE ================*/
.schedule-rule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start; /* Better than center */
}

.table,
.container {
    width: 100%;
}

.schedule-table {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #000080;
    overflow: hidden;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.schedule-row {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 22px 35px;
    border-bottom: 1px solid #eee;
}

.schedule-row:last-child {
    border-bottom: none;
}

.schedule-row div:first-child {
    font-weight: 600;
    color: #000080;
}

.schedule-row div:last-child {
    text-align: right;
    color: #ff671f;
    font-weight: 600;
}
/*=========================================
         SECTION TITLE EFFECT
=========================================*/

section h2::after{

    content:"";

    display:block;

    width:90px;

    height:4px;

    background:#ff7a00;

    margin:15px auto 0;

    border-radius:10px;

}

.container h2{
    font-size:45px ;
    text-align: center;
}

.container p{
    margin-top: 30px;
    color: black;
    font-size:18px ;
    text-align: center;
}

.rules{
    text-align: center;
}

.rules ul{
    max-width:900px;
    margin:40px auto 0;
    padding:0;
    list-style:none;
}

.rules ul li{
    background:#f8f9fc;
    margin-bottom:18px;
    padding:18px 22px;
    border-left:5px solid #ff7a00;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    border-radius:8px;
    font-size:17px;
    transition:.3s;
}

.rules ul li:hover{
    background:#fff4e8;
    transform:translateX(8px);
}


/*=========================================
        REGISTRATION PROCESS
=========================================*/

/*================ PROCESS TIMELINE ================*/

.timeline{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:30px;
}

.step{
background:#fff;
padding:35px 25px;
text-align:center;
border-radius:20px;
box-shadow:0 5px 10px rgba(6,3,141,.80);
transition:.35s;
position:relative;
}

.step:hover{
transform:translateY(-10px);
}

.step-number{
width:70px;
height:70px;
background:white;
color:#ff671f;
border: 2px solid #ff671f;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
font-weight:700;
margin:0 auto 20px;
}

.step h3{
color:#000080;
margin-bottom:12px;
}

.step p{
color:black;
line-height:1.2;
}
.section-title p{
color:black;
line-height:1;
}

/*=========================================
      DAILY PROOF SUBMISSION
=========================================*/

/*=========================================
        PROOF SUBMISSION & REFUND POLICY
=========================================*/

.proof-refund{
    display: flex;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
    margin: 60px auto;
}

.proof-submission,
.refund-policy{
    flex: 1;
    padding: 35px;
    height: 600px;
    border-radius: 12px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.proof-submission{
    text-align: center;
}

.proof-submission h2,
.refund-policy h2{
    color: #000080;
    margin-bottom: 20px;
}

.proof-submission p{
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.proof-submission h4{
    text-align: center;
    color: #000080;
    font-size: 24px;
    margin-bottom: 20px;
}

.proof-submission ul{
    list-style: none;
    padding: 0;
    margin: 0 auto 35px;
    max-width: 550px;
}

.proof-submission ul li{
    background: #f7f7f7;
    margin-bottom: 15px;
    padding: 15px;
    color: black;
    border-left: 5px solid #ff7a00;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    border-radius: 8px;
    transition: 0.3s;
}

.proof-submission ul li:hover{
    background: #eef5ff;
}

.submit-btn{
    display: table;
    margin: 30px auto 0;
    background: #ff7a00;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover{
    background: white;
    color: #000080;
    border: 2px solid #ff671f;
    transform: translateY(-3px);
}

.refund-policy ul{
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.refund-policy ul li{
    background: #ffffff;
    margin-bottom: 18px;
    padding: 10px 12px;
    border-left: 5px solid #ff671f;
    color: black;
    border-radius: 8px;
    font-size: 17px;
    line-height: 1.7;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    transition: 0.3s;
}

.refund-policy ul li:hover{
    background: #fff4e8;
    transform: translateX(8px);
}
.proof-submission .container,
.refund-policy .container{
    text-align: center;
}

.button-row{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.button-row .submit-btn{
    margin: 0;
    display: inline-block;
}

/*================ APPS ================*/

.app-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
gap:100px;
}

.app-card{
background:#fff;
padding:30px;
text-align:center;
border-radius:18px;
box-shadow:0 5px 10px rgba(6,3,141,.80);
transition:.3s;
}

.app-card:hover{
transform:translateY(-8px);
}

.app-card img{
width:70px;
height:70px;
object-fit:contain;
margin-bottom:15px;
}

.app-card h3{
color:#000080;
}

/*================ ORGANIZER ================*/

.organizer-box{
max-width:800px;
margin:auto;
background:#fff;
padding:50px;
text-align:center;
border-radius:25px;
border: 1px solid #000080;
box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.organizer-box img{
width:120px;
margin-bottom:20px;
}

.organizer-box h3{
font-size:34px;
color:#ff671f;
margin-bottom:10px;
}

.organizer-box p{
color:black;
line-height:1.2;
}

/* ================= CTA ================= */
.cta{
    background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), 
    url("../image/ctabanner/ctabanner.png") center;
    text-align:center;
    color:#000080;
    height: 400px;
    padding:90px 8%;
}

.cta h2{
    color:#ff671f;
    margin-bottom:20px;
text-weight: 35px;
}

.cta p{
    font-size:18px;
    color:white;
    margin-bottom:35px;
}
.cta-btn{
    display:inline-block;
    padding:16px 40px;
    background:#ff671f;
    color:white;
    text-decoration:none;
    font-weight:700;
    border-radius:35px;
    transition:.3s;
}

.cta-btn:hover{
    border: 2px solid #ff671f;
    background: white;
    color: #000080; 
}

.cta-secbtn{
    display:inline-block;
    padding:16px 40px;
    background:transparent;
    color:white;
    text-decoration:none;
    font-weight:700;
    border: 2px solid #ff671f;
    border-radius:35px;
    transition:.3s;
}

.cta-secbtn:hover{
    border:2px solid #ff671f;
    background: white;
    color: #000080; 
}
/* ==========================================
      FOOTER
========================================== */

.footer{
    background:#fff;
    padding:25px 60px 10px;
    border-top:1px solid #ddd;
}

/* Top */
.footer-top{
    display:grid;
    grid-template-columns:1fr 2fr 1fr;
    align-items:flex-start;
    gap:5px;
}

/* LEFT */
.footer-left h3{
    color:#ff5b2e;
    margin-bottom:15px;
}

.footer-link{
    display:flex;
    gap:15px;
    list-style:none;
}

.footer-link a{
    text-decoration:none;
    font-weight:none;
    color:#000080;
    transition:.3s;
}

.footer-link a:hover{
    color:#ff671f;
    font-weight:bold;
}

/* CENTER */
.footer-center{
    text-align:center;
}
.brand-row{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:10px;
}
.brand-row h2{
    color:#ff5b2e;
    font-size:34px;
    margin:0;
}
.footer-center p{
    color: #000080;
}

/* Offline Icons */
.social-icons{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:none;
}
.social-icons a{
    width:35px;
    height:35px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    transition:.3s;
}
.social-icons img{
    width:24px;
    height:24px;
    display: block;
}
.social-icons a:hover{
    transform:translateY(-5px);
}
/* RIGHT */
.footer-right{
    text-align:right;
}
.footer-right h3{
    color:#ff5b2e;
    margin-bottom:15px;
}
.footer-right p{
    color: #000080;
    margin:8px 0;
}
/* Bottom */
.footer-bottom{
    margin-top:20px;
    text-align:center;
}
.footer-bottom hr{
    border:none;
    border-top:1px solid #000080;
    margin-bottom:12px;
}
.footer-bottom p{
    color:#000080;
    font-size:14px;
}

/* ==============RESPONSIVE DESIGN================= */

/* ============== TABLET (iPad) ============ */

@media screen and (max-width:992px){

    /* ================= TABLET NAVBAR ================= */

    .navbar{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        padding:15px 5%;
        position:relative;
    }

    .logo{
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:12px;
        flex:1;
    }

    .logo img{
        width:90px;      /* Bigger than mobile */
        height:auto;
    }

    /* Tablet Tagline */
    .logo .tagline{
        display:block;
        width:100%;
        white-space:nowrap;
        text-align:center;
        font-size:22px;   /* Bigger than mobile (12px) */
        font-weight:700;
        letter-spacing:0.5px;
        line-height:1.2;
        text-transform:uppercase;
    }

    .logo .tagline .orange{
        color:#FF671F;
    }

    .logo .tagline .blue{
        color:#000080;
    }

    .logo .tagline .green{
        color:#138808;
    }

    /* Hamburger */
    .menu-toggle{
        display:block;
        font-size:36px;
        cursor:pointer;
    }

    .menu{
        position:absolute;
        top:80px;
        right:20px;
        width:150px;
        background:#fff;
        border-radius:12px;
        box-shadow:0 10px 20px rgba(0,0,0,.15);
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        padding:10px 0;
        gap: 0;
        max-height:0;
        overflow:hidden;
        opacity:0;
        transition:.35s ease;
    }

    .menu.active{
        max-height:500px;
        opacity:1;
    }

    .menu li{
        width:100%;
        margin:0;
        padding:0;
    }

    .menu a{
        display:block;
        width:100%;
        padding:4px 9px;   /* Reduced from 14px 20px */
        font-size:15px;
        line-height:1.2;
        text-align: center;
    }

    .register-btn{
        display:none;
    }

    /* ================= HERO - TABLET ================= */

    .hero{
        height:650px;
        padding:0 5%;
        background-size:cover;
        background-position:100% center;

        display:flex;
        justify-content:center;
        align-items:center;
    }

    .hero-content{
        max-width:650px;
        text-align:center;
        margin:0 auto;
    }

    .hero-content h1{
        font-size:65px;
    }

    .hero-content h2{
        font-size:52px;
        color:#06bbf1;
    }

    .hero-content p{
        width:100%;
        font-size:16px;
        text-align:center;
    }

    .hero-buttons{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:15px;
        flex-wrap:wrap;
    }

    .badge{
        display:inline-block;
        margin-bottom:20px;
    }
    /* ================= EVENT OVERVIEW - TABLET ================= */

    .overview{
        padding:50px 25px;
    }

    .overview-grid{
        display:grid;
        grid-template-columns:repeat(6, 1fr);
        justify-content:center;
        justify-items:center;
        align-items:start;
        gap:15px;
        padding:0 20px;      /* Left & Right Gap */
    }

    .overview-card{
        width:105px;
        min-height:170px;
        padding:12px 8px;
    }

    .overview-card .icon{
        margin-bottom:10px;
    }

    .overview-card .icon img{
        width:40px;
        height:40px;
    }

    .overview-card h3{
        font-size:14px;
        margin:8px 0;
        line-height:1.3;
    }

    .overview-card p{
        font-size:12px;
        line-height:1.4;
    }
    /* =============== ABOUT EVENT - TABLET=============== */

    .about-event{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        padding:50px 30px;
        gap:30px;
    }

    .about-image{
        width:100%;
        display:flex;
        justify-content:center;
    }

    .about-image img{
        width:500px;
        max-width:100%;
        height:auto;
        border-radius:20px;
    }

    .about-content{
        width:100%;
        max-width:700px;
    }

    .about-content h2{
        font-size:34px;
        margin-bottom:20px;
    }

    .about-content p{
        font-size:17px;
        line-height:1.7;
        margin-bottom:18px;
    }

    /* Highlights */

    .highlights{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:15px;
        margin:10px 0 5px;
        text-align:left;
    }

    .highlights div{
        font-size:16px;
    }

    /* Buttons */

    .about-buttons{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:15px;
        flex-wrap:nowrap;
        margin-top:5px;
    }

    .about-buttons a{
        flex:1;
        text-align:center;
        padding:12px 15px;
        font-size:15px;
    }

    .process{
        display: none;
    }
/* ================SCHEDULE & RULES - TABLET (992px)================== */

    .schedule-rule{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:25px;
        align-items:start;
        padding:20px 50px;
    }

    /* Left Column */

    .table{
        display:flex;
        flex-direction:column;
    }

    .table .section-title{
        padding:0;
        margin:0 0 5px;
        text-align:center;
    }

    .table .section-title h2{
        font-size:28px;
        margin:0;
        padding:0;
    }

    .table .section-title p{
        display:none;
    }

    /* Right Column */

    .rules{
        display:flex;
        flex-direction:column;
    }

    .rules .container{
        padding:0;
        margin:0;
    }

    .rules .container h2{
        font-size:28px;
        text-align:center;
        margin:0;
        padding:0;
    }

    .rules .container p{
        display:none;
    }

    /* Same gap after orange line */

    .schedule-table{
        margin-top:25px;
    }

    .rules ul{
        margin:25px 0 0;
        padding:0;
        list-style:none;
    }

    /* Rule Cards */

    .rules ul li{
        background:#f8f9fc;
        border-left:5px solid #ff7a00;
        border-radius:8px;
        box-shadow:0 5px 10px rgba(6,3,141,.80);
        padding:10px 12px;
        margin-bottom:12px;
        font-size:15px;
        line-height:1.5;
    }

    /* Table */

    .schedule-row{
        font-size:15px;
        padding-bottom: 18px;
    }
    /* ================= CATEGORIES - TABLET ================= */

.categories{
    padding:35px 25px;
}

.category-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    justify-items:center;
    gap:20px;
}

.category-card{
    width:285px;
    padding:15px 12px;
    border-radius:16px;
}

.category-card.featured{
    transform:scale(1);
}

.popular{
    top:-10px;
    padding:5px 14px;
    font-size:11px;
}

.distance{
    width:60px;
    height:60px;
    font-size:18px;
    margin-bottom:12px;
}

.category-card h3{
    font-size:20px;
    margin-bottom:8px;
}

.category-card p{
    font-size:13px;
    line-height:1.2;
    margin-bottom:10px;
}

.category-card h4{
    font-size:16px;
    margin-bottom:3px;
}

.category-card h5{
    font-size:24px;
    margin-bottom:6px;
}

.category-card ul{
    margin-bottom:12px;
    padding-left:10px;
}

.category-card li{
    font-size:13px;
    padding:3px 0;
}

.category-card hr{
    margin:8px 0;
}

.category-card a{
    padding:8px 18px;
    font-size:13px;
    border-radius:22px;
}


/* ========= PROOF SUBMISSION & REFUND POLICY - TABLET=========== */

.proof-refund{
    display:flex;
    align-items:stretch;
    gap:25px;
    padding:0 30px;
    margin:40px auto;
}

.proof-submission,
.refund-policy{
    flex:1;
    height:550px;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
}

/* Headings */

.proof-submission h2,
.refund-policy h2{
    font-size:28px;
    margin-bottom:15px;
}

.proof-submission p{
    font-size:15px;
    line-height:1.5;
    margin:10px 0 18px;
}

.proof-submission h4{
    font-size:20px;
    margin-bottom:15px;
}

/* Lists */

.proof-submission ul{
    list-style:none;
    padding:0;
    margin:0 auto 20px;
}

.proof-submission ul li{
    font-size:15px;
    padding:10px 12px;
    margin-bottom:10px;
}

.refund-policy ul{
    list-style:none;
    padding:0;
    margin-top:15px;
}

.refund-policy ul li{
    font-size:14px;
    line-height:1.5;
    padding:10px 12px;
    margin-bottom:10px;
}

/*CENTER SUBMIT BUTTON */

.proof-submission .submit-btn{
    display:block;
    width:fit-content;
    margin-top: 50px;
    padding:10px 22px;
    font-size:14px;
    text-align:center;
}

/*HIDE REFUND POLICY BUTTONS */

.refund-policy .button-row{
    display:none;
}

/* ================== ACCEPTED TRACKING APPS - TABLET ================== */

.apps{
    padding:50px 30px;
}

.app-grid{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    justify-items:center;
    align-items:center;
    gap:15px;
}

.app-card{
    width:120px;
    padding:15px 10px;
    border-radius:12px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    text-align:center;
}

.app-card img{
    width:60px;
    height:60px;
    object-fit:contain;
    margin-bottom:10px;
}

.app-card h3{
    font-size:16px;
    margin:0;
}
    /* ================= cta TABLET ================= */

    .cta h2{
        font-size: 35px;
    }

    .cta{
        background-position:98% center;
    }
    /* ================= FOOTER TABLET ================= */

    .footer{
        padding:30px 5%;
    }

    .footer-top{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:30px;
    }

    /* Quick Links */
    .footer-left{
        width:100%;
    }

    .footer-left h3{
        margin-bottom:15px;
    }

    /* Keep both link columns in one row */
    .footer-left{
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .footer-link{
        display:flex;
        justify-content:center;
        gap:25px;
        margin-bottom:10px;
        flex-wrap:nowrap;
    }

    /* Center */

    .footer-center{
        width:100%;
    }

    .brand-row{
        flex-direction:column;
        gap:12px;
    }

    /* Contact */

    .footer-right{
        width:100%;
        text-align:center;
    }

    .footer-bottom{
        margin-top:25px;
    }
}

/* ===================== MOBILE ===================== */

@media screen and (max-width:576px){

    .navbar{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
    }

    .logo{
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:10px;
        flex:1;
    }

    .logo img{
        width:70px;
        height:auto;
    }

    .logo p{
        display:block;
        font-size:10px;
        font-weight:700;
        color:#000080;
        letter-spacing:1px;
        text-transform:uppercase;
        line-height:1.3;
        white-space:normal;
    }

    .menu-toggle{
        display:block;
        cursor:pointer;
        font-size:32px;
    }

    .menu{
        position:absolute;
        top:80px;
        right:20px;
        width:150px;
        background:#fff;
        border-radius:12px;
        box-shadow:0 10px 20px rgba(0,0,0,.15);
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        padding:10px 0;
        gap: 0;
        max-height:0;
        overflow:hidden;
        opacity:0;
        transition:.35s ease;
    }

    .menu.active{
        max-height:500px;
        opacity:1;
    }

    /* Mobile Tricolour Tagline */

    .logo .tagline{
       display:block;
        width:100%;          /* Take available space */
        max-width:none;      /* Remove width restriction */
        white-space:nowrap;  /* Keep text on one line */
        text-align:center;
        font-size:12px;
        font-weight:700;
        letter-spacing:0.3px;
        line-height:1.2;
        text-transform:uppercase;
    }

    .logo .tagline .orange{
        color:#FF671F;
    }

    .logo .tagline .blue{
        color:#000080;
    }

    .logo .tagline .green{
        color:#15be06;
    }


    /* Hero */

    .hero{
        height:600px;
        padding:30px 5%;
        background-size:cover;
        background-position:87% center;

    }

    .hero-content{
        max-width:100%;
    }


    .hero-content h1{
        font-size:32px;
    }


    .hero-content p{
        width:100%;
        font-size:14px;
        line-height:1.9;
    }

    .hero-buttons{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;   /* Keeps all buttons in one row */
}

.hero-btn,
.hero-btn-outline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    white-space: nowrap; /* Prevents button text from breaking */
    font-size: 14px;
}

    /* ================== EVENT OVERVIEW - MOBILE ================== */

    .section-title{
        width: 100%;
        padding:10px 15px;
        margin-bottom: 10px;
    }
    .section-title h2{
        font-size: 25px;
        text-align: center;
    }
    .section-title p{
        font-size: 15px;
        margin-bottom: 1px;
        text-align: center;
    }
    .overview{
        padding:30px 12px;
    }

    .overview-grid{
        display:grid;
        grid-template-columns:repeat(3, 1fr);
        justify-items:center;
        align-items:start;
        gap:12px;
    }

    .overview-card{
        width:105px;
        min-height:140px;
        padding:10px 8px;
        border-radius:10px;
        text-align:center;
        box-shadow:0 4px 8px rgba(6,3,141,.80);
    }

    .overview-card .icon{
        margin-bottom:8px;
    }

    .overview-card .icon img{
        width:40px;
        height:40px;
        object-fit:contain;
    }

    .overview-card h3{
        font-size:13px;
        line-height:1.2;
        margin:6px 0;
    }

    .overview-card p{
        font-size:11px;
        line-height:1.3;
        margin:0;
    }

    /* about*/

    .about-content h2{
        font-size: 25PX;
    }
    .about-content P{
        font-size: 15PX;
        line-height: 1.2;
    }
    .highlights{
        gap:8px;
        margin:12px 0;
    }

    .highlights div{
        font-size:13px;
        padding:8px 10px;
    }

    .about-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;  /* Space between left and right buttons */
    row-gap: 10px;         /* No space between the two rows */
    margin-top: 20px;
}

.about-btn,
.about-btn-outline{
    width: calc(50% - 6px);
    padding: 14px 10px;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 0;
}

    /* ================= SCHEDULE & RULES - MOBILE ================= */

    .schedule-rule{
        display:flex;
        flex-direction:column;
        gap:25px;
        padding:20px 15px;
    }

    .table,
    .rules{
        width:100%;
    }

    /* Section Titles */

    .table .section-title h2,
    .rules .container h2{
        font-size:24px;
        margin-bottom:10px;
    }

    .table .section-title p,
    .rules .container p{
        font-size:14px;
        margin-bottom:15px;
    }

    /* Schedule Table */

    .schedule-table{
        width:100%;
        margin:0 auto;
    }

    .schedule-row{
        font-size:13px;
        padding:10px 12px;
    }

    /* Rules */

    .rules ul{
        list-style:none;
        padding:0;
        margin:15px 0 0;
    }

    .rules ul li{
        display:block;              /* Show every rule */
        font-size:13px;
        line-height:1.5;
        padding:10px 12px;
        margin-bottom:10px;
        background:#f8f9fc;
        border-left:4px solid #ff7a00;
        border-radius:8px;
        box-shadow:0 4px 8px rgba(6,3,141,.35);
    }

    /* ================= CATEGORIES - MOBILE ================= */

    .categories{
        padding:10px 5px;
        margin:0;
    }

    .category-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:8px;
        margin:0;
        padding:0;
    }

    .category-card{
        width:165px;
        padding:8px;
        margin:0;
        border-radius:12px;
    }

    .category-card h3{
        margin:4px 0;
    }

    .category-card p{
        margin:4px 0;
        line-height:1.2;
    }

    .category-card h4{
        margin:3px 0;
    }

    .category-card h5{
        margin:3px 0 6px;
    }

    .category-card ul{
        margin:6px 0;
        padding:0;
    }

    .category-card li{
        padding:2px 0;
        margin:0;
        font-size:11px;
    }

    .category-card hr{
        margin:6px 0;
    }

    .category-card a{
        padding:7px 5px;
        margin:0;
        font-size:11px;
        border-radius:18px;
    }

    .distance{
        width:55px;
        height:55px;
        margin:0 auto 8px;
        font-size:17px;
    }

    .popular{
        top:-8px;
        padding:4px 8px;
        font-size:9px;
    }
    /* ===============================
       PROOF SUBMISSION & REFUND POLICY - MOBILE
    =============================== */

    .proof-refund{
        display:flex;
        flex-direction:column;
        gap:20px;
        padding:0 12px;
        margin:25px auto;
    }

    .proof-submission,
    .refund-policy{
        width:100%;
        height:auto;
        padding:15px;
        border-radius:10px;
        box-shadow:0 5px 10px rgba(6,3,141,.80);
    }

    /* Headings */

    .proof-submission h2,
    .refund-policy h2{
        font-size:24px;
        text-align:center;
        margin-bottom:12px;
    }

    .proof-submission p{
        font-size:14px;
        line-height:1.5;
        text-align:center;
        margin-bottom:15px;
    }

    .proof-submission h4{
        font-size:18px;
        text-align:center;
        margin-bottom:12px;
    }

    /* Lists */

    .proof-submission ul,
    .refund-policy ul{
        list-style:none;
        padding:0;
        margin:0;
    }

    .proof-submission ul li,
    .refund-policy ul li{
        font-size:13px;
        line-height:1.5;
        padding:10px;
        margin-bottom:10px;
    }

    /* Center Submit Button */

    .proof-submission .submit-btn{
        display:block;
        width:fit-content;
        margin:18px auto 0;
        padding:10px 18px;
        font-size:13px;
    }

    /* Hide Refund Policy Buttons */

    .refund-policy .button-row{
        display:none;
    }

    /* ================= ACCEPTED TRACKING APPS - MOBILE ================= */

    .apps{
        padding:20px 8px;
    }

    .section-title h2{
        text-align: center !important;
    }

    .section-title p{
        text-align: center !important;
    }

    .app-grid{
        display:grid;
        grid-template-columns:repeat(5, 1fr);
        gap:6px;
        justify-items:center;
        align-items:center;
    }

    .app-card{
        width:62px;
        height: 75px;
        padding:8px 4px;
        border-radius:8px;
        text-align:center;
        box-shadow:0 3px 6px rgba(6,3,141,.80);
    }

    .app-card img{
        width:35px;
        height:35px;
        object-fit:contain;
        margin-bottom:6px;
    }

    .app-card h3{
        font-size:9px;
        line-height:1.2;
        margin:0;
    }
    /* ================= ORGANIZER - MOBILE ================= */
    .organizer-box h3{
        font-size: 25px;
    }

    .organizer-box p{
        font-size: 15px;
    }

    /* ================= CTA - MOBILE ================= */

    .cta{
        text-align:center;
        padding:60px 5%;
        background-position:50% center;
    }

    .cta h2{
        font-size:30px;
    }

    .cta p{
        font-size:18px;
        margin-bottom:50px;
    }

    /* Buttons in one row */

    .cta-btn,
    .cta-secbtn{
        display:inline-block;
        width:45%;
        padding:12px 10px;
        text-align:center;
        font-size:14px;
        margin:0;
        box-sizing:border-box;
    }

    .cta-btn{
        margin-right:10px;
    }
    /* ================= FOOTER MOBILE ================= */

    .footer{
        padding:25px 15px;
    }

    .footer-top{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:25px;
    }

    /* Quick Links */

    .footer-left{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .footer-left h3{
        margin-bottom:15px;
    }

    /* Keep both rows horizontal */

    .footer-link{
        display:flex;
        justify-content:center;
        gap:15px;
        flex-wrap:nowrap;
        margin-bottom:8px;
    }

    .footer-link li{
        list-style:none;
    }

    .footer-link a{
        font-size:14px;
    }

    /* Center */

    .footer-center{
        width:100%;
    }

    .brand-row{
        flex-direction:column;
        gap:10px;
    }

    .brand-row h2{
        font-size:28px;
    }

    .social-icons{
        justify-content:center;
    }

    /* Contact */

    .footer-right{
        width:100%;
        text-align:center;
    }

    .footer-right p{
        font-size:15px;
    }

    /* Copyright */

    .footer-bottom{
        margin-top:20px;
    }

    .footer-bottom hr{
        margin-bottom:10px;
    }

    .footer-bottom p{
        font-size:13px;
    }

}
