.services-page-section {
    /* background: linear-gradient(to right, #f8f9fa, #e9ecef); */
    padding: 100px 0 0;
}
.services-page-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* max-width: 1100px; */
    margin: 0 auto;
    padding: 0 16px;
}
.services-page-section .hero {
    min-height: 0;
    padding: 0;
    display: flex;
}

.section-title {
    text-align: center;
    padding: 40px 0 20px 0;
    display: block;
    width: 100%;
}
.section-title h2 {
    /* font-size: 1.7rem; */
    /* font-weight: 700; */
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.service-section {
    padding: 70px 0;
    background: #fff;
}
.bg-alt {
    background: #f8f9fa;
}
.service-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}
.service-container.reverse {
    /* flex-direction: row-reverse; */
}
.service-image {
    flex: 1 1 320px;
    max-width: 45%;
    text-align: right;
    /* overflow: hidden; */
}
.service-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}
.service-text {
    flex: 1 1 400px;
    max-width: 50%;
    min-width: 320px;
    text-align: left;
    padding: 0 0 0 24px;
}
.service-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left;
}
.service-text p {
    /* font-size: 1.05rem; */
    line-height: 1.6;
    margin-bottom: 18px;
    color: #444;
}
.service-text ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 40px;
}
.service-text ul li {
    margin-bottom: 8px;
    /* font-size: 1rem; */
    color: #333;
}
.btn {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    border: none;
    font-size: 1rem;
    transition: background 0.2s;
}
.btn:hover {
    background: #007b8f;
}

.features-section {
    background: #fff;
    padding: 100px 0;
    text-align: center;
}
.features-section h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 0;
}
.features-section .feature-item {
    flex: 1 1 240px;
    max-width: 300px;
    min-width: 300px;
    background: #fff;
    border-radius: 14px;
    padding: 24px 12px 18px 12px;
    text-align: center;
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.04); */
}
.features-section .feature-icon {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-icon img {
    width: auto;
    height: 60px;
}
.feature-item h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}
.feature-item p {
    font-size: 20px;
    color: #555;
    line-height: 1.5;
    margin: 0;
}

.why-bangladesh {
    background: #fff;
    padding: 100px 0;
    text-align: center;
}
.bangladesh-container {
    /* max-width: 900px; */
    /* margin: 0 auto; */
    /* padding: 0 16px; */
}
.bangladesh-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-top: 32px;
    flex-wrap: nowrap;
    flex-direction: row;
}
.map-img {
    width: 550px;
    height: auto;
    border-radius: 12px;
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.04); */
}
.bangladesh-points {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 40px;
    /* min-width: 260px; */
    /* max-width: 350px; */
    text-align: left;
}
.bangladesh-points ul {
    margin: 0;
    padding-left: 18px;
}
.bangladesh-points li {
    margin-bottom: 16px;
    font-size: 1.5rem;
    color: #333;
}

.cta-2 {
    background-color: #007b8f;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    margin: 0;
}
.cta-2 h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}
.cta-2 p {
    margin-bottom: 20px;
    color: #fff;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 36px;
}
.cta-2 button {
    background-color: #fff;
    color: #000;
    padding: 10px 24px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.cta-2 button:hover {
    background: #2ea44f;
    color: #fff;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .services-page-container,
    .service-container,
    .features-grid,
    .why-choose-alt-container,
    .bangladesh-container {
        max-width: 98vw;
        padding: 0 8px;
    }
    .services-page-container,
    .service-container,
    .why-choose-flex,
    .bangladesh-wrapper {
        flex-direction: column;
        gap: 24px;
    }
    .services-page-text,
    .service-text,
    .why-choose-points,
    .why-choose-image {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    .service-image {
        max-width: 100%;
        text-align: center;
    }
    .features-grid {
        gap: 18px;
    }
    .feature-item {
        max-width: 100%;
    }
    .bangladesh-points {
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .services-page-text h1,
    .section-title h2,
    .service-text h2,
    .features-section h2,
    .why-choose-title,
    .bangladesh-container h2,
    .cta-2 h2 {
        font-size: 1.1rem;
    }
    .service-image img,
    .map-img {
        max-width: 90vw;
        width: 100%;
    }
    .bangladesh-points {
        padding: 14px 8px;
        min-width: 0;
        max-width: 100%;
    }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* ==== Finance Service ==== */
.finance-section {
    background: #eaf2fb;
    padding: 50px 0;
    text-align: center;
}

.finance-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    justify-content: center;
}
.finance-header img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
}
.finance-header h1 {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 0;
    color: #222;
    letter-spacing: -1px;
}

.finance-description {
    max-width: 800px;
    margin: 0 auto 36px auto;
    font-size: 1.08rem;
    color: #222;
    line-height: 1.6;
}

section.services-cards {
    padding: 50px 0 50px;
}

.services-grid {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 0;
    align-items: stretch;
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    border: 1px solid #eee;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.card img {
    max-width: 80px;
    margin-bottom: 10px;
}

section.stats {
    padding: 0 0 50px;
}
section.stats .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stat-card {
    background: #e4efd8;
    background: linear-gradient(260.91deg, #e4efd8 8.15%, #dcf4c3 95.56%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    max-width: 450px;
}

.stat-icon {
    width: 120px;
    height: 120px;
    margin-right: 15px;
}

.stat-percentage {
    font-size: 36px;
    font-weight: bold;
    color: #111;
    margin-bottom: 16px;
}
.stat-description {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    margin-bottom: 0;
}
.service-details {
    padding: 90px 0;
    background: #f8f8f8;
}
.service-details.alt {
    background: #fff;
}
.finance-service {
    display: flex;
    align-items: center;
    gap: 70px;
    /* max-width: 1100px; */
    margin: 0 auto;
    flex-wrap: nowrap;
    flex-direction: row;
}

.finance-service.reverse {
    flex-direction: row-reverse;
}

.finance-image-wrapper {
    position: relative;
    flex: 1 1 55%;
}

.finance-image-wrapper img {
    width: 100%;
    border-radius: 12px;
}

.finance-badge {
    position: absolute;
    bottom: calc(0% - 40px);
    left: 40px;
    background: white;
    border-radius: 24px;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.service-details.alt .finance-badge {
    right: 40px;
    left: auto;
}

.finance-badge img {
    width: 60px;
}

.finance-badge.top-right {
    top: 30px;
    right: calc(0% - 30px);
    bottom: auto;
    left: auto;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.finance-badge.top-left {
    top: 30px;
    left: calc(0% - 30px);
    bottom: auto;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
}
.service-details.alt .finance-badge.top-left {
    right: auto;
    left: calc(0% - 30px);
}

.finance-content {
    flex: 1 1 45%;
}

.finance-content h2 {
    margin-bottom: 15px;
    font-size: 32px;
    text-align: left;
}

.finance-content p {
    margin-bottom: 20px;
    color: #444;
    line-height: 1.6;
}

.finance-content button {
    background: black;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
}

.finance-content button:hover {
    opacity: 0.85;
}
