/*reseller page start here*/
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:system-ui;
}

body{
background:#f5f7fa;
color:#0f172a;
}

/* =========================
   HERO
========================= */

.hero{
padding:100px 20px;
background:#065F45;
color:white;
}

.container{
max-width:1200px;
margin:auto;
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}

/* TEXT */

.badge{
background:rgba(255,255,255,0.15);
padding:6px 12px;
border-radius:20px;
font-size:13px;
display:inline-block;
margin-bottom:15px;
}

.hero h1{
font-size:46px;
line-height:1.2;
}

.hero p{
margin-top:15px;
opacity:0.9;
}

/* BUTTONS */

.hero-buttons{
margin-top:25px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn{
padding:12px 18px;
border-radius:10px;
text-decoration:none;
font-weight:600;
}

.primary{
background:white;
color:#065F45;
}

.outline{
border:2px solid white;
color:white;
}

/* STATS */

.hero-stats{
margin-top:20px;
display:flex;
gap:15px;
flex-wrap:wrap;
}

.hero-stats div{
background:rgba(255,255,255,0.12);
padding:8px 12px;
border-radius:8px;
}

/* CARD */

.card{
background:rgba(255,255,255,0.1);
padding:25px;
border-radius:14px;
backdrop-filter:blur(10px);
}

.card ul{
list-style:none;
margin:15px 0;
}

.card li{
margin:8px 0;
}

.card-btn{
display:block;
text-align:center;
background:white;
color:#065F45;
padding:10px;
border-radius:10px;
text-decoration:none;
}

/* =========================
   FEATURES
========================= */

.section{
padding:80px 20px;
text-align:center;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:30px;
}

.box{
background:white;
padding:25px;
border-radius:14px;
transition:0.3s;
}

.box:hover{
transform:translateY(-6px);
}

.box i{
font-size:28px;
color:#065F45;
margin-bottom:10px;
}

/* =========================
   PRICING
========================= */

.pricing{
padding:80px 20px;
text-align:center;
background:#eef2f7;
}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
margin-top:30px;
}

.plan{
background:white;
padding:30px;
border-radius:14px;
}

.price{
font-size:32px;
color:#065F45;
}

.price span{
font-size:14px;
color:#64748b;
}

.plan ul{
list-style:none;
margin:15px 0;
}

.plan li{
margin:6px 0;
}

.plan a{
display:inline-block;
background:#065f45;
color:white;
padding:10px 16px;
border-radius:10px;
text-decoration:none;
}

.popular{
border:2px solid #065F45;
transform:scale(1.05);
}

.tag{
background:#065F45;
color:white;
padding:5px 10px;
border-radius:20px;
font-size:12px;
display:inline-block;
margin-bottom:10px;
}

/* CTA */

.cta{
padding:80px 20px;
text-align:center;
background:#065F45;
color:white;
}

.cta a{
background:white;
color:#065F45;
padding:12px 18px;
border-radius:10px;
text-decoration:none;
}

.cta{
padding:80px 20px;
background:#065F45;
color:white;
text-align:center;
display:flex;
justify-content:center;
align-items:center;
}

.cta-content{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
align-items:center;
gap:15px;
}

.cta h2{
font-size:32px;
font-weight:700;
}

.cta p{
opacity:0.9;
font-size:16px;
}

.cta-btn{
display:inline-block;
background:white;
color:#065F45;
padding:12px 22px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.cta-btn:hover{
transform:scale(1.05);
}
.hero{
position:relative;
overflow:hidden;
background:#065F45;
color:white;
}

#networkCanvas{
position:absolute;
inset:0;
width:100%;
height:100%;
z-index:0;
opacity:0.35;
}

.hero-grid,
.hero-text,
.hero-card{
position:relative;
z-index:2;
}
.hero{
position:relative;
overflow:hidden;
background:#065F45;
}

/* THIS IS THE FIX */
#networkCanvas{
position:absolute;
inset:0;
width:100%;
height:100%;
z-index:0;
pointer-events:none;
}

/* content must sit above canvas */
.hero-grid{
position:relative;
z-index:2;
}
/* COMPACT FINTECH HOSTING STYLE */

.hosting-types.compact{
padding:70px 20px;
background:#f7faf9;
}

/* GRID SMALLER */
.types-container.compact{
max-width:1050px;
margin:auto;

display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:20px;
}

/* SMALLER CARD */
.type-card.compact{
background:#fff;
padding:28px 22px;
border-radius:16px;
text-align:center;
position:relative;

box-shadow:0 10px 25px rgba(0,0,0,0.05);

transition:0.3s;
}

.type-card.compact:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(6,95,69,0.15);
}

/* ICON SMALLER */
.type-icon{
width:55px;
height:55px;

margin:auto;
margin-bottom:12px;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#065F45,#10b981);

color:white;
font-size:20px;

border-radius:14px;
}

/* TEXT SMALLER */
.type-card.compact h3{
font-size:18px;
margin-bottom:6px;
color:#0f172a;
}

.save{
font-size:12px;
color:#64748b;
}

.save span{
color:#10b981;
font-weight:600;
}

.from{
font-size:12px;
color:#94a3b8;
margin-top:6px;
}

/* PRICE SMALL */
.price{
font-size:28px;
color:#065F45;
font-weight:700;
margin:8px 0 15px;
}

.price span{
font-size:12px;
color:#64748b;
}

/* BUTTON SMALL */
.type-btn{
display:inline-block;
padding:10px 20px;

font-size:13px;
font-weight:600;

background:#065F45;
color:#fff;

border-radius:8px;
text-decoration:none;

transition:0.3s;
}

.type-btn:hover{
background:#10b981;
transform:scale(1.05);
}
/* =========================
   VPS PERFORMANCE SECTION
========================= */

.vps-performance{
padding:90px 20px;
background:#065F45;
color:white;
}

.section-header{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:60px;
}

.section-header h2{
font-size:34px;
margin-bottom:15px;
color:white;
}

.section-header p{
color:#94a3b8;
font-size:16px;
line-height:1.7;
}

/* GRID */

.vps-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

/* CARD */

.vps-card{
background:#020617;
border:1px solid #1e293b;
padding:30px;
border-radius:14px;
transition:0.3s;
position:relative;
overflow:hidden;
}

/* HOVER EFFECT */

.vps-card:hover{
transform:translateY(-6px);
border-color:#065F45;
}

/* ICON */

.vps-card .icon{
width:55px;
height:55px;
background:rgba(6,95,69,0.2);
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
}

.vps-card i{
font-size:22px;
color:#10b981;
}

/* TEXT */

.vps-card h3{
font-size:18px;
margin-bottom:10px;
color:white;
}

.vps-card p{
font-size:14px;
color:#94a3b8;
line-height:1.7;
}

/* ANIMATION */

.vps-card{
opacity:0;
transform:translateY(40px);
animation:fadeUp 0.8s ease forwards;
}

.vps-card:nth-child(2){
animation-delay:0.1s;
}

.vps-card:nth-child(3){
animation-delay:0.2s;
}

.vps-card:nth-child(4){
animation-delay:0.3s;
}

@keyframes fadeUp{

to{
opacity:1;
transform:translateY(0);
}

}

/*we design page start here */
/* =========================
   BRAND COLORS
========================= */

:root{

--primary:#065F45;
--primary-dark:#044C36;

--bg-light:#f8fafc;
--card:#ffffff;

--text:#0f172a;
--muted:#64748b;

--border:#e2e8f0;

}


/* =========================
   HERO SECTION
========================= */

.design-hero{

background:linear-gradient(
135deg,
#ffffff,
#ecfdf5
);

padding:110px 20px;

}

.hero-two{

display:grid;
grid-template-columns:1fr 420px;
gap:40px;
align-items:center;

}

.badge{

display:inline-block;
background:rgba(6,95,69,0.12);
color:var(--primary);

padding:6px 14px;
border-radius:20px;

font-size:13px;

margin-bottom:15px;

}

.hero-left h1{

font-size:46px;
line-height:1.2;

margin-bottom:15px;

color:var(--text);

}

.hero-left span{

color:var(--primary);

}

.hero-left p{

font-size:17px;

color:var(--muted);

margin-bottom:25px;

}

.rating{

margin-top:20px;
color:#facc15;

font-weight:600;

}


/* HERO CARD */

.hero-info-card{

background:var(--card);

padding:30px;

border-radius:16px;

box-shadow:0 20px 40px rgba(0,0,0,0.08);

border:1px solid var(--border);

transition:0.3s;

}

.hero-info-card:hover{

transform:translateY(-6px);

}

.hero-info-card i{

font-size:34px;

color:var(--primary);

margin-bottom:15px;

}

.hero-info-card h3{

margin-bottom:10px;

color:var(--text);

}

.hero-info-card p{

color:var(--muted);

margin-bottom:10px;

}


/* =========================
   BUTTONS
========================= */

.btn{

display:inline-block;

padding:14px 26px;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:0.3s;

}

.btn.primary{

background:var(--primary);
color:white;

}

.btn.primary:hover{

background:var(--primary-dark);

}

.btn.outline{

border:2px solid var(--primary);

color:var(--primary);

margin-left:10px;

}

.btn.outline:hover{

background:var(--primary);
color:white;

}

.btn.light{

background:white;

color:var(--primary);

}


/* =========================
   PRICING SECTION
========================= */

.pricing-section{

padding:90px 20px;

background:var(--bg-light);

text-align:center;

}

.pricing-section h2{

font-size:32px;

margin-bottom:40px;

color:var(--text);

}

.pricing-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}


/* PRICING CARD */

.pricing-card{

background:var(--card);

padding:35px;

border-radius:16px;

border:1px solid var(--border);

transition:0.3s;

position:relative;

}

.pricing-card:hover{

transform:translateY(-6px);

border-color:var(--primary);

}

.pricing-card.popular{

border:2px solid var(--primary);

}


/* POPULAR TAG */

.tag{

position:absolute;

top:-12px;
left:50%;

transform:translateX(-50%);

background:var(--primary);

color:white;

padding:6px 14px;

font-size:12px;

border-radius:20px;

}


/* PRICE */

.price{

font-size:36px;

color:var(--primary);

margin:15px 0;

}

.price span{

font-size:14px;

color:var(--muted);

}


/* LIST */

.pricing-card ul{

list-style:none;

margin:20px 0;

padding:0;

}

.pricing-card ul li{

margin-bottom:8px;

color:var(--muted);

}


/* =========================
   FEATURES SECTION
========================= */

.features-section{

padding:90px 20px;

background:white;

text-align:center;

}

.features-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

.feature-box{

background:var(--bg-light);

padding:30px;

border-radius:14px;

border:1px solid var(--border);

transition:0.3s;

}

.feature-box:hover{

transform:translateY(-6px);

border-color:var(--primary);

}

.feature-box i{

font-size:32px;

color:var(--primary);

margin-bottom:15px;

}

.feature-box h3{

margin-bottom:10px;

color:var(--text);

}

.feature-box p{

color:var(--muted);

}


/* =========================
   MAINTENANCE
========================= */

.maintenance-section{

padding:90px 20px;

background:var(--bg-light);

text-align:center;

}


/* =========================
   TESTIMONIALS
========================= */

.testimonial-section{

padding:90px 20px;

background:white;

text-align:center;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

.testimonial-card{

background:var(--bg-light);

padding:25px;

border-radius:14px;

border:1px solid var(--border);

transition:0.3s;

}

.testimonial-card:hover{

transform:translateY(-5px);

border-color:var(--primary);

}

.testimonial-card p{

color:var(--muted);

margin-bottom:10px;

}


/* =========================
   CTA
========================= */

.cta-section{

background:linear-gradient(
135deg,
#065F45,
#044C36
);

color:white;

padding:80px 20px;

text-align:center;

}

.cta-section h2{

font-size:34px;

margin-bottom:10px;

}

.cta-section p{

margin-bottom:20px;

color:#d1fae5;

}


/* =========================
   MOBILE
========================= */

@media(max-width:900px){

.hero-two{

grid-template-columns:1fr;

text-align:center;

}

.hero-left h1{

font-size:34px;

}

.btn.outline{

margin-left:0;
margin-top:10px;

display:inline-block;

}

}
.section-title{

display:flex;
align-items:center;
justify-content:center;
gap:10px;

font-size:32px;
color:#0f172a;

}

.section-title i{

color:#065F45;
font-size:22px;

}
.section-title{

display:flex;
align-items:center;
justify-content:center;
gap:10px;

font-size:32px;
color:#0f172a;

}

.section-title i{

color:#065F45;
font-size:22px;

}
.section-title img{
width:22px;
height:22px;
}
/* =========================
   BRAND COLORS
========================= */

:root{

--primary:#065F45;
--primary-dark:#044C36;

--bg-light:#f8fafc;
--card:#ffffff;

--text:#0f172a;
--muted:#64748b;

--border:#e2e8f0;

}


/* =========================
   HERO SECTION
========================= */

.design-hero{

background:linear-gradient(
135deg,
#044e41,
#065F45
);

padding:110px 20px;

}

.hero-two{

display:grid;
grid-template-columns:1fr 420px;
gap:40px;
align-items:center;

}

.badge{

display:inline-block;
background:rgba(6,95,69,0.12);
color:var(--primary);

padding:6px 14px;
border-radius:20px;

font-size:13px;

margin-bottom:15px;

}

.hero-left h1{

font-size:46px;
line-height:1.2;

margin-bottom:15px;

color:var(--text);

}

.hero-left span{

color:#ffb800;

}

.hero-left p{

font-size:17px;

color:var(--muted);

margin-bottom:25px;

}

.rating{

margin-top:20px;
color:#facc15;

font-weight:600;

}


/* HERO CARD */

.hero-info-card{

background:var(--card);

padding:30px;

border-radius:16px;

box-shadow:0 20px 40px rgba(0,0,0,0.08);

border:1px solid var(--border);

transition:0.3s;

}

.hero-info-card:hover{

transform:translateY(-6px);

}

.hero-info-card i{

font-size:34px;

color:var(--primary);

margin-bottom:15px;

}

.hero-info-card h3{

margin-bottom:10px;

color:var(--text);

}

.hero-info-card p{

color:var(--muted);

margin-bottom:10px;

}


/* =========================
   BUTTONS
========================= */

.btn{

display:inline-block;

padding:14px 26px;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:0.3s;

}

.btn.primary{

background:var(--primary);
color:white;

}

.btn.primary:hover{

background:var(--primary-dark);

}

.btn.outline{

border:2px solid var(--primary);

color:var(--primary);

margin-left:10px;

}

.btn.outline:hover{

background:var(--primary);
color:white;

}

.btn.light{

background:white;

color:var(--primary);

}


/* =========================
   PRICING SECTION
========================= */

.pricing-section{

padding:90px 20px;

background:var(--bg-light);

text-align:center;

}

.pricing-section h2{

font-size:32px;

margin-bottom:40px;

color:var(--text);

}

.pricing-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:30px;

}


/* PRICING CARD */

.pricing-card{

background:var(--card);

padding:35px;

border-radius:16px;

border:1px solid var(--border);

transition:0.3s;

position:relative;

}

.pricing-card:hover{

transform:translateY(-6px);

border-color:var(--primary);

}

.pricing-card.popular{

border:2px solid var(--primary);

}


/* POPULAR TAG */

.tag{

position:absolute;

top:-12px;
left:50%;

transform:translateX(-50%);

background:var(--primary);

color:white;

padding:6px 14px;

font-size:12px;

border-radius:20px;

}


/* PRICE */

.price{

font-size:36px;

color:var(--primary);

margin:15px 0;

}

.price span{

font-size:14px;

color:var(--muted);

}


/* LIST */

.pricing-card ul{

list-style:none;

margin:20px 0;

padding:0;

}

.pricing-card ul li{

margin-bottom:8px;

color:var(--muted);

}


/* =========================
   FEATURES SECTION
========================= */

.features-section{

padding:90px 20px;

background:white;

text-align:center;

}

.features-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

.feature-box{

background:var(--bg-light);

padding:30px;

border-radius:14px;

border:1px solid var(--border);

transition:0.3s;

}

.feature-box:hover{

transform:translateY(-6px);

border-color:var(--primary);

}

.feature-box i{

font-size:32px;

color:var(--primary);

margin-bottom:15px;

}

.feature-box h3{

margin-bottom:10px;

color:var(--text);

}

.feature-box p{

color:var(--muted);

}


/* =========================
   MAINTENANCE
========================= */

.maintenance-section{

padding:90px 20px;

background:var(--bg-light);

text-align:center;

}


/* =========================
   TESTIMONIALS
========================= */

.testimonial-section{

padding:90px 20px;

background:white;

text-align:center;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:25px;

margin-top:40px;

}

.testimonial-card{

background:var(--bg-light);

padding:25px;

border-radius:14px;

border:1px solid var(--border);

transition:0.3s;

}

.testimonial-card:hover{

transform:translateY(-5px);

border-color:var(--primary);

}

.testimonial-card p{

color:var(--muted);

margin-bottom:10px;

}


/* =========================
   CTA
========================= */

.cta-section{

background:linear-gradient(
135deg,
#065F45,
#044C36
);

color:white;

padding:80px 20px;

text-align:center;

}

.cta-section h2{

font-size:34px;

margin-bottom:10px;

}

.cta-section p{

margin-bottom:20px;

color:#d1fae5;

}


/* =========================
   MOBILE
========================= */

@media(max-width:900px){

.hero-two{

grid-template-columns:1fr;

text-align:center;

}

.hero-left h1{

font-size:34px;

}

.btn.outline{

margin-left:0;
margin-top:10px;

display:inline-block;

}

}
/* =========================
   RESET
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:system-ui, Arial;
}

body{
background:#169C74;
color:#0f172a;
line-height:1.6;
}

/* =========================
   CONTAINER
========================= */

.container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

/* =========================
   HERO
========================= */

.design-hero{
position:relative;
overflow:hidden;
padding:110px 20px;
background:linear-gradient(135deg,,#ecfdf5);
}

.hero-two{
display:grid;
grid-template-columns:1fr 420px;
gap:40px;
align-items:center;
}

/* badge */

.badge{
display:inline-block;
background:rgba(6, 95, 68, 0.897);
color:#065F45;
padding:6px 14px;
border-radius:20px;
font-size:13px;
margin-bottom:15px;
}

/* text */

.hero-left h1{
font-size:46px;
line-height:1.2;
margin-bottom:15px;
color:#0f172a;
}

.hero-left h1 span{
color:;
}

.hero-left p{
font-size:17px;
color:#ffffff;
margin-bottom:25px;
}

/* buttons */

.hero-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.btn{
display:inline-block;
padding:12px 22px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.btn.primary{
background:#065F45;
color:#ffffff;
}

.btn.primary:hover{
background:#fcfcfc;
transform:translateY(-2px);
}

.btn.outline{
border:2px solid #ffffff;
color:#fdfffe;
}

.btn.outline:hover{
background:#024732;
color:white;
}

/* rating */

.rating{
margin-top:18px;
color:#facc15;
font-weight:600;
}

/* right card */

.hero-info-card{
background:white;
padding:30px;
border-radius:16px;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
border:1px solid #e2e8f0;
transition:0.3s;
}

.hero-info-card:hover{
transform:translateY(-6px);
}

.hero-info-card i{
font-size:34px;
color:#065F45;
margin-bottom:15px;
}

.hero-info-card h3{
margin-bottom:10px;
}

.hero-info-card p{
color:#64748b;
}

/* =========================
   PRICING
========================= */

.pricing-section{
padding:90px 20px;
text-align:center;
background:#eef2f7;
}

.pricing-section h2{
font-size:32px;
margin-bottom:40px;
}

.pricing-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

/* card */

.pricing-card{
background:white;
padding:35px;
border-radius:16px;
border:1px solid #e2e8f0;
transition:0.3s;
position:relative;
}

.pricing-card:hover{
transform:translateY(-6px);
border-color:#065F45;
}

/* popular */

.pricing-card.popular{
border:2px solid #065F45;
transform:scale(1.03);
}

/* tag */

.tag{
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#065F45;
color:white;
padding:5px 12px;
font-size:12px;
border-radius:20px;
}

/* price */

.price{
font-size:36px;
color:#065F45;
margin:15px 0;
}

.price span{
font-size:14px;
color:#64748b;
}

/* list */

.pricing-card ul{
list-style:none;
margin:20px 0;
}

.pricing-card ul li{
margin-bottom:8px;
color:#64748b;
}

/* =========================
   FEATURES
========================= */

.features-section{
padding:90px 20px;
text-align:center;
background:white;
}

.features-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
}

.feature-box{
background:#f8fafc;
padding:30px;
border-radius:14px;
border:1px solid #e2e8f0;
transition:0.3s;
}

.feature-box:hover{
transform:translateY(-6px);
border-color:#065F45;
}

.feature-box i{
font-size:30px;
color:#065F45;
margin-bottom:15px;
}

/* =========================
   MAINTENANCE SECTION
========================= */

.maintenance-section{
padding:90px 20px;
background:#eef2f7;
text-align:center;
}

/* GRID */
.maintenance-grid{
margin-top:40px;
}

/* CARD STYLE */
.maintenance-card{
background:white;
padding:35px;
border-radius:16px;
border:1px solid #e2e8f0;
transition:0.4s ease;
position:relative;
overflow:hidden;

/* animation start state */
opacity:0;
transform:translateY(40px);
animation:fadeUp 0.8s ease forwards;
}

/* stagger animation */
.maintenance-card:nth-child(2){
animation-delay:0.2s;
}

.maintenance-card:nth-child(3){
animation-delay:0.4s;
}

/* hover effect */
.maintenance-card:hover{
transform:translateY(-10px) scale(1.02);
border-color:#065F45;
box-shadow:0 20px 40px rgba(6,95,69,0.15);
}

/* ICON BOX */
.icon-box{
width:60px;
height:60px;
margin:auto;
margin-bottom:15px;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#065F45,#10b981);
border-radius:14px;

color:white;
font-size:22px;
}

/* PRICE */
.price{
font-size:34px;
color:#065F45;
margin:15px 0;
}

.price span{
font-size:14px;
color:#64748b;
}

/* LIST */
.maintenance-card ul{
list-style:none;
margin:15px 0;
}

.maintenance-card ul li{
margin-bottom:8px;
color:#64748b;
}

/* ANIMATION */
@keyframes fadeUp{
to{
opacity:1;
transform:translateY(0);
}
}

/* =========================
   FIXED POPULAR TAG
========================= */

.maintenance-card{
position:relative;
overflow:visible; /* important fix */
}

.maintenance-card .tag{
position:absolute;
top:-14px;
left:50%;
transform:translateX(-50%);

background:#10b981;
color:white;

padding:6px 14px;
font-size:12px;
border-radius:20px;

white-space:nowrap;
z-index:10;
}
/* =========================
   TESTIMONIALS
========================= */

.testimonial-section{
padding:90px 20px;
background:white;
text-align:center;
}

.section-title{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
font-size:32px;
margin-bottom:40px;
}

.section-title img{
width:24px;
height:24px;
}

/* grid */

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

/* card */

.testimonial-card{
background:#f8fafc;
padding:25px;
border-radius:14px;
border:1px solid #e2e8f0;
transition:0.3s;
text-align:left;
}

.testimonial-card:hover{
transform:translateY(-5px);
border-color:#065F45;
}

/* layout */

.testimonial-header{
display:flex;
gap:12px;
align-items:flex-start;
}

.testimonial-header img{
width:45px;
height:45px;
border-radius:50%;
object-fit:cover;
border:2px solid #065F45;
}

.testimonial-header p{
color:#64748b;
font-size:14px;
}

.testimonial-header strong{
display:block;
margin-top:6px;
}

/* =========================
   CTA
========================= */

.cta-section{
padding:80px 20px;
background:#065F45;
color:white;
text-align:center;
}

.cta-section h2{
font-size:34px;
margin-bottom:10px;
}

.cta-section p{
opacity:0.9;
margin-bottom:20px;
}

.btn.light{
background:white;
color:#065F45;
}

.btn.light:hover{
transform:scale(1.05);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){

.hero-two{
grid-template-columns:1fr;
text-align:center;
}

.hero-left h1{
font-size:34px;
}

.hero-buttons{
justify-content:center;
}

}

.rating-stars{
display:flex;
justify-content:center;
gap:5px;
margin:10px 0 30px;
}

.rating-stars i{
color:#f97316; /* orange */
font-size:18px;
transition:0.3s;
}

.rating-stars i:hover{
transform:scale(1.2);
}

.projects {
    padding: 80px 10%;
    background: #dbdfe7;
    color: #fff;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.section-sub {
    text-align: center;
    color: #021024;
    margin-bottom: 50px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.project-card {
    background: #111827;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(14,165,233,0.25);
}

.project-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.project-info {
    padding: 20px;
}

.project-info h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.project-info p {
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 15px;
}

.project-info a {
    display: inline-block;
    padding: 8px 14px;
    background: #0ea5e9;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.project-info a:hover {
    background: #0284c7;
}

.projects-slider {
    padding: 80px 10%;
    background: #e1ece9; /* your brand green */
    color: #f0d7d7;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #0F172A;
}

.section-sub {
    text-align: center;
    color: rgba(14, 1, 1, 0.8);
    margin-bottom: 40px;
}

/* SLIDER */
.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
}

.slider::-webkit-scrollbar {
    display: none;
}

/* CARD (LIGHT ON GREEN BACKGROUND) */
.project-card {
    min-width: 280px;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
    border: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
}

/* IMAGE */
.project-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* TEXT */
.project-card h3 {
    padding: 12px 14px 5px;
    font-size: 18px;
    color: #065F45;
}

.project-card p {
    padding: 0 14px 16px;
    color: #64748b;
    font-size: 13px;
}

/* ARROWS */
.arrow {
    position: absolute;
    background: #ffffff;
    border: none;
    color: #065F45;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.arrow:hover {
    transform: scale(1.1);
    background: #f1f5f9;
}

.arrow.left {
    left: -25px;
}

.arrow.right {
    right: -25px;
}

.projects-slider {
    padding: 80px 10%;
    background: #f8f8f8;
    color: #1b1616;
}

/* TITLE */
.section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
}

.section-sub {
    text-align: center;
    opacity: 0.85;
    margin-bottom: 40px;
}

/* WRAPPER */
.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* SLIDER */
.slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
}

.slider::-webkit-scrollbar {
    display: none;
}

/* CARD */
.project-card {
    min-width: 280px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0,0,0,0.25);
}

/* IMAGE */
.project-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

/* CONTENT */
.project-content {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.project-content h3 {
    margin: 0;
    font-size: 18px;
    color: #065F45;
}

.project-content p {
    margin: 6px 0 12px;
    font-size: 13px;
    color: #64748b;
}

/* BUTTON FIXED ALIGNMENT */
.view-btn {
    margin-top: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 8px 12px;
    background: #065F45;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 13px;

    width: fit-content;          /* keep small */
    margin-left: auto;           /* center trick */
    margin-right: auto;          /* center trick */
}

.view-btn:hover {
    background: #0B4F3B;
}

/* ARROWS */
.arrow {
    position: absolute;
    background: #fff;
    color: #065F45;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.arrow.left { left: -20px; }
.arrow.right { right: -20px; }
.app-hero {
padding: 100px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
}

.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
margin-top: 40px;
}

.service-card {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.service-card i {
font-size: 32px;
color: #065F45;
margin-bottom: 10px;
}

.tech-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}

.tech-box {
background: white;
padding: 15px 25px;
border-radius: 10px;
box-shadow: 0 8px 18px rgba(0,0,0,0.08);
text-align: center;
}

.process-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
gap: 25px;
margin-top: 40px;
}

.process-box {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
}

.process-box i {
font-size: 30px;
color: #065F45;
margin-bottom: 10px;
}

.software-hero {
padding: 100px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
}

.solutions-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
margin-top: 40px;
}

.solution-box {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.solution-box i {
font-size: 32px;
color: #065F45;
margin-bottom: 10px;
}

.blog-hero {
padding: 80px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
text-align: center;
}

.blog-section {
padding: 80px 10%;
background: #f5f7fa;
}

.blog-layout {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 40px;
}

.blog-posts {
display: grid;
gap: 25px;
}

.blog-card {
background: white;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-card img {
width: 100%;
height: 200px;
object-fit: cover;
}

.blog-content {
padding: 20px;
}

.blog-category {
background: #065F45;
color: white;
padding: 4px 10px;
border-radius: 6px;
font-size: 12px;
}

.blog-content h3 {
margin: 10px 0;
color: #065F45;
}

.read-more {
color: #065F45;
font-weight: 600;
text-decoration: none;
}

.blog-sidebar {
display: grid;
gap: 25px;
}

.sidebar-box {
background: white;
padding: 20px;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.search-box {
display: flex;
}

.search-box input {
flex: 1;
padding: 10px;
border: 1px solid #ddd;
border-radius: 6px 0 0 6px;
}

.search-box button {
background: #065F45;
color: white;
border: none;
padding: 10px 14px;
border-radius: 0 6px 6px 0;
cursor: pointer;
}

.category-list li,
.recent-posts li {
padding: 8px 0;
border-bottom: 1px solid #eee;
cursor: pointer;
}

.pagination {
text-align: center;
margin: 40px 0;
}

.pagination a {
padding: 8px 14px;
margin: 0 5px;
background: #065F45;
color: white;
border-radius: 6px;
text-decoration: none;
}

/* MOBILE */
@media(max-width:900px){

.blog-layout {
grid-template-columns: 1fr;
}

}

.support-hero {
padding: 90px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
text-align: center;
}

.support-actions {
margin-top: 25px;
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}

.support-options {
padding: 80px 10%;
background: #f5f7fa;
}

.support-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
margin-top: 40px;
}

.support-card {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.support-card i {
font-size: 32px;
color: #065F45;
margin-bottom: 12px;
}

.support-link {
display: inline-block;
margin-top: 10px;
color: #065F45;
font-weight: 600;
text-decoration: none;
}

.help-categories {
padding: 80px 10%;
}

.categories-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
margin-top: 40px;
}

.category-box {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.category-box i {
font-size: 30px;
color: #065F45;
margin-bottom: 10px;
}

.faq-section {
padding: 80px 10%;
background: #f5f7fa;
}

.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
gap: 25px;
margin-top: 40px;
}

.faq-item {
background: white;
padding: 20px;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.about-hero {
padding: 90px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
text-align: center;
}

.about-section {
padding: 80px 10%;
}

.about-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
}

.about-image img {
width: 100%;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.mission-section {
padding: 80px 10%;
background: #f5f7fa;
}

.mission-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
}

.mission-box {
background: white;
padding: 25px;
border-radius: 14px;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.mission-box i {
font-size: 30px;
color: #065F45;
margin-bottom: 10px;
}

.stats-section {
padding: 80px 10%;
background: white;
}

.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
gap: 25px;
text-align: center;
}

.stat-box h2 {
font-size: 40px;
color: #065F45;
}

.team-section {
padding: 80px 10%;
background: #f5f7fa;
}

.team-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
gap: 25px;
}

.team-card {
background: white;
padding: 20px;
text-align: center;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.team-card img {
width: 90px;
height: 90px;
border-radius: 50%;
margin-bottom: 10px;
}

.reviews-hero {
padding: 90px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
text-align: center;
}

.overall-rating {
margin-top: 20px;
}

.stars {
color: gold;
font-size: 20px;
}

.stars.small {
font-size: 14px;
}

.reviews-section {
padding: 80px 10%;
background: #f5f7fa;
}

.reviews-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
gap: 25px;
margin-top: 40px;
}

.review-card {
background: white;
padding: 20px;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.review-header {
display: flex;
gap: 12px;
align-items: center;
margin-bottom: 10px;
}

.review-header img {
width: 50px;
height: 50px;
border-radius: 50%;
}

.review-form-section {
padding: 80px 10%;
}

.review-form {
max-width: 600px;
margin: auto;
display: grid;
gap: 15px;
}

.review-form input,
.review-form textarea {
padding: 12px;
border: 1px solid #ddd;
border-radius: 8px;
outline: none;
}

.rating-input {
display: flex;
gap: 8px;
align-items: center;
}

.star {
font-size: 22px;
cursor: pointer;
color: #ccc;
transition: 0.2s;
}

.star.active {
color: gold;
}
.contact-hero {
padding: 90px 10%;
background: linear-gradient(135deg,#065F45,#0B4F3B);
color: white;
text-align: center;
}

.contact-section {
padding: 80px 10%;
}

.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
}

.contact-form form {
display: grid;
gap: 15px;
}

.form-group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}

.contact-form input,
.contact-form textarea {
padding: 12px;
border: 1px solid #ddd;
border-radius: 8px;
outline: none;
}

.contact-info {
background: #f5f7fa;
padding: 25px;
border-radius: 14px;
}

.info-box {
display: flex;
gap: 12px;
margin: 15px 0;
align-items: center;
}

.info-box i {
font-size: 20px;
color: #065F45;
}

.whatsapp-btn {
display: inline-block;
margin-top: 15px;
background: #25D366;
color: white;
padding: 12px 15px;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
}

.map-section {
padding: 60px 10%;
}

.contact-faq {
padding: 80px 10%;
background: #f5f7fa;
}

.faq-grid {
display: grid;
grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
gap: 25px;
}

.faq-item {
background: white;
padding: 20px;
border-radius: 12px;
}
.status-page {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background: #f5f7fa;
text-align: center;
}

.status-box {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
max-width: 400px;
}

.status-box i {
font-size: 50px;
margin-bottom: 15px;
color: #065F45;
}

.status-box.success i {
color: #16a34a;
}

.status-box.error i {
color: #dc2626;
}
/* GENERAL LAYOUT */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* HERO */
.contact-hero {
  text-align: center;
  padding: 60px 20px;
}

/* GRID LAYOUT */
.contact-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

/* FORM */
.contact-form,
.contact-info {
  flex: 1;
  min-width: 300px;
}

.form-group {
  display: flex;
  gap: 10px;
}

.form-group input {
  width: 100%;
}

input, textarea {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* INFO BOX */
.info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 15px;
  background: #25D366;
  color: white;
  border-radius: 6px;
  text-decoration: none;
}

/* FAQ */
.faq-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.faq-item {
  flex: 1;
  min-width: 250px;
  padding: 15px;
  border-radius: 8px;
  background: #f5f5f5;
}

/* CTA */
.cta-section {
  text-align: center;
  padding: 40px 20px;
}

/* MAP */
.map-section iframe {
  width: 100%;
}

/* 📱 MOBILE FIX */
@media (max-width: 768px) {

  .contact-grid {
    flex-direction: column;
  }

  .form-group {
    flex-direction: column;
  }

  .faq-grid {
    flex-direction: column;
  }

}