html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html.menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.intro {
  order: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(36px, 6vh, 68px);
  margin: clamp(0px, 8vh, 120px) 0 0;
}

.intro-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(17.83px, 3.31vw, 28.01px);
  font-weight: 50;
  line-height: clamp(22px, 3.6vw, 32px);
  margin: clamp(12px, 2.5vh, 22px) auto 0;
  max-width: 34ch;
  text-align: center;
}

.intro-text span {
  display: block;
  white-space: nowrap;
}

.intro-button {
  position: static;
  width: 255px;
  height: 60px;
  background-color: #068550;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-top: 12px;
}

.hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 0;
  padding: clamp(128px, 17vh, 168px) 24px clamp(64px, 8vh, 96px);
  box-sizing: border-box;
}

.hero-heading {
  order: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 670;
  line-height: 38px;
  color: #000;
  letter-spacing: -0.5px;
  margin: 0;
  max-width: 560px;
}

.hero-heading span {
  display: block;
  white-space: nowrap;
}

.mobile-banner {
  width: 100%;
  height: 61px;
  background-color: #0B4F2B;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
  z-index: 1000;
}

.banner-title {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25.2px;
  font-weight: 600;
  line-height: 1;
}

.hamburger {
  width: 42px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.hamburger span {
  width: 40px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform-origin: center;
  position: absolute;
  right: 0;
}

.hamburger span:first-child {
  top: calc(50% - 7.5px);
}

.hamburger span:last-child {
  top: calc(50% + 7.5px);
}

.hamburger.active {
  gap: 0;
}

.hamburger.active span:first-child {
  top: 50%;
  width: 32px;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger.active span:last-child {
  top: 50%;
  width: 32px;
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 61px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 61px);
  background-color: #0b4f2b;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px 24px 24px;
  box-sizing: border-box;
  transition: right 0.4s ease;
}

.mobile-menu.open {
  right: 0;
}

.menu-item {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 0 8px 0;
  display: block;
  width: 100%;
  border-bottom: 1.2px solid #999794;
  margin: 0;
}

.menu-item:first-child {
  border-top: 1.2px solid #999794;
}

.menu-item:last-child {
  border-bottom: 1.2px solid #999794;
}

.blob-top-left {
  position: absolute;
  left: 0;
  top: calc(clamp(128px, 17vh, 168px) + 85.5px + (clamp(0px, 8vh, 120px) + clamp(12px, 2.5vh, 22px)) / 2);
  transform: translateY(-50%) translateZ(0);
  width: clamp(64px, 6vw + 16px, 96px);
  height: auto;
  pointer-events: none;
  z-index: 2;
  will-change: transform;
}

.services {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: clamp(56px, 10vh, 88px) 24px 0;
  box-sizing: border-box;
  scroll-margin-top: 61px;
}

.pricing-importantdetails-section {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: clamp(24px, 6vh, 40px) 24px 0;
  box-sizing: border-box;
  scroll-margin-top: 61px;
}

.blob-top-right {
  position: absolute;
  right: 0;
  top: 72px;
  width: clamp(48px, 5vw + 8px, 86px);
  height: auto;
  pointer-events: none;
  z-index: 2;
  transform: translateZ(0);
  will-change: transform;
}

.blob-bottom-left {
  position: absolute;
  left: 0;
  bottom: clamp(0px, 4vh, 40px);
  width: 63px;
  height: 108px;
  pointer-events: none;
  z-index: -1;
  transform: translateZ(0);
  will-change: transform;
}

.blob-bottom-right {
  position: absolute;
  right: clamp(12px, 4vw, 36px);
  bottom: clamp(12px, 4vh, 36px);
  width: 106px;
  height: 95px;
  pointer-events: none;
  z-index: -1;
  transform: translateZ(0);
  will-change: transform;
}

.services-inner {
  width: min(640px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.services-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.services-divider {
  width: calc(100% - 10px);
  height: 0;
  display: block;
  border: 0;
  border-top: 2px solid #d9d9d9;
  margin: 4px auto 0;
}

.package {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.package-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.package-price {
  font-family: "Nunito Sans", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: #0a955b;
}

.package-desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.package-link {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0a955b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.package-link-arrow {
  width: 28px;
  height: 28px;
  display: block;
  flex-shrink: 0;
}

.package-link-text {
  color: #0a955b;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.services-inner .package + .services-divider {
  margin-top: 8px;
}

.pricing-importantdetails {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: clamp(10px, 2vw, 14px);
}

.pricing-importantdetails-title {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}

.pricing-importantdetails-text {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(15.46px, 2.9vw, 19.32px);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.pricing-importantdetails-text + .pricing-importantdetails-text {
  margin-top: clamp(12px, 2.8vw, 18px);
}

.contact {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 61px;
}

.contact-content {

  display: flex;
  flex-direction: column;

  padding: clamp(32px, 5vw, 56px) 24px clamp(16px, 3vw, 24px);
  margin-bottom: clamp(24px, 6vw, 48px);
  box-sizing: border-box;
}

.contact-heading {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #000;

  margin: 0 0 clamp(24px, 5vw, 40px) 0;
  text-align: left;
}

.contact-intro {
  display: flex;
  flex-direction: column;


  gap: clamp(8px, 2vw, 16px);
  margin-bottom: clamp(16px, 3vw, 28px);
}

.contact-intro-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(16.8px, 3.15vw, 21px);
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  margin: 0;
  text-align: left;
}

.contact-cta {
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #000;

  margin: 0 0 clamp(20px, 4vw, 32px) 0;
  text-align: left;
}

.contact-info {
  display: flex;
  flex-direction: column;

  gap: clamp(16px, 3vw, 24px);
  text-align: left;
}

.contact-item {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.5;
  color: #000;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.contact-label {
  font-weight: 700;
}

.contact-link-wrapper {
  display: inline-block;
}

.contact-link {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.contact-extra {
  color: #000;
  white-space: nowrap;
}

.footer {
  background-color: #00c56e;
  padding: 28px 24px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;


  gap: clamp(8px, 2vw, 16px);
  transform: translateZ(0);
}

.footer-link {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(15.422px, 2.892vw, 19.278px);
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  display: block;
}

.footer-copyright {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  margin: 0;
}

.last-footer {
  background-color: #00c56e;
  width: 100%;
  height: 100px;
}

.footer-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #000;
  margin: 8px 0 5px 0;
}

.footer-item {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #000;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 1.4px;
  text-underline-offset: 3px;
}

.footer-terms {
  margin-top: clamp(12px, 3vw, 20px);
}

.footer-item + .footer-title {
  margin-top: 10px;
}

.footer-mark {
  width: 100%;
  font-family: "Saira", sans-serif;
  font-size: 14vw;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  color: #000;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}
