* {
  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: 2.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.375rem */
  letter-spacing: 0.0225rem;
}
.section-para {
  color: #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;
  width: 71.6875rem;
}

/* industries-section */

.industries-section {
  height: auto;
  padding: 9.19rem 0 10.6rem 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;
}
.industries-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.industries-section-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  /* background-image: url(./images/hero-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.industries-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;
}
.industries-section-title {
  color: #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;
  width: 67.5rem;
}
.industries-section-title span {
  background: linear-gradient(90deg, #01a5cd 0%, #9ee44d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Euphemia UCAS";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.025rem;
}

/* industries-about-section */

.industries-about-section {
  height: auto;
  padding: 6rem 0 4rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
}
.industries-about-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
}

/* industries-service-section */

.industries-service-section {
  height: auto;
  padding: 9.5rem 0 10.5rem 0;
  background: var(--BG-Dark, #171717);
  position: relative;
  background-image: url(./images/service-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.industries-service-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.38rem;
}
.industries-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.06rem;
}
.industries-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);
}
.industries-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;
}

/* 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.25rem;
    line-height: 110%;
  }

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

  /* Industries Section */
  .industries-section {
    padding: 6rem 0 7rem 0;
  }

  .industries-section-subtitle {
    font-size: 1.125rem;
  }

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

  .industries-section-title span {
    font-size: 2.5rem;
  }

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

  .industries-about-section-wrapper {
    gap: 1.5rem;
  }

  /* Industries Service Section */
  .industries-service-section {
    padding: 7rem 0 8rem 0;
  }

  .industries-service-section-wrapper {
    gap: 3.5rem;
  }

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

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

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

  /* Contact Section */
  .contact-section {
    padding: 4rem 0 6rem 0;
  }

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

  .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;
  }

  .contact-section-form {
    width: 100%;
    align-items: 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%;
    text-transform: none;
  }

  /* Industries Section */
  .industries-section {
    padding: 4rem 0 5rem 0;
  }

  .industries-section-wrapper {
    padding: 0 0.5rem;
  }

  .industries-section-content-wrapper {
    gap: 1rem;
  }

  .industries-section-subtitle {
    font-size: 0.875rem;
    letter-spacing: 0.07rem;
  }

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

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

  /* Industries About Section */
  .industries-about-section {
    padding: 3rem 0 3rem 0;
  }

  .industries-about-section-wrapper {
    gap: 1.5rem;
  }

  /* Industries Service Section */
  .industries-service-section {
    padding: 4rem 0 5rem 0;
  }

  .industries-service-section-wrapper {
    gap: 3rem;
    padding: 0 0.5rem;
  }

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

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

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

  /* 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) {
  .main-container {
    padding: 0 0.875rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

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

  /* Industries Section */
  .industries-section {
    padding: 3rem 0 4rem 0;
  }

  .industries-section-subtitle {
    font-size: 0.75rem;
  }

  .industries-section-title {
    font-size: 1.5rem;
  }

  .industries-section-title span {
    font-size: 1.5rem;
  }

  /* Industries Service Section */
  .industries-service-section {
    padding: 3rem 2rem 4rem 2rem;
  }

  .industries-service-section-wrapper {
    gap: 2.5rem;
  }

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

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

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

  .form-button {
    max-width: 16rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.6875rem;
  }
}

/* ===================================
   LANDSCAPE MOBILE OPTIMIZATION
   =================================== */

@media (max-width: 767px) and (orientation: landscape) {
  .industries-section {
    padding: 3rem 0 4rem 0;
  }

  .industries-about-section {
    padding: 2.5rem 0 2.5rem 0;
  }

  .industries-service-section {
    padding: 3rem 0 4rem 0;
  }

  .industries-card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}