/*========== GOOGLE FONTS ==========*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*========== VARIABLES CSS ==========*/
:root {
  /*===== Colors =====*/
  --soft-white: #fbfaf5;
  --soft-black: #181a18;
  --white: #ffffff;
  --black: #0a0a0a;
  --t-black: #1c1d20;
  --tg-1: #acdaa0;
  --tg-2: #73bf5e;
  --tg-3: #518c4f;
  --tg-4: #2e5931;
  --tg-5: #133840;
  --t-orange: #d9753b;
  --t-blue: #023047;
  --tb-dark: #1b263b;
  --tb-light: #1b263b;
  --the-grey: #f6f7f9;
  --success: #13ae8f;
  --error: #ff3333;

  /*===== Font and typography =====*/
  --pri-font: "DM Sans", sans-serif;
  --int-font: "Inter", sans-serif;
  --pop-font: "Poppins", sans-serif;
  --cor-font: "Cormorant Infant", serif;

  /* .5rem = 8px, 1rem = 16px, 1.5rem = 24px ... */
  --fs-9: 9rem;
  --fs-8-5: 8.5rem;
  --fs-8: 8rem;
  --fs-7-5: 7.5rem;
  --fs-7: 7rem;
  --fs-6-5: 6.5rem;
  --fs-6: 6rem;
  --fs-5-5: 5.5rem;
  --fs-5: 5rem;
  --fs-4-5: 4.5rem;
  --fs-4: 4rem;
  --fs-3-5: 3.5rem;
  --fs-3: 3rem;
  --fs-2-5: 2.5rem;
  --fs-2: 2rem;
  --fs-1-5: 1.5rem;
  --fs-1: 1rem;
  --fs-0-95: 0.95rem;
  --fs-0-85: 0.85rem;
  --fs-0-75: 0.75rem;
  --fs-0-65: 0.65rem;
  --fs-0-5: 0.5rem;
  --fs-0-25: 0.275rem;
  --fs-0-2: 0.2rem;
  /*===== Font weight =====*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*===== Margenes Bottom =====*/
  /* .25rem = 4px, .5rem = 8px, .75rem = 12px ... */
  --mb-0-25: 0.25rem;
  --mb-0-5: 0.5rem;
  --mb-0-75: 0.75rem;
  --mb-1: 1rem;
  --mb-1-5: 1.5rem;
  --mb-2: 2rem;
  --mb-2-5: 2.5rem;
  --mb-3: 3rem;
  --mb-3-5: 3rem;
  --mb-4: 4rem;
  --mb-4-5: 4.5rem;
  --mb-5: 5rem;
  --mb-5-5: 5.5rem;
  --mb-6: 6rem;
  --mb-6-5: 6.5rem;
  --mb-7: 7rem;
  --mb-7-5: 7.5rem;
  --mb-8: 8rem;
  --mb-8-5: 8.5rem;
  --mb-9: 9rem;
  --mb-9-5: 9.5rem;
  --mb-10: 10rem;
}

/* --------------- ========== LP-MAIN ========== ---------------*/
.lp-main {
  width: 100%;
  overflow: hidden;
}

/*========== HERO SECTION ==========*/
.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
}

.h-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.h-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* backdrop-filter: blur(1.5px);
  --webkit-backdrop-filter: blur(1.5px); */
  z-index: 3;
}

.h-content {
  width: 100%;
  height: 100%;
  padding: 0 var(--mb-2);
  padding-bottom: var(--mb-4);
  row-gap: var(--mb-4);
  /* border: 1px tomato solid; */
}

.h-content p {
  width: 45%;
  align-self: flex-end;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--soft-white);
}

.h-content p span {
  font-size: 1.65rem;
  font-weight: 400;
}

.h-content h1 {
  width: 100%;
  font-size: 7rem;
  font-weight: 500;
  color: var(--soft-white);
  text-align: center;
  line-height: 1;
  /* border: 1px lime solid; */
  white-space: nowrap;
}

/* @media screen and (min-width: 140px) and (max-width: 1600px) {} */

.h-footer {
  position: absolute;
  bottom: var(--mb-3);
  left: 0;
  /* border: 1px teal solid; */
  width: 100%;
  padding: 0 var(--mb-4);
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1);
}

.h-footer h4 {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  color: var(--soft-white);
}

.hf-cards {
  position: relative;
  width: 100%;
  padding-top: var(--mb-1);
  border-top: 1px var(--soft-white) solid;
  justify-content: space-between;
}

.hfc {
  flex: 0 0 auto;
  justify-content: flex-start;
  column-gap: var(--mb-3);
}

.hfc p {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: center;
  color: var(--soft-white);
}

.hfc-arrow {
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hfc-arrow span {
  padding: 0.35rem;
  border: 2px var(--soft-white) solid;
  border-radius: 50%;
  color: var(--soft-white);
  font-size: 1.2rem;
  opacity: 0.9;
}

.hfc-arrow span:hover {
  border: 1px var(--white) solid;
  background-color: var(--white);
  color: var(--primary-green);
  opacity: 1;
}

/* ========== ABOUT SECTION ========== */
.about {
  position: relative;
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-8) var(--mb-6);
  /* padding-top: var(--mb-4); */
  overflow: hidden;
}

.a-svg {
  position: absolute;
  bottom: -6rem;
  right: -12rem;
  width: 45%;
  object-fit: cover;
  z-index: 2;
  opacity: 0.2;
}

.a-container {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-8);
  z-index: 3;
}

.a-pat {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--mb-4);
  border-bottom: 2px var(--t-blue) solid;
  display: none;
}

.apat {
  flex: 0 0 150px;
  height: 80px;
  overflow: hidden;
  /* border: 1px red solid; */
}

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

.a-stats {
  width: 100%;
  justify-content: space-between;
}

.as {
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-75);
}

.as-no {
  justify-content: flex-start;
  align-items: flex-end;
  column-gap: var(--mb-0-25);
}

.as-no h5 {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: left;
  color: var(--t-blue);
  line-height: 1;
  margin-top: var(--mb-0-5);
}

.asn-span {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
  color: orange;
  line-height: 1;
  transform: translateY(-2px);
}

.as p {
  font-size: 0.95rem;
  font-weight: 500;
  text-align: left;
  color: var(--text-grey);
  opacity: 0.8;
  padding-top: var(--mb-0-75);
  border-top: 2px var(--tg-2) solid;
}

.a-desc {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-8);
}

.a-desc > span {
  flex: 0 0 40%;
  text-align: left;
  color: var(--t-blue);
  font-size: 1.3rem;
  font-weight: 400;
}

.a-desc > span strong {
  color: var(--tg-2);
  padding-left: var(--mb-3);
  font-weight: 500;
}

.ad {
  flex: 0 0 60%;
  justify-content: flex-start;
}

.ad > p {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.a-desc h2 {
  flex: 0 0 60%;
  font-size: 5rem;
  font-weight: 400;
  text-align: left;
  color: var(--tg-2);
  line-height: 1.1;
}

.a-desc h2 strong {
  font-weight: 400;
  color: var(--t-blue);
  line-height: 1.1;
}

.ad-tag {
  width: 100%;
  column-gap: var(--mb-1);
}

.ad-tag p {
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  color: var(--t-blue);
  opacity: 0.8;
}

.ad-tag p:nth-child(3) {
  color: var(--tg-1);
  font-size: 1.1rem;
  color: orange;
  font-weight: 400;
}

.ad-tag span {
  width: 90%;
  height: 1px;
  background-color: var(--t-blue);
}

/* ========== PRODUCTS SECTION ========== */
.products {
  width: 100%;
  height: auto;
  padding: var(--mb-8) var(--mb-6);
  background-color: var(--tg-1);
}

.pr-container {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-6);
}

.pr-title {
  width: 100%;
  justify-content: flex-start;
}

.pr-title h3 {
  width: 85%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
  /* text-transform: capitalize; */
  line-height: 1.3;
}

.pr-title h3 span {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
}

.pr-cards {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  /* border: 1px tomato solid; */
}

.prc {
  flex: 0 0 31%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 1rem;
  padding: 1rem;
  border: 2px var(--t-blue) solid;
  /* border-radius: 10px; */
}

.prc:nth-child(2) {
  margin-top: var(--mb-2);
}

.prc:nth-child(3) {
  margin-top: var(--mb-4);
}

.pr-cards:hover > .prc {
  margin: 0;
}

.prc-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  /* border-radius: 8px; */
}

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

.prc-text {
  width: 100%;
  justify-content: space-between;
}

.prc-text p {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
}

.prc-text span {
  padding: 0.35rem;
  border-radius: 50%;
  border: 1px var(--t-blue) solid;
  color: var(--t-blue);
  font-size: 0.95rem;
}

/* ========== JOIN SECTION ========== */
.jn {
  width: 100%;
  padding: 10rem var(--mb-8);
  background-color: var(--white);
}

.jn-container {
  width: 100%;
  /* border: 1px dodgerblue solid; */
}

.jn-wrapper {
  position: relative;
  width: 95%;
  height: 550px;
}

.jn-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
  background-color: #e5e5e5;
}

.jn-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #e5e5e5;
}

.jn-title {
  position: absolute;
  top: -3rem;
  left: -6rem;
  width: 400px;
  background-color: var(--t-blue);
  border-radius: 15px;
  padding: var(--mb-2);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  overflow: hidden;
}

.jn-title h3 {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: left;
  color: var(--tg-1);
  line-height: 1.2;
  z-index: 2;
}

.jn-title span {
  color: var(--white);
  font-size: 3rem;
}

.jn-data {
  position: absolute;
  bottom: -3rem;
  right: -6rem;
  width: 480px;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
  background-color: var(--t-blue);
  border-radius: 15px;
  padding: var(--mb-2);
  overflow: hidden;
}

.jn-data p {
  font-size: var(--fs-1);
  font-weight: 400;
  text-align: left;
  color: var(--white);
  z-index: 2;
}

.jn-data button {
  z-index: 2;
}

.jn-data button p {
  color: var(--white);
  font-size: 0.9rem;
}

.jnt-svg,
.jnd-svg {
  position: absolute;
  bottom: -6rem;
  right: -4rem;
  width: 40%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

/* ========== SERVICES SECTION ========== */
.services {
  position: relative;
  width: 100%;
  padding: var(--mb-6) var(--mb-4);
  background-color: var(--t-blue);
}

.se-svg {
  position: absolute;
  right: -20rem;
  bottom: -8rem;
  width: 50%;
  object-fit: cover;
  opacity: 0.1;
}

.se-container {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.se-title {
  position: relative;
  flex: 0 0 40%;
  height: 700px;
  /* border: 1px tomato solid; */
  border-radius: 30px;
  overflow: hidden;
}

.set-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.set {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: var(--mb-3);
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: var(--mb-2);
  z-index: 3;
}

.set h2 {
  font-size: 3.3rem;
  font-weight: 400;
  text-align: left;
  color: var(--tg-1);
  line-height: 1;
}

.set h2 span {
  font-size: 3.75rem;
  color: var(--white);
}

.set > p {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: var(--white);
  margin-bottom: var(--mb-0-25);
}

.set > button p {
  width: auto;
  font-size: 1.1rem;
}

.set button span {
  font-size: 1.35rem;
}

.se-cards {
  flex: 0 0 53.5%;
  height: 700px;
  justify-content: space-between;
  /* align-items: flex-start; */
  flex-wrap: wrap;
  row-gap: var(--mb-4);
  padding: var(--mb-1) 0;
  /* border: 1px dodgerblue solid; */
}

.sec {
  flex: 0 0 45%;
  height: 40%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
  /* border: 1px lime solid; */
  border-bottom: 3px var(--tg-1) solid;
}

.sec-title {
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
}

.sec-title span {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
  color: var(--tg-1);
  /* border-bottom: 3px orange solid; */
}

.sec-title h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  color: var(--white);
  line-height: 1.1;
}

.sec-body {
  width: 100%;
  justify-content: flex-start;
}

.sec-body p {
  width: 90%;
  font-size: 0.95rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}

.services .ad-tag {
  flex: 0 0 100%;
}

/* ========== VALUES SECTION ========== */
.values {
  position: relative;
  width: 100%;
  background-color: var(--white);
  padding: 0 var(--mb-4);
  padding-top: 12rem;
  overflow: hidden;
}

.va-container {
  width: 100%;
  align-items: flex-end;
  /* border: 1px tomato solid; */
}

.vac {
  flex: 0 0 40%;
  height: 500px;
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1);
  /* border: 1px dodgerblue solid; */
  padding-bottom: var(--mb-4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.vac:nth-child(1) {
  flex: 0 0 47%;
  padding-right: 10rem;
  z-index: 1;
  background-color: var(--t-blue);
}

.vac:nth-child(2) {
  flex: 0 0 43%;
  height: 680px;
  margin-left: -10%;
  z-index: 2;
  background-color: var(--tg-1);
}

.vac:nth-child(3) {
  flex: 0 0 37%;
  height: 400px;
  margin-left: -17%;
  z-index: 3;
  background-color: var(--white);
}

.vac p {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.vac span {
  width: 150px;
  background-color: var(--t-blue);
  height: 5px;
  margin-top: var(--mb-0-75);
}

.vac h4 {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
}

.vac:nth-child(1) p {
  color: var(--white);
}

.vac:nth-child(1) span {
  background-color: var(--tg-1);
}

.vac:nth-child(1) h4 {
  color: var(--tg-1);
}

/* ========== CTA SECTION ========== */
.cta {
  width: 100%;
  /* height: 500px; */
  background-color: var(--tg-2);
  background-image: url(/assets/img/bckg/b-9.jpg);
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  /* border-radius: 60px; */
  overflow: hidden;
}

.cta-container {
  width: 100%;
  height: 100%;
  padding: 10rem var(--mb-4);
  background-color: rgba(0, 0, 0, 0.7);
}

.cta-wrapper {
  width: 100%;
  row-gap: var(--mb-2-5);
}

.cta-wrapper h3 {
  font-size: 4.8rem;
  font-weight: 500;
  text-align: center;
  color: var(--white);
  line-height: 1.1;
}

.cta-wrapper h3 span {
  font-size: 5.5rem;
}

.cta-wrapper button p {
  font-size: 1.2rem;
}

.cta-wrapper button span {
  font-size: 1.3rem;
  padding: var(--mb-0-75);
}

/* ------ >>>>>> ========== FAQ SECTION ========== <<<<<< ------ */
.faq {
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-8);
}

.fq-container {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-4);
}

.fq-title {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-1-5);
}

.fq-title span {
  padding: var(--mb-0-5) var(--mb-1);
  border-radius: 30px;
  border: 2px orange solid;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-grey);
}

.fq-title h3 {
  font-size: var(--fs-4);
  font-weight: 500;
  text-align: center;
  color: var(--t-blue);
  line-height: 1;
}

.fq-title h3 strong {
  font-weight: 600;
  font-size: 4.8rem;
  /* color: var(--tg-2); */
}

.fq-title p {
  width: 50%;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: var(--t-blue);
  /* line-height: 1.3; */
  opacity: 0.8;
}

.fq-cards {
  width: 80%;
  /* border: 1px teal solid; */
  padding: var(--mb-0-5) var(--mb-2);
  border-radius: 20px;
  justify-content: flex-start;
  background-color: #bfe3b6;
  background-color: var(--tg-1);
}

.fqc {
  width: 100%;
  padding: 1.25rem 0;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-5);
  border-top: 1px var(--t-blue) solid;
  cursor: pointer;
}

.fqc:first-child {
  border-top: unset;
}

.fqc-que {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.fqc-que h5 {
  flex: 0 0 80%;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  color: var(--t-blue);
}

.fqc-que span {
  font-size: 1.3rem;
  color: var(--t-green);
  font-weight: 600;
  opacity: 0.8;
}

.fqc:hover .fqc-que span {
  rotate: 45deg;
  color: var(--t-yellow);
  opacity: 1;
}

.fqc-ans {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-5);
  animation: fadeY 0.3s ease-in-out;
  display: none;
}

.fqc-ans p {
  width: 85%;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  /* opacity: 0.8; */
}

.fqc:hover .fqc-ans {
  display: flex;
}

.fq-info {
  width: 60%;
  row-gap: var(--mb-0-75);
  /* border: 1px dodgerblue solid; */
}

.fq-info h4 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: var(--t-blue);
  line-height: 1.1;
}

.fq-info p {
  width: 60%;
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  color: var(--text-grey);
  opacity: 0.8;
}

.fqi {
  width: 65%;
  justify-content: space-between;
  background-color: var(--the-grey);
  border-radius: 30px;
  padding: var(--mb-0-75) var(--mb-1);
  cursor: pointer;
}

.fqi span {
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  color: var(--t-blue);
}

.fqi-copy {
  flex: 0 0 auto;
  padding: var(--mb-0-5) var(--mb-0-75);
  background-color: var(--white);
  column-gap: var(--mb-0-5);
  border-radius: 30px;
}

.fqi-copy p {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  color: var(--t-blue);
}

.fqi-copy span {
  font-size: 0.8rem;
  color: var(--t-blue);
}

.fqi-copy:hover {
  background-color: orange;
}

.fqi-copy:active {
  background-color: var(--t-blue);
}

.fqi-copy:active p {
  color: var(--white);
}

.fqi-copy:active span {
  color: var(--t-yellow);
}

/* --------------- ========== AB-MAIN ========== ---------------*/
.ab-main {
  width: 100%;
  overflow: hidden;
}

/*========== AERO SECTION ==========*/
.aero {
  position: relative;
  width: 100%;
  height: 100dvh;
  background-color: var(--white);
  padding: var(--mb-1);
}

.ae-container {
  width: 100%;
  height: 100%;
  background-color: var(--tg-1);
  background-image: url(/assets/img/bckg/b-12.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}

.ae-data {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding: var(--mb-4) var(--mb-2);
  padding-bottom: var(--mb-6);
  row-gap: var(--mb-4);
  background-color: rgba(0, 0, 0, 0.6);
}

.ae-data p {
  width: 45%;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--white);
  text-align: left;
  align-self: flex-end;
  /* padding-bottom: var(--mb-2);
  border-bottom: 2px var(--white) solid; */
}

.ae-data p strong {
  font-weight: 400;
  font-size: 1.7rem;
}

.ae-data h1 {
  width: 100%;
  white-space: nowrap;
  font-size: 13.5rem; /* Initial value; adjusted via JS */
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: var(--white);
  /* padding-top: var(--mb-1);
  border-top: 3px var(--white) solid; */
  /* border: 1px dodgerblue solid; */
}

.ae-data h1 strong {
  font-weight: 400;
}

/* .ae-data h1 {
  font-size: clamp(1.5rem, 5vw, 3rem);
} */

/*========== A-ABOUT SECTION ==========*/
.aa {
  position: relative;
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-6) var(--mb-4);
  padding-top: var(--mb-4);
  overflow: hidden;
  /* border: 1px tomato solid; */
  /* display: none; */
}

.aa-svg {
  position: absolute;
  bottom: -8rem;
  right: -20rem;
  width: 50%;
  object-fit: cover;
  opacity: 0.1;
  z-index: 2;
}

.aa-container {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-4);
  z-index: 3;
}

.aa-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.aaw {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-4);
}

.aaw-title {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
  padding-bottom: var(--mb-3);
  border-bottom: 1px orange solid;
}

.aaw-title h3 {
  width: 60%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
  /* text-transform: capitalize; */
  line-height: 1.3;
}

.aaw-title h3 span {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--tg-2);
}

.aaw-title p {
  width: 46%;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
}

.aaw-cards {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.aawc {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: var(--mb-6);
}

.aawc:nth-child(2) {
  padding-top: var(--mb-4);
  border-top: 1px var(--tg-1) solid;
}

.aawc h5 {
  flex: 0 0 30%;
  font-size: 2rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.aawc h5 strong {
  font-weight: 400;
  font-size: 2.2rem;
}

.aawc p {
  flex: 0 0 50%;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.aa-partners {
  width: 100%;
  justify-content: space-between;
  border-top: 1px var(--tg-1) solid;
  padding-top: var(--mb-3);
}

.aap {
  flex: 0 0 20%;
  overflow: hidden;
  /* background-color: #fafafa;
  padding: var(--mb-1) var(--mb-1-5); */
  /* border-radius: 60px; */
  /* border: 1px tomato solid; */
}

.aap img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

/*========== A-TEAM SECTION ==========*/
.at {
  width: 100%;
  background-color: var(--tg-1);
  padding: var(--mb-6) var(--mb-4);
}

.at-container {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-4);
}

.at-title {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
  padding-bottom: var(--mb-3);
  border-bottom: 1px var(--t-blue) solid;
}

.at-title h3 {
  width: 80%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
  /* text-transform: capitalize; */
  line-height: 1.3;
}

.at-title h3 span {
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--white);
}

.at-title p {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  opacity: 0.9;
}

.at-cards {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-3);
}

.atc {
  flex: 0 0 24%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-75);
  border: 2px var(--t-blue) solid;
  padding: var(--mb-1);
}

.atc-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.atc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fafafa;
}

.atc:nth-child(2) .atc-img img,
.atc:nth-child(4) .atc-img img {
  object-position: 50% 10%;
}

.atc-data {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  row-gap: var(--mb-0-25);
  /* padding: var(--mb-0-75);
  border: 2px var(--t-blue) solid;
  background-color: var(--t-blue);
  border-radius: 10px; */
}

.atc-data h4 {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: var(--t-blue);
  line-height: 1.2;
}

.atc-data p {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: var(--white);
  font-family: var(--cor-font);
  line-height: 1.1;
}

/* --------------- ========== SE-MAIN ========== ---------------*/
.se-main {
  width: 100%;
  overflow: hidden;
}

/*========== SERO SECTION ==========*/
.ssro {
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-6) var(--mb-4);
  padding-top: var(--mb-8);
}

.ss-container {
  width: 100%;
  justify-content: space-between;
  /* border: 1px tomato solid; */
}

.ss-container div {
  border-radius: 20px;
  overflow: hidden;
}

.ss-data {
  position: relative;
  flex: 0 0 50%;
  height: 500px;
  /* border: 1px lime solid; */
  background-color: var(--t-blue);
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: var(--mb-2);
  padding: var(--mb-3);
}

.ssd {
  position: absolute;
  bottom: -4rem;
  right: -9rem;
  width: 50%;
  object-fit: cover;
  opacity: 0.2;
}

.ss-data h1 {
  font-size: var(--fs-4-5);
  font-weight: 500;
  text-align: left;
  color: var(--tg-1);
  line-height: 1.2;
}

.ss-data h1 span {
  font-size: 5rem;
  color: var(--white);
}

.ss-data > p {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: var(--white);
  margin-bottom: var(--mb-0-5);
}

.ss-data button span {
  padding: 0.5rem;
}

.ss-media {
  flex: 0 0 45%;
  height: 500px;
  /* border: 1px pink solid; */
}

/*========== S-LIST SECTION ==========*/
.sl {
  position: relative;
  width: 100%;
  background-color: var(--tg-1);
  padding: var(--mb-6);
  overflow: hidden;
}

.sl-svg {
  position: absolute;
  bottom: -8rem;
  right: -20rem;
  width: 50%;
  opacity: 0.2;
  object-fit: cover;
  z-index: 2;
}

.sl-container {
  width: 100%;
  justify-content: flex-start;
  /* border-radius: 30px; */
  row-gap: var(--mb-6);
  z-index: 3;
}

.sl-title {
  width: 100%;
  justify-content: flex-start;
}

.sl-title h3 {
  width: 85%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
  /* text-transform: capitalize; */
  line-height: 1.3;
}

.sl-title h3 span {
  font-size: 3.6rem;
  font-weight: 400;
  color: var(--white);
}

.sl-media {
  width: 100%;
  min-width: 1088px;
  height: 606px;
  min-height: 606px;
  overflow: hidden;
  border-radius: 20px;
}

.sl-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sl-cards {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: var(--mb-4);
  flex-wrap: wrap;
  /* padding: var(--mb-4) 0; */
}

.slc {
  flex: 0 0 47%;
  height: 284px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: var(--mb-3);
  border: 1px var(--t-blue) solid;
}

.slc:hover {
  background-color: var(--t-blue);
  /* border-radius: 20px; */
  border: 2px var(--t-blue) solid;
  cursor: pointer;
}

.slc-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  display: none;
}

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

.slc:nth-child(3) .slc-img img {
  object-position: 50% 20%;
}

.slc-data {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-4);
}

.slc-data h4 {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.2;
  font-family: var(--cor-font);
}

.slc:hover .slc-data h4 {
  color: var(--tg-1);
}

.slc-data p {
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.slc:hover .slc-data p {
  color: var(--white);
}

/*========== S-WHY SECTION ==========*/
.sw {
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-6);
}

.sw-container {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.sw-content {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-4);
}

.sw-title {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-2);
  padding-bottom: var(--mb-3);
  border-bottom: 1px var(--t-blue) solid;
}

.sw-title h3 {
  width: 80%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
  /* text-transform: capitalize; */
  line-height: 1.3;
}

.sw-title h3 span {
  font-size: 3.3rem;
  font-weight: 400;
  color: orange;
}

.sw-title p {
  width: 60%;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  color: var(--t-blue);
}

.sw-cards {
  width: 80%;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: var(--mb-2);
  align-self: flex-end;
  /* border: 1px tomato solid; */
}

.swc {
  flex: 0 0 30%;
  padding: var(--mb-1-5);
  border: 1px var(--tg-2) solid;
  border-radius: 10px;
}

.swc p {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
}

.swc:hover {
  background-color: var(--tg-1);
  border: 1px var(--tg-1) solid;
}

/*========== TESTIMONIALS SECTION ==========*/
.te {
  position: relative;
  width: 100%;
  background-color: var(--t-blue);
  padding: var(--mb-6);
  padding-bottom: var(--mb-8);
  overflow: hidden;
}

.te-svg {
  position: absolute;
  bottom: -8rem;
  right: -16rem;
  width: 40%;
  opacity: 0.2;
  object-fit: cover;
  z-index: 2;
}

.te-container {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-4);
}

.te-title {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-2);
  padding-bottom: var(--mb-4);
  border-bottom: 1px var(--tg-1) solid;
}

.te-title h3 {
  width: 70%;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
  line-height: 1.2;
}

.te-title h3 span {
  font-size: 3.6rem;
  font-weight: 400;
  color: orange;
}

.te-title p {
  width: 40%;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
}

.te-wrapper {
  width: 100%;
  height: 450px;
}

.te-cards {
  width: 100%;
  position: relative;
}

.tec {
  position: absolute;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-2);
  opacity: 0; /* Initially hide all cards */
  transition: opacity 1s ease-in-out; /* Fade effect */
}

/* Active rec (visible) */
.tec.active {
  opacity: 1;
}

.tec i {
  /* position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); */
  font-size: var(--fs-3);
  color: var(--tg-1);
}

.tec h5 {
  width: 100%;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
  line-height: 1.3;
  /* opacity: 0.8; */
}

.tec p {
  font-size: var(--fs-1);
  font-weight: 500;
  text-align: left;
  color: var(--tg-1);
  font-family: var(--pop-font);
  padding: var(--mb-0-5) var(--mb-1);
  border: 2px var(--white) solid;
  border-radius: 20px;
  margin-top: var(--mb-0-5);
  /* display: none; */
}

/* --------------- ========== PE-MAIN ========== ---------------*/
.pe-main {
  width: 100%;
  overflow: hidden;
}

/*========== PERO SECTION ==========*/
.pero {
  position: relative;
  width: 100%;
  height: 87dvh;
  background-color: var(--t-blue);
  padding: var(--mb-4);
  padding-bottom: var(--mb-3);
  overflow: hidden;
}

.pe-svg {
  position: absolute;
  bottom: -2rem;
  right: -16rem;
  width: 40%;
  opacity: 0.1;
  object-fit: cover;
  z-index: 2;
}

.pe-container {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: var(--mb-2-5);
  /* border: 1px tomato solid; */
}

.pe-content {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-2);
}

.pe-content p {
  width: 45%;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: left;
  color: var(--white);
  /* align-self: flex-end; */
}

.pe-content h1 {
  font-size: var(--fs-6);
  font-weight: 500;
  text-align: left;
  color: var(--white);
  text-transform: capitalize;
  line-height: 1.2;
}

.pe-content h1 span {
  font-size: 7rem;
  color: var(--tg-1);
}

.pe-footer {
  width: 100%;
  justify-content: space-between;
  padding-top: var(--mb-2);
  border-top: 1px orange solid;
}

.pe-footer p {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  color: var(--white);
}

.pe-footer span {
  padding: var(--mb-0-5);
  border-radius: 50%;
  border: 1px var(--tg-1) solid;
  font-size: 1.3rem;
  color: var(--white);
}

.pe-footer span:hover {
  background-color: var(--tg-1);
  color: var(--t-blue);
}

/*========== P-LIST SECTION ==========*/
.pist {
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-6) var(--mb-4);
}

.pi-container {
  width: 100%;
  align-items: flex-start;
}

.pi-cards {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.pic {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: var(--mb-4) 0;
  border-top: 1px var(--t-blue) solid;
}

.pic-media,
.pic-img,
.pic-vid {
  flex: 0 0 48%;
  height: 430px;
  overflow: hidden;
  background-color: #fafafa;
  /* border: 1px teal solid; */
}

.pim {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pic-img img,
.pic-vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fafafa;
  border: none;
  outline: none;
}

.pic-data {
  flex: 0 0 48%;
  height: 430px;
  justify-content: space-between;
  align-items: flex-start;
}

.picd {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-1-5);
}

.picd h3 {
  width: 90%;
  font-size: var(--fs-2);
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  line-height: 1.3;
}

.picd h3 strong {
  font-weight: 400;
}

.picd p {
  font-size: 0.95rem;
  font-weight: 400;
  text-align: left;
  color: var(--t-blue);
  opacity: 0.9;
}

.pe-main .cta-wrapper {
  row-gap: var(--mb-4);
}

.pe-main .cta-wrapper h3 {
  font-size: 6rem;
  font-weight: 400;
  text-align: center;
  color: var(--white);
  line-height: 1;
}

.pe-main .cta-wrapper h3 span {
  font-size: 6.5rem;
  font-weight: 500;
}

.pe-main .cta-wrapper button p {
  font-size: 1.4rem;
  padding: var(--mb-0-75) var(--mb-2);
}

.pe-main .cta-wrapper button span {
  font-size: 1.5rem;
  padding: var(--mb-0-75);
}

/* --------------- ========== CO-MAIN ========== ---------------*/
.co-main {
  width: 100%;
  overflow: hidden;
}

/*========== CERO SECTION ==========*/
.cero {
  width: 100%;
  background-color: var(--white);
  padding: var(--mb-6) var(--mb-4);
  padding-top: var(--mb-8);
}

.ce-container {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-4);
}

.ce-title {
  width: 100%;
  justify-content: flex-start;
  row-gap: var(--mb-1);
}

.ce-title h1 {
  font-size: var(--fs-4);
  font-weight: 500;
  text-align: center;
  color: var(--t-blue);
  line-height: 1.1;
}

.ce-title h1 span {
  font-size: 4.5rem;
  color: orange;
}

.ce-title p {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  color: var(--t-blue);
}

.ce-cards {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.cec {
  flex: 0 0 23%;
  padding: var(--mb-1-5);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: var(--mb-0-5);
  border: 1px var(--t-blue) solid;
  cursor: pointer;
}

.cec i {
  padding: var(--mb-0-5);
  background-color: transparent;
  border: 1px orange solid;
  color: var(--t-blue);
  font-size: 1.2rem;
  border-radius: 5px;
  margin-bottom: var(--mb-1);
}

.cec h4 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  color: var(--t-blue);
  line-height: 0.9;
}

.cec p {
  font-size: 0.9rem;
  font-weight: 400;
  text-align: left;
  color: var(--text-grey);
}

.cec a {
  font-size: 0.85rem;
  font-weight: 600;
  text-align: left;
  color: var(--t-blue);
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: limegreen;
  margin-top: var(--mb-0-5);
}

.cec a:hover {
  text-decoration-color: orange;
}

.cec:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 8px;
}

.cec:hover i {
  background-color: var(--tg-1);
  color: var(--t-blue);
  border: 1px var(--tg-1) solid;
}

/*===== MEDIA QUERIES =====*/
/* Media query for screens with a maximum width of 500px */
@media screen and (max-width: 500px) {
  /* --------------- ========== LP-MAIN ========== ---------------*/
  .lp-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== HERO SECTION ==========*/
  .hero {
    position: relative;
  }

  .h-container {
    position: relative;
  }

  .h-content {
    width: 100%;
    height: 100%;
    padding: 0 var(--mb-2);
    padding-bottom: 0;
    row-gap: var(--mb-3);
    /* border: 1px tomato solid; */
  }

  .h-content p {
    width: 100%;
    align-self: flex-end;
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--soft-white);
    text-align: center;
  }

  .h-content p span {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .h-content h1 {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 500;
    color: var(--soft-white);
    text-align: center;
    line-height: 1;
    /* border: 1px lime solid; */
    white-space: unset;
  }

  /* @media screen and (min-width: 140px) and (max-width: 1600px) {} */

  .h-footer {
    position: absolute;
    bottom: var(--mb-3);
    left: 0;
    /* border: 1px teal solid; */
    width: 100%;
    padding: 0 var(--mb-2);
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-1);
  }

  .h-footer h4 {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: var(--soft-white);
    padding-bottom: var(--mb-1);
    border-bottom: 1px var(--soft-white) solid;
  }

  .hf-cards {
    display: none;
  }

  /* ========== ABOUT SECTION ========== */
  .about {
    position: relative;
    padding: var(--mb-4) var(--mb-2);
  }

  .a-svg {
    position: absolute;
    bottom: -11rem;
    right: -11rem;
    width: 90%;
    object-fit: cover;
    z-index: 2;
    opacity: 0.2;
  }

  .a-container {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-4);
    z-index: 3;
  }

  .a-stats {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: var(--mb-1-5);
  }

  .as {
    flex: 0 0 47%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-0-75);
  }

  .as-no {
    justify-content: center;
    align-items: flex-end;
    column-gap: var(--mb-0-25);
  }

  .as-no h5 {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    margin-top: var(--mb-0-5);
  }

  .asn-span {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    color: orange;
    line-height: 1;
    transform: translateY(-2px);
  }

  .as p {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    padding-top: var(--mb-0-75);
    border-top: 2px var(--tg-2) solid;
  }

  .a-desc {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
    row-gap: var(--mb-4);
  }

  .a-desc > span {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    color: var(--t-blue);
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: -3rem;
  }

  .a-desc > span strong {
    color: var(--tg-2);
    padding-left: var(--mb-4-5);
    font-weight: 500;
  }

  .ad {
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-start;
  }

  .ad > p {
    font-size: 0.95rem;
    text-align: center;
  }

  .a-desc h2 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
    color: var(--tg-2);
    line-height: 1.1;
  }

  .a-desc h2 strong {
    font-weight: 400;
    color: var(--t-blue);
    line-height: 1.1;
  }

  .ad-tag {
    display: none;
  }

  /* ========== PRODUCTS SECTION ========== */
  .products {
    width: 100%;
    height: auto;
    padding: var(--mb-4) var(--mb-2);
    background-color: var(--tg-1);
  }

  .pr-container {
    row-gap: var(--mb-4);
  }

  .pr-title h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
  }

  .pr-title h3 span {
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--white);
  }

  .pr-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: var(--mb-3);
    overflow: hidden;
    /* border: 1px tomato solid; */
  }

  .prc {
    flex: 0 0 auto;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 1rem;
    padding: 1rem;
    border: 2px var(--t-blue) solid;
    /* border-radius: 10px; */
  }

  .prc:nth-child(2) {
    margin: 0;
  }

  .prc:nth-child(3) {
    margin: 0;
  }

  .pr-cards:hover > .prc {
    margin: 0;
  }

  .prc-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    /* border-radius: 8px; */
  }

  .prc-text p {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
  }

  .prc-text span {
    padding: 0.35rem;
    font-size: 0.9rem;
  }

  /* ========== JOIN SECTION ========== */
  .jn {
    width: 100%;
    padding: var(--mb-8) var(--mb-2);
    background-color: var(--white);
  }

  .jn-container {
    width: 100%;
    /* border: 1px dodgerblue solid; */
  }

  .jn-wrapper {
    position: relative;
    width: 100%;
    height: 700px;
  }

  .jn-img {
    border-radius: 30px;
  }

  .jn-img img {
    background-color: #e5e5e5;
  }

  .jn-title {
    position: absolute;
    top: -2rem;
    left: unset;
    width: 350px;
    align-items: center;
  }

  .jn-title h3 {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
  }

  .jn-title span {
    color: var(--white);
    font-size: 2.2rem;
  }

  .jn-data {
    position: absolute;
    bottom: -2rem;
    right: unset;
    width: 350px;
    align-items: center;
  }

  .jn-data p {
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
    z-index: 2;
  }

  .jnt-svg,
  .jnd-svg {
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    width: 40%;
  }

  /* ========== SERVICES SECTION ========== */
  .services {
    position: relative;
    width: 100%;
    padding: var(--mb-4) var(--mb-2);
  }

  .se-svg {
    position: absolute;
    right: -11rem;
    bottom: -6rem;
    width: 90%;
    object-fit: cover;
    opacity: 0.1;
  }

  .se-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-4);
  }

  .se-title {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: 550px;
    /* border: 1px tomato solid; */
    border-radius: 30px;
    overflow: hidden;
  }

  .set {
    position: absolute;
    inset: 0;
    padding: var(--mb-2-5) var(--mb-2);
    row-gap: var(--mb-2-5);
    align-items: center;
  }

  .set h2 {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
  }

  .set h2 span {
    font-size: 3.75rem;
    color: var(--white);
  }

  .set > p {
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: var(--mb-0-25);
  }

  .set > button p {
    width: auto;
    font-size: 1rem;
  }

  .set button span {
    font-size: 1.25rem;
  }

  .se-cards {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
    row-gap: var(--mb-3);
    padding: var(--mb-1) 0;
    /* border: 1px dodgerblue solid; */
  }

  .sec {
    flex: 0 0 auto;
    width: 90%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-1-5);
    padding-bottom: 0;
    padding-top: var(--mb-3);
    border-top: 3px var(--tg-1) solid;
    border-bottom: unset;
  }

  .sec-title {
    align-items: center;
    row-gap: var(--mb-1-5);
  }

  .sec-title span {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
  }

  .sec-title h3 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }

  .sec-body {
    width: 100%;
    justify-content: center;
  }

  .sec-body p {
    width: 90%;
    font-size: 0.85rem;
    font-weight: 300;
    text-align: center;
  }

  .services .ad-tag {
    flex: 0 0 100%;
  }

  /* ========== VALUES SECTION ========== */
  .values {
    position: relative;
    width: 100%;
    background-color: var(--white);
    padding: 0;
    padding: var(--mb-5) var(--mb-2);
    overflow: hidden;
  }

  .va-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-4);
    /* border: 1px tomato solid; */
  }

  .vac {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    padding: 2rem;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-1);
    padding-bottom: var(--mb-2);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  }

  .vac:nth-child(1) {
    flex: 0 0 auto;
    width: 100%;
    padding-right: var(--mb-2);
    z-index: 1;
    background-color: var(--t-blue);
  }

  .vac:nth-child(2) {
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    z-index: 2;
    background-color: var(--tg-1);
  }

  .vac:nth-child(3) {
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    z-index: 3;
    background-color: var(--white);
  }

  .vac p {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    color: var(--t-blue);
  }

  .vac span {
    width: 100%;
    height: 4px;
    margin-top: var(--mb-0-75);
  }

  .vac:nth-child(2) span {
    background-color: var(--white);
  }

  .vac:nth-child(3) span {
    background-color: var(--tg-1);
  }

  .vac h4 {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
  }

  .vac:nth-child(1) p {
    color: var(--white);
  }

  .vac:nth-child(1) h4 {
    color: var(--tg-1);
  }

  /* ========== CTA SECTION ========== */
  .cta {
    background-color: var(--tg-2);
    background-image: url(/assets/img/bckg/b-9.jpg);
    background-position: 50% 70%;
  }

  .cta-container {
    padding: var(--mb-4) var(--mb-2);
    background-color: rgba(0, 0, 0, 0.7);
  }

  .cta-wrapper {
    width: 100%;
    row-gap: var(--mb-2-5);
  }

  .cta-wrapper h3 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .cta-wrapper h3 span {
    font-size: 4rem;
  }

  .cta-wrapper button p {
    font-size: 1rem;
  }

  .cta-wrapper button span {
    font-size: 1.2rem;
    padding: var(--mb-0-5);
  }

  /* ------ >>>>>> ========== FAQ SECTION ========== <<<<<< ------ */
  .faq {
    padding: var(--mb-4) var(--mb-1-5);
  }

  .fq-container {
    row-gap: var(--mb-3);
  }

  .fq-title {
    width: 100%;
    row-gap: var(--mb-1-5);
  }

  .fq-title span {
    padding: var(--mb-0-5) var(--mb-1);
    font-size: 0.75rem;
  }

  .fq-title h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .fq-title h3 strong {
    font-weight: 600;
    font-size: 2.4rem;
    /* color: var(--tg-2); */
  }

  .fq-title p {
    width: 90%;
    font-size: 0.85rem;
    /* line-height: 1.3; */
    opacity: 0.8;
    margin-top: -0.25rem;
  }

  .fq-cards {
    width: 100%;
    padding: var(--mb-0-5) var(--mb-1-5);
    border-radius: 20px;
  }

  .fqc {
    padding: 1.25rem 0;
    row-gap: var(--mb-0-5);
    cursor: pointer;
  }

  .fqc:first-child {
    border-top: unset;
  }

  /* .fqc:last-child {
  border-bottom: unset;
} */

  .fqc-que {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fqc-que h5 {
    flex: 0 0 85%;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .fqc-que span {
    font-size: 1.1rem;
    transform: translateY(2px);
  }

  .fqc:hover .fqc-que span {
    rotate: 45deg;
    color: var(--t-yellow);
    opacity: 1;
  }

  .fqc-ans {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: var(--mb-0-5);
    animation: fadeY 0.3s ease-in-out;
    display: none;
  }

  .fqc-ans p {
    width: 95%;
    font-size: 0.8rem;
  }

  .fq-info {
    width: 100%;
    row-gap: var(--mb-0-75);
    /* border: 1px dodgerblue solid; */
  }

  .fq-info h4 {
    font-size: 0.9rem;
    line-height: 1;
  }

  .fq-info p {
    width: 75%;
    font-size: 0.75rem;
    opacity: 0.8;
    line-height: 1.3;
    margin-top: -0.15rem;
  }

  .fqi {
    width: 100%;
    justify-content: space-between;
    padding: var(--mb-0-5) var(--mb-0-75);
  }

  .fqi span {
    font-size: 0.7rem;
    text-align: left;
    font-weight: 500;
  }

  .fqi-copy {
    flex: 0 0 auto;
  }

  .fqi-copy p {
    font-size: 0.65rem;
    font-weight: 600;
    text-align: center;
    color: var(--t-blue);
    line-height: 1;
  }

  .fqi-copy span {
    font-size: 0.7rem;
    color: var(--t-blue);
    transform: translateY(-2px);
  }

  /* --------------- ========== AB-MAIN ========== ---------------*/
  .ab-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== AERO SECTION ==========*/
  .ae-data {
    padding: 0;
    padding: var(--mb-4) var(--mb-2);
    row-gap: var(--mb-3);
  }

  .ae-data p {
    width: 100%;
    font-size: 0.95rem;
    text-align: center;
    align-self: flex-end;
  }

  .ae-data p strong {
    font-weight: 400;
    font-size: 1.2rem;
  }

  .ae-data h1 {
    width: 100%;
    white-space: unset;
    font-size: 5rem; /* Initial value; adjusted via JS */
    line-height: 1.1;
  }

  .ae-data h1 strong {
    font-weight: 400;
  }

  /* .ae-data h1 {
  font-size: clamp(1.5rem, 5vw, 3rem);
} */

  /*========== A-ABOUT SECTION ==========*/
  .aa {
    padding: var(--mb-4) var(--mb-2);
    padding-top: var(--mb-4);
    overflow: hidden;
    /* border: 1px tomato solid; */
    /* display: none; */
  }

  .aa-svg {
    position: absolute;
    bottom: -6rem;
    right: -12rem;
    width: 90%;
    object-fit: cover;
    opacity: 0.1;
    z-index: 2;
  }

  .aa-container {
    align-items: center;
    row-gap: var(--mb-4);
    padding-bottom: 0;
    z-index: 3;
  }

  .aa-wrapper {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .aaw {
    align-items: center;
    row-gap: var(--mb-3);
  }

  .aaw-title {
    align-items: center;
    row-gap: var(--mb-1-5);
    padding-bottom: var(--mb-2);
    border-bottom: 1px orange solid;
  }

  .aaw-title h3 {
    width: 100%;
    font-size: 2.5rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.1;
  }

  .aaw-title h3 span {
    font-size: 3rem;
  }

  .aaw-title p {
    width: 90%;
    font-size: 0.95rem;
    font-weight: 300;
    text-align: center;
  }

  .aaw-cards {
    align-items: center;
  }

  .aawc {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-2);
    padding-bottom: var(--mb-3);
  }

  .aawc:nth-child(2) {
    padding-top: var(--mb-3);
    border-top: 1px var(--tg-1) solid;
    padding-bottom: 0;
  }

  .aawc h5 {
    flex: 0 0 auto;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }

  .aawc h5 strong {
    font-weight: 400;
    font-size: 2rem;
  }

  .aawc p {
    flex: 0 0 auto;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
  }

  .aa-partners {
    width: 100%;
    padding-top: var(--mb-2);
    flex-wrap: wrap;
    row-gap: var(--mb-1-5);
  }

  .aap {
    flex: 0 0 45%;
    overflow: hidden;
  }

  .aap img {
    width: 100%;
    height: 60px;
    object-fit: contain;
  }

  /*========== A-TEAM SECTION ==========*/
  .at {
    width: 100%;
    background-color: var(--tg-1);
    padding: var(--mb-4) var(--mb-2);
  }

  .at-container {
    align-items: center;
    row-gap: var(--mb-3);
  }

  .at-title {
    align-items: center;
    row-gap: var(--mb-1-5);
    padding-bottom: var(--mb-2-5);
  }

  .at-title h3 {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
  }

  .at-title h3 span {
    font-size: 2.5rem;
  }

  .at-title p {
    width: 90%;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: center;
    opacity: 0.9;
  }

  .at-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
    row-gap: var(--mb-2-5);
  }

  .atc {
    flex: 0 0 auto;
    width: 90%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-0-75);
    border: 2px var(--t-blue) solid;
    padding: var(--mb-1);
  }

  .atc-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
  }

  .atc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #fafafa;
  }

  .atc:nth-child(2) .atc-img img,
  .atc:nth-child(4) .atc-img img {
    object-position: 50% 10%;
  }

  .atc-data {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-0-25);
    /* padding: var(--mb-0-75);
  border: 2px var(--t-blue) solid;
  background-color: var(--t-blue);
  border-radius: 10px; */
  }

  .atc-data h4 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--t-blue);
    line-height: 1.2;
  }

  .atc-data p {
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    color: var(--white);
    font-family: var(--cor-font);
    line-height: 1.1;
  }

  /* --------------- ========== SE-MAIN ========== ---------------*/
  .se-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== SERO SECTION ==========*/
  .ssro {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-4) var(--mb-2);
    padding-top: var(--mb-6);
  }

  .ss-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-2);
    /* border: 1px tomato solid; */
  }

  .ss-container div {
    border-radius: 20px;
    overflow: hidden;
  }

  .ss-data {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    justify-content: flex-end;
    align-items: center;
    row-gap: var(--mb-2);
    padding: var(--mb-2);
  }

  .ssd {
    position: absolute;
    bottom: -4rem;
    right: -9rem;
    width: 90%;
    object-fit: cover;
    opacity: 0.15;
  }

  .ss-data h1 {
    font-size: 3.5rem;
    text-align: center;
  }

  .ss-data h1 span {
    font-size: 4rem;
    color: var(--white);
  }

  .ss-data > p {
    font-size: 0.95rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
  }

  .ss-data button p {
    font-size: 0.9rem;
  }

  .ss-data button span {
    padding: 0.5rem;
  }

  .ss-media {
    flex: 0 0 auto;
    width: 100%;
    height: 300px;
    /* border: 1px pink solid; */
  }

  /*========== S-LIST SECTION ==========*/
  .sl {
    position: relative;
    width: 100%;
    background-color: var(--tg-1);
    padding: var(--mb-4) var(--mb-2);
    overflow: hidden;
  }

  .sl-svg {
    position: absolute;
    bottom: -6rem;
    right: -11rem;
    width: 90%;
    opacity: 0.15;
    object-fit: cover;
    z-index: 2;
  }

  .sl-container {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-4);
    z-index: 3;
  }

  .sl-title {
    width: 100%;
    justify-content: center;
  }

  .sl-title h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
  }

  .sl-title h3 span {
    font-size: 2.1rem;
    font-weight: 400;
    color: var(--white);
  }

  .sl-media {
    width: 100%;
    min-width: 100%;
    height: 200px;
    min-height: 200px;
    overflow: hidden;
    border-radius: 20px;
    display: none;
  }

  .sl-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sl-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-3);
    flex-wrap: unset;
    /* padding: var(--mb-4) 0; */
  }

  .slc {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: var(--mb-2);
    border: 1px var(--t-blue) solid;
  }

  .slc-data {
    align-items: center;
    row-gap: var(--mb-2);
  }

  .slc-data h4 {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
  }

  .slc:hover .slc-data h4 {
    color: var(--tg-1);
  }

  .slc-data p {
    font-size: 0.95rem;
    font-weight: 400;
    text-align: center;
  }

  .slc:hover .slc-data p {
    color: var(--white);
  }

  /*========== S-WHY SECTION ==========*/
  .sw {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-4) var(--mb-2);
  }

  .sw-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .sw-content {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-4);
  }

  .sw-title {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-1-5);
    padding-bottom: var(--mb-2);
    border-bottom: 1px var(--t-blue) solid;
  }

  .sw-title h3 {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
  }

  .sw-title h3 span {
    font-size: 2.4rem;
    font-weight: 400;
    color: orange;
  }

  .sw-title p {
    width: 90%;
    font-size: 0.95rem;
    font-weight: 300;
    text-align: center;
  }

  .sw-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: unset;
    flex-direction: column;
    row-gap: var(--mb-2);
    align-self: center;
    /* border: 1px tomato solid; */
  }

  .swc {
    flex: 0 0 auto;
    width: 100%;
    padding: var(--mb-1-5);
    border: 1px var(--tg-2) solid;
    border-radius: 10px;
  }

  .swc p {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
  }

  .swc:hover {
    background-color: var(--tg-1);
    border: 1px var(--tg-1) solid;
  }

  /*========== TESTIMONIALS SECTION ==========*/
  .te {
    position: relative;
    padding: var(--mb-4) var(--mb-2);
    padding-bottom: var(--mb-6);
    overflow: hidden;
  }

  .te-svg {
    position: absolute;
    bottom: -6rem;
    right: -11rem;
    width: 90%;
    opacity: 0.15;
    object-fit: cover;
    z-index: 2;
  }

  .te-container {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-4);
  }

  .te-title {
    align-items: center;
    row-gap: var(--mb-2);
    padding-bottom: var(--mb-3);
    border-bottom: 1px var(--tg-1) solid;
  }

  .te-title h3 {
    width: 100%;
    font-size: 2.2rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
  }

  .te-title h3 span {
    font-size: 2.4rem;
  }

  .te-title p {
    width: 100%;
    font-size: 0.95rem;
    text-align: center;
  }

  .te-wrapper {
    width: 100%;
    height: 650px;
  }

  .te-cards {
    width: 100%;
    position: relative;
  }

  .tec {
    position: absolute;
    align-items: center;
    row-gap: var(--mb-2);
  }

  /* Active rec (visible) */
  .tec.active {
    opacity: 1;
  }

  .tec i {
    font-size: var(--fs-2);
    color: var(--tg-1);
  }

  .tec h5 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
  }

  /* --------------- ========== PE-MAIN ========== ---------------*/
  .pe-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== PERO SECTION ==========*/
  .pero {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--t-blue);
    padding: var(--mb-4) var(--mb-2);
    padding-top: var(--mb-6);
    padding-bottom: var(--mb-2);
    overflow: hidden;
  }

  .pe-svg {
    position: absolute;
    bottom: -2rem;
    right: -11rem;
    width: 90%;
    opacity: 0.15;
    object-fit: cover;
    z-index: 2;
  }

  .pe-container {
    height: auto;
    justify-content: flex-end;
    align-items: center;
    row-gap: var(--mb-2-5);
    /* border: 1px tomato solid; */
  }

  .pe-content {
    align-items: center;
    row-gap: var(--mb-2);
  }

  .pe-content p {
    width: 90%;
    font-size: 0.85rem;
    font-weight: 300;
    text-align: center;
  }

  .pe-content h1 {
    font-size: var(--fs-3-5);
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }

  .pe-content h1 span {
    font-size: 4rem;
    color: var(--tg-1);
  }

  .pe-footer {
    padding-top: var(--mb-1-5);
  }

  .pe-footer p {
    font-size: 0.85rem;
  }

  .pe-footer span {
    padding: var(--mb-0-25);
    font-size: 1.1rem;
    color: var(--white);
  }

  .pe-footer span:hover {
    background-color: var(--tg-1);
    color: var(--t-blue);
  }

  /*========== P-LIST SECTION ==========*/
  .pist {
    padding: var(--mb-4) var(--mb-2);
  }

  .pi-container {
    width: 100%;
    align-items: center;
  }

  .pi-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .pic {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-2-5);
    padding: var(--mb-3-5) 0;
    border-top: 1px var(--t-blue) solid;
  }

  .pic-media,
  .pic-img,
  .pic-vid {
    flex: 0 0 auto;
    width: 100%;
    height: 300px;
    overflow: hidden;
    /* border: 1px teal solid; */
  }

  .pic-data {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    row-gap: var(--mb-2);
  }

  .picd {
    align-items: center;
    row-gap: var(--mb-1-5);
  }

  .picd h3 {
    width: 90%;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
  }

  .picd h3 strong {
    font-weight: 400;
  }

  .picd p {
    width: 90%;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
  }

  .pe-main .cta-wrapper {
    width: 100%;
    row-gap: var(--mb-2-5);
  }

  .pe-main .cta-wrapper h3 {
    width: 100%;
    font-size: 3.3rem;
  }

  .pe-main .cta-wrapper h3 span {
    font-size: 4rem;
    font-weight: 500;
  }

  .pe-main .cta-wrapper button p {
    font-size: 1.1rem;
    padding: var(--mb-0-75) var(--mb-1-5);
  }

  .pe-main .cta-wrapper button span {
    font-size: 1.5rem;
    padding: 0.65rem;
  }

  /* --------------- ========== CO-MAIN ========== ---------------*/
  .co-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== CERO SECTION ==========*/
  .cero {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-4) var(--mb-2);
    padding-top: var(--mb-6);
  }

  .ce-container {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-4);
  }

  .ce-title {
    width: 100%;
    justify-content: flex-start;
    row-gap: var(--mb-1);
  }

  .ce-title h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .ce-title h1 span {
    font-size: 3.4rem;
    color: orange;
  }

  .ce-title p {
    font-size: 1rem;
  }

  .ce-cards {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: var(--mb-3);
  }

  .cec {
    flex: 0 0 auto;
    width: 90%;
    justify-content: flex-start;
    align-items: center;
  }

  .cec i {
    padding: var(--mb-0-5);
    font-size: 1.2rem;
    border-radius: 5px;
    margin-bottom: var(--mb-1);
  }

  .cec h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
    color: var(--t-blue);
    line-height: 0.9;
  }

  .cec p {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: left;
    color: var(--text-grey);
  }

  .cec a {
    font-size: 0.85rem;
    font-weight: 600;
    text-align: left;
    color: var(--t-blue);
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: limegreen;
    margin-top: var(--mb-0-5);
  }

  .cec a:hover {
    text-decoration-color: orange;
  }

  .cec:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 8px;
  }

  .cec:hover i {
    background-color: var(--tg-1);
    color: var(--t-blue);
    border: 1px var(--tg-1) solid;
  }
}

/* Media query for screens with a minimum width of 1440px and a maximum width of 1600px */
@media screen and (min-width: 1440px) and (max-width: 1600px) {
  /* --------------- ========== LP-MAIN ========== ---------------*/
  .lp-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== HERO SECTION ==========*/
  .h-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* backdrop-filter: blur(1.5px);
  --webkit-backdrop-filter: blur(1.5px); */
    z-index: 3;
  }

  .h-content {
    padding: 0 var(--mb-4);
    padding-bottom: var(--mb-4);
    row-gap: var(--mb-4);
    /* border: 1px tomato solid; */
  }

  .h-content p {
    width: 50%;
    align-self: flex-end;
    font-size: 1.2rem;
  }

  .h-content p span {
    font-size: 1.65rem;
    font-weight: 400;
  }

  .h-content h1 {
    width: 100%;
    font-size: 7.85rem;
    font-weight: 500;
    color: var(--soft-white);
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    /* border: 1px lime solid; */
  }

  /* ========== ABOUT SECTION ========== */
  .about {
    position: relative;
    padding: var(--mb-8);
    /* padding-top: var(--mb-4); */
    overflow: hidden;
  }

  .ad {
    flex: 0 0 50%;
    justify-content: flex-start;
  }

  .a-desc h2 {
    flex: 0 0 65%;
    font-size: 5.5rem;
  }

  /* ========== PRODUCTS SECTION ========== */
  .products {
    width: 100%;
    height: auto;
    padding: var(--mb-8);
    background-color: var(--tg-1);
  }

  /* ========== JOIN SECTION ========== */
  .jn {
    width: 100%;
    padding: 10rem 12rem;
    background-color: var(--white);
  }

  /* ========== SERVICES SECTION ========== */
  .services {
    position: relative;
    width: 100%;
    padding: var(--mb-8);
    background-color: var(--t-blue);
  }

  .se-cards {
    flex: 0 0 47%;
  }

  /* ========== VALUES SECTION ========== */
  .values {
    position: relative;
    width: 100%;
    background-color: var(--white);
    padding: 0 var(--mb-8);
    padding-top: 12rem;
    overflow: hidden;
  }

  /* ------ >>>>>> ========== FAQ SECTION ========== <<<<<< ------ */
  .faq {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-8) 12rem;
  }

  /* --------------- ========== AB-MAIN ========== ---------------*/
  .ab-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== AERO SECTION ==========*/

  .ae-data {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding: var(--mb-4);
    padding-bottom: var(--mb-6);
    row-gap: var(--mb-4);
    background-color: rgba(0, 0, 0, 0.6);
  }

  .ae-data p {
    width: 45%;
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--white);
    text-align: left;
    align-self: flex-end;
    /* padding-bottom: var(--mb-2);
  border-bottom: 2px var(--white) solid; */
  }

  .ae-data p strong {
    font-weight: 400;
    font-size: 1.7rem;
  }

  .ae-data h1 {
    width: 100%;
    white-space: nowrap;
    font-size: 15rem; /* Initial value; adjusted via JS */
    /* border: 1px dodgerblue solid; */
  }

  /*========== A-ABOUT SECTION ==========*/
  .aa {
    position: relative;
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-8) var(--mb-6);
  }

  .aaw-title h3 {
    width: 60%;
    font-size: 3.5rem;
    line-height: 1.3;
  }

  .aaw-title h3 span {
    font-size: 4rem;
    font-weight: 400;
    color: var(--tg-2);
  }

  .aaw-title p {
    width: 43%;
    font-size: 1.1rem;
  }

  /*========== A-TEAM SECTION ==========*/
  .at {
    width: 100%;
    background-color: var(--tg-1);
    padding: var(--mb-6);
  }

  .atc-data h4 {
    font-size: 1.2rem;
  }

  .atc-data p {
    font-size: 1.1rem;
    line-height: 1.1;
  }

  /* --------------- ========== SE-MAIN ========== ---------------*/
  .se-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== SERO SECTION ==========*/
  .ssro {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-6);
    padding-top: var(--mb-8);
  }

  /*========== S-LIST SECTION ==========*/
  .sl {
    position: relative;
    width: 100%;
    background-color: var(--tg-1);
    padding: var(--mb-6) var(--mb-8);
    overflow: hidden;
  }

  .sl-media {
    width: 100%;
    min-width: 1088px;
    height: 680px;
    min-height: 606px;
  }

  /*========== S-WHY SECTION ==========*/
  .sw {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-6) var(--mb-8);
    padding-bottom: var(--mb-8);
  }

  /*========== TESTIMONIALS SECTION ==========*/
  .te {
    padding: var(--mb-6) var(--mb-8);
    padding-bottom: var(--mb-8);
    overflow: hidden;
  }

  .te-wrapper {
    width: 100%;
    height: 320px;
  }

  /* --------------- ========== PE-MAIN ========== ---------------*/
  .pe-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== PERO SECTION ==========*/
  .pero {
    position: relative;
    width: 100%;
    height: 87dvh;
    padding: var(--mb-4) var(--mb-6);
    padding-bottom: var(--mb-3);
    overflow: hidden;
  }

  /*========== P-LIST SECTION ==========*/
  .pist {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-6);
  }

  /* --------------- ========== PE-MAIN ========== ---------------*/
  .co-main {
    width: 100%;
    overflow: hidden;
  }

  /*========== PERO SECTION ==========*/
  .cero {
    width: 100%;
    background-color: var(--white);
    padding: var(--mb-6);
    padding-top: var(--mb-8);
  }
}

/* Media query for screens with a minimum width of 1650px */
@media screen and (min-width: 1650px) {
}
