@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");


h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif !important;
}

p,
a,
li {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */

}

h1 {
  font-size: 50px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h2 {
  text-align: center;
  font-family: Roboto;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}

h3 {
  font-size: 32px !important;
  font-weight: 500 !important;
}

h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.container.logoHeader {
    max-width: 1320px;
}

.head-header {
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.logoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.wapperMenu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu {
  display: flex;
  justify-content: center;
  flex-grow: 1;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  gap: 60px;
  margin-right: 30px;
}

h6.fw-bold {
    font-size: 20px !important;
}
.contact-foot-contact .et_contact_bottom_container .clearfix {
    margin-bottom: 0px;
}
.fw-bold {
  font-family: Roboto !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.nav-menu ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: color 0.3s ease;
}

.nav-menu ul li a.active {
  color: #FF6B00;
}

.nav-menu ul li a:not(.active) {
  color: #2A5B6C;
}
.head-header ul.navbar-nav.mb-2.mb-lg-0.me-lg-3 {
    list-style-type: none;
    padding: 0px;
}
.search {
  position: relative;
}
.search input {
  padding: 8px 15px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #262626;
  outline: none;
  width: 200px;
  font-size: 14px;
}

.search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #2A5B6C;
  cursor: pointer;
}

.bg-container {
  background-image: url(./image/banner-01.png);
  background-repeat: no-repeat;

  height: 536px;
  background-position: center;

  background-size: cover;
}


.product-card {
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
}

.sectioncover {
  padding-top: 81px;
  padding-bottom: 81px;
  padding-left: 40px;
  padding-right: 40px;
}

.card-img-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 200px;
  object-fit: cover;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-weight: 600;
  color: #0a5959;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal
}
:root {
    --swiper-navigation-size: 24px!important;
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px!important;       /* Set width */
  height: 50px!important;      /* Set height */
  font-size: 20px!important;   /* Size of the arrow icon */
	font-weight: bold!important;
  background-color: white!important; /* Optional styling */
  color: #2d5a5a!important;    /* Change arrow color */
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)!important;
	display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.home-section-d .brandlogocontainer {
    padding-bottom: 100px!important;
}
.home-section-d .brandlogocontainer .container {
padding-bottom: 150px;

}

#brand-carousel-nav{
    position: absolute;
    display: flex;
    width: 150px;
    justify-self: anchor-center;
    top: 230px;

}

.home-section-d .brands-section{
	padding-bottom: 0rem !important;
}

/* Optional: Adjust icon position inside */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px; /* Arrow icon size */
}
.card-text {
  color: #333;
  margin: 0.5rem 0 1rem;
}

.read-more {
  background-color: #fff2ed;
  color: #ff7f50;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background 0.3s;
}

.offer-section {
  background-color: #ff7f3f;
}

.offer-section .btn {
  background-color: #fff2ed;
  color: #ff7f3f !important;
  border: none;
  border-radius: 0.5rem;
}

.offer-section .btn:hover {
  background-color: #ffe0d6;
  color: #ff7f3f !important;
}

.offer-line {
  /*border-top: 1px solid rgba(255, 255, 255, 0.6);*/
  width: 100%;
  margin-top: 1rem;
    border: 1.6px solid white;
}

.read-more:hover {
  background-color: #ffe0d6;
}


.curated-section {
  background-color: #f0fafa;
}

.product-card {
  border-radius: 1rem;
  overflow: hidden;
}

.product-card img {
  object-fit: cover;
  height: 180px;
  width: 100%;
}

.text-orange {
  color: #ff7f3f;
}

.btn-light.text-orange:hover {
  background-color: #ffe5d4;
}

.search-results article.page {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

 .search-results article .post-content a  { 
text-decoration: none;
    color: #20586d;
    text-transform: capitalize;
}

.products-section {
  padding: 40px 20px;
}

.header {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.badge {
  display: inline-block;
  background-color: #ff7f4d;
  color: white;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.header h2 {
  font-size: 28px;
  color: #003e4f;
  margin-bottom: 12px;
}

.header p {
  font-size: 16px;
  color: #333;
}

.cards-wrapper {
  background-color: #e9f6fa;
  padding: 40px 30px;
  border-radius: 16px;
  display: flex;

  gap: 20px;
  justify-content: center;
}

.product-card {
 background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 1px 23px 6px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    border-style: hidden;
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.card-content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-content h4 {
  color: #004851;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-content p {
  font-size: 14px;
  color: #444;
  flex-grow: 1;
}

.read-more {
  margin-top: 12px;
  display: inline-block;
  padding: 8px 14px;
  background-color: #ffe2d0;
  color: #ff6a2d;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.read-more:hover {
  background-color: #ffd2b5;
}



.brand-card {
  width: 220px;
  height: 140px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.brand-image {
  max-width: 160px;
  max-height: 90px;
  object-fit: contain;
}

.nav-btn {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nav-btn:hover {
  background-color: #007bff !important;
}

.nav-btn:hover i {
  color: white !important;
}

.global-presence-section {
  min-height: 300px;
  display: flex;
  align-items: center;
}

.map-container {
  max-width: 800px;
  margin: 0 auto;
}

.world-map-image {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.countries-text {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-section {
  font-family: 'Arial', sans-serif;
}

.social-link {
  transition: all 0.3s ease;
  display: inline-block;
}

.social-link:hover {
  transform: translateY(-2px);
  opacity: 0.8;
}

.footer-link {
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ff6b35 !important;
  padding-left: 5px;
}

.footer-link:hover i {
  transform: translateX(3px);
}

.contact-item i {
  flex-shrink: 0;
}

.global-presence-section {
  background-image: url(https://wildbeetrading.com/wp-content/uploads/2025/05/Group-1597883303.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



.logoHeader {
  padding: 1rem 0 !important;
}

.logo img {
  height: 50px;
  width: auto;
}

.navbar-nav .nav-link.active {
  color: #FF7C44 !important;
  font-weight: 600;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  color: #104B59 !important;
}

.navbar-nav .nav-link:hover {
  color: #FF7C44 !important;
}

.search-form {
  max-width: 300px;
}

.search-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #ddd;
}

.search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  /* background-color: #104B59;
  border-color: #104B59; */
  color: #104B59;
}

.search-btn:hover {
  background-color: #feffff;
  border-color: #777777;
}

.navbar-toggler {
    border: none !important;
    padding: 0.25rem 0.5rem !important;
}

.navbar-toggler:focus {
  box-shadow: none!important;
}

.home-section-d .brandlogocontainer {
    padding-bottom: 150px;
}


/* Custom navbar styling */
.custom-navbar {
  background-color: transparent !important;
  padding: 0 !important;
}


.mySwiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.search-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0px solid #ddd !important;
    border-bottom: 2px solid #212529 !important;
    border-radius: 0px !important;
}

.what-offer{
  text-align: left;
}



.custom-header-menu .current_page_item a {
    color: #FF7C44 !important;
    font-weight: 600;
}
.custom-header-menu a {
    padding: 0.5rem 1rem;
    color: #104B59 !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.custom-header-menu {
    display: flex;
    flex-direction: row;
  list-style-type: none !important;
    padding: 0px !important;
    margin-bottom: 0px;
}

.custom-header-menu a:hover {
    color: #FF7C44 !important;
}

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background: #fff; /* Optional: adjust background */
    padding: 10px;
    list-style: none;
    z-index: 9999;
    min-width: 210px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  /* Show submenu on hover */
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  
  /* Position submenu below the parent item */
  .menu-item-has-children {
    position: relative;
  }
  
  .menu-item-has-children .sub-menu li {
    margin: 5px 0;
  }
  .menu-item-has-children > a::after {
    content: " \25BC"; /* Unicode for down arrow ▼ */
    font-size: 0.6em;
    margin-left: 6px;
    vertical-align: middle;
  }

  .footer-section .container {
    max-width: 1320px;
}
.footer-section .contact-item a {
    color: #333333 !important;
    text-decoration: none;
   transition: all 0.3s ease;
}

.footer-section .contact-item a:hover {
color: #ff6b35 !important;
    padding-left: 5px;
}

ul.footer-links.list-unstyled {
    list-style: none;
    padding-left: 0;
}
.form-control:focus
 {
    box-shadow: none!important;
}
a.buyNowBtn {
    margin-top: 12px;
    display: inline-block;
    padding: 8px 14px;
    background-color: #ffe2d0;
    color: #ff6a2d;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.enqform input, .enqform textarea {
    width: 100%;
    padding: 0.75rem !important;
    margin-top: 0.25rem !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.enqform .wpcf7-submit {
    background-color: #0073aa;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    width: 100px;
}

label.emq {
    display: block;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #333;
}

.enqform h3 {
    text-align: center;
}

.home-section-c .card-content {
    display: inline-block;
}


/* Mobile adjustments */


@media (max-width: 1360px){

footer.footer-section.py-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

}

@media (max-width: 991.98px){


.mainprrimg.et_had_animation {
    width: 100%;
}

}



@media (max-width: 991.98px) {
  .search-form {
    margin-top: 1rem;
    max-width: 100%;
  }

  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(167, 23, 23, 0.075);
  }
  .logo img {
    height: 40px;
  }
  .py-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
ul#menu-main-menu {
    flex-direction: column;
}
.menu-item-has-children .sub-menu {
    display: none;
    padding-left: 15px;
  }

  .menu-item-has-children.active .sub-menu {
    display: block;
  }

  .menu-item-has-children > a::after {
    content: " \25BC";
    float: right;
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .logoHeader {
    padding: 0.5rem 0;
  }

  .logo img {
    height: 35px;
  }
}








@media (max-width: 1060px) {
          .sectioncover {
            padding-top: 81px;
            padding-bottom: 81px;
            padding-left: 40px;
            padding-right: 40px;
        }}




@media (max-width: 1200px) {
  .brands-row {
    flex-wrap: wrap;
  }

  .brand-card {
    width: 200px;
    height: 120px;
  }

  .brand-image {
    max-width: 140px;
    max-height: 70px;
  }

  .countries-text {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .offer-section .container{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: 40px;
    padding-right: 40px;
  }
  .sectioncover {
  padding-top: 81px;
  padding-bottom: 81px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-section-e .global-presence-section{

padding-left: 0px!important;
        padding-right: 0px!important;

}
  .cards-wrapper {
    flex-wrap: wrap;
  }

  .wapperMenu {
    position: fixed;
    top: 80px;
    left: -100%;
    flex-direction: column;
    background-color: white;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 20px;
    transition: left 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

}



@media (max-width: 992px) {
  .mobile-toggle {
    display: block;
  }
  .header p {
    font-size: 16px;
    color: #333;
    padding-left: 40px;
    padding-right: 40px;
}

  .nav-menu,
  .search {
    display: none;
  }

  .cards-wrapper {
    flex-wrap: wrap;
  }

  .wapperMenu {
    position: fixed;
    top: 80px;
    left: -100%;
    flex-direction: column;
    background-color: white;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 20px;
    transition: left 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .wapperMenu.active {
    left: 0;
    display: flex;
  }

  .wapperMenu.active .nav-menu,
  .wapperMenu.active .search {
    display: block;
  }

  .nav-menu ul {
    flex-direction: column;
    align-items: center;
  }

  .search {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }

  .search input {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .brands-row {
    flex-direction: column;
    align-items: center;
  }

  .brand-card {
    width: 280px;
    height: 100px;
    margin-bottom: 15px;
  }

  .brand-image {
    max-width: 180px;
    max-height: 60px;
  }

  .countries-text {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 1.3;
  }

  .global-presence-section {
    min-height: 250px;
  }

  .company-description p {
    font-size: 14px;
  }

  .footer-heading {
    font-size: 18px !important;
  }

  .footer-link,
  .contact-item p {
    font-size: 14px !important;
  }

  .certification-logos {
    justify-content: center;
  }

  .certification-logos img {
    height: 50px !important;
  }
}




}

@media (max-width: 459px){






}




@media (max-width: 576px) {
  .countries-text {
    font-size: 1.2rem;
    letter-spacing: 0px;
    padding: 0 15px;
  }

  .global-presence-section {
    min-height: 200px;
  }

  .social-icons {
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }

  .company-description {
    text-align: center;
  }

      .header p {
        font-size: 16px;
        color: #333;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        padding-left: 0px;
        padding-right: 0px;
}
}


/* Animation for text */
.countries-text {
  animation: fadeInScale 1.5s ease-out;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.countries-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.countries-text.animate {
  animation: fadeInUp 1s ease forwards;
}
