﻿/********** Template CSS **********/
:root {
    --primary: #D81324;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

body {
    padding: 0px;
    margin: 0px;
}

.fw-medium {
    font-weight: 600 !important;
}

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


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

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

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

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

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    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,
.navbar-light a.btn {
    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 .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

        #header-carousel .carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
}

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

.page-header-inner {
    background: rgba(0, 0, 0, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

    .service .nav .nav-link.active {
        background: var(--primary);
    }

        .service .nav .nav-link.active h4 {
            color: #FFFFFF !important;
        }


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

    .team-item .team-overlay .btn:hover {
        color: #FFFFFF;
        background: var(--secondary);
    }


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

    .testimonial-carousel .owl-item.center .testimonial-text * {
        color: #FFFFFF !important;
    }

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        background: var(--primary);
        border-color: var(--primary);
    }


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

    .footer .btn.btn-social {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--light);
        border: 1px solid #FFFFFF;
        border-radius: 35px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary);
        }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            letter-spacing: 1px;
            box-shadow: none;
        }

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

        .footer .copyright a {
            color: var(--light);
        }

    .footer .footer-menu a {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

        .footer .footer-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

/* MAIN TOPBAR */
.acf-topbar {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg,#0B3D91,#8B0000);
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
}


/* LEFT CONTACT */
.acf-left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-left: 18px;
    padding-right: 9px;
    min-width: 320px;
}


/* CONTACT ITEM */
.acf-contact-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

    .acf-contact-item i {
        color: #FFD700;
        font-size: 12px;
    }


/* SEPARATOR */
.acf-separator {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,.4);
}


/* CENTER MARQUEE AREA */
.acf-center {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background: #ffffff;
    color: #8B0000;
    overflow: hidden;
}


/* MARQUEE CONTAINER */
.acf-marquee {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #fec2c3,#c2c2ff);
}


/* SCROLLING TRACK */
.acf-marquee-track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: acf-scroll 25s linear infinite;
    animation-delay: 1.2s;
}


/* PAUSE ON HOVER */
.acf-marquee:hover .acf-marquee-track {
    animation-play-state: paused;
}


/* RIGHT SOCIAL */
.acf-right {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 18px;
    min-width: 160px;
    justify-content: flex-end;
}


    /* SOCIAL ICONS */
    .acf-right a {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        color: #0B3D91;
        border-radius: 4px;
        transition: .3s;
    }

        .acf-right a:hover {
            background: #FFD700;
            color: #8B0000;
            transform: translateY(-2px);
        }


/* SCROLL ANIMATION */
@keyframes acf-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* =========================================
   TABLET VIEW (≤ 992px)
   Keep same structure but compact
========================================= */
@media (max-width: 992px) {
    .acf-topbar {
        height: 40px;
        font-size: 12px;
    }

    .acf-left {
        min-width: auto;
        padding-left: 10px;
        gap: 10px;
        padding-right: 10px;
    }

    .acf-contact-item span {
        font-size: 12px;
    }

    .acf-center {
        font-size: 12px;
    }

    .acf-marquee-track {
        animation-duration: 22s;
        animation-delay: 1s;
    }

    .acf-right {
        min-width: auto;
        padding-right: 10px;
        padding-left: 10px;
        gap: 8px;
    }

        .acf-right a {
            width: 24px;
            height: 24px;
            font-size: 12px;
        }
}


/* =========================================
   MOBILE VIEW (≤ 768px)
   Clean stacked layout
========================================= */
@media (max-width: 768px) {
    .acf-topbar {
        flex-direction: column;
        height: auto;
        padding: 6px 0;
        gap: 4px;
    }

    /* CONTACT ROW */
    .acf-left {
        width: 100%;
        justify-content: center;
        padding: 0;
        gap: 12px;
    }

    .acf-contact-item span {
        font-size: 11px;
    }

    .acf-separator {
        height: 12px;
    }

    /* MARQUEE ROW */
    .acf-center {
        width: 100%;
        height: 28px;
        font-size: 11px;
    }

    .acf-marquee-track {
        animation-duration: 18s;
        animation-delay: 0.8s;
    }

    /* SOCIAL ROW */
    .acf-right {
        width: 100%;
        justify-content: center;
        padding: 0;
        gap: 10px;
    }

        .acf-right a {
            width: 22px;
            height: 22px;
            font-size: 11px;
        }
}


/* =========================================
   SMALL MOBILE VIEW (≤ 480px)
   Ultra clean compact view
========================================= */
@media (max-width: 480px) {
    .acf-contact-item span {
        font-size: 10px;
    }

    .acf-center {
        font-size: 10px;
        height: 26px;
    }

    .acf-right a {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .acf-marquee-track {
        animation-duration: 16s;
        animation-delay: 0.5s;
    }
}
/* =====================================
   TABLET VIEW (≤ 992px)
===================================== */
@media (max-width: 992px) {
    .navbar-brand img {
        height: 60px !important;
        margin-right: 8px !important;
    }

    .navbar-brand div div:nth-child(1) {
        font-size: 14px !important;
        font-weight: 700;
    }

    .navbar-brand div div:nth-child(2) {
        font-size: 13px !important;
        font-weight: 700;
    }

    .navbar-brand div div:nth-child(3) {
        font-size: 11px !important;
        font-weight: 600;
    }

    .navbar-brand {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


/* =====================================
   MOBILE VIEW (≤ 768px)
===================================== */
@media (max-width: 768px) {
    .navbar-brand {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

        .navbar-brand img {
            height: 60px !important;
            margin-right: 6px !important;
        }

        .navbar-brand div {
            line-height: 1.1 !important;
        }

            .navbar-brand div div:nth-child(1) {
                font-size: 12px !important;
                font-weight: 700;
            }

            .navbar-brand div div:nth-child(2) {
                font-size: 11px !important;
                font-weight: 700;
            }

            .navbar-brand div div:nth-child(3) {
                font-size: 10px !important;
                font-weight: 600;
            }
}


/* =====================================
   SMALL MOBILE VIEW (≤ 480px)
===================================== */
@media (max-width: 480px) {
    .navbar-brand img {
        height: 60px !important;
        margin-right: 5px !important;
    }

    .navbar-brand div div:nth-child(1) {
        font-size: 10px !important;
    }

    .navbar-brand div div:nth-child(2) {
        font-size: 9px !important;
    }

    .navbar-brand div div:nth-child(3) {
        font-size: 8px !important;
    }
}


/* SECTION */
.nn-slider-section
{
width:100%;
margin:0;
padding:0;
overflow:hidden;
background:#000;
}


/* SLIDER CONTAINER */
.nn-slider
{
position:relative;
width:100%;
overflow:hidden;
}


/* SLIDE */
.nn-slide
{
display:none;
position:relative;
width:100%;
}


/* ACTIVE SLIDE */
.nn-slide.active
{
display:block;
}


/* IMAGE — THIS IS THE KEY */
.nn-slide img
{
width:100%;
height:auto;       /* IMAGE CONTROLS HEIGHT */
display:block;
}


/* CONTENT OVER IMAGE */
.nn-slide-content
{
position:absolute;
left:6%;
top:50%;
transform:translateY(-50%);
color:#fff;
max-width:600px;
}


/* TEXT */
.nn-slide-content h1
{
font-size: clamp(22px, 4vw, 52px);
margin-bottom:10px;
}

.nn-slide-content p
{
font-size: clamp(14px, 1.6vw, 22px);
margin-bottom:20px;
}

.nn-slide-content a
{
display:inline-block;
padding:12px 28px;
background:#8B0000;
color:#fff;
text-decoration:none;
border-radius:6px;
}


/* NAV BUTTONS */
.nn-prev,
.nn-next
{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:28px;
color:#fff;
background:rgba(0,0,0,.4);
padding:8px 14px;
cursor:pointer;
user-select:none;
}

.nn-prev { left:10px; }
.nn-next { right:10px; }


.acf-about-strip
{
padding:90px 20px;
background:
linear-gradient(90deg,#f0f5ff,#ffffff,#fff1f1);
}


.acf-about-container
{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:420px 1fr;
gap:60px;
align-items:center;
}



/* INTRO */

.acf-about-badge
{
display:inline-flex;
align-items:center;
gap:8px;
background:#0B3D91;
color:#fff;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}


.acf-about-intro h2
{
font-size:32px;
color:#8B0000;
margin-bottom:15px;
}


.acf-about-intro p
{
color:#444;
line-height:1.7;
margin-bottom:20px;
}


.acf-about-action
{
display:inline-flex;
align-items:center;
gap:8px;
background:#8B0000;
color:#fff;
padding:12px 22px;
border-radius:3px;
text-decoration:none;
transition:.3s;
font-weight: 500;
}


.acf-about-action:hover
{
background:#0B3D91;
transform:translateX(5px);
color: #fff;
}



/* FLOW */

.acf-about-flow
{
display:flex;
gap:20px;
position:relative;
}


.acf-about-step
{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
width:100%;
transition:.3s;
animation:acfFadeUp 1s ease forwards;
opacity:0;
}


.acf-about-step:nth-child(1){animation-delay:.2s;}
.acf-about-step:nth-child(2){animation-delay:.4s;}
.acf-about-step:nth-child(3){animation-delay:.6s;}
.acf-about-step:nth-child(4){animation-delay:.8s;}


.acf-about-step:hover
{
transform:translateY(-6px);
}


.acf-step-icon
{
font-size:26px;
color:#0B3D91;
margin-bottom:10px;
}


.acf-step-content h4
{
color:#8B0000;
margin-bottom:6px;
}


.acf-step-content p
{
font-size:14px;
color:#555;
}



/* ANIMATION */

@keyframes acfFadeUp
{
from
{
opacity:0;
transform:translateY(30px);
}
to
{
opacity:1;
transform:translateY(0);
}
}

@media(max-width:768px)
{

.acf-about-strip
{
padding:60px 15px;
}

.acf-about-intro h2
{
font-size:24px;
}

.acf-about-flow
{
flex-direction:column;
}

.acf-about-step
{
width:100% !important;
}

}
@media(max-width:1024px)
{

.acf-about-container
{
grid-template-columns:1fr;
gap:40px;
}

.acf-about-flow
{
flex-wrap:wrap;
}

.acf-about-step
{
width:48%;
}

}
/* SECTION */

.acf-leaders-large
{
    padding:70px 20px;
    background:#f4f7ff;
}


/* CONTAINER */

.acf-container
{
    max-width:1200px;
    margin:auto;
}


/* HEADING */

.acf-heading
{
    text-align:center;
    font-size:32px;
    color:#0a2a6a;
    margin-bottom:35px;
    font-weight:700;
}


/* GRID */

.acf-grid
{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:25px;
}


/* CARD (OUTER CARD — NOT DISTURBED) */

.acf-card
{
    background:#ffffff;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,0.08);
    display:flex;
    flex-direction:column;
    animation:fadeUp 1s ease;
    transition:0.3s ease;
}

.acf-card:hover
{
    transform:translateY(-5px);
    box-shadow:0 10px 22px rgba(0,0,0,0.15);
}


/* INNER IMAGE AREA */

.acf-image
{
    height:300px;
    padding:20px;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}


/* FULL IMAGE VISIBLE */

.acf-image img
{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    object-fit:contain;
    object-position:center;
    transition:0.3s ease;
}


/* IMAGE HOVER EFFECT */

.acf-card:hover .acf-image img
{
    transform:scale(1.05);
}


/* FOUNDER SPECIAL SIZE */

.founder
{
    grid-column:span 2;
    border:3px solid #0a2a6a;
}

.founder .acf-image
{
    height:340px;
}


/* PROOF CARD (CERTIFICATE / AWARD) */

.proof
{
    background:#eef2ff;
}

.proof .acf-image
{
    height:260px;
    background:#f4f6ff;
}


/* INNER INFO AREA */

.acf-info
{
    padding:18px 15px 22px 15px;
    text-align:center;
    background:#ffffff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    border-top:1px solid #f0f0f0;
}


/* NAME */

.acf-info h3,
.acf-info h4
{
    margin:0;
    font-weight:700;
    color:#0a2a6a;
    font-size:18px;
}


/* DESIGNATION */

.acf-info span
{
    font-size:13px;
    font-weight:600;
    color:#c62828;
    letter-spacing:0.3px;
}


/* ANIMATION */

@keyframes fadeUp
{
    from
    {
        opacity:0;
        transform:translateY(30px);
    }
    to
    {
        opacity:1;
        transform:translateY(0);
    }
}


/* TABLET */

@media(max-width:992px)
{
    .founder
    {
        grid-column:span 1;
    }
}


/* MOBILE */

@media(max-width:768px)
{
    .acf-leaders-large
    {
        padding:50px 15px;
    }

    .acf-heading
    {
        font-size:26px;
    }

    .acf-image
    {
        height:240px;
        padding:15px;
    }

    .founder .acf-image
    {
        height:280px;
    }

    .proof .acf-image
    {
        height:220px;
    }

    .acf-info h3,
    .acf-info h4
    {
        font-size:16px;
    }
}

.acf-integrity-section
{
    padding:80px 20px;
    background:linear-gradient(135deg,#ffffff,#eef3ff);
}

.acf-integrity-container
{
    max-width:1100px;
    margin:auto;
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}


/* left */

.acf-integrity-left
{
    flex:1;
    animation:fadeLeft 1s ease;
}

.acf-integrity-left h2
{
    font-size:32px;
    color:#0a2a6a;
    margin-bottom:15px;
}

.acf-integrity-left p
{
    color:#555;
    line-height:1.6;
    margin-bottom:15px;
}


/* right */

.acf-integrity-right
{
    flex:1;
}


.acf-integrity-box
{
    display:flex;
    align-items:center;
    gap:15px;

    background:white;
    padding:15px;
    margin-bottom:15px;

    border-radius:8px;

    box-shadow:0 8px 20px rgba(0,0,0,0.08);

    transform:translateX(40px);
    opacity:0;

    animation:slideRight .8s ease forwards;
}

.acf-integrity-box:nth-child(2){animation-delay:.2s;}
.acf-integrity-box:nth-child(3){animation-delay:.4s;}
.acf-integrity-box:nth-child(4){animation-delay:.6s;}
.acf-integrity-box:nth-child(5){animation-delay:.8s;}


/* check */

.acf-check
{
    background:#0a2a6a;
    color:white;
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}


/* animations */

@keyframes fadeLeft
{
    from
    {
        opacity:0;
        transform:translateX(-40px);
    }
    to
    {
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideRight
{
    to
    {
        transform:translateX(0);
        opacity:1;
    }
}


/* mobile */

@media(max-width:768px)
{
    .acf-integrity-container
    {
        flex-direction:column;
    }

    .acf-integrity-left h2
    {
        font-size:24px;
    }
}