:root{
    --the-black: #000000;
    --the-white: #ffffff;
    --light-blue: #015DEA;
    --dark-blue:#2E3192;
    --the-yellow:#2E3192;
    --dim-blue:#E9E9FF;
    --border-color:#E5E5E5;
    --card-color:#F6F9F8;
    --visit-button:#2E319280;
    --btn-title:rgba(255, 255, 255, 0.18);
    --btn-button:#344054;

}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?23435912');
    src: url('../font/fontello.eot?23435912#iefix') format('embedded-opentype'),
         url('../font/fontello.woff2?23435912') format('woff2'),
         url('../font/fontello.woff?23435912') format('woff'),
         url('../font/fontello.ttf?23435912') format('truetype'),
         url('../font/fontello.svg?23435912#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?23435912#fontello') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-star:before { content: '\e800'; } /* '' */
  .icon-plus:before { content: '\e801'; } /* '' */
  .icon-twitter:before { content: '\e809'; } /* '' */
  .icon-linkedin:before { content: '\e81e'; } /* '' */
  .icon-instagram:before { content: '\e81f'; } /* '' */
  .icon-facebook:before { content: '\e820'; } /* '' */
  .icon-quote:before { content: '\e82d'; } /* '' */
  .icon-money:before { content: '\e82e'; } /* '' */
  .icon-recieved-money:before { content: '\e82f'; } /* '' */
  .icon-loans:before { content: '\e830'; } /* '' */
  .icon-transfers:before { content: '\e831'; } /* '' */
  .icon-medium-term:before { content: '\e835'; } /* '' */
  .icon-email:before { content: '\e836'; } /* '' */
  .icon-outward-remittances:before { content: '\e837'; } /* '' */
  .icon-payroll loans:before { content: '\e839'; } /* '' */
  .icon-mission:before { content: '\e83a'; } /* '' */
  .icon-short-term:before { content: '\e83b'; } /* '' */
  .icon-Inward-remittances:before { content: '\e83c'; } /* '' */
  .icon-proposition:before { content: '\e83d'; } /* '' */
  .icon-business-loans:before { content: '\e83e'; } /* '' */
  .icon-invoice-discounting:before { content: '\e840'; } /* '' */
  .icon-values:before { content: '\e841'; } /* '' */
  .icon-long-term:before { content: '\e842'; } /* '' */
  .icon-vision:before { content: '\e843'; } /* '' */
  .icon-phone:before { content: '\e846'; } /* '' */
  .icon-Super-agent-services:before { content: '\e847'; } /* '' */
  .icon-working-loans:before { content: '\e848'; } /* '' */
  .icon-payroll:before { content: '\e849'; } /* '' */
  .icon-customized-loans:before { content: '\e84c'; } /* '' */
  .icon-location:before { content: '\e84d'; } /* '' */
  .icon-asset-financing:before { content: '\e84f'; } /* '' */
  .icon-Bureau-de-change:before { content: '\e850'; } /* '' */
  .icon-Insurance-payments:before { content: '\e851'; } /* '' */
  .icon-short-term-1:before { content: '\e852'; } /* '' */
  .icon-other-bill-payments:before { content: '\e854'; } /* '' */
  .icon-diagonal-arrow:before { content: '\e855'; } /* '' */
  .icon-left-arrow:before { content: '\e856'; } /* '' */
  .icon-right-arrow:before { content: '\e857'; } /* '' */
  .icon-angle-up:before { content: '\f106'; } /* '' */
  .icon-angle-down:before { content: '\f107'; } /* '' */
  .icon-twitter-1:before { content: '\f309'; } /* '' */
  
  

  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



  /* h1{
    font-family: "FSP DEMO - Integral CF Heavy";
  } */

  li{
    list-style: none;
  }

  ul{
    margin-bottom: unset !important;
    /* padding-left: unset !important; */
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

img.img-banner {
    width: 100%;
    height: 100vh;
}

a{
    cursor: pointer;
}

p{
 font-family: "Poppins", sans-serif;
}
 footer a{
    font-family: "Poppins", sans-serif;
 }



/* *********************************** Fullscreen loader wrapper ************************************* */
#page-loader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* background: linear-gradient(135deg, #0d0d0d, #1a1a1a); */
    background: #2E3192;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  /* Loader content container */
  .loader-content {
    text-align: center;
    animation: fadeIn 1s ease-in-out;
  }
  
  /* Logo styling */
  .loader-logo img {
    max-width: 140px;
    height: auto;
    margin-bottom: 20px;
    animation: bounceIn 1.5s ease-in-out;
  }
  
  /* Trendy animated dots */
  .loader-animation {
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  
  .loader-animation::before,
  .loader-animation::after,
  .loader-animation span {
    content: "";
    width: 12px;
    height: 12px;
    background-color: var(--the-yellow);
    border-radius: 50%;
    animation: bounce 1.2s infinite ease-in-out;
  }
  
  .loader-animation span {
    animation-delay: 0.2s;
  }
  .loader-animation::after {
    animation-delay: 0.4s;
  }
  
  @keyframes bounce {
    0%, 80%, 100% {
      transform: scale(0.8);
      opacity: 0.6;
    }
    40% {
      transform: scale(1.4);
      opacity: 1;
    }
  }
  
  @keyframes bounceIn {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
.logo img {
    width: 7%;
}

/* *********************************** HEADER HERE ************************************* */
header .menu-navigation {
    position: relative;
    margin-top: 30px;
}

header .desktop-nav {
    display: flex;
    /* gap: 63px; */
    gap: 200px;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}
header ul {
    display: flex;
    /* gap: 25px; */
    gap: 50px;
}

header  a {
    text-decoration: none !important;
    color: var(--dark-blue) !important;
    font-weight: 400;
    font-size: 16px;
}


header .contact-us a {
    border: 2px solid var(--dark-blue);
    border-radius: 12px;
    padding: 5px 25px;
}
.menu-item-has-children {
  position: relative;
  padding-bottom: 10px;
}

.menu-item-has-children.current-menu-item > a,
.menu-item-has-children.current-menu-ancestor > a,
.menu-item-has-children.current_page_item > a,
.menu-item-has-children.current_page_ancestor > a {
    color:#EBCF01 !important;
}


.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    width: 20rem;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
    pointer-events: none;
     margin-top: 10px; 
}

.menu-item-has-children:hover .sub-menu,
.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}



header{
    position: relative;
    z-index:999;
}

.mobile {
    display: none;
}


.desktop-nav .menu-item a {
    transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out, font-weight 0.3s ease-in-out;
}
.mobile-nav.active .menu-item.current-menu-item a,
.desktop-nav .menu-item.current-menu-item a {
    color: #FFC828 !important; 
    border-bottom: 2px solid #2E3192; 
    padding-bottom: 5px; 
    font-weight: 800;
}
.mobile-nav.active .menu-item.current-menu-item a:hover,
.desktop-nav .menu-item.current-menu-item a:hover {
    color: #FFC828;
    border-bottom: 2px solid #2E3192;
    font-weight: 800;
}
.mobile-nav.active a.current-menu-item,
.contact-us a.current-menu-item {
    background: rgba(255, 200, 40, 1);
    border: 2px solid rgba(255, 200, 40, 0.46); 
    box-shadow: 0px 0px 26px rgba(255, 200, 40, 0.59);
    color: white !important; 
    font-weight: bold;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.contact-us a:hover{
    color:#fff !important;
    background:#2E3192;
}
.desktop-nav .menu-item a:hover{
    transform: scale(1.1);
    color:rgba(255, 200, 40, 1) !important;
}

@keyframes dance {
    0% { transform: rotate(0deg) translateY(0); }
    20% { transform: rotate(-5deg) translateY(-3px); }
    40% { transform: rotate(5deg) translateY(3px); }
    60% { transform: rotate(-5deg) translateY(-3px); }
    80% { transform: rotate(5deg) translateY(3px); }
    100% { transform: rotate(0deg) translateY(0); }
}

.logo a:hover img {
    animation: dance 0.5s ease-in-out;
    cursor: pointer;
}
.logo{
    cursor: pointer;
}

.desktop-nav .menu-item a {
    transition: transform 0.1s ease, box-shadow 0.1s ease, background-color 0.1s ease;
    display: inline-block;
}

.desktop-nav .menu-item a:active {
    transform: scale(0.9); 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3) inset; 
    background-color: rgba(255, 200, 40, 0.5); 
    border-radius: 5px; 
}



/* *********************************** BANNER SLIDER HERE ************************************* */
 .banner {
    position: relative;
    top: -120px;
    left: 0;
    width: 100%;
    height: 100%;

}

.banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner-content .images img {
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
        height: 400px;
        object-fit: cover;
    }

 
/* .banner-content {
    position: absolute;
    top: 16%;
    width: 100%;
} */


/* .banner-content .images img {
    padding: 80px;
    height: 620px;
    object-fit: cover;
    width: 100%;
} */
/*

.banner-content .images img {
        border-top-right-radius: 34px;
        border-bottom-right-radius: 34px;
        height: 400px;
        object-fit: cover;
    }


    .banner-content .images {
        width: 100%;
        margin-top: 70px;
    }    */

    .banner-content p.title-heading {
        background-color: var(--btn-title);
        color: #ffffff;
        display: inline-flex; 
        justify-content: center;
        align-items: center;
        border-radius: 23px;
        font-size: 14px;
        padding: 5px 15px; 
        min-height: 39px; /* Maintain the original height when needed */
        width: auto; /* Adjust width based on content */
        max-width: 100%; /* Prevents it from overflowing */
        white-space: nowrap; /* Prevents text from wrapping to a new line */
    }
    
    .banner-content .heading-caption p {
        color: var(--the-white);
        font-size: 15px;
        padding-top: 10px;
        max-width: 58%;
        text-transform: capitalize;
    }
 i.icon-diagonal-arrow {
        background: var(--the-white);
        border-radius: 50%;
        padding: 10px;
        color: var(--btn-button);
        position: absolute;
        top: 0;
        right: -30px;
    }

 a.my-button {
        background: var(--light-blue);
        text-decoration: none;
        color: var(--the-white);
        padding: 10px 37px;
        border-radius: 20px;
        position: relative;
        transition: all 0.3s ease;
    }
    input#nf-field-8:hover,
    a.my-button:hover {
        transform: scale(1.05); 
        box-shadow: 0 8px 20px rgba(0,0,0,0.2); 
    }
    a.my-button:hover .icon-diagonal-arrow {
        right: -35px;
        transform: translateY(-20%) scale(1.1); 
    }

    .btn-banner {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        padding-top: 22px;
    }
   a.my-button.second-one {
        background: transparent;
        border: 1px solid #ffffff;
    }

    span.overlay {
        position: absolute;
        background: #2E3192;
        padding: 102px 317px;
        bottom: 0px;
        right: 0px;
        filter: blur(30px);
        opacity: 0.8;
    }


section.service-links {
    margin-top: -70px;
}  
.home-footer .site-footer {
    margin-top: 20px;
}

main.site-content {
    margin-top: -50px;
}
/* *********************************** OUR PARTNERS HERE ************************************* */
section#our-partners {
    text-align: center;
    margin-top:-50px;
}
.partners {
    padding: 80px 0px;
    background: var(--card-color);
    border-radius: 50px;
    border: 4px solid rgba(255, 255, 255, 0.31);
    box-shadow: 0px 4px 38.1px rgba(0, 0, 0, 0.15);
}
.partners .row {
   justify-content: center;
   align-items: center;
}
section#our-partners {
    text-align: center;
}

p.title-partners-heading {
    background: var(--card-color);
    width: 11.5%;
    margin: 0 auto;
    padding: 6px 12px;
    font-size: 12px;
    color: #031B1D ;
    border-radius: 100px;
    border: 2px solid #EAECF0;
    margin-bottom: 50px;
    font-weight: 500;
}
/* section#microfinance p.title-partners-heading {
    background: var(--card-color);
    width: 12%;
} */

/* *********************************** ABOUT US HERE ************************************* */
section {
    margin-top: -50px;
}
section#about-us-con{
    margin-top: 110px;
}
.card {
    position: relative;
    text-align: start;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 19px;
}
.card.active{
    background: var(--dim-blue);
    border: none;
}
.card.active p,
.card.active h3{
color: var(--the-black);
}
.card p{
    color: rgba(107, 105, 105, 1);
}
.card h3{
padding-bottom: 10px;
}
.card:before {
    position: absolute;
    content: "";
    background: #D9D9D999;
    width: 12px;
    height: 100%;
    left: -38px;
    border-radius: 50px;
    top: 0;
}

.card.active:before {
    background: var(--dark-blue);
}

.cards-container:after {
    content: "";
    position: absolute;
    background: #dfdfdf;
    width: 12px;
    height: 100%;
    top: 0;
    left: -37px;
    z-index: -1;
    border-radius: 50px;
}
.cards-container {
    position: relative;
}
section#about-us-con{
    text-align: center;
}
section#about-us-con p.title-partners-heading{
    margin-bottom: 15px;
}

section#about-us-con h2{
    padding-bottom: 60px;
}

section#about-us-con .card p{
    font-size: 16px;
}

section#about-us-con .image-container {
    position: relative;
}
section#about-us-con .image-container {
    position: relative;
}
.amount-received {
    position: absolute;
    top: 50%;
    background:rgba(198, 198, 198, 0.67);
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 13px 25px;
    left: 6%;
    gap: 20px;
}
 p.received {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 12px !important;
    margin-bottom: 6px;
    color: rgba(143, 149, 146, 1) !important;
}

 .amount-received p.amount {
    font-size: 25px !important;
    font-weight: 600;
    color: var(--the-white);
}
.amount-received span.middle-line {
    display: block;
    background: #ffffff;
    height: 100px;
    width: 2px;
}


.image-wrapper {
    display: flex;
    justify-content: center;
}
div.image-container {
    background: rgba(246, 249, 248, 1);
    padding: 18px;
    height: 96%;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.image-background-container img{
    border-radius: 20px;
    width:100%;
   
}

.image-background-container {
    width: 100%;
}

/* *********************************** FEATURED HERE ************************************* */
section#featured {
    margin-top: 110px;
}
section#featured a.my-button {
    border: 1px solid var(--dark-blue);
    color: var(--dark-blue);
    background: transparent;
    transition: all 0.3s ease;
}
section#featured .container.inner a.my-button:hover{
    background-color: black;
}
section#featured a.my-button:hover {
    background: var(--dark-blue);
    color: #fff; 
}
section#featured i.icon-diagonal-arrow {
    background: var(--dark-blue);
    color: var(--the-white);

}
section#featured .featured-content {
    text-align: start;
    padding-top: 30px;
}
section#featured p.title-partners-heading {
    width: 19%;
    margin: 0;
    text-align: center;
}
section#featured li {
    list-style: unset;
    padding-top: 15px;
    color: rgba(103, 102, 102, 1);
}
section#featured .image-con img{
    width: 100%;
}
section#featured .image-con {
    background: rgba(246, 249, 248, 1);
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
section#featured .image-con.second-one {
    background:transparent;
    padding: unset;
    border-radius: 0;
    border: none;
}
section#featured .container.inner {
    background:var(--dark-blue);
    padding: 60px;
    border-radius: 20px;
}
section#featured .container.inner  a.my-button {
    border: none;
    color: var(--the-white);
    background: var(--light-blue);
}
section#featured .container.inner i.icon-diagonal-arrow {
    background: var(--the-white);
    color: var(--dark-blue);
}
section#featured .container.inner .row {
    align-items: center;
    justify-content: center;
    gap: 90px;
}
section#featured .container.inner h2 {
    padding-bottom: 20px;
    color:var(--the-white);
}
section#featured .container.inner p{
    color: var(--the-white);
}
section#featured .container.inner .amount-received p.amount {
    font-size: 13px !important;
}

section#featured .container.inner .image-con img {
    width: 80%;
}
section#featured .image-con-featured{
    position: relative;
}
section#featured .amount-received {
    gap: 20px;
    left: 36%;
}
section#featured p.received {
    text-align: center;
}


/* *********************************** SERVICES HERE ************************************* */
section#services {
    margin-top: 250px;
    text-align: center;
}
section#services .row {
    justify-content: center;
    text-align: start;
    align-items: center;
}

section#services .row.first {
    gap: 60px;
}
section#services .card:before {
display: none;
}

section#services .card img {
   width: 100%;
    }

section#services h3 {
        font-family: 'Integral CF';
        font-size: 30px;
        padding-top: 25px;
    }

section#services .card.service-item.second h3 {
        padding-top: 18px;
    }
section#services .card {
        background: rgba(246, 249, 248, 1);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }

section#services p.title-partners-heading {
        margin-bottom: 7px;
    }
section#services .container {
        margin-top: 50px;
    }
    section#services .card.service-item.second {
        min-height: 720px;
        padding-top: 60px;
    }
section#services span.icon{
        background: var(--dark-blue);
        color: white;
        padding: 20px;
        border-radius: 50%;
        font-size: 25px;
    }
    section#services .card.service-item.second .image {
        padding-top: 60px;
    }

section#services .card.service-item.second span.icon {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
} 
section#services .infor p{
    text-transform: capitalize;
}

section#services .amount-received {
    top: 68%;
    left: 44%;
}
section#services p.received {
    background: transparent;
    color: var(--the-white) !important;
    padding: unset;
    font-size: 18px !important;
}
section#services .amount-received p.amount {
    color: var(--the-black);
}
section#services i.icon-plus {
    background: #0CCA08;
    color: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 100;
    padding: 2px;
}
section#services .amount-received p.amount__ {
    color: var(--the-black);
    font-size: 12px;
    padding-top: 10px;
}

/* *********************************** TRUSTIWORTH HERE ************************************* */
section#trust {
    text-align: center;
    margin-top: 200px;
    background: var(--light-blue);
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 0; 
}
section#trust .row {
    align-items: center;
}
section#trust p.title-partners-heading {
    width: 120%;
    text-align: center;
    margin-bottom: 7px;
    color: var(--the-white);
    background: var(--dark-blue);
    border: none;
}
section#trust .trust-infor {
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: start;
}
section#trust a.my-button {
    background: var(--the-white);
    color: var(--light-blue);
}

section#trust i.icon-diagonal-arrow {
    background: var(--dark-blue);
    color: var(--the-white);
}
section#trust h2,
section#trust p{
    color: var(--the-white);
}
section#trust .image-con img{
    width: 100%;
}



/* *********************************** TESTIMONIAL HERE ************************************* */
section#testimonials {
    text-align: center;
    margin-top: 110px;
    background:var(--card-color);
    padding: 100px 0;
}
section#testimonials p.title-partners-heading {
    margin-bottom: 10px;
}
section#testimonials h2 {
    padding-bottom: 30px;
}
section#testimonials .card-wrapper {
    background: var(--the-white);
    padding: 40px;
    border-radius: 20px;
    text-align: start;
    transition: all 0.4s ease;
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
section#testimonials .card-wrapper:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
section#testimonials .btn-banner {
    justify-content: center;
}
section#testimonials a.my-button {
    background: transparent;
    color: var(--dark-blue);
    border: 1px solid var(--dark-blue);
}
section#testimonials i.icon-diagonal-arrow {
    background: var(--dark-blue);
    color: var(--the-white);
}
section#testimonials i.icon-quote {
    font-size: 55px;
}
section#testimonials .client-details {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

section#testimonials i.icon-star {
    font-size: 9px;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
}

/* Filled star (active) */
section#testimonials i.icon-star.filled {
    background: #00B67A;
    color: var(--the-white);
}

/* Empty star (inactive) */
section#testimonials i.icon-star.empty {
    background: #ccc; /* Light grey background */
    color: #fff;      /* Or any other contrast color */
}

section#testimonials .client-item p{
    color: #161919;
    font-size: 16px;
}
section#testimonials .email{
    color: #454747;
    font-size: 16px;
}
section#testimonials h3{
    font-size: 16px;
}
/* ******************************************************************************************** */
/* *********************************** MEDIA QUERY HERE ************************************* */



@media screen and (max-width: 1400px){
.banner-content .images img {
    height: 400px;
}
}

@media screen and (max-width: 1300px){
 

    header .menu-navigation {
        margin-top: 23px;
    }


    /* .image-background-container img {
        height: 470px;
        object-fit: cover;
    } */
    div.image-container {
        height: 99%;
    }
    .card {
        padding: 32px;
    }
}


@media screen and (max-width: 1199px){
    .banner-content .images img {
    height: 330px;
}

    header ul#menu-main-menu {
        gap: 10px;
    }
    header .desktop-nav {
        gap: 40px;
    }

    header .menu-navigation {
        margin-top: 15px;
    }
    .logo {
        margin-left: -40px;
    }
    section#featured.logo,
    section#about-us-con .logo {
        margin-left: unset !important ;
    }

    section#about-us-con-agency p.title-partners-heading, section#about-us-con-microfinance p.title-partners-heading,
    section#featured p.title-partners-heading {
        width: 30%;
    }

    .banner-content p.title-heading {
        width: 50% ;
    }

    header .desktop-nav {
        top: -8px;
    }
    
    p.title-partners-heading {
        width: 18%;
    }

    section#about-us-con .amount-received {
        gap: 60px;
    }
}


@media screen and (max-width: 1100px){
/* ***********************************  HERE ************************************* */

.mobile {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width:100vw;
}
    .desktop-nav{
        display: none !important;
    }

    .hamburger {
        display: block;
        position: absolute;
        z-index: 10000;
        top: 10px;
        right: 0;
    }

    span.bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        background: var(--dark-blue);
    }
    .hamburger.active .bar {
        background: var(--dark-blue);
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }
    .hamburger.active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }
    .mobile-nav {
        /* position: absolute; */
        position: fixed;
        top: -30px;
        background: var(--the-white);
        width: 116vw;
        height: 100vh;
        transition: 0.3s;
        transform: translate(7%, 0%);
        left: 1240px;
    }
  
    ul#menu-main-menu-1 {
        flex-direction: column;
        gap:35px;
    }

    header .contact-us {
        margin-top: 50px;
    }

    .mobile-nav.active{
        left: 0;
    }

    nav {
        position: absolute;
        left: 50px;
        top: 120px;
    }
    .banner img{
        display:none;
    }
    .banner {
        background: var(--dark-blue);
        height: 100vh;
    }


    .banner img{
        display:none;
    }
    .banner {
        background: var(--dark-blue);
        height: 100vh;
    }

    
    span.bar {
        background: var(--the-white);
    }
    .hamburger.active .bar {
        background: var(--dark-blue);
    }
    
    .banner {
        background: var(--dark-blue);
        height: 100vh;
    }

    span.bar {
        background: var(--the-white);
    }
    .hamburger.active .bar {
        background: var(--dark-blue);
    }
    .banner-content img{
        display: block;
    }

    span.bar {
        background: var(--the-white);
    }
    .hamburger.active .bar {
        background: var(--dark-blue);
    }
    span.overlay{
        display: none;
    }

    .banner-content .images img {
    height: 280px;
    }
    
    .contact-us-content .row {
    flex-direction: column;
    }
    .contact-us .banner-content {
    top: 140% !important;
    }
    .contact-us .banner-content .col-md-6,
    .contact-us .banner-content .col-md-5 {
    width: 100%;
    }
    .contact-us .banner {
    height: 70vh !important;
    }
}

@media screen and (max-width: 991px) {
    .mobile {
        top: 0px;
    }
    .logo {
        margin-left: -80px;
    }
    section#featured .logo,
    section#about-us-con .logo {
        margin-left: unset !important ;
    }
    .banner-content .images img {
        height: 350px;
    }
    
    .banner-content .heading-caption p {
        max-width: unset;
    }
    .btn-banner {
        padding-top: 22px;
    }
    .image-background-container img {
        height: 530px;
    }
    .amount-received {
        flex-direction: column;
        gap:20px !important;
        left: 20%;
    }
    section#featured .amount-received{
        top:20%
    }
    .amount-received span.middle-line {
        height: 2px;
        width: 92px;
    }
    
}

@media screen and (max-width: 894px){
    .logo img {
        width: 10%;
    }
    section#featured .logo img,
    section#about-us-con .logo img {
        width: unset !important;
    }

    .logo {
        margin-left: -40px;
    }
    .mobile {
        top: -13px;
    }
    /* header {
    background: #2E3192;
    } */
}

@media screen and (max-width: 768px) {

    .logo {
        margin-left: 20px;
    }
    

    section#featured .logo,
    section#about-us-con .logo {
        margin-left: unset !important ;
    }

    section#featured .logo img,
    section#about-us-con .logo img {
        width: unset;
    }

    .banner-content  img{
        display: block;
        height: auto;
    }
    .banner-content .images img{
        height: auto;
        display: none !important;
    }
    header .menu-navigation {
        margin-top: -5px;
    }
    header .menu-navigation {
        margin-top: -5px;
        top: 12px;
    }
    p.title-partners-heading {
        width: 30%;
    }

    .hamburger {
        top: 30px;
    }
    .con-footer {
    margin-top: -560px;
    }
    ul#menu-footer-menu {
        display: none !important;
    }

    .first-footer .logo {
    display: none !important;
    }
    .first-footer {
    margin-top: -50px !important;
    }
    
}

@media screen and (max-width: 767px){
    h1 {
        font-size: 24px !important;
    }

    .banner-content .images {
        margin-top: 50px;
    }
 
    span.overlay {
        display: none;
    }
    header .menu-navigation {
        top: 32px;
    }
    .hamburger {
        top: 29px;
    }

    p.title-heading {
        width: 100%;
    }

    section#about-us-con .row {
        gap: 47px;
    }
    section#featured .row {
        gap: 60px;
    }
    section#trust {
        min-height: 60vh;
        height: unset;
        padding: 15% 0;
    }
}

@media screen and (max-width: 762px){
    .partners .row {
        gap: 50px;
    }
}

@media screen and (max-width: 617px){
    .logo {
        margin-left: 0px;
    }
    p.title-partners-heading {
        width: 50%;
    }
    section#about-us-con-agency p.title-partners-heading, section#about-us-con-microfinance p.title-partners-heading,
    section.travel p.title-partners-heading {
        width: 50% !important;
        text-align: center;
    }
}

@media screen and (max-width: 545px) {
    .logo {
        margin-left: 12px;
    }
    .mobile {
        top: -23px;
    }
 
    .banner-content p.title-heading {
        width: 58%;
    }
    .btn-banner {
    gap: 9px;
    flex-direction: column;
    }
    a.my-button {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .banner {
    height: 75vh;
    }
    .heading-caption h1 {
    font-size: 20px !important;
    }
    .banner-content .heading-caption p {
    font-size: 13px;
    }
    .card-contact {
    margin-top: -440px !important;
    }
}


@media screen and (max-width: 500px) {
    a.my-button {
        width: 45%;
        font-size: 10px;
    }
     .banner {
    height: 80vh !important;
    }
    .banner-content {
    top: 50%; 
  }
   .card-contact {
    margin-top: -190px !important;
    }
}

/* *********************************** FOOTER HERE ************************************* */
.site-footer {
    background-color: #ffffff;
    padding: 20px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 110px;
}

.footer-social {
    margin-bottom: 10px;
}

.site-footer p.email {
    color: var(--the-black);
    padding: 15px 0 30px 0;
}

.site-footer p.email a{
    text-decoration: none;
    color: var(--the-black);
}
.footer-social a {
    color: var(--the-white);
    background: var(--dark-blue);
    border-radius: 50%;
    padding: 15px;
    font-size: 15px;
    margin-left: 5px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
}
.footer-links {
    padding-bottom: 20px;
}

.separator {
    margin: 0 5px;
}

.copyright {
    margin-top: 10px;
    font-size: 12px;
}

.footer-menu {
    padding: 30px 0 60px 0;
}

ul#menu-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}
ul#menu-footer-menu a{
    text-decoration: none;
    font-size: 16px;
    color: #646161;
}
ul#menu-footer-menu a:hover,
footer a:hover{
    color: var(--dark-blue);
}
.footer-social a:hover{
    color: var(--the-yellow);
}

/* table */
/* table {
    width: 100%;
    border-collapse: collapse;
  }

  thead {
    background-color: #EBCF01;
    color: #2E3192;
  }

  th, td {
    text-align: start !important;
    padding: 15px 10px;
    font-size: 16px;
  }

  tbody tr:nth-child(even) {
    background-color: #f1f3fa;
  }

  tbody tr:hover {
    background-color: #e6e8f5;
  } */


/* === Shared Styles for All Tables === */
table,
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

thead,
.wp-block-table thead {
  background-color: #EBCF01;
  color: #2E3192;
}

th,
td,
.wp-block-table th,
.wp-block-table td {
  text-align: start !important;
  padding: 15px 10px;
  font-size: 16px;
}

/* Alternate Row Colors */
tbody tr:nth-child(even),
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f1f3fa;
}

/* Hover Effect */
tbody tr:hover,
.wp-block-table tbody tr:hover {
  background-color: #e6e8f5;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

.wp-block-table th {
  background-color: #EBCF01; /* gold */
  color: #2E3192; /* make text readable */
}


  .banner-content .images img,
  .partner-logo img,
  .image-background-container img,
  section#featured .image-con img,
  section#trust .image-con img{
    transition: transform 0.4s ease, filter 0.4s ease;
  }

  
  .banner-content .images img:hover,
  .partner-logo img:hover,
  .image-background-container img:hover,
  section#featured .image-con img:hover,
  section#trust .image-con img:hover{
    transform: scale(1.05);
    filter: brightness(1.05);
  }
