* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Hammersmith One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 1758px;
  margin: 0 auto;
  padding: 0 30px !important;
}
/* NAVBAR */
.navbar {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nav-styles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 15px 0;
}

/* LOGO */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 141px;
}
.logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* MENU */
.menu .menu-items {
  display: flex;
  list-style: none;
  gap: 28px;
}

.menu a {
  text-decoration: none;
  color: #475467;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/* DROPDOWN */
.has-dropdown {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: none;
  min-width: 170px;
  list-style: none;
}

.dropdown li {
  padding: 10px 16px;
}

.dropdown li a {
  font-size: 14px;
}

.has-dropdown:hover .dropdown {
  display: block;
}

/* RIGHT */
.right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.call {
  font-size: 14px;
  color: #555;
}

.btn.nav {
  background: var(
    --bg,
    linear-gradient(90deg, rgba(0, 165, 157, 1) 0%, rgba(30, 109, 182, 1) 100%)
  );
  border-radius: 37px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(
    --shadow-xs-box-shadow,
    0px 1px 2px 0px rgba(16, 24, 40, 0.05)
  );
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border: none;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #1d2130;
}
.call-mob {
  display: none;
}
.mob-btn {
  display: none;
}
.hero {
  padding: 80px 20px;
  position: relative;
}

.bg-style {
  background: radial-gradient(
    closest-side,
    rgba(0, 165, 157, 0.5) 17.54966527223587%,
    rgba(91, 255, 247, 0.5) 27.556589245796204%,
    rgba(174, 211, 255, 1) 49.89204406738281%,
    rgba(201, 212, 239, 1) 56.52918815612793%,
    rgba(202, 207, 250, 1) 65.68711996078491%
  );
  border-radius: 50%;
  height: 445px;
  position: absolute;
  filter: blur(235px);
  z-index: 0;
  left: 20%;
  top: 50px;
  width: 745px;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* LEFT */
.hero-content h1 {
  color: #000000;
  font-size: 48px;
  line-height: 136.02%;
  font-weight: 400;
  align-self: stretch;
  margin-bottom: 20px;
}

.hero-content p {
  color: #2e4049;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  max-width: 480px;
}

.hero-buttons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.btn {
  cursor: pointer;
  border: none;
  padding: 16px 20px;
}

.btn.primary {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.105em;
  font-weight: 400;
  text-transform: uppercase;
  background: var(
    --bg,
    linear-gradient(90deg, rgba(0, 165, 157, 1) 0%, rgba(30, 109, 182, 1) 100%)
  );
  border-radius: 34px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
}

.btn.outline {
  background: transparent;
  color: #1e6db6;
  font-size: 14px;
  letter-spacing: 0.105em;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 34px;
  border: 1px solid #1e6db6;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* RIGHT */
.hero-images {
  display: flex;
  gap: 16px;
}

.img-large {
  grid-row: span 2;
}

.hero-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.offer {
  padding: 50px 20px;
  text-align: center;
  background: #ffffff;
}

.offer-title {
  color: #000000;
  font-size: 36px;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 20px;
}

/* LIST */
.offer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  max-width: 1300px;
  margin: 0 auto;
}

/* ITEM */
.offer-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f3fffd;
  color: #00a59d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

/* ICON */
.icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #eaf9f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ACTIVE */
.offer-item.active {
  background: #f3fffd;
  border-color: #1db9a8;
  color: #00a59d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

/* HOVER */
.offer-item:hover {
  border-color: #1db9a8;
}

.service-main {
  padding-top: 34px;
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
}

.services {
  padding: 160px 0;
}

/* CONTAINER */
.services-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGES */
.services-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  order: 1;
}

.services-images img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
}

/* CONTENT */
.services-content {
  color: #fff;
  order: 2;
}

.services-content h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 136.02%;
  font-weight: 400;
  margin-bottom: 18px;
}

.services-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 201%;
  font-weight: 400;
}

/* BUTTON */
.btn-outline {
  margin-top: 30px;
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
  border-radius: 34px;
  border: 1px solid #ffffff;
  padding: 16px 20px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.105em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}

.btn-outline:hover {
  background: #fff;
  color: #1b6fd8;
}

.focus {
  padding: 80px 0px;
}

.focus-wrapper {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.focus-intro {
  width: 40%;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

.focus-intro .focus-card {
  margin-top: 20px;
  height: 611px;
}

/* LEFT */
.focus-intro h2 {
  color: #2e4049;
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-top: 20px;
}

.focus-intro p {
  color: #2e4049;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  margin-top: 20px;
}

.tag-btn {
  background: #e6fbf8;
  border: none;
  color: #0aa39a;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

/* GRID */
.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 414px;
  gap: 14px;
  width: 60%;
}

.focus-card {
  position: relative;
  overflow: hidden;
  max-height: 611px;
}

.focus-card.tall {
  grid-row: span 2;
}

.focus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 21.875%,
    rgba(0, 0, 0, 0.8) 51.04166865348816%,
    rgba(0, 0, 0, 1) 100%
  );
  color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay h4 {
  color: #ffffff;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.overlay span {
  color: #ffffff;
  font-family: "Inter-Regular", sans-serif;
  font-size: 17px;
  line-height: 22.78px;
  font-weight: 400;
}

.overlay a {
  margin-top: 12px;
  color: #00a59d;
  font-family: "Inter-Bold", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.overlay a img {
  width: 30px;
  object-fit: contain;
  margin-left: 12px;
}

/* HOVER */
.focus-card:hover img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

.testimonial-section {
  padding: 80px 20px;
}

/* HEADING */
.heading {
  margin-bottom: 40px;
  text-align: center;
}

.pill {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.105em;
  font-weight: 400;
  text-transform: uppercase;
  background: var(
    --bg,
    linear-gradient(90deg, rgba(0, 165, 157, 1) 0%, rgba(30, 109, 182, 1) 100%)
  );
  border-radius: 34px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  padding: 16px 20px;
}

.heading h2 {
  color: #2e4049;
  font-size: 50px;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 60px;
}

/* TESTIMONIAL CARD */

.testimonial-slider {
  max-width: 700px;
  margin: 0 auto 40px;
  background: #f0f2fe;
}
.testimonial-card {
  margin: 0 auto 70px;
  padding: 40px 30px;
  border-radius: 14px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quote {
  width: 77px;
  height: 57px;
}

.quote img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial-card p {
  color: #2e4049;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 10px 0 16px;
  font-family: "Inter", sans-serif;
}

.testimonial-card h4 {
  color: #2e4049;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

/* DOTS */
.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.dots span {
  width: 6px;
  height: 6px;
  background: #cfd6ff;
  border-radius: 50%;
}

.dots span.active {
  background: #0aa39a;
}

/* COUNTERS */
.counter-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.counter-box {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.counter-box h3 {
  background: var(
    --bg,
    linear-gradient(90deg, rgba(0, 165, 157, 1) 0%, rgba(30, 109, 182, 1) 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 72px;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 6px;
}

.counter-box h5 {
  color: #101828;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.counter-box p {
  color: #475467;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.cta-section {
  position: relative;
  min-height: 320px;
  /* background-image: url("/frontend/images/banners/img-06.jpg"); */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

/* OVERLAY */
.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

/* CONTENT */
.cta-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 700px;
}

/* TAG */
.cta-tag {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 34px;
  padding: 12px;
  text-decoration: none;
  margin-bottom: 14px;
}

/* HEADING */
.cta-content h2 {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-bottom: 24px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.105em;
  font-weight: 400;
  text-transform: uppercase;
  background: var(
    --bg,
    linear-gradient(90deg, rgba(0, 165, 157, 1) 0%, rgba(30, 109, 182, 1) 100%)
  );
  border-radius: 34px;
  padding: 16px 20px;
  text-decoration: none;
}

.cta-btn:hover {
  background: #098e86;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #eee;
}

.footer-wrapper {
  padding: 60px 30px !important;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
  gap: 40px;
}

/* BRAND */
.footer-logo {
  height: 50px;
  margin-bottom: 16px;
}

.footer-col h2 {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 26px;
  line-height: 150%;
  font-weight: 600;
  max-width: 375px;
  margin-bottom: 10px;
}
.footer-col p {
  color: #000000;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  max-width: 375px;
}

/* SOCIAL */
.social {
  display: flex;
  gap: 15px;
  margin-top: 16px;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-icon.instagram {
  background: #999999;
  border-radius: 50%;
  padding: 12px;
}

/* HEADINGS */
.footer-col h4 {
  margin-bottom: 16px;
  color: #000000;
  font-family: "Inter-Bold", sans-serif;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}

/* LINKS */
.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

.footer-col ul li a:hover {
  color: #0aa39a;
}

/* CONTACT */
.phone {
  margin-top: 10px;
  font-weight: 600;
}

.time {
  margin-top: 8px;
}

/* BOTTOM */
.footer-bottom {
  padding: 34px 10px;
  color: #ffffff;
  text-align: center;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.6px;
  font-weight: 400;
  background: linear-gradient(90deg, #0aa39a 0%, #1b6fd8 100%);
}

/* about us */

.about-hero {
  padding: 61px 20px 100px;
  text-align: center;
  position: relative;
}

.about-hero-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-bg-style {
  background: radial-gradient(
    closest-side,
    rgba(0, 165, 157, 0.5) 17.54966527223587%,
    rgba(91, 255, 247, 0.5) 27.556589245796204%,
    rgba(174, 211, 255, 1) 49.89204406738281%,
    rgba(201, 212, 239, 1) 56.52918815612793%,
    rgba(202, 207, 250, 1) 65.68711996078491%
  );
  border-radius: 50%;
  height: 525px;
  position: absolute;
  filter: blur(235px);
  z-index: 0;
  left: 11%;
  top: 50px;
  width: 745px;
}

.about-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
}

/* TEXT */
.about-content h1 {
  color: #1d2130;
  font-size: 50px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 18px;
}

.about-content p {
  font-size: 18px;
  color: #1d2130;
  font-weight: 400;
  line-height: 150%;
  max-width: 700px;
  text-align: center;
  margin-bottom: 64px;
}

/* IMAGE ROW */
.about-images {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

/* IMAGE BOX */
.img-box {
  width: 325px;
  height: 288px;
  border-radius: 24px;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-intro {
  padding: 100px 20px;
  text-align: center;
}

.about-intro-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.label {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 18px;
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

/* HEADING */
.about-intro h2 {
  font-size: 50px;
  font-weight: 400;
  color: #1d2130;
  line-height: 120%;
  margin-bottom: 22px;
  max-width: 50%;
}

/* PARAGRAPH */
.about-intro p {
  font-size: 18px;
  color: #1d2130;
  line-height: 150%;
  font-weight: 400;
  max-width: 70%;
  margin: 0 auto;
}

.mission-vision {
  background: linear-gradient(90deg, #0aa39a 0%, #1b6fd8 100%);
  padding: 90px 20px;
  color: #fff;
}

/* CONTAINER */
.mv-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  justify-content: space-between;
}

/* LABEL */
.mv-label {
  font-size: 24px;
  font-weight: 700;
  opacity: 120%;
  margin-bottom: 18px;
  display: inline-block;
  color: #ffffff;
}

/* HEADING */
.mv-box h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

/* TEXT */
.mv-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  max-width: 50%px;
}

.mv-box > ul {
  list-style: disc;
  padding-left: 20px;
}

.mv-box > ul li {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 10px;
}

.values-section {
  padding: 90px 20px;
  text-align: center;
}

/* TITLE */
.values-section h2 {
  font-size: 50px;
  font-weight: 400;
  color: #1d2130;
  line-height: 120%;
  margin-bottom: 12px;
}
.values-section .subtitle {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.87;
  color: #1d2130;
  margin-bottom: 50px;
}

/* LIGHT BOX */
.values-box {
  background: #eef1f8;
  padding: 50px 40px;
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  text-align: left;
}

/* VALUE ITEM */
.value-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.value-item img {
  width: 58px;
  height: 58px;
}

.value-item h4 {
  color: #000000;
  font-size: 28px;
  line-height: 140%;
  font-weight: 400;
}

.team-section {
  padding: 100px 20px;
}

.team-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: start;
}

/* LEFT SIDE */
.team-intro h2 {
  font-size: 50px;
  line-height: 120%;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 20px 0 14px;
  color: #2e4049;
}

.team-intro p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  color: #2e4049;
  /* max-width: 350px; */
}

/* GRID */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.team-card {
  border-radius: 15px;
  overflow: hidden;
  background: #00a59d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: 0.3s ease;
}

.team-card img {
  width: 100%;
  height: 268px;
  border-radius: 15px;
  object-fit: cover;
}

.team-info {
  padding: 18px;
  color: #fff;
}

.team-info h4 {
  color: #ffffff;
  font-size: 28px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 6px;
}

.team-info span {
  color: #ffffff;
  font-size: 19px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.9;
}

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

/* Our Team */

.pb-100 {
  padding-bottom: 100px !important;
}

.our-team-section {
  padding: 100px 20px 0;
}

.our-team-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* TITLE */
.our-team-section h2 {
  color: #1d2130;
  font-size: 50px;
  line-height: 110%;
  font-weight: 400;
  text-align: center;
}

.our-team-section .subtitle {
  color: #1d2130;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  opacity: 0.87;
  text-align: center;
  max-width: 700px;
}

/* GRID */
.our-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.our-team-card {
  border-radius: 15px;
  overflow: hidden;
  background: #1e6db6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: 0.3s ease;
}

.our-team-card img {
  width: 100%;
  height: 268px;
  border-radius: 15px;
  object-fit: cover;
}
/* HOVER */
.our-team-card:hover {
  transform: translateY(-6px);
}

/*========= services ===========*/

.services-section {
  padding: 100px 0;
}

.services-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* TITLE */
.services-section h2 {
  font-size: 50px;
  line-height: 110%;
  font-weight: 400;
  color: #1d2130;
  margin-bottom: 14px;
}

.services-section .subtitle {
  font-size: 18px;
  color: #1d2130;
  line-height: 150%;
  font-weight: 400;
  max-width: 70%;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 30px);
}

/* CARD */
.service-card {
  background: #eef1f8;
  padding: 80px 20px 60px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card h4 {
  color: #000000;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 400;
}

/* HOVER */
.service-card:hover {
  transform: translateY(-5px);
}

.service-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 16px;
}

.service-card.active {
  background: #0aa39a;
}

.service-card.active,
.service-card.active h4 {
  color: #fff;
}

.zigzag {
  padding: 100px 0;
}

.zigzag-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* align-items: s; */
  gap: clamp(30px, 5vw, 60px);
  margin-bottom: clamp(60px, 8vw, 100px);
}

.zigzag-row.reverse {
  direction: rtl;
}

.zigzag-row.reverse * {
  direction: ltr;
}

/* CONTENT */
.zigzag-content h3 {
  color: #1e1b1b;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-weight: 400;
}

.zigzag-content p {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 175%;
  font-weight: 600;
  opacity: 0.6;
  color: #232536;
  margin-bottom: 24px;
  /* max-width: 450px; */
  margin-top: 44px;
}

/* BUTTON */
.service-btn {
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
  border-radius: 12px;
  padding: 16px 40px;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 175%;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

/* .zigzag-row:last-child {
  margin-bottom: 0;
} */

/* IMAGE GRID */
.zigzag-images {
  display: grid;
  gap: 16px;
}

.zigzag-images.two {
  grid-template-columns: 1fr 1fr;
}

.zigzag-images.single {
  grid-template-columns: 1fr 1fr;
}

.zigzag-images img {
  width: 100%;
  height: 489px;
  object-fit: cover;
  border-radius: 20px;
}

/* service details */

.service-detail {
  padding: 100px 20px;
}

.wrapper {
  display: grid;
  grid-template-columns: 5fr 1fr;
  gap: 60px;
}

/* CONTENT */

.content h2 {
  color: #1e1b1b;
  font-size: 50px;
  line-height: 84px;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-bottom: 40px;
}

.main-img {
  width: 100%;
  height: 350;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 40px;
}

.content h3 {
  color: #1e1b1b;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.03em;
  font-weight: 400;
  margin-top: 40px;
}

.content p {
  color: #232536;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  opacity: 0.6;
  margin-top: 40px;
}

blockquote {
  margin-top: 40px;
  padding-left: 16px;
  border-left: 3px solid #000;
  color: #232536;
  font-size: 18px;
  line-height: 175%;
  font-weight: 600;
  opacity: 0.6;
}

/* SIDEBAR */

.sidebar {
  background: #f0f2fe;
  padding: 40px 20px;
  width: 328px;
}

.sidebar h4 {
  color: #1e1b1b;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 44px;
}

/* CARD ITEMS */
.service-item {
  padding: 22px 10px;
  margin-bottom: 18px;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  display: inline-flex;
  gap: 6px;
  margin-right: 15px;

  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.service-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.service-item span {
  color: #1e1b1b;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-top: 16px;
}

.service-item input[type="checkbox"] {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  width: auto;
  height: auto;
}

/* HOVER */
.service-item:hover {
  transform: translateY(-3px);
}

/* ========= contact us ============ */

.contact-section {
  padding: 100px 0px;
}

.contact-wrapper {
  max-width: 1315px;
  margin: 0 auto;
  position: relative;
}

.contact-bg-style {
  background: radial-gradient(
    closest-side,
    rgba(215, 152, 225, 1) 17.54966527223587%,
    rgba(155, 255, 165, 1) 27.556589245796204%,
    rgba(174, 211, 255, 1) 49.89204406738281%,
    rgba(201, 212, 239, 1) 56.52918815612793%,
    rgba(202, 207, 250, 1) 65.68711996078491%
  );
  border-radius: 50%;
  height: 445px;
  position: absolute;
  filter: blur(235px);
  z-index: 0;
  left: -14%;
  top: 50px;
  width: 745px;
}

.contact-section h2 {
  color: #1d2130;
  font-size: 50px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* BOX */
.contact-box {
  background: #f0f2fe;
  padding: 64px 50px;
  border-radius: 18px;
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

/* FORM */
.form-area h3 {
  color: #1d2130;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 10px;
}

.form-area p {
  margin-bottom: 25px;
  color: #1d2130;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  padding: 14px;
  border: none;
  border-radius: 8px;
  color: #1d2130;
  font-size: 16px;
  line-height: 20%;
  font-weight: 400;
  opacity: 0.8;
  background: #ffffff;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #0aa39a;
}

/* BUTTON */
.contact-button {
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
  border-radius: 12px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 308px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Inter-Bold", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
}

/* INFO */
.info-area h4 {
  margin-bottom: 6px;
  color: #1e1b1b;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  opacity: 0.7;
}

.info-area p {
  color: #1e1b1b;
  font-family: "Inter-SemiBold", sans-serif;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin-bottom: 15px;
}

/* MAP */
.map iframe {
  width: 100%;
  height: 512px;
  border: 0;
}

@supports (-webkit-touch-callout: none) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}

/* careers */

.careers-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers-section-wrapper h2 {
  color: #1d2130;
  font-size: 50px;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 14px;
  max-width: 70%;
  text-align: center;
}

.careers-section-wrapper .subtitle {
  color: #1d2130;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  max-width: 70%;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

.jobs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.job-card {
  backdrop-filter: blur(10px);
  padding: 25px;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(25% - 30px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.job-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.15);
}

.job-top {
  display: flex;
  justify-content: space-between;
}

.job-meta {
  font-size: 14px;
  color: #1d2130;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-location {
  font-size: 14px;
  color: #1d2130;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.job-title {
  font-size: 20px;
  color: #1d2130;
  font-weight: 600;
  margin-bottom: 10px;
}

.apply-btn {
  color: #00a59d;
  font-family: "Inter-Bold", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.apply-btn img {
  width: 30px;
  object-fit: contain;
  margin-left: 12px;
}

/* ================= MODAL ================= */

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999999999999999;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: linear-gradient(
    90deg,
    rgb(1, 124, 118) 0%,
    rgb(19, 81, 138) 100%
  );
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  padding: 30px;
  color: #fff;
  animation: fadeIn 0.3s ease;
  overflow: scroll;
}

@keyframes fadeIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.modal-header h3 {
  font-size: 22px;
  font-weight: 600;
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
  opacity: 0.7;
}

.close-btn:hover {
  opacity: 1;
}

/* Form Styling */

form {
  width: 100%;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.upload {
  border-radius: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  outline: none;
  min-height: 41px;
}
.upload input {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.form-group.full {
  width: 100%;
  margin-bottom: 20px;
}

label {
  font-size: 14px;
  margin-bottom: 6px;
}

label span {
  color: red;
}

.form-group > input,
.form-group > textarea {
  padding: 12px;
  border-radius: 6px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  outline: none;
  resize: none;
}

input::placeholder,
textarea::placeholder {
  color: #ddd;
}

.submit-wrapper {
  text-align: right;
  margin-top: 20px;
}

.submit-btn {
  background: linear-gradient(
    90deg,
    rgba(0, 165, 157, 1) 0%,
    rgba(30, 109, 182, 1) 100%
  );
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  color: white;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #1d2130;
}