/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* in style.css or Additional CSS */

/* ──────────────────────────────────────────────────────────────
   SERVICES SECTION
────────────────────────────────────────────────────────────── */

.services-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: sans-serif;
  color: #333;
}

.services-section .intro {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.services-section .intro h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #222;
}

.services-section .intro p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #555;
}

/* PROGRAM CARDS */
.services-section .programs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 60px;
}

.services-section .program-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  width: 100%;
  max-width: 350px;
  transition: transform .3s, box-shadow .3s;
}

.services-section .program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.services-section .program-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.services-section .program-card .pc-content {
  padding: 20px;
}

.services-section .program-card .pc-content h3 {
  margin: 0;
  font-size: 1.125rem;
  color: #73896f;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.services-section .program-card .pc-content h4 {
  margin: 8px 0;
  font-size: 1.375rem;
  color: #222;
}

.services-section .program-card .pc-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

/* PATHWAY CARDS */
.services-section .pathways {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.services-section .pathway-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  padding: 30px 20px;
  text-align: center;
  transition: transform .3s;
}

.services-section .pathway-card:hover {
  transform: translateY(-4px);
}

.services-section .pathway-card i {
  font-size: 2rem;
  color: #73896f;
  margin-bottom: 15px;
}

.services-section .pathway-card h5 {
  margin: 0 0 12px;
  font-size: 1.125rem;
  color: #222;
}

.services-section .pathway-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555;
}
