*{
  margin: 0;
  padding: 0;
  /* box-sizing:border-box; */
  font-family: Arial, Helvetica, sans-serif;

}

/* Top Bar */

.top-bar{
  background:#d90011;
  height:35px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  padding:0 60px;
  border-bottom:1px solid rgba(255,255,255,.25);
}

.top-right a{
    color:#fff;
    text-decoration:none;
    margin-left:25px;
    font-size:14px;
    font-weight:600;
}

/* Navbar */

.navbar{
    background:#d90011;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 60px;
}

/* Logo
.logo img{
    /* width:50%; */
    /* height:auto; 
} */

 /* .logo p{
    color:#d90011;
    font-size:20px;
    font-weight:500;
    background: #ffffff;
    font-style: italic;
} */ 

/* Navigation */

nav ul{
    display:flex;
    list-style:none;
    gap:30px;
}

nav ul li a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
}

nav ul li a:hover{
    opacity:.8;
}

/* Search */

.search{
    color:#fff;
    font-size:28px;
    cursor:pointer;
    margin-left:40px;
}

/* Align menu & icon */

nav{
    margin-left:auto;
}

.search{
    margin-left:40px;
}

/* nav-menu */

.nav-menu{
    background:#d90011;
    color:#fff;
    padding:12px 60px;
    display:flex;
    align-items:center;
    gap:14px;
    font-size:14px;
    font-weight:600;
}

.nav-menu a{
    color:#fff;
    text-decoration:none;
}

.nav-menu i{
    font-size:12px;
}
.content{
    padding:20px 60px;
    text-align:center;
}

.pge-img img{
    align-items: center;
    border-image: round;
  width: 100%;
  height: auto;
  padding: 15rem;
}

.hero{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:20vh;
}

.content{
    text-align:center;
}

.content h1{
    color: #d90011;
    font-weight: bolder;
}
/* promotion contents */
 .promo-section{
    display:flex;
    justify-content:center;
} 
.promo-container{
    max-width:1100px;
    width:100%;
    background:#fff;
    border:1px solid #ddd;
    border-radius:18px;
    padding:40px;
    display:flex;
    align-items:center;
    gap:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* Left */
.promo-image{
  flex:1;
}

.promo-image img{
  width:100%;
  display:block;
  border-radius:5px;
}

/* Right */
.promo-content{
    flex:1;
}

.promo-content h1{
    color:#d90011;
    font-size:25px;
    line-height:1.2;
    margin-bottom:30px;
    font-weight:800;
}

.promo-content p{
    color:#555;
    font-size:1rem;
    line-height:1.4rem;
    margin-bottom:15px;
}

.btn{
    display:inline-block;
    background:#d90011;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:4px;
    font-weight:bold;
    transition:.3s;
}

.btn:hover{
    background:#d90011;
}

.competition-section{
    width:100%;
    display:flex;
    justify-content:center;
    padding:70px 20px;
    background:#f8f8f8;
}

.competition-card{
    width:1100px;
    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:20px;
    padding:100px 80px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.competition-card h2{
    color:#d90011;
    font-size:3rem;
    font-weight:800;
    margin-bottom:30px;
    line-height:1.2;
}

.competition-card p{
    color:#d90011;
    font-size:1.4rem;
    line-height:1.7;
    margin-bottom:30px;
}

.terms-btn{
    display:inline-block;
    padding:14px 28px;
    background:#d90011;
    color:#fff;
    text-decoration:none;
    font-size:1rem;
    font-weight:600;
    border-radius:4px;
    transition:.3s ease;
}

.terms-btn:hover{
    background:#d90011;
}


.social h4{
    font-size:18px;
    margin-bottom:20px;
}

.social-icons{
    display:flex;
    gap:30px;
}

.social-icons a{
    color:#fff;
    font-size:34px;
    transition:.3s;
}

.social-icons a:hover{
    transform:scale(1.2);
}

hr{
    margin:50px 0;
    border:none;
    height:1px;
    background:#d90011;
}




/* SIGN UP VERIFICATION */

.main-bdy{
    background:#f4efe7;
    padding:50px;
}
.top-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:15px 30px;
    background:#f5f2eb;
}
.logo h1{
    font-size:48px;
    color:#d90011;
    font-weight:700;
    line-height:1;
}

.logo span{
    display:block;
    margin-top:5px;
    letter-spacing:4px;
    font-size:14px;
    color:#d90011;
    font-family:Arial, sans-serif;
}

.step-indicator{
    font-size:14px;
    letter-spacing:3px;
    color:#d90011;
    font-family:Arial, sans-serif;
    margin-top:10px;
}

.active-step{
    color:#d90011;
    font-weight:bold;
}
.steps{
    display:flex;
    align-items:center;
    width: 70%;
    justify-self: center;
    
}

.step{
    padding:40px;
    font-size:14px;
}

.active{
    color:#d90011;
    font-weight:bold;
}

.line{
    flex:1;
    height:1px;
    background:#d90011;
}

.container2{
    max-width:700px;
    background:white;
    margin:auto;
    padding:50px;
    border-top:4px solid #d90011;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.subtitle{
    color:#d90011;
    font-size:12px;
    letter-spacing:3px;
}

h1{
    margin-top:15px;
    margin-bottom:20px;
    font-size:48px;
}

.description{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.notice{
    background:#f4e7c6;
    padding:20px;
    margin-bottom:25px;
    color:#d90011;
}

label{
    display:block;
    margin-bottom:10px;
    font-weight:bold;
}

input{
    width:100%;
    padding:18px;
    /* margin-right: 20rem; */
    font-size:24px;
    text-align:center;
    letter-spacing:5px;
    border:2px solid #d90011;
    outline:none;
}

button{
    width:100%;
    padding:18px;
    margin-top:25px;
    background:#d90011;
    color:white;
    border:none;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
}

button:hover{
    opacity:0.9;
}

#error{
    color:red;
    display:block;
    margin-top:10px;
}
#warning-txt{
    text-align: center;
    margin-top: 45px;
    font-size: small;
}


   /* STEP2 CSSS */
   *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: Arial, sans-serif;
    background:#f5f2eb;
    color:#252525;
}

.top-header{
    width:90%;
    margin:20px auto 40px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
}

.logo h1{
    color:#d90011;
    font-size:48px;
    font-family:Arial, sans-serif;
    Font-style:italic;
}

.logo span{
    display:block;
    color:#d90011;
    letter-spacing:4px;
    font-size:13px;
    margin-top:-5px;
}

.step-indicator{
    letter-spacing:3px;
    font-size:14px;
     color:#000000;
     font-weight:bolder;
}

.active-step{
    color:#000000;
    font-weight:bolder;
}

.steps-container{
    width:80%;
    margin:auto;
    display:flex;
    align-items:center;
    margin-bottom:50px;
}

.step{
    display:flex;
    align-items:center;
    gap:8px;
}

.circle{
    width:30px;
    height:30px;
    border-radius:50%;
    border:1px solid #ccc;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
}

.filled{
    background:#d90011;
    color:white;
    border:none;
}

.active-circle{
    border:2px solid #d90011;
    color:#d90011;
}

.step-line{
    flex:1;
    height:1px;
    background:#d9d2c5;
    margin:0 20px;
}

.form-container{
    width:90%;
    max-width:1100px;
    margin:auto;
    background:#fff;
    padding:50px;
    border-top:4px solid #d90011;
}

.small-title{
    color:#d90011;
    letter-spacing:4px;
    font-size:12px;
    margin-bottom:20px;
}

.form-container h1{
    font-family:Georgia, serif;
    font-size:54px;
    margin-bottom:20px;
}

.description{
    color:#666;
    line-height:1.8;
    max-width:650px;
    margin-bottom:40px;
}

.grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.form-group{
    margin-bottom:30px;
}

.form-group label{
    display:block;
    margin-bottom:12px;
    font-weight:600;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:18px;
    border:1px solid #ddd1c0;
    background:#fff;
    font-size:16px;
    outline:none;
}

.form-group textarea{
    min-height:100px;
    resize:none;
}

.optional{
    color:#888;
    font-weight:normal;
}

.checkbox-group{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:30px;
    color:#666;
}

.checkbox-group input{
    width:18px;
    height:18px;
}

.submit-btn{
    width:100%;
    padding:18px;
    background:#d90011;
    border:none;
    color:white;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
}

.submit-btn:hover{
    opacity:0.9;
}





/* STEP3 CSS */

.confirmation-container{
    width:90%;
    max-width:1100px;
    margin:40px auto;
    background:#ffffff;
    padding:80px 60px;
    border-top:4px solid #d90011;
    text-align:center;
}

.success-badge{
    width:90px;
    height:90px;
    margin:0 auto 40px;
    border-radius:50%;
    background:rgb(96, 223, 96);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:11px;
    font-weight:bold;
    letter-spacing:1px;
    line-height:1.4;
    outline:2px dashed rgb(87, 201, 87);
    outline-offset:8px;
}

.small-title{
    color: rgb(87, 201, 87);
    letter-spacing:4px;
    font-size:12px;
    margin-bottom:20px;
}

.confirmation-container h1{
    font-size:58px;
    font-family:Georgia, serif;
    margin-bottom:25px;
    color:#222;
}

.description{
    max-width:760px;
    margin:0 auto 50px;
    line-height:1.8;
    color:#555;
    font-size:20px;
}

.claim-code-box{
    max-width:700px;
    margin:0 auto;
    background:#f8f5ef;
    border:1px dashed #d8cbb4;
    padding:25px;
}

.claim-code-box span{
    display:block;
    font-size:12px;
    letter-spacing:3px;
    color:#666;
    margin-bottom:15px;
}

.claim-code-box h2{
    font-size:40px;
    letter-spacing:4px;
    color:#222;
}

.review-txt{
    max-width:760px;
    margin:0 auto;
    line-height:1.8;
    color:#555;
    font-size:20px;
    text-align:center;
}


/* FOOTER*/
.footer{
    background:#d90011;
    color:#fff;
    padding: 20px;
    
}

.footer-top{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
}
.footer-column{
    display:flex;
    flex-direction:column;
}

.footer-column h6{
    font-size:30px;
    margin-bottom:28px;
    font-weight:800;
    letter-spacing:1px;
}
 .links a{
    color: #ffffff;
    text-decoration: none;
    font-style: italic;
    font-size: 12px;
 }
.footer-column a{
    color:#fff;
    text-decoration:none;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
}
.footer-bottom{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:40px;
}

/* Responsive */

@media(max-width:900px){

.navbar{
    flex-direction:column;
    height:auto;
    padding:20px;
}

nav ul{
    flex-direction:column;
    align-items:center;
    gap:20px;
    margin-top:20px;
}

.search{
    margin:20px 0;
}

.top-bar{
    justify-content:center;
    padding:0;
}

.nav-{
    flex-wrap:wrap;
    padding:15px 20px;
}

@media(max-width:768px){

    .grid{
        grid-template-columns:1fr;
    }

    .steps-container{
        flex-direction:column;
        gap:20px;
    }

    .step-line{
        display:none;
    }

    .form-container{
        padding:30px;
    }

    .form-container h1{
        font-size:40px;
    }
    }
}

/* ADMIN DASHBOARD */

.admin-input{
    text-align:left;
    letter-spacing:normal;
    font-size:16px;
}

.admin-inline-form{
    display:flex;
    align-items:flex-end;
    gap:20px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.admin-inline-form .form-group{
    flex:1;
    min-width:260px;
    margin-bottom:0;
}

.admin-inline-form .submit-btn{
    width:auto;
    padding:18px 30px;
    white-space:nowrap;
}

.admin-table{
    width:100%;
    border-collapse:collapse;
}

.admin-table th,
.admin-table td{
    text-align:left;
    padding:14px 12px;
    border-bottom:1px solid #eee2d0;
    font-size:15px;
}

.admin-table th{
    color:#d90011;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:1px;
}

.status-badge{
    display:inline-block;
    padding:4px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:bold;
}

.status-active{
    background:#d9f2d9;
    color:#1a6b1a;
}

.status-inactive{
    background:#f0f0f0;
    color:#888;
}

.admin-toggle-btn{
    width:auto;
    padding:8px 16px;
    font-size:13px;
    margin-top:0;
}

.admin-delete-btn{
    background:#6b0000;
}