/* Export Page Styles */

/* General Section Spacing */
.ftco-section.sgn-export-overview-section,
.ftco-section.sgn-export-countries-section,
.ftco-section.sgn-export-process-section,
.ftco-section.sgn-export-certification-section {
    padding: 6em 0;
}

/* 1. Hero Section Buttons */
.sgn-export-btn-primary {
    background: #82ae46 !important;
    border: 1px solid #82ae46 !important;
    color: #fff !important;
    border-radius: 30px;
}

.sgn-export-btn-primary:hover {
    background: #fff !important;
    color: #82ae46 !important;
    border: 1px solid #fff !important;
}

/* Hero Section Overlay Override */
.hero-wrap::before {
    display: none !important;
    background: none !important;
    content: none !important;
}

.hero-wrap .overlay {
    display: none !important;
}

/* 2. Export Overview Section */
.sgn-export-info-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

.sgn-export-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sgn-export-info-card .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f8f9fa;
    margin: 0 auto 20px auto;
}

.sgn-export-info-card .icon span {
    font-size: 40px;
    color: #82ae46;
}

.sgn-export-info-card h3 {
    font-family: "Poppins", sans-serif;
    /* Ensuring Poppins font */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* 3. Export Statistics Section */
.sgn-export-stats-section {
    position: relative;
    padding: 7em 0;
}

.sgn-export-stats-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.3;
}

.sgn-export-stats-section .block-18 .text strong.number {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    display: block;
}

.sgn-export-stats-section .block-18 .text span {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: 1px;
}

/* 4. Countries We Export To */
.sgn-export-countries-section {
    background-color: #f9f9f9;
    /* Optional: Subtle map background can be added here if available */
}

.sgn-export-flag-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 22px;
    padding: 20px 0;
}

.sgn-export-country-card {
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sgn-export-country-card:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.sgn-export-country-card img {
    width: 64px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.sgn-export-country-card span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #1a1a2e;
    margin-bottom: 4px;
}

.sgn-export-country-card small {
    display: block;
    font-size: 10px;
    color: #82ae46;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Country Group Heading */
.sgn-export-flag-group-heading {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 30px 0 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #82ae46;
    display: inline-block;
}

.sgn-export-flag-group-heading:first-of-type {
    margin-top: 0;
}

/* Group divider */
.sgn-export-flag-divider {
    margin: 36px 0 10px;
    border: none;
    border-top: 1px solid #e5e7eb;
}

/* 5. Export Process Section */
.sgn-export-step-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
}

.sgn-export-step-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #82ae46;
}

.sgn-export-step-card:hover .icon {
    background: #fff;
}

.sgn-export-step-card:hover .icon span {
    color: #82ae46;
}

.sgn-export-step-card:hover h3,
.sgn-export-step-card:hover p {
    color: #fff;
}

.sgn-export-step-card .icon {
    width: 80px;
    height: 80px;
    background: #82ae46;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.sgn-export-step-card .icon span {
    color: #fff;
    font-size: 40px;
}

/* 6. Certifications Section */
.sgn-export-certification-section {
    background: #fff;
}

.sgn-cert-card {
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sgn-cert-card:hover {
    border-color: #82ae46;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sgn-cert-card h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    color: #333;
}

.sgn-cert-card i {
    transition: transform 0.3s ease;
}

.sgn-cert-card:hover i {
    transform: scale(1.1);
}

/* Call to Action */
.sgn-export-cta-section {
    background: #82ae46;
}

.sgn-export-btn-secondary {
    background: #fff !important;
    color: #82ae46 !important;
    border: 1px solid #fff !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sgn-export-btn-secondary:hover {
    background: transparent !important;
    color: #fff !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .sgn-export-flag-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .sgn-export-stats-section {
        padding: 4em 0;
    }

    .sgn-export-info-card {
        margin-bottom: 20px;
    }

    .sgn-export-btn-secondary {
        margin-top: 20px;
        display: block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .sgn-export-flag-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .sgn-export-country-card img {
        width: 52px;
        height: 36px;
    }
}

/* 7. Trust & Quality Section */
.sgn-trust-section {
    padding: 6em 0;
    /* Optional: background color or gradient */
    background: #fafafa;
}

.sgn-trust-features {
    padding-top: 10px;
}

.sgn-trust-feature-card {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.sgn-trust-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #82ae46;
}

.sgn-trust-feature-card .icon {
    width: 60px;
    height: 60px;
    background: #f0fdf4;
    /* Very light green */
    border-radius: 50%;
    flex-shrink: 0;
}

.sgn-trust-feature-card .icon span {
    font-size: 24px;
    color: #82ae46;
}

.sgn-trust-feature-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.sgn-trust-feature-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Quality Assurance List */
.sgn-trust-quality-list {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.sgn-trust-quality-item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.sgn-trust-quality-item:last-child {
    border-bottom: none;
}

.sgn-trust-quality-item:hover {
    padding-left: 10px;
    background: #fcfcfc;
}

.sgn-trust-quality-item .icon span {
    color: #82ae46;
    font-size: 18px;
}

.sgn-trust-quality-item .text {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {

    .heading-section.pl-md-5,
    .sgn-trust-quality-list.pl-md-5 {
        padding-left: 0 !important;
    }

    .sgn-trust-section .col-md-6 {
        margin-bottom: 40px;
    }

    .sgn-trust-feature-card {
        padding: 15px;
    }
}


/* stats  */
.export-section {
    background: #f9fafb;
}

.export-section .row.align-items-center {
    align-items: stretch !important;
}

.export-section .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.export-section .img-border-style {
    flex: 1;
    display: flex;
}

.export-img {
    width: 100%;
    object-fit: cover;
    flex: 1;
}

.export-section .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
}

.export-section .col-lg-6:last-child>h2 {
    margin-bottom: 12px !important;
    font-size: 22px;
}

.export-section .col-lg-6:last-child>.row {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}

.export-section .col-lg-6:last-child>.row>.col-12 {
    display: flex;
}

.export-section .col-lg-6:last-child>.row>.col-12 .stat-box {
    flex: 1;
}

.stat-box {
    background: white;
    padding: 14px 12px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-6px);
}

.stat-box h3 {
    color: #2e8b57;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.stat-box p {
    margin: 0;
    font-weight: 500;
    color: #555;
    font-size: 13px;
}

.stat-box.full {
    background: #2e8b57;
    color: white;
}

.stat-box.full h3,
.stat-box.full p {
    color: white;
}

/* Mobile spacing fix */
@media (max-width: 768px) {
    .stat-box {
        padding: 12px 10px;
    }

    .stat-box h3 {
        font-size: 20px;
    }

    .stat-box p {
        font-size: 12px;
    }
}

.img-border-style {
    border-radius: 12px;
}

.export-img {
    border-top-right-radius: 70%;
}

/* About us section */
.about-section {
    background: #ffffff;
}

.about-img-wrap {
    /* border-radius: 0 120px 0 0; */
    overflow: hidden;
}

.about-img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.about-img-wrap:hover .about-img {
    transform: scale(1.05);
}

.about-section h3 {
    color: #1f2937;
}

.about-section p {
    font-size: 16px;
    line-height: 1.7;
}

/* why chois us  */
.why-section {
    background: #f9fafb;
}

.why-img-wrap {
    /* border-radius: 0 120px 0 0; */
    overflow: hidden;
}

.why-img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.why-img-wrap:hover .why-img {
    transform: scale(1.05);
}

.why-box {
    background: #ffffff;
    padding: 15px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

.why-box h5 {
    margin-bottom: 5px;
    color: #2e8b57;
    font-weight: 600;
}

.why-box p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

a {
    text-decoration: none;
}