/* ==========================================================================
   567 AGRI ABOUT US PAGE STYLESHEET
   STRICTLY NAMESPACED UNDER .about-page (NO GLOBAL OVERRIDES)
   FONT: ROBOTO ONLY, MAX HEADING FONT-WEIGHT: 600
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

.about-page,
.about-page * {
    box-sizing: border-box;
}

.about-page {
    font-family: 'Roboto', sans-serif;
    color: #334155;
    line-height: 1.6;
    background-color: #ffffff;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4,
.about-page h5,
.about-page h6 {
    font-family: 'Roboto', sans-serif !important;
    color: #0F172A;
    margin-top: 0;
    font-weight: 600 !important;
}

/* Restoring FontAwesome icons inside .about-page */
.about-page i.fa-solid,
.about-page .fa-solid,
.about-page .fas {
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 700 !important;
    font-style: normal;
    line-height: 1;
}
.about-page i.fa-regular,
.about-page .fa-regular {
    font-family: "Font Awesome 6 Free", "FontAwesome" !important;
    font-weight: 400 !important;
    font-style: normal;
    line-height: 1;
}

.about-page .about-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-page .about-sub-tag {
    color: #1F7A3E;
    font-size: 13.5px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}

.about-page .about-sec-title {
    font-size: 32px;
    font-weight: 600 !important;
    line-height: 1.3;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}

.about-page .about-sec-header {
    margin-bottom: 50px;
}
.about-page .about-sec-header.text-center {
    text-align: center;
}
.about-page .about-sec-header.white-text .about-sec-title {
    color: #ffffff;
}
.about-page .title-leaf-divider {
    color: #1F7A3E;
    font-size: 18px;
    margin-top: 8px;
}

/* Buttons */
.about-page .about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.about-page .about-btn-primary {
    background: #1F7A3E;
    color: #ffffff;
}
.about-page .about-btn-primary:hover {
    background: #15542A;
    box-shadow: 0 10px 25px rgba(31, 122, 62, 0.3);
    transform: translateY(-2px);
}

/* ==========================================
   SECTION 1: HERO (450px)
   ========================================== */
.about-page .about-hero-section {
    position: relative;
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.about-page .about-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15, 45, 23, 0.85) 0%, rgba(31, 122, 62, 0.65) 100%);
    z-index: 1;
}
.about-page .about-hero-section .about-container {
    position: relative;
    z-index: 2;
    width: 100%;
}
.about-page .about-hero-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.about-page .about-hero-left {
    flex: 0 0 55%;
    color: #ffffff;
}
.about-page .about-breadcrumb {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.about-page .about-breadcrumb a {
    color: #F68B1F;
    text-decoration: none;
    font-weight: 500;
}
.about-page .about-breadcrumb .sep { font-size: 10px; color: rgba(255, 255, 255, 0.5); }
.about-page .about-breadcrumb .current { color: #ffffff; font-weight: 600; }

.about-page .about-hero-heading {
    font-size: 40px;
    font-weight: 600 !important;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-hero-subheading {
    font-size: 20px;
    font-weight: 500 !important;
    color: #F68B1F;
    margin-bottom: 14px;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-hero-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 620px;
}

.about-page .about-hero-right {
    flex: 0 0 42%;
}
.about-page .about-hero-img-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
    border: 3px solid rgba(255, 255, 255, 0.2);
}
.about-page .about-hero-img-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}
.about-page .about-hero-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(31, 122, 62, 0.9);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* ==========================================
   SECTION 2: ABOUT COMPANY (90px padding)
   ========================================== */
.about-page .about-company-section {
    padding: 90px 0;
    background: #ffffff;
}
.about-page .about-company-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}
.about-page .about-company-left {
    flex: 0 0 50%;
}
.about-page .about-company-text {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 18px;
}

.about-page .about-company-right {
    flex: 0 0 50%;
}
.about-page .about-company-img-wrap {
    position: relative;
}
.about-page .about-company-main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    display: block;
    object-fit: cover;
}
.about-page .about-exp-floating-card {
    position: absolute;
    bottom: -25px;
    left: -25px;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 24px;
    box-shadow: 0 16px 45px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #E2E8F0;
}
.about-page .about-exp-floating-card .exp-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #F0FDF4;
    color: #1F7A3E;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.about-page .about-exp-floating-card .exp-num {
    font-size: 28px;
    font-weight: 600 !important;
    color: #1F7A3E;
    display: block;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-exp-floating-card .exp-label {
    font-size: 12px;
    font-weight: 500;
    color: #64748B;
    line-height: 1.3;
}

/* ==========================================
   SECTION 3: CORE VALUES (5 Cards)
   ========================================== */
.about-page .about-core-values-section {
    padding: 90px 0;
    background: #F7F9F8;
}
.about-page .about-values-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.about-page .about-value-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid #E2E8F0;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    transition: all 0.35s ease;
}
.about-page .about-value-card:hover {
    transform: translateY(-8px);
    border-color: #1F7A3E;
    box-shadow: 0 20px 45px rgba(31, 122, 62, 0.15);
}
.about-page .val-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: rgba(31, 122, 62, 0.08);
    color: #1F7A3E;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}
.about-page .about-value-card:hover .val-icon-box {
    background: #1F7A3E;
    color: #ffffff;
}
.about-page .about-value-card h3 {
    font-size: 16px;
    font-weight: 600 !important;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-value-card p {
    font-size: 13px;
    color: #64748B;
    margin: 0;
    line-height: 1.5;
}

/* ==========================================
   SECTION 4: STATISTICS (Full BG)
   ========================================== */
.about-page .about-stats-section {
    position: relative;
    padding: 90px 0;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
.about-page .about-stats-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15, 45, 23, 0.92) 0%, rgba(31, 122, 62, 0.85) 100%);
    z-index: 1;
}
.about-page .about-stats-section .about-container {
    position: relative;
    z-index: 2;
}
.about-page .about-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    text-align: center;
}
.about-page .stat-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 30px 16px;
    transition: transform 0.3s ease;
}
.about-page .stat-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.14);
}
.about-page .stat-icon {
    font-size: 32px;
    color: #F68B1F;
    margin-bottom: 12px;
}
.about-page .stat-number {
    font-family: 'Roboto', sans-serif !important;
    font-size: 38px;
    font-weight: 600 !important;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 6px;
}
.about-page .stat-label {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
}

/* ==========================================
   SECTION 5: PARTNERS SLIDER
   ========================================== */
.about-page .about-partners-section {
    padding: 90px 0;
    background: #ffffff;
}
.about-page .about-partners-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 45px;
}
.about-page .partner-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1F7A3E;
    color: #ffffff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 6px 18px rgba(31, 122, 62, 0.3);
    transition: all 0.25s ease;
}
.about-page .p-prev { left: 0; }
.about-page .p-next { right: 0; }
.about-page .partner-nav:hover { background: #15542A; transform: translateY(-50%) scale(1.1); }

.about-page .about-partners-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 10px 4px;
    width: 100%;
}
.about-page .about-partners-track::-webkit-scrollbar { display: none; }

.about-page .partner-card {
    flex: 0 0 calc(16.666% - 17px);
    min-width: 170px;
    height: 100px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: all 0.3s ease;
}
.about-page .partner-card:hover {
    border-color: #1F7A3E;
    transform: translateY(-4px);
    box-shadow: 0 16px 45px rgba(31, 122, 62, 0.15);
}
.about-page .partner-card img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: grayscale(80%);
    transition: filter 0.3s ease;
}
.about-page .partner-card:hover img {
    filter: grayscale(0%);
}

/* ==========================================
   SECTION 6: MISSION & COMMITMENT
   ========================================== */
.about-page .about-mission-section {
    padding: 90px 0;
    background: #F7F9F8;
}
.about-page .about-mission-grid {
    display: flex;
    gap: 50px;
    align-items: center;
}
.about-page .about-mission-left {
    flex: 0 0 50%;
}
.about-page .about-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.about-page .about-check-list li {
    font-size: 15px;
    color: #334155;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-page .about-check-list li i {
    color: #1F7A3E;
    font-size: 18px;
}

.about-page .about-mission-right {
    flex: 0 0 50%;
}
.about-page .about-img-grid-collage {
    display: flex;
    gap: 16px;
}
.about-page .collage-item.main-collage {
    flex: 0 0 55%;
    position: relative;
}
.about-page .collage-item.main-collage img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
}
.about-page .mission-badge-box {
    position: absolute;
    bottom: 16px; left: 16px; right: 16px;
    background: #1F7A3E;
    color: #ffffff;
    padding: 18px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.about-page .mission-badge-box h4 {
    color: #F68B1F;
    font-size: 15px;
    font-weight: 600 !important;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
}
.about-page .mission-badge-box p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}
.about-page .mission-badge-box .badge-icon {
    position: absolute;
    top: 14px; right: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.25);
}

.about-page .collage-item.sub-stack {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.about-page .collage-item.sub-stack img {
    width: 100%;
    height: 116px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* ==========================================
   SECTION 7: SERVICES BAR (4 Icons)
   ========================================== */
.about-page .about-services-bar {
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
}
.about-page .about-service-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.about-page .about-svc-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.about-page .about-svc-item .icon-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F0FDF4;
    border: 2px solid #1F7A3E;
    color: #1F7A3E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.about-page .about-svc-item .text h4 {
    font-size: 14px;
    font-weight: 600 !important;
    color: #1F7A3E;
    margin: 0 0 4px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-svc-item .text p {
    font-size: 12.5px;
    color: #64748B;
    margin: 0;
}

/* ==========================================
   SECTION 8: NEWSLETTER
   ========================================== */
.about-page .about-newsletter-bar {
    background: #1F7A3E;
    color: #ffffff;
    padding: 60px 0;
}
.about-page .about-nl-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-page .about-nl-text h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600 !important;
    margin: 0 0 6px;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-nl-text p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14.5px;
    margin: 0;
}
.about-page .about-nl-form {
    display: flex;
    align-items: center;
    gap: 12px;
}
.about-page .about-nl-input {
    width: 340px;
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid #ffffff;
    font-size: 14px;
    outline: none;
    font-family: 'Roboto', sans-serif;
}
.about-page .about-nl-btn {
    background: #F68B1F;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 600 !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    transition: background 0.25s ease;
}
.about-page .about-nl-btn:hover { background: #e07712; }

/* ==========================================
   RESPONSIVE BREAKPOINTS (Desktop, Tablet, Mobile)
   ========================================== */
@media (max-width: 1024px) {
    .about-page .about-hero-grid { flex-direction: column; text-align: center; }
    .about-page .about-hero-left, .about-page .about-hero-right { flex: 0 0 100%; }
    .about-page .about-breadcrumb { justify-content: center; }
    
    .about-page .about-company-grid { flex-direction: column; }
    .about-page .about-company-left, .about-page .about-company-right { flex: 0 0 100%; }
    
    .about-page .about-values-grid { grid-template-columns: repeat(3, 1fr); }
    .about-page .about-stats-grid { grid-template-columns: repeat(3, 1fr); }
    
    .about-page .about-mission-grid { flex-direction: column; }
    .about-page .about-mission-left, .about-page .about-mission-right { flex: 0 0 100%; }
    .about-page .about-service-grid-4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .about-page .about-hero-section { height: auto; padding: 60px 0; }
    .about-page .about-hero-heading { font-size: 32px; }
    .about-page .about-hero-subheading { font-size: 16px; }
    
    .about-page .about-sec-title { font-size: 24px; }
    
    .about-page .about-values-grid { grid-template-columns: 1fr; }
    .about-page .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
    
    .about-page .about-service-grid-4 { grid-template-columns: 1fr; }
    
    .about-page .about-nl-inner { flex-direction: column; text-align: center; gap: 20px; }
    .about-page .about-nl-form { flex-direction: column; width: 100%; }
    .about-page .about-nl-input { width: 100%; }
    .about-page .about-nl-btn { width: 100%; }
}
