@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #f59e0b;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}


body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item{

    height:650px;

}

@media(max-width:768px){

.hero-slider,
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item{

    height:280px;

}

}
.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 

/* navbar */
.top-nav{
    background:#0f2747;
    color:#fff;
    padding:8px 0;
    font-size:14px;
}

.top-nav .row{
    align-items:center;
}

.top-nav p{
    margin-bottom:0;
    display:inline-flex;
    align-items:center;
}

.top-nav p i{
    margin-right:6px;
}

.header-social-icons{
    display:flex;
    align-items:center;
    gap:8px;
}

.header-social-icons a{
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.header-social-icons a:hover{
    background:#f59e0b;
    color:#0f2747;
}

.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


/*======================================================
MILESTONE SECTION
======================================================*/

#milestone{

    padding:100px 0;

    background:#ffffff;
}

/* Heading */

.milestone-title{

    font-size:42px;

    font-weight:800;

    color:#0f2747;

    margin-top:15px;

    margin-bottom:18px;
}

.milestone-subtitle{

    max-width:760px;

    margin:auto;

    color:#6d6d6d;

    line-height:1.8;
}


/*==========================
LEFT SIDE
==========================*/

.achievement-wrapper{

    display:flex;

    flex-direction:column;

    gap:22px;

    height:100%;
}

.achievement-card{

    display:flex;

    align-items:center;

    gap:25px;

    background:#fff;

    border-radius:20px;

    padding:28px;

    border:1px solid #ececec;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.35s ease;
}

.achievement-card:hover{

    transform:translateX(10px);

    border-color:#f59e0b;

    box-shadow:0 20px 40px rgba(0,0,0,.10);
}


.achievement-icon{

    width:72px;

    height:72px;

    min-width:72px;

    border-radius:18px;

    background:linear-gradient(135deg,#ffcb47,#f59e0b);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;
}

.achievement-card h3{

    margin:0;

    font-size:34px;

    font-weight:800;

    color:#0f2747;
}

.achievement-card p{

    margin:6px 0 0;

    color:#666;

    font-size:16px;
}


/*==========================
RIGHT IMAGE
==========================*/

.achievement-image{

    height:100%;

    min-height:620px;

    position:relative;

    overflow:hidden;

    border-radius:35px;

    background:#fff;

    padding:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);
}


/* Stylish Border */

.achievement-image::before{

    content:"";

    position:absolute;

    inset:12px;

    border:2px solid rgba(245,158,11,.35);

    border-radius:28px;

    z-index:2;

    pointer-events:none;
}


/* Decorative Shape */

.achievement-image::after{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    border-radius:40px;

    background:linear-gradient(135deg,#f59e0b,#ffd978);

    top:-60px;

    right:-60px;

    opacity:.18;

    transform:rotate(25deg);
}


.achievement-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:25px;

    transition:.5s;
}

.achievement-image:hover img{

    transform:scale(1.05);
}



/*==========================
Responsive
==========================*/

@media(max-width:991px){

    #milestone{

        padding:80px 0;
    }

    .achievement-image{

        margin-top:35px;

        min-height:500px;
    }

    .milestone-title{

        font-size:34px;
    }

}

@media(max-width:767px){

    .achievement-card{

        padding:22px;

        gap:18px;
    }

    .achievement-icon{

        width:60px;

        height:60px;

        min-width:60px;

        font-size:28px;
    }

    .achievement-card h3{

        font-size:28px;
    }

    .achievement-image{

        min-height:350px;
    }

}


.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../img/bg_banner1.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}


/* ==========================================
   FOOTER SECTION
========================================== */

.footer-section {
    position: relative;
    background: #0f172a;
    color: rgba(255, 255, 255, 0.85);
    padding: 50px 0 0;
    overflow: hidden;
}

/* Decorative Shapes */
.footer-section::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
}

.footer-section::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(255,255,255,0.02);
}

.footer-widget {
    position: relative;
    z-index: 2;
}

.footer-logo {
    height: 100px;
    width: auto;
    margin-bottom: 15px;
}

.footer-widget h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-widget h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--brand);
    border-radius: 10px;
}

.footer-widget p {
    color: rgba(255,255,255,0.75);
    line-height: 1.9;
    margin-bottom: 15px;
    font-size: 15px;
}

/* ==========================================
   HIGHLIGHT POINTS
========================================== */

.footer-highlights {
    margin-top: 25px;
}

.footer-highlights div {
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}

.footer-highlights i {
    color: var(--brand);
    margin-right: 8px;
}

/* ==========================================
   FOOTER LINKS
========================================== */

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 14px;
}

.footer-widget ul li a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: all .35s ease;
    position: relative;
}

.footer-widget ul li a::before {
    content: "›";
    margin-right: 8px;
    color: var(--brand);
    opacity: 0;
    transition: all .3s ease;
}

.footer-widget ul li a:hover {
    color: #f59e0b;
    padding-left: 8px;
}

.footer-widget ul li a:hover::before {
    opacity: 1;
}

/* ==========================================
   CONTACT DETAILS
========================================== */

.footer-widget p i {
    color: var(--brand);
    margin-right: 10px;
    font-size: 18px;
}

.footer-widget a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: all .3s ease;
}

.footer-widget a:hover {
    color: var(--brand);
}

/* ==========================================
   OFFICE HOURS BOX
========================================== */

.footer-timing {
    background: rgba(255,255,255,0.05);
    padding: 18px;
    border-left: 4px solid var(--brand);
    border-radius: 10px;
    margin-top: 25px;
}

.footer-timing h6 {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}

.footer-timing span {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

/* ==========================================
   SOCIAL ICONS
========================================== */

.footer-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.footer-social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all .4s ease;
}

.footer-social-icons a:hover {
    background: var(--brand);
    color: #fff;
    transform: translateY(-5px);
}

/* ==========================================
   FOOTER BOTTOM
========================================== */

.footer-bottom {
    margin-top: 50px;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.15);
}

.footer-bottom a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    margin-left: 20px;
    transition: .3s;
}

.footer-bottom a:hover {
    color: var(--brand);
}

.footer-bottom .text-center,
.footer-bottom .text-md-start,
.footer-bottom .text-md-end {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

/* ==========================================
   BACK TO TOP BUTTON
========================================== */

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: var(--brand);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    color: #fff;
}

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

@media (max-width: 991px) {

    .footer-section {
        padding-top: 50px;
    }

    .footer-widget {
        text-align: center;
    }

    .footer-widget h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-timing {
        text-align: left;
    }
}

@media (max-width: 768px) {

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-md-end {
        margin-top: 15px;
    }

    .footer-bottom a {
        display: inline-block;
        margin: 5px 10px;
    }

    .footer-logo {
        height: 60px;
    }

    .footer-widget h4 {
        font-size: 24px;
    }
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}

/*ADDED CSS CODE*/

@media (max-width: 768px) {
    .top-nav {
        display: none;
    }
}

.logo-img{
    width:60px;
    height:60px;
    object-fit:contain;
}

.brand-text{
    margin-left:10px;
    line-height:1.2;
}

.brand-title{
    display:block;
    font-size:22px;
    font-weight:700;
    color:var(--dark);
}

.brand-tagline{
    display:block;
    color:var(--body);
    font-size:12px;
}

@media (max-width: 768px){

    .logo-img{
        width:45px;
        height:45px;
    }

    .brand-title{
        font-size:16px;
    }

    .brand-tagline{
        font-size:10px;
    }
}

@media (max-width: 991px){

    .navbar-collapse{
        background:#fff;
        margin-top:15px;
        border-radius:15px;
        padding:15px;
        box-shadow:var(--shadow);
    }

    .navbar-nav .nav-link{
        padding:12px 15px;
        border-bottom:1px solid #eee;
    }

    .navbar-nav .nav-item:last-child .nav-link{
        border-bottom:none;
    }
}

.navbar-toggler{
    border:none;
    box-shadow:none !important;
}

.navbar-toggler i{
    font-size:32px;
    color:var(--brand);
}

.navbar{
    padding-top:10px;
    padding-bottom:10px;
}

@media(max-width:768px){

    .navbar{
        padding-top:8px;
        padding-bottom:8px;
    }
}

.navbar{
    transition: all .3s ease;
}

.navbar.sticky-top{
    background: #fff;
    border-bottom: 4px solid #f59e0b;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* Back To Top Button */

.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    background:#ffc107;
    color:#0f2747;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:26px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    z-index:999;
    opacity:0;
    visibility:hidden;
    transition:all .4s ease;
}

.back-to-top.show{
    opacity:1;
    visibility:visible;
}

.back-to-top:hover{
    background:#0f2747;
    color:#ffc107;
    transform:translateY(-5px);
}

html{
    scroll-behavior:smooth;
}

#about,
#courses {
    scroll-margin-top: 100px;
}

/* ==================================
   HERO SLIDER MOBILE OPTIMIZATION
================================== */


/* PREMIUM HERO SECTION */

.slide{
    height:650px;
    min-height:650px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
}

.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/slide1.png);
    background-size: cover;
       background-position:center center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/slide2.png);
    background-size: cover;
       background-position:center center;
    background-repeat: no-repeat;
}

.slide3 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/img2.png);
    background-size: cover;
       background-position:center center;
    background-repeat: no-repeat;
}

.slide4 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/slide3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide .display-3{
    font-size:4rem;
    font-weight:800;
    line-height:1.15;
    letter-spacing:-1px;
    text-transform:none;
    color:#fff;
}

.slide h6{
    color:#ffc107 !important;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:15px;
}

.slide h1{
    text-shadow:0 4px 20px rgba(0,0,0,.4);
}

.slide p{
    text-shadow:0 2px 10px rgba(0,0,0,.3);
}

.hero-text{
    max-width:750px;
    margin:0 auto 35px;
    font-size:16px;
    line-height:1.8;
    color:rgba(255, 255, 255, 0.92);
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.hero-buttons .btn{
    padding:12px 32px;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
}

.btn-brand{
    background:#f59e0b;
    border-color:#f59e0b;
}

.btn-brand:hover{
    background:#000;
    border-color:#d88c08;
}

.btn-outline-light:hover{
    background:#fff;
    color:#0f2747;
}

/* Tablet */

@media(max-width:991px){

    .slide .display-3{
        font-size:3rem;
    }

    .hero-text{
        font-size:14px;
    }
}

/* Mobile */

@media(max-width:768px){

    .slide{

    height:260px;
    min-height:260px;
    padding:0;

	}

    .slide .display-3{

    font-size:34px;
    line-height:1.2;
    margin-bottom:18px;

	}

    .slide h6{
        font-size:12px;
        letter-spacing:2px;
    }
	
	.slide1{
        background-image:url("../img/slide1.png");
    }

	.hero-text{

		font-size:15px;
		max-width:100%;
		padding:0;
		margin-bottom:25px;

	}
    

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .hero-buttons .btn{

    width:100%;
    max-width:260px;

	}
}


/* ABOUT SECTION */

#about{
    background:#fff;
}

.section-title h2{
    font-size:42px;
    font-weight:800;
    color:#0f2747;
    margin-bottom:20px;
}

.section-title p{
    font-size:17px;
    line-height:1.9;
}

/* IMAGE DESIGN */

.about-image-wrapper{
    position:relative;
    display:inline-block;
}

.about-image{
    width:100%;
    max-width:450px;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    transition:all .5s ease;
    position:relative;
    z-index:2;
}

.about-image-wrapper::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:20px;
    left:20px;
    border:4px solid #f59e0b;
    border-radius:30px;
    z-index:1;
}

.about-image:hover{
    transform:translateY(-10px);
}

/* INFO BOX */

.info-box{
    padding:20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.info-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.info-box img{
    width:70px;
}

.info-box h5{
    color:#0f2747;
    font-weight:700;
}

@media(max-width:991px){

    .section-title{
        text-align:center;
    }

    .section-title h2{
        font-size:32px;
    }

    .about-image-wrapper{
        margin-top:40px;
    }

    .about-image{
        max-width:350px;
    }
}

@media(max-width:576px){

    .section-title h2{
        font-size:28px;
    }

    .about-image{
        max-width:280px;
    }

    .about-image-wrapper::before{
        top:12px;
        left:12px;
    }
}

/* ==========================
   COURSES SECTION
========================== */

#courses{
    background:#f8fafc;
}

#courses .intro h6{
    color:#f59e0b;
    font-weight:700;
    letter-spacing:2px;
}

#courses .intro h1{
    color:#0f2747;
    font-size:42px;
    font-weight:800;
    margin-bottom:20px;
}

#courses .intro p{
    max-width:700px;
    font-size:17px;
    line-height:1.8;
}

.course-card{
    background:#fff;
    padding:35px 25px;
    border-radius:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:all .4s ease;
    height:100%;
    position:relative;
    overflow:hidden;
}

.course-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#f59e0b;
}

.course-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.course-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #f59e0b,
        #ffc107
    );
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.4s;
    box-shadow:0 10px 25px rgba(245,158,11,.3);
}

.course-card:nth-child(1) .course-icon{
    background:linear-gradient(135deg,#ffc107,#ffdb58);
}

.course-card:nth-child(2) .course-icon{
    background:linear-gradient(135deg,#00b894,#55efc4);
}

.course-card:nth-child(3) .course-icon{
    background:linear-gradient(135deg,#0984e3,#74b9ff);
}

.course-card:nth-child(4) .course-icon{
    background:linear-gradient(135deg,#6c5ce7,#a29bfe);
}

.course-card:nth-child(5) .course-icon{
    background:linear-gradient(135deg,#e17055,#fab1a0);
}

.course-card:nth-child(6) .course-icon{
    background:linear-gradient(135deg,#fd79a8,#ffb6c1);
}

.course-icon i{
    font-size:42px;
    color:#0f2747;
}

.course-card:hover .course-icon{
    transform:rotateY(180deg);
}

.course-card h5{
    color:#0f2747;
    font-weight:700;
    margin-bottom:15px;
}

.course-card p{
    color:#516171;
    line-height:1.8;
}

.course-card:hover img{
    transform:scale(1.1);
    transition:.4s;
}

@media(max-width:768px){

    #courses .intro h1{
        font-size:30px;
    }

    .course-card{
        padding:25px 20px;
    }
    
}


/* ABOUT INFO ICONS */

.info-icon{
    min-width:70px;
    width:70px;
    height:70px;
    border-radius:18px;
    background:linear-gradient(135deg,#f59e0b,#ffc107);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(245,158,11,.25);
    transition:.4s ease;
}

.info-icon i{
    font-size:32px;
    color:#0f2747;
}

.info-box:hover .info-icon{
    transform:translateY(-5px) rotate(-5deg);
}

.info-box{
    display:flex;
    align-items:flex-start;
    padding:20px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.info-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.info-box h5{
    color:#0f2747;
    font-weight:700;
    margin-bottom:8px;
}

/* CONTACT HERO */

.page-banner{
    background:
    linear-gradient(rgba(15,39,71,.85),
    rgba(15,39,71,.85)),
    url('../img/plain.png');

    background-size:cover;
    background-position:center;
    padding:120px 0;
    text-align:center;
}

.page-banner h1{
    color:#fff;
    font-size:55px;
    font-weight:800;
}

.page-banner p{
    color:#fff;
    max-width:700px;
    margin:auto;
}

/* ==========================
   CONTACT PAGE
========================== */

#contact-page{
    background:#f8fafc;
}

#contact-page h1{
    font-size:48px;
    font-weight:800;
    color:#0f2747;
}

#contact-page p{
    font-size:17px;
    line-height:1.8;
}

/* LEFT BOX */

.contact-info-box{
    background:#fff;
    height:100%;
    padding:45px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:35px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-icon{
    min-width:65px;
    width:65px;
    height:65px;
    border-radius:18px;
    background:linear-gradient(
        135deg,
        #f59e0b,
        #ffc107
    );

    display:flex;
    align-items:center;
    justify-content:center;

    margin-right:20px;
}

.contact-icon i{
    font-size:30px;
    color:#0f2747;
}

.contact-item h5{
    font-weight:700;
    color:#0f2747;
    margin-bottom:8px;
}

.contact-item p{
    margin:0;
    color:#516171;
}

/* MAP */

.map-wrapper{
    height:100%;
    min-height:500px;
    overflow:hidden;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.map-wrapper iframe{
    width:100%;
    height:100%;
}

/* SOCIAL */

.contact-social{
    margin-top:40px;
    display:flex;
    gap:12px;
}

.contact-social a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#0f2747;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.3s;
}

.contact-social a:hover{
    background:#f59e0b;
    color:#0f2747;
    transform:translateY(-4px);
}

/* ==========================
   CONTACT SEO SECTION
========================== */

.contact-seo-section{
    padding:80px 0;
    background:#f8fafc;
}

.seo-content-box{
    background:#fff;
    max-width:1100px;
    margin:auto;
    padding:60px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.seo-content-box::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(
        90deg,
        #f59e0b,
        #ffc107
    );
}

.seo-badge{
    display:inline-block;
    background:rgba(245,158,11,.12);
    color:#f59e0b;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.seo-content-box h2{
    font-size:42px;
    font-weight:800;
    color:#0f2747;
    margin-bottom:25px;
    line-height:1.3;
}

.seo-content-box p{
    font-size:17px;
    line-height:1.9;
    color:#516171;
    margin-bottom:20px;
}

/* HIGHLIGHTS */

.seo-highlights{
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.highlight-item{
    background:#f8fafc;
    padding:20px;
    border-radius:18px;
    text-align:center;
    transition:.3s;
}

.highlight-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.highlight-item i{
    font-size:35px;
    color:#f59e0b;
    display:block;
    margin-bottom:10px;
}

.highlight-item span{
    font-weight:600;
    color:#0f2747;
}

@media(max-width:991px){

    .seo-content-box{
        padding:40px 30px;
    }

    .seo-content-box h2{
        font-size:32px;
    }

    .seo-highlights{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){

    .seo-content-box{
        padding:30px 20px;
    }

    .seo-content-box h2{
        font-size:26px;
    }

    .seo-content-box p{
        font-size:15px;
    }

    .seo-highlights{
        grid-template-columns:1fr;
    }
}

/* SECTION BADGE */

.section-badge{
    display:inline-block;
    background:rgba(245,158,11,.12);
    color:#f59e0b;
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
    position:relative;
    transition:.3s ease;
}

.section-badge::before{
    content:'';
    width:8px;
    height:8px;
    background:#f59e0b;
    border-radius:50%;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}

.section-badge:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(245,158,11,.15);
}


/* =====================================
   GALLERY PAGE
===================================== */

.gallery-banner {

    padding: 140px 0 100px;

    background:
    linear-gradient(
        rgba(15,23,42,.88),
        rgba(15,23,42,.88)
    ),
    url('../img/gallery-banner.jpg');

    background-size: cover;
    background-position: center;

    text-align: center;
}

.gallery-banner-content {

    max-width: 800px;
    margin: auto;
}

.gallery-banner h1 {

    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin: 20px 0;
}

.gallery-banner p {

    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 1.8;
}

.gallery-page {

    padding: 100px 0;
    background: #f8fafc;
}

/* GRID */

.gallery-grid {

    display: grid;

    grid-template-columns:
    repeat(auto-fill,minmax(220px,1fr));

    gap: 20px;
}

.gallery-item {

    position: relative;
    display: block;

    overflow: hidden;

    border-radius: 18px;

    background: #fff;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);
}

.gallery-item img {

    width: 100%;
    height: 220px;

    object-fit: cover;

    transition: .6s;
}

.gallery-overlay {

    position: absolute;

    inset: 0;

    background:
    rgba(15,23,42,.70);

    display: flex;

    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: .4s;
}

.gallery-overlay i {

    width: 70px;
    height: 70px;

    border-radius: 50%;

    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--brand);

    font-size: 30px;

    transform: scale(0);

    transition: .4s;
}

.gallery-item:hover img {

    transform: scale(1.12);
}

.gallery-item:hover .gallery-overlay {

    opacity: 1;
}

.gallery-item:hover .gallery-overlay i {

    transform: scale(1);
}

/* PAGINATION */

.gallery-pagination {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 60px;
}

.gallery-pagination a {

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-decoration: none;

    background: #fff;

    border-radius: 50%;

    color: #222;

    font-weight: 600;

    box-shadow:
    0 5px 20px rgba(0,0,0,.08);

    transition: .3s;
}

.gallery-pagination a:hover,
.gallery-pagination a.active {

    background: var(--brand);
    color: #fff;
}

/* LIGHTBOX CUSTOM */

.mfp-bg {

    opacity: .95 !important;
}

.mfp-image-holder .mfp-close {

    color: #fff;
    font-size: 40px;
}

img.mfp-img {

    border-radius: 10px;
}

/* MOBILE */

@media(max-width:768px){

    .gallery-banner {

        padding: 110px 0 80px;
    }

    .gallery-banner h1 {

        font-size: 34px;
    }

    .gallery-grid {

        grid-template-columns:
        repeat(2,1fr);
    }

    .gallery-item img {

        height: 180px;
    }
}


/* ===================================
   STUDENT ACTIVITIES
=================================== */

.student-activities {

    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.student-activities::before {

    content: "";

    position: absolute;

    top: -120px;
    right: -120px;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background: rgba(0,0,0,.03);
}

.activity-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;

    margin-top: 50px;
}

.activity-card {

    position: relative;

    overflow: hidden;

    border-radius: 14px;

    cursor: pointer;

    box-shadow:
    0 8px 25px rgba(0,0,0,.08);
}

.activity-card img {

    width: 100%;

    height: 140px;

    object-fit: cover;

    transition: .5s;
}

.activity-overlay {

    position: absolute;

    inset: 0;

    background:
    rgba(15,23,42,.70);

    display: flex;

    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: .4s;
}

.activity-overlay i {

    width: 50px;
    height: 50px;

    background: #fff;

    border-radius: 50%;

    color: var(--brand);

    font-size: 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    transform: scale(0);

    transition: .4s;
}

.activity-card:hover img {

    transform: scale(1.12);
}

.activity-card:hover .activity-overlay {

    opacity: 1;
}

.activity-card:hover .activity-overlay i {

    transform: scale(1);
}

/* STATS */

.activity-stats {

    display: grid;

    grid-template-columns:
    repeat(4,1fr);

    gap: 25px;

    margin-top: 70px;
}

.stat-box {

    background: #fff;

    text-align: center;

    padding: 30px 20px;

    border-radius: 18px;

    box-shadow:
    0 10px 35px rgba(0,0,0,.08);

    transition: .3s;
}

.stat-box:hover {

    transform: translateY(-8px);
}

.stat-box h3 {

    color: var(--brand);

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 10px;
}

.stat-box span {

    color: #666;
}

/* TABLET */

@media(max-width:1200px){

    .activity-grid{

        grid-template-columns:
        repeat(4,1fr);
    }

    .activity-card img{

        height:170px;
    }
}

/* MOBILE */

@media(max-width:768px){

    .activity-grid{

        grid-template-columns:
        repeat(2,1fr);
    }

    .activity-card img{

        height:150px;
    }

    .activity-stats{

        grid-template-columns:
        repeat(2,1fr);
    }
}

/*=========================
LIGHTBOX
==========================*/

.lightbox{

    position:fixed;

    inset:0;

    background:rgba(10,10,10,.92);

    backdrop-filter:blur(12px);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    visibility:hidden;

    transition:.35s;

    z-index:99999;
}

.lightbox.active{

    opacity:1;

    visibility:visible;
}

.lightbox img{

    max-width:60%;

    

    border-radius:18px;

    box-shadow:0 25px 80px rgba(0,0,0,.55);

    transform:scale(.8);

    transition:.4s;
}

.lightbox.active img{

    transform:scale(1);
}


/* Close Button */

.close-lightbox{

    position:absolute;

    top:25px;

    right:35px;

    width:55px;

    height:55px;

    border-radius:50%;

    background:#fff;

    color:#111;

    font-size:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    transition:.3s;
}

.close-lightbox:hover{

    background:var(--brand);

    color:#fff;

    transform:rotate(90deg);
}


/* Navigation */

.lightbox-prev,
.lightbox-next{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    background:#fff;

    cursor:pointer;

    font-size:34px;

    color:#111;

    transition:.3s;
}

.lightbox-prev{

    left:40px;
}

.lightbox-next{

    right:40px;
}

.lightbox-prev:hover,
.lightbox-next:hover{

    background:var(--brand);

    color:#fff;

    transform:translateY(-50%) scale(1.08);
}


/* Mobile */

@media(max-width:768px){

.lightbox img{

max-width:95%;

max-height:80vh;

}

.lightbox-prev,
.lightbox-next{

width:48px;

height:48px;

font-size:28px;

}

.lightbox-prev{

left:15px;

}

.lightbox-next{

right:15px;

}

.close-lightbox{

right:15px;

top:15px;

width:45px;

height:45px;

font-size:30px;

}

}

