﻿body {
    font-family: 'Poppins', sans-serif;
    background: #0b1220;
}

/* ===========================
   TOPBAR
===========================*/
.topbar {
    background: #08111f;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .topbar a {
        color: #fff;
        text-decoration: none;
        transition: .3s;
    }

        .topbar a:hover {
            color: #00d4ff;
        }

.social-icons a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    margin-left: 8px;
}

    .social-icons a:hover {
        background: #00d4ff;
        color: #000;
    }

/* ===========================
 NAVBAR
===========================*/

.navbar {
    background: #111827;
    padding: 15px 0;
}

.navbar-brand {
    color: #fff !important;
    font-size: 28px;
    font-weight: 700;
}

    .navbar-brand span {
        color: #00d4ff;
    }

.nav-link {
    color: #fff !important;
    margin: 0 10px;
    font-weight: 500;
}

    .nav-link:hover {
        color: #00d4ff !important;
    }

.btn-login {
    border: 1px solid #00d4ff;
    color: #00d4ff;
}

    .btn-login:hover {
        background: #00d4ff;
        color: #000;
    }

.btn-register {
    background: #00d4ff;
    color: #000;
    font-weight: 600;
}

    .btn-register:hover {
        background: #12b9dc;
    }

/* ===========================
 FOOTER
===========================*/

footer {
    background: #08111f;
    color: #ccc;
    padding: 70px 0 20px;
}

    footer h5 {
        color: #fff;
        margin-bottom: 20px;
    }

    footer ul {
        list-style: none;
        padding: 0;
    }

        footer ul li {
            margin-bottom: 12px;
        }

            footer ul li a {
                color: #bfbfbf;
                text-decoration: none;
            }

                footer ul li a:hover {
                    color: #00d4ff;
                }

.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    margin-right: 10px;
    transition: .3s;
}

    .footer-social a:hover {
        background: #00d4ff;
        color: #000;
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 40px;
    padding-top: 20px;
    font-size: 14px;
}

/* Mobile */

@media (max-width:991px) {
    .topbar {
        display: none;
    }

    .navbar .btn {
        margin-top: 10px;
        width: 100%;
    }
}

.slider-section .carousel-item {
    height: 85vh;
    min-height: 550px;
    position: relative;
}

    .slider-section .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slider-section .carousel-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(5,15,35,.65);
    }

.carousel-caption {
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
    text-align: left;
    max-width: 650px;
}

    .carousel-caption h1 {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .carousel-caption p {
        font-size: 20px;
        margin-bottom: 30px;
        color: #ddd;
    }

.btn-info {
    background: #00d4ff;
    border: none;
    color: #000;
    font-weight: 600;
}

    .btn-info:hover {
        background: #00b9e0;
    }

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

@media (max-width:991px) {

    .slider-section .carousel-item {
        height: 70vh;
        min-height: 450px;
    }

    .carousel-caption {
        text-align: center;
        left: 10%;
        right: 10%;
        bottom: 50%;
    }

        .carousel-caption h1 {
            font-size: 34px;
        }

        .carousel-caption p {
            font-size: 16px;
        }

        .carousel-caption .btn {
            margin-bottom: 10px;
        }
}

.about-section {
    background: #0f172a;
    color: #fff;
}

.section-tag {
    display: inline-block;
    background: #00d4ff;
    color: #000;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}

.about-section h2 {
    font-size: 42px;
    font-weight: 700;
}

    .about-section h2 span {
        color: #00d4ff;
    }

.about-section p {
    color: #bfc7d5;
    line-height: 1.8;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.35);
}

.about-box {
    background: #172033;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    transition: .3s;
    height: 100%;
    border: 1px solid rgba(255,255,255,.05);
}

    .about-box:hover {
        transform: translateY(-8px);
        border-color: #00d4ff;
    }

    .about-box h3 {
        color: #00d4ff;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .about-box p {
        margin: 0;
        color: #d1d5db;
    }

@media (max-width:991px) {

    .about-section {
        text-align: center;
    }

        .about-section h2 {
            font-size: 32px;
        }
}
/*==========================
 WHY CHOOSE US
==========================*/

.why-us {
    background: #08111f;
    color: #fff;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: #00d4ff;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
}

    .section-title span {
        color: #00d4ff;
    }

.section-text {
    color: #b5bfd1;
    max-width: 700px;
    margin: auto;
}

.feature-card {
    background: #111827;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    transition: .35s;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-10px);
        border-color: #00d4ff;
        box-shadow: 0 20px 40px rgba(0,212,255,.12);
    }

.feature-icon {
    width: 75px;
    height: 75px;
    background: #00d4ff;
    color: #000;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.feature-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: #c5cbd8;
    margin: 0;
    line-height: 1.7;
}

@media (max-width:991px) {

    .section-title {
        font-size: 32px;
    }

    .feature-card {
        padding: 30px 20px;
    }
}
/*=========================
        CTA SECTION
=========================*/

.cta-section {
    background: #08111f;
}

.cta-box {
    background: linear-gradient(135deg,#0f172a,#172554);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    padding: 50px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

.cta-tag {
    display: inline-block;
    background: #00d4ff;
    color: #000;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.cta-box h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cta-box p {
    color: #d1d5db;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.cta-box .btn-primary {
    background: #00d4ff;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 14px 28px;
}

    .cta-box .btn-primary:hover {
        background: #00b5db;
    }

.cta-box .btn-outline-light {
    padding: 14px 28px;
}

@media (max-width:991px) {

    .cta-box {
        padding: 35px 25px;
        text-align: center;
    }

        .cta-box h2 {
            font-size: 30px;
        }

        .cta-box .btn {
            width: 100%;
            margin-bottom: 12px;
        }
}

.contact-section {
    background: #08111f;
    color: #fff;
}

.contact-info,
.contact-form {
    background: #111827;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
}

.info-box {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    margin-bottom: 20px;
    transition: .3s;
}

    .info-box:hover {
        border-color: #00d4ff;
        transform: translateY(-5px);
    }

    .info-box i {
        font-size: 32px;
        color: #00d4ff;
        margin-bottom: 15px;
    }

    .info-box h5 {
        color: #fff;
    }

    .info-box p {
        color: #bfc7d5;
        margin: 0;
    }

.contact-form .form-control {
    background: #1f2937;
    border: none;
    color: #fff;
    border-radius: 12px;
}

    .contact-form .form-control:focus {
        background: #1f2937;
        color: #fff;
        box-shadow: none;
        border: 1px solid #00d4ff;
    }

.contact-form textarea {
    resize: none;
}

.btn-info {
    background: #00d4ff;
    color: #000;
    border: none;
    font-weight: 600;
}

    .btn-info:hover {
        background: #00b5db;
    }

@media (max-width:991px) {

    .contact-info {
        margin-bottom: 30px;
    }
}
/*==========================
     INNER BANNER
==========================*/

.page-banner {
    position: relative;
    background: url('img/banner.jpg') center center/cover no-repeat;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(5,15,35,.5);
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

    .banner-content h1 {
        font-size: 52px;
        font-weight: 700;
        margin-bottom: 18px;
    }

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    font-size: 17px;
}

    .breadcrumb-item a {
        color: #00d4ff;
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: #fff;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #bfc7d5;
        content: ">";
    }

/* Responsive */

@media (max-width:991px) {

    .page-banner {
        height: 220px;
    }

    .banner-content h1 {
        font-size: 34px;
    }

    .breadcrumb-item {
        font-size: 15px;
    }
}

.documents-section {
    background: #08111f;
    color: #fff;
}

.doc-card {
    background: #111827;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    transition: .3s;
}

    .doc-card img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        transition: .4s;
    }

    .doc-card:hover {
        transform: translateY(-8px);
        border-color: #00d4ff;
        box-shadow: 0 15px 35px rgba(0,212,255,.15);
    }

        .doc-card:hover img {
            transform: scale(1.05);
        }

.btn-download {
    background: #00d4ff;
    color: #000;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

    .btn-download:hover {
        background: #00b5db;
        color: #000;
    }
/*==========================
MISSION & VISION
==========================*/

.mission-section {
    background: #0b1220;
    color: #fff;
}

.mission-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #111827;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.08);
    transition: .35s;
    height: 100%;
}

    .mission-card:hover {
        transform: translateY(-8px);
        border-color: #00d4ff;
        box-shadow: 0 20px 40px rgba(0,212,255,.15);
    }

.icon-box {
    min-width: 80px;
    width: 80px;
    height: 80px;
    background: #00d4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #000;
}

.mission-card h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mission-card p {
    color: #c7d0dc;
    line-height: 1.9;
    margin: 0;
}

@media (max-width:768px) {

    .mission-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 25px;
    }

    .icon-box {
        margin-bottom: 10px;
    }
}
/* Logo */

.navbar-brand {
    padding: 0;
    margin-right: 20px;
}

    .navbar-brand img.logo {
        height: 65px;
        width: auto;
        display: block;
        transition: .3s;
    }

/* Large Desktop */
@media (min-width:1200px) {
    .navbar-brand img.logo {
        height: 70px;
    }
}

/* Laptop */
@media (max-width:991.98px) {
    .navbar-brand img.logo {
        height: 55px;
    }
}

/* Mobile */
@media (max-width:576px) {
    .navbar-brand img.logo {
        height: 45px;
    }

    .navbar {
        padding: 10px 0;
    }
}
/* Dark Button */
.navbar-toggler {
    background: transparent;
    border: 1px solid rgba(255,255,255,.25);
    padding: 8px 10px;
    border-radius: 8px;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

/* White Hamburger Icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.topbar {
    border-bottom: 1px solid white;
}

.navbar {
    border-bottom: 1px solid white;
}
/* Mobile Slider */

