/* ===============================
   CONTACT SECTION – FORCE STYLE
================================ */

#contact {
  background: #fafafa !important;
}

/* GRID */
#contact .contact-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 48px !important;
  align-items: center !important;
}

/* IMAGE */
#contact .contact-image {
  border-radius: 20px !important;
    width: 100% !important;

  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15) !important;
}

#contact .contact-image img {
  width: 100% !important;
 height: 520px !important; 
  object-fit: cover !important;
  display: block !important;
}

/* FORM */
#contact .contact-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

#contact .contact-form input,
#contact .contact-form textarea {
  width: 100% !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  font-size: 15px !important;
  outline: none !important;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
  border-color: #d4a52c !important;
  box-shadow: 0 0 0 2px rgba(212,165,44,0.15) !important;
}

/* BUTTON */
#contact .contact-form button {
  margin-top: 8px !important;
  background: #d4a52c !important;
  color: #000 !important;
  border: none !important;
  padding: 14px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#contact .contact-form button:hover {
  background: #c09528 !important;
}

/* ===============================
   MOBILE – FORCE RESPONSIVE
================================ */

@media (max-width: 768px) {

  #contact .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
        margin-left: 50px;
  }

  #contact .contact-image {
    height: 300px !important;
  }

  #contact h2 {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
  }

  #contact p {
    font-size: 0.95rem !important;
    padding: 0 10px !important;
  }

  #contact .contact-form button {
    font-size: 14px !important;
  }
}
/* ===============================
   CONTACT HEADING – DESKTOP STYLE
================================ */

#contact .contact-heading {
  text-align: center !important;
  margin-bottom: 64px !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#contact .contact-heading h2 {
  font-size: 42px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}

#contact .contact-heading p {
  font-size: 15px !important;
  color: #777 !important;
  line-height: 1.6 !important;
  margin: 0 auto !important;
}
/* =====================================
   CONTACT GRID – CENTER + SIDE SPACING
===================================== */

/* Center the whole grid */
#contact .contact-grid {
  max-width: 1100px !important;   /* controls overall width */
  margin-left: auto !important;
  margin-bottom: 20px;
  margin-right: auto !important;
  padding-left: 24px !important;  /* left space */
  padding-right: 24px !important; /* right space */
  align-items: center !important;
}

/* Image alignment */
#contact .contact-image {
  margin: 0 auto !important;
}

/* Form alignment */
#contact .contact-form {
  margin: 0 auto !important;
  width: 100% !important;
  margin-bottom: 20px !important;

}

/* =====================================
   ABOUT SECTION – RESPONSIVE (ALL DEVICES)
===================================== */

/* Base fixes */
#about {
  overflow-x: hidden !important;
}

/* Main grid */
#about .grid {
  align-items: center !important;
}

/* Kill desktop transforms on small screens */
#about [style*="translate"] {
  transform: none !important;
}

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

  #about .grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 64px !important;
  }

  #about img {
    object-fit: cover !important;
  }
}

/* =====================
   TABLET (≤1023px)
===================== */
@media (max-width: 1023px) {

  #about {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  #about .grid {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }

  #about h2 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }

  #about p.text-xl {
    font-size: 1.05rem !important;
  }

  #about .space-y-8 {
    text-align: center !important;
  }

  #about .border-l-4 {
    border-left: none !important;
    padding-left: 0 !important;
  }
}

/* =====================
   MOBILE (≤768px)
===================== */
@media (max-width: 768px) {

  .p-3{
    padding: 0 !important;
  }

  #about {
    padding: 64px 16px !important;
  }

  #about h2 {
    font-size: 2rem !important;
  }

  #about p.text-xl {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }

  /* Feature grids stack */
  #about .sm\:grid-cols-2 {
    grid-template-columns: 1fr !important;
  }

  /* Image height fix */
  #about .h-\[600px\] {
    height: 280px !important;
  }

  /* Stats overlay */
  #about .absolute.bottom-8 {
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
    gap: 8px !important;
  }

  #about .absolute.bottom-8 p.text-xl {
    font-size: 1rem !important;
  }

  #about .absolute.bottom-8 p.text-\[10px\] {
    font-size: 9px !important;
  }

  /* Cards */
  #about .p-6 {
    padding: 16px !important;
  }
}

/* =====================
   SMALL MOBILE (≤480px)
===================== */
@media (max-width: 480px) {

  #about h2 {
    font-size: 1.75rem !important;
  }

  #about .rounded-3xl {
    border-radius: 16px !important;
  }

  #about .h-\[600px\] {
    height: 240px !important;
  }
}

/* ===============================
   SERVICES INFO BOXES
================================ */

#services{
  padding-top:0 !important;
}
.services-section {
  background-color: #f8f5f0 !important;
  padding: 80px 20px !important;
}

.services-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* Grid */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 32px !important;
  margin-top: 60px !important;
}

/* Card */
.service-card {
  background: #ffffff !important;
  border-radius: 16px !important;
  
  padding: 32px !important;
  text-align: left !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.service-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12) !important;
}

/* Icon */
.service-icon {
  width: 44px !important;
  height: 44px !important;
  background: #e8eddc !important;
  color: #c9b037 !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 20px !important;
  margin-bottom: 16px !important;
}

/* Title */
.service-card h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 12px !important;
}

/* List */
.service-card ul {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.service-card ul li {
  font-size: 14px !important;
  color: #555 !important;
  margin-bottom: 8px !important;
  position: relative !important;
  padding-left: 16px !important;
}

.service-card ul li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #c9b037 !important;
}
/* ===============================
   SERVICES SPACING FIX
================================ */

/* Reduce space under heading */
.services-heading {
  text-align: center !important;
  max-width: 700px !important;
  margin: 0 auto 32px auto !important; /* ↓ reduced from 60px */
}

/* Ensure grid starts immediately */
.services-grid {
  margin-top: 0 !important;
}


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

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .service-card {
    padding: 24px !important;
  }
}

/* ===============================
   PREMIUM LOCATIONS SECTION
================================ */

.locations-section {
  background: #fafafa;
  padding: 80px 20px;
}

.locations-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.locations-heading {
  text-align: center;
  margin-bottom: 48px;
}

.locations-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.locations-heading h2 span {
  color: #d4b32c;
}

.locations-heading p {
  font-size: 15px;
  color: #777;
}

/* Grid */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.location-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.location-card:hover {
  transform: translateY(-6px);
}

/* Image */
.location-image {
  position: relative;
  height: 220px;
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

/* Body */
.location-body {
  padding: 20px;
}

.location-info {
  margin-bottom: 16px;
}

.location-info strong {
  font-size: 11px;
  color: #b8a52b;
  display: block;
  margin-bottom: 4px;
}

.location-info p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

/* Button */
.location-btn {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  text-align: center;
  background: #d4b32c;
  color: #000;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.location-btn:hover {
  background: #c4a820;
}

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

@media (max-width: 1024px) {
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .locations-grid {
    grid-template-columns: 1fr;
  }

  .locations-heading h2 {
    font-size: 30px;
  }
}


