.cum-response { padding:14px 18px; margin:0 0 25px 0; border-radius:6px; font-size:15px; line-height:1.5; }
.cum-success { background:#eaf7ed; border:1px solid #9bd2a5; color:#246b32; }
.cum-error { background:#fff0f0; border:1px solid #e0a0a0; color:#9b2525; }
#cum-submit { cursor:pointer; }
#cum-submit:disabled { opacity:.65; cursor:wait; }
#cum-loading { opacity:.9; }


/* =========================================================
   CONTACT PAGE
   Stesalit Systems Limited
========================================================= */


/* =========================================================
   VARIABLES
========================================================= */

:root {
  --contact-navy: #081225;
  --contact-navy-light: #111d32;
  --contact-blue: #3f86f5;
  --contact-blue-dark: #2468d7;

  --contact-white: #ffffff;
  --contact-text: #111827;
  --contact-muted: #6b7280;
  --contact-border: #e5e7eb;

  --contact-light-bg: #ffffff;
}


/* =========================================================
   RESET - CONTACT PAGE ONLY
========================================================= */

.contact-container,
.contact-container * {
  box-sizing: border-box;
}


/* =========================================================
   COMMON CONTAINER
========================================================= */

.contact-container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================================
   HERO
========================================================= */

.contact-hero {
overflow:hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--contact-white);
}


.contact-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(4, 17, 38, 0.96),
      rgba(8, 25, 55, 0.78)
    );
}


.contact-hero-content {
  position: relative;

  text-align: center;

  padding: 85px 20px;
}


.contact-hero-badge {
  display: inline-flex;

  padding: 6px 12px;

  border-radius: 30px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #dbeafe;

  font-size: 10px;
  font-weight: 700;

  letter-spacing: 1px;

  margin-bottom: 18px;
}


.contact-hero h1 {
  margin: 0 0 12px;

  color: #ffffff;

  font-size: 38px;

  line-height: 1.05;

  font-weight: 700;
}


.contact-hero p {
  max-width: 680px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.86);

  font-size: 14px;

  line-height: 1.7;
}


/* =========================================================
   CONTACT FORM SECTION
========================================================= */

.contact-form-section {
  background: #ffffff;

  padding: 72px 0 76px;
}


.contact-form-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(280px, 0.85fr);

  gap: 70px;

  align-items: start;
}


/* =========================================================
   EYEBROW
========================================================= */

.contact-eyebrow {
display: block;
    margin-bottom: 8px;
    color: #0B1220;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.3px;
    line-height: 1.2;
}


/* =========================================================
   FORM HEADING
========================================================= */

.contact-form-wrapper h2,
.contact-direct h2 {
  margin: 0 0 22px;

  color: #101827;

  font-size: 34px;

  line-height: 1.15;

  font-weight: 700;
}


/* =========================================================
   FORM
========================================================= */

.contact-form {
  width: 100%;
}


.contact-form-row {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;
}


.contact-field {
  margin-bottom: 15px;
}


.contact-field label {
  display: block;

  margin-bottom: 6px;

  color: #182235;

  font-size: 14px;

  font-weight: 600;
}


.contact-field label span {
  color: #EB0000;
}


.contact-field input,
.contact-field select,
.contact-field textarea {

  width: 100%;

  border: 1px solid #e2e6ed;

  border-radius: 4px;

  background: #f5f7fa;

  color: #182235;

  outline: none;

  font-family: inherit;

  font-size: 11px;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}


.contact-field input,
.contact-field select {
  height: 38px;

  padding: 0 12px;
}


.contact-field textarea {
  min-height: 76px;

  padding: 11px 12px;

  resize: vertical;
}


.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #a4abb5;
}


.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {

  background: #ffffff;

  border-color: #4a8df6;

  box-shadow:
    0 0 0 3px rgba(63, 134, 245, 0.10);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.contact-submit {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 9px;

  height: 34px;

  padding: 0 16px;

  border: 0;

  border-radius: 18px;

  background: #3B82F6;

  color: #ffffff;

  font-family: inherit;

  font-size: 10px;

  font-weight: 600;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    background 0.2s ease;
}


.contact-submit span {
  font-size: 13px;
}


.contact-submit:hover {
  background: var(--contact-blue-dark);

  transform: translateY(-1px);
}


/* =========================================================
   DIRECT CHANNELS
========================================================= */

.contact-direct {
  padding-top: 0;
}


.contact-channel-list {
display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 46px;
}


.contact-channel {

  display: flex;

  align-items: center;

  gap: 12px;

   min-height: 105px;
   max-height: 105px;

  padding: 11px 14px;

  border-radius: 5px;

  background: #f4f6f9;

  text-decoration: none;
padding-left: 20px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}


.contact-channel:hover {
  background: #edf2f8;

  transform: translateX(3px);
}


.contact-channel-icon {

     width: 33px;
    height: 33px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #e7effd;

  color: #357ef0;

  font-size: 11px;

  font-weight: 700;
}


.contact-channel-label {
  display: block;

  margin-bottom: 3px;

  color: #3B82F6;

  font-size: 12px;

  font-weight: 600;

  letter-spacing: 1px;
}


.contact-channel strong {
  display: block;

  color: #172033;

  font-size: 14px;

  font-weight: 600;
}


/* =========================================================
   OFFICES SECTION
========================================================= */

.contact-offices-section {

  background: var(--contact-navy);

  padding: 62px 0 68px;

  color: #ffffff;
}


.contact-section-heading {
  margin-bottom: 28px;
}


.contact-offices-section .contact-eyebrow {
  color: #62a0ff;
}


.contact-offices-section h2 {
  margin: 0;

  color: #ffffff;

  font-size: 27px;

  line-height: 1.15;
}


.contact-offices-grid {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;
}


/* =========================================================
   OFFICE CARD
========================================================= */

.contact-office-card {

  min-height: 190px;

  display: grid;

  grid-template-columns: 1.15fr 0.85fr;

  gap: 18px;

  padding: 15px;

  border-radius: 5px;

  background: #172237;

  border: 1px solid rgba(255, 255, 255, 0.04);
}


.contact-office-info {
  padding: 5px 0 4px 2px;
}


.contact-office-type {

display: block;
    margin-bottom: 5px;
    color: #3B82F6;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


.contact-office-info h3 {

 margin: 0 0 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}


.contact-office-info p {

margin: 0 0 12px;
    color: #E8E8E8;
    font-size: 13px;
    line-height: 1.55;
}


.contact-map-link {

  display: inline-flex;

  align-items: center;

  gap: 5px;

  color: #55a0ff;

  font-size: 8px;

  font-weight: 600;

  text-decoration: none;
}


.contact-map-link:hover {
  text-decoration: underline;
}


.contact-office-map {

  min-height: 160px;

  overflow: hidden;

  border-radius: 5px;
}


.contact-office-map img {

  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.4s ease;
}


.contact-office-card:hover
.contact-office-map img {
  transform: scale(1.04);
}


/* =========================================================
   CTA
========================================================= */

.contact-cta {

  position: relative;

  min-height: 250px;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  background:
    url("assets/images/contact-cta-bg.jpg")
    center / cover
    no-repeat;
}


.contact-cta-overlay {

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(2, 28, 42, 0.88),
      rgba(4, 54, 75, 0.72)
    );
}


.contact-cta .contact-container {

  position: relative;

  display: flex;

  justify-content: center;
}


.contact-cta-box {

  width: min(800px, 100%);

  padding: 32px 45px;

  text-align: center;

  border-radius: 17px;

  border: 1px solid rgba(255, 255, 255, 0.28);

  background: rgba(31, 78, 111, 0.34);

  backdrop-filter: blur(5px);

  -webkit-backdrop-filter: blur(5px);
}


.contact-cta-box h2 {

  margin: 0 0 9px;

  color: #ffffff;

  font-size: clamp(24px, 3vw, 34px);

  line-height: 1.15;
}


.contact-cta-box p {

  max-width: 650px;

  margin: 0 auto 18px;

  color: rgba(255, 255, 255, 0.87);

  font-size: 10px;

  line-height: 1.55;
}


.contact-cta-button {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 8px;

  padding: 9px 17px;

  border-radius: 20px;

  background: #3e87f6;

  color: #ffffff;

  text-decoration: none;

  font-size: 9px;

  font-weight: 600;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}


.contact-cta-button:hover {

  background: #2872e4;

  transform: translateY(-1px);
}


/* =========================================================
   FOOTER
========================================================= */

.contact-footer {

  background: #071123;

  color: #ffffff;

  padding: 35px 0 0;
}


.contact-footer-grid {

  display: grid;

  grid-template-columns:
    1.5fr
    1fr
    1fr
    1fr;

  gap: 45px;

  padding-bottom: 30px;
}


/* =========================================================
   FOOTER BRAND
========================================================= */

.contact-footer-brand h3 {

  margin: 0 0 10px;

  color: #ffffff;

  font-size: 18px;
}


.contact-footer-brand p {

  max-width: 220px;

  margin: 0;

  color: #8490a3;

  font-size: 8px;

  line-height: 1.6;
}


.contact-socials {

  display: flex;

  gap: 6px;

  margin-top: 13px;
}


.contact-socials a {

  width: 20px;
  height: 20px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 4px;

  background: #182640;

  color: #ffffff;

  font-size: 8px;

  text-decoration: none;
}


.contact-socials a:hover {
  background: #3e87f6;
}


/* =========================================================
   FOOTER COLUMNS
========================================================= */

.contact-footer-column {

  display: flex;

  flex-direction: column;

  gap: 7px;
}


.contact-footer-column h4 {

  margin: 0 0 7px;

  color: #ffffff;

  font-size: 9px;

  font-weight: 700;
}


.contact-footer-column a,
.contact-footer-column span {

  color: #8994a8;

  font-size: 8px;

  line-height: 1.5;

  text-decoration: none;
}


.contact-footer-column a:hover {
  color: #4f96ff;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.contact-footer-bottom {

  min-height: 38px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  border-top: 1px solid rgba(255, 255, 255, 0.07);

  color: #667287;

  font-size: 7px;
}


.contact-footer-bottom div {

  display: flex;

  gap: 18px;
}


.contact-footer-bottom a {

  color: #667287;

  text-decoration: none;
}


.contact-footer-bottom a:hover {
  color: #ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

  .contact-container {
    width: min(100% - 50px, 900px);
  }


  .contact-form-grid {
    grid-template-columns: 1fr;

    gap: 45px;
  }


  .contact-direct {
    max-width: 600px;
  }


  .contact-offices-grid {
    grid-template-columns: 1fr;
  }


  .contact-footer-grid {
    grid-template-columns:
      1fr 1fr;

    gap: 35px;
  }

}


@media (max-width: 650px) {

  .contact-container {
    width: calc(100% - 30px);
  }


  .contact-hero {
    min-height: 280px;
  }


  .contact-hero-content {
    padding: 70px 15px;
  }


  .contact-hero h1 {
    font-size: 40px;
  }


  .contact-form-section {
    padding: 50px 0;
  }


  .contact-form-row {
    grid-template-columns: 1fr;

    gap: 0;
  }


  .contact-form-wrapper h2,
  .contact-direct h2 {
    font-size: 25px;
  }


  .contact-offices-section {
    padding: 50px 0;
  }


  .contact-office-card {
    grid-template-columns: 1fr;
  }


  .contact-office-map {
    min-height: 180px;
  }


  .contact-cta {
    min-height: 300px;
  }


  .contact-cta-box {
    padding: 28px 20px;
  }


  .contact-footer-grid {
    grid-template-columns: 1fr;

    gap: 28px;
  }


  .contact-footer-bottom {
    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

    padding: 15px 0;

    gap: 8px;
  }

}

.map-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 12px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}



.footer-brand > p {
    max-width: 230px;
    font-size: 14px;
    color: #E8E8E8;
    line-height: 1.5;
}

.footer-brand > p {
 
font-size: 14px;
    color: #E8E8E8;
}
.footer-column h3 {
    margin-bottom: 6px;
    font-size: 16px;
    text-transform: capitalize;
}
.footer-column {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer-column a, .footer-column p {
    font-size: 14px;
    line-height: 1.45;
    color: #E8E8E8;
}
.footer-bottom {
    min-height: 42px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #E8E8E8;
}

.contact-hero-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.nav-dropdown-btn {
    top: -2px;
    position: relative;
}
