/* about_us_banner_sec start */
.about_us_banner_sec {
  background-image: url('../assets/images/aboutus/about_us_banner_section.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: cover;
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_us_banner-content {
  position: relative;
  padding: 15px 0;
  margin: auto;
}

.about_us_banner_sec .about_us_banner_sec_title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(269deg, #be7914, #cb8b26, #d89c37, #e1ae36, #eec935, #f1d047, #f8e275, #fff4a4 46%,
      #fced92, #f5db64, #eec935, #e0ad36, #d89c37, #ca8924, #be7914);
  font-family: Althy;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}

.about_us_banner-content .about_us_banner_sec_para {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.about_us_banner-content::after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  width: 50%;
  transform: translateX(-50%);
  height: 2px;
  flex-grow: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255,
        0));
}

.about_us_banner-content::before {
  content: "";
  bottom: 0;
  left: 50%;
  position: absolute;
  width: 50%;
  transform: translateX(-50%);
  height: 2px;
  flex-grow: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255,
        0));
}

@media (max-width: 767px) {

  .about_us_banner_sec {
    height: 100vh;
  }

  .about_us_banner-content .about_us_banner_sec_para {
    font-size: 24px;
  }

  .about_us_banner_sec .about_us_banner_sec_title {
    font-size: 36px;
  }
}

/* about_us_banner_sec end */

/* about_us_brand_story_sec start */

.about_us_brand_story_sec {
  padding: 80px 0;
  background-color: #ffffff;
}

.brand_story_left_img {
  margin-bottom: 30px;
}

.brand_story_left_img img {
  object-fit: cover;
  height: 100%;
  max-height: 577px;
  width: 100%;
}

.about_us_brand_story_sec .about_us_brand_story_sec_title {
  font-family: Althy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #3a2e17;
  padding-left: 30px;
  margin-bottom: 20px;
}

.about_us_brand_story_sec .about_us_brand_story_sec_para {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.96;
  letter-spacing: normal;
  text-align: center;
  color: #3a2e17;
  padding-left: 30px;
  margin-bottom: 15px;

}

/* about_us_brand_story_sec end */

/* Responsive for screen width ≤ 1399px */
@media (max-width: 1399px) {
  .about_us_brand_story_sec {
    padding: 70px 0;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_title {
    font-size: 42px;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_para {
    font-size: 16px;
    line-height: 1.76;
  }
}

/* Responsive for screen width ≤ 991px (tablets) */
@media (max-width: 1199px) {
  .about_us_brand_story_sec {
    padding: 60px 0;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_title {
    font-size: 36px;
    padding: 0 20px;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_para {
    font-size: 14px;
    line-height: 1.56;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {}

/* Responsive for screen width ≤ 767px (mobiles) */
@media (max-width: 767px) {
  .about_us_brand_story_sec {
    padding: 40px 0;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_title {
    font-size: 28px;
    padding: 0 15px;
  }

  .about_us_brand_story_sec .about_us_brand_story_sec_para {
    font-size: 14px;
    padding: 0 15px;
  }
}

/* about_us_ideas_to_life_sec start */
.about_us_ideas_to_life_sec {
  padding: 50px 0 60px 0;
  background-color: #004b44;
}

.about_us_ideas_to_life_sec .about_us_ideas_to_life_sec_title {
  background-image: linear-gradient(269deg, #be7914, #cb8b26, #d89c37, #e1ae36, #eec935, #f1d047, #f8e275, #fff4a4 46%,
      #fced92, #f5db64, #eec935, #e0ad36, #d89c37, #ca8924, #be7914);
  font-family: Althy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 13px;
}

.about_us_ideas_to_life_sec .about_us_ideas_to_life_sec_para {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 50%;
  margin: auto;
}

.step {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.step-line {
  position: absolute;
  top: 7%;
  left: 53%;
  transform: translate(-53%, -7%);
  height: 1px;
  width: 85%;
  background-color: #fff;
}

.step:nth-child(odd) .step-line {
  left: 54%;
  clip-path: inset(0% 60% 0% 0%);
  transition: all 1.5s ease-in-out;
}

.step:nth-child(even) .step-line {
  left: 51%;
  clip-path: inset(0% 0% 0% 60%);
  transition: all 1.5s ease-in-out;
}

.step.active .step-line {
  transition: all 1.5s ease-in-out;
  clip-path: inset(0% 0% 0% 0%);
}

.step-image.curved-border {
  position: relative;
  /* max-height: 454px; */
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.step:nth-child(odd) .step-image.curved-border {
  border-top-left-radius: 220px;
}

.step:nth-child(odd) .step-image.curved-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-top-left-radius: 220px;
  background: linear-gradient(141deg, #f8e275 9%, rgba(248, 226, 117, 0) 35%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

.step:nth-child(even) .step-image.curved-border {
  border-top-right-radius: 220px;
}

.step:nth-child(even) .step-image.curved-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2.5px;
  border-top-right-radius: 220px;
  background: linear-gradient(221deg, #f8e275 9%, rgba(248, 226, 117, 0) 35%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.step-number {
  opacity: 0;
  /* transition-delay: 3s; */
  transition: all 2s ease-in-out;
  min-width: 60px;
  /* background-color: #3a2e17; */
}

.step-number span {
  font-family: Althy;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
}

.step.active .step-number {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 1s;
}

.step:nth-child(odd) .step-number {
  position: absolute;
  top: 0;
  right: 0;
}

.step:nth-child(even) .step-number {
  position: absolute;
  top: 0;
  left: 0;
}

.step-text .step-para {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  width: 60%;
  margin: auto
}

/* about_us_ideas_to_life_sec end */
@media (max-width: 1399px) {

  .step-line {
    width: 83%;
  }
}

@media (max-width: 1200px) {
  .step-line {
    width: 78%;
  }
}

@media (max-width: 991px) {
  .about_us_ideas_to_life_sec {
    padding: 60px 0;
  }

  .about_us_ideas_to_life_sec .about_us_ideas_to_life_sec_title {
    font-size: 36px;
    padding: 0 20px;
  }

  .about_us_ideas_to_life_sec .about_us_ideas_to_life_sec_para {
    font-size: 16px;
    width: 70%;
    padding: 0 20px;
  }

  .step-line {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .about_us_ideas_to_life_sec {
    padding: 40px 0;
  }

  .about_us_ideas_to_life_sec .about_us_ideas_to_life_sec_para {
    width: 90%;
  }

  .step {
    margin-top: 30px;
  }

  .step:nth-child(odd) .step-image.curved-border {
    border-top-left-radius: 120px;
    margin-top: 100px;
  }

  .step:nth-child(odd) .step-image.curved-border::before {
    border-top-left-radius: 120px;
  }

  .step:nth-child(even) .step-image.curved-border {
    border-top-right-radius: 120px;
    margin-top: 100px;
  }

  .step:nth-child(even) .step-image.curved-border::before {
    border-top-right-radius: 120px;
  }

  .step:nth-child(odd) .step-line {
    clip-path: inset(0% 50% 0% 50%);
    transition: all 1.5s ease-in-out;
  }

  .step:nth-child(even) .step-line {
    clip-path: inset(0% 50% 0% 50%);
    transition: all 1.5s ease-in-out;
  }

  .step.active .step-line {
    transition: all 1.5s ease-in-out;
    clip-path: inset(0% 0% 0% 0%);
  }

  .step-line {
    width: 75%;
  }

  .step:nth-child(odd) .step-line {
    left: 64%;
  }

  .step:nth-child(even) .step-line {
    left: 64%;
  }

  .step:nth-child(odd) .step-number {
    left: 5%;
  }

  .step:nth-child(even) .step-number {
    left: 5%;
  }

  .step-text .step-para {
    width: 80%;
    line-height: 1.69;
    margin-top: 25px;
  }
}

/* mehta_quality_sec start */

.mehta_quality_sec {
  padding: 80px 0 40px 0;
  background-color: #ffffff;
}

.mehta_quality_right_img {
  margin-bottom: 30px;
}

.mehta_quality_right_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.mehta_quality_sec .mehta_quality_sec_title {
  font-family: Althy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #3a2e17;
  padding-right: 30px;
  margin-bottom: 20px;
}

.mehta_quality_sec .mehta_quality_sec_para {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.96;
  letter-spacing: normal;
  text-align: center;
  color: #3a2e17;
  padding-right: 30px;
  margin-bottom: 15px;

}

.mehta_quality_sec_bold {
  color: #3a2e17;
}

/* Responsive for screen width ≤ 1399px */
@media (max-width: 1399px) {
  .mehta_quality_sec {
    padding: 70px 0;
  }

  .mehta_quality_sec .mehta_quality_sec_title {
    font-size: 42px;
  }

  .mehta_quality_sec .mehta_quality_sec_para {
    font-size: 17px;
  }
}

/* Responsive for screen width ≤ 991px (tablets) */
@media (max-width: 991px) {

  .mehta_quality_sec .row {
    flex-wrap: wrap-reverse;
  }
}

/* Responsive for screen width ≤ 767px (mobiles) */
@media (max-width: 767px) {
  .mehta_quality_sec {
    padding: 40px 0 0 0;
  }

  .mehta_quality_sec .mehta_quality_sec_title {
    font-size: 28px;
    padding: 0 15px;
  }

  .mehta_quality_sec .mehta_quality_sec_para {
    font-size: 14px;
    padding: 0 15px;
  }
}

/* mehta_quality_sec end */

/* company card section */
.company_card_sec {
  height: auto;
  background-color: #ffffff;
  padding: 40px 0 80px 0;
}

.company_card_sec .company_card_sec_title {
  font-family: Althy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #3a2e17;
  margin-bottom: 50px;
}

.company_card {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.company_card::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  z-index: 3;
  border-style: solid;
  border-width: 1.2px;
  border-image-source: linear-gradient(133deg, #fff -8%, #fff 25%, rgba(255, 255, 255, 0.25) 61%, #fff 90%);
  border-image-slice: 1;
}

.company_card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 20px solid #004b44;
  pointer-events: none;
  z-index: 3;
}

.company_card_swiper-wrapper {
  gap: 40px;
  justify-content: center;
}

.company_card_sec .swiper-slide {
  flex-shrink: 1;
}

.company_card:hover .company_card-bg img {
  transform: scale(1.5);
}

.company_card-bg {
  position: relative;
  width: 100%;
  height: 100%;

}

.company_card-bg::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 22px;
  right: 22px;
  background-color: #004b439a;
  pointer-events: none;
  z-index: 3;
}

.company_card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: blur(2px);
}

.company_card-content .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 22;
  transition: all 1s ease-in-out;
  opacity: 1;
  width: 200px;
  height: 130px;
}

.company_card-content .brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company_card-content .company_card_para {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 22;
  transition: all 1s ease-in-out;
  opacity: 0;
}

.company_card:hover .company_card-content .company_card_para {
  opacity: 1;
}

.company_card:hover .company_card-content .brand-logo {
  opacity: 0;
}

.company_card-content .company_card_para {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 90%;
  margin: auto;
}

@media (max-width: 900px) {
  .company_card_sec {
    padding: 40px 0 20px 0;
  }

  .company_card_sec .company_card_sec_title {
    font-size: 28px;
    margin-bottom: 30px;
    color: #3a2e17;
  }

  .company_card {
    width: 100%;
    height: 100%;
    min-height: 286px;
  }

  .company_card_swiper-wrapper {
    gap: 0;
    justify-content: flex-start;
  }

  .company_card-content .company_card_para {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    width: 100%;
  }

  .company_card_sec .swiper-slide {
    flex-shrink: 0;
  }

  .company_card_sec .swiper-button-next,
  .swiper-button-prev {
    color: #000;
    margin-top: 18px;
    transform: scale(0.7);
  }

  .company_card_sec .swiper-button-prev:after,
  .company_card_sec .swiper-rtl .swiper-button-next:after {
    content: url(../assets/images/aboutus/arrow.webp);
    transform: rotate(-180deg);
    margin-top: -21px;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: url(../assets/images/aboutus/arrow.webp);
  }

  .company_card_swiper_arrows {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 44;
  }

  .company_card_sec .swiper-button-next,
  .swiper-button-prev {
    position: static;
    width: 100%;
  }

  .company_card_pagination-progressbar {
    position: relative !important;
    background: #00000033 !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 60 !important;
    margin-top: 20px;
  }

  .company_card_sec .swiper-pagination-progressbar-fill {
    background: #000 !important;
  }

  .company_card_sec .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: var(--swiper-pagination-progressbar-size, 2px);
  }

  .brand-logo {
    margin-bottom: 10px;
  }
}