/* Custom Home Page & Responsive Navbar Styles - Flat Red & Blue Theme */

:root {
    /* Premium Minimalist Palette */
    --oxpins-red: #E1252D;
    --oxpins-blue: #0F172A; /* Deep, sophisticated navy */
    --oxpins-gray-light: #F8FAFC; /* Crisp off-white */
    --oxpins-text-dark: #1E293B;
    --oxpins-gray: #64748B;
}

/* --- Base & Reset --- */
.custom-home-wrapper {
    font-family: var(--oxpins-font, 'Manrope', sans-serif);
    color: var(--oxpins-gray);
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.custom-home-wrapper h1, .custom-home-wrapper h2, .custom-home-wrapper h3, 
.custom-home-wrapper h4, .custom-home-wrapper h5, .custom-home-wrapper h6 {
    font-family: var(--oxpins-font-two, 'Nunito', sans-serif);
    color: var(--oxpins-blue);
    margin-bottom: 20px;
    font-weight: 800;
}

.main-menu-wrapper__logo img {
    max-height: 80px;
    width: auto;
}
.custom-home-wrapper {
    clear: both;
}

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

.mt-4 { margin-top: 30px; }
.text-center { text-align: center; }
.text-white { color: #fff !important; }

/* --- Buttons & General Elements --- */
.section-subtitle {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--oxpins-red);
    display: inline-block;
    margin-bottom: 20px;
}
.section-title { font-size: 46px; margin-bottom: 25px; line-height: 1.15; color: var(--oxpins-blue); font-weight: 800; letter-spacing: -0.5px; }

.btn-aesthetic {
    background: var(--oxpins-red);
    color: #fff;
    padding: 18px 42px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(225,37,45,0.25);
}
.btn-aesthetic:hover {
    background: #C81E24;
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(225,37,45,0.35);
}
.btn-small { padding: 12px 28px; font-size: 14px; }
.btn-outline {
    background: transparent; color: var(--oxpins-blue); padding: 18px 42px; border-radius: 50px; font-weight: 700;
    border: 2px solid rgba(15,23,42,0.1); text-decoration: none; transition: 0.4s ease; text-transform: uppercase; letter-spacing: 1px;
}
.btn-outline:hover { background: var(--oxpins-blue); color: #fff; border-color: var(--oxpins-blue); transform: translateY(-4px); box-shadow: 0 15px 35px rgba(15,23,42,0.15); }

/* --- Scroll Animations --- */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- 1. Clean Flat Hero Section --- */
.aesthetic-hero {
    position: relative; min-height: 85vh; display: flex; align-items: center;
    background: #ffffff; padding: 140px 0 100px; overflow: hidden;
}

/* Very subtle background shape for minimal aesthetic */
.aesthetic-hero::before {
    content: ''; position: absolute; top: -20%; right: -10%; width: 60%; height: 120%;
    background: linear-gradient(135deg, var(--oxpins-gray-light) 0%, rgba(248,250,252,0) 100%);
    border-radius: 50%; z-index: 1; transform: rotate(-15deg);
}

.hero-container { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; width: 100%; gap: 80px; }
.hero-text-content { flex: 1; max-width: 650px; }
.hero-badge {
    display: inline-flex; align-items: center; background: rgba(225,37,45,0.05); color: var(--oxpins-red);
    border-radius: 50px; font-size: 13px; font-weight: 800; margin-bottom: 35px; text-transform: uppercase; padding: 8px 20px; letter-spacing: 1px;
}
.pulse-dot {
    width: 8px; height: 8px; background: var(--oxpins-red); border-radius: 50%; margin-right: 12px;
    box-shadow: 0 0 0 0 rgba(225,37,45, 0.7); animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(225,37,45, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(225,37,45, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(225,37,45, 0); }
}

.custom-home-wrapper .hero-title { font-size: 68px; line-height: 1.1; color: var(--oxpins-blue) !important; margin-bottom: 30px; font-weight: 800; letter-spacing: -2px; }
.custom-home-wrapper .hero-description { font-size: 20px; color: var(--oxpins-gray); margin-bottom: 45px; line-height: 1.8; font-weight: 400; max-width: 550px; }
.hero-cta-group { display: flex; gap: 20px; align-items: center; }

.hero-visuals { flex: 1; display: flex; justify-content: flex-end; perspective: 1000px; }
.glass-image-card {
    position: relative; width: 100%; max-width: 700px; border-radius: 12px; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4); border: 4px solid rgba(255,255,255,0.2);
    transition: transform 0.1s ease-out; /* Smooth follow for JS */
    transform-style: preserve-3d;
}
.glass-image-card img { width: 100%; height: 350px; object-fit: cover; display: block; transform: scale(1.05); }

/* --- 2. Trust Features --- */
.trust-features-section { padding: 90px 0; background: linear-gradient(180deg, var(--oxpins-gray-light) 0%, #fff 100%); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; z-index: 2; margin-top: -60px; }
.trust-card { 
    background: #fff; 
    padding: 60px 40px; 
    border-radius: 24px; 
    text-align: center; 
    box-shadow: 0 10px 40px rgba(15,23,42,0.03); 
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
    position: relative;
    border: 1px solid rgba(15,23,42,0.02);
}
.trust-card:hover { 
    transform: translateY(-15px); 
    box-shadow: 0 30px 60px rgba(15,23,42,0.08); 
    border-color: rgba(225,37,45,0.1);
}
.trust-icon { 
    width: 80px; 
    height: 80px; 
    margin: 0 auto 30px; 
    background: var(--oxpins-gray-light); 
    color: var(--oxpins-blue); 
    font-size: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 50%; 
    transition: 0.4s; 
    position: relative;
}
.trust-card:hover .trust-icon { 
    background: var(--oxpins-red); 
    color: #fff; 
    transform: scale(1.1) rotateY(180deg); 
    box-shadow: 0 10px 20px rgba(224,36,44,0.3);
}
.trust-card h3 { font-size: 24px; margin-bottom: 15px; color: var(--oxpins-blue); font-weight: 800; }
.trust-card p { font-size: 16px; color: var(--oxpins-gray); line-height: 1.7; }

/* --- 3. Mission Section --- */
.mission-section { padding: 100px 0; background: #fff; }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mission-image-wrapper { position: relative; }
.mission-image { border-radius: 8px; width: 100%; }
.experience-badge { position: absolute; bottom: -30px; right: -30px; background: var(--oxpins-blue); color: #fff; padding: 40px 30px; border-radius: 4px; text-align: center; border-bottom: 4px solid var(--oxpins-red); }
.exp-number { display: block; font-size: 48px; font-weight: 900; line-height: 1; margin-bottom: 10px; color: #fff; }
.exp-text { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.mission-check-list { list-style: none; padding: 0; margin: 30px 0; }
.mission-check-list li { margin-bottom: 15px; font-size: 18px; font-weight: 600; color: var(--oxpins-text-dark); display: flex; align-items: center; gap: 10px; }
.mission-check-list li i { color: var(--oxpins-red); font-size: 20px; }

/* --- 4. Services Section --- */
.services-section { padding: 120px 0; background: #ffffff; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.service-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 40px rgba(15,23,42,0.03); transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); position: relative; top: 0; border: 1px solid rgba(15,23,42,0.02); }
.service-card:hover { top: -10px; box-shadow: 0 20px 50px rgba(15,23,42,0.08); }
.service-img img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.6s ease; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-info { padding: 35px 25px; text-align: left; background: #fff; }
.service-info h3 { font-size: 22px; margin-bottom: 15px; font-weight: 800; }
.service-info h3 a { text-decoration: none; color: var(--oxpins-blue); transition: 0.3s; }
.service-info h3 a:hover { color: var(--oxpins-red); }
.service-info p { color: var(--oxpins-gray); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.service-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--oxpins-red); text-decoration: none; transition: 0.3s; }
.service-link i { transition: transform 0.3s; }
.service-card:hover .service-link i { transform: translateX(8px); }

/* --- 5. Funfacts Section --- */
.funfacts-section { 
    padding: 100px 0; 
    background: linear-gradient(135deg, var(--oxpins-blue) 0%, #060B14 100%); 
    color: #fff; 
    position: relative;
    overflow: hidden;
}
/* Subtle background accent */
.funfacts-section::after {
    content: ''; position: absolute; bottom: -50%; left: -10%; width: 50%; height: 200%;
    background: radial-gradient(circle, rgba(225,37,45,0.05) 0%, rgba(225,37,45,0) 70%);
    z-index: 1; pointer-events: none;
}
.funfacts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; position: relative; z-index: 2; }
.fact-item { padding: 20px; transition: transform 0.3s; }
.fact-item:hover { transform: translateY(-10px); }
.fact-icon { 
    font-size: 50px; 
    color: var(--oxpins-red); 
    margin-bottom: 25px; 
    animation: floatIcon 3s ease-in-out infinite; 
}
@keyframes floatIcon {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); filter: drop-shadow(0 10px 10px rgba(225,37,45,0.4)); }
    100% { transform: translateY(0); }
}
.fact-number { 
    font-size: 56px; 
    font-weight: 900; 
    line-height: 1; 
    margin-bottom: 12px; 
    color: #fff;
    letter-spacing: -1px;
}
.fact-number span { color: var(--oxpins-red); }
.fact-text { font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.6); }

/* --- 6. Testimonials Section --- */
.testimonials-section { padding: 100px 0; background: #fff; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.testimonial-card { background: var(--oxpins-gray-light); padding: 40px; border-radius: 8px; position: relative; transition: 0.3s; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.05); }
.quote-icon { font-size: 30px; color: var(--oxpins-red); position: absolute; top: 30px; right: 30px; opacity: 0.5; }
.testimonial-text { font-size: 17px; font-style: italic; color: var(--oxpins-text-dark); margin-bottom: 30px; position: relative; z-index: 2; line-height: 1.8; }
.testimonial-author h4 { font-size: 20px; color: var(--oxpins-blue); margin-bottom: 5px; }
.testimonial-author span { color: var(--oxpins-gray); font-size: 14px; font-weight: 600; text-transform: uppercase; }

/* --- 7. Custom Gallery Section --- */
.custom-gallery-section { padding: 100px 0; background: var(--oxpins-gray-light); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; }
.gallery-item { position: relative; border-radius: 8px; overflow: hidden; height: 300px; cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.gallery-overlay { position: absolute; inset: 0; background: rgba(0, 51, 102, 0.85); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h4 { color: #fff; margin: 0; font-size: 22px; font-weight: 700; text-align: center; padding: 20px; transform: translateY(20px); transition: 0.4s ease; }
.gallery-item:hover .gallery-overlay h4 { transform: translateY(0); }

/* --- 8. FAQs Section --- */
.faqs-section { padding: 100px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 60px; }
.faq-item { border: 1px solid #eaeaea; border-radius: 4px; margin-bottom: 15px; overflow: hidden; }
.faq-question { padding: 20px 25px; background: #fff; cursor: pointer; font-weight: 700; font-size: 18px; color: var(--oxpins-blue); display: flex; justify-content: space-between; align-items: center; transition: 0.3s; }
.faq-question:hover { background: var(--oxpins-gray-light); }
.faq-item.active .faq-question { background: var(--oxpins-blue); color: #fff; }
.faq-answer { padding: 0 25px; max-height: 0; overflow: hidden; transition: 0.4s ease; background: #fff; color: var(--oxpins-gray); }
.faq-item.active .faq-answer { padding: 20px 25px; max-height: 500px; border-top: 1px solid #eaeaea; }
.faq-question i { transition: 0.3s; }
.faq-item.active .faq-question i { transform: rotate(45deg); }
.contact-box { background: var(--oxpins-blue); padding: 50px 40px; text-align: center; border-radius: 8px; color: #fff; }
.open-icon { font-size: 50px; color: var(--oxpins-red); margin-bottom: 20px; }
.contact-box h3 { font-size: 24px; color: #fff; }
.contact-box a { font-size: 20px; font-weight: 700; color: var(--oxpins-red); text-decoration: none; transition: 0.3s; }
.contact-box a:hover { color: #fff; }

/* --- 9. Volunteer CTA Section --- */
.volunteer-cta-section { padding: 100px 0; background: var(--oxpins-blue); position: relative; text-align: center; color: #fff; border-bottom: 8px solid var(--oxpins-red); }
.cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.cta-content h2 { color: #fff; font-size: 48px; margin-bottom: 30px; font-weight: 800; }
.cta-content p { font-size: 18px; line-height: 1.8; margin-bottom: 20px; color: rgba(255,255,255,0.9); }


/* --- Responsive Layouts --- */
@media (max-width: 1024px) {
    .trust-grid, .services-grid, .funfacts-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-container { flex-direction: column; text-align: center; }
    .hero-text-content { max-width: 100%; }
    .hero-cta-group { justify-content: center; }
    .faq-grid { grid-template-columns: 1fr; }
    .experience-badge { right: 0; bottom: -20px; }
}

@media (max-width: 767px) {
    .trust-grid, .services-grid, .funfacts-grid, .testimonials-grid, .gallery-grid { grid-template-columns: 1fr; }
    .mission-grid { grid-template-columns: 1fr; text-align: center; }
    .experience-badge { position: relative; bottom: 0; margin-top: 20px; }
    .hero-title { font-size: 40px; }
    .hero-cta-group { flex-direction: column; width: 100%; }
    .btn-aesthetic, .btn-outline { width: 100%; justify-content: center; }
    .cta-content h2 { font-size: 32px; }
}
