.quote {
  width: 100%;
  min-height: 10vh;
  padding: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-teal);

  font-family: Montserrat;
  font-weight: 400;
}
.my-transformation {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 0 5%;

  overflow-x: hidden;
}
.div-circle {
  position: absolute; /* or relative, depending on your layout */
  width: 600px; /* Set the size of your gradient */
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(33, 96, 101, 0.5),
    rgba(16, 26, 27, 0) 70%
  );
  /* Adjust colors and transparency as needed */
  pointer-events: none; /* Optional: makes sure the gradient div doesn't interfere with clicks */
  z-index: -1; /* Optional: send it behind other content */
  left: 65%;
  top: -10%;
}
h1 {
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 300;
  line-height: 78px;
  margin-top: 20px;
}

.highlight-red {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 78px;
  color: var(--red2);
}
.content {
  display: flex;
  justify-content: center;

  gap: 10%;
}
.image-container {
  position: relative;
  height: 100%;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container img {
  position: relative;
  width: 100%;
  height: 65vh;
  max-width: 100%;
  object-fit: contain; /* Ensures the image covers the container without distortion */
  /* aspect-ratio: 0.65; */
}
.image-container img:nth-child(1) {
  top: 0;
  left: 40px;
}
.image-container img:nth-child(2) {
  top: 50px;
  left: -20px;
}
.text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 50%;

  height: 100%;
  margin-top: 50px;

  font-family: Lora;
  font-size: 20px;
  font-weight: 400;
  line-height: 35.48px;
  letter-spacing: 0.05em;
  text-align: left;
}
.text p {
  margin: 15px;
}
.lora-highlight {
  font-family: Lora;
  font-size: 20px;
  font-weight: 700;
  line-height: 20.48px;
  letter-spacing: 0.05em;
  text-align: left;
}
.decor {
  background-image: url("../images/decor.png");
  width: 100%;
  height: 20vh;
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: -5vh;
}
.services {
  width: 100%;

  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  margin-bottom: 5vh;
  position: relative;
  top: -5vh;
}
h1 {
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 300;
  line-height: 78px;
}
.cards {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.card {
  height: 500px;

  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--gray);
  box-shadow: 10px 10px 10px 0px #060b0c;
}
.card h2 {
  color: var(--red2);

  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  margin: 10px;
  margin-top: 15px;
  text-align: center;
}

.card-text {
  padding: 40px 20px;
  padding-top: 0;
}
.card p {
  margin: 0;
  font-family: Lora;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: left;
}
.card,
.card img {
  border-radius: 60px 0 60px 0;
}
.card img {
  height: 40%;
  width: 100%;
}
@media (min-height: 1100) {
  .my-transformation {
    min-height: 80vh;
  }
}
@media (max-width: 1480px) {
  .image-container img {
    height: 55vh;
  }
}
@media (max-width: 1200px) {
  .div-circle {
    left: -25%;
    top: 10%;
  }
  .text {
    margin-top: 50px;

    font-family: Lora;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.48px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .lora-highlight {
    font-family: Lora;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.48px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  h1 {
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 300;
    line-height: 39.01px;
  }

  .highlight-red {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    color: var(--red2);
  }
  .content {
    flex-direction: column;
    gap: 20px;
  }
  .my-transformation {
    height: auto;
  }
  .image-container {
    display: flex;
    width: 100%;
    height: 50vh;
    justify-content: center;
    align-items: center;
  }

  .image-container img {
    position: relative;
    height: 100%;
    /* height: 350px;
    
    aspect-ratio: 0.65; */
  }
  .image-container img:nth-child(1) {
    top: 0;
    left: 15%;
  }
  .image-container img:nth-child(2) {
    top: 50px;
    left: -15%;
  }
  .text {
    width: 100%;
  }
  .text p {
    margin: 5px;
  }
}
@media (max-width: 450px) {
  .image-container img {
    height: 85%;
  }
  .image-container img:nth-child(1) {
    top: 0;
    left: 40px;
  }
  .image-container img:nth-child(2) {
    top: 50px;
    left: -25px;
  }
}
@media (max-width: 350px) {
  .image-container img {
    height: 80%;
  }
}

@media (min-width: 1150px) {
  .cards {
    gap: 15px;
  }
  .card {
    transform: scale(1.1);
  }
  .services {
    gap: 50px;
  }
}
