/**
* Template Name: eNno - v4.7.0
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.inner-page {
    padding-top: 40px;
    padding-bottom: 30px;
}

body {
    font-family: "Arial", sans-serif;
    color: #444444;
    background: #f5f5f5;
    padding-top: 66px;
}

@media (max-width: 768px) {
    body {
        padding-top: 58px;
    }
}

@media (max-width: 480px) {
    body {
        padding-top: 54px;
    }
}

a {
    color: #064044;
    text-decoration: none;
}

    a:hover {
        color: #0a5558;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial", sans-serif;
}

/*--------------------------------------------------------------
# Top Navigation Bar
--------------------------------------------------------------*/
#top-nav {
    background: #064044;
    padding: 10px 0;
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}

#top-nav .top-nav-links {
    display: flex;
    gap: 25px;
    align-items: center;
}

#top-nav .top-nav-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 400;
}

#top-nav .top-nav-links a:hover {
    color: #f4c430;
}

#top-nav .top-nav-links .phone-number {
    margin-left: 10px;
    font-weight: 500;
}

#top-nav .top-nav-links .phone-number i {
    margin-right: 5px;
}

@media (max-width: 768px) {
    #top-nav {
        padding: 8px 0;
        font-size: 11px;
    }
    
    #top-nav .top-nav-links {
        gap: 10px;
        font-size: 11px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #top-nav .top-nav-links a {
        font-size: 11px;
        padding: 2px 5px;
    }
    
    #top-nav .top-nav-links .phone-number {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    #top-nav {
        padding: 6px 0;
    }
    
    #top-nav .top-nav-links {
        gap: 8px;
        font-size: 10px;
    }
    
    #top-nav .top-nav-links a {
        font-size: 10px;
        padding: 2px 4px;
    }
}

/*--------------------------------------------------------------
# Login Button
--------------------------------------------------------------*/
.btn-login {
    font-family: "Arial", sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    border-radius: 5px;
    border: none;
    transition: 0.3s;
    color: #064044;
    background: #f4c430;
    box-shadow: 0 4px 15px rgba(244, 196, 48, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

.btn-login:hover {
    background: #e0b020;
    box-shadow: 0 6px 20px rgba(244, 196, 48, 0.4);
    transform: translateY(-2px);
}

.btn-login i {
    font-size: 14px;
}

@media (max-width: 768px) {
    .btn-login {
        font-size: 11px;
        padding: 6px 10px;
        gap: 3px;
        font-weight: 700;
    }
    
    .btn-login i {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .btn-login {
        font-size: 10px;
        padding: 5px 8px;
    }
    
    .btn-login i {
        font-size: 10px;
    }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #064044;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #0a5558;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #064044;
    transition: box-shadow 0.3s;
    z-index: 997;
    padding: 13px 0;
    top: 0;
}

    #header.header-scrolled {
        box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.22);
    }

    #header .logo {
        font-size: 19px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0px;
    }

        #header .logo a {
            color: #ffffff;
        }

        #header .logo img {
            max-height: 40px;
            display: none;
        }

    #header .btn-get-started {
        font-family: "Arial", sans-serif;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0px;
        display: inline-block;
        padding: 10px 20px;
        border-radius: 5px;
        border: none;
        transition: 0.2s;
        color: #064044;
        background: #f4c430;
        box-shadow: 0 3px 12px rgba(244, 196, 48, 0.3);
        cursor: pointer;
    }

        #header .btn-get-started:hover {
            background: #e3b420;
            box-shadow: 0 5px 16px rgba(244, 196, 48, 0.4);
            transform: translateY(-1px);
        }

@media (max-width: 991px) {
    #header {
        padding: 11px 0;
    }
    
    #header .logo {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    #header {
        padding: 9px 0;
        top: 0;
    }
    
    #header .logo {
        font-size: 15px;
    }
    
    #header .container {
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    #header {
        padding: 8px 0;
        top: 0;
    }
    
    #header .logo {
        font-size: 13px;
    }
    
    #header .container {
        padding: 0 10px;
    }
}

@media (max-width: 380px) {
    #header .logo {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.btn-get-started {
    font-family: "Arial", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 5px;
    border: 0px;
    transition: 0.3s;
    color: #064044;
    background: #f4c430;
    box-shadow: 0 4px 15px rgba(244, 196, 48, 0.3);
}

    .btn-get-started:hover {
        background: #e0b020;
        box-shadow: 0 6px 20px rgba(244, 196, 48, 0.4);
        color: #064044;
        transform: translateY(-2px);
    }

.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: "Arial", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #6a7489;
        white-space: nowrap;
        transition: 0.3s;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #064044;
        }

    .navbar .getstarted, .navbar .getstarted:focus {
        padding: 10px 25px;
        margin-left: 30px;
        border-radius: 4px;
        line-height: 1;
        color: #5f687b;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #cdd1d9;
    }

        .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
            background: #206bfb;
            color: #fff;
            border-color: #206bfb;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 4px;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 15px;
            text-transform: none;
            font-weight: 600;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
                color: #064044;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #5f687b;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(73, 80, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #5f687b;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #064044;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
        padding: 10px 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #064044;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

/*--------------------------------------------------------------
# Hero Section — legacy rules replaced, see bottom of file
--------------------------------------------------------------*/

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    /* padding: 60px 0; */
    overflow: hidden;
}

.section-bg {
    background-color: #ffffff;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        /*text-transform: uppercase;*/
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #5f687b;
        position: relative;
        z-index: 2;
    }

    .section-title span {
        position: absolute;
        top: 30px;
        color: #f0f1f3;
        left: 0;
        right: 0;
        z-index: 1;
        font-weight: 700;
        font-size: 52px;
        /*text-transform: uppercase;*/
        line-height: 0;
    }

    .section-title p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
    padding: 0;
}

    .featured-services h3 {
        font-weight: 700;
        font-size: 32px;
        color: #5f687b;
    }

.featured-services .icon-box {
        padding: 20px;
        color: #5f687b;
        background: #f9f9fa;
        border-radius: 4px;
        border: 1px solid #f9f9fa;
        transition: 0.3s;
        height: 100%;
    }

    .featured-services .icon {
        margin: 0 0 15px 0;
    }

        .featured-services .icon i {
            color: #064044;
            font-size: 36px;
        }

    .featured-services .title {
        font-weight: 600;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .featured-services .title a {
            color: #5f687b;
            transition: 0.3s;
        }

    .featured-services .icon-box:hover {
        border-color: #064044;
        box-shadow: 0 4px 15px rgba(6, 64, 68, 0.15);
    }

        .featured-services .icon-box:hover .title a {
            color: #064044;
        }

    .featured-services .description {
        line-height: 24px;
        font-size: 14px;
    }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 700;
    font-size: 32px;
    color: #5f687b;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-bottom: 10px;
    }

    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #064044;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
    padding-top: 0;
}

    .counts h3 {
        text-align: center;
        font-weight: 700;
        font-size: 32px;
        color: #5f687b;
    }

    .counts .counters span {
        font-size: 48px;
        display: block;
        color: #064044;
        font-weight: 700;
    }

    .counts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-family: "Arial", sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    border: 1px solid #fff;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

    .services .icon-box .icon {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transition: ease-in-out 0.3s;
    }

        .services .icon-box .icon i {
            color: #064044;
            font-size: 36px;
            transition: 0.3s;
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #5f687b;
            transition: ease-in-out 0.3s;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        border-color: #eaecef;
    }

        .services .icon-box:hover h4 a {
            color: #064044;
        }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        display: inline-block;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase;
        color: #444444;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #064044;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

    .portfolio .portfolio-item .portfolio-info {
        opacity: 0;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
        z-index: 3;
        transition: all ease-in-out 0.3s;
        background: rgba(255, 255, 255, 0.9);
        padding: 15px;
    }

        .portfolio .portfolio-item .portfolio-info h4 {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
            color: #5f687b;
        }

        .portfolio .portfolio-item .portfolio-info p {
            color: #949cac;
            font-size: 14px;
            margin-bottom: 0;
        }

        .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
            position: absolute;
            right: 40px;
            font-size: 24px;
            top: calc(50% - 18px);
            color: #206bfb;
            transition: 0.3s;
        }

            .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
                color: #064044;
            }

        .portfolio .portfolio-item .portfolio-info .details-link {
            right: 10px;
        }

    .portfolio .portfolio-item:hover .portfolio-info {
        opacity: 1;
        bottom: 20px;
    }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #064044;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #064044;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(95, 104, 123, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    min-height: 320px;
}

    .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid #fff;
    }

    .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: #111;
    }

    .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: #999;
        margin: 0 0 0 45px;
    }

    .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
        color: #e4e6ea;
        font-size: 26px;
    }

    .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
    }

    .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
    }

    .testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 15px 0 15px;
        padding: 20px 20px 60px 20px;
        background: white;
        position: relative;
        border-radius: 6px;
        position: relative;
        z-index: 1;
    }

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
        opacity: 1;
        border: 1px solid #064044;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #064044;
    }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #064044;
    background-size: cover;
    padding: 60px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Arial", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #206bfb;
            border-color: #206bfb;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 20px;
    background: #fff;
}

    .team .member img {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .team .member p {
        padding-top: 10px;
        font-size: 14px;
        font-style: italic;
        color: #aaaaaa;
    }

    .team .member .social {
        margin-top: 15px;
    }

        .team .member .social a {
            color: #919191;
            transition: 0.3s;
        }

            .team .member .social a:hover {
                color: #064044;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    border-top: 3px solid #064044;
    border-bottom: 3px solid #064044;
    padding: 30px;
    width: 100%;
    background-color: #f9f9fa;
}

    .contact .info i {
        font-size: 20px;
        color: #064044;
        float: left;
        width: 44px;
        height: 44px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #5f687b;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
        color: #949cac;
    }

    .contact .info .social-links {
        padding-left: 60px;
    }

        .contact .info .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            margin-right: 10px;
        }

            .contact .info .social-links a:hover {
                background: #064044;
                color: #fff;
            }

    .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
        background: #064044;
        color: #fff;
    }

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #064044;
    border-bottom: 3px solid #064044;
    padding: 30px;
    background-color: #f9f9fa;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 4px;
    }

        .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
            border-color: #064044;
        }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #064044;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #206bfb;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #f9f9fa;
    min-height: 40px;
    margin-top: 0;
}

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 300;
    }
    .breadcrumbs h3 {
        font-size: 22px;
        font-weight: 300;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li:before {
                display: inline-block;
                padding-right: 10px;
                color: #778196;
                content: "/";
            }

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 0px;
    }

        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #064044;
    padding: 30px 0 30px 0;
    color: #ffffff;
    font-size: 14px;
    border-top: none;
}

    #footer .footer-newsletter {
        padding: 50px 0;
        /*background: #f1f6fe;*/
        background: #f9f9fa;
        text-align: center;
        font-size: 15px;
    }

        #footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 20px 0;
            padding: 0;
            line-height: 1;
            font-weight: 600;
        }

        #footer .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
            text-align: left;
        }

            #footer .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px 8px;
                width: calc(100% - 100px);
            }

            #footer .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #106eea;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
                box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
            }

                #footer .footer-newsletter form input[type="submit"]:hover {
                    background: #0d58ba;
                }

    #footer .footer-top {
        padding: 60px 0 0px 0;
        background: transparent;
        /*background: #f9f9fa;*/
    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact h3 {
                font-size: 24px;
                margin: 0 0 15px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

                #footer .footer-top .footer-contact h3 span {
                    color: #106eea;
                }

            #footer .footer-top .footer-contact p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Arial", sans-serif;
                color: #ffffff;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: bold;
            color: #ffffff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ffffff;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #ffffff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        text-decoration: none;
                        /*color: #106eea;*/
                        color: #f4c430;
                    }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #106eea;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #3b8af2;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        text-align: center;
        float: left;
    }

    #footer .credits {
        float: right;
        text-align: center;
        font-size: 13px;
        color: #444444;
    }

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
/*--------------------------------------------------------------
# New Header / Unified Navbar Redesign
--------------------------------------------------------------*/

/* Hide the old top-nav if it still exists */
#top-nav { display: none !important; }

/* ---- Header bar ---- */
#header {
    background: #064044 !important;
    padding: 13px 0 !important;
    top: 0 !important;
    box-shadow: none;
    transition: box-shadow 0.3s;
}

#header.header-scrolled {
    box-shadow: 0 2px 12px rgba(0,0,0,0.25) !important;
}

/* ---- Logo icon ---- */
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
}

/* ---- Logo text ---- */
#header .logo {
    font-size: 19px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0px;
}

#header .logo a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: baseline;
    gap: 0;
}

#header .logo a .logo-light {
    font-weight: 400;
    color: #ffffff;
}

#header .logo a .logo-bold {
    font-weight: 700;
    color: #ffffff;
}

/* ---- Center nav links ---- */
.header-nav {
    display: flex;
    gap: 36px;
    align-items: center;
}

.header-nav a {
    color: #d8e8e8;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: color 0.2s;
    white-space: nowrap;
}

.header-nav a:hover {
    color: #ffffff;
}

/* ---- CTA button ---- */
.btn-header-cta {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    background: #f4c430;
    color: #064044;
    box-shadow: 0 3px 12px rgba(244,196,48,0.35);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    text-decoration: none;
}

.btn-header-cta:hover {
    background: #e3b420;
    color: #064044;
    transform: translateY(-1px);
    box-shadow: 0 5px 16px rgba(244,196,48,0.45);
}

.btn-header-cta i {
    font-size: 13px;
    font-weight: 900;
}

/* Keep old .btn-login working on other pages */
.btn-login {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    transition: 0.2s;
    color: #064044;
    background: #f4c430;
    box-shadow: 0 3px 12px rgba(244, 196, 48, 0.3);
    cursor: pointer;
    white-space: nowrap;
}

.btn-login:hover {
    background: #e3b420;
    color: #064044;
    transform: translateY(-1px);
}

.btn-login i { font-size: 13px; }

/* ---- Mobile menu button ---- */
.mobile-menu-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 28px;
    cursor: pointer;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    line-height: 1;
}

/* ---- Mobile nav dropdown ---- */
.mobile-nav {
    background: #053538;
    border-top: 1px solid rgba(255,255,255,0.08);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.mobile-nav.open {
    max-height: 320px;
}

.mobile-nav-inner {
    padding: 10px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-nav-inner a {
    color: #cce0e0;
    font-size: 15px;
    text-decoration: none;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    transition: color 0.2s;
}

.mobile-nav-inner a:last-child { border-bottom: none; }
.mobile-nav-inner a:hover { color: #ffffff; }

.mobile-nav-inner .mobile-cta-btn {
    margin-top: 12px;
    background: #f4c430;
    color: #064044;
    font-weight: 700;
    padding: 11px 18px;
    border-radius: 5px;
    text-align: center;
    border: none;
}

.mobile-nav-inner .mobile-cta-btn:hover {
    background: #e3b420;
    color: #064044;
}

/*--------------------------------------------------------------
# Hero Section — Full-Width Background with Overlay
--------------------------------------------------------------*/
#hero {
    width: 100%;
    min-height: 68vh;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url('../img/rundfundbg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

/* Gradient overlay: strong white/cream on left fading to transparent ~60% */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(240, 245, 240, 0.97) 0%,
        rgba(240, 245, 240, 0.92) 25%,
        rgba(240, 245, 240, 0.70) 45%,
        rgba(240, 245, 240, 0.20) 62%,
        rgba(240, 245, 240, 0.00) 75%
    );
    z-index: 1;
}

/* Text content — left-aligned, sits above overlay */
#hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 520px;
    padding: 80px 0;
}

.hero-content .hero-main-title {
    font-size: 56px;
    font-weight: 400;
    color: #1a2e2e;
    line-height: 1.08;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
}

.hero-content .hero-main-title strong {
    font-weight: 900;
    color: #1a2e2e;
    font-style: italic;
}

.hero-content .hero-subtitle {
    font-size: 17px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 16px;
    line-height: 1.65;
}

.hero-content .hero-subtitle strong {
    font-weight: 700;
    color: #111111;
}

.hero-content .hero-description {
    font-size: 16px;
    color: #2a2a2a;
    margin-bottom: 32px;
    line-height: 1.65;
}

.hero-content .hero-description strong {
    font-weight: 700;
    color: #111111;
}

.hero-content .btn-hero-large {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 5px;
    background: #f4c430;
    color: #064044;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(244,196,48,0.45);
    transition: background 0.25s, transform 0.2s, box-shadow 0.2s;
    border: none;
}

.hero-content .btn-hero-large:hover {
    background: #e0b020;
    color: #064044;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(244,196,48,0.55);
}

.hero-content .btn-hero-large i {
    font-size: 16px;
    font-weight: 900;
}



/* Responsive hero */
@media (max-width: 991px) {
    #hero {
        min-height: auto;
        background-position: 65% center;
    }

    .hero-content {
        max-width: 100%;
        padding: 55px 0;
    }

    .hero-content .hero-main-title {
        font-size: 42px;
    }
}

/* =================================================================
   MOBILE HERO  (≤ 768px)
   • Full background image visible, zero crop
   • Zero top gap — image touches right below navbar
   • No overlay colour at all
   • Text content stacks below image on cream bg
   • Desktop layout UNTOUCHED
================================================================= */
@media (max-width: 768px) {

    #hero {
        background-image: url('../img/hero-mobile.webp');
        background-size: 100% auto;      /* full width, natural height — no crop */
        background-position: top center; /* image anchors flush at top, zero gap */
        background-repeat: no-repeat;
        background-color: #f2f5f2;       /* cream fills section below the image */
        height: 430px;
        display: block;                  /* stacks: image space → then content */
        margin-top: 0;
        padding-top: 0;
    }

    /* Remove overlay entirely — image fully exposed */
   /* Mobile ≤ 768px */
    .hero-overlay {
        display: block;
        /* background: rgb(245 247 242 / 45%) !important; */
    }

    /* Push container below the image area.
       rundfundbg.jpg is a landscape image; at 100% width on mobile
       height ≈ 52vw  (safe estimate for ~1.9:1 aspect ratio) */
    #hero .container {
        padding-top: 10vw;
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Content sits in the cream zone below the image */
    .hero-content {
        max-width: 100%;
        
        padding: 18px 0 28px;
        text-align: left;
    }

    /* Title */
    .hero-content .hero-main-title {
        font-size: 26px;
        line-height: 1.18;
        margin-bottom: 10px;
        letter-spacing: -0.3px;
        color: #1a2e2e;
    }

    /* Show green checkmark badge on mobile */
    .hero-content .hero-main-title::after {
        display: inline-block;
    }

    /* Subtitle */
    .hero-content .hero-subtitle {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
        padding-right: 95px;
        color: #222;
    }

    /* Suppress manual <br> — let text reflow naturally */
    .hero-content .hero-subtitle br {
        display: none;
    }

    /* Description */
    .hero-content .hero-description {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #333;
        padding-right: 140px;
    }

    /* CTA Button — full-width, rounded, gold gradient */
    .hero-content .btn-hero-large {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 700;
        padding: 15px 20px;
        border-radius: 10px;
        background: linear-gradient(90deg, #f4c430 0%, #e8b40e 100%);
        color: #064044;
        box-shadow: 0 4px 18px rgba(244, 196, 48, 0.50);
        letter-spacing: 0.1px;
    }
}

/* =================================================================
   SMALL PHONES (≤ 480px)
================================================================= */
@media (max-width: 480px) {

    #hero {
        background-position: top center;
    }

    .hero-content {
        padding: 14px 0 24px;
    }

    .hero-content .hero-main-title {
        font-size: 23px;
        margin-bottom: 8px;
    }

    .hero-content .hero-main-title::after {
        width: 22px;
        height: 22px;
        font-size: 13px;
        line-height: 22px;
        margin-left: 6px;
    }

    .hero-content .hero-subtitle {
        font-size: 16px;
        padding-right: 121px;
    }

    .hero-content .hero-description {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .hero-content .btn-hero-large {
        font-size: 16px;
        padding: 14px 16px;
    }
}

/*--------------------------------------------------------------
# Features Bar Section (white, 3 icon items)
--------------------------------------------------------------*/
.features-bar {
    background: #d7dbd429;
    padding: 0;
    border-bottom: none;
    padding-top: 10px;;
}

.features-bar .container {
    border-bottom: 1px solid #e2e8e8;
}

.features-bar .row {
    min-height: 90px;
}

.features-bar .features-bar-item {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    padding: 22px 30px;
    position: relative;
}

/* Vertical pipe divider between items */
.features-bar .features-bar-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background: #c8d8d8;
}

.features-bar .features-bar-item i {
    font-size: 32px;
    color: #064044;
    flex-shrink: 0;
    line-height: 1;
}

.features-bar .features-bar-item span {
    line-height: 1.45;
}

@media (max-width: 991px) {
    .features-bar .features-bar-item {
        padding: 18px 20px;
        gap: 14px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .features-bar .features-bar-item {
        padding: 14px 16px;
        font-size: 14px;
        border-bottom: 1px solid #e2e8e8;
    }

    .features-bar .features-bar-item:last-child {
        border-bottom: none;
    }

    /* Hide pipe dividers on mobile */
    .features-bar .features-bar-item:not(:last-child)::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# Features Cards Section (border-bg.jpg background, white card)
--------------------------------------------------------------*/
.features-cards {
    /* background-image: url('../img/border-bg.jpg'); */
    background-color: #d7dbd429;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 28px 0 32px;
}

.features-cards-box {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #d0dada;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    overflow: hidden;
}

.features-cards .features-card-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    position: relative;
}

/* Vertical pipe divider between card items */
.features-cards .features-card-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 1px;
    background: #d0dada;
}

.features-card-icon {
    width: 48px;
    height: 48px;
    border: 2px solid #064044;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #064044;
    font-size: 20px;
    line-height: 1;
}

.features-card-text h5 {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1a;
    margin: 0 0 3px;
    line-height: 1.35;
}

.features-card-text h5 strong {
    font-weight: 700;
}

.features-card-text p {
    font-size: 13px;
    color: #666666;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 991px) {
    .features-cards .features-card-item {
        padding: 20px 22px;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .features-cards {
        padding: 16px 0 20px;
    }

    .features-cards-box {
        border-radius: 8px;
    }

    .features-cards .features-card-item {
        padding: 16px 18px;
        border-bottom: 1px solid #e0e8e8;
    }

    .features-cards .features-card-item:last-child {
        border-bottom: none;
    }

    /* Hide pipe dividers on mobile */
    .features-cards .features-card-item:not(:last-child)::after {
        display: none;
    }
}
.btn-success{
    background-color: #064044;
}
.float-start{
   background-color: #ec4b36;
   color: #fff;
}