section.hero-banner .hero-image img {
  box-shadow: none;
}

section .row-content-card .heading-content p:last-of-type:has(span) {
  display: flex;
  align-items: center;
  gap: 10px;
}

section .row-content-card .heading-content p:last-of-type span:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

section .row-content-card .heading-content p:last-of-type span:last-child {
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

section.blogs .blog-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 50px;
}

section.blogs h2 {
  margin-bottom: 24px;
}

section.blogs .blog-title {
  max-width: 684px;
}

section.blogs .blog-title p {
  color: #3f4040;
}

section.blogs .blog-card {
  border-radius: 15px;
  border: 1px solid rgba(33, 30, 31, 0.15);
  background: #fff;
  overflow: hidden;
  transition: 0.3s;
}

section.blogs .blog-card:hover {
  box-shadow: 5px 15px 15px 0 rgba(0, 0, 0, 0.15);
}

section.blogs .blog-body {
  padding: 30px;
}

section.blogs .blog-body h3 {
  margin-bottom: 12px;
  color: #333;
}

section.blogs .blog-body a {
  color: #211e1f;
}

section.blogs .blog-body p {
  color: #3f4040;
  line-height: 27px;
}

section.blogs .blog-body .p-height {
  margin-bottom: 20px;
}

section.blogs .blog-body .btn-read {
  font-weight: 700;
  line-height: normal;
}

section.blogs .blog-body .btn-read svg {
  transition: transform 0.3s ease;
}

section.blogs .blog-card:hover .blog-body .btn-read svg {
  transform: translateX(6px);
}

section.blogs .blog-card img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
}

section.contact .map-embed iframe {
  width: 100%;
  border-radius: 20px;
  min-height: 567px;
}

section.contact .contact-heading {
  margin-bottom: 50px;
}

section.contact .contact-2 .contact-heading p {
  color: #3f4040;
}

section.contact .contact-heading h2,
section.contact .contact-heading h3 {
  margin-bottom: 24px;
}

section.contact .contact-wrapper {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}

form input:not([type="submit"]),
form select,
form textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(33, 30, 31, 0.15);
  background: #fff;
  width: 100%;
  margin-bottom: 15px;
}

form input:not([type="submit"]) {
  height: 45px;
}

form textarea {
  height: 150px;
  margin-bottom: 0;
}

form > p {
  position: relative;
}

input.wpcf7-submit {
  border-radius: 50px;
  background: #f15e22;
  padding: 15px 30px;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 50px;
  line-height: normal;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #f90 !important;
  box-shadow: 0 4px 40px 0 rgba(255, 153, 0, 0.7);
}

.wpcf7-spinner {
  position: absolute !important;
  left: 0;
  bottom: 15px;
}

@media (min-width: 1200px) {
  section.contact .contact-2 .map-embed {
    display: none;
  }
}

@media (max-width: 1199px) {
  section.contact .col-lg-6 {
    width: 100%;
  }

  section.contact .contact-1 .map-embed {
    display: none;
  }

  section.contact .contact-wrapper {
    margin-bottom: 24px;
  }

  section.contact .contact-2 .map-embed {
    display: block;
  }
}

@media (max-width: 991px) {
  section.blogs .blog-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  section.contact .contact-heading {
    margin-bottom: 30px;
  }

  form input[type="submit"] {
    margin-top: 30px;
  }

  section .row-content-card .heading-content p:last-of-type span:first-child {
    font-size: 25px;
  }
}
