/* RESET */
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Baloo Bhaijaan 2", sans-serif; */
/* font-family: "DM Sans", sans-serif; */
/* font-family: "Poppins", sans-serif; */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:"Inter", sans-serif;
}

body{
background:#fff;
color:#0F172A;
}

/* CONTAINER */
.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* NAVBAR */
.navbar{
position:sticky;
top:0;
z-index:1000;
background:rgba(255,255,255,0.75);
backdrop-filter: blur(12px);
border-bottom:1px solid #E2E8F0;
padding:16px 0;
}

/* WRAPPER */
.nav-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
}

/* LOGO */
.logo{
font-family:"Poppins", sans-serif;
font-size:22px;
font-weight:800;
}

.logo span{
color:#2563EB;
}

/* LINKS */
.nav-links{
display:flex;
list-style:none;
gap:28px;
}

.nav-links a{
text-decoration:none;
font-size:14px;
font-weight:500;
color:#475569;
position:relative;
padding:6px 0;
transition:0.3s;
}

/* ACTIVE + HOVER UNDERLINE */
.nav-links a::after{
content:"";
position:absolute;
left:0;
bottom:0;
width:0%;
height:2px;
background:linear-gradient(135deg,#2563EB,#7C3AED);
transition:0.3s;
}

.nav-links a:hover,
.nav-links a.active{
color:#0F172A;
}

.nav-links a:hover::after,
.nav-links a.active::after{
width:100%;
}

/* BUTTON */
.btn{
display:flex;
align-items:center;
gap:8px;
background:linear-gradient(135deg,#2563EB,#7C3AED);
color:#fff;
padding:10px 16px;
border-radius:12px;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:0.3s;
box-shadow: 0px 1px 5px #0002;
}

.btn-outline{
display:flex;
align-items:center;
gap:8px;
background: #fff;
color:#333;
padding:10px 16px;
border-radius:12px;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:0.3s;
box-shadow: 0px 1px 5px #0002;
}

.btn svg{
width:18px;
height:18px;
stroke:#fff;
}

.btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

/* MOBILE TOGGLE */
.menu-toggle{
display:none;
cursor:pointer;
}

.menu-toggle svg{
width:26px;
height:26px;
stroke:#0F172A;
}

/* RESPONSIVE */
@media(max-width:900px){

.nav-links{
position:absolute;
top:70px;
left:0;
right:0;
background:#fff;
flex-direction:column;
align-items:center;
gap:20px;
padding:20px 0;
display:none;
border-bottom:1px solid #E2E8F0;
}

.nav-links.show{
display:flex;
}

.menu-toggle{
display:block;
}
}


/* FEATURES */

.features div{
display:flex;
align-items:center;
gap:8px;
font-size:13px;
color:#475569;
}

.features svg{
width:18px;
height:18px;
stroke:#4F46E5;
}


/* BLUR BACKGROUNDS */
.blob{
position:absolute;
width:420px;
height:420px;
filter:blur(100px);
opacity:0.35;
z-index:0;
}

.b1{
background:#2563EB;
top:-120px;
left:-120px;
overflow: hidden;
}


/* RESPONSIVE */
@media(max-width:900px){

.hero-wrapper{
flex-direction:column;
text-align:center;
}

.hero-left h1{
font-size:38px;
}

.hero-left p{
margin:auto;
}

.hero-buttons{
justify-content:center;
}

.features{
margin:auto;
}
}



/* hrero strat */
.hero{
height: auto;
display:flex;
align-items:center;
padding-top:0px;
padding-bottom: 50px;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
margin-top: 80px;
}

.badge{
display:inline-block;
padding:10px 20px;
border-radius:50px;
background:#f2edff;
color:#6a43ff;
font-weight:600;
margin-bottom:28px;
}

.hero h1{
font-size:57px;
line-height:1.15;
font-weight:800;
margin-bottom:25px;
}

.hero h1 span{
background:linear-gradient(90deg,#7d4cff,#5ec7ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.service-card h3 {
        
    font-family: "Baloo Bhaijaan 2", sans-serif;
    }

.hero p{
font-size:18px;
line-height:34px;
color:#666;
margin-bottom:35px;
max-width:560px;
}

.hero-btns{
display:flex;
gap:18px;
margin-bottom:45px;
}

.features{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.features div{
display:flex;
align-items:center;
gap:10px;
font-weight:500;
color:#444;
}

.features i{
color:#6a44ff;
font-size:20px;
}

/*=========================
 HERO RIGHT
==========================*/

.hero-right{
position:relative;
display:flex;
justify-content:center;
align-items:center;
}

.main-image{
width:100%;
filter:drop-shadow(0 30px 40px rgba(0,0,0,.18));
}

/*=========================
 FLOATING CARDS
==========================*/

.card{
position:absolute;
background:#fff;
padding:18px 22px;
border-radius:18px;
box-shadow:0 20px 45px rgba(0,0,0,.12);
display:flex;
align-items:center;
gap:12px;
font-weight:600;
animation:float 5s ease-in-out infinite;
}

.card i{
width:42px;
height:42px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:#6c4cf1;
color:#fff;
}

.card1{
top:30px;
left:-40px;
}

.card2{
top:120px;
right:-20px;
}

.card3{
bottom:60px;
left:-20px;
}

.card4{
bottom:10px;
right:30px;
}

/*=========================
 ANIMATION
==========================*/

@keyframes float{

0%{
transform:translateY(0px);
}

50%{
transform:translateY(-15px);
}

100%{
transform:translateY(0px);
}

}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

.hero-grid{
grid-template-columns:1fr;
text-align:center;
}

.hero p{
margin:auto;
margin-bottom:35px;
}

.hero-btns{
justify-content:center;
}

.features{
justify-content:center;
}

.nav ul{
display:none;
}

.hero h1{
font-size:46px;
}

.main-image{
max-width:520px;
}

.card{
transform:scale(.9);
}

}

@media(max-width:768px){

.hero{
padding-top: 0px;
}

.hero p{
font-size:16px;
line-height:30px;
}

.hero-btns{
flex-direction:column;
}

.btn,
.btn-outline{
justify-content:center;
}

.main-image{
max-width:100%;
}

.card{
display:none;
}

.logo{
font-size:24px;
}
.hero-grid {
    margin-top: 40px;
}

}

/*=================================================
           ASTERPIXEL - SERVICES SECTION
==================================================*/

/* Google Fonts
-----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/* Variables
-----------------------------------*/

:root{

--primary:#3B82F6;
--secondary:#8B5CF6;

--heading:#111827;
--text:#6B7280;

--border:#EDF2F7;

--white:#ffffff;

--shadow:
0 15px 45px rgba(15,23,42,.06);

--shadow-hover:
0 25px 60px rgba(37,99,235,.12);

}

/*====================================*/

.services-section{

padding:110px 0;

background:#F8FAFF;

position:relative;

overflow:hidden;

}

.services-section::before{

content:"";

position:absolute;

top:-220px;

right:-180px;

width:450px;

height:450px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(99,102,241,.10),
transparent 70%);

pointer-events:none;

}

.services-section::after{

content:"";

position:absolute;

bottom:-180px;

left:-150px;

width:380px;

height:380px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(59,130,246,.08),
transparent 70%);

pointer-events:none;

}

/*====================================*/

.services-header{

display:flex;

justify-content:space-between;

align-items:flex-end;

margin-bottom:60px;

gap:30px;

}

.section-badge{

display:inline-flex;

align-items:center;

padding:8px 16px;

border-radius:50px;

background:#EEF4FF;

border:1px solid #D9E7FF;

font-size:12px;

font-family:"Inter",sans-serif;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

color:#4F46E5;

margin-bottom:18px;

}

.section-title{

font-family:"Plus Jakarta Sans",sans-serif;

font-size:46px;

font-weight:700;

line-height:1.1;

color:var(--heading);

}

/*====================================*/

.explore-link{

display:flex;

align-items:center;

gap:10px;

text-decoration:none;

font-family:"Inter";

font-weight:600;

font-size:15px;

color:var(--primary);

transition:.35s;

}

.explore-link svg{

width:18px;

height:18px;

transition:.35s;

}

.explore-link:hover{

gap:16px;

}

/*====================================*/

.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:24px;

}

/*====================================*/

.service-card{

position:relative;

background:#fff;

border:1px solid var(--border);

border-radius:24px;

padding:34px 28px;

transition:.35s cubic-bezier(.4,0,.2,1);

overflow:hidden;

box-shadow:var(--shadow);

display:flex;

flex-direction:column;

min-height:340px;

}

.service-card::before{

content:"";

position:absolute;

top:-120px;

right:-120px;

width:220px;

height:220px;

border-radius:50%;

background:

radial-gradient(circle,

rgba(99,102,241,.08),

transparent 70%);

opacity:0;

transition:.45s;

}

.service-card:hover{

transform:translateY(-10px);

border-color:#D9E6FF;

box-shadow:var(--shadow-hover);

}

.service-card:hover::before{

opacity:1;

}

/*====================================*/

.service-icon{

width:62px;

height:62px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

background:
linear-gradient(135deg,
#3B82F6,
#8B5CF6);

box-shadow:

0 15px 35px rgba(59,130,246,.25);

margin-bottom:28px;

transition:.35s;

}

.service-card:hover .service-icon{

transform:rotate(-6deg) scale(1.08);

}

.service-icon svg{

width:28px;

height:28px;

stroke:#fff;

stroke-width:2;

}

/*======================================
  CARD CONTENT
=======================================*/

.service-card h3{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.35;
    color:var(--heading);
    margin-bottom:16px;
    transition:.3s;
}

.service-card:hover h3{
    color:var(--primary);
}

.service-card p{
    font-family:"Inter",sans-serif;
    font-size:15px;
    line-height:1.8;
    color:var(--text);
    margin-bottom:28px;
    flex:1;
}

/*======================================
  LEARN MORE
=======================================*/

.service-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    color:var(--primary);
    margin-top:auto;
    transition:.35s ease;
}

.service-link svg{
    width:18px;
    height:18px;
    transition:.35s ease;
}

.service-card:hover .service-link{
    gap:14px;
}

.service-card:hover .service-link svg{
    transform:translateX(5px);
}

/*======================================
  HOVER BORDER
=======================================*/

.service-card::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:4px;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--secondary)
    );

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.service-card:hover::after{

    transform:scaleX(1);

}

/*======================================
  RESPONSIVE
=======================================*/

@media(max-width:1400px){

.services-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:1400px){

.hero h1 {
    font-size: 50px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 25px;
}
.hero {
    height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd5;
}
.services-section {
    padding: 60px 0;
}
.section-title {
    font-size: 44px;
    font-weight: 700;
}
.service-card h3 {
    font-family: "Baloo Bhaijaan 2", sans-serif;;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading);
    margin-bottom: 16px;
    transition: .3s;
}
}

@media(max-width:992px){

.services-header{

flex-direction:column;

align-items:flex-start;

margin-bottom:45px;

}

.section-title{

font-size:38px;

}

.services-grid{

grid-template-columns:repeat(2,1fr);

gap:22px;

}

}

@media(max-width:768px){
.blob {
    /* position: absolute; */
    width: 100%;
    height: 420px;
    filter: blur(100px);
    opacity: 0.35;
    z-index: 0;
}
.services-section{

padding:80px 0;

}

.section-title{

font-size:32px;

}

.section-badge{

font-size:11px;

}

.services-grid{

grid-template-columns:1fr;

}

.service-card{

padding:30px 24px;

min-height:auto;

}

.service-icon{

width:56px;

height:56px;

border-radius:16px;

}

.service-icon svg{

width:24px;

height:24px;

}

.service-card h3{

font-size:20px;

}

.service-card p{

font-size:14px;

}

}

@media(max-width:480px){

.services-section{

padding:50px 0;

}

.services-grid {
    
    gap: 10px;
}


.section-title{
font-size:28px;
margin-bottom: -20px;
}

.explore-link{

font-size:14px;

}

.service-card{

padding:24px;

border-radius:20px;

}
.hero h1 {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
}
.service-card h3 {
        font-size: 20px;
        margin-bottom: 0px;
        font-family: "Plus Jakarta Sans", sans-serif;;
    }
}

.service-icon{
    position:relative;
    width:52px;
    height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:15px;
}
.service-card p {
    margin-bottom: 10px;
    font-size: 15px;
}
.icon-bg{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        135deg,
        #3B82F6,
        #6366F1,
        #8B5CF6
    );

    border-radius:22px;

}

.service-icon svg{

    position:relative;

    width:24px;

    height:24px;

    color:#fff;

    stroke-width:2.2;

    z-index:2;

}
.badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    background: #f2edff;
    color: #6a43ff;
    font-weight: 600;
    margin-bottom: 28px;
}

.bb{
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
}

.features div{
display:flex;
align-items:center;
gap:8px;
font-size:15px;
color:#475569;
}


.icon-dot{

    position:absolute;

    width:14px;

    height:14px;

    background:#ffffff55;

    border-radius:50%;

    top:8px;

    right:8px;

}

.service-card{

position:relative;

}

.service-card::before{

content:"";

position:absolute;

inset:0;

padding:1px;

border-radius:24px;

background:

linear-gradient(
135deg,
transparent,
#3B82F655,
transparent
);

-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;

}

.service-card:hover::before{

opacity:1;

}

.service-card:hover{

box-shadow:

0 20px 60px rgba(59,130,246,.12),

0 5px 20px rgba(0,0,0,.05);

}

.service-link{

position:relative;

}

.service-link svg{

transition:.35s;

}

.service-card:hover .service-link svg{

transform:translateX(6px);

}

h1,h2,h3{
font-family:"Plus Jakarta Sans",sans-serif;
}


/*=========================================
        WHY CHOOSE US
=========================================*/

.why-us{
    padding:110px 0;
    background:#fff;
    overflow:hidden;
    position:relative;
}

.why-us .container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

/*==========================
GRID
==========================*/

.why-grid{
    display:grid;
    grid-template-columns:1.05fr 1fr;
    align-items:center;
    gap:90px;
}

/*==========================
LEFT IMAGE
==========================*/

.why-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.blob{
    position:absolute;
    width:420px;
    height:320px;
    background:linear-gradient(135deg,#D8D4FE,#EEF2FF);
    border-radius:46% 54% 55% 45% / 52% 39% 61% 48%;
    left:30px;
    bottom:0;
    z-index:1;
}

.why-image img{
    position:relative;
    z-index:3;
    max-width:100%;
    width:560px;
    animation:float 5s ease-in-out infinite;
}

.plant{
    position:absolute;
    right:45px;
    bottom:10px;
    z-index:5;
}

.plant img{
    width:95px;
}

/*==========================
RIGHT
==========================*/

.section-badge{

display:inline-flex;

padding:8px 15px;

border-radius:40px;

background:#EEF2FF;

color:#4F46E5;

font-size:12px;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

margin-bottom:18px;

}

.why-content h2{

font-family:"Plus Jakarta Sans",sans-serif;

font-size:48px;

font-weight:700;

line-height:1.15;

color:#111827;

margin-bottom:20px;

}

.why-desc{

font-size:16px;

line-height:1.8;

color:#64748B;

max-width:520px;

margin-bottom:40px;

}

/*==========================
FEATURES
==========================*/

.why-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.feature-box{

display:flex;

align-items:flex-start;

gap:18px;

padding:17px;

border-radius:20px;

transition:.35s;

border:1px solid #ddd8;

background:#F8FAFF;

}

.feature-box:hover{

transform:translateY(-6px);

box-shadow:0 18px 45px rgba(37,99,235,.08);

border-color:#D8E5FF;

}

.feature-icon{

width:54px;

height:54px;

border-radius:16px;

display:flex;

align-items:center;

justify-content:center;

background:linear-gradient(135deg,#3B82F6,#8B5CF6);

flex-shrink:0;

box-shadow:0 10px 30px rgba(59,130,246,.18);

}

.feature-icon svg{

width:24px;

height:24px;

stroke:#fff;

stroke-width:2;

}

.feature-info h4{

font-family:"Plus Jakarta Sans",sans-serif;

font-size:15px;

font-weight:700;

color:#111827;

margin-bottom:8px;

}

.feature-info p{

font-size:14px;

line-height:1.7;

color:#64748B;

}

/*==========================
BUTTON
==========================*/

.about-btn{

display:inline-flex;

align-items:center;

gap:10px;

margin-top:40px;

padding:14px 28px;

border-radius:14px;

background:linear-gradient(135deg,#2563EB,#7C3AED);

color:#fff;

font-weight:600;

text-decoration:none;

box-shadow:0 15px 35px rgba(59,130,246,.18);

transition:.35s;

}

.about-btn svg{

width:18px;

height:18px;

}

.about-btn:hover{

transform:translateY(-3px);

box-shadow:0 20px 45px rgba(37,99,235,.22);

}

/*==========================
ANIMATION
==========================*/

@keyframes float{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0px);

}

}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1200px){

.why-grid{

grid-template-columns:1fr;

gap:60px;

}

.why-content{

text-align:center;

}

.why-desc{

margin:auto auto 40px;

}

.why-features{

margin-top:10px;

}

.about-btn{

margin-top:35px;

}

}

@media(max-width:768px){

.why-us{

padding:80px 0;

}

.why-content h2{

font-size:34px;

}

.why-features{

grid-template-columns:1fr;

}

.blob{

width:280px;

height:220px;

}

.why-image img{

width:100%;

}

.plant{

right:10px;

bottom:0;

}

.plant img{

width:70px;

}

}

@media(max-width:480px){

    .why-us{
        padding-top: 40px;
    }

.why-content h2{

font-size:30px;

}

.feature-box{

padding:18px;

}

.feature-icon{

width:48px;

height:48px;

}

.feature-icon svg{

width:20px;

height:20px;

}

.about-btn{

width:100%;

justify-content:center;

}

}

/*==========================================
            PORTFOLIO SECTION
==========================================*/

.portfolio-section{
    padding:110px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.portfolio-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:55px;
}

.section-badge{
    display:inline-block;
    padding:7px 14px;
    border-radius:50px;
    background:#EEF2FF;
    color:#4F46E5;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-title{
    font-size:42px;
    font-weight:800;
    color:#111827;
    line-height:1.2;
    font-family:"Plus Jakarta Sans",sans-serif;
}

.view-all{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#4F46E5;
    font-weight:700;
    transition:.3s;
}

.view-all svg{
    width:18px;
    height:18px;
}

.view-all:hover{
    gap:14px;
}

/*=============================
WRAPPER
=============================*/

.portfolio-wrapper{
    position:relative;
}

.portfolio-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px;
}

/*=============================
CARD
=============================*/

.portfolio-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    cursor:pointer;

    border:1px solid #EEF2FF;

}

.portfolio-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 20px 50px rgba(37,99,235,.08);

}

.portfolio-image{

    overflow:hidden;

    border-radius:18px;

    margin:14px;

}

.portfolio-image img{

    width:100%;

    display:block;

    transition:.5s;

}

.portfolio-card:hover img{

    transform:scale(1.08);

}

.portfolio-content{

    padding:0 18px 22px;

}

.portfolio-content h3{

    font-size:20px;

    font-weight:700;

    color:#111827;

    margin-bottom:8px;

    font-family:"Plus Jakarta Sans",sans-serif;

}

.portfolio-content span{

    color:#64748B;

    font-size:14px;

}

/*=============================
ARROWS
=============================*/

.portfolio-arrow{

    position:absolute;

    top:40%;

    width:48px;

    height:48px;

    border:none;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    box-shadow:0 10px 25px rgba(15,23,42,.08);

    transition:.3s;

    z-index:5;

}

.portfolio-arrow svg{

    width:20px;

    height:20px;

}

.portfolio-arrow:hover{

    background:#4F46E5;

    color:#fff;

}

.portfolio-arrow.prev{

    left:-24px;

}

.portfolio-arrow.next{

    right:-24px;

}

/*=============================
RESPONSIVE
=============================*/

@media(max-width:1200px){

.portfolio-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:992px){

.portfolio-header{

flex-direction:column;

align-items:flex-start;

gap:20px;

}

.portfolio-grid{

grid-template-columns:repeat(2,1fr);

}

.portfolio-arrow{

display:none;

}

}

@media(max-width:768px){

.portfolio-section{

padding:80px 0;

}

.section-title{

font-size:32px;

}

.portfolio-grid{

grid-template-columns:1fr;

}

.portfolio-content h3{

font-size:18px;

}

}


/*=========================================
            PORTFOLIO SECTION
=========================================*/

.portfolio-section{
    padding:110px 0;
    background:#F8FAFF;
    overflow:hidden;
    position:relative;
}

.portfolio-section .container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

/*==========================
TOP
==========================*/

.portfolio-top{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:60px;
    gap:30px;
}

.portfolio-badge{
    display:inline-flex;
    align-items:center;
    padding:8px 16px;
    border-radius:50px;
    background:#EEF2FF;
    color:#4F46E5;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.portfolio-top h2{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:46px;
    font-weight:800;
    color:#111827;
    line-height:1.15;
}

.portfolio-view{
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#2563EB;
    font-weight:600;
    transition:.35s;
}

.portfolio-view:hover{
    gap:14px;
}

.portfolio-view svg{
    width:18px;
    height:18px;
}

/*==========================
SLIDER
==========================*/

.portfolio-slider{
    position:relative;
}

.portfolioSwiper{
    overflow:hidden;
    padding:10px 4px 20px;
}

.swiper-slide{
    height:auto;
}

/*==========================
CARD
==========================*/

.portfolio-card{
    background:#fff;
    border-radius:22px;
    border:1px solid #EEF2FF;
    overflow:hidden;
    transition:.35s ease;
    box-shadow:0 10px 35px rgba(15,23,42,.05);
}

.portfolio-card:hover{
    transform:translateY(-10px);
    box-shadow:0 22px 60px rgba(37,99,235,.12);
}

.portfolio-img{
    overflow:hidden;
    margin:14px;
    border-radius:18px;
}

.portfolio-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.45s ease;
}

.portfolio-card:hover .portfolio-img img{
    transform:scale(1.08);
}

.portfolio-content{
    padding:6px 20px 22px;
}

.portfolio-content h3{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:22px;
    font-weight:700;
    color:#111827;
    margin-bottom:8px;
}

.portfolio-content span{
    display:inline-block;
    padding:6px 12px;
    border-radius:30px;
    background:#F4F7FF;
    color:#4F46E5;
    font-size:13px;
    font-weight:600;
}

/*==========================
ARROWS
==========================*/

.portfolio-prev,
.portfolio-next{
    position:absolute;
    top:42%;
    width:54px;
    height:54px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    box-shadow:0 10px 30px rgba(15,23,42,.08);
    transition:.35s;
    z-index:20;
}

.portfolio-prev{
    left:-28px;
}

.portfolio-next{
    right:-28px;
}

.portfolio-prev svg,
.portfolio-next svg{
    width:22px;
    height:22px;
}

.portfolio-prev:hover,
.portfolio-next:hover{
    background:linear-gradient(135deg,#2563EB,#7C3AED);
    color:#fff;
    transform:scale(1.05);
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:1200px){

    .portfolio-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .portfolio-top h2{
        font-size:40px;
    }

}

@media(max-width:992px){

    .portfolio-prev,
    .portfolio-next{
        display:none;
    }

}

@media(max-width:768px){

    .portfolio-section{
        padding:80px 0;
    }

    .portfolio-top h2{
        font-size:32px;
    }

    .portfolio-img img{
        height:220px;
    }

    .portfolio-content h3{
        font-size:20px;
    }

}

@media(max-width:480px){

    .portfolio-section{

padding:50px 0;

}

    .portfolio-top h2{
        font-size:28px;
        font-weight: 700;
        font-family: sans-serif;
    }

    .portfolio-content{
        padding:18px;
    }

    .portfolio-img{
        margin:10px;
    }

}

/*==================================================
            PROCESS SECTION
==================================================*/

.process-section{
    padding:100px 0;
    background:#fff;
}

.process-wrapper{
    display:grid;
    grid-template-columns:1.6fr 1fr;
    gap:30px;
    align-items:stretch;
}

/*==================================================
LEFT BOX
==================================================*/

.process-box{

    background:#fff;

    border:1px solid #EEF2FF;

    border-radius:24px;

    padding:40px;

    position:relative;

    box-shadow:0 10px 40px rgba(15,23,42,.05);

}

.section-badge{

    display:inline-flex;

    padding:7px 16px;

    background:#EEF2FF;

    color:#4F46E5;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-title{

    margin-top:18px;

    font-size:38px;

    font-weight:800;

    color:#111827;

    font-family:"Plus Jakarta Sans",sans-serif;

}

/*==================================================
Timeline
==================================================*/

.process-steps{

    display:flex;

    justify-content:space-between;

    margin-top:55px;

    position:relative;

}


.process-item{

    width:18%;

    position:relative;

}

.process-number{

    width:42px;

    height:42px;

    border-radius:50%;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    font-weight:700;

    font-size:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:22px;

    box-shadow:0 12px 25px rgba(79,70,229,.25);

}

.process-number.last{

    background:linear-gradient(135deg,#7C3AED,#EC4899);

}

.process-item h4{

    font-size:18px;

    color:#111827;

    margin-bottom:10px;

    font-weight:700;

}

.process-item p{

    color:#6B7280;

    font-size:14px;

    line-height:1.8;

}

/*==================================================
RIGHT STATS
==================================================*/

.stats-box{

    border-radius:24px;

    padding:40px;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

    background:linear-gradient(135deg,#2563EB,#7C3AED,#A855F7);

    box-shadow:0 20px 45px rgba(79,70,229,.25);

}

.stat-card{

    color:#fff;

}

.stat-icon{

    width:58px;

    height:58px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(10px);

    margin-bottom:18px;

}

.stat-icon svg{

    width:26px;

    height:26px;

    stroke-width:2;

}

.stat-card h3{

    font-size:42px;

    font-weight:800;

    margin-bottom:8px;

    font-family:"Plus Jakarta Sans",sans-serif;

}

.stat-card p{

    color:rgba(255,255,255,.90);

    font-size:15px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:1200px){

.process-wrapper{

grid-template-columns:1fr;

}

.stats-box{

margin-top:30px;

}

}

@media (max-width:992px){

.process-box{

padding:35px;

}

.process-steps{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.process-item{

width:100%;

}

.section-title{

font-size:34px;

}

}

@media (max-width:768px){

.process-section{

padding:80px 0;

}

.process-steps{

grid-template-columns:1fr;

gap:30px;

}

.stats-box{

grid-template-columns:repeat(2,1fr);

padding:30px;

}

.stat-card{

text-align:center;

}

.stat-icon{

margin:auto auto 18px;

}

.section-title{

font-size:30px;

}

}

@media (max-width:576px){

.process-box{

padding:25px;

}

.stats-box{

grid-template-columns:1fr;

gap:25px;

}

.section-title{

font-size:28px;

}

.stat-card h3{

font-size:34px;

}

.process-item h4{

font-size:17px;

}

.process-item p{

font-size:14px;

}

}

.process-steps{

    position:relative;

    display:flex;

    justify-content:space-between;

    gap:20px;

}

.process-steps::before{

    content:"";

    position:absolute;

    top:20px;

    left:40px;

    right:40px;

    height:2px;

    background:#E5E7EB;

    z-index:1;

}

.process-item{

    position:relative;

    flex:1;

    z-index:2;

}

.process-number{

    width:42px;
    height:42px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-weight:700;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    margin-bottom:18px;

    position:relative;

    z-index:10;

    box-shadow:0 8px 20px rgba(79,70,229,.25);
}

@media(max-width:992px){

.process-wrapper{

grid-template-columns:1fr;

}

.process-box{

padding:35px;

}

.process-steps{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:40px;

}

.process-steps::before{

display:none;

}

.process-item{

text-align:left;

}

.stats-box{

margin-top:30px;

}

}

@media(max-width:768px){

.process-steps{

grid-template-columns:1fr;

gap:35px;

}

.process-item{

display:flex;

flex-direction:column;

align-items:flex-start;

}

.stats-box{

grid-template-columns:1fr 1fr;

padding:30px;

gap:20px;

}

.stat-card{

text-align:center;

}

.stat-icon{

margin:0 auto 15px;

}

}

@media(max-width:576px){

.process-box{

padding:25px;

}

.section-title{

font-size:28px;

}

.stats-box{

grid-template-columns:1fr;

}

.stat-card h3{

font-size:34px;

}

.process-item{

padding-bottom:15px;

border-bottom:1px solid #EEF2FF;

}

.process-item:last-child{

border:none;

padding-bottom:0;

}

}


/*=========================================
        TESTIMONIALS SECTION
=========================================*/

.testimonials-section{
    padding:110px 0;
    background:#F8FAFF;
    position:relative;
    overflow:hidden;
}

.testimonials-section .container{
    max-width:1280px;
    margin:auto;
    padding:0 20px;
}

/*==========================
Heading
==========================*/

.testimonial-heading{
    margin-bottom:55px;
}

.testimonial-heading .section-badge{
    display:inline-flex;
    align-items:center;
    padding:7px 16px;
    border-radius:50px;
    background:#EEF2FF;
    color:#4F46E5;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:14px;
}

.testimonial-heading h2{
    font-family:"Plus Jakarta Sans",sans-serif;
    font-size:44px;
    font-weight:800;
    color:#111827;
    line-height:1.2;
}

/*==========================
Swiper
==========================*/

.testimonialSwiper{
    padding:12px 5px 55px;
    overflow:hidden;
}

.swiper-slide{
    height:auto;
}

/*==========================
Card
==========================*/

.testimonial-card{

    background:#fff;
    border:1px solid #EEF2FF;
    border-radius:22px;
    padding:35px;
    height:100%;
    transition:.35s ease;
    box-shadow:0 12px 40px rgba(15,23,42,.05);

}

.testimonial-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 50px rgba(37,99,235,.10);

}

/*==========================
Quote
==========================*/

.quote-icon{

    width:52px;
    height:52px;
    border-radius:16px;
    background:linear-gradient(135deg,#2563EB,#7C3AED);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    color:#fff;

}

.quote-icon svg{

    width:22px;
    height:22px;

}

/*==========================
Text
==========================*/

.testimonial-card p{

    font-size:15px;
    line-height:1.9;
    color:#6B7280;
    margin-bottom:30px;

}

/*==========================
Client
==========================*/

.client{

    display:flex;
    align-items:center;
    gap:15px;

}

.client img{

    width:58px;
    height:58px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #EEF2FF;

}

.client h4{

    font-size:18px;
    font-weight:700;
    color:#111827;
    margin-bottom:4px;

}

.client span{

    font-size:14px;
    color:#6B7280;

}

/*==========================
Pagination
==========================*/

.testimonial-pagination{

    bottom:0 !important;

}

.testimonial-pagination .swiper-pagination-bullet{

    width:11px;
    height:11px;
    background:#CBD5E1;
    opacity:1;
    transition:.3s;

}

.testimonial-pagination .swiper-pagination-bullet-active{

    width:34px;
    border-radius:20px;
    background:linear-gradient(135deg,#2563EB,#7C3AED);

}

/*==========================
Responsive
==========================*/

@media(max-width:1200px){

.testimonial-heading h2{

font-size:40px;

}

}

@media(max-width:992px){

.testimonial-heading{

text-align:center;

}

}

@media(max-width:768px){

.testimonials-section{

padding:80px 0;

}

.testimonial-heading h2{

font-size:32px;

}

.testimonial-card{

padding:28px;

}

}

@media(max-width:576px){

.testimonial-heading h2{

font-size:28px;

}

.client img{

width:52px;
height:52px;

}

.quote-icon{

width:46px;
height:46px;

}

}


/*=========================================
            CTA SECTION
=========================================*/

.cta-section{

    padding:0 0 90px;
    background:#F8FAFF;

}

.cta-box{

    position:relative;

    display:flex;
    justify-content:space-between;
    align-items:center;

    overflow:hidden;

    padding:38px 55px;

    border-radius:22px;

    background:linear-gradient(90deg,
    #2563EB 0%,
    #4F46E5 55%,
    #A855F7 100%);

    box-shadow:0 20px 60px rgba(37,99,235,.18);

}

/* Glow */

.cta-box::before{

    content:"";

    position:absolute;

    left:-120px;
    top:-80px;

    width:260px;
    height:260px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

}

.cta-box::after{

    content:"";

    position:absolute;

    right:120px;
    bottom:-130px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

}

/*======================*/

.cta-content{

    position:relative;
    z-index:2;

}

.cta-content h2{

    color:#fff;

    font-size:38px;

    font-weight:800;

    margin-bottom:10px;

    font-family:"Plus Jakarta Sans",sans-serif;

}

.cta-content p{

    color:rgba(255,255,255,.90);

    font-size:17px;

}

/*======================*/

.cta-btn{

    position:relative;
    z-index:2;

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#fff;

    color:#2563EB;

    padding:18px 34px;

    border-radius:14px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.cta-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(0,0,0,.15);

}

.cta-btn svg{

    width:18px;
    height:18px;

}

/*======================*/

.cta-megaphone{

    position:absolute;

    right:-10px;

    bottom:-8px;

    width:170px;

    pointer-events:none;

}

/*======================*/

@media(max-width:991px){

.cta-box{

flex-direction:column;

text-align:center;

gap:30px;

padding:45px 25px;

}

.cta-content h2{

font-size:30px;

}

.cta-megaphone{

display:none;

}

}

@media(max-width:576px){

.cta-content h2{

font-size:26px;

}

.cta-btn{

width:100%;

justify-content:center;

}

}

/*====================================
      FLOATING BUTTONS
====================================*/

.floating-btn{

    position:fixed;

    right:25px;

    width:65px;
    height:65px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    box-shadow:0 15px 35px rgba(37,99,235,.30);

    transition:.35s ease;

    z-index:9999;

    animation:floatPulse 2s infinite;

}
.whatsapp-btn{
   animation: none;
}

.floating-btn svg{

    width:28px;
    height:28px;

}

.floating-btn:hover{

    transform:translateY(-6px) scale(1.08);

    box-shadow:0 20px 45px rgba(37,99,235,.45);

}

/* Call Position */

.call-btn{

    bottom:25px;

}

/* WhatsApp Position */

.whatsapp-btn{

    bottom:105px;

}

/* Pulse Animation */

@keyframes floatPulse{

    0%{

        box-shadow:0 0 0 0 rgba(37,99,235,.45);

    }

    70%{

        box-shadow:0 0 0 18px rgba(37,99,235,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(37,99,235,0);

    }

}

/* Responsive */

@media(max-width:768px){

    .floating-btn{

        right:18px;

        width:58px;
        height:58px;

    }

    .floating-btn svg{

        width:24px;
        height:24px;

    }

    .call-btn{

        bottom:18px;

    }

    .whatsapp-btn{

        bottom:98px;

    }

}

.floating-btn i{
    font-size:30px;
}

/*=========================================
            FOOTER
=========================================*/

.footer{

    background:linear-gradient(135deg,#0F172A,#111827,#1E293B);
    color:#CBD5E1;
    position:relative;
    overflow:hidden;
    border-radius:24px 24px 0 0;

}

.footer::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;

    background:linear-gradient(90deg,
    #2563EB,
    #7C3AED,
    #A855F7);

}

.footer .container{

    max-width:1280px;
    margin:auto;
    padding:65px 20px 20px;

}

/*========================*/

.footer-grid{

    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr 1.4fr;
    gap:55px;
    padding-bottom:35px;
    border-bottom:1px solid rgba(255,255,255,.08);

}

/*========================*/

.footer-logo{

    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    margin-bottom:18px;

}

.footer-logo img{

    width:38px;

}

.footer-logo span{

    font-size:28px;
    font-weight:800;
    color:#fff;
    font-family:"Plus Jakarta Sans",sans-serif;

}

.footer-about p{

    color:#94A3B8;
    line-height:1.9;
    font-size:15px;
    margin-bottom:28px;

}

/*========================*/

.footer-social{

    display:flex;
    gap:12px;

}

.footer-social a{

    width:42px;
    height:42px;
    text-decoration: none;
    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    color:#fff;

    transition:.35s;

}

.footer-social a:hover{

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    transform:translateY(-5px);

}

.footer-social svg{

    width:18px;
    height:18px;

}

/*========================*/

.footer-links h4,
.footer-newsletter h4{

    color:#fff;
    margin-bottom:22px;
    font-size:20px;
    font-weight:700;

}

.footer-links ul{

    list-style:none;

}

.footer-links ul li{

    margin-bottom:13px;

}

.footer-links ul li a{

    text-decoration:none;
    color:#94A3B8;
    transition:.3s;
    font-size:15px;

}

.footer-links ul li a:hover{

    color:#fff;
    padding-left:6px;

}

/*========================*/

.footer-newsletter p{

    color:#94A3B8;
    margin-bottom:18px;
    line-height:1.8;

}

.footer-newsletter form{

    display:flex;
    align-items:center;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:12px;

    overflow:hidden;

}

.footer-newsletter input{

    flex:1;
    height:56px;

    background:none;

    border:none;

    outline:none;

    color:#fff;

    padding:0 18px;

    font-size:15px;

}

.footer-newsletter input::placeholder{

    color:#94A3B8;

}

.footer-newsletter button{

    width:60px;
    height:56px;

    border:none;
    cursor:pointer;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    transition:.3s;

}

.footer-newsletter button:hover{

    filter:brightness(1.1);

}

.footer-newsletter button svg{

    width:20px;
    height:20px;

}

/*========================*/

.footer-bottom{

    text-align:center;
    padding-top:22px;

    color:#94A3B8;

    font-size:15px;

}

.footer-bottom strong{

    color:#fff;

}

/*========================
Responsive
========================*/

@media(max-width:1200px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.footer{

border-radius:20px 20px 0 0;

}

.footer-grid{

grid-template-columns:1fr;

gap:40px;

}

.footer-logo span{

font-size:24px;

}

.footer-newsletter form{

flex-direction:column;

background:none;
border:none;
gap:12px;

}

.footer-newsletter input{

width:100%;

border:1px solid rgba(255,255,255,.08);

background:rgba(255,255,255,.05);

border-radius:12px;

}

.footer-newsletter button{

width:100%;
border-radius:12px;

}

}


