/* ============================
   CONTACT PAGE — AWAN AUTO THEME
============================ */

body {
    background: #0f0f0f;
    color: white;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* ============================
   HERO
============================ */
.contact-hero {
    background: url('../assets/garage.jpg') center/cover no-repeat;
    height: 320px;
    position: relative;
}

.contact-hero-overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.contact-hero h1 {
    font-size: 2.5rem;
    color: #67df33;
}

.contact-hero p {
    margin-top: 10px;
    color: #ccc;
}

/* ============================
   MAIN CONTACT GRID
============================ */
.contact-main {
    padding: 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 900px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr;
        min-height: 580px;
    }
}

/* ============================
   LEFT PANEL — INFO
============================ */
.contact-info {
    background: #0f0f0f;
    padding: 60px 50px;
    border-right: 1px solid #1c1c1c;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #67df33;
    margin-bottom: 15px;
}

.info-text {
    color: #cccccc;
    max-width: 420px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.info-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-set {
    padding-bottom: 14px;
    border-bottom: 1px solid #1f1f1f;
}

.info-set h3 {
    font-size: 1.05rem;
    margin-bottom: 4px;
    color: #67df33;
}

.info-set p {
    margin: 0;
    color: #e6e6e6;
    font-size: 1rem;
}

/* Social Icons */
.social-row {
    margin-top: 20px;
}

.social-row img {
    width: 30px;
    margin-right: 12px;
    filter: brightness(0) invert(1);
}

/* ============================
   RIGHT PANEL — FORM
============================ */
.contact-form-wrapper {
    background: #141414;
    padding: 60px 50px;
    border-left: 1px solid #1c1c1c;
}

.contact-form-wrapper .section-title {
    color: #67df33;
}

.form-group {
    margin-bottom: 18px;
}

.contact-form label {
    color: #bbbbbb;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #333;
    background: #1b1b1b;
    color: #f0f0f0;
    font-size: 0.95rem;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-btn {
    background: #67df33;
    color: black;
    padding: 14px 18px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.contact-btn:hover {
    opacity: 0.9;
}

.form-error-message {
    display: none;
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid #67df33;
    border-radius: 6px;
    background: rgba(103, 223, 51, 0.12);
    color: #ffffff;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.form-error-message:not(:empty) {
    display: block;
}

/* ============================
   ABOUT AWAN AUTO (RESTORED)
============================ */
.about-awan {
    padding: 50px 20px;
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    color: #ccc;
}

.about-awan h2 {
    color: #67df33;
    margin-bottom: 15px;
    font-size: 2rem;
}

.about-awan p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cccccc;
    max-width: 760px;
    margin: 0 auto;
}

/* ============================
   WHY CHOOSE US (unchanged)
============================ */
.why-section {
    padding: 50px 20px;
}

.why-grid {
    max-width: 1000px;
    margin: auto;
    display: grid;
    gap: 25px;
}

.why-item {
    background: #141414;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #222;
    text-align: center;
}

.why-item h3 {
    color: #67df33;
    margin-bottom: 10px;
}

@media (min-width: 900px) {
    .why-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ============================
   MOBILE
============================ */
@media (max-width: 899px) {
    .contact-info,
    .contact-form-wrapper {
        padding: 40px 25px;
    }

    .section-title {
        font-size: 1.7rem;
    }
}


/* ===========================
/* ===========================
   AWAN AUTO FOOTER — MOBILE FIRST
   =========================== */

.awan-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 55px 25px 40px;
  margin-top: 0px;
  font-family: Arial, sans-serif;
}

/* MOBILE GRID (1 column) */
.footer-container {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.footer-col {
  width: 100%;
}

/* Logo */
.footer-logo {
  width: 150px;
  margin-bottom: 12px;
}

/* Slogan */
.footer-slogan {
  color: #cfcfcf;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Titles */
.footer-title {
  color: #67df33;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

/* Lists */
.footer-links,
.footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-info li {
  margin-bottom: 10px;
  color: #bfbfbf;
  font-size: 0.95rem;
}

.footer-links li a {
  color: #bfbfbf;
  text-decoration: none;
  transition: 0.25s ease;
}

.footer-links li a:hover {
  color: #67df33;
  padding-left: 5px;
}

/* Social icons */
.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 12px;
}

.footer-socials img {
  width: 28px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.footer-socials img:hover {
  filter: brightness(0) invert(1) drop-shadow(0 0 6px #67df33);
}

/* Bottom bar */
.footer-bottom {
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid #222;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}

.footer-bottom-right {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.footer-bottom-right img {
  width: 24px;
  filter: brightness(0) invert(1);
}



/* ===========================
     DESKTOP FOOTER (≥ 900px)
   =========================== */
@media (min-width: 900px) {

  .footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr) 1fr;
    gap: 55px;

    /* NEW → ensures all columns align titles perfectly */
    align-items: start;
  }

  /* Make all columns consistent vertical structure */
  .footer-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Fix title alignment */
  .footer-title {
    margin-top: 10px;       /* NEW → uniform spacing */
    padding-top: 0;
    line-height: 1.2;
  }

  /* Increase logo size on desktop */
  .footer-logo {
    width: 180px;          /* increased from 150px */
  }

  /* Bottom bar alignment stays the same */
.footer-bottom {
    max-width: 1400px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;   /* ⬅ CENTER ALL CONTENT */
    align-items: center;
    text-align: center;        /* ⬅ TEXT SHOULD ALSO BE CENTERED */
    gap: 20px;                 /* OPTIONAL: space between text & icons */
}
}

/* Final footer cleanup shared across all pages. */
.awan-footer {
  background: #0d0d0d !important;
  color: #fff;
  padding: 48px 22px 26px !important;
  overflow: hidden;
}

.footer-container {
  width: min(100%, 1180px) !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 34px !important;
  align-items: start !important;
}

.footer-col {
  min-width: 0;
}

.footer-brand-col {
  max-width: 420px;
}

.footer-logo {
  width: clamp(150px, 38vw, 220px) !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 0 16px !important;
}

.footer-slogan {
  margin: 0 !important;
  max-width: 440px;
  color: #d8d8d8 !important;
  font-size: 0.98rem !important;
  line-height: 1.65 !important;
  overflow-wrap: anywhere;
}

.footer-title {
  margin: 0 0 14px !important;
  color: #67df33 !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}

.footer-links,
.footer-info {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-links li,
.footer-info li {
  margin: 0 0 10px !important;
  color: #cfcfcf !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

.footer-links a,
.footer-info a {
  color: #cfcfcf !important;
  text-decoration: none;
}

.footer-links a:hover,
.footer-info a:hover {
  color: #67df33 !important;
}

.footer-bottom {
  width: min(100%, 1180px) !important;
  margin: 34px auto 0 !important;
  padding-top: 22px !important;
  border-top: 1px solid #242424 !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  color: #8f8f8f !important;
}

.footer-bottom-right,
.footer-socials {
  display: none !important;
}

@media (min-width: 720px) {
  .footer-container {
    grid-template-columns: 1.4fr 1fr 1fr !important;
  }
}

@media (min-width: 1040px) {
  .awan-footer {
    padding: 60px 34px 30px !important;
  }

  .footer-container {
    grid-template-columns: 1.55fr repeat(4, 1fr) !important;
    gap: clamp(28px, 3vw, 48px) !important;
  }
}
