*{

margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;

}

body{

background:#f5f7fb;

}

.container{

width:90%;
margin:auto;

}

/* TOP BAR */

.topbar{
background:#0f1d57;
color:white;
padding:10px 0;
font-size:14px;

}

.topbar .container{

display:flex;
justify-content:space-between;

}

/* HEADER */
/* 
header{

background:white;
padding:18px 0;

}

.header{

display:flex;
align-items:center;
justify-content:center;
gap:25px;

}

.logo img{

width:95px;

}

.title{

text-align:left;

}

.title h1{

font-size:40px;
font-weight:800;
color:#0f1d57;

}

.title h2{

font-size:23px;
color:#d89b00;
font-weight:700;
margin-bottom:10px;

}

.title p{

font-size:15px;
color:#555;
line-height:25px;

}

.title span{

display:inline-block;
margin-top:8px;
font-weight:700;
color:#0f1d57;
text-transform:uppercase;

}

/* NAVBAR */

nav{

background:#16296b;

}

nav ul{

display:flex;
justify-content:center;
list-style:none;

}

nav ul li{

margin:0 20px;

}

nav ul li a{

display:block;
padding:18px 0;
text-decoration:none;
color:white;
font-weight:600;
transition:.3s;

}

nav ul li a:hover{

color:#ffcb05;

} */
/* ================= HEADER ================= */

.header{

    position:sticky;
    top:0;
    z-index:9999;

    background:#ffffff;

    box-shadow:0 3px 15px rgba(0,0,0,.12);

}

/* TOP HEADER */

.top-header{

    display:grid;

    grid-template-columns:120px 1fr 120px;

    align-items:center;

    padding:15px 5%;

    border-bottom:1px solid #ddd;

}

.left-logo,
.right-logo{

    text-align:center;

}

.left-logo img,
.right-logo img{

    width:130px;

    height:auto;

}

.header-title{

    text-align:center;

}

.header-title h1{

    font-size:34px;

    color:#0B2C6B;

    font-weight:800;

    line-height:1.3;

    text-transform:uppercase;

    margin-bottom:10px;

}

.header-title p{

    font-size:16px;

    color:#555;

    font-weight:500;

    line-height:28px;

}

.header-title strong{

    color:#C69200;

    font-weight:700;

}

/* NAVBAR */

nav{

    background:#0B2C6B;

}

nav ul{

    display:flex;

    justify-content:center;

    list-style:none;

    margin:0;

    padding:0;

}

nav ul li{

    margin:0 20px;

}

nav ul li a{

    display:block;

    color:#fff;

    text-decoration:none;

    font-size:17px;

    font-weight:600;

    padding:18px 0;

    transition:.3s;

}

nav ul li a:hover{

    color:#FFD54F;

}

/* HERO */

.hero{

height:80vh;

background:url("https://rbs.ac.mu/wp-content/uploads/2022/12/TIB_2671_cropped-scaled.jpg") center center/cover;

position:relative;

display:flex;

align-items:center;

justify-content:center;

}

.overlay{

position:absolute;

width:100%;

height:100%;

background:rgba(9,22,70,.70);

}

.hero-content{

position:relative;

color:white;

text-align:center;

max-width:850px;

}

.hero-content h3{

font-size:25px;

font-weight:400;

}

.hero-content h1{

font-size:60px;

margin:20px 0;

font-weight:800;

}

.hero-content p{

font-size:20px;

line-height:35px;

margin-bottom:40px;

}

.btn1,.btn2{

display:inline-block;

padding:16px 35px;

text-decoration:none;

margin:10px;

border-radius:6px;

font-weight:600;

}

.btn1{

background:#ffcb05;

color:#16296b;

}

.btn2{

border:2px solid white;

color:white;

}

/* ===========================
COMMON SECTION
=========================== */

.section-heading{

text-align:center;

margin-bottom:60px;

}

.section-heading h5{

color:#d89b00;

font-size:18px;

letter-spacing:2px;

margin-bottom:10px;

}

.section-heading h2{

font-size:42px;

color:#16296b;

margin-bottom:20px;

}

.section-heading p{

max-width:850px;

margin:auto;

font-size:18px;

color:#666;

line-height:32px;

}

/* ===========================
ABOUT
=========================== */

.about{

padding:90px 0;

background:white;

}

.about-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.about-card{

padding:40px;

background:#f8f9fc;

border-radius:10px;

transition:.3s;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.about-card:hover{

transform:translateY(-10px);

}

.about-card h3{

color:#16296b;

margin-bottom:20px;

font-size:24px;

}

.about-card p{

line-height:30px;

color:#666;

}

/* ===========================
WHY
=========================== */

.why{

padding:90px 0;

background:#eef3ff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.why-box{

background:white;

padding:35px;

text-align:center;

border-radius:10px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.3s;

}

.why-box:hover{

background:#16296b;

color:white;

transform:translateY(-10px);

}

.why-box:hover p{

color:#eee;

}

.why-box h1{

font-size:60px;

color:#d89b00;

margin-bottom:15px;

}

.why-box h3{

margin-bottom:15px;

}

.why-box p{

color:#666;

line-height:28px;

}

/* ===========================
COUNTER
=========================== */

.counter{

background:#16296b;

padding:70px 0;

}

.counter .container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.counter-box{

text-align:center;

color:white;

}

.counter-box h2{

font-size:52px;

color:#ffcb05;

margin-bottom:10px;

}

.counter-box p{

font-size:18px;

}

/* ===========================
WELCOME
=========================== */

.welcome{

padding:90px 0;

background:white;

}

.welcome-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.welcome-image img{

width:100%;

border-radius:12px;

box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.welcome-content h3{

font-size:36px;

color:#16296b;

margin-bottom:25px;

}

.welcome-content p{

font-size:18px;

line-height:34px;

margin-bottom:20px;

color:#666;

}

/* ===========================
ABOUT
=========================== */

.about-us{

padding:90px 0;

background:#f7f9fd;

}

.about-boxes{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.about-item{

background:white;

padding:35px;

border-radius:12px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;

}

.about-item:hover{

transform:translateY(-8px);

}

.about-item h3{

font-size:28px;

color:#16296b;

margin-bottom:20px;

}

.about-item p{

line-height:30px;

color:#666;

}

/* ===========================
CHAIRMAN
=========================== */

.chairman{

padding:90px 0;

background:white;

}

.chairman-card{

display:grid;

grid-template-columns:300px 1fr;

gap:50px;

align-items:center;

background:#16296b;

padding:50px;

border-radius:15px;

}

.chairman-photo img{

width:100%;

border-radius:12px;

}

.chairman-text{

color:white;

}

.chairman-text h2{

font-size:42px;

margin-bottom:20px;

}

.chairman-text p{

font-size:18px;

line-height:34px;

margin-bottom:20px;

}

.chairman-text h4{

color:#ffcb05;

font-size:22px;

margin-top:20px;

}

/* ===========================
AFFILIATIONS
=========================== */

.affiliations{

padding:90px 0;

background:#fff;

}

.affiliation-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.affiliation-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:12px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

border-top:5px solid #d89b00;

}

.affiliation-card:hover{

transform:translateY(-10px);

}

.icon{

font-size:55px;

margin-bottom:20px;

}

.affiliation-card h3{

color:#16296b;

margin-bottom:15px;

font-size:24px;

}

.affiliation-card p{

line-height:28px;

color:#666;

}

/* ===========================
SERVICES
=========================== */

.services{

padding:90px 0;

background:#f4f7fc;

}

.service-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.service-box{

background:white;

padding:35px;

border-radius:10px;

box-shadow:0 8px 20px rgba(0,0,0,.08);

transition:.3s;

}

.service-box:hover{

background:#16296b;

color:white;

}

.service-box:hover p{

color:#eee;

}

.service-box h3{

margin-bottom:15px;

}

.service-box p{

color:#666;

line-height:28px;

}

/* ===========================
NOTICE
=========================== */

.notice{

padding:90px 0;

background:white;

}

.notice-board{

background:#16296b;

padding:30px;

border-radius:10px;

color:white;

font-size:18px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.notice-board hr{

margin:20px 0;

border:.5px solid rgba(255,255,255,.25);

}


/* ================= FEATURES ================= */

.features{

padding:90px 0;

background:#f8f9fd;

}

.feature-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}

.feature-card{

background:white;

padding:35px;

border-radius:12px;

text-align:center;

box-shadow:0 8px 25px rgba(0,0,0,.08);

transition:.3s;

}

.feature-card:hover{

transform:translateY(-10px);

}

.feature-icon{

font-size:55px;

margin-bottom:20px;

}

.feature-card h3{

color:#16296b;

margin-bottom:15px;

}

.feature-card p{

line-height:28px;

color:#666;

}

/* ================= COUNTERS ================= */

.statistics{

background:#16296b;

padding:80px 0;

}

.statistics .container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

text-align:center;

}

.stat-box h2{

font-size:55px;

color:#ffcb05;

margin-bottom:10px;

}

.stat-box p{

color:white;

font-size:18px;

}

/* ================= CTA ================= */

.cta{

padding:100px 0;

background:linear-gradient(rgba(22,41,107,.92),rgba(22,41,107,.92)),url("banner2.jpg");

background-size:cover;

background-position:center;

text-align:center;

color:white;

}

.cta h2{

font-size:48px;

margin-bottom:20px;

}

.cta p{

font-size:20px;

margin-bottom:40px;

}

.cta-buttons a{

margin:10px;

}

/* ================= GALLERY ================= */

.gallery{

padding:90px 0;

background:white;

}

.gallery-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

}

.gallery-grid img{

width:100%;

height:260px;

object-fit:cover;

border-radius:10px;

transition:.3s;

box-shadow:0 5px 15px rgba(0,0,0,.1);

}

.gallery-grid img:hover{

transform:scale(1.05);

}


/* NEWS */

.news{

padding:90px 0;

background:#f7f9fc;

}

.news-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.news-card{

background:white;

padding:30px;

border-radius:10px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.news-card span{

color:#f4a000;

font-weight:600;

}

.news-card h3{

margin:15px 0;

color:#16296b;

}

.news-card p{

line-height:28px;

margin-bottom:20px;

}

.news-card a{

text-decoration:none;

color:#16296b;

font-weight:600;

}

/* RESULT */

.result-section{

padding:90px 0;

background:white;

}

.result-box{

display:flex;

justify-content:center;

gap:20px;

}

.result-box input{

width:450px;

padding:16px;

border:1px solid #ccc;

border-radius:5px;

}

.result-box button{

padding:16px 35px;

background:#16296b;

color:white;

border:none;

border-radius:5px;

cursor:pointer;

} */

.marksheet{

background:#fff;

border:2px solid #0c2d72;

padding:30px;

box-shadow:0 5px 20px rgba(0,0,0,.15);

}

.marksheet-header{

display:flex;

justify-content:space-between;

align-items:center;

}

.logo-left img{

width:110px;

}

.logo-right img{

width:110px;

}

.header-center{

text-align:center;

flex:1;

}

.header-center h1{

font-size:36px;

font-weight:bold;

color:#123a7a;

margin-bottom:10px;

}

.header-center p{

font-size:20px;

line-height:35px;

}

.header-center h2{

color:#c99200;

font-size:34px;

margin-top:10px;

font-weight:bold;

}

.student-table{

width:100%;

border-collapse:collapse;

margin-top:25px;

}

.student-table td{

border:1px solid #ccc;

padding:12px;

font-size:18px;

}

.marks-table{

width:100%;

border-collapse:collapse;

margin-top:20px;

}

.marks-table th{

background:#123a7a;

color:#fff;

padding:15px;

}

.marks-table td{

border:1px solid #ddd;

padding:12px;

text-align:center;

}

.result-summary{

margin-top:25px;

display:flex;

justify-content:space-around;

font-size:22px;

font-weight:bold;

}

.action-buttons{
    text-align:center;
    margin:30px 0;
}

.print-btn{
    background:#123a7a;
    color:#fff;
    border:none;
    padding:14px 35px;
    border-radius:6px;
    font-size:18px;
    cursor:pointer;
    font-weight:600;
}

.print-btn:hover{
    background:#0c285d;
}

@page{
    size:A4;
    margin:10mm;
}

@media print{

body{
    background:#fff;
}

.result-section{
    padding:0;
}

.result-box,
.section-heading,
.action-buttons{
    display:none;
}

.marksheet{
    width:100%;
    box-shadow:none;
    border:2px solid #000;
    margin:0;
    page-break-after:avoid;
}

.logo-left img,
.logo-right img{
    width:80px;
}

.header-center h1{
    font-size:28px;
}

.header-center p{
    font-size:14px;
    line-height:22px;
}

.header-center h2{
    font-size:24px;
}

.student-table td,
.marks-table td,
.marks-table th{
    font-size:14px;
    padding:8px;
}
}

@page{
    size:A4 portrait;
    margin:10mm;
}

/* CONTACT */

.contact{

padding:90px 0;

background:#16296b;

color:white;

}

.contact .container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

}

.contact input,

.contact textarea{

width:100%;

padding:15px;

margin-bottom:15px;

border:none;

border-radius:5px;

}

.contact button{

padding:15px;

background:#ffcb05;

border:none;

font-weight:700;

cursor:pointer;

}



/* MAP */

.map iframe{

width:100%;

height:400px;

border:0;

}

/* WHATSAPP */

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

text-decoration:none;

color:white;

box-shadow:0 5px 20px rgba(0,0,0,.3);

}

/* FOOTER */

footer{

background:#08153d;

color:white;

padding:70px 0 0;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:40px;

}

.footer-grid h3{

margin-bottom:20px;

color:#ffcb05;

}

.footer-grid ul{

list-style:none;

}

.footer-grid li{

margin-bottom:10px;

}

.copyright{

text-align:center;

padding:25px;

margin-top:50px;

border-top:1px solid rgba(255,255,255,.15);

}

/*======================
COURSES
======================*/

.courses{

padding:100px 0;

background:#f7f9fc;

}

.course-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:35px;

margin-top:60px;

}

.course-card{

background:#fff;

padding:40px 30px;

border-radius:18px;

text-align:center;

position:relative;

overflow:hidden;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.45s;

border-top:5px solid #163c84;

}

.course-card::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);

transition:.8s;

}

.course-card:hover::before{

left:100%;

}

.course-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.course-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#163c84,#2459c3);

display:flex;

align-items:center;

justify-content:center;

font-size:42px;

color:white;

margin-bottom:25px;

}

.course-card h3{

font-size:28px;

color:#163c84;

margin-bottom:15px;

}

.course-card p{

font-size:16px;

line-height:30px;

color:#666;

margin-bottom:25px;

}

.course-card a{

text-decoration:none;

font-weight:700;

color:#163c84;

font-size:17px;

transition:.3s;

}

.course-card a:hover{

color:#d49a00;

}

/*=================================
EDUCATION SECTORS
==================================*/

.education-sector{

padding:110px 0;

background:linear-gradient(180deg,#ffffff,#f4f8ff);

}

.sector-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:28px;

margin-top:60px;

}

.sector-card{

position:relative;

background:#fff;

padding:35px;

border-radius:18px;

overflow:hidden;

cursor:pointer;

transition:.45s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

border-left:6px solid #153c88;

}

.sector-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:0;

height:100%;

background:linear-gradient(135deg,#153c88,#2d64d6);

transition:.45s;

z-index:0;

}

.sector-card:hover::before{

width:100%;

}

.sector-card span{

position:relative;

z-index:2;

font-size:42px;

font-weight:800;

color:#d4a106;

display:block;

margin-bottom:18px;

transition:.4s;

}

.sector-card h3{

position:relative;

z-index:2;

font-size:23px;

font-weight:700;

line-height:34px;

color:#153c88;

transition:.4s;

}

.sector-card:hover h3{

color:#000;

}

.sector-card:hover span{

color:#FFD54F;

transform:translateX(8px);

}

.sector-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 50px rgba(0,0,0,.18);

}

/*======================================
SCHOOLS
======================================*/

.schools{

padding:110px 0;

background:#0d1b52;

position:relative;

overflow:hidden;

}

.schools::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:rgba(255,255,255,.05);

border-radius:50%;

top:-250px;

right:-250px;

}

.schools::after{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.03);

border-radius:50%;

bottom:-200px;

left:-150px;

}

.schools .section-heading h5{

color:#FFD54F;

}

.schools .section-heading h2{

color:white;

}

.schools .section-heading p{

color:#d7dcef;

}

.school-grid{

position:relative;

z-index:2;

display:grid;

grid-template-columns:repeat(auto-fit,minmax(290px,1fr));

gap:30px;

margin-top:60px;

}

.school-card{

background:rgba(255,255,255,.08);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.15);

padding:35px;

border-radius:18px;

transition:.45s;

position:relative;

overflow:hidden;

}

.school-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:5px;

height:100%;

background:#FFD54F;

transition:.45s;

}

.school-card:hover{

transform:translateY(-12px);

background:#ffffff;

box-shadow:0 20px 45px rgba(0,0,0,.25);

}

.school-card:hover::before{

width:100%;

opacity:.08;

}

.school-card span{

display:inline-flex;

align-items:center;

justify-content:center;

width:55px;

height:55px;

border-radius:50%;

background:#FFD54F;

color:#0d1b52;

font-size:20px;

font-weight:700;

margin-bottom:20px;

position:relative;

z-index:2;

}

.school-card h3{

font-size:22px;

line-height:32px;

color:white;

position:relative;

z-index:2;

transition:.4s;

}

.school-card:hover h3{

color:#0d1b52;

}

/*======================================
PROFESSIONAL COURSES
======================================*/

.professional-courses{

padding:110px 0;

background:linear-gradient(135deg,#f8fbff,#eef5ff);

}

.program-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:60px;

}

.program-card{

background:#fff;

padding:35px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

border-bottom:5px solid #153c88;

position:relative;

overflow:hidden;

}

.program-card::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:100%;

height:0;

background:#153c88;

transition:.4s;

z-index:0;

}

.program-card:hover::after{

height:100%;

}

.program-icon{

width:85px;

height:85px;

margin:auto;

border-radius:50%;

background:#153c88;

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

color:#fff;

margin-bottom:20px;

position:relative;

z-index:2;

}

.program-card h3{

position:relative;

z-index:2;

font-size:24px;

margin-bottom:15px;

color:#153c88;

transition:.4s;

}

.program-card p{

position:relative;

z-index:2;

line-height:28px;

color:#666;

margin-bottom:25px;

transition:.4s;

}

.program-card a{

position:relative;

z-index:2;

text-decoration:none;

font-weight:700;

color:#153c88;

transition:.4s;

}

.program-card:hover h3,

.program-card:hover p,

.program-card:hover a{

color:#fff;

}

.program-card:hover{

transform:translateY(-12px);

}

.course-action{

text-align:center;

margin-top:60px;

}

.view-all-btn{

display:inline-block;

padding:18px 45px;

background:#153c88;

color:#fff;

text-decoration:none;

font-size:18px;

font-weight:700;

border-radius:8px;

transition:.4s;

}

.view-all-btn:hover{

background:#d4a106;

color:#153c88;

}

/*=============================
ADMISSION
=============================*/

.admission{

padding:110px 0;

background:#f7f9fc;

}

.admission-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.admission-card{

background:#fff;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

border-top:6px solid #163c84;

}

.admission-card:hover{

transform:translateY(-10px);

}

.admission-icon{

font-size:60px;

margin-bottom:25px;

}

.admission-card h3{

font-size:28px;

margin-bottom:20px;

color:#163c84;

}

.admission-card p{

line-height:30px;

margin-bottom:25px;

color:#666;

}

.admission-btn{

display:inline-block;

padding:14px 30px;

background:#163c84;

color:white;

text-decoration:none;

border-radius:6px;

font-weight:700;

transition:.3s;

}

.admission-btn:hover{

background:#d4a106;

}

/*=============================
TIMELINE
=============================*/

.admission-process{

padding:100px 0;

background:white;

}

.timeline{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.step{

text-align:center;

}

.circle{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:#163c84;

color:white;

font-size:30px;

font-weight:700;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

}

.step h3{

margin-bottom:15px;

color:#163c84;

}

.step p{

line-height:28px;

color:#666;

}

/*=============================
QUICK LINKS
=============================*/

.quick-actions{

padding:90px 0;

background:#163c84;

}

.action-grid{

display:grid;

grid-template-columns:repeat(6,1fr);

gap:25px;

}

.action-box{

background:white;

padding:35px 20px;

text-align:center;

border-radius:12px;

text-decoration:none;

font-size:45px;

transition:.35s;

color:#163c84;

font-weight:700;

}

.action-box h3{

font-size:18px;

margin-top:15px;

}

.action-box:hover{

background:#FFD54F;

transform:translateY(-8px);

}

/*==========================
PARTNERS
==========================*/

.partners{

padding:100px 0;

background:#fff;

overflow:hidden;

}

.logo-slider{

overflow:hidden;

margin-top:60px;

}

.logo-track{

display:flex;

width:max-content;

animation:scrollLogo 30s linear infinite;

}

.logo-track img{

height:80px;

margin:0 45px;

filter:grayscale(100%);

transition:.4s;

}

.logo-track img:hover{

filter:none;

transform:scale(1.1);

}

@keyframes scrollLogo{

0%{

transform:translateX(0);

}

100%{

transform:translateX(-50%);

}

}

/*==========================
TESTIMONIALS
==========================*/

.testimonials{

padding:110px 0;

background:#f8fbff;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:35px;

margin-top:60px;

}

.testimonial-card{

background:white;

padding:40px;

border-radius:18px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.testimonial-card img{

width:110px;

height:110px;

border-radius:50%;

object-fit:cover;

margin-bottom:20px;

border:5px solid #163c84;

}

.testimonial-card h3{

color:#163c84;

margin-bottom:8px;

}

.testimonial-card span{

color:#d49a00;

font-weight:700;

display:block;

margin-bottom:20px;

}

.testimonial-card p{

line-height:30px;

color:#666;

}

/*==========================
FAQ
==========================*/

.faq{

padding:100px 0;

background:white;

}

.faq-box{

max-width:900px;

margin:auto;

}

.faq-box details{

margin-bottom:18px;

background:#fff;

border-radius:10px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

padding:22px;

}

.faq-box summary{

font-size:20px;

font-weight:700;

cursor:pointer;

color:#163c84;

}

.faq-box p{

margin-top:18px;

line-height:28px;


color:#666;

}

/*==============================
FOOTER
==============================*/

.footer{

background:#07153d;

color:#fff;

padding:80px 0 25px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr 1.5fr;

gap:45px;

}

.footer-logo{

width:90px;

margin-bottom:20px;

}

.footer-box h3{

margin-bottom:22px;

font-size:24px;

color:#FFD54F;

}

.footer-box p{

line-height:30px;

color:#ddd;

}

.footer-box ul{

list-style:none;

padding:0;

}

.footer-box ul li{

margin-bottom:12px;

}

.footer-box ul li a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-box ul li a:hover{

color:#FFD54F;

padding-left:8px;

}

.social{

margin-top:20px;

display:flex;

gap:15px;

}

.social a{

width:45px;

height:45px;

border-radius:50%;

background:#163c84;

display:flex;

align-items:center;

justify-content:center;

color:white;

font-size:18px;

transition:.35s;

text-decoration:none;

}

.social a:hover{

background:#FFD54F;

color:#163c84;

transform:translateY(-5px);

}

.footer hr{

margin:45px 0 25px;

border:.5px solid rgba(255,255,255,.12);

}

.footer-bottom{

text-align:center;

color:#bbb;

font-size:15px;

}

/*==============================
SCROLL TOP
==============================*/

#topBtn{

position:fixed;

right:30px;

bottom:30px;

width:58px;

height:58px;

border:none;

border-radius:50%;

background:#163c84;

color:#fff;

font-size:20px;

cursor:pointer;

display:none;

box-shadow:0 10px 25px rgba(0,0,0,.3);

transition:.35s;

z-index:999;

}

#topBtn:hover{

background:#FFD54F;

color:#163c84;

transform:translateY(-5px);

}

/* RESPONSIVE */

@media(max-width:992px){

.header,
.welcome-grid,
.about-boxes,
.affiliation-grid,
.service-grid,
.feature-grid,
.statistics .container,
.footer-grid,
.contact .container,
.news-grid{

grid-template-columns:1fr;

display:grid;

}

.result-box{

flex-direction:column;

}

.result-box input{

width:100%;

}

nav ul{

flex-wrap:wrap;

}

.hero-content h1{

font-size:38px;

}

.hero{

height:60vh;

}

}

/*====================================
SECTORS PAGE
====================================*/

.sector-page{

padding:90px 0;

background:linear-gradient(180deg,#f5f9ff,#eef4fb);

}

.page-title{

text-align:center;

margin-bottom:45px;

}

.page-title span{

display:inline-block;

padding:8px 22px;

background:#163c84;

color:#fff;

border-radius:30px;

font-size:14px;

letter-spacing:1px;

margin-bottom:18px;

}

.page-title h1{

font-size:46px;

color:#163c84;

margin-bottom:18px;

font-weight:800;

}

.page-title p{

max-width:760px;

margin:auto;

line-height:30px;

color:#666;

font-size:17px;

}

.sector-search{

max-width:550px;

margin:0 auto 60px;

}

.sector-search input{

width:100%;

padding:18px 25px;

border:none;

border-radius:50px;

font-size:17px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

outline:none;

}

.sector-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:28px;

}

.sector-card{

background:rgba(255,255,255,.9);

backdrop-filter:blur(15px);

border-radius:18px;

padding:35px 28px;

text-align:center;

position:relative;

overflow:hidden;

box-shadow:0 12px 30px rgba(0,0,0,.08);

transition:.45s;

animation:fadeUp .8s ease forwards;

opacity:0;

}

.sector-card:nth-child(1){animation-delay:.05s;}
.sector-card:nth-child(2){animation-delay:.10s;}
.sector-card:nth-child(3){animation-delay:.15s;}
.sector-card:nth-child(4){animation-delay:.20s;}
.sector-card:nth-child(5){animation-delay:.25s;}
.sector-card:nth-child(6){animation-delay:.30s;}
.sector-card:nth-child(7){animation-delay:.35s;}
.sector-card:nth-child(8){animation-delay:.40s;}
.sector-card:nth-child(9){animation-delay:.45s;}
.sector-card:nth-child(10){animation-delay:.50s;}
.sector-card:nth-child(11){animation-delay:.55s;}
.sector-card:nth-child(12){animation-delay:.60s;}

.sector-card::before{

content:"";

position:absolute;

top:0;

left:-120%;

width:70%;

height:100%;

background:linear-gradient(120deg,transparent,rgba(255,255,255,.7),transparent);

transform:skewX(-25deg);

transition:.8s;

}

.sector-card:hover::before{

left:150%;

}

.sector-card:hover{

transform:translateY(-12px);

box-shadow:0 20px 40px rgba(22,60,132,.18);

}

.sector-icon{

width:80px;

height:80px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#163c84,#2d65d8);

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:white;

margin-bottom:25px;

transition:.35s;

}

.sector-card:hover .sector-icon{

transform:rotate(8deg) scale(1.1);

}

.sector-card h3{

font-size:20px;

line-height:30px;

color:#163c84;

margin-bottom:20px;

min-height:60px;

}

.sector-card a{

display:inline-block;

text-decoration:none;

font-weight:700;

color:#163c84;

transition:.3s;

}

.sector-card a:hover{

color:#d49a00;

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/* Premium Glow */

.sector-card{

border:1px solid rgba(22,60,132,.08);

}

.sector-card:hover{

background:linear-gradient(135deg,#ffffff,#f7fbff);

border-color:#163c84;

}

.sector-card::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:100%;

height:4px;

background:linear-gradient(90deg,#163c84,#FFD54F);

transform:scaleX(0);

transform-origin:left;

transition:.4s;

}

.sector-card:hover::after{

transform:scaleX(1);

}

.sector-icon{

box-shadow:0 10px 25px rgba(22,60,132,.25);

}

.sector-card:hover .sector-icon{

box-shadow:0 20px 35px rgba(22,60,132,.35);

}

/* ===========================
Featured Cards
=========================== */

.featured{

position:relative;

border:2px solid #d4a106;

background:linear-gradient(135deg,#ffffff,#fffdf4);

}

.sector-tag{

position:absolute;

top:18px;

right:-32px;

background:linear-gradient(90deg,#d4a106,#ffcf48);

color:#163c84;

font-size:12px;

font-weight:700;

padding:7px 35px;

transform:rotate(45deg);

text-transform:uppercase;

box-shadow:0 5px 15px rgba(0,0,0,.15);

}

.featured .sector-icon{

background:linear-gradient(135deg,#d4a106,#ffcf48);

color:#163c84;

}

.featured:hover{

border-color:#163c84;

background:linear-gradient(135deg,#fffef7,#ffffff);

}

.featured:hover .sector-icon{

transform:scale(1.15) rotate(10deg);

}

/* Premium Hover */

.featured{

overflow:hidden;

}

.featured::before{

content:"";

position:absolute;

top:-120%;

left:-40%;

width:180%;

height:180%;

background:linear-gradient(
45deg,
transparent,
rgba(255,255,255,.35),
transparent
);

transform:rotate(25deg);

transition:.9s;

}

.featured:hover::before{

top:120%;

left:120%;

}

.featured{

box-shadow:0 15px 35px rgba(212,161,6,.18);

}

.featured:hover{

box-shadow:
0 25px 50px rgba(22,60,132,.18),
0 0 30px rgba(212,161,6,.25);

}

.featured .sector-tag{

letter-spacing:1px;

font-size:11px;

}

/* Scrollbar */

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

background:#163c84;

border-radius:30px;

}

::-webkit-scrollbar-track{

background:#edf3fb;

}

/* Smooth Scroll */

html{

scroll-behavior:smooth;

}

/* Selection */

::selection{

background:#163c84;

color:white;

}

/* Responsive */

@media(max-width:992px){

.sector-grid{

grid-template-columns:repeat(2,1fr);

}

.page-title h1{

font-size:38px;

}

}

@media(max-width:768px){

.sector-grid{

grid-template-columns:1fr;

}

.page-title h1{

font-size:30px;

}

.page-title p{

font-size:15px;

}

.sector-card{

padding:28px;

}

}