
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: 'Poppins', sans-serif;
    background: #ffffffff;
    color: #fff;
    overflow-x: hidden;
  }

  
  
  /* ========== WHAT WE DO SECTION (FIXED & RESPONSIVE) ========== */
  .what-we-do {
    background: #fff;
    padding: 37px 0 80px;
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    position: relative;
    z-index: 5;
    padding-top: 5px;
    margin-top: 0; /* ensures it sits below the hero */
  }

  .what-we-do .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* Section Title */
  .section-title {
    margin-bottom: 50px;
    text-align: center;
  }

  .section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #9c8643;
    display: inline-block;
    position: relative;
  }

  .section-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background: #9c8643;
    border-radius: 2px;
  }

  /* Features Grid */
  .wwd-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-top: 40px;
  }

  .wwd-features article {
    background: #fdfdfd;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
  }

  .wwd-features article:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .wwd-features article img {
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    object-fit: contain;
  }

  .wwd-features article h4 {
    font-size: 1.15rem;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .wwd-features article p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
  }

  /* ---------- SOLUTIONS SECTION ---------- */
  .solutions {
    background-color: #e9edf6;
    padding: 31px 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
  }

  .solutions-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-label {
    display: inline-block;
    background: #fff;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 4px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }

  .section-title {
    font-size: 38px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 50px;
  }

  .solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .solution-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
  }

  .solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  }

  .solution-card img {
    width: 50px;
    margin-bottom: 20px;
  }

  .solution-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
  }

  .solution-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .learn-more {
    color: #f5c542;
    font-weight: 500;
    text-decoration: none;
    border-top: 1px solid #eee;
    padding-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
  }

  .learn-more:hover {
    color: #f5c542;
  }


  /* ================= PENHAM SOLUTIONS SECTION ================= */
  :root {
  --yellow: #f0c94d;
  --black: #000000;
  --gray: #6c757d;
}

/* ===== Section Base ===== */
/* ===== Section Base (Reduced) ===== */
/* ===== SECTION BASE ===== */
.penham-solutions {
  background: #ffffff;
  padding: 45px 5%; /* reduced */
  font-family: "Poppins", sans-serif;
}

.penham-header h2 {
  font-size: 1.9rem; /* smaller */
  margin-bottom: 8px;
}

.penham-subtext {
  font-size: 0.9rem;
  max-width: 520px;
  margin: 0 auto 30px;
  color: #555;
}

/* ===== GRID ===== */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px; /* smaller spacing */
}

/* ===== CARD ===== */
.solution-card {
  background: #fff;
  border-left: 5px solid var(--yellow);
  border-radius: 10px;
  padding: 18px 20px; /* reduced padding */
  display: flex;
  align-items: flex-start;
  gap: 15px; /* smaller gap */
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  transform: translateY(15px);
  opacity: 0;
  animation: fadeUpSmall 0.8s ease forwards;
}

@keyframes fadeUpSmall {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== ICON ===== */
.solution-card .icon {
  width: 48px;       /* smaller */
  height: 48px;
  border-radius: 12px;
  font-size: 20px;  /* smaller icon */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #f0c94d, #000);
  color: #fff;
}

/* ===== TEXT ===== */
.solution-card h3 {
  font-size: 1rem; /* smaller heading */
  margin-bottom: 4px;
  color: #000;
}

.solution-card p {
  font-size: 0.85rem; /* smaller paragraph */
  color: #555;
  line-height: 1.4;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-card {
    padding: 16px 18px;
  }

  .solution-card .icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .solution-card h3 {
    font-size: 0.95rem;
  }

  .solution-card p {
    font-size: 0.8rem;
  }
}


  /* ================= BLOG SECTION ================= */
  .blogs {
  background: #fff;
  padding: 40px 0;
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
}

.blogs h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* CARD */
.blog-card {
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card img {
  width: 100%;
  height: 160px;   /* reduced image height */
  object-fit: cover;
  border-bottom: 3px solid #9c8643;
}

.blog-content {
  padding: 15px 18px;  /* reduced padding */
}

.blog-card .meta {
  font-size: 12px;
  color: #777;
  margin-bottom: 6px;
}

.blog-card h3 {
  font-size: 16px;   /* reduced */
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

.blog-card p {
  font-size: 13px;   /* reduced text */
  color: #555;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-card .read-more {
  font-size: 13px;
  font-weight: 600;
  color: #9c8643;
  text-decoration: none;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.blog-card:hover h3 {
  color: #9c8643;
}

/* MOBILE */
@media (max-width: 600px) {

  .blog-card img {
    height: 140px;
  }

  .blog-card h3 {
    font-size: 15px;
  }

  .blog-card p {
    font-size: 12px;
  }
}

  /* ========== TESTIMONIAL SECTION (Glassmorphism) ========== */
  /* ===== TESTIMONIAL SECTION ===== */
/* ===== TESTIMONIAL SECTION (Compact Version) ===== */
.testimonial-section {
  background: linear-gradient(135deg, #f8f7f3, #e0e0e0);
  padding: 40px 0; 
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
}

/* Container */
.testimonial-container {
  width: 90%;
  max-width: 720px; /* smaller width */
  text-align: center;
  color: #222;
}

/* Title */
.testimonial-title {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.testimonial-title::after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background: linear-gradient(90deg, #f0c94d, #000);
  margin: 6px auto 0;
  border-radius: 2px;
}

/* Slider */
.testimonial-slider {
  height: 210px; /* shorter */
  position: relative;
  overflow: hidden;
  margin-left:100px;
}

/* Card */
.testimonial-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 22px 18px; /* reduced padding */
  max-width: 500px; 
  width: 100%;
  opacity: 0;
  transform: scale(0.93) translateY(20px);
  transition: 0.5s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.testimonial-card.active {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Text */
.testimonial-text {
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #333;
}

/* Author */
.testimonial-author {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.testimonial-author img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #f0c94d;
}

.testimonial-author strong {
  font-size: 0.9rem;
}

.testimonial-author span {
  font-size: 0.75rem;
  color: #666;
}

/* Nav buttons */
.testimonial-nav {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.testimonial-nav button {
  width: 38px;
  height: 38px;
  border: none;
  background: linear-gradient(135deg, #f0c94d, #000);
  color: #fff;
  font-size: 1.2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.testimonial-nav button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #000, #f0c94d);
}

/* Glow (reduced) */
.testimonial-section::before,
.testimonial-section::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(240,201,77,0.25), transparent 70%);
  z-index: 0;
}

.testimonial-section::before {
  top: 0;
  left: -60px;
}

.testimonial-section::after {
  bottom: 0;
  right: -60px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-title { font-size: 1.5rem; }

  .testimonial-card {
    padding: 18px 16px;
    max-width: 90%;
  }

  .testimonial-text { font-size: 0.85rem; }
}

/* ===== SUCCESS STORIES SECTION (Compact) ===== */
/* ===== STORIES SECTION (Compact) ===== */
.stories {
  padding: 18px 0;
  background: #fdf8f0;
  font-family: 'Poppins', sans-serif;
}

.container-stories {
  width: min(1000px, 92%);
  margin: 0 auto;
}

/* Title */
.section-title-1 {
  font-size: 1.5rem;     /* reduced */
  font-weight: 700;
  text-align: center;
  color: var(--dark);
  margin-bottom: 25px;   /* reduced space */
}

/* ===== GRID ===== */
.story-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* smaller cards */
  gap: 20px;              /* reduced gap */
}

/* ===== CARD ===== */
.story-card {
  background: #fff;
  border-radius: 12px;    /* smaller radius */
  padding: 22px 18px;     /* reduced padding */
  text-align: center;
  border: 1px solid rgba(189, 151, 10, 0.18);
  transition: 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.story-card:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-5px);  /* softer hover */
  box-shadow: 0 6px 25px rgba(0,0,0,0.10);
}

/* ===== IMAGE ===== */
.story-img {
  width: 100%;
  height: 150px;       /* reduced height */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== ICON ===== */
.story-icon {
  width: 55px;         /* smaller */
  height: 55px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(189, 151, 10, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.story-icon img {
  width: 30px;         /* reduced */
  height: 30px;
  object-fit: contain;
}

.story-card:hover .story-icon {
  background: rgba(255,255,255,0.22);
}

/* ===== TEXT ===== */
.story-card h3 {
  font-size: 1rem;     /* smaller heading */
  margin-bottom: 8px;
  color: var(--dark);
  font-weight: 600;
}

.story-card p {
  font-size: 0.85rem;  /* smaller text */
  color: #555;
  line-height: 1.4;
}

/* Hover text change */
.story-card:hover h3,
.story-card:hover p {
  color: #fff;
}

/* ===== HIGHLIGHT CARD ===== */
.story-card.highlight {
  background: var(--primary);
  color: #fff;
  transform: scale(1.01);
}

.story-card.highlight .story-icon {
  background: rgba(255,255,255,0.2);
}

.story-card.highlight h3,
.story-card.highlight p {
  color: #fff;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .story-img { height: 130px; }

  .story-card {
    padding: 18px 15px;
  }

  .story-card h3 { font-size: 0.95rem; }
  .story-card p { font-size: 0.8rem; }
}

  /* Responsive Grid Adjustments */
  @media (max-width: 992px) {
    .wwd-features {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
    .testimonial-slider{
      margin-top: -29px;
    }
  }

  @media (max-width: 600px) {
    .wwd-features {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .section-title h2 {
      font-size: 1.8rem;
      margin-top: 77px;
    }
  }

    /* ---------- RESPONSIVE DESIGN ---------- */
  @media (max-width: 992px) {
    .solutions-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .solutions-grid {
      grid-template-columns: 1fr;
    }
  }

  /* ===== RESPONSIVENESS ===== */
  @media (max-width: 992px) {
    .penham-header h2 {
      font-size: 32px;
    }
  }

  @media (max-width: 768px) {
    .penham-header h2 {
      font-size: 28px;
    }

    .penham-subtext {
      font-size: 15px;
    }

    .penham-card {
      padding: 30px 20px;
    }
  }

  /* ===== RESPONSIVE DESIGN ===== */
  @media (max-width: 992px) {
    .blogs h2 {
      font-size: 32px;
    }
  }

  @media (max-width: 768px) {
    .blogs h2 {
      font-size: 28px;
    }

    .blog-card img {
      height: 200px;
    }

    .blog-card .blog-content {
      padding: 20px;
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .testimonial-card {
      padding: 30px 20px;
    }

    .testimonial-text {
      font-size: 1rem;
    }

    .testimonial-author img {
      width: 50px;
      height: 50px;
    }
  }

  /* --- Responsive Layout --- */
@media (max-width: 1100px) {
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .intro-text {
    flex: 1;
    min-width: 320px;
    text-align: left;
}

@media (max-width: 650px) {
  .stories {
    padding: 60px 0;
  }

  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-card {
    padding: 28px 20px;
  }

  .story-img {
    height: 180px;
  }

  .story-card h3 {
    font-size: 17px;
  }

  .story-card p {
    font-size: 14px;
  }

  .section-title{
    margin-top: -267px;
  }
  .solutions-container{
    margin-top: 260px;
  }
}

}