.integration-hero {

    padding: 50px 0;

    background: #f8fbff;

}

.integration-hero .container {

    max-width: 1300px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 70px;

    padding: 0 20px;

}

/* 
.integration-hero__content{

    width:50%; 
} */

.integration-hero__image {

    width: 50%;

    text-align: right;

}

.hero-img {

    max-width: 100%;

    height: auto;

}

.hero-subtitle {

    color: #1565d8;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;

    margin-bottom: 20px;

    display: inline-block;

}

.integration-hero h1 {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 30px;
}

.integration-hero p {

    color: #5f6b7a;

    font-size: 18px;

    line-height: 1.8;

    margin-bottom: 18px;

}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer;
}

.hero-btn-primary {
    background: linear-gradient(79deg, rgba(33, 140, 195, 1) 8%, rgba(11, 77, 146, 1) 59%);
    color: #fff;
    /* border:2px solid #0057d8; */
    text-decoration: none;
}

.hero-btn-primary:hover {
      background: rgb(11, 77, 146);
  background: linear-gradient(79deg,
      rgba(11, 77, 146, 1) 8%,
      rgba(33, 140, 195, 1) 59%);
    border-color: #0044a8;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    transform: scale(1.1);
}

.hero-btn-outline {
    background: #fff;
    color: #0057d8;
    border: 2px solid #0057d8;
}

.hero-btn-outline:hover {
    background: linear-gradient(79deg, rgba(33, 140, 195, 1) 8%, rgba(11, 77, 146, 1) 59%);
    color: #fff;
    text-decoration: none;
    border-color: #fff;
    transition: all 0.4s ease-in-out;
    transform: scale(1.1);
}

/* mobile responsive hero  */


/* ============================================
   RESPONSIVE — TABLET (max-width: 991px)
   ============================================ */
@media (max-width: 991px) {
    .integration-hero {
        padding: 60px 0;
    }

    .integration-hero .container {
        gap: 40px;
    }

    .integration-hero__content h1 {
        font-size: 36px;
    }

    .integration-hero__content p {
        font-size: 17px;
    }
}

/* ============================================
   RESPONSIVE — MOBILE (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    .integration-hero {
        padding: 48px 0;
    }

    .integration-hero .container {
        flex-direction: column-reverse;
        /* image on top, text below */
        text-align: center;
        gap: 32px;
    }

    .integration-hero__content {
        max-width: 100%;
    }

    .integration-hero__content h1 {
        font-size: 30px;
    }

    .integration-hero__content p {
        font-size: 16px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-btn {
        width: 100%;
        max-width: 280px;
    }

    .integration-hero__image {
        width: 100%;
        margin-top: 25px;
    }

    .integration-hero__image img.hero_image {
        border-radius: 12px;
    }
}

/* ============================================
   RESPONSIVE — SMALL MOBILE (max-width: 479px)
   ============================================ */
@media (max-width: 479px) {
    .integration-hero__content h1 {
        font-size: 26px;
    }

    .hero-btn {
        padding: 12px 24px;
        font-size: 15px;
    }
}


/* Integration Sections */

/*======================================
    Integration Sections
=======================================*/

.hm-commoncard-main {
    padding: 20px 0 20px 0;
    overflow: hidden;
}

.hm-commoncard-main.backset {
    background: #F7FAFF;
}

.hm-commoncard-main.remove-margin {
    padding-bottom: 0;
}

.wrapmiddle-section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 0 20px;

}

.left-to-right .wrapmiddle-section {
    flex-direction: row-reverse;
}

/*======================================
Image
=======================================*/

.leftcard-1 {

    width: 50%;
    text-align: center;

}

.leftcard-1 img {

    width: 100%;
    max-width: 520px;

    height: auto;

    display: block;

    margin: auto;

}

/*======================================
Content
=======================================*/

.contentwra-section {
    width: 50%;
}

.contentwra-section h2 {

    font-size: 35px;

    line-height: 1.15;

    color: #0F172A;

    font-weight: 700;

    margin-bottom: 25px;

}

.contentwra-section p {

    font-size: 17px;

    color: #64748B;

    line-height: 1.8;

    margin-bottom: 25px;

}

.contentwra-section ul li {
    position: relative;
    font-size: 17px;
    color: #334155;
    line-height: 0.8;
    margin-bottom: 15px;
}

.contentwra-section ul li p {
    margin: 0;
    line-height: 1.5;
}

/*======================================
Feature List
=======================================*/

.contentwra-section ul li {
    position: relative;
    padding-left: 22px;
    list-style: none;
}

.contentwra-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #0048b4;
    border-radius: 50%;
}

/*======================================
Button
=======================================*/

.commonbtn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 20px;

    padding: 14px 30px;

    background: #0057D9;

    color: #fff;

    border-radius: 50px;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: .3s;

}

.commonbtn:hover {

    background: #0042b0;

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(0, 87, 217, .25);

}

/*======================================
Tablet
=======================================*/

@media(max-width:992px) {

    .wrapmiddle-section {

        flex-direction: column;

        text-align: center;

        gap: 45px;

    }

    .left-to-right .wrapmiddle-section {

        flex-direction: column;

    }

    .leftcard-1,
    .contentwra-section {

        width: 100%;

    }

    .contentwra-section h4 {

        font-size: 36px;

    }

    .feature-list {

        display: inline-block;

        text-align: left;

    }

}

/*======================================
Mobile
=======================================*/

@media (max-width: 767px) {
    .hm-commoncard-main {
        padding: 48px 0;
    }

    .wrapmiddle-section {
        flex-direction: column !important;
        /* override alternating */
        text-align: center;
        gap: 32px;
        padding: 0 20px;
    }

    /* Image always on top on mobile */
    .leftcard-1 {
        flex: 1 1 100%;
        max-width: 100%;
        order: -1;
    }

    .leftcard-1 img {
        border-radius: 12px;
        max-width: 400px;
        margin: 0 auto;
    }

    .contentwra-section {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contentwra-section h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .contentwra-section>p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    /* Centered bullets on mobile */
    .contentwra-section ul {
        text-align: left;
        display: inline-block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 28px auto;
    }

    .contentwra-section ul li {
        padding-left: 24px;
        font-size: 15px;
        margin-bottom: 12px;
    }

    .contentwra-section ul li::before {
        top: 6px;
        width: 8px;
        height: 8px;
    }

    .commonbtn {
        width: 100%;
        max-width: 320px;
        padding: 14px 24px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 479px)
   ============================================ */
@media (max-width: 479px) {
    .hm-commoncard-main {
        padding: 40px 0;
    }

    .wrapmiddle-section {
        padding: 0 16px;
        gap: 24px;
    }

    .contentwra-section h2 {
        font-size: 22px;
    }

    .contentwra-section>p {
        font-size: 14px;
    }

    .contentwra-section ul li {
        font-size: 14px;
        padding-left: 20px;
    }

    .leftcard-1 img {
        border-radius: 10px;
    }

    .commonbtn {
        font-size: 15px;
        padding: 12px 20px;
    }
}


/* CTA Section Styles */

/* ============================================
   PAGE BOTTOM CTA — CARD BOX STYLE
   ============================================ */

.page-bottom-cta {
    padding: 60px 0;
    background-color: #ffffff;
    /* page background */
}

.page-bottom-cta .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Blue Card Box --- */
.page-bottom-cta__card {
    background: linear-gradient(135deg, #1a6fd8 0%, #023a80 100%);
    border-radius: 24px;
    padding: 64px 40px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(13, 91, 186, 0.25);
}

/* --- Title --- */
.page-bottom-cta__title {
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 16px 0;
}

/* --- Description --- */
.page-bottom-cta__desc {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 32px auto;
    max-width: 560px;
}

/* --- Button --- */
.page-bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #1a6fd8;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 16px;
}

.page-bottom-cta__btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background-color: #f8fafc;
}

/* --- Button --- */
.page-bottom-cta__btn_contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background-color: #1a6fd8;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.page-bottom-cta__btn_contact:hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    background-color: rgb(1, 58, 116);
}


/* ============================================
   TABLET (max-width: 991px)
   ============================================ */
@media (max-width: 991px) {
    .page-bottom-cta {
        padding: 48px 0;
    }

    .page-bottom-cta__card {
        padding: 52px 36px;
        border-radius: 20px;
    }

    .page-bottom-cta__title {
        font-size: 32px;
    }

    .page-bottom-cta__desc {
        font-size: 17px;
    }
}

/* ============================================
   MOBILE (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    .page-bottom-cta {
        padding: 32px 0;
    }

    .page-bottom-cta .container {
        padding: 0 16px;
    }

    .page-bottom-cta__card {
        padding: 40px 24px;
        border-radius: 16px;
    }

    .page-bottom-cta__title {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .page-bottom-cta__desc {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .page-bottom-cta__btn {
        width: 100%;
        max-width: 300px;
        padding: 14px 28px;
        font-size: 15px;
    }

    .page-bottom-cta__btn_contact {
        width: 100%;
        max-width: 300px;
        padding: 14px 28px;
        font-size: 15px;
        margin-top: 12px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 479px)
   ============================================ */
@media (max-width: 479px) {
    .page-bottom-cta__card {
        padding: 36px 20px;
        border-radius: 14px;
    }

    .page-bottom-cta__title {
        font-size: 22px;
    }

    .page-bottom-cta__desc {
        font-size: 15px;
    }

    .page-bottom-cta__btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}