/*----------------------------------------*/
/*  7.7 Contact Css
/*----------------------------------------*/
.tp-contact-map-wrapper {
  width: 100%;
  height: 680px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-map-wrapper {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-map-wrapper {
    height: 500px;
  }
}
@media (max-width: 574.98px) {
  .tp-contact-map-wrapper {
    height: 450px;
  }
}
.tp-contact-map-wrapper iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}
.tp-contact-map-icon {
  position: relative;
}
.tp-contact-map-icon::after {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  margin: 0 auto;
  height: 120px;
  width: 120px;
  z-index: -1;
  border-radius: 140px;
  backdrop-filter: blur(7px);
  transform: translate(-20%, -20%);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--tp-common-white);
  animation: animate-pulse 3s linear infinite;
  box-shadow: 0px 20px 50px 0px rgba(17, 16, 19, 0.14);
}
.tp-contact-map-icon span {
  display: grid;
  height: 60px;
  width: 60px;
  z-index: 2;
  text-align: center;
  border-radius: 50%;
  place-content: center;
  background-color: var(--tp-theme-primary);
}
.tp-contact-map-icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tp-contact-author-thumb img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.tp-contact-author-content h6 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 0;
}
.tp-contact-author-content span {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 0.6);
}
.tp-contact-bg {
  background: #f6f6f6;
  border-radius: 16px;
  padding: 100px 60px 55px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-bg {
    padding: 60px 30px 25px 30px;
  }
}
.tp-contact-tel {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}
.tp-contact-tel:hover {
  color: var(--tp-theme-primary);
}
.tp-contact-mail {
  font-weight: 600;
  font-size: 42px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-mail {
    font-size: 30px;
  }
}
.tp-contact-mail:hover {
  color: var(--tp-theme-primary);
}
.tp-contact-address h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  text-transform: capitalize;
  font-family: var(--tp-ff-inter);
}
.tp-contact-address a {
  letter-spacing: -0.02em;
  color: rgba(1, 1, 3, 0.7);
  line-height: 162%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-address a br {
    display: none;
  }
}
.tp-contact-form-input label {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 6px;
}
.tp-contact-form-input input, .tp-contact-form-input textarea {
  border: 1px solid rgba(30, 30, 30, 0.1);
  border-radius: 12px;
  background: transparent;
  height: 60px;
}
.tp-contact-form-input input:focus, .tp-contact-form-input textarea:focus {
  border-color: var(--tp-theme-primary);
}
.tp-contact-form-input textarea {
  height: 160px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-form-wrap {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-form-wrap {
    margin-left: 0;
  }
}
.tp-contact-me-title {
  font-size: 24px;
  letter-spacing: -0.03em;
}
.tp-contact-me-form {
  border: 1px solid rgba(9, 9, 11, 0.1);
  border-radius: 32px;
  padding: 25px 50px 50px 50px;
}
@media (max-width: 574.98px) {
  .tp-contact-me-form {
    padding: 25px 20px 20px 20px;
  }
}
.tp-contact-me-form .tp-input {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  height: 60px;
  border-radius: 72px;
  background: #f6f6f6;
  border: none;
  border: 1px solid transparent;
}
.tp-contact-me-form .tp-input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #09090b;
}
.tp-contact-me-form .tp-input:focus {
  background: transparent;
  border-color: var(--tp-theme-primary);
}
.tp-contact-me-form .tp-textarea {
  height: 160px;
  border-radius: 12px;
}
.tp-contact-me-category {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-me-category {
    margin-right: 0;
  }
}
.tp-contact-me-category input {
  display: none;
}
.tp-contact-me-category input ~ span {
  font-weight: 400;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  transition: all 0.4s ease;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-me-category input ~ span {
    padding: 12px 30px;
  }
}
.tp-contact-me-category input ~ span:hover {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-contact-me-category input:checked ~ span {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
}
.tp-contact-me-category-wrap h5 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .cn-contactform-support-area {
    margin-bottom: 80px;
  }
}
.cn-contactform-support-bg {
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 385px;
}
.cn-contactform-support-text span {
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
  max-width: 755px;
  margin: 0 auto;
  display: inline-block;
  letter-spacing: -0.88px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-sequel-semi-bold);
}
@media (max-width: 574.98px) {
  .cn-contactform-support-text span {
    font-size: 36px;
  }
}

.tp-contact-us-text p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(245, 247, 245, 0.5);
}
.tp-contact-us-text a {
  display: inline-block;
}
.tp-contact-us-text a:hover p {
  color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
  .tp-contact-us-form-ptb {
    padding-top: 30px;
  }
}
.tp-contact-us-form-wrapper {
  padding: 10px;
  border-radius: 14px;
  background: #1B1B1D;
}
.tp-contact-us-map {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-map {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-contact-us-map {
    height: 450px;
    margin-bottom: 30px;
  }
}
.tp-contact-us-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media (max-width: 574.98px) {
  .tp-contact-us-heading .tp-career-title {
    padding-bottom: 20px;
  }
}
.tp-contact-us-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  color: var(--tp-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-contact-us-title {
    margin-bottom: 30px;
  }
}
.tp-contact-us-wrap {
  padding: 110px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-contact-us-wrap {
    padding: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-contact-us-wrap {
    padding: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-contact-us-wrap {
    padding: 30px;
  }
}
@media (max-width: 574.98px) {
  .tp-contact-us-wrap {
    padding: 20px;
  }
}
.tp-contact-us-wrap .tp-contact-form-input label {
  color: var(--tp-common-white);
}
.tp-contact-us-wrap .tp-contact-form-input input, .tp-contact-us-wrap .tp-contact-form-input textarea {
  background: #302F32;
  border-color: #302F32;
  color: var(--tp-common-white);
}
.tp-contact-us-wrap .tp-contact-form-input input:focus, .tp-contact-us-wrap .tp-contact-form-input textarea:focus {
  background-color: #1B1B1D;
  border-color: var(--tp-common-red-3);
}
.tp-contact-us-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.tp-contact-us-thumb img {
  width: 100%;
  transition: 0.9s;
  border-radius: 10px;
}
.tp-contact-us-content {
  padding: 15px;
  border-radius: 14px;
  background: #f6f6f6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-contact-us-content {
    margin-top: 0;
  }
}
.tp-contact-us-content:hover .tp-contact-us-thumb img {
  transform: scale(1.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
  .tp-contact-us-info-area {
    padding-bottom: 90px;
  }
}
.tp-contact-us-info-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  letter-spacing: -0.2px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-us-info-details {
  margin-bottom: 45px;
}
.tp-contact-us-info-details a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: var(--tp-common-black);
}
.tp-contact-us-info-details a:hover {
  color: var(--tp-theme-primary);
}
.tp-contact-us-bottom {
  padding: 0 22px 28px;
}
.tp-contact-us-btn .tp-btn-yellow-green {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 1px solid rgba(30, 30, 30, 0.1);
}
.tp-contact-us-btn .tp-btn-yellow-green.active {
  background-color: var(--tp-common-red-3);
}

/*----------------------------------------*/
/*  tp-contact-form – tp-team-details-input-content
/*----------------------------------------*/
/* bak2 lines 14002–14035 */
.tp-team-details-input-content input,
.tp-team-details-input-content textarea {
  border-radius: 6px;
  margin-bottom: 20px;
  background-color: #f8f8fb;
  color: var(--tp-common-black);
  border: 1px solid transparent;
}
.tp-team-details-input-content input:focus,
.tp-team-details-input-content textarea:focus {
  background-color: transparent;
  border-color: var(--tp-theme-primary);
  box-shadow: 0px 0px 0px 3px rgba(255, 87, 34, 0.1);
}
.tp-team-details-input-content input::placeholder,
.tp-team-details-input-content textarea::placeholder {
  color: #848788;
}
.tp-team-details-input-content textarea {
  resize: none;
  height: 160px;
}
.tp-team-details-input-btn button {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 35px;
  border-radius: 6px;
  letter-spacing: 0;
  border: 1px solid transparent;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}
.tp-team-details-input-btn button:hover {
  color: var(--tp-common-black);
  background-color: transparent;
  border-color: var(--tp-common-black);
}

