@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Montserrat;
       font-family: Montserrat, sans-serif;
    }

    /*---------------Header start CSS-------------------------------------------------------------------------------------------------------------------------*/
    header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 30px;
            background-color: #fff;
            color: white;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            box-shadow: 0 0 0.7px 0 #0E2961;
        }

        .logo img {
            max-height: 68px;
        }

        .menu {
            display: flex;
            align-items: center;
        }

        .dropbtn {
            background-color: unset;
            color: #0E2961;
            padding: 11px 12px;
            font-size: 17px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            margin-right: 15px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .dropdown-content {
            display: none; /* Default hidden */
            position: absolute;
            background-color: #fff;
            min-width: auto;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1;
           /* margin-top: 19px;*/
        }

        .dropdown-content.active {
            display: block; /* Visible when active */
        }

        .dropdown-content a {
            color: #000;
            padding: 12px 10px;
            text-decoration: none;
            display: block;
            border-top: solid 1px #001D58;
        }

        /* .dropdown-content a:hover {
            background-color: #575757;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        } */



/*.dropdown-content a:active, a:hover {
    border-right: solid 2px #00F19C;
}
*/
.dropdown-content a:active, .dropdown-content a:hover {
    border-right: solid 2px #00F19C;
}

/*a.faq-link a:active, a:hover {
    border-right: none;
}
*/





        .faq-link {
            color: white;
            font-size: 18px;
            text-decoration: none;
            margin-right: 30px;
        }

        .search-icon {
            margin-right: 30px;
        }

        .search-btn {
            background-color: unset;
            border: none;
            cursor: pointer;
            color: white;
            font-size: 18px;
        }

        .login-btn {
            background-color: #00F19C;
            color: white;
            padding: 10px 20px;
            font-size: 18px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }

        /* Responsive Styles */

        @media (min-width: 1025px) {
            .mobile-menu-toggle {
                display: none;
            }
            .dropdown:hover .dropdown-content {
                display: block; /* Visible on hover */
            }
        }

        @media (max-width: 1024px) {
            .menu {
                display: flex;
                flex-direction: column;
                background-color: #001D58;
                position: absolute;
                top: 100%;
                right: 0;
                width: 100%;
                padding: 10px 0;
                z-index: 10;
                display: none; /* Hide menu by default */
            }

            .menu.active {
                display: flex; /* Show menu when active */
            }

            .menu .dropbtn,
            .menu .faq-link,
            .menu .login-btn {
                margin: 10px 0;
                width: 100%;
                text-align: center;
            }

            .menu .search-icon {
                margin: 10px auto;
            }

            .mobile-menu-toggle {
                background: none;
                border: none;
                color: white;
                font-size: 24px;
                cursor: pointer;
                z-index: 20;
                display: block; /* Visible only in mobile view */
            }
            .dropdown-content {
                position: static; /* Dropdown is not absolute */
                box-shadow: none; /* Remove desktop styling */
                background-color: transparent; /* Match mobile menu */
                text-align: center;
            }
            button.login-btn {
                width: 80%;
            }


.dropdown-content a {
    color: #fff;

        }


        /*  responsive header */
        .dropdown-content.maindxt {
            margin-left: 0px;
        }
        .dropdown.maindxt12 .dropdown-content {
            margin-left: 0px;
        }
        .search-popup-content {
            display: flex;
            padding: 9px;
        }
        .search-popup {
            position: fixed;
            top: -9px;
        }
}


@media (max-width: 676px) {
.row>* {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
}

i.fa.fa-close {
  color: white !important;
}
    /*---------------------Header end-------------------------------------------------------------------------------------------------------*/
    /* .home-banner {
      height: 860px;
      background-image: url(images/home-banner.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden;
    } */
    /* .home-banner-text {
      text-align: center;
      background: #001D58B2;
      height: 90vh;
      width: 100%;
      align-content: center;
    } */
    .Connect-Africa\'s h2 {
      color: white;
      font-size: 45px;
      font-weight: 600;
    }
    .Connect-Africa\'s p {
      color: white;
      font-size: 22px;
      font-weight: 500;
      margin-top: 10px;
    }
    /* new trader */
    .search-container {
      text-align: center;
      width: 100%;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .search-fields {
      display: flex;
      justify-content: center;
      gap: 10px;
      position: relative;
    }
    .fields {
      display: flex;
      gap: 10px;
    }
    input.home-trade-locksimth {
      width: 500px;
      background: #fff;
      border: 2px solid #ddd;
      padding: 10px;
      border-radius: 3px;
      color: black;
    }

    input#Main-Search-Location::placeholder {
    color: black;
}
    .trade-location {
      width: 200px;
      background: #fff;
      border: 2px solid #ddd;
      padding: 10px;
      border-radius: 3px;
      color: black;
    }
    .hidden {
      display: none;
    }
    .trade-name {
      width: 700px;
      background: transparent;
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 3px;
    }
    .home-trade-locksimth:focus,
    .trade-location:focus,
    .trade-name:focus,
    .trade-btn:focus {
      outline: none;
    }
    button.home-search-btn {
      width: 45px;
      height: 45px;
      border: 2px solid #ddd;
      background: #fff;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 3px;
      transition: background-color 0.3s ease;
    }
    button.home-search-btn:hover {
      background-color: #00F19C;
    }
    .home-search-btn i {
      font-size: 18px;
    }
    .trade-btn {
      border: none;
      background: transparent;
    }
    .trade-btn:hover {
      text-decoration: underline;
      color: white;
    }
    .input-test {
      display: flex;
      gap: 10px;
    }
    .home-trade-locksimth::placeholder,
    .trade-location::placeholder,
    .trade-btn::placeholder,
    .trade-name::placeholder {
      color: white;

    }
    .home-signup-input {
      margin: auto;
      max-width: 758px;
      color: white;
      text-align: left;
      padding-top: 20px;
    }
.home-signup-input h4 span {
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #00F19C;
}
.home-signup-input h4 {
    font-size: 22px;
    font-weight: 400;
}
.home-signup-input h4 span:hover {
  border-bottom: 6px solid #00F19C;
    padding-bottom: 3px;
}
/* Dropdown css */
    .recent-search {
      max-width: 1300px;
      margin: 30px auto;
    }
    .recent-dropdown {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #001D58;
      padding: 10px;
      color: white;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
    }
    .recent-dropdown p {
      margin: 0;
    }
    .recent-dropdown i {
      transition: transform 0.3s ease;
    }
    .recent-dropdown.active i {
      transform: rotate(180deg);
    }
    .recent-dropdown-menu {
      display: none;
      background: white;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 5px 5px;
      padding: 10px 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .recent-dropdown-menu.active {
      display: flex;
      background: #001D58;
      color: white;
      justify-content: space-around;
      border: 1px solid #fff;
    }
    .dropdown-item {
      width: 30% !important;
      padding: 10px 0;
      text-align: center;
      cursor: pointer;
    }
    .dropdown-item-content {
      text-align: center;
      position: relative;
    }
    .dropdown-item-content:hover {
      text-decoration: underline;
    }
    .dropdown-item-content h2 {
      font-size: 18px;
      font-weight: 600;
    }
    .dropdown-item-content h3 {
      font-size: 18px;
      font-weight: 400;
    }
    .dropdown-item-content h4 {
      font-size: 15px;
      font-weight: 300;
    }
    button.close-btn {
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      background: no-repeat;
      color: white;
  }
/*------------------- Carousel css -----------------*/
  section.carousel-sec {
      max-width: 1300px !important;
      margin: auto;
  }
  section.carousel-sec h2 {
    font-size: 45px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #001D58;
  }
  .carousel-container {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .custom-nav-btn {
      background-color: transparent;
      color: #fff;
      border: none;
      padding: 10px 0px;
      cursor: pointer;
      font-size: 16px;
      border-radius: 5px;
      margin: 0 10px;
      transition: background-color 0.3s;
  }
  .carousel-content img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
  }
  .carousel-content {
      text-align: center;
      padding: 10px;
  }
  .owl-stage {
      display: flex;
      gap: 10px;
  }
  .carousel-content p {
      font-size: 10px;
      font-family: 'Montserrat';
      padding: 15px 10px;
      font-weight: 500;
      text-align: start;
      background: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin-block-start: 0;
      border-radius: 5px;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #000;
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 50%;
  }
  .owl-nav button.owl-prev {
      left: -30px; /* Adjust as needed */
  }
  .owl-nav button.owl-next {
      right: -30px; /* Adjust as needed */
  }
  .Categories-btn {
    text-align: center;
  }
  .Categories-btn .btn {
    background: #001D58;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 3px;
    padding: 10px 17px;
    font-size: 16px;
  }
/******************************* card css **********************************/
/* a#Main-searchico0 {
    outline: 2px solid #00F19C;
    margin-top: 14px;
} */
a#Main-searchico0 {
  /* outline: 1px solid #00F19C; */
  margin-top: 130px;
}
.card img {
    height: 340px;
    object-fit: cover;
}
a.btn.signup-btn {
    font-weight: 600;
    outline: 1px solid #00F19C;
    border-radius: 0;
    font-size: 16px;
    padding: 5px 17px;
    font-family: 'Montserrat';

}
a.btn.signup-btn:hover {
    background: #001D58;
    color: white;
    border: none;
    outline: 2px solid #001D58;

}
.card {
    border: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
h5.card-title {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #001D58;
}
/* p.card-text {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #777777;
} */

p.card-text {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #001D58;
}
 /* ******************** */
.Main-div-sbc p {
    color: white;
    max-width: 754px;
    margin: auto;
    text-align: left;
}
@media (max-width: 1024px) and (min-width: 768px) {
/*--------------- Home banner sec css ----------------*/
  /* .home-banner-text {
    padding: 0px 30px;
    height: 660px;
  } */
  input.home-trade-locksimth {
    width: 400px;
  }
  .trade-name {
    width: 600px;
 }
 .home-banner{
  height: 660px;
 }
 .search-fields {
    justify-content: unset !important;
  }
  h5.card-title {
    font-size: 14px !important  ;
  }
  .card img {
    height: 240px;
  }
  button#customPrevBtn {
    display: none;
  }
  button#customNextBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  /*********************** carousel css  ***************/
  section.carousel-sec h2 {
    font-size: 32px;
  }
  button#customPrevBtn {
    display: none;
  }
  button#customNextBtn {
    display: none;
  }
  .card {
    margin-bottom: 40px;
  }
/*********************** trade input bar css  ***************/
  div#categoryFields {
      display: block;
  }
  input.home-trade-locksimth {
      width: 100%;
      margin: 5px 0;
  }
/*--------------- Home banner sec css ----------------*/
  .Connect-Africa\'s h2{
     font-size: 25px !important;
  }
  .Connect-Africa\'s p{
    font-size: 15px !important;
    margin-left: 10px;
  }
  .trade-location {
    width: 100%;
  }
  .search-fields {
    display: block;
  }
  .home-signup-input h4 {
    font-size: 15px;
    font-weight: 400;
  }
  div#dropdownItem {
    text-align: left;
  }
  .fa-angle-down:before {
    content: "\f107";
    font-size: 28px;
  }
  .recent-search {
    margin: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner {
    height: 570px;
    /* background-image: url(/images/home-banner.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  /* .home-banner-text {
    text-align: center;
    background: #001D58B2;
    height: 570px;
    width: 100%;
    align-content: center;
  } */
  .Connect-Africa\'s h2 {
    color: white;
    font-size: 34px;
    font-weight: 400;
  }
  .Connect-Africa\'s p {
    color: white;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
  }
  .test-slider{
    display: none;
  }
  .dropdown-item {
    width: 100% !important;
    padding: 10px 0 !important;
    text-align: center;
    cursor: pointer;
  }
  .recent-dropdown-menu.active {
    display: block;
    background: #001D58;
    color: white;
  }
}
/*----------------------------------------Click by  alphabet-------------------------------------------*/

.Click-by-alphabet {
    text-align: center;
    margin: 40px 10px 40px 10px;
    color: #001D58;
}


/*----------------------------------------Click by  alphabet End-------------------------------------------*/

/*----------------------------------------Footer-------------------------------------------*/

    .footer {
      background-color: #F2EDFB;
    }
    .footer h2 {
      font-size: 30px;
      color: #001D58;
      font-weight: 600;
      margin-bottom: 1rem;
    }
    .footer a {
      color: black;
      text-decoration: none;
    }
    .footer a:hover {
      color:  #00F19C;
    }
    .col-md-3.terms-privacy {
    margin-top: 76px;
}
ul.list-unstyled li {
    margin-bottom: 11px;
}

.footer.py-4 {
    background-color: #F2EDFB;
}

    .footer .social-icons a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      border-radius: 50%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      font-size: 1.25rem;
    }
    .footer-copyright {
      background-color: #001D58;
      color: white;
      font-size: 0.9rem;
      text-align: center;
      padding: 0.5rem;
    }

/*      i.fa {*/
/*    font-size: 19px;*/
/*}*/

i.fa {
    font-size: 19px;
    color: #001D58 !important;
}


/*.mb-3 {
    margin-bottom: 4rem !important;
}
*/

@media (max-width: 1024px) and (min-width: 768px) {
    img.me-2 {
      width: 14px;
      height: 14px;
   }
   ul.list-unstyled a {
    font-size: 10px;
  }
  .footer h2 {
    font-size: 22px !important;
  }
  .footer .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 15px;
}
  i.fa {
    font-size: 17px;
}

/*i.fa {*/
/*    font-size: 19px;*/
/*    color: #001D58;*/
/*}*/

    .footer .social-icons a {
        width: 24px;
        height: 24px;}
}
  @media (max-width: 767px) {
    .col-md-3.terms-privacy {
        margin-top: 25px;
    }

      i.fa.fa-angle-down {
    /*font-size: 19px;*/
    color: #fff !important;
}

.dropbtn {
    color: #fff;
}
  }


    /* Hide on mobile and tablet screens */
@media (max-width: 1024px) { /* Adjust 1024px as needed for tablet breakpoints */
    .search-icon.MainsearchICON01 {
        display: none;
    }
}

/*----------------------------------------------------------------Footer end---------------------------------------------------------------*/
