/* ============================================================
   GLOBAL PAGE WRAPPER
============================================================ */
.cc-contact-page {
  font-family: "Inter", sans-serif;
  color: #0d1b2a;
  line-height: 1.6;
}

/* ============================================================
   CONTAINERS
============================================================ */
.cc-contact-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   EYEBROW LABELS
============================================================ */
.cc-contact-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #c9a86a;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* ============================================================
   HERO SECTION
============================================================ */
.cc-contact-hero {
  position: relative;
  background-image: url("../images/contact-hero.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #fff;
}

.cc-contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.cc-contact-hero-inner {
  position: relative;
  z-index: 2;
}

.cc-contact-hero-content {
  max-width: 650px;
}

.cc-contact-hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #65b32e;
  margin-bottom: 15px;
}

.cc-contact-hero-description {
  font-size: 16px;
  margin-bottom: 25px;
  color: #f1f1f1;
}

.cc-contact-hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

/* ============================================================
   TRUST ROW
============================================================ */
.cc-contact-trust-row {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.cc-contact-trust-item strong {
  font-size: 18px;
  color: #fff;
}

.cc-contact-trust-item span {
  font-size: 14px;
  color: #dcdcdc;
}

/* ============================================================
   BUTTONS
============================================================ */
.cc-contact-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}

.cc-contact-btn-primary {
  background: #c9a86a;
  color: #fff;
}

.cc-contact-btn-primary:hover {
  background: #b08f55;
  transform: translateY(-2px);
}

.cc-contact-btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.cc-contact-btn-whatsapp:hover {
  background: #1ebe59;
}

.cc-contact-btn-outline {
  border: 2px solid #c9a86a;
  color: #c9a86a;
  background: transparent;
}

.cc-contact-btn-outline:hover {
  background: #c9a86a;
  color: #fff;
}

.cc-contact-btn-dark {
  background: #0d1b2a;
  color: #fff;
}

.cc-contact-btn-dark:hover {
  background: #14263a;
}

/* ============================================================
   SECTION BASE
============================================================ */
.cc-contact-section {
  padding: 80px 0;
}

.cc-contact-light-section {
  background: #f7f7f7;
}

/* ============================================================
   SECTION HEADINGS
============================================================ */
.cc-contact-section-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cc-contact-section-heading p {
  font-size: 16px;
  color: #555;
}

/* ============================================================
   CONTACT OPTIONS
============================================================ */
.cc-contact-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.cc-contact-option-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.cc-contact-option-featured {
  border: 2px solid #c9a86a;
}

.cc-contact-option-icon {
  font-size: 40px;
  font-weight: 700;
  color: #c9a86a;
  margin-bottom: 10px;
}

.cc-contact-option-card a {
  font-weight: 700;
  color: #0d1b2a;
  text-decoration: none;
}

.cc-contact-option-card a:hover {
  color: #c9a86a;
}

/* ============================================================
   CONTACT FORM
============================================================ */
.cc-contact-form-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}

.cc-contact-form-header {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cc-contact-form-icon {
  font-size: 40px;
  font-weight: 700;
  color: #c9a86a;
}

.cc-contact-form-body {
  margin-bottom: 20px;
}

.cc-contact-form-footer {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: #555;
}

/* ============================================================
   BENEFITS GRID
============================================================ */
.cc-contact-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.cc-contact-benefit-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.cc-contact-benefit-number {
  font-size: 28px;
  font-weight: 700;
  color: #c9a86a;
}

/* ============================================================
   SERVICES GRID
============================================================ */
.cc-contact-services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.cc-contact-service-link {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  color: #0d1b2a;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.25s ease;
}

.cc-contact-service-link:hover {
  background: #c9a86a;
  color: #fff;
}

/* ============================================================
   SERVICE AREAS
============================================================ */
.cc-contact-area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.cc-contact-area-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.cc-contact-area-note {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
}

/* ============================================================
   LOCATION / MAP
============================================================ */
.cc-contact-location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.cc-contact-location-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cc-contact-location-icon {
  font-size: 30px;
  color: #c9a86a;
}

/* ============================================================
   FAQ
============================================================ */
.cc-contact-faq-grid {
  margin-top: 40px;
}

.cc-contact-faq-item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.cc-contact-faq-item summary {
  font-weight: 700;
  cursor: pointer;
}

.cc-contact-faq-item p {
  margin-top: 10px;
  color: #555;
}

/* ============================================================
   FINAL CTA
============================================================ */
.cc-contact-final-cta {
  background: #0d1b2a;
  color: #fff;
  padding: 80px 0;
}

.cc-contact-final-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.cc-contact-final-actions {
  display: flex;
  gap: 15px;
}

/* ============================================================
   FLOATING ACTION BUTTONS
============================================================ */
.cc-contact-floating-actions {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 999;
}

.cc-contact-float-btn {
  background: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #0d1b2a;
}

.cc-contact-float-quote span:first-child {
  color: #c9a86a;
}

.cc-contact-float-book span:first-child {
  color: #65b32e;
}

.cc-contact-float-whatsapp {
  background: #25d366;
  color: #fff;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .cc-contact-options-grid,
  .cc-contact-benefits-grid,
  .cc-contact-services-grid,
  .cc-contact-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-contact-location-grid {
    grid-template-columns: 1fr;
  }

  .cc-contact-final-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .cc-contact-options-grid,
  .cc-contact-benefits-grid,
  .cc-contact-services-grid,
  .cc-contact-area-grid {
    grid-template-columns: 1fr;
  }
}
