section {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-section {
  width: 100%;
  height: calc(100vh - 90px);
  position: relative;
  background: url(../images/pulses/hero.jpg) no-repeat center center;
  background-size: cover;
}

.content-section {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.hero-content h1 {
  font-family: "Gotham-Medium";
  font-weight: normal !important;
  color: white;
  font-size: 48px;
  line-height: 1.13;
  margin-bottom: 1rem;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .hero-content h1 {
    /* font-size: 42px; */
  }
}
@media (max-width: 1440px) {
  .hero-content h1 {
    /* font-size: 36px; */
  }
}
@media (max-width: 1240px) {
  .hero-content h1 {
    /* font-size: 32px; */
    /* margin-bottom: 0.8rem; */
  }
}
@media (max-width: 1200px) {
  .hero-content h1 {
    /* font-size: 28px; */
    /* margin-bottom: 0.6rem; */
  }
}

/* ------------- Section-02 : Dropdown -------------------- */
.section-02 {
  background: #eef4fb;
}

.dropdown-wrapper {
  display: flex;
  gap: 3rem;
  justify-content: start;
  align-items: center;
  padding: 2rem 0;
  overflow: hidden;
}

.dropdown {
  position: relative;
}

.dropdown-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #333;
}

.dropdown-btn {
  font-family: "Gotham-Book";
  font-weight: normal !important;
  font-size: 20px;
  color: black;
  transition: transform 0.3s ease;
}
.dropdown-btn:hover {
  color: gray;
}

.dropdown.open .dropdown-btn {
  opacity: 0.5;
}

/* ------------- Section-02 : Pigeon Peas Start--------- */
.section-03 {
  position: relative;
}
.pigeonPeas-wrapper {
  padding: 6rem 0;
}
.pigeonPeas-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 6rem;
}
.title {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 48px;
  color: #000000;
}

.highlight-box {
  background: #251c64; /* dark purple */
  color: #fff;
  padding: 1.6rem 1rem;
  border-radius: 6px;
  /* margin-bottom: 25px; */
}
.content .listWrapper {
  margin: 2rem 0;
}

.highlight-box h3,
.content h4 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 30px;
  margin: 0;
}

.content h4 {
  margin-bottom: 1rem;
}
.content h5 {
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
  margin: 0;
}
.content ul {
  margin: 16px 0;
  padding-left: 2rem; /* space before bullet */
  list-style-type: disc; /* default bullet style */
}

/* .content h4 {
    font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 15px;
} */

.content {
  margin-left: 2rem;
}
.content p,
.content li {
  font-family: "Gotham-Book";
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #333;
}
.content li {
  /* font-size: 18px; */
  /* line-height: 1; */
}
/* # pigeonPeas-section-data */
.pigeonPeas-grid-conainer {
  padding: 8rem 6rem;
}

.pigeonPeas-section-data {
  background: #261f64;
}
.pigeonPeas-grid {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0;
}
.pigeonPeas-grid.mob {
  display: none;
}
.country-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 22rem;
}

.country-buttons button {
  padding: 0.8rem 2rem;
  border-radius: 35px;
  border: 0.2px solid #837e7e;
  background: transparent;
  color: #fff;
  font-family: "Gotham-Book";
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  text-align: left;
}

.country-buttons button:hover {
  background: #e53935;
  border-color: #e53935;
}

.country-buttons button.active {
  background: #e53935;
  border-color: #e53935;
}

.country-display {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  width: 55%;
}

.img-wrapper {
  position: relative;
}

.img-wrapper img {
  max-width: 100%;
  border-radius: 12px;
  display: block;
}

#country-label {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #e53935;
  color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
}

/* ------------- Section-02 : Pigeon Peas End--------- */
/* # Slider css */
.prouduct-item-slider {
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  position: relative;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 2rem !important;
}
.prouduct-item-slider .swiper-button-prev {
  left: 0%;
  color: #cec7c7 !important;
}
.prouduct-item-slider .swiper-button-next {
  right: 0%;
  color: #cec7c7 !important;
}
.prouduct-item-slider .content-wrapper {
  padding: 1rem;
  background: #413b7f;
  border-radius: 19px;
}
.prouduct-item-slider .content-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin: 0 !important;
}

.prouduct-item-slider .content .content-head {
  border-radius: 29px;
  overflow: hidden;
  width: 100%;
}
.prouduct-item-slider .content a {
  font-family: "Gotham-Book";
  font-size: 16px;
  line-height: 1.8;
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: all 0.5s ease;
}
.prouduct-item-slider .content .content-head img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prouduct-item-slider .content .content-head:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.prouduct-item-slider .content .content-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.prouduct-item-slider .content h3 {
  color: white;
  font-family: "Gotham-Medium";
  font-weight: normal;
  font-size: 24px;
}
/* Responsive */

@media (max-width: 1640px) {
  .pigeonPeas-wrapper {
    padding: 6rem 0;
  }
}

@media (max-width: 1600px) {
  /* .dropdown-wrapper {
    padding: 2.2rem 0;
  } */
}
@media (max-width: 1440px) {
  .title {
    font-size: 42px;
    /* margin-bottom: 1.6rem; */
  }
  .highlight-box h3,
  .content h4 {
    font-size: 28px;
  }
  .pigeonPeas-grid-conainer {
    padding: 7rem 4rem;
  }
  .pigeonPeas-container {
    padding: 0 4rem;
  }
  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 1280px) {
  .title {
    font-size: 36px;
    /* margin-bottom: 1.2rem; */
  }
  .highlight-box h3,
  .content h4 {
    font-size: 26px;
  }
  .content h5 {
    font-size: 22px;
  }
  .country-buttons button {
    padding: 0.8rem 1.6rem;
    font-size: 16px;
  }
  .pigeonPeas-grid-conainer {
    padding: 7rem 0;
  }
  .pigeonPeas-container {
    padding: 0;
  }
  .hero-content h1 {
    font-size: 36px;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1240px) {
  .country-buttons {
    width: 20rem;
  }
}
@media (max-width: 1080px) {
  .country-buttons {
    width: 18rem;
  }
}
@media (max-width: 1040px) {
  .pigeonPeas-grid {
    flex-direction: column;
    gap: 3rem;
  }
  .country-display {
    width: 100%;
  }
  .img-wrapper img {
    width: 100%;
  }
  .country-buttons {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .country-buttons button {
    padding: 0.8rem 1rem;
  }
}

@media (max-width: 987px) {
  .content {
    margin-left: 1rem;
  }
}

@media (max-width: 900px) {
  .pigeonPeas-grid.desk {
    display: none;
  }
  .pigeonPeas-grid.mob {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background: url(../images/pulses/hero-mob.jpg) no-repeat center center;
    background-size: cover;
  }

  .dropdown-btn {
    font-size: 18px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 2rem 0;
    gap: 1.5rem;
  }
  .title {
    font-size: 32px;
    /* margin-bottom: 1rem; */
  }
  .highlight-box h3,
  .content h4 {
    font-size: 24px;
  }
  .content p,
  .content li {
    line-height: 1.6;
  }
  .pigeonPeas-wrapper {
    padding: 4rem 0;
  }
  .pigeonPeas-grid-conainer {
    padding: 4rem 0;
  }
  .hero-content {
    margin-bottom: 2.5rem;
  }
  .hero-content h1 {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  .prouduct-item-slider {
    padding: 0 3rem;
  }
}

@media (max-width: 480px) {
  .dropdown-btn {
    font-size: 14px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 1rem 0;
    gap: 1rem;
  }
  .title {
    font-size: 26px;
    /* margin-bottom: 1rem; */
  }
  .highlight-box h3,
  .content h4 {
    font-size: 22px;
  }
  .content h5 {
    font-size: 20px;
  }
  .content p,
  .content li {
    font-size: 18px;
    line-height: 1.4;
  }
  .prouduct-item-slider .content h3 {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 26px;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 375px) {
  .content p,
  .content li {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media (max-width: 370px) {
  .dropdown-btn {
    font-size: 12px;
    /* padding: 1.6rem 0; */
    padding: 0;
  }
  .dropdown-wrapper {
    padding: 0.8rem 0;
    gap: 0.8rem;
  }
}
