.elementor-7 .elementor-element.elementor-element-0db8324{--display:flex;}.elementor-7 .elementor-element.elementor-element-0db8324.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-0db8324{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-fd6a7ba *//* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Layout */
.section {
  padding: 4rem 1rem;
  /*max-width: 1280px;*/
  margin: 0 auto;
}

.max-w-7xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-3xl {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-2xl {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

/* Flexbox & Grid */
.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.p-8 {
    padding: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.space-y-8 > * + * {
  margin-top: 2rem;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.space-y-3 > * + * {
  margin-top: 0.75rem;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.space-x-2 > * + * {
  margin-left: 0.5rem;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Text utilities */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
  padding-left: 1rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.opacity-90 {
  opacity: 0.9;
}

/* Colors */
.text-white {
  color: white;
}

.text-gray-500 {
  color: #6b7280;
}

.text-gray-600 {
  color: #4b5563;
}

.text-primary {
  color: #2E5A4A;
}

.text-secondary {
  color: #F5A623;
}

.bg-white {
  background-color: white;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.bg-white\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-secondary\/20 {
  background-color: rgba(245, 166, 35, 0.2);
}

.bg-primary {
  background-color: #2E5A4A;
}

.bg-secondary {
  background-color: #F5A623;
}

.bg-soft-green {
  background-color: #F2FCE2;
}

/* Borders */
.border {
  border-width: 1px;
  border-style: solid;
}

.border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-white\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-gray-100 {
  border-color: #f3f4f6;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

/* Border radius */
.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

/* Effects */
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.blur-effect {
  filter: blur(24px);
}

.backdrop-blur {
  backdrop-filter: blur(8px);
}

.overflow-hidden {
  overflow: hidden;
}

/* Positioning */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.-top-10 {
  top: -2.5rem;
}

.-left-10 {
  left: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

/* Special elements */
.w-14 {
  width: 3.5rem;
}

.h-14 {
  height: 3.5rem;
}

.w-72 {
  width: 18rem;
}

.h-72 {
  height: 18rem;
}

.h-16 {
  height: 4rem;
}

.w-full {
  width: 100%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.inline-block {
  display: inline-block;
}

/* Custom Component Styles */

/* Hero section */
.hero-gradient {
  background: linear-gradient(to bottom right, #2e5a4a, #2e5a4a, #2e5a4a);
  color: white;
}

.gradient-fade {
  background: linear-gradient(to bottom, rgba(46, 90, 74, 0.4), white);
}

/* Feature cards */
.feature-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  transition: all 0.3s;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.icon-container {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon {
  width: 1.75rem;
  height: 1.75rem;
  color: white;
}

/* Testimonials */
.testimonials-gradient {
  background: linear-gradient(to bottom right, rgba(46, 90, 74, 0.05), rgba(245, 166, 35, 0.05), rgba(46, 90, 74, 0.05));
}

.testimonial-card {
  background-color: white;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 250px;
}

.stars {
  display: flex;
}

.star {
  color: #F5A623;
  margin-right: 2px;
}

.testimonial-text {
  color: #4b5563;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}

.testimonial-author {
  margin-top: auto;
}

.author-name {
  font-weight: 600;
}

.author-desc {
  color: #6b7280;
  font-size: 0.875rem;
}

/* Check icon */
.check-icon {
  height: 1.5rem;
  width: 1.5rem;
  color: #F5A623;
}

/* Buttons */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: white;
  background-color: #1b352c;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  gap: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cta-button:hover {
  background-color: #1b352c;
  color: white;
}

/* view camp plans Button */
.cta-buton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: white;
  background-color: #2E5A4A;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  gap: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cta-buton:hover {
  background-color: #254639;
  color: white;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s;
  gap: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.arrow-down {
  margin-left: 0.5rem;
}

.calendar-icon {
  width: 1.25rem;
  height: 1.25rem;
}

/* Animation */
.animate-pulse-light {
  animation: pulse-light 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-light {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
}

/* Accordion */
.accordion {
  width: 100%;
}

.accordion-item {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
}

.accordion-trigger {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  font-weight: 500;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  color: #000;
}

.accordion-trigger::after {
  content: "+";
  font-size: 1.5rem;
  transition: transform 0.3s ease;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "+";
  transform: translateY(-50%) rotate(45deg);
  color: #F5A623;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1rem;
}

.accordion-content[aria-hidden="false"] {
  max-height: 500px; /* Adjust based on your content needs */
  padding: 0.5rem 1rem 1.5rem;
}

.accordion-content[aria-hidden="true"] {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Visibility */
.hidden {
  display: none;
}

/* Image Gallery Section Styles */
.gallery-section {
  background-color: #f9fafb;
  padding: 4rem 1rem;
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  height: 250px;
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(46, 90, 74, 0.8);
  color: white;
  padding: 0.75rem;
  font-weight: 500;
}

/* Media Queries */
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  
  .gallery-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .lg\:block {
    display: block;
  }
  
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Responsive layout fixes */
@media (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
  
  .testimonial-card {
    margin-bottom: 1.5rem;
  }
  
  .text-4xl {
    font-size: 2rem;
    line-height: 1.2;
  }
  
  .text-2xl {
    font-size: 1.25rem;
  }
  
  .section {
    padding: 2rem 1rem;
  }
}

/* Fix for card layouts */
.feature-card, .testimonial-card {
  word-break: break-word;
  overflow-wrap: break-word;
}

/* Fix for accordion popping effect */
.accordion-item:last-child {
  margin-bottom: 0;
}





/* Gallery Section Styles */
.gallery-section {
  padding: 64px 16px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}

.gallery-header {
  text-align: center;
  margin-bottom: 40px;
}

.gallery-title {
  color: #2E5A4A;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.gallery-description {
  color: #666;
  font-size: 1.125rem;
  max-width: 800px;
  margin: 0 auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.gallery-item {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.gallery-image-container {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 16px;
  display: flex;
  align-items: flex-end;
}

.gallery-item-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.gallery-item-caption {
  padding: 16px;
  background: white;
}

.gallery-item-caption p {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  overflow-y: auto;
}

.modal-content {
  position: relative;
  background-color: white;
  margin: 40px auto;
  padding: 24px;
  width: 90%;
  max-width: 1000px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #2E5A4A;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.close-button:hover {
  background-color: rgba(46, 90, 74, 0.1);
}

.modal-title {
  color: #2E5A4A;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 30px;
}

.modal-gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

.modal-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modal-gallery-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.modal-gallery-caption {
  padding: 12px;
  background: white;
  text-align: center;
  color: #444;
  font-size: 0.875rem;
}

/* Responsive Styles */
@media (min-width: 576px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .modal-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .modal-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .gallery-section {
    padding: 80px 16px;
  }
  
  .gallery-title {
    font-size: 2.25rem;
  }
  
  .gallery-description {
    font-size: 1.25rem;
  }
}

/* Overlay on page load for modal */
body.modal-open {
  overflow: hidden;
}

/* Animations */
.gallery-item {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation for gallery items */
.gallery-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-item:nth-child(5) { animation-delay: 0.5s; }
.gallery-item:nth-child(6) { animation-delay: 0.6s; }

/* Hover effect for gallery images */
.gallery-item:hover .gallery-overlay {
  background: linear-gradient(to top, rgba(46, 90, 74, 0.8), rgba(46, 90, 74, 0.3), transparent);
}

/* Custom color for accents matching primary green */
.gallery-item-caption {
  border-top: 3px solid #2E5A4A;
}

/* Focus styles for accessibility */
.gallery-item:focus {
  outline: 3px solid #F5A623;
  outline-offset: 3px;
}

.close-button:focus {
  outline: 2px solid #F5A623;
  outline-offset: 2px;
}

/* Our Clients Section Styles */
.client-section {
  padding: 4rem 1rem;
  font-family: 'Poppins', sans-serif;
}

.bg-soft-grey {
  background-color: #f9fafb;
}

.text-center {
  text-align: center;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-bold {
  font-weight: 700;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.text-primary {
  color: #2E5A4A;
}

.text-gray-600 {
  color: #4b5563;
}

.max-w-2xl {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.max-w-4xl {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
  list-style-type: none;
  padding: 0;
}

.client-item {
  background-color: white;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 500;
  color: #2E5A4A;
  border-left: 4px solid #F5A623;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.client-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.client-community::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

.client-ngo::before, .client-govt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='16' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M12 3v10'%3E%3C/path%3E%3Cpath d='M3 10h18'%3E%3C/path%3E%3C/svg%3E");
}

.client-church::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E");
}

.client-school::before, .client-learning::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F5A623' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'%3E%3C/path%3E%3Cpolyline points='9 22 9 12 15 12 15 22'%3E%3C/polyline%3E%3C/svg%3E");
}

/* Responsive grid adjustments */
@media (min-width: 640px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}/* End custom CSS */