:root {
  --dark-green: #163020;
  --light-green: #527853;
  --golden: #f3d15f;
  --pastel-green: #e7ece7;

  --hover-green: #e8efe8;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mulish", sans-serif !important;
  background-color: var(--pastel-green) !important;
}

.hero-section {
  background-color: #fff;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
  color: var(--light-green);
  position: relative;
  box-shadow: 0px 8px 42px 0px rgb(22 48 32 / 40%);

}

.navbar-container {
  background-color: var(--dark-green);


}


.nav-link:hover .dropdown-menu {
  display: block !important;
}

.container-fluid {
  max-width: 1200px;
  width: 70%;
}

.dropdown-item {
  transition: all 0.6s;
}



.dropdown-item:hover {
  color: var(--light-green) !important;
}



.logo-wrapper {
  max-width: 200px;
}

.logo-wrapper img {
  width: 120%;
}

.hero-design {
  position: absolute;
  bottom: -150px;
}

.logo {
  font-size: 1.875rem;
}

.content-container {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto;
}

.underline {
  width: 120px;
  height: 5px;
  background-color: var(--dark-green);
  margin: 0 auto;
  margin-bottom: 30px;

}


@media screen and (max-width: 767px) {
  .underline {
    margin: 0;
    margin-bottom: 30px;
  }
}

.custom-btn {
  padding: 12px 30px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  border: none;
  outline: none;
  color: var(--dark-green);
  transition: all 0.6s;
}

.custom-btn:hover {
  border-top-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  opacity: 0.8;
}

.loader {
  width: 30px;
  height: 30px;
}

.loader img {
  width: 100%;
}

.hero-btn {
  background-color: var(--golden);
}


.fa-arrow-right {
  transition: all 0.6s;
}

.hero-btn:hover .fa-arrow-right {
  transform: translateX(5px);
}


.hero-content-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;

}

.hero-btn-2 {
  background-color: var(--dark-green);
  color: #fff;
}


.fa-play {
  position: absolute;
  right: 30px;
  top: 20px;
}

.iq-waves {
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -65px;
  top: -90px;
  z-index: 2;
  float: right;
}

.waves {
  position: absolute;
  width: 15rem;
  height: 15rem;
  background: rgba(22, 48, 32, 0.10);


  opacity: 1;
  border-radius: 100%;
  animation: waves 3s ease-in-out infinite;

}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}



@keyframes waves {
  0% {

    transform: scale(0.2, 0.2);
    opacity: 0;

  }

  50% {
    opacity: 0.9;

  }

  100% {

    transform: scale(0.9, 0.9);
    opacity: 0;

  }
}



.hero-img-wrapper {
  max-width: 400px;
  position: relative;


}

.hero-img-wrapper img:first-child {
  width: 100%;

}

.hero-large-circle {
  cursor: pointer;
  background-color: var(--golden);
  width: 90px;
  height: 90px;
  border-radius: 100%;
  transition: all 0.6s;

}





.hero-large-circle:hover {
  filter: drop-shadow(0px 0px 6px rgba(243, 209, 95, 0.86));
}


.hero-solution-desc {
  background-color: var(--golden);
  padding: 5px;
  border-radius: 0px 10px;
  color: var(--dark-green);
  font-size: 0.9rem;
  font-weight: 800;

  transition: all 0.4s;
}

.desc-0 {
  bottom: -30px;
  left: -83px;
}

.desc-8 {
  bottom: -15px;
  right: -52px;
}

.desc-9 {
  bottom: -30px;
  right: -94px;
}

.desc-1 {
  bottom: -30px;
  left: -57px;
}

.desc-2 {
  bottom: -30px;
  right: -60px;
}

.desc-3 {
  bottom: -18px;
  right: -31px;
}

.desc-4 {
  bottom: -30px;
  left: -88px;
}

.desc-5 {
  bottom: 57px;
  left: -99px;
}

.desc-6 {
  bottom: 0px;
  right: -79px;
}

.desc-7 {
  top: -10px;
  right: -70px;
}



.circle-0 {
  position: absolute;
  left: 63px;
  bottom: -78px;
}

.circle-8 {
    position: absolute;
    right: -31px;
    bottom: -6px;
}


.circle-9 {
  position: absolute;
  right: 85px;
  bottom: -82px;
}

.circle-1 {
  position: absolute;
  left: -53px;
  bottom: 6px;
}


.circle-2 {
  position: absolute;
  right: -88px;
  bottom: 126px;
}

.circle-3 {

  position: absolute;
  right: -50px;
  top: 18px;

}

.circle-4 {
  position: absolute;
  left: -88px;
  bottom: 132px;
}

.circle-5 {
  position: absolute;
  left: -50px;
  top: 18px;
}

.circle-6 {
  position: absolute;
  right: 75px;
  top: -73px;
}

.circle-7 {
  position: absolute;
  right: 250px;
  top: -72px;
}

.hero-small-circle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--pastel-green);
}

.hero-solution-icon {
  width: 65% !important;
}





.hero-content {
  max-width: 690px;

  padding-bottom: 20px;
  /* margin-top: 10vh; */
}

.hero-content h2 {
  font-size: 1.1rem;
}

.hero-content h1 {
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 40px;
  width: 100%;
  color: var(--dark-green);
}

.hero-content p {
  opacity: 0.8;
  width: 90%;
  margin-top: 20px;
  line-height: 33px;
}

.purple-text {
  color: var(--light-green);
}

.our-brands {
  background-color: var(--light-green);
  overflow-x: hidden;
  border-bottom-right-radius: 50px;
}

.our-brands p {
  text-align: center;
  font-size: 1.688rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  color: white;
}

.brand-logo-container {
  gap: 80px;
  animation: slide 20s linear infinite;
}

.brand-logo-container img {
  opacity: 0.6;
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.brand-logo img {
  width: 200px;
  object-fit: contain;
}

.product-slider-container a {
  text-decoration: none;
}

.products {
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
  overflow-x: hidden;
  border-radius: 0 50px;
}

.products svg {
  position: absolute;
  right: -100px;
  top: -150px;
  transform: rotate(-250deg);
  animation: zoomin 5s infinite;
}

@keyframes zoomin {
  0% {
    transform: scale(0.8);
  }

  100% {
    opacity: 0;
    transform: scale(1.1);

  }

}



.product-content-heading {
  padding-top: 100px;
  text-align: center;
  width: 80%;
}

.card-wrapper {
  background-color: var(--pastel-green);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.4s;
  border-top-right-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  overflow: hidden;
}

.card-wrapper img {
  padding-left: 20px;
  padding-top: 20px;
  width: 100px;
}

.card-wrapper:hover {
  transform: translateY(-15px);
}

.card-img-top {
  transition: all 0.7s;
  overflow: hidden;
}

.card-wrapper:hover .card-img-top {
  transform: scale(1.1);
}


.card-sub-title {
  font-size: 1.1rem;
  color: var(--light-green);
  font-weight: 600;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--light-green);
}

.card-text {
  color: rgba(27, 36, 48, 0.63);

}

.product-content-heading h4 {
  font-size: 1.6rem;
  color: var(--light-green);
  margin-bottom: 30px;
}

.product-content-heading h2 {
  font-size: 2.5rem;
  color: var(--dark-green);
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 938px) {
  .hero-design {
    display: none;
  }

  .hero-img {
    bottom: -10px;
  }

  .product-content-heading {
    padding-top: 80px;
    width: 90%;

  }

  .product-content-heading h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .product-content-heading h2 {
    font-size: 1.8rem;
    margin-bottom: 40px !important;
  }

}

.testimonial-section {
  margin-bottom: 300px;
}

.testimonial-container {
  background-color: #fff;
  padding: 100px 0;
  border-radius: 0px 50px;
  position: relative;
  height: 500px;
}

.testimonial-container h3 {
  text-align: center;
  color: var(--dark-green);
  font-size: 2.5rem;
  font-weight: 800;
}

.testimonial-subhead {
  color: var(--light-green);
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}

.gold-text {
  color: var(--golden);
}

.slider-container {
  margin-top: 40px;
  background-color: var(--pastel-green);
  width: 90%;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);

  bottom: -50px;
}

.slider-container {
  border-top-right-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.slider-container {
  max-width: 700px;
  position: relative;
}

.testimonial-card {
  padding: 30px;
}

.testimonial-image-wrapper {
  max-width: 300px;
}

.cilent-info-container-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}

.cilent-info-container {
  display: flex;
  align-items: center;
}

.avatar-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.avatar-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.client-review {
  text-align: left !important;
  font-size: 1rem !important;
  font-weight: 700;
  width: 100%;
  color: var(--dark-green) !important;
}

.client-info p {
  text-align: left;
  font-size: 1rem !important;
  margin: 0 !important;
}

.prev-icon {
  background-color: var(--light-green);
  margin-left: -222px;
  padding: 12px 25px;
  border-radius: 50%;
  font-size: 1.5rem;
}

.next-icon {
  background-color: var(--light-green);
  margin-right: -222px;
  padding: 12px 25px;
  border-radius: 50%;
  font-size: 1.5rem;
}

.carousel-control-prev {
  left: -80px;
  /* Adjust this value to move the previous button horizontally */
}

.carousel-control-next {
  right: -80px;
  /* Adjust this value to move the next button horizontally */
}


.india-construction-container {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}

.indiaConstruction {
  position: relative;
  padding: 60px 0px;
  overflow-x: hidden;
  overflow-y: hidden;

}

.indiaConstruction svg {
  position: absolute;
  top: -170px;
  left: -100px;
  z-index: -1;
  animation: zoomin 10s infinite;
}


.india-img-wrapper {
  max-width: 500px;
  transform: scale(1.4);
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  right: 20px;
  top: 100px;

}

.india-img-wrapper img {
  width: 100%;
}



.india-construction-content h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 40px;
  width: 80%;
  color: var(--dark-green);
  text-align: left;

  margin-bottom: 15px;
}

.india-construction-subhead {
  color: var(--light-green);
  font-size: 1.1rem;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.bcstep-info {
  margin-top: 30px;
  color: var(--dark-green);
  opacity: 0.8;
  text-align: justify;
  width: 65%;
}

.bc-info-p2 {
  padding-left: 40px;
}

.bc-info-p3 {
  padding-left: 80px;
}

.bc-info-p4 {
  padding-left: 120px;
}

.bc-info-p5 {
  padding-left: 160px;
}

.bc-info-p5 {
  padding-left: 0px;
}

.bc-info-p6 {
  padding-left: 40px;
}

.bc-info-p7 {
  padding-left: 80px;
}

.bc-info-p8 {
  padding-left: 120px;
}

.bc-info-p9 {
  padding-left: 0px;
}

@media screen and (max-width: 767px) {

  .bc-info-p2,
  .bc-info-p3,
  .bc-info-p4,
  .bc-info-p5,
  .bc-info-p5,
  .bc-info-p6,
  .bc-info-p7,
  .bc-info-p8,
  .bc-info-p9 {
    padding-left: 0px;
  }


  .india-img-wrapper {
    position: relative;
    top: 0;
    padding-top: 10px;
  }


}


.solutions-container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.soluions-content-heading {
  text-align: center;

  color: var(--dark-green);
  font-weight: 800;
  padding-top: 70px;
  font-size: 1.688rem;
  margin: 0 auto;
}

.large-circle {
  background-color: var(--golden);
  width: 110px;
  height: 110px;
  border-radius: 100%;
}

.small-circle {
  background-color: var(--pastel-green);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: 5px;
}

.solution-icon-wrapper {
  width: 70px;
  margin-top: 15px;
}

.solution-icon-wrapper img {
  width: 100%;
}

.solution-icon-container {
  gap: 30px !important;
}


.solution-icon-container a {
  text-decoration: none;
}

.solution-icon-container a:hover .large-circle {
  box-shadow: 0px 0px 24px 0px #F3D15F;
}

.solution-icon-container p {
  font-size: 1.1rem;
  color: var(--light-green);
  font-weight: 600;

}

.readmore-container {
  transition: all 0.6s;
}

.readmore-container:hover a {
  color: var(--light-green);
}

.readMore {
  text-decoration: none;
  color: var(--dark-green);
}

.readmore-container:hover .fa-arrow-right {
  transform: translateX(5px);
}

.whyBcStep-section {
  padding-top: 150px;
  padding-bottom: 60px;
}

.whyBcStep-section h2 {
  font-size: 3rem;
  color: var(--dark-green);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.larger-para-container {


  position: relative;
  overflow: hidden;
}

.larger-para-container p {
  color: var(--dark-green);
  line-height: 35px;
  margin-bottom: 10px;
}



.overlay-container {
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, #eff0ef 0%, rgba(217, 217, 217, 0) 100%);
  z-index: 10;
}

.top-container {
  top: 0;
}

.bottom-container {
  bottom: 0;
  transform: rotate(180deg);
}

.bsStepWomen-wrapper {
  margin-right: -20px;
  max-width: 600px;
  z-index: -2;
  animation: bounce 10s infinite;
}

.bsStepWomen-wrapper img {
  width: 100%;
}

.bcstep {
  color: var(--dark-green);
  font-size: 1.1rem;
}



@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.footer-section {
  background-color: var(--dark-green);
  color: white;
  padding: 60px 0;
}

.footer-logo-wrapper {
  width: 200px;
}

.footer-logo-wrapper img {
  width: 100%;
}



.footer-logo-container {
  width: 30%;
}

.footer-logo-container p {
  width: 70%;
  opacity: 0.6;
  font-size: 0.8rem;
}

.sub-quick-link {
  margin-top: 40px;
}

.quick-links-container li {
  list-style-type: none;
}

.quick-links-container a {
  text-decoration: none;
  color: white;
  opacity: 0.6;
}

.quick-links-container a:hover {
  opacity: 1;
  color: white;
}

.fa-brands,
.fa-regular {
  font-size: 1.5rem;
  padding: 15px 17px;
  border-radius: 100%;
  transition: all 0.6s;
  color: var(--pastel-green);
  border: 1px solid var(--pastel-green);
}

.fa-brands:hover {
  background-color: var(--pastel-green);
  color: var(--dark-green);
}

.fa-regular:hover {
  background-color: #fff;
  color: var(--dark-green);
}

.footer-link-para {

  text-align: center;
  font-size: 0.8rem;
}


.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.6s;

}

.footer-link:hover {
  color: var(--golden);
}



@media screen and (max-width: 875px) {
  .prev-icon {
    position: absolute;
    bottom: -100px;
    margin-left: 0;
  }

  .next-icon {
    position: absolute;
    bottom: -100px;
    margin-right: 0;
  }

  .larger-para-container {
    width: 100%;
  }

  .whyBcStep-section {
    padding-top: 210px;
  }



}

@media screen and (max-width: 647px) {
  .whyBcStep-section {
    padding-top: 300px;
  }

  .testimonial-section {
    margin-bottom: 500px;
  }
}

@media screen and (max-width: 495px) {
  .whyBcStep-section {
    padding-top: 400px;
  }

  .product-content-heading {
    padding-top: 60px;
    width: 90%;

  }

  .product-content-heading h4 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .product-content-heading h2 {
    font-size: 1.6rem;
    margin-bottom: 20px !important;
  }

  .testimonial-container h3 {
    width: 90%;
    font-size: 2rem;
    margin: 0 auto;
  }

  .testimonial-subhead {
    width: 90%;
    font-size: 1.2rem;
    margin: 0 auto;
  }

  .cilent-info-container-wrapper {

    flex-direction: column;

    align-items: flex-start;

  }

  .cilent-info-container {
    flex-direction: column;

    align-items: flex-start;
  }
}

@media screen and (max-width: 1400px) {
  .india-img-wrapper {
    position: relative;
    top: 0;
  }


  .india-construction-container {
    flex-direction: column;

  }

  .bcstep-info {
    width: 100%;
  }

  .bcstep-info p {
    width: 100%;
  }

  .footer-logo-container {
    width: 20%;
  }

  .footer-logo-container p {
    width: 100%;
    opacity: 0.6;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 367px) {
  .whyBcStep-section {
    padding-top: 500px;
  }


}

@media screen and (max-width: 1156px) {
  .hero-design svg {
    display: none;
  }

  .our-brands p {
    text-align: center;
    font-size: 1.2rem;

  }





  .soluions-content-heading {

    padding-top: 30px;
    font-size: 1.3rem;

  }

  .brand-logo img {
    width: 150px;
    object-fit: contain;
  }

}

.bcstep-info {

  overflow: hidden;
  position: relative;
}

.max-height-info {
  max-height: 300px;
}

.read-more-content {
  display: none;
  /* Initially hide the additional content */
}

.read-more-link {
  margin-top: 20px;
  color: var(--dark-green);
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .india-img-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 541px) {
  svg {
    display: none;
  }
}

@media screen and (max-width: 540px) {


  .indiaConstruction {
    padding-bottom: 0px;

  }

  .india-img-wrapper {
    transform: scale(1);
  }

  .india-img-wrapper {
    padding-top: 10px;
  }

  .india-construction-content {
    padding-top: 30px;
  }
}


@media screen and (max-width: 1440px) {


  .hero-section {
    padding: 60px 0;
    padding-top: 30px;
  }

  .hero-content-container {
    flex-direction: column;
    align-items: center;
    gap: 120px;

  }



  .hero-content h1,
  h2 {
    text-align: center;
    margin: 10px auto !important;
    width: 100%;
  }

  .hero-content p {
    text-align: center;
    margin: 10px auto;

  }

  .hero-btn-wrapper {
    align-items: center;
    justify-content: center;
  }
}


@media screen and (max-width: 894px) {

  .india-construction-content h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 50px;
    width: 80%;
    color: var(--dark-green);
  }

  .india-construction-content p {
    color: var(--light-green);
    font-size: 1rem;
    max-width: 100%;
  }

  .footer-logo-container {
    width: 100%;
  }
}




@media screen and (max-width: 680px) {
  .hero-large-circle {
    width: 60px;
    height: 60px;
  }

  .hero-small-circle {
    width: 50px;
    height: 50px;
  }

  .circle-0 {
    position: absolute;
    left: 87px;
    bottom: -49px;
  }

  .circle-8 {
    position: absolute;
    right: 1px;
    bottom: 28px;
  }

  .circle-1 {
    position: absolute;
    left: -25px;
    bottom: 29px;
  }


  .circle-2 {
    position: absolute;
    right: -59px;
    bottom: 138px;
  }

  .circle-3 {
    position: absolute;
    right: -18px;
    bottom: 170px;
  }

  .circle-4 {
    position: absolute;
    left: -59px;
    bottom: 138px;
  }

  .circle-5 {
    position: absolute;
    left: -16px;
    bottom: 160px;
  }

  .circle-6 {
    position: absolute;
    right: 103px;
    top: -49px;
  }

  .circle-7 {
    position: absolute;
    left: 89px;
    top: -47px;
  }

  .circle-9 {
    position: absolute;
    right: 104px;
    bottom: -50px;
  }

  .desc-9 {
    bottom: -39px;
    right: -66px;
  }

  .desc-0 {
    bottom: -63px;
    left: -12px;
  }

  .desc-8 {
    bottom: -36px;
    right: -20px;
  }

  .desc-1 {
    bottom: -42px;
    left: -75px;
  }

  .desc-2 {
    bottom: -38px;
    right: -33px;
  }

  .desc-5 {
    bottom: -59px;
    left: -85px;
  }

  .desc-4 {
    bottom: -59px;
    left: -31px;
  }
}

@media screen and (max-width: 610px) {
  .hero-content p {
    display: none;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content h2 {
    font-size: 1rem;
  }


  .hero-btn-wrapper {
    flex-direction: row;

  }

  .hero-large-circle {
    width: 60px;
    height: 60px;
  }

  .hero-large-circle p {
    font-size: 0.6rem;
  }

  .hero-small-circle {
    width: 50px;
    height: 50px;
  }

  .circle-0 {
    position: absolute;
    left: 86px;
    bottom: -49px;
  }

  .circle-1 {
    position: absolute;
    left: -27px;
    bottom: 31px;
  }


  .circle-2 {
    position: absolute;
    right: -50px;
    bottom: 144px;
  }

  .circle-3 {
    position: absolute;
    right: -10px;
    bottom: 235px;
  }

  .circle-4 {
    position: absolute;
    left: -42px;
    bottom: 142px;
  }

  .circle-5 {
    position: absolute;
    left: -12px;
    bottom: 315px;
  }

  .circle-6 {
    position: absolute;
    right: 105px;
    bottom: 315px;
  }

  .circle-7 {
    position: absolute;
    right: 170px;
    top: -50px;
  }

  .circle-8 {
    position: absolute;
    right: -10px;
    bottom: 28px;
  }

  .circle-9 {
    position: absolute;
    right: 104px;
    bottom: -51px;
  }



  .desc-9 {
    bottom: -33px;
    right: -65px;
  }

  .desc-0 {
    bottom: -42px;
    left: -12px;
  }

  .desc-8 {
    bottom: -32px;
    right: -15px;
  }

  .desc-1 {
    bottom: -33px;
    left: 0px;
  }

  .desc-2 {
    bottom: -31px;
    right: -10px;
  }

  .desc-3 {
    bottom: -28px;
    right: -20px;
  }

  .desc-4 {
    bottom: -48px;
    left: -19px;
  }

  .desc-5 {
    bottom: -61px;
    left: -8px;
  }

  .desc-6 {
    bottom: 0px;
    right: -55px;
  }

  .desc-7 {
    top: -10px;
    right: -50px;
  }



}

@media screen and (max-width: 550px) {

  .hero-img-wrapper {
    max-width: 215px;
    position: relative;


  }

  .hero-large-circle p {
    font-size: 0.5rem;
  }

  .hero-large-circle {
    width: 40px;
    height: 40px;
  }



  .hero-small-circle {
    width: 35px;
    height: 35px;
  }

  .circle-0 {
    position: absolute;
    left: 44px;
    bottom: -36px;
  }

  .circle-8 {
    position: absolute;
    right: -6px;
    bottom: 6px;
  }

  .circle-1 {
    position: absolute;
    left: -25px;
    bottom: 12px;
  }


  .circle-2 {
    position: absolute;
    right: -29px;
    bottom: 70px;
  }


  .circle-3 {
    position: absolute;
    top: 24px;
    left: 181px;
  }

  .circle-4 {
    position: absolute;
    left: -12px;
    bottom: 131px;
  }

  .circle-5 {
    position: absolute;
    left: -37px;
    top: 79px;
  }


  .circle-6 {
    position: absolute;
    right: 45px;
    top: -29px;
  }

  .circle-7 {
    position: absolute;
    left: 37px;
    top: -30px;
  }

  .circle-9 {
    position: absolute;
    right: 59px;
    bottom: -38px;
    ;
  }

  .desc-1 {
    bottom: -32px;
    left: -53px;
  }

  .desc-1 {
    bottom: -32px;
    left: -40px;
  }

  .desc-2 {
    bottom: -33px;
    right: -31px;
  }


  .desc-3 {
    bottom: -22px;
    right: -29px;
  }

  .desc-4 {
    bottom: -30px;
    left: -69px;
  }

  .desc-5 {
    bottom: -37px;
    left: -69px;
  }

  .desc-6 {
    right: -44px;
    top: -11px;
  }


  .desc-7 {
    top: -10px;
    right: -30px;
  }

  .desc-8 {
    bottom: -32px;
    right: -20px;
  }

  .desc-9 {
    bottom: -33px;
    right: -47px;
  }
}

@media screen and (max-width: 420px) {
      .desc-5 {
        bottom: -37px;
        left: -45px;
    }

        .circle-5 {
        position: absolute;
        left: -34px;
        top: 69px;
    }

        .circle-2 {
        position: absolute;
        right: -29px;
        bottom: 61px;
    }

        .hero-img-wrapper {
        max-width: 195px;
        position: relative;
    }
}




@media screen and (max-width: 1247px) {
  .card-title {
    font-size: 1.2rem;
  }
}

.figure-wrapper {
  position: absolute;
  left: -50px;
  top: 150px;
}

.figure {
  position: relative;
  width: 30vmin;
  height: 30vmin;
}

.triangle,
.circle12,
.square {
  animation: ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}

.triangle {
  animation-name: triangle;
  animation-duration: 6s;
  background: #f0f4f0;
}



.circle12 {
  animation-name: circle12;
  animation-duration: 3s;
  animation-delay: -1.5s;
  background: #f0f4f0;
}

@keyframes triangle {
  0% {
    clip-path: polygon(20% 0, 60% 60%, 100% 0);
  }

  12.5% {
    clip-path: polygon(0 0, 40% 60%, 80% 0);
  }

  25% {
    clip-path: polygon(0 0, 0 80%, 60% 40%);
  }

  37.5% {
    clip-path: polygon(0 19%, 0 100%, 60% 60%);
  }

  50% {
    clip-path: polygon(40% 40%, 0 100%, 80% 100%);
  }

  62.5% {
    clip-path: polygon(60% 40%, 20% 100%, 100% 100%);
  }

  75% {
    clip-path: polygon(100% 20%, 40% 60%, 100% 100%);
  }

  87.5% {
    clip-path: polygon(100% 0, 40% 40%, 100% 80%);
  }

  100% {
    clip-path: polygon(100% 0, 20% 0, 60% 60%);
  }
}



@keyframes circle12 {
  0% {
    clip-path: circle(33.3% at 33.3% 33.3%);
  }

  25% {
    clip-path: circle(33.3% at 33.3% 66.6%);
  }

  50% {
    clip-path: circle(33.3% at 66.6% 66.6%);
  }

  75% {
    clip-path: circle(33.3% at 66.6% 33.3%);
  }

  100% {
    clip-path: circle(33.3% at 33.3% 33.3%);
  }
}

.footer-button-container {
  background: transparent;
  padding: 10px;
  width: 280px;
  border-radius: 0px 10px;
  border: 1px solid #ffffff3b;
  transition: all 0.6s;
  color: #fff;
}

.ios-image {
  transition: all 0.6s;
}

.footer-button-container:hover {
  background-color: #fff;
  color: var(--dark-green);
}
.footer-button-container:hover .ios-image {
  filter: invert(1);
}

.footer-button-container p {
  margin: 0;
  text-align: left;
}

.footer-btn-head {
  font-size: 1.2rem;
  font-weight: 700;
}

.footer-button-wrapper a {
  text-decoration: none;
}

/* otp modal */
.modala {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-contents {
  width: 20%;
  left: 38%;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  background: antiquewhite;
  position: relative;
  display: flex;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;

}

/* The Close Button */
.closebtn {
  color: #aaaaaa;
  float: right;
  /* font-size: 28px; */
  font-weight: bold;
  background: red;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
}

.modal_body {
  position: relative;
  display: flex;
  flex-direction: column;
  left: 38%;
  top: -3px;
  width: 20%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 10px;
  padding-bottom: 35px;
}

.resend_otp {
  color: red;
  cursor: pointer;
  position: relative;
  top: 2px;
  font-size: 12px;
}

.otp-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 1060;
  left: 30%;
}


/* OTP input styles */
.otp-container,
.email-otp-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.otp-input,
.email-otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.otp-input:focus,
.email-otp-input:focus {
  border-color: #007bff;
}

.email-otp {
  margin-top: 25px;
}

/* Button styles */
#verifyEmailOTP {
  margin-top: 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.app-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 22px;
    border-radius: 12px;

    /* Glass Effect */
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.22);

    /* Text & Icon */
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;

    /* Animation */
    transition: all 0.3s ease;
}

/* Hover Effect */
.app-button:hover {
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.sub-hero-section {
    width: 100%;
    height: 400px;
    position: relative;
}

.sub-hero-section .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -2;
}

.sub-hero-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #163020 1.32%, rgba(22, 48, 32, 0.50) 50.66%, rgba(255, 255, 255, 0.00) 100%);
    z-index: -1;
}

.sub-hero-content {
    padding-top: 190px;
    padding-bottom: 50px;
    color: #fff;
}


.sub-head {
    font-size: 2.5rem;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--golden);
}

.sub-sub-para {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.links p {
    margin: 0;
}

.links a {
    text-decoration: none;
    color: #fff;
}

.links i {
    font-size: 0.9rem;
    margin-top: 5px;
}

.links a:hover {
    color: var(--golden);
}

@media screen and (max-width: 1200px) {

  .sub-hero-section {
      height: fit-content;
  }
   .responsive-subhero-section .sub-hero-content {
    flex-direction: column;
    gap: 20px;
    padding-top: 140px;
   }
}

