.bg-slider-content {
    background: rgba(0, 0, 0, 0.439);
}

.text2 {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
        0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3),
        0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15),
        0 30px 20px rgba(0, 0, 0, 0.1);
}

/* Modern enhancements for Why page */
.object-fit-cover {
    object-fit: cover;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.fw-semibold {
    font-weight: 600;
}

.lh-lg {
    line-height: 1.8;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Enhanced animations */
.appear-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.appear-animation.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Gradient text effect */
.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Modern box shadows */
.shadow-modern {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.shadow-modern-hover {
    transition: box-shadow 0.3s ease;
}

.shadow-modern-hover:hover {
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

/* Custom button styles */
.btn-modern {
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.btn-modern:hover::before {
    left: 100%;
}

/* Mobile responsiveness improvements */
@media (max-width: 576px) {
    .display-3 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1rem;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}

/* Modern enhancements for Why page */
.object-fit-cover {
    object-fit: cover;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-lg:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.fw-semibold {
    font-weight: 600;
}

.lh-lg {
    line-height: 1.8;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Enhanced animations */
.appear-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.appear-animation.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Gradient text effect */
.text-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Modern box shadows */
.shadow-modern {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.shadow-modern-hover {
    transition: box-shadow 0.3s ease;
}

.shadow-modern-hover:hover {
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

/* Custom button styles */
.btn-modern {
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-modern::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.5s ease;
}

.btn-modern:hover::before {
    left: 100%;
}

/* Mobile responsiveness improvements */
@media (max-width: 576px) {
    .display-3 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1rem;
    }

    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
}
