.section-hero-services .elementor-background-slideshow:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right,rgba(15, 23, 43, .93) 0%,rgba(29, 41, 61, .90) 50%,rgba(15, 23, 43, .97) 100%);
}
.section-hero-services .elementor-widget-text-editor .eyebrow-page-title{
    letter-spacing: 2px;
    color: var(--color-accent);
    font-size: var(--fs-md);
    font-weight: 600;
    margin: 0;
}
.section-hero-services .elementor-widget-text-editor .page-title{
    color: #fff;
    font-size: var(--fs-xxxxl);
    font-weight: 700;
    margin: 10px 0 20px;
}
.section-hero-services .elementor-widget-text-editor .short-des-bann{
    color:#fff;
    font-size: var(--fs-md);
}
.section-hero-services .e-flexbox-base{
    gap:20px;
}
.section-challenge .elementor-icon-box-wrapper .elementor-icon{
    padding:12px;
    background: var(--color-secondary-light);
    border-radius: 50%;
}
.section-challenge .elementor-icon-box-wrapper .elementor-icon path{
    fill: var(--color-primary-hover);
}
.section-challenge .short-des-below{
    color: var(--color-text);
    font-weight: 600;
    border-top: 1px solid var(--color-bg-dark);
    padding-top: 20px;
    margin-top: 20px;
}
.section-solution .wrapper-solution-item{
    position:relative;
    align-items:center;
    border:1px solid var(--color-border);
    border-radius: 28px;
    background: var(--color-bg);
    overflow:hidden;
    transition:all var(--transition);
    margin-bottom: var(--space-lg);
}
.section-solution .wrapper-solution-item::before{
    content:'';
    position:absolute;
    top:-120px;
    right:-120px;
    width:260px;
    height:260px;
    border-radius:999px;
    background:radial-gradient(circle,rgba(79,110,219,.08),transparent 70%);
    pointer-events:none;
}
.section-solution .wrapper-solution-item:hover{
    transform:translateY(-4px);
    border-color: rgba(35,63,144,.14);
    box-shadow:0 24px 60px rgba(15,23,42,.08);
}
.section-solution .wrapper-solution-item h3{
    margin:0 0 var(--space-lg);
    color: var(--color-text);
    font-size: var(--fs-xxl);
    line-height:1.2;
    font-weight:800;
    letter-spacing:-.02em;
}
.section-solution .wrapper-solution-item p{
    margin:0 0 var(--space-lg);
    color: var(--color-text-light);
    font-size: var(--fs-md);
    line-height:1.8;
}
.section-solution .wrapper-solution-item ul{
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap: var(--space-md);
    list-style:none;
}

.section-solution .wrapper-solution-item ul li{
    position:relative;
    padding-left:30px;
    color: var(--color-text);
    font-size: var(--fs-base);
    line-height:1.7;
}
.section-solution .wrapper-solution-item ul li::before{
    content:'';
    position:absolute;
    top:11px;
    left:0;
    width:10px;
    height:10px;
    border-radius:999px;
    background: var(--color-accent);
    box-shadow:0 0 0 6px rgba(245,158,11,.12);
}
.section-solution .wrapper-solution-item .btn-custom-viewmore{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:0 28px;
    border:none;
    border-radius:999px;
    background: var(--color-primary);
    color:#fff;
    font-size: var(--fs-base);
    font-weight:600;
    cursor:pointer;
    transition: all var(--transition);
}
.section-solution .wrapper-solution-item .btn-custom-viewmore:hover{
    background: var(--color-primary-hover);
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(35,63,144,.22);
}
.section-solution .wrapper-solution-item .elementor-widget-image{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}
.section-solution .wrapper-solution-item .elementor-widget-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:
    transform .7s ease;
}
.section-solution .wrapper-solution-item:hover .elementor-widget-image img{
    transform:scale(1.04);
}
@media(max-width:991px){
    .section-solution .wrapper-solution-item h3{
        font-size: var(--fs-xl);
    }
}
@media(max-width:768px){
    .section-solution .wrapper-solution-item p{
        font-size: var(--fs-base);
    }
    .section-solution .wrapper-solution-item ul li{
        font-size: var(--fs-sm);
    }
    .section-solution .wrapper-solution-item .btn-custom-viewmore{
        width:100%;
    }
}
.section-proficiency {
    position: relative;
    overflow: hidden;
    padding: var(--space-xxl) 0;
    isolation: isolate;
}
.section-proficiency::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0.82) 0%,rgba(0, 0, 0, 0.78) 35%,rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
}
.section-proficiency > .section-container {
    position: relative;
    z-index: 2;
}
.section-proficiency .sub-title-section {
    color: var(--color-accent);
    font-size: var(--fs-md);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: var(--space-sm);
}
.section-proficiency .title-section {
    color: #fff;
    font-size: var(--fs-xxxl);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: var(--space-md);
}
.section-proficiency .short-des {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,0.8);
    font-size: var(--fs-base);
    line-height: 1.7;
}
.section-proficiency .wrapper-technical-expertise {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--space-lg);
    margin-top: var(--space-xxl);
}
.section-proficiency .technical-item {
    position: relative;
    padding: 32px 28px;
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: var(--transition);
    overflow: hidden;
}
.section-proficiency .technical-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,var(--color-primary),var(--color-accent));
    opacity: 0;
    transition: var(--transition);
}
.section-proficiency .technical-item:hover {
    transform: translateY(-6px);
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}
.section-proficiency .technical-item:hover::before {
    opacity: 1;
}
.section-proficiency .technical-item .elementor-icon-box-icon {
    margin-bottom: var(--space-lg);
}
.section-proficiency .technical-item .elementor-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition);
}
.section-proficiency .technical-item .elementor-icon svg {
    width: 28px;
    fill: #fff;
}
.section-proficiency .technical-item:hover .elementor-icon {
    background: var(--color-primary);
    transform: rotate(-5deg) scale(1.05);
}
.section-proficiency .elementor-icon-box-title {
    margin-bottom: var(--space-sm);
}
.section-proficiency .elementor-icon-box-title span {
    color: #fff;
    font-size: var(--fs-lg);
    font-weight: 700;
    line-height: 1.4;
}
.section-proficiency .elementor-icon-box-description {
    color: rgba(255,255,255,0.75);
    font-size: var(--fs-base);
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 1024px) {
    .section-proficiency .wrapper-technical-expertise {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .section-proficiency {
        padding: 72px 0;
    }
    .section-proficiency .wrapper-technical-expertise {
        grid-template-columns: 1fr;
        gap: var(--space-md);
    }
    .section-proficiency .technical-item {
        padding: 24px;
    }
    .section-proficiency .title-section {
        font-size: var(--fs-xxl);
    }
    .section-proficiency .technical-item .elementor-icon {
        width: 60px;
        height: 60px;
    }
    .section-proficiency .technical-item .elementor-icon svg {
        width: 24px;
    }
}
.section-deployment-process {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg,#f8fafc 0%,#eef2ff 100%);
    overflow: hidden;
}
.section-deployment-process::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(35, 63, 144, 0.08);
    filter: blur(100px);
    pointer-events: none;
}
.section-deployment-process .section-container {
    position: relative;
    z-index: 2;
}
.section-deployment-process .e-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    position: relative;
}
.section-deployment-process .process-step-item {
    position: relative;
    padding: 36px 28px;
    border-radius: 24px;
    background: rgba(255,255,255,0.8);
    border: 1px solid rgba(35,63,144,0.08);
    backdrop-filter: blur(10px);
    transition: var(--transition);
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section-deployment-process .process-step-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg,var(--color-primary),var(--color-secondary),var(--color-accent));
    -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: var(--transition);
}
.section-deployment-process .process-step-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    background: rgba(255,255,255,0.95);
}
.section-deployment-process .process-step-item:hover::before {
    opacity: 1;
}
.section-deployment-process .step-numb {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 28px;
    background: linear-gradient(135deg,var(--color-primary),var(--color-secondary));
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(35, 63, 144, 0.2);
}
.section-deployment-process .step-numb::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 24px;
    border: 1px dashed rgba(35,63,144,0.2);
}
.section-deployment-process .step-title {
    color: var(--color-text);
    font-size: var(--fs-lg);
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: var(--space-sm);
}
.section-deployment-process .step-short-content {
    color: var(--color-text-light);
    font-size: var(--fs-base);
    line-height: 1.7;
    margin: 0;
}
@media (max-width: 1200px) {
    .section-deployment-process .e-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .section-deployment-process {
        padding: 80px 0;
    }
    .section-deployment-process .e-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 48px;
    }
    .section-deployment-process .process-step-item {
        min-height: unset;
        padding: 28px 24px;
    }
    .section-deployment-process .title-section {
        font-size: var(--fs-xxl);
    }
    .section-deployment-process .step-numb {
        width: 60px;
        height: 60px;
        font-size: 22px;
        border-radius: 18px;
    }
}
.section-final-cta {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg,#0f172a 0%,var(--color-primary) 45%,var(--color-accent) 140%);
    isolation: isolate;
}
.section-final-cta::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.25);
    filter: blur(120px);
    z-index: 1;
}
.section-final-cta::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -180px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: rgba(79, 110, 219, 0.18);
    filter: blur(120px);
    z-index: 1;
}
.section-final-cta .section-container {
    position: relative;
    z-index: 2;
}
.section-final-cta .sub-title-section {
    color: rgba(255,255,255,0.75);
    font-size: var(--fs-md);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: var(--space-sm);
}
.section-final-cta .title-section {
    max-width: 900px;
    margin: 0 auto var(--space-md);
    color: #fff;
    font-size: var(--fs-xxxxl);
    font-weight: 700;
    line-height: 1.2;
}
.section-final-cta .short-des {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255,255,255,0.78);
    font-size: var(--fs-base);
    line-height: 1.8;
}
.section-final-cta .wrapper-stack-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-lg);
    margin-top: 56px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .section-final-cta {
        padding: 80px 0;
    }
    .section-final-cta .title-section {
        font-size: var(--fs-xxxl);
    }
    .section-final-cta .wrapper-stack-button {
        flex-direction: column;
        gap: var(--space-md);
        margin-top: 40px;
    }
}