/* .page_section .section-eyebrow{
  margin-bottom: 23px;
} */
.page_section .heading {
  font-weight: 400;
  font-size: 48px;
  line-height: 67px;
  letter-spacing: -1.5px;
  color: var(--black);
  margin-bottom: 16px;
}

.page_section .paragraph {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #6D6D6D;
  margin-bottom: 38px;
  padding-right: 30px;
}


.contact-wrapper {
  background-color: #f0f0f01c;
  padding: 40px 50px;
  border-radius: 12px;
  border: 1px solid #E4E4E4;
}

.contact-info-column {
  background-color: #ffffff;
  padding: 40px 50px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
}

.info-address-section {
  padding-bottom: 35px;
}

.info-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: -0.18px;
  color: #000000;
}

/* Call us Section */
.contact-location {
  margin-bottom: 30px;
}

.contact-location:last-child {
  margin-bottom: 0;
}

.location-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}

.flag-icon {
  width: 30px;
  height: 20px;
}

.country-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #1a1a1a;
}

.location-address {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 12px;
  font-style: normal;
}

.location-phone {
  display: flex;
  align-items: center;
  gap: 9px;
}

.call-icon {
  width: 20px;
  height: 20px;
}

.location-phone .call-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: normal;
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}
/* 
.email-item {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid #E4E4E4;
  padding: 20px 0;
}

.email-item:last-child {
  padding-bottom: 0px;
}

.email-wrapper {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
} */
.email-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
}
.email-wrapper:last-child{
  padding-bottom: 0;
}
.email-item{
  display: flex;
  justify-content:start;
  align-items: center;
  gap: 15px;
}
.email-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #000000;
  white-space: nowrap;
}
.email-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #6D6D6D;
  text-decoration: underline;
}


.social-icons {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;

}

.social-icons a {
  /* border-radius: 50%; */
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-black{
  display: none;
}
.social-icons a:hover .social-gray{
 display: none;
}
.social-icons a:hover .social-black{
 display: block;
}

/* -----Contact Tablet Css Start----- */
@media (max-width: 1024px) {

  .page_section .heading {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
  }

  .page_section .paragraph {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .page_section .badge {
    margin-bottom: 20px;
  }


  .contact-wrapper {
    padding: 30px 30px;
    margin-bottom: 20px;
  }

  .contact-info-column {
    padding: 35px;
  }

  .info-address-section {
    padding-bottom: 30px;
  }

  .contact-location {
    margin-bottom: 30px;
  }

  @media (max-width: 767.98px) {}

  .contact-wrapper {
    padding: 35px;
    margin-bottom: 20px;
  }

.email-wrapper{
  flex-direction: column;
}
.email-wrapper:last-child{
  padding-bottom: 0;
}
}

/* -----Contact Tablet Css End----- */