.teach-seo-section{
    background:
    radial-gradient(circle at top left,#fff1e8 0%,transparent 28%),
    radial-gradient(circle at bottom right,#eaf3ff 0%,transparent 28%),
    linear-gradient(135deg,#ffffff,#f8fbff);
}

/* Heading */
.top-badge{
    display:inline-block;
    background:linear-gradient(135deg,#ff6600,#ff914d);
    color:#fff;
    padding:8px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.main-title{
    font-size:48px;
    font-weight:900;
    color:#0d1b4c;
    margin-bottom:10px;
}

.sub-title{
    font-size:26px;
    font-weight:700;
    color:#ff6600;
    margin-bottom:18px;
}

.main-desc{
    max-width:900px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:32px;
}

.quote-line{
    color:#0d1b4c;
    font-size:24px;
    font-weight:700;
    margin-top:25px;
}

.call-btn{
    display:inline-block;
    margin-top:18px;
    background:linear-gradient(135deg,#0d6efd,#0047cc);
    color:#fff;
    text-decoration:none;
    padding:14px 32px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.call-btn:hover{
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(13,110,253,.25);
}

/* Cards */
.step-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.step-card:hover{
    transform:translateY(-8px);
}

.img-box{
    position:relative;
}

.img-box img{
    width:100%;
    
    object-fit:cover;
}

.step-no{
    position:absolute;
    top:16px;
    right:16px;
    width:58px;
    height:58px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff6600,#ff914d);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:800;
    box-shadow:0 10px 22px rgba(255,102,0,.25);
}

.content-box{
    padding:28px;
}

.content-box h3{
    font-size:28px;
    font-weight:800;
    color:#0d1b4c;
    margin-bottom:14px;
}

.content-box p{
    color:#555;
    font-size:16px;
    line-height:30px;
    margin:0;
}

/* Responsive */
@media(max-width:991px){

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

.sub-title{
    font-size:22px;
}

.quote-line{
    font-size:20px;
}

.content-box h3{
    font-size:24px;
}

}

@media(max-width:576px){

.main-title{
    font-size:28px;
}

.sub-title{
    font-size:18px;
}

.main-desc{
    font-size:16px;
    line-height:28px;
}

.quote-line{
    font-size:18px;
}

.img-box img{
     
}

.content-box{
    padding:22px;
}

.content-box h3{
    font-size:22px;
}

}


// about page

.brand-seo-section{
    background:
    radial-gradient(circle at top left,#fff1e8 0%,transparent 30%),
    radial-gradient(circle at bottom right,#e9f3ff 0%,transparent 30%),
    linear-gradient(135deg,#ffffff,#f9fbff);
}

/* Heading */
.top-label{
    display:inline-block;
    background:linear-gradient(135deg,#ff6600,#ff914d);
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.main-title{
    font-size:52px;
    font-weight:900;
    color:#0d1b4c;
    margin-bottom:10px;
}

.sub-main-title{
    font-size:28px;
    color:#ff6600;
    font-weight:700;
    margin-bottom:15px;
}

.title-desc{
    max-width:850px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:32px;
}

/* Cards */
.image-card,
.content-card,
.info-card{
    background:#fff;
    border-radius:28px;
    padding:35px;
    box-shadow:0 18px 45px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.image-card:hover,
.content-card:hover,
.info-card:hover{
    transform:translateY(-8px);
}

.image-card{
    text-align:center;
}

.image-card img{
    max-height:320px;
}

/* About */
.small-tag{
    color:#ff6600;
    font-weight:700;
    font-size:14px;
    letter-spacing:1px;
}

.content-card h2{
    font-size:34px;
    color:#0d1b4c;
    font-weight:800;
    margin:12px 0 18px;
}

.content-card p{
    color:#555;
    font-size:16px;
    line-height:30px;
}

.theme-btn{
    display:inline-block;
    margin-top:10px;
    background:linear-gradient(135deg,#ff6600,#ff914d);
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.theme-btn:hover{
    color:#fff;
    box-shadow:0 12px 25px rgba(255,102,0,.25);
}

/* Vision Mission */
.icon-box{
    width:75px;
    height:75px;
    border-radius:20px;
    background:linear-gradient(135deg,#ff6600,#ff914d);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
    box-shadow:0 12px 25px rgba(255,102,0,.20);
}

.info-card h3{
    font-size:30px;
    font-weight:800;
    color:#0d1b4c;
    margin-bottom:18px;
}

.info-card p{
    color:#555;
    line-height:30px;
}

.vision-card{
    border-top:5px solid #0d6efd;
}

.mission-card{
    border-top:5px solid #ff6600;
}

/* Responsive */
@media(max-width:991px){

.main-title{
    font-size:40px;
}

.sub-main-title{
    font-size:24px;
}

.content-card h2,
.info-card h3{
    font-size:28px;
}

}

@media(max-width:576px){

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

.sub-main-title{
    font-size:20px;
}

.title-desc{
    font-size:16px;
    line-height:28px;
}

.image-card,
.content-card,
.info-card{
    padding:24px;
}

.content-card h2,
.info-card h3{
    font-size:24px;
}

}

// contact page

.contact-pro-section{
background:
radial-gradient(circle at top left,#fff0e8 0%,transparent 28%),
radial-gradient(circle at bottom right,#eaf4ff 0%,transparent 28%),
linear-gradient(135deg,#ffffff,#f8fbff);
}

/* heading */
.mini-badge{
display:inline-block;
background:linear-gradient(135deg,#ff6600,#ff914d);
color:#fff;
padding:8px 20px;
border-radius:50px;
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:18px;
}

.main-heading{
font-size:48px;
font-weight:900;
color:#0d1b4c;
margin-bottom:10px;
}

.sub-heading{
font-size:26px;
font-weight:700;
color:#ff6600;
margin-bottom:15px;
}

.top-desc{
max-width:900px;
margin:auto;
font-size:18px;
line-height:32px;
color:#666;
}

.top-call-btn{
display:inline-block;
margin-top:20px;
padding:14px 34px;
border-radius:50px;
background:linear-gradient(135deg,#0d6efd,#0047cc);
color:#fff;
text-decoration:none;
font-weight:700;
transition:.4s;
}

.top-call-btn:hover{
color:#fff;
transform:translateY(-4px);
box-shadow:0 12px 24px rgba(13,110,253,.25);
}

/* cards */
.contact-card{
background:#fff;
padding:35px;
border-radius:26px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
height:100%;
}

.box-title{
font-size:30px;
font-weight:800;
color:#0d1b4c;
margin-bottom:25px;
}

/* form */
.custom-input{
height:55px;
border-radius:14px;
border:1px solid #e4e4e4;
padding:14px 18px;
box-shadow:none;
font-size:15px;
}

textarea.custom-input{
height:auto;
}

.custom-input:focus{
border-color:#ff6600;
box-shadow:0 0 0 .2rem rgba(255,102,0,.12);
}

.send-btn{
border:none;
padding:14px 34px;
border-radius:50px;
font-weight:700;
color:#fff;
background:linear-gradient(135deg,#ff6600,#ff914d);
transition:.4s;
}

.send-btn:hover{
transform:translateY(-4px);
box-shadow:0 12px 24px rgba(255,102,0,.22);
}

/* info */
.info-item{
display:flex;
gap:18px;
margin-bottom:28px;
align-items:flex-start;
}

.icon-circle{
min-width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#ff6600,#ff914d);
color:#fff;
font-size:22px;
box-shadow:0 10px 20px rgba(255,102,0,.20);
}

.info-item h4{
font-size:22px;
font-weight:800;
color:#0d1b4c;
margin-bottom:8px;
}

.info-item p{
margin:0;
line-height:28px;
color:#555;
}

.info-item a{
color:#ff6600;
text-decoration:none;
font-weight:700;
}

.info-item a:hover{
color:#0d1b4c;
}

/* map */
.map-card{
overflow:hidden;
border-radius:26px;
box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.map-card iframe{
width:100%;
height:450px;
border:0;
display:block;
}

/* responsive */
@media(max-width:991px){

.main-heading{
font-size:36px;
}

.sub-heading{
font-size:22px;
}

.contact-card{
padding:28px;
}

}

@media(max-width:576px){

.main-heading{
font-size:28px;
}

.sub-heading{
font-size:18px;
}

.top-desc{
font-size:16px;
line-height:28px;
}

.contact-card{
padding:22px;
}

.box-title{
font-size:24px;
}

.map-card iframe{
height:320px;
}

}