* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  overflow: hidden;
  margin-top: -1px;
}

li {
  list-style: none;
}
.contactUs_section {
  background: url('https://ascentfoundation.in/wp-content/uploads/2025/02/contact-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 96px;
}
/* .contactUs_section {
  background-color: rgba(18, 18, 18, 1);
} */
.socialMedia a{
  text-decoration: unset;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.socialMedia{
  display: flex;
  gap: 15px;
}
.contactUs {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  justify-content: center;
  align-items: center;
}
.star-color{
  color: #ED1E26;
}
.contactUs_header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contactUs_header h2 {
  font-family: Kaisei Decol;
  text-align: center;
  font-weight: 700;
  font-size: 76px;
  line-height: 110.05px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-transform: capitalize;

}

.contactUs_header p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.contactUs_content {
  display: flex;
  justify-content: space-between;
  gap: 49px;
  align-items: center;
}

.left_content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.left_content .details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.left_content .details a:first-child{
  text-decoration: none;
}

.contactUs_content .left {
 /* flex: 0 0 48%; */
  color: rgba(255, 255, 255, 1);
}

.left_content .phone,
.left_content .email,
.left_content .address {
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.after-undrline{
  position: relative;
}
/* .after-undrline::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
} */

.left_content .phone span img,
.left_content .email span img,
.left_content .address span img {
  height: 20px;
  width: 20px;
}

.left_content_icon {
  /* padding: 8px; */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(222, 62, 40, 1);
  height: 48px;
  max-width: 48px;
  width: 100%;
}

.contactUs_content .right {
  background-color: rgba(246, 242, 238, 1);
  width: 100%;
  max-width: 589px;
  border-radius: 15px;

}
.ascent-contct-form .contact_name {
  display: flex;
  gap: 45px;
}
.ascent-contct-form .contact_name p {
  width: 100%;
}
.ascent-contct-form .contact_name input {
  max-width: 232px;
  padding: 13px 10px 13px 16px;
  border: 1px solid var(--Separator-Light-Bg, #C2C2C2);
  border-radius: 8px;
  margin-top: 8px;
  width: 100%;
}
.ascent-contct-form textarea {
  border: 1px solid var(--Separator-Light-Bg, #C2C2C2);
  border-radius: 8px;
  padding: 10px 10px 10px 16px;
  width: 100%;
  margin-top: 8px;
  max-height: 96px;
}
.ascent-contct-form label {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  /* display: flex;
  flex-direction: column;
  gap: 8px; */
  color: #121212;
}
.contactUs_content .right .form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px 40px;
}

.contactUs_content .right .form .feild {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 45%;

}

/* .contactUs_content .right .form .message .feild {
  width: 100%;
} */


.contactUs_content .right .form .input {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
}

.contactUs_content .right .form .name {
  display: flex;
  justify-content: space-between;

}

.contactUs_content .right .form .phone {
  display: flex;
  justify-content: space-between;

}

.textArea {
  border: 1px solid rgba(194, 194, 194, 1);
  border-radius: 8px;
}

.submit {
  text-align: end;


}

.contact-submit-btn input{
  background-color: rgba(222, 62, 40, 1);
  color: rgba(255, 255, 255, 1);
  outline: none;
  border: none;
  padding: 12px 32px;
  border-radius: 33px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  min-width: 132px;
  min-height: 52px;
}
.contact-submit-btn {
  text-align: right;
}
.contact-submit-btn p{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0;
}

.contact-submit-btn input:hover {
  background-color: rgb(205, 58, 38);
  transition: 0.5s;
}

/* ___________our chapters */
.ourChapters_section {
  padding: 120px 0;
  background-color: #121212;
}
.textarea-field p{
  margin-bottom: 18px;
}
.ourChapters {
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}

.ourChapters h2 {
  font-family: Kaisei Decol;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0;
}

.cities {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border-radius: 8px;
  width: 100%;
}

.city {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 12px; */
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(18, 18, 18, 1);
  transition: 0.3s;
  max-width: 282px;
  flex: 0 0 24%;
}
  .city h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #121212;
    padding: 11px 20px;
    margin: 0;
}

.city img {
  width: 100%;
  border-radius: 8px 8px 0 0;

}
/* .lower-section.lower-section-contact{
  margin-bottom: 0;
} */
@media (max-width : 1024px) {
 
  .ascent-contct-form .contact_name input{
    max-width: 100%;
  }
  .contactUs_content .right .form .name {

      gap: 15px;
  }

  .contactUs_content .right .form .phone {

      gap: 15px;
  }

  .contactUs_content {
flex-direction: column-reverse;
      flex-wrap: wrap;

  }
  .contactUs {
    gap: 40px;
  }

  .contactUs_content .left {
      width: 100%;
  }

  .contactUs_content .right {
      width: 100%;
      /* max-width: 100%; */
      max-width: 589px;
  }
  .city {
    flex: 0 0 23%;
  }
}
@media (max-width : 991px) {
  .city {
    flex: 0 0 48%;
    max-width: unset;
  }
}
@media (max-width : 767px) {
  .contactUs_section{
    background: url(https://ascentfoundation.in/wp-content/uploads/2025/02/con-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 112px;
  }
  .socialMedia {
    justify-content: center;
  }
  .after-undrline::after {
    bottom: 4px;
  }
  .contact-submit-btn p{
    flex-direction: column-reverse;
  }
  .left_content .phone, .left_content .email, .left_content .address{
    font-size: 16px;
    line-height: 24px;
  }
  .cities {
    gap: 12px;
}
.city h3{
  font-size: 14px;
  line-height: 20px;
  padding: 9.15px 16px;
}
.city{
  max-width: 100%;
  flex: 0 0 48.06%;
  /* gap: 9.15px; */
}
.city img{
  max-height: 104px;
}
  .contactUs_content .right .form .name {
      gap: 15px;
  }
  .contactUs_content .right .form .phone {
      gap: 15px;
  }
  .contactUs_content {
      justify-content: center;
      flex-wrap: wrap;
  }
  .ascent-contct-form .contact_name {
    flex-direction: column;
    gap: 0;
}
  .contactUs {
      gap: 0px;
      padding-top: 0px;
  }

  .contactUs_header h2 {
    line-height: 40px;
      font-size: 32px;
  }

  .contactUs_header p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .left_content {
      gap: 0px;
  }
  .left_content .details {
      gap: 8px;
  }
  /* .left_content_icon {
      padding: 6px;
  } */
  .contactUs_content .right .form {
      padding: 15px;
      gap: 13px;
  }
  .submit button {
      padding: 10px 28px;
  }
  .notable_speaker h2 {
      font-size: 38px;
  }
  .ourChapters h2 {
      font-size: 28px;
      line-height: 40px;
  }
  .ourChapters {
    gap: 32px;
  }
  .contact-submit-btn input{
    font-size: 12px;
    line-height: 20px;
  }
}

@media (min-width: 577px) and (max-width: 990px) {

  .contactUs_header h2 {

      font-size: 49px;

  }
}


/* Media queries */

form[data-status="init"] .wpcf7-not-valid-tip{
  display: none;
  }