* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

html, body {
overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

html, body {
overflow-x: hidden;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial;
}

body{
background:#ffffff;
color:#0f172a;
}

/* NAVBAR */

.navbar{
  position: fixed;
  top: 0;
  width: 100%;

  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 40px;

  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  z-index: 1000;
  transition: all 0.3s ease;
}

.logo img{
height:50px;
}

nav a{
margin-left:30px;
text-decoration:none;
color:#333;
font-weight:500;
}

/* HERO */

.hero{
text-align:center;
padding:120px 20px;
}

.hero-logo{
width:180px;
margin-bottom:20px;
}

.hero h1{
font-size:42px;
margin-bottom:10px;
}

.hero p{
color:#555;
margin-bottom:25px;
}

button{
background:#0ea5a4;
border:none;
color:white;
padding:14px 30px;
border-radius:8px;
cursor:pointer;
font-size:16px;
}
/* HERO AREA */

.hero{
position:relative;
text-align:center;
padding:140px 20px;
overflow:hidden;
}

/* animated gradient shape */

.bg-shape{
position:absolute;
width:500px;
height:500px;
background:linear-gradient(135deg,#14b8a6,#3b82f6);
border-radius:50%;
filter:blur(120px);
top:-100px;
left:50%;
transform:translateX(-50%);
animation:float 8s ease-in-out infinite;
z-index:-1;
}

@keyframes float{
0%{transform:translateX(-50%) translateY(0px);}
50%{transform:translateX(-50%) translateY(40px);}
100%{transform:translateX(-50%) translateY(0px);}
}

/* logo */

.hero-logo{
width:200px;
margin-bottom:20px;
animation:fadeUp 1.2s ease;
}

/* title */

.title{
font-size:46px;
margin-bottom:10px;
animation:fadeUp 1.4s ease;
}

/* subtitle */

.subtitle{
color:#555;
margin-bottom:30px;
animation:fadeUp 1.6s ease;
}

/* button */

.cta{
background:#14b8a6;
color:white;
padding:14px 32px;
border:none;
border-radius:8px;
font-size:16px;
cursor:pointer;
transition:all .3s ease;
animation:fadeUp 1.8s ease;
}

/* 3D hover */

.cta:hover{
transform:translateY(-5px) scale(1.05);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

/* fade animation */

@keyframes fadeUp{
0%{
opacity:0;
transform:translateY(30px);
}
100%{
opacity:1;
transform:translateY(0);
}
}
/* SERVICES */

.services{

padding:100px 80px;

background:#f8fafc;

text-align:center;

}

.services-title{

font-size:36px;

margin-bottom:10px;

}

.services-subtitle{

color:#64748b;

margin-bottom:50px;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:30px;

}

.service-card{

background:white;

padding:35px;

border-radius:12px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:0.3s;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,0.12);

}

.service-card h3{

margin-bottom:10px;

color:#0f172a;

}

.service-card p{

color:#64748b;

}
/* SERVICES SECTION */

.services{
padding:100px 80px;
background:transparent;
text-align:center;
position:relative;
z-index:1;
}

.services-title{
font-size:36px;
margin-bottom:10px;
}

.services-subtitle{
color:#64748b;
margin-bottom:60px;
}

/* GRID */

.services-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:40px;
perspective:1000px;
}

/* 3D CARD */

.service-card{

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 15px 30px rgba(0,0,0,0.08);

transition:all 0.4s ease;

transform-style:preserve-3d;

cursor:pointer;

position:relative;

overflow:hidden;

}

/* HOVER 3D EFFECT */

.service-card:hover{

transform:rotateY(10deg) rotateX(10deg) scale(1.05);

box-shadow:0 25px 50px rgba(0,0,0,0.15);

}

/* ICON STYLE */

.service-card h3{

margin-bottom:15px;

color:#0f172a;

font-size:22px;

}

.service-card p{

color:#64748b;

line-height:1.6;

}
/* AI GLOW EFFECT */

.service-card::before{

content:"";

position:absolute;

top:-2px;
left:-2px;
right:-2px;
bottom:-2px;

background:linear-gradient(
45deg,
#00f2fe,
#4facfe,
#43e97b,
#38f9d7
);

z-index:-1;

border-radius:16px;

filter:blur(15px);

opacity:0;

transition:0.4s;

}

.service-card:hover::before{

opacity:1;

}
/* PARTICLE BACKGROUND */

#particles-js{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:-2;
}
#particles-js{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index:-1;
}

body{
background:#ffffff;
}
#particles-js{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
z-index:-1;
pointer-events:none;
}
body{
margin:0;
min-height:200vh;
background:#ffffff;
}
.hero,
.services{
position:relative;
z-index:1;
}
.service-card{

background:rgba(255,255,255,0.85);

backdrop-filter:blur(10px);

border-radius:12px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

padding:35px;

transition:0.3s;

}

.service-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(0,0,0,0.12);

}
/* ABOUT SECTION */

.about{
padding:120px 10%;
background:transparent;
}

.about-container{
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
flex-wrap:wrap;
}

.about-text{
flex:1;
}

.about-text h2{
font-size:36px;
margin-bottom:20px;
}

.about-text p{
color:#555;
line-height:1.7;
margin-bottom:15px;
}

.about-image{
flex:1;
text-align:center;
}

.about-image img{
width:250px;
animation:float 4s ease-in-out infinite;
}

/* Floating animation */

@keyframes float{

0%{transform:translateY(0px);}
50%{transform:translateY(-15px);}
100%{transform:translateY(0px);}

}
/* CONTACT SECTION */

.contact{
padding:120px 10%;
text-align:center;
background:transparent;
}

.contact-title{
font-size:36px;
margin-bottom:10px;
}

.contact-subtitle{
color:#666;
margin-bottom:50px;
}

.contact-container{
display:flex;
gap:50px;
justify-content:center;
flex-wrap:wrap;
}

.contact-info{
flex:1;
min-width:250px;
text-align:left;
}

.contact-form{
flex:1;
min-width:250px;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{

padding:12px;
border-radius:8px;
border:1px solid #ddd;
font-size:16px;

}

.contact-btn{

background:#14b8a6;
color:white;
padding:12px;
border:none;
border-radius:8px;
font-size:16px;
cursor:pointer;
transition:0.3s;

}

.contact-btn:hover{
background:#0f766e;
}
.contact{
padding:120px 10%;
text-align:center;
background:transparent;
}

.contact-title{
font-size:36px;
margin-bottom:10px;
}

.contact-subtitle{
color:#666;
margin-bottom:40px;
}

.contact-container{
display:flex;
gap:60px;
justify-content:center;
flex-wrap:wrap;
}

.contact-info{
flex:1;
min-width:250px;
text-align:left;
line-height:1.8;
}

.contact-form{
flex:1;
min-width:250px;
display:flex;
flex-direction:column;
gap:15px;
}

.contact-form input,
.contact-form textarea{
padding:12px;
border-radius:8px;
border:1px solid #ddd;
font-size:16px;
}

.contact-btn{
background:#14b8a6;
color:white;
padding:12px;
border:none;
border-radius:8px;
cursor:pointer;
font-size:16px;
}

.contact-btn:hover{
background:#0f766e;
}
.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

background:#25D366;

color:white;

font-size:28px;

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

box-shadow:0 5px 20px rgba(0,0,0,0.3);

text-decoration:none;

z-index:999;

}

.whatsapp-float:hover{
background:#1ebe5d;
}
/* FOOTER */

.footer{
margin-top:120px;
padding:60px 80px;
background:#0f172a;
color:white;
}

.footer-container{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:40px;
max-width:1200px;
margin:auto;
}

.footer-logo{
width:120px;
margin-bottom:15px;
}

.footer-about p{
color:#cbd5e1;
line-height:1.6;
}

.footer-links h3,
.footer-social h3{
margin-bottom:10px;
}

.footer-links a{
display:block;
color:white;
text-decoration:none;
margin:6px 0;
}

.footer-links a:hover{
color:#00bfa6;
}

.footer-social a{
color:#00bfa6;
text-decoration:none;
}

.footer-bottom{
margin-top:40px;
text-align:center;
border-top:1px solid rgba(255,255,255,0.2);
padding-top:20px;
font-size:14px;
}
.service-card{

background:rgba(255,255,255,0.85);

backdrop-filter:blur(10px);

padding:35px;

border-radius:14px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:all 0.35s ease;

cursor:pointer;

position:relative;

overflow:hidden;

}


.service-card:hover{

transform:translateY(-10px) scale(1.03);

box-shadow:0 20px 50px rgba(0,191,166,0.35);

}


.service-card h3{

margin-bottom:10px;

font-size:20px;

color:#0f172a;

}


.service-card p{

color:#475569;

line-height:1.5;

}
/* FOUNDER SECTION */

.founder{

padding:100px 80px;

}

.founder-container{

display:grid;

grid-template-columns:1fr 2fr;

gap:60px;

align-items:center;

max-width:1200px;

margin:auto;

}

.founder-image img{

width:100%;

border-radius:16px;

box-shadow:0 20px 40px rgba(0,0,0,0.15);

}

.founder-text h2{

font-size:32px;

margin-bottom:20px;

}

.founder-text p{

line-height:1.7;

margin-bottom:15px;

color:#475569;

}
.service-category{

font-size:24px;

margin:50px 0 20px;

text-align:left;

color:#0f172a;

max-width:1200px;

margin-left:auto;

margin-right:auto;

}
html {
  scroll-behavior: smooth;
}
/* PREMIUM BUTTONS */
.cta-primary {
background: linear-gradient(135deg, #0f172a, #06b6d4);
color: white;
padding: 12px 28px;
border-radius: 8px;
text-decoration: none;
font-weight: 500;
transition: 0.3s ease;
display: inline-block;
}

.cta-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.cta-secondary {
border: 1px solid #0f172a;
padding: 12px 28px;
border-radius: 8px;
text-decoration: none;
color: #0f172a;
margin-left: 10px;
transition: 0.3s;
}

.cta-secondary:hover {
background: #0f172a;
color: white;
}

/* SERVICES SPACING */
.services {
padding: 80px 20px;
text-align: center;
}

.services-title {
font-size: 32px;
margin-bottom: 10px;
}

.services-subtitle {
color: #6b7280;
margin-bottom: 40px;
}

/* GRID */
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 25px;
max-width: 1000px;
margin: auto;
}

/* PREMIUM CARD */
.service-card {
background: rgba(255, 255, 255, 0.8);
padding: 25px;
border-radius: 12px;
backdrop-filter: blur(10px);
transition: 0.3s;
border: 1px solid rgba(0,0,0,0.05);
}

.service-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* VIEW ALL BUTTON ALIGN */
.services a.cta-primary {
margin-top: 20px;
}
/* PREMIUM HERO */
.hero {
text-align: center;
padding: 120px 20px;
position: relative;
}

.hero::before {
content: "";
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%);
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(6,182,212,0.3), transparent);
filter: blur(100px);
z-index: -1;
}

/* GLASSMORPHISM CARD */
.service-card {
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(15px);
border-radius: 16px;
padding: 25px;
border: 1px solid rgba(255,255,255,0.3);
transition: all 0.4s ease;
}

.service-card:hover {
transform: translateY(-10px) scale(1.02);
box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

/* FADE ANIMATION */
.fade-up {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease;
}

.fade-up.show {
opacity: 1;
transform: translateY(0);
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: #25D366;
color: white;
font-size: 20px;
padding: 15px 18px;
border-radius: 50%;
text-decoration: none;
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
transition: 0.3s;
}

.whatsapp-btn:hover {
transform: scale(1.1);
}
.portfolio {
  padding: 80px 20px;
  text-align: center;
}

.portfolio-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.portfolio-subtitle {
  color: #6b7280;
  margin-bottom: 40px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.portfolio-card {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
}

.portfolio-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.portfolio-content {
  padding: 15px;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.stats {
  background: #0f172a;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.stats-title {
  font-size: 32px;
  margin-bottom: 10px;
}

.stats-subtitle {
  color: #9ca3af;
  margin-bottom: 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: auto;
}

.stat-box h3 {
  font-size: 48px;
  color: #3b82f6;
}

.stat-box p {
  margin-top: 10px;
}
.footer-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
}

.footer-about,
.footer-links,
.footer-social {
flex: 1;
min-width: 250px;
}
/* MOBILE VIEW */
@media (max-width: 768px) {

/* NAVBAR FIX */
.navbar {
flex-direction: column;
align-items: center;
}

.navbar nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}

.navbar nav a {
font-size: 14px;
}

/* HERO TEXT */
.title {
font-size: 28px;
text-align: center;
}

.subtitle {
font-size: 14px;
text-align: center;
}

/* SERVICES GRID */
.services-grid {
grid-template-columns: 1fr;
}

/* FOOTER FIX */
.footer-container {
flex-direction: column;
text-align: center;
}

}
.founder-section {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 60px 20px;
flex-wrap: wrap;
}

.founder-img {
width: 220px;
height: 220px;
border-radius: 20px;
object-fit: cover;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.founder-text {
max-width: 600px;
}
@media (max-width: 768px) {

.founder-section {
flex-direction: column;
text-align: center;
}

.founder-img {
width: 180px;
height: 180px;
}

}
.founder-section {
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
padding: 60px 20px;
flex-wrap: wrap;
}

.founder-img {
width: 220px;
height: 220px;
border-radius: 20px;
object-fit: cover;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.founder-text {
max-width: 600px;
}

@media (max-width: 768px) {

.founder-section {
flex-direction: column;
text-align: center;
}

.founder-img {
width: 180px;
height: 180px;
}

}
.menu-toggle {
display: none;
font-size: 30px;
cursor: pointer;
z-index: 1001;
}

/* MOBILE NAV */
@media (max-width: 768px) {

.menu-toggle {
display: block;
}

#nav-links {
position: absolute;
top: 70px;
left: 0;
width: 100%;

background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(15px);

display: flex;
flex-direction: column;
align-items: center;

padding: 20px 0;

transform: translateY(-200%);
transition: 0.4s ease;

}

#nav-links a {
margin: 12px 0;
font-size: 18px;
font-weight: 500;
}

#nav-links.active {
transform: translateY(0);
}

}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
position: relative;
}
.menu-toggle {
display: none;
font-size: 28px;
cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
position: fixed;
top: 80px;
right: 20px;
width: 220px;

background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(15px);

border-radius: 12px;
padding: 20px;

display: flex;
flex-direction: column;

transform: scale(0);
transform-origin: top right;
transition: 0.3s ease;

z-index: 1000;
}

.mobile-menu a {
margin: 10px 0;
text-decoration: none;
color: #111;
font-weight: 500;
}

.mobile-menu.active {
transform: scale(1);
}

.menu-header {
text-align: right;
font-size: 18px;
cursor: pointer;
}

/* SHOW ONLY IN MOBILE */
@media (max-width: 768px) {

.menu-toggle {
display: block;
}

nav {
display: none;
}

}
/* NAVBAR BASE */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(10px);
  z-index: 1000;
}

/* DESKTOP NAV */
.desktop-nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 220px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
  z-index: 2000;
}

.mobile-menu a {
  margin: 10px 0;
  text-decoration: none;
  color: black;
}

.mobile-menu.active {
  transform: scale(1);
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }
}
/* HIDE DESKTOP NAV IN MOBILE */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }
}

/* CLEAN MOBILE MENU */
.mobile-menu {
  position: fixed;
  top: 70px;
  right: 20px;
  width: 220px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
  z-index: 9999; /* VERY IMPORTANT */
}

/* SHOW MENU */
.mobile-menu.active {
  transform: scale(1);
}

/* REMOVE OLD NAV FLOATING */
nav a {
  display: inline-block;
}

@media (max-width: 768px) {
  nav {
    display: none !important;
  }
}
.mobile-menu a {
  padding: 12px;
  border-radius: 8px;
  transition: 0.2s;
}

.mobile-menu a:hover {
  background: #f1f5f9;
}
body{
  padding-top: 80px;
}
.navbar.scrolled {
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* ===== FIX NAVBAR OVERLAP ===== */

/* Add space so content does not go behind fixed navbar */
body {
padding-top: 90px;
}

/* Extra safety for sections */
.hero,
.services,
.portfolio-placeholder,
.about,
.contact {
margin-top: 20px;
}
/* FIX NAVBAR LAYOUT /
.navbar {
display: flex;
justify-content: space-between; / logo left, menu right */
align-items: center;
padding: 15px 20px;
}

/* LOGO LEFT */
.logo {
flex: 1;
}

/* MENU ICON RIGHT /
.menu-toggle {
display: block;
font-size: 28px;
cursor: pointer;
margin-left: auto; / pushes to right */
}

/* DESKTOP NAV RIGHT */
.desktop-nav {
margin-left: auto;
}
@media (max-width: 768px) {
  .navbar {
    flex-direction: row; /* keep in one line */
  }

  .logo {
    flex: none;
  }

  .menu-toggle {
    margin-left: auto;
  }
}
.whatsapp-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: #25D366;
color: white;
font-size: 22px;
padding: 14px 16px;
border-radius: 50%;
z-index: 9999;
text-decoration: none;
box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
/* ===== FOOTER FIX (PASTE AT BOTTOM) ===== */

.footer {
background: #626c45 !important;
color: #0f172a !important;
padding: 60px 20px !important;
}

.footer a {
color: #0ea5a4 !important;
}

.footer a:hover {
color: #0284c7 !important;
}

.footer-bottom {
border-top: 1px solid rgba(0,0,0,0.1) !important;
}

/* Logo visibility fix */
.footer img {
max-width: 140px;
margin-bottom: 15px;
}
/* ===== PREMIUM ABOUT SECTION ===== */

.about {
padding: 80px 20px;
display: flex;
justify-content: center;
}

.about-card {
max-width: 700px;
background: rgba(255,255,255,0.7);
backdrop-filter: blur(15px);
padding: 30px;
border-radius: 16px;
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
text-align: center;
}

.about-card h2 {
font-size: 28px;
margin-bottom: 15px;
}

.about-card h2 span {
color: #0ea5a4;
}

.about-card p {
color: #475569;
line-height: 1.6;
margin-bottom: 12px;
}

.about-card .highlight {
font-weight: 600;
color: #0f172a;
}

/* VALUES TAGS */
.values {
margin-top: 20px;
}

.values span {
display: inline-block;
background: #e0f2fe;
color: #0369a1;
padding: 8px 12px;
border-radius: 20px;
margin: 5px;
font-size: 14px;
}
.about-card {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  text-align: center;
}

.about-card h2 span {
  color: #14b8a6;
}

.highlight {
  margin-top: 10px;
  font-weight: 500;
  color: #0f172a;
}
/* ===== PREMIUM ABOUT ===== */
.premium-about {
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}

.about-card {
  max-width: 850px;
  padding: 50px;
  border-radius: 20px;

  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(20px);

  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  text-align: center;

  transition: 0.4s ease;
}

.about-card:hover {
  transform: translateY(-5px);
}

.about-card p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* GRADIENT TEXT */
.gradient-text {
  font-size: 38px;
  margin-bottom: 20px;

  background: linear-gradient(90deg, #0ea5e9, #14b8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* HIGHLIGHT */
.highlight {
  margin-top: 10px;
  font-weight: 600;
  color: #0f172a;
}

/* ===== PREMIUM FOUNDER ===== */
.premium-founder {
  padding: 100px 20px;
  display: flex;
  justify-content: center;
}

.founder-card {
  display: flex;
  gap: 50px;
  align-items: center;

  max-width: 1100px;
  width: 100%;

  padding: 40px;
  border-radius: 20px;

  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(20px);

  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  transition: 0.4s;
}

.founder-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.founder-image img {
  width: 260px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  transition: 0.4s;
}

.founder-image img:hover {
  transform: scale(1.05);
}

/* TEXT */
.founder-text {
  flex: 1;
}

.founder-text p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .about-card {
    padding: 30px;
  }

  .gradient-text {
    font-size: 28px;
  }

  .founder-card {
    flex-direction: column;
    text-align: center;
  }

  .founder-image img {
    width: 200px;
  }

}
/* ===== FOUNDER IMAGE BIGGER ===== */

.founder-img {
width: 260px !important;   /* increase size */
height: 260px !important;
object-fit: cover;
border-radius: 20px;

box-shadow: 0 15px 40px rgba(0,0,0,0.2);

transition: 0.3s ease;
}

/* HOVER EFFECT (premium feel) */
.founder-img:hover {
transform: scale(1.05);
}
@media (max-width: 768px) {
  .founder-img {
    width: 200px !important;
    height: 200px !important;
  }
}
/* ===== PREMIUM FOUNDER CARD ===== */

.founder-section {
display: flex;
justify-content: center;
padding: 80px 20px;
}

/* MAIN CARD */
.founder-section {
position: relative;
}

.founder-section::before {
content: "";
position: absolute;
inset: -2px;

background: linear-gradient(
45deg,
#0ea5e9,
#14b8a6,
#22c55e,
#3b82f6
);

border-radius: 20px;
filter: blur(15px);
opacity: 0.6;
z-index: -1;
}

/* CARD BODY */
.founder-section {
background: rgba(255,255,255,0.85);
backdrop-filter: blur(15px);
border-radius: 20px;
max-width: 900px;
width: 100%;

display: flex;
gap: 40px;
align-items: center;
padding: 30px;

box-shadow: 0 20px 60px rgba(0,0,0,0.1);
transition: 0.3s;
}

.founder-section:hover {
transform: translateY(-5px);
}

/* IMAGE */
.founder-img {
width: 240px;
height: 240px;
object-fit: cover;
border-radius: 20px;

box-shadow: 0 20px 40px rgba(177, 16, 72, 0.2);
}

/* TEXT */
.founder-text {
flex: 1;
}

.founder-text h2 {
font-size: 28px;
margin-bottom: 15px;
color: #50198e;
}

.founder-text p {
color: #475569;
line-height: 1.7;
margin-bottom: 12px;
}

/* MOBILE */
@media (max-width: 768px) {
.founder-section {
flex-direction: column;
text-align: center;
}

.founder-img {
width: 200px;
height: 200px;
}
}
/* ===== POPUP STYLE ===== */
.story-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.6);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 9999;
}

.story-box {
  background: white;
  padding: 25px;
  border-radius: 15px;
  max-width: 400px;
  text-align: left;
  animation: pop 0.3s ease;
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 18px;
}

.story-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background: #14b8a6;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@keyframes pop {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
/* ===== FINAL PREMIUM FOUNDER SECTION ===== */

.founder-section {
  max-width: 1100px;
  margin: 100px auto;
  padding: 50px;

  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;

  background: #ffffff;
  border-radius: 18px;

  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* IMAGE */
.founder-img {
  width: 260px;
  height: 260px;
  border-radius: 18px;
  object-fit: cover;

  border: 3px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* TEXT */
.founder-text {
  flex: 1;
}

/* HEADING */
.founder-text h2 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0f172a;
}

/* SMALL ACCENT LINE */
.founder-text h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #14b8a6;
  margin-top: 8px;
  border-radius: 10px;
}

/* TEXT STYLE */
.founder-text p {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 12px;
}

/* HIGHLIGHT TEXT */
.founder-text .highlight {
  font-weight: 600;
  color: #0f172a;
}

/* MOBILE */
@media (max-width: 768px) {
  .founder-section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .founder-img {
    width: 200px;
    height: 200px;
  }
}
body {
  background: #f8fafc;
}
/* FORCE REMOVE BACKGROUND ISSUE */
.founder-section {
  background: #ffffff !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08) !important;
}

/* REMOVE ANY GRADIENT BEHIND */
.founder-section::before,
.founder-section::after {
  display: none !important;
}

/* REMOVE OLD GLOW / BLUR */
.founder {
  background: none !important;
}

.about {
  background: none !important;
}
/* ===== FIX MOBILE CARD LOOK ===== */

@media (max-width: 768px) {

  .founder-section {
    max-width: 90%;
    margin: 40px auto;
    padding: 25px;

    background: #ffffff;
    border-radius: 16px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .founder-img {
    width: 200px;
    height: 200px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .founder-text h2 {
    font-size: 24px;
  }

  .founder-text p {
    font-size: 14px;
  }

}
body {
  background: #f1f5f9;
}
/* NAVBAR LINKS SPACING */
.desktop-nav a {
  margin: 0 18px;
  font-size: 15px;
  color: #334155;
  transition: 0.3s;
  position: relative;
}

/* HOVER EFFECT */
.desktop-nav a:hover {
  color: #14b8a6;
}

/* UNDERLINE ANIMATION */
.desktop-nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #14b8a6;
  transition: 0.3s;
}

.desktop-nav a:hover::after {
  width: 100%;
}
.desktop-nav a:nth-child(2) {
  font-weight: 600;
  color: #0f172a;
}
.nav-btn {
  background: #14b8a6;
  color: white !important;
  padding: 8px 16px;
  border-radius: 8px;
  margin-left: 15px;
  font-weight: 500;
}

.nav-btn:hover {
  background: #0f766e;
}
.desktop-nav a {
  transition: 0.3s;
}

.desktop-nav a:hover {
  color: #14b8a6;
}
.nav-btn {
  background: linear-gradient(135deg, #06b6d4, #14b8a6);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
body {
  margin: 0;
}

header {
  margin: 0;
  padding: 0;
}

.hero {
  margin-top: 0;
}
/* ================= PERFORMANCE & SMOOTH SCROLL ================= */

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Better mobile scrolling */
body {
  -webkit-overflow-scrolling: touch;
}

/* ================= ANIMATION OPTIMIZATION ================= */

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  will-change: transform, opacity;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* ================= MOBILE PERFORMANCE FIX ================= */

@media (max-width: 768px) {

  /* Disable heavy animations on mobile */
  .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }

  /* Reduce blur (heavy effect) */
  .bg-shape {
    filter: blur(30px);
  }

  /* Reduce shadow load */
  .service-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  }
}

/* ================= GENERAL LIGHTWEIGHT UI ================= */

/* Prevent horizontal lag */
html, body {
  overflow-x: hidden;
}

/* Optimize images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}