
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Outfit',sans-serif;

background:#fff;

overflow-x:hidden;

}

a{

text-decoration:none;

}

ul{

list-style:none;

margin:0;

padding:0;

}

/*================ Header ================*/

/* ==========================
   Header
========================== */

.header-area{
    position:absolute;
    top:25px;
    left:0;
    width:100%;
    z-index:999;
}

.header-area .container{
    max-width:1320px;
}

/* Navbar */

.navbar{
    background:#fff;
    border-radius:20px;
    padding:0;
    min-height:88px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    overflow:hidden;
}

/* Navigation */

.navbar-nav{
    width:100%;
    justify-content:space-between;
    align-items:center;
}

.nav-item{
    display:flex;
    align-items:center;
}

.nav-link{
    color:#222;
    font-size:17px;
    font-weight:600;
    padding:32px 18px !important;
    transition:.35s;
    position:relative;
}

.nav-link:hover,
.nav-link.active{
    color:#20bf55;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:22px;
    width:0;
    height:2px;
    background:#20bf55;
    transition:.35s;
    transform:translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after{
    width:55%;
}

/* Center Logo */

.logo-item{
    margin:0 45px;
}

.logo{
    width:165px;
    transition:.35s;
}

.logo:hover{
    transform:scale(1.05);
}

/* Hotline */

.hotline{
    display:flex;
    align-items:center;
    gap:15px;
}

.hotline i{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#eef4ff;
    color:#1d4ed8;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
}

.hotline span{
    display:block;
    font-size:13px;
    color:#777;
    margin-bottom:2px;
}

.hotline h6{
    margin:0;
    font-size:22px;
    font-weight:700;
    line-height:1.2;
    color:#1d1d1d;
}

/* Quote Button */

.quote-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#22c55e;
    color:#fff;
    width:165px;
    height:88px;
    font-size:18px;
    font-weight:700;
    transition:.35s;
}

.quote-btn:hover{
    background:#0f172a;
    color:#fff;
}

/* Sticky */

.header-area.sticky{
    position:fixed;
    top:0;
    animation:slideDown .4s ease;
}

.header-area.sticky .navbar{
    border-radius:0 0 18px 18px;
}

@keyframes slideDown{

    from{
        transform:translateY(-100%);
    }

    to{
        transform:translateY(0);
    }

}

/* Mobile */

@media(max-width:991px){

.navbar{
    min-height:auto;
    padding:15px;
}

.nav-link{
    padding:12px 0 !important;
}

.logo-item{
    display:none;
}

.hotline{
    margin:20px 0;
}

.quote-btn{
    width:100%;
    height:55px;
    border-radius:10px;
}

}

/*================ Hero ================*/

.hero{

background:url('images/hero1.jpg') center/cover;

position:relative;

}

.overlay{

position:absolute;

left:0;

top:0;

width:100%;

height:100%;

background:rgba(0,0,0,.58);

}

.hero-content{

position:relative;

color:#fff;

}

.hero-content span{

color:#27d84d;

font-weight:700;

letter-spacing:1px;

}

.hero-content h1{

font-size:64px;

font-weight:800;

line-height:1.1;

margin:20px 0;

}

.hero-content p{

font-size:20px;

line-height:1.8;

color:#ddd;

max-width:650px;

}

.main-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 40px;
    background:linear-gradient(135deg,#2752ff 0%, #3b82f6 45%, #22c55e 100%);
    color:#fff;
    font-weight:700;
    border:none;
    border-radius:10px;
    text-decoration:none;
    transition:all .4s ease;
    background-size:200% 200%;
    box-shadow:0 12px 30px rgba(39,82,255,.25);
}

.main-btn:hover{

background:#28c44d;

color:#fff;

}

.quote-box{

position:relative;

background:#fff;

padding:45px;

border-radius:18px;

box-shadow:0 30px 60px rgba(0,0,0,.25);

}

.quote-box h2{

font-weight:800;

margin-bottom:25px;

}

.quote-box input,

.quote-box textarea,

.quote-box select{

width:100%;

height:55px;

margin-bottom:18px;

padding-left:18px;

border:1px solid #ddd;

border-radius:8px;

outline:none;

}

.quote-box textarea{

height:auto;

padding-top:15px;

}

.quote-box button{

width:100%;

height:55px;

border:none;

background:#28c44d;

color:#fff;

font-weight:700;

border-radius:8px;

transition:.3s;

}

.quote-box button:hover{

background:#2752ff;

}
/*==================================
WHY CHOOSE US
==================================*/

.section-padding{
    padding:110px 0;
}

.why-us{
    background:#f8fbff;
    position:relative;
    overflow:hidden;
}

.why-us::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:#2ecc7130;
    border-radius:50%;
    top:-180px;
    right:-150px;
    filter:blur(80px);
}

.why-us::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#2155ff20;
    border-radius:50%;
    bottom:-150px;
    left:-120px;
    filter:blur(80px);
}

.section-title{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:auto;
    font-size: 35px;
}

.section-title span{

    color:#28c44d;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title h2{

    font-size:48px;

    font-weight:800;

    color:#111827;

    margin:15px 0;

}

.section-title p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;

}

.why-card{

    position:relative;

    background:rgba(255,255,255,.75);

    backdrop-filter:blur(14px);

    border-radius:22px;

    padding:45px 30px;

    text-align:center;

    overflow:hidden;

    transition:.45s;

    border:1px solid rgba(255,255,255,.4);

    box-shadow:0 20px 45px rgba(0,0,0,.06);

    height:100%;

}

.why-card::before{

    content:"";

    position:absolute;

    inset:0;

    padding:2px;

    border-radius:22px;

    background:linear-gradient(135deg,#28c44d,#2752ff);

    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

            mask-composite:exclude;

    opacity:0;

    transition:.4s;

}

.why-card:hover::before{

    opacity:1;

}

.why-card:hover{

    transform:translateY(-15px);

    box-shadow:0 30px 70px rgba(0,0,0,.15);

}

.icon-box{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:22px;

    background:linear-gradient(135deg,#28c44d,#2752ff);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    color:#fff;

    margin-bottom:25px;

    transition:.4s;

}

.why-card:hover .icon-box{

    transform:rotate(-8deg) scale(1.08);

}

.why-card h4{

    font-size:25px;

    font-weight:700;

    color:#111827;

    margin-bottom:15px;

}

.why-card p{

    color:#6b7280;

    line-height:1.9;

    font-size:16px;

}

/* Responsive */

@media(max-width:991px){

.section-title h2{

font-size:36px;

}

.section-padding{

padding:80px 0;

}

}

@media(max-width:767px){

.section-title h2{

font-size:30px;

}

.section-title p{

font-size:16px;

}

.why-card{

padding:35px 25px;

}

}

/*==========================
SERVICES
==========================*/

.services-section{

    background:#ffffff;

    position:relative;

    overflow:hidden;

}

.services-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:#22c55e12;

    top:-180px;

    right:-150px;

    filter:blur(70px);

}

.services-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:#2752ff10;

    bottom:-120px;

    left:-120px;

    filter:blur(70px);

}

.section-heading{

    max-width:700px;

    margin:auto;

    position:relative;

    z-index:2;

}

.section-heading span{

    color:#22c55e;

    font-weight:700;

    letter-spacing:2px;

    font-size:15px;

}

.section-heading h2{

    font-size:48px;

    font-weight:800;

    color:#111827;

    margin:15px 0;

}

.section-heading p{

    color:#6b7280;

    line-height:1.8;

    font-size:18px;

}

/* Card */

.service-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    transition:.45s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

    position:relative;

}

.service-card:hover{

    transform:translateY(-15px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.service-image{

    height:240px;

    overflow:hidden;

    position:relative;

}

.service-image::after{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(to top,
    rgba(0,0,0,.45),
    transparent);

}

.service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

.service-card:hover img{

    transform:scale(1.12);

}

.service-content{

    padding:70px 30px 35px;

    position:relative;

    text-align:center;

}

.service-icon{

    width:82px;

    height:82px;

    border-radius:50%;

    background:linear-gradient(135deg,#22c55e,#2752ff);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    position:absolute;

    left:50%;

    top:-40px;

    transform:translateX(-50%);

    box-shadow:0 10px 30px rgba(0,0,0,.15);

    transition:.4s;

}

.service-card:hover .service-icon{

    transform:translateX(-50%) rotate(15deg);

}

.service-content h4{

    font-size:27px;

    font-weight:700;

    margin-bottom:15px;

    color:#111827;

}

.service-content p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:25px;

}

.service-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#2752ff;

    font-weight:700;

    transition:.35s;

}

.service-content a i{

    transition:.35s;

}

.service-content a:hover{

    color:#22c55e;

}

.service-content a:hover i{

    transform:translateX(8px);

}

/* Responsive */

@media(max-width:991px){

.section-heading h2{

font-size:36px;

}

.service-image{

height:220px;

}

}

@media(max-width:767px){

.section-heading h2{

font-size:30px;

}

.section-heading p{

font-size:16px;

}

.service-content{

padding:65px 25px 30px;

}

.service-content h4{

font-size:24px;

}

}

/*=========================
PROCESS
=========================*/

.process-section{

background:#f8fbff;

position:relative;

overflow:hidden;

}

.process-wrapper{

position:relative;

}

.process-line{

position:absolute;

top:90px;

left:17%;

width:66%;

height:3px;

background:linear-gradient(to right,#22c55e,#2752ff);

z-index:0;

}

.process-card{

position:relative;

background:#fff;

padding:70px 35px 40px;

border-radius:25px;

text-align:center;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.4s;

height:100%;

z-index:2;

}

.process-card:hover{

transform:translateY(-15px);

}

.step-number{

position:absolute;

top:20px;

right:20px;

font-size:55px;

font-weight:800;

color:#edf2ff;

line-height:1;

}

.process-icon{

width:95px;

height:95px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#22c55e,#2752ff);

display:flex;

align-items:center;

justify-content:center;

font-size:38px;

color:#fff;

margin-bottom:25px;

transition:.4s;

}

.process-card:hover .process-icon{

transform:rotate(12deg) scale(1.08);

}

.process-card h4{

font-size:28px;

font-weight:700;

margin-bottom:15px;

}

.process-card p{

color:#6b7280;

line-height:1.8;

}

.process-cta{

margin-top:80px;

background:linear-gradient(135deg,#2752ff,#22c55e);

border-radius:25px;

padding:45px 55px;

display:flex;

justify-content:space-between;

align-items:center;

color:#fff;

flex-wrap:wrap;

gap:20px;

}

.process-cta h3{

font-size:34px;

font-weight:800;

margin-bottom:10px;

}

.process-cta p{

margin:0;

font-size:18px;

color:#eef2ff;

}

.process-cta .main-btn{

background:#fff;

color:#2752ff;

padding:18px 40px;

border-radius:12px;

font-weight:700;

}

.process-cta .main-btn:hover{

background:#111827;

color:#fff;

}

@media(max-width:991px){

.process-line{

display:none;

}

.process-cta{

text-align:center;

justify-content:center;

}

.process-card{

padding:60px 30px 35px;

}

}

@media(max-width:767px){

.process-cta h3{

font-size:28px;

}

}

/*=========================
ABOUT
=========================*/

.about-section{

padding:120px 0;

background:#fff;

overflow:hidden;

}

.sub-title{

display:inline-block;

font-size:15px;

font-weight:700;

letter-spacing:2px;

color:#22c55e;

margin-bottom:15px;

}

.about-section h2{

font-size:3 5px;

font-weight:800;

line-height:1.2;

color:#111827;

margin-bottom:25px;

}

.about-section p{

font-size:18px;

line-height:1.9;

color:#6b7280;

margin-bottom:10px;

}

.about-image-wrapper{

position:relative;

padding-right:40px;

}

.main-img{

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.experience-box{

position:absolute;

left:-25px;

bottom:40px;

width:180px;

height:180px;

background:linear-gradient(135deg,#22c55e,#2752ff);

border-radius:25px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

color:#fff;

box-shadow:0 20px 50px rgba(0,0,0,.2);

}

.experience-box h2{

font-size:55px;

margin:0;

color:#fff;

}

.experience-box span{

font-size:17px;

font-weight:600;

text-align:center;

}

.floating-card{

position:absolute;

right:0;

top:40px;

background:#fff;

padding:20px 25px;

border-radius:18px;

display:flex;

align-items:center;

gap:18px;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.floating-card i{

width:60px;

height:60px;

border-radius:50%;

background:#22c55e;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:24px;

}

.floating-card h5{

margin:0;

font-weight:700;

}

.floating-card p{

margin:0;

font-size:14px;

color:#6b7280;

}

.about-list{

list-style:none;

padding:0;

margin:0;

}

.about-list li{

display:flex;

align-items:center;

gap:12px;

margin-bottom:18px;

font-weight:600;

font-size:17px;

}

.about-list i{

width:35px;

height:35px;

border-radius:50%;

background:#22c55e;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

font-size:14px;

}

@media(max-width:991px){

.about-image-wrapper{

padding-right:0;

margin-bottom:40px;

}

.experience-box{

left:15px;

width:140px;

height:140px;

}

.floating-card{

position:relative;

right:auto;

top:auto;

margin-top:20px;

}

.about-section h2{

font-size:38px;

}

}

@media(max-width:767px){

.about-section{

padding:80px 0;

}

.about-section h2{

font-size:32px;

}

.about-section p{

font-size:16px;

}

.experience-box{

width:120px;

height:120px;

}

.experience-box h2{

font-size:42px;

}

}


/*==================================
Premium Hero Breadcrumb
==================================*/

.hero-breadcrumb{

    position:relative;

    overflow:hidden;

    padding:170px 0 120px;

    background:
    linear-gradient(
    135deg,
    #08111f,
    #12203a,
    #0d1729);

}

/* Background */

.hero-bg{

    position:absolute;

    inset:0;

}

/* Blobs */

/* .hero-blob{

    position:absolute;

    border-radius:50%;

    filter:blur(80px);

    animation:floatBlob 14s ease-in-out infinite;

}

.blob-one{

    width:420px;
    height:420px;

    background:#2752ff;

    left:-120px;
    top:-120px;

}

.blob-two{

    width:350px;
    height:350px;

    background:#22c55e;

    right:-80px;
    top:30px;

    animation-delay:2s;

}

.blob-three{

    width:260px;
    height:260px;

    background:#4f46e5;

    left:40%;
    bottom:-120px;

    animation-delay:4s;

} */

/* Mouse Glow */

.hero-glow{

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,255,255,.25),
    transparent 70%);

    filter:blur(30px);

    pointer-events:none;

    transform:translate(-50%,-50%);

}

/* Content */

.hero-content{

    margin-top: 150px;

    position:relative;

    z-index:10;

    text-align:center;

}

.hero-tag{

    display:inline-block;

    color:#22c55e;

    letter-spacing:3px;

    font-size:14px;

    font-weight:700;

    margin-bottom:18px;

}

.hero-content h1{

    color:#fff;

    font-size:70px;

    font-weight:800;

    margin-bottom:30px;

}

/* Breadcrumb */

.hero-path{

    display:inline-flex;

    align-items:center;

    gap:15px;

    padding:15px 34px;

    border-radius:60px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

}

.hero-path a{

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.hero-path a:hover{

    color:#22c55e;

}

.hero-path i{

    color:#fff;

    font-size:14px;

}

.hero-path span{

    color:#22c55e;

    font-weight:700;

}

/* Floating Animation */

@keyframes floatBlob{

0%,100%{

transform:translateY(0) scale(1);

}

50%{

transform:translateY(-40px) scale(1.08);

}

}

/* Particles */

.hero-particles{

    position:absolute;

    inset:0;

    background-image:

    radial-gradient(circle,#ffffff33 2px,transparent 2px);

    background-size:120px 120px;

    animation:particleMove 20s linear infinite;

    opacity:.3;

}

@keyframes particleMove{

0%{

transform:translateY(0);

}

100%{

transform:translateY(-120px);

}

}

/* Responsive */

@media(max-width:991px){

.hero-content h1{

font-size:54px;

}

}

@media(max-width:767px){

.hero-content h1{

font-size:40px;

}

.hero-path{

padding:12px 24px;

gap:10px;

}

}



/*=================================
Mission Section
==================================*/

.mission-section{

    padding:100px 0;

    background:#f8fbff;

}

.section-title{

    max-width:720px;

    margin:auto;

}

.sub-title{

    display:inline-block;

    color:#22c55e;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title h2{

    font-size:36px;

    font-weight:800;

    color:#111827;

    margin-bottom:20px;

}

.section-title p{

    color:#667085;

    line-height:1.9;

}

/* Card */

.mission-card{

    background:#fff;

    padding:45px 35px;

    border-radius:24px;

    height:100%;

    text-align:center;

    transition:.45s;

    position:relative;

    overflow:hidden;

    border:1px solid #eef2f7;

    box-shadow:0 18px 45px rgba(0,0,0,.05);

}

.mission-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#22c55e,#2752ff);

}

.mission-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(39,82,255,.12);

}

.mission-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#22c55e,#2752ff);

    color:#fff;

    font-size:38px;

    margin-bottom:28px;

}

.mission-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

    color:#111827;

}

.mission-card p{

    color:#667085;

    line-height:1.9;

    margin:0;

}

/* Responsive */

@media(max-width:991px){

.section-title h2{

font-size:38px;

}

}

@media(max-width:767px){

.section-title h2{

font-size:32px;

}

.mission-card{

padding:35px 25px;

}

}


/*==================================================
 SERVICES INTRO
==================================================*/

.services-intro{
    position:relative;
    padding:110px 0;
    background:#f8fbff;
    overflow:hidden;
}

.services-intro::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(39,82,255,.05);
    left:-180px;
    top:-180px;
    filter:blur(50px);
}

.services-intro::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(34,197,94,.06);
    right:-150px;
    bottom:-150px;
    filter:blur(50px);
}

.services-intro .container{
    position:relative;
    z-index:2;
}

/*=========================
Heading
=========================*/

.section-tag{

    display:inline-block;
    padding:8px 20px;
    border-radius:40px;
    background:rgba(39,82,255,.08);
    color:#2752ff;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
    margin-bottom:18px;

}

.services-intro h2{

    font-size:52px;
    font-weight:800;
    color:#111827;
    line-height:1.2;
    margin-bottom:20px;

}

.services-intro h2 span{

    display:block;
    background:linear-gradient(90deg,#2752ff,#22c55e);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}

.services-intro p{

    max-width:760px;
    margin:auto;
    color:#6b7280;
    line-height:1.9;
    font-size:17px;

}

/*=========================
Card
=========================*/

.service-box{

    position:relative;

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    height:100%;

    transition:.45s;

    border:1px solid #edf2f7;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

}

.service-box:hover{

    transform:translateY(-15px);

    box-shadow:0 30px 70px rgba(39,82,255,.15);

}

/*=========================
Image
=========================*/

.service-img{

    position:relative;

    overflow:hidden;

    height:240px;

}

.service-img img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.8s;

}

.service-box:hover img{

    transform:scale(1.12);

}

.service-img::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.45),
    transparent);

}

/*=========================
Content
=========================*/

.service-body{

    position:relative;

    padding:70px 30px 35px;

    text-align:center;

}

.service-icon{

    position:absolute;

    top:-40px;

    left:50%;

    transform:translateX(-50%);

    width:82px;

    height:82px;

    border-radius:50%;

    background:linear-gradient(135deg,#2752ff,#22c55e);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:32px;

    box-shadow:0 15px 35px rgba(39,82,255,.25);

    transition:.45s;

}

.service-box:hover .service-icon{

    transform:translateX(-50%) rotate(15deg);

}

.service-body h4{

    font-size:26px;

    font-weight:700;

    color:#111827;

    margin-bottom:18px;

}

.service-body p{

    color:#667085;

    font-size:16px;

    line-height:1.8;

    margin-bottom:25px;

}

/*=========================
Button
=========================*/

.service-body a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#2752ff;

    font-weight:700;

    transition:.35s;

}

.service-body a i{

    transition:.35s;

}

.service-body a:hover{

    color:#22c55e;

}

.service-body a:hover i{

    transform:translateX(8px);

}

/*=========================
Glow Border
=========================*/

.service-box::before{

    content:"";

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:24px;

    background:linear-gradient(
    135deg,
    transparent,
    rgba(39,82,255,.4),
    transparent,
    rgba(34,197,94,.4));

    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:0;

    transition:.45s;

}

.service-box:hover::before{

    opacity:1;

}

/*=========================
Responsive
=========================*/

@media(max-width:1199px){

.service-img{

height:220px;

}

}

@media(max-width:991px){

.services-intro h2{

font-size:42px;

}

.service-body{

padding:65px 25px 30px;

}

}

@media(max-width:767px){

.services-intro{

padding:80px 0;

}

.services-intro h2{

font-size:34px;

}

.services-intro p{

font-size:16px;

}

.service-img{

height:230px;

}

.service-body h4{

font-size:22px;

}

}

/*==================================
FOOTER
==================================*/

.footer-section{

    background:#08111f;

    color:#cbd5e1;

    padding:90px 0 25px;

    position:relative;

    overflow:hidden;

}

.footer-section::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:#2752ff20;

    border-radius:50%;

    top:-180px;

    right:-180px;

    filter:blur(90px);

}

.footer-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:#22c55e20;

    border-radius:50%;

    bottom:-150px;

    left:-150px;

    filter:blur(90px);

}

.footer-section .container{

    position:relative;

    z-index:2;

}

.footer-logo{

    width:180px;

    margin-bottom:25px;

}

.footer-widget h4{

    color:#fff;

    font-size:22px;

    font-weight:700;

    margin-bottom:25px;

    position:relative;

}

.footer-widget h4::after{

    content:"";

    width:45px;

    height:3px;

    background:linear-gradient(90deg,#2752ff,#22c55e);

    position:absolute;

    left:0;

    bottom:-10px;

}

.footer-widget p{

    line-height:1.9;

    color:#94a3b8;

}

.footer-widget ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-widget ul li{

    margin-bottom:15px;

}

.footer-widget ul li a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.35s;

}

.footer-widget ul li a:hover{

    color:#22c55e;

    padding-left:8px;

}

.footer-contact div{

    display:flex;

    gap:15px;

    margin-bottom:18px;

}

.footer-contact i{

    color:#22c55e;

    font-size:18px;

    margin-top:4px;

}

.footer-social{

    display:flex;

    gap:12px;

    margin-top:25px;

}

.footer-social a{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#13213d;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    transition:.35s;

}

.footer-social a:hover{

    background:linear-gradient(135deg,#2752ff,#22c55e);

    transform:translateY(-6px);

}

.footer-section hr{

    border-color:#1e293b;

    margin:50px 0 25px;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom p{

    margin:0;

    color:#94a3b8;

}

.footer-bottom strong{

    color:#22c55e;

}

/* Back Top */

.back-top{

    position:fixed;

    right:30px;

    bottom:30px;

    width:55px;

    height:55px;

    border:none;

    border-radius:50%;

    background:linear-gradient(135deg,#2752ff,#22c55e);

    color:#fff;

    cursor:pointer;

    display:none;

    box-shadow:0 12px 30px rgba(39,82,255,.3);

    z-index:999;

}

.back-top:hover{

    transform:translateY(-5px);

}

@media(max-width:768px){

.footer-bottom{

justify-content:center;

text-align:center;

}

}


/*=========================================
CONTACT AREA
=========================================*/

.contact-area{
    position:relative;
    padding:110px 0;
    background:#f8fbff;
    overflow:hidden;
}

.contact-area::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(39,82,255,.06);
    border-radius:50%;
    top:-180px;
    left:-180px;
    filter:blur(60px);
}

.contact-area::after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(34,197,94,.08);
    bottom:-180px;
    right:-150px;
    border-radius:50%;
    filter:blur(60px);
}

.contact-area .container{
    position:relative;
    z-index:2;
}

/*=========================================
SECTION TITLE
=========================================*/

.section-tag{

    display:inline-block;

    padding:8px 22px;

    border-radius:40px;

    background:rgba(39,82,255,.08);

    color:#2752ff;

    font-weight:700;

    font-size:14px;

    letter-spacing:2px;

    margin-bottom:18px;

}

.contact-area h2{

    font-size:52px;

    font-weight:800;

    color:#101828;

    margin-bottom:18px;

}

.contact-area p{

    color:#667085;

    line-height:1.9;

}

/*=========================================
CONTACT INFO CARDS
=========================================*/

.contact-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    padding:40px 25px;

    text-align:center;

    overflow:hidden;

    transition:.45s;

    border:1px solid #edf2f7;

    height:100%;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.contact-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:4px;

    background:linear-gradient(90deg,#2752ff,#22c55e);

}

.contact-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(39,82,255,.14);

}

.contact-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    color:#fff;

    background:linear-gradient(135deg,#2752ff,#22c55e);

    box-shadow:0 18px 35px rgba(39,82,255,.25);

    margin-bottom:25px;

    transition:.4s;

}

.contact-card:hover .contact-icon{

    transform:rotate(12deg) scale(1.08);

}

.contact-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

    color:#111827;

}

.contact-card p{

    font-size:15px;

    color:#667085;

    margin:0;

    line-height:1.8;

}

/*=========================================
CONTACT WRAPPER
=========================================*/

.contact-wrapper{

    margin-top:80px;

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

/*=========================================
IMAGE
=========================================*/

.contact-image{

    position:relative;

    height:100%;

    min-height:650px;

    overflow:hidden;

}

.contact-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1s;

}

.contact-image:hover img{

    transform:scale(1.08);

}

.contact-image::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    to top,
    rgba(0,0,0,.35),
    transparent 55%
    );

}

/*=========================================
FLOATING EXPERIENCE CARD
=========================================*/

.experience-card{

    position:absolute;

    right:35px;

    bottom:35px;

    width:170px;

    height:170px;

    border-radius:25px;

    background:linear-gradient(135deg,#2752ff,#22c55e);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    box-shadow:0 20px 45px rgba(39,82,255,.30);

    animation:floatCard 4s ease-in-out infinite;

}

.experience-card h2{

    font-size:58px;

    margin:0;

    color:#fff;

    font-weight:800;

}

.experience-card span{

    font-size:17px;

    font-weight:600;

    padding:0 12px;

}

@keyframes floatCard{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-area{

padding:90px 0;

}

.contact-area h2{

font-size:40px;

}

.contact-image{

min-height:420px;

}

.experience-card{

width:140px;

height:140px;

}

.experience-card h2{

font-size:42px;

}

}

@media(max-width:767px){

.contact-area{

padding:70px 0;

}

.contact-area h2{

font-size:32px;

}

.contact-card{

padding:30px 20px;

}

.contact-icon{

width:70px;

height:70px;

font-size:24px;

}

.contact-wrapper{

border-radius:20px;

}

.contact-image{

min-height:320px;

}

.experience-card{

right:20px;

bottom:20px;

width:120px;

height:120px;

border-radius:18px;

}

.experience-card h2{

font-size:34px;

}

.experience-card span{

font-size:13px;

}

}/*=========================================
CONTACT FORM
=========================================*/

.contact-form-box{

    position:relative;

    padding:60px;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(25px);

    -webkit-backdrop-filter:blur(25px);

    height:100%;

}

.contact-form-box::before{

    content:"";

    position:absolute;

    inset:0;

    padding:1px;

    border-radius:0;

    background:linear-gradient(
        135deg,
        rgba(39,82,255,.25),
        rgba(34,197,94,.20),
        transparent
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    pointer-events:none;

}

.contact-form-box span{

    display:inline-block;

    color:#22c55e;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.contact-form-box h3{

    font-size:42px;

    font-weight:800;

    color:#111827;

    margin-bottom:40px;

}

/*=========================================
FORM CONTROLS
=========================================*/

.contact-form-box .form-control,
.contact-form-box .form-select{

    height:60px;

    border-radius:14px;

    border:1px solid #e5e7eb;

    background:#fff;

    padding:15px 20px;

    font-size:16px;

    color:#374151;

    margin-bottom:22px;

    transition:.35s;

    box-shadow:none;

}

.contact-form-box textarea.form-control{

    height:180px;

    resize:none;

    padding-top:18px;

}

.contact-form-box .form-control::placeholder{

    color:#9ca3af;

}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus{

    border-color:#2752ff;

    box-shadow:
        0 0 0 4px rgba(39,82,255,.10);

    transform:translateY(-2px);

}

/*=========================================
BUTTON
=========================================*/

.contact-form-box .main-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 42px;

    border:none;

    border-radius:12px;

    background:linear-gradient(
        135deg,
        #2752ff,
        #22c55e
    );

    color:#fff;

    font-size:17px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 15px 35px rgba(39,82,255,.25);

}

.contact-form-box .main-btn:hover{

    transform:translateY(-4px);

    box-shadow:0 25px 50px rgba(39,82,255,.35);

}

/*=========================================
SUCCESS MESSAGE
=========================================*/

#successMsg{

    margin-top:20px;

    font-weight:600;

    color:#16a34a;

}

/*=========================================
INPUT ANIMATION
=========================================*/

.contact-form-box .form-control:hover,
.contact-form-box .form-select:hover{

    border-color:#22c55e;

}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.contact-form-box{

padding:45px;

}

.contact-form-box h3{

font-size:34px;

}

}

@media(max-width:767px){

.contact-form-box{

padding:30px 25px;

}

.contact-form-box h3{

font-size:28px;

margin-bottom:25px;

}

.contact-form-box .form-control,
.contact-form-box .form-select{

height:55px;

font-size:15px;

}

.contact-form-box textarea.form-control{

height:150px;

}

.contact-form-box .main-btn{

width:100%;

padding:16px;

}

