/* .banner_section_overlay::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 99%;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.4) 100%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
} */
 .full-video-btn {
        position: absolute;
        bottom: 20%;
        right: 0px;
        z-index: 2;
        padding: 10px 20px;
        font-size: 16px;
        background-color: rgba(255, 255, 255, 0.1);
        color: #fff;
        border: 1px solid #fff;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
        cursor: pointer;
}

    .video-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        justify-content: center;
        align-items: center;
}

    .video-modal.active {
        display: flex;
    }

    .modal-content {
        position: relative;
        max-width: 100%;
        max-height: 80%;
    }

    .modal-content video {
        width: 100%;
        height: auto;
    }
.close_btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.contents {
  position: absolute;
  z-index: 1;
  color: white;
  max-width: 100%;
  /* width: 0; */
  bottom: 35%;
  transform: translate(-50%, 50%);
  left: 38%;
}

/* --about us section--- */
.about_bg {
  border: 1px solid rgba(248, 149, 32, 1);
}

/* ---stay inspired section--- */
.stay_inspired .stay_bg {
  /* background:
    linear-gradient(0deg, rgba(248, 149, 32, 0.7), rgba(248, 149, 32, 0.7)),
    linear-gradient(90deg, rgba(255, 240, 205, 0) 11.33%, #FFF0CD 34.36%),
    url('./../images/about/inner_image.png'); */
  /* replace with your image path */
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
  overflow: hidden;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 0;
  margin: 0px 50px 0px 50px;
  padding: 4rem;
}

/* button */
.enquiry_btn {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 109px;
  font-size: clamp(0.75rem, 0.6375rem + 0.5625vw, 1.3125rem);
}

.enquiry_btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 109px;
  font-size: clamp(0.75rem, 0.6375rem + 0.5625vw, 1.3125rem);
  color: rgba(0, 0, 0, 0.8);
}


/* *milestone section* */

.milestone .timeline {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.milestone .timeline::before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 54rem;
  background-color: #f89520;
}

.milestone .timeline-step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0;
}

.milestone .timeline-circle_top {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #f89520;
  border-radius: 50%;
  z-index: 3;
}

.milestone .timeline-circle_bottom {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #f89520;
  border-radius: 50%;
  z-index: 3;
}

.milestone .timeline-circle {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #f89520;
  border-radius: 50%;
  z-index: 3;
}

.milestone .timeline-line {
  height: 1px;
  border-top: 1px dashed #f89520;
  flex: 1;
  z-index: 1;
}

.milestone .icon_size {
  padding: 8px;
}

.milestone .icon-container {
  width: 40px;
  height: 40px;
  background-color: #f89520;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
}

.milestone .icon-container_left {
  width: 40px;
  height: 40px;
  background-color: #f89520;
  border-radius: 50% 50% 50% 0;
  transform: rotate(135deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  z-index: 2;
}

.milestone .icon-container_left span {
  transform: rotate(45deg);
  display: inline-block;
}

.milestone .icon-container span {
  transform: rotate(45deg);
  display: inline-block;
}

.milestone .timeline-step.left .line-to-icon {
  justify-content: flex-end;
  margin-right: 50%;
  transform: rotate(180deg)
}

.milestone .timeline-step.right .line-to-icon {
  justify-content: flex-start;
  margin-left: 50%;
}

.milestone .line-to-icon {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}


/* *founder section* */
.founder_members_blocks {
  align-items: end;
  row-gap: 150px;
}

.founders .circle_bg_left {
  background: rgba(248, 149, 32, 1);
  height: 335px;
  width: 325px;
  position: absolute;
  bottom: -90px;
  border-radius: 50% 50% 50% 0%;
  z-index: -1;
}

.founders .profile_img_left {
  max-width: 300px;
  object-fit: cover;
  border-radius: 50% 50% 40% 0%;
  position: absolute;
  bottom: -90px;
}

.founders .circle_bg_right {
  background: rgba(248, 149, 32, 1);
  height: 335px;
  width: 325px;
  position: absolute;
  bottom: 110%;
  right: 0;
  border-radius: 50% 0% 50% 50%;
  z-index: -1;
}

.founders .profile_img_right {
  max-width: 300px;
  object-fit: cover;
  border-radius: 50% 0% 50% 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}


/* *define swiper* */


.define_milstones .swiper {
  width: 100%;
  padding-bottom: 50px;
}

/* Individual Slide */
.define_milstones .swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  text-align: left;
}

/* Image inside slide */
.define_milstones .swiper-slide img {
  width: 100%;
  height: 15rem;
  display: block;
  max-height: 100%;
  object-fit: cover;
}

/* swiper inside cards */
.define_milstones .card_bg {
  background: rgba(248, 149, 32, 0.06);
  border: none;
  height: 27rem;
  border-radius: none !important;
}

/* swiper right and left arrrow */
.define_milstones .main-line {
  height: 2px;
  width: 100%;
  background-color: #f8c78d;
}

.define_milstones .double-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.define_milstones .left-arrow {
  left: 70% !important;
}

.define_milstones .right-arrow {
  right: 17% !important;
}

.define_milstones .swiper-button-prev:after,
.define_milstones .swiper-rtl .swiper-button-next:after {
  content: url(./../images/icons/common_arrow_left_swiper.svg) !important;

}

.define_milstones .swiper-button-next:after,
.define_milstones .swiper-rtl .swiper-button-prev:after {
  content: url(./../images/icons/common_arrow_right_swiper.svg) !important;

}

@media (max-width: 576px) {
/* mobile video button   */
	
	.full-video-btn {
    position: absolute;
    bottom: 2%;
    right: 0px;
    z-index: 2;
    padding: 2px 7px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    cursor: pointer;
}
  /* video height */
  .video_height {
    width: 100vh !important;
  }

  .contents {
    left: 43%;
    width: 76%;
  }

  /* milestone timeline */
  .milestone .timeline {
    position: relative;
    width: 70%;
    max-width: 600px;
    margin: auto;
  }

  .milestone .timeline-step {
    flex-direction: column;
    gap: 10px;
    margin: 60px 0;
  }

  .milestone .timeline-step.left .line-to-icon {
    justify-content: flex-end;
    margin-right: 100%;
    transform: rotate(180deg);
  }

  .milestone .timeline-step.right .line-to-icon {
    justify-content: flex-start;
    margin-left: 100%;
  }

  .milestone .timeline-step.left .line-to-icon,
  .milestone .timeline-step.right .line-to-icon {
    /* margin: 0 auto; */
    justify-content: center;
  }

  /* swiper mobile arrows */
  .define_milstones .swiper-button-next::after,
  .define_milstones .swiper-button-prev::after {
    zoom: 0.7;
    font-size: 10px;
  }

  .define_milstones .left-arrow {
    left: 58% !important;
    height: 4rem !important;
  }

  .define_milstones .right-arrow {
    right: 13% !important;
    height: 4rem !important;
  }

  .circle-bg {
    position: absolute;
    width: 185px;
    height: 185px;
    background-color: #f7931e;
    border-top-left-radius: 135px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 135px;
    border-bottom-right-radius: 135px;
    bottom: 0;
    left: 1rem !important;
    z-index: 0;
    overflow: hidden;
  }

  .person-img {
    position: absolute;
    width: 9rem;
    object-fit: contain;
    top: 0;
    right: 60px;
    z-index: 1;
  }

  .person-box {
    position: relative;
    width: 165px;
    height: 165px;
  }

  .person-box:not(.reverse) .person-img {
    right: 27px;
  }

  .reverse-bg {
    border-top-left-radius: 135px !important;
    border-bottom-left-radius: 135px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 135px !important;
    bottom: 0;
    left: 0px !important;
  }
  .person-box.reverse .person-img {
    left: 31px;
}
}
   .vectorsicons3::after{display:block;}
   .vectorsicons3::before{display:block;}



@media screen and (max-width: 768px) {
  .about_us {
    margin: 10px;
  }

  .stay_inspired .stay_bg {
    margin: 0px;
  }

  .stay_inspired .stay_bg {
    padding: 2rem;
  }
   .vectorsicons3{
	position: relative;
  }
   .vectorsicons3::after{
		content: "";
		position: absolute;
		bottom: 24%;
        right: 76px;
        transform: translate(50%, 50%);
        width: 10rem;
        height: 20rem;
		background: url(/wp-content/uploads/2025/07/product_vector.svg) no-repeat;
		background-size: contain;
		background-position: center;
		z-index: -1;
	}
	.vectorsicons3::before{
		content: "";
		position: absolute;
	    bottom: 8%;
        right: 35%;
        transform: translate(50%, 50%);
        width: 7rem;
        height: 6rem;
		background: url(/wp-content/uploads/2025/07/light_pink_vector_image.svg) no-repeat;
		background-size: contain;
		background-position: center;
		z-index: -1;
	}
}