/* ==============================
   CRAVELINE GLOBAL STYLES
============================== */


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}



body{

    font-family:'Inter', sans-serif;

    background:#F8FAFC;

    color:#111827;

}



/* Headings */

h1,
h2,
h3,
h4{

    font-family:'Poppins', sans-serif;

}



/* Remove link decoration */

a{

    text-decoration:none;

    color:inherit;

}
/* ==============================
   ANNOUNCEMENT BAR
============================== */


.announcement{

    background:#F7941D;

    color:white;

    text-align:center;

    padding:10px;

    font-weight:600;

}



/* ==============================
   NAVBAR
============================== */


.navbar{

    height:90px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 8%;

    background:white;

    position:sticky;

    top:0;

    z-index:1000;

    box-shadow:0 5px 20px rgba(0,0,0,0.08);

}



.logo img{

    height:100px;

    width:auto;

}


nav ul{

    display:flex;

    gap:30px;

    list-style:none;

}



nav a{

    font-weight:600;

    color:#111827;

    transition:0.3s;

}



nav a:hover{

    color:#F7941D;

}



/* REGISTER BUTTON */


.register-btn{

    background:#0B3A82;

    color:white;

    padding:14px 25px;

    border-radius:30px;

    font-weight:600;

    transition:0.3s;

}



.register-btn:hover{

    background:#F7941D;

}
/* ==============================
   HERO SECTION
============================== */


.hero{

    height:90vh;

    position:relative;

    background-image:url("../images/hero/hero-bg.png");

    background-size:cover;

    background-position:center;

    display:flex;

    align-items:center;

}



.hero-overlay{

    position:absolute;

    inset:0;

    background:rgba(11,58,130,0.65);

}



.hero-content{

    position:relative;

    z-index:2;

    max-width:700px;

    margin-left:8%;

    color:white;

}



.hero-small{

    color:#F7941D;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:20px;

}



.hero h1{

    font-size:60px;

    line-height:1.1;

    margin-bottom:25px;

}



.hero-text{

    font-size:22px;

    margin-bottom:35px;

}



.hero-buttons{

    display:flex;

    gap:20px;

}



.hero-btn{

    padding:15px 30px;

    border-radius:30px;

    font-weight:700;

    transition:0.3s;

}



.primary{

    background:#F7941D;

    color:white;

}



.secondary{

    border:2px solid white;

    color:white;

}



.hero-btn:hover{

    transform:translateY(-5px);

}
/* ==============================
   IMPACT SECTION
============================== */


.impact{

    padding:80px 8%;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    background:#F8FAFC;

}



.impact-card{

    background:white;

    padding:40px 25px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,0.08);

    transition:0.3s;

}



.impact-card:hover{

    transform:translateY(-10px);

}



.impact-card i{

    font-size:40px;

    color:#F7941D;

    margin-bottom:20px;

}



.impact-card h2{

    font-size:45px;

    color:#0B3A82;

}



.impact-card p{

    margin-top:10px;

    font-weight:600;

}
/* ==============================
   ABOUT SECTION LAYOUT FIX
============================== */


.about-preview{

    padding:90px 8%;

    background:white;

}





.about-container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}





.about-text h2{

    font-size:45px;

    line-height:1.2;

    color:#0B3A82;

    margin-bottom:25px;

}





.about-text p{

    font-size:18px;

    line-height:1.8;

    color:#4B5563;

    margin-bottom:30px;

}





.about-cards{

    display:grid;

    gap:20px;

}





.info-card{

    background:#F8FAFC;

    padding:25px;

    border-radius:20px;

    box-shadow:0 12px 30px rgba(0,0,0,0.08);

    transition:.3s;

}





.info-card:hover{

    transform:translateY(-8px);

}





.info-card i{

    font-size:35px;

    color:#F7941D;

    margin-bottom:15px;

}





.info-card h3{

    color:#0B3A82;

    margin-bottom:10px;

}





.info-card p{

    color:#4B5563;

    line-height:1.6;

}






/* WHATSAPP BUTTON */


.whatsapp{

    position:fixed;

    right:25px;

    bottom:25px;

    width:60px;

    height:60px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    z-index:2000;

    box-shadow:0 10px 25px rgba(0,0,0,.25);

}





@media(max-width:900px){


.about-container{

    grid-template-columns:1fr;

}


}


/* ==============================
   SECTION LABEL
============================== */


.section-label{

    display:inline-block;

    background:#F7941D;

    color:white;

    padding:10px 25px;

    border-radius:5px;

    font-size:14px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

    margin-bottom:20px;

    box-shadow:0 8px 20px rgba(247,148,29,.25);

}
/* ==============================
   ABOUT BUTTON DESIGN
============================== */


.about-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#0B3A82;

    color:white;

    padding:15px 35px;

    border-radius:50px;

    font-weight:700;

    box-shadow:0 10px 25px rgba(11,58,130,.25);

    transition:.3s;

}



.about-btn:hover{

    background:#F7941D;

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(247,148,29,.35);

}
/* FORCE SECTION LABEL TEXT COLOR */

.about-text .section-label{

    color:white !important;

}
/* ==============================
TRAINING PREVIEW SECTION
============================== */


.training-preview{

    padding:90px 8%;

    background:#ffffff;

}



.training-heading{

    text-align:center;

    max-width:750px;

    margin:auto;

    margin-bottom:50px;

}



.training-heading h2{

    font-size:45px;

    color:#0B3A82;

    margin-bottom:20px;

}



.training-heading p{

    line-height:1.7;

    color:#4B5563;

}




.training-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}




.training-card{

    background:#F8FAFC;

    padding:35px;

    border-radius:25px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    position:relative;

    transition:.3s;

}



.training-card:hover{

    transform:translateY(-10px);

}



.training-badge{

    background:#F7941D;

    color:white;

    display:inline-block;

    padding:6px 15px;

    border-radius:20px;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;

}



.training-card h3{

    color:#0B3A82;

    margin-bottom:20px;

}



.training-card p{

    margin:12px 0;

    color:#4B5563;

}



.training-description{

    margin-top:20px;

}



.register-course{

    display:inline-block;

    margin-top:20px;

    background:#0B3A82;

    color:white;

    padding:12px 25px;

    border-radius:30px;

    font-weight:700;

}



.training-more{

    text-align:center;

    margin-top:50px;

}




@media(max-width:900px){


.training-cards{

grid-template-columns:1fr;

}


}
/* ==============================
   TRAINING SECTION UPDATES
============================== */


/* Make Training Programs badge visible */

.training-heading .section-label{

    background:#F7941D;

    color:white !important;

}




/* ==============================
   TRAINING CAROUSEL MOVEMENT
============================== */


.training-card{

    animation:carouselMove .8s ease;

}



@keyframes carouselMove{


from{

    opacity:0;

    transform:translateX(120px);

}



to{

    opacity:1;

    transform:translateX(0);

}


}
.training-cards{

    overflow:hidden;

}
/* ==============================
WHY CHOOSE SECTION
============================== */


.why-section{

    padding:90px 8%;

    background:#F8FAFC;

}




.why-heading{

    max-width:750px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}




.why-heading h2{

    font-size:45px;

    color:#0B3A82;

    margin-bottom:20px;

}




.why-heading p{

    color:#4B5563;

    line-height:1.7;

}






.why-cards{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}





.why-card{

    background:white;

    padding:35px 25px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

}





.why-card:hover{

    transform:translateY(-10px);

}





.why-card i{

    font-size:45px;

    color:#F7941D;

    margin-bottom:20px;

}





.why-card h3{

    color:#0B3A82;

    margin-bottom:15px;

}





.why-card p{

    color:#4B5563;

    line-height:1.6;

}






@media(max-width:900px){


.why-cards{

grid-template-columns:1fr;

}


}

/* ==============================
WHY CHOOSE SECTION
============================== */


.why-section{

    padding:90px 8%;

    background:#F8FAFC;

}




.why-heading{

    max-width:750px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}




.why-heading h2{

    font-size:45px;

    color:#0B3A82;

    margin-bottom:20px;

}




.why-heading p{

    color:#4B5563;

    line-height:1.7;

}






.why-cards{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}





.why-card{

    background:white;

    padding:35px 25px;

    text-align:center;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

}





.why-card:hover{

    transform:translateY(-10px);

}





.why-card i{

    font-size:45px;

    color:#F7941D;

    margin-bottom:20px;

}





.why-card h3{

    color:#0B3A82;

    margin-bottom:15px;

}





.why-card p{

    color:#4B5563;

    line-height:1.6;

}






@media(max-width:900px){


.why-cards{

grid-template-columns:1fr;

}


}
/* ==============================
   WHY SECTION PREMIUM PANEL
============================== */


.why-section{

    padding:90px 8%;

    background:#F8FAFC;

}



.why-section > *{

    position:relative;

}




.why-cards,
.why-heading{

    background:#FFF8EE;

    border-radius:35px;

}



.why-heading{

    padding:50px 40px 30px;

}



.why-cards{

    padding:40px;

    box-shadow:0 20px 45px rgba(0,0,0,0.06);

}





.why-card{

    background:white;

}
/* ==============================
   GLOBAL SECTION LABEL STYLE
============================== */


.section-label{

    display:inline-block;

    background:#F7941D !important;

    color:white !important;

    padding:10px 25px;

    border-radius:6px;

    font-size:14px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;

    margin-bottom:20px;

    box-shadow:0 8px 20px rgba(247,148,29,.25);

}
/* ==============================
TRAINING APPROACH WITH IMAGE
============================== */


.approach-section{

    padding:100px 8%;

    background:#F8FAFC;

}



.approach-container{

    background:#FFF8EE;

    border-radius:35px;

    padding:60px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}




.approach-image img{

    width:100%;

    height:450px;

    object-fit:cover;

    border-radius:30px;

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}




.approach-content h2{

    font-size:42px;

    color:#0B3A82;

    margin-bottom:20px;

}




.approach-content>p{

    color:#4B5563;

    line-height:1.7;

    margin-bottom:30px;

}





.approach-item{

    display:flex;

    gap:20px;

    margin-bottom:25px;

}





.approach-item i{

    font-size:28px;

    color:#F7941D;

}




.approach-item h3{

    color:#0B3A82;

    margin-bottom:5px;

}



.approach-item p{

    color:#4B5563;

    line-height:1.5;

}




@media(max-width:900px){


.approach-container{

grid-template-columns:1fr;

padding:30px;

}


}
/* ==============================
TESTIMONIAL SECTION
============================== */


.testimonial-section{

    padding:100px 8%;

    background:#F8FAFC;

}




.testimonial-heading{

    text-align:center;

    max-width:750px;

    margin:auto;

    margin-bottom:50px;

}




.testimonial-heading h2{

    color:#0B3A82;

    font-size:42px;

    margin-bottom:20px;

}




.testimonial-heading p{

    color:#4B5563;

    line-height:1.7;

}




.testimonial-wrapper{

    display:flex;

    align-items:center;

    gap:20px;

}



.testimonial-container{

    overflow:hidden;

    width:100%;

}





.testimonial-track{

    display:flex;

    transition:.5s ease;

}





.testimonial-card{

    min-width:33.333%;

    padding:35px;

    margin:15px;

    background:white;

    border-radius:25px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}





.stars{

    color:#F7941D;

    font-size:20px;

    margin-bottom:20px;

    letter-spacing:4px;

}




.testimonial-card p{

    color:#4B5563;

    line-height:1.7;

    margin-bottom:25px;

}





.testimonial-card h3{

    color:#0B3A82;

    margin-bottom:8px;

}





.testimonial-card span{

    font-size:14px;

    color:#6B7280;

}





.testimonial-arrow{

    width:45px;

    height:45px;

    border:none;

    border-radius:50%;

    background:#F7941D;

    color:white;

    cursor:pointer;

}





@media(max-width:900px){


.testimonial-card{

min-width:100%;

}


}
/* ==============================
   OUR EXPERTISE SECTION
============================== */


.expertise-section{

    padding:100px 8%;

    background:white;

}




.expertise-heading{

    max-width:800px;

    margin:auto;

    text-align:center;

    margin-bottom:60px;

}




.expertise-heading h2{

    font-size:42px;

    color:#0B3A82;

    margin-bottom:20px;

}



.expertise-heading p{

    color:#4B5563;

    line-height:1.7;

}






.expertise-cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}






.expertise-card{

    background:#F8FAFC;

    padding:35px 25px;

    border-radius:25px;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.3s;

}





.expertise-card:hover{

    transform:translateY(-10px);

}





.expertise-card i{

    font-size:45px;

    color:#F7941D;

    margin-bottom:20px;

}




.expertise-card h3{

    color:#0B3A82;

    margin-bottom:15px;

}




.expertise-card p{

    color:#4B5563;

    line-height:1.6;

}





.expertise-button{

    text-align:center;

    margin-top:50px;

}




@media(max-width:900px){


.expertise-cards{

grid-template-columns:1fr;

}


}
/* ==============================
FOOTER SECTION
============================== */


.footer{

    background:#0B3A82;

    color:white;

    padding:80px 8% 20px;

}




.footer-container{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.5fr;

    gap:40px;

}




.footer-about img{

    height:80px;

    margin-bottom:20px;

}



.footer-about p{

    line-height:1.7;

    color:#E5E7EB;

}






.footer h3{

    color:#F7941D;

    margin-bottom:20px;

}






.footer-links{

    display:flex;

    flex-direction:column;

    gap:12px;

}




.footer-links a{

    color:#E5E7EB;

    transition:.3s;

}




.footer-links a:hover{

    color:#F7941D;

}






.footer-contact p{

    margin-bottom:15px;

    color:#E5E7EB;

}




.footer-contact i{

    color:#F7941D;

    margin-right:10px;

}







.footer-social{

    margin-top:25px;

    display:flex;

    gap:15px;

}





.footer-social a{

    width:40px;

    height:40px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:white;

    color:#0B3A82;

    border-radius:50%;

    transition:.3s;

}



.footer-social a:hover{

    background:#F7941D;

    color:white;

}



.footer-social i{

    font-size:18px;

}




.footer-social i:hover{

    background:#F7941D;

    color:white;

}







.footer-bottom{

    margin-top:50px;

    padding-top:20px;

    border-top:1px solid rgba(255,255,255,.2);

    text-align:center;

    color:#D1D5DB;

}





@media(max-width:900px){


.footer-container{

grid-template-columns:1fr;

}


}
/* ==============================
UNDER DEVELOPMENT PAGE
============================== */


.development-page{

    min-height:70vh;

    display:flex;

    align-items:center;

    justify-content:center;

    padding:80px 8%;

    background:#F8FAFC;

}



.development-box{

    max-width:750px;

    text-align:center;

    background:white;

    padding:60px 40px;

    border-radius:35px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}



.development-box h1{

    font-size:45px;

    color:#0B3A82;

    margin-bottom:25px;

}



.development-box p{

    color:#4B5563;

    line-height:1.8;

    font-size:18px;

    margin-bottom:30px;

}
/* ==============================
TRAINING PAGE
============================== */


.training-hero{

display:flex;

justify-content:center;

align-items:center;

text-align:center;

padding:100px 20px;
background:#0B3A82;
color:white;

}

.training-hero div{

max-width:850px;

margin:0 auto;

}
.training-hero h1{

margin-bottom:20px;

}

.training-hero p{

max-width:700px;

margin:0 auto;

line-height:1.8;

}


.training-hero h1{

font-size:55px;

margin:20px 0;

}



.training-hero p{

font-size:20px;

max-width:700px;

line-height:1.7;

}




.training-page-section,
.completed-section{

padding:90px 8%;

}




.training-page-heading{

text-align:center;

max-width:750px;

margin:auto auto 50px;

}



.training-page-heading h2{

font-size:42px;

color:#0B3A82;

}



.training-page-heading p{

color:#4B5563;

}





.category-filter{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-bottom:50px;

}



.category-filter button{

padding:12px 25px;

border:none;

border-radius:30px;

background:#F8FAFC;

cursor:pointer;

font-weight:600;

}




.category-filter .active{

background:#F7941D;

color:white;

}


/* ==========================
   TRAINING SEARCH
========================== */

.training-search{

    max-width:650px;

    margin:0 auto 25px auto;

}

.training-search input{

    width:100%;

    padding:15px 20px;

    font-size:16px;

    border:2px solid #e5e5e5;

    border-radius:12px;

    outline:none;

    transition:.3s;

}

.training-search input:focus{

    border-color:#f58220;

    box-shadow:0 0 10px rgba(245,130,32,.15);

}



.training-grid,
.completed-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}





.completed-section{

background:#FFF8EE;

}





.completed-card{

background:white;

padding:35px;

border-radius:25px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}





.completed-card i{

font-size:40px;

color:#F7941D;

}



.completed-card span{

display:inline-block;

margin-top:15px;

background:#0B3A82;

color:white;

padding:8px 20px;

border-radius:20px;

}



@media(max-width:900px){

.training-grid,
.completed-grid{

grid-template-columns:1fr;

}

}
/* ===========================
   PAGINATION
=========================== */

.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin:40px 0;
    flex-wrap:wrap;
}

.pagination button{

    padding:10px 18px;

    border:none;

    border-radius:8px;

    background:#f2f2f2;

    cursor:pointer;

    font-weight:600;

    transition:.3s;

}

.pagination button:hover{

    background:#0056b3;

    color:white;

}

.pagination button.active{

    background:#0056b3;

    color:white;

}


/* =====================================
   COURSE COUNT
===================================== */

.course-count{

    display:table;

    margin:0 auto 30px auto;

    background:#f58220;

    color:#ffffff;

    padding:14px 28px;

    border-radius:50px;

    font-size:1.05rem;

    font-weight:700;

    letter-spacing:.4px;

    text-align:center;

    box-shadow:0 6px 16px rgba(245,130,32,.25);

    transition:.3s;

}

.course-count strong{

    color:#ffffff;

    font-weight:800;

}
/* ==============================
   REGISTRATION PAGE
============================== */

.registration-container{

    max-width:1200px;

    margin:60px auto;

    display:grid;

    grid-template-columns:1fr 1.3fr;

    gap:40px;

    align-items:start;

}

.course-summary{

    background:#ffffff;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    position:sticky;

    top:120px;

}

.course-summary h2{

    color:#0b4f9c;

    margin-bottom:30px;

}

.course-info p{

    margin-bottom:25px;

    line-height:1.7;

}

.course-info span{

    color:#555;

}

#registrationForm{

    background:#fff;

    padding:35px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

#registrationForm h2{

    margin-bottom:25px;

    color:#0b4f9c;

}

#registrationForm input,

#registrationForm textarea{

    width:100%;

    padding:15px;

    margin-bottom:18px;

    border:1px solid #ddd;

    border-radius:8px;

    font-size:16px;

    box-sizing:border-box;

}

#registrationForm textarea{

    resize:vertical;

}

#registrationForm input:focus,

#registrationForm textarea:focus{

    outline:none;

    border-color:#ff7a00;

}

#registrationForm button{

    width:100%;

}

@media(max-width:900px){

.registration-container{

grid-template-columns:1fr;

}

.course-summary{

position:static;

}

}
.course-promo{

margin-top:35px;

border-radius:15px;

overflow:hidden;

box-shadow:0 10px 25px rgba(0,0,0,.12);

background:#fff;

}

.course-promo img{

    width:100%;

    height:220px;

    object-fit:cover;

    display:block;

}

.promo-overlay{

padding:25px;

text-align:center;

}

.promo-overlay h3{

color:#0b4f9c;

margin-bottom:8px;

font-size:22px;

}

.promo-logo{

width:180px;

margin:25px auto;

display:block;

}

.promo-overlay ul{

list-style:none;

padding:0;

margin-top:20px;

text-align:left;

}

.promo-overlay li{

margin:15px 0;

font-size:15px;

}

.promo-overlay i{

color:#ff7a00;

margin-right:8px;

}
/* ==============================
   FLOATING WHATSAPP BUTTON
============================== */

.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

font-size:34px;

color:white;

box-shadow:0 8px 20px rgba(0,0,0,.25);

z-index:9999;

transition:.3s;

animation:whatsappPulse 2s infinite;

}

.whatsapp-float:hover{

transform:scale(1.1);

background:#20ba5a;

}

@keyframes whatsappPulse{

0%{

box-shadow:0 0 0 0 rgba(37,211,102,.6);

}

70%{

box-shadow:0 0 0 18px rgba(37,211,102,0);

}

100%{

box-shadow:0 0 0 0 rgba(37,211,102,0);

}

}
/* ==============================
CONTACT PAGE
============================== */

.contact-container{

display:grid;

grid-template-columns:1fr 1.4fr;

gap:40px;

margin-top:50px;

align-items:start;

}

.contact-details{

background:#ffffff;

padding:35px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.contact-details h3{

margin-bottom:25px;

color:#f58220;

}

.contact-details p{

margin-bottom:25px;

line-height:1.8;

}

.contact-details i{

color:#f58220;

margin-right:10px;

font-size:20px;

}

#contactForm{

background:#ffffff;

padding:35px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

#contactForm input,
#contactForm textarea{

width:100%;

padding:14px;

margin-bottom:18px;

border:1px solid #ddd;

border-radius:8px;

font-family:inherit;

font-size:15px;

}

#contactForm textarea{

resize:vertical;

}

@media(max-width:900px){

.contact-container{

grid-template-columns:1fr;

}

}

/* WHO WE ARE */

.about-row{

display:grid;

grid-template-columns:1fr 1.2fr;

gap:50px;

align-items:center;

margin-top:40px;

}

.about-photo img{

width:100%;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.12);

}

.about-text p{

line-height:1.9;

margin-bottom:18px;

}

.about-list{

list-style:none;

padding:0;

margin-top:25px;

}

.about-list li{

margin-bottom:15px;

font-weight:600;

}

.about-list i{

color:#F58220;

margin-right:10px;

}

@media(max-width:900px){

.about-row{

grid-template-columns:1fr;

}

}
/* ==========================
ABOUT - WHO WE ARE
========================== */

.about-row{

display:grid;

grid-template-columns:45% 55%;

gap:60px;

align-items:center;

margin-top:50px;

}

.about-photo img{

width:100%;

height:100%;

object-fit:cover;

border-radius:15px;

box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.about-text h3{

font-size:30px;

margin-bottom:20px;

color:#0B3A82;

}

.about-text p{

font-size:17px;

line-height:1.9;

margin-bottom:20px;

color:#555;

}

.about-highlights{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:35px;

}

.about-highlights div{

font-weight:600;

display:flex;

align-items:center;

gap:10px;

}

.about-highlights i{

color:#F58220;

font-size:18px;

}

@media(max-width:900px){

.about-row{

grid-template-columns:1fr;

}

.about-highlights{

grid-template-columns:1fr;

}

}
/* ==========================
MISSION & VISION
========================== */

.mission-vision-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

margin-top:45px;

}

.purpose-card{

background:#fff;

padding:45px;

border-radius:18px;

box-shadow:0 12px 30px rgba(0,0,0,.08);

text-align:center;

transition:.35s;

}

.purpose-card:hover{

transform:translateY(-8px);

}

.purpose-card i{

font-size:55px;

color:#F58220;

margin-bottom:25px;

}

.purpose-card h3{

margin-bottom:20px;

color:#0B3A82;

}

.purpose-card p{

line-height:1.9;

color:#555;

}

@media(max-width:900px){

.mission-vision-grid{

grid-template-columns:1fr;

}

}
/*=========================
WHY CHOOSE US
=========================*/

.why-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:45px;

}

.why-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-card i{

font-size:48px;

color:#F58220;

margin-bottom:20px;

}

.why-card h3{

color:#0B3A82;

margin-bottom:15px;

}

.why-card p{

line-height:1.8;

color:#555;

}
/*=========================
CORE VALUES
=========================*/

.values-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

margin-top:45px;

}

.value-card{

background:#fff;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.35s;

}

.value-card:hover{

transform:translateY(-10px);

}

.value-card i{

font-size:50px;

color:#F58220;

margin-bottom:20px;

}

.value-card h3{

color:#0B3A82;

margin-bottom:18px;

}

.value-card p{

line-height:1.8;

color:#555;

}
/*=========================
ABOUT CTA
=========================*/

.about-cta{

background:linear-gradient(135deg,#0B3A82,#154c9f);

padding:70px 40px;

margin:80px auto;

border-radius:20px;

text-align:center;

color:#fff;

max-width:1200px;

}

.about-cta h2{

color:#fff;

font-size:38px;

margin-bottom:20px;

}

.about-cta p{

max-width:750px;

margin:0 auto 35px;

font-size:18px;

line-height:1.8;

color:rgba(255,255,255,.9);

}
/* =====================================
MOBILE RESPONSIVE
===================================== */

@media screen and (max-width:768px){

/* NAVBAR */

.navbar{

position:relative !important;

top:auto;

height:auto;

padding:20px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

gap:15px;

}
.logo img{
width:180px;
}

.navbar nav ul{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
padding:0;
}

.navbar nav ul li a{
font-size:16px;
}

.register-btn{

width:auto;

padding:12px 28px;

margin:10px auto 0;

display:inline-block;

}
.hero,
.training-hero{

padding-top:60px;

}
/* HERO */

.hero{
padding:70px 20px;
min-height:auto;
}

.hero h1{
font-size:46px;
line-height:1.1;
}

.hero p{
font-size:20px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
gap:20px;
}

.hero-buttons a{
width:100%;
max-width:320px;
text-align:center;
}

/* IMPACT COUNTERS */

.impact{
display:grid !important;
grid-template-columns:1fr 1fr !important;
padding:40px 15px !important;
gap:15px !important;
width:100%;
}

.impact-card{
padding:25px 15px;
}

.impact-card h2{
font-size:36px;
}

.impact-card p{
font-size:14px;
}
/* GENERAL */

section{
padding-left:20px;
padding-right:20px;
}

img{
max-width:100%;
height:auto;
}

}