.C4161C {
  color: #EE2C3C;
}

.black {
  color: #000;
}

.w-48 {
  width: 48%;
}

.title-flex {
  display: flex;
  gap: 8px;
}

.icon-bg-red {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #EE2C3C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99%;
}

.contact-afa-top {
  border-bottom: 1px solid #d9d9d9;
  background: #f6f6f6;
}

.contact-afa-top .contact-afa-top-title {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.title-home {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.contact-afa .contact-afa-main .contact-afa-main-top {
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
}

.contact-afa
  .contact-afa-main
  .contact-afa-main-top
  .contact-afa-main-top-left
  .main_photo {
  width: 100%;
}

.contact-afa
  .contact-afa-main
  .contact-afa-main-top
  .contact-afa-main-top-left
  .main_photo
  img {
  width: 100%;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  aspect-ratio: 708/603;
}

.box_contact .box_page .icon {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.icon-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.title-style {
  padding-top: 6px;
}

.title-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.box_contact .box_page .icon .text-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.box_contact .box_page .icon p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.box_contact .box_page .icon p a {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .w-48 {
    width: 100%;
  }
}

.contact-afa-main-right .st{
  padding-bottom: 25px;
}


.box_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.box_map {
  flex: 1; 
  min-width: 48%; 
}

.box_map iframe {
  width: 100%; 
  height: 400px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .box_contact {
      flex-direction: column;
  }

  .box_map {
      min-width: 100%;
  }
}

.box_map h3{
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}

.contact-afa-main-top-left{
  background: #fff;
  border-radius:20px;
  padding:40px;

}

.contact-afa-main-right{
  padding-top:40px
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7-form textarea{
  width:100%;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 16px;
}

.wpcf7-form textarea{
  padding-bottom: 0;
  height: 110px;
}

.wpcf7-form [type=submit]{
  background: #EE2C3C;
  border-radius: 10px;
  padding: 16px 40px;
  font-weight: 600;
  border:none;
  color:#fff;
}