/*
Theme Name: directorthocare
Theme URI: http://directorthocare.com
Author: GCG Marketing
Author URI: http://www.gcgmarketing.com
Description: Description
Version: 1.0.4
*/


.programs-template-page {
  font-family: 'Noto Sans', sans-serif;
}

/* =========================================
   HERO SECTION
========================================= */

.programs-hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 140px 0 120px;
  overflow: hidden;
}

.programs-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.programs-hero-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.programs-hero-title {
  color: #ffffff;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
}

.programs-hero-description {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.programs-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7DC121;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  min-width: 220px;
  height: 58px;
  border-radius: 100px;
  transition: 0.3s ease;
}

.programs-hero-button:hover {
  background: #6baa18;
  color: #ffffff;
}

/* =========================================
   BUILT SECTION
========================================= */

.programs-built-section {
  padding: 100px 0 80px;
  background: #ffffff;
}

.programs-built-row {
  margin-bottom: 70px;
}

.programs-built-image-wrap img {
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

.programs-built-content-box {
  background: #005EC8;
  border-radius: 28px;
  padding: 60px;
  color: #ffffff;
  height: 100%;
}

.programs-built-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 35px;
}

.programs-built-content-box p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* =========================================
   STATS
========================================= */

.programs-stats-row {
  padding-top: 10px;
}

.programs-stat-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.programs-stat-number {
  color: #7DC121;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

.programs-stat-text {
  color: #222222;
  font-size: 24px;
  line-height: 1.5;
  padding-top: 10px;
}

/* =========================================
   PROGRAMS SECTION
========================================= */

.programs-cards-section {
  position: relative;
  background: #f5f9fc;
  padding: 100px 0;
  overflow: hidden;
}

.programs-pattern-bg {
  position: absolute;
  inset: 0;
  background-image: url('../img/hexagon-pattern.png');
  background-repeat: repeat;
  opacity: 0.3;
}

.programs-section-title {
  color: #005EC8;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 60px;
}

.program-program-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 28px;
  padding: 45px 35px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  height: 100%;
}

.program-card-icon {
  margin-bottom: 30px;
}

.program-card-icon img {
  max-width: 110px;
}

.program-card-title {
  color: #005EC8;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.program-card-description {
  color: #333333;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.program-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7DC121;
  color: #ffffff;
  text-decoration: none;
  min-width: 180px;
  height: 52px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease;
}

.program-card-button:hover {
  background: #6baa18;
  color: #ffffff;
}

/* =========================================
   ABOUT SECTION
========================================= */

.programs-about-section {
  padding: 100px 0;
  background: #ffffff;
}

.programs-about-title {
  color: #005EC8;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 35px;
}

.programs-about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.programs-about-badges img {
  max-height: 90px;
  width: auto;
}

.programs-about-content p {
  color: #222222;
  font-size: 22px;
  line-height: 1.9;
  margin-bottom: 30px;
}

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

@media (max-width: 991px) {

  .programs-hero-section {
    padding: 100px 0 90px;
  }

  .programs-hero-title {
    font-size: 42px;
  }

  .programs-hero-description {
    font-size: 18px;
  }

  .programs-built-content-box {
    padding: 40px;
  }

  .programs-built-title {
    font-size: 38px;
  }

  .programs-section-title,
  .programs-about-title {
    font-size: 42px;
  }

  .program-card-title {
    font-size: 28px;
  }

  .programs-about-content p,
  .programs-built-content-box p {
    font-size: 18px;
  }

}

@media (max-width: 767px) {

  .programs-hero-title {
    font-size: 34px;
  }

  .programs-hero-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .programs-built-section,
  .programs-cards-section,
  .programs-about-section {
    padding: 70px 0;
  }

  .programs-built-content-box {
    padding: 35px 25px;
  }

  .programs-built-title {
    font-size: 30px;
  }

  .programs-section-title,
  .programs-about-title {
    font-size: 34px;
  }

  .program-card-title {
    font-size: 26px;
  }

  .programs-stat-item {
    flex-direction: column;
    gap: 5px;
  }

  .programs-stat-number {
    font-size: 52px;
  }

  .programs-stat-text {
    font-size: 18px;
    padding-top: 0;
  }

  .programs-about-content p,
  .programs-built-content-box p {
    font-size: 16px;
    line-height: 1.8;
  }

}