.overview_section {
  padding-block: 0;
}
.overview_section .grid_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.overview_section .grid_row .image img {
  width: 100%;
}
.overview_section .content {
  padding-left: 60px;
  padding-block: 40px;
}
.overview_section h1 {
  font-size: 42px;
  margin-bottom: 12px;
}
.overview_section p {
  color: #121212;
  line-height: 1.6;
  padding-bottom: 20px;
}
.image_with_text {
  margin-block: 120px;
}

.image_with_text .grid_row {
  position: relative;
  display: flex;
  align-items: stretch;
}
.image_with_text .grid_row::before {
  right: auto;
  left: 0;
  content: "";
  position: absolute;
  display: flex;
  top: -50px;
  right: 0;
  height: calc(100% + 100px);
  width: 81.5%;
  background-color: #fff;
  z-index: -1;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.image_with_text.right .grid_row::before {
  left: auto;
  right: 0;
}
.image_with_text .content {
  width: calc(100% - 203px);
  padding: 60px 103px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.image_with_text .rotated_text {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
  margin: 0;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 100%;
  background: #08726a;
  color: #fff;
  padding: 7px 23px;
  border-radius: 4px 4px 0 0;
}
.image_with_text.right .rotated_text {
  right: -216px;
  left: auto;
  transform: rotate(90deg) translateX(0%);
}
.image_with_text .content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #004246;
}
.image_with_text .content p {
  color: #121212;
  padding-bottom: 20px;
  line-height: 1.6;
}
.image_with_text .content a {
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-weight: 600;
  font-size: 16px;
  gap: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
}
.image_with_text .image {
  width: 53.98%;
}
.image_with_text .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquiry__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 0.3px;
  gap: 18px;
  padding: 32px;
  border-radius: 12px;
  background-color: #e3fee8;
}

.enquiry__cta p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: rgb(8, 114, 106);
}

.enquiry__cta .greenBtn {
  background: rgb(255, 213, 0);
  color: #000;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  margin-top: 20px;
  transition: all 0.3s ease;
  margin: 0;
  font-size: 15px;
  padding: 8px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.text_section .container {
  padding: 40px;
  text-align: center;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
}
.text_section h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.text_section p {
  color: #121212;
  padding-bottom: 40px;
  line-height: 1.6;
  max-width: 1000px;
  margin-inline: auto;
}

.text_section h4 {
  font-size: 24px;
  padding-bottom: 20px;
  color: rgb(8, 114, 106);
}

.text_section ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid #08726a;
  border-bottom: none;
  margin-bottom: 32px;
}
.text_section ul li {
  padding: 12px;
  text-align: left;
  color: #121212;
  font-size: 14.5px;
  line-height: 1.4;
  border-bottom: 2px solid #08726a;
  display: flex;
  gap: 12px;
}
.text_section ul li span {
  display: flex;
  flex-direction: column;
}
.text_section ul li img {
  margin-top: 4px;
}
.text_section ul li:nth-child(even) {
  border-left: 2px solid #08726a;
}
.text_section svg {
  width: 20px;
  height: 20px;
}
.text_section .imp_text:last-child {
  background: #004246;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding-bottom: 0;
  padding-block: 12px;
  border-radius: 6px;
  font-weight: 600;
}
.content_with_form .heading_block {
  margin-bottom: 32px;
}
.content_with_form .heading_block h3 {
  font-size: 32px;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 700;
}
.content_with_form .heading_block p {
  max-width: 900px;
  margin-inline: auto;
  line-height: 32px;
  font-size: 16px;
  color: #121212;
  opacity: 0.8;
  text-align: center;
}
.content_with_form .grid_row {
  display: grid;
  grid-template-columns: 40% calc(60% - 60px);
  gap: 60px;
}
.content_with_form .form__container {
  border: 1px solid #ddd;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  height: max-content;
}
.form__container h3 {
  color: #000;
  margin-bottom: 15px;
  margin-right: 0;
  font-size: 40px;
  font-weight: 800;
}
.form__container p {
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.form__container .form__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form__container .form__field {
  margin-bottom: 20px;
}
.form__field label {
  font-size: 15px;
  color: #121212;
  font-weight: 500;
  margin-bottom: 6px;
}
.form__container .input__row input,
.form__container .input__row select,
.form__container select {
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  border-radius: 6px;
  padding-inline: 12px;
  font-family: "Rubik", sans-serif;
}
.form__container .textarea__row textarea {
  border: 1px solid #cbd6e2;
  padding: 12px;
  font-family: "Rubik", sans-serif;
  min-height: 120px;
  border-radius: 6px;
}
.form__container button {
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 8px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  gap: 12px;
  width: max-content;
  margin-top: 16px;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
  cursor: pointer;
  border: none;
}
/* .content_with_form .content {
  padding-top: 40px;
} */
.content_with_form .content .block {
  margin-bottom: 40px;
  padding: 24px;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.content_with_form .content h4 {
  font-size: 20px;
  color: #004246;
  margin-bottom: 12px;
}
.content_with_form .content h4 .icon {
  height: 60px;
  width: 60px;
  background: #f2fbf7;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.content_with_form .content h4 .icon svg path {
  fill: #004246;
}
.content_with_form p {
  line-height: 1.6;
  padding-bottom: 20px;
  color: #121212;
  opacity: 0.8;
}
.enquiry_fixed_btn {
  position: fixed;
  background: #ffd500;
  color: #000;
  padding: 12px 16px;
  border-radius: 12px;
  min-width: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  gap: 6px;
  position: fixed;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  box-shadow: 0 10px 15px -3px rgba(255, 213, 0, 0.5),
    0 4px 6px -4px rgba(255, 213, 0, 0.5);
}
.enquiry_fixed_btn::after {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: moveAfter;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: linear-gradient(
    180deg,
    hsla(21, 63%, 73%, 0),
    hsla(0, 0%, 100%, 0.5) 50%,
    hsla(21, 63%, 73%, 0)
  );
  bottom: -50%;
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  top: -50%;
  -webkit-transform: rotate(60deg) translate(-5em, 7.5em);
  transform: rotate(60deg) translate(-5em, 7.5em);
}

@keyframes moveAfter {
  100% {
    transform: rotate(60deg) translate(1em, -9em);
  }
}

@media (max-width: 576px) {
  .image_with_text {
    margin-block: 40px;
  }
  .image_with_text .grid_row {
    flex-direction: column;
  }
  .image_with_text .content {
    padding: 20px;
    width: 100%;
  }
  .image_with_text .grid_row::before {
    width: 100%;
    top: 0;
    height: 100%;
  }
  .image_with_text .content img {
    width: 40px;
    display: none;
  }
  .image_with_text .content h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .image_with_text .content p {
    font-size: 15px;
  }
  .image_with_text .image {
    width: 100%;
    order: -10;
    border-radius: 10px 10px;
    overflow: hidden;
  }
  .image_with_text .rotated_text {
    display: none;
  }
  .enquiry__cta p {
    font-size: 15px;
  }
  .text_section h3 {
    font-size: 22px;
  }
  .text_section p {
    font-size: 15px;
  }
  .text_section ul {
    grid-template-columns: 1fr;
  }
  .text_section ul li:nth-child(even) {
    border-left: none;
  }
  .text_section .imp_text:last-child {
    flex-direction: column;
  }
  .text_section svg {
    width: 40px;
    height: 40px;
  }
  .content_with_form .heading_block h3 {
    font-size: 22px;
  }
  .content_with_form .heading_block p {
    font-size: 15px;
    line-height: 24px;
  }
  .content_with_form .grid_row {
    grid-template-columns: 1fr;
  }
  .content_with_form p {
    font-size: 14px;
  }
  .content_with_form .content .block:last-child {
    margin-bottom: 0;
  }
}
