/* --------- Layout Basics --------- */
.services-wrapper {
    margin-top: 60px;
}

/* -------------------------------- */
/* BREADCRUMB */
/* -------------------------------- */

.breadcrumb-bar {
    background: #f5f7fa;
    padding: 12px 0;
    font-size: 14px;
    color: #6b7280;
}

/* ----------------------------- */
/* SERVICE IMAGE BANNER (Fixed Height) */
/* ----------------------------- */

.services-img-frame {
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e8eef7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.services-img-frame:hover {
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
    transform: translateY(-3px);
}

.services-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.services-img-frame:hover .services-img {
    transform: scale(1.08);
}

/* -------------------------------------------------- */
/* LEFT SIDEBAR MAIN BOX */
/* -------------------------------------------------- */

.left-service-box {
    background: #f1f6ff;
    padding: 20px;
    border-radius: 14px;
}

/* ----------------------------------------------- */
/* SEARCH BOX */
/* ----------------------------------------------- */

.service-search-box {
    background: #f1f6ff;
    padding: 20px;
    border-radius: 14px;
    margin-bottom: 18px;
}

.search-inner {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e2e8f5;
}

.search-btn {
    background: #0a66e8;
    border: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.search-inner input {
    border: none;
    padding: 12px 14px;
    flex: 1;
    font-size: 14px;
    outline: none;
}

/* ----------------------------------------------- */
/* SERVICE LIST BOX */
/* ----------------------------------------------- */

.service-list-box {
    background: #f1f6ff;
    padding: 20px;
    border-radius: 14px;
}

.service-list-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-decoration: underline;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 12px;
}

/* ----------------------------------------------- */
/* SERVICE LINK BUTTONS */
/* ----------------------------------------------- */

.service-link {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0a3c8a;
    font-weight: 500;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    border: 1px solid #e6ecf5;
}

.service-link:hover {
    background: #eaf2ff;
}

/* Arrow icon default */
.service-link .arrow-icon,
.service-link i {
    font-size: 17px;
    color: #0a3c8a;
}

/* ----------------------------------------------- */
/* ACTIVE STATE */
/* ----------------------------------------------- */

.service-link.active {
    background: #0a66e8 !important;
    color: #fff !important;
}

.service-link.active .arrow-icon {
    color: #fff !important;
}

/* ---- RIGHT SIDE BACKGROUND ---- */
.right-service-area {
    background: #eef4ff;
    padding: 30px 35px;
    border-radius: 14px;
}

/* ---- SECTION HEADINGS ---- */
.section-heading {
    color: #1a3d7c;
    font-weight: 700;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 14px;
    text-decoration: underline;
}

/* ---- Main Service Title ---- */
.service-title-main {
    font-size: 28px;
    font-weight: 800;
    color: #1a3d7c;
    margin-top: 25px;
}

.service-subdesc {
    font-size: 17px;
    color: #333;
    margin-bottom: 25px;
}

/* ---- Quote Box ---- */
.service-quote-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 14px;
    border-left: 5px solid #0a66e8;
    position: relative;
    margin-bottom: 35px;
}

.service-quote-box p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.quote-subtext {
    margin-top: 10px;
}

.quote-author {
    margin-top: 12px;
    font-weight: 700;
    display: inline-block;
    color: #0a66e8;
}

/* Watermark icon */
.quote-icon-bg {
    position: absolute;
    bottom: 14px;
    right: 18px;
    font-size: 55px;
    color: rgba(0,0,0,0.1);
}

/* ---- Deliver Cards ---- */
.deliver-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.3s;
    min-height: 240px;
}

.deliver-card:hover {
    transform: translateY(-3px);
}

.deliver-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.deliver-card h5 {
    font-weight: 700;
    color: #1a3d7c;
    margin-bottom: 12px;
}

/* ---- Why bullets ---- */
.why-ul {
    padding-left: 20px;
}

.why-ul li {
    margin-bottom: 7px;
    font-size: 16px;
    color: #333;
}

/* ======================================================= */
/* 🔵 HOW WE WORK — Blue Process Tiles (Exact Screenshot)  */
/* ======================================================= */

.process-box {
    background: #0e57d3;
    padding: 18px 18px;
    color: #fff;
    border-radius: 14px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    min-width: 130px;
}

.process-arrow {
    font-size: 24px;
    font-weight: bold;
    color: #0e57d3;
}

/* ======================================================= */
/* ✨ Engagement Models spacing                           */
/* ======================================================= */

.engagement-list li {
    margin-bottom: 7px;
    font-size: 15px;
}


/* -------------------------------- */
/* CTA SECTION */
/* -------------------------------- */

.cta-about{
    background:url("../images/footer_image.jpg") center/cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    padding: 90px 0;
    text-align: center;
    position: relative;
}

.cta-about::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.cta-about .container{
    position:relative;
    z-index:2;
}

.cta-about h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.cta-about p{
    font-size:18px;
    margin-bottom:20px;
}

.btn-cta{
    display:inline-block;
    background:#ffffff;
    color:#1e40af;
    padding:14px 38px;
    border-radius:40px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.btn-cta:hover{
    background:#1e40af;
    color:#fff;
}
.breadcrumb-bar span b,
.breadcrumb-bar span strong {
    color: #1a3d7c;
}

/* CTA button shape */
.btn-primary,
.btn-light {
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 28px !important;
}
/* ======================================================= */
/* 🔵 RESPONSIVE DESIGN – COMPLETE MOBILE OPTIMIZATION     */
/* ======================================================= */

/* ---------- Extra Large Screens (1400px-) ---------- */
@media (max-width: 1400px) {
    .services-img {
        height: 320px;
    }
}

/* ---------- Large Screens (992px – 1199px) ---------- */
@media (max-width: 1199px) {
    .service-title-main {
        font-size: 24px;
    }

    .section-heading {
        font-size: 20px;
    }

    .services-img {
        height: 300px;
    }
}

/* ---------- Medium Screens (768px – 991px) ---------- */
@media (max-width: 991px) {

    .services-wrapper {
        margin-top: 30px;
    }

    /* Left box becomes full width */
    .left-service-box,
    .service-search-box,
    .service-list-box {
        margin-bottom: 20px;
    }

    .services-img {
        height: 260px;
    }

    .right-service-area {
        padding: 20px;
    }

    .deliver-card {
        min-height: auto;
        margin-bottom: 15px;
    }

    .process-box {
        min-width: 110px;
        font-size: 14px;
        padding: 14px;
    }

    .process-arrow {
        font-size: 20px;
    }
}

/* ---------- Small Screens (576px – 767px) ---------- */
@media (max-width: 767px) {

    .breadcrumb-bar {
        font-size: 12px;
        padding: 10px 0;
    }

    .services-img-frame {
        padding: 8px;
        border-radius: 14px;
    }

    .services-img {
        height: 220px;
        border-radius: 10px;
    }

    .service-title-main {
        font-size: 22px;
    }

    .service-subdesc {
        font-size: 15px;
    }

    .section-heading {
        font-size: 18px;
    }

    .deliver-card h5 {
        font-size: 16px;
    }

    .deliver-card {
        padding: 18px;
    }

    .cta-about h2 {
        font-size: 28px;
    }

    .cta-about p {
        font-size: 16px;
    }
}

/* ---------- Extra Small Screens (Up to 575px) ---------- */
@media (max-width: 575px) {

    /* Reduce padding for mobile */
    .right-service-area {
        padding: 16px;
    }

    .services-img {
        height: 180px;
    }

    .service-title-main {
        font-size: 20px;
    }

    .section-heading {
        font-size: 17px;
    }

    .service-quote-box {
        padding: 16px;
    }

    .quote-icon-bg {
        font-size: 42px;
    }

    .process-box {
        min-width: 90px;
        font-size: 13px;
        padding: 10px 12px;
    }

    .btn-cta {
        padding: 12px 26px;
        font-size: 15px;
    }

    .cta-about {
        padding: 60px 20px;
    }
}

/* ---------- Ultra Small Screens (390px & below) ---------- */
@media (max-width: 390px) {

    .services-img {
        height: 150px;
    }

    .process-box {
        min-width: 75px;
        font-size: 12px;
        padding: 8px 10px;
    }

    .service-title-main {
        font-size: 18px;
    }

    .btn-cta {
        padding: 10px 20px;
        font-size: 14px;
    }
}