/* =========================
   GLOBAL STYLES
========================= */

:root {

--primary:#0f172a;
--secondary:#1e293b;
--accent:#2563eb;
--accent2:#3b82f6;
--white:#ffffff;
--light:#f8fafc;
--text:#64748b;
--border:#e2e8f0;
--success:#22c55e;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#ffffff;
color:#0f172a;
line-height:1.7;
overflow-x:hidden;

}

a{
text-decoration:none;
}

ul{
padding:0;
margin:0;
list-style:none;
}

img{
max-width:100%;
display:block;
}

section{
padding:100px 0;
}

.container{
max-width:1200px;
}

/* =========================
SECTION TITLE
========================= */

.section-title{
text-align:center;
margin-bottom:70px;
}

.section-title span{

display:inline-block;
padding:8px 18px;
background:#dbeafe;
color:#2563eb;
border-radius:50px;
font-size:14px;
font-weight:600;
letter-spacing:1px;
margin-bottom:15px;

}

.section-title h2{

font-size:48px;
font-weight:800;
margin-bottom:20px;
color:#0f172a;

}

.section-title p{

font-size:18px;
color:#64748b;
max-width:750px;
margin:auto;

}

/* =========================
HEADER
========================= */

.header-area{

position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;

background:rgba(15,23,42,0.95);

backdrop-filter:blur(12px);

transition:0.3s;

}

.navbar{
padding:20px 0;
}

.logo{

font-size:30px;
font-weight:800;
color:#ffffff !important;
letter-spacing:1px;

}

.navbar-nav .nav-link{

color:#ffffff !important;
font-weight:500;
margin-left:25px;
transition:0.3s;

}

.navbar-nav .nav-link:hover{
color:#3b82f6 !important;
}

/* =========================
HEADER BUTTON
========================= */

.btn-admission{

background:#2563eb;
color:#fff;
padding:12px 28px;
border-radius:50px;
font-weight:600;
transition:0.3s;

}

.btn-admission:hover{

background:#1d4ed8;
color:#fff;
transform:translateY(-2px);

}

/* =========================
HERO SECTION
========================= */

.hero-section{

background:
linear-gradient(
135deg,
#020617,
#0f172a,
#1e293b
);

padding-top:180px;
padding-bottom:120px;

position:relative;
overflow:hidden;

}

.hero-section::before{

content:'';

position:absolute;

width:500px;
height:500px;

background:#2563eb;

filter:blur(180px);

opacity:0.20;

right:-150px;
top:-150px;

}

.hero-content{
position:relative;
z-index:2;
}

.hero-tag{

display:inline-block;

background:rgba(255,255,255,0.1);

padding:10px 20px;

border-radius:50px;

color:#fff;

font-size:14px;

margin-bottom:25px;

backdrop-filter:blur(10px);

}

.hero-content h1{

font-size:72px;
line-height:1.1;
font-weight:800;
color:#fff;

margin-bottom:25px;

}

.hero-content h1 span{
color:#3b82f6;
}

.hero-content p{

font-size:20px;
color:#cbd5e1;

max-width:700px;

margin-bottom:40px;

}

/* =========================
HERO BUTTONS
========================= */

.hero-buttons{

display:flex;
gap:20px;
margin-bottom:50px;
flex-wrap:wrap;

}

.btn-primary-custom{

background:#2563eb;
color:#fff;

padding:16px 34px;

border-radius:60px;

font-weight:600;

transition:0.3s;

}

.btn-primary-custom:hover{

background:#1d4ed8;
color:#fff;

transform:translateY(-3px);

}

.btn-outline-custom{

border:2px solid #fff;

padding:15px 34px;

border-radius:60px;

color:#fff;

font-weight:600;

transition:0.3s;

}

.btn-outline-custom:hover{

background:#fff;
color:#0f172a;

}

/* =========================
HERO STATS
========================= */

.hero-stats{

display:flex;
gap:30px;
flex-wrap:wrap;

}

.stat-box{

background:rgba(255,255,255,0.08);

padding:25px;

border-radius:20px;

min-width:150px;

backdrop-filter:blur(10px);

}

.stat-box h3{

font-size:32px;
font-weight:700;
color:#fff;

}

.stat-box p{

margin:0;
color:#cbd5e1;
font-size:15px;

}

/* =========================
HERO FORM
========================= */

.hero-form{

background:#fff;

padding:40px;

border-radius:30px;

box-shadow:
0 30px 80px rgba(0,0,0,0.25);

position:relative;
z-index:2;

}

.hero-form h3{

font-size:32px;
font-weight:700;
margin-bottom:10px;

}

.hero-form p{

color:#64748b;
margin-bottom:25px;

}

.hero-form .form-control{

height:58px;

border-radius:12px;

margin-bottom:15px;

border:1px solid #e2e8f0;

padding-left:15px;

}

.hero-form .form-control:focus{

box-shadow:none;
border-color:#2563eb;

}

.btn-submit{

width:100%;

background:#2563eb;

color:#fff;

padding:15px;

border:none;

border-radius:12px;

font-weight:600;

transition:0.3s;

}

.btn-submit:hover{

background:#1d4ed8;
color:#fff;

}

/* =========================
TRUST SECTION
========================= */

.trust-section{

background:#f8fafc;

padding:80px 0;

}

.trust-box{

background:#fff;

padding:35px 20px;

border-radius:20px;

transition:0.3s;

box-shadow:
0 10px 35px rgba(0,0,0,0.05);

}

.trust-box:hover{

transform:translateY(-10px);

}

.trust-box h2{

font-size:48px;

font-weight:800;

color:#2563eb;

margin-bottom:10px;

}

.trust-box p{

margin:0;

font-weight:500;

color:#64748b;

}
/* =====================================
WHY MECHATRONICS SECTION
===================================== */

.why-mechatronics{
background:#ffffff;
}

.feature-card{

background:#ffffff;

padding:45px 35px;

border-radius:24px;

text-align:center;

border:1px solid #e5e7eb;

transition:.4s ease;

height:100%;

box-shadow:0 10px 30px rgba(0,0,0,.04);

}

.feature-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.feature-card i{

font-size:55px;

color:var(--accent);

margin-bottom:25px;

}

.feature-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.feature-card p{

color:var(--text);

font-size:16px;

}

/* =====================================
INDUSTRY DEMAND
===================================== */

.industry-demand{

background:#f8fafc;

}

.demand-card{

background:#fff;

padding:35px 25px;

border-radius:20px;

text-align:center;

height:100%;

transition:.4s;

box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.demand-card:hover{

transform:translateY(-10px);

}

.demand-card i{

font-size:48px;

color:#2563eb;

margin-bottom:20px;

}

.demand-card h4{

font-size:22px;

font-weight:700;

margin-bottom:12px;

}

.demand-card p{

color:#64748b;

}

/* =====================================
COURSE HIGHLIGHTS
===================================== */

.course-highlights{

background:#ffffff;

}

.highlight-card{

position:relative;

background:#0f172a;

color:#fff;

padding:40px;

border-radius:24px;

overflow:hidden;

height:100%;

transition:.4s;

}

.highlight-card:hover{

transform:translateY(-8px);

}

.highlight-card .number{

position:absolute;

top:20px;

right:25px;

font-size:60px;

font-weight:800;

opacity:.08;

}

.highlight-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.highlight-card p{

color:#cbd5e1;

margin:0;

}

/* =====================================
CURRICULUM SECTION
===================================== */

.curriculum-section{

background:#f8fafc;

}

.curriculum-box{

background:#fff;

padding:35px;

border-radius:22px;

margin-bottom:30px;

box-shadow:0 12px 35px rgba(0,0,0,.05);

transition:.4s;

}

.curriculum-box:hover{

transform:translateY(-8px);

}

.curriculum-box h4{

font-size:28px;

font-weight:700;

color:#2563eb;

margin-bottom:25px;

}

.curriculum-box ul{

padding-left:0;

}

.curriculum-box ul li{

padding:12px 0;

border-bottom:1px solid #e5e7eb;

font-size:16px;

color:#475569;

position:relative;

padding-left:28px;

}

.curriculum-box ul li:last-child{

border:none;

}

.curriculum-box ul li::before{

content:"✓";

position:absolute;

left:0;

color:#22c55e;

font-weight:700;

}

/* =====================================
CAREER SECTION
===================================== */

.career-section{

background:#ffffff;

}

.career-card{

background:#fff;

padding:40px 30px;

text-align:center;

border-radius:22px;

height:100%;

transition:.4s;

border:1px solid #e5e7eb;

}

.career-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(37,99,235,.12);

}

.career-card i{

font-size:55px;

color:#2563eb;

margin-bottom:20px;

}

.career-card h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

.career-card p{

color:#64748b;

margin:0;

}

/* =====================================
SALARY SECTION
===================================== */

.salary-section{

background:
linear-gradient(
135deg,
#020617,
#0f172a,
#1e293b
);

color:#fff;

}

.salary-section .section-title h2{

color:#fff;

}

.salary-section .section-title p{

color:#cbd5e1;

}

.salary-box{

background:rgba(255,255,255,.08);

padding:35px 20px;

border-radius:20px;

backdrop-filter:blur(12px);

transition:.4s;

}

.salary-box:hover{

transform:translateY(-8px);

}

.salary-box h3{

font-size:36px;

font-weight:800;

color:#60a5fa;

margin-bottom:10px;

}

.salary-box p{

margin:0;

color:#e2e8f0;

}

/* =====================================
PLACEMENT PARTNERS
===================================== */

.placement-section{

background:#ffffff;

}

.company-box{

background:#f8fafc;

height:120px;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

font-size:18px;

border-radius:18px;

margin-bottom:25px;

border:1px solid #e5e7eb;

transition:.4s;

color:#334155;

}

.company-box:hover{

background:#2563eb;

color:#fff;

transform:translateY(-6px);

}

/* =====================================
COMMON CARD HOVER EFFECT
===================================== */

.feature-card,
.demand-card,
.highlight-card,
.curriculum-box,
.career-card,
.salary-box,
.company-box{

will-change:transform;

}

/* =====================================
TESTIMONIAL SECTION
===================================== */

.testimonial-section{
background:#f8fafc;
}

.testimonial-card{

background:#ffffff;

padding:40px 30px;

border-radius:24px;

text-align:center;

height:100%;

transition:.4s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.testimonial-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(37,99,235,.12);

}

.testimonial-top{

width:100px;
height:100px;

margin:auto;
margin-bottom:25px;

}

.testimonial-top img{

width:100%;
height:100%;

object-fit:cover;

border-radius:50%;

border:4px solid #2563eb;

}

.testimonial-card p{

font-size:16px;

color:#64748b;

margin-bottom:20px;

}

.testimonial-card h5{

font-size:22px;

font-weight:700;

margin-bottom:5px;

}

.testimonial-card span{

color:#2563eb;

font-size:14px;

font-weight:600;

}

/* =====================================
ADMISSION PROCESS
===================================== */

.admission-process{

background:#ffffff;

}

.process-card{

text-align:center;

padding:40px 25px;

position:relative;

height:100%;

}

.process-number{

width:80px;
height:80px;

line-height:80px;

margin:auto;
margin-bottom:25px;

border-radius:50%;

background:#2563eb;

color:#fff;

font-size:32px;

font-weight:700;

}

.process-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

}

.process-card p{

color:#64748b;

}

/* =====================================
ADMISSION FORM
===================================== */

.admission-form-section{

background:
linear-gradient(
135deg,
#020617,
#0f172a,
#1e293b
);

color:#ffffff;

}

.admission-content span{

display:inline-block;

padding:8px 18px;

background:rgba(255,255,255,.1);

border-radius:50px;

margin-bottom:20px;

}

.admission-content h2{

font-size:54px;

font-weight:800;

margin-bottom:25px;

}

.admission-content p{

color:#cbd5e1;

font-size:18px;

margin-bottom:30px;

}

.admission-content ul li{

margin-bottom:15px;

font-size:18px;

}

.admission-content i{

color:#22c55e;

margin-right:10px;

}

.admission-form{

background:#ffffff;

padding:40px;

border-radius:30px;

box-shadow:0 30px 80px rgba(0,0,0,.25);

}

.admission-form h3{

font-size:32px;

font-weight:700;

margin-bottom:25px;

color:#0f172a;

}

.admission-form .form-control{

height:58px;

border-radius:12px;

border:1px solid #dbe3ef;

}

.admission-form .form-control:focus{

box-shadow:none;

border-color:#2563eb;

}

.admission-form .btn-submit{

width:100%;

padding:15px;

border:none;

border-radius:12px;

background:#2563eb;

color:#ffffff;

font-weight:600;

}

/* =====================================
FAQ SECTION
===================================== */

.faq-section{

background:#f8fafc;

}

.accordion-item{

border:none;

margin-bottom:15px;

border-radius:16px !important;

overflow:hidden;

box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.accordion-button{

padding:25px;

font-weight:600;

font-size:18px;

background:#ffffff;

}

.accordion-button:not(.collapsed){

background:#2563eb;

color:#ffffff;

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-body{

padding:25px;

color:#64748b;

line-height:1.8;

}

/* =====================================
FINAL CTA
===================================== */

.final-cta{

background:
linear-gradient(
135deg,
#2563eb,
#1d4ed8
);

color:#ffffff;

padding:120px 0;

}

.final-cta h2{

font-size:58px;

font-weight:800;

margin-bottom:20px;

}

.final-cta p{

font-size:20px;

margin-bottom:35px;

opacity:.95;

}

.btn-cta{

background:#ffffff;

color:#2563eb;

padding:18px 40px;

border-radius:60px;

font-weight:700;

transition:.4s;

}

.btn-cta:hover{

transform:translateY(-3px);

background:#f8fafc;

}

/* =====================================
FOOTER
===================================== */

.footer{

background:#020617;

color:#cbd5e1;

padding:80px 0 30px;

}

.footer h3,
.footer h4{

color:#ffffff;

margin-bottom:20px;

font-weight:700;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#cbd5e1;

transition:.3s;

}

.footer ul li a:hover{

color:#60a5fa;

padding-left:5px;

}

.footer hr{

margin:40px 0;

border-color:rgba(255,255,255,.1);

}

/* =====================================
WHATSAPP BUTTON
===================================== */

.whatsapp-float{

position:fixed;

right:25px;
bottom:25px;

width:65px;
height:65px;

background:#25d366;

color:#ffffff;

border-radius:50%;

display:flex;

align-items:center;
justify-content:center;

font-size:32px;

z-index:999;

box-shadow:0 10px 30px rgba(0,0,0,.25);

transition:.4s;

}

.whatsapp-float:hover{

transform:scale(1.1);

color:#ffffff;

}

/* =====================================
BACK TO TOP
===================================== */

.back-to-top{

position:fixed;

left:25px;
bottom:25px;

width:55px;
height:55px;

border:none;

background:#2563eb;

color:#ffffff;

border-radius:50%;

cursor:pointer;

display:none;

z-index:999;

font-size:18px;

box-shadow:0 10px 25px rgba(0,0,0,.2);

}

/* =====================================
RESPONSIVE
===================================== */

@media(max-width:991px){

.hero-content h1{
font-size:52px;
}

.admission-content h2{
font-size:42px;
}

.final-cta h2{
font-size:42px;
}

.section-title h2{
font-size:38px;
}

.hero-form{
margin-top:50px;
}

}

@media(max-width:768px){

section{
padding:70px 0;
}

.hero-section{
padding-top:140px;
}

.hero-content h1{
font-size:40px;
}

.hero-content p{
font-size:17px;
}

.hero-buttons{
flex-direction:column;
}

.hero-buttons a{
width:100%;
text-align:center;
}

.hero-stats{
flex-direction:column;
}

.section-title h2{
font-size:32px;
}

.admission-content h2{
font-size:34px;
}

.final-cta h2{
font-size:34px;
}

.footer{
text-align:center;
}

.whatsapp-float{
width:60px;
height:60px;
font-size:28px;
}

}

@media(max-width:576px){

.hero-content h1{
font-size:34px;
}

.section-title h2{
font-size:28px;
}

.final-cta h2{
font-size:28px;
}

.admission-content h2{
font-size:28px;
}

.hero-form,
.admission-form{
padding:25px;
}

}
/* LEARN WHILE EARN SECTION */

.learn-earn-section{
    padding:80px 0;
    background:#f8fafc;
}

.learn-earn-section .section-title span{
    color:#ff5722;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.learn-earn-section .section-title h2{
    font-size:42px;
    font-weight:800;
    margin:15px 0;
    color:#0f172a;
}

.learn-earn-section .section-title p{
    max-width:750px;
    margin:auto;
    color:#64748b;
}

.learn-card{
    background:#ffffff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:0.4s ease;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

.learn-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.learn-card i{
    width:80px;
    height:80px;
    line-height:80px;
    border-radius:50%;
    background:#ff5722;
    color:#fff;
    font-size:32px;
    margin-bottom:20px;
}

.learn-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.learn-card p{
    color:#64748b;
    line-height:1.8;
    margin:0;
}
/* CURRICULUM SECTION */

.curriculum-section{
    padding:90px 0;
    background:#f8fafc;
}

.curriculum-section .section-title span{
    color:#ff5722;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.curriculum-section .section-title h2{
    font-size:46px;
    font-weight:800;
    margin:15px 0;
    color:#0f172a;
}

.curriculum-section .section-title p{
    max-width:750px;
    margin:auto;
    color:#64748b;
}

.curriculum-card{
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #edf2f7;
}

.curriculum-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.curriculum-card i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff5722,#ff784e);
    color:#fff;
    font-size:36px;
    margin-bottom:20px;
}

.curriculum-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.curriculum-card p{
    color:#64748b;
    line-height:1.8;
    margin-bottom:0;
}

/* Hover Effect */

.curriculum-card:hover i{
    transform:rotate(10deg) scale(1.1);
    transition:.4s;
}

/* HIGH DEMAND INDUSTRIES */

.industries-section{
    padding:100px 0;
    background:linear-gradient(135deg,#f8fafc,#eef4ff);
}

.industries-section .section-title span{
    color:#ff5722;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.industries-section .section-title h2{
    font-size:48px;
    font-weight:800;
    margin:15px 0;
    color:#0f172a;
}

.industries-section .section-title p{
    max-width:800px;
    margin:auto;
    color:#64748b;
}

.industry-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    height:100%;
    transition:.4s;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.industry-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.industry-icon{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff5722,#ff784e);
    display:flex;
    align-items:center;
    justify-content:center;
}

.industry-icon i{
    font-size:38px;
    color:#fff;
}

.industry-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.industry-card p{
    color:#64748b;
    line-height:1.8;
}

.industry-banner{
    margin-top:20px;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    padding:40px;
    border-radius:20px;
    color:#fff;
}

.industry-banner h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.industry-banner p{
    margin:0;
    color:#cbd5e1;
}

.banner-icon{
    font-size:90px;
    color:#ff5722;
}

@media(max-width:768px){

.industries-section .section-title h2{
    font-size:34px;
}

.industry-banner{
    text-align:center;
}

.banner-icon{
    margin-top:20px;
}

}
/* HERO SECTION */

.hero-section{
    padding:120px 0 80px;
    background:linear-gradient(135deg,#f8fafc,#eef4ff);
    overflow:hidden;
}

.hero-tag{
    display:inline-block;
    background:#ff5722;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    color:#0f172a;
}

.hero-content h1 span{
    color:#ff5722;
    display:block;
}

.hero-subtitle{
    font-size:24px;
    font-weight:600;
    margin:20px 0;
    color:#334155;
}

.hero-content p{
    font-size:18px;
    line-height:1.8;
    color:#64748b;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.btn-primary-custom{
    background:#25D366;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
}

.btn-primary-custom:hover{
    color:#fff;
    transform:translateY(-3px);
}

.btn-outline-custom{
    border:2px solid #ff5722;
    color:#ff5722;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}

.hero-image{
    position:relative;
}

.hero-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.hero-stats{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.stat-box{
    background:#fff;
    padding:20px;
    border-radius:15px;
    min-width:140px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.stat-box h3{
    color:#ff5722;
    font-size:30px;
    font-weight:800;
    margin-bottom:5px;
}

.stat-box p{
    margin:0;
    font-size:14px;
}

/* MOBILE */

@media(max-width:991px){

.hero-content{
    text-align:center;
    margin-bottom:40px;
}

.hero-content h1{
    font-size:42px;
}

.hero-subtitle{
    font-size:20px;
}

.hero-buttons{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

}
/* ADMISSION CTA SECTION */

.admission-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
}

.admission-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.35);
}

.admission-tag{
    display:inline-block;
    background:#ff5722;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.admission-content h2{
    font-size:52px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
}

.admission-content h2 span{
    color:#ff5722;
    display:block;
}

.admission-content p{
    font-size:18px;
    line-height:1.8;
    color:#cbd5e1;
    margin-bottom:35px;
}

.admission-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.feature-item i{
    color:#25D366;
    font-size:20px;
}

.admission-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-admission-whatsapp{
    background:#25D366;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
}

.btn-admission-call{
    background:#ff5722;
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
}

.btn-admission-whatsapp:hover,
.btn-admission-call:hover{
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

.admission-content{
    text-align:center;
}

.admission-content h2{
    font-size:38px;
}

.admission-features{
    grid-template-columns:1fr;
}

.admission-buttons{
    justify-content:center;
}

}