.elementor-676 .elementor-element.elementor-element-eaa34c5{--display:flex;}.elementor-676 .elementor-element.elementor-element-eaa34c5:not(.elementor-motion-effects-element-type-background), .elementor-676 .elementor-element.elementor-element-eaa34c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-676 .elementor-element.elementor-element-eaa34c5.eael_liquid_glass-effect1{background-color:#FFFFFF1F;backdrop-filter:blur(24px);}.elementor-676 .elementor-element.elementor-element-eaa34c5.eael_liquid_glass_shadow-effect1{border-style:solid;border-width:1px 1px 1px 1px;border-color:#FFFFFF1F;border-radius:24px 24px 24px 24px;box-shadow:0px 19px 26px 1px rgba(0,0,0,0.78);}/* Start custom CSS for html, class: .elementor-element-2884be8 *//* General Styles */
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  background-color: #f7f7f7;
  color: #12324a;
  line-height: 1.6;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Apply Scroll-In Animations Globally, Excluding Hero Section */
section:not(.services-hero) {
  opacity: 0; /* Hidden by default */
  transform: translateY(50px); /* Shifted slightly downward */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

section.in-view {
  opacity: 1; /* Fully visible when in view */
  transform: translateY(0); /* Returns to original position */
}

/* Hero Section with Parallax Effect */
/* Hero Section with Background Blur */
.services-hero {
  position: relative;
  height: 500px;
  background-image: url(
'https://advantage-strategypartners.com/wp-content/uploads/2025/10/image-f56c2e5b-1f29-45a0-9169-65f439586e54.png'
); /* Use your image URL here */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden; /* Ensure the pseudo-element doesn't overflow the section */
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 0; /* Fills the entire section */
  background-image: inherit; /* Reuse the hero background image */
  background-size: cover;
  background-position: center;
  filter: blur(0px); /* Adjust blur intensity here */
  z-index: 1; /* Place behind the text content */
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(18, 50, 74, 0.4); /* Dark semi-transparent overlay for better text contrast */
  z-index: 2; /* Place above the blurred image but behind the text */
}

.hero-content {
  position: relative;
  z-index: 3; /* Ensure text remains on top */
}
/* Hero Section with Off-White Text */
.services-hero h1,
.services-hero p,
.hero-subtitle {
  color: #f7f7f7; /* Off-white for better contrast */
}

.services-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  margin-bottom: 16px;
  animation: fadeInUp 1.2s ease-in-out forwards;
}

.services-hero p {
  font-size: 18px;
  color: #f7f7f7; /* Updated color for all hero text */
  animation: fadeInUp 1.5s ease-in-out forwards;
  animation-delay: 0.3s;
}

.hero-subtitle {
  font-style: italic;
  color: #f7f7f7; /* Ensure consistency in the subtitle */
  font-size: 16px;
  animation: fadeInUp 1.8s ease-in-out forwards;
}

}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* APPROACH SECTION */
.approach-section {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

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

.lead-text {
  font-size: 18px;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}

/* PROGRAM TRACKS */
.program-tracks {
  background: #f7f7f7;
  padding: 80px 20px;
}

.program-tracks h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.tracks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.track {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  position: relative;
}

.track-number {
  position: absolute;
  top: -15px;
  left: 30px;
  background: #d6b86a;
  color: #12324a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

.track h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin: 20px 0 10px 0;
}

.track-duration {
  color: #d6b86a;
  font-weight: 600;
  margin-bottom: 16px;
}

.track ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.track ul li {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.track ul li:before {
  content: "•";
  color: #d6b86a;
  position: absolute;
  left: 0;
}

.track-outcome {
  font-style: italic;
  color: #666;
  border-left: 3px solid #d6b86a;
  padding-left: 16px;
}

/* OUTCOMES SECTION */
.outcomes-section {
  background: #ffffff;
  padding: 60px 20px;
}

.outcomes-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.outcome {
  text-align: center;
  padding: 20px;
}

.outcome h4 {
  font-family: 'Montserrat', sans-serif;
  color: #12324a;
  margin-bottom: 12px;
}

/* PILOT SECTION */
.pilot-section {
  background: #12324a;
  color: #ffffff;
  padding: 60px 20px;
}

.pilot-section h2 {
  font-family: 'Playfair Display', serif;
  color: #d6b86a;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.pilot-intro {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}

.pilot-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
}

.pilot-details h4 {
  color: #d6b86a;
  margin-bottom: 16px;
}

/* WHY US SECTION */
.why-us-section {
  background: #f7f7f7;
  padding: 60px 20px;
}

.why-us-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}

.qualifications-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
}

.qualification {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.qualification h4 {
  font-family: 'Montserrat', sans-serif;
  color: #12324a;
  margin-bottom: 16px;
}

/* CTA SECTION */
.cta-section {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  margin-bottom: 16px;
}

.btn-cta {
  background: #d6b86a;
  color: #12324a;
  padding: 14px 28px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
  .tracks-grid,
  .qualifications-grid,
  .pilot-details {
    grid-template-columns: 1fr;
  }
  
  .services-hero h1 {
    font-size: 32px;
  }
}
.divider {
  width: 80px; /* Adjust width */
  height: 3px; /* Divider thickness */
  background-color: #d6b86a; /* Gold color */
  margin: 16px auto; /* Centered positioning */
  border-radius: 2px; /* Optional for rounded edges */
}/* End custom CSS */