.serviceBody {
  padding: 100px 150px;
}

.hero {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.heroLeft {
  width: 48%;
}

.heroLeft img {
  width: 100%;
  border-radius: 36px;
  height: 500px;
  object-fit: cover;
}

.heroRight {
  width: 48%;
}

.heroRight h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  color: #041C44;
  padding-bottom: 10px;
}

.heroRight p {
  font-size: 17px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  padding: 20px 0;
  color: rgba(91, 91, 91, 1);
}

.tag {
  font-size: 18px;
  font-weight: 700;
  line-height: 20.8px;
  text-align: left;
  color: rgba(8, 60, 145, 1);
  padding: 16px 16px 16px 16px;
  gap: 10px;
  border-radius: 36px;
  background: rgba(10, 101, 85, 0.1);
  max-width: 400px;
  margin-top: 20px;
}

/* .heroRight {
  margin-top: 80px;
} */

.servicerighttext {
  width: 500px;
}

.serviceListTitle {
  text-align: center;
  margin-top: 50px;
}

.serviceListTitle h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
  text-align: center;
  color: rgba(8, 60, 145, 1);
}

.serviceListRight img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 36px;
}

.serviceListRight {
  width: 48%;
}

.serviceListItem {
  margin-top: 50px;
}

.serviceList {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.serviceListLeft {
  width: 48%;
  margin-top: 80px;
}

.serviceListLeft h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33.6px;
  letter-spacing: -0.02em;
  text-align: left;
  color: rgba(8, 60, 145, 1);
  margin-bottom: 20px;
}

.serviceListLeft p {
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  text-align: left;
  color: rgba(91, 91, 91, 1);
}

.serviceList button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: rgba(8, 60, 145, 1);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  margin-top: 50px;
}

.ourService {
  margin-top: 50px;
}



@media (max-width: 768px) {
  .serviceBody {
    padding: 10px;
  }

  .serviceList img {
    width: 100%;
  }

  .heroLeft {
    width: 100%;
  }

  .serviceList {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

  .serviceListRight {
    width: 100%;
  }

  .serviceListLeft {
    width: 100%;
    margin-top: 30px;
  }

  .serviceListinvert {
    flex-direction: column !important;
  }

  .servicerighttext {
    width: 100%;
  }

  .heroRight {
    width: 100%;
  }

  .serviceListTitle h1 {
    font-size: 35px;
  }

  .serviceListItem {
    margin-top: 20px;
  }

  .serviceListLeft h3 {
    font-size: 20px;
    text-transform: capitalize !important;
  }

  .serviceListLeft p {
    font-size: 16px;
  }
  .newService {
    padding: 0 !important;
  }
  .heroRight h3 {
    font-size: 40px;
    text-align: center;
    margin-top: 30px;
  }
  .tag {
    padding: 10px 10px;
    font-size: 20px;
    width: fit-content;
  }
  .service-card {
    padding: 20px !important;
    width: 100% !important;
  }
  .header h1 {
    margin-top: 30px;
  }
  .heroLeft img {
    height: auto;
  }
}









.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 48px;
  color: #041C44;
}

.header p {
  font-size: 19px;
  color: #555;
}

/* Service card styles */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.service-card {
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
    border-radius: 10px;
    padding: 1.75rem 1rem;
    box-shadow: -4px 4px 40px 1px rgba(0, 0, 0, .1137254902);
    min-height: 300px;
    width: 400px;
}

.service-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 10px;
  background: #D175A3;
  border-radius: 5px;
  
}

.service-card h3 {
  font-size: 20px;
  color: #1c2b38;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #555;
  text-align: justify;
}

.service-card .learn-more {
  display: inline-block;
  margin-top: 20px;
  color: #D175A3;
  text-decoration: none;
}

/* Responsive styles */
@media (max-width: 768px) {
  .services {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services {
    grid-template-columns: 1fr;
  }
}

.newService {
  padding: 100px 0px;
}


.contact-tag {
  color: #D175A3;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

h1 {
  color: #041C44;
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.description {
  color: #546e7a;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}

.booking-container {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.form-container {
  flex: 1;
  min-width: 300px;
}

.map-container {
  flex: 1;
  min-width: 300px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 12px;
  border: none;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  background: white;
  color: #333;
  margin-bottom: 1rem;
}
input {
  width: 95% !important;
}

.form-control:focus {
  outline: none;
  border-color: #0A46AE;
  box-shadow: 0 0 0 2px rgba(0,188,212,0.2);
}

.date-time-container {
  display: flex;
  gap: 1rem;
}

.date-time-container .form-control {
  flex: 1;
}

.book-button {
  width: 100%;
  padding: 1rem;
  background: #0A46AE;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.book-button:hover {
  background: #0A46AE;
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

@media (max-width: 768px) {
  .booking-container {
      flex-direction: column;
  }

  .date-time-container {
      flex-direction: column;
  }

  h1 {
      font-size: 2rem;
  }

  .appointment-section {
      padding: 1rem;
      margin: 2rem auto;
  }

  .map-container {
      min-height: 300px;
  }
}

iframe {
  margin-top: 0 !important;
}
