body {
    font-family: poppins;
}

header {
    /*background-color: #118eb2;*/
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: rgba(17, 142, 178, 0.8); /*#153540*/
    border-bottom: 3px solid #118eb2;
}

p {
    font-size: 18px;
    line-height: 26px;
}

h1 {
    font-size: 44px;
    font-weight: 900;
    margin: 10px 0;
    font-family: sans-serif;
}

.orange-text {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 4px;
}

.navbar {
    z-index: 99;
}

.banner-section {
    margin-top: -183px;
    z-index: 98;
    position: relative;
}

.image-wrap {
    position: relative;
    width: 100%;
    height: 38vh;
    overflow-x: hidden;
}

.banner-content {
    /*position: absolute;*/
    z-index: 99999;
    /* top: 68%; */
    left: 50%;
    /* transform: translate(-50%, -50%); */
    width: 60%;
    text-align: center;
    font-size: 11px;
    /* color: #f89834; */
    color: white;
    line-height: 1.5;
    background-color: rgba(17, 142, 178, 0.8);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    display: flex;
    align-items: baseline;
    padding: 15px;
}

.img-content img {
    width: 100%;
    height: 38vh;
    display: block;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    /* padding-right: 25px; */
    font-size: 16px;
    font-weight: 600;
    /* padding-right: 30px; */
    text-align: center;
    padding: 3px;
}

.orange-text, .list-section ul li i {
    color: #f89834;
}

.list-section ul li {
    list-style: none;
    font-size: 18px;
    line-height: 35PX;
    font-weight: bold;
}

section#what-do h1 {
    font-family: 'Poppins';
    font-weight: 900;
}

.contact-section h1 {
    font-family: 'Poppins';
    font-size: 35px;
}

.list-section ul li i {
    transform: rotate(45deg);
    margin-right: 10px;
}

section#our-partner h1, section#progress h1 {
    font-family: 'Poppins';
}

#client-section {
    background: #000;
    color: #fff;
    padding: 60px;
    max-width: 1000px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

    #client-section span.number {
        font-size: 45px;
        font-weight: bold;
        display: flex;
    }

    #client-section span.plus {
        font-size: 25px;
        margin-top: 3px;
        margin-left: 2px;
    }

    #client-section .content-count {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    #client-section span.county-text {
        font-size: 14px;
        line-height: 16px;
        width: 100px;
    }

#what-do, #our-partner {
    background: #fef1e0;
}

    #what-do .card {
        border-color: transparent;
        border-top: 4px solid orange;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 2px 2px 10px #918f8f;
        padding: 40px 30px;
    }

        #what-do .card > div {
            gap: 19px;
        }

    #what-do p.we-do-text {
        font-size: 14px;
        line-height: 20px;
    }

    #what-do a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }

        #what-do a i {
            font-size: 18px !important;
            padding-right: 10px;
        }

.pro-section .progress {
    height: 8px;
    border-radius: 50px;
}

.pro-section p {
    font-size: 14px;
    margin-top: 15px !important;
}

.pro-section .bg-warning {
    background-color: #f89834 !important;
}

h1 span {
    font-size: 45px !IMPORTANT;
    font-family: sans-serif;
    font-weight: 900 !important;
}

/*logo-slider*/

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px #ddd;
}

    .owl-carousel .item img {
        max-width: 100%;
        height: auto;
        display: block;
    }

.owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}

.owl-carousel .item img {
    max-width: 200px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f89834;
    width: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #f8983475;
}
/*footer*/
/*newsletter*/
.newsletter {
    background: #f89834;
    border-radius: 10px;
}

    .newsletter .content .form-control {
        height: 50px;
        border-color: #ffffff;
        border-radius: 0;
    }

        .newsletter .content.form-control:focus {
            box-shadow: none;
            border: 2px solid #243c4f;
        }

    .newsletter .content .btn {
        min-height: 50px;
        border-radius: 0;
        background: #243c4f;
        color: #fff;
        font-weight: 600;
    }

button.btn {
    /*background: #f89834;*/
    color: #fff;
}

.section-bottom {
    background: #000;
    padding-top: 130px;
    padding-bottom: 40px;
}

.social-icon {
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}

    .social-icon i {
        color: #000;
        background: #fff;
        padding: 5px;
        border-radius: 2px;
    }

span.dot:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 25px;
    height: 25px;
    left: 0;
    border-radius: 50px;
    left: -35px;
}

span.dot {
    background: #fff;
    position: relative;
}

.copyright p, .copyright p a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.contact-section {
    background: #fcef4c;
    padding: 75px;
    border-radius: 20px;
    margin-bottom: -60px;
    z-index: 999;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.des-section button {
    padding: 12px 30px;
}

.contact-section p {
    font-weight: bold;
    letter-spacing: 2px;
}

.contact-btn button {
    padding: 10px 25px;
}

.section-bottom .logo-left img {
    /*filter: brightness(0) invert(1);*/
    background-color: white;
    border-radius: 50%;
}

.section-top {
    margin-top: 90px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}

.banner-content p {
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
    max-width: 964px;
    margin: 0 auto;
}

@media(max-width:1024px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }
}

@media(max-width:991px) {
    a.navbar-brand img {
        max-width: 90px !important;
        margin-left: 15px;
    }

    header {
        /*background: #14353c;*/
        z-index: 99;
        position: relative;
        background-color: rgba(17, 142, 178, 0.8);
        border-bottom: 3px solid #118eb2;
    }

    .clsHeaderContainer {
        margin-top: 0px!important;
        position: relative;
    }

    .navbar-collapse {
        padding-bottom: 30px;
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255);
        border-color: rgb(255 255 255);
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }

    .navbar-collapse {
        text-align: right;
    }

    .DivLoginLogoutButton {
        position: inherit !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-right: 8px;
    }

    .banner-section {
        margin-top: -102px;
        z-index: 98;
        position: relative;
    }
}

@media(max-width:767px) {
    .section-bottom .align-items-end {
        text-align: center !important;
        align-items: center !important;
        margin-top: 20px;
    }

    .section-bottom {
        text-align: center;
    }

        .section-bottom .justify-content-end {
            justify-content: center !important;
            margin: 20px 0;
        }

    .copyright .text-left, .copyright .text-right {
        text-align: center !important;
    }

    .banner-section {
        margin-top: -50px !important;
    }

    h1 {
        font-size: 24px;
    }

        h1 span {
            font-size: 24px !IMPORTANT;
        }

    #client-section span.number {
        font-size: 30px;
    }

    #client-section span.plus {
        font-size: 16px;
    }

    .des-section h1 {
        text-align: left !important;
    }

    ul {
        padding: 0;
    }

    #client-section span.county-text {
        width: auto;
    }

    .contact-section {
        padding: 35px;
    }

    .banner-content p {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
        max-width: 964px;
        margin: 0 auto;
    }
}

section#progress {
    padding: 80px 0;
}

@media(max-width:768px) {
    .banner-section {
        margin-top: -112px;
    }
}

/* Prevent the dropdown from hiding quickly */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* Dropdown menu styling */
.dropdown-menu {
    margin-top: 0; /* Eliminate the gap between the main item and the dropdown */
    padding: 10px 0; /* Optional: Padding for sub-menu items */
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth appearance */
    opacity: 0; /* Default state */
    visibility: hidden; /* Default state */
    position: absolute;
}

    /* Dropdown items styling */
    .dropdown-menu .dropdown-item {
        /*padding: 10px 20px;*/
        transition: all 0.3s ease;
    }

        .dropdown-menu .dropdown-item:hover {
            background-color: #dca845;
            /* border: 2px solid #e0d780; */
            color: white;
            font-weight: bold;
            /* font-size: 18px; */
            font-weight: 600;
        }

.nav-item.dropdown {
    position: relative; /* Ensure proper positioning for hover effect */
}

.dropdown-menu {
    top: 100%; /* Align the dropdown directly below the parent */
    left: 0;
    z-index: 1000; /* Ensure it remains above other elements */
    padding: 5px; /* Increase hover area slightly */
    margin-top: 0px !important;
    font-size: 18px;
    font-weight: 600;
}

.dropdown:hover .dropdown-menu .dropdown-item {
    font-size: 18px;
    /*font-weight: 600;*/
}

.DivLoginLogoutButton {
    position: absolute;
    right: 11px;
    top: 10px;
}

.textBold {
    font-weight: bold;
}

.btnWMin {
    min-width: 75px;
}

.minmaxH300 {
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

    /* Custom Scrollbar Styling */
    .minmaxH300::-webkit-scrollbar {
        width: 10px; /* Width of the scrollbar */
    }

    .minmaxH300::-webkit-scrollbar-track {
        background: #e0e0e0; /* Background of the scrollbar track */
    }

    .minmaxH300::-webkit-scrollbar-thumb {
        background-color: #153540; /* Scrollbar thumb color */
        border-radius: 5px; /* Rounded edges for the scrollbar */
    }

        .minmaxH300::-webkit-scrollbar-thumb:hover {
            background-color: #0f2a3a; /* Darker shade when hovering over the scrollbar */
        }

/*Menu design updated*/
.navbar .navbar-nav {
    width: 100%;
}

.navbar li.nav-item {
    background-color: #118eb2;
    border: 2px solid #dca845;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .navbar li.nav-item:hover {
        background-color: #dca845;
        border: 2px solid #e0d780;
    }

    .navbar li.nav-item.active {
        background-color: #dca845;
        border: 2px solid #e0d780;
    }

.dropdown-menu li {
    background-color: #118eb2;
    border: 2px solid #dca845;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: column;
}

    .dropdown-menu li:hover {
        background-color: #dca845;
        border: 2px solid #e0d780;
    }

.dropdown:hover .dropdown-menu .dropdown-item {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-top: 0px !important;
    padding: 10px;
}

/*.clsHeaderContainer {
    margin-top: 184px;
}

.clsHeaderText {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: white;
    line-height: 1.5;
    background-color: rgba(17, 142, 178, 0.8);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    display: flex;
    align-items: baseline;
    padding: 15px;
}

.clsHeaderText p{
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
    max-width: 964px;
    margin: 0 auto;
}*/

.clsHeaderContainer {
    margin-top: 176px;
    position: relative;
}

.clsHeaderText {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: white;
    line-height: 1.5;
    background-color: #dca845;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    display: flex;
    align-items: baseline;
    padding: 15px;
    position: relative;
    z-index: 100;
    border: 3px solid #118eb2;
    border-top: 3px solid #dca845;
}


.clsHeaderText p {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    max-width: 964px;
    margin: 0 auto;
}

.navbar-brand {
    margin-left: 1rem;
}

/* Hanging Handles */
/*.clsHeaderText::before,
    .clsHeaderText::after {
        content: '';
        position: absolute;
        top: -67px;
        width: 33px;
        height: 77px;
        z-index: 50;
        background-color: rgba(17, 142, 178, 0.8);
        border-radius: 5px;
        border-right: 2px solid #dca845;
        border-left: 2px solid #dca845;
    }*/

/* Left Handle */
/*.clsHeaderText::before {
        left: 20%;*/ /* Adjust position */
/*}*/

/* Right Handle */
/*.clsHeaderText::after {
        right: 20%;*/ /* Adjust position */
/*}*/

/* Rope Effect */
/*.clsHeaderText::before {
        left: 22%;
    }

    .clsHeaderText::after {
        right: 22%;
    }*/
