.elementor-864 .elementor-element.elementor-element-9b47965{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cd6d5b3 *//* Global Section Styling */
section {
  padding: 80px 20px;
}

/* CAREW HERO SECTION */
.carew-hero {
  position: relative;
  height: 500px;
  background-image: url('https://advantage-strategypartners.com/wp-content/uploads/2025/10/image-d1f9f828-95c3-4e12-b90b-86a4a5531e59.webp'); /* Replace this with the correct image URL */
  background-size: cover;
  background-attachment: fixed; /* Parallax Effect */
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f7f7f7; /* Base text color */
}

/* Hero Overlay */
.carew-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 50, 74, 0.5); /* Adjust transparency for better contrast */
  z-index: 1;
}

/* Hero Content */
.carew-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.carew-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #f7f7f7 !important; /* Force off-white color for the headline */
}

.carew-hero p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #f7f7f7; /* Consistent off-white color for paragraphs */
}

/* CTA Button */
.cta-btn {
  display: inline-block;
  background: #d6b86a; /* Gold color */
  color: #12324a;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cta-btn:hover {
  background: #bf9d5a;
  color: #ffffff;
}



/* CAREW FLEXIBLE LAYOUT */
.carew-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.philosophy-credentials {
  padding-left: 20px;
  font-size: 16px;
  color: #555;
}

.philosophy-credentials ul {
  padding: 0;
  list-style: none;
}

.philosophy-credentials ul li {
  line-height: 1.8;
  margin-bottom: 8px;
}

/* PROGRAM GRID */
.program-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.program-card {
  background: #ffffff;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.program-icon img {
  display: block;
  margin: 0 auto 16px;
}

.program-card h3 {
  font-size: 20px;
  color: #12324a;
}

/* CTA SECTION */
.carew-cta {
  background: #f7f7f7;
  text-align: center;
}

.carew-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin-bottom: 20px;
}

.carew-cta p {
  font-size: 18px;
}

.carew-cta .cta-btn {
  margin-top: 20px;
}/* End custom CSS */