/********** Template CSS **********/
:root {
    --primary: #FF3E41;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}




/* ===== TOP HEADER BAR ===== */
.sec-headtop {
    background: #0b3c5d;   /* Navy Blue (Maritime feel) */
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.sec-headtop a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.sec-headtop a:hover {
    color: #f4d03f; /* Golden hover */
}

/* Email & Phone */
.phoneEmail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}

.phoneEmail ul li i {
    color: #000;
}

/* Buttons */

/* Social Media */
.socialMedia ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.socialMedia ul li a {
    font-size: 16px;
}
/* Top Bar */
.sec-headtop {
    background: #0b3c5d;
    padding: 10px 0;
    font-size: 14px;
}

/* Mail & Phone */
.phoneEmail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

.phoneEmail ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/* Icon Background */
.icon-box {
    width: 26px;
    height: 26px;
    background: #f4d03f;
    color: #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 13px;
}

/* Buttons */

/* Social Icons */
.socialMedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.socialMedia ul li a {
    width: 28px;
    height: 28px;
    background: #f4d03f;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-icon {
    width: 70px;
    height: 70px;
}

.box-icon i{
    font-size: 30px;
}

/* Mobile */
@media (max-width: 768px) {
    .phoneEmail ul {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }
    .phoneEmail ul li a{
        font-size: 13px;
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .phoneEmail ul {
        flex-direction: row;
        gap: 5px;
    }

    .socialMedia ul {
        justify-content: center;
        margin-top: 0px;
    }
}
 p, .text-muted{
    color: #000 !important;
 }
 .contact-admission {
    background: #0b3c5d;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}



/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 250px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h2 {
        font-size: 30px;
        font-weight: 600;
    }
}


.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.objectives-sec{
        background: #bfebff;
}
.objective-box {
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
        background-color: #015880;
}
.objective-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
/*** Service, Price & Team ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    height: 600px;
    position: relative;
    z-index: 999;
        background: #bfebff;
}
.text-box h4{
font-size: 20px;
}
.text-box p{
    font-size: 16px;
}
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

.training-sec{
    background: #bfebff;
}
 .box-text h6{
    font-size: 20px;
}

.box-text p{
    font-size: 16px;
    color: #000;
}
.service-item li, .service-item p{color: #000}
.contact-icon{
    width: 60px;
}
/*** Footer ***/
.footer {
    background-color: #0b3c5d;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}