:root {
  --primary-color: #4b5563;
  --secondary-color: #16bc88;
  --primary-font-size: 16px;
  --primary-font-weight: 500;
  --primary-green: #16bc88;
  --secondary-green: #e7f8f3;
  --primary-grey: #4b5563;
  --secondary-grey: #6b7280;
  --font-size-heading1: 2.3rem;
  --line-height-para: 1.4rem;
  --font-size-heading2: 2rem;
  --font-size-heading2mob: 1.75rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  display: none;
}

.navbar-nav .nav-link.active {
  color: var(--secondary-color);
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
  border-bottom: 2px solid;
  border-color: var(--secondary-color);
}

.nav-link {
  color: var(--primary-color);
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}

.btn-custom {
  background-color: #16bc88;
  color: white !important;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  /* transition: background 0.3s ease-in-out; */
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}

.btn-custom:hover {
  background-color: #16bc88;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  /* transition: background 0.3s ease-in-out; */
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}

.btn-custom-2 {
  background-color: white;
  color: var(--secondary-color) !important;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  /* transition: background 0.3s ease-in-out; */
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}
.btn-custom-2:hover {
  background-color: white;
  color: var(--secondary-color);
}

.heading-common {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
}

.para-common {
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
}

.count {
  color: var(--secondary-color);
  font-size: 36px;
  font-weight: 700;
}

.button-click-common {
  color: var(--secondary-color) !important;
  font-size: 20px;
  font-weight: var(--primary-font-weight);
  text-decoration: none;
}

.arrow-icon {
  margin-left: 10px;
  height: 15px;
  width: 15px;
}

.custom-card {
  font-size: 18px;
  font-weight: 500;
  color: #4b5563;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: #d8d8d8;
}

.custom-card h4 {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
}

.heading-h4 {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

.trade-section {
  margin: 0;
  background-color: #111827;
  color: #fff;
  padding: 50px 0;
}

.icon {
  color: #00d084;
  margin-right: 10px;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
}

.image-global {
  height: 30px;
  width: 30px;
}

.testimonial-section {
  padding: 30px 0;
  background-color: #f8f9fa;
  text-align: center;
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.testimonial-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.heading-h6 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.contact-section {
  padding: 30px 0;
}

.contact-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
}

.common-label {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 5px;
}

.common-input {
  padding: 8px 16px;
  align-content: flex-start;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #d1d5db;
}

.footer {
  background: #f8f9fa;
  padding: 40px 0;
}

.footer a {
  color: #4a4a4a;
  text-decoration: none;
}

.footer a:hover {
  color: #00d084;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: #4a4a4a;
}

.social-icons a:hover {
  color: #00d084;
}

.custom-gray {
  background-color: #111827 !important;
}

.badge-text {
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.packing-image {
  height: 20px;
  width: 20px;
}

.common-heading {
  font-size: 18px;
  font-weight: 600;
}

/* .two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
/* about section css */
.about-banner-section-b {
  position: relative;

  & > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.about-banner-head-b {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  color: white;

  & > h1 {
    font-size: var(--font-size-heading1);
    line-height: 5rem;
  }

  & > h4 {
    font-size: 1.15rem;
    font-weight: 400;
  }
}

/* applies to both About us and Certifications */

.about-main-b,
.certificate-main-b {
  padding: 0px 80px;
}

.about-section-b {
  padding: 40px 0px;
}

.intro-sec-b {
  display: flex;
  gap: 80px;
  margin-bottom: 45px;
  padding-right: 50px;
}

.intro-head-b {
  width: fit-content;
  margin-bottom: 10px;

  & > h2 {
    font-size: var(--font-size-heading2);
  }

  & > div {
    background-color: var(--primary-green);
    width: 87%;
    height: 4px;
    border-radius: 14px;
  }
}

.intro-body-b {
  width: 90%;
  color: var(--primary-grey);
  line-height: var(--line-height-para);
}

/* Why choose us - styles */

.why-us-section-b {
  padding: 40px 12px;
  margin-bottom: 70px;
  border: 1px solid var(--secondary-grey);
  border-radius: 8px;
  text-align: center;

  & > h2 {
    padding-bottom: 30px;
    font-size: var(--font-size-heading2);
  }

  & > .why-us-cols-b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* justify-content: space-between; */
    column-gap: 30px;
  }
}

.why-us-card-b {
  display: flex;
  flex-direction: column;
  align-items: center;

  & > figure {
    width: fit-content;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 50%;
    background-color: var(--secondary-green);
  }

  & > div {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }

  & > p {
    color: var(--secondary-grey);
    font-size: 0.9rem;
  }
}

/* Our journey styles */

.journey-section-b {
  margin: auto;
  text-align: center;
  margin-bottom: 70px;

  & > h2 {
    font-size: var(--font-size-heading2);
    padding-bottom: 50px;
  }
}

.journey-content-b {
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  justify-content: center;
  /* grid-auto-rows: max-content */
  row-gap: 2rem;
  position: relative;
}

.journey-bullets-b {
  list-style-position: inside;
  width: fit-content;
  position: relative;
  z-index: 2;
  padding: 0px !important;
  & > li::marker {
    font-size: 40px;
    color: var(--primary-green);
  }

  & > li {
    margin: 0 -40px 0px -1px;
  }
}

.journey-body-b {
  &:nth-child(odd) {
    justify-self: end;
    text-align: start;
    padding-right: 35px;

    & > div:nth-of-type(1) {
      text-align: end;
    }
  }

  &:nth-child(even) {
    justify-self: start;
    text-align: start;
    padding-left: 35px;
    & > div:nth-of-type(1) {
      text-align: start;
    }
  }

  & > div:nth-of-type(1) {
    color: var(--primary-green);
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 4px;
  }
}

.journey-content-seperator-b {
  position: absolute;
  left: 50%;
  /* left: calc(49.7% + 0.2px); */

  top: 0px;
  z-index: 1;
  background-color: #e5e7eb;
  width: 2px;
  height: 100%;
}
@media (min-width: 700px) {
  .journey-content-seperator-b {
    left: calc(49.7% + 0.1px);
  }
}
@media (min-width: 999px) {
  .journey-content-seperator-b {
    left: calc(49.74% + 0.1px);
  }
}
@media (min-width: 1126px) {
  .journey-content-seperator-b {
    left: calc(49.8% + 0.3px);
  }
}

@media (min-width: 1326px) {
  .journey-content-seperator-b {
    left: calc(49.85% - 0.1px);
  }
}

@media (min-width: 1441px) {
  .journey-content-seperator-b {
    left: 49.85%;
  }
}

/* partner with stylers */

.partner-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  background-color: var(--primary-green);
}

.partner-b > .partner-content-b {
  font-size: 1.5rem;
  color: white;

  & > h3:nth-child(1) {
    margin-bottom: 4px;
  }
}

.partner-b button {
  border-radius: 8px;
  border: none;
  color: var(--primary-green);

  & > a {
    display: block;
    text-decoration: none;
    padding: 10px 20px;
  }
}

/* Certification page styles */

.certification-banner-section-b {
  position: relative;

  & > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.certification-banner-head-b {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;

  & > h1 {
    font-size: 3rem;
  }

  & > h1 > span {
    color: var(--primary-green);
  }
}

.certification-intro-b {
  width: 50%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
  line-height: var(--line-height-para);
  color: var(--primary-grey);
}

.certificates-section-b {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;

  margin: 40px 20px;
  gap: 45px;
  flex-wrap: wrap;
}

.certificate-b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  & > iframe {
    border: 2px dashed rgb(207, 203, 203);
    margin-bottom: 15px;
    width: 100%;
    height: 192px;
    overflow: hidden;
  }

  & > figcaption > h4 {
    padding-bottom: 10px;
    font-size: 1.25rem;
  }

  & > figcaption > div {
    padding-bottom: 5px;
    color: var(--secondary-grey);
    font-size: 0.925rem;
  }
}

.download-button-container-b {
  padding-top: 15px;
  align-self: end;
  width: 100%;
  & > button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: none;
    border-radius: 7px;
    padding: 10px 0px;
    width: 100%;

    background-color: var(--primary-green);
    color: white;
  }
}

.download-button-container-b a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

/* Characteristic-section styles */

.characteristic-b {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin: 100px 20px;
}

.characteristic-figsection-b {
  text-align: center;

  & > img {
    padding: 15px;
    border-radius: 50%;
    background-color: var(--secondary-green);
    margin-bottom: 16px;
  }

  & > figcaption > h3 {
    margin-bottom: 10px;
  }

  & > figcaption > div {
    color: var(--secondary-grey);
    line-height: var(--line-height-para);
  }
}

/* contact section styles */

.contact-section-b {
  padding: 20px 0px;
  margin: 0px 40px 40px 40px;
  text-align: center;
  background-color: var(--secondary-green);

  & > h2 {
    padding-bottom: 15px;
    font-size: var(--font-size-heading2);
    font-weight: 500;
  }

  & > p {
    padding-bottom: 25px;
    color: var(--secondary-grey);
    line-height: var(--line-height-para);
  }
}

.contact-button-container-b > button {
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 1rem;
  background-color: var(--primary-green);

  & > a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
  }
}

/* Images section styles */
.images-main-b {
  padding: 0px 120px;
  min-height: 100vh;
  background-color: #f9fafb;
}

.images-banner-section-b {
  position: relative;

  & > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.images-banner-head-b {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: white;

  & > h1 {
    font-size: var(--font-size-heading1);
  }
}

.images-intro-b {
  width: 85%;
  margin: auto;

  padding: 30px 0px;
  text-align: center;
  color: var(--primary-grey);
  line-height: var(--line-height-para);
}

/* .all-images-section-b > div { */
  /* display: flex; */
  /* gap: 30px; */
  /* padding: 25px 35px; */
  /* padding: 25px 35px;
  margin-bottom: 20px;

  background-color: white; */
/* } */
/* for videos.html (classes to be changed later) */
/* .images-section-b > figure > img {
  width: 300px;
  max-width: 300px;
  max-height: 200px;
  object-fit: fill;
} */

/* #items-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
} */

.para-common-b {
  font-size: 0.95rem;
  color: var(--secondary-grey);
}

/* For image.html */
.images-section-b > img {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  /* max-height: 285px; */
  min-height: 285px;
  object-fit: fill;
}

/* For video.html */
.vid-section-b > video {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  max-height: 285px;
  min-height: 285px;
  object-fit: fill;
}

.images-container-b,
.vid-section-b > div {
  & > * {
    margin-bottom: 8px;
  }

  & > div,
  & > p {
    color: var(--primary-grey);
    line-height: var(--line-height-para);
  }
}

/* Responsivity for About us,Certifications, images */

@media (max-width: 1154px) {
  /* images styles */
  .images-main-b {
    padding: 0px 50px;
  }

  .certificates-section-b {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1342px) {
  .certificate-main-b {
    padding: 0px 40px;
  }
}

@media (max-width: 897px) {
  .certificates-section-b {
    justify-content: center;
  }

  .contact-section-b > h2 {
    font-size: var(--font-size-heading2mob);
  }

  .certificates-section-b {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 925px) {
  .intro-sec-b {
    flex-direction: column;
    padding-right: 0px;
    gap: 40px;
    margin-bottom: 30px;

    & > figure > img {
      width: 100%;
      height: 100%;
    }

    &:nth-child(2) > figure {
      order: 2;
    }

    &:nth-child(2) > div {
      order: 1;
    }
  }

  .why-us-section-b > .why-us-cols-b {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }

  /* certifications style */
  .characteristic-b {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .about-banner-section-b {
    &.about-banner-head-b {
      top: 18%;
    }

    & > figure > img {
      min-height: 250px;
      object-fit: cover;
    }
  }

  .partner-b {
    flex-direction: column;
    gap: 30px;
    align-items: start;

    & button {
      padding: 14px 35px;
    }
  }

  /* certifications style */
  .certification-banner-head-b {
    & > h1 {
      font-size: var(--font-size-heading1);
    }
  }

  .contact-section-b {
    margin: 0px 0px 40px 0px;
    padding: 20px;
    text-align: left;
  }

  .certification-intro-b {
    width: 80%;
  }

  /* images styles */
  .images-intro-b {
    width: 100%;
    padding: 40px 0px;
  }

  .images-section-b {
    min-height: 300px;
  }

  .images-section-b > img {
    object-fit: fill !important;
    /* max-height:fit-content;
    min-height:fit-content; */
  }
}

@media (max-width: 700px) {
  .journey-content-seperator-b {
    left: calc(49.7% - 0.3px);
  }

  /* images styles */
  .images-banner-section-b > figure > img {
    min-height: 170px;
  }
}

@media (max-width: 580px) {
  .about-main-b {
    padding: 0px 30px;
  }

  .partner-b {
    padding: 40px 10px;
  }

  /* certifications style */
  .certificate-main-b {
    padding: 0px 30px;
  }

  .certification-banner-head-b {
    & > h1 {
      font-size: var(--font-size-heading2);
    }
  }

  .certification-intro-b {
    width: 100%;
  }

  /* images styles */
  .images-main-b {
    padding: 0px 25px;
  }

  .images-banner-section-b .images-banner-head-b > h1 {
    font-size: var(--font-size-heading2);
  }
}

@media (max-width: 500px) {
  .why-us-section-b > .why-us-cols-b {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  /* certification styles */
  .certification-banner-section-b > figure > img {
    min-height: 100px;
  }

  .certification-banner-head-b {
    & > h1 {
      padding: 0px 10px;
      font-size: var(--font-size-heading2mob);
    }
  }

  /* images section */

  /* .all-images-section-b > div {
    padding: 15px 25px;
    margin-bottom: 20px;
    & > h3 {
      font-size: 1rem;
    }

    & > div,
    & > p {
      font-size: 0.9rem;
    }
  } */
}

@media (max-width: 425px) {
  .about-banner-head-b {
    & > h1 {
      font-size: 2rem;
      line-height: 4rem;
    }

    & > h4 {
      font-size: 1rem;
      font-weight: 400;
    }
  }
  .intro-sec-b {
    margin-bottom: 30px;
  }

  .intro-head-b {
    margin-bottom: 20px;

    & > h2 {
      font-size: var(--font-size-heading2mob);
    }
  }

  .why-us-section-b > h2 {
    font-size: var(--font-size-heading2mob);
  }

  .journey-section-b > h2 {
    font-size: var(--font-size-heading2mob);
  }

  .journey-body-b {
    & > div:nth-of-type(1) {
      color: var(--primary-green);
      font-size: 1.1rem;
      font-weight: 500;
      padding-bottom: 4px;
    }

    & > div:nth-of-type(2) {
      font-size: 0.875rem;
    }
  }

  .partner-b > .partner-content-b {
    font-size: 1.3rem;
  }

  /* certificate styles */
  .certification-banner-head-b {
    & > h1 {
      padding: 0px 10px;
      font-size: 1.5rem;
    }
  }

  .certification-intro-b {
    font-size: 0.9rem;
  }

  .contact-section-b > h2 {
    font-size: var(--font-size-heading2mob);
  }

  /* images styles */
  .images-banner-section-b .images-banner-head-b > h1 {
    font-size: var(--font-size-heading2mob);
  }

  /* .all-images-section-b > div {
    gap: 15px;
  } */
}

@media (max-width: 375px) {
  /* certification styles */
  .certification-intro-b {
    padding-bottom: 30px;
  }

  .certificates-section-b {
    gap: 70px;
    margin: 40px 0px;
  }

  .certificate-b > img {
    display: block;
    margin: 20px auto;
    width: 97%;
  }

  .characteristic-b {
    margin: 100px 0px;
  }

  /* images styles */
  .images-main-b {
    padding: 0px 10px;
  }

  .images-banner-section-b .images-banner-head-b > h1 {
    font-size: 1.5rem;
  }
}

/* pagination for images.html and videos.html */

.pagination-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  & > a {
    padding: 12px 15px;
    border-radius: 5px;
    background-color: var(--primary-green);
    color: white;
    font-weight: 600;
  }
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  & > figure {
    background-color: var(--primary-green);
    padding: 12px 15px;
    border-radius: 5px;
  }
  & > figure > img {
    width: 16px;
    height: 16px;
    color: white !important;
  }
}

.dots {
  padding-top: 23px;
}

/* Images/video button container */
#switchContainer a {
  text-decoration: none;
  color: #16bc88 !important;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  /* transition: background 0.3s ease-in-out; */
  font-size: var(--primary-font-size);
  font-weight: var(--primary-font-weight);
}
