:root {
    --primary-color: #2a5bd7;
    --primary-dark: #1e4bbb;
    --secondary-color: #6c757d;
    --dark-color: #343a40;
    --light-color: #f8f9fa;
    --accent-color: #8e44ad;
    --accent-light: #9b59b6;
    --success-color: #28a745;
  }

  /* Hero Section */
  .ache-hero {
    background: url('../images/our-promise2.jpg') no-repeat center center;
    color: white;
    padding: 8rem 0 12rem;
    position: relative;
    overflow: hidden;

    /* background: url('../images/executive.png') no-repeat center center;
    color: white;
    padding: 6rem 0 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    position: relative;
    overflow: hidden; */

  }

  .hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(5px);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
  }

  .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .hero-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 600px;
  }

  .hero-cta {
    margin-top: 2rem;
  }

  .hero-graphic {
    position: relative;
    height: 400px;
  }

  .mountain-range {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
  }

  .peak-main {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 250px;
    background: linear-gradient(to top right, transparent 49%, white 50%);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
  }

  .peak-secondary {
    position: absolute;
    bottom: 0;
    left: 25%;
    width: 200px;
    height: 180px;
    background: linear-gradient(to top right, transparent 49%, rgba(255,255,255,0.7) 50%);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    opacity: 0.8;
  }

  .peak-tertiary {
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 180px;
    height: 160px;
    background: linear-gradient(to top right, transparent 49%, rgba(255,255,255,0.6) 50%);
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    opacity: 0.7;
  }

  .leader-silhouette {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 80px;
    background: var(--dark-color);
    clip-path: polygon(0% 100%, 25% 40%, 50% 60%, 75% 40%, 100% 100%);
  }

  .summit-ache {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(142,68,173,0.3);
    animation: pulse 2s infinite;
  }

  .hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }

  .hero-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
  }

  @keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(142,68,173,0.4); }
    70% { box-shadow: 0 0 0 15px rgba(142,68,173,0); }
    100% { box-shadow: 0 0 0 0 rgba(142,68,173,0); }
  }

  /* Program Intro */
  .program-intro {
    position: relative;
    margin-top: -6rem;
    z-index: 2;
  }

  .intro-icon {
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 2rem;
  }

  .intro-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1.5rem;
  }

  .intro-text {
    font-size: 1.2rem;
    color: var(--secondary-color);
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.8;
  }

  .intro-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
  }

  .stat-item {
    text-align: center;
  }

  .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-color);
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-size: 1rem;
    color: var(--secondary-color);
    max-width: 150px;
  }

  /* Program Details */
  .section-header {
    margin-bottom: 4rem;
  }

  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
    color: var(--secondary-color);
  }

  .journey-timeline {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
  }

  .journey-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: rgba(142,68,173,0.1);
  }

  .timeline-phase {
    display: flex;
    margin-bottom: 3rem;
    position: relative;
  }

  .timeline-phase:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
  }

  .phase-header {
    flex: 1;
    padding: 0 2rem;
  }

  .phase-number {
    width: 40px;
    height: 40px;
    background: var(--accent-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .timeline-phase:nth-child(odd) .phase-number {
    margin-left: auto;
  }

  .phase-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
  }

  .phase-duration {
    font-size: 0.9rem;
    color: var(--accent-color);
    font-weight: 500;
  }

  .phase-content {
    flex: 1;
    padding: 0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .timeline-phase:nth-child(odd) .phase-content {
    flex-direction: row-reverse;
  }

  .phase-icon {
    width: 60px;
    height: 60px;
    background: rgba(142,68,173,0.1);
    color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 1rem;
  }

  .phase-description {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  }

  .phase-description p {
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--dark-color);
  }

  .phase-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .phase-description li {
    padding: 0.3rem 0;
    position: relative;
    padding-left: 1.5rem;
  }

  .phase-description li::before {
    content: "•";
    color: var(--accent-color);
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  /* Testimonials */
  .testimonials {
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url('../images/texture.png');
    background-size: cover;
  }

  .testimonial-carousel {
    max-width: 800px;
    margin: 0 auto;
  }

  .testimonial-card {
    padding: 0 1rem;
  }

  .testimonial-content {
    background: white;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
  }

  .quote-icon {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-size: 4rem;
    color: rgba(142,68,173,0.1);
    font-family: serif;
    line-height: 1;
  }

  .testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    color: var(--dark-color);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left: 2rem;
  }

  .author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
  }

  .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .author-name {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.25rem;
  }

  .author-title {
    font-size: 0.9rem;
    color: var(--secondary-color);
  }

  /* Enrollment */
  .enrollment {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--accent-light) 100%);
    color: white;
  }

  .enrollment-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .enrollment-text {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 2rem;
    line-height: 1.7;
  }

  .enrollment-details {
    margin-bottom: 2rem;
  }

  .detail-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
  }

  .detail-item i {
    font-size: 1.3rem;
  }

  .enrollment-form {
    background: white;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .form-title {
    color: var(--dark-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .form-control {
    padding: 0.75rem 1rem;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
  }

  .form-control:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(142,68,173,0.25);
  }

  /* Responsive Adjustments */
  @media (max-width: 992px) {
    .hero-title {
        font-size: 2.8rem;
    }

    .journey-timeline::before {
        left: 40px;
    }

    .timeline-phase,
    .timeline-phase:nth-child(odd) {
        flex-direction: column;
        text-align: left;
    }

    .phase-header,
    .phase-content {
        padding: 0;
        padding-left: 80px;
    }

    .phase-number {
        position: absolute;
        left: 0;
    }

    .phase-icon {
        position: absolute;
        left: 0;
    }

    .phase-description {
        margin-left: 80px;
    }
  }

  @media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .intro-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .enrollment .row {
        flex-direction: column;
        gap: 2rem;
    }
  }

  @media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .testimonial-content {
        padding: 1.5rem;
    }
  }