/* =========================================================
GAP YEAR AFFIDAVIT UNIQUE CSS
EDUCATION STYLE TEMPLATE
========================================================= */

body{
margin:0;
padding:0;
background:#eef2f7;
font-family:'Poppins',sans-serif;
color:#111827;
overflow-x:hidden;
}

/* =========================================================
MAIN WRAPPER
========================================================= */

.page-wrapper{
padding:25px 12px 60px;
}

.container{
max-width:1180px;
margin:auto;
}

.article-card{
background:#ffffff;
border-radius:28px;
padding:38px;
box-shadow:0 10px 35px rgba(15,23,42,0.08);
overflow:hidden;
}

/* =========================================================
BREADCRUMB
========================================================= */

.breadcrumb-box{
font-size:14px;
margin-bottom:20px;
color:#64748b;
}

.breadcrumb-box a{
text-decoration:none;
color:#2563eb;
font-weight:600;
}

.breadcrumb-box span{
margin:0 4px;
}

/* =========================================================
TITLE
========================================================= */

.article-title{
font-size:46px;
line-height:1.2;
font-weight:800;
margin-bottom:22px;
color:#0f172a;
letter-spacing:-1px;
}

.article-description{
font-size:17px;
line-height:2;
color:#475569;
margin-bottom:45px;
}

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

.hero-box{
background:#fffaf5;
border:1px solid #fed7aa;
border-radius:30px;
padding:40px;
margin-bottom:45px;
position:relative;
overflow:hidden;
}

.hero-box::before{
content:'';
position:absolute;
right:-90px;
top:-90px;
width:240px;
height:240px;
background:rgba(251,146,60,0.10);
border-radius:50%;
}

.hero-content{
position:relative;
z-index:2;
}

.hero-content h2{
font-size:34px;
font-weight:800;
line-height:1.3;
margin-bottom:18px;
color:#111827;
}

.hero-content p{
font-size:16px;
line-height:1.9;
color:#475569;
margin-bottom:20px;
}

.hero-content ul{
padding-left:20px;
margin-bottom:25px;
}

.hero-content ul li{
margin-bottom:10px;
font-size:15px;
line-height:1.8;
color:#334155;
}

.hero-btn{
display:inline-block;
padding:14px 26px;
border-radius:14px;
background:linear-gradient(135deg,#ea580c,#f59e0b);
color:#fff;
font-size:15px;
font-weight:700;
text-decoration:none;
box-shadow:0 10px 25px rgba(234,88,12,0.25);
transition:.3s;
}

.hero-btn:hover{
transform:translateY(-3px);
}

.hero-image{
text-align:center;
position:relative;
z-index:2;
}

.hero-image img{
width:100%;
max-width:320px;
background:#fff;
padding:12px;
border-radius:18px;
border:3px solid #fdba74;
box-shadow:0 15px 35px rgba(15,23,42,0.15);
}

/* =========================================================
HEADINGS
========================================================= */

.content-heading{
font-size:30px;
font-weight:800;
margin-top:45px;
margin-bottom:22px;
line-height:1.4;
color:#111827;
padding-left:18px;
position:relative;
}

.content-heading::before{
content:'';
position:absolute;
left:0;
top:6px;
width:7px;
height:80%;
border-radius:20px;
background:linear-gradient(180deg,#f59e0b,#ea580c);
}

/* =========================================================
TEXT
========================================================= */

.content-text{
font-size:16px;
line-height:2;
color:#475569;
margin-bottom:20px;
padding-right:8px;
}

/* =========================================================
LIST
========================================================= */

.custom-list{
padding-left:22px;
margin:18px 0 25px;
}

.custom-list li{
font-size:15px;
line-height:2;
margin-bottom:10px;
color:#334155;
}

/* =========================================================
INFO GRID
========================================================= */

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

.info-card{
background:#ffffff;
border:1px solid #e5e7eb;
border-radius:22px;
padding:30px 24px;
transition:.3s;
text-align:center;
box-shadow:0 8px 25px rgba(15,23,42,0.04);
}

.info-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(15,23,42,0.08);
}

.info-icon{
width:70px;
height:70px;
border-radius:50%;
background:linear-gradient(135deg,#ea580c,#f59e0b);
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
margin:auto auto 18px;
}

.info-card h3{
font-size:22px;
margin-bottom:12px;
font-weight:700;
color:#111827;
}

.info-card p{
font-size:14px;
line-height:1.9;
color:#64748b;
}

/* =========================================================
LEGAL BOX
========================================================= */

.legal-box{
margin-top:45px;
padding:32px;
border-radius:24px;
background:#fff7ed;
border:1px solid #fdba74;
}

.legal-box h2{
font-size:28px;
margin-bottom:16px;
font-weight:800;
color:#9a3412;
}

.legal-box p{
font-size:15px;
line-height:1.9;
color:#7c2d12;
}

/* =========================================================
DOWNLOAD BOX
========================================================= */

.download-box{
margin-top:50px;
padding:45px 35px;
border-radius:30px;
background:linear-gradient(135deg,#0f172a,#1e293b,#334155);
color:#fff;
text-align:center;
position:relative;
overflow:hidden;
}

.download-box::before{
content:'';
position:absolute;
right:-70px;
bottom:-70px;
width:220px;
height:220px;
background:rgba(255,255,255,0.06);
border-radius:50%;
}

.download-box h2{
font-size:38px;
font-weight:800;
margin-bottom:16px;
position:relative;
z-index:2;
}

.download-box p{
font-size:16px;
line-height:1.9;
margin-bottom:26px;
position:relative;
z-index:2;
color:#dbeafe;
}

.download-btn{
display:inline-block;
padding:14px 28px;
background:#ffffff;
color:#111827;
font-weight:700;
border-radius:14px;
text-decoration:none;
position:relative;
z-index:2;
}

/* =========================================================
FAQ
========================================================= */

.faq-box{
background:#fff;
border-left:5px solid #f59e0b;
padding:24px;
border-radius:16px;
margin-bottom:18px;
box-shadow:0 6px 20px rgba(15,23,42,0.05);
}

.faq-box h3{
font-size:21px;
margin-bottom:12px;
font-weight:700;
color:#111827;
}

.faq-box p{
font-size:15px;
line-height:1.9;
color:#475569;
}

/* =========================================================
RELATED LINKS
========================================================= */

.related-links-box{
margin-top:50px;
}

.related-links-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
}

.related-link{
display:flex;
align-items:center;
gap:12px;
padding:18px;
background:#fff;
border:1px solid #e5e7eb;
border-radius:16px;
text-decoration:none;
font-weight:600;
color:#111827;
transition:.3s;
}

.related-link:hover{
background:#fff7ed;
border-color:#fdba74;
}

/* =========================================================
AUTHOR
========================================================= */

.author-box{
margin-top:45px;
padding-top:20px;
border-top:1px solid #e2e8f0;
}

.author-box h4{
font-size:20px;
margin-bottom:8px;
font-weight:700;
}

.author-box p{
font-size:14px;
color:#64748b;
line-height:1.8;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:992px){

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

.related-links-grid{
grid-template-columns:1fr;
}

.article-title{
font-size:38px;
}

.hero-box{
padding:30px 22px;
}

}

@media(max-width:768px){

.article-card{
padding:22px 16px;
border-radius:24px;
}

.article-title{
font-size:30px;
line-height:1.35;
}

.article-description{
font-size:15px;
line-height:1.95;
}

.hero-box{
padding:24px 16px;
}

.hero-content h2{
font-size:26px;
line-height:1.4;
}

.hero-content p{
font-size:15px;
line-height:1.95;
}

.hero-content ul li{
font-size:15px;
line-height:1.9;
}

.content-heading{
font-size:24px;
line-height:1.45;
}

.content-text{
font-size:15px;
line-height:1.95;
padding-right:6px;
}

.custom-list li{
font-size:15px;
line-height:1.9;
}

.info-card{
padding:24px 18px;
}

.download-box{
padding:32px 18px;
border-radius:24px;
}

.download-box h2{
font-size:28px;
line-height:1.4;
}

.download-box p{
font-size:15px;
line-height:1.9;
}

.faq-box{
padding:20px 16px;
}

.faq-box h3{
font-size:18px;
line-height:1.45;
}

.faq-box p{
font-size:15px;
line-height:1.9;
}

}