/********** Template CSS **********/

:root {
    --primary: #1ba2f3;
    --secondary: #0B2154;
    --light: #F2F2F2;
    --dark: #111111;
}

#logoi {
    width: 150px;
    height: 200px;
    margin-top: 14px;
    object-fit: contain;
}

.navbar-brand {
    background-color: #284b8b !important;
    padding: 0 !important;
    position: relative;
    display: flex !important;
    align-items: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* Full-width gold bottom border on the entire navbar */
.navbar {
    border-bottom: 10px solid #f9c033 !important;
}

.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;
}


/*** Topbar ***/

.container-fluid.bg-light.p-0 {
    background-color: #1e3a6e !important; /* slightly darker shade for topbar */
}

.container-fluid.bg-light.p-0 small,
.container-fluid.bg-light.p-0 .text-dark,
.container-fluid.bg-light.p-0 a.text-dark {
    color: #ffffff !important;
}

.container-fluid.bg-light.p-0 .fa,
.container-fluid.bg-light.p-0 .far,
.container-fluid.bg-light.p-0 .text-primary {
    color: #f9c033 !important;
}

.container-fluid.bg-light.p-0 .btn-sm-square.bg-white {
    background-color: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.3);
}

.container-fluid.bg-light.p-0 .btn-sm-square.bg-white:hover {
    background-color: #f9c033 !important;
    color: #284b8b !important;
}

/*** 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: #f9c033 !important;
}

@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 rgba(255,255,255,0.2);
    }
    .navbar-collapse {
        background-color: #284b8b;
        padding: 0 20px 10px;
    }
    .navbar-toggler {
        border-color: rgba(255,255,255,0.5) !important;
    }
    .navbar-toggler-icon {
        filter: invert(1);
    }
}

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

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    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;
}


/*** Custom Homepage ***/

.hero-video-section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: #000000;
}

.hero-video-wrap,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.hero-desktop-video {
    display: block;
}

.hero-mobile-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.hero-overlay {
    background: #00000049;
}

.hero-video-section .container {
    z-index: 2;
}

.hero-kicker {
    display: inline-block;
    margin-bottom: 24px;
    padding: 10px 18px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
}

.hero-trust {
    font-weight: 500;
}

.about-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: 280px;
    padding: 20px 24px;
    color: #FFFFFF;
    background: rgba(11, 33, 84, .92);
    border-left: 4px solid var(--primary);
    border-radius: 10px;
}

.about-badge span {
    display: block;
    margin-top: 8px;
}

.about-highlight {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 16px 18px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.fixed-bg-section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .68);
}

.founder-section {
    background-image: url(../img/service-10.jpeg);
}

.founder-card {
    padding: 48px 40px;
    background: rgba(8, 18, 48, .78);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    backdrop-filter: blur(4px);
}

.service-card {
    height: 100%;
    padding: 32px 28px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
    transition: .35s;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .12);
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 20px;
    color: var(--primary);
    font-size: 28px;
    background: #1ba0f334;
    border-radius: 50%;
}

.why-us-section {
    background-image: url(../img/carousel-bg-1.jpg);
}

.why-card {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: 22px 24px;
    color: #FFFFFF;
    font-weight: 600;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    backdrop-filter: blur(2px);
}

.mission-card {
    padding: 28px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .08);
}

.mission-card h4 {
    margin-bottom: 12px;
}

.mission-image-wrap {
    position: relative;
}

.mission-image-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    max-width: 300px;
    padding: 24px;
    background: rgba(255, 255, 255, .95);
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
}

.testimonials-section {
    background-image: url(../img/img2.jpeg);
}

.testimonial-item {
    padding: 10px;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    background: rgba(255, 255, 255, .18);
    border: 2px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
}

.testimonial-stars {
    color: #F8C12C;
}

.gallery-section {
    position: relative;
    background: linear-gradient(rgba(8, 18, 48, .86), rgba(8, 18, 48, .82)), url(https://lh3.googleusercontent.com/zJOHNE-ChH9dOfSkhPHF80mjjcGjGrARVSyAzmqnji-FOEoqkScbZ_qUwVjyYOk=s1360-w1360-h1020-rw) center center no-repeat;
    background-size: cover;
}

.gallery-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .2);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: all .35s ease;
    aspect-ratio: 1 / 1;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.contact-cta-card {
    padding: 48px 40px;
    background: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.contact-detail {
    height: 100%;
    padding: 28px 24px;
    text-align: center;
    background: var(--light);
    border-radius: 14px;
}

.contact-detail i {
    font-size: 28px;
}

.contact-detail a {
    color: var(--dark);
}

.contact-form-card {
    padding: 48px 40px;
    background: var(--light);
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

.contact-form-card .form-control {
    background: #FFFFFF;
}

.contact-form-card .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

@media (max-width: 991.98px) {
    .hero-video-section {
        min-height: 78vh;
    }
    .hero-video {
        width: 177.78vh;
        height: 100vh;
    }
    .hero-desktop-video {
        display: none;
    }
    .hero-mobile-video {
        display: block;
    }
    .fixed-bg-section {
        background-attachment: scroll;
    }
    .mission-image-card {
        position: static;
        max-width: none;
        margin-top: 20px;
    }
    .contact-cta-card,
    .contact-form-card,
    .founder-card {
        padding: 32px 24px;
    }
}

@media (max-width: 767.98px) {
    /* Hero Section */
    .hero-kicker {
        font-size: 11px;
        margin-bottom: 14px;
        padding: 8px 14px;
    }
    .hero-video-section .display-3 {
        font-size: 1.8rem;
        margin-bottom: 16px !important;
        line-height: 1.3;
    }
    .hero-trust {
        font-size: 13px;
        margin-bottom: 12px !important;
    }
    .hero-video-section .fs-5 {
        font-size: 13px !important;
        margin-bottom: 20px !important;
        line-height: 1.5;
    }
    .hero-video-section .btn {
        font-size: 12px;
        padding: 10px 20px !important;
        margin: 6px 8px 6px 0;
    }
    /* About Section */
    .about-badge {
        position: static;
        max-width: none;
        margin-top: 20px;
        padding: 16px 18px;
    }
    .about-badge h2 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .about-badge span {
        font-size: 12px;
    }
    h1 {
        font-size: 1.75rem;
        margin-bottom: 16px !important;
    }
    h6 {
        font-size: 12px;
        margin-bottom: 12px;
    }
    /* Service Cards */
    .service-card {
        padding: 20px 16px;
        margin-bottom: 12px;
    }
    .service-card h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .service-card p {
        font-size: 13px;
        line-height: 1.5;
    }
    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
        margin-bottom: 14px;
    }
    /* WHY US Cards */
    .why-card {
        padding: 16px 18px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    /* Founder Section */
    .founder-card {
        padding: 28px 18px;
    }
    .founder-card h1 {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }
    .founder-card h5 {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .founder-card p {
        font-size: 13px;
        line-height: 1.6;
    }
    /* Mission Card */
    .mission-card {
        padding: 18px;
        margin-bottom: 12px;
    }
    .mission-card h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .mission-card p {
        font-size: 13px;
        line-height: 1.5;
    }
    .mission-image-card {
        position: static;
        max-width: none;
        margin-top: 16px;
        padding: 16px;
        right: auto;
        bottom: auto;
    }
    .mission-image-card h5 {
        font-size: 13px;
    }
    .mission-image-card span {
        font-size: 11px;
    }
    /* Testimonial Section */
    .testimonial-item {
        padding: 8px;
    }
    .testimonial-avatar {
        width: 65px;
        height: 65px;
        font-size: 20px;
        margin: 0 auto 12px;
    }
    .testimonial-item h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .testimonial-text {
        padding: 16px !important;
    }
    .testimonial-text p {
        font-size: 12px;
        line-height: 1.5;
    }
    /* Gallery Section */
    .gallery-thumb {
        height: 180px;
    }
    .gallery-section h1 {
        font-size: 1.6rem;
    }
    .gallery-section p {
        font-size: 13px;
        line-height: 1.5;
    }
    .gallery-item {
        aspect-ratio: 1 / 1;
    }
    /* Contact Section */
    .contact-cta-card,
    .contact-form-card {
        padding: 24px 18px;
    }
    .contact-cta-card h1 {
        font-size: 1.6rem;
        margin-bottom: 12px;
    }
    .contact-cta-card p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .contact-detail {
        padding: 18px 16px;
        margin-bottom: 12px;
    }
    .contact-detail h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .contact-detail p {
        font-size: 12px;
    }
    .contact-detail i {
        font-size: 22px;
        margin-bottom: 10px;
    }
    /* Contact Form */
    .contact-form-card h1 {
        font-size: 1.5rem;
    }
    .contact-form-card .form-control,
    .contact-form-card textarea {
        font-size: 13px;
        height: 45px;
    }
    .contact-form-card textarea {
        height: auto;
        min-height: 100px;
    }
    .contact-form-card label {
        font-size: 12px;
    }
    .contact-form-card .btn {
        font-size: 12px;
        padding: 10px 20px;
    }
    /* About Highlight */
    .about-highlight {
        padding: 12px 14px;
        margin-bottom: 10px;
    }
    .about-highlight span {
        font-size: 13px;
    }
    .about-highlight i {
        font-size: 20px;
        margin-right: 8px;
    }
    /* General Text Adjustments */
    p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
    }
    .row {
        margin-bottom: 12px;
    }
}