/* Page-specific styles extracted from template inline blocks */

/* About page */
.about-gradient {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
}

.mission-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(124, 58, 237, 0.1);
}

.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.2);
}

.team-member {
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-5px);
}

.team-member-img {
    transition: all 0.3s ease;
}

.team-member:hover .team-member-img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.2);
}

.values-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.value-card:hover .values-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
}

.value-card:hover .values-icon i {
    color: white;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
}

.shape-1 {
    width: 200px;
    height: 200px;
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    top: -50px;
    left: -50px;
    animation: float 8s ease-in-out infinite;
}

.shape-2 {
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    bottom: -30px;
    right: -30px;
    animation: float 6s ease-in-out infinite reverse;
}
/* Floating keyframes moved to `assets/css/animations.css` (canonical definitions).
   This file uses the centralized `float` animation via the `.animate-float` helper
   or direct `animation: float ...` declarations. */

.timeline-item {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 3rem;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0.7rem;
    top: 0;
    height: 100%;
    width: 2px;
    background: #8b5cf6;
}

.timeline-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #8b5cf6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.testimonial-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(124, 58, 237, 0.1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.2);
}

/* Floating keyframes and helpers (float-slow/medium/fast) are defined in
   `assets/css/animations.css`. Remove duplicates to keep timing consistent. */

/* FAQ accordion styles (extracted from `page.php`) */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 260ms ease;
}

.faq-question {
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.faq-question i {
    transition: transform 180ms ease;
    display: inline-block;
}

.faq-question[aria-expanded="true"] i {
    transform: rotate(45deg);
}

/* Contact page styles (extracted from page-contact-us.php) */
.contact-gradient {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
}

.contact-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(124, 58, 237, 0.1);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.2);
}

.form-input {
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.form-input:focus {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.2);
}

.submit-btn {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

.map-container {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    height: 100%;
    width: 100%;
    border: none;
}

.contact-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1) 0%, rgba(236, 72, 153, 0.1) 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 1.5rem;
}

.contact-method:hover .contact-icon {
    background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
}

.contact-method:hover .contact-icon i {
    color: white;
}

.hours-badge {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
    color: #047857;
}

.faq-accordion {
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    will-change: max-height, opacity;
}

.faq-accordion.open {
    opacity: 1;
    max-height: 500px;
}
