.top-bar {
    background: linear-gradient(to right, #004d99, #0099cc);
    color: white;
    padding: 10px 0;
    /* position: fixed; Make the top-bar fixed */
    top: 0; /* Position it at the top of the page */
    width: 100%; /* Ensure it spans the full width of the page */
    z-index: 1000; /* Ensure it stays above other elements */
}

.navbar-nav .nav-link {
    color: white !important;
    margin: 0 10px;
    font-size: 1.2rem;
}

.logo {
    max-height: 100%; /* Ensure the logo height fits within the top-bar */
    max-width: 100%; /* Ensure the logo width fits within the top-bar */
    height: 110px; /* Set a fixed height for the logo */
    width: auto; /* Maintain the aspect ratio */
    display: block; /* Ensure proper alignment */
    margin: 0 auto; /* Center the logo horizontally */
    box-shadow: none; /* Remove any shadow if not needed */
    transform: none; /* Remove scaling transformations */
}

.tagline {
    font-size: 0.9rem;
    margin-left: 25px;
}
.head {
    margin-left: 25px;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(0, 77, 153, 0.9);
        padding: 15px;
        margin-top: 10px;
        border-radius: 5px;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-item {
        margin: 5px 0;
    }

    .tagline {
        display: none;
    }
    .mission-text-container::before{
        display: none;
    }
    .about-text-container::before{
        display: none;
    }
    .header-text-container::before{
        display: none;
    }
    .services-text-container::before{
        display: none;
    }
    .mission-section{
        padding: 50px 0;
    }
    .about-us-section{
        padding: 50px 0;
    }
    .our-services-section{
        padding: 50px 0 0 0;
    }
    .head{
        font-size: 16px !important;
        margin-left: 0px !important;
    }
    .logo{
        max-width: 60px;
        transform: scale(1.1);
    }
    /*.banner img {
        /*margin-top: 70px;  Adjust for smaller screens if the top-bar height changes 
    }*/
}

.tagline {
    font-size: 1.1rem;
    font-weight: 400;
    color: white;
}

.mission-section {
    background-color: #7fe3d9;
    padding: 30px 0;
}

.mission-section h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.mission-text {
    font-size: 1.2rem;
    line-height: 1.7;
}

.mission-image img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.banner img {
    width: 100%;
    height: auto;
     /* margin-top: 60px;Adjust this value to match the height of the .top-bar */
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #0094c9;
    font-size: 24px;
    margin-top: 8px;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #0094c9;
}

.footer-widget ul li {
    margin-bottom: 12px;
    list-style: none;
}

.footer-widget ul li a:hover {
    color: #0094c9;
    text-decoration: none;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #0094c9;
    text-decoration: none;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #0094c9;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
    text-decoration: none;
}
.btn-send{
    background-color: #0094c9 !important;
    color: #fff !important;
}

.mission-text-container {
    position: relative;
}

.mission-text-container::before {
    content: "";
    position: absolute;
    top: -200px;
    left: -315px;
    width: 100%;
    height: 258px;
    background-image: url('../images/Green_Leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.about-text-container {
    position: relative;
    z-index: 1;
}

.about-text-container::before {
    content: "";
    position: absolute;
    top: 191px;
    left: 291px;
    width: 100%;
    height: 411px;
    background-image: url('../images/Yellow_Leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.header-text-container {
    position: relative;
}

.header-text-container::before {
    content: "";
    position: absolute;
    top: -44px;
    left: 188px;
    width: 100%;
    height: 258px;
    background-image: url('../images/Transparant_Leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.services-text-container {
    position: relative;
    z-index: 1;
}

.services-text-container::before {
    content: "";
    position: absolute;
    top: 170px;
    left: 344px;
    width: 100%;
    height: 370px;
    background-image: url('../images/Blue_Leaf.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.swal2-title {
    color: black !important;
}
  
.swal2-popup {
    background: #fff !important;
}