/* ==================================================
   CLIMTEK OVERRIDES (SAFE)
   Loaded LAST
   Purpose: spacing, layout polish, visual hierarchy
   ================================================== */

/* ==============================
   PAGE SCOPE
   ============================== */

.climtek-page {
  background: #f5f7fb;
}

.climtek-page h1,
.climtek-page h2,
.climtek-page h3 {
  color: #1a4d8f;
  font-weight: 800;
}


/* ==============================
   HERO
   ============================== */

.climtek-hero {
  background: linear-gradient(135deg, #143a6b, #1a4d8f);
  padding: 96px 20px 84px;
  color: #fff;
}

.climtek-hero h1 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
  color: #fff;
}

.climtek-hero .common-subtitle {
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
  max-width: 72ch;
}

.climtek-page .hero-grid {
  max-width: 1350px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
}

.climtek-page .hero-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 14px;
}

.climtek-page .hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.climtek-page .hero-card {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
}


/* ==============================
   GENERIC SECTIONS
   ============================== */

.climtek-section {
  padding: 30px 20px;
}

.climtek-page .section-title {
  font-size: 32px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.climtek-page .section-subtitle {
  font-size: 15.5px;
  line-height: 1.7;
  max-width: 900px;
}


/* ==============================
   CARDS
   ============================== */

.climtek-page .card,
.climtek-page .climtek-service-card,
.climtek-page .impact-card {
  border-radius: 18px;
  border: 1px solid #e4e8f1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.06);
  padding: 32px 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.climtek-page .card:hover,
.climtek-page .climtek-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.08);
}

.climtek-page .card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

.climtek-page .card p {
  line-height: 1.65;
  margin-bottom: 14px;
}

.climtek-page .card p:last-child {
  margin-bottom: 0;
}


/* ==============================
   WHY PARTNER WITH CLIMTEK
   ============================== */

.climtek-page .why-climtek {
  background: #f8fafc;
}

.climtek-page .why-container {
  max-width: 1260px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.climtek-page .why-container h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: #0f172a;
}

.climtek-page .why-container h2 span {
  color: #0b4aa2;
}

.climtek-page .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 28px;
  align-items: start;
}

/* Why Partner – checkmark aligned to text start */

/* Inline checkmark aligned with text start */

.climtek-page .why-item {
  display: flex;
  align-items: flex-start; /* aligns with first line */
  gap: 12px;
}

.climtek-page .icon {
  width: 22px;
  height: 22px;
  background: #0b4aa2;
  color: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 3px; /* nudges icon to text baseline */
}


.climtek-page .why-item p {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
  max-width: 320px;
}

.climtek-page .cta-wrapper {
  margin-top: 50px;
  text-align: center;
}

.climtek-page .cta-btn {
  background: #0b4aa2;
  color: #ffffff;
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.climtek-page .cta-btn:hover {
  background: #083a7a;
}


/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .climtek-page .hero-grid {
    grid-template-columns: 1fr;
  }

  .climtek-page .climtek-hero h1 {
    font-size: 36px;
  }

  .climtek-page .why-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .climtek-page .why-item p {
    max-width: 100%;
  }
}






/* ==============================
   CORE CAPABILITIES TABLE
   ============================== */


.climtek-page .core-capabilities .section-title {
  text-align: center;
}

/* Wrapper for subtle card feel */
.climtek-page .table-wrap {
  max-width: 1300px;
  margin: auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  overflow: hidden;
}

/* Table base */
.climtek-page .capabilities-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

/* Header */
.climtek-page .capabilities-table thead {
  background: #f1f5f9;
}

.climtek-page .capabilities-table th {
  text-align: left;
  padding: 18px 22px;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #334155;
}

/* Body rows */
.climtek-page .capabilities-table td {
  padding: 20px 22px;
  vertical-align: top;
  line-height: 1.6;
  color: #475569;
}

/* Row separators */
.climtek-page .capabilities-table tbody tr + tr {
  border-top: 1px solid #edf0f6;
}

/* Capability column emphasis */
.climtek-page .capabilities-table td:first-child {
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Check icon */
.climtek-page .cap-icon {
  width: 20px;
  height: 20px;
  background: #0b4aa2;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Hover polish */
.climtek-page .capabilities-table tbody tr:hover {
  background: #f8fafc;
}

/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 900px) {
  .climtek-page .capabilities-table thead {
    display: none;
  }

  .climtek-page .capabilities-table tr {
    display: block;
    padding: 18px;
  }

  .climtek-page .capabilities-table td {
    display: block;
    padding: 10px 0;
  }

  

  .climtek-page .capabilities-table td::before {
    content: attr(data-label);
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
  }
}


/* Row of 3 cards */
.climtek-page .services-row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-bottom: 2rem;
}


/* Tablet */
@media (max-width: 991px) {
  .climtek-page .services-row-3 {
    grid-template-columns: repeat(2, 1fr);
  }}



  /* Mobile */
@media (max-width: 600px) {
  .climtek-page .services-row-3 {
    grid-template-columns: 1fr;
  }
  
}



/* ==================================================
   CLIMTEK – FORCE HOME PAGE TYPOGRAPHY & COLORS
   ================================================== */

/* 1. FONT CONSISTENCY */
.climtek-page,
.climtek-page * {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}

/* 2. BODY TEXT */
.climtek-page {
  color: #333;
  background: #ffffff; /* match home content background */
}

/* 3. HEADINGS – MATCH HOME PAGE */
.climtek-page h1,
.climtek-page h2,
.climtek-page h3,
.climtek-page h4,
.climtek-page h5,
.climtek-page h6 {
  color: #002b49 !important;
  font-weight: 700;
  letter-spacing: normal;
}

/* Hero headings stay white */
.climtek-page .climtek-hero h1,
.climtek-page .climtek-hero h2,
.climtek-page .climtek-hero h3 {
  color: #ffffff !important;
}

/* 4. PARAGRAPHS */
.climtek-page p,
.climtek-page li {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

/* 5. LINKS & ACCENTS */
.climtek-page a {
  color: #005b8f;
}

.climtek-page a:hover {
  color: #002b49;
}

/* 6. SECTION TITLES */
.climtek-page .section-title {
  color: #002b49 !important;
  font-size: 2rem;
}

/* 7. CARDS */
.climtek-page .card,
.climtek-page .climtek-service-card,
.climtek-page .impact-card,
.climtek-page .service-card {
  background: #ffffff;
  border-color: #e5e7eb;
}

/* 8. ICON & CHECK COLORS */
.climtek-page .icon,
.climtek-page .cap-icon {
  background: #002b49;
}

/* 9. BUTTONS – MATCH HOME */
.climtek-page .et_pb_button,
.climtek-page .btn-primary {
  background-color: #002b49 !important;
  color: #ffffff !important;
}

.climtek-page .et_pb_button:hover,
.climtek-page .btn-primary:hover {
  background-color: #005b8f !important;
}



/* ==========================================
   CLIMTEK – BUTTON TEXT CONTRAST FIX
   ========================================== */

/* Primary / dark buttons */
.climtek-page .et_pb_button,
.climtek-page .btn-primary,
.climtek-page .btn-dark,
.climtek-page a[class*="btn"] {
  color: #ffffff !important;
}

/* Ensure hover states stay readable */
.climtek-page .et_pb_button:hover,
.climtek-page .btn-primary:hover,
.climtek-page .btn-dark:hover,
.climtek-page a[class*="btn"]:hover {
  color: #ffffff !important;
}



.climtek-page .climtek-text-white {
  color: #ffffff !important;
}



/* ==========================================
   CLIMTEK – WIDER SECTION
   ========================================== */

.climtek-page .climtek-wide .container-custom {
  max-width: 1400px; /* adjust: 1320 / 1400 / 1600 */
}


.climtek-page .climtek-bold-text {
  font-weight: 700;
}



.climtek-page .climtek-what-you-get {
  font-size: 1.8rem;   
  font-weight: 700;
  line-height: 1.2;
}


/* ==========================================
   CLIMTEK – WHAT YOU GET SPACING FIX
   ========================================== */

.climtek-page .climtek-what-you-get-box {
  padding: 20px 24px; /* was likely 40–60px */
}


.climtek-page .climtek-center-text {
  text-align: center;
}


.climtek-page .climtek-normal-text {
  font-weight: 400;
}


.climtek-page .card {
  max-width: 6000px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================
   CLIMTEK – CENTER CARD GROUP
   ========================================== */

.climtek-page .climtek-row {
  max-width: 1300px;   /* controls white space */
  margin: 0 auto;     /* centers the whole group */
  padding: 0 24px;    /* small breathing room */
}



/* ==========================================
   CLIMTEK – FIX HEADING SPAN SIZE
   ========================================== */

.climtek-page h1 span,
.climtek-page h2 span,
.climtek-page h3 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}


.climtek-impact .section-title {
  text-align: center;
}





  /* ==========================================
   CLIMTEK – 3 CARD ROW WIDTH CONTROL
   ========================================== */

.climtek-page .services-row-3.three-cards,
.climtek-page .services-row-3 {
  max-width: 1300px;   /* reduce width */
  margin: 0 auto;     /* center row */
  padding: 0 24px;    /* breathing room */
}


/* ==========================================
   CLIMTEK – CENTER CTA BUTTON
   ========================================== */

.climtek-page .et_pb_button_module_wrapper {
  display: flex;
  justify-content: center;
}


/* ==========================================
   CLIMTEK – HEADER LOGO OVERRIDE
   ========================================== */



/* Mobile adjustments */
@media (max-width: 768px) {
  #menu-placeholder .logo img {
    height: 80px; /* adjust as needed */
    max-width: 140px;
  }
}



/* Make sure hamburger is clickable */
.climtek-main .hamburger {
  position: relative;
  z-index: 20;
  cursor: pointer;
}




.navbar {
  display: flex;
  justify-content: space-between; /* logo left, menu right */
  align-items: center;
}
.menu {
  display: flex;
  gap: 20px;
  z-index: 20;
}


/* Hide menu on small screens */
@media (max-width: 768px) {
  .navbar .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff; /* optional, for visibility */
    position: absolute;
    top: 60px; /* adjust according to navbar height */
    left: 0;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  .navbar .menu.show {
    display: flex;
  }

  
  .navbar .hamburger {
    display: block;
    cursor: pointer;
    font-size: 28px;
    padding: 10px;
  }
}

/* Hide hamburger on large screens */
@media (min-width: 769px) {
  .navbar .hamburger {
    display: none;
  }
}


