* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Gilroy";
}

html,
body {
  height: 100%;
  width: 100%;
}
.section-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Euphemia UCAS";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.75rem */
  letter-spacing: 0.025rem;
}
.section-para {
  color: var(--White, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 100;
  line-height: 2.6875rem; /* 165.385% */
  text-transform: capitalize;
}
.section-subtitle {
  color: var(--Accent-1, #3ed5dd);
  text-align: center;
  font-family: Roboto;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem; /* 114.286% */
  letter-spacing: 0.105rem;
}

.about-section {
  height: auto;
  padding: 9.7rem 0 12.2rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
  background-image: url(./images/hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* mission-vision-section */

.mission-vision-section {
  height: auto;
  padding: 6rem 0 7.8rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
  /* background-image: url(./images/mission-vission-bg.png); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    linear-gradient(180deg, #171717 0%, rgba(23, 23, 23, 0) 100%),
    url(./images/mission-vission-bg.png) lightgray 50% / cover no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mission-vision-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.62rem;
}
.mission-vision-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}

.mission-vision-btn-wrapper {
  display: flex;
  width: 19.22375rem;
  height: 2.75rem;
  /* padding: 0.6875rem 1.4375rem 0.8125rem 1.43875rem; */
  justify-content: center;
  align-items: center;
  gap: 5rem;
  flex-shrink: 0;
  border-radius: 0.1875rem;
  border: var(--stroke-weight-1, 1px) solid #049995;
  background: #037d7f;
  text-decoration: none;
}
.mission-vision-btn {
  color: var(
    --royaltemplate-framer-website-white,
    var(--color-white-solid, #fff)
  );
  text-align: center;
  font-family: Roboto;
  font-size: var(--font-size-14, 0.875rem);
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: var(--font-size-14, 0.875rem); /* 100% */
  letter-spacing: var(--letter-spacing-1_7, 0.10625rem);
  text-transform: uppercase;
  display: flex;
  width: 14.39119rem;
  height: 0.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  gap: 1rem;
}
.right-arrow-btn {
  width: 1.35688rem;
  height: 1.25056rem;
  flex-shrink: 0;
}

/* whatwedo-section */

.whatwedo-section {
  height: auto;
  padding: 9.19rem 0 9.19rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
}
.whatwedo-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}
.whatwedo-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.whatwedo-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.06rem;
}
.whatwedo-card {
  display: flex;
  width: 25.75rem;
  height: 9.625rem;
  padding: 2.8125rem 4.625rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 1rem;
  border: 2px solid var(--Accent-1, #3ed5dd);
  background: var(
    --Colour-Card,
    linear-gradient(
      97deg,
      #171717 -62.94%,
      #323335 -62.92%,
      rgba(90, 90, 90, 0) 54.42%,
      #171717 174.24%
    )
  );
  backdrop-filter: blur(25px);
}
.whatwedo-card-title {
  color: var(--White, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem; /* 152.381% */
  letter-spacing: 0.0525rem;
  width: 16.5rem;
  flex-shrink: 0;
}

/* award-section */

.award-section {
  height: auto;
  padding: 5.4rem 0 3rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
}
.award-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.award-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.award-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.award {
  width: 27.41425rem;
  height: 38rem;
  flex-shrink: 0;
}

/* clients-section */

.clients-section {
  height: auto;
  padding: 8.5rem 0 6rem 0;
  background: var(--BG-Dark, #171717);
}
.clients-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5.62rem;
}
.clients-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.12rem;
}

/* testimonial-section */

.testimonial-section {
  height: auto;
  padding: 6.63rem 0 4.6rem 0;
  background: var(--BG-Dark, #171717);
}
.testimonial-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.7rem;
}
.testimonial-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.testimonial-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.testimonial-card {
  display: flex;
  width: 37.625rem;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.5rem;
  border-radius: 1rem;
  background: var(--Style, rgba(170, 170, 170, 0.06));
  backdrop-filter: blur(25px);
}
.testimonial-description {
  color: var(--White, #fff);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem; /* 143.75% */
  width: 33.625rem;
}
.testimonial-user-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.testimonial-user-image {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
}
.testimonial-user-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.testimonial-user-name {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem; /* 114.286% */
}
.testimonial-user-role {
  color: var(--White, #fff);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem; /* 133.333% */
}
.five-stars {
  width: 7rem;
}

/* blog-section */

.blog-section {
  height: auto;
  padding: 4.6rem 0 5rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
}
.blog-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
.blog-section-title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.blog-cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  z-index: 100;
}
.blog-cards {
  width: 23.0625rem;
  height: 32.375rem;
  flex-shrink: 0;
  border-radius: 1rem;
  background: #171717;
  box-shadow: 0 4px 10px 0 #1a2d2f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blog-image {
  width: 23.0625rem;
  height: 18.30063rem;
  flex-shrink: 0;
  border-radius: 1.25rem 1.25rem 0 0;
}
.blog-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 100%;
  width: 100%;
}
.blog-card-title {
  color: var(--Slate-50, #f8fafc);
  text-align: center;
  font-family: "Euphemia UCAS";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.blog-card-description {
  color: var(--Gray-400, #9ca3af);
  text-align: center;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 16rem;
}
.blog-card-description span {
  color: #8b929c;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

/* contact-section */

.contact-section {
  height: auto;
  padding: 5rem 0 7.44rem 0;
  background: var(--BG-Dark, #171717);
}
.contact-section-wrapper {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.contact-section-content-wrapper {
  padding-top: 3rem;
}
.contact-section-title {
  color: #fff;
  font-family: "Euphemia UCAS";
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.625rem; /* 128.889% */
  width: 34.0625rem;
}
.contact-section-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-input {
  display: flex;
  width: 38.125rem;
  max-width: 100%;
  height: 4rem;
  /* padding: 1.25rem 32.875rem 1.3125rem 0.5625rem; */
  align-items: center;
  flex-shrink: 0;
  border-radius: 1rem;
  background: rgba(170, 170, 170, 0.06);
  backdrop-filter: blur(25px);
  border: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  padding-left: 1rem;
}
.form-input-big {
  display: flex;
  width: 38.125rem;
  max-width: 100%;
  height: 10rem;
  /* padding: 1rem 29.8125rem 7.5625rem 1.3125rem; */
  align-items: center;
  flex-shrink: 0;
  border-radius: 1rem;
  background: rgba(170, 170, 170, 0.06);
  backdrop-filter: blur(25px);
  border: none;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4375rem;
  padding-left: 1rem;
  padding-top: 1rem;
}
.form-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.form-button {
  display: flex;
  width: 20.3675rem;
  height: 2.875rem;
  padding: 0.0625rem;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.125rem;
  border: var(--stroke-weight-1, 1px) solid #049995;
  background: #01605e;
  display: flex;
  padding: 0.9375rem 2.3rem 0.9375rem 2.0625rem;
  align-items: center;
  color: var(
    --royaltemplate-framer-website-white,
    var(--color-white-solid, #fff)
  );
  text-align: center;
  font-family: Roboto;
  font-size: var(--font-size-14, 0.875rem);
  font-style: normal;
  font-weight: var(--font-weight-500, 500);
  line-height: var(--font-size-14, 0.875rem); /* 100% */
  letter-spacing: var(--letter-spacing-1_7, 0.10625rem);
  text-transform: uppercase;
}
.right-arrow {
  width: 1.48125rem;
  height: 1.375rem;
  flex-shrink: 0;
}










/* ===================================
   TABLET RESPONSIVE (768px - 1024px)
   =================================== */

@media (max-width: 1024px) {
  .main-container {
    padding: 0 2rem;
  }

  .section-title {
    font-size: 2.5rem;
    width: 100%;
    max-width: 50rem;
  }

  .section-para {
    font-size: 1.25rem;
    line-height: 2rem;
    width: 100%;
    max-width: 45rem;
  }

  /* About Section */
  .about-section {
    padding: 6rem 0 8rem 0;
  }

  /* Mission Vision Section */
  .mission-vision-section {
    padding: 4rem 0 5rem 0;
  }

  .mission-vision-section-wrapper {
    gap: 3rem;
  }

  /* What We Do Section */
  .whatwedo-section {
    padding: 6rem 0;
  }

  .whatwedo-card-wrapper {
    gap: 1rem;
  }

  .whatwedo-card {
    width: 22rem;
    height: auto;
    padding: 2rem 2rem;
  }

  .whatwedo-card-title {
    width: 100%;
    font-size: 1.125rem;
  }

  /* Award Section */
  .award-card-wrapper {
    gap: 3rem;
  }

  .award {
    width: 20rem;
    height: 28rem;
  }

  /* Clients Section */
  .clients-section {
    padding: 6rem 0 4rem 0;
  }

  .clients-logo-wrapper {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .clients-logo {
    max-width: 8rem;
  }

  /* Testimonial Section */
  .testimonial-section {
    padding: 5rem 0 4rem 0;
  }

  .testimonial-cards-wrapper {
    flex-direction: column;
  }

  .testimonial-card {
    width: 100%;
    max-width: 40rem;
  }

  .testimonial-description {
    width: 100%;
  }

  /* Blog Section */
  .blog-cards-wrapper {
    flex-wrap: wrap;
  }

  /* Contact Section */
  .contact-section-wrapper {
    flex-direction: column;
    gap: 3rem;
  }

  .contact-section-content-wrapper {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }

  .contact-section-title {
    font-size: 2.25rem;
    line-height: 3rem;
    width: 100%;
    text-align: center;
  }

  .form-input,
  .form-input-big {
    width: 100%;
    max-width: 35rem;
  }
}

/* ===================================
   MOBILE RESPONSIVE (320px - 767px)
   =================================== */

@media (max-width: 767px) {
  .main-container {
    padding: 0 1rem;
  }

  .section-title {
    font-size: 1.75rem;
    line-height: 110%;
    width: 100%;
  }

  .section-para {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }

  .section-subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  /* About Section */
  .about-section {
    padding: 4rem 0 5rem 0;
  }

  /* Mission Vision Section */
  .mission-vision-section {
    padding: 3rem 0 4rem 0;
  }

  .mission-vision-section-wrapper {
    gap: 2.5rem;
  }

  .mission-vision-content-wrapper {
    gap: 1.5rem;
    flex-direction: column;
  }

  .mission-vision-btn-wrapper {
    width: 100%;
    max-width: 18rem;
    height: auto;
    padding: 0.75rem 1.5rem;
  }

  .mission-vision-btn {
    font-size: 0.75rem;
    width: 100%;
    gap: 0.5rem;
  }

  .right-arrow-btn {
    width: 1rem;
    height: 1rem;
  }

  /* What We Do Section */
  .whatwedo-section {
    padding: 4rem 0;
  }

  .whatwedo-section-wrapper {
    gap: 3rem;
  }

  .whatwedo-content-wrapper {
    gap: 1rem;
  }

  .whatwedo-card-wrapper {
    gap: 1rem;
  }

  .whatwedo-card {
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
  }

  .whatwedo-card-title {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  /* Award Section */
  .award-section {
    padding: 4rem 0 3rem 0;
  }

  .award-section-wrapper {
    gap: 2.5rem;
  }

  .award-title-wrapper {
    gap: 0.75rem;
  }

  .award-card-wrapper {
    flex-direction: column;
    gap: 2rem;
  }

  .award {
    width: 100%;
    max-width: 18rem;
    height: auto;
  }

  /* Clients Section */
  .clients-section {
    padding: 4rem 0 3rem 0;
  }

  .clients-section-wrapper {
    gap: 3rem;
  }

  .clients-logo-wrapper {
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .clients-logo {
    max-width: 6rem;
    height: auto;
  }

  /* Testimonial Section */
  .testimonial-section {
    padding: 4rem 0 3rem 0;
  }

  .testimonial-section-wrapper {
    gap: 2.5rem;
  }

  .testimonial-title-wrapper {
    gap: 0.75rem;
  }

  .testimonial-cards-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .testimonial-card {
    width: 100%;
    padding: 1.5rem;
    gap: 1rem;
  }

  .testimonial-description {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .testimonial-user-wrapper {
    gap: 0.75rem;
  }

  .testimonial-user-image {
    width: 3rem;
    height: 3rem;
  }

  .testimonial-user-name {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .testimonial-user-role {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }

  .five-stars {
    width: 5rem;
  }

  /* Blog Section */
  .blog-section {
    padding: 3rem 0 4rem 0;
  }

  .blog-section-wrapper {
    gap: 3rem;
  }

  .blog-section-title-wrapper {
    gap: 0.75rem;
  }

  .blog-cards-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .blog-cards {
    width: 100%;
    max-width: 20rem;
    height: auto;
  }

  .blog-image {
    width: 100%;
    height: auto;
  }

  .blog-card-content {
    padding: 1.5rem 1rem;
    gap: 0.75rem;
  }

  .blog-card-title {
    font-size: 1.25rem;
  }

  .blog-card-description {
    font-size: 1rem;
    width: 100%;
  }

  .blog-card-description span {
    font-size: 0.875rem;
  }

  /* Contact Section */
  .contact-section {
    padding: 3rem 0 5rem 0;
  }

  .contact-section-wrapper {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .contact-section-content-wrapper {
    padding-top: 0;
  }

  .contact-section-title {
    font-size: 1.5rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
  }

  .contact-section-form {
    width: 100%;
    gap: 0.75rem;
  }

  .form-input {
    width: 100%;
    height: 3.5rem;
    padding: 1rem;
    text-align: left;
    font-size: 0.875rem;
  }

  .form-input-big {
    width: 100%;
    height: 8rem;
    padding: 1rem;
    text-align: left;
    font-size: 0.875rem;
  }

  .form-button-wrapper {
    margin-top: 0.5rem;
  }

  .form-button {
    width: 100%;
    max-width: 18rem;
    height: auto;
    padding: 0.875rem 1.5rem;
    font-size: 0.75rem;
    gap: 0.5rem;
  }

  .right-arrow {
    width: 1rem;
    height: 1rem;
  }
}

/* ===================================
   EXTRA SMALL MOBILE (320px - 480px)
   =================================== */

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-para {
    font-size: 0.875rem;
    line-height: 1.35rem;
  }

  .whatwedo-card {
    padding: 1.25rem 0.75rem;
  }

  .whatwedo-card-title {
    font-size: 0.875rem;
    line-height: 1.35rem;
  }

  .contact-section-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .testimonial-user-name {
    font-size: 1rem;
  }

  .blog-card-title {
    font-size: 1.125rem;
  }
}


.mission-vission-flex{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 66%;
}
.mission-title, .mission-para{
  text-align: left;
}