.feature-box {
  padding: 0;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
  margin: -2rem 0 0 0px;
}

/** Remove Letter Spacing in Arabic for certain elements */
.heading-block h1,
.heading-block h2,
.heading-block h3,
.emphasis-title h1,
.emphasis-title h2,
.slider-caption h2,
#page-title h1 {
  letter-spacing: -2px !important;
}

.heading-block h4,
.menu-link,
.button,
.label,
.checkbox-style-1-label,
.radio-style-1-label,
.checkbox-style-2-label,
.radio-style-2-label,
.checkbox-style-3-label,
.radio-style-3-label,
.bg-overlay .portfolio-desc h3,
.bg-overlay .portfolio-desc span,
.pricing-title,
.ls1 {
  letter-spacing: inherit !important;
}

.contact-shell {
  padding: 8px 0 30px;
}

.contact-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .05);
}

.card-head {
  margin-bottom: 12px;
}

.card-title {
  font-weight: 900;
  margin: 0;
}

.card-sub {
  color: rgba(0, 0, 0, .60);
  font-size: 13px;
  margin-top: 6px;
}


.contact-hero {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(148, 193, 32, .10), rgba(255, 255, 255, 0));
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 22px;
}

.contact-hero__title {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 6px;
}

.contact-hero__sub {
  color: rgba(0, 0, 0, .70);
  line-height: 1.9;
  margin: 0 0 12px;
}

.contact-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  font-size: 13px;
  color: rgba(0, 0, 0, .70);
}

.contact-hero__cta {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  font-weight: 800;
  color: #111;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .04);
}

.cta-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  transition: .15s ease;
}

.cta-primary {
  background: rgba(148, 193, 32, .18);
  border-color: rgba(148, 193, 32, .35);
}


.form-widget form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.btn-contact-submit {
  background-color: #94c120 !important;
  border-radius: 14px !important;
  padding: 10px 18px !important;
  font-weight: 900 !important;
}

.mini-trust {
  margin-top: 10px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, .60);
  font-size: 13px;
}

.mini-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.mini-faq .faq-item {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
}

.mini-faq .faq-q {
  padding: 14px;
  cursor: pointer;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-faq .faq-q::after {
  content: "▾";
  opacity: .7;
}

.mini-faq .faq-a {
  display: none;
  padding: 0 14px 14px;
  color: rgba(0, 0, 0, .70);
  line-height: 1.9;
}

.mini-faq .faq-item.is-open .faq-a {
  display: block;
}

.mini-faq .faq-item.is-open .faq-q::after {
  content: "▴";
}


.info-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.info-row {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  background: #fff;
}

.info-row:hover {
  text-decoration: none;
  transform: translateY(-1px);
  transition: .15s ease;
}

.info-ic {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(148, 193, 32, .12);
}

.info-txt strong {
  display: block;
  font-weight: 900;
  color: #111;
}

.info-txt small {
  display: block;
  color: rgba(0, 0, 0, .60);
  margin-top: 2px;
}

.social-row {
  display: flex;
  gap: 10px;
}

.s-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
}

.s-btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
  transition: .15s ease;
}


.map-wrap iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 14px;
}

.meta-lines {
  margin-top: 12px;
  color: rgba(0, 0, 0, .70);
  line-height: 2;
  font-size: 14px;
}


@media (max-width: 991px) {
  .contact-hero {
    flex-direction: column;
  }

  .contact-hero__cta {
    min-width: auto;
  }
}

.contact-shell {
  padding: 8px 0 30px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #C7DDE1;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(0, 127, 128, .05);
}

.card-head {
  margin-bottom: 14px;
}

.card-title {
  font-weight: 900;
  margin: 0;
  color: #007F80;
}

.card-sub {
  color: rgba(0, 0, 0, .60);
  font-size: 13px;
  margin-top: 6px;
}

.contact-hero {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(180deg, rgba(0, 127, 128, .12), rgba(255, 255, 255, 0));
  border: 1px solid rgba(0, 127, 128, .15);
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 24px;
}

.contact-hero__title {
  font-size: 30px;
  font-weight: 900;
  margin: 0 0 8px;
  color: #007F80;
}

.contact-hero__sub {
  color: rgba(0, 0, 0, .75);
  line-height: 1.9;
  margin: 0 0 14px;
}

.contact-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #F3F8F9;
  border: 1px solid #C7DDE1;
  font-size: 13px;
  color: #007F80;
}

.form-widget form {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.form-control:focus {
  border-color: #007F80;
  box-shadow: 0 0 0 2px rgba(0, 127, 128, .12);
}

.btn-contact-submit {
  background-color: #007F80 !important;
  border-color: #007F80 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  padding: 10px 18px !important;
  font-weight: 900 !important;
  transition: .2s ease;
}

.btn-contact-submit:hover {
  background-color: #005E60 !important;
  border-color: #005E60 !important;
}

.mini-trust {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, .60);
  font-size: 13px;
}

.mini-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-faq .faq-item {
  border: 1px solid #C7DDE1;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #ffffff;
}

.mini-faq .faq-q {
  padding: 14px;
  cursor: pointer;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .2s ease;
}

.mini-faq .faq-q:hover {
  background: #F3F8F9;
}

.mini-faq .faq-q::after {
  content: "▾";
  opacity: .6;
}

.mini-faq .faq-a {
  display: none;
  padding: 0 14px 14px;
  color: rgba(0, 0, 0, .75);
  line-height: 1.9;
}

.mini-faq .faq-item.is-open .faq-a {
  display: block;
}

.mini-faq .faq-item.is-open .faq-q::after {
  content: "▴";
}

.info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid #C7DDE1;
  border-radius: 14px;
  background: #ffffff;
  transition: .2s ease;
}

.info-row:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 127, 128, .08);
}

.info-ic {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(0, 127, 128, .12);
  color: #007F80;
  font-size: 18px;
}

.info-txt strong {
  display: block;
  font-weight: 900;
  color: #111;
}

.info-txt small {
  display: block;
  color: rgba(0, 0, 0, .60);
  margin-top: 3px;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.s-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #C7DDE1;
  background: #ffffff;
  color: #007F80;
  transition: .2s ease;
}

.s-btn:hover {
  transform: translateY(-2px);
  background: #F3F8F9;
}

.map-wrap iframe {
  width: 100%;
  height: 280px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(0, 127, 128, .08);
}

.meta-lines {
  margin-top: 12px;
  color: rgba(0, 0, 0, .75);
  line-height: 2;
  font-size: 14px;
}

.btn-outline-modern {
  background: #fff;
  color: #007F80;
  border: 2px solid #007F80;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  transition: all .2s ease;
}

.btn-outline-modern:hover {
  background: #007F80;
  color: #fff;
}

::selection {
  background: #C7DDE1;
  color: #003b3c;
}

::-moz-selection {
  background: #C7DDE1;
  color: #003b3c;
}

@media (max-width: 991px) {
  .contact-hero {
    flex-direction: column;
  }
}