/* ==========================================================
   CONTACT PAGE
   Red / black / white color scheme
   ========================================================== */

.contact-page {
  overflow: hidden;
  background: #ffffff;
}

/* ==========================================================
   HERO
   ========================================================== */

.contact-hero {
  position: relative;
  display: flex;
  align-items: center;

  min-height: 420px;
  padding: 90px 0 70px;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;

  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 11, 0.94) 0%,
      rgba(13, 14, 18, 0.77) 48%,
      rgba(13, 14, 18, 0.35) 100%
    );
}

.contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      #e9454b 0%,
      #111111 100%
    );
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero-content {
  max-width: 720px;
}

.contact-hero-label {
  display: inline-block;
  margin-bottom: 14px;

  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-hero-title {
  margin: 0 0 22px;

  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(46px, 5.5vw, 76px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.contact-hero-title::after {
  content: "";
  display: block;

  width: 58px;
  height: 4px;
  margin-top: 18px;

  background: #e9454b;
}

/* Breadcrumb */

.contact-breadcrumb {
  display: flex;
  align-items: center;

  margin: 0;
  padding: 0;

  background: transparent;
}

.contact-breadcrumb .breadcrumb-item,
.contact-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.contact-breadcrumb .breadcrumb-item a:hover {
  color: #e9454b;
}

.contact-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}

.contact-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* ==========================================================
   SECTION HEADING
   ========================================================== */

.contact-section-heading {
  max-width: 760px;
  margin: 0 auto 46px;
}

.contact-section-label,
.contact-card-label {
  display: inline-block;
  margin-bottom: 9px;

  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-section-title {
  margin: 0;

  color: #e9454b;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.contact-section-title::after {
  content: "";
  display: block;

  width: 52px;
  height: 3px;
  margin: 16px auto 0;

  background:
    linear-gradient(
      90deg,
      #e9454b 0%,
      #111111 100%
    );
}

.contact-section-description {
  max-width: 650px;
  margin: 20px auto 0;

  color: #667085;
  font-size: 15px;
  line-height: 1.75;
}

/* ==========================================================
   MAP
   ========================================================== */

.contact-map-section {
  padding: 90px 0;
  background: #ffffff;
}

.contact-map-card {
  position: relative;
  padding: 14px;

  border: 1px solid #e3e7ed;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.11);
}

.contact-map-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      #e9454b 0%,
      #111111 100%
    );
}

.contact-map-frame {
  position: relative;

  width: 100%;
  height: 470px;

  overflow: hidden;
  background: #e8eaed;
}

.contact-map-frame iframe {
  display: block;

  width: 100%;
  height: 100%;

  border: 0;
}

/* ==========================================================
   CONTACT CONTENT
   ========================================================== */

.contact-content-section {
  padding: 90px 0 105px;

  background:
    linear-gradient(
      180deg,
      #f6f8fb 0%,
      #ffffff 100%
    );
}

.contact-content-row {
  align-items: stretch;
}

.contact-content-row > [class*="col-"] {
  display: flex;
}

.contact-info-card,
.contact-form-card {
  position: relative;

  width: 100%;
  padding: 42px;

  border: 1px solid #e3e7ed;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.09);

  overflow: hidden;
}

.contact-info-card::before,
.contact-form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background:
    linear-gradient(
      90deg,
      #e9454b 0%,
      #111111 100%
    );
}

.contact-card-heading {
  position: relative;
  z-index: 2;

  margin-bottom: 32px;
}

.contact-card-title {
  margin: 0;

  color: #20242b;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(27px, 2.6vw, 38px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.035em;
  text-transform: none;
}

.contact-card-title::after {
  content: "";
  display: block;

  width: 46px;
  height: 3px;
  margin-top: 14px;

  background: #e9454b;
}

.contact-card-description {
  margin: 18px 0 0;

  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

/* ==========================================================
   CONTACT INFO
   ========================================================== */

.contact-company {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  margin-bottom: 30px;
  padding-bottom: 28px;

  border-bottom: 1px solid #e6e9ef;
}

.contact-company-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  color: #ffffff;
  background:
    linear-gradient(
      135deg,
      #e9454b 0%,
      #111111 100%
    );
}

.contact-company-icon i {
  color: #ffffff;
  font-size: 17px;
}

.contact-company-name {
  margin: 0 0 8px;

  color: #20242b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: none;
}

.contact-address {
  margin: 0;

  color: #667085;
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}

.contact-details {
  margin: 0;
  padding: 0;

  list-style: none;
}

.contact-details li {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  margin-bottom: 14px;
  padding: 16px;

  border: 1px solid #e5e8ed;
  background: #fafbfc;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.contact-details li:last-child {
  margin-bottom: 0;
}

.contact-details li:hover {
  transform: translateX(4px);
  border-color: rgba(233, 69, 75, 0.45);
  background: #ffffff;
}

.contact-detail-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  color: #ffffff;
  background: #111111;
}

.contact-detail-icon i {
  color: #ffffff;
  font-size: 14px;
}

.contact-detail-label {
  display: block;
  margin-bottom: 3px;

  color: #8a929f;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-details a {
  display: block;

  color: #333842;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
}

.contact-details a:hover {
  color: #e9454b;
}

/* ==========================================================
   FORM
   ========================================================== */

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form-full {
  grid-column: 1 / -1;
}

.contact-form .form-group {
  margin: 0;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;

  color: #353a43;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}

.contact-form .form-control {
  width: 100%;
  height: 50px;
  padding: 12px 15px;

  border: 1px solid #dfe3e9;
  background: #fbfcfd;
  color: #20242b;

  font-size: 14px;

  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form textarea.form-control {
  min-height: 150px;
  height: auto;

  resize: vertical;
}

.contact-form .form-control::placeholder {
  color: #99a0aa;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #e9454b;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(233, 69, 75, 0.1);
}

.contact-captcha {
  max-width: 100%;
  overflow: hidden;
}

.contact-captcha iframe {
  max-width: 100%;
}

.contact-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 175px;
  padding: 14px 24px 12px;

  border: 0;
  background:#e9454b;
  color: #ffffff;

  box-shadow: 0 10px 24px rgba(233, 69, 75, 0.24);

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-submit-button:hover,
.contact-submit-button:focus {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(16, 24, 40, 0.2);
}

.contact-submit-button i {
  color: #ffffff;
}

.contact-alert {
  margin-bottom: 24px;
}

/* ==========================================================
   EMPTY STATE
   ========================================================== */

.contact-empty-state {
  padding: 28px;

  border: 1px solid #e5e8ed;
  background: #fafbfc;

  text-align: center;
}

.contact-empty-state i {
  display: block;
  margin-bottom: 12px;

  color: #e9454b;
  font-size: 28px;
}

.contact-empty-state p {
  margin: 0;
  color: #667085;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 991px) {
  .contact-hero {
    min-height: 380px;
    padding: 76px 0 60px;
  }

  .contact-map-section,
  .contact-content-section {
    padding: 72px 0;
  }

  .contact-map-frame {
    height: 420px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 34px;
  }
}

@media (max-width: 767px) {
  .contact-hero {
    min-height: 330px;
    padding: 62px 0 50px;

    background-position: 66% center;
  }

  .contact-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 7, 11, 0.94) 0%,
        rgba(12, 13, 17, 0.8) 68%,
        rgba(12, 13, 17, 0.52) 100%
      );
  }

  .contact-hero-label {
    font-size: 10px;
  }

  .contact-hero-title {
    font-size: 42px;
  }

  .contact-map-section {
    padding: 58px 0;
  }

  .contact-section-heading {
    margin-bottom: 34px;
  }

  .contact-section-title {
    font-size: 31px;
  }

  .contact-section-description {
    padding: 0 8px;
    font-size: 14px;
  }

  .contact-map-card {
    padding: 8px;
  }

  .contact-map-frame {
    height: 350px;
  }

  .contact-content-section {
    padding: 58px 0 68px;
  }

  .contact-content-row > [class*="col-"] {
    display: block;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 28px 24px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form-full {
    grid-column: auto;
  }

  .contact-submit-button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .contact-hero {
    min-height: 290px;
    padding: 52px 0 42px;
  }

  .contact-hero-title {
    font-size: 36px;
  }

  .contact-breadcrumb .breadcrumb-item,
  .contact-breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }

  .contact-map-section {
    padding: 46px 0;
  }

  .contact-section-title {
    font-size: 27px;
  }

  .contact-section-description {
    font-size: 13.5px;
  }

  .contact-map-frame {
    height: 290px;
  }

  .contact-content-section {
    padding: 46px 0 56px;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 24px 20px;
  }

  .contact-card-title {
    font-size: 25px;
  }

  .contact-company {
    gap: 12px;
  }

  .contact-company-icon {
    width: 42px;
    height: 42px;
  }

  .contact-details li {
    padding: 13px;
  }

  .contact-detail-icon {
    width: 34px;
    height: 34px;
  }

  .contact-form .form-control {
    height: 47px;
    font-size: 13px;
  }

  .contact-form textarea.form-control {
    min-height: 135px;
  }
}