/* About & Contact Pages - Professional Design */

/* Page Hero Section */
.page-hero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(74, 124, 89, 0.9) 0%, rgba(42, 92, 59, 0.9) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding-top: 80px;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    opacity: 0.95;
}

/* Section Utilities */
.section-padding {
    padding: 80px 0;
}

.section-label {
    display: inline-block;
    color: #4a7c59;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.section-title .text-primary {
    color: #4a7c59;
}

.section-desc {
    font-size: 16px;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 50px;
}

/* ===================== */
/* ABOUT PAGE STYLES */
/* ===================== */

/* Story Section */
.about-story {
    background: #ffffff;
}

.story-image {
    position: relative;
}

.story-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #4a7c59;
    color: white;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(74, 124, 89, 0.3);
}

.experience-badge .years {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.experience-badge .text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.story-content {
    padding-left: 40px;
}

.story-content .lead {
    font-size: 18px;
    color: #495057;
    margin-bottom: 25px;
    font-weight: 500;
}

.story-content p {
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-features {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    color: #2c3e50;
}

.feature-item i {
    color: #4a7c59;
    font-size: 18px;
}

/* Stats Section */
.about-stats {
    background: linear-gradient(135deg, #4a7c59 0%, #2a5c3b 100%);
    padding: 60px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.stat-card {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    font-size: 24px;
    color: white;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Why Choose Section */
.why-choose {
    background: #f8f9fa;
}

.service-card {
    background: white;
    padding: 35px 25px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: #4a7c59;
}

.service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #4a7c59 0%, #5a8c69 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 30px;
    color: white;
}

.service-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.service-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* Mission Vision Section */
.mission-vision {
    background: white;
    padding: 80px 0;
}

.mv-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 12px;
    border-left: 4px solid #4a7c59;
    height: 100%;
}

.mv-icon {
    width: 50px;
    height: 50px;
    background: #4a7c59;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mv-icon i {
    font-size: 24px;
    color: white;
}

.mv-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.mv-card p {
    color: #6c757d;
    line-height: 1.8;
}

/* Team Section */
.our-team {
    background: #f8f9fa;
}

.team-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.team-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-social {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background: rgba(74, 124, 89, 0.9);
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
    transition: bottom 0.3s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-social a {
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a7c59;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: #2c3e50;
    color: white;
    transform: scale(1.1);
}

.team-info {
    padding: 20px;
    text-align: center;
}

.team-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.team-info span {
    color: #6c757d;
    font-size: 14px;
}

/* CTA Section */
.about-cta {
    background: linear-gradient(135deg, #4a7c59 0%, #2a5c3b 100%);
    padding: 60px 0;
}

.cta-wrapper {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 50px;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta-content h2 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

/* Override global button styles for CTA section */
.about-cta .btn-main,
.about-cta .btn-secondary,
.about-cta a.btn-main,
.about-cta a.btn-secondary {
    padding: 10px 25px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
    min-width: 140px !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.about-cta .btn-main,
.about-cta a.btn-main,
.about-cta a.btn-main:active,
.about-cta a.btn-main:focus,
.about-cta a.btn-main:visited {
    background: white !important;
    color: #4a7c59 !important;
    border: 2px solid white !important;
    padding: 10px 25px !important;
}

.about-cta .btn-main:hover,
.about-cta a.btn-main:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #3a6c49 !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 25px !important;
}

.about-cta .btn-secondary,
.about-cta a.btn-secondary,
.about-cta a.btn-secondary:active,
.about-cta a.btn-secondary:focus,
.about-cta a.btn-secondary:visited {
    background: transparent !important;
    color: white !important;
    border: 2px solid white !important;
    padding: 10px 25px !important;
}

.about-cta .btn-secondary:hover,
.about-cta a.btn-secondary:hover {
    background: white !important;
    color: #4a7c59 !important;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 25px !important;
}

/* ===================== */
/* CONTACT PAGE STYLES */
/* ===================== */

/* Contact Cards */
.contact-cards {
    margin-top: -80px;
    position: relative;
    z-index: 10;
}

.info-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.info-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #4a7c59 0%, #5a8c69 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon i {
    font-size: 28px;
    color: white;
}

.info-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.info-primary {
    font-size: 18px;
    font-weight: 600;
    color: #4a7c59;
    margin-bottom: 5px;
}

.info-secondary {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.info-link {
    color: #4a7c59;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-link:hover {
    color: #2a5c3b;
}

.info-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.info-link:hover i {
    transform: translateX(5px);
}

/* Contact Form Section */
.contact-main {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.form-header {
    margin-bottom: 35px;
}

.form-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

.form-header p {
    color: #6c757d;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.contact-form label i {
    margin-right: 5px;
    color: #4a7c59;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    outline: none;
    border-color: #4a7c59;
    background: white;
    box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.1);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-form select.form-control {
    cursor: pointer;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.btn-submit {
    background: linear-gradient(135deg, #4a7c59 0%, #5a8c69 100%);
    color: white;
    padding: 14px 35px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(74, 124, 89, 0.3);
}

.btn-submit i {
    margin-right: 8px;
}

.form-note {
    color: #6c757d;
    font-size: 13px;
    margin: 0;
}

.form-note i {
    margin-right: 5px;
    color: #4a7c59;
}

/* Alert Messages */
.alert {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.alert i {
    font-size: 24px;
    flex-shrink: 0;
}

.alert strong {
    display: block;
    margin-bottom: 5px;
}

.alert p {
    margin: 0;
    font-size: 14px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Contact Sidebar */
.contact-sidebar {
    padding-left: 30px;
}

.sidebar-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.card-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4a7c59 0%, #5a8c69 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-icon i {
    font-size: 22px;
    color: white;
}

.sidebar-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.sidebar-card p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}

.hours-list li:last-child {
    border-bottom: none;
}

.hours-list span {
    color: #6c757d;
}

.hours-list strong {
    color: #2c3e50;
    font-weight: 600;
}

.whatsapp-btn {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.whatsapp-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.social-links {
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a7c59;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #4a7c59;
    color: white;
    transform: translateY(-3px);
}

/* Map Section */
.contact-map {
    position: relative;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.map-wrapper:hover {
    filter: grayscale(0%);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
}

/* FAQ Section */
.contact-faq {
    background: white;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-header {
    padding: 20px 25px;
    background: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-header:hover {
    background: #e9ecef;
}

.faq-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.faq-header i {
    color: #4a7c59;
    transition: transform 0.3s ease;
}

.faq-header.collapsed i {
    transform: rotate(-180deg);
}

.faq-content {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-content.show {
    padding: 20px 25px;
    max-height: 500px;
}

.faq-content p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .story-content {
        padding-left: 0;
        margin-top: 30px;
    }
    
    .cta-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 35px;
    }
    
    .cta-buttons {
        margin-top: 25px;
    }
    
    .contact-sidebar {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .form-footer {
        flex-direction: column;
        gap: 20px;
    }
    
    .btn-submit {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-hero {
        height: 300px;
    }
    
    .hero-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .section-padding {
        padding: 50px 0;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .experience-badge {
        bottom: 20px;
        right: 20px;
        padding: 15px 20px;
    }
    
    .experience-badge .years {
        font-size: 28px;
    }
    
    .contact-cards {
        margin-top: -50px;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .cta-buttons a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .service-card {
        padding: 25px 20px;
    }
    
    .info-card {
        padding: 25px;
    }
    
    .sidebar-card {
        padding: 20px;
    }
}