:root {
  --root-black-color: #3f3f3f;
  --gradient-color: linear-gradient(244.73deg, #04bfd7 -48.91%, #63388b 79.49%);
  --white-color: #fff;
}

/* *****************************************************banner-section-start***************************************************** */

.banner-section-about {
  background: url(../assets/images/contact-us/banner.svg);
}

/* ****************************************************contact-us-detail-boxes********************************************** */

#contact-us-detail-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 120px;
}

#contact-us-detail-wrapper .container {
  overflow: visible;
}

.contact-us-detail-box-con {
  display: flex;
  align-items: center;
  gap: 72px;
}

.contact-us-detail-box {
  width: calc(33% - 25px);
  padding: 55px 40px 15px 40px;
  border: 1px solid #3f3f3f;
  border-radius: 8px;
}

.contact-us-detail-box-img {
  width: 95px;
  height: 95px;
  background: var(--gradient-color);
  border-radius: 11px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
}

.contact-us-detail-box h2 {
  font-family: Rajdhani;
  font-size: 30px;
  font-weight: 700;
  line-height: 36.3px;
  text-align: center;
  margin-top: 8px;
  color: var(--root-black-color);
}

.contact-us-detail-box p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.01px;
  text-align: center;
  margin-top: 16px;
  color: var(--root-black-color);
}

/* ****************************************contact-form-section-start************************************************************** */

#form-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

#form-section-wrapper .container {
  overflow: visible;
}

.form-section-con {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form-section-con-left {
  width: 35%;
  padding-top: 24px;
}

.form-section-con-left h1 {
  font-family: Rajdhani;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.5px;
  text-align: left;
  color: #63388b;
}
.form-section-con h2 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 47.08px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 14px;
}

.form-section-con p {
  font-family: Rubik;
  font-size: 22px;
  font-weight: 400;
  line-height: 32.34px;
  text-align: left;
  margin-top: 28px;
}

.contact-social-link-con {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-social-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--root-black-color);
  border-radius: 50%;
  margin-top: 118px;
}

.contact-social-link:hover {
  background-color: black;
}

.contact-social-link i {
  font-size: 25px;
  color: white;
}

.form-section-con-right {
  width: 55%;
  padding: 40px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 16.9px 0px #00000040;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  background-color: white;
}

.form-section-con-right h1 {
  font-family: Rajdhani;
  font-size: 44px;
  font-weight: 700;
  line-height: 53.24px;
  text-align: left;
  color: #63388b;
}

.form-section-con-right p {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-top: 8px;
  color: var(--root-black-color);
}

.contact-form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.form-field-con {
  display: flex;
  align-items: center;
  gap: 25px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(50% - 12.5px);
}

.input-label {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color);
}

.input-box {
  padding: 15px;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
  height: 55px;
}

.input-box::placeholder {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #878787;
}

#field {
  width: 100%;
}

.details-input-box {
  width: 100% !important;
}

.document-input .attachments {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color);
}

.document-input .please-attach {
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #878787;
  margin-top: 5px;
}

.document-input-box {
  padding-block: 20px;
  border: 2px dotted #3f3f3f;
  border-radius: 5px;
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.drop-file {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  text-align: left;
  color: var(--root-black-color);
  margin-top: 5px;
}

.drop-file span {
  font-weight: 700;
}

.form-submit {
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.44px;
  text-align: center;
  background: var(--gradient-color);
  border-radius: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 27px;
  width: fit-content;
  color: white;
}

.form-submit:hover {
  border: 2px solid #3f3f3f;
  color: #63388b;
  background: transparent;
}

/* ************************************************map-section************************************************************* */

#map {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../assets/images/contact-us/office-location-map.svg);
  min-height: 650px;
  margin-top: -300px;
  position: relative;
  z-index: -99;
}

/* ************************************************cutting-edge-section************************************************************* */

.cutting-edge-section {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .contact-us-detail-box {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-us-detail-box {
    padding-inline: 15px;
  }

  .contact-us-detail-box p {
    font-size: 15px;
    line-height: 24.01px;
  }

  .input-box::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-us-detail-box {
    padding-inline: 10px;
  }

  #contact-us-detail-wrapper {
    padding-bottom: 30px;
    padding-top: 80px;
  }

  #form-section-wrapper {
    padding-top: 30px;
  }

  .input-box::placeholder {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-us-detail-box-con {
    flex-direction: column;
  }
  .contact-us-detail-box {
    width: 100%;
  }

  .contact-us-detail-box p {
    font-size: 18px;

    line-height: 28.01px;
  }

  .form-section-con {
    flex-direction: column;
    gap: 40px;
  }

  .form-section-con-right {
    width: 100%;
  }

  .form-section-con-left {
    width: 100%;
    padding-top: 0px;
  }

  .form-section-con-left h1 {
    text-align: center;
    font-size: 40px;
    line-height: 40.5px;
  }

  .form-section-con h2 {
    text-align: center;
  }

  .form-section-con p {
    text-align: center;
  }

  .contact-social-link-con {
    justify-content: center;
  }

  .contact-social-link {
    margin-top: 40px;
  }

  .banner-section-about-con h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .form-section-con h2 {
    font-size: 35px;
    line-height: 40.08px;
    margin-top: 10px;
  }

  .form-section-con p {
    font-size: 20px;
    line-height: 25.34px;
    margin-top: 15px;
  }

  .contact-social-link {
    margin-top: 30px;
  }

  .form-section-con-right h1 {
    font-size: 37px;
    line-height: 40.24px;
    text-align: center;
  }

  .form-submit {
    font-size: 20px;
    line-height: 24.44px;
  }
}
@media only screen and (max-width: 480px) {
  .form-field-con {
    flex-direction: column;
    gap: 15px;
  }
  .field {
    width: 100%;
  }

  .form-section-con > p {
    margin-top: 0px;
  }

  .form-section-con p {
    font-size: 18px;
  }

  .form-submit {
    width: 100%;
  }

  .contact-form {
    gap: 15px;
  }

  .form-section-con-right {
    padding: 25px;
  }

  .form-submit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
  .form-section-con p {
    font-size: 15px;
  }
}
