
/*====================================================
    SERVICE SECTION - FINAL POLISH
====================================================*/

/* Main Section */

.ai-services-section{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:#081c45;
}

/* Left Glow */

.ai-services-section::before{

    content:"";

    position:absolute;

    left:-220px;

    top:-180px;

    width:520px;

    height:520px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(65,98,217,.15),
    transparent 72%);

}

/* Right Glow */

.ai-services-section::after{

    content:"";

    position:absolute;

    right:-200px;

    bottom:-200px;

    width:500px;

    height:500px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(253,181,21,.10),
    transparent 72%);

}


.ai-main-heading span {
    color: #2b89f2 !important;
    font-size:48px !important;

    line-height:1.15;
    text-transform: capitalize;
    font-weight:500;


    margin-bottom:18px;
}

.service-title{

    margin-bottom:45px;

}

.sub_heading{

    color:#8cb3ff;

    letter-spacing:2px;

    font-size:14px;

    font-weight:700;

}

.title-line{

    width:70px;

    height:4px;

    border-radius:50px;

    margin-top:22px;

    background:#4162d9;

}

/* Card Radius */

.service-tab-item,
.service-content-card,
.service-grid-box{

    border-radius:24px;

}

/* Smooth Animation */

.service-tab-item,
.service-grid-box,
.service-content-card,
.grid-icon,
.service-arrow{

    transition:all .35s ease;

}

/* Scrollbar */

.service-tab-list{

    max-height:760px;

    overflow:auto;

    padding-right:8px;

}

.service-tab-list::-webkit-scrollbar{

    width:6px;

}

.service-tab-list::-webkit-scrollbar-thumb{

    background:#4162d9;

    border-radius:50px;

}

/* Hover */

.service-tab-item:hover{

    transform:translateX(8px);

}

/* Image Animation */

.service-card-image img{

    animation:floatImage 5s ease-in-out infinite;

}

@keyframes floatImage{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/*==========================
        Responsive
==========================*/

@media (max-width:1199px){

.service-card-title{

font-size:38px;

}

.service-grid{

grid-template-columns:repeat(3,1fr);

}

.service-card-image{

width:230px;

}

}

@media (max-width:991px){

.ai-services-section{

padding:90px 0;

}

.service-card-top{

flex-direction:column;

text-align:center;

}

.service-card-left{

order:2;

}

.service-card-image{

order:1;

width:220px;

margin:auto;

}

.service-grid{

grid-template-columns:repeat(2,1fr);

}

.service-title{

text-align:center;

}

.title-line{

margin:auto;
margin-top:18px;

}

.ai-main-heading{

font-size:40px;

}

.service-card-title{

font-size:34px;

}

}

@media (max-width:767px){

.service-content-card{

padding:35px 25px;

}

.service-grid{

grid-template-columns:1fr;

}

.service-grid-box{

min-height:auto;

padding:24px;

}

.service-tab-item{

padding:18px;

}

.service-icon{

width:55px;

height:55px;

font-size:22px;

margin-right:14px;

}

.service-arrow{

display:none;

}

.ai-main-heading{

font-size:32px;

}

.service-card-title{

font-size:28px;

}

.service-card-desc{

font-size:15px;

line-height:28px;

}

}

@media (max-width:575px){

.ai-services-section{

padding:70px 0;

}

.service-content-card{

border-radius:20px;

}

.service-tab-item{

border-radius:18px;

}

.service-grid-box{

border-radius:18px;

}

.sub_heading{

font-size:13px;

}

.ai-main-heading{

font-size:28px;

line-height:1.3;

}

}


/*==============================
 Right Card
===============================*/

.service-content-card{

    position:relative;
    background:#fff;
    border-radius:30px;
    padding:32px;
    box-shadow:0 30px 80px rgba(25,40,70,.12);
    overflow:hidden;

}

.service-card-circle{

    position:absolute;
    width:52px;
    height:52px;
    border:2px solid #dfe6ff;
    border-radius:50%;
    right:35px;
    top:35px;

}

.service-card-top{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    margin-bottom:10px;

}

.service-card-left{

    flex:1;

}

.service-card-title{

    font-size:50px;
    font-weight:800;
    line-height:1.15;
    color:#101828;
    margin-bottom:22px;

}

.service-card-title span{

    color:#4162d9;

}

.service-card-desc{

    color:#6d7485;
    font-size:18px;
    line-height:34px;
    max-width:650px;

}

.service-card-image{

    width:300px;
    flex-shrink:0;
    text-align:right;

}

.service-card-image img{

    max-width:100%;

}

.expertise-heading{

    margin-bottom:35px;

}

.expertise-heading h5{

    font-size:23px;
    font-weight:700;
    color:#101828;
    margin-bottom:14px;

}

.expertise-heading span{

    display:block;
    width:65px;
    height:5px;
    border-radius:20px;
    background:#4162d9;

}

.service-grid{

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;

}

.service-grid-box{

    background:#fff;
    border:1px solid #edf0f8;
    border-radius:22px;
    padding:28px 18px;
    text-align:center;
    transition:.35s;
    min-height:180px;

}

.service-grid-box:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(65,98,217,.15);

}

.grid-icon{

    width:70px;
    height:70px;
    border-radius:18px;
    background:#eef3ff;
    color:#4162d9;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:22px;

}

.service-grid-box h6{

    font-size:18px;
    font-weight:700;
    color:#101828;
    line-height:30px;

}

/*==================================
 Left Services Tabs
==================================*/

.service-tabs-wrap{

    position:relative;
    z-index:2;

}

.service-title{

    margin-bottom:45px;

}

/* .service-title span{

    display:inline-block;
    color:#4162d9;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:14px;

} */

.service-title h2{

    font-size:46px;
    line-height:1.15;
    font-weight:500;
    color:#fff;
    max-width:650px;

}

.title-line{

    width:70px;
    height:5px;
    border-radius:20px;
    background:#4162d9;
    margin-top:24px;
    position:relative;

}

.title-line:after{

    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#4162d9;
    position:absolute;
    right:-18px;
    top:-2px;

}

.service-tab-list{

    display:flex;
    flex-direction:column;
    gap:18px;

}

.service-tab-item{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff !important;
    border-radius:22px;
    padding:22px 24px !important;
  
    border:none !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
    transition:.35s;
    cursor:pointer;
}

.service-tab-item:hover{
    transform:translateX(8px);
    box-shadow:0 20px 45px rgba(65,98,217,.18);
}

.service-icon{

    width:62px;
    height:62px;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    color:#4162d9;
background: aliceblue;
    flex-shrink:0;

}
.service-tab-item:nth-child(2) .service-icon{
    background: #ca9aef4f;
    color:#9b4dff;
    
    }
    
    .service-tab-item:nth-child(3) .service-icon{
        background: #d1f1e4;
    color:#27c26c;
    
    }
    
    .service-tab-item:nth-child(4) .service-icon{
        background: #fef1dc;
    color:#ffb300;
    
    }
    
    .service-tab-item:nth-child(5) .service-icon{
    background: #e3fcf9;
    color:#12c6d8;
    
    }

.service-info{

    flex:1;

}

.service-info h4{

    font-size:24px;
    
    font-weight:700;
    
    margin-bottom:6px;
    
    color:#111827;
    
    }
    
    .service-info p{
    
    font-size:15px;
    
    color:#6b7280;
    
    line-height:24px;
    
    margin:0;
    
    }
    
    .service-tab-item.active .service-info h4,
    .service-tab-item.active .service-info p{
    
    color:#fff;
    
    }

.service-info p{

    margin:0;
    color:rgba(255,255,255,.65);
    font-size:14px;
    line-height:24px;

}

.service-arrow{

    width:42px;
    height:42px;
    border-radius:50%;
    border:1px solid #00000030;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.35s;

}
.service-arrow i {
    color: #00000030 !important;
}
/* Active */
.service-tab-item.active{

    background:linear-gradient(135deg,#2f63ff,#4f7dff) !important;



    border-color:transparent !important;

}

.service-tab-item.active .service-info h4,

.service-tab-item.active .service-info p{

    color:#fff;

}

.service-tab-item.active i{

    color:#4162d9 !important;
}

/*=========================================
  PREMIUM SERVICE SECTION - PART 3
==========================================*/

/* Right Card */
.service-content-card{
    position: relative;
    background: #fff;
    border-radius: 28px;
    padding: 31px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(14,33,68,.12);
    transition: .45s;
}

.service-content-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 45px 90px rgba(20,40,80,.16);
}

/* Background Glow */

.service-content-card::before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    right:-180px;
    top:-180px;
    border-radius:50%;
    background: radial-gradient(circle,
        rgba(65,98,217,.08),
        transparent 70%);
}

.service-content-card::after{
    content:"";
    position:absolute;
    left:-120px;
    bottom:-120px;
    width:220px;
    height:220px;
    border-radius:50%;
    background: radial-gradient(circle,
        rgba(155,213,50,.08),
        transparent 70%);
}

/*----------------------------------*/
/* TOP AREA */
/*----------------------------------*/

.service-card-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:60px;
    margin-bottom:10px;
}

.service-card-left{
    flex:1;
}

.service-card-title{
    font-size:31px;
    font-weight:600;
    line-height:1.15;
    color:#101828;
    margin-bottom:20px;
}

.service-card-title span{
    color:#4162d9;
}

.service-card-desc{
    font-size:17px;
    color:#667085;
    line-height:32px;
    max-width:620px;
}

.service-card-image{
    width:310px;
    flex-shrink:0;
}

.service-card-image img{
    width:100%;
}

/*----------------------------------*/
/* Expertise Heading */
/*----------------------------------*/

.expertise-heading{
    margin-bottom:30px;
}

.expertise-heading h5{
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
}

.expertise-heading span{
    display:block;
    width:70px;
    height:4px;
    background:#4162d9;
    border-radius:50px;
}

/*----------------------------------*/
/* GRID */
/*----------------------------------*/

.service-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}

.service-grid-box{
    background:#fff;
    border:1px solid #edf1fb;
    border-radius:20px;
    padding:17px 11px;
    min-height:175px;
    text-align:center;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.service-grid-box::before{

    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(65,98,217,.07),
        transparent
    );
    transition:.6s;

}

.service-grid-box:hover::before{
    left:100%;
}

.service-grid-box:hover{

    transform:translateY(-8px);

    border-color:#4162d9;

    box-shadow:0 18px 45px rgba(65,98,217,.15);

}

.grid-icon{

    width:72px;
    height:72px;
    margin:auto;
    border-radius:18px;
    background:#eef3ff;
    color:#4162d9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:22px;
    transition:.35s;

}

.service-grid-box:hover .grid-icon{

    background:#4162d9;
    color:#fff;
    transform:rotate(10deg);

}

.service-grid-box h6{

    font-size:16px;
    line-height:28px;
    font-weight:600;
    color:#111827;
    margin:0;

}

/*----------------------------------*/
/* LEFT ACTIVE TAB */
/*----------------------------------*/

.service-tab-item{

    position:relative;
    overflow:hidden;

}

.service-tab-item::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:100%;

    height:100%;

    background:linear-gradient(

        90deg,

        transparent,

        rgba(255,255,255,.18),

        transparent

    );

    transition:.8s;

}

.service-tab-item.active::before{

    left:120%;

}

.service-tab-item.active{

    box-shadow:0 18px 50px rgba(65,98,217,.40);

}

.service-tab-item.active .service-icon{

    background:#fff;

    color:#4162d9;

}

.service-tab-item.active .service-arrow{

    background:#fff ;

    color:#4162d9 !important;

}

/*----------------------------------*/
/* Floating Circle */
/*----------------------------------*/

.service-card-circle{

    animation:floatCircle 5s infinite ease-in-out;

}

@keyframes floatCircle{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}


/*----------------------------------*/

/*----------------------------------*/


.counter-content h3{
    margin:0;
    font-size:38px;
    font-weight:800;
    line-height:1.4;
    display:flex;
    align-items:center;
    /* overflow:visible; */
}

.counter-content h3 .odometer{

    font-size:38px !important;
    font-weight:800 !important;
    line-height:1 !important;
}

.counter-content h3 .odometer-inside{

    font-size:38px !important;
    font-weight:800 !important;
    line-height:1 !important;
}

.counter-content h3 .odometer-value{

    font-size:38px !important;
    font-weight:800 !important;
}

.counter-section {
    background: #fdf9f3;
}
/*=============================
 Trusted Partner
=============================*/
span.odometer-digit-inner , .odometer-digit{
    width: 25px;
    margin-right:3px;
}
.trusted-counter .odometer-value{
    line-height:1.2 !important;
}
.trusted-partner{
    position:relative;
    padding:90px 0;
    background:#fff;
    overflow:hidden;
}

.trusted-partner::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    left:-180px;
    top:-180px;
    background:radial-gradient(circle,#fff7ea 0%,transparent 70%);
}

.trusted-partner::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    right:-180px;
    bottom:-180px;
    background:radial-gradient(circle,#edf5ff 0%,transparent 70%);
}

.section_title{
    text-align:center;
    max-width:760px;
    margin:auto;
    margin-bottom:65px;
}


.section_title h2 span{

    color:var(--header);
}

.section_title p{

    color:#70798b;
    font-size:18px;
    line-height:32px;
}


.trusted-counter{

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:30px;
}

.counter-box{

    display:flex;
    align-items:center;
    gap:18px;
    flex:1;
    min-width:220px;
}

.counter-icon{

    width:72px;
    height:72px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;
    box-shadow:0 18px 35px rgba(0,0,0,.08);
}

.orange{
    background:#FDB515;
}

.purple{
    background:#6E4EF2;
}

.green{
    background:#9BD532;
}

.blue{
    background:#4162D9;
}

.counter-content h3{

    margin:0;
    font-size:38px;
    font-weight:800;
    line-height:1;
}

.counter-box:nth-of-type(1) .counter-content h3{
    color:#ff8a00;
}

.counter-box:nth-of-type(2) .counter-content h3{
    color:#6E4EF2;
}

.counter-box:nth-of-type(3) .counter-content h3{
    color:#9BD532;
}

.counter-box:nth-of-type(4) .counter-content h3{
    color:#4162D9;
}
/* .counter-content span{

    display:block;
    margin-top:8px;
    color:#6d7485;
    font-size:16px;
    font-weight:500;
} */

.divider{

    width:1px;
    height:70px;
    background:#e7e7e7;
}

.counter-box:hover{

    transform:translateY(-6px);
    transition:.35s;
}

.counter-icon{

    transition:.35s;
}

.counter-box:hover .counter-icon{

    transform:rotate(-10deg) scale(1.08);
}

/* ===== AI Services Section ===== */
.video-ai-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.video-ai-section .video-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
    background: url(../../assets/img/ai-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.video-ai-section .video-background video {
    width: 100%; height: 100%;
    object-fit: cover;
}

/* .video-ai-section .video-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(5, 10, 40, 0.78);
    z-index: 1;
} */

/* ---- Left: Heading ---- */
/* .ai-main-heading {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 36px;
} */

/* ---- Left: Tab List ---- */
.ai-tabs-nav {
    display: flex;
    flex-direction: column;
}

.tab-item {
    cursor: pointer;
    padding: 14px 0;
    user-select: none;
    position: relative;
}

.tab-item h4 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 3px 0;
    transition: color 0.25s ease;
}

.tab-item p {
    color: #000 !important;
    font-size: 12px;
    margin: 0;
    transition: color 0.25s ease;
}

.tab-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 14px;
}

/* Active tab */
.tab-item.active h4 {
    color: #ffffff !important;
    font-size: 16px !important;
}

.tab-item.active p {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Hover */
.tab-item:hover h4 {
    color: rgba(255, 255, 255, 0.75);
}

/* ---- Right: Card ---- */
.ai-right-card {
    background: #1a52e8;
    border-radius: 16px;
    padding: 36px 32px 32px;
    position: relative;
    min-height: 360px;
}

.ai-card-arrow {
    position: absolute;
    top: 24px; right: 24px;
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}

.ai-card-arrow i {
    color: #ffffff;
    font-size: 14px;
}

.ai-card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
    padding-right: 50px;
}

.ai-card-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 24px;
}

.ai-section-label {
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

/* ---- Items Grid (icon boxes) ---- */
.ai-items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ai-item-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 10px;
    padding: 14px 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc(20% - 8px);
    min-width: 100px;
    gap: 8px;
    transition: background 0.2s ease;
}

.ai-item-box:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ai-item-box i {
    color: #ffffff;
    font-size: 22px;
}

.ai-item-box span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    line-height: 1.3;
}

/* ---- Products Row ---- */
.ai-products-row {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.ai-product-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.ai-product-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
    text-decoration: none;
}

.ai-product-btn i:first-child {
    font-size: 16px;
}

.ai-product-arrow {
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.45);
    display: flex; align-items: center; justify-content: center;
    margin-left: 4px;
}

.ai-product-arrow i {
    font-size: 11px;
}

/* ---- Panel Animation ---- */
.ai-content-panel {
    animation: aiCardFade 0.4s ease;
}

@keyframes aiCardFade {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
    .video-ai-section { padding: 56px 0; }
    .ai-main-heading  { font-size: 26px; }
    .ai-item-box      { width: calc(33.33% - 8px); }
}

@media (max-width: 768px) {
    .ai-main-heading  { font-size: 22px; }
    .ai-right-card    { padding: 24px 18px; }
    .ai-card-title    { font-size: 18px; }
    .ai-item-box      { width: calc(50% - 6px); }
}



/* aibanner section */
/* ===== AI Banner Section ===== */

/*=========================================
    AI BANNER SECTION
=========================================*/

.ai_banner_section{
    position:relative;
    padding:90px 0;
    background:#ffffff;
}

.ai-banner-card{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:43px 45px;
    border-radius:30px;
    /* background:linear-gradient(135deg,#07162f 0%,#0b1f4d 55%,#0b2357 100%); */
    box-shadow:0 25px 70px rgba(15,25,55,.18);
    background-image: url(../../assets/img/0.png);
    background-size: cover;
    background-repeat: no-repeat;
   
}

/*=========================
 Decorative Background
=========================*/

.ai-banner-card::before{
    content:"";
    position:absolute;
    top:-180px;
    right:-180px;
    width:520px;
    height:520px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(65,98,217,.18),
    transparent 70%);
}

.ai-banner-card::after{
    content:"";
    position:absolute;
    left:-120px;
    bottom:-180px;
    width:400px;
    height:400px;
    border-radius:50%;
    background:radial-gradient(circle,
    rgba(65,98,217,.08),
    transparent 70%);
}

.ai-banner-bg-circle{
    position:absolute;
    right:120px;
    bottom:-100px;
    width:480px;
    height:480px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,.05);
}

.ai-banner-grid{
    position:absolute;
    right:70px;
    bottom:40px;
    width:420px;
    height:220px;
    opacity:.18;
    background-image:
    linear-gradient(rgba(65,98,217,.4) 1px,transparent 1px),
    linear-gradient(90deg,rgba(65,98,217,.4) 1px,transparent 1px);
    background-size:30px 30px;
}

/*=========================
 Left Side
=========================*/

.ai-banner-content{
    max-width:600px;
    position:relative;
    z-index:5;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(65, 98, 217, .45);
    border-radius: 40px;
    padding: 4px 12px;
    color: #3f82ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 22px;
}

.ai-badge i{
    font-size:13px;
}

.ai-banner-heading{
    color:#fff;
    font-size:32px;
    line-height:1.18;
    font-weight:500;
    margin-bottom:20px;
}

.ai-banner-heading span{
    color:#3f82ff;
}

.title-line{
    width:60px;
    height:4px;
    border-radius:30px;
    background:#4162d9;
    margin-bottom:28px;
    position:relative;
}

.title-line::after{
    content:"";
    position:absolute;
    right:-16px;
    top:-3px;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#4162d9;
}

.ai-banner-list{
    list-style:none;
    margin:0 0 35px;
    padding:0;
}

.ai-banner-list li{
    position:relative;
    padding-left:34px;
    color:#d8def2;
    font-size:15px;
    line-height:30px;
    margin-bottom:14px;
}

.ai-banner-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:3px;
    width:20px;
    height:20px;
    border-radius:50%;
    background:#2f63ff;
    color:#fff;
    font-size:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:bold;
}

/*=========================
 Button
=========================*/

.ai-banner-btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    min-width:260px;
    padding:8px 8px 8px 24px;
    background:linear-gradient(135deg,#2d63ff,#4d7dff);
    border-radius:60px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:.35s;
    box-shadow:0 12px 30px rgba(45,99,255,.35);
}

.ai-banner-btn:hover{
    color:#fff;
    transform:translateY(-4px);
}

.btn-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#fff;
    color:#2d63ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

/*=========================
 Right Image
=========================*/

.ai-banner-image{
    width:46%;
    text-align:right;
    position:relative;
    z-index:2;
}

.ai-banner-image img{
    width:100%;
    max-width:520px;
    animation:floatRobot 6s ease-in-out infinite;
}

@keyframes floatRobot{

0%{
transform:translateY(0);
}

50%{
transform:translateY(-10px);
}

100%{
transform:translateY(0);
}

}

/*=========================
 Responsive
=========================*/

@media(max-width:1200px){

.ai-banner-heading{
font-size:40px;
}

.ai-banner-image img{
max-width:470px;
}

}

@media(max-width:991px){

.ai-banner-card{
flex-direction:column;
text-align:center;
padding:40px 30px;
}

.ai-banner-content{
max-width:100%;
}

.title-line{
margin:0 auto 25px;
}

.ai-banner-image{
width:100%;
text-align:center;
}

.ai-banner-image img{
max-width:420px;
}

.ai-banner-btn{
margin:auto;
}

.ai-banner-heading{
font-size:34px;
}

}

@media(max-width:576px){

.ai_banner_section{
padding:70px 0;
}

.ai-banner-card{
padding:30px 20px;
border-radius:22px;
}

.ai-banner-heading{
font-size:28px;
line-height:1.3;
}

.ai-banner-list li{
font-size:15px;
line-height:26px;
}

.ai-banner-btn{
width:100%;
justify-content:space-between;
font-size:15px;
}

.ai-banner-image img{
max-width:320px;
}

}

/* Core Services Section */






/* Tech Solutions Section */
.tech-solutions-section {
    background: #4169e1;
    padding: 80px 0;
}

.tech-solutions-top {
    margin-bottom: 50px;
}

.tech-solutions-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.tech-solutions-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.tech-solutions-top p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    line-height: 1.7;
}

.tech-solutions-wrap {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* Left Tabs */
.tech-tabs-left {
    width: 220px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.tech-tab-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.tech-tab-item i {
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tech-tab-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.tech-tab-item.active {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.tech-tab-item.active i {
    opacity: 1;
}

/* Right Panel */
.tech-tabs-right {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 30px;
    min-height: 280px;
}

.tech-tab-panel {
    display: none;
}

.tech-tab-panel.active {
    display: block;
}

.tech-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.tech-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    transition: transform 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-4px);
}

.tech-card-icon {
    width: 52px;
    height: 52px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-card-icon i {
    font-size: 22px;
    color: #4169e1;
}

.tech-card span {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 991px) {
    .tech-solutions-wrap {
        flex-direction: column;
    }

    .tech-tabs-left {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .tech-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .tech-card-grid {
        grid-template-columns: 1fr;
    }

    .tech-solutions-top h2 {
        font-size: 26px;
    }
}


/* Tech Stack Section */
.tech-stack-section {
    background: #ffffff;
    padding: 80px 0 40px;
    overflow: hidden;
}

.tech-stack-top {
    text-align: center;
    margin-bottom: 20px;
}

.tech-stack-badge {
    display: inline-block;
    background: #eef2ff;
    color: #4169e1;
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
    font-weight: 500;
}

.tech-stack-top h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.tech-highlight {
    color: #4169e1;
}

.tech-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
}

.tech-categories span {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

/* Visual Area */
.tech-stack-visual {
    position: relative;
    height: 320px;
    margin-top: 20px;
}
.tech-big-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* Size aur spacing perfectly proportioned */
    font-size: 75px !important; 
    font-weight: 800 !important;
    font-family: 'Poppins', 'Inter', sans-serif !important;
    white-space: nowrap;
    user-select: none;
    z-index: 0;
    
    /* --- FIX: Text ko upar-neeche se cut hone se rokne ke liye line-height aur padding --- */
    line-height: 1.2 !important; /* Isse text ko upar-neeche space milegi */
    padding: 20px 0 !important;   /* Extra safe vertical buffer room */
    
    /* --- AAPKA CHUNIDA PREMIUM GRADIENT COLOR --- */
    background: linear-gradient(135deg, #0f172a 0%, #2563eb 40%, #3b82f6 70%, #06b6d4 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-text-stroke: 0px transparent !important; 
    
    letter-spacing: 8px !important; 
    opacity: 0.85 !important; 
    
    transition: all 0.3s ease;
}

/* Floating Icons */
.tech-floating-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.tech-icon-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    animation: techFloat 3s ease-in-out infinite;
}

.tech-icon-item:nth-child(odd) {
    animation-delay: 0.5s;
}

.tech-icon-item:nth-child(3n) {
    animation-delay: 1s;
}

@keyframes techFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.tech-icon-box {
    width: 52px;
    height: 52px;
    background: #ffffff;
    border: 1px solid #e8ecff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(65, 105, 225, 0.1);
}

.tech-icon-box i {
    font-size: 24px;
    color: #4169e1;
}

.tech-icon-item span {
    font-size: 11px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .tech-big-text {
        font-size: 60px;
    }

    .tech-stack-visual {
        height: 260px;
    }

    .tech-icon-box {
        width: 40px;
        height: 40px;
    }

    .tech-icon-box i {
        font-size: 18px;
    }
}

.container {
    position: relative;
    z-index: 2;
    width: 92%;
    max-width: 1360px;
    margin: 0 auto;
}


@media (max-width: 767px) { 
    .service-grid{
       
        grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
      
    }
    .service-arrow {
        width: 30px;
        height: 30px;

    }
    .service-tab-item {
        gap: 10px;
        padding: 11px 16px !important;;
    }
    .service-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    .service-title h2 {
      font-size: 35px;
  }

}