/* ===============================
   VISHVA RIDE - HOME PAGE CSS
===============================*/

*{
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;
    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;
}

/* Hide hamburger menu on Desktop */

.menu-toggle{
    display:none;
    font-size:34px;
    cursor:pointer;
    color:#000080;
}
.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/cyclothon/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;
}
/*=========================================================
                NEW REGISTRATION PAGE DESIGN
=========================================================*/

/*================ EVENT HIGHLIGHTS =================*/

.event-highlights{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin:1px auto;
    margin-bottom: 1px;
}

.highlight-card{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    padding:20px;
    border-radius:16px;
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
    transition:.35s;
}

.highlight-card:hover{
    transform:translateY(-8px);
}

.highlight-card img{
    width:85px;
    height:85px;
    border-radius: 50%;
    border: 3px solid #000080;

}

.highlight-card h3{
    color:#000080;
    font-size:22px;
    margin-bottom:6px;
}

.highlight-card p{
    color:black;
    font-size:15px;
}

.highlight-card a{
    text-decoration: none;
}

.free-btn{
padding:15px 10px;
border-radius:35px;
font-weight:600;
text-decoration:none;
background:#ff671f;
color:#fff;
transition:.35s;
}
 .free-btn:hover{
    background:white;
    color:#000080;
    border: 2px solid #ff671f;
}

/*================ STEP TITLE =================*/

.event-selection .section-title,
.packages .section-title,
.benefits-section .section-title{
    margin-bottom:10px;
}
/* =========Image + Heading Section============ */

.event-top{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.eventcard-img{
    flex-shrink:0;
}

.eventcard-img img{
    width:100px;
    height:100px;
    border-radius: 50%;
    border: 3px solid #000080;
    display:block;
}

.event-text{
    flex:1;
    text-align: center;
}

.event-text h3{
    margin:0 0 10px;
    color:#000080;
    font-size:28px;
    line-height:1.3;
}

.event-text p{
    margin:0;
    color:#555;
    line-height:1.6;
}
/*================ EVENT GRID =================*/

.event-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    
}


/*================ EVENT CARD =================*/

.event-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    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));
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
    transition:.35s;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.event-card:hover{
    transform:translateY(-10px);
}

.one-day{
    border:2px solid #ff671f;
}

.challenge{
    border:2px solid #138808;
}

.event-icon{
    font-size:55px;
    margin-bottom:15px;
}

.event-card h4{
    color:#000080;
    margin-bottom:20px;
    text-align:center;
}
.event-card p{
    color:black;
}

/*================ DISTANCE GRID =================*/

.distance-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-bottom:30px;
    
}

.distance-grid div{
    text-align:center;
    padding:18px 10px;
    background: white;
    border:1px solid #ddd;
    border-radius:12px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
    transition:.3s;
}

.distance-grid span{
    display:block;
    font-size:20px;
    font-weight:700;
    color:#000080;
}

.distance-grid small{
    color:black;
}


/*================ DAY GRID =================*/

.day-grid{
    display:grid;
    grid-template-columns:repeat(7,1fr);
    gap:10px;
    margin-bottom:30px;
}

.day-grid div{
    background:#f8f8f8;
    border-radius:10px;
    text-align:center;
    padding:12px 8px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.day-grid b{
    display:block;
    color:#138808;
}

.day-grid span{
    font-size:13px;
    color: black;
}


/*================ BUTTON =================*/
.free-registration,
.view-package{
    margin-top:auto;
    display:block;
    width:fit-content;
    padding:15px 35px;
    border-radius:35px;
    text-decoration:none;
    color:#fff;
    font-weight:700;
    align-self:center;   /* Center the button */
}

.orange1{
    background:#ff671f;
}

.green1{
    background:#138808;
}


/*================ PACKAGE NOTE =================*/

.package-note{
    margin:5px auto;
    text-align:center;
}

.package-note p{
    background:#eef5ff;
    border:1px solid #bdd4ff;
    padding:18px;
    border-radius:40px;
    color:#000080;
    font-weight:600;
}


/*================ PACKAGE GRID =================*/
.package{
    margin-top: 5px;
    margin-bottom: 5px;
}
.package-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items: stretch;
}

.package-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
    position:relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.package-head{
    padding:20px;
    text-align:center;
}

.package-head h3{
    color:#fff;
    font-size:28px;
}

.blue1{
    background:#002b7f;
}

.orange1{
    background:#ff671f;
}

.green1{
    background:#138808;
}

.price-box{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:30px 20px;
}

.price-box h2{
    color:#000080;
    font-size:48px;
}

.price-box small{
    display:block;
    color:black;
    margin-bottom: 20px;
}

.price-box hr{
    margin:20px 0;
}

.package-card ul{
    list-style:none;
    text-align:left;
    padding:0 35px 25px;
    margin-top:auto;
}

.package-card li{
    padding:10px 0;
}

.package-card > form{
    margin-top:-20px;
    padding:0 20px 25px;
    display:flex;
    justify-content:center;
}
.price-box{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    padding:30px 20px;
}

.price-option{
    flex:1;
    text-align:center;
}

.price-option h2{
    color:#000080;
    font-size:42px;
    margin-bottom:8px;
}

.price-option small{
    display:block;
}

.price-option form{
    display:flex;
    justify-content:center;
}
.price-option:first-child{
    position:relative;
    padding-right:20px;
}

.price-option:first-child::after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    height:80%;       /* Adjust this value */
    width:1px;
    background:#ddd;
}

.price-option:last-child{
    padding-left:20px;
}

/*================ POPULAR =================*/

.popular-tag{
    position:absolute;
    top:18px;
    right:-45px;
    background:red;
    color:#fff;
    padding:8px 55px;
    transform:rotate(45deg);
    font-size:12px;
    font-weight:bold;
}

/*------------------------------------------*/
/*==================================================
        BENEFITS + WORKFLOW SECTION
==================================================*/

.benefits-work-wrapper{
    width:100%;
    padding:80px 6%;
    
}

.benefits-content{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:35px;
}

/*==================================
        LEFT SIDE
==================================*/

.benefits-left{
    flex:0 0 50%;
    border-radius: 20px;
    box-shadow:0 5px 10px rgba(6,3,141,.80);
}

.benefits-title{
    text-align:center;
    padding-top: 25px;
    margin-bottom:10px;
}

.benefits-title h2{
    font-size:42px;
    font-weight:700;
    color:#000080;
    margin-top: 30px;
    margin-bottom:12px;
}

.benefits-title p{
    font-size:17px;
    color:black;
    margin:0;
    text-align: center;
}

/*==================================
        BENEFITS TABLE
==================================*/

.benefits-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
}

.benefits-table th{
    color:#fff;
    padding:18px;
    font-size:18px;
    font-weight:600;
}

.benefits-table td{
    padding:18px;
    border-bottom:1px solid #ececec;
    text-align:center;
    font-size:17px;
}

.benefits-table td:first-child{
    text-align:left;
    font-weight:600;
}

.benefits-table tr:last-child td{
    border-bottom:none;
}

.cat1{
    background:#002b7f;
}

.cat2{
    background:#ff671f;
}

.cat3{
    background:#138808;
}

/*==================================
        WORKFLOW
==================================*/

/*==================================
        RIGHT SIDE
==================================*/

.work-card{
    flex: 0 0 50%;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
}

.work-card h2{
    text-align: center;
    color: #000080;
    font-size: 34px;
    margin-bottom: 25px;
}

/*==================================
        HOW IT WORKS
==================================*/

.workflow{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}

.workflow-step{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.workcard-img{
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    flex-shrink: 0;
}

.workcard-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
    display: block;
    border: 3px solid #000080;
}

.workflow-step h4{
    margin: 0 0 4px;
    font-size: 18px;
    color: #000080;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.workflow-step p{
    margin: 0;
    font-size: 15px;
    color: black;
    line-height: 1.3;
    text-align: center;
}

.workflow-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: 30px;
    height: 90px;          /* Same height as image */
    font-size: 32px;
    color: #ff671f;
    font-weight: bold;
    margin-top: 0;
}
/* ============proof submission==============*/
.proof-submission{
    flex: 1;
    padding: 10px;
    text-align: center;
}
.proof-submission p{
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.7;
}
.proof-submission h2{
    color: #000080;
    margin-bottom: 5px;
}

.proof-submission ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 700px;
}

.proof-submission ul li{
    background: #f7f7f7;
    padding: 10px 15px;     /* Reduced height */
    color: #000;
    border-left: 5px solid #ff7a00;
    box-shadow: 0 5px 10px rgba(6,3,141,.25);
    border-radius: 8px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;       /* Smaller height */
    font-size: 16px;
    font-weight: 500;
}

.proof-submission ul li:hover{
    background: #eef5ff;
    transform: translateY(-2px);
}

.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);
}

/*orange underline below heading*/
.section-title h2::after,
.benefits-title h2::after,
.work-card h2::after,
.prrof-container h2::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#ff7a00;
    margin:15px auto 0;
    border-radius:10px;
}
/*==================================================
      IMPORTANT DATES & TRACKING APPS
==================================================*/

.date-app-wrapper{
    width:100%;
    padding:80px 6%;
    box-sizing:border-box;
}

.schedule-apps{
    display:flex;
    justify-content:space-between;
    align-items:stretch;
    gap:35px;
    
}

/*==================================================
        COMMON SECTION
==================================================*/

.table,
.apps{
    flex:1;
    border:2px solid #000080;
    border-radius:20px;
    padding:30px;
    box-sizing:border-box;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
}

/*==================================================
            TITLES
==================================================*/

.table-title,
.apps-title{
    text-align:center;
    margin-bottom:25px;
}

.table-title h2,
.apps-title h2{
    font-size:42px;
    color:#000080;
    margin-bottom:12px;
}

.table-title p,
.apps-title p{
    font-size:17px;
    color:black;
    line-height:1.6;
    margin:0;
}
.table-title h2::after,
.apps-title h2::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#ff7a00;
    margin:15px auto 0;
    border-radius:10px;
}

/*==================================================
        IMPORTANT DATES TABLE
==================================================*/

.schedule-table{
    width:100%;
    background:#fff;
    border:1px solid #000080;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
}

.schedule-row{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    padding:20px 28px;
    border-bottom:1px solid #ececec;
}

.schedule-row:last-child{
    border-bottom:none;
}

.schedule-row div:first-child{
    font-size:17px;
    font-weight:600;
    color:#000080;
}

.schedule-row div:last-child{
    font-size:17px;
    font-weight:600;
    color:#ff671f;
    text-align:right;
}

/*==================================================
        TRACKING APPS
==================================================*/

.app-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(400px, 400px));
    justify-content:center;
    gap:20px;
}

.app-card{
    background:#fff;
    border-radius:18px;
    padding:30px 15px;
    text-align:center;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
    transition:.3s;
}

.app-card:hover{
    transform:translateY(-6px);
}

.app-card img{
    width:370px;
    height:370px;
    object-fit:contain;
    margin-bottom:15px;
}

.app-card h3{
    margin:0;
    color:#000080;
    font-size:30px;
    font-weight:600;
}
/*==================================================
        RULES & REFUND SECTION
==================================================*/

.rule-refund-wrapper{
    width:100%;
    padding:80px 6%;
    box-sizing:border-box;
}

.rule-refund{
    display:flex;
    justify-content:space-between;
    align-items:stretch;      /* Equal height */
    gap:35px;                 /* Same gap as above sections */
}

/*==================================================
        LEFT & RIGHT BOX
==================================================*/

.rules,
.refund-policy{
    flex:0 0 calc(50% - 17.5px);   /* Exactly half width */
    box-sizing:border-box;
    padding:30px;
    border-radius:20px;
    border:2px solid #000080;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
    display:flex;
    flex-direction:column;
}

/*==================================================
             TITLES
==================================================*/

.container h2{
    font-size:42px;
    color:#000080;
    text-align:center;
    margin-bottom:12px;
}

.container h2::after{
    content:"";
    display:block;
    width:90px;
    height:4px;
    background:#ff7a00;
    margin:15px auto 0;
    border-radius:10px;
}

.container p{
    font-size:17px;
    color:black;
    text-align:center;
    margin:0 0 30px;
    line-height:1.6;
}

/*==================================================
          PARTICIPATION RULES
==================================================*/

.rules ul{
    list-style:none;
    padding:0;
    margin:0;
}

.rules ul li{
    background:#f8f9fc;
    padding:14px 18px;
    margin-bottom:15px;
    border-left:5px solid #ff671f;
    border-radius:8px;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
    font-size:17px;
    line-height:1.6;
    transition:.3s;
}

.rules ul li:hover{
    background:#fff4e8;
    transform:translateX(5px);
}

/*==================================================
            REFUND POLICY
==================================================*/

.refund-policy ul{
    list-style:none;
    padding:0;
    margin:0;
}

.refund-policy ul li{
    background:#fff;
    padding:14px 18px;
    margin-bottom:15px;
    border-left:5px solid #ff671f;
    border-radius:8px;
    box-shadow:0 5px 10px rgba(6,3,141,.25);
    font-size:17px;
    line-height:1.6;
    transition:.3s;
}

.refund-policy ul li:hover{
    background:#fff4e8;
    transform:translateX(5px);
}

/*==================================================
                BUTTONS
==================================================*/
.refundbutton-group{
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:10px;
    flex-wrap:nowrap;
    margin-top: 30px;
    
}
.refundbutton-group a{
    flex:0 0 auto;
    width:160px;
    text-decoration:none;
    border-radius:12px;
    transition:.3s;
    box-sizing:border-box;
}

/* ===========================================
   PAYMENT BUTTONS
=========================================== */

.refundpayment-btn{
    background:#fff;
    border:2px solid #ff671f;
    color:#ff671f;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:13px;
    font-weight:600;

    padding:4px 8px;      /* Reduced padding */
             /* Fixed smaller height */
    min-height:78px;      /* Reduced from 80px */
    box-shadow:0 5px 12px rgba(0,0,0,.08);
}

.refundpayment-btn:hover{
    background:#ff671f;
    color:#fff;
}

/* Razorpay Button */

.refundpayment-btn form{
    margin-top:0;
    transform:scale(.72);
    transform-origin:center;
}

/* ===========================================
   FREE REGISTRATION BUTTON
=========================================== */

.refundexplore-btn{
    width:160px;
    min-height:78px;

    padding:4px 8px;
    background:#ff671f;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:13px;
    font-weight:600;
    line-height:1.3;
    text-align:center;
    box-shadow:0 5px 12px rgba(0,0,0,.08);
}

.refundexplore-btn:hover{
    background:white;
    color:#ff671f;
    border: 2px solid #ff671f;
}
/*================ ORGANIZER ================*/
.organiser{
    margin-top: 1px;
}
.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;
font-size: 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 (min-width:769px) and (max-width:992px){

    /* ================= TABLET NAVBAR ================= */
    .navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:15px 5%;
    position:relative;
}

/* Logo */
.logo{
    display:flex;
    align-items:center;
}

.logo img{
    margin-left: 1px;
    width:110px;
    height:auto;
}

/* Center Tagline */
.logo .tagline{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    font-size:26px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.2;
    margin-left: 30px;
}
.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;
    margin-left:auto;
    z-index:1001;
}

/* Hide menu initially */
.menu{
    position:absolute;
    top:80px;
    right:20px;
    width:160px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 20px rgba(0,0,0,.15);
    display:flex;
    flex-direction:column;
    padding:4px 0;
    gap:0;
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:.35s ease;
}

.menu li{
    margin:0;
    padding:0;
}

.menu a{
    display:block;
    padding:5px 10px;
    font-size:20px;
    line-height:1.1;
    text-align:center;
}

/* Show only when active */
.menu.active{
    max-height:500px;
    opacity:1;
}

.register-btn{
    display:none;
}

    /* ==========Hero tablet============= */

    .hero{
        height:500px;
        background-position:90% center;
    }

    .hero h1{
        font-size:48px;
    }

    .hero p{
        font-size:18px;
        line-height:1.6;
    }

    /* ================ event highlights tablet =============== */
    .event-highlights{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        padding: 10px 40px;
        margin-bottom: 10px;
    }

    .highlight-card{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 18px 12px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(6,3,141,.20);
    }

    .highlight-card img{
        width: 70px;
        height: 70px;
        border: 2px solid #000080;
        border-radius: 50%;
    }

    .highlight-card h3{
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
        margin-bottom: 10px;
        color: #000080;
    }

    .highlight-card p{
    color:black;
    font-size:15px;
    }

    /* ================= CHOOSE YOUR EVENT tablet ================= */
    .event-selection{
        padding: 40px 30px;
    }

    .event-grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .event-card{
        padding: 22px;
        border-radius: 16px;
    }

    /* Top Section */
    .event-top{
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .eventcard-img img{
        width: 70px;
        height: 70px;
        border: 2px solid #000080;
    }

    .event-text h3{
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .event-text p{
        font-size: 13px;
        line-height: 1.5;
    }

    .event-card h4{
        font-size: 16px;
        margin-bottom: 15px;
    }

    /*==================
        DISTANCE GRID
    ==================*/

    .distance-grid{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .distance-grid div{
        padding: 12px 6px;
        border-radius: 10px;
    }

    .distance-grid span{
        font-size: 16px;
    }

    .distance-grid small{
        font-size: 11px;
    }

    /*==================
        DAY GRID
    ==================*/

    .day-grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
    margin-bottom: 20px;
    }

    /* ---------- First Row (Centered) ---------- */
    .day-grid div:nth-child(1){
        grid-column: 2 / span 3;
    }

    .day-grid div:nth-child(2){
        grid-column: 5 / span 3;
    }

    .day-grid div:nth-child(3){
        grid-column: 8 / span 3;
    }

    /* ---------- Second Row (Centered) ---------- */
    .day-grid div:nth-child(4){
        grid-column: 1 / span 3;
    }

    .day-grid div:nth-child(5){
        grid-column: 4 / span 3;
    }

    .day-grid div:nth-child(6){
        grid-column: 7 / span 3;
    }

    .day-grid div:nth-child(7){
        grid-column: 10 / span 3;
    }

    .day-grid div{
        padding: 10px 5px;
        text-align: center;
        border-radius: 8px;
        background: #fff;
    }

    /*==================
        BUTTON
    ==================*/
    .free-registration,
    .view-package{
        padding: 12px 28px;
        font-size: 13px;
        border-radius: 30px;
    }
    /* =============== choose package tablet ================ */
     /* Package Grid */
    .package-grid{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:25px;
        justify-items:center;
        align-items:start;
    }

    .package-card{
        width:320px;
    }

    /* Category 1 - First Row Center */
    .package-card.category1{
        grid-column:1 / 3;
        justify-self:center;
    }

    /* Category 2 - Second Row Left */
    .package-card.popular{
        grid-column:1;
    }

    /* Category 3 - Second Row Right */
    .package-card.category3{
        grid-column:2;
    }
        /* Stack the two price options vertically */
    .category1 .price-box{
        display:flex;
        flex-direction:column;
        gap:0;
        padding:18px;
    }

    .category1 .price-option{
        width:100%;
        text-align:center;
        padding:15px 0;
    }

    /* Remove the vertical divider */
    .category1 .price-option:first-child::after{
        display:none;
    }

    .category1 .price-option:first-child,
    .category1 .price-option:last-child{
        padding-left:0;
        padding-right:0;
    }

    /* Horizontal divider between the two options */
    .category1 .price-box hr{
        display:block;
        width:100%;
        border:0;
        border-top:1px solid #ddd;
        margin:0;
    }

    .category1 .price-option h2{
        font-size:30px;
        margin-bottom:6px;
    }

    .category1 .price-option small{
        font-size:13px;
        display:block;
        margin-bottom:10px;
    }

    /* Smaller Pay Now buttons */
    .category1 iframe{
        transform:scale(0.70);
        transform-origin:center;
    }

    .category1 ul{
        margin-top:10px;
    }
    .popular-tag{
        top: 30px;      /* Move it downward (increase this value if needed) */
        right: -37px;
        font-size: 12px;
        background: rgb(250, 3, 250);
        padding: 5px 34px;
    }
    /* ================= BENEFITS + WORKFLOW TABLET ================= */
    .benefits-work-wrapper{
        padding:50px 30px;
    }

    .benefits-content{
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    /* Benefits on top */
    .benefits-left{
        flex:100%;
        width:100%;
    }

    /* Work card below */
    .work-card{
        flex:100%;
        width:100%;
        padding:25px;
    }
    /* ================= important dates and accepted apps tablet ================= */
    .date-app-wrapper{
        padding:50px 30px;
    }

    .schedule-apps{
        display:flex;
        justify-content:space-between;
        align-items:stretch;
        gap:20px;
    }

    .table,
    .apps{
        flex:1;
        padding:20px;
    }

    /* Headings */

    .table-title h2,
    .apps-title h2{
        font-size:30px;
    }

    .table-title p,
    .apps-title p{
        font-size:14px;
    }

    /* Important Dates */

    .schedule-row{
        padding:15px 16px;
    }

    .schedule-row div:first-child,
    .schedule-row div:last-child{
        font-size:14px;
    }
    
    .app-card{
        height: auto;
        padding: 10px 15px;
    }

 /* ================= rule and refund tablet ================= */
    .rule-refund-wrapper{
        padding:40px 30px;
    }

    .rule-refund{
        display:flex;
        flex-direction:column;
        gap:25px;
    }

    .rules,
    .refund-policy{
        width:100%;
        padding:25px 20px;
        border-radius:18px;
    }

    /* Headings */

    .container h2{
        font-size:30px;
    }

    .container p{
        font-size:15px;
        margin-bottom:20px;
    }

    /* Rules */

    .rules ul li,
    .refund-policy ul li{
        font-size:15px;
        line-height:1.6;
        padding:12px 15px;
        margin-bottom:12px;
    }

    /*=====================
        PAYMENT BUTTONS
    =====================*/

    .refundbutton-group{
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:5px;
    margin-top:25px;
    justify-items:center;
    align-items:start;
    }

    /* Reset all custom positioning */
    .refundbutton-group a:nth-child(1),
    .refundbutton-group a:nth-child(2),
    .refundbutton-group a:nth-child(3),
    .refundbutton-group a:nth-child(4),
    .refundbutton-group a:nth-child(5){
        grid-column:auto;
        justify-self:auto;
    }

    .refundpayment-btn,
    .refundexplore-btn{
        width:140px !important;
        min-height:95px;
        border-radius:12px;
        font-size:13px;
        line-height:1.3;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center;
        padding:0 !important;
    }
    
    .refundpayment-btn span{
        margin-top: 1px;
        font-size:9px !important;
    }

    .refundpayment-btn form{
        transform:scale(0.72);
        transform-origin:center;
        margin-top:6px;
    }

    .refundexplore-btn{
        font-size:13px !important;
    }
    
    /* ================= 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:768px){

 /* Navbar */
    .navbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:8px 5%;
    position:relative;
}

/* Logo */
.logo{
    display:flex;
    align-items:center;
}

.logo img{
    width:65px;
    height:auto;
}

/* Center Tagline */
.logo .tagline{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.2;

    margin-left: 20px;
    letter-spacing:0px;
}

.logo .tagline .orange{
    color:#FF671F;
}

.logo .tagline .blue{
    color:#000080;
}

.logo .tagline .green{
    color:#138808;
}

/* Hamburger */
.menu-toggle{
    display:block;
    font-size:30px;
    cursor:pointer;
    margin-left:auto;
    z-index:1001;
}

/* Mobile Menu */
.menu{
    position:absolute;
    top:65px;
    right:15px;
    width:140px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 20px rgba(0,0,0,.15);
    display:flex;
    flex-direction:column;
    padding:4px 0;
    gap:0;
    max-height:0;
    overflow:hidden;
    opacity:0;
    transition:.35s ease;
}

.menu li{
    margin:0;
    padding:0;
}

.menu a{
    display:block;
    padding:6px 10px;
    font-size:15px;
    line-height:1.2;
    text-align:center;
}

.menu.active{
    max-height:500px;
    opacity:1;
}

.register-btn{
    display:none;
}

/*========= Hero=========== */

    .hero{
    height:600px;
    padding:30px 5%;
    background-size:cover;
    background-position:10% center;
    margin-bottom:0 !important;
    padding-bottom:0 !important;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    }

    .hero-content{
        max-width:100%;
        width:100%;
        display:flex;
        flex-direction:column;
        align-items:center;
    }

    .badge{
        margin-bottom:15px;
    }

    .hero-content h1{
        font-size:32px;
        line-height:1.2;
        margin-bottom:15px;
    }

    .hero-content p{
        width:100%;
        font-size:13px;
        line-height:1.8;
        margin-bottom:8px;
        text-align:center;
    }

    .hero-buttons{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:12px;
        flex-wrap:nowrap;
        margin-top:20px;
    }

    .hero-btn,
    .hero-btn-outline{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        padding:12px 18px;
        white-space:nowrap;
        font-size:14px;
    }

    /*============Event Highlights mobile============*/
    .event-highlights{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
        padding:5px 10px;
        margin-bottom: 1px !important;
    }

    .highlight-card{
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:center;
        text-align:center;
        gap:8px;
        padding:12px 8px;
        border-radius:12px;
        box-shadow:0 3px 8px rgba(6,3,141,.20);
    }

    .highlight-card img{
        width:55px;
        height:55px;
        border:2px solid #000080;
        border-radius:50%;
    }

    .highlight-card h3{
        font-size:12px;
        line-height:1.3;
        margin:0;
        color:#000080;
    }

    .highlight-card p{
        font-size: 9px;
    }
    .highlight-card a{
        text-decoration: none;
        font-size: 9px !important;
    }

    .free-btn{
        padding:15px 10px;
        border-radius:35px;
        font-weight:600;
        text-decoration:none;
        background:#ff671f;
        color:#fff;
        transition:.35s;
    }
    .free-btn:hover{
        background:white;
        color:#000080;
        border: 2px solid #ff671f;
    }
    /* ============event selection================*/
   .event-selection{
        padding:10px 30px;
    }

    .section-title{
        text-align:center;
        margin-bottom:1px !important;
    }

    .section-title h2{
        font-size:28px;
    }

    .section-title p{
        font-size:13px;
        line-height:1.5;
        margin-bottom: 5px;
    }

    /* Cards */
    .event-grid{
        display:flex;
        flex-direction:column;
        gap:20px;
        margin-bottom: 1 px !important;
    }

    .event-card{
        width:100%;
        max-width:100%;
        margin-bottom: 1px !important;
    }

    /* Image Left - Text Right */
    .event-top{
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:flex-start;
        gap:15px;
        text-align:left;
    }

    .eventcard-img{
        flex-shrink:0;
        margin-top:0 !important;
    }

    .eventcard-img img{
        width:95px;
        height:95px;
        display:block;
    }

    .event-text{
        flex:1;
    }

    .event-text h3{
        width:100%;
        font-size:18px;
        line-height:1.3;
        margin-bottom:5px;
    }

    .event-text p{
        font-size:14px;
        line-height:1.5;
        margin:0;
    }

    .event-card h4{
        font-size:18px;
        text-align:center;
        margin:18px 0 15px;
    }

    /* Distance Grid */
    .distance-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:10px;
        margin-bottom: 1px !important;
    }

    /* 7 Day Grid */
    
    
    .day-grid{
        display:grid;
        grid-template-columns:repeat(4, 60px);
        justify-content:center;
        gap:10px;
        margin-bottom: 1px !important;
    }

    .day-grid div{
        width:60px;
        height:60px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        text-align:center;
        box-sizing:border-box;
    }

    /* Row 1 */
    .day-grid div:nth-child(1){
        grid-column:2;
        transform:translateX(35px);   /* Adjust between 25px and 40px as needed */
    }

    /* Row 2 */
    .day-grid div:nth-child(2){
        grid-column:2;
    }

    .day-grid div:nth-child(3){
        grid-column:3;
    }

    /* Row 3 */
    .day-grid div:nth-child(4){
        grid-column:1;
    }

    .day-grid div:nth-child(5){
        grid-column:2;
    }

    .day-grid div:nth-child(6){
        grid-column:3;
    }

    .day-grid div:nth-child(7){
        grid-column:4;
    }

    .day-grid b{
        font-size:13px;
        margin-bottom:2px;
    }

    .day-grid span{
        font-size:11px;
    }
    .free-registration,
    .view-package{
        display:block;
        width:100%;
        text-align:center;
        margin-top:20px;
    }
    /*===========package notice=============*/
     .package-note{
        margin-bottom: 1px !important;
        margin-top: 1px !important;  /* Top Right/Left Bottom */
        padding:10px 30px;
        padding-bottom: 1px !important;
        border-radius:10px;
    }

    .package-note p{
        font-size:13px;
        line-height:1.2;
        text-align:center;
        margin:0;
    }
    /* =================Choose package mobile ==============*/
    .packages{
        padding: 12px 30px;
    }

    /* Section Heading */
    .packages .section-title h2{
        font-size:28px;
    }

    .packages .section-title p{
        font-size:14px;
        line-height:1.5;
    }

    /* Cards in Single Column */
    .package-grid{
        display:flex;
        flex-direction:column;
        gap:18px;
    }

    .package-card{
        width:100%;
        max-width:340px;
        margin:0 auto;
        min-height:auto;
        border-radius:16px;
        overflow: hidden;
    }

    /* Header */
    .package-head{
        padding:14px;
    }

    .package-head h3{
        font-size:22px;
    }

    .category1 .price-box{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    }

    .category1 .price-option{
        flex:1;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        text-align:center;
    }

    .category1 .price-option form{
        display:flex;
        justify-content:center;
        width:100%;
        margin-top:10px;
    }

    .price-box hr{
        display: none;
    }
    /* Price Section */

    .category1 .razorpay-payment-button,
    .category1 iframe{
        transform: scale(0.75);
        transform-origin: center;
    }
    .price-box{
        gap:10px;
        padding:18px 12px;
    }

    .price-option h2{
        font-size:32px;
        margin-bottom:4px;
    }

    .price-option small{
        font-size:12px;
        margin-bottom:12px;
    }

    .price-option:first-child{
        padding-right:10px;
    }

    .price-option:last-child{
        padding-left:10px;
    }

    /* Features List */
    .package-card ul{
        padding:0 20px 20px;
    }

    .package-card li{
        font-size:14px;
        padding:6px 0;
    }

    /* Razorpay Button */
    .package-card > form{
        margin-top:-8px;
        padding:0 15px 18px;
    }

    /* Popular Ribbon */
    .popular-tag{
        top: 28px;      /* Move it downward (increase this value if needed) */
        right: -32px;
        font-size: 9px;
        background: rgb(250, 3, 250);
        padding: 5px 34px;
    }
    /* ===========benefit/workflow/submission mobile========*/
    .benefits-work-wrapper{
        padding:1px 30px;
    }

    /* Stack both sections */
    .benefits-content{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .benefits-left,
    .work-card{
        flex:100%;
        width:100%;
        border-radius:20px;
        border: 2px solid #ff671f;
    }

    .work-card{
        padding:18px 12px;
    }

    /*============HEADINGS===============*/

    .benefits-title{
        padding-top:15px;
        margin-bottom:12px;
    }

    .benefits-title h2,
    .work-card h2,
    .proof-submission h2{
        font-size:24px;
        margin-bottom:8px;
    }

    .benefits-title p,
    .proof-submission p{
        font-size:13px;
        line-height:1.5;
        padding:0 10px;
    }

    /*===========BENEFITS TABLE==============*/

    .benefits-table-wrapper{
        width:100%;
        overflow-x:hidden;
    }

    .benefits-table{
        width:100%;
        min-width:unset;
        table-layout:fixed;
    }

    .benefits-table th{
        font-size:12px;
        padding:8px 4px;
        text-transform:capitalize !important;
    }

    .benefits-table td{
        font-size:20px;
        padding:4px 4px;
        word-wrap:break-word;
    }

    .benefits-table td:first-child{
        font-size:10px;
        width:45%;
    }

    /*=========HOW IT WORKS==============*/

    .workflow{
        gap:4px;
        align-items:flex-start;
    }

    .workflow-step{
        flex:1;
    }

    .workcard-img{
        width:55px;
        height:55px;
        margin-bottom:6px;
    }

    .workcard-img img{
        border-width:2px;
    }

    .workflow-step h4{
        font-size:13px;
        line-height:1.3;
    }

    .workflow-step p{
        display: none;
    }

    .workflow-arrow{
        width:15px;
        height:55px;
        font-size:18px;
    }

    /*===========PROOF SUBMISSION============*/

    .proof-submission{
        padding:5px;
    }

    .proof-submission ul{
        grid-template-columns:1fr;
        gap:10px;
        margin-bottom:20px;
    }

    .proof-submission ul li{
        min-height:40px;
        padding:8px 12px;
        font-size:13px;
    }

    .submit-btn{
        font-size:14px;
        padding:10px 24px;
        margin-top:20px;
    }

    /* Orange underline */

    .benefits-title h2::after,
    .work-card h2::after,
    .prrof-container h2::after{
        width:60px;
        height:3px;
        margin-top:8px;
    }
    /* =============date and apps mobile===============*/
    .date-app-wrapper{
        padding: 10px 30px;
    }

    /* Stack sections */
    .schedule-apps{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .table,
    .apps{
        width:100%;
        padding:18px 12px;
        border-radius:20px;
        border: 2px solid #000080;
    }

    /*===========TITLES============*/

    .table-title,
    .apps-title{
        margin-bottom:15px;
    }

    .table-title h2,
    .apps-title h2{
        font-size:24px;
        margin-bottom:8px;
    }

    .table-title p,
    .apps-title p{
        font-size:13px;
        line-height:1.5;
    }

    .table-title h2::after,
    .apps-title h2::after{
        width:60px;
        height:3px;
        margin-top:8px;
    }

    /*===========IMPORTANT DATES=============*/

    .schedule-row{
        padding:12px 10px;
        grid-template-columns:1fr auto;
    }

    .schedule-row div:first-child{
        font-size:12px;
    }

    .schedule-row div:last-child{
        font-size:12px;
    }

    /*==========TRACKING APPS============*/

    .app-grid{
        display:grid;
        justify-content: center;
        gap:6px;
        grid-template-columns:repeat(auto-fit, minmax(120px, 160px));
    }   

    .app-card{
        padding:8px 4px;
        width: 150px;
        border-radius:10px;
        align-items: center;
    }

    .app-card img{
        width:125px;
        height:125px;
        margin-bottom:6px;
    }

    .app-card h3{
        font-size:20px;
        line-height:1.2;
    }
    /* ============rule and refund=============*/
    .rule-refund-wrapper{
        padding: 5px 30px;
    }

    /* Stack the two boxes */
    .rule-refund{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .rules,
    .refund-policy{
        width:100%;
        flex:100%;
        padding:5px 5px !important;
        border-radius:15px;
        border: 2px solid #138808;
    }

    /*=========================
            HEADINGS
    =========================*/

    .container h2{
        font-size:24px;
        margin-bottom:8px;
    }

    .container h2::after{
        width:60px;
        height:3px;
        margin-top:8px;
    }

    .container p{
        font-size:13px;
        line-height:1.5;
        margin-bottom:18px;
    }

    /*=========================
        RULES & REFUND LIST
    =========================*/

    .rules ul li,
    .refund-policy ul li{
        font-size:12px;
        line-height:1.5;
        padding:10px 12px;
        margin-bottom:10px;
        border-left-width:4px;
    }

    /*=========================
        PAYMENT BUTTONS
    =========================*/

    .refundbutton-group{
        display:grid;
        grid-template-columns:repeat(6,1fr);
        gap:8px;
        margin-top:20px;
    }

    /* First Row */
    .refundbutton-group a:nth-child(1){
        grid-column:1 / span 3;
    }

    .refundbutton-group a:nth-child(2){
        grid-column:4 / span 3;
    }

    /* Second Row */
    .refundbutton-group a:nth-child(3){
        grid-column:1 / span 2;
    }

    .refundbutton-group a:nth-child(4){
        grid-column:3 / span 2;
    }

    .refundbutton-group a:nth-child(5){
        grid-column:5 / span 2;
    }

    /* Buttons */

   .refundbutton-group{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;   /* Space between columns */
    row-gap: 5px;       /* Reduced space between rows */
    margin-top: 20px;
    justify-items: center;
    align-items: center;
}

/* First Row */
.refundbutton-group a:nth-child(1){
    grid-column: 1;
}

.refundbutton-group a:nth-child(2){
    grid-column: 2;
}

/* Second Row */
.refundbutton-group a:nth-child(3){
    grid-column: 1;
}

.refundbutton-group a:nth-child(4){
    grid-column: 2;
}

/* Third Row - Center Free Button */
.refundbutton-group a:nth-child(5){
    grid-column: 1 / 3;
    justify-self: center;
}

/* Buttons */

.refundpayment-btn,
.refundexplore-btn{
      width: 145px !important;   /* Increased from 120px */
    min-height: 70px;
    padding: 0 !important;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.refundpayment-btn span{
    font-size:09px !important;   /* Increase size */
    font-weight:500;
    margin-top:1px !important;
    display:block;
    color:#000080;
}
.refundpayment-btn form{
    transform: scale(0.75);   /* Increase from 0.55 */
    transform-origin: center;
    margin-top: 4px;
}
    /* ================= ORGANIZER - MOBILE ================= */
    .organizer{
        margin-top: 0 !important;
        padding: 10px 30px;
        margin-bottom: 20px;
    }

    .organizer-box h3{
        font-size: 20px;
    }

    .organizer-box p{
        font-size: 12px;
    }

    /* ================= 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-buttons{
    display:flex;
    justify-content:center;
    gap:3px;          /* Reduce or increase as needed */
    }

    .cta-btn,
    .cta-secbtn{
        width:130px;      /* or 45% if you prefer */
        padding:12px 10px;
        font-size:14px;
        margin:0;
    }
/* ================= FOOTER MOBILE ================= */

    .footer{
        padding:10px 5px;
    }

    .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:1px;
        font-size:25px;
    }

    /* Keep both rows horizontal */

    .footer-link{
        display:flex;
        justify-content:center;
        gap:8px;
        flex-wrap:nowrap;
        margin-bottom:1px;
    }

    .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:30px;
        line-height:0.8;
    }
    .brand-row p{
        font-size:18px;
        line-height:0.8;
        margin-bottom:1px;
    }
    .social-icons{
        justify-content:center;
    }

    /* Contact */

    .footer-right{
        width:100%;
        text-align:center;
    }
    .footer-right h3{
        font-size:25px;
        line-height:0.8;
    }
    .footer-right p{
        font-size:18px;
        line-height:0.8;
    }

    /* Copyright */

    .footer-bottom{
        margin-top:5px;
    }

    .footer-bottom hr{
        margin-bottom:5px;
    }

    .footer-bottom p{
        font-size:18px;
    }
}
