/* Service Page Styles */

.service-banner {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.service-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.section-title-box {
    padding: 60px 0 0;
}

.section-title-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
}

.section-title-box .brand-text {
    font-size: 1.5rem;
    color: #999;
    letter-spacing: 2px;
}

/* Advantage Section New */
.advantage-section {
    padding: 3rem 0;
    background-color: #fff;
}
.advantage-top{
    background: #f5f6f9;
    padding: 4rem  0 4rem 0;
}
.advantage-top-row{display: grid;grid-template-columns:repeat(3,1fr);gap:3rem;align-items: stretch}
.advantage-top-item p{font-size: 1rem}
.title-green, .title-blue {
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.title-green::before, .title-blue::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}

.title-green::before { background-color: #82b342; }
.title-blue::before { background-color: #003366; }

.subtext-wrapper {
    padding-left: 20px;
    border-left: 2px solid #003366;
    margin-left: 5px;
    margin-bottom: 30px;
}


.subtext-wrapper p {
    margin-bottom: 0;
    line-height: 1.6;
    opacity: 0.8;
}

.advantage-row{display: grid;grid-template-columns:repeat(3,1fr); gap:3rem;margin-top:-3rem;position: relative;z-index: 2}
.advantage-item{    background: #e5ebf4;   border-radius: 10px;  padding:1.5rem 1.5rem;}


.adv-list-item {
    padding:1.5rem 0;
    border-bottom: 1px solid #cfd7e2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.adv-list-item:last-child {
    border-bottom: 0;
}

.adv-circle-blue, .adv-circle-green {
    width: 80%;
    border-radius:60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.2rem;
    padding:10px 0;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0,51,102,0.2);
    margin-bottom: .8rem;
}


.adv-circle-blue { background: #023894;border: solid #c6ddff;  }
.adv-circle-green { background: #82b342;border: solid #cce6a6; }

.adv-text-new {
    font-size: .95rem;
    color: #333;
    line-height: 1.8;
}

/* Bottom Highlight Section */
.service-highlight {
    padding: 1rem 0 3rem;
}

.highlightSwiper {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.highlight-card {
    display: flex;
    width: 100%;
    height: 100%;
    background: #003366;
}

.highlight-img-box {
    flex: 1.6; /* Slightly wider image section */
    position: relative;
    overflow: hidden;
}

.highlight-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight-content-blue {
    flex: 1;
    background: #023894; /* Deep corporate blue */
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    color: #fff;
}

.highlight-content-blue p.small {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 10px;
}

.highlight-content-blue h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.highlight-content-blue .mb-4 p {
    margin-bottom: 8px;
    font-size: 1.05rem;
}

.highlight-pagination-container {
    position: absolute;
    bottom: 10px;
    left: calc(75% * (1.6 / 2.6) + 50px); /* Exactly at the start of blue part padding */
    z-index: 10;
}

/* Swiper Pagination Bullets Custom Style */
.swiper-pagination-highlight .swiper-pagination-bullet {
    width: 12px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-highlight .swiper-pagination-bullet-active {
    background: #c6ddff; /* Lighter blue/purple tint from image */
    width: 35px;
    border-radius: 10px;
    opacity: 1;
}

/* Bottom Action Cards */
.action-section {
    padding-bottom: 80px;

}

.action-card {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 40px 40px 40px 60px;
    height: 100%;
}

.action-card h3 {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 15px;
}
.action-card p {font-size: 1.05rem  ;

}
.action-card .hot{font-size: 1.2rem;font-weight: 700}
.hotline {
    font-size: 2rem;
    font-weight: 700;
    color: #82b342;
}

.btn-consult {
    background: #82b342;
    color: #fff;
    padding: 10px 40px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
.contact-section{padding: 4rem 0 5rem}
.contact-top{background: #f5f6f9;
    padding: 5rem  0 6rem 0;}
.contact-top-row{  display: flex;justify-content: space-between;
    margin-top: -8rem}
.contact-top-row .l{width: 60%}
.contact-form{
    background: #e5ebf4;
    border-radius: 10px;
    padding: 3rem 2rem

}
.contact-top-row h4{font-size: 1.9rem}


.contact-top-row .r{width: 35%}

.contact-info{
    background: #e5ebf4;
    border-radius: 10px;
    padding: 3rem 2rem;min-height: 530px;
    line-height: 2.2;
}
.contact-info h2{font-size:1.6rem; font-weight: 700;margin:1.5rem auto;position: relative;padding: .5rem 0}
.contact-info h2:before{display: block;content: "";background: #0a58ca;width: 5px;height: 100%;position: absolute;
    left:-2rem;top:0;border-radius: 10px;color: #666}

/* Responsive */
@media (max-width: 1500px) {
    .advantage-item{padding: 2rem 1rem}
    .adv-circle-blue, .adv-circle-green{width: 80%;border-radius:50px;font-size: .95rem;margin-right: 1rem;padding:5px 0}
    .highlight-content-blue h2{font-size: 2.3rem}

}

@media (max-width: 1024px) {
    .section-title-box{padding: 3rem 0 0}
    .section-title-box h2{font-size: 1.8rem;margin-bottom: .2rem!important;}
    .advantage-item{padding: 1rem .5rem}
    .adv-circle-blue, .adv-circle-green{width: 80%;border-radius:50px;font-size: .95rem;margin-right: 1rem;padding:5px 0}
    .advantage-row{display: grid;grid-template-columns:repeat(3,1fr); gap:1rem;margin-top:-3rem;position: relative;z-index: 2}
    .adv-text-new{font-size: .8rem}
    .advantage-top-item p{font-size: .85rem}
    .service-highlight {
        padding: 0 0 2rem;
    }
    .highlight-content-blue h2{font-size: 1.6rem}
    .action-card h3 {
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 15px;}
    .action-card p {font-size: .95rem;margin-bottom: 0;}

    .contact-info h2{font-size: 1.3rem;}

}
@media (max-width: 991px) {
    .highlight-card {
        flex-direction: column;
    }
    .highlight-content {
        padding: 40px;
    }
    .section-title-box{padding: 2rem 0}
    .section-title-box h2{font-size:1.5rem}
    .section-title-box p{font-size: .95rem;}
    .section-title-box .en{display: none}
    .advantage-section{padding: 0 0 1rem}
    .advantage-top-row{display: grid;grid-template-columns:repeat(1,1fr);gap:1rem;align-items: stretch;display: none}
    .advantage-top{padding: 0}
    .advantage-top-item h4{font-size: 1.3rem;}
    .advantage-top-item p{font-size: .85rem}
    .advantage-row{display: grid;grid-template-columns:repeat(1,1fr); gap:1rem;margin-top:0rem;position: relative;z-index: 2}
    .advantage-item{    background: #e5ebf4;   border-radius: 10px;  padding:1.5rem .5rem 1rem;}
    .subtext-wrapper{margin-bottom: .5rem}
    .adv-list-item {
        padding:.5rem 0;
        border-bottom: 1px solid #cfd7e2;
        display: flex;
        align-items: center;
    }
    .highlight-content-blue{padding: 1rem 2rem 2rem}
    .content-inner h2{font-size: 1.4rem;margin-bottom: 0!important;}
    .highlight-content-blue{padding: 1rem;text-align: center}
    .content-inner p{font-size: .85rem!important;}
    .highlight-pagination-container {left: calc(48% * (1.6 / 2.6) + 50px)}
    .action-card {
        background: #f8f9fa;
        border-radius: 20px;
        padding:2rem 0;
        height: 100%;text-align: center;
    }

    .action-card h3 {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .action-card p {font-size: .9rem  ;margin-bottom: 0!important;line-height:  1.4;

    }
    .action-card .mt-4{margin-top: .5rem}
    .btn-consult{padding: .5rem 2.5rem}
    .action-card .hot{margin-bottom: .3rem}
    .hotline{font-size: 1.6rem;font-weight: 700;line-height: 1}
    .action-section {
        padding-bottom: 20px;

    }
    .contact-section{padding: 0}
    .contact-top{display: none}
    .contact-top-row{margin-top: 1rem;display: block}
    .contact-top-row .l{width: 100%}
    .contact-top-row .r{width: 100%;min-height: auto!important;margin: 2rem auto}
    .contact-info{min-height: auto!important;padding: 1rem 1rem 2rem 1rem;line-height: 1.8}
    .contact-info h2{font-size:1.2rem; font-weight: 700;margin:1rem auto .5rem;position: relative;padding: .5rem 0}
    .contact-info h2:before{display: block;content: "";background: #0a58ca;width: 5px;height: 100%;position: absolute;
        left:-1rem;top:0;border-radius: 10px;color: #666}

}
