@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Ubuntu", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
}

/* Custom Container */
.container-custom {
  max-width: 1468px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Top Navigation Bar */
.top-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  background: transparent;
  transition: 0.3s linear;
  transition: all 0.3s linear;
}
.top-navigation .logo-img {
  transition: 0.3s linear;
}
.top-navigation .nav-email-wrapper {
  transition: 0.2s linear;
}
@media (max-width: 1024px) {
  .top-navigation .nav-email-wrapper a {
    display: none !important;
  }
}

.navbar-fixed {
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
  padding: 10px 0 !important;
}
.navbar-fixed .logo-img {
  max-width: 120px;
}
.navbar-fixed .nav-email-wrapper {
  display: none;
}
.nav-inner-section-wrapper {
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .nav-inner-section-wrapper {
    align-items: center;
  }
}

.nav-left,
.nav-right {
  align-items: center;
  flex: 1;
}

.nav-left {
  justify-content: flex-start;
  flex-direction: column;
  align-items: unset;
}
.nav-left .nav-email-wrapper {
  justify-content: flex-start;
}
.nav-left .nav-email-wrapper a:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .nav-left {
    display: none !important;
  }
}

.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.nav-email-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1199px) {
  .nav-email-wrapper {
    gap: 10px;
  }
}

.language-selector-wrapper {
  position: relative;
}

.language-select {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  color: #49454F;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 45px 3px 25px;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: border-color 0.3s;
}
@media (max-width: 1199px) {
  .language-select {
    padding: 5px 25px 5px 15px;
  }
}

.language-select:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.language-select:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.language-selector-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #49454F;
  font-size: 10px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .language-selector-wrapper::after {
    right: 10px;
  }
}

.nav-home-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav-home-menu .nav-hover-menu {
    display: none !important;
  }
}

.nav-email-link {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: unset;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 12px;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .nav-email-link {
    padding: 8px 5px;
  }
}

.nav-email-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

.nav-email-link i {
  font-size: 15px;
  font-weight: 100;
}

.nav-email-link .material-icons-outlined {
  font-size: 15px;
  font-weight: 100;
  line-height: 1;
}

.nav-logo {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-link {
  display: inline-block;
  text-decoration: none;
}

.logo-img {
  max-width: 161px;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1199px) {
  .logo-img {
    max-width: 125px;
  }
}

.nav-link {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  transition: opacity 0.3s;
  white-space: nowrap;
  padding-bottom: 7px;
}

.nav-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

.nav-link i {
  font-size: 10px;
  transition: transform 0.3s;
}

.nav-left .nav-hover-menu:first-child .nav-link {
  padding-left: 0;
}

.nav-right .nav-hover-menu:last-child .nav-link {
  padding-right: 0;
}

.hover-menu {
  background-color: rgba(42, 42, 42, 0.95);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0;
  width: 100%;
  list-style: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}

.nav-hover-menu:hover .hover-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-hover-menu:hover .nav-link i {
  transform: rotate(180deg);
}

.hover-menu-end {
  right: 0;
  left: auto;
}

.hover-menu-item {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 20px;
  display: block;
  text-decoration: none;
  transition: background-color 0.3s;
}

.hover-menu-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: 100vh;
  overflow: hidden;
  margin-top: 0;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}

.hero-inner-content {
  width: 100%;
  max-width: 850px;
  padding-bottom: 110px;
  text-align: center;
}

.hero-headline {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 10px;
  width: 100%;
  text-shadow: none;
  letter-spacing: -0.13px;
}
@media (max-width: 1199px) {
  .hero-headline {
    line-height: 120%;
  }
}

.hero-description {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.2px;
  width: 100%;
  opacity: 1;
  margin-bottom: 0;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .hero-description {
    font-size: 15px;
    line-height: 1.2;
  }
}

.hero-section .link-wrapper {
  margin-top: 20px;
}
.hero-section .link-wrapper a {
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-radius: 37px;
  padding: 9px 29px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .hero-section .link-wrapper a {
    font-size: 16px;
  }
}
.hero-section .link-wrapper a:hover {
  border-color: #CB1519;
  background-color: #CB1519;
  color: #fff;
}

/* Carousel Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}
@media (max-width: 575px) {
  .carousel-arrow {
    display: none;
  }
}

.carousel-arrow:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.1);
}

.carousel-arrow-left {
  left: 40px;
}

.carousel-arrow-right {
  right: 40px;
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  color: #ffffff;
  cursor: pointer;
  animation: bounce 2s infinite;
}

.scroll-indicator i {
  font-size: 20px;
  opacity: 1;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
/* Home About Section */
.home-about-section {
  padding: 80px 0;
}

.home-about-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-about-title {
    font-size: 24px;
  }
}

.home-about-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  text-align: center;
  max-width: 890px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-about-description {
    font-size: 16px;
    line-height: 24px;
  }
}

/* What We Deliver Section */
.what-we-deliver-section {
  padding: 0;
  margin-bottom: 80px;
}

.what-we-deliver-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .what-we-deliver-title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.what-we-deliver-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media (max-width: 767px) {
  .what-we-deliver-description {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .what-we-deliver-description br {
    display: none;
  }
}

.what-we-deliver-section a {
  text-decoration: none;
  padding: 50px 20px;
  border-radius: 35px;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .what-we-deliver-section a {
    padding: 50px 12px;
  }
}
@media (max-width: 991px) {
  .what-we-deliver-section a {
    border-radius: 24px;
  }
}

.what-we-deliver-section a:hover {
  background-color: #E3000F;
}

.what-we-deliver-section a:hover h4 {
  color: #fff;
}

.what-we-deliver-section a:hover p {
  color: #fff !important;
}

.what-we-deliver-section a:hover .link-icon {
  background-color: #eeaeb6;
}

.what-we-deliver-section a:hover .outer-wrapper {
  background-color: #fff;
}

.what-we-deliver-section a:hover .outer-wrapper span {
  color: #D03639;
}

.what-we-deliver-section .image-wrapper {
  margin-top: auto;
}

.link-icon {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(99, 99, 99, 0.12);
  border-radius: 50%;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .link-icon {
    width: 60px;
    height: 60px;
  }
}

.outer-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CFCFCF;
  padding: 5px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .outer-wrapper {
    width: 40px;
    height: 40px;
  }
}

.outer-wrapper span {
  color: #fff;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .outer-wrapper span {
    font-size: 20px;
  }
}

.what-we-deliver-section img {
  width: 100%;
}

.what-we-deliver-section h4 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .what-we-deliver-section h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.what-we-deliver-section h6 {
  font-size: 23px;
  color: #747474;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .what-we-deliver-section h6 {
    font-size: 18px;
    line-height: 28px;
  }
}

.what-we-deliver-section p {
  color: #747474;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
}
.what-we-deliver-section p span {
  color: #000;
}
@media (max-width: 767px) {
  .what-we-deliver-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .what-we-deliver-section p br {
    display: none;
  }
}

.what-we-deliver-section a p b {
  font-weight: 500 !important;
}
.what-we-deliver-section a:hover h6 {
  color: #fff;
}

.home-products.top {
  display: grid;
  grid-template-columns: 3.3fr 6.6fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .home-products.top {
    grid-template-columns: 1fr;
  }
}

.home-products.bottom {
  margin-top: 20px;
}

.home-products.bottom a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  padding: 20px 50px;
}
@media (max-width: 1199px) {
  .home-products.bottom a {
    flex-direction: column-reverse;
    padding: 50px 12px;
  }
}

.home-products.bottom .inner-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 50px;
}
@media (max-width: 1199px) {
  .home-products.bottom .inner-wrapper {
    padding-bottom: 0;
  }
}

.home-products.bottom .link-icon {
  margin-top: auto;
  margin-left: unset;
}
@media (max-width: 1199px) {
  .home-products.bottom .link-icon {
    margin-left: auto;
  }
}

.top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .top-section {
    grid-template-columns: 1fr;
  }
}

.top-section a {
  height: 100%;
}

.top-left-products-section,
.top-right-products-section {
  height: 100%;
}

.top-left-products-section a,
.top-right-products-section a {
  height: 100%;
}

.top-right-products-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.bottom-section a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.bottom-section a .inner-wrapper {
  max-width: 45%;
}
@media (max-width: 1399px) {
  .bottom-section a .inner-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .bottom-section a {
    flex-direction: column;
  }
  .bottom-section a .image-wrapper img {
    max-width: 481px;
  }
}
@media (max-width: 1199px) {
  .bottom-section a {
    flex-direction: column;
  }
}

.bottom-section .link-icon {
  margin-top: auto;
}

/* Leader Trust Section */
.leader-trust-section {
  padding: 0 0 80px 0;
  background-color: #fff;
}

.leader-trust-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .leader-trust-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.leader-trust-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  text-align: center;
  max-width: 950px;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .leader-trust-description {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 30px;
  }
}

/* Sustainable Framework Section */
.sustainable-framework-section {
  padding: 80px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sustainable-framework-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sustainable-framework-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sustainable-framework-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.sustainable-framework-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sustainable-framework-description {
    font-size: 16px;
    line-height: 26px;
  }
}

.sustainable-framework-button-wrapper {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .sustainable-framework-button-wrapper {
    margin-top: 30px;
  }
}

.sustainable-framework-button {
  display: inline-block;
  background-color: #CB1519;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 11px 38px;
  border-radius: 37px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .sustainable-framework-button {
    font-size: 16px;
  }
}

.sustainable-framework-button:hover {
  background-color: #D03639;
  color: #fff;
  text-decoration: none;
}

.sustainable-framework-image-wrapper {
  margin-top: 0;
}

.sustainable-framework-image-wrapper img {
  width: 100%;
}
@media (max-width: 991px) {
  .sustainable-framework-image-wrapper img {
    min-height: 260px;
    object-fit: cover;
    object-position: center;
  }
}

/* Testimonials Section */
.testimonials-section {
  padding: 80px 0;
  background-color: transparent;
}

.testimonials-label {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #C9191D;
  text-align: center;
  text-transform: unset;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.testimonials-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 45px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .testimonials-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.testimonial-sliders-inner {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .testimonial-sliders-inner {
    padding: 40px 0;
  }
}

.testimonial-sliders-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1216px;
  height: 100%;
  background-color: #F1F1F1;
  border-radius: 40px;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonial-sliders-inner::after {
    border-radius: 24px;
  }
}

.testimonials-carousel {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.testimonials-carousel .owl-stage-outer {
  padding: 0;
}

.testimonials-carousel .owl-item {
  padding: 0 15px;
  margin: 0;
}

.testimonials-carousel .owl-nav {
  display: none;
}

.testimonials-carousel .owl-dots {
  display: none;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 30px;
  height: 100%;
  min-height: 285px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1360px) {
  .testimonial-card {
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .testimonial-card {
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .testimonial-card {
    min-height: unset;
  }
}

.testimonial-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #425466;
  margin-bottom: 50px;
}

.testimonial-author {
  margin-top: auto;
}

.author-name {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #313131;
  margin-bottom: 5px;
}

.author-company {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #425466;
}

.testimonials-navigation {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.testimonial-nav-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.testimonial-nav-btn i {
  color: #96B0B8;
}

.testimonial-nav-btn:hover {
  background-color: #F1F1F1;
  box-shadow: 0px 8px 15px 0px rgba(72, 72, 138, 0.08);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(72, 72, 138, 0.08);
  -moz-box-shadow: 0px 8px 15px 0px rgba(72, 72, 138, 0.08);
}

.testimonial-nav-btn:hover {
  background-color: #d0d0d0;
  color: #000;
}

.testimonial-nav-btn.active {
  background-color: #c0c0c0;
  color: #000;
}

.world-map-container {
  margin: 60px auto 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .world-map-container {
    margin: 30px auto 0 auto;
  }
}

.world-map-container img {
  width: 100%;
}

.world-map {
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(200, 200, 200, 0.1) 20px, rgba(200, 200, 200, 0.1) 21px), repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(200, 200, 200, 0.1) 20px, rgba(200, 200, 200, 0.1) 21px);
  background-size: 21px 21px;
  overflow: hidden;
}

.map-dots {
  position: absolute;
  width: 100%;
  height: 100%;
}

.map-dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot-pink {
  background-color: #ff9ec0;
}

.dot-orange {
  background-color: #ffa366;
}

.dot-red {
  background-color: #ff6b6b;
}

/* Position map dots across continents */
.map-dot:nth-child(1) {
  top: 20%;
  left: 15%;
}

.map-dot:nth-child(2) {
  top: 25%;
  left: 20%;
}

.map-dot:nth-child(3) {
  top: 30%;
  left: 25%;
}

.map-dot:nth-child(4) {
  top: 28%;
  left: 30%;
}

.map-dot:nth-child(5) {
  top: 35%;
  left: 35%;
}

.map-dot:nth-child(6) {
  top: 40%;
  left: 40%;
}

.map-dot:nth-child(7) {
  top: 25%;
  left: 45%;
}

.map-dot:nth-child(8) {
  top: 30%;
  left: 50%;
}

.map-dot:nth-child(9) {
  top: 35%;
  left: 55%;
}

.map-dot:nth-child(10) {
  top: 40%;
  left: 60%;
}

.map-dot:nth-child(11) {
  top: 45%;
  left: 65%;
}

.map-dot:nth-child(12) {
  top: 50%;
  left: 70%;
}

.map-dot:nth-child(13) {
  top: 55%;
  left: 75%;
}

.map-dot:nth-child(14) {
  top: 60%;
  left: 50%;
}

.map-dot:nth-child(15) {
  top: 65%;
  left: 55%;
}

.map-dot:nth-child(16) {
  top: 70%;
  left: 60%;
}

.map-dot:nth-child(17) {
  top: 45%;
  left: 25%;
}

.map-dot:nth-child(18) {
  top: 50%;
  left: 30%;
}

.map-dot:nth-child(19) {
  top: 55%;
  left: 35%;
}

.map-dot:nth-child(20) {
  top: 60%;
  left: 40%;
}

.map-dot:nth-child(21) {
  top: 65%;
  left: 45%;
}

.india-label {
  position: absolute;
  top: 50%;
  left: 60%;
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.india-flag {
  font-size: 20px;
}

.india-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1199px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}

.stat-box {
  padding: 20px 30px;
  border-radius: 30px;
  text-align: center;
}

.stat-box-purple {
  background-color: #9d74b5;
}

.stat-box-blue {
  background-color: #5ab2cf;
}

.stat-box-pink {
  background-color: #cb4848;
}

.stat-box-yellow {
  background-color: #eac03f;
}

.stat-number {
  font-family: "Ubuntu", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .stat-number {
    font-size: 32px;
  }
}

.stat-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .stat-description {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-headline {
    font-size: 42px;
  }
  .hero-description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .container-custom {
    padding: 0 12px;
  }
  .top-navigation {
    padding: 15px 0;
  }
  .hero-section {
    margin-top: 0;
  }
  .nav-left {
    gap: 15px;
  }
  .nav-home-menu {
    gap: 15px;
  }
  .nav-email-wrapper {
    gap: 15px;
    flex-wrap: wrap;
  }
  .language-select {
    font-size: 12px;
    padding: 5px 25px 5px 10px;
  }
  .nav-email-link {
    font-size: 11px;
    padding: 6px 8px;
    gap: 6px;
  }
  .nav-email-link i {
    font-size: 16px;
    font-weight: 100;
  }
  .nav-email-link .material-icons-outlined {
    font-size: 16px;
    font-weight: 100;
  }
  .nav-link {
    font-size: 11px;
    padding: 6px 8px;
  }
  .hero-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) and (max-width: 1199px) {
  .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .hero-headline {
    font-size: 32px;
  }
  .hero-description {
    font-size: 14px;
  }
  .carousel-arrow {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .carousel-arrow-left {
    left: 20px;
  }
  .carousel-arrow-right {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .top-navigation {
    padding: 10px 0;
  }
  .nav-left {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .nav-right {
    align-items: flex-end;
  }
  .nav-home-menu {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }
  .nav-email-link {
    font-size: 10px;
    padding: 5px 6px;
    gap: 5px;
  }
  .nav-email-link i {
    font-size: 11px;
    font-weight: 100;
  }
  .nav-email-link .material-icons-outlined {
    font-size: 11px;
    font-weight: 100;
  }
  .nav-link {
    font-size: 10px;
    padding: 5px 6px;
  }
  .hero-headline {
    font-size: 24px;
  }
  .hero-description {
    font-size: 16px;
  }
}
.testimonials-carousel .owl-item {
  padding-bottom: 70px;
}

.testimonials-carousel .owl-item .testimonial-card {
  transition: 0.3s ease-in-out;
}

.testimonials-carousel .center .testimonial-card {
  box-shadow: 0px 30px 50px 0px rgba(56, 56, 56, 0.07);
  -webkit-box-shadow: 0px 30px 50px 0px rgba(56, 56, 56, 0.07);
  -moz-box-shadow: 0px 30px 50px 0px rgba(56, 56, 56, 0.07);
}

.testimonials-navigation {
  background-color: #fff;
  border-radius: 35px;
  padding: 7px;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.support-brand-section {
  margin-bottom: 80px;
}

.support-brand-section .support-inner {
  position: relative;
  z-index: 1;
  padding: 0 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .support-brand-section .support-inner {
    flex-direction: column;
    padding: 12px;
  }
}

.support-brand-section .support-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85%;
  content: "";
  background: linear-gradient(90deg, #ff6a00, #fa7900, #f58600, #f09300, #ea9e00, #e4a900, #deb300, #d8bd12);
  z-index: -1;
  border-radius: 34px;
}
@media (max-width: 1366px) {
  .support-brand-section .support-inner::before {
    height: 90%;
  }
}
@media (max-width: 1199px) {
  .support-brand-section .support-inner::before {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .support-brand-section .support-inner::before {
    border-radius: 24px;
  }
}

.support-brand-section .support-inner .left-section {
  max-width: 700px;
  padding-top: 4%;
}
@media (max-width: 1199px) {
  .support-brand-section .support-inner .left-section {
    padding-top: 10%;
  }
}

.support-brand-section .support-inner .left-section h3 {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 37px;
}
@media (max-width: 767px) {
  .support-brand-section .support-inner .left-section h3 {
    font-size: 24px;
  }
}

.support-brand-section .support-inner .left-section p {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 1399px) {
  .support-brand-section .support-inner .left-section p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .support-brand-section .support-inner .left-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .support-brand-section .support-inner .left-section p br {
    display: none;
  }
}

.support-brand-section .support-inner .left-section .link-wrapper a {
  background-color: #fff;
  border-radius: 37px;
  padding: 11px 23px;
  display: block;
  max-width: 151px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #CB1519;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .support-brand-section .support-inner .left-section .link-wrapper a {
    font-size: 16px;
  }
}

.support-brand-section .support-inner .left-section .link-wrapper a:hover {
  background-color: #CB1519;
  color: #fff;
}

.support-brand-section .support-inner .right-image-section img {
  width: 100%;
}

/* Footer Section */
.footer-section {
  background-color: #CB1519;
  color: #ffffff;
  padding: 70px 0;
  margin-top: 0;
}

.footer-content {
  width: 100%;
}

.footer-logo-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
}

.footer-logo-link {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  border: none;
}

.footer-logo-img {
  width: 161px;
  height: auto;
  display: block;
}

.footer-row {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 2fr;
  gap: 50px;
}
@media (max-width: 1366px) {
  .footer-row {
    gap: 20px;
  }
}

.footer-col {
  display: flex;
  flex-direction: column;
  position: relative;
}

.footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 84%;
  background-color: rgba(255, 255, 255, 0.45);
}
@media (max-width: 1199px) {
  .footer-col:not(:last-child)::after {
    display: none;
  }
}

.footer-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.footer-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-links li {
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.footer-links li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.footer-links a {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 0.8;
}

.footer-contact-col {
  max-width: 100%;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .footer-contact {
    margin-bottom: 0;
  }
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.footer-address .footer-contact-icon {
  font-size: 18px;
  color: #ffffff;
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-address-text {
  flex: 1;
}

.footer-address-text p {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  margin: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .footer-address-text p {
    margin-bottom: 5px;
  }
}

.footer-map-link {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.footer-map-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .footer-contact-link {
    margin-bottom: 0;
  }
}

.footer-contact-link:hover {
  opacity: 0.8;
  color: #ffffff;
}

.footer-contact-link .footer-contact-icon {
  font-size: 14px;
  color: #ffffff;
  width: auto;
  height: auto;
}

.footer-social {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 10px;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.footer-social-link:hover {
  opacity: 0.8;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
  .footer-row {
    grid-template-columns: 1.2fr 1.2fr 1.6fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer-section {
    padding: 50px 0 40px;
  }
  .footer-logo-wrapper {
    margin-bottom: 40px;
  }
  .footer-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-links-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .footer-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footer-section {
    padding: 40px 0 30px;
  }
  .footer-logo-img {
    width: 120px;
  }
  .footer-links-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .footer-title {
    font-size: 19px;
    margin-bottom: 18px;
  }
  .footer-links {
    gap: 0px;
  }
  .footer-social {
    gap: 12px;
    justify-content: center;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .footer-social-link {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.flex-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .flex-wrapper {
    flex-direction: column;
  }
}

.system-behind-section {
  padding: 70px 0 150px 0;
}
@media (max-width: 767px) {
  .system-behind-section {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
.system-behind-section .system-full-wrapper {
  position: relative;
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-top-inner {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner {
    margin-bottom: 50px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-top-inner h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner h2 br {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-top-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner p br {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-top-inner .link-wrapper {
  margin-top: 20px;
}
.system-behind-section .system-full-wrapper .system-behind-top-inner .link-wrapper a {
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  padding: 9px 29px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #CB1519;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-top-inner .link-wrapper a {
    font-size: 16px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-top-inner .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner {
  padding-top: 500px;
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner {
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .left-icon .icon-wrapper {
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .left-icon .icon-wrapper {
    width: 70px;
    height: 70px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .left-icon .icon-wrapper img {
  width: 100%;
  max-width: 45px;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .left-icon .icon-wrapper img {
    max-width: 30px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details {
    text-align: center;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details h3 {
  font-size: 23px;
  font-weight: 500;
  color: #D03639;
  line-height: 130%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details h3 {
    font-size: 18px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details p {
  font-size: 16px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0;
  line-height: 26px;
  max-width: 296px;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .top-icon-details-wrapper .right-details p {
    max-width: 100%;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .bottom-number-wrapper .bottom-number-box {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 14px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .bottom-number-wrapper .bottom-number-box {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .bottom-number-wrapper .bottom-number-box {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .bottom-number-wrapper .bottom-number-box h2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box .bottom-number-wrapper .bottom-number-box h2 {
    font-size: 18px;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) {
  position: absolute;
  left: 11px;
  bottom: 0;
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) {
    left: 65px;
  }
}
@media (max-width: 1366px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) {
    bottom: -8px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper {
  padding-bottom: 250px;
  margin-left: -9px;
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper::after {
  position: absolute;
  left: 43px;
  bottom: 72px;
  width: 1px;
  height: 60%;
  content: "";
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper::after {
    left: 26px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper::after {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper .left-icon {
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .top-icon-details-wrapper .left-icon .icon-wrapper {
  background-color: #F4EDF8;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(1) .bottom-number-wrapper .bottom-number-box {
  background-color: #F4EDF8;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) {
  position: absolute;
  left: 14%;
  bottom: -9%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) {
    bottom: -3%;
  }
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) {
    bottom: -2%;
  }
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) {
    left: 17%;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper {
  padding-bottom: 120px;
  margin-left: -9px;
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper::after {
  position: absolute;
  left: 43px;
  bottom: 72px;
  width: 1px;
  height: 60%;
  content: "";
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper::after {
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper::after {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper .left-icon {
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper .left-icon .icon-wrapper {
  background-color: #E1F6FD;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper .right-details p {
  max-width: 215px;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .top-icon-details-wrapper .right-details p {
    max-width: 100%;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(2) .bottom-number-wrapper .bottom-number-box {
  background-color: #E1F6FD;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
  position: absolute;
  left: 35%;
  bottom: -28%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
    bottom: -21%;
  }
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
    bottom: -20%;
  }
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
    left: 37%;
    bottom: -19%;
  }
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
    bottom: -18%;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper {
  padding-bottom: 460px;
  margin-left: -9px;
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper {
    padding-bottom: 410px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper::after {
  position: absolute;
  left: 43px;
  bottom: 72px;
  width: 1px;
  height: 80%;
  content: "";
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper::after {
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper::after {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper .left-icon {
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .top-icon-details-wrapper .left-icon .icon-wrapper {
  background-color: #E8F6E5;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(3) .bottom-number-wrapper .bottom-number-box {
  background-color: #E8F6E5;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) {
  position: absolute;
  right: 23%;
  bottom: -21%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) {
    right: 26%;
    bottom: -17%;
  }
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) {
    right: 28%;
  }
}
@media (max-width: 1366px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) {
    right: 27%;
    bottom: -16%;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper {
  padding-bottom: 220px;
  margin-left: -9px;
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper::after {
  position: absolute;
  left: 43px;
  bottom: 72px;
  width: 1px;
  height: 60%;
  content: "";
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper::after {
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper::after {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper .left-icon {
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper .left-icon .icon-wrapper {
  background-color: #FFE9E9;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper .right-details p {
  max-width: 220px;
}
@media (max-width: 1366px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper .right-details p {
    max-width: 212px;
  }
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .top-icon-details-wrapper .right-details p {
    max-width: 100%;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(4) .bottom-number-wrapper .bottom-number-box {
  background-color: #FFE9E9;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) {
    right: 50px;
  }
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) {
    right: 90px;
    bottom: 8%;
  }
}
@media (max-width: 1366px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) {
    bottom: 6%;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) {
    position: unset;
    bottom: unset;
    left: unset;
    right: unset;
    top: unset;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper {
  padding-bottom: 170px;
  margin-left: -9px;
}
@media (max-width: 1440px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper {
    padding-bottom: 190px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper {
    padding-bottom: 0;
    margin-left: 0;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper::after {
  position: absolute;
  left: 43px;
  bottom: 72px;
  width: 1px;
  height: 60%;
  content: "";
  border-right: 1px dashed #D9D9D9;
}
@media (max-width: 1680px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper::after {
    left: 28px;
  }
}
@media (max-width: 1199px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper::after {
    display: none;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper .left-icon {
  z-index: 1;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper .left-icon .icon-wrapper {
  background-color: #FDFFCA;
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper .right-details p {
  max-width: 240px;
}
@media (max-width: 767px) {
  .system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .top-icon-details-wrapper .right-details p {
    max-width: 100%;
  }
}
.system-behind-section .system-full-wrapper .system-behind-center-inner .system-box:nth-child(5) .bottom-number-wrapper .bottom-number-box {
  background-color: #FDFFCA;
}
.system-behind-section .system-behind-graphics {
  margin-top: -16%;
}
@media (max-width: 1199px) {
  .system-behind-section .system-behind-graphics {
    display: none;
  }
}
.system-behind-section .system-behind-graphics img {
  width: 100%;
}
.system-behind-section .build-supply-btn a {
  background-color: #CB1519;
  border-radius: 37px;
  padding: 11px 15px;
  display: block;
  max-width: 342px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.system-behind-section .build-supply-btn a:hover {
  background-color: #D03639;
  color: #fff;
  text-decoration: none;
}

.foundation-section {
  padding-top: 80px;
  margin-bottom: 80px;
}
.foundation-section .foundation-inner-container {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
}
.foundation-section .foundation-inner-container .foundation-inner {
  position: relative;
  z-index: 1;
  padding: 0 6% 80px 6%;
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner {
    padding: 0 15px 50px 15px;
  }
}
.foundation-section .foundation-inner-container .foundation-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 127px);
  content: "";
  background-color: #FFFBF3;
  border: 1.5px solid rgba(150, 150, 150, 0.61);
  border-radius: 69px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner::before {
    border-radius: 24px;
  }
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner .foundation-top-section {
    display: none;
  }
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section h2 {
  font-size: 131px;
  font-weight: 400;
  color: #181411;
  opacity: 14%;
  margin-bottom: 0;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .foundation-quote-wrapper {
  padding-top: 15px;
  padding-left: 5px;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .foundation-quote-wrapper img {
  width: 53px;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .foundation-quote-wrapper h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 40px;
  color: #181411;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .name-image-wrapper {
  padding-left: 5px;
  margin-top: -30.8%;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .name-image-wrapper {
    flex-direction: column-reverse;
  }
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .name-image-wrapper h5 {
  font-size: 30px;
  color: #181411;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-top-section .name-image-wrapper img {
  width: 100%;
  max-width: 420px;
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section {
  display: none;
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner .mobile-section {
    display: block;
  }
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section .foundation-quote-wrapper .person-img {
  width: 100%;
  max-width: 355px;
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section h5 {
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 10px;
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section h6 {
  font-size: 15px;
  margin-bottom: 15px;
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section .quote-icon {
  width: 22px;
}
.foundation-section .foundation-inner-container .foundation-inner .mobile-section h4 {
  font-size: 16px;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-bottom-wrapper {
  padding-left: 5px;
  margin-top: 40px;
}
.foundation-section .foundation-inner-container .foundation-inner .foundation-bottom-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 20px;
  line-height: 34.2px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .foundation-section .foundation-inner-container .foundation-inner .foundation-bottom-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}

.visionary-leaders-section {
  margin-bottom: 80px;
}
.visionary-leaders-section .visionary-leaders-inner-container {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
}
.visionary-leaders-section .visionary-leaders-inner-container .visionary-leaders-inner {
  text-align: center;
}
.visionary-leaders-section .visionary-leaders-inner-container .visionary-leaders-inner h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .visionary-leaders-section .visionary-leaders-inner-container .visionary-leaders-inner h3 {
    font-size: 26px;
  }
}
.visionary-leaders-section .visionary-leaders-inner-container .visionary-leaders-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  margin-bottom: 0;
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .visionary-leaders-section .visionary-leaders-inner-container .visionary-leaders-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}

.visionary-left-image-right-content-section {
  margin-bottom: 30px;
}
.visionary-left-image-right-content-section .inner-wrapper {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFBF3;
  border: 1.5px solid rgba(150, 150, 150, 0.61);
  border-radius: 69px;
  padding: 50px;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper {
    padding: 50px 15px 50px 15px;
    border-radius: 24px;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper {
  display: grid;
  grid-template-columns: 420px auto;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97%;
  content: "";
  background-color: #8C8C8C;
  height: 1px;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper::after {
    display: none;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .left-image-section img {
  width: 100%;
  max-width: 420px;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-quote-wrapper {
  padding-top: 5px;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-quote-wrapper img {
  width: 53px;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-quote-wrapper img {
    width: 22px;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-quote-wrapper h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 32px;
  color: #181411;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-quote-wrapper h4 {
    font-size: 16px;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .mobile-name-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .mobile-name-wrapper {
    display: block;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .mobile-name-wrapper h5 {
  margin-bottom: 5px;
  font-size: 19px;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .mobile-name-wrapper h6 {
  font-size: 15px;
  margin-bottom: 15px;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .name-wrapper {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .name-wrapper {
    display: none;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .name-wrapper h5 {
  font-size: 30px;
  color: #181411;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .name-wrapper h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-bottom-wrapper {
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-bottom-wrapper {
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-bottom-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 20px;
  line-height: 34.2px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .visionary-left-image-right-content-section .inner-wrapper .flex-wrapper .right-content-section .foundation-bottom-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}

.visionary-right-image-left-content-section {
  margin-bottom: 80px;
}
.visionary-right-image-left-content-section .inner-wrapper {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFBF3;
  border: 1.5px solid rgba(150, 150, 150, 0.61);
  border-radius: 69px;
  padding: 50px;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper {
    padding: 50px 15px 50px 15px;
    border-radius: 24px;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper {
  position: relative;
  z-index: 1;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 98%;
  content: "";
  background-color: #8C8C8C;
  height: 1px;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper::after {
    display: none;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .right-image-section img {
  width: 100%;
  max-width: 368px;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-quote-wrapper {
  padding-top: 5px;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-quote-wrapper img {
  width: 53px;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-quote-wrapper img {
    width: 22px;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-quote-wrapper h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 40px;
  color: #181411;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-quote-wrapper h4 {
    font-size: 16px;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .mobile-name-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .mobile-name-wrapper {
    display: block;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .mobile-name-wrapper h5 {
  font-size: 19px;
  margin-bottom: 5px;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .mobile-name-wrapper h6 {
  font-size: 15px;
  margin-bottom: 15px;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .name-wrapper {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .name-wrapper {
    display: none;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .name-wrapper h5 {
  font-size: 30px;
  color: #181411;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .name-wrapper h6 {
  font-size: 16px;
  margin-bottom: 15px;
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-bottom-wrapper {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-bottom-wrapper {
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-bottom-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 20px;
  line-height: 34.2px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .visionary-right-image-left-content-section .inner-wrapper .flex-wrapper .left-content-section .foundation-bottom-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}

.our-approach-section {
  margin-bottom: 80px;
}
.our-approach-section .our-approach-inner-container .our-approach-inner {
  text-align: center;
  margin-bottom: 50px;
}
.our-approach-section .our-approach-inner-container .our-approach-inner h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .our-approach-section .our-approach-inner-container .our-approach-inner h3 {
    font-size: 26px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-inner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  margin-bottom: 0;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .our-approach-section .our-approach-inner-container .our-approach-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .our-approach-section .our-approach-inner-container .our-approach-inner p br {
    display: none;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper {
    grid-template-columns: 1fr;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  align-items: center;
  background-color: #E8FFE7;
  border-radius: 36px;
  padding: 20px 20px 20px 40px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px 15px;
    gap: 30px;
    border-radius: 24px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section .icon-wrapper {
  margin-bottom: 15px;
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section .icon-wrapper img {
  width: 53px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section .icon-wrapper img {
    width: 32px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section h4 {
  font-size: 25px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 16px;
  line-height: auto;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section p {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0;
  line-height: 21px;
  max-width: 250px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-left-section p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .left-section .inner-right-section img {
  width: 100%;
  max-width: 356px;
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section {
    grid-template-columns: 1fr;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box {
  height: 100%;
  border-radius: 36px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box {
    border-radius: 24px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box .icon-wrapper {
  height: 63px;
}
@media (max-width: 1199px) {
  .our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box h4 {
    font-size: 18px;
  }
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box:first-child {
  background-color: #FFE6ED;
}
.our-approach-section .our-approach-inner-container .our-approach-details-wrapper .right-section .wrapper-box:last-child {
  background-color: #FFEDE7;
}

.our-journey-banner {
  background-image: url(./assets/images/our-journey/our-journey-banner.png);
}

.top-banner.our-journey-banner::before {
  background: rgba(0, 0, 0, 0.65);
}

.our-journey-top-section {
  padding-top: 80px;
  margin-bottom: 80px;
}
.our-journey-top-section .our-journey-top-inner {
  text-align: center;
}
.our-journey-top-section .our-journey-top-inner h6 {
  font-size: 18px;
  font-weight: 300;
  color: #C9191D;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .our-journey-top-section .our-journey-top-inner h6 {
    font-size: 16px;
  }
}
.our-journey-top-section .our-journey-top-inner h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .our-journey-top-section .our-journey-top-inner h2 {
    font-size: 26px;
  }
}
.our-journey-top-section .our-journey-top-inner p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #373737;
}
@media (max-width: 991px) {
  .our-journey-top-section .our-journey-top-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .our-journey-top-section .our-journey-top-inner p br {
    display: none;
  }
}

.our-journey-middle-section {
  position: relative;
  z-index: 11;
}
.our-journey-middle-section .our-journey-middle-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner {
    max-width: 100%;
    gap: 40px;
  }
}
.our-journey-middle-section .our-journey-middle-inner::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  height: 106.3%;
  background-color: #E5E7EB;
  content: "";
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner::before {
    display: none;
  }
}
.our-journey-middle-section .our-journey-middle-inner::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6.5%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid #CB1519;
  border-radius: 50%;
  content: "";
  z-index: 0;
  box-shadow: 0px 0px 1px 5px rgba(253, 246, 231, 0.14);
  -webkit-box-shadow: 0px 0px 1px 5px rgba(253, 246, 231, 0.14);
  -moz-box-shadow: 0px 0px 1px 5px rgba(253, 246, 231, 0.14);
  animation: rippleEffect 1.5s infinite;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner::after {
    display: none;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(even) .image-wrapper {
  text-align: right;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(even) .image-wrapper img {
  margin-left: auto;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .image-wrapper img {
  max-width: 412px;
  width: 100%;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 5px solid #fdf6e7;
  border-radius: 50%;
  content: "";
  z-index: -1;
  animation: rippleEffect 1.5s infinite;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper::after {
    display: none;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 20px;
  height: 20px;
  border: 5px solid #CB1519;
  border-radius: 50%;
  content: "";
  z-index: 0;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper::before {
    display: none;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(odd) .content-wrapper {
  text-align: right;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(odd) .content-wrapper p {
  margin-left: auto;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper:nth-child(odd) .content-wrapper .bottom-wrapper .icon-text-wrapper {
  justify-content: flex-end;
  margin-left: auto;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper {
  padding-bottom: 20px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper h5 {
  color: #CB1519;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper h5 {
    font-size: 16px;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper h3 {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper h3 {
    font-size: 24px;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #4F4F4F;
  max-width: 385px;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper p {
    line-height: 26px;
  }
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .icon-text-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  width: fit-content;
  padding: 8px 23px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .icon-text-wrapper .icon-wrapper img {
  width: 20px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .icon-text-wrapper h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #181611;
  line-height: 20px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .batch-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .batch-wrapper span {
  background-color: rgba(236, 164, 19, 0.1);
  border: 1px solid rgba(236, 164, 19, 0.2);
  border-radius: 99px;
  padding: 6px 15px;
  color: #CB1519;
  font-size: 12px;
  font-weight: bold;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .justify-flex-end {
  justify-content: flex-end !important;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .list-wrapper ul {
  margin: 0;
  padding: 0;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .list-wrapper ul li {
  list-style: none;
  margin-bottom: 10px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .list-wrapper ul li:last-child {
  margin-bottom: 0;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .list-wrapper ul li p {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #181611;
  line-height: 20px;
  max-width: 255px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .list-wrapper ul li p img {
  width: 14px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .statistics-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .statistics-wrapper .statistic-item {
  text-align: center;
  border: 1px solid #F3F4F6;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  width: fit-content;
  padding: 16px 18px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .statistics-wrapper .statistic-item h6 {
  font-size: 24px;
  font-weight: bold;
  color: #CB1519;
  margin-bottom: 0;
  line-height: 32px;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .content-wrapper .bottom-wrapper .statistics-wrapper .statistic-item p {
  margin-bottom: 0;
  text-transform: uppercase;
  max-width: unset;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #897C61;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .text-left {
  text-align: left !important;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .text-left p {
  margin-left: unset !important;
  margin-right: unset !important;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .text-right {
  text-align: right !important;
}
.our-journey-middle-section .our-journey-middle-inner .box-wrapper .text-right p {
  margin-left: auto;
}
@media (max-width: 991px) {
  .our-journey-middle-section .our-journey-middle-inner .box-wrapper .image-wrapper img {
    width: 100%;
  }
}

.looking-ahead-section {
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 806px;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 991px) {
  .looking-ahead-section {
    min-height: unset;
    padding: 80px 0;
  }
}
.looking-ahead-section .looking-ahead-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 5;
}
.looking-ahead-section .looking-ahead-inner .person-image img {
  position: absolute;
  left: -270px;
  bottom: 0;
  z-index: 2;
  width: 360px;
}
@media (max-width: 991px) {
  .looking-ahead-section .looking-ahead-inner .person-image img {
    display: none;
  }
}
.looking-ahead-section .looking-ahead-inner .inner-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 85px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 51px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .looking-ahead-section .looking-ahead-inner .inner-content {
    border-radius: 24px;
    padding: 30px 12px;
  }
}
.looking-ahead-section .looking-ahead-inner .inner-content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .looking-ahead-section .looking-ahead-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.looking-ahead-section .looking-ahead-inner .inner-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .looking-ahead-section .looking-ahead-inner .inner-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.scale-reliability-banner {
  background-image: url(./assets/images/scale-reliability/scale-reliability-banner.png);
}

.top-banner.scale-reliability-banner::before {
  background: rgba(0, 0, 0, 0.74);
}

.top-paragraph-section {
  margin: 80px 0;
}
.top-paragraph-section .top-paragraph-inner {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .top-paragraph-section .top-paragraph-inner {
    max-width: 100%;
  }
}
.top-paragraph-section .top-paragraph-inner p {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  margin-bottom: 0;
  line-height: 34px;
}
@media (max-width: 991px) {
  .top-paragraph-section .top-paragraph-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}

.statistics-and-images-section .statistics-and-images-inner .top-images-section {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  gap: 10px;
  height: 645px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .top-images-section {
    grid-template-columns: 1fr;
    height: unset;
  }
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section .top-image-section-inner img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section .top-image-section-inner img {
    border-radius: 15px;
  }
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section .bottom-image-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  height: 100%;
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section .bottom-image-section img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .top-images-section .left-section-image-section .bottom-image-section img {
    border-radius: 15px;
  }
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .right-section-image-section {
  border-radius: 30px;
  overflow: hidden;
}
.statistics-and-images-section .statistics-and-images-inner .top-images-section .right-section-image-section img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .top-images-section .right-section-image-section img {
    border-radius: 15px;
  }
}
.statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section {
  margin: 80px 0 100px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section {
    grid-template-columns: 1fr;
  }
}
.statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  background: #CB1519;
  background: linear-gradient(180deg, rgb(203, 21, 25) 31%, rgba(255, 255, 255, 0) 65%);
  padding: 30px 15px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 344px;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item {
    padding: 20px 15px;
    max-width: 100%;
  }
}
.statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item::after {
  position: absolute;
  left: 50%;
  top: 1px;
  height: calc(100% - 1px);
  width: calc(100% - 2px);
  transform: translateX(-50%);
  content: "";
  background-color: #fff;
  z-index: -1;
  border-radius: 29px;
}
.statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 34px;
  color: #D03639;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 23px;
}
@media (max-width: 991px) {
  .statistics-and-images-section .statistics-and-images-inner .bottom-statistics-section .statistic-item p {
    font-size: 16px;
  }
}

.partner-trust-us-section {
  margin-bottom: 80px;
}
.partner-trust-us-section .partner-trust-us-inner .partner-top-section {
  text-align: center;
  margin-bottom: 50px;
}
.partner-trust-us-section .partner-trust-us-inner .partner-top-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-top-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-top-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #747474;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-top-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-top-section p br {
    display: none;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 50px;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper {
    padding: 20px 15px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1227px;
  height: 100%;
  background-color: #F1F1F1;
  border-radius: 69px;
  z-index: -1;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper::after {
    border-radius: 24px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav {
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav {
    margin-bottom: 50px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav li {
  position: relative;
  z-index: 1;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  content: "";
  background-color: #797979;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav li:last-child::after {
  display: none;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav li .nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #797979;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  padding: 0 10px;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .nav li .active {
  color: #FF2626;
  background-color: transparent;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .item {
  border: 1px solid #c9c9c9;
  border-radius: 27px;
  overflow: hidden;
  background-color: #fff;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .item img {
  width: 100%;
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 35px;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav {
    margin-top: 15px;
    max-width: 100px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  margin: 0;
}
@media (max-width: 991px) {
  .partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav button {
    width: 30px;
    height: 30px;
  }
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav button:hover {
  background-color: #F1F1F1;
}
.partner-trust-us-section .partner-trust-us-inner .partner-trust-slider-wrapper .top-details-section .tab-content .slider-inner-wrapper .owl-nav button i {
  color: #96B0B8;
}

.recognition-section-wrapper {
  margin-bottom: 80px;
}
.recognition-section-wrapper .recognition-section-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  overflow: hidden;
  padding: 180px 80px;
}
@media (max-width: 991px) {
  .recognition-section-wrapper .recognition-section-inner {
    border-radius: 24px;
    padding: 80px 15px;
  }
}
.recognition-section-wrapper .recognition-section-inner .inner-content {
  max-width: 397px;
}
@media (max-width: 991px) {
  .recognition-section-wrapper .recognition-section-inner .inner-content {
    max-width: 100%;
  }
}
.recognition-section-wrapper .recognition-section-inner .inner-content h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .recognition-section-wrapper .recognition-section-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: unset;
  }
}
.recognition-section-wrapper .recognition-section-inner .inner-content p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .recognition-section-wrapper .recognition-section-inner .inner-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.recognition-section-wrapper .recognition-section-inner .inner-content .link-wrapper a {
  display: block;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  background-color: #CB1519;
  border-radius: 37px;
  padding: 11px 26px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .recognition-section-wrapper .recognition-section-inner .inner-content .link-wrapper a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.recognition-section-wrapper .recognition-section-inner .inner-content .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

.global-footprint-banner {
  background-image: url(./assets/images/global-footprint/global-footprint-banner.png);
}

.top-banner.global-footprint-banner::before {
  background: rgba(0, 0, 0, 0.74);
}

.global-footprint-top-paragraph .top-paragraph-inner {
  max-width: 950px;
}
@media (max-width: 991px) {
  .global-footprint-top-paragraph .top-paragraph-inner {
    max-width: 100%;
  }
}

.global-locations-section {
  margin-bottom: 80px;
}
.global-locations-section .all-inner-wrapper {
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 62%, rgb(244, 244, 244) 100%);
  border-radius: 63px;
  padding: 70px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .global-locations-section .all-inner-wrapper {
    padding: 30px 12px;
    border-radius: 24px;
  }
}
.global-locations-section .global-locations-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 15px;
}
@media (max-width: 991px) {
  .global-locations-section .global-locations-inner {
    grid-template-columns: 1fr;
    padding: 30px 12px;
    border-radius: 24px;
    gap: 30px;
  }
}
.global-locations-section .global-locations-inner .left-section {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .global-locations-section .global-locations-inner .left-section {
    padding-right: 0;
  }
}
.global-locations-section .global-locations-inner .left-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .global-locations-section .global-locations-inner .left-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .global-locations-section .global-locations-inner .left-section h2 br {
    display: none;
  }
}
.global-locations-section .global-locations-inner .left-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #797979;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .global-locations-section .global-locations-inner .left-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.global-locations-section .global-locations-inner .right-map-section img {
  width: 100%;
}

.international-section-wrapper {
  margin-bottom: 80px;
}
.international-section-wrapper .international-section-inner .top-title-para-section {
  text-align: center;
  margin-bottom: 40px;
}
.international-section-wrapper .international-section-inner .top-title-para-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .top-title-para-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.international-section-wrapper .international-section-inner .top-title-para-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #797979;
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .top-title-para-section p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 43px;
  padding: 20px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
    border-radius: 24px;
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper:nth-child(even) .image-icon-wrapper .icon-wrapper img {
  right: unset;
  left: -47px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper:nth-child(even) .image-icon-wrapper .icon-wrapper img {
    left: unset;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper:nth-child(even) .content-section-wrapper {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper:nth-child(even) .content-section-wrapper {
    padding-left: 0;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper .image-wrapper {
    margin-top: -25px;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper .image-wrapper img {
  width: 100%;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper .icon-wrapper {
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper .icon-wrapper img {
  position: absolute;
  top: 50px;
  right: -47px;
  width: 94px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .image-icon-wrapper .icon-wrapper img {
    text-align: centere;
    position: unset;
    top: unset;
    right: unset;
    width: 85px;
    margin-left: auto;
    margin-right: auto;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper {
    padding-left: 20px;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul {
  margin: 0;
  padding: 0;
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li {
  margin-bottom: 20px;
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li:last-child {
  margin-bottom: 0;
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li::marker {
  color: #E3000F;
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li p {
  color: #797979;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li p {
    line-height: 26px;
  }
}
.international-section-wrapper .international-section-inner .international-inner-image-content-section .box-wrapper .content-section-wrapper .list-wrapper ul li p span {
  font-weight: 500;
}

.trade-capabilities-section-wrapper {
  margin-bottom: 80px;
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper h3 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  color: #797979;
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .top-section-wrapper p br {
    display: none;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 43px;
  padding: 83px 50px;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper {
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper:nth-child(odd) {
  text-align: right;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper:nth-child(odd) {
    text-align: left;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper:nth-child(odd) p {
  color: #797979;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper:nth-child(odd) p {
    color: #000;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper h4 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #0F0F0F;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .trade-capabilities-section-wrapper .trade-capabilities-section-inner .trade-capabilities-inner-details .box-wrapper p br {
    display: none;
  }
}

.sourcing-farming-banner {
  background-image: url(./assets/images/sourcing-farming/sourcing-farming-banner.png);
}

.top-banner.sourcing-farming-banner::before {
  background-color: rgba(0, 0, 0, 0.74);
}

.sourcing-farming-top-paragraph .top-paragraph-inner {
  text-align: center;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
}

.grounded-origin-section {
  margin-bottom: 80px;
}
.grounded-origin-section .grounded-origin-inner {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner {
    grid-template-columns: 1fr;
  }
}
.grounded-origin-section .grounded-origin-inner img {
  width: 100%;
}
.grounded-origin-section .grounded-origin-inner .left-section .top-images-wrapper {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  gap: 6px;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .left-section .top-images-wrapper {
    grid-template-columns: 1fr;
  }
}
.grounded-origin-section .grounded-origin-inner .left-section .top-images-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 30px;
  height: 272px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .left-section .top-images-wrapper .image-wrapper img {
    height: unset;
    border-radius: 24px;
  }
}
.grounded-origin-section .grounded-origin-inner .left-section .content-wrapper {
  padding: 50px 0 20px 0;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .left-section .content-wrapper {
    padding: 30px 0;
  }
}
.grounded-origin-section .grounded-origin-inner .left-section .content-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .left-section .content-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.grounded-origin-section .grounded-origin-inner .left-section .content-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  line-height: 34px;
  margin-bottom: 0;
  max-width: 660px;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .left-section .content-wrapper p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.grounded-origin-section .grounded-origin-inner .right-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: center;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(235, 199, 161, 0.39) 100%);
  border-radius: 25px;
  padding: 50px 30px 50px 0;
  max-width: 96%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: unset;
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper .statistics-wrapper h3 {
  margin-bottom: 0;
  font-size: 31px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper .statistics-wrapper h3 {
    font-size: 26px;
  }
  .grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper .statistics-wrapper h3 br {
    display: none;
  }
}
.grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper .right-wrapper p {
  margin-bottom: 0;
  font-size: 17px;
  color: #797979;
  font-weight: 400;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .right-section .top-content-wrapper .right-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.grounded-origin-section .grounded-origin-inner .right-section .bottom-image-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 35px;
}
@media (max-width: 991px) {
  .grounded-origin-section .grounded-origin-inner .right-section .bottom-image-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}

.quality-discipline-section {
  margin-bottom: 80px;
}
.quality-discipline-section .quality-discipline-inner {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner {
    grid-template-columns: 1fr;
  }
}
.quality-discipline-section .quality-discipline-inner img {
  width: 100%;
}
.quality-discipline-section .quality-discipline-inner .left-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.quality-discipline-section .quality-discipline-inner .left-section .bottom-image-wrapper .image-wrapper img {
  border-radius: 35px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .left-section .bottom-image-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}
.quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: center;
  background: #EBC7A1;
  background: linear-gradient(90deg, rgba(235, 199, 161, 0.39) 0%, rgb(255, 255, 255) 100%);
  border-radius: 25px;
  padding: 35px 30px 35px 30px;
  max-width: 99%;
}
@media (max-width: 1199px) {
  .quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper {
    max-width: 100%;
    grid-template-columns: 1fr;
    padding: 30px 15px;
  }
}
.quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper .statistics-wrapper h3 {
  margin-bottom: 0;
  font-size: 31px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper .statistics-wrapper h3 {
    font-size: 26px;
  }
  .quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper .statistics-wrapper h3 br {
    display: none;
  }
}
.quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper .right-wrapper p {
  margin-bottom: 0;
  font-size: 17px;
  color: #797979;
  font-weight: 400;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .left-section .top-content-wrapper .right-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section {
    gap: 0;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section .content-wrapper {
  padding: 45px 50px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section .content-wrapper {
    padding: 30px 0;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section .content-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section .content-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section .content-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #797979;
  line-height: 34px;
  margin-bottom: 0;
  max-width: 660px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section .content-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section .bottom-images-wrapper {
  display: grid;
  grid-template-columns: 0.3fr 0.3fr 0.4fr;
  gap: 5px;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section .bottom-images-wrapper {
    grid-template-columns: 1fr;
  }
}
.quality-discipline-section .quality-discipline-inner .right-section .bottom-images-wrapper .image-wrapper img {
  border-radius: 25px;
  height: 192px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .quality-discipline-section .quality-discipline-inner .right-section .bottom-images-wrapper .image-wrapper img {
    height: unset;
    border-radius: 24px;
  }
}

.responsible-crop-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.responsible-crop-section .responsible-crop-inner {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .responsible-crop-section .responsible-crop-inner {
    padding: 80px 0;
  }
}
.responsible-crop-section .responsible-crop-inner .inner-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 70px 50px;
  border-radius: 51px;
  max-width: 511px;
}
@media (max-width: 991px) {
  .responsible-crop-section .responsible-crop-inner .inner-content {
    max-width: 100%;
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.responsible-crop-section .responsible-crop-inner .inner-content h2 {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .responsible-crop-section .responsible-crop-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .responsible-crop-section .responsible-crop-inner .inner-content h2 br {
    display: none;
  }
}
.responsible-crop-section .responsible-crop-inner .inner-content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 27px;
}
@media (max-width: 991px) {
  .responsible-crop-section .responsible-crop-inner .inner-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

.processing-quality-management-banner {
  background-image: url(./assets/images/processing-quality-management/processing-quality-management-banner.png);
}

.top-banner.processing-quality-management-banner::before {
  background-color: rgba(0, 0, 0, 0.74);
}

.processing-under-roof-section {
  margin: 80px 0;
}
.processing-under-roof-section .processing-under-roof-inner .top-section-wrapper {
  text-align: center;
  margin-bottom: 80px;
}
.processing-under-roof-section .processing-under-roof-inner .top-section-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .processing-under-roof-section .processing-under-roof-inner .top-section-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.processing-under-roof-section .processing-under-roof-inner .top-section-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .processing-under-roof-section .processing-under-roof-inner .top-section-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 35px;
}
@media (max-width: 991px) {
  .processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}
.processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .bottom-images-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 991px) {
  .processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .bottom-images-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .bottom-images-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .bottom-images-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .processing-under-roof-section .processing-under-roof-inner .processing-under-roof-images-wrapper .bottom-images-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}

.built-hygiene-architecture-section {
  margin-bottom: 80px;
  padding: 80px 0 150px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .built-hygiene-architecture-section {
    padding: 80px 0;
    background-position: bottom;
  }
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper {
  background: #F1F1F1;
  background: linear-gradient(0deg, rgba(241, 241, 241, 0.15) 0%, rgb(251, 251, 251) 100%);
  padding: 40px 70px 400px 70px;
  height: 100%;
  border-radius: 69px;
  text-align: center;
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper {
    max-width: 100%;
    border-radius: 24px;
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #0D0D0D;
  margin-bottom: 0;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper .link-wrapper {
  margin-top: 20px;
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper .link-wrapper a {
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  padding: 9px 29px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #CB1519;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper .link-wrapper a {
    font-size: 16px;
  }
}
.built-hygiene-architecture-section .built-hygiene-architecture-inner .inner-content-wrapper .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

.content-image-wrapper-one {
  margin-bottom: 80px;
}
.content-image-wrapper-one .content-image-inner {
  background-color: #F5F5F5;
  border-radius: 43px;
  padding: 15px;
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .content-image-wrapper-one .content-image-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    border-radius: 24px;
    padding: 0;
  }
}
.content-image-wrapper-one .content-image-inner .inner-content {
  padding: 20px 70px;
}
@media (max-width: 1199px) {
  .content-image-wrapper-one .content-image-inner .inner-content {
    padding: 20px 15px;
  }
}
.content-image-wrapper-one .content-image-inner .inner-content h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .content-image-wrapper-one .content-image-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .content-image-wrapper-one .content-image-inner .inner-content h2 br {
    display: none;
  }
}
.content-image-wrapper-one .content-image-inner .inner-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 525px;
}
@media (max-width: 991px) {
  .content-image-wrapper-one .content-image-inner .inner-content p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.content-image-wrapper-one .content-image-inner .inner-image-wrapper img {
  width: 100%;
  border-radius: 43px;
}
@media (max-width: 991px) {
  .content-image-wrapper-one .content-image-inner .inner-image-wrapper img {
    border-radius: 24px;
  }
}

.evidence-quality-section {
  margin-bottom: 80px;
}
.evidence-quality-section .evidence-quality-inner .top-section-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.evidence-quality-section .evidence-quality-inner .top-section-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .evidence-quality-section .evidence-quality-inner .top-section-wrapper h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.evidence-quality-section .evidence-quality-inner .top-section-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .evidence-quality-section .evidence-quality-inner .top-section-wrapper p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .evidence-quality-section .evidence-quality-inner .top-section-wrapper p br {
    display: none;
  }
}
.evidence-quality-section .evidence-quality-inner .evidence-images-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (max-width: 575px) {
  .evidence-quality-section .evidence-quality-inner .evidence-images-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.evidence-quality-section .evidence-quality-inner .evidence-images-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 35px;
}
@media (max-width: 991px) {
  .evidence-quality-section .evidence-quality-inner .evidence-images-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}

.content-image-wrapper-two {
  margin-bottom: 80px;
}
.content-image-wrapper-two .content-image-inner {
  background-color: #F5F5F5;
  border-radius: 43px;
  padding: 15px;
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .content-image-wrapper-two .content-image-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    border-radius: 24px;
  }
}
.content-image-wrapper-two .content-image-inner .inner-content {
  padding: 20px 70px;
}
@media (max-width: 1199px) {
  .content-image-wrapper-two .content-image-inner .inner-content {
    padding: 20px 0;
  }
}
.content-image-wrapper-two .content-image-inner .inner-content h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .content-image-wrapper-two .content-image-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.content-image-wrapper-two .content-image-inner .inner-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 575px;
}
@media (max-width: 991px) {
  .content-image-wrapper-two .content-image-inner .inner-content p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.content-image-wrapper-two .content-image-inner .inner-image-wrapper img {
  width: 100%;
  border-radius: 43px;
}
@media (max-width: 991px) {
  .content-image-wrapper-two .content-image-inner .inner-image-wrapper img {
    border-radius: 24px;
  }
}

.blending-seasoning-development-banner {
  background-image: url(./assets/images/blending-seasoning-development/blending-seasoning-development-banner.png);
}

.top-banner.blending-seasoning-development-banner::before {
  background-color: rgba(0, 0, 0, 0.74);
}

.content-image-wrapper {
  margin: 80px 0;
}
.content-image-wrapper .content-image-inner {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.content-image-wrapper .content-image-inner .inner-content {
  padding: 20px 70px;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner .inner-content {
    padding: 20px 0;
  }
}
.content-image-wrapper .content-image-inner .inner-content h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner .inner-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.content-image-wrapper .content-image-inner .inner-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 525px;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner .inner-content p {
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner .inner-content p br {
    display: none;
  }
}
.content-image-wrapper .content-image-inner .inner-image-wrapper img {
  width: 100%;
  border-radius: 47px;
}
@media (max-width: 991px) {
  .content-image-wrapper .content-image-inner .inner-image-wrapper img {
    border-radius: 24px;
  }
}

.mobile-menu-icon .menu-burgur-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-right: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 991px) {
  .mobile-menu-icon .menu-burgur-icon {
    padding-top: 0;
  }
}
.mobile-menu-icon .menu-burgur-icon span {
  font-size: 30px;
}
.mobile-menu-icon .menu-burgur-icon:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.retail-production-integrated-delivery-section {
  padding: 0 0 30px 0 !important;
}

.retail-production-delivery-section img {
  border-radius: 40px;
}
@media (max-width: 991px) {
  .retail-production-delivery-section img {
    border-radius: 24px;
    margin-bottom: 100px !important;
  }
}

.flexible-packaging-formats-section {
  margin-bottom: 100px;
}
.flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section {
  max-width: 1227px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 69px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 50px 50px 200px 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section {
    border-radius: 24px;
    padding: 30px 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section p {
  max-width: 831px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 991px) {
  .flexible-packaging-formats-section .flexible-packaging-formats-inner .top-inner-content-section p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.flexible-packaging-formats-section .flexible-bottom-image-section img {
  width: 100%;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .flexible-packaging-formats-section .flexible-bottom-image-section img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .packaging-design-development-section img {
    margin-bottom: 100px !important;
  }
}

.private-label-execution-section {
  margin-bottom: 100px;
}
.private-label-execution-section .private-lable-execution-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 15px;
  align-items: center;
}
@media (max-width: 1199px) {
  .private-label-execution-section .private-lable-execution-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.private-label-execution-section .private-lable-execution-inner .left-content-section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 30px;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .private-label-execution-section .private-lable-execution-inner .left-content-section {
    padding: 30px 15px;
  }
}
@media (max-width: 991px) {
  .private-label-execution-section .private-lable-execution-inner .left-content-section {
    border-radius: 24px;
  }
}
.private-label-execution-section .private-lable-execution-inner .left-content-section h2 {
  font-size: 45px;
  margin-bottom: 30px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .private-label-execution-section .private-lable-execution-inner .left-content-section h2 {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.private-label-execution-section .private-lable-execution-inner .left-content-section p {
  color: #000;
  font-size: 18px;
  line-height: 34px;
  max-width: 582px;
}
@media (max-width: 1199px) {
  .private-label-execution-section .private-lable-execution-inner .left-content-section p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .private-label-execution-section .private-lable-execution-inner .left-content-section p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper {
  position: relative;
  z-index: 1;
}
.private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper .main-image {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper .main-image {
    border-radius: 24px;
  }
}
.private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper .top-image {
  width: 100%;
  max-width: 583px;
  position: absolute;
  left: -27%;
  bottom: 40px;
}
@media (max-width: 1399px) {
  .private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper .top-image {
    left: -20%;
  }
}
@media (max-width: 1199px) {
  .private-label-execution-section .private-lable-execution-inner .right-image-section .image-wrapper .top-image {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

.nani-times-top-banner::before {
  background: rgba(0, 0, 0, 0.75) !important;
}

.nani-top-content-section {
  margin: 70px 0 100px 0;
}
.nani-top-content-section .top-content-inner {
  text-align: center;
}
.nani-top-content-section .top-content-inner p {
  margin-bottom: 0;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 29.3px;
}
@media (max-width: 991px) {
  .nani-top-content-section .top-content-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .nani-top-content-section .top-content-inner p br {
    display: none;
  }
}

.nani-times-top-section {
  margin-bottom: 100px;
}
.nani-times-top-section .nani-times-top-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 130px;
  align-items: center;
  border-radius: 17px;
  background-color: #f6f6f6;
  box-shadow: 0px 30px 59px -14px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 30px 59px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 30px 59px -14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.nani-times-top-section .nani-times-top-inner .left-section {
  padding-top: 20px;
  background: #FFF5F0;
  background: linear-gradient(0deg, rgb(255, 245, 240) 0%, rgb(255, 232, 224) 100%);
}
.nani-times-top-section .nani-times-top-inner .left-section .image-wrapper img {
  width: 100%;
  border-radius: 17px;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .left-section .image-wrapper img {
    border-radius: 15px;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section {
  padding: 30px;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section {
    padding: 25px 15px;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .latest-edition-wrapper {
  margin-bottom: 15px;
  border: 1px solid #FFC9C9;
  background-color: #FEF2F2;
  border-radius: 33px;
  padding: 7.5px 15px;
  width: fit-content;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .latest-edition-wrapper .doted {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FB2C36;
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .latest-edition-wrapper p {
  margin: 0;
  color: #C10007;
  font-size: 14px;
  font-weight: 500;
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #101828;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper h2 br {
    display: none;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper p {
  margin-bottom: 30px;
  font-size: 18px;
  color: #4A5565;
  font-weight: 400;
  max-width: 540px;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .date-wrapper {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #4A5565;
  font-weight: 500;
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .date-wrapper span {
  color: #4A5565;
  font-size: 20px;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .date-wrapper span {
    font-size: 18px;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .date-wrapper h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #4A5565;
}
@media (max-width: 991px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .date-wrapper h5 {
    font-size: 15px;
  }
}
.nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .read-more-download-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .read-more-download-wrapper {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
  .nani-times-top-section .nani-times-top-inner .right-content-section .inner-content-wrapper .read-more-download-wrapper .link-wrapper a {
    width: 100%;
  }
}

.newsletter-archive-section {
  margin-bottom: 100px;
}
.newsletter-archive-section .newsletter-archive-inner .inner-top-section {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .inner-top-section {
    margin-bottom: 50px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .inner-top-section h2 {
  color: #101828;
  font-size: 55px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .inner-top-section h2 {
    font-size: 28px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .inner-top-section p {
  color: #4A5565;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .inner-top-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .inner-top-section p br {
    display: none;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .image-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 30px;
  padding: 30px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .image-wrapper img {
  width: 100%;
  max-width: 380px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper {
  border-radius: 30px;
  padding: 35px 35px 20px 35px;
  text-align: center;
  background-color: #ececec;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper {
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .date-time-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 25px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .date-time-wrapper .inner-box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .date-time-wrapper .inner-box-wrapper span {
  color: #4A5565;
  font-size: 20px;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .date-time-wrapper .inner-box-wrapper span {
    font-size: 16px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .date-time-wrapper .inner-box-wrapper h5 {
  font-size: 20px;
  color: #4A5565;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .newsletter-title-wrapper {
  margin-bottom: 25px;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .newsletter-title-wrapper h4 {
  margin: 0;
  color: #101828;
  font-size: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .newsletter-title-wrapper h4 {
    font-size: 20px;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .read-download-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .read-download-wrapper {
    gap: 8px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .read-download-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.newsletter-archive-section .newsletter-archive-inner .newsletter-box-wrapper .box-wrapper .newsletter-content-wrapper .read-download-wrapper .link-wrapper a {
  width: 100%;
}

.stay-updated-section {
  margin-bottom: 100px;
}
.stay-updated-section .stay-updated-inner {
  text-align: center;
}
.stay-updated-section .stay-updated-inner .top-icon-wrapper {
  margin-bottom: 20px;
  background-color: rgba(255, 158, 158, 0.2);
  width: 64px;
  height: 64px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .stay-updated-section .stay-updated-inner .top-icon-wrapper {
    width: 55px;
    height: 55px;
  }
}
.stay-updated-section .stay-updated-inner .top-icon-wrapper span {
  font-size: 40px;
  color: #606060;
}
@media (max-width: 991px) {
  .stay-updated-section .stay-updated-inner .top-icon-wrapper span {
    font-size: 26px;
  }
}
.stay-updated-section .stay-updated-inner h3 {
  color: #1E1E1E;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .stay-updated-section .stay-updated-inner h3 {
    font-size: 26px;
  }
}
.stay-updated-section .stay-updated-inner p {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .stay-updated-section .stay-updated-inner p br {
    display: none;
  }
}
.stay-updated-section .stay-updated-inner .email-subscribe-wrapper {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .stay-updated-section .stay-updated-inner .email-subscribe-wrapper {
    max-width: 100%;
  }
}
.stay-updated-section .stay-updated-inner .email-subscribe-wrapper form .form-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stay-updated-section .stay-updated-inner .email-subscribe-wrapper form .form-group input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  color: #0A0A0A;
  padding: 11px 15px;
}
.stay-updated-section .stay-updated-inner .email-subscribe-wrapper form .form-group .submit-btn {
  background-color: #E3000F;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 12px 25px;
  border: none;
  box-shadow: none;
  outline: none;
}

.scalable-infrastructure-section {
  margin: 100px 0;
}
.scalable-infrastructure-section .scalable-infrastructure-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section h2 {
    font-size: 26px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .subheading-with-border-wrapper {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .subheading-with-border-wrapper::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #CAD5E2;
  background: linear-gradient(90deg, rgb(202, 213, 226) 0%, rgb(190, 219, 255) 50%, rgba(0, 0, 0, 0.01) 100%);
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .subheading-with-border-wrapper h5 {
  color: #45556C;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .subheading-with-border-wrapper h5 {
    font-size: 17px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .content-para {
  margin-top: 20px;
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .content-para p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .content-para p {
    font-size: 16px;
    line-height: 26px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .content-para .small-para {
  font-size: 16px;
  line-height: 24px;
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section {
  padding-top: 10px;
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section .box-wrapper {
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 14px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section .box-wrapper {
    padding: 20px 15px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section .box-wrapper h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section .box-wrapper h3 {
    font-size: 26px;
  }
}
.scalable-infrastructure-section .scalable-infrastructure-inner .left-content-section .statistics-wrapper-section .box-wrapper p {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin: 0;
}
.scalable-infrastructure-section .scalable-infrastructure-inner .image-wrapper img {
  width: 100%;
  border-radius: 42px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section .scalable-infrastructure-inner .image-wrapper img {
    border-radius: 24px;
  }
}

.scalable-infrastructure-section01 .left-content-section {
  max-width: 525px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section01 .left-content-section {
    max-width: 100%;
  }
}
.scalable-infrastructure-section01 .left-content-section .statistics-wrapper-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.scalable-infrastructure-section02 .scalable-infrastructure-inner {
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section02 .scalable-infrastructure-inner {
    grid-template-columns: 1fr;
  }
}
.scalable-infrastructure-section02 .left-content-section .statistics-wrapper-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section02 .left-content-section .statistics-wrapper-section {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.scalable-infrastructure-section03 .left-content-section {
  max-width: 595px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section03 .left-content-section {
    max-width: 100%;
  }
}
.scalable-infrastructure-section03 .left-content-section .statistics-wrapper-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .scalable-infrastructure-section03 .left-content-section .statistics-wrapper-section {
    gap: 15px;
  }
}

.supply-continuity-section {
  margin-bottom: 100px;
}
.supply-continuity-section .supply-continuity-inner .top-inner-section {
  text-align: center;
  margin-bottom: 40px;
}
.supply-continuity-section .supply-continuity-inner .top-inner-section h2 {
  font-size: 45px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .top-inner-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.supply-continuity-section .supply-continuity-inner .top-inner-section p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .top-inner-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .top-inner-section p br {
    display: none;
  }
}
.supply-continuity-section .supply-continuity-inner .image-wrapper {
  margin-bottom: 50px;
}
.supply-continuity-section .supply-continuity-inner .image-wrapper img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .image-wrapper img {
    border-radius: 24px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .top-numbers {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .top-numbers {
    margin-bottom: 10px;
    padding-left: 15px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .top-numbers h2 {
  font-weight: bold;
  font-size: 52px;
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .top-numbers h2 {
    font-size: 32px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .top-numbers p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .bottom-details {
  padding: 38px 25px;
  border-radius: 18px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .bottom-details {
    padding: 30px 15px;
    border-radius: 15px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .bottom-details h4 {
  color: #505050;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .bottom-details h4 {
    font-size: 18px;
  }
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper .bottom-details p {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper:nth-child(1) .bottom-details {
  background-color: #ffa5a5;
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper:nth-child(2) .bottom-details {
  background-color: #c8b6ff;
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper:nth-child(3) .bottom-details {
  background-color: #7fdbcb;
}
.supply-continuity-section .supply-continuity-inner .supply-statistics-wrapper .statistics-box-wrapper:nth-child(4) .bottom-details {
  background-color: #e5d086;
}
.supply-continuity-section .supply-continuity-inner .supply-bottom-content-para p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin: 0;
  line-height: 31px;
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-bottom-content-para p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .supply-continuity-section .supply-continuity-inner .supply-bottom-content-para p br {
    display: none;
  }
}

.top-hedar p {
  color: #FF767F;
  font-size: 19px;
}

.reponsible-sourcing-section {
  margin-bottom: 250px;
}
@media (max-width: 1199px) {
  .reponsible-sourcing-section {
    margin-bottom: 100px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .left-image-section .image-wrapper {
  position: relative;
  z-index: 1;
}
.reponsible-sourcing-section .responsible-sourcing-inner .left-image-section .image-wrapper .main-img {
  width: 100%;
}
.reponsible-sourcing-section .responsible-sourcing-inner .left-image-section .image-wrapper .top-img {
  width: 320px;
  position: absolute;
  left: 59%;
  transform: translateX(-50%);
  bottom: -24%;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .left-image-section .image-wrapper .top-img {
    bottom: 15px;
    right: 15px;
    left: unset;
    transform: unset;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper h2 {
    font-size: 26px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper P {
  font-size: 18px;
  color: #000;
  line-height: 35px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper P {
    font-size: 16px;
    line-height: 26px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 15px;
  border: 1px solid #E8E3DB;
  border-radius: 10px;
  padding: 15px;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper {
    grid-template-columns: 55px 1fr;
  }
}
@media (max-width: 575px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper {
    grid-template-columns: 1fr;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .icons-wraper {
  margin-top: 10px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 10px;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .icons-wraper {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .icons-wraper {
    width: 55px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .icons-wraper img {
  width: 32px;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .icons-wraper img {
    width: 22px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .right-content-wraper h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .right-content-wraper h5 {
    font-size: 18px;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .right-content-wraper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 80%;
}
@media (max-width: 991px) {
  .reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper .right-content-wraper p {
    max-width: 100%;
  }
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper:nth-child(1) .icons-wraper {
  background-image: linear-gradient(to bottom, #6b8e6f, #749677, #7d9e7f, #86a687, #8fae8f);
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper:nth-child(2) .icons-wraper {
  background-image: linear-gradient(to bottom, #8b7355, #927b5e, #998266, #a18a6f, #a89278);
}
.reponsible-sourcing-section .responsible-sourcing-inner .right-content-wrapper .icon-content-wrapper .box-wrapper:nth-child(3) .icons-wraper {
  background-image: linear-gradient(to bottom, #6b8e6f, #749677, #7d9e7f, #86a687, #8fae8f);
}

.farmer-partnerships-section {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.farmer-partnerships-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 73%;
  height: 100%;
  content: "";
  background-color: #F8F6F3;
  border-radius: 40px;
  z-index: -1;
}
@media (max-width: 991px) {
  .farmer-partnerships-section::before {
    width: 100%;
    border-radius: 0;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1366px) {
  .farmer-partnerships-section .farmer-partnerships-inner {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner {
    grid-template-columns: 1fr;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section h2 {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 15px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  max-width: 98%;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper {
    gap: 12px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .icons-wraper img {
  width: 51px;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .icons-wraper img {
    width: 45px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .right-content-wraper h5 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .right-content-wraper h5 {
    font-size: 18px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .right-content-wraper p {
  max-width: 100%;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .left-content-section .icon-content-wrapper .box-wrapper .right-content-wraper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.farmer-partnerships-section .farmer-partnerships-inner .right-image-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .farmer-partnerships-section .farmer-partnerships-inner .right-image-wrapper .image-wrapper img {
    border-radius: 30px;
  }
}

.ethical-sourcing-section {
  margin-bottom: 100px;
}
.ethical-sourcing-section .ethical-sourcing-inner .top-contents-section {
  text-align: center;
  margin-bottom: 70px;
}
.ethical-sourcing-section .ethical-sourcing-inner .top-contents-section h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .top-contents-section h2 {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 15px;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .top-contents-section p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .top-contents-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .ethical-sourcing-section .ethical-sourcing-inner .top-contents-section p br {
    display: none;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper {
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #E5E1D8;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper {
    padding: 25px 15px;
    border-radius: 15px;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper .icons-wraper {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper .icons-wraper {
    margin-bottom: 15px;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper .icons-wraper img {
  width: 58px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper .icons-wraper img {
    width: 45px;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper h4 {
  color: #000;
  font-weight: 500;
  line-height: 33px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper h4 {
    font-size: 18px;
    line-height: unset;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper p {
  color: #000;
  line-height: 27px;
}
@media (max-width: 991px) {
  .ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper p {
    line-height: 26px;
  }
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper ul {
  margin-bottom: 10px;
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper ul li:last-child p {
  margin-bottom: 0;
}
.ethical-sourcing-section .ethical-sourcing-inner .ethical-box-wrapper .box-wrapper ul li p {
  margin-bottom: 5px;
}

.promotion-farming-section {
  margin-bottom: 100px;
  background: #F8F6F3;
  background: linear-gradient(0deg, rgb(248, 246, 243) 0%, rgb(222, 222, 222) 30%);
  padding: 100px 0;
}
.promotion-farming-section .promotion-farming-inner .top-sections-wraper {
  text-align: center;
  margin-bottom: 70px;
}
.promotion-farming-section .promotion-farming-inner .top-sections-wraper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .top-sections-wraper h2 {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 15px;
  }
}
.promotion-farming-section .promotion-farming-inner .top-sections-wraper p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .top-sections-wraper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .promotion-farming-section .promotion-farming-inner .top-sections-wraper p br {
    display: none;
  }
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper {
  background-color: #fff;
  border-radius: 13px;
  padding: 35px 30px;
  box-shadow: 0px 13px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 13px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 13px 18px -3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper {
    padding: 30px 15px;
  }
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper:nth-child(1) .top-wraper h6 {
  background-color: #ff7272;
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper:nth-child(2) .top-wraper h6 {
  background-color: #e9e965;
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper:nth-child(3) .top-wraper h6 {
  background-color: #86bbff;
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper .top-wraper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper .top-wraper h6 {
  margin: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper .top-wraper h6 {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper .top-wraper h5 {
  margin: 0;
  color: #2C3E1F;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper .top-wraper h5 {
    font-size: 18px;
  }
}
.promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .number-box-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.promotion-farming-section .promotion-farming-inner .percentage-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper {
    grid-template-columns: 1fr;
  }
}
.promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper {
  padding: 40px 30px;
}
@media (max-width: 1024px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper {
    padding: 30px 15px;
  }
}
.promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper h3 {
  font-size: 32px;
  font-weight: 300;
  color: #6B8E23;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper h3 {
    font-size: 28px;
  }
}
.promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper p br {
    display: none;
  }
}
.promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper:nth-child(2) {
  border-left: 1px solid #E5E1D8;
  border-right: 1px solid #E5E1D8;
}
@media (max-width: 991px) {
  .promotion-farming-section .promotion-farming-inner .percentage-box-wrapper .box-wrapper:nth-child(2) {
    border-top: 1px solid #E5E1D8;
    border-bottom: 1px solid #E5E1D8;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
}

.transparency-frameworks-section {
  margin-bottom: 100px;
}
.transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper {
  text-align: center;
  margin-bottom: 70px;
}
.transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  line-height: 55px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper h2 {
    font-size: 26px;
    line-height: unset;
    margin-bottom: 15px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .top-contents-wrapper p br {
    display: none;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .left-image-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 12px;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper {
  padding-bottom: 50px;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper h4 {
  font-size: 38px;
  font-weight: 500;
  color: #2C3E1F;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper h4 {
    font-size: 26px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section {
    gap: 30px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
}
@media (max-width: 575px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(1) .icons-wraper {
  background-color: rgb(35, 142, 133);
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(1) .icons-wraper span {
  color: #fff;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(2) .icons-wraper {
  background-color: rgb(142, 35, 94);
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(2) .icons-wraper span {
  color: #fff;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(3) .icons-wraper {
  background-color: rgb(35, 142, 133);
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(3) .icons-wraper span {
  color: #fff;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(4) .icons-wraper {
  background-color: rgb(142, 35, 94);
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper:nth-child(4) .icons-wraper span {
  color: #fff;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .icons-wraper {
  margin-top: 5px;
  height: 40px;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .icons-wraper {
    width: 40px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .icons-wraper span {
  font-size: 16px;
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .contents-wrapper h6 {
  color: #2C3E1F;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .contents-wrapper h6 {
    font-size: 18px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .contents-wrapper p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .left-image-right-content-wrapper .right-content-wrapper .boxes-wrappers-section .icons-contents-wrapper .contents-wrapper p {
    line-height: 26px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper {
  border-radius: 12px;
  box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  padding: 56px 50px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  display: grid;
  grid-template-columns: 77px 1fr;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper {
    padding: 30px 15px 30px 25px;
    gap: 15px;
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 575px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper {
    grid-template-columns: 1fr;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  background-color: #6B8E23;
  z-index: -2;
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper::after {
  position: absolute;
  left: 10px;
  top: 0;
  width: calc(100% - 10px);
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #95cd73;
  z-index: -1;
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .icons-wrapper {
  background-color: #6B8E23;
  width: 77px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .icons-wrapper {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .icons-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .icons-wrapper span {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .icons-wrapper span {
    font-size: 26px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .right-inner-wrapper h4 {
  font-weight: 500;
  font-size: 24px;
  color: #2C3E1F;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .right-inner-wrapper h4 {
    font-size: 18px;
  }
}
.transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .right-inner-wrapper p {
  margin: 0;
  color: #000;
  font-size: 16px;
}
@media (max-width: 991px) {
  .transparency-frameworks-section .transparency-frameworks-inner .compliance-documentation-wrapper .right-inner-wrapper p {
    line-height: 26px;
  }
}

.top-banner.policy-terms-top-banner::before {
  background: rgba(0, 0, 0, 0.46);
}

.policy-terms-tabs-section {
  margin-bottom: 100px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .nav {
  text-align: center;
  justify-content: center;
  background-color: #F5F5F4;
  border-radius: 45px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 500;
  color: #57534D;
  padding: 12px 20px;
  text-transform: capitalize;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .nav .nav-item .active {
  background-color: #FF6900;
  border-radius: 45px;
  color: #fff;
  box-shadow: 0px 12px 19px -3px rgba(255, 105, 0, 0.3);
  -webkit-box-shadow: 0px 12px 19px -3px rgba(255, 105, 0, 0.3);
  -moz-box-shadow: 0px 12px 19px -3px rgba(255, 105, 0, 0.3);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  padding: 30px 15px 15px 15px;
  box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 17px -3px rgba(0, 0, 0, 0.1);
  height: fit-content;
  position: sticky;
  top: 100px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #A6A09B;
  margin-bottom: 20px;
  letter-spacing: 1.43px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group a {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #44403B;
  padding: 5px 15px 25px 35px;
  position: relative;
  z-index: 1;
  line-height: 20px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group a::before {
  position: absolute;
  left: 15px;
  top: 14px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D6D3D1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group a::after {
  position: absolute;
  left: 35px;
  bottom: 7px;
  content: "Reading now";
  color: #F54900;
  font-size: 12px;
  font-weight: 500;
  display: none;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group .active {
  border-radius: 12px;
  background: #FFF7ED;
  background: linear-gradient(0deg, rgb(255, 247, 237) 0%, rgb(255, 251, 235) 100%);
  border: 1px solid #FFD6A8;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group .active::after {
  display: block;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .list-group .active::before {
  background-color: #F54900;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .sections-wrapper {
  border-top: 1px solid #E7E5E4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .left-contents-wrapper .sections-wrapper p {
  margin: 0;
  text-align: center;
  color: #79716B;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper {
  margin-bottom: 50px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0px 29px 59px -14px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 29px 59px -14px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 29px 59px -14px rgba(0, 0, 0, 0.25);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .left-sections-wrapper {
  padding-top: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .left-sections-wrapper h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .left-sections-wrapper p {
  color: #FFEDD4;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .left-sections-wrapper p span {
  font-size: 17px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .right-sections-wrapper a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 17px;
  font-size: 19px;
  color: #F54900;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 30px;
  transition: 0.3s ease-in-out;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .right-sections-wrapper a span {
  font-size: 20px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .privacy-policy-download-wrapper .inner-wrapper .right-sections-wrapper a:hover {
  background-color: #F54900;
  color: #fff;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .content-para p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .introduction-wrapper .content-para p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers {
  border-left: 4px solid #FF6900;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers h4 {
  color: #292524;
  font-size: 23px;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers p {
  color: #57534D;
  font-size: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .information-number-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .information-number-details p {
  background-color: #FAFAF9;
  padding: 18px;
  border-radius: 17px;
  color: #44403B;
  margin: 0;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid #E7E5E4;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .information-number-details p span {
  background-color: #FF6900;
  width: 29px;
  height: 29px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .includes-wrapper {
  margin-top: 10px;
  background: #FFF7ED;
  background: linear-gradient(90deg, rgb(255, 247, 237) 0%, rgb(255, 251, 235) 100%);
  border: 2px solid #FFD6A8;
  padding: 18px;
  border-radius: 17px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .includes-wrapper p {
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #44403B;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .includes-wrapper p strong {
  color: #1C1917;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .top-wrapers .border-wrapers .includes-wrapper p .material-icons-outlined {
  color: #F54900;
  margin-top: 3px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers {
  margin-top: 30px;
  border-left: 4px solid #FE9A00;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers h4 {
  color: #292524;
  font-size: 23px;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers p {
  color: #57534D;
  font-size: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers .box-content-para {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers .box-content-para p {
  background: #FFF7ED;
  background: linear-gradient(90deg, rgb(255, 247, 237) 0%, rgb(255, 251, 235) 100%);
  border: 2px solid #FFD6A8;
  padding: 18px;
  border-radius: 17px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: #44403B;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .information-wrapper .bottom-wrapers .box-content-para p span {
  margin-top: 3px;
  width: 8px;
  height: 8px;
  background-color: #FE9A00;
  border-radius: 50%;
  display: block;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper .box-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border-radius: 17px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper .box-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #FF6900;
  z-index: -2;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper .box-wrapper::after {
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  content: "";
  border-radius: 12px;
  background: #FAFAF9;
  background: linear-gradient(90deg, rgb(250, 250, 249) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper .box-wrapper span {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background-color: #1C1917;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .use-information-wrapper .use-formation-box-wrapper .box-wrapper p {
  color: #44403B;
  font-size: 18px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .data-sharing-box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .data-sharing-box-wrapper .box-wrapper {
  background-color: #FAFAF9;
  border-radius: 17px;
  border: 1px solid #E7E5E4;
  padding: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .data-sharing-box-wrapper .box-wrapper h5 {
  color: #1C1917;
  font-size: 21px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-sharing-wrapper .data-sharing-box-wrapper .box-wrapper p {
  color: #57534D;
  font-size: 18px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 247, 237) 100%);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .security-box-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .security-box-wrapper .box-wrapper {
  padding: 18px;
  border-radius: 17px;
  border: 2px solid #FFD6A8;
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .security-box-wrapper .box-wrapper .icons-wraper img {
  width: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .security-box-wrapper .box-wrapper p {
  color: #44403B;
  font-size: 16px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .note-wrappers {
  background-color: #FEF2F2;
  padding: 18px;
  border-radius: 17px;
  border: 2px solid #FFC9C9;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-security-wrapper .note-wrappers p {
  color: #82181A;
  font-size: 16px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper {
  padding: 18px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #A6A09B;
  z-index: -2;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper::after {
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #FAFAF9;
  z-index: -1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper p {
  color: #1C1917;
  margin: 0;
  font-size: 16px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .right-box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .right-box-wrapper .box-wrapper {
  background-color: #F0FDF4;
  border-radius: 17px;
  padding: 18px;
  border: 1px solid #B9F8CF;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .right-box-wrapper .box-wrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 12px;
  padding: 3px;
  background-color: #00C950;
  font-size: 14px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .right-box-wrapper .box-wrapper p {
  font-size: 16px;
  margin: 0;
  color: #57534D;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .rights-wrapper .right-box-wrapper .box-wrapper p strong {
  color: #1C1917;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-transfer-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .data-retention-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .data-protect-officer {
  background: #FFF7ED;
  background: linear-gradient(90deg, rgb(255, 247, 237) 0%, rgb(255, 251, 235) 100%);
  border: 2px solid #FFD6A8;
  padding: 25px;
  border-radius: 20px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .data-protect-officer h5 {
  font-size: 21px;
  color: #1C1917;
  font-weight: 500;
  margin-bottom: 12px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .data-protect-officer P {
  color: #44403B;
  font-size: 16px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .data-protect-officer P:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .tabs-content-wrapper .left-contents-right-details-wrapper .right-details-wrapper .contact-information-wrapper .data-protect-officer P a {
  color: #F54900;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .introduction-wrapper .scope-wrapper {
  margin-top: 20px;
  background-color: #EFF6FF;
  border: 2px solid #BEDBFF;
  padding: 18px;
  border-radius: 17px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .introduction-wrapper .scope-wrapper p {
  margin: 0;
  color: #1C398E;
  font-size: 16px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section {
  border-left: 4px solid #FF6900;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section h4 {
  font-size: 23px;
  color: #292524;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section p {
  color: #57534D;
  font-size: 18px;
  font-weight: 400;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details .box-wrapper {
  position: relative;
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details .box-wrapper span {
  font-size: 15px;
  color: #FB2C36;
  font-weight: 500;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details .box-wrapper p {
  margin: 0;
  color: #44403B;
  font-size: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details .box-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #FB2C36;
  z-index: -2;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .information-wrapper .inner-wrapers-section .information-number-details .box-wrapper::after {
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  content: "";
  border-radius: 10px;
  background-color: #FEF2F2;
  z-index: -1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper {
  background: #FAF5FF;
  background: linear-gradient(90deg, rgb(250, 245, 255) 0%, rgb(253, 242, 248) 100%);
  border: 2px solid #DAB2FF !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper h5 {
  background: #9810FA !important;
  background: linear-gradient(90deg, rgb(152, 16, 250) 0%, rgb(230, 0, 118) 100%) !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper .title-wrapper h3::after {
  background: #9810FA !important;
  background: linear-gradient(90deg, rgb(152, 16, 250) 0%, rgb(230, 0, 118) 100%) !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper .important-wrapper {
  background-color: #fff;
  border: 2px solid #E9D4FF;
  border-radius: 17px;
  padding: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper .important-wrapper p {
  color: #44403B;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .use-information-wrapper .important-wrapper p strong {
  color: #59168B !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper {
  padding: 20px;
  border-radius: 17px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper .icons-wraper {
  margin-bottom: 10px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper .icons-wraper img {
  width: 24px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper p {
  font-size: 18px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper:first-child {
  background-color: #FFFBEB;
  border: 2px solid #FEE685;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper:first-child p {
  color: #7B3306;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper:last-child {
  background-color: #EFF6FF;
  border: 2px solid #BEDBFF;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-sharing-wrapper .note-disclaimer-wrapper .box-wrapper:last-child P {
  color: #1C398E;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper .box-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper .box-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 12px;
  background-color: #FF6900;
  z-index: -2;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper .box-wrapper::after {
  position: absolute;
  left: 4px;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  content: "";
  border-radius: 10px;
  background-color: #FAFAF9;
  z-index: -1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper .box-wrapper h6 {
  color: #1C1917;
  font-size: 21px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .orders-payment-wrapper .box-wrapper p {
  color: #57534D;
  font-size: 18px;
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper {
  border: 1px solid #D6D3D1;
  border-radius: 17px;
  background-color: #FAFAF9;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper::after {
  display: none;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .cookies-tracking-wrapper .cookies-wrapper-box .box-wrapper::before {
  display: none;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .rights-wrapper .top-boxes-wraper .top-box-wraper {
  padding-left: 15px;
  border-left: 4px solid #00C950;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .rights-wrapper .top-boxes-wraper .top-box-wraper .para-content {
  background-color: #F0FDF4;
  border: 1px solid #B9F8CF;
  border-radius: 17px;
  padding: 18px;
  font-size: 16px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .rights-wrapper .top-boxes-wraper .bottom-box-wraper {
  margin-top: 30px;
  padding-left: 15px;
  border-left: 4px solid #FF6900;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper {
  border: 2px solid #FFA2A2 !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper {
  border: 4px solid #FB2C36;
  border-radius: 17px;
  padding: 18px;
  background-color: #FFE2E2;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper .top-boxes-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper .top-boxes-wrapper img {
  width: 29px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper .top-boxes-wrapper h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #82181A;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.71px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #44403B;
  line-height: 30px;
  margin-bottom: 15px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper p {
  color: #44403B;
  font-size: 18px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .data-transfer-wrapper .important-legal-notice-wrapper p:last-child {
  margin-bottom: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .indemnification-wrapper .cookies-wrapper-box .box-wrapper {
  border: none;
  background-color: #FAFAF9;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .indemnification-wrapper .cookies-wrapper-box .box-wrapper::after {
  display: block;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .indemnification-wrapper .cookies-wrapper-box .box-wrapper::before {
  display: block;
  background-color: #A6A09B !important;
  border-radius: 14px !important;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .indemnification-wrapper .cookies-wrapper-box .box-wrapper p {
  color: #44403B;
  margin: 0;
  font-size: 18px;
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 10px;
  align-items: center;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .indemnification-wrapper .cookies-wrapper-box .box-wrapper p span {
  background-color: #44403B;
  border-radius: 12px;
  height: 33px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .top-boxes-wraper {
  padding: 15px;
  border-left: 4px solid #2B7FFF;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .top-boxes-wraper h5 {
  color: #292524;
  font-size: 23px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .top-boxes-wraper p {
  color: #57534D;
  font-size: 18px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .bottom-boxes-wraper {
  margin-top: 30px;
  padding: 15px;
  border-left: 4px solid #00B8DB;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .bottom-boxes-wraper h5 {
  color: #292524;
  font-size: 23px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .governing-dispute-wrapper .bottom-boxes-wraper p {
  color: #57534D;
  font-size: 18px;
  margin: 0;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper {
  border: 2px solid #E7E5E4;
  border-radius: 20px;
  box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 11px 17px -3px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 40px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .title-wrapper {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .title-wrapper h5 {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  border-radius: 19px;
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 12px 18px -3px rgba(0, 0, 0, 0.1);
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .title-wrapper h3 {
  font-size: 34px;
  font-weight: 500;
  color: #1C1917;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .title-wrapper h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: #FF6900;
  background: linear-gradient(90deg, rgb(255, 105, 0) 0%, rgb(254, 154, 0) 100%);
  width: 100%;
  max-width: 95px;
  height: 4px;
  border-radius: 39px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .bg-para {
  background: #EFF6FF;
  background: linear-gradient(90deg, rgb(239, 246, 255) 0%, rgb(236, 254, 255) 100%);
  border: 2px solid #BEDBFF;
  padding: 18px;
  border-radius: 17px;
}
.policy-terms-tabs-section .policy-terms-tabs-inner .terms-tabs-content-wrapper .right-details-wrapper .amendments-wraper .bg-para p:last-child {
  margin: 0;
}

.resource-efficiency-environment-care-top-banner::before {
  background-color: rgba(0, 0, 0, 0.74) !important;
}

.sustainability-compliance-top-banner::before {
  background-color: rgba(0, 0, 0, 0.74) !important;
}

.compliance-global-section {
  margin: 100px 0;
}
.compliance-global-section .compliance-global-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  align-items: center;
}
@media (max-width: 1440px) {
  .compliance-global-section .compliance-global-inner {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner {
    grid-template-columns: 1fr;
  }
}
.compliance-global-section .compliance-global-inner .left-sectoins h2 {
  font-size: 45px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .left-sectoins h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.compliance-global-section .compliance-global-inner .left-sectoins p {
  font-size: 18px;
  color: #000;
  font-weight: 300;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .left-sectoins p {
    font-size: 16px;
    line-height: 26px;
  }
}
.compliance-global-section .compliance-global-inner .left-sectoins ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.compliance-global-section .compliance-global-inner .left-sectoins ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 10px;
}
.compliance-global-section .compliance-global-inner .left-sectoins ul li:last-child {
  margin-bottom: 0;
}
.compliance-global-section .compliance-global-inner .left-sectoins ul li::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  background-color: #008236;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
}
.compliance-global-section .compliance-global-inner .left-sectoins ul li p {
  margin: 0;
}
.compliance-global-section .compliance-global-inner .right-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .compliance-global-section .compliance-global-inner .right-sections {
    grid-template-columns: 1fr;
  }
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper {
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections .box-wrapper {
    padding: 20px 15px;
  }
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(1) {
  background-color: #34e1bd;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(2) {
  background-color: #a2eb47;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(3) {
  background-color: #b291ff;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(4) {
  background-color: #fbdc60;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(5) {
  background-color: #ffa0ca;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper:nth-child(6) {
  background-color: #ffa3a3;
  border: 1px solid #E5E5E5;
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper .icons-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections .box-wrapper .icons-wrapper {
    margin-bottom: 15px;
  }
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper .icons-wrapper img {
  width: 25px;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections .box-wrapper .icons-wrapper img {
    width: 22px;
  }
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper h5 {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections .box-wrapper h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.compliance-global-section .compliance-global-inner .right-sections .box-wrapper p {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .compliance-global-section .compliance-global-inner .right-sections .box-wrapper p {
    font-size: 14px;
  }
}

.certified-sustainable-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px 0 70px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .certified-sustainable-section {
    padding: 150px 0 50px 0;
  }
}
.certified-sustainable-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
.certified-sustainable-section .certified-sustainable-inner h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .certified-sustainable-section .certified-sustainable-inner h2 {
    font-size: 26px;
  }
}
.certified-sustainable-section .certified-sustainable-inner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 25px;
  font-weight: 300;
  max-width: 805px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .certified-sustainable-section .certified-sustainable-inner p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}

.icons-text-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .icons-text-wrapper {
    margin-top: 30px;
  }
}
.icons-text-wrapper .icons-text-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .icons-text-wrapper .icons-text-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.icons-text-wrapper .icons-text-inner .box-wrapper {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
  padding: 40px 35px;
}
@media (max-width: 991px) {
  .icons-text-wrapper .icons-text-inner .box-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 15px;
    border: 1px solid #e5eee5;
    border-radius: 24px;
  }
}
.icons-text-wrapper .icons-text-inner .box-wrapper:nth-child(1) .icons-wrapper {
  background-color: #4bd976;
}
.icons-text-wrapper .icons-text-inner .box-wrapper:nth-child(2) {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.icons-text-wrapper .icons-text-inner .box-wrapper:nth-child(2) .icons-wrapper {
  background-color: #a096f9;
}
.icons-text-wrapper .icons-text-inner .box-wrapper:nth-child(3) .icons-wrapper {
  background-color: #dde15d;
}
.icons-text-wrapper .icons-text-inner .box-wrapper .icons-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icons-text-wrapper .icons-text-inner .box-wrapper .icons-wrapper img {
  width: 30px;
}
@media (max-width: 991px) {
  .icons-text-wrapper .icons-text-inner .box-wrapper .icons-wrapper img {
    width: 24px;
  }
}
.icons-text-wrapper .icons-text-inner .box-wrapper .right-content h6 {
  color: #171717;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .icons-text-wrapper .icons-text-inner .box-wrapper .right-content h6 {
    font-size: 18px;
  }
}
.icons-text-wrapper .icons-text-inner .box-wrapper .right-content p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  max-width: 320px;
}
@media (max-width: 991px) {
  .icons-text-wrapper .icons-text-inner .box-wrapper .right-content p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}

.green-certifications-wrapper {
  margin-bottom: 100px;
}
.green-certifications-wrapper .green-certifications-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px;
  align-items: center;
}
@media (max-width: 1440px) {
  .green-certifications-wrapper .green-certifications-inner {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .green-certifications-wrapper .green-certifications-inner {
    grid-template-columns: 1fr;
  }
}
.green-certifications-wrapper .green-certifications-inner .left-sections .image-wrapper img {
  width: 100%;
}
.green-certifications-wrapper .green-certifications-inner .right-contents h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .green-certifications-wrapper .green-certifications-inner .right-contents h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.green-certifications-wrapper .green-certifications-inner .right-contents p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .green-certifications-wrapper .green-certifications-inner .right-contents p {
    font-size: 16px;
    line-height: 26px;
  }
}
.green-certifications-wrapper .green-certifications-inner .right-contents p:last-child {
  border-top: 1px solid #C3C3C3;
  padding-top: 30px;
  margin-bottom: 0;
}

.continuous-audits-section {
  margin-bottom: 100px;
}
.continuous-audits-section .continuous-audits-inner .top-sections {
  text-align: center;
  margin-bottom: 70px;
}
.continuous-audits-section .continuous-audits-inner .top-sections h2 {
  margin-bottom: 30px;
  font-size: 45px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .top-sections h2 {
    font-size: 26px;
  }
}
.continuous-audits-section .continuous-audits-inner .top-sections p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .top-sections p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .top-sections p br {
    display: none;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #E5E5E5;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper {
  padding: 40px 35px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper {
    padding: 30px 15px;
    border-bottom: 1px solid #E5E5E5;
  }
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper:last-child {
    border-bottom: none;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper:nth-child(2) {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper:nth-child(2) {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper h3 {
  font-size: 50px;
  color: #008236;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper h3 {
    font-size: 32px;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper h5 {
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
.continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .audits-statistics-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 30px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper {
  display: grid;
  grid-template-columns: 73px 1fr;
  gap: 15px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper {
    grid-template-columns: 1fr;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    padding: 30px 15px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper:nth-child(1) .icons-wrapper {
  border: 1px solid #E5E5E5;
  background-color: #55bbe5;
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper:nth-child(2) .icons-wrapper {
  border: 1px solid #E5E5E5;
  background-color: #ff7979;
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper:nth-child(3) .icons-wrapper {
  border: 1px solid #E5E5E5;
  background-color: #d087ed;
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper:nth-child(4) .icons-wrapper {
  border: 1px solid #E5E5E5;
  background-color: #80bf63;
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .icons-wrapper {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .icons-wrapper {
    width: 50px;
    height: 50px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .icons-wrapper img {
  width: 30px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .icons-wrapper img {
    width: 22px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .right-contents h5 {
  color: #171717;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .right-contents h5 {
    font-size: 18px;
  }
}
.continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .right-contents p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .icons-texts-wrapper .box-wrapper .right-contents p {
    font-size: 16px;
    line-height: 26px;
  }
}
.continuous-audits-section .continuous-audits-inner .accountability-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-top: 300px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .accountability-wrapper {
    padding: 150px 15px 50px 15px;
    border-radius: 24px;
  }
}
.continuous-audits-section .continuous-audits-inner .accountability-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.continuous-audits-section .continuous-audits-inner .accountability-wrapper .inner-wrapper h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .accountability-wrapper .inner-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.continuous-audits-section .continuous-audits-inner .accountability-wrapper .inner-wrapper p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  max-width: 693px;
}
@media (max-width: 991px) {
  .continuous-audits-section .continuous-audits-inner .accountability-wrapper .inner-wrapper p {
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
  }
}

.resource-efficiency-section {
  margin: 100px 0;
}
.resource-efficiency-section .resource-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}
@media (max-width: 991px) {
  .resource-efficiency-section .resource-inner-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.resource-efficiency-section .resource-inner-wrapper .left-sections h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .resource-efficiency-section .resource-inner-wrapper .left-sections h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.resource-efficiency-section .resource-inner-wrapper .left-sections p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .resource-efficiency-section .resource-inner-wrapper .left-sections p {
    font-size: 16px;
  }
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  border: 1px solid #E5E5E5;
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .icons-wrapper {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .icons-wrapper img {
  width: 25px;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .right-content-section h5 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #171717;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .right-content-section h5 span {
  color: #008236;
  font-size: 400;
  font-size: 18px;
}
@media (max-width: 991px) {
  .resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .right-content-section h5 span {
    font-size: 16px;
  }
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper .right-content-section p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper:nth-child(1) {
  background-color: #ffabab;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper:nth-child(2) {
  background-color: #8de17c;
}
.resource-efficiency-section .resource-inner-wrapper .left-sections .icons-title-section .box-wrapper:nth-child(3) {
  background-color: #7dceff;
}
.resource-efficiency-section .resource-inner-wrapper .right-sections img {
  width: 100%;
}

.energy-efficiency-section {
  margin-bottom: 100px;
}
.energy-efficiency-section .energy-efficiency-inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
}
@media (max-width: 991px) {
  .energy-efficiency-section .energy-efficiency-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.energy-efficiency-section .energy-efficiency-inner .left-sections img {
  width: 100%;
  border-radius: 40px;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .energy-efficiency-section .energy-efficiency-inner .right-content-sections h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .energy-efficiency-section .energy-efficiency-inner .right-content-sections p {
    font-size: 16px;
    line-height: 26px;
  }
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper .icons-wrapper {
  width: 46px;
  height: 54px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E5E5E5;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper .icons-wrapper img {
  width: 20px;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper .right-sections h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper .right-sections p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper:nth-child(1) .icons-wrapper {
  background-color: #ff9c9c;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper:nth-child(2) .icons-wrapper {
  background-color: #aad782;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .icons-wrapper-box .box-wrapper:nth-child(3) .icons-wrapper {
  background-color: #a5caef;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .bottom-para {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #E5E5E5;
}
.energy-efficiency-section .energy-efficiency-inner .right-content-sections .bottom-para p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 22px;
}

.waste-reduction-section {
  margin-bottom: 100px;
}
.waste-reduction-section .waste-reduction-inner .top-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.waste-reduction-section .waste-reduction-inner .top-title-wrapper h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .top-title-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.waste-reduction-section .waste-reduction-inner .top-title-wrapper p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .top-title-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section {
  display: grid;
  grid-template-columns: 0.9fr 0.3fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .left-image-right-content-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .left-image-section .image-wrapper img {
  width: 100%;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section {
    padding-left: 0;
  }
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #171717;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section h4 {
    font-size: 18px;
  }
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section p {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul {
  margin: 0;
  padding: 0;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
  z-index: 1;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul li::before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #008236;
  content: "";
  border-radius: 50%;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul li:last-child {
  margin-bottom: 0;
}
.waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul li p {
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #171717;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .left-image-right-content-section .right-approch-section ul li p {
    font-size: 14px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper {
  padding: 25px;
  padding-top: 40px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper {
    padding: 20px 15px;
    padding-top: 25px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper:nth-child(1) {
  background-color: #fbeaac;
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper:nth-child(2) {
  background-color: #b1efe4;
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper:nth-child(3) {
  background-color: #cec1f5;
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper:nth-child(4) {
  background-color: #ffacac;
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper .icons-wrapper {
  margin-bottom: 20px;
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper .icons-wrapper img {
  width: 27px;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper .icons-wrapper img {
    width: 25px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper h5 {
  color: #171717;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper h5 {
    font-size: 16px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper p {
    line-height: 26px;
  }
}
.waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper h6 {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid white;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  color: #474747;
}
@media (max-width: 991px) {
  .waste-reduction-section .waste-reduction-inner .icon-grid-section .box-wrapper h6 {
    font-size: 16px;
  }
}

.process-improvement-section {
  margin-bottom: 100px;
}
.process-improvement-section .process-improvement-inner .title-wrapper {
  margin-bottom: 30px;
}
.process-improvement-section .process-improvement-inner .title-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .title-wrapper h2 {
    font-size: 26px;
  }
}
.process-improvement-section .process-improvement-inner .title-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .title-wrapper p {
    font-size: 16px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-inner-wrapper {
    display: none;
  }
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper::before {
  position: absolute;
  left: 27px;
  top: 44px;
  content: "";
  width: 2px;
  height: 91%;
  background: #D0D0D0;
  background: linear-gradient(90deg, rgb(208, 208, 208) 0%, rgba(0, 0, 0, 0.01) 100%);
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper:last-child::before {
  display: none;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper h6 {
  margin: 0;
  background-color: #C5C5C5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 40px;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper .right-content-section h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .left-sections .box-wrapper .right-content-section p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 26px;
  max-width: 330px;
}
.process-improvement-section .process-improvement-inner .left-right-inner-wrapper .right-image-sections img {
  width: 100%;
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  align-items: center;
  gap: 50px;
  display: none;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper::before {
  position: absolute;
  left: 27px;
  top: 44px;
  content: "";
  width: 2px;
  height: 91%;
  background: #D0D0D0;
  background: linear-gradient(90deg, rgb(208, 208, 208) 0%, rgba(0, 0, 0, 0.01) 100%);
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper::before {
    display: none;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper:last-child::before {
  display: none;
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper h6 {
  margin: 0;
  background-color: #C5C5C5;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  height: 40px;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper h6 {
    width: 40px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper .right-content-section h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper .right-content-section h4 {
    font-size: 18px;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper .right-content-section p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  line-height: 26px;
  max-width: 330px;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .left-sections .outer-box-wrapper .box-wrapper .right-content-section p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .right-image-sections {
    text-align: center;
  }
}
.process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .right-image-sections img {
  width: 100%;
}
@media (max-width: 991px) {
  .process-improvement-section .process-improvement-inner .left-right-mobile-inner-wrapper .right-image-sections img {
    width: 85%;
  }
}

.product-list-top-banner {
  min-height: 800px;
}
@media (max-width: 1024px) {
  .product-list-top-banner {
    min-height: 550px;
  }
}
@media (max-width: 991px) {
  .product-list-top-banner {
    min-height: 350px;
  }
}
.product-list-top-banner::before {
  display: none !important;
}
.product-list-top-banner .top-hedar {
  padding-top: 17%;
}
.product-list-top-banner .top-hedar h1 {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-list-top-banner .top-hedar h1 br {
    display: block !important;
  }
}
.product-list-top-banner .top-hedar h1 .banner-text1 {
  font-size: 78px;
}
@media (max-width: 1199px) {
  .product-list-top-banner .top-hedar h1 .banner-text1 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  .product-list-top-banner .top-hedar h1 .banner-text1 {
    font-size: 32px;
  }
}
.product-list-top-banner .top-hedar h1 .banner-text2 {
  font-size: 104px;
}
@media (max-width: 1199px) {
  .product-list-top-banner .top-hedar h1 .banner-text2 {
    font-size: 94px;
  }
}
@media (max-width: 991px) {
  .product-list-top-banner .top-hedar h1 .banner-text2 {
    font-size: 42px;
  }
}
.product-list-top-banner .top-hedar h1 .banner-text3 {
  font-size: 55px;
}
@media (max-width: 1199px) {
  .product-list-top-banner .top-hedar h1 .banner-text3 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .product-list-top-banner .top-hedar h1 .banner-text3 {
    font-size: 21px;
  }
}

.products-list-sections {
  margin-bottom: 100px;
}
.products-list-sections .products-list-inner .top-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.products-list-sections .products-list-inner .top-title-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-title-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.products-list-sections .products-list-inner .top-title-wrapper p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-title-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .products-list-sections .products-list-inner .top-title-wrapper p br {
    display: none;
  }
}
.products-list-sections .products-list-inner .top-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-section {
    grid-template-columns: 1fr;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper {
  height: 1005;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a {
  height: 100%;
  text-decoration: none;
  padding: 50px 30px;
  border-radius: 35px;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a {
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .inner-wrapper h4 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .inner-wrapper h4 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .inner-wrapper p {
  color: #747474;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .inner-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .inner-wrapper p br {
    display: none;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .image-wrapper {
  margin-top: auto;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .image-wrapper img {
  width: 100%;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(99, 99, 99, 0.12);
  border-radius: 50%;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon {
    width: 60px;
    height: 60px;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon .outer-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CFCFCF;
  padding: 5px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon .outer-wrapper {
    width: 40px;
    height: 40px;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon .outer-wrapper span {
  color: #fff;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .top-section .box-wrapper a .link-icon .outer-wrapper span {
    font-size: 20px;
  }
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover {
  background-color: #E3000F;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover h4 {
  color: #fff;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover p {
  color: #fff;
  opacity: 0.63;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover .link-icon {
  background-color: #eeaeb6;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover .outer-wrapper {
  background-color: #fff;
}
.products-list-sections .products-list-inner .top-section .box-wrapper a:hover .outer-wrapper span {
  color: #D03639;
}
.products-list-sections .products-list-inner .bottom-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .bottom-section {
    grid-template-columns: 1fr;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper {
  height: 100%;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a {
  height: 100%;
  text-decoration: none;
  padding: 50px 30px;
  border-radius: 35px;
  background-color: #F3F3F3;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a {
    padding: 30px 15px;
    border-radius: 24px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .inner-wrapper h4 {
  color: #000;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a .inner-wrapper h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .inner-wrapper p {
  color: #747474;
  font-size: 25px;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a .inner-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .inner-wrappers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .image-wrapper {
  margin-top: auto;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .image-wrapper img {
  width: 100%;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(99, 99, 99, 0.12);
  border-radius: 50%;
  margin-left: auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon {
    width: 60px;
    height: 60px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon .outer-wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CFCFCF;
  padding: 5px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon .outer-wrapper {
    width: 40px;
    height: 40px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon .outer-wrapper span {
  color: #fff;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .products-list-sections .products-list-inner .bottom-section .box-wrapper a .link-icon .outer-wrapper span {
    font-size: 20px;
  }
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover {
  background-color: #E3000F;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover h4 {
  color: #fff;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover p {
  color: #fff;
  opacity: 0.63;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover .link-icon {
  background-color: #eeaeb6;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover .outer-wrapper {
  background-color: #fff;
}
.products-list-sections .products-list-inner .bottom-section .box-wrapper a:hover .outer-wrapper span {
  color: #D03639;
}

.products-list-sections-last .products-list-inner .top-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .products-list-sections-last .products-list-inner .top-section {
    grid-template-columns: 1fr;
  }
}
.products-list-sections-last .products-list-inner .top-section .box-wrapper {
  height: 1005;
}
.products-list-sections-last .products-list-inner .top-section .box-wrapper a .image-wrapper {
  margin-top: unset;
}
.products-list-sections-last .products-list-inner .top-section .box-wrapper a .inner-wrappers {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.products-list-sections-last .products-list-inner .bottom-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .products-list-sections-last .products-list-inner .bottom-section {
    grid-template-columns: 1fr;
  }
}
.products-list-sections-last .products-list-inner .bottom-section .box-wrapper {
  height: 100%;
}
.products-list-sections-last .products-list-inner .bottom-section .box-wrapper a .image-wrapper {
  margin-top: unset;
}
.products-list-sections-last .products-list-inner .bottom-section .box-wrapper a .inner-wrappers {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.questions-answers-section {
  margin-bottom: 100px;
}
.questions-answers-section .questions-answers-inner .top-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.questions-answers-section .questions-answers-inner .top-title-wrapper h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .questions-answers-section .questions-answers-inner .top-title-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.questions-answers-section .questions-answers-inner .top-title-wrapper p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 991px) {
  .questions-answers-section .questions-answers-inner .top-title-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .questions-answers-section .questions-answers-inner .top-title-wrapper p br {
    display: none;
  }
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #A6A6A6;
  border-radius: 0;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item .accordion-header .accordion-button {
  padding-right: 25px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item .accordion-body {
  padding-left: 0;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item .accordion-body p {
  color: #000;
  line-height: 140%;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item .accordion-button::after {
  transition: unset;
  background-image: unset;
  position: absolute;
  right: 0;
  top: 18px;
  content: "+";
  font-family: "Material Icons";
  color: #000;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .left-sections .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  right: 2px;
  color: #000;
}
.questions-answers-section .questions-answers-inner .questions-answers-accordion-wrapper .right-sections .image-wrapper img {
  width: 100%;
}

.by-solutions-top-banner::before {
  background-color: rgba(0, 0, 0, 0.74);
}

.top-bg-section-wrapper {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .top-bg-section-wrapper {
    margin: 80px 0;
  }
}
.top-bg-section-wrapper .top-bg-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
  padding: 220px 100px 120px 70px;
}
@media (max-width: 991px) {
  .top-bg-section-wrapper .top-bg-inner {
    border-radius: 24px;
    padding: 80px 15px;
  }
}
.top-bg-section-wrapper .top-bg-inner h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .top-bg-section-wrapper .top-bg-inner h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.top-bg-section-wrapper .top-bg-inner p {
  max-width: 575px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .top-bg-section-wrapper .top-bg-inner p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}
.top-bg-section-wrapper .top-bg-inner .link-wrapper a {
  display: block;
  width: fit-content;
  text-decoration: none;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  text-align: center;
  padding: 10px 30px;
  transition: 0.3s ease-in-out;
}
.top-bg-section-wrapper .top-bg-inner .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

.left-image-right-content-section {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .left-image-right-content-section {
    margin-bottom: 0px;
  }
}
.left-image-right-content-section .left-image-right-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner {
    grid-template-columns: 1fr;
  }
}
.left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper {
  background-image: linear-gradient(to bottom, #ffffff, #fcfcfc, #f9f9f9, #f7f7f7, #f4f4f4);
  border-radius: 63px;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper {
    border-radius: 24px;
  }
}
.left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper .image-wrapper img {
  width: 100%;
  border-radius: 51px;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper .image-wrapper img {
    border-radius: 24px;
  }
}
.left-image-right-content-section .left-image-right-content-inner .right-content-wrapper {
  height: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, #f4f4f4, #f7f7f7, #f9f9f9, #fcfcfc, #ffffff);
  border-radius: 63px;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .right-content-wrapper {
    border-radius: 24px;
    padding: 80px 15px;
  }
}
.left-image-right-content-section .left-image-right-content-inner .right-content-wrapper h2 {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .right-content-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .right-content-wrapper h2 br {
    display: none;
  }
}
.left-image-right-content-section .left-image-right-content-inner .right-content-wrapper p {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .left-image-right-content-section .left-image-right-content-inner .right-content-wrapper p {
    line-height: 26px;
    max-width: 100%;
    font-size: 16px;
  }
}
.left-image-right-content-section .left-image-right-content-inner .right-content-wrapper .link-wrapper a {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: fit-content;
  text-decoration: none;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  text-align: center;
  padding: 9px 29px;
  transition: 0.3s ease-in-out;
  border: 1px solid #CB1519;
}
.left-image-right-content-section .left-image-right-content-inner .right-content-wrapper .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

.last-left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper {
  padding: 50px;
}
@media (max-width: 991px) {
  .last-left-image-right-content-section .left-image-right-content-inner .left-iamge-wrapper {
    padding: 30px 15px;
  }
}

.bg-content-wrapper {
  margin-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .bg-content-wrapper {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper {
  border: 2px solid #D9D9D9;
  border-radius: 52px;
}
@media (max-width: 991px) {
  .bg-content-wrapper .bg-content-inner .inner-content-wrapper {
    border-radius: 24px;
  }
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 52px;
  padding: 80px 50px;
  text-align: center;
  max-width: 650px;
}
@media (max-width: 991px) {
  .bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper {
    max-width: 100%;
    padding: 80px 15px;
    border-radius: 24px;
  }
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 br {
    display: none;
  }
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper p {
  max-width: 535px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper p {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
  }
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper .link-wrapper a {
  display: block;
  width: fit-content;
  text-decoration: none;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  text-align: center;
  padding: 10px 30px;
  transition: 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

.last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper {
  max-width: 550px;
}
@media (max-width: 991px) {
  .last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper {
    max-width: 100%;
  }
}
.last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper h2 br {
    display: none;
  }
}
.last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper p {
  max-width: 535px;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .last-bg-content-wrapper .bg-content-inner .inner-content-wrapper .box-wrapper p {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }
}

.hover-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 10px;
  border-radius: 21px;
  background-color: #fff;
}
.hover-menu .box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 7px;
  border-radius: 21px;
}
.hover-menu .box-wrapper:first-child {
  background-color: #FFDEDE;
}
.hover-menu .box-wrapper .left-image-wrapper {
  height: 100%;
}
.hover-menu .box-wrapper .left-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.hover-menu .box-wrapper .right-link-wrapper {
  padding: 15px;
}
.hover-menu .box-wrapper .right-link-wrapper h5 {
  color: #737373;
  font-size: 20px;
  font-weight: 500;
}
.hover-menu .box-wrapper .right-link-wrapper h5 a {
  color: #737373;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.hover-menu .box-wrapper .right-link-wrapper ul {
  margin-bottom: 0;
  padding: 0;
}
.hover-menu .box-wrapper .right-link-wrapper ul li {
  padding-left: 10px;
  list-style: none;
  position: relative;
  margin-bottom: 5px;
}
.hover-menu .box-wrapper .right-link-wrapper ul li:last-child {
  margin-bottom: 0;
}
.hover-menu .box-wrapper .right-link-wrapper ul li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 50%;
}
.hover-menu .box-wrapper .right-link-wrapper ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.hover-menu .box-wrapper .right-link-wrapper ul li a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.home-products-bottom-last a {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}
@media (max-width: 1199px) {
  .home-products-bottom-last a {
    grid-template-columns: 1fr !important;
  }
}
.home-products-bottom-last a .inner-wrapper {
  padding-top: 13% !important;
  padding-left: 15%;
}
@media (max-width: 1199px) {
  .home-products-bottom-last a .inner-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
}
.home-products-bottom-last a .inner-wrapper p {
  max-width: 420px;
}
.home-products-bottom-last a .inner-wrapper .link-icon {
  margin-left: auto;
}

.offcanvas-header .btn-close {
  opacity: 1;
}
.offcanvas-header .btn-close:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
.offcanvas-header .offcanvas-title a img {
  width: 100%;
  max-width: 130px;
}

.mobile-menu-wrapper {
  padding-top: 50px;
}
.mobile-menu-wrapper .border-none {
  border: none !important;
}
.mobile-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.mobile-menu-wrapper ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-menu-wrapper ul li:last-child {
  border: none !important;
}
.mobile-menu-wrapper ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
  display: block;
  padding: 7px 0;
}
.mobile-menu-wrapper ul li a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.mobile-menu-wrapper ul li .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mobile-menu-wrapper ul li .accordion-item .accordion-button {
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-button::after {
  background-image: unset;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 20px;
  font-weight: 100 !important;
  color: #000;
  position: absolute;
  right: 0;
  width: unset;
  height: unset;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\e15b";
  font-size: 24px;
  font-weight: 100 !important;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-body {
  padding: 0 8px;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-body .accordion-item .accordion-button {
  font-size: 15px;
}
.mobile-menu-wrapper ul li .accordion-item .accordion-body ul li a {
  font-size: 15px;
}
.mobile-menu-wrapper ul .mobile-link {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu-wrapper ul .mobile-link {
    display: block;
  }
}
.mobile-menu-wrapper .mobile-address-link {
  margin-top: 50px;
}
.mobile-menu-wrapper .mobile-address-link a {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 8px;
  color: #000;
  padding: 0;
  font-weight: 400;
}
.mobile-menu-wrapper .mobile-address-link a span {
  color: #000;
  font-size: 16px;
}

@media (max-width: 1600px) {
  .principles-box {
    padding: 30px 15px !important;
  }
}

@media (max-width: 1600px) {
  .map-text::before {
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-size: 100% 75% !important;
    display: none !important;
  }
}

@media (max-width: 1600px) {
  .map-text img {
    border: 3px solid #D9D9D9;
    padding: 30px;
    border-radius: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .map-text img {
    padding: 20px 15px;
  }
}

@media (max-width: 1440px) {
  .foundation-details {
    padding: 98px 50px !important;
  }
}
@media (max-width: 1366px) {
  .foundation-details {
    padding: 30px !important;
    border-radius: 50px;
    background-size: cover !important;
    width: 45% !important;
  }
}
@media (max-width: 1024px) {
  .foundation-details {
    width: 100% !important;
  }
}

@media (max-width: 1680px) {
  .essence {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1440px) {
  .essence {
    height: 1150px !important;
  }
}
@media (max-width: 1199px) {
  .essence {
    padding-bottom: 100px !important;
    height: 715px !important;
    margin-top: 50px;
  }
}
@media (max-width: 1440px) {
  .essence .essence-details {
    padding: 75px 50px !important;
    border-radius: 50px;
  }
}
@media (max-width: 1366px) {
  .essence .essence-details {
    padding: 30px !important;
  }
}
@media (max-width: 1024px) {
  .essence .essence-details {
    width: 100% !important;
  }
}

@media (max-width: 1440px) {
  .principles {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .kisan {
    display: none;
  }
}

@media (max-width: 1199px) {
  .principles-datil {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .principles-datil {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1024px) {
  .mission-vision {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  .mission-vision-detail {
    flex-direction: column-reverse;
    gap: 15px;
    margin-bottom: 15px;
    align-items: unset !important;
  }
}

@media (max-width: 1024px) {
  .value-detail {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .value-detail::before {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .value-box {
    padding: 15px !important;
  }
}

@media (max-width: 1024px) {
  .value-text {
    padding: 15px !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .mobile-100 {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .mission-vision-text {
    height: unset !important;
    padding: 30px 15px !important;
  }
}

@media (max-width: 1024px) {
  .mission-vision-img img:first-child {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: -25px !important;
  }
}

@media (max-width: 1024px) {
  .mission-vision-detail:first-child {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1024px) {
  .mission-vision-detail:last-child {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .top-hedar h6 {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .top-hedar h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .top-hedar h1 {
    font-size: 26px !important;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .top-hedar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .top-banner .container-custom {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .map-text h1 {
    font-size: 50px !important;
  }
}

@media (max-width: 991px) {
  .map-text h2 {
    font-size: 26px !important;
  }
}

@media (max-width: 991px) {
  .worl-text p {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .map-text img {
    margin-top: 20px !important;
  }
  .foundation-details {
    padding: 30px 15px !important;
  }
  .foundation-details h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .foundation-details p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .essence-details {
    padding: 30px 15px !important;
  }
  .mission-vision-text h2,
  .value-text h2 {
    font-size: 26px !important;
  }
  .mission-vision-text p,
  .value-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .value-box-text {
    flex-direction: column;
    gap: 15px;
  }
  .value-box-text .value-box-dtail {
    text-align: center;
  }
  .value-box-dtail h6 {
    font-size: 17px !important;
  }
  .value-box-dtail p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .values {
    padding-bottom: 0 !important;
  }
  .principles-hading h2 {
    font-size: 26px !important;
  }
  .principles-box h5 {
    font-size: 20px !important;
  }
  .principles-box p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .essence .essence-details {
    padding: 30px 15px !important;
  }
  .principles {
    position: relative;
    z-index: 1;
  }
}
.branding-img .mobile-img {
  display: none;
}

.branding-text-box .mobile-branding-icon {
  display: none;
}

@media (max-width: 1440px) {
  .branding-text-box {
    width: 70% !important;
  }
  .spesific-text .icon1 {
    right: 59px !important;
    top: 2px !important;
  }
  .spesific2-text .icon1 {
    left: 55px !important;
    top: 0 !important;
  }
}
@media (max-width: 1366px) {
  .branding-text-box {
    width: 74.7% !important;
  }
  .branding {
    padding: 100px 0 150px 0 !important;
  }
  .spesific-text {
    background-image: unset !important;
    background-color: #F5F5F5;
    border-radius: 28px;
    padding: 40px !important;
  }
  .spesific {
    align-items: unset !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .spesific-images img {
    width: 100%;
  }
  .branding-text-box h2,
  .spesific-text h2 {
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }
  .branding-text-box h2 br,
  .spesific-text h2 br {
    display: none;
  }
  .spesific-text .icon1 {
    position: unset !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    margin-bottom: 15px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .branding-img img {
    margin-top: 15px !important;
  }
  .branding-img .desktop-img {
    display: none;
  }
  .branding-img .mobile-img {
    display: block;
    width: 100%;
    border-radius: 28px;
  }
  .branding-text-box {
    width: 100% !important;
  }
  .branding-text-box .branding-icon {
    position: unset !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .branding-text-box .mobile-branding-icon {
    display: flex;
    margin-bottom: 15px;
  }
  .branding-text-box .desktop-branding-icon {
    display: none;
  }
  .market-spesific3 {
    padding-bottom: 100px !important;
  }
  .market-spesific2 {
    padding: 100px 0 !important;
  }
  .spesificimg {
    margin-top: 0 !important;
  }
  .branding {
    padding: 100px 0 !important;
  }
}
@media (max-width: 991px) {
  .branding-text-box {
    border-radius: 24px !important;
    padding: 25px !important;
  }
  .branding-text-box .branding-icon {
    width: 100px !important;
    height: 100px !important;
  }
  .branding-text-box h2,
  .spesific-text h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .branding-text-box p,
  .spesific-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .spesific {
    grid-template-columns: 1fr;
  }
  .spesific-text .icon1 {
    width: 100px !important;
    height: 100px !important;
  }
  .spesific-text {
    padding: 25px !important;
  }
}
@media (max-width: 1440px) {
  .mission-vision-detail {
    margin-bottom: 10px;
    display: grid !important;
    grid-template-columns: 1fr 1.1fr !important;
  }
  .mission-vision-detail:last-child {
    grid-template-columns: 1.05fr 1fr !important;
    margin-bottom: 0;
  }
  .mission-vision-img1 {
    height: 100%;
  }
  .mission-vision-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
  }
  .expo-icon {
    width: 126px !important;
    height: 126px !important;
  }
  .expo1 {
    height: 100% !important;
  }
  .multi-market-img img {
    width: 100%;
    margin-left: unset !important;
    margin-top: unset !important;
  }
  .supply-details {
    border-radius: 51px !important;
    background-size: cover !important;
  }
  .multi-market-box {
    padding: 25px;
  }
  .multi-market {
    padding-top: 0 !important;
  }
}
@media (max-width: 1366px) {
  .shipment-text {
    padding: 155px 0 !important;
  }
}
@media (max-width: 1199px) {
  .ship-img img {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .export-distribution-mission-vision {
    margin: 100px 0 !important;
  }
  .export-distribution-mission-vision .mission-vision-detail {
    display: flex !important;
    flex-direction: column-reverse !important;
    margin-bottom: 40px !important;
  }
  .export-distribution-mission-vision .mission-vision-detail .mission-vision-img1.img1 .expo-icon {
    display: none;
  }
  .export-distribution-mission-vision .mission-vision-detail .mission-vision-text {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .export-distribution-global-market {
    background-size: cover !important;
    background-position: center !important;
  }
  .export-distribution-global-market .foundation-details {
    background-image: unset;
    background-color: rgba(1, 33, 74, 0.9);
    border-radius: 24px !important;
  }
  .export-distribution-global-market .foundation-details h2 br {
    display: none;
  }
  .export-distribution-shipment .shipment-text {
    padding: 100px 15px 50px 15px !important;
  }
  .export-distribution-shipment .shipment-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .export-distribution-shipment .shipment-text p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    width: 100% !important;
  }
  .export-distribution-shipment .shipment-box {
    background-image: url(./assets/images/export-distribution-services/ship-bg-mobile.png) !important;
    border-radius: 24px !important;
    background-position: right;
  }
  .export-distribution-multi-market .foundation-details {
    border-radius: 24px;
  }
  .export-distribution-multi-market .market-details p {
    padding: 0 !important;
  }
  .export-distribution-bottom-market .multi-market-box {
    padding: 30px 15px !important;
    border-radius: 24px;
  }
  .export-distribution-bottom-market .multi-market-box .multi-market-text {
    padding-left: 0 !important;
    margin-bottom: 15px;
  }
  .export-distribution-bottom-market .multi-market-box .multi-market-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .export-distribution-bottom-market .multi-market-box .multi-market-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .export-distribution-supply .supply-details {
    border-radius: 24px !important;
  }
}
@media (max-width: 766px) {
  .export-distribution-shipment .shipment-text {
    padding: 50px 15px !important;
  }
}
@media (max-width: 1440px) {
  .well-being-detail {
    gap: 15px !important;
  }
  .well-being-box {
    padding: 30px 15px !important;
  }
  .well-being-box p {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .well-being-detail {
    grid-template-columns: 1fr !important;
  }
  .csr-last-number .stats-container {
    grid-template-columns: 1fr !important;
  }
  .define {
    height: auto !important;
  }
  .well-being {
    background-size: cover !important;
    padding: 100px 0 !important;
  }
  .rural-development::before {
    background-size: cover !important;
    border-radius: 0 !important;
  }
  .skill-development-left,
  .environmental {
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  .sourcing-farming-top-paragraph .top-paragraph-inner {
    max-width: 100%;
  }
  .sourcing-farming-top-paragraph .top-paragraph-inner .new-groth {
    font-size: 26px !important;
  }
  .culture-title h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .culture-title p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .culture-title p br {
    display: none;
  }
  .rural-development-text h3 {
    font-size: 32px !important;
  }
  .rural-development-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .skill-development {
    padding-bottom: 0 !important;
  }
  .well-being-box h4 {
    font-size: 18px !important;
  }
  .well-being-box p {
    font-size: 16px !important;
  }
  .well-being-box img {
    width: 60px !important;
  }
  .csr-last-number .stat-box {
    padding: 30px 15px !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
  }
  .csr-last-number .stat-box:last-child {
    border-bottom: 0px solid transparent !important;
  }
  .csr-last .stats-container {
    margin-top: 40px !important;
  }
  .stat-box {
    border-radius: 15px !important;
  }
  .csr-lastpar {
    font-size: 16px !important;
  }
  .csr-lastpar p {
    font-size: 16px;
  }
  .csr-lastpar p br {
    display: none;
  }
  .mazor-workplace-section {
    padding-bottom: 0 !important;
  }
}
.followimg img {
  border: 1px solid #D5D5D5;
  border-radius: 10px;
}

@media (max-width: 1599px) {
  .sourcing-farming-top-paragraph .top-paragraph-inner {
    max-width: 100% !important;
  }
  .followimg {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .followimg img {
    object-fit: cover !important;
    object-position: center !important;
  }
  .form-left,
  .form-right {
    padding: 35px 15px !important;
  }
}
@media (max-width: 1365px) {
  .form-left {
    width: 100% !important;
  }
  .con-detail {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .cont-main {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr;
  }
  .nanigloble-text {
    padding: 30px 15px !important;
  }
  .department-detail {
    padding: 0 !important;
  }
  .con-detail {
    padding: 0 !important;
    gap: 15px !important;
  }
  .con-detail .con-box {
    padding: 20px 15px !important;
  }
  .form-right p br {
    display: none;
  }
  .followimg {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .calendr {
    height: auto !important;
    padding: 30px 15px !important;
  }
}
@media (max-width: 991px) {
  .con-detail {
    grid-template-columns: 1fr !important;
  }
  .nanigloble-detail {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .nanigloble-map {
    width: 100% !important;
  }
  .department-detail {
    grid-template-columns: 1fr !important;
  }
  .followimg {
    grid-template-columns: 1fr 1fr !important;
  }
  .form-right p {
    font-size: 16px !important;
  }
  .form-right p br {
    display: none !important;
  }
  .form-right .calbutton {
    font-size: 16px !important;
  }
  .department-box {
    padding: 20px 15px !important;
    gap: 12px !important;
  }
  .nanigloble-icon {
    gap: 12px !important;
  }
  .nanigloble-icon a br {
    display: none !important;
  }
  .follow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .follow a img {
    width: 60px;
    height: 60px;
  }
  .follow a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .nanigloble-icon p {
    margin-bottom: 0 !important;
  }
  .submit-btn.pi_form_submit {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .followimg {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1399px) {
  .development-detail {
    gap: 15px !important;
  }
}
@media (max-width: 1199px) {
  .careers-current-openings-section .openings-box1 {
    padding: 30px 15px !important;
  }
}
@media (max-width: 991px) {
  .careers-define-section {
    padding: 80px 0 !important;
  }
  .careers-culture-section .culture-details {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .careers-common-practise-section .common-details {
    grid-template-columns: 1fr !important;
    padding: 30px 0 !important;
  }
  .careers-employee-stories-section .stories-details {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 767px) {
  .careers-culture-section .culture-details {
    grid-template-columns: 1fr !important;
  }
  .careers-culture-section .culture-details .culture-box {
    padding: 30px 15px !important;
  }
  .careers-culture-section .culture-details .culture-box h5 {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
  }
  .careers-culture-section .culture-details .culture-box p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .careers-culture-section .culture-details .culture-box p br {
    display: none;
  }
  .careers-define-section {
    margin-bottom: 0 !important;
  }
  .careers-define-section .define-title {
    padding-bottom: 0 !important;
  }
  .careers-define-section .define-us .stat-number {
    font-size: 52px !important;
  }
  .careers-define-section .define-us .stat-description {
    font-size: 16px !important;
  }
  .careers-principles-section .principleswe-left {
    margin-bottom: 40px;
  }
  .careers-principles-section .principleswe-box h4 {
    font-size: 24px !important;
  }
  .careers-principles-section .principleswe-box p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .careers-common-practise-section .culture-title {
    margin-bottom: 20px !important;
  }
  .careers-common-practise-section .common-box {
    padding: 20px 15px !important;
  }
  .careers-common-practise-section .common-box img {
    width: 60px;
  }
  .careers-common-practise-section .common-box p {
    padding-top: 4px !important;
    font-size: 16px !important;
    margin-left: 0 !important;
  }
  .careers-employee-stories-section .stories-tab .nav-tabs .nav-item.show .nav-link,
  .careers-employee-stories-section .stories-tab .nav-tabs .nav-link.active,
  .careers-employee-stories-section .stories-tab .nav-tabs .nav-link {
    font-size: 16px !important;
    margin: 0 2px !important;
    padding: 8px 15px !important;
  }
  .careers-life-at-nani-section .life-details {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .careers-current-openings-section .openings-box {
    padding: 30px 15px !important;
  }
  .careers-current-openings-section .openings-box1 h2 {
    font-size: 20px !important;
  }
  .careers-current-openings-section .openings-box1 p {
    font-size: 16px !important;
  }
  .careers-current-openings-section .openings-box1 img {
    margin: 0 5px !important;
  }
  .careers-current-openings-section .openings-box1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .careers-current-openings-section .openings-tag a {
    display: block;
    width: fit-content;
    font-size: 16px !important;
    padding: 10px 15px !important;
  }
  .careers-apply-section .development-img {
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  .careers-apply-section .development-detail {
    grid-template-columns: 1fr !important;
  }
  .careers-apply-section .development-box img {
    width: 60px;
  }
  .careers-apply-section .development-box h5 {
    font-size: 18px;
  }
  .careers-apply-section .development-box p {
    line-height: 26px;
  }
  .careers-start-journey-section .culture-title h2 br {
    display: none;
  }
  .careers-start-journey-section .last-conbut {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
  .careers-start-journey-section .last-conbut a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .careers-principles-section .principleswe-box {
    padding-right: 15px !important;
  }
  .careers-define-section .define-us .stat-box {
    padding-bottom: 60px !important;
  }
  .careers-employee-stories-section .stories-box {
    padding: 30px 15px !important;
  }
  .careers-current-openings-section .openings-box1 h2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .careers-current-openings-section .openings-box1 h2 span {
    margin-left: 0;
    width: fit-content;
  }
  .careers-current-openings-section .openings-box1 img {
    width: 28px !important;
  }
  .careers-current-openings-section .openings-box1 h6 {
    font-size: 14px !important;
  }
  .careers-current-openings-section .openings-tag a img {
    width: 20px !important;
  }
  .careers-apply-section .imgnum-tex h6 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .careers-start-journey-section .culture-title {
    margin-bottom: 0;
  }
}
@media (max-width: 1900px) {
  .retail {
    background-image: url(./assets/images/integrated-supply-chain-operations/last-banner-img.png) !important;
    margin-bottom: 100px !important;
  }
}
.retail .boxretail {
  display: none !important;
}
.retail .retail-box {
  background-image: url(./assets/images/integrated-supply-chain-operations/last-bg-img.png) !important;
  border-radius: 63px;
  background-size: cover !important;
}

.retail-box {
  background-repeat: no-repeat !important;
}

@media (max-width: 1599px) {
  .integrated-world-class1-section {
    padding-bottom: 50px !important;
  }
  .integrated-world-class2-section {
    padding-bottom: 50px !important;
  }
  .integrated-world-class3-section {
    padding-bottom: 100px !important;
  }
  .integrated-infrastructure-section {
    margin-bottom: 50px !important;
  }
  .integrated-retail-form-section {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1199px) {
  .integrated-heding p {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .integrated-two .integrated-detail {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .integrated-world-class3-section .scal-detail {
    grid-template-columns: 1fr;
  }
  .integrated-world-class3-section .pack-detail {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  .integrated-retail-form-section .datilspage-form {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .retail .retail-box {
    padding: 40px 15px !important;
  }
  .retail {
    height: unset !important;
    background-size: cover !important;
  }
  .integrated-world-class2-section .end-img img {
    width: 100%;
  }
  .integrated-world-class1-section .wold-img {
    grid-template-columns: 1fr !important;
    padding: 70px 15px !important;
    gap: 15px;
  }
  .integrated-heding h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .integrated-heding p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 0 !important;
  }
  .integrated-two .integrated-text {
    padding: 30px 15px !important;
    border-radius: 24px !important;
  }
  .integrated-two .integrated-text h5 {
    font-size: 22px !important;
  }
  .integrated-two .integrated-text h5 br {
    display: none;
  }
  .integrated-two .integrated-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .integrated-infrastructure-section .foundation-details {
    border-radius: 24px !important;
  }
  .integrated-infrastructure-section .foundation-details h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .integrated-infrastructure-section .foundation-details h2 br {
    display: none;
  }
  .integrated-infrastructure-section .foundation-details p {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 0 !important;
  }
  .integrated-world-class1-section .wold-heding h2 {
    font-size: 26px !important;
    margin-bottom: 15px;
  }
  .integrated-world-class1-section p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .integrated-world-class1-section p br {
    display: none;
  }
  .integrated-world-class1-section .wold-img::after {
    border-radius: 24px !important;
  }
  .integrated-world-class2-section .wold-heding h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .integrated-world-class2-section p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .integrated-world-class2-section p br {
    display: none;
  }
  .integrated-world-class2-section a {
    font-size: 16px !important;
  }
  .integrated-world-class3-section h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .integrated-world-class3-section p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .integrated-world-class3-section p br {
    display: none;
  }
  .integrated-world-class3-section .scal-box {
    border-radius: 24px !important;
  }
  .integrated-world-class3-section .scal-box .scal-text h5 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }
  .integrated-world-class3-section .scal-box .scal-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .integrated-world-class3-section .scal-box .scal-text p br {
    display: none;
  }
  .integrated-world-class3-section .pack-box {
    padding: 50px 15px !important;
  }
  .integrated-world-class3-section .pack-box h2 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
  }
  .integrated-world-class3-section .pack-box h3 {
    font-size: 26px !important;
    margin-bottom: 30px !important;
  }
  .integrated-world-class3-section .pack-box p {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .last-retail-section .retail-box {
    border-radius: 24px !important;
  }
  .last-retail-section .retail-box h2 {
    font-size: 26px !important;
    margin-bottom: 15px;
  }
  .last-retail-section .retail-box p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .last-retail-section .retail-box p br {
    display: none;
  }
  .integrated-retail-form-section h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 575px) {
  .integrated-two .integrated-detail {
    grid-template-columns: 1fr !important;
  }
  .integrated-world-class3-section .scal-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 15px !important;
  }
  .integrated-world-class3-section .scal-box .scal-img img {
    width: 100%;
  }
  .integrated-world-class3-section .retail-box p {
    margin: 0 !important;
    width: 100% !important;
  }
  .retail-box p {
    width: 100% !important;
  }
  .retail {
    padding-bottom: 85px !important;
  }
}
@media (max-width: 1499px) {
  .Philosophy-text {
    width: 100% !important;
  }
  .Philosophy-text1 {
    padding: 60px 25px !important;
  }
}
@media (max-width: 1399px) {
  .integrated-heding p {
    padding: 0 !important;
  }
  .testing-detail {
    padding-left: 40px !important;
  }
  .philosophy-two {
    padding: 100px 0 !important;
  }
  .Philosophy-text {
    padding-left: 0 !important;
  }
  .Certifications {
    padding-bottom: 100px !important;
  }
  .Philosophy-text1 {
    padding: 45px 25px !important;
  }
}
@media (max-width: 1199px) {
  .philosophy-box1 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .Certifications-box {
    display: grid !important;
    grid-template-columns: 0.4fr 0.6fr !important;
  }
  .Certifications-img img {
    width: 100%;
  }
  .imgtesting {
    top: 10%;
    left: -10% !important;
  }
  .tedtingicon {
    right: 40px !important;
    bottom: 40px !important;
  }
  .tedtingicon img {
    padding: 20px !important;
    width: 100px;
  }
  .testing {
    padding-bottom: 100px !important;
  }
  .Philosophy-img img {
    width: 100%;
  }
  .Certifications-img {
    padding: 45px 0 !important;
  }
}
@media (max-width: 991px) {
  .philosophy-box {
    border-radius: 24px !important;
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    padding: 30px 15px !important;
  }
  .Philosophy-text {
    padding: 0 !important;
  }
  .Philosophy-text h2,
  .Philosophy-text1 h2,
  .testing-text h2 {
    font-size: 26px !important;
    margin-bottom: 15px !important;
  }
  .Philosophy-text h2 br,
  .Philosophy-text1 h2 br,
  .testing-text h2 br {
    display: none;
  }
  .Philosophy-text p,
  .Philosophy-text1 p,
  .testing-text p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .philosophy-box1 {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 40px !important;
  }
  .Philosophy-text1 {
    padding: 30px 15px !important;
    border-radius: 24px !important;
  }
  .Philosophy-text1 h5 {
    font-size: 24px !important;
  }
  .testing-detail {
    flex-direction: column;
    padding: 0 !important;
    gap: 80px !important;
  }
  .testing-text {
    padding: 0 !important;
  }
  .testing-img img {
    width: 100%;
  }
  .imgtesting {
    max-width: 200px !important;
    top: -40px !important;
    left: 10px !important;
  }
  .laboratory-detail {
    border-radius: 24px !important;
  }
  .laboratory-detail h2 br {
    display: none;
  }
  .laboratory-detail p {
    padding: 0 !important;
    line-height: 26px !important;
  }
  .laboratory {
    background-size: cover !important;
    margin-bottom: 50px !important;
  }
  .Certifications-box {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  .Certifications-box .Philosophy-text p {
    padding: 0 !important;
  }
  .Certifications-img::after {
    width: 90% !important;
    border-radius: 24px !important;
  }
  .Certifications-img {
    padding: 25px 0 !important;
  }
  .tedtingicon img {
    width: 100px !important;
    padding: 25px !important;
  }
  .tedtingicon {
    right: 20px !important;
    bottom: 20px !important;
  }
}
@media (max-width: 1399px) {
  .processing-top-img-section img {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 1399px) {
  .processing-advanced-section {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1399px) {
  .processing-advanced-section .advanced-heding h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .processing-advanced-section .advanced-paregraf a {
    font-size: 16px;
    padding: 15px 25px !important;
  }
}
@media (max-width: 991px) {
  .processing-advanced-section .advanced-heding {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr !important;
  }
  .processing-advanced-section .advanced-heding h2 {
    border: none;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .processing-advanced-section .advanced-heding h2 br {
    display: none;
  }
  .processing-advanced-section .advanced-heding p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1399px) {
  .processing-advanced-section .advanced-text {
    margin: 0 40px;
    margin-top: -110px;
  }
}
@media (max-width: 991px) {
  .processing-advanced-section .advanced-text {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 15px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 30px;
  }
  .processing-advanced-section .advanced-text .advanced-paregraf {
    width: 100%;
  }
  .processing-advanced-section .advanced-text h5 {
    font-size: 20px;
  }
  .processing-advanced-section .advanced-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .processing-advanced-section .advanced-text a {
    display: block;
    width: fit-content;
    padding: 10px 25px !important;
  }
}

@media (max-width: 1399px) {
  .processing-custom-section {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1399px) {
  .processing-system-section {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 1599px) {
  .processing-quality-processing-section {
    background-size: cover !important;
  }
}

.value-box .value-box-text:nth-child(3n+1) {
  background-color: #F4F4F4;
}

.value-box .value-box-text:nth-child(3n+2) {
  background-color: #FFE6E6;
}

.value-box .value-box-text:nth-child(3n) {
  background-color: #E2F2E0;
}

@media (max-width: 1199px) {
  .our-identity-values-about-principals-section {
    margin-bottom: 0 !important;
  }
}

.about-core-essence-section .essence-details {
  padding: 120px 50px !important;
}
@media (max-width: 1499px) {
  .about-core-essence-section .essence-details {
    padding: 50px !important;
  }
}

@media (max-width: 991px) {
  .our-identity-values-core-essence-section .essence-text {
    border-radius: 24px;
  }
}
.our-identity-values-core-essence-section .essence-text .essence-details {
  border-radius: 50px;
}
@media (max-width: 991px) {
  .our-identity-values-core-essence-section .essence-text .essence-details {
    padding: 30px 15px !important;
    border-radius: 24px;
  }
}

@media (max-width: 991px) {
  .our-identity-values-great-taste-section .map-text img {
    border-radius: 24px;
  }
}

.our-identity-values-foundation .foundation-text {
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-identity-values-foundation .foundation-text {
    border-radius: 24px;
  }
}
.our-identity-values-foundation .foundation-text .foundation-details {
  border-radius: 50px;
}
@media (max-width: 991px) {
  .our-identity-values-foundation .foundation-text .foundation-details {
    border-radius: 24px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .our-identity-values-mission-vision .mission-vision-detail {
    grid-template-columns: 1fr !important;
  }
  .our-identity-values-mission-vision .mission-vision-detail .mission-vision-text {
    border-radius: 24px;
  }
  .our-identity-values-mission-vision .mission-vision-detail:first-child {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 991px) {
  .our-identity-values-mission-vision .mission-vision-detail .mission-vision-img img {
    border-radius: 24px;
  }
}

@media (max-width: 991px) {
  .our-pillars-section .value-detail {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .our-pillars-section .value-detail::before {
    border-radius: 24px;
  }
}
.our-pillars-section .value-text {
  width: 50%;
  padding: 0 140px;
}
@media (max-width: 1399px) {
  .our-pillars-section .value-text {
    padding: 0 95px;
  }
}
@media (max-width: 1199px) {
  .our-pillars-section .value-text {
    padding: 0 15px;
  }
}

.pillars-slider {
  padding: 30px 0 50px 0;
}
.pillars-slider .splide__track .splide__list .splide__slide {
  padding: 18px;
  padding-right: 30px;
}
.pillars-slider .splide__track .splide__list .splide__slide .value-box-text {
  margin-bottom: 0;
  transition: 0.1s ease-in-out !important;
}
@media (max-width: 767px) {
  .pillars-slider .splide__track .splide__list .splide__slide .value-box-text {
    box-shadow: none !important;
    background-color: #b98134;
  }
}
.pillars-slider .splide__track .splide__list .is-prev .value-box-text {
  background-color: #e05f5f;
}
@media (max-width: 767px) {
  .pillars-slider .splide__track .splide__list .is-prev .value-box-text {
    background-color: #b98134;
  }
}
.pillars-slider .splide__track .splide__list .is-active .value-box-text {
  background-color: #8f7e7e;
  box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media (max-width: 767px) {
  .pillars-slider .splide__track .splide__list .is-active .value-box-text {
    box-shadow: none !important;
    background-color: #b98134;
  }
}
.pillars-slider .splide__track .splide__list .is-next .value-box-text {
  background-color: #48743b;
}
@media (max-width: 767px) {
  .pillars-slider .splide__track .splide__list .is-next .value-box-text {
    background-color: #b98134;
  }
}

.new-our-approach-details-wrapper {
  display: flex;
  gap: 24px;
  width: 100%;
  transition: gap 0.5s ease;
}
@media (max-width: 991px) {
  .new-our-approach-details-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.new-our-approach-details-wrapper .section {
  min-height: 375px;
  flex: 1;
  min-width: 0;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 36px;
  cursor: pointer;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s ease;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .new-our-approach-details-wrapper .section {
    min-height: unset;
    border-radius: 24px;
    padding: 30px 15px;
  }
}
.new-our-approach-details-wrapper .section.section-1 {
  background-color: #48743b;
}
.new-our-approach-details-wrapper .section.section-2 {
  background-color: #e05f5f;
}
.new-our-approach-details-wrapper .section.section-2 .section-content .section-left .icon-wrapper img {
  max-width: 37px;
}
.new-our-approach-details-wrapper .section.section-3 {
  background-color: #eac03f;
}
.new-our-approach-details-wrapper .section.section-3 .section-content .section-left .icon-wrapper img {
  width: 63px;
}
.new-our-approach-details-wrapper .section .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: flex-direction 0.5s cubic-bezier(0.4, 0, 0.2, 1), gap 0.5s ease, text-align 0.5s ease;
}
.new-our-approach-details-wrapper .section .section-content .section-left .icon-wrapper {
  margin-bottom: 15px;
  flex-shrink: 0;
  transition: margin 0.5s ease-in-out;
}
.new-our-approach-details-wrapper .section .section-content .section-left .icon-wrapper img {
  width: 53px;
}
@media (max-width: 1199px) {
  .new-our-approach-details-wrapper .section .section-content .section-left .icon-wrapper img {
    width: 32px !important;
  }
}
.new-our-approach-details-wrapper .section .section-content .section-left h4 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
  line-height: auto;
}
@media (max-width: 1199px) {
  .new-our-approach-details-wrapper .section .section-content .section-left h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.new-our-approach-details-wrapper .section .section-content .section-left .section-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}
.new-our-approach-details-wrapper .section .section-content .section-left p {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin-bottom: 0;
  line-height: 21px;
  max-width: 250px;
}
@media (max-width: 1199px) {
  .new-our-approach-details-wrapper .section .section-content .section-left p {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.new-our-approach-details-wrapper .section .section-content .section-left .section-text-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.new-our-approach-details-wrapper .section .section-content .section-left .section-text-wrap .section-text {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 21px;
  max-width: 250px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, padding 0.6s ease;
}
@media (max-width: 1199px) {
  .new-our-approach-details-wrapper .section .section-content .section-left .section-text-wrap .section-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}
.new-our-approach-details-wrapper .section .section-content .section-image-wrap {
  flex: 0 0 0;
  min-width: 0;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 12px;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1), min-width 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-width 0.6s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 991px) {
  .new-our-approach-details-wrapper .section .section-content .section-image-wrap {
    overflow: unset;
  }
}
.new-our-approach-details-wrapper .section .section-content .section-image-wrap .section-image {
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}
.new-our-approach-details-wrapper .section.active, .new-our-approach-details-wrapper .section:hover {
  flex: 2;
}
.new-our-approach-details-wrapper .section.active .section-content, .new-our-approach-details-wrapper .section:hover .section-content {
  flex-direction: row;
  align-items: stretch;
  text-align: left;
  gap: 24px;
}
@media (max-width: 991px) {
  .new-our-approach-details-wrapper .section.active .section-content, .new-our-approach-details-wrapper .section:hover .section-content {
    flex-direction: column;
  }
}
.new-our-approach-details-wrapper .section.active .section-content .section-left, .new-our-approach-details-wrapper .section:hover .section-content .section-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.new-our-approach-details-wrapper .section.active .section-content .section-left .section-text-wrap, .new-our-approach-details-wrapper .section:hover .section-content .section-left .section-text-wrap {
  max-height: 150px;
}
.new-our-approach-details-wrapper .section.active .section-content .section-left .section-text-wrap .section-text, .new-our-approach-details-wrapper .section:hover .section-content .section-left .section-text-wrap .section-text {
  opacity: 1;
}
.new-our-approach-details-wrapper .section.active .section-content .section-image-wrap, .new-our-approach-details-wrapper .section:hover .section-content .section-image-wrap {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  max-height: none;
}
.new-our-approach-details-wrapper .section.active .section-content .section-image-wrap .section-image, .new-our-approach-details-wrapper .section:hover .section-content .section-image-wrap .section-image {
  opacity: 1;
}

@keyframes rippleEffect {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.global-country-name-wrapper {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .global-country-name-wrapper .desktop-country-name-wrapper {
    display: none;
  }
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}
@media (max-width: 1599px) {
  .global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper {
    grid-template-columns: repeat(5, 1fr);
    padding-left: 20px;
  }
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul {
  margin: 0;
  padding: 0;
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li {
  list-style: none;
  margin-bottom: 8px;
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li:last-child {
  margin-bottom: 0;
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li p img {
  width: 30px;
}
@media (max-width: 1366px) {
  .global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li p img {
    width: 22px;
  }
}
@media (max-width: 1399px) {
  .global-country-name-wrapper .desktop-country-name-wrapper .country-box-inner-wrapper .country-box ul li p {
    font-size: 14px;
  }
}
.global-country-name-wrapper .mobile-country-name-wrapper {
  display: none;
}
@media (max-width: 1199px) {
  .global-country-name-wrapper .mobile-country-name-wrapper {
    display: block;
  }
}
.global-country-name-wrapper .mobile-country-name-wrapper .country-slider .item p {
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
}
.global-country-name-wrapper .mobile-country-name-wrapper .country-slider .item p img {
  width: 30px;
}
@media (max-width: 1366px) {
  .global-country-name-wrapper .mobile-country-name-wrapper .country-slider .item p img {
    width: 20px;
  }
}

.product-top-banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 88%;
}
.product-top-banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.74);
  width: 100%;
  height: 88%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.product-top-banner .prodect-detail img {
  border-radius: 32px;
}
@media (max-width: 991px) {
  .product-top-banner .prodect-detail img {
    border-radius: 15px;
  }
}
@media (max-width: 479px) {
  .product-top-banner .prodect-detail img {
    min-height: 220px;
    object-fit: cover;
    object-position: center;
  }
}

.turmeric-details-new-section {
  text-align: center;
  padding: 50px 0 30px 0;
}
.turmeric-details-new-section .turmeric-text-new-wrapper h1 {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper h2 {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper h2 {
    font-size: 17px;
  }
  .turmeric-details-new-section .turmeric-text-new-wrapper h2 br {
    display: none;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper p {
    font-size: 16px;
    line-height: 26px;
  }
  .turmeric-details-new-section .turmeric-text-new-wrapper p br {
    display: none;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper {
  margin-top: 30px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper {
    max-width: 100%;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper h3 {
    font-size: 22px;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers {
    grid-template-columns: 1fr;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 25px;
  gap: 15px;
}
@media (max-width: 767px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper {
    flex-direction: column;
    padding: 25px 15px;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content h5 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content h5 {
    font-size: 16px;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content h6 {
  color: #000;
  font-size: 18px;
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content h6 span {
  color: #CB1519;
  font-size: 34px;
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content p {
  font-size: 16px;
  max-width: 100%;
  margin-right: unset;
  margin-left: unset;
}
@media (max-width: 767px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content p {
    max-width: 100%;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .capacity-section-wrapper .inner-wrappers .box-wrapper .left-content .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.turmeric-details-new-section .turmeric-text-new-wrapper .link-wrapper {
  margin-top: 30px;
}
.turmeric-details-new-section .turmeric-text-new-wrapper .link-wrapper a {
  background: #CB1519;
  color: #fff;
  padding: 12px 60px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 37px;
  transition: 0.5s;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .turmeric-details-new-section .turmeric-text-new-wrapper .link-wrapper a {
    font-size: 16px;
  }
}
.turmeric-details-new-section .turmeric-text-new-wrapper .link-wrapper a:hover {
  background: #feeb00;
  color: #000;
}

.Processing-detail .turmeric-text h2 {
  font-size: 45px;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 991px) {
  .Processing-detail .turmeric-text h2 {
    font-size: 26px;
  }
}
.Processing-detail .turmeric-text p {
  padding: 0;
  margin-bottom: 50px;
  color: #000;
}
@media (max-width: 991px) {
  .Processing-detail .turmeric-text p {
    font-size: 16px;
    line-height: 26px;
  }
  .Processing-detail .turmeric-text p br {
    display: none;
  }
}

.processing-bottom-para-inner {
  text-align: center;
  margin-bottom: 80px;
}
.processing-bottom-para-inner p {
  margin: 0;
  font-size: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .processing-bottom-para-inner p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .product-private-label {
    margin-top: 40px;
  }
  .product-private-label .lab-img {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .product-private-label .lab-text {
    border-radius: 24px;
  }
}
@media (max-width: 480px) {
  .product-private-label .lab-text h2 br {
    display: none;
  }
}
.product-private-label .lab-text p {
  padding: 0 40px;
}
.product-private-label .lab-text p a {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  color: #212529;
  font-weight: 500;
}
.product-private-label .lab-text p a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .product-private-label .lab-text p {
    padding: 0 15px;
  }
}

.desktop-new-journey {
  overflow: hidden !important;
}
.desktop-new-journey .journey-box {
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .desktop-new-journey .journey-detail1::after {
    right: -50%;
  }
}
@media (max-width: 1440px) {
  .desktop-new-journey .journey-box-last::after {
    right: 45px;
  }
}
@media (max-width: 1366px) {
  .desktop-new-journey .journey-box-last::after {
    right: -10px;
  }
}

@media (max-width: 575px) {
  .calander-text {
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  }
  .calander-text img {
    width: 100%;
  }
}

.new-mobile-journey-inner {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.new-mobile-journey-inner::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  transform: translateX(-50%);
  height: 89%;
  content: "";
  z-index: -1;
  border-left: 0.5px dashed rgba(25, 25, 25, 0.5);
}
.new-mobile-journey-inner .left-content {
  display: grid;
  grid-template-columns: 1fr;
}
.new-mobile-journey-inner .left-content:first-child .box-wrapper:first-child::before {
  display: none;
}
.new-mobile-journey-inner .left-content .box-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 150px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.new-mobile-journey-inner .left-content .box-wrapper::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  content: "\e313";
  font-family: "Material Icons";
  width: 35px;
  font-size: 30px;
  font-weight: 100 !important;
  color: rgba(25, 25, 25, 0.5);
}
.new-mobile-journey-inner .left-content .box-wrapper p {
  padding-top: 5px;
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 20px;
  background-color: #fff;
  min-height: 45px;
}

@media (max-width: 767px) {
  .searches .languages-box {
    padding: 6px 8px !important;
    border-radius: 9px;
  }
}

@media (max-width: 480px) {
  .searches-section .languages-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .searches-section .searches {
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .accordion-header button {
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .accordion-item .accordion-collapse .accordion-body {
    line-height: 25px !important;
  }
}

.datil-faq .accordion-button::after {
  background-image: unset;
  content: "\e145";
  font-family: "Material Icons";
  font-size: 20px;
  font-weight: 100 !important;
  color: #000;
  position: absolute;
  right: 0;
  width: unset;
  height: unset;
}
.datil-faq .accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.datil-faq .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
  content: "\e15b";
  font-size: 24px;
  font-weight: 100 !important;
}
.datil-faq .accordion-button:not(.collapsed) {
  background-color: unset;
  box-shadow: none;
}

@media (max-width: 1400px) {
  .desktop-new-journey {
    padding-bottom: 80px !important;
  }
}

.new-product-range-section h5 {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 480px) {
  .new-product-range-section h5 {
    font-size: 16px;
    line-height: 26px;
  }
}
.new-product-range-section h6 {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .new-product-range-section h6 {
    grid-column-end: 2;
  }
}
@media (max-width: 480px) {
  .new-product-range-section h6 {
    font-size: 16px;
    line-height: 26px;
  }
}

.specifications-new-section .last-para {
  margin: 0;
  font-size: 20px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .specifications-new-section .last-para {
    font-size: 16px;
    line-height: 26px;
  }
}

.new-popular-searches-wrapper ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.new-popular-searches-wrapper ul li {
  display: inline-block;
  padding: 10px 17px;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .new-popular-searches-wrapper ul li {
    padding: 7px 12px;
    border-radius: 9px;
  }
}
.new-popular-searches-wrapper ul li:nth-child(odd) {
  background-color: #FFF0DE;
}
.new-popular-searches-wrapper ul li:nth-child(even) {
  background-color: #F5E9E9;
}
.new-popular-searches-wrapper ul li a {
  display: block;
  width: fit-content;
  text-decoration: none;
  font-size: 19px;
  color: #000;
}
@media (max-width: 1400px) {
  .new-popular-searches-wrapper ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .new-popular-searches-wrapper ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .new-popular-searches-wrapper ul li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .languages-box {
    border-radius: 9px !important;
  }
}

.integrated-top-new-section .link-wrapper a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #CB1519;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 50px;
  border-radius: 37px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.integrated-top-new-section .link-wrapper a:hover {
  color: #000;
  background-color: #fde900;
}

.new-link-section .link-wrapper {
  margin-top: 25px;
}
.new-link-section .link-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #CB1519;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 50px;
  border-radius: 37px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .new-link-section .link-wrapper a {
    font-size: 16px;
    gap: 5px;
    padding: 9px 20px;
  }
}
.new-link-section .link-wrapper a:hover {
  color: #000;
  background-color: #fde900;
}
.new-link-section .link-wrapper .left-align {
  margin-right: unset !important;
  margin-left: unset !important;
}

.new-integrated-two-section .integrated-img:nth-child(2) .integrated-topimg {
  height: 100%;
}
.new-integrated-two-section .integrated-img:nth-child(2) .integrated-topimg img {
  height: 100%;
}

.goog-te-gadget .goog-te-combo {
  height: 34px;
  margin: 0 0 !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 28px;
  color: #49454F;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 30px 3px 20px;
  cursor: pointer;
  appearance: none;
  outline: none;
  transition: border-color 0.3s;
}
@media (max-width: 480px) {
  .goog-te-gadget .goog-te-combo {
    font-size: 12px;
    padding: 3px 25px 3px 15px;
  }
}

.goog-te-gadget {
  height: 34px;
  overflow: hidden;
  color: transparent !important;
}

footer small {
  text-transform: lowercase !important;
}

@media (max-width: 1200px) {
  .processing-new-journey-desktop-outer {
    display: none;
  }
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 60px;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:first-child .box-wrapper::after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 35px;
  font-size: 30px;
  content: "\e315";
  font-family: "Material Icons";
  color: rgba(25, 25, 25, 0.5);
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:first-child .box-wrapper:last-child::after {
  display: none;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:first-child .box-wrapper:first-child::before {
  width: 50%;
  left: unset;
  right: 0;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child .box-wrapper::after {
  position: absolute;
  right: 0;
  top: 28px;
  width: 35px;
  font-size: 30px;
  height: 100%;
  content: "\e314";
  font-family: "Material Icons";
  color: rgba(25, 25, 25, 0.5);
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child .box-wrapper:last-child::after {
  display: none;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child .box-wrapper:first-child::before {
  width: 50%;
  left: unset;
  right: 0;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper .box-wrapper {
  padding: 0 25px;
  text-align: center;
  width: 250px;
  position: relative;
  z-index: 1;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper .box-wrapper img {
  width: 105px;
  max-width: 105px;
}
.processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper .box-wrapper p {
  margin: 0;
  font-size: 20px;
  color: #000;
  line-height: 140%;
  min-height: 56px;
}

.chillies-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.chillies-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::before {
  position: absolute;
  right: 0;
  top: 50px;
  width: 90%;
  height: calc(100% - 154px);
  content: "";
  border: 1px dashed rgba(25, 25, 25, 0.5);
  border-left: none;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}
.chillies-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::after {
  position: absolute;
  right: -19px;
  top: calc(100% - 250px);
  width: 35px;
  font-size: 30px;
  content: "\e313";
  font-family: "Material Icons";
  color: rgba(25, 25, 25, 0.5);
}
.chillies-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child {
  position: relative;
  z-index: 1;
}
.chillies-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  background-color: #fff;
}
.pepper-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper {
  position: relative;
  z-index: 1;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.pepper-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::before {
  position: absolute;
  right: 0;
  top: 50px;
  width: 90%;
  height: calc(100% - 154px);
  content: "";
  border: 1px dashed rgba(25, 25, 25, 0.5);
  border-left: none;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}
.pepper-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::after {
  position: absolute;
  right: -19px;
  top: calc(100% - 250px);
  width: 35px;
  font-size: 30px;
  content: "\e313";
  font-family: "Material Icons";
  color: rgba(25, 25, 25, 0.5);
}
.pepper-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child {
  position: relative;
  z-index: 1;
}
.pepper-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  background-color: #fff;
}
.ginger-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.ginger-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::before {
  position: absolute;
  right: 0;
  top: 50px;
  width: 90%;
  height: calc(100% - 154px);
  content: "";
  border: 1px dashed rgba(25, 25, 25, 0.5);
  border-left: none;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}
.ginger-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper::after {
  position: absolute;
  right: -19px;
  top: calc(100% - 250px);
  width: 35px;
  font-size: 30px;
  content: "\e313";
  font-family: "Material Icons";
  color: rgba(25, 25, 25, 0.5);
}
.ginger-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child {
  position: relative;
  z-index: 1;
}
.ginger-processing-new-journey-desktop-outer .processing-new-journey-inner-desktop .inner-wrapper .journey-box-wrapper:last-child::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  background-color: #fff;
}
.home-products-private-label a .inner-wrapper {
  max-width: 52%;
}
@media (max-width: 1399px) {
  .home-products-private-label a .inner-wrapper {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .home-products-private-label a .inner-wrapper {
    max-width: 100%;
  }
}

.rang-box {
  position: relative;
  background-image: unset !important;
  z-index: 1;
  overflow: hidden;
}
.rang-box::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: -1;
}

.splide__pagination--ttb {
  right: 6px;
}
@media (max-width: 767px) {
  .splide__pagination--ttb {
    right: 10px;
    bottom: 70px;
  }
}

.splide__pagination__page.is-active {
  background-color: #ccc;
}

.splide__pagination__page {
  width: 7px;
  height: 7px;
  margin: 0;
}

.splide__pagination li {
  line-height: 0.8;
}

.turmeric-hover:hover {
  background-color: #fdb42b !important;
}
.turmeric-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.turmeric-hover:hover .link-icon span {
  color: #fdb42b !important;
}
.turmeric-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.turmeric-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.chillies-hover:hover {
  background-color: #e23b2b !important;
}
.chillies-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.chillies-hover:hover .link-icon span {
  color: #e23b2b !important;
}
.chillies-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.chillies-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.pepper-hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.pepper-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.pepper-hover:hover .link-icon span {
  color: rgba(0, 0, 0, 0.8) !important;
}
.pepper-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.pepper-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.spice-blends-hover:hover {
  background-color: #c08c2c !important;
}
.spice-blends-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.spice-blends-hover:hover .link-icon span {
  color: #c08c2c !important;
}
.spice-blends-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.spice-blends-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.private-lebel-hover:hover {
  background-color: #aba24c !important;
}
.private-lebel-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.private-lebel-hover:hover .link-icon span {
  color: #aba24c !important;
}
.private-lebel-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.private-lebel-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.other-products-hover:hover {
  background-color: #d06e2b !important;
}
.other-products-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.other-products-hover:hover .link-icon span {
  color: #d06e2b !important;
}
.other-products-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.other-products-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.ginger-hover:hover {
  background-color: #b06500 !important;
}
.ginger-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.ginger-hover:hover .link-icon span {
  color: #b06500 !important;
}
.ginger-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.ginger-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.grinders-hover:hover {
  background-color: rgba(155, 120, 63, 0.9019607843) !important;
}
.grinders-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.grinders-hover:hover .link-icon span {
  color: rgba(155, 120, 63, 0.9019607843) !important;
}
.grinders-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.grinders-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.mixed-spices-hover:hover {
  background-color: rgba(182, 131, 84, 0.8) !important;
}
.mixed-spices-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.mixed-spices-hover:hover .link-icon span {
  color: rgba(182, 131, 84, 0.8) !important;
}
.mixed-spices-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.mixed-spices-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.whole-spices-hover:hover {
  background-color: rgba(225, 127, 85, 0.8) !important;
}
.whole-spices-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.whole-spices-hover:hover .link-icon span {
  color: rgba(225, 127, 85, 0.8) !important;
}
.whole-spices-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.whole-spices-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.ground-spices-hover:hover {
  background-color: rgba(157, 68, 32, 0.8) !important;
}
.ground-spices-hover:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.ground-spices-hover:hover .link-icon span {
  color: rgba(157, 68, 32, 0.8) !important;
}
.ground-spices-hover:hover h6 {
  color: #fff !important;
  opacity: 1 !important;
}
.ground-spices-hover:hover p {
  color: #fff !important;
  opacity: 1 !important;
}

.new-product-range-section .new-product-range-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
}
.new-product-range-section .new-product-range-inner .left-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper {
    padding: 30px 12px;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .range-heading-new h2 {
  font-size: 45px;
  color: #000;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .range-heading-new h2 {
    font-size: 26px;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .range-heading-new p {
  font-size: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .range-heading-new p {
    font-size: 16px;
    line-height: 26px;
  }
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .range-heading-new p br {
    display: none;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new p {
    font-size: 16px;
    line-height: 26px;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new p:last-child {
  margin-bottom: 0;
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new p::after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #000;
  border-radius: 50%;
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new h5 {
  font-size: 18px;
  color: #000;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new h5 {
    font-size: 16px;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new h6 {
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .rang-box-new h6 {
    font-size: 16px;
    line-height: 26px;
  }
}
.new-product-range-section .new-product-range-inner .right-side-content-wrapper .grid-rang-box-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .grid-rang-box-new {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .new-product-range-section .new-product-range-inner .right-side-content-wrapper .grid-rang-box-new h6 {
    grid-column-end: 2;
  }
}

.new-hover-menu {
  grid-template-columns: 1fr;
  width: fit-content;
  max-width: 50%;
}

.about-core-essence-section {
  height: unset !important;
  padding-top: 350px !important;
  background-position: bottom !important;
  overflow: hidden !important;
  padding-bottom: 150px !important;
}
@media (max-width: 1440px) {
  .about-core-essence-section {
    padding-top: 250px !important;
  }
}
@media (max-width: 991px) {
  .about-core-essence-section {
    padding-top: 50px !important;
    padding-bottom: 200px !important;
  }
}
@media (max-width: 1440px) {
  .about-core-essence-section .kisan {
    max-width: 450px;
  }
}
@media (max-width: 1366px) {
  .about-core-essence-section .kisan {
    max-width: 400px;
  }
}

@media (max-width: 1440px) {
  .mission-vision-text {
    height: 100% !important;
  }
}

@media (max-width: 1440px) {
  .our-identity-values-mission-vision .mission-vision-img {
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .our-identity-values-mission-vision .mobile-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

.prodect-detail {
  position: relative;
  z-index: 1;
}
.prodect-detail::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  content: "";
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  border-radius: 32px;
}
@media (max-width: 991px) {
  .prodect-detail::before {
    border-radius: 15px;
  }
}
.prodect-detail .top-banner-titles {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 55px;
  width: 100%;
}
.prodect-detail .top-banner-titles h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 36px;
  width: 100%;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .prodect-detail .top-banner-titles h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .prodect-detail .top-banner-titles h2 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .prodect-detail .top-banner-titles h2 {
    font-size: 19px;
  }
}
.prodect-detail .top-banner-titles a {
  color: #fff;
  font-weight: 300 !important;
  transition: 0.2s ease-in-out;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 50px;
  text-align: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 18px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .prodect-detail .top-banner-titles a {
    padding: 6px 15px;
  }
}
.prodect-detail .top-banner-titles a:hover {
  background-color: #CB1519;
  border-color: #CB1519;
}
.prodect-detail .top-banner-titles a span {
  width: 26px;
  font-size: 26px;
  font-weight: 300 !important;
}
@media (max-width: 991px) {
  .languages-detail {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575px) {
  .languages-detail {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.new-calendar-image {
  margin: 15px 0;
}
.new-calendar-image img {
  width: 100%;
}

form .form-group {
  margin-bottom: 15px;
}
form .form-group .g-recaptcha div {
  margin-bottom: -8px;
}

.nanigloble {
  margin-bottom: 100px;
}

.enquiry-popup-modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.enquiry-popup-modal .modal-header .btn-close {
  opacity: 1;
}
.enquiry-popup-modal .enquire-popup-wrapper form .form-group {
  margin-bottom: 16px;
}
.enquiry-popup-modal .enquire-popup-wrapper form .form-group .g-recaptcha div {
  margin-bottom: -8px;
  margin-left: auto;
  margin-right: auto;
}
.enquiry-popup-modal .enquire-popup-wrapper form .form-group input,
.enquiry-popup-modal .enquire-popup-wrapper form .form-group textarea,
.enquiry-popup-modal .enquire-popup-wrapper form .form-group select {
  border: 1px solid #E5E1DC;
  border-radius: 10px;
  font-size: 17px;
  padding: 12px 15px;
  color: #000;
  resize: none;
}
.enquiry-popup-modal .enquire-popup-wrapper form .form-group textarea {
  height: 100px;
}
.enquiry-popup-modal .enquire-popup-wrapper form .submit-wrapper {
  margin-top: 40px;
}
.enquiry-popup-modal .enquire-popup-wrapper form .submit-wrapper .submit_btn {
  background-color: #CB1519;
  color: #fff;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  padding: 12px 50px;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.integrated-retail-form-section .datilspage-form {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media (max-width: 991px) {
  .integrated-retail-form-section .datilspage-form {
    grid-template-columns: 1fr;
  }
}
.integrated-retail-form-section .detailpage-img img {
  width: 100%;
  border-radius: 28px;
}
@media (max-width: 991px) {
  .integrated-retail-form-section .detailpage-img img {
    border-radius: 24px;
  }
}

.governance-policy-section .Philosophy-img img {
  width: 100%;
  border-radius: 40px;
}
@media (max-width: 991px) {
  .governance-policy-section .Philosophy-img img {
    border-radius: 24px;
  }
}

.inhouse-laboratirous-section .philosophy-box1 {
  align-items: unset;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.inhouse-laboratirous-section .philosophy-box1 .Philosophy-img {
  height: 100%;
}
.inhouse-laboratirous-section .philosophy-box1 .Philosophy-img img {
  border-radius: 36px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .inhouse-laboratirous-section .philosophy-box1 .Philosophy-img img {
    border-radius: 24px;
  }
}

.border_30 {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .border_30 {
    border-radius: 24px;
  }
}

.contact-recaptcha-group .g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -8px;
}

.contact-form-right-wrapper .inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.education-skill-development-section .skill-development-left {
  height: 100%;
}
.education-skill-development-section .skill-development-left img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.well-being-safety-last-section .stat-box .stat-description {
  color: #000;
}

@media (max-width: 991px) {
  .world-map-container {
    background-color: #f4f4f4;
    border-radius: 24px;
    padding: 12px;
    overflow: hidden;
  }
}
.world-map-container .mobile-img {
  display: none;
}
@media (max-width: 991px) {
  .world-map-container .mobile-img {
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .world-map-container .desktop-img {
    display: none;
  }
}

.submit-btn-wrapper {
  margin-top: 40px;
}
.thankyou-section {
  padding: 100px 0;
}
.thankyou-section .thankyou-inner {
  text-align: center;
}
.thankyou-section .thankyou-inner h2 {
  text-transform: uppercase;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
}
.thankyou-section .thankyou-inner p {
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-inner p {
    max-width: 100%;
  }
}
.thankyou-section .thankyou-inner .link-wrapper {
  text-align: center;
  margin-top: 30px;
}
.thankyou-section .thankyou-inner .link-wrapper a {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  width: fit-content;
  text-align: center;
  background-color: #CB1519;
  color: #fff;
  border-radius: 37px;
  padding: 9px 29px;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  border: 1px solid #CB1519;
}
@media (max-width: 767px) {
  .thankyou-section .thankyou-inner .link-wrapper a {
    font-size: 16px;
  }
}
.thankyou-section .thankyou-inner .link-wrapper a:hover {
  background-color: #fff;
  color: #CB1519;
}

/*# sourceMappingURL=styles.css.map */
