.sgn-export-section {
    background: #f9fafb;
}

.sgn-export-section .row.align-items-center {
    /* align-items: stretch !important; */
}

.sgn-export-section .col-lg-6:first-child {
    display: flex;
}

.sgn-export-section .sgn-img-border-style {
    flex: 1;
    display: flex;
}

.sgn-export-section .sgn-export-img {
    flex: 1;
    object-fit: cover;
    height: 100%;
}

.sgn-export-section .col-lg-6:last-child {
    display: flex;
    flex-direction: column;
}

.sgn-export-section .col-lg-6:last-child>.row {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 5px !important;
}

.sgn-export-img {
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 70%;
}

.sgn-stat-box {
    background: white;
    padding: 15px 12px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
}

.sgn-stat-box:hover {
    transform: translateY(-4px);
}

.sgn-stat-box h3 {
    color: #2e8b57;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.sgn-stat-box p {
    margin: 0;
    font-weight: 500;
    color: #555;
    font-size: 13px;
}

.sgn-stat-box.full {
    background: #2e8b57;
    color: rgb(104, 95, 95);
    padding: 12px 10px;
}

.sgn-stat-box.full h3,
.sgn-stat-box.full p {
    color: white;
}

/* Mobile spacing fix */
@media (max-width: 768px) {
    .sgn-stat-box {
        padding: 12px 10px;
    }

    .sgn-stat-box h3 {
        font-size: 20px;
    }

    .sgn-stat-box p {
        font-size: 12px;
    }
}

.sgn-img-border-style {
    border-radius: 12px;
}

/* About us section styles included in user snippet */
.sgn-about-section {
    background: #ffffff;
}

.sgn-about-img-wrap {
    /* border-radius: 0 120px 0 0; */
    overflow: hidden;
}

.sgn-about-img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sgn-about-img-wrap:hover .sgn-about-img {
    transform: scale(1.05);
}

.sgn-about-section h3 {
    color: #1f2937;
}

.sgn-about-section p {
    font-size: 16px;
    line-height: 1.7;
}

/* why chois us styles included in user snippet */
.sgn-why-section {
    background: #f9fafb;
}

.sgn-why-img-wrap {
    /* border-radius: 0 120px 0 0; */
    overflow: hidden;
}

.sgn-why-img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sgn-why-img-wrap:hover .sgn-why-img {
    transform: scale(1.05);
}

.sgn-why-box {
    background: #ffffff;
    padding: 15px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
}

.sgn-why-box h5 {
    margin-bottom: 5px;
    color: #2e8b57;
    font-weight: 600;
}

.sgn-why-box p {
    margin: 0;
    color: #555;
    font-size: 15px;
}