
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800&family=Rajdhani:wght@700;900&display=swap');
/* ================= CONTACT MAIN ================= */
.yamraj-contact-main {
  background: #050505;
  padding: 140px 0;
}

.contact-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT FORM */
.contact-form-box {
  background: rgba(12,12,12,0.85);
  border: 1.5px solid rgba(245,166,35,0.4);
  border-radius: 24px;
  padding: 50px;
}

.contact-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  color: #f5a623;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 16px;
}

.contact-form-box h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 16px;
}

.contact-form-box h2 span {
  color: #f5a623;
}

.contact-form-box p {
  font-size: 16px;
  color: #bdbdbd;
  line-height: 1.7;
  margin-bottom: 36px;
}

/* FORM */
.yamraj-contact-form .form-row {
  margin-bottom: 18px;
}

.yamraj-contact-form input,
.yamraj-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  background: #0b0b0b;
  border: 1.5px solid rgba(245,166,35,0.35);
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
}

.yamraj-contact-form input::placeholder,
.yamraj-contact-form textarea::placeholder {
  color: #777;
}

.contact-submit-btn {
  margin-top: 10px;
  padding: 14px 38px;
  border-radius: 40px;
  background: linear-gradient(135deg, #f5a623, #ff8c00);
  color: #000;
  font-weight: 800;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 40px rgba(245,166,35,0.6);
  transition: transform 0.3s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-2px);
}

/* RIGHT INFO */
.contact-info-box {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.info-card {
  background: rgba(12,12,12,0.85);
  border: 1.5px solid rgba(245,166,35,0.4);
  border-radius: 20px;
  padding: 30px;
}

.info-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #f5a623;
  margin-bottom: 16px;
}

.info-card ul {
  list-style: none;
  padding: 0;
}

.info-card ul li {
  font-size: 14px;
  color: #d0d0d0;
  margin-bottom: 10px;
}

/* SOCIAL */
.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.social-btn {
  padding: 12px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  color: #f5a623;
  border: 1.5px solid rgba(245,166,35,0.5);
  text-decoration: none;
  transition: background 0.3s ease;
}

.social-btn:hover {
  background: #f5a623;
  color: #000;
}

/* MAP */
.map-card iframe {
  width: 100%;
  height: 200px;
  border-radius: 14px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

@media (max-width: 600px) {
  .contact-container {
    padding: 0 30px;
  }

  .contact-form-box {
    padding: 36px;
  }
}

/* FINAL CTA SECTION */

/* --- Full-Width Action Strip --- */
.yamraj-action-strip {
    width: 100%;
    background: #0d0d0d; /* Slightly lighter than pure black to stand out */
    border-top: 1px solid rgba(245, 166, 35, 0.2);
    border-bottom: 1px solid rgba(245, 166, 35, 0.2);
    padding: 30px 5%; /* Low vertical padding for a slim profile */
    position: relative;
}

.strip-wrapper {
    max-width: 1400px; /* Spans almost full width */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Content Side */
.strip-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.strip-status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #25d366;
    letter-spacing: 1px;
    background: rgba(37, 211, 102, 0.05);
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
}

.strip-status .dot {
    width: 6px;
    height: 6px;
    background: #25d366;
    border-radius: 50%;
    box-shadow: 0 0 8px #25d366;
}

.strip-content h2 {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    font-weight: 700;
}

.strip-content h2 span {
    color: var(--y-gold);
}

/* Button Side */
.strip-wa-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--y-gold);
    color: #000;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    transition: 0.3s ease;
    white-space: nowrap;
    cursor: pointer;
}

.strip-wa-btn:hover {
    background: #ff8c00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 166, 35, 0.3);
}

/* --- Responsive Behavior --- */

/* Tablet: Reduce font size and gap */
@media (max-width: 1100px) {
    .strip-content h2 { font-size: 1.2rem; }
    .strip-status { display: none; } /* Hide status to save space */
}

/* Mobile: Stack elements */
@media (max-width: 768px) {
    .yamraj-action-strip {
        padding: 40px 20px;
    }
    .strip-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .strip-content h2 {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .strip-wa-btn {
        width: 100%;
        justify-content: center;
    }
}