body {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: normal;
  font-style: normal;
  text-indent: 0px;
  font-weight: 100;
  background-color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .text-size-1, .h2, .text-size-2, .h3, .text-size-3, .h4, .text-size-4, .h5, .text-size-5, .h6, .text-size-6, .xl, .text-size-xl, .xxl, .text-size-xxl {
  font-family: Poppins, sans-serif !important;
}
ul li, .service__about-links ul li, .card__content {
  line-height: 1.3;
  color: #2A303E;
}
p, .single-company__associations-description, ul li, .service__about-links ul li, .card__content {
  color: #2A303E;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
 section{
  padding: 1rem 1rem!important;
 }

/* navigation*/
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #000;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
/*End-navigation*/
/* banner */
.responsive-logo{
  display: block;
  margin: 0 auto;
  width: 25%;
  height: auto;
  padding-bottom: 20px;
  animation: fadeIn 1s ease-in-out;
}
.mt-3{
  color: #fff!important;
}
/* End-banner */
/*First section of why are we convening*/
.content-section {
  padding: 2rem 2rem!important;
  text-align: center;
  background-color: #f9f9f9;
}

.section-title {
  font-size: 45px;
  color: #000;
  margin-bottom: 10px;
}

.section-paragraph {
  font-size: 40px;
  color: #555;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-paragraph {
    font-size: 1.5rem;
  }
}

/*End-First section of why are we convening*/
/*second section of its estimeted*/
 .sections {
      padding: 2rem 2rem!important;
      margin: 0 auto;
      text-align: center;
    }

    .title {
      font-size: 45px;
      color: #000;
      margin-bottom: 10px;
    }

    .infographic {
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 20px;
      margin-top: 20px;
    }

    .infographic img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .infographic-content {
      font-size: 40px;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .title {
        font-size: 1.5rem;
      }
      .infographic-content {
        font-size: 30px;
      }
    }
/*End-First section of it estimated*/
/*agro*/
.background-section {
      background-image: url('img/agrow.jpg'); /* Replace with your image URL */
      background-size: cover;
      background-position: center;
      color: white;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
     padding: 2rem 2rem!important;
    }
    .agro-title {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}

.agro-paragraph {
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .agro-title {
    font-size: 1.5rem;
  }

  .agro-paragraph {
    font-size: 1.5rem;
  }
}

/*end-agro*/

/*value*/
/* Grid Container */
.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    padding: 20px;
    justify-content: center; /* Ensure the grid is centered */
}

/* Box Styling */
.box {
    background-color:#526042!important;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    font-size: 25px;
    overflow: hidden;
    text-align: center; /* Center the content inside the box */
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.box:hover {
    background-color:#F39E3F!important;
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

/* Icon Styling */
.icon {
    margin-bottom: 10px;
    width: 15%; /* Maintain this width for larger screens */
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    margin: 0 auto; /* Center align within parent */
}

/* Ensure responsiveness */
@media (max-width: 768px) {
    .icon {
        width: 35%; /* Adjust width for smaller screens */
    }
}

@media (max-width: 480px) {
    .icon {
        width: 35%; /* Further adjust width for mobile devices */
        font-size: 2rem; /* Reduce font size for mobile */
    }
}


/* Box Description */
.description {
    font-weight: 400 !important;
    opacity: 0;
    visibility: hidden;
    font-family: Poppins, sans-serif;
    max-height: 0;
    overflow: hidden; /* Ensure content doesn't overflow */
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.description.show {
    opacity: 1;
    visibility: visible;
    max-height: 100px; /* Set a value that fits your content */
}


.box:hover .description {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    color: #fff;
    text-align: center!important;
    font-weight: 400;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

/*end of */
/*forum */
.card-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  
}

.card {
  background-color: #fff;
  border: 1px solid #ffa500;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center!important;
  padding: 20px;
  font-size: 25px;
  color: #555!important;
  margin-bottom: 10px;
  font-weight: 400;
  height: 120px;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.single-card {
  grid-column: 2 / 3;
}

@media (max-width: 768px) {
  .card-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-card {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .card-container {
    grid-template-columns: 1fr;
  }

  .single-card {
    grid-column: span 1;
  }
}
/*End-forum */
/*gain */
.section-gains {
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
}
.white{
  color: #fff!important;
  font-size: 25px!important;
  font-weight: 300!important;
}
@media (max-width: 768px) {
    .section-gains {
        font-size: 1.5rem;
    }
    .white{
  color: #fff!important;
  font-size: 0.9rem!important;
  font-weight: 300!important;
  text-align: left!important;
}
}
/*End gain */
