* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}*/
body {
  margin: 0;
  padding: 0;
  /*font-family: Poppins, sans-serif;*/
  font-family: Poppins, sans-serif;
  background: #fff;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-section {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  padding: 0px 100px;
  padding-top: 50px;
}

.hero-image-section {
  position: relative;
  overflow: visible;
  height: auto;
  padding-left: 30px;
  min-height: 420px;
  text-align: center;
}

.hero-text-section {
  position: relative;
  overflow: hidden;
  height: auto;
}

.hero-text {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-right: 20px;
}

/*
.col-sm-6, .col-md-6, .col-lg-6{
  width: 50%;
}*/
.hero-heading {
  color: #18191C;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
}

.gradient-text {
  background: linear-gradient(270deg, #00AA84 0%, #e2ebe9 25%, #F79326 50%, #006632 75%, #00A653 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -3px;
}

.btn-main {
  /* width:34%;
  padding: 12px 28px;*/
  padding: 12px 28px;
  background: #141414;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
  margin-top: 30px;
}

.btn-main:hover {
  transform: scale(1.05);
}

.arrow {
  font-size: 20px;
  margin-left: 10px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.btn-main:hover .arrow {
  transform: translate(4px, -4px);
}

.navbar {
  width: calc(100% - 200px);
  /*max-width: 80%;*/
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  top: 19px;
  padding-bottom: 20px;
}

.logo {
  width: 130px;
  height: 46px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-item {
  font-size: 14px;
  color: #18191C;
  text-decoration: none;
  position: relative;
}

.nav-circle {
  width: 6px;
  height: 6px;
  background: #1F2937;
  border-radius: 9999px;
}

.nav-outline {
  padding: 3px 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-login {
  padding: 8px 20px;
  background: #18191C;
  border-radius: 40px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
}

.btn-login:hover {
  background: #333;
}



.trust-section {
  position: absolute;
  left: 0;
  top: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 20px;
}

.trust-text {
  color: #767A85;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}


/* brnd style */
.brand-box {
  /* width: 200px;
  height: 200px;
  position: relative;*/
  border-radius: 3.76px;
}

.brand-style {

  position: absolute;
  width: 153px;
  height: 40px;
  top: 37.11px;
  left: 22px;
}

.brand-bar {
  position: absolute;
  width: 101.81px;
  height: 20.65px;
  left: 51.35px;
  top: 9.55px;
}

.divider {
  width: 1px;
  height: 68px;
  background: #E6E9EA;
}

.horizontal-line {
  width: 1160px;
  height: 1px;
  background: white;
}


.menu-icon {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #18191C;
  padding: 8px;
}

#menu-toggle {
  display: none;
}

.nav-links-wrapper {
  display: flex;
  align-items: center;
}

.hero-circle {
  position: relative;
  width: 379px;
  height: 379px;

}

.img-shadow {
  width: 280.09px;
  height: auto;
  /*height: 331.21px;*/
  position: absolute;
  /* left: 965.33px;
  top: 218px;*/
  transform: rotate(3deg);
  border-radius: 12px;
  left: 5%;
  top: 10%;
}

.img-right {
  width: 257.09px;
  height: auto;
  /*height: 346.31px;*/
  position: absolute;
  /*left: 1052.12px;
  top: 178px;*/
  transform: rotate(3deg);
  left: 47%;
  top: 14%;
}

@media (min-width: 4099px) and (max-width: 5464px) {
  .img-shadow {
    left: 40%;
    top: 9%;
  }

  .img-right {
    left: 50%;
    top: 12%;
  }
}

@media (min-width: 2733px) and (max-width: 4098px) {
  .img-shadow {
    left: 37%;
    top: 8%;
  }

  .img-right {
    left: 50%;
    top: 12%;
  }
}

@media (min-width: 2050px) and (max-width: 2733px) {
  .img-shadow {
    left: 30%;
    top: 10%;
  }

  .img-right {
    left: 48%;
    top: 14%;
  }
}

@media (min-width: 1823px) and (max-width: 2049px) {
  .img-shadow {
    left: 23%;
    top: 10%;
  }

  .img-right {
    left: 50%;
    top: 14%;
  }
}

@media (min-width: 1709px) and (max-width: 1822px) {
  .img-shadow {
    left: 18%;
    top: 13%;
  }

  .img-right {
    left: 47%;
    top: 14%;
  }
}

@media (min-width: 1519px) and (max-width: 1708px) {
  .img-shadow {
    left: 15%;
    top: 13%;
  }

  .img-right {
    left: 47%;
    top: 14%;
  }
}

@media (min-width: 1367px) and (max-width: 1518px) {

  .img-shadow {
    left: 10%;
    top: 11%;
  }

  .img-right {
    left: 47%;
    top: 14%;
  }
}

@media (max-width: 1300px) {
  /*.hero-text {
    max-width: 690px;
    left: 107px;
    top: 181px;
    gap: 30px;
    padding-right: 10px;
  }*/

  .hero-heading {
    color: #18191C;
    font-size: 49px;
    font-weight: 500;
    line-height: 64px;
  }

  .gradient-text {
    font-size: 49px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -3px;
  }



  /*.img-shadow {
    width: 155.82px;
    height: 331.21px;
    position: absolute;
    left: 925.33px;
    top: 225px;
    transform: rotate(4deg);
  }

  .img-right {
    width: 247.09px;
    height: 349.31px;
    position: absolute;
    left: 1022.12px;
    top: 178px;
    transform: rotate(3deg);
  }
  .hero-circle {
    position: absolute; top: 120px; left: 844px; width: 379px; height: 379px;

    }*/

}

@media (min-width: 1250px) and (max-width: 1299px) {
  /*.hero-text {
    max-width: 640px;
    left: 107px;
    top: 181px;
    gap: 30px;
    padding-right: 10px;
  }*/

  .hero-heading {
    font-size: 46px;
    font-weight: 500;
    line-height: 58px;
  }

  .gradient-text {
    font-size: 46px;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -2px;
  }

  .img-shadow {
    left: 4%;
    top: 9%;
  }

  .img-right {
    left: 47%;
    top: 14%;
  }


}

@media (min-width: 1200px) and (max-width: 1249px) {
  /*.hero-text {max-width: 630px;left: 107px; top: 181px;gap: 30px; padding-right: 10px;}*/

  .hero-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .gradient-text {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -2px;
  }

  /* .btn-main {width:37%;padding: 12px 24px;gap: 10px; font-size: 15px;line-height: 28px;}*/

  .img-shadow {
    left: 2%;
    top: 11%;
    width: 265px;
  }

  .img-right {
    left: 47%;
    top: 14%;
  }

  .hero-section {
    padding-left: 90px;
  }
}

@media (min-width: 1150px) and (max-width: 1199px) {
  /* .hero-text {max-width: 600px;left: 107px; top: 181px;gap: 30px; padding-right: 10px;}*/

  .hero-heading {
    font-size: 43px;
    line-height: 53px;
  }

  .gradient-text {
    font-size: 43px;
    line-height: 53px;
    letter-spacing: -1px;
  }

  /*.btn-main {width:37%;padding: 12px 24px;gap: 10px; font-size: 15px;line-height: 28px;}*/
  .img-shadow {
    left: 2%;
    top: 15%;
    width: 255px;
  }

  .img-right {
    left: 48%;
    top: 15%;
    width: 247px;
  }

  .hero-circle {
    width: 369px;
    height: 369px;
  }

  .hero-section {
    padding-left: 70px;
  }
}

@media (min-width: 1100px) and (max-width: 1149px) {
  /*.hero-text {max-width: 540px;left: 107px; top: 181px;gap: 30px; padding-right: 10px;}*/

  .hero-heading {
    font-size: 38px;
    line-height: 50px;
  }

  .gradient-text {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1px;
  }

  /*.btn-main {width:41%;padding: 12px 24px;gap: 10px; font-size: 15px;line-height: 28px;}*/
  .img-shadow {
    left: 2%;
    top: 13%;
    width: 255px;
  }

  .img-right {
    left: 50%;
    top: 14%;
    width: 247px;
  }

  .hero-circle {
    width: 369px;
    height: 369px;
  }

  .hero-section {
    padding-left: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1099px) {
  /*.hero-text {max-width: 460px;left: 107px; top: 181px;gap: 30px; padding-right: 10px;}*/

  .hero-heading {
    font-size: 35px;
    line-height: 48px;
  }

  .gradient-text {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1px;
  }

  /*.btn-main {width:50%;padding: 12px 24px;gap: 10px; font-size: 15px;line-height: 28px;}*/

  /*.img-shadow { width: 145.82px;height: 321.21px;left: 660.33px;top: 235px;}

  .img-right { width: 237.09px; height: 339.31px;left: 760.12px;top: 188px;}

  .hero-circle {top: 130px; left: 580px; width: 369px; height: 369px;}*/

  .img-shadow {
    left: 1%;
    top: 13%;
    width: 245px;
  }

  .img-right {
    left: 49%;
    top: 14%;
    width: 237px;
  }

  .hero-circle {
    width: 350px;
    height: 350px;
  }

  .hero-section {
    padding-left: 60px;
    padding-right: 90px;
  }
}

@media (min-width: 900px) and (max-width: 999px) {
  /*.hero-text {max-width: 390px;left: 107px; top: 181px;gap: 30px; padding-right: 10px;}*/

  .hero-heading {
    font-size: 30px;
    line-height: 44px;
  }

  .gradient-text {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0px;
  }

  /*.btn-main {width:55%;padding: 12px 24px;gap: 10px; font-size: 14px;line-height: 28px;}*/
  /*
  .img-shadow { width: 145.82px;height: 311.21px;left: 570.33px;top: 235px;}

  .img-right { width: 227.09px; height: 329.31px;left: 670.12px;top: 188px;}

  .hero-circle {top: 130px; left: 490px; width: 359px; height: 359px;}*/
  .hero-image-section {
    padding-left: 20px;
    min-height: 380px;
  }

  .img-shadow {
    left: 0;
    top: 10%;
    width: 235px;
  }

  .img-right {
    left: 50%;
    top: 13%;
    width: 217px;
  }

  .hero-circle {
    width: 320px;
    height: 320px;
  }

  .hero-section {
    padding-left: 50px;
    padding-right: 90px;
  }
}

@media (min-width: 841px) and (max-width: 899px) {
  .hero-heading {
    font-size: 25px;
    line-height: 38px;
  }

  .gradient-text {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  .hero-image-section {
    padding-left: 20px;
    min-height: 330px;
  }

  .img-shadow {
    left: 0;
    top: 8%;
    width: 220px;
  }

  .img-right {
    left: 50%;
    top: 13%;
    width: 200px;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }

  .hero-section {
    padding-left: 50px;
    padding-right: 90px;
  }
}

@media (min-width: 768px) and (max-width: 840px) {
  /* .hero-text {max-width: 330px;left: 60px; top: 200px;gap: 30px; padding-right: 0px;}*/

  .hero-heading {
    font-size: 25px;
    line-height: 38px;
  }

  .gradient-text {
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0px;
  }

  /*.btn-main {width:70%;padding: 12px 24px;gap: 10px; font-size: 14px;line-height: 28px;}*/
  /*
  .img-shadow { width: 135.82px;height: 301.21px;left: 460.33px;top: 265px;}

  .img-right { width: 217.09px; height: 319.31px;left: 570.12px;top: 228px;}

  .hero-circle {top: 170px; left: 400px; width: 329px; height: 329px;}*/
  .hero-image-section {
    padding-left: 20px;
    min-height: 330px;
  }

  .img-shadow {
    left: 0;
    top: 8%;
    width: 200px;
  }

  .img-right {
    left: 50%;
    top: 13%;
    width: 180px;
  }

  .hero-circle {
    width: 260px;
    height: 260px;
  }

  .hero-section {
    padding-left: 50px;
    padding-right: 90px;
  }
}

/* Responsive */
@media (max-width: 767px) {
  .hero-section {
    width: 100%;
    position: relative;
    background: white;
    overflow: hidden;
  }

  /*.hero-text {
    left: 20px;
    top: 180px;
    width: calc(100% - 40px);
  }*/

  .hero-heading,
  .gradient-text {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0px;
  }

  .navbar {
    flex-direction: column;
    left: 0px;
    width: calc(100% - 40px);
    margin-left: 0;
    margin-right: 0;
    align-items: flex-start;
    gap: 10px;
    top: 10px;
    padding-bottom: 0px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }



  /*.btn-main {
    width: 50%;
    justify-content: center;
  }*/



  .brand-box {
    width: 120px;
  }

  .navbar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 0px;
    padding: 0px 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
  }

  .menu-icon {
    display: block;
    margin-right: 0px;
  }

  .nav-links-wrapper {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  #menu-toggle:checked+.menu-icon+.nav-links-wrapper {
    display: flex;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .nav-item,
  .btn-login {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  .nav-outline {
    border: none;
    padding: 0;
  }

  .btn-login {
    background-color: #18191C;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    padding: 12px;
  }

  .mobile-btn {
    margin-top: 12px;
  }

  .nav-circle {
    display: none;
  }

  .hero-image-section {
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: 480px;
  }

  .img-shadow {
    left: 10%;
    top: 20%;
  }

  .img-right {
    left: 45%;
    top: 25%;
  }

  .hero-circle {
    width: 360px;
    height: 360px;
  }

  .hero-section {
    padding-left: 50px;
    padding-right: 90px;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .hero-image-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .img-shadow {
    left: 8%;
    top: 20%;
  }

  .img-right {
    left: 48%;
    top: 25%;
  }

  .hero-circle {
    width: 360px;
    height: 360px;
  }

  .hero-section {
    padding-left: 50px;
    padding-right: 90px;
  }
}

@media (min-width: 481px) and (max-width: 599px) {
  .hero-image-section {
    padding-top: 50px;
    padding-bottom: 20px;
    min-height: 440px;
  }

  .img-shadow {
    left: 1%;
    top: 16%;
    width: 260px;
  }

  .img-right {
    left: 43%;
    top: 25%;
    width: 240px;
  }

  .hero-circle {
    width: 340px;
    height: 340px;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 80px;
  }
}

@media (min-width: 481px) and (max-width: 520px) {
  /*.btn-main {width:73%;padding: 12px 24px;gap: 10px; font-size: 14px;line-height: 28px;}*/
}

@media (max-width: 480px) {
  .hero-heading {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
  }

  .gradient-text {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
  }

  .hero-image-section {
    padding-top: 50px;
    padding-left: 0px;
    min-height: 400px;
  }

  .img-shadow {
    left: 1%;
    top: 16%;
    width: 230px;
  }

  .img-right {
    left: 43%;
    top: 25%;
    width: 200px;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-main {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 20px
  }


  /*.btn-main {width:76%;padding: 8px 15px;gap: 10px; font-size: 14px;line-height: 28px;}*/
}

@media (max-width: 390px) {
  .hero-heading {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
  }

  .gradient-text {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
  }

  .hero-image-section {
    padding-top: 50px;
    padding-left: 0px;
    min-height: 340px;
    padding-bottom: 20px;
  }

  .img-shadow {
    left: 1%;
    top: 20%;
    width: 200px;
  }

  .img-right {
    left: 43%;
    top: 27%;
    width: 180px;
  }

  .hero-circle {
    width: 270px;
    height: 270px;
  }

  .hero-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-main {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 20px
  }

  /*
  .hero-circle {
    top: 440px; left: 1px; width: 339px; height: 339px;

   }

     .img-shadow {
      width: 115.82px;
      height: 290.21px;
      left: 80px;
      top: 550px;
    }

    .img-right {
      width: 207.09px;
      height: 326.31px;
      left: 180px;
      top: 510px;
    }*/
  /*.btn-main {width:76%;padding: 8px 15px;gap: 10px; font-size: 14px;line-height: 28px;}*/
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animated {
  opacity: 0;
}

.fade-in-up {
  animation: fadeInUp 1s ease forwards;
}

.fade-in {
  animation: fadeIn 1.2s ease forwards;
}

.scale-in {
  animation: scaleIn 1.2s ease forwards;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.delay-3 {
  animation-delay: 0.9s;
}

.delay-4 {
  animation-delay: 1.2s;
}


/* brand section*/

.main-container-brand {
  padding: 40px 0;
  background: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  text-align: center;
}

.main-container-brand h2 {
  color: #9fa1a7;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

.logo-row-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  margin: 0 auto;
  width: 70%;
}

.logo-row-wrapper::-webkit-scrollbar {
  display: none;
}

.logo-row {
  display: flex;
  gap: 40px;
  padding: 10px 60px;
  width: max-content;
}

.logo-item {
  flex-shrink: 0;
  /*width: 40px;
  height: auto;*/
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.logo-item:nth-child(1) {
  animation-delay: 0.1s;
}

.logo-item:nth-child(2) {
  animation-delay: 0.2s;
}

.logo-item:nth-child(3) {
  animation-delay: 0.3s;
}

.logo-item:nth-child(4) {
  animation-delay: 0.4s;
}

.logo-item:nth-child(5) {
  animation-delay: 0.5s;
}

.logo-item:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {

  /* .main-container-brand {
  padding-left: 50px;
  padding-right: 50px;
}*/
  .logo-row-wrapper {

    width: 80%;
  }

  .logo-row {
    gap: 24px;
    padding: 10px 40px;
  }
}




.container4 {
  background: #ffffff;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0px 100px;
  overflow: hidden;
}

.speciality-container {
  border: .5px solid rgb(250, 247, 247);
  padding: 40px 10px;
}

.group-2 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: left;
  position: relative;
}

@media (min-width: 768px) {
  .group-2 {
    flex-direction: row;
    gap: 40px;
  }
}

.pic {
  flex-shrink: 0;
  width: 50px;
  height: auto;
  background: url(images/diamond-bg.png) no-repeat center;
  background-size: contain;
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: center;
  position: relative;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.text {
  font-size: 20px;
  font-weight: 600;
  color: #006632;
  line-height: 28px;
}

.text-3,
.text-5 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
}

.text-2,
.text-4,
.text-6 {
  font-size: 15px;
  font-weight: 400;
  color: #535353;
  line-height: 24px;
  padding-left: 10px;
}

.wrapper-2 {
  display: block;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  overflow: hidden;
  text-align: right;
  padding-right: 20px;
  /*left: 100px;*/
}

.section-3 {
  display: inline-block;
  padding: 5px 16px;
  border: 2px solid #e6e6e6;
  border-radius: 40px;
  text-align: left;
  margin-bottom: 10px;
}

.speciality-btn {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(270deg, #00AA84 0%, #9eb8b1 25%, #F79326 50%, #006632 75%, #00A653 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.speciality-head {
  font-size: 78px;
  color: #18191c;
  font-weight: 600;
  line-height: 90px;
  text-align: left;
  letter-spacing: -4px;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
}

@media (max-width: 1200px) {
  .container4 {
    padding: 0px 80px;
  }
}


@media (max-width: 1100px) {
  .speciality-head {
    font-size: 68px;
    line-height: 80px;
    letter-spacing: -4px;
  }

  .container4 {
    padding: 0px 60px;
  }

  .wrapper-2 {
    /*left: 80px;*/
  }
}

@media (max-width: 1000px) {
  .speciality-head {
    font-size: 58px;
    line-height: 70px;
    letter-spacing: -4px;
  }

  .container4 {
    padding: 0px 40px;
  }

  .pic {
    max-width: 30px;
  }

  .wrapper-2 {
    /* left: 70px;*/
  }
}

@media (max-width: 900px) {
  .speciality-head {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -4px;
  }

  .wrapper-2 {
    /* left: 60px;*/
  }
}

@media (max-width: 767px) {
  .pic {
    display: none;
  }

  .speciality-container {
    border: none;
    padding: 0px;
  }

  .container4 {
    padding: 10px 40px;
    width: 99%;
  }

  .group-2 {
    display: block;
    gap: 30px;
    width: 100%;
  }

  .wrapper {
    gap: 40px;
  }

  .section {
    gap: 12px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .text-2,
  .text-4,
  .text-6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 0px;
  }

  .wrapper-2 {
    gap: 30px;
    left: 0px;
    text-align: left;
    padding-bottom: 10px;
  }

  .section-3 {
    padding: 5px 10px;
    text-align: left;
  }

  .speciality-btn {
    font-size: 12px;
    line-height: 15px;
  }

  .speciality-head {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: -1px;
  }

}

@media (max-width: 400px) {

  .group-2 {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }

  .wrapper {
    gap: 40px;
  }

  .section {
    gap: 12px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
  }

  .text-2,
  .text-4,
  .text-6 {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
  }

  .wrapper-2 {
    gap: 20px;
    left: 0px;

  }

  .section-3 {
    padding: 5px 10px;
  }

  .speciality-btn {
    font-size: 11px;
    line-height: 10px;
  }

  .speciality-head {
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 0px;
  }

}

/* Benefits of Ashviro Section */

.benefits-section {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  overflow: hidden;


}

.section-paddinding {

  margin-left: 100px;
  margin-right: 100px;
}

.benefits-heading .benefits-title {
  font-size: 80px;
  font-weight: 600;
  color: #181818;
  line-height: 90px;
}

.benefits-heading .benefits-subtitle {
  font-size: 16px;
  color: #999DA6;
  max-width: 550px;
}

/* Large Card */
.benefit-card-large {
  flex-direction: row;
  padding: 2rem;
  gap: 1.5rem;
  height: 336px;
  position: relative;
  border-radius: 30px;
  background-color: #F6F6F9;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);*/
}


.benefit-card-bg {
  background: #F6F6F9;
  border-radius: 30px;
}

.benefit-bg-extension {
  /*width: 428px;
  height: 271px;
  left: 672px;
  top: 271px;*/
  position: absolute;
  transform: rotate(180deg);
  transform-origin: top left;
  background: #F6F6F9;
  border-bottom-left-radius: 30px;
  background-color: #0072ff;
}

.benefit-outline-blur {
  width: 40%;
  height: 110px;
  left: 100%;
  top: 30%;
  position: absolute;
  transform: rotate(180deg);
  transform-origin: top left;
  box-shadow: 96.4px 96.4px 96.4px;
  border-radius: 53px;
  outline: 90px rgba(237, 5, 206, 0.5) solid;
  outline-offset: -45px;
  filter: blur(48.2px);
}

.benefit-content-overlay {
  width: 442px;
  height: 338px;
  left: 55%;
  top: 29px;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}

.benefit-img-main {
  height: auto;
  max-width: 479px;
  left: 50%;
  top: 51px;
  position: absolute;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.10);
}

.benefit-text-box {
  max-width: 50%;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex: 1;
}

.benefit-text-wrap {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.benefit-title {
  color: #18191C;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
  position: relative;
}

.benefit-description {
  max-width: 90%;
  color: #767A85;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
  text-align: left;
}

.benefit-button {
  padding: 14px 30px;
  background: white;
  box-shadow: 10px 14px 44px rgba(167.92, 156.74, 152.32, 0.15);
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #18191C;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.arrow {
  font-size: 20px;
}

/*
.benefit-card-bg,
.benefit-bg-extension,
.benefit-outline-blur {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.05), transparent 70%);
}

.benefit-card-bg {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -50px;
}

.benefit-bg-extension {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px;
}

.benefit-outline-blur {
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  background: rgba(0, 0, 0, 0.05);
}

.benefit-content-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, #ffffff, #f0f0f0);
  opacity: 0.95;
  z-index: 1;
}

.benefit-img-main {
  max-height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.benefit-text-box {
  flex: 1;
  max-width: 50%;
  z-index: 2;
}

.benefit-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #181818;
  margin-bottom: 10px;
}

.benefit-description {
  font-size: 1rem;
  color: #555555;
}

.benefit-button {
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 500;
  color: #18191c;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.benefit-button:hover {
  background-color: #333333;
}

.benefit-button .arrow {
  margin-left: 10px;
  display: inline-flex;
}*/

/* Small Card Styles */

.benefit-card-small {
  background: #F6F6F9;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  height: 336px;
  overflow: hidden;
}

.benefit-small-bg {
  left: 0px;
  top: 0px;
  position: absolute;
  background: #F6F6F9;
  border-radius: 30px;
}

.benefit-outline-blur-small {
  width: 190px;
  height: 82px;
  left: 358px;
  top: 82px;
  position: absolute;
  transform: rotate(180deg);
  transform-origin: top left;
  box-shadow: 96.4px 96.4px 96.4px;
  border-radius: 53px;
  outline: 90px rgba(237, 5, 206, 0.5) solid;
  outline-offset: -45px;
  filter: blur(48.2px);
}

.benefit-img-container {
  width: 100%;
  height: 50%;
  left: 0px;
  top: 0px;
  position: absolute;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  overflow: hidden;
}

.benefit-img-secondary {
  width: auto;
  height: 85%;
  max-height: 161px;
  max-width: 240px;
  top: 15%;
  position: relative;
  box-shadow: 10px 14px 44px rgba(0, 0, 0, 0.15);
}



.benefit-text-small {
  left: 10px;
  top: 190px;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.benefit-title {
  color: #18191C;
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}

.benefit-description {
  width: 319px;
  color: #767A85;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

/* Mini Benefit Boxes */

.benefit-box {
  background-color: #F6F6F9;
  padding: 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  height: 408px;
  text-align: left;
  width: 100%;
}

.benefit-background {
  background-color: #F6F6F9;
}

.benefit-icon-wrapper {
  /* margin-bottom: 20px;
  position: relative;
  z-index: 1;*/
  overflow: hidden !important;
  width: 100%;
  height: auto;
  left: 0px;
  position: absolute;
  background-color: #F6F6F9;
  background-image:
    linear-gradient(0deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  border-radius: 1rem;
  text-align: center;
  margin-bottom: 2px;

}

.benefit-icon-bg {
  position: relative;
  padding-left: auto;
  left: 6px;

}

.benefit-text {
  top: 65%;
  width: 100%;
  height: 120px;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  display: inline-flex;
}

.benefit-title {
  color: #18191C;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}

.benefit-description {

  color: #767A85;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

/* Decorative Borders */

.rotated-border {
  width: 75vw;
  height: 107%;
  left: 7.6vw;
  top: 100%;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  border-top: 1.50px #f3f2f2 solid;
  border-bottom: 1.50px #f3f2f2 solid;
}

.horizontal-border {
  width: 100%;
  height: 74%;
  left: 0;
  top: 22.7%;
  position: absolute;
  border-top: 1.50px #f9f4f4 solid;
  border-bottom: 1.50px #f3f2f2 solid;
}

/*@media (max-width: 1400px) {
  .rotated-border {
    width: 75%;
    height: 106.5%;
    left: 7.5%;
    top: 100%;
  }
}*/
@media (min-width: 1376px) and (max-width: 1399px) {
  .rotated-border {
    width: 75%;
    height: 106.3%;
    left: 7.7%;
    top: 100%;
  }
}

@media (min-width: 1350px) and (max-width: 1375px) {
  .rotated-border {
    width: 75%;
    height: 105.5%;
    left: 7.7%;
    top: 100%;
  }
}

@media (min-width: 1326px) and (max-width: 1349px) {
  .rotated-border {
    width: 75%;
    height: 105%;
    left: 7.7%;
    top: 100%;
  }
}

@media (min-width: 1300px) and (max-width: 1325px) {
  .rotated-border {
    width: 75%;
    height: 104%;
    left: 7.7%;
    top: 100%;
  }
}

@media (min-width: 1276px) and (max-width: 1299px) {
  .rotated-border {
    width: 75%;
    height: 100%;
    left: 7.9%;
    top: 100%;
  }
}

@media (min-width: 1250px) and (max-width: 1275px) {
  .rotated-border {
    width: 75%;
    height: 99%;
    left: 7.9%;
    top: 100%;
  }
}

@media (min-width: 1226px) and (max-width: 1249px) {
  .rotated-border {
    width: 75%;
    height: 96%;
    left: 8.5%;
    top: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1225px) {
  .rotated-border {
    width: 75%;
    height: 94%;
    left: 8.5%;
    top: 100%;
  }
}

/*
@media (min-width: 1150px) and (max-width: 1199px) {
  .rotated-border {
    width: 75%;
    height: 92%;
    left: 8.5%;
    top: 100%;
  }
}
@media (min-width: 1001px) and (max-width: 1149px) {
  .rotated-border {
    width: 75%;
    height: 87%;
    left: 9%;
    top: 100%;
  }
}
@media (min-width: 1021px) and (max-width: 1030px) {
  .rotated-border {
    width: 90%;
    height: 76%;
    left: 10%;
    top: 100%;
  }
}
@media (min-width: 1011px) and (max-width: 1020px) {
  .rotated-border {
    width: 90%;
    height: 75%;
    left: 10.3%;
    top: 100%;
  }
}
@media (min-width: 1001px) and (max-width: 1010px) {
  .rotated-border {
    width: 90%;
    height: 74%;
    left: 10%;
    top: 100%;
  }
}*/
@media (max-width: 1200px) {
  .rotated-border {
    display: none;
  }

  .horizontal-border {
    display: none;
  }
}

/*
.border-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.rotated-border {
  position: absolute;
  width: 65vw;
  height:  84vw;
  left: -1vw;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
  border-top: 1.5px solid #f7f4f4;
  border-bottom: 1.5px solid #f3f1f1;
}

.horizontal-border {
  position: absolute;
  width: 100%;
  height: 74%;
  top: 23%;
  left: 0;
  border-top: 1.5px solid #f9f4f4;
  border-bottom: 1.5px solid #f3f2f2;
}
@media (max-width: 768px) {
  .rotated-border {
    width: 90vw;
    left: 5vw;
  }
  .horizontal-border {
    height: 60%;
    top: 30%;
  }
}*/
@keyframes animateLine {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 1100px) {
  /*.benefits-title {
    font-size: 55px;
  }

  .benefits-subtitle {
    font-size: 14px;
  }*/
}

@media (max-width: 1000px) {
  .benefits-title {
    font-size: 45px;
  }

  .benefits-subtitle {
    font-size: 14px;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .benefits-title {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 799px) {
  .benefits-title {
    font-size: 35px;
  }
}

@media (max-width: 767.98px) {

  .benefit-button {
    /*width: 100%;*/
    justify-content: center;
  }

  .benefit-text-box,
  .benefit-text-small,
  .benefit-text {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .benefit-card-large {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    gap: 1rem;
    width: 100%;
    max-width: 100%;
  }

  .benefit-img-main {
    max-width: 100%;
    margin-top: 1rem;
    align-self: center;
  }

  .section-paddinding {
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media (max-width: 767.98px) {

  /* Mobile view */
  .benefit-card-large {
    flex-direction: row;
    padding: 0rem;
    gap: 0rem;
    width: 100%;
    max-width: 100%;
  }

  .benefit-button {
    padding: 4px 10px;
    gap: 0px;
  }

  .benefit-button-text {
    font-size: 12px;
  }

  .arrow {
    font-size: 10px;
  }

  .benefit-img-main {
    height: auto;
    max-width: 360px;
  }

  .benefits-heading .benefits-title {
    font-size: 33px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 20px;
  }

  .benefit-description {
    font-size: 13px;
  }

  .section-paddinding {
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media (max-width: 414px) {

  /* Mobile view */
  .benefit-card-large {
    flex-direction: row;
    padding: 0rem;
    gap: 0rem;
    width: 100%;
    max-width: 100%;
  }

  .benefit-button {
    padding: 2px 8px;
    gap: 0px;
  }

  .benefit-button-text {
    font-size: 10px;
  }

  .arrow {
    font-size: 8px;
  }

  .benefit-img-main {
    height: auto;
    max-width: 360px;
  }

  .benefits-heading .benefits-title {
    font-size: 25px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 20px;
  }

  .benefit-description {
    font-size: 13px;
  }

  .section-paddinding {
    margin-left: 0px;
    margin-right: 0px;
  }

  .benefit-icon-bg {
    left: 15px;
    top: 10px;
  }
}

@media (max-width: 414px) {
  /* Mobile view */

  .benefit-button {
    padding: 2px 8px;
    gap: 0px;
  }

  .benefit-button-text {
    font-size: 10px;
  }


  .benefits-heading .benefits-title {
    font-size: 25px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 20px;
  }

  .benefit-description {
    font-size: 12px;
  }

}

/* animation on benifit hedding*/
@keyframes fadeUpHeading {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefits-heading {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.animate-fade-benifit-head {
  animation: fadeUpHeading 0.8s ease-out forwards;
}

/* box animation*/
@keyframes fadeUpbox {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefit-box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.animate-fade-box {
  animation: fadeUpbox 0.8s ease-out forwards;
}

.benefit-box:nth-child(1).animate-fade-box {
  animation-delay: 0.1s;
}

.benefit-box:nth-child(2).animate-fade-box {
  animation-delay: 0.2s;
}

.benefit-box:nth-child(3).animate-fade-box {
  animation-delay: 0.3s;
}

/* solution sections*/

.solution-container {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  text-align: center;
}

.solution-main-header {
  padding-top: 20px;
  position: relative;
  text-align: center;
  gap: 12px;
}

.solution-main-head {
  text-align: center;
}

.solution-head-gradiant {
  text-align: center;
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  /* 112.5% */
  letter-spacing: 0px;
  background: var(--Colors, linear-gradient(270deg, #00AA84 0%, #b1d6cd 25%, #F79326 50%, #006632 75%, #00A653 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-wrap: break-word;
}

.solution-main-head {
  opacity: 0;
  transform: translateY(50px);
  animation: slideInUp 1.2s ease-out forwards;
  animation-delay: 0.2s;
}

/* Keyframes */
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-style-4 {
  color: #18191C;
  font-size: 86px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}

.solution-style-5 {
  display: inline-block;
  max-width: 650px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  color: #999DA6;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
  padding-top: 30px;
}

.solution-style-6 {
  width: 100%;
  left: 0px;
  margin-top: 40px;
  position: relative;
  text-align: left;
}

.solution-style-7 {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 60px;
  height: auto;
  position: relative;
  background: #F6FFF3;
  overflow: hidden;
  border-radius: 50px;
  justify-content: left;
  gap: 112px;
}

.solution-style-8 {
  width: 410px;
  height: 153px;
  left: 90%;
  top: 20px;
  position: absolute;
  box-shadow: 126.4000015258789px 126.4000015258789px 126.4000015258789px;
  border-radius: 53px;
  outline: 200px #00A653 solid;
  outline-offset: -100px;
  filter: blur(63.20px)
}

.solution-style-10 {
  justify-content: left;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}

.solution-style-13 {
  color: #006632;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  word-wrap: break-word;
  padding-bottom: 10px;
}

.solution-style-14 {
  justify-content: left;
  gap: 20px;
}

.solution-style-15 {
  color: #727272;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}

.solution-style-16 {
  width: 90%;
  height: 0px;
  outline: 1px #D4D4D4 solid;
  outline-offset: -0.50px;
}

.solution-style-20 {
  padding: 14px 30px;
  background: #141414;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.solution-style-22 {
  position: relative;
}

.solution-style-23 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
}

.solution-style-25 {
  width: 100px;
  height: 100px;
  position: absolute;
  float: left;
  padding-top: 40px;
  margin-top: 0px;
  top: 0px;
  display: flex;
}

.solution-style-26 {
  position: relative;
}

.solution-style-9 {
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 60px;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  border-radius: 50px;
  justify-content: left;
  gap: 112px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}

.solution-box-2 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}

.solution-box-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
}

.solution-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}

.solution-style-32 {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 140px;
  left: 40px;
  transform: rotate(-90deg);
  transform-origin: top left;
  background: linear-gradient(180deg, white 0%, #AEAEAE 100%);
  box-shadow: 0px 14px 24px rgba(190, 190, 201, 0.25);
  border-radius: 100px;
  border: 2px solid white;
}

.solution-style-33 {
  width: 64.26px;
  height: 64.26px;
  position: absolute;
  top: 128px;
  left: 53px;
  transform: rotate(-90deg);
  transform-origin: top left;
  background: linear-gradient(180deg, white 0%, #EDEDF0 100%);
  box-shadow: 10px 24px 44px rgba(190, 190, 201, 0.25);
  border-radius: 100px;
  border: 2px solid white;
}

.solution-style-34 {
  position: absolute;
  top: 78px;
  left: 66px;
  z-index: 3;
}

.svg-icon-wrapper {
  position: absolute;
  top: 37px;
  left: 25px;
  z-index: 3;
}

.box-svg-images {
  width: 130px !important;
  height: auto !important;
}

.responsive-svg {
  max-width: 106px !important;
  height: 92px !important;
}

.responsive-svg-box2 {
  max-width: 40px !important;
  height: 38px !important;
}

.solution-box-image {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.solution-box-image.animate {
  opacity: 1;
  transform: translateY(0);
  animation: fadeZoomSolution 0.8s ease-out;
}

/* Refresh animation on load */
@keyframes fadeZoomSolution {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}


.solution-style-7,
.solution-style-9 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.solution-style-7.animate,
.solution-style-9.animate {
  opacity: 1;
  transform: translateY(0);
  animation: fadeZoomMainBox 0.6s ease-out;
}

@keyframes fadeZoomMainBox {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (min-width:1000px) and (max-width:1100px) {
  .solution-style-13 {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 5px;
  }

  .solution-style-15 {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .solution-style-16 {
    width: 98%;
  }

  .solution-style-21 {
    font-size: 14px;
    line-height: 28px;
  }

  .solution-style-32 {
    width: 70px;
    height: 70px;
    top: 120px;
    left: 40px;

  }

  .solution-style-33 {
    width: 44.26px;
    height: 44.26px;
    top: 108px;
    left: 53px;

  }

  .solution-style-34 {
    position: absolute;
    top: 72px;
    left: 61px;
    z-index: 3;
  }

  .svg-icon-wrapper {
    position: absolute;
    top: 40px;
    left: 29px;
    z-index: 3;
  }

  .box-svg-images {
    width: 130px !important;
    height: auto !important;
  }

  .responsive-svg {
    max-width: 86px !important;
    height: 72px !important;
  }

  .responsive-svg-box2 {
    max-width: 30px !important;
    height: 28px !important;
  }

  .solution-style-10 {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

}

@media (min-width:850px) and (max-width:999px) {
  .solution-style-13 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .solution-style-15 {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
  }

  .solution-style-16 {
    width: 99%;
  }

  .solution-style-21 {
    font-size: 14px;
    line-height: 28px;
  }

  .solution-style-32 {
    width: 70px;
    height: 70px;
    top: 120px;
    left: 40px;

  }

  .solution-style-33 {
    width: 44.26px;
    height: 44.26px;
    top: 108px;
    left: 53px;

  }

  .solution-style-34 {
    position: absolute;
    top: 72px;
    left: 61px;
    z-index: 3;
  }

  .svg-icon-wrapper {
    position: absolute;
    top: 40px;
    left: 29px;
    z-index: 3;
  }

  .box-svg-images {
    width: 130px !important;
    height: auto !important;
  }

  .responsive-svg {
    max-width: 86px !important;
    height: 72px !important;
  }

  .responsive-svg-box2 {
    max-width: 30px !important;
    height: 28px !important;
  }

  .solution-style-10 {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .solution-head-gradiant {
    font-size: 66px;
    line-height: 90px;
    letter-spacing: -4px;
  }

  .solution-style-4 {
    font-size: 66px;
    font-weight: 600;
    line-height: 90px;
  }

  .solution-style-8 {
    width: 130px;
    height: 53px;
    left: 90%;
    top: 20px;
    position: absolute;
    box-shadow: 126.4000015258789px 126.4000015258789px 126.4000015258789px;
    border-radius: 53px;
    outline: 200px #00A653 solid;
    outline-offset: -100px;
    filter: blur(63.20px)
  }

}

@media (min-width:768px) and (max-width:849px) {
  .solution-style-13 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .solution-style-15 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }

  .solution-style-16 {
    width: 99%;
  }

  .solution-style-21 {
    font-size: 13px;
    line-height: 28px;
  }

  .solution-style-32 {
    width: 70px;
    height: 70px;
    top: 120px;
    left: 30px;

  }

  .solution-style-33 {
    width: 44.26px;
    height: 44.26px;
    top: 108px;
    left: 43px;

  }

  .solution-style-34 {
    position: absolute;
    top: 72px;
    left: 51px;
    z-index: 3;
  }

  .svg-icon-wrapper {
    position: absolute;
    top: 40px;
    left: 19px;
    z-index: 3;
  }

  .box-svg-images {
    width: 130px !important;
    height: auto !important;
  }

  .responsive-svg {
    max-width: 86px !important;
    height: 72px !important;
  }

  .responsive-svg-box2 {
    max-width: 30px !important;
    height: 28px !important;
  }

  .solution-style-10 {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .solution-head-gradiant {
    font-size: 66px;
    line-height: 90px;
    letter-spacing: -2px;
  }

  .solution-style-4 {
    font-size: 66px;
    font-weight: 600;
    line-height: 90px;
  }

  .solution-style-8 {
    width: 130px;
    height: 53px;
    left: 90%;
    top: 20px;
    position: absolute;
    box-shadow: 126.4000015258789px 126.4000015258789px 126.4000015258789px;
    border-radius: 53px;
    outline: 200px #00A653 solid;
    outline-offset: -100px;
    filter: blur(63.20px)
  }

  .solution-style-20 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
  }

  .solution-box-2 {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}


@media (max-width:767px) {
  .solution-style-13 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .solution-style-15 {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
  }

  .solution-style-16 {
    width: 100%;
  }

  .solution-style-21 {
    font-size: 14px;
    line-height: 28px;
  }

  .solution-style-32 {
    width: 70px;
    height: 70px;
    top: 120px;
    left: 47px;

  }

  .solution-style-33 {
    width: 44.26px;
    height: 44.26px;
    top: 108px;
    left: 58px;

  }

  .solution-style-34 {
    position: absolute;
    top: 72px;
    left: 65px;
    z-index: 3;
  }

  .svg-icon-wrapper {
    position: absolute;
    top: 40px;
    left: 33px;
    z-index: 3;
  }

  .box-svg-images {
    width: 130px !important;
    height: auto !important;
  }

  .responsive-svg {
    max-width: 86px !important;
    height: 72px !important;
  }

  .responsive-svg-box2 {
    max-width: 30px !important;
    height: 28px !important;
  }

  .solution-style-10 {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .solution-head-gradiant {
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .solution-style-4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
  }

  .solution-style-5 {
    max-width: 450px;
    font-size: 13px;
    line-height: 18px;
  }

  .solution-style-8 {
    width: 600px;
    height: 33px;
    left: 90%;
    top: 90%;
    position: absolute;
    box-shadow: 126.4000015258789px 126.4000015258789px 126.4000015258789px;
    border-radius: 53px;
    outline: 200px #00A653 solid;
    outline-offset: -100px;
    filter: blur(63.20px)
  }

  .solution-style-20 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
  }

  .solution-box-2 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }

  .solution-box-image {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px !important;
  }

  .solution-style-6 {
    margin-top: 40px;
  }

  .solution-style-7 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    gap: 30px;
  }

  .solution-style-9 {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    gap: 30px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    background-color: #fff;
  }

  .defalt-box {
    width: 100%;
    border-top-left-radius: 29.5px !important;
    border-top-right-radius: 29.5px !important;
    border-bottom-left-radius: 37.5px !important;
    border-bottom-right-radius: 37.5px !important;
  }
}

/*ready section style*/


.ready-section {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s forwards;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 50px;
}

.bg-layer1 {
  width: 100%;
  height: auto;
  position: relative;
  background: #fcfcffc6;
  border-radius: 30px;
  opacity: 0;
  animation: slideIn 1s 0.5s forwards;
  text-align: center;
}

.bg-layer2 {
  width: 98%;
  height: auto;
  position: relative;
  background: #fcfcffc6;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  opacity: 0;
  animation: slideIn 1s 0.7s forwards;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('images/ready-svg-bg.png');
  background-size: cover;
  background-position: center;
}

/*.curve-image{
  width:1100px; height: auto;
}*/
/*.curve-wrapper {
position: relative;
  width: 100%;
  height:auto;
  background-image: url('images/ready-svg-bg1.png');
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fadeInUp 1s 1s forwards;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}*/

.content-wrapper {
  padding-left: 30px;
  width: 75%;
  top: 30%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  opacity: 0;
  animation: fadeInUp 1s 1.5s forwards;
}

.heading {
  align-self: stretch;
  text-align: center;
  color: #18191C;
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}

.button-row {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.btn-solutions {
  padding: 14px 30px;
  background: #18191C;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  opacity: 0;
  animation: fadeInUp 1s 1.8s forwards;
}

.btn-demo {
  padding: 14px 30px;
  background: white;
  box-shadow: 10px 14px 44px rgba(167.92, 156.74, 152.32, 0.15);
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
  color: #18191C;
  animation: fadeInUp 1s 2s forwards;
}

.btn-demo-text {
  color: #18191C;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  word-wrap: break-word;
}

.btn-icon {
  position: relative;
}

/* Animation Definitions */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width:900px) and (max-width:1000px) {
  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .btn-solutions {
    padding: 12px 26px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .btn-demo {
    padding: 8px 16px;
  }

  .btn-demo-text {
    font-size: 14px;
    line-height: 32px;
  }

  /*.curve-wrapper { left: 10%; top: 10%;}*/

  .content-wrapper {
    gap: 60px;
  }

}

@media (min-width:800px) and (max-width:899px) {
  .heading {
    font-size: 60px;
    line-height: 60px;
  }

  .btn-solutions {
    padding: 12px 26px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .btn-demo {
    padding: 8px 16px;
  }

  .btn-demo-text {
    font-size: 14px;
    line-height: 32px;
  }

  .content-wrapper {
    gap: 50px;
    padding-left: 15px;
  }

}

@media (min-width:600px) and (max-width:799px) {
  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .btn-solutions {
    padding: 12px 26px;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .btn-demo {
    padding: 8px 16px;
  }

  .btn-demo-text {
    font-size: 14px;
    line-height: 32px;
  }

  .content-wrapper {
    gap: 50px;
    padding-left: 5px;
  }

}

@media (max-width:599px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .button-row {
    display: inline-block;
    gap: 2px;
  }

  .btn-solutions {
    padding: 12px 26px;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .btn-demo {
    height: 45px;
    padding: 8px 16px;
  }

  .btn-demo-text {
    font-size: 13px;
    line-height: 32px;
  }

  .curve-wrapper {
    left: 0%;
    top: 0%;
  }

  .content-wrapper {
    gap: 40px;
    padding-left: 0px;
  }

  .curve-image {
    width: 300px !important;
    height: 300px !important;
  }

  .bg-layer2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width:420px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .button-row {
    display: inline-block;
    gap: 2px;
  }

  .btn-solutions {
    padding: 12px 26px;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .btn-demo {
    height: 45px;
    padding: 8px 16px;
  }

  .btn-demo-text {
    font-size: 13px;
    line-height: 32px;
  }

  .curve-wrapper {
    left: 0%;
    top: 0%;
  }

  .content-wrapper {
    gap: 30px;
    width: 90%;
    padding-left: 0px;
  }

  .bg-layer2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/* footer section*/


.animated-gradient-line {
  width: 90%;
  height: 2px;
  /* must be >0 to show the line */
  background: linear-gradient(270deg,
      #00AA84 0%,
      #F9FDFC 25%,
      #F79326 50%,
      #006632 75%,
      #00A653 100%);
  background-size: 300% 100%;
  animation: gradientShift 5s ease infinite;
  border: none;
  outline: none;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.footer-container {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  margin-bottom: 50px;
}

.footer-description {
  position: relative;
  width: 70%;
  text-align: center !important;
  color: #1F2937;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  word-wrap: break-word;
  padding-top: 50px;
  padding-bottom: 60px;
}

/*
.footer-email-section {
  width: 100%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: inline-flex;
}

.footer-email-row {
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  display: inline-flex;
}

.footer-email-text {
  color: #DFE2E6;
  font-size: 70px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 84px;
  word-wrap: break-word;
}

.email-icon-wrapper {
  width: 89px;
  height: 89px;
  border-radius: 9999px;
  border: 1px #1F2937 solid;
  text-align: center;
}

.email-icon-wrapper [data-svg-wrapper] {
  position: relative;
  width: 100%;
  margin-top: 16px;
}
*/

.footer-email-section {
  width: 90%;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
  text-align: center !important;
  left: 5%;
}

.footer-email-row {
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  display: inline-flex;
  flex-wrap: wrap;
}

.styled-email-input {
  width: 60%;
  background-color: transparent;
  border: none;
  color: #cfd6df;
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
  padding: 8px 0;
  outline: none;
  min-width: 400px;
}

.styled-email-input::placeholder {
  color: #cfd6df;
  opacity: 0.7;
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
}

.email-icon-wrapper {
  width: 79px;
  height: 79px;
  border-radius: 9999px;
  border: 1px #1F2937 solid;
  text-align: center;
  flex-shrink: 0;
}

.email-icon-wrapper [data-svg-wrapper] {
  position: relative;
  width: 90%;

}


.footer-nav {
  position: relative;
  justify-content: flex-start;
  text-align: center;
  gap: 14px;
  display: inline-flex;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-tag {
  width: 84px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 30px;
  outline: 1px rgba(0, 0, 0, 0.10) solid;
  outline-offset: -1px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.footer-tag div,
.footer-link {
  flex: 1 1 0;
  width: 84px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #18191C;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.footer-logo {
  width: 155px;
  height: 53px;
  position: relative;
}

.footer-curve {
  position: absolute;
  padding-top: 20px;
  width: 100%;
  overflow: hidden;

}

.footer-curve-svg {
  width: 90%;
  height: auto;
  left: 0px !important;
  margin-left: 0px !important;
  float: left;
  text-align: left;
  animation: floatWave 6s ease-in-out infinite;
  z-index: 1;
}

.footer-curve svg path {
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  animation: dashAnimate 5s ease-out forwards, pulseStroke 4s ease-in-out infinite;
}

/* 1. Stroke draw - only once */
@keyframes dashAnimate {
  0% {
    stroke-dashoffset: 1800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

/* 2. Soft pulse effect - loops forever */
@keyframes pulseStroke {

  0%,
  100% {
    stroke-width: 14;
    opacity: 1;
  }

  50% {
    stroke-width: 16;
    opacity: 0.6;
  }
}

/* 3. Optional: Floating effect (can be applied to SVG wrapper) */
@keyframes floatWave {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width:1200px) {
  .footer-curve-svg {
    width: 87%;
    height: 560px;
  }

  .footer-email-section {
    width: 95%;
  }

  .styled-email-input {
    width: 60%;
    font-size: 60px;
  }

  .footer-description {
    width: 80%;
    font-size: 22px;
  }

  .styled-email-input::placeholder {
    font-size: 60px;
  }
}

@media (max-width:1100px) {
  .footer-curve-svg {
    width: 87%;
    height: 560px;
  }

  .footer-email-section {
    width: 95%;
  }

  .styled-email-input {
    width: 70%;
    font-size: 55px;
  }

  .footer-description {
    width: 80%;
    font-size: 21px;
  }

  .styled-email-input::placeholder {
    font-size: 55px;
  }

  .email-icon-wrapper {
    width: 69px;
    height: 69px;
  }

}

@media (max-width:1000px) {
  .footer-curve-svg {
    width: 85%;
    height: 540px;
  }

  .footer-email-section {
    width: 95%;
  }

  .styled-email-input {
    width: 70%;
    font-size: 50px;
  }

  .styled-email-input::placeholder {
    font-size: 50px;
  }

  .footer-description {
    width: 85%;
    font-size: 21px;
  }

  .footer-curve {
    padding-top: 10px;
  }

  .email-icon-wrapper {
    width: 69px;
    height: 69px;
  }
}

@media (max-width:900px) {
  .footer-curve-svg {
    width: 85%;
    height: 540px;
  }

  .footer-email-section {
    width: 95%;
  }

  .styled-email-input {
    width: 70%;
    font-size: 50px !important;
  }

  .styled-email-input::placeholder {
    font-size: 50px;
  }

  .footer-description {
    width: 90%;
    font-size: 20px;
  }

  .email-icon-wrapper {
    width: 59px;
    height: 59px;
  }

  .footer-curve {
    padding-top: 0px;
  }

  .footer-nav {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    display: inline-flex;
    padding-top: 120px;
  }
}

@media (max-width:800px) {
  .footer-curve-svg {
    width: 85%;
    height: 460px;
  }

  .footer-email-section {
    width: 95%;
  }

  .styled-email-input {
    width: 70%;
    font-size: 45px;
  }

  .styled-email-input::placeholder {
    font-size: 45px;
  }

  .footer-description {
    width: 95%;
    font-size: 19px;
  }

  .email-icon-wrapper {
    width: 59px;
    height: 59px;
  }

  .footer-curve {
    padding-top: 0px;
  }

  .footer-nav {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    display: inline-flex;
    padding-top: 80px;
  }
}

@media (min-width:576px) and (max-width:773px) {
  .footer-curve-svg {
    width: 87%;
    height: 440px;
  }

  .footer-email-section {
    width: 100%;
    left: 0px;
    overflow: hidden !important;
    gap: 0px;
  }

  .styled-email-input {
    width: 10% !important;
    font-size: 35px;
    position: relative;
  }

  .styled-email-input::placeholder {
    font-size: 35px;
  }

  .footer-description {
    width: 95%;
    font-size: 18px;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .email-icon-wrapper {
    position: absolute;
    left: 85%;
    width: 59px;
    height: 59px;
  }

  .email-icon-wrapper [data-svg-wrapper] {
    position: relative;
    width: 80%;

  }

  .footer-curve {
    padding-top: 0px;
  }

  .footer-nav {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    display: inline-flex;
    padding-top: 100px;
  }
}

@media(max-width:575px) {
  .footer-curve-svg {
    width: 95%;
    height: 320px;
  }

  .footer-email-section {
    width: 100%;
    left: 0px;
    overflow: hidden !important;
    gap: 0px;
  }

  .styled-email-input {
    width: 10% !important;
    font-size: 30px;
    position: relative;
    left: 0px;
  }

  .styled-email-input::placeholder {
    font-size: 30px;
  }

  .footer-description {
    width: 80%;
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .email-icon-wrapper {
    position: absolute;
    left: 80%;
    top: 20%;
    width: 59px;
    height: 59px;
  }

  .email-icon-wrapper [data-svg-wrapper] {
    position: relative;
    width: 80%;

  }

  .footer-curve {
    padding-top: 0px;
    top: 0px;
  }

  .footer-nav {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    display: inline-flex;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  footer-tag div,
  .footer-link {
    width: 60px;
    font-size: 11px;

  }

  .footer-tag {
    width: 60px;
    padding-top: 3px;
    font-size: 11px;
  }

  .footer-logo {
    width: 135px;
    height: 43px;
    position: relative;
  }

  .animated-gradient-line {
    width: 90% !important;
    margin-left: 20px;
  }
}

@media(max-width:414px) {
  .footer-curve-svg {
    width: 95%;
    height: 280px;
  }

  .footer-email-section {
    width: 100%;
    left: 0px;
    overflow: hidden !important;
    gap: 0px;
  }

  .styled-email-input {
    width: 10% !important;
    font-size: 30px;
    position: relative;
    left: 0px;
  }

  .styled-email-input::placeholder {
    font-size: 30px;
  }

  .footer-description {
    width: 80%;
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .email-icon-wrapper {
    position: absolute;
    left: 80%;
    top: 20%;
    width: 59px;
    height: 59px;
  }

  .email-icon-wrapper [data-svg-wrapper] {
    position: relative;
    width: 80%;

  }

  .footer-curve {
    padding-top: 0px;
    top: 0px;
  }

  .footer-nav {
    position: relative;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    display: inline-flex;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  footer-tag div,
  .footer-link {
    width: 60px;
    font-size: 11px;

  }

  .footer-tag {
    width: 60px;
    padding-top: 3px;
    font-size: 11px;
  }

  .footer-logo {
    width: 135px;
    height: 43px;
    position: relative;
  }

  .animated-gradient-line {
    width: 90% !important;
    margin-left: 20px;
  }
}


/* register section*/
.register-under-line {
  padding-top: 40px;
  padding-bottom: 40px;
}

.register-gradient-line {
  width: 356px;
  height: 3px;
  position: absolute;
  background: linear-gradient(270deg,
      #00AA84 0%,
      #F9FDFC 25%,
      #F79326 50%,
      #006632 75%,
      #00A653 100%);
  border-radius: 2px;
}

.register-solid-line {
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #ECEEF3;
  border-radius: 1px;
}

.register-section {
  width: 100%;
  height: auto;
  position: relative;
  background: white;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

.register-box {
  padding: 40px 0px;
}

.register-inner {
  width: 1221px;
  left: 100px;
  top: 380px;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  display: inline-flex;
}

.register-row-first {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  display: inline-flex;
}

.row-first-download {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.row-first-style2 {
  gap: 12px;
  display: inline-block;
}

.register-download-btn {
  background: linear-gradient(270deg, #00AA84 0%, #e2ebe9 25%, #F79326 50%, #006632 75%, #00A653 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;

}

.register-btn-text {
  color: #767A85;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

.row-first-style3 {
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  display: inline-flex;
}

.Google-play-button {
  height: 30px;
  background: white;
}

.row-first-content {
  gap: 12px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.register-row-second {
  gap: 12px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.register-row-head {
  color: #18191C;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  word-wrap: break-word;
}

.register-row-text {
  color: #767A85;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  word-wrap: break-word;
}

.download-button-normal {
  width: 266px;
  left: 100px;
  top: 440px;
  position: absolute;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  display: inline-flex;
}

.download-button-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.download-icon-container {
  width: 40px;
  height: 40px;
  position: relative;
}

.download-icon-background {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.download-icon-inner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.download-text {
  color: #00AA84;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  word-wrap: break-word;
}

.download-button-spacer {
  width: 40px;
  height: 40px;
}

.how-it-works-wrapper {
  position: relative;
  gap: 16px;
}

.how-it-works-badge {
  padding: 5px 16px;
  border-radius: 40px;
  outline: 2px #E6E6E6 solid;
  outline-offset: -2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.how-it-works-badge-text {
  background: linear-gradient(270deg, #00AA84 0%, #9eb8b1 25%, #F79326 50%, #006632 75%, #00A653 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.how-it-works-heading {
  width: 100%;
}

.how-it-works-title-normal {
  color: #18191C;
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}

.how-it-works-title-gradient {
  background: linear-gradient(270deg, #00AA84 0%, #00A653 25%, #006632 99%, #F79326 1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
  word-wrap: break-word;
}

.register-screen {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px rgba(255, 255, 255, 0.40) solid;
}

.browser-bar-container {
  width: 100%;
  height: 35px;
  left: 0px;
  top: 0px;
  position: relative;
}

.plus-icon {
  left: 16px;
  top: 9px;
  position: relative
}

.browser-bar-bg {
  width: 100%;
  height: 35px;
  left: 0px;
  top: 0px;
  position: relative;
  background: #202124;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.browser-bar-icons {
  left: 1%;
  width: 10%;
  overflow: hidden;
  display: inline;
  position: relative;
  text-align: center;
  padding-right: 10px;
  top: -7px;
}

.browser-open-tab {
  left: 0px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  width: 80%;
}

.tab-sections {
  width: 25%;
  height: 34px;
  position: relative;
}

.open-tab {
  float: left;
  top: 9px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  display: inline-flex;
  left: 8%;
}

.open-tab-svg {
  width: 100%;
  height: 34px;
  display: block;
  object-fit: fill;
}

.open-tab-text {
  width: 90%;
  height: 16px;
  color: white;
  font-size: 12px;
  font-family: Manrope;
  font-weight: 500;
  word-wrap: break-word;
  padding-left: 2px;
}

.tab-close-icons {
  left: 88%;
  top: 9px;
  position: absolute;
}

.tab-sectionss {
  width: 25%;
  height: 34px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 34'><path d='M256 0H0C4.4 0 8 3.6 8 8V26C8 30.4 11.6 34 16 34H240C244.4 34 248 30.4 248 26V8C248 3.6 251.6 0 256 0Z' fill='%2335363A'/></svg>");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}

/*
.browser-bar-bg {
  width: 100%;
  height: 41px;
  position: relative;
  background: #202124;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 10px;
  flex-wrap: nowrap; background: red;
}

.browser-bar-icons {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.browser-open-tab {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}

.tab-sections {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center; width: 24%;
}

.open-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.open-tab-text {
  color: white;
  font-size: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  white-space: nowrap;
}

.tab-close-icons {
  margin-left: 8px;
  display: flex;
  align-items: center;
  position: relative;
}

.open-tab-svg {
  height: 34px;
}
*/
.play-store-button {
  width: 99.73px;
  height: 30.81px;
  position: relative;
}

.apple-button {
  width: 99.73px;
  height: 28.81px;
  position: relative
}

.browser-nav-arrows {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.browser-arrow-icon {
  position: relative;
}

.browser-icon-group {
  width: 48px;
  height: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.browser-icon {
  position: relative;
}

.browser-header {
  width: 100%;
  height: 38px;
  left: 0px;
  position: relative;
  background: #35363A;
  overflow: hidden;
}

.browser-bar {
  width: 100%;
  height: 28px;
  top: 5px;
  position: relative;
  overflow: hidden;
}

.browser-controls {
  left: 0px;
  top: 0px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: inline-flex;
  width: 100%;
  overflow: hidden;
}

.browser-nav {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  display: flex;
  width: 12%;
  padding-left: 25px;
}

/*
.browser-address-bar {
  width: 73.5%; height: 28px; position: relative; background: #202124; border-radius: 20px;
}
.browser-address-content {
  width: 97%; height: 19px;  top: 5px; position: relative;
}
.browser-site-info {
  position: relative; padding-left: 10px; width: 4%;
}

.browser-site-text {
  width: 30%; color: #6B6C6E; font-size: 12px; font-family: Manrope; font-weight: 500; word-wrap: break-word; background:red ;
}*/
.browser-address-bar {
  width: 73%;
  height: 28px;
  position: relative;
  background: #202124;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.browser-address-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.browser-site-info {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.browser-site-text {
  color: #6B6C6E;
  font-size: 12px;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  margin: 0 1px;
  white-space: nowrap;
}

.browser-star-icon {
  width: 24px;
  height: 24px;
}

.browser-site-icon {
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  display: flex;
  position: relative;
  width: 12%;
  overflow: hidden;
}


.how-it-works-heading-container {
  overflow: hidden;
}

.how-it-works-heading {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideUp 1s ease-out forwards;

}

/* Animation Keyframes */
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.screenshort-register {
  width: 100%;
  height: auto;
  position: relative;
}

@media(max-width:1300px) {

  .browser-nav {
    width: 15%;
    gap: 9px;
  }

  .browser-address-bar {
    width: 69%;
  }

  .browser-site-icon {
    width: 15%;
    gap: 9px;
  }

  .browser-nav-arrows {
    gap: 9px;
  }


  .browser-icon-group {
    gap: 9px;

  }

  .register-row-text {
    line-height: 27px;
  }

  .screen-head-icons {
    width: 17px;
    height: 16px;
  }

  .screen-head-icons-dot {
    width: 52px;
    height: 13px;
  }

  .open-tab-svg {
    margin-top: 1px;
  }

  .tab-close-icons {
    left: 84%;
  }
}

@media(max-width:1250px) {
  .how-it-works-title-normal {
    font-size: 60px;
    line-height: 70px;
  }

  .how-it-works-title-gradient {
    font-size: 60px;
    line-height: 70px;
  }

  .browser-nav {
    width: 15%;
    padding-left: 20px;
    gap: 10px;
  }

  .browser-address-bar {
    width: 69%;
  }

  .browser-site-icon {
    width: 15%;
    gap: 10px;
  }

  .browser-nav-arrows {
    gap: 10px;
  }


  .browser-icon-group {
    gap: 10px;

  }

  .register-row-text {
    line-height: 27px;
  }

  .register-under-line {
    padding-bottom: 20px;
  }

  .screen-head-icons {
    width: 16px;
    height: 15px;
  }

  .screen-head-icons-dot {
    width: 52px;
    height: 11px;
  }

  .open-tab-svg {
    margin-top: 3px;
  }

  .tab-close-icons {
    left: 84%;
  }

  .download-text {
    font-size: 18px;
  }
}

@media(max-width:1100px) {
  .how-it-works-title-normal {
    font-size: 55px;
    line-height: 60px;
  }

  .how-it-works-title-gradient {
    font-size: 55px;
    line-height: 60px;
  }

  .browser-nav {
    width: 17%;
    padding-left: 20px;
    gap: 11px;
  }

  .browser-address-bar {
    width: 63%;
  }

  .browser-site-icon {
    width: 17%;
    gap: 11px;
  }

  .browser-nav-arrows {
    gap: 11px;
  }


  .browser-icon-group {
    gap: 11px;

  }

  .register-row-text {
    line-height: 27px;
  }

  .register-btn-text {
    line-height: 25px;
  }

  /*.register-under-line {
  padding-top: 30px;
  padding-bottom: 10px;
  }*/
  .download-text {
    font-size: 19px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 13px;
    line-height: 20px;
  }

  .open-tab-svg {
    margin-top: 6px;
  }

  .screen-head-icons {
    width: 16px;
    height: 15px;
  }

  .screen-head-icons-dot {
    width: 52px;
    height: 11px;
  }

  .browser-site-text {
    font-size: 12px;
  }

  .register-row-head {
    font-size: 18px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 15px;
    line-height: 20px;
  }

  .download-text,
  .register-download-btn {
    font-size: 17px;
  }

  .tab-close-icons {
    left: 84%;
  }
}

@media(max-width:1000px) {
  .how-it-works-title-normal {
    font-size: 50px;
    line-height: 60px;
  }

  .how-it-works-title-gradient {
    font-size: 50px;
    line-height: 60px;
  }

  .browser-nav {
    width: 19%;
    padding-left: 20px;
    gap: 10px;
  }

  .browser-address-bar {
    width: 60%;
  }

  .browser-site-icon {
    width: 19%;
    gap: 10px;
  }

  .browser-nav-arrows {
    gap: 10px;
  }


  .browser-icon-group {
    gap: 10px;

  }

  .register-row-text {
    line-height: 27px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 18px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 13px;
    line-height: 20px;
  }

  .open-tab-svg {
    margin-top: 5px;
  }

  .screen-head-icons {
    width: 16px;
    height: 15px;
  }

  .screen-head-icons-dot {
    width: 51px;
    height: 10px;
  }

  .browser-site-text {
    font-size: 12px;
  }

  .register-row-head {
    font-size: 18px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 15px;
  }

  .download-text,
  .register-download-btn {
    font-size: 17px;
  }

  .tab-close-icons {
    left: 84%;
  }
}

@media(max-width:950px) {

  .how-it-works-title-normal {
    font-size: 46px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 46px;
    line-height: 40px;
  }

  .browser-nav {
    width: 19%;
    padding-left: 20px;
    gap: 12px;
  }

  .browser-address-bar {
    width: 60%;
  }

  .browser-site-icon {
    width: 19%;
    gap: 12px;
  }

  .browser-nav-arrows {
    gap: 12px;
  }


  .browser-icon-group {
    gap: 12px;

  }

  .register-row-text {
    line-height: 25px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 18px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 13px;
    line-height: 20px;
  }

  .open-tab-svg {
    margin-top: 5px;
  }

  .screen-head-icons {
    width: 15px;
    height: 14px;
  }

  .screen-head-icons-dot {
    width: 50px;
    height: 9px;
  }

  .browser-site-text {
    font-size: 11px;
  }

  .register-row-head {
    font-size: 18px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 15px;
  }

  .download-text,
  .register-download-btn {
    font-size: 15px;
  }

  .tab-close-icons {
    left: 84%;
  }

}

@media(max-width:899px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 43px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 43px;
    line-height: 40px;
  }

  .browser-nav {
    width: 19%;
    padding-left: 20px;
    gap: 11px;
  }

  .browser-address-bar {
    width: 60%;
  }

  .browser-site-icon {
    width: 19%;
    gap: 11px;
  }

  .browser-nav-arrows {
    gap: 11px;
  }


  .browser-icon-group {
    gap: 11px;

  }

  .register-row-text {
    line-height: 20px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 18px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-svg {
    width: 100%;
    height: 34px;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 14px;
    line-height: 20px;
  }

  .activeTab {
    background: rgb(50, 46, 46);
  }

  .open-tab-svg {
    display: none;
  }

  .screen-head-icons {
    width: 15px;
    height: 14px;
  }

  .screen-head-icons-dot {
    width: 50px;
    height: 9px;
  }

  .browser-site-text {
    font-size: 11px;
  }

  .register-row-head {
    font-size: 18px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 15px;
  }

  .download-text,
  .register-download-btn {
    font-size: 15px;
  }

  .play-store-button {
    width: 99.73px;
    height: 30.81px;
    position: relative;
  }

  .apple-button {
    width: 99.73px;
    height: 28.81px;
    position: relative
  }
}

@media(max-width:768px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 36px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 36px;
    line-height: 40px;
  }

  .browser-nav {
    width: 21%;
    padding-left: 20px;
    gap: 9px;
  }

  .browser-address-bar {
    width: 55%;
  }

  .browser-site-icon {
    width: 21%;
    gap: 9px;
  }

  .browser-nav-arrows {
    gap: 9px;
  }


  .browser-icon-group {
    gap: 9px;

  }

  .register-row-text {
    line-height: 20px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 18px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-svg {
    width: 100%;
    height: 34px;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 14px;
    line-height: 20px;
  }

  .activeTab {
    background: rgb(50, 46, 46);
  }

  .open-tab-svg {
    display: none;
  }

  .screen-head-icons {
    width: 15px;
    height: 14px;
  }

  .screen-head-icons-dot {
    width: 50px;
    height: 9px;
  }

  .browser-site-text {
    font-size: 11px;
  }
}

@media(max-width:650px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 30px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 30px;
    line-height: 40px;
  }

  .browser-nav {
    width: 24%;
    padding-left: 15px;
    gap: 8px;
  }

  .browser-address-bar {
    width: 50%;
  }

  .browser-site-icon {
    width: 24%;
    gap: 8px;
  }

  .browser-nav-arrows {
    gap: 8px;
  }


  .browser-icon-group {
    gap: 8px;

  }

  .register-row-text {
    line-height: 20px;
    font-size: 13px;
  }

  .register-btn-text {
    line-height: 20px;
    font-size: 13px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 16px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 18px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-svg {
    width: 100%;
    height: 34px;
  }

  .open-tab-text {
    width: 90%;
    height: 16px;
    padding-left: 1px;
    font-size: 11px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 14px;
    line-height: 20px;
  }

  .activeTab {
    background: rgb(50, 46, 46);
  }

  .open-tab-svg {
    display: none;
  }

  .screen-head-icons {
    width: 14px;
    height: 13px;
  }

  .screen-head-icons-dot {
    width: 40px;
    height: 7px;
  }

  .browser-site-text {
    font-size: 11px;
  }

  .register-box {
    padding: 20px 0px;
  }

  .register-gradient-line {
    width: 256px;
  }
}

@media(max-width:575px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 28px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 28px;
    line-height: 40px;
  }

  .browser-nav {
    width: 25%;
    padding-left: 20px;
    gap: 8px;
  }

  .browser-nav-arrows {
    gap: 8px;
  }


  .browser-icon-group {
    gap: 8px;

  }

  .browser-address-bar {
    width: 45%;
    height: 25px;
  }

  .browser-site-icon {
    width: 25%;
    gap: 8px;
  }

  .register-row-text {
    line-height: 20px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 15px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 20px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 70%;
  }

  .tab-sections {
    width: 28%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-svg {
    width: 100%;
    height: 34px;
  }

  .open-tab-text {
    width: 90%;
    height: 12px;
    padding-left: 1px;
    font-size: 8px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 12px;
    line-height: 20px;
  }

  .activeTab {
    background: rgb(50, 46, 46);
  }

  .open-tab-svg {
    display: none;
  }

  .screen-head-icons {
    width: 11px;
    height: 10px;
  }

  .screen-head-icons-dot {
    width: 30px;
    height: 5px;
  }

  .browser-site-text {
    font-size: 10px;
  }
}

@media(max-width:430px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 20px;
    line-height: 40px;
  }

  .how-it-works-title-gradient {
    font-size: 20px;
    line-height: 40px;
  }

  .browser-nav {
    width: 22%;
    padding-left: 10px;
    gap: 3px;
  }

  .browser-nav-arrows {
    gap: 3px;
  }


  .browser-icon-group {
    gap: 3px;

  }

  .browser-address-bar {
    width: 45%;
    height: 20px;
    padding: 0 0px;
  }

  .browser-site-icon {
    width: 22%;
    gap: 3px;
  }

  .register-row-text {
    line-height: 20px;
  }

  .register-btn-text {
    line-height: 20px;
  }

  .register-under-line {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .download-text {
    font-size: 14px;
    line-height: 22px;
  }

  .register-row-head {
    font-size: 16px;
    line-height: 30px;
  }

  .browser-open-tab {
    width: 80%;
  }

  .tab-sections {
    width: 25%;
    height: 34px;
  }

  .open-tab {
    top: 9px;
    left: 8%;
  }

  .open-tab-svg {
    width: 100%;
    height: 34px;
  }

  .open-tab-text {
    width: 90%;
    height: 7px;
    padding-left: 0px;
    font-size: 5px;
  }

  .how-it-works-badge {
    gap: 30px;
  }

  .how-it-works-badge-text {

    font-size: 12px;
    line-height: 20px;
  }

  .activeTab {
    background: rgb(50, 46, 46);
  }

  .open-tab-svg {
    display: none;
  }

  .screen-head-icons {
    width: 9px;
    height: 8px;
  }

  .screen-head-icons-dot {
    width: 12px;
    height: 3px;
  }

  .browser-site-text {
    font-size: 10px;
  }

  .register-download-btn {
    font-size: 16px;
    line-height: 20px;

  }

  .browser-bar-container,
  .browser-header {
    height: 25px !important;
  }

  .open-tab {
    top: 2px;
  }

  .open-tab-svg {
    height: 25px;
  }

  .plus-icon {
    top: 2px !important;
    position: relative;
  }

  .tab-close-icons {
    left: 86%;
    top: 2px;
    position: absolute;
  }

  .browser-bar-icons {
    padding-right: 5px;
    top: -15px;
  }

}

@media(max-width:350px) {
  .register-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .how-it-works-title-normal {
    font-size: 18px;
    line-height: 30px;
  }

  .how-it-works-title-gradient {
    font-size: 18px;
    line-height: 30px;
  }

  .browser-nav {
    width: 22%;
    padding-left: 10px;
    gap: 2px;
  }

  .browser-nav-arrows {
    gap: 2px;
  }


  .browser-icon-group {
    gap: 2px;

  }

  .screen-head-icons {
    width: 8px;
    height: 7px;
  }



}



.box-with-corners {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #f3f2f2;
  padding: 10px;
}

/* Base line */
.corner-line {
  position: absolute;
}

/* Each corner */
.corner-line::before,
.corner-line::after {
  content: "";
  position: absolute;
  background: #f3f2f2;
}

/* Horizontal line */
.corner-line::before {
  width: 70px;
  height: 1px;
}

/* Vertical line */
.corner-line::after {
  width: 1px;
  height: 70px;
}

/* TOP LEFT */
.corner-line.top-left {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.corner-line.top-left::before {
  top: 0;
  left: 0;
}

.corner-line.top-left::after {
  top: 0;
  left: 0;
}

/* TOP RIGHT */
.corner-line.top-right {
  top: 0;
  right: 0;
  transform: rotate(270deg);
}

.corner-line.top-right::before {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.corner-line.top-right::after {
  top: 0;
  right: 0;
  transform: translateX(100%);
}

/* BOTTOM LEFT */
.corner-line.bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.corner-line.bottom-left::before {
  bottom: 0;
  left: 0;
}

.corner-line.bottom-left::after {
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

/* BOTTOM RIGHT */
.corner-line.bottom-right {
  bottom: 0;
  right: 0;
}

.corner-line.bottom-right::before {
  bottom: 0;
  right: 0;
  transform: translateX(100%);
}

.corner-line.bottom-right::after {
  bottom: 0;
  right: 0;
  transform: translate(100%, 100%);
}

/* coommon styles */
a {
  text-decoration: none;
  cursor: pointer;
}

/* all buttons */
.btn-style {
  font-size: 14px;
  padding: 12px 20px;
}

/* all button  arrow */
.btn-arrow-svg {
  width: 23px;
  height: 23px;
  position: relative;
}

/* all main heading */
.main-head-style {
  font-size: 78px;
  letter-spacing: -3px;
}

/* all main heading subtext */
.main-head-subtext-style {
  font-size: 16px;
}

/* all main heading button*/
.head-btn-style {
  font-size: 15px;
}

@media(max-width:1514px) and (max-width:1702px) {
  .btn-style {
    font-size: 15px;
    padding: 12px 24px;
  }

  .main-head-style {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 23px;
    height: 23px;
  }

  .main-head-subtext-style {
    font-size: 17px;
  }
}

@media(max-width:1400px) and (max-width:1513px) {
  .btn-style {
    font-size: 14px;
    padding: 11px 20px;
  }

  .main-head-style {
    font-size: 85px;
    line-height: 90px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 85px;
    line-height: 90px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 23px;
    height: 23px;
  }

  .main-head-subtext-style {
    font-size: 16px;
  }
}

@media(max-width:1400px) {
  .btn-style {
    font-size: 14px;
    padding: 11px 20px;
  }

  .main-head-style {
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 22px;
    height: 22px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 15px;
  }
}

@media(max-width:1300px) {
  .btn-style {
    font-size: 14px;
    padding: 11px 20px;
  }

  .main-head-style {
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 22px;
    height: 22px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 15px;
  }
}

@media(max-width:1200px) {
  .btn-style {
    font-size: 13px;
    padding: 10px 20px;
  }

  .main-head-style {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 65px;
    line-height: 70px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 22px;
    height: 22px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 14px;
  }

  .head-btn-style {
    font-size: 14px;
  }
}

@media(max-width:1100px) {
  .btn-style {
    font-size: 13px;
    padding: 9px 19px;
  }

  .main-head-style {
    font-size: 58px;
    line-height: 60px;
    letter-spacing: -1px;
  }

  .benefits-heading .benefits-title {
    font-size: 58px;
    line-height: 60px;
    letter-spacing: -1px;
  }

  .btn-arrow-svg {
    width: 21px;
    height: 21px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 14px;
  }

  .head-btn-style {
    font-size: 14px;
  }
}

@media(max-width:1000px) {
  .btn-style {
    font-size: 13px;
    padding: 9px 19px;
  }

  .main-head-style {
    font-size: 53px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 53px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 21px;
    height: 21px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 14px;
  }

  .head-btn-style {
    font-size: 13px;
  }
}


@media(max-width:900px) {
  .btn-style {
    font-size: 12px;
    padding: 8px 18px;
  }

  .main-head-style {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 52px;
    line-height: 50px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 20px;
    height: 20px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 13px;
  }

  .head-btn-style {
    font-size: 13px;
  }
}

@media(max-width:800px) {
  .btn-style {
    font-size: 12px;
    padding: 7px 18px;
  }

  .main-head-style {
    font-size: 46px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 46px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 19px;
    height: 19px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 13px;
  }

  .head-btn-style {
    font-size: 13px;
  }
}

@media(max-width:700px) {
  .btn-style {
    font-size: 11px;
    padding: 6px 18px;
  }

  .main-head-style {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .benefits-heading .benefits-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }

  .btn-arrow-svg {
    width: 18px;
    height: 18px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 12px;
  }

  .head-btn-style {
    font-size: 13px;
  }
}

@media(max-width:600px) {
  .btn-style {
    font-size: 11px;
    padding: 6px 18px;
  }

  .main-head-style {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .benefits-heading .benefits-title {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  .btn-arrow-svg {
    width: 18px;
    height: 18px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 12px;
  }

  .head-btn-style {
    font-size: 13px;
  }

  /* section css*/
  .register-section {
    padding-right: 10px;
  }
}

@media(max-width:499px) {
  .btn-style {
    font-size: 11px;
    padding: 6px 18px;
  }

  .main-head-style {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .benefits-heading .benefits-title {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .btn-arrow-svg {
    width: 17px;
    height: 17px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 12px;
  }

  .head-btn-style {
    font-size: 13px;
  }

  /* section css*/
  .register-section {
    padding-right: 10px;
  }
}

@media(max-width:399px) {
  .btn-style {
    font-size: 11px;
    padding: 6px 18px;
  }

  .main-head-style {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .benefits-heading .benefits-title {
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -1px;
  }

  .btn-arrow-svg {
    width: 16px;
    height: 16px;
    position: relative;
  }

  .main-head-subtext-style {
    font-size: 12px;
  }

  .head-btn-style {
    font-size: 13px;
  }

  /* section css*/
  .register-section {
    padding-right: 10px;
  }
}


/* section css*/
@media(max-width:1300px) {
  .solution-style-13 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 6px;
  }

  .footer-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .footer-description {
    font-size: 18px;
  }
}

@media(max-width:1200px) {
  .solution-style-13 {
    font-size: 27px;
    line-height: 28px;
    padding-bottom: 3px;
  }

  .footer-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .footer-description {
    font-size: 18px;
  }

  .solution-style-10 {
    padding-right: 30px;
  }

  .solution-style-16 {
    width: 96%;
  }

  .content-wrapper {
    gap: 40px;
  }

}

@media(max-width:1100px) {
  .solution-style-13 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 3px;
  }

  .footer-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .footer-description {
    font-size: 18px;
  }

  .solution-style-10 {
    padding-right: 30px;
  }

  .solution-style-16 {
    width: 96%;
  }

  .content-wrapper {
    gap: 40px;
  }

  .solution-style-15 {
    font-size: 16px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 17px;
  }

  .benefit-title {
    font-size: 16px;
    letter-spacing: 0px;
  }
}

@media(max-width:1000px) {
  .solution-style-13 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 3px;
  }

  .footer-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .footer-description {
    font-size: 18px;
  }

  .solution-style-10 {
    padding-right: 30px;
  }

  .solution-style-16 {
    width: 96%;
  }

  .content-wrapper {
    gap: 40px;
  }

  .solution-style-15 {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 17px;
  }

  .benefit-title {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .register-row-head {
    font-size: 17px;
    line-height: 30px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 13px;
    line-height: 25px;
  }
}

@media(max-width:900px) {
  .solution-style-13 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 3px;
  }

  .footer-tag {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .footer-description {
    font-size: 18px;
  }

  .solution-style-10 {
    padding-right: 30px;
  }

  .solution-style-16 {
    width: 96%;
  }

  .content-wrapper {
    gap: 40px;
  }

  .solution-style-15 {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 16px;
    padding-top: 16px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 16px;
  }

  .text-2,
  .text-4,
  .text-6 {
    font-size: 13px;
  }

  .benefit-title {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .register-row-head {
    font-size: 16px;
    line-height: 30px;
  }

  .register-row-text,
  .register-btn-text {
    font-size: 13px;
    line-height: 25px;
  }

  .benefit-description {
    font-size: 13px;
    line-height: 20px;
  }
}

@media(max-width:767px) {
  .benefit-text-box {
    width: 100%;
    position: relative;
  }

  .benefit-description {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 16px;
  }

  .text-2,
  .text-4,
  .text-6 {
    font-size: 13px;
  }

  .footer-tag,
  .footer-link {
    font-size: 14px;
  }

  .footer-description {
    font-size: 15px;
  }

  .logo-row-wrapper {
    padding-top: 20px;
  }

  .main-container-brand {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .solution-style-5 {
    padding-top: 0px;
  }

  .solution-style-56 {
    padding-top: 15px;
  }
}

@media(max-width:600px) {

  .text,
  .text-3,
  .text-5 {
    font-size: 15px;
  }

  .footer-tag,
  .footer-link {
    font-size: 12px;
  }
}

@media(max-width:500px) {

  .footer-tag,
  .footer-link {
    font-size: 11px;
  }

}

@media(max-width:490px) {
  .benefit-description {
    font-size: 12px;
  }

  .footer-tag,
  .footer-link {
    font-size: 11px;
  }

  .text,
  .text-3,
  .text-5 {
    font-size: 14px;
  }

  .text-2,
  .text-4,
  .text-6 {
    font-size: 12px;
  }
}

@media(max-width:960px) and (min-width: 768px) {
  .Google-play-button {
    height: 25px;
    background: white;
    padding-right: 0px;
  }
}