.elementor-479 .elementor-element.elementor-element-cbc644b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d5a8c56 *//* ============================================
   WHY CHOOSE SECTION - CSS
   All .elementor-479 .elementor-element.elementor-element-d5a8c56s prefixed with .why-
   LIGHT Background Section (UPDATED TO MATCH ALP/FOCUS)
============================================ */

.why-section {
    position: relative;
    padding: 3rem 2rem;
    background: var(--light-gray); /* CHANGED TO LIGHT */
    overflow: visible;
}

/* Container */
.why-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* ========== SECTION HEADER ========== */
.why-header {
    text-align: center;
    margin-bottom: 4rem;
}

.why-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(0, 181, 168, 0.1);
    border: 1px solid rgba(0, 181, 168, 0.2); /* LIGHTER BORDER */
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--primary-teal); /* CHANGED TO TEAL */
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.why-badge-icon {
    font-size: 1.2rem;
    animation: whyPulse 2s ease-in-out infinite;
}

@keyframes whyPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.why-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--dark); /* CHANGED TO DARK */
    margin-bottom: 1.5rem;
    padding: 0.3rem 0;
}

.why-title-gradient {
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    padding: 0.3rem 0;
}

.why-subtitle {
    font-size: 1.2rem;
    color: var(--dark); /* CHANGED TO DARK */
    opacity: 0.8; /* ADDED OPACITY */
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== CONTENT GRID ========== */
.why-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 4rem;
}

/* Section Titles */
.why-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark); /* CHANGED TO DARK */
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.why-section-icon {
    font-size: 2rem;
}

/* ========== PROBLEMS (LEFT) ========== */
.why-problems {
    background: rgba(255, 59, 48, 0.08); /* SLIGHTLY MORE VISIBLE */
    border: 1px solid rgba(255, 59, 48, 0.25); /* STRONGER BORDER */
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.why-problem-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-problem-item {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7); /* CHANGED TO WHITE */
    border: 1px solid rgba(255, 59, 48, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.why-problem-item:hover {
    transform: translateX(-5px);
    background: rgba(255, 255, 255, 0.9); /* LIGHTER ON HOVER */
    border-color: rgba(255, 59, 48, 0.4);
    box-shadow: 0 8px 25px rgba(255, 59, 48, 0.1); /* ADDED SHADOW */
}

.why-problem-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.why-problem-content {
    flex: 1;
}

.why-problem-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark); /* CHANGED TO DARK */
    margin-bottom: 0.5rem;
}

.why-problem-desc {
    font-size: 0.95rem;
    color: var(--dark); /* CHANGED TO DARK */
    opacity: 0.8; /* ADDED OPACITY */
    line-height: 1.6;
    margin: 0;
}

/* ========== SOLUTIONS (RIGHT) ========== */
.why-solutions {
    background: rgba(0, 181, 168, 0.08); /* SLIGHTLY MORE VISIBLE */
    border: 1px solid rgba(0, 181, 168, 0.25); /* STRONGER BORDER */
    border-radius: 24px;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
}

.why-solution-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.why-solution-item {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7); /* CHANGED TO WHITE */
    border: 1px solid rgba(0, 181, 168, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.why-solution-item:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.9); /* LIGHTER ON HOVER */
    border-color: rgba(0, 181, 168, 0.4);
    box-shadow: 0 8px 25px rgba(0, 181, 168, 0.1); /* ADDED SHADOW */
}

.why-solution-icon {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.why-solution-content {
    flex: 1;
}

.why-solution-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark); /* CHANGED TO DARK */
    margin-bottom: 0.5rem;
}

.why-solution-desc {
    font-size: 0.95rem;
    color: var(--dark); /* CHANGED TO DARK */
    opacity: 0.8; /* ADDED OPACITY */
    line-height: 1.6;
    margin: 0;
}

/* ========== BOTTOM CTA ========== */
.why-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(0, 181, 168, 0.1), rgba(0, 82, 204, 0.1));
    border: 2px solid rgba(0, 181, 168, 0.3);
    border-radius: 24px;
    backdrop-filter: blur(10px);
}

.why-cta-content {
    flex: 1;
}

.why-cta-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark); /* CHANGED TO DARK */
    margin-bottom: 0.75rem;
}

.why-cta-text {
    font-size: 1.1rem;
    color: var(--dark); /* CHANGED TO DARK */
    opacity: 0.8; /* ADDED OPACITY */
    margin: 0;
    line-height: 1.6;
}

.why-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: var(--font-primary);
    background: linear-gradient(135deg, var(--primary-teal), var(--primary-blue));
    color: var(--white);
    box-shadow: 0 8px 30px rgba(0, 181, 168, 0.3);
    flex-shrink: 0;
}

.why-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 181, 168, 0.5);
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .why-content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .why-section {
        padding: 1.5rem 1rem;
    }
    
    .why-header {
        margin-bottom: 2.5rem;
    }
    
    .why-title {
        font-size: 2.5rem;
        line-height: 1.4;
        padding: 0.4rem 0;
    }
    
    .why-title-gradient {
        padding: 0.4rem 0;
    }
    
    .why-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .why-content-grid {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .why-problems,
    .why-solutions {
        padding: 2rem 1.5rem;
    }
    
    .why-section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .why-problem-list,
    .why-solution-list {
        gap: 1.25rem;
    }
    
    .why-problem-item,
    .why-solution-item {
        padding: 1.25rem;
        flex-direction: column;
        text-align: center;
    }
    
    .why-problem-icon,
    .why-solution-icon {
        font-size: 2rem;
    }
    
    .why-problem-title,
    .why-solution-title {
        font-size: 1.1rem;
    }
    
    .why-problem-desc,
    .why-solution-desc {
        font-size: 0.9rem;
    }
    
    .why-cta {
        flex-direction: column;
        text-align: center;
        padding: 2rem 1.5rem;
        gap: 1.5rem;
    }
    
    .why-cta-title {
        font-size: 1.5rem;
    }
    
    .why-cta-text {
        font-size: 1rem;
    }
    
    .why-btn-primary {
        width: 100%;
        justify-content: center;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .why-title {
        font-size: 2rem;
        line-height: 1.5;
        padding: 0.5rem 0;
    }
    
    .why-title-gradient {
        padding: 0.5rem 0;
    }
    
    .why-subtitle {
        font-size: 0.95rem;
    }
    
    .why-problems,
    .why-solutions {
        padding: 1.5rem 1.25rem;
    }
    
    .why-section-title {
        font-size: 1.3rem;
    }
}

/* Animation for sections on scroll */
.why-problems,
.why-solutions {
    opacity: 0;
    transform: translateY(30px);
}

.why-problems.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.why-solutions.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.why-cta {
    opacity: 0;
    transform: translateY(30px);
}

.why-cta.aos-animate {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}/* End custom CSS */