body::-webkit-scrollbar {
  display: none;
}

.new-container {
  padding: 0 12%;
}

.hero-section-one {
  width: 100%;
  background-image: url(assets/img/index/Hero-Mobile-Section.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  padding-top: 0.1rem;
}
.new-section-5 img{
  width: 100%;
}

.new-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  width: 100%;
  margin-top: 2rem;
}

.new-section-heading h3 {
  font-family: " Inter", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 29.05px;
  text-align: center;
}

.new-section-heading img {
  height: 2.3rem;
}

.new-section-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0 16%;
  padding-top: 7%;
}

.new-section-1 hr {
  display: none;
}

.new-section-1 h1,
.new-section-1 span {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.03em;
  text-align: center;
}

.new-section-1 span {
  color: #2baae1;
}

.new-section-1 p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #645e80;
}

.new-section-1 button {
  width: 220px;
  height: 40px;
  border-radius: 12px;
  border: 0;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
}

.product-content-container-copy {
  display: none;
}

.feature-content-container-copy {
  display: none;
}

.product-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("images/product-background.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 40%;
  height: auto;
}

.product-img-container img {
  height: 100%;
}

#product-img-4 {
  height: 65%;
}

.product-content-container,
.product-content-container-right,
.feature-content-container,
.feature-content-container-right {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0.5rem;
}

.product-content-container {
  padding-right: 5%;
}

.product-content-container-right {
  padding-left: 10%;
}

.feature-content-container {
  padding-right: 5%;
}

.feature-content-container-right {
  padding-left: 5%;
}

h2,
.product-content-container h2,
.product-content-container-right h2,
.feature-content-container h2,
.feature-content-container-right h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
}

.product-content-container p,
.product-content-container-right p,
.feature-content-container p,
.feature-content-container-right p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #645e80;
}

.product-content-container>div,
.product-content-container-right>div,
.feature-content-container>div,
.feature-content-container-right>div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.product-content-container>div>div,
.product-content-container-right>div>div,
.feature-content-container>div>div,
.feature-content-container-right>div>div {
  display: flex;
  align-items: center;
  position: relative;
}

.feature-content-container>div>div,
.feature-content-container-copy>div>div {
  display: flex;
  gap: 0.8rem;
}

.product-content-container>div>div img,
.product-content-container-right>div>div img,
.feature-content-container>div>div img,
.feature-content-container-right>div>div img {
  width: 1.8rem;
  position: absolute;
  top: 0;
}

.product-content-container>div>div p,
.product-content-container-right>div>div p,
.feature-content-container>div>div p,
.feature-content-container-right>div>div p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #645e80;
  padding-left: 2rem;
}

.product-content-container button,
.product-content-container-right button,
.feature-content-container button,
.feature-content-container-right button {
  width: 220px;
  height: 50px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
  border: 0;
  color: white;
  margin-top: 1rem;
}

.new-section-2,
.new-section-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80vh;
  width: 100%;
}

.new-section-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.new-section-4 .feature-img-container {
  width: 55%;
}

.new-section-4 .sub-sec-4 {
  width: 45%;
  padding-left: 1.6rem;
  gap: 0.5rem;
}

.new-section-4 .sub-sec-4 h2 {
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50.4px;
  text-align: left;
}

.new-section-4 .sub-sec-4 p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #645e80;
}

.new-container:last-child {
  padding: 0% 12.5%;
  margin-bottom: 5rem;
}

.sub-sec-4 button {
  width: 220px;
  height: 50px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  text-align: center;
  background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
  border: 0;
  color: white;
  margin-top: 1rem;
}

/* Responsive Design */

@media (max-width: 1920px) {
  .hero-section {
    height: 142vh;
  }

  .new-section-2,
  .new-section-3 {
    height: 55vh;
  }

  .feature-content-container,
  .feature-content-container-right,
  .feature-content-container-copy {
    width: 50%;
  }

  .feature-img-container,
  .feature-img-container-right {
    width: 50%;
  }
}

@media (max-width: 1599px) {
  .hero-section {
    height: 138vh;
  }

  .new-section-2,
  .new-section-3 {
    height: 65vh;
  }
}

@media (max-width: 1349px) {


  .hero-section {
    height: 159vh;
  }

  .new-section-2,
  .new-section-3 {
    height: 75vh;
  }

  .product-content-container {
    padding-right: 4%;
  }

  .sec15-right h4 {
    font-size: 23px;
  }
}

@media (max-width: 1200px) {
  .hero-section {
    height: 115vh;
  }
}

@media (max-width: 1024px) {
  .hero-section {
    height: 110vh;
    width: 100%;
    margin-top: 0;
  }

  .empty-section {
    height: 68%;
    display: block;
  }



  .new-section-2,
  .new-section-3 {
    height: auto;
    margin-bottom: 5rem;
  }

  .product-img-container img,
  .product-img-container-right img,
  .feature-img-container img,
  .feature-img-container-right img {
    width: 100%;
  }

  .new-section-4 .feature-img-container {
    width: 55%;
  }

  .new-section-4 .sub-sec-4 {
    width: 45%;
    padding-left: 1.6rem;
    gap: 0.5rem;
  }

  .new-section-4 .sub-sec-4 h2 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
  }

  .new-section-4 .sub-sec-4 p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #645e80;
  }

  .new-container:last-child {
    padding: 0% 12.5%;
    margin-bottom: 5rem;
  }

  .sub-sec-4 button {
    width: 220px;
    height: 50px;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
    border: 0;
    color: white;
    margin-top: 1rem;
  }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .new-container {
    padding: 0 2%;
  }

  .hero-section {
    height: 83vh;
    background-size: cover;
  }

  .empty-section {
    display: block;
    height: 70%;
  }



  .new-section-2 {
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 2rem;
    padding: 0% 5%;
    margin-bottom: 2rem;
  }

  .new-section-3 {
    flex-direction: row;
    align-items: center;
    height: auto;
    gap: 2rem;
    padding: 0% 5%;
    margin-bottom: 2rem;
  }

  .new-section-1 h1,
  .new-section-1 span {
    font-size: 32px;
    line-height: 40px;
  }

  .new-section-1 p {
    font-size: 16px;
    line-height: 22px;
  }

  .new-section-1 button {
    width: 200px;
    height: 35px;
    font-size: 16px;
  }

  .new-section-heading {
    padding-right: 22%;
    padding-left: 22%;
  }

  .product-img-container {
    width: 30%;
    margin-bottom: 1rem;
  }

  .product-img-container img {
    height: 100%;
  }

  #product-img-4 {
    width: 100%;
  }

  .product-content-container,
  .product-content-container-right {
    width: 70%;
    gap: 0;
  }

  .product-content-container h2,
  .product-content-container-right h2 {
    font-size: 24px;
  }

  .product-content-container p,
  .product-content-container-right p {
    font-size: 16px;
  }

  .product-content-container button,
  .product-content-container-right button {
    width: 180px;
    height: 40px;
    font-size: 14px;
  }

  .feature-img-container,
  .feature-img-container-right {
    width: 40%;
  }

  .feature-content-container,
  .feature-content-container-right {
    height: auto;
    width: 60%;
  }

  .new-section-heading h3 {
    font-size: 25px;
  }

  .feature-img-container img {
    width: 110%;
  }

  .feature-img-container-right img {
    width: 120%;
  }

  .feature-content-container h2,
  .feature-content-container-right h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .feature-content-container p,
  .feature-content-container-right p {
    font-size: 16px;
    line-height: 20px;
  }

  .feature-content-container button,
  .feature-content-container-right button {
    width: 180px;
    height: 40px;
  }

  .new-section-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .new-section-4 .sub-sec-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    padding-left: 2rem;
  }

  .new-section-4 .feature-img-container {
    width: 55%;
  }

  .new-section-4 .sub-sec-4 {
    gap: 0rem;
  }

  .new-section-4 .sub-sec-4 h2 {
    font-size: 36px;
  }

  .new-section-4 .sub-sec-4 p {
    text-align: center;
  }

  .new-section-4 .sub-sec-4 button {
    margin: 0 26px 0 0;
  }

  .new-container:last-child {
    padding: 0%;
    margin-bottom: 5rem;
  }
}

/* Mobile (620px and below) */
@media (max-width: 620px) {
  .hero-section {
    /* height: 56vh; */
    /* background-size: contain; */
    /* background-position: contain; */
    margin-top: 0;
  }

  .empty-section {
    height: 22vh;
    margin-top: 8rem;
  }

  .new-section-heading {
    padding: 1rem 1.5rem;
  }



  .new-section-1 h1,
  .new-section-1 span {
    font-size: 24px;
    line-height: 32px;
  }

  .new-section-1 p {
    font-size: 14px;
    line-height: 20px;
  }

  .new-section-1 button {
    width: 190px;
    height: 35px;
    font-size: 14px;
  }

  .new-section-2 {
    margin-bottom: 0rem;
    flex-direction: column;
    gap: 1.5rem;
  }

  .new-section-3 {
    flex-direction: column;
    gap: 1.5rem;
  }

  .new-section-4 {
    gap: 1.5rem;
  }

  .new-section-4 .sub-sec-4 {
    width: 80%;
    padding-left: 0;
  }

  .new-section-4 .feature-img-container {
    width: 90%;
  }

  .product-content-container-copy {
    display: block;
  }

  .product-content-container {
    display: none;
  }

  .feature-content-container-copy {
    display: block;
  }

  .feature-content-container {
    display: none;
  }

  .product-content-container-copy,
  .product-content-container-right {
    width: 90%;
    padding: 0;
  }

  .product-img-container,
  .product-img-container-right {
    width: 90%;
    padding: 0;
  }

  .feature-img-container,
  .feature-img-container-right {
    width: 90%;
    padding: 0;
  }

  .feature-img-container,
  .feature-img-container-right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .feature-img-container img,
  .feature-img-container-right img {
    width: 125%;
  }

  .feature-content-container-copy,
  .feature-content-container-right {
    width: 90%;
    padding: 0;
  }

  .product-content-container-copy h2,
  .product-content-container-right h2 {
    font-size: 20px;
  }

  .product-content-container-copy p,
  .product-content-container-right p {
    font-size: 14px;
  }

  .product-content-container-copy>div,
  .product-content-container-right>div,
  .feature-content-container-copy>div,
  .feature-content-container-right>div {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .product-content-container-copy>div>div,
  .product-content-container-right>div>div,
  .feature-content-container-copy>div>div,
  .feature-content-container-right>div>div {
    display: flex;
    align-items: center;
    position: relative;
  }

  .product-content-container-copy>div>div img,
  .product-content-container-right>div>div img,
  .feature-content-container-copy>div>div img,
  .feature-content-container-right>div>div img {
    width: 1.5rem;
    position: absolute;
    top: 0;
  }

  .product-content-container-copy>div>div p,
  .product-content-container-right>div>div p,
  .feature-content-container-copy>div>div p,
  .feature-content-container-right>div>div p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #645e80;
    padding-left: 1.8rem;
  }

  .product-content-container-copy button,
  .product-content-container-right button,
  .feature-content-container-copy button,
  .feature-content-container-right button {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
    border: 0;
    color: white;
    margin: 0rem;
    margin-top: 0.5rem;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  body::-webkit-scrollbar {
    display: none;
  }

  .new-container {
    padding: 0 6%;
  }

  .product-img-container,
  .product-img-container-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("assets/img/products-features/product-background.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 90%;
    height: 60%;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
  }

  #product-img-4 {
    width: 100%;
  }

  .product-content-container-copy,
  .product-content-container-right,
  .feature-content-container-copy,
  .feature-content-container-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0rem;
    padding: 0;
    margin: 0;
  }

  .product-content-container-copy {
    padding-right: 0%;
  }

  .product-content-container-right {
    padding-left: 0%;
  }

  .feature-content-container-copy {
    padding-right: 0%;
  }

  .feature-content-container-right {
    padding-left: 0%;
  }

  .feature-img-container,
  .feature-img-container-right {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .feature-img-container img,
  .feature-img-container-right img {
    width: 125%;
  }

  h2,
  .product-content-container-copy h2,
  .product-content-container-right h2,
  .feature-content-container-copy h2,
  .feature-content-container-right h2 {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
  }

  .product-content-container-copy p,
  .product-content-container-right p,
  .feature-content-container-copy p,
  .feature-content-container-right p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #645e80;
  }

  .product-content-container-copy>div,
  .product-content-container-right>div,
  .feature-content-container-copy>div,
  .feature-content-container-right>div {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }

  .product-content-container-copy>div>div,
  .product-content-container-right>div>div,
  .feature-content-container-copy>div>div,
  .feature-content-container-right>div>div {
    display: flex;
    align-items: center;
    position: relative;
  }

  .product-content-container-copy>div>div img,
  .product-content-container-right>div>div img,
  .feature-content-container-copy>div>div img,
  .feature-content-container-right>div>div img {
    width: 1.5rem;
    position: absolute;
    top: 0;
  }

  .product-content-container-copy>div>div p,
  .product-content-container-right>div>div p,
  .feature-content-container-copy>div>div p,
  .feature-content-container-right>div>div p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #645e80;
    padding-left: 1.8rem;
  }

  .product-content-container-copy button,
  .product-content-container-right button,
  .feature-content-container-copy button,
  .feature-content-container-right button {
    width: 150px;
    height: 40px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
    border: 0;
    color: white;
    margin: 0rem;
    margin-top: 0.5rem;
  }

  /* .hero-section {
    height: 65vh;
    background-size: contain;
    margin-top: 8rem;
  } */

  .empty-section {
    display: block;
    height: 60%;
  }

  .new-section-heading {
    padding: 1.5rem 1.4rem;
    margin-top: 3rem;
  }

  .new-section-heading h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }

  .new-section-1 {
    justify-content: start;
  }

  .new-section-1 h1 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 0% 5%;
  }

  .new-section-1 span {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: center;
  }

  .new-section-1 span {
    color: #2baae1;
  }

  .new-section-1 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #645e80;
    padding: 0% 2%;
  }

  .new-section-1 button {
    width: 190px;
    height: 35px;
    border-radius: 12px;
    border: 0;
    color: white;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    background: linear-gradient(180deg, #55c5f6 0%, #2baae1 100%);
  }

  .new-section-1 hr {
    display: block;
    height: 1px;
    border: 1px solid grey;
  }

  .new-section-2,
  .new-section-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    gap: 0rem;
    margin-bottom: 3rem;
  }

  .new-section-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
  }

  .new-section-4 .feature-img-container {
    width: 90%;
  }

  .new-section-4 .sub-sec-4 {
    width: 80%;
    padding-left: 0rem;
    gap: 0.5rem;
  }

  .new-section-4 .sub-sec-4 h2 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 50.4px;
    text-align: left;
  }

  .new-section-4 .sub-sec-4 p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #645e80;
  }

  .new-container:last-child {
    padding: 0% 12.5%;
    margin-bottom: 5rem;
  }

  .whatsappbox {
    top: 136px !important;
  }
}

@media (max-width: 1100px) {
  .new-section-1 {
    padding: 0;
    padding-top: 7%;
  }
}

@media (max-width: 767px) {
  .new-section-1 {
    padding: 0 5%;
    padding-top: 7%;
  }
}

@media (max-width: 567px) {

  .new-section-1 h1,
  .new-section-1 span {
    font-size: 24px;
  }
}