* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

html body {
    background: linear-gradient(180deg, rgb(241, 238, 239) 0%, rgb(255, 255, 255) 15.000000000000002%);
    color: #15272d;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: linear-gradient(
    135deg,
    #f197e4 0%,
    #f197e4 56%,
    #fff9b7 56%,
    #fff9b7 100%
  );
}
.site-logo {
  position: relative;
  margin: auto;
  width: 200px;
}
.site-logo img{
  position: absolute;
  top: 15px;
  width: 200px;
  height: auto;
}

/* LEFT */
.hero-bgimg{
    z-index: -1;
    width: 50%;
    height: auto;
}
.left {
  /* padding: 80px 70px; */
  padding: 120px 70px 80px 70px;
  z-index: 9999;
  
}
.left h1 {
  font-size: 4.167vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #111;
  word-spacing: 15px;
}
.left h2 {
  font-size: 4.167vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #111;
}
.left h1 span {
  font-weight: 300;
}
.left h1 strong {
  font-weight: 800;
}
.desc {
  margin-top: 25px;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}
.button{
  position: relative;
  padding: 14px 47px 14px 22px;
  background: #0b1c26;
  margin-top: 27px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: max-content;
}
.button a {
  color: #ffffff;
  font-size: 15px;  
  cursor: pointer;
  text-decoration: none;
  opacity: 0.68;
}

.button:hover {
  opacity: 0.9;
}

.button span{
  position: relative;
}
.button .icon{
  width: 24px;
  position: absolute;
  bottom: -1px;
  left: 10px;
}

.email-form {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.email-form input {
  padding: 14px 18px;
  width: 260px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
}

.email-form button {
  padding: 14px 22px;
  background: #0b1c26;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}

.email-form button:hover {
  opacity: 0.9;
}

.note {
  margin-top: 50px;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

/* RIGHT */
.right {
  /* padding: 40px 40px 70px; */
  padding: 40px 70px 70px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 9999;
  margin-left: auto;
}


.services-card {
  max-width: 350px;
  background: #fdfbf3;
  border-radius: 22px;
  /* padding: 28px 30px 32px; */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  border: 1px solid #eee4c8;
  margin: auto 0 20px auto;
}

.services-card h2 {
  margin: 0;
  font-size: 2.5vw !important;
  font-weight: 700 !important;
  color: #5b2a6e; /* purple heading */
  background-color: #fcfbea;
  padding: 18px 30px 12px;
  border-top-left-radius: 22px; /* Example value */
  border-top-right-radius: 22px; /* Example value */
}

.services-card hr {
  margin: 0px 10px 22px;
  border: none;
  border-top: 1px solid #e6dcc3;
}

.services-list {
  list-style: none;
  padding: 10px 30px 15px;
  margin: 0;
}

.services-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.45;
  color: #2d2d2d;
}

.check {
  min-width: 28px;
  height: 28px;
  background: #5fa24e;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 4px;
}

.lost{
    margin-left: 72px;
   
}

.right h2 {
  font-size: 4.167vw;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  word-spacing: 15px;
}
.right p {
  max-width: 420px;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

.footer-contact{
  height: 72px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;

}
.footer-contact a,.contact-us a{
  /* color: #ffffff; */
  color: #20adfe;
  font-size: 15px;  
  cursor: pointer;
  text-decoration: none;
  opacity: 0.68;
}
.contact-us a{
  /* color: #333; */
  opacity: 1;
}
.footer-contact a:hover,.contact-us a:hover{
  /* color: #20adfe; */
  color: #ffffff;
  transform: scale(1.02);
  opacity: 0.68;
}
.f-text{
  color: #ffffff;
  font-size: 15px;  
  text-decoration: none;
  opacity: 0.68;
  font-weight: bold;
  padding-right: 5px;
}
.contact-us .f-text{
  color: #333;
  opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 900px) {
   .hero {
    grid-template-columns: 1fr;
    background: #f197e4;
   }
   .hero-bgimg img{
      width: 100% !important;
   }
    .hero-bgimg{
      top: 45px !important;
      right: 0px !important;
   }
  .right {
    background: #fff9b7;
    padding: 60px;
    margin-left: 0;
    align-items: center;
  }
  .right p {
    text-align: center;
  }
  .left {
    padding: 60px;
  }
  .left h1,.left h2,.right h1 ,.right h2 {
    font-size: 48px;
  }
  .lost{
    margin-left: 0;
  }
  .services-card{
    margin: auto;
    margin-bottom: 20px;
    max-width: inherit;
  }
  .services-card h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  
  .hero-bgimg,.hero-bgimg img{
      width: 100% !important;
      top: 30px !important;
      right: 0px !important;
  }
  .left {
    padding: 250px 20px 40px;
  }
  .right {
    background: #fff8b5;
    padding: 40px 20px;
  }
}
