 
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif !important;
background:#f8f6ef !important;
color:#222 !important;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}

header{
background:linear-gradient(135deg,#fff8e8,#f5ebc7);
padding:70px 0;
}

.hero{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:40px;
align-items:center;
}

h1{
font-size:48px;
line-height:1.2;
margin-bottom:15px;
}

h1 span{
color:#8b0000;
}

p{
color:#555;
line-height:1.7;
}

.badge{
display:inline-block;
background:#8b0000;
color:#fff;
padding:8px 16px;
border-radius:50px;
font-size:13px;
margin-bottom:18px;
}

.poster{
/*background:#fff;*/
padding:1px;
border-radius:22px;
/*box-shadow:0 20px 50px rgba(0,0,0,.08);*/
}

.poster img{
width:100%;
border-radius:18px;
}

.section{
padding:70px 0;
}

.form-box{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
max-width:700px;
margin:auto;
}

.form-box h2{
font-size:34px;
margin-bottom:10px;
}

input,select,textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:12px;
font-family:inherit;
font-size:15px;
}

textarea{
height:120px;
resize:none;
}

button{
width:100%;
padding:16px;
background:#8b0000;
color:#fff;
border:none;
border-radius:12px;
font-size:16px;
font-weight:600;
cursor:pointer;
}

button:hover{
background:#a10000;
}

.success{
background:#e9fff0;
color:#157347;
padding:14px;
border-radius:10px;
margin-bottom:15px;
}

.error{
background:#ffecec;
color:#b42318;
padding:14px;
border-radius:10px;
margin-bottom:15px;
}

footer{
background:#111;
color:#fff;
text-align:center;
padding:25px;
margin-top:50px;
}

@media(max-width:900px){
.hero{
grid-template-columns:1fr;
}
h1{
font-size:36px;
}
}
	
	

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif !important;
background:#f8f6ef !important;
color:#222;
line-height:1.6;
}

.container{
width:92%;
max-width:1250px;
margin:auto;
}

.topbar{
background:#8b0000;
color:#fff;
text-align:center;
padding:10px;
font-size:14px;
font-weight:500;
}

header{
background:linear-gradient(135deg,#fff8e8,#f4e8bf);
padding:70px 0;
}

.hero{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:45px;
align-items:center;
}

.badge{
display:inline-block !important;
background:#8b0000 !important;
color:#fff !important;
padding:8px 16px !important;
border-radius:40px !important;
font-size:13px !important;
font-weight:600 !important;
margin-bottom:20px !important;
letter-spacing:.5px !important;
}

.hero h1{
font-size:46px !important;
line-height:1.2 !important;
color:#1e1e1e !important;
margin-bottom:15px !important;
}

.hero h1 span{
color:#8b0000;
}

.hero p{
font-size:17px;
color:#444;
margin-bottom:22px;
}

.points{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
margin-bottom:28px;
}

.points div{
background:#fff;
padding:14px;
border-radius:14px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
font-size:14px;
font-weight:500;
}

.cta-row{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:15px 28px;
border-radius:12px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.btn-primary{
background:#8b0000;
color:#fff;
}

.btn-primary:hover{
transform:translateY(-2px);
}

.btn-light{
background:#fff;
color:#222;
border:1px solid #ddd;
}

.hero-card{
background:#fff;
padding:1px;
border-radius:2px;
box-shadow:0 2px 1px rgba(0,0,0,.08);
}

.hero-card img{
width:100%;
border-radius:2px;
display:block;
}

.section{
padding:70px 0;
}

.section-title{
text-align:center !important;
font-size:36px !important;
margin-bottom:14px !important;
color:#111 !important;
}

.section-sub{
text-align:center;
max-width:800px;
margin:auto auto 45px;
color:#666;
}

.grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.card{
background:#fff;
padding:28px;
border-radius:18px;
box-shadow:0 12px 35px rgba(0,0,0,.05);
}

.card h3{
font-size:20px;
margin-bottom:10px;
color:#8b0000;
}

.timeline{
background:#fff7dd;
}

.form-wrap{
display:grid;
grid-template-columns:1fr 1fr;
gap:35px;
align-items:start;
}

.form-box{
background:#fff;
padding:35px;
border-radius:20px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.form-box h3{
font-size:28px;
margin-bottom:10px;
}

.form-box p{
color:#666;
margin-bottom:25px;
}

form input,
form select,
form textarea{
width:100%;
padding:15px;
margin-bottom:15px;
border:1px solid #ddd;
border-radius:12px;
font-family:inherit;
font-size:15px;
}

form textarea{
height:110px;
resize:none;
}

button{
width:100%;
padding:16px;
border:none;
background:#8b0000;
color:#fff;
font-size:16px;
font-weight:600;
border-radius:12px;
cursor:pointer;
}

.trust{
background:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.trust ul{
padding-left:18px;
margin-top:15px;
}

.trust li{
margin-bottom:10px;
}

footer{
background:#111;
color:#fff;
text-align:center;
padding:28px 15px;
}

footer a{
color:#fff;
text-decoration:none;
}

@media(max-width:980px){

.hero,
.form-wrap,
.grid-3{
grid-template-columns:1fr;
}

.hero h1{
font-size:36px;
}

.points{
grid-template-columns:1fr;
}

.section-title{
font-size:30px;
}
}
 