* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Outfit", sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
}

.breadcrumb-item a {
  text-decoration: underline;
  color: #0077ff;
}
.breadcrumb-item.active {
  color: #646161;
}

.hero_section {
  background: #f2f8f6;
}

.main_heading {
  font-size: 72px;
  font-weight: bold;
}

.overview {
  font-size: 18px;
}

section {
  margin-top: 5rem;
}
section p {
  font-size: 18px;
  margin-bottom: 0.6rem;
}
section .sec_row {
  margin-top: 5rem;
}

.section_heading {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.founder-img {
  margin-top: 2rem;
}

.service_card {
  padding: 25px;
  border-radius: 10px;
  background-color: #f2f8f6;
  text-align: left;
  height: 100%;
}
.service_card p {
  color: #415450;
}

.service_title {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.contact_banner {
  position: relative;
  margin: 4rem 0 0;
}
.contact_banner img {
  width: 100%;
}

.con_banner_content {
  position: absolute;
  top: 8rem;
  left: 50%;
  translate: -50%;
}

.banner_light_text {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.banner_title {
  font-size: 48px;
  font-weight: bold;
  color: #1a1a1a;
}

.banner_contact_number {
  background-color: #f3e85c;
  border: 1px solid transparent;
  padding: 10px 38px;
  border-radius: 40px;
  font-size: 32px;
  color: #000000;
  transition: all 300ms ease-in-out;
  display: block;
  width: fit-content;
  margin-top: 1.8rem;
}
.banner_contact_number:hover {
  color: #f3e85c;
  border-color: #f3e85c;
  background-color: #000000;
  text-decoration: none;
}

.check_packages {
  display: flex;
  align-items: center;
  justify-content: unset;
  gap: 0.6rem;
  padding: 15px 25px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0083bf 0%, #8dc63f 75%, #d7df23 100%);
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .breadcrumb-item {
    font-size: 14px;
  }
  .main_heading {
    font-size: 36px;
  }
  .overview {
    font-size: 16px;
  }
  section {
    margin-top: 3rem;
  }
  .section_heading {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  section p {
    font-size: 16px;
  }
  section .sec_row {
    flex-direction: column-reverse;
    margin-top: 3rem;
  }
  .founder-img {
    margin-top: 1rem;
    min-height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }
  .service_card {
    padding: 15px;
  }
  .service_title {
    font-size: 18px;
  }
  .service_card p {
    font-size: 14px;
  }
  .service_card p:last-child {
    margin-bottom: 0;
  }
  .contact_banner {
    margin-top: 3rem;
  }
  .contact_banner img {
    padding: 0 0.75rem;
  }
  .con_banner_content {
    left: 42%;
    translate: unset;
    top: 4rem;
  }
  .banner_light_text {
    font-size: 11px;
  }
  .banner_title {
    font-size: 20px;
  }
  .banner_contact_number {
    font-size: 18.5px;
    padding: 6px 22px;
    margin-top: 0.5rem;
  }
  .check_packages.mobile {
    width: fit-content;
    margin: 1.2rem auto 0;
    font-size: 16px;
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=style.css.map */
