body {
  margin: 0px;
  padding: 0px;
  font-family: "poppins", sans-serif !important;
  overscroll-behavior: none;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

.main-container {
  background: linear-gradient(270deg, #4aa9ff 0%, #d7ecff 100%);
  height: 100%;
  width: 100%;
  /* overflow: auto; */
  /* padding: 10px; */
}
/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 5px; /* Width of the scrollbar */
}

::-webkit-scrollbar:horizontal {
  height: 5px; /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background of the track */
}

::-webkit-scrollbar-thumb {
  background: rgba(187, 187, 187, 0.4); /* Color of the scrollbar thumb */
  border-radius: 6px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(187, 187, 187, 0.8); /* Color when hovering over the thumb */
}
.logo-image {
  padding: 20px;
}
.connecthome,.about-us,.key-features,.how-works,.connect-contact,.payment-tab{
  padding-top: 6rem;
}
/* Base Header */
.top-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  z-index: 1000;
  height: 6rem;
  position: fixed !important;
  top: 0 !important;
  backdrop-filter: blur(60px);
  border: 1px solid #bfd1fd4d;
  background: #c9e5ff7d;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.logo-image img.logo-of-header {
  max-width: 150px;
  height: auto;
}

/* Navbar default (desktop view) */
.navbar {
  display: flex;
}

nav.nav-box {
  padding: 15px 30px;
  display: flex;
  gap: 30px;
}

nav.nav-box a {
  text-decoration: none;
  color: #0c2946;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background 0.3s, color 0.3s;
}

.nav-box a.active {
  background-color: #0c2946;
  color: #ffffff;
}

@media (max-width: 1024px) {
  nav.nav-box {
    gap: 20px;
  }

  nav.nav-box a {
    font-size: 15px;
    padding: 6px 15px;
  }

  .logo-image img.logo-of-header {
    max-width: 130px;
  }
}

@media (max-width: 768px) {
  .top-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    width: 100%;
  }

  nav.nav-box {
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    gap: 10px;
  }

  nav.nav-box a {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .logo-image img.logo-of-header {
    max-width: 110px;
  }

  nav.nav-box a {
    font-size: 14px;
    padding: 8px 0;
  }
}

/* .top-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

nav {
  padding: 15px 30px;
  display: flex;
  gap: 30px;
}

nav a {
  text-decoration: none;
  color: #0c2946;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background 0.3s, color 0.3s;
}

.nav-box a.active {
  background-color: #0c2946;
  color: #ffffff;
} */

/* .head-content-box {
  display: flex;
  flex-direction: column;
}

.big-content {
  display: flex;
  flex-direction: column;
}

.grow-test {
  font-size: 3.8rem;
  font-weight: 400;
  color: #ffff;
}

.homeplus-text {
  font-size: 3.5rem;
  color: #00325f;
  font-weight: 400;
}
.homeplus-text-two {
  font-size: 3.5rem;
  color: #285885;
  font-weight: 600;
}

.network-text {
  color: #014e95;
  font-size: 1.3rem;
  font-weight: 400;
} */

.head-content-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
}

.big-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grow-test {
  font-size: 3.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.homeplus-text {
  font-size: 3.5rem;
  color: #00325f;
  font-weight: 400;
}

.homeplus-text-two {
  font-size: 3.5rem;
  color: #285885;
  font-weight: 600;
}

.network-text {
  margin-top: 15px;
  color: #014e95;
  font-size: 1.3rem;
  font-weight: 400;
  max-width: 700px;
  text-align: center;
  line-height: 1.5;
}

/* ---------------- Responsive ---------------- */

/* Tablets (<=1024px) */
@media (max-width: 1024px) {
  .grow-test {
    font-size: 3rem;
  }
  .homeplus-text,
  .homeplus-text-two {
    font-size: 2.8rem;
  }
  .network-text {
    font-size: 1.1rem;
    max-width: 600px;
  }
}

/* Mobile landscape & medium devices (<=768px) */
@media (max-width: 768px) {
  .grow-test {
    font-size: 2.2rem;
  }
  .homeplus-text,
  .homeplus-text-two {
    font-size: 2rem;
  }
  .network-text {
    font-size: 1rem;
    max-width: 90%;
  }
  .head-content-box {
    padding: 15px;
  }
}

/* Small phones (<=480px) */
@media (max-width: 480px) {
  .grow-test {
    font-size: 1.8rem;
  }
  .homeplus-text,
  .homeplus-text-two {
    font-size: 1.6rem;
  }
  .network-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}

.image-container {
  position: relative;
  top: 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.center-image-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  top: 100px;
}
.connect-image-box {
  display: flex;
  width: 100%;
  align-items: start;
}

.connect-logo-first {
  width: 200px;
}

.free-road {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.get-ready-box {
  background-color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  box-shadow: 0 4px 12px #4aa9ff;
}

.get-ready-text {
  color: #00325f;
  font-size: 1.3rem;
  font-weight: 700;
}

.free-image {
  width: 200px;
  position: relative;
}

.image-arrow {
  border: none;
  border-radius: 50%;
  background-color: #00325f;
}

.image-arra {
  width: 50px;
}
.road-image-box {
  width: 100%;
}

.bike-person {
  position: absolute;
  top: 0;
  right: 0;
  height: 780px;
  opacity: 0.9;
}
.circle-bg {
  position: absolute;
  height: 65rem;
  left: -550px;
  top: -500px;
}

.adout-box {
  display: flex;
  /* justify-content: center; */
  position: relative;

  flex-direction: column;
  gap: 50px;
  padding-bottom: 20px;
  align-items: center;
  background-image: url(images/patterns.svg);
  background-repeat: no-repeat;
}

.about-new {
  display: flex;
  justify-content: center;
  position: relative;
}
.about-text {
  font-size: 48px;
  font-weight: 700;
  color: #285885;
}

.info-box {
  background: #dcf0f5;
  border-radius: 20px;
  padding: 30px;
  max-width: 1000px;
  height:320px;
  position: relative;
  display: flex;
  gap: 10px;
  /* overflow: hidden; */
}

.info-content {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 2;
  position: relative;
}

.imgicon {
  width: 70px;
}

.info-text {
  font-size: 28px;
  margin: 0px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #0c2946;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.info-text strong {
  font-weight: 700;
  color: #0c2946;
}

.info-text .highlight {
  color: #2da23f; /* green for grow */
  font-weight: 600;
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.span-text {
  font-size: 1.5rem;
}

.banner {
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.banner-text,
.text-two,
.text-third {
  font-weight: 700;
  background: linear-gradient(to right, #00325f, #285885);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent; /* fallback */
}
.gift-gif {
  width: 1.5rem !important;
}
.banner-text {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  /* color: #428b9f; */
}

.text-third {
  /* color: #00325f; */
  font-size: 22px;
  /* font-weight: 700; */
}

.text-two {
  /* color: #00325f; */
  font-size: 20px;
  /* font-weight: 700; */
}

.section {
  padding: 20px 20px;
  text-align: center;
  position: relative;
  color: #0c2946;
}

.cards-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.card {
  background: transparent;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 280px;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.card img {
  width: 100%;
  display: block;
}

.center-logo {
  margin: 40px 0 20px 0;
}

.center-logo h2 {
  font-size: 28px;
  font-weight: bold;
  color: #0c2946;
}

.down-arrow {
  width: fit-content;
  padding: 15px 40px;
  border-radius: 50%;
  background: #0c2946;
  display: flex;
  justify-content: center;
  align-items: center;
}

.down-arrow span {
  font-size: 3.5rem;
  color: #ffffff;
}

.bottom-text {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: 20px;
  color: #ffff;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.arrow-div {
  display: flex;
  width: 100%;
  justify-content: center;
}

.bottom-text strong {
  font-size: 3rem;
  font-weight: 700;
  color: #09244b;
}

.benifits-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

.topic-card {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00325f;
  display: flex;
  justify-content: center;
}

.feature-card {
  background: linear-gradient(180deg, #fff8f8 0%, #f2f2f2 100%);
  border-radius: 20px 20px 0 0;
  width: 1000px;
  position: relative;
  top: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  border-bottom: 1px solid #e0e8f0;
}

.feature-item:last-of-type {
  border-bottom: none;
}

.key-benifits-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text {
  font-size: 1.3rem;
  font-weight: 400;
  color: #285885;
}

.text span {
  font-weight: 600;
  color: #0c4172;
}

.card-wave-image {
  width: 100%;
  justify-content: center;
  display: flex;
}
.wave-images {
  width: 1000px;
  position: relative;
  bottom: 11px;
}
.top-wave-images {
  width: 1000px;
  position: relative;
  top: 56px;
}

.text-key {
  font-size: 2.5rem;
  font-weight: 700;
  color: #285885;
  display: flex;
  justify-content: center;
}
.text-key-emoji {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00325f;
  display: flex;
  justify-content: center;
}

.card-style-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  font-size: 18px;
  font-weight: 300;
  list-style: none;
  border-bottom: 1px solid #e0e8f0;
  color: #00325f;
}

.card-style-points span {
  font-weight: 600;
  font-size: 23px;
  color: #00325f;
}

.how-it-card {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 30px;
  padding: 10px;
}

.feature-card-two {
  background: linear-gradient(180deg, #fff8f8 0%, #f2f2f2 100%);
  border-radius: 0 0 20px 20px;
  width: 1000px;
  padding: 10px;
  position: relative;
  top: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.step-container-one {
  background: transparent; /* ✅ Transparent background */
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: -8px 0 15px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;

  /* box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.25); */
  position: relative;
  left: -340px;
}
.step-container-one::before {
  content: "";
  position: absolute;
  top: 9%;
  left: -7px;
  width: 0px;
  height: 90%;
  background-color: transparent;
  display: block;
  box-shadow: 5px 10px 5px 1px;
}
.step-container-two {
  background: transparent; /* ✅ Transparent background */
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: -8px 0 15px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;
  /* box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.25); */
  position: relative;
  left: 50px;
  bottom: 17px;
}
.step-container-two::before {
  content: "";
  position: absolute;
  top: 9%;
  left: -7px;
  width: 0px;
  height: 90%;
  background-color: transparent;
  display: block;
  box-shadow: 5px 10px 5px 1px;
}
.step-container-third {
  background: transparent; /* ✅ Transparent background */
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: -8px 0 15px rgba(0, 0, 0, 0.15); */
  border-radius: 20px;
  /* box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.25); */
  position: relative;
  left: 451px;
  bottom: 35px;
}
.step-container-third::before {
  content: "";
  position: absolute;
  top: 9%;
  left: -7px;
  width: 0px;
  height: 90%;
  background-color: transparent;
  display: block;
  box-shadow: 5px 10px 5px 1px;
}

.steps {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.step {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); */
  width: 380px;
  height: 200px;
  /* border-top-left-radius: 50px 30px; */
  box-shadow: -8px 0 15px rgba(0, 0, 0, 0.15);
}

.step-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-card-one {
  position: relative;
  /* right: 220px; */
}
.step-card-two {
  position: relative;
  /* left: 50px; */
  /* bottom: 10px; */
}
.step-card-third {
  position: relative;
  /* left: 330px; */
  /* bottom: 20px; */
}
.step h2 {
  font-size: 18px;
  font-weight: 500;
  color: #285885;
}
hr.custom-line {
  border: none;
  border-top: 4px solid #f6f4f4; /* light grey line */
  margin: 5px 0; /* spacing around line */
  width: 100%; /* full width */
}

.step p {
  font-size: 16px;
  font-weight: 500;
  color: #282121;
  position: relative;
  left: 10px;
}

.step-number-one {
  color: #a7aeb0;
  position: absolute;
  top: -20px;
  left: -45px;
  font-size: 11.5rem;
  font-weight: bold;
  opacity: 0.7;
}

.step-number-two {
  color: #68787d;
  position: absolute;
  top: -15px;
  left: -79px;
  font-size: 11.5rem;
  font-weight: bold;
  opacity: 0.7;
}
.step-number-three {
  color: #06867e;
  position: absolute;
  top: -15px;
  left: -80px;
  font-size: 11.5rem;
  font-weight: bold;
  opacity: 0.7;
}

/* .step:nth-child(1) .step-number {
  color: #a7aeb0;
  position: absolute;
  left: -25px;
} */
/* .step:nth-child(2) .step-number {
  color: #68787d;
  position: absolute;
  left: -20px;
}
.step:nth-child(3) .step-number {
  color: #00bdb1;
  position: absolute;
  left: -50px;
} */

.emo-img {
  width: 900px;
}

.emoji-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emoji-box-face {
  background-color: #ffff;
  padding: 45px;
  border: none;
  border-radius: 50%;
  position: absolute;
}

.emoji-box-hand {
  background-color: #ffff;
  padding: 10px;
  border: none;
  border-radius: 50%;
  position: absolute;
  left:797px;
  /* left: 315px; */
  bottom: 225px;
  z-index: 1000;
}

.emoji-hand {
  width: 60px;
}

.emoji-face {
  width: 130px;
}
.new-mid-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  top: 30px;
}

.connect-card {
  background: white;
  border: 1px solid #d6e6f5;
  border-radius: 36px;
  padding: 25px;
  width: 463px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  position: relative;
  top: 40px;
  min-height: 407px;
  gap: 20px;
}
.connect-trial {
  background: linear-gradient(to right, #dceefe, #c2e1fc);
  border-radius: 30px;
  color: #00325f;
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  width: 230px;
}
.connect-premium {
  font-size: 20px;
  font-weight: 700;
}
.connect-premium > :first-child {
  color: #1e3c72;
}
.connect-premium > :nth-child(2) {
  color: #2e549a;
}
.subcribe-btn {
  background: #274d8f;
  border: 1px solid #274d8f;
  color: white;
  box-shadow: 0 4px 12px #274d8f;
  padding: 9px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.subcribe-btn i.fa-arrow-right {
  transition: transform 0.3s ease; /* smooth movement */
  display: inline-block;
}

.subcribe-btn:hover i.fa-arrow-right {
  transform: translateX(5px); /* move right on hover */
}
.start-text {
  font-size: 17px;
  font-weight: 500;
}
.connect-design {
  font-size: 16px;
  font-weight: 500;
  color: #505050;
}
.giftcolor {
  color: red;
  margin-right: 10px;
}
.premium-img {
  width: 68px;
  margin-left: 78px;
}
.start-text1 {
  font-size: 27px;
  font-weight: 800;
  color: #2b5198;
}
.connect-year {
  font-size: 25px;
  font-weight: 700;
  color: #2b5198;
  font-family: sans-serif;
}
.connect-year > :nth-child(2) {
  font-size: 19px;
  font-weight: 700;
  color: black;
}
.wave-bg {
  background: url("images/treeback.avif") no-repeat center top;
  background-size: cover; /* make it stretch full width */
  width: 100%;
  height: 300px; /* adjust the height as needed */
}
.connect-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.liststyle {
  list-style: none;
  padding: 10px;
  gap: 10px;
  display: flex;
  flex-flow: column;
  padding: 10px;
  margin: 0;
}
.liststyle li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.liststyle li i {
  color: #274d8f;
  font-size: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}
.storeimg {
  width: 4rem;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(42, 82, 152, 0.12);
  z-index: 0; /* bubbles always stay behind */
}
.bubble:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20px;
  left: 20px;
}
.bubble:nth-child(2) {
  width: 120px;
  height: 120px;
  bottom: -40px;
  right: -30px;
}
.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  bottom: 80px;
  left: -20px;
}
.bubble:nth-child(4) {
  width: 140px;
  height: 140px;
  top: 50px;
  right: 40px;
}
.connect-logo {
  width: 36px;
  height: 36px;
}

.connect-title {
  font-weight: 700;
  font-size: 16px;
  color: #202b37;
}

.verified-icon {
  width: 18px;
  height: 18px;
}

.connect-text {
  font-size: 14px;
  color: #344051;
  margin-bottom: 16px;
}

.connect-btn {
  background: #ffffff;
  border: 1px solid #3bb1dd;
  color: #00325f;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(59, 177, 221, 0.2);
}

.connect-logo-logo {
  width: 50px;
}

.button-flex {
  display: flex;
  width: 100%;
  justify-content: end;
}

.images-meach {
  width: 450px;
  position: relative;
}
.end-card {
  position: relative;
  top: 150px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #92bfe9, #d8ecff);
}

.join-btn {
  width: 100%;
  justify-content: center;
  display: flex;
}

.join-text {
  font-size: 2rem;
  background-color: #ffff;
  padding: 20px;
  font-weight: 700;
  border-radius: 50px;
  color: #0068c5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.join-now-text {
  color: #00325f;
}

.bottom-card {
  position: relative;
  top: 145px;
  display: flex;
  padding: 30px;
  align-items: center;
  background: #1b2e41;
  align-items: flex-start;
}
.contact-box {
  display: flex;
  flex-direction: column;
  color: #ffff;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.terms-box a {
  position: relative;
  top: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  text-decoration: none;
}
.copy-rights {
  position: absolute;
  /* top: 70px; */
  color: #c4c0c0;
  font-size: 13px;
  font-weight: 300;
  bottom: 0px;
}

.grow-text-bottom {
  position: absolute;
  top: 0px;
  right: 0; /* rounded top corners */
  display: inline-block;
}

.bottom-business-text {
  background: linear-gradient(
    to right,
    #92bfe9,
    #d8ecff
  ); /* soft blue gradient */
  padding: 30px 50px;
  border-radius: 50px 50px 0 0;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #ffffffcc; /* lighter text */
  font-family: Arial, sans-serif;
  position: relative;
  bottom: 30px;
}
.text-gradient {
  font-size: 22px;
  font-weight: 600;
  background: radial-gradient(
    85.31% 8649.93% at 8.97% 50%,
    #316da3 69.71%,
    #1e89e8 100%
  );
  -webkit-background-clip: text; /* for Safari/Chrome */
  -webkit-text-fill-color: transparent;
  background-clip: text; /* modern browsers */
  color: transparent;
  position: relative;
  bottom: 10px;
}

.connect-logo-style {
  width: 100px;
}

.connect-logo-style-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-images {
  width: 300px;
  align-items: center;
}
.first-content-footer {
  display: flex;
  flex-direction: column;
  color: #ffff;
  font-size: 15px;
  font-weight: 400;
}

.content-para {
  width: 300px;
}

.Download-box {
  position: relative;
  top: 20px;
}
.Download-box span {
  font-size: 20px;
  font-weight: 600;
}

.play-store {
  width: 30px;
}

.icon-images-field {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.contact-deatils-box {
  width: 250px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.subscribe-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e3f2fd;
  border-radius: 30px;
  padding: 7px 20px;
  width: 300px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.subscribe-box input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  flex: 1;
  color: #344051;
}

.subscribe-box button {
  background: #0d2f54;
  border: none;
  color: #fff;
  font-size: 16px;
  /* width: 36px;
  height: 36px; */
  border-radius: 50%;
  cursor: pointer;
}

/* Contact form box */
.contact-form {
  background: #ffff;
  border-radius: 20px;
  padding: 10px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  align-items: center;
}
.tree-back{
width:1510px;
height: 300px;
position: relative;
top: 280px;
}
.image-tree{
  position: absolute;
  top: 0;
  bottom: 0;
}
.contact-form input,.contact-form  textarea {
  width: 100%;
  padding: 7px;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  color: #344051;
  border: 1px solid #e9eff4;
}

.contact-form-button {
  width: 200px;
  padding: 7px;
  background: #0d2f54;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  top: 20px;
  left: 25px;
}
.rocket-gif {
  width: 50px;
}

.contact-box-email {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.icon-fields {
  display: flex;
  gap: 10px;
  align-items: center;
}
.icon-fields-address {
  display: flex;
  gap: 10px;
  align-items: start;
}

.background-shadow {
  position: absolute;
  width: 45rem;
  height: 16rem;
  left: -56px;
  top: -103px;
  background-color: #c7e4ff;
  border-radius: 134px;
  box-shadow: 65px 12px 144px 94px #c7e4ff;
}

.border-bottom-div {
  position: relative;
  top: 150px;
  right: 300px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #92bfe9, #d8ecff);
}

.dotted-style {
  width: 30px;
}

.pen-style-image {
  width: 40px;
  position: relative;
  left: 10px;
}

.give-bold {
  color: #00325f;
  font-size: 28px;
  font-weight: 500;
}

.discover-text {
  font-size: 2rem;
  font-weight: 600;
}

.border-div-two {
  border: 4px solid #e9eff4;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 279px;
}

.subscription {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.subscription-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sub-keeptouch {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.background-shadowtop {
  position: relative;
}

.scroll-btn {
  width: 80px;
  height: 120px;
  background-color: #08345c; /* dark navy like in image */
  border-radius: 50px; /* oval shape */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25); /* subtle shadow */
  cursor: pointer;
  transition: all 0.3s ease;
}

.scroll-btn:hover {
  transform: translateY(5px);
}

.arrow-down {
  font-size: 4rem;
  color: #ffffff; /* white arrow */
  line-height: 1;
}

.address-data {
  font-size: 14px;
  font-weight: 400;
}

.circle-div {
  width: 65.29px;
  height: 65.29px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -27px;
  background: #cbe7ff;
}
.circle-div-two {
  width: 65.29px;
  height: 65.29px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: -23px;
  background: #9dd0ff;
}
.circle-div-three {
  width: 65.29px;
  height: 65.29px;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: -23px;
  background: #76beff;
}

.logo-of-header {
  width: 200px;
}

.star-image {
  width: 60px;
  position: relative;
  bottom: 20px;
  left: 10px;
}

.start-two {
  position: relative;
  left: 180px;
}

.start-three {
  position: relative;
  right: 250px;
}
.star-image-four {
  position: relative;
  top: 100px;
}

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
