.service_hero_section.contact {
  background: linear-gradient(180deg, #e8ffd9 0%, #fedde2 100%);
  padding: 140px 0;
}

/* Professional Contact Form Styling */
.send_message_section .outer_contact {
  /* background: #ffffff; */
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.send_message_section .form-group {
  margin-bottom: 20px;
}

.send_message_section .form-group label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 8px;
  display: block;
}

.send_message_section .form-group label .required {
  color: #e9337e;
}

.send_message_section .form-control {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 10px 15px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  height: auto;
  line-height: 1.5;
}

.send_message_section .form-control:focus {
  border-color: #e9337e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 51, 126, 0.1);
  background-color: #ffffff;
}

.send_message_section .form-control::placeholder {
  color: #999999;
  font-size: 14px;
}

.send_message_section textarea.form-control {
  min-height: 120px;
  resize: vertical;
  padding: 12px 15px;
}

.send_message_section .btn_primary {
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.send_message_section .btn_primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 51, 126, 0.3);
}

/* Validation Error Styles */
.send_message_section .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.send_message_section .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
  font-family: "Montserrat", sans-serif;
}

.send_message_section .alert {
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}

.send_message_section .alert-success {
  background-color: #d1e7dd;
  border-color: #badbcc;
  color: #0f5132;
}

.send_message_section .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}

.send_message_section .alert ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.send_message_section .alert li {
  margin-bottom: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .send_message_section .outer_contact {
    padding: 30px 20px;
  }

  .send_message_section .form-group {
    margin-bottom: 18px;
  }

  .send_message_section .form-control {
    font-size: 14px;
    padding: 10px 12px;
  }
}

.outer_contact_box {
  border-radius: 15px;
  padding: 20px;
}

.outer_contact_box h5 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}

.outer_contact_box.pink {
  background: #fff2f7;
  border-left: #e9337e 10px solid;
}

.outer_contact_box.purple {
  background: #fcf2ff;
  border-left: #501e60 10px solid;
}

.outer_contact_box.green {
  background: #f5fff5;
  border-left: #01a601 10px solid;
}

.social_media {
  background: linear-gradient(360deg, #e8ffd9 0%, #ffe1ed 100%);
  padding: 10px 20px;
  border-radius: 15px;
}

.social_media .top_heading img {
  max-width: 25px;
  margin-right: 10px;
}

.social_media .top_heading p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.social_media .top_heading {
  display: flex;
  align-items: center;
}

.social_media ul li {
  display: flex;
}

.social_media ul li {
  display: flex;
  margin-bottom: 16px;
  padding: 13px 20px;
  border-radius: 10px;
  align-items: center;
}

.social_media ul li span.icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  background: #ffffff5c;
  display: flex;
  justify-content: center;
  padding: 8px;
  border-radius: 10px;
  margin-right: 14px;
}

.social_media ul li span.content {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  word-break: break-all;
}

.social_media ul li span.icon img {
  width: 27px;
}

.social_media ul li.fb {
  background: #2653e7;
}

.social_media ul li.insta {
  background: linear-gradient(90deg, #911ce2 0%, #c4178b 100%);
}

.social_media ul li.linkedin {
  background: #2743d4;
}

.social_media ul li.tiktok {
  background: linear-gradient(90deg, #262626 0%, #8c8c8c 100%);
}

.get_in_touch.contact .outer_contact {
  border: 2px solid #00000033;
  padding: 15px;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .btn_pink {
    font-size: 16px;
  }

  .service_hero_section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .heading_section {
    max-width: 100%;
  }

  .service_hero_inner .box_heading {
    font-size: 20px;
  }

  .heading_section .heading {
    font-size: 30px;
  }
}