

/*----------------------*/

.hero-section{

    padding:90px 0;

    background:#f8fbff;

    position:relative;

    overflow:hidden;

}

.hero-section::before{

    content:"";

    position:absolute;

    right:-200px;

    top:-100px;

    width:700px;

    height:700px;

    background:radial-gradient(circle,#d9ecff 0%,transparent 70%);

}

.small-heading{

    font-size:40px;

    font-weight:300;

    color:#111;

}

.hero-title{

    font-size:45px;

    font-weight:800;

    line-height:1.15;

    margin-top:10px;

}

.blue{

    color:#1d4ed8;

}

.orange{

    color:#f59e0b;

}

.black{

    color:#111;

}

.hero-text{

    margin-top:30px;

    font-size:20px;

    color:#666;

    line-height:1.8;

    max-width:650px;

}

.hero-buttons{

    margin-top:35px;

}

.btn-service{

    background:#1d4ed8;

    color:#fff;

    padding:15px 40px;

    border-radius:40px;

    margin-right:15px;

}

.btn-contact{

    border:2px solid #1d4ed8;

    color:#1d4ed8;

    padding:15px 40px;

    border-radius:40px;

}

.btn-service:hover{

    background:#0b3fb8;

    color:#fff;

}

.btn-contact:hover{

    background:#1d4ed8;

    color:#fff;

}

.hero-image{

    width:100%;

    max-width:650px;

}

/*==========================================
        WHAT WE DO SECTION
==========================================*/

.services-section{
    padding:90px 0;
    background:#ffffff;
}

.section-title{
    margin-bottom:50px;
}

.section-title .sub-title{
    display:block;
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:10px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.section-title h2 span{
    color:#1e5bff;
}

.title-line{
    width:70px;
    height:4px;
    background:#f4a51c;
    margin:0 auto;
    border-radius:30px;
}


/*============================*/

.service-card{

    background:#fff;

    border:1px solid #ececec;

    border-radius:16px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

    border-color:#1e5bff;

}

.service-icon{

    width:95px;

    height:95px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#f5f9ff;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.4s;

}

.service-card:hover .service-icon{

    background:#1e5bff;

}

.service-icon i{

    font-size:46px;

    color:#1e5bff;

    transition:.4s;

}

.service-card:hover .service-icon i{

    color:#fff;

}

.service-card h4{

    font-size:20px;

    font-weight:700;

    color:#111;

    margin-bottom:20px;

    line-height:1.4;

}

.service-card p{

    font-size:16px;

    line-height:1.9;

    color:#666;
	

}


/*==========================================
            AI BANNER
==========================================*/

.ai-banner{

    background: url('../image/aiimage.png') center center no-repeat;
    background-size: cover;
    min-height: 440px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;

}

/* Optional dark overlay for better text visibility */

.ai-banner::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(2,16,55,0.35);
    z-index:1;

}

.ai-content{

    position:relative;
    z-index:2;
    max-width:520px;

}

.ai-content h2{

    color:#ffffff;
    font-size:52px;
    font-weight:700;
    line-height:1.25;
    margin-bottom:25px;

}

.ai-content h2 span{

    color:#2b8cff;

}

.ai-content p{

    color:#e7e7e7;
    font-size:18px;
    line-height:1.9;
    margin-bottom:35px;

}

.ai-btn{

    display:inline-block;
    background:#1d5cff;
    color:#fff;
    padding:16px 40px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;

}

.ai-btn:hover{

    background:#0d46d9;
    color:#fff;

}

/* Hide image because the banner already contains it */

.ai-image{

    display:none;

}


/* =====================================================
   AI BANNER - RESPONSIVE
===================================================== */


/* =====================================================
   TABLET / SMALL DESKTOP
===================================================== */

@media (max-width: 1199px) {

    .ai-banner {
        min-height: 400px;

        padding: 70px 30px;

        background-position: center center;
    }

    .ai-content {
        max-width: 500px;
    }

    .ai-content h2 {
        font-size: 44px;

        line-height: 1.25;

        margin-bottom: 22px;
    }

    .ai-content p {
        font-size: 17px;

        line-height: 1.7;

        margin-bottom: 30px;
    }

    .ai-btn {
        padding: 14px 34px;

        font-size: 15px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .ai-banner {
        min-height: 380px;

        padding: 60px 30px;

        background-position: center center;
    }

    .ai-content {
        max-width: 470px;
    }

    .ai-content h2 {
        font-size: 38px;

        line-height: 1.25;

        margin-bottom: 20px;
    }

    .ai-content p {
        font-size: 16px;

        line-height: 1.65;

        margin-bottom: 28px;
    }

    .ai-btn {
        padding: 13px 30px;

        font-size: 14px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ai-banner {

        width: 100%;

        min-height: 450px;

        padding: 60px 20px;

        display: flex;

        align-items: center;

        background-position: center center;

        background-size: cover;

        box-sizing: border-box;
    }


    /* Dark overlay */

    .ai-banner::before {
        background: rgba(2, 16, 55, 0.48);
    }


    .ai-content {

        width: 100%;

        max-width: 100%;

        position: relative;

        z-index: 2;

        text-align: left;
    }


    .ai-content h2 {

        font-size: 34px;

        line-height: 1.25;

        margin-bottom: 18px;
    }


    .ai-content p {

        font-size: 15px;

        line-height: 1.7;

        margin-bottom: 25px;

        max-width: 500px;
    }


    .ai-btn {

        display: inline-block;

        padding: 13px 28px;

        font-size: 14px;

        border-radius: 7px;
    }


    .ai-image {
        display: none;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .ai-banner {

        min-height: 430px;

        padding: 50px 18px;

        background-position: center center;
    }


    .ai-banner::before {

        background: rgba(2, 16, 55, 0.52);
    }


    .ai-content h2 {

        font-size: 29px;

        line-height: 1.3;

        margin-bottom: 16px;
    }


    .ai-content p {

        font-size: 14px;

        line-height: 1.65;

        margin-bottom: 23px;
    }


    .ai-btn {

        padding: 12px 25px;

        font-size: 13px;

        border-radius: 7px;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 360px) {

    .ai-banner {

        min-height: 400px;

        padding: 45px 15px;

        background-position: center center;
    }


    .ai-content h2 {

        font-size: 26px;

        line-height: 1.3;
    }


    .ai-content p {

        font-size: 13px;

        line-height: 1.6;
    }


    .ai-btn {

        padding: 11px 22px;

        font-size: 12px;
    }

}

/*==================================
        Tablet
==================================*/

@media(max-width:991px){

.section-title h2{

    font-size:36px;

}

.service-card{

    padding:35px 25px;

}

.service-card h4{

    font-size:24px;

}

.service-icon{

    width:80px;

    height:80px;

}

.service-icon i{

    font-size:36px;

}

}
/* =====================================================
   WHY CHOOSE SECTION
===================================================== */

.why-choose-section{

    background:#ffffff;

    padding:70px 0 80px;

}


/* ============================
   HEADING
============================ */

.why-heading{

    margin-bottom:40px;

}

.why-heading h2{

    margin:0;

    font-size:38px;

    line-height:1.3;

    font-weight:700;

    color:#111;

}

.brand-blue{

    color:#1755c8;

}

.brand-orange{

    color:#f4a21a;

}

.why-title-line{

    width:58px;

    height:4px;

    background:#f3a51b;

    border-radius:10px;

    margin:13px auto 0;

}


/* =====================================================
   WHY ITEMS
===================================================== */

.why-items{

    align-items:stretch;

    margin-top:10px;

}

.why-item{

    text-align:center;

    height:100%;

    padding:10px 5px;

}

.why-icon{

    width:75px;

    height:75px;

    margin:0 auto 16px;

    display:flex;

    align-items:center;

    justify-content:center;

}

.why-icon img{

    width:68px;

    height:68px;

    object-fit:contain;

    display:block;

}

.why-item h4{

    margin:0;

    font-size:16px;

    line-height:1.4;

    font-weight:600;

    color:#111;

}


/* =====================================================
   OTHER WEBSITES
===================================================== */

.other-websites{

    position:relative;

    margin-top:48px;

}

.other-websites-title{

    text-align:center;

    margin-bottom:-1px;

    position:relative;

    z-index:5;

}

.other-websites-title h2{

    display:inline-block;

    background:#fff;

    padding:0 18px;

    margin:0;

    font-size:31px;

    line-height:1.2;

    font-weight:700;

    color:#111;

}


/* =====================================================
   WEBSITE CARDS
===================================================== */

.website-card{

    min-height:335px;

    border-radius:15px;

    overflow:hidden;

    position:relative;

    display:flex;

    align-items:center;

    padding:35px 28px;

    box-shadow:0 5px 18px rgba(0,0,0,.08);

    border:1px solid #ededed;

}


/* Left Card */

.website-card-one{

    background:

        radial-gradient(
            circle at 80% 20%,
            rgba(90,150,255,.14),
            transparent 30%
        ),

      

}


/* Right Card */

.website-card-two{

    background:

        radial-gradient(
            circle at 80% 20%,
            rgba(255,190,70,.12),
            transparent 30%
        ),

        linear-gradient(
            135deg,
            #fffdf8,
            #ffffff
        );

}


/* =====================================================
   CARD CONTENT
===================================================== */

.website-card-content{

    width:53%;

    position:relative;

    z-index:2;

}

.website-card-content h3{

    margin:0 0 3px;

    font-size:20px;

    line-height:1.25;

    color:#1655bd;

    font-weight:700;

}

.website-card-two .website-card-content h3{

    color:#1655bd;

}

.website-card-content > span{

    display:block;

    color:#1655bd;

    font-size:15px;

    font-weight:600;

    margin-bottom:22px;

}


/* Website Logo */

.website-logo-text{

    margin-bottom:14px;

    font-size:20px;

    line-height:1.1;

    color:#355caa;

}

.website-logo-text strong{

    display:inline-block;

    font-weight:700;

}

.orange-logo{

    color:#e89428;

}


/* Description */

.website-card-content p{

    font-size:14px;

    line-height:1.7;

    color:#555;

    margin:0 0 22px;

}


/* Website Button */

.website-btn{

    display:inline-block;

    background:#1356d4;

    color:#fff;

    text-decoration:none;

    font-size:13px;

    font-weight:600;

    padding:10px 25px;

    border-radius:25px;

    transition:.3s;

}

.website-btn:hover{

    background:#0b3fa4;

    color:#fff;

    transform:translateY(-2px);

}


/* =====================================================
   WEBSITE IMAGE
===================================================== */

.website-card-image{

    width:50%;

    height:100%;

    position:absolute;

    right:0;

    bottom:0;

    display:flex;

    justify-content:center;

    align-items:flex-end;

    z-index:1;

}

.website-card-image img{

    width:100%;

    max-width:330px;

    height:100%;

    max-height:320px;

    object-fit:contain;

    object-position:center bottom;

}


.website-card-image img {
    width: 100%;
    max-width: 330px;
    height: 100%;
    max-height: 320px;
    object-fit: contain;
    object-position: center bottom;
}
/* Move only Job Assurance image slightly upward */
.jobassurance-image img {
    transform: translateY(-25px);
}

/* =====================================================
   HOVER
===================================================== */

.website-card{

    transition:.35s ease;

}

.website-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}


/* ==========================================
   OUR WORK PROCESS
========================================== */

.work-process-section {
    width: 100%;
    padding: 25px 20px 20px;
    background: #fff;
}

/* Title */

.work-process-title {
    text-align: center;
    margin-bottom: 8px;
}

.work-process-title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}


/* Main Box */

.work-process-box {
    width: 100%;
    max-width: 1100px;       /* increased width */
    min-height: 125px;       /* increased height */

    margin: 0 auto;

    padding: 32px 40px;      /* more internal space */

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #fff;

    border: 1px solid #e8e8e8;

    border-radius: 14px;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.07);
}


/* Individual Process */

.process-item {
    display: flex;
    align-items: center;

    flex-shrink: 0;
}


/* Number Circle */

.process-number {
    width: 31px;
    height: 31px;

    min-width: 31px;

    border-radius: 50%;

    background: #1451b8;

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 15px;
    font-weight: 700;

    box-shadow: 0 2px 5px rgba(20, 81, 184, 0.18);
}


/* Text */

.process-text {
    margin-left: 10px;

    display: flex;
    flex-direction: column;

    justify-content: center;

    font-size: 14px;

    line-height: 1.25;

    color: #222;
}

.process-text strong {
    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}

.process-text span {
    font-size: 14px;
    font-weight: 600;

    white-space: nowrap;
}


/* Arrow */

.process-arrow {
    color: #3768ad;

    font-size: 22px;

    font-weight: 500;

    margin: 0 10px;

    line-height: 1;
}


/* =====================================================
   WORK PROCESS - RESPONSIVE
===================================================== */


/* =====================================================
   TABLET / SMALL DESKTOP
===================================================== */

@media (max-width: 1199px) {

    .work-process-section {
        padding: 25px 20px 20px;
    }

    .work-process-box {
        max-width: 100%;
        padding: 28px 30px;

        gap: 10px;
    }

    .process-item {
        min-width: 0;
    }

    .process-text {
        margin-left: 8px;
    }

    .process-text strong,
    .process-text span {
        font-size: 13px;
    }

    .process-arrow {
        margin: 0 5px;
        font-size: 20px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .work-process-section {
        padding: 25px 15px 20px;
    }

    .work-process-title {
        margin-bottom: 12px;
    }

    .work-process-title h2 {
        font-size: 22px;
    }

    .work-process-box {
        width: 100%;
        max-width: 750px;

        min-height: auto;

        padding: 25px 25px;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 22px 25px;

        justify-content: center;
    }

    .process-item {
        width: 100%;

        display: flex;

        align-items: center;
    }

    .process-number {
        width: 32px;
        height: 32px;
        min-width: 32px;

        font-size: 14px;
    }

    .process-text {
        margin-left: 10px;

        min-width: 0;
    }

    .process-text strong,
    .process-text span {
        font-size: 13px;

        white-space: normal;
    }

    .process-arrow {
        display: none;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .work-process-section {
        width: 100%;

        padding: 25px 15px 20px;

        box-sizing: border-box;
    }

    .work-process-title {
        margin-bottom: 12px;
    }

    .work-process-title h2 {
        font-size: 21px;
        line-height: 1.3;
    }

    .work-process-box {
        width: 100%;

        max-width: 100%;

        min-height: auto;

        margin: 0 auto;

        padding: 22px 18px;

        display: grid;

        grid-template-columns: 1fr 1fr;

        gap: 20px 15px;

        box-sizing: border-box;

        border-radius: 14px;
    }

    .process-item {
        width: 100%;

        min-width: 0;

        display: flex;

        align-items: center;
    }

    .process-number {
        width: 30px;
        height: 30px;

        min-width: 30px;

        font-size: 14px;

        flex-shrink: 0;
    }

    .process-text {
        margin-left: 8px;

        min-width: 0;

        font-size: 12px;

        line-height: 1.3;
    }

    .process-text strong,
    .process-text span {

        font-size: 12px;

        line-height: 1.35;

        white-space: normal;

        word-break: normal;
    }

    .process-arrow {
        display: none;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .work-process-section {
        padding: 22px 12px 18px;
    }

    .work-process-title h2 {
        font-size: 20px;
    }

    .work-process-box {

        padding: 20px 14px;

        grid-template-columns: 1fr 1fr;

        gap: 18px 10px;

        border-radius: 12px;
    }

    .process-number {

        width: 28px;
        height: 28px;

        min-width: 28px;

        font-size: 13px;
    }

    .process-text {

        margin-left: 7px;
    }

    .process-text strong,
    .process-text span {

        font-size: 11px;

        line-height: 1.35;
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 360px) {

    .work-process-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .work-process-box {

        padding: 18px 12px;

        gap: 16px 8px;
    }

    .process-number {

        width: 26px;
        height: 26px;

        min-width: 26px;

        font-size: 12px;
    }

    .process-text {

        margin-left: 6px;
    }

    .process-text strong,
    .process-text span {

        font-size: 10px;
    }

}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:991px){

    .why-heading h2{

        font-size:32px;

    }

    .why-item{

        margin-bottom:25px;

    }

    .website-card{

        min-height:320px;

    }

    .website-card-content h3{

        font-size:21px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:767px){

    .why-choose-section{

        padding:55px 0 60px;

    }

    .why-heading{

        margin-bottom:30px;

    }

    .why-heading h2{

        font-size:27px;

    }

    .why-title-line{

        width:50px;

        height:3px;

    }

    .why-item{

        padding:5px 2px;

    }

    .why-icon{

        width:65px;

        height:65px;

        margin-bottom:12px;

    }

    .why-icon img{

        width:58px;

        height:58px;

    }

    .why-item h4{

        font-size:14px;

    }


    /* Other Websites */

    .other-websites{

        margin-top:35px;

    }

    .other-websites-title{

        margin-bottom:20px;

    }

    .other-websites-title h2{

        font-size:27px;

        padding:0 10px;

    }

    .website-card{

        min-height:470px;

        padding:28px 22px;

        display:block;

    }

    .website-card-content{

        width:100%;

    }

    .website-card-content h3{

        font-size:22px;

    }

    .website-card-content > span{

        font-size:14px;

        margin-bottom:18px;

    }

    .website-card-content p{

        font-size:14px;

    }

    .website-card-image{

        width:100%;

        height:220px;

        right:0;

        bottom:0;

        align-items:flex-end;

    }

    .website-card-image img{

        width:90%;

        height:215px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:480px){

    .why-heading h2{

        font-size:24px;

    }

    .why-item h4{

        font-size:13px;

    }

    .website-card{

        min-height:450px;

    }

    .website-card-content h3{

        font-size:20px;

    }

    .website-btn{

        font-size:12px;

        padding:9px 20px;

    }

}

/*==================================
        Mobile
==================================*/

@media(max-width:767px){

.services-section{

    padding:60px 0;

}

.section-title{

    margin-bottom:35px;

}

.section-title .sub-title{

    font-size:18px;

}

.section-title h2{

    font-size:28px;

    line-height:1.4;

}

.title-line{

    width:55px;

}

.service-card{

    padding:30px 20px;

}

.service-card h4{

    font-size:22px;

}

.service-card p{

    font-size:15px;

}

.service-icon{

    width:75px;

    height:75px;

}

.service-icon i{

    font-size:34px;

}

}

/*----------------------*/

@media(max-width:991px){

.hero-section{

padding:60px 0;

text-align:center;

}

.hero-title{

font-size:48px;

}

.small-heading{

font-size:34px;

}

.hero-image{

margin-top:50px;

max-width:100%;

}

.top-contact{

justify-content:center;

flex-wrap:wrap;

}

}