/* ================= LOADER SCREEN ================= */
#page-loader{
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity .6s ease, visibility .6s ease;
}

#page-loader.hide{
  opacity: 0;
  visibility: hidden;
}

/* ================= LOADER ANIMATION ================= */
.loader {
  position: relative;
  width: 75px;
  height: 100px;
}

.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #000;
  transform-origin: center bottom;
}

.loader__bar:nth-child(1){ left:0; animation:barUp1 4s infinite;}
.loader__bar:nth-child(2){ left:15px; animation:barUp2 4s infinite;}
.loader__bar:nth-child(3){ left:30px; animation:barUp3 4s infinite;}
.loader__bar:nth-child(4){ left:45px; animation:barUp4 4s infinite;}
.loader__bar:nth-child(5){ left:60px; animation:barUp5 4s infinite;}

.loader__ball{
  position:absolute;
  bottom:10px;
  left:0;
  width:10px;
  height:10px;
  background:#2c8fff;
  border-radius:50%;
  animation: ball624 4s infinite;
}

/* ================= KEYFRAMES ================= */
@keyframes ball624{
  0%{transform:translate(0,0)}
  50%{transform:translate(60px,-40px)}
  100%{transform:translate(0,0)}
}
@keyframes barUp1{0%,100%{transform:scaleY(.2)}50%{transform:scaleY(1)}}
@keyframes barUp2{0%,100%{transform:scaleY(.4)}50%{transform:scaleY(.8)}}
@keyframes barUp3{0%,100%{transform:scaleY(.6)}}
@keyframes barUp4{0%,100%{transform:scaleY(.8)}50%{transform:scaleY(.4)}}
@keyframes barUp5{0%,100%{transform:scaleY(1)}50%{transform:scaleY(.2)}}
/* Welcome Screen */
#main-content {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #020617, #0f172a);
  font-family: 'Poppins', sans-serif;
  z-index: 9998;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Floating balls background */
.bg-anim span {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  background: rgba(56, 189, 248, 0.12);
  border-radius: 50%;
  filter: blur(20px);
  animation: float 20s linear infinite;
}

.bg-anim span:nth-child(1) {
  top: 10%;
  left: 15%;
  animation-duration: 22s;
}
.bg-anim span:nth-child(2) {
  top: 70%;
  left: 20%;
  width: 180px;
  height: 180px;
  animation-duration: 28s;
}
.bg-anim span:nth-child(3) {
  top: 30%;
  right: 15%;
  background: rgba(99, 102, 241, 0.15);
  animation-duration: 25s;
}
.bg-anim span:nth-child(4) {
  bottom: 15%;
  right: 25%;
  width: 200px;
  height: 200px;
  animation-duration: 30s;
}
.bg-anim span:nth-child(5) {
  top: 50%;
  left: 50%;
  background: rgba(34, 197, 94, 0.12);
  animation-duration: 26s;
}


body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/* Brand wrapper (CENTERED) */
.brand-wrapper {
  margin-top: 300px;
  position: relative;
  z-index: 2;
  text-align: center;
  animation: intro 1.5s ease forwards;
}

/* Badge */
.brand-badge {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.15);
  margin-bottom: 22px;
}

/* Company name */
#main-content h1 {
  font-size: 58px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 14px;

  background: linear-gradient(90deg, #38bdf8, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: glow 3s ease-in-out infinite;
}

.fade-out {
  animation: fadeOut 2s ease forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* Tagline */
.tagline {
  font-size: 15px;
  letter-spacing: 1.5px;
  opacity: 0.9;
}

/* Line */
.brand-line {
  width: 90px;
  height: 2px;
  margin: 22px auto;
  background: linear-gradient(90deg, #38bdf8, #6366f1);
  border-radius: 10px;
}

/* Sub text */
.sub-text {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.7;
}

/* Animations */
@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-120px) translateX(60px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes intro {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes glow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(56,189,248,0.4));
  }
  50% {
    filter: drop-shadow(0 0 16px rgba(99,102,241,0.8));
  }
}

/* Hide initially */
#main-content,
#website {
  display: none;
}


/* RESET */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins','Segoe UI',sans-serif;
}

body{
  background:linear-gradient(120deg,#050814,#0c1022);
  color:#fff;
  overflow-x:hidden;
  margin:0;
  padding:0;
}

/* VIDEO */
.hero-video{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0.12;
  z-index:-1;
  pointer-events:none;
}

/* ================= TOP BAR ================= */

@keyframes slideStop{
  from{transform:translateY(-20px);opacity:0;}
  to{transform:translateY(0);opacity:1;}
}

/* ================= HERO BASE ================= */
.hero{
  position:relative;
  overflow:hidden;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:160px 80px 60px;
  gap:60px;
}

/* ================= HERO LEFT ================= */
.hero-left{
  flex:1;
  animation:fadeLeft 1.4s ease forwards;
}

@keyframes fadeLeft{
  from{opacity:0;transform:translateX(-40px);}
  to{opacity:1;transform:translateX(0);}
}

.hero-left h1{
  font-size:48px;
  margin-bottom:18px;
}

.tagline{
  color:#5fa8ff;
  font-size:16px;
  margin-bottom:22px;
}

.desc{
  font-size:17px;
  color:#cfd3e0;
  max-width:520px;
  line-height:1.6;
  margin-bottom:36px;
}

/* BUTTONS */
.buttons{
  display:flex;
  gap:20px;
}

.btn{
  padding:14px 34px;
  border-radius:30px;
  cursor:pointer;
  transition:.3s;
  text-decoration:none;
  color:#fff;
  position:relative;
  overflow:hidden;
}

.primary{
  background:linear-gradient(135deg,#1e90ff,#4facfe);
}

.secondary{
  border:1px solid #4facfe;
}

.btn:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,.4);
}

/* ================= HERO RIGHT / CARDS ================= */
.hero-right{
  flex:1;
  display:flex;
  justify-content:center;
  animation:fadeRight 1.4s ease forwards;
  position:relative;
  z-index:2;
}

@keyframes fadeRight{
  from{opacity:0;transform:translateX(40px);}
  to{opacity:1;transform:translateX(0);}
}

.card-carousel{
  position:relative;
  width:340px;
  height:420px;
}

.service-card{
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(14px);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  padding:18px;
  opacity:0;
  animation:cardSlide 15s infinite;
  transition:.4s;
}

.service-card img{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:12px;
  margin-bottom:16px;
}

.service-card h3{
  margin-bottom:8px;
}

.service-card p{
  font-size:14.5px;
  color:#cfd3e0;
}
.service-card:first-child{
  opacity:1;
}

.service-card:nth-child(1){animation-delay:0s;}
.service-card:nth-child(2){animation-delay:5s;}
.service-card:nth-child(3){animation-delay:10s;}

@keyframes cardSlide{
  0%{opacity:0;transform:translateY(20px);}
  10%,40%{opacity:1;transform:translateY(0);}
  50%{opacity:0;transform:translateY(-20px);}
  100%{opacity:0;}
}

.service-card:hover{
  transform:scale(1.04);
  box-shadow:0 25px 60px rgba(0,0,0,.55);
}

/* ================= RESPONSIVE HERO ================= */
@media(max-width:900px){
  .hero{
    flex-direction:column;
    text-align:center;
  }
  .buttons{
    justify-content:center;
  }

 
}

/* ================= GLOBAL ENHANCEMENTS ================= */
::selection{
  background:#4facfe;
  color:#000;
}

html{
  scroll-behavior:smooth;
}

/* ================= SCROLLBAR ================= */
::-webkit-scrollbar{
  width:8px;
}

::-webkit-scrollbar-track{
  /* background:#050814; */
}

::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg,#1e90ff,#4facfe);
  border-radius:10px;
}

/* ================= GLASS EFFECT OVERLAY ================= */
.glass{
  background:rgba(255,255,255,0.08);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:20px;
}

/* ================= HERO BACKGROUND GLOW ================= */
.hero::before{
  content:"";
  position:absolute;
  width:600px;
  height:600px;
  background:radial-gradient(circle,#4facfe33,transparent 70%);
  top:10%;
  left:-10%;
  z-index:-1;
  animation:floatGlow 10s infinite alternate;
}

@keyframes floatGlow{
  from{transform:translateY(0);}
  to{transform:translateY(40px);}
}

/* ================= BUTTON RIPPLE EFFECT ================= */
.btn{
  position:relative;
  overflow:hidden;
}

.btn::after{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:rgba(255,255,255,.3);
  border-radius:50%;
  transform:translate(-50%,-50%);
  top:50%;
  left:50%;
  transition:.5s;
}

.btn:hover::after{
  width:200%;
  height:200%;
}

/* ================= TEXT SHINE EFFECT ================= */
.shine-text span{
  background:linear-gradient(
    120deg,
    #4facfe 40%,
    #ffffff 40%,
    #4facfe 40%,
  );
  background-size:200% auto;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:shine 3s linear infinite;
}

@keyframes shine{
  to{background-position:200% center;}
}

/* ================= SECTION BASE ================= */
.section{
  padding:80px 80px;
  position:relative;
}

.section-subtitle{
  text-align:center;
  max-width:560px;
  margin:10px auto 40px;
  color:#cfd3e0;
  font-size:15px;
}

.container{
  max-width:1200px;
  margin:0 auto;
}

/* ================= SECTION TITLE ================= */
.section-title {
  font-size:36px;
  margin-bottom:20px;

  /* FORCE CENTER */
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;

  /* animation */
  animation:titleFade 0.8s ease-out forwards;
}


/* Underline */
.section-title::after{
  content:"";
  width:0;
  height:4px;
  background:#4facfe;
  display:block;
  margin:12px auto 0;
  border-radius:4px;
  animation:lineGrow 0.8s ease-out forwards;
  animation-delay:0.4s;
}
@keyframes titleFade{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* Underline grow animation */
@keyframes lineGrow{
  from{
    width:0;
  }
  to{
    width:80px;
  }
}
/* ============= OUR SERVICES GRID ============= */
.services-section{
  margin-top:-40px;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.service-box{
  padding:22px 20px;
  transition:.3s;
}

.service-box h3{
  margin-bottom:8px;
  font-size:18px;
}

.service-box p{
  font-size:14px;
  color:#cfd3e0;
}

.service-box:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,.55);
}

/* === upgraded 3D tilt + glow on services === */
.service-box{
  padding:22px 20px;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  transform-style:preserve-3d;
  border:1px solid rgba(255,255,255,0.08);
}

.service-box:hover{
  transform:translateY(-6px) scale(1.02) rotateX(4deg) rotateY(-4deg);
  box-shadow:0 20px 40px rgba(0,0,0,0.6),0 0 25px rgba(79,172,254,0.35);
  border-color:rgba(79,172,254,0.6);
}

.service-icon i{
  transition:transform 0.35s ease,text-shadow 0.35s ease;
}

.service-box:hover .service-icon i{
  transform:translateZ(20px) scale(1.15) rotate(8deg);
  text-shadow:0 0 12px rgba(79,172,254,0.8);
}



.section-tit {
  font-size:36px;
  margin-bottom:20px;

  /* FORCE CENTER */
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;

  /* animation */
  animation:titleFade 0.8s ease-out forwards;
}


/* Underline */
.section-tit::after{
  content:"";
  width:0;
  height:4px;
  background:#4facfe;
  display:block;
  margin:12px auto 0;
  border-radius:4px;
  animation:lineGrow 0.8s ease-out forwards;
  animation-delay:0.4s;
}

.section-top{
    font-size:16px;
  margin-bottom:20px;

  /* FORCE CENTER */
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;

  /* animation */
  animation:titleFade 0.8s ease-out forwards;
}
/* @keyframes titleFade{
  from{
    opacity:0;
    transform:translateY(10px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
} */

/* ============= WHY CHOOSE US ============= */
/* ================= WHY US SECTION ================= */
/* ================= WHY US SECTION ================= */
.why-us-section {
  padding-top:80px;
  padding-bottom:80px;
  background: #0f172a; /* dark professional background */
}

.why-us-wrapper {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  padding: 40px 32px;
}

/* LEFT SIDE */
.why-us-left .section-title {
  font-size:36px;
  font-weight:800;
  color:#fff;
  margin-bottom:20px;
  line-height:1.2;
}

.why-us-left .section-subtitle {
  font-size:17px;
  color:#cfd3e0;
  margin-bottom:32px;
  line-height:1.6;
}

/* WHY LIST ITEMS */
.why-list {
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:24px;
}

.why-item {
  display:flex;
  align-items:flex-start;
  gap:16px;
  background: rgba(255,255,255,0.05);
  border-left: 4px solid #4facfe;
  padding:16px 20px;
  border-radius:12px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why-item::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:4px;
  height:100%;
  background: linear-gradient(180deg,#4facfe,#00f2fe);
  opacity:0;
  transition:.4s;
  border-radius:4px;
}

.why-item:hover::before {
  opacity:1;
}

.why-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* ICON */
.why-icon i {
  font-size:28px;
  color:#4facfe;
  min-width:40px;
  flex-shrink:0;
  transition: transform 0.3s ease, color 0.3s ease;
}

.why-item:hover .why-icon i {
  transform: scale(1.2) rotate(10deg);
  color:#00f2fe;
}

/* TEXT */
.why-text h3 {
  font-size:18px;
  font-weight:700;
  margin-bottom:6px;
  color:#fff;
}

.why-text p {
  font-size:15px;
  color:#cfd3e0;
  line-height:1.6;
  margin:0;
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .why-us-wrapper {
    grid-template-columns: 1fr;
  }
  .why-us-right {
    margin-top:40px;
  }
}

/* ================= RIGHT SIDE STATS CARDS ================= */
/* ========== WHY US RIGHT STATS ========== */
.why-us-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  width: 100%;
}

.stat-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Mild animation on load */
.stat-card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: linear-gradient(120deg, rgba(79,172,254,0.3), rgba(79,172,254,0.6), rgba(79,172,254,0.3));
  /* transform: skewX(-20deg);
  transition: all 0.7s ease-in-out; */
}

.stat-card:hover::before {
  left: 100%;
}

.stat-card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(79,172,254,0.4);
}

/* Icons */
.stat-icon {
  font-size: 28px;
  color: #4facfe;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Numbers */
.stat-number {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  animation: floatStat 2s ease-in-out infinite alternate;
}

/* Mild floating effect for number */
/* @keyframes floatStat {
  0% { transform: translateY(0); }
  100% { transform: translateY(-4px); }
} */

/* Label */
.stat-label {
  font-size: 14px;
  color: #cfd3e0;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
}




/* marquee */
/* TECH LOGO MARQUEE STYLING */
.tech-logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  border-top: 2px solid #4facfe;
  border-bottom: 2px solid #4facfe;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.tech-logo-marquee {
  display: flex;
  gap: 60px; /* space between logos */
  animation: marqueeScroll 25s linear infinite;
}

.tech-logo i {
  font-size: 40px;
  color: #4facfe;
  transition: transform 0.3s;
}

.tech-logo i:hover {
  transform: scale(1.3);
  color: #fff;
}

/* marquee animation */
/* TECH LOGO MARQUEE STYLING */
.tech-logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  border-top: 2px solid #4facfe;
  border-bottom: 2px solid #4facfe;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.tech-logo-marquee {
  display: flex;
  gap: 60px; /* space between logos */
  animation: marqueeScroll 25s linear infinite;
}

.tech-logo i {
  font-size: 40px;
  color: #4facfe;
  transition: transform 0.3s;
}

.tech-logo i:hover {
  transform: scale(1.3);
  color: #fff;
}

/* marquee animation */
/* TECH LOGO MARQUEE STYLING */
.tech-logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  border-top: 2px solid #4facfe;
  border-bottom: 2px solid #4facfe;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.tech-logo-marquee {
  display: flex;
  gap: 60px; /* space between logos */
  animation: marqueeScroll 25s linear infinite;
}

.tech-logo i {
  font-size: 40px;
  color: #4facfe;
  transition: transform 0.3s;
}

.tech-logo i:hover {
  transform: scale(1.3);
  color: #fff;
}

/* marquee animation */


/* ===================== LOGO MARQUEE ===================== */
.tech-logo-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  border-top: 2px solid #4facfe;
  border-bottom: 2px solid #4facfe;
  padding: 12px 0;
  display: flex;
  align-items: center;
}

.tech-logo-marquee {
  display: flex;
  gap: 60px; /* space between logos */
  animation: marqueeScroll 50s linear infinite; /* slower speed */
}

.tech-logo i {
  font-size: 40px;
  color: #4facfe;
  transition: transform 0.3s;
}

.tech-logo i:hover {
  transform: scale(1.3);
  color: #fff;
}

/* pause on hover */
.tech-logo-marquee-wrapper:hover .tech-logo-marquee {
  animation-play-state: paused;
}

/* ===================== TEXT MARQUEE ===================== */
.tech-marquee-wrapper {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  background: #0f172a;
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-top: 2px solid #4facfe;
  border-bottom: 2px solid #4facfe;
}

.tech-marquee {
  display: flex;
 }

.tech-track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: marqueeInfinite 80s linear infinite; /* slower speed */
}

.tech-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #4facfe;
  cursor: default;
  transition: transform 0.3s, color 0.3s;
}

.tech-name:hover {
  color: #fff;
  transform: scale(1.2);
}

/* pause on hover */
.tech-marquee-wrapper:hover .tech-track {
  animation-play-state: paused;
}

/* ===================== KEYFRAMES ===================== */
/* @keyframes marqueeInfinite {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
} */

/* Optional: pause on hover */
.tech-logo-marquee-wrapper:hover .tech-logo-marquee {
  animation-play-state: paused;
}



/* ============= PROCESS SECTION ============= */
/* SECTION */
/* ================= PROCESS SECTION ================= */
.process-section{
  padding:70px 0;
  background:#0f172a;
  font-family:'Poppins', sans-serif;
}

/* SECTION TITLE */
.section-tit{
  text-align:center;
  font-size:34px;
  font-weight:700;
  color:#ffffff;
  margin-bottom:50px;
  position:relative;
}

.section-tit::after{
  content:"";
  width:70px;
  height:3px;
  background:#4facfe;
  display:block;
  margin:12px auto 0;
  border-radius:4px;
}

/* ================= LAYOUT ================= */
.process-layout{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:flex-start;
}

/* ================= TIMELINE ================= */
.timeline{
  position:relative;
  padding-left:32px;
}

.timeline::before{
  content:"";
  position:absolute;
  top:0;
  left:8px;
  width:2px;
  height:100%;
  background:linear-gradient(
    to bottom,
    rgba(79,172,254,0.15),
    rgba(79,172,254,0.8),
    rgba(79,172,254,0.15)
  );
}

.timeline-step{
  position:relative;
  padding-left:32px;
  margin-bottom:40px;
}

.timeline-step:last-child{
  margin-bottom:0;
}

/* DOT */
.timeline-step .dot{
  position:absolute;
  left:-1px;
  top:6px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#4facfe;
  box-shadow:0 0 0 6px rgba(79,172,254,0.18);
}

/* STEP TEXT */
.step-text h3{
  font-size:18px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:6px;
}

.step-text p{
  font-size:14.5px;
  color:#cfd3e0;
  line-height:1.6;
  max-width:420px;
}

/* ================= RIGHT CONTENT ================= */
.process-right{
  padding-top:8px;
}

.process-right h3{
  font-size:20px;
  font-weight:600;
  color:#ffffff;
  margin-bottom:18px;
}

/* LIST */
.process-right ul{
  list-style:none;
  padding:0;
  margin:0;
}

.process-right li{
  font-size:14.5px;
  color:#cfd3e0;
  margin-bottom:14px;
  padding-left:22px;
  position:relative;
  line-height:1.6;
}

/* CHECK ICON */
.process-right li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#4facfe;
  font-weight:600;
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
  .process-layout{
    grid-template-columns:1fr;
    gap:45px;
  }

  .section-tit{
    font-size:28px;
    margin-bottom:40px;
  }

  .timeline{
    padding-left:26px;
  }

  .step-text h3{
    font-size:17px;
  }

  .step-text p,
  .process-right li{
    font-size:14px;
  }
}

/* ============= TESTIMONIALS SECTION ============= */
.testimonials-section{
  padding-top:40px;
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}

.testimonial-card{
  padding:22px 20px;
}

.testimonial-card .quote{
  font-size:14px;
  line-height:1.6;
  color:#e5e7f0;
  margin-bottom:14px;
}

.client{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.client-name{
  font-size:14px;
  font-weight:600;
}

.client-role{
  font-size:12px;
  color:#9ca3b5;
}

/* Enhanced Testimonials hover */
.testimonial-anim{
  transition:all 0.6s ease;
}

.testimonial-anim:hover{
  transform:translateY(-8px) scale(1.02);
}

.stars{
  color:#4facfe;
  font-size:18px;
  margin-bottom:16px;
}

.client-avatar{
  width:40px;
  height:40px;
  background:linear-gradient(135deg,#4facfe,#1e90ff);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  color:#fff;
  font-size:14px;
  margin-right:12px;
  flex-shrink:0;
}

/* ============= FAQ SECTION ============= */
.faq-section{
  padding-top:40px;
}

.faq-list{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:26px;
}

.faq-item{
  padding:18px 20px;
  cursor:pointer;
  transition:all 0.3s ease;
}

.faq-item h3{
  font-size:15px;
  margin-bottom:6px;
}

.faq-item h3 i{
  float:right;
  transition:transform 0.3s ease;
}

.faq-item.active h3 i{
  transform:rotate(180deg);
}

.faq-item p{
  font-size:14px;
  color:#cfd3e0;
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
  margin-top:0;
}

.faq-item.active p{
  max-height:200px;
  margin-top:12px;
}

.faq-item:hover{
  transform:translateX(8px);
}

/* ============= CONTACT ANCHOR ============= */
.contact-anchor{
  padding-top:40px;
}

/* ================= FOOTER STYLE ================= */
footer{
  padding:40px;
  text-align:center;
  background:rgba(10,15,30,.95);
  border-top:1px solid rgba(255,255,255,.08);
}

footer p{
  font-size:14px;
  color:#cfd3e0;
}


/* ================= NEW ADDITIONS ================= */

/* Particles Container */
.particles-container{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:-2;
}

#particles-canvas{
  display:block;
  width:100%;
  height:100%;
}

/* Portfolio Section */
.portfolio-section{
  background:linear-gradient(135deg,rgba(15,20,40,0.3),transparent);
}

.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
  gap:24px;
  margin-top:40px;
}

.portfolio-item{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  transition:all 0.4s ease;
  height:280px;
  border:1px solid rgba(255,255,255,0.06);
}

.portfolio-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.6s ease,filter 0.5s ease;
  filter:grayscale(0.8) saturate(0.8);
}

.portfolio-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:linear-gradient(transparent,rgba(0,0,0,0.9));
  color:#fff;
  padding:30px 24px 24px;
  transform:translateY(100%);
  transition:transform 0.4s ease;
}

.portfolio-item:hover .portfolio-overlay{
  transform:translateY(0);
}

.portfolio-item:hover img{
  transform:scale(1.07);
  filter:grayscale(0) saturate(1.15);
}

.portfolio-item:hover{
  transform:translateY(-10px);
  box-shadow:0 28px 55px rgba(0,0,0,0.7);
  border-color:rgba(79,172,254,0.6);
}

.portfolio-tech{
  display:inline-block;
  background:rgba(79,172,254,0.2);
  color:#4facfe;
  padding:4px 12px;
  border-radius:20px;
  font-size:12px;
  margin-top:8px;
}

/* Pricing (if you re-enable) */
.pricing-section{
  background:radial-gradient(ellipse at center,rgba(79,172,254,0.1) 0%,transparent 70%);
}

.pricing-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
  margin-top:50px;
}

.pricing-card{
  position:relative;
  padding:40px 30px;
  text-align:center;
  transition:all 0.4s cubic-bezier(0.175,0.885,0.32,1.275);
}

.pricing-card:hover{
  transform:translateY(-15px);
}

.pricing-badge{
  position:absolute;
  top:-10px;
  left:50%;
  transform:translateX(-50%);
  background:#4facfe;
  color:#fff;
  padding:6px 20px;
  border-radius:25px;
  font-size:12px;
  font-weight:600;
}

.pricing-header h3{
  margin-bottom:12px;
  font-size:24px;
}

.price-amount{
  font-size:36px;
  font-weight:700;
  color:#4facfe;
  display:block;
}

.price-period{
  color:#9ca3af;
  font-size:14px;
}

.pricing-features{
  list-style:none;
  margin:30px 0 25px;
  padding:0;
}

.pricing-features li{
  padding:8px 0;
  color:#e5e7f0;
  font-size:14px;
}

.pricing-features i{
  color:#4facfe;
  width:20px;
  margin-right:12px;
}

.full-width{
  width:100%;
}

.popular{
  border:2px solid #4facfe;
}

/* Contact Section */
.contact-section{
  background:linear-gradient(135deg,rgba(5,8,20,0.8),rgba(12,16,34,0.8));
}

.contact-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  padding:60px 40px;
}

.contact-info{
  margin-top:30px;
}

.contact-item{
  display:flex;
  align-items:center;
  margin-bottom:20px;
  color:#e5e7f0;
}

.contact-item i{
  color:#4facfe;
  width:24px;
  margin-right:16px;
  font-size:18px;
}

.social-links{
  display:flex;
  gap:16px;
  margin-top:30px;
}

.social-links a{
  width:44px;
  height:44px;
  background:rgba(255,255,255,0.08);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration: none;
  color:#fff;
  transition:all 0.3s ease;
}

.social-links a:hover{
  background:#4facfe;
  transform:translateY(-3px);
}

.contact-form{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.form-group input,
.form-group textarea{
  width:100%;
  padding:16px 20px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:12px;
  color:#fff;
  font-size:16px;
  transition:all 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder{
  color:#9ca3b5;
}

.form-group input:focus,
.form-group textarea:focus{
  outline:none;
  border-color:#4facfe;
  box-shadow:0 0 0 3px rgba(79,172,254,0.1);
}

.form-group.full{
  grid-column:1 / -1;
}

.contact-item:hover{
  color:#4facfe;
}

/* service extra content (if you add) */
.service-extra{
  margin-top:6px;
  font-size:13.5px;
  color:#e5e7f0;
}

.service-points{
  list-style:none;
  margin-top:10px;
  padding-left:0;
  font-size:13px;
  color:#cfd3e0;
}

.service-points li{
  position:relative;
  padding-left:16px;
  margin-bottom:4px;
}

.service-points li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  color:#4facfe;
}

/* ================= SCROLL REVEAL ================= */








/* .reveal-on-scroll{
  opacity:0;
  transform:translateY(40px) scale(0.98);
  transition:opacity 0.7s ease,transform 0.7s ease;
  will-change:transform,opacity;
}

.reveal-on-scroll.in-view{
  opacity:1;
  transform:translateY(0) scale(1);
}


.services-grid .reveal-on-scroll:nth-child(1),
.portfolio-grid .reveal-on-scroll:nth-child(1){
  transition-delay:0.05s;
}

.services-grid .reveal-on-scroll:nth-child(2),
.portfolio-grid .reveal-on-scroll:nth-child(2){
  transition-delay:0.12s;
}

.services-grid .reveal-on-scroll:nth-child(3),
.portfolio-grid .reveal-on-scroll:nth-child(3){
  transition-delay:0.2s;
} */

























/* ================= RESPONSIVE ================= */
@media(max-width:900px){
 
  .hero-left h1{
    font-size:34px;
  }

  .desc{
    font-size:15px;
  }

  .section{
    padding:60px 24px;
  }

  .services-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .why-us-wrapper{
    grid-template-columns:1fr;
  }

  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .testimonials-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .contact-wrapper{
    grid-template-columns:1fr;
    gap:32px;
    padding:40px 24px;
  }
}

@media(max-width:600px){
  .services-grid{
    grid-template-columns:1fr;
  }

  .process-grid{
    grid-template-columns:1fr;
  }

  .testimonials-grid{
    grid-template-columns:1fr;
  }

  .portfolio-grid{
    grid-template-columns:1fr;
  }
}
/* ================= FOOTER ================= */
.footer{
  background:radial-gradient(circle at top,#020617,#010314);
  padding:90px 0 30px;
  position:relative;
  overflow:hidden;
}

.footer::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  background:#38bdf8;
  filter:blur(200px);
  opacity:.12;
  top:-200px;
  left:-200px;
}

.footer-glass{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(14px);
  border-radius:26px;
  padding:60px;
  animation:footerReveal 1.2s ease forwards;
}

/* Reveal animation */
@keyframes footerReveal{
  from{opacity:0;transform:translateY(60px);}
  to{opacity:1;transform:translateY(0);}
}

/* Layout */
.footer-content{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1.2fr;
  gap:50px;
}

/* Brand */
.footer-logo{
  font-size:34px;
  font-weight:700;
}

.footer-desc{
  font-size:14px;
  color:#a3aed0;
  line-height:1.8;
  margin:14px 0 18px;
}

.footer-extra{
  font-size:13px;
  color:#7f8ab5;
  margin-bottom:22px;
}

/* ================= SOCIAL ICONS ================= */
.social-icons{
  display:flex;
  gap:14px;
}

.social-icons a{
  width:46px;
  height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:18px;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  transition:.4s;
}

/* ripple effect */
.social-icons a::before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#38bdf8;
  border-radius:50%;
  transform:scale(0);
  opacity:.3;
  transition:.5s;
}

.social-icons a:hover::before{
  transform:scale(1.6);
}

/* icon animation */
.social-icons a i{
  position:relative;
  z-index:1;
  transition:.4s;
}

.social-icons a:hover{
  transform:translateY(-6px) rotate(6deg);
  box-shadow:0 14px 35px rgba(56,189,248,.45);
}

.social-icons a:hover i{
  color:#020617;
}
/* =========================
   FOOTER BASE
========================= */
.footer{
  background:#0b1324;
  padding:70px 0 30px;
  color:#cfd3e0;
  font-family:'Poppins',sans-serif;
}

.container{
  max-width:1200px;
  margin:auto;
  padding:0 20px;
}

.footer-box{
  display:grid;
  grid-template-columns:2.2fr 1.2fr 1.2fr 1.4fr;
  gap:50px;
  align-items:flex-start;
}

/* BRAND */
.logo{
  font-size:30px;
  color:#38bdf8;
  /* margin-bottom:15px; */
}

.footer-brand p{
  font-size:14px;
  color:#9aa4bf;
  line-height:1.6;
  max-width:300px;
}

.footer-brand .muted{
  margin-top:10px;
  color:#8b96c5;
}

/* SOCIAL */
.social{
  display:flex;
  gap:14px;
  margin-top:25px;
}

.social a{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(56,189,248,.12);
  color:#38bdf8;
  transition:.3s;
}

.social a:hover{
  background:#38bdf8;
  color:#fff;
  transform:translateY(-4px);
}

/* COLUMNS */
.footer-col h4{
  font-size:16px;
  margin-bottom:22px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
}

.footer-col h4 i{
  color:#38bdf8;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col li{
  display:flex;
  align-items:center;   /* 🔥 MAIN ALIGNMENT FIX */
  gap:12px;
  margin-bottom:14px;
  font-size:14px;
  color:#9aa4bf;
}

.footer-col li i{
  color:#38bdf8;
  min-width:18px;
  font-size:15px;
}

.footer-col li span{
  line-height:1.5;
}

.footer-col li:hover{
  color:#fff;
  transform:translateX(6px);
  transition:.3s;
}

/* BOTTOM */
.footer-bottom{
  margin-top:55px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  font-size:13px;
  color:#8b96c5;
}

/* MOBILE */
@media(max-width:900px){
  .footer-box{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .footer-box{
    grid-template-columns:1fr;
  }
  .footer-bottom{
    text-align:center;
    flex-direction:column;
  }
}


/* ================= WHATSAPP FLOAT ================= */
.whatsapp-float{
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 70px;
  height: 70px;
  background:#25d366;
  border-radius: 50%;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 999999;
  text-decoration: none;
}

.whatsapp-float i{
  color:#fff;
  font-size:34px;
}

.whatsapp-float::before{
  content:"";
  position:absolute;
  inset:-12px;
  border-radius:50%;
  background:rgba(37,211,102,.45);
  animation:pulseWA 2s infinite;
  z-index:-1;
}

.whatsapp-float:hover{
  transform:scale(1.12) translateY(-6px);
  box-shadow:0 32px 70px rgba(37,211,102,.7);
}

/* Animations */
/* @keyframes floatWA{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-12px);}
}

@keyframes pulseWA{
  0%{transform:scale(1);opacity:.6;}
  100%{transform:scale(1.9);opacity:0;}
} */

/* Responsive */
@media(max-width:900px){
  .footer-content{grid-template-columns:1fr 1fr;}
}

@media(max-width:600px){
  .footer-content{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center;}
}

/* Scroll Animations */
.service-anim,
.portfolio-anim,
.pricing-anim,
.testimonial-anim {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.service-anim.animate,
.portfolio-anim.animate,
.pricing-anim.animate,
.testimonial-anim.animate {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-anim:nth-child(1) { transition-delay: 0.1s; }
.portfolio-anim:nth-child(2) { transition-delay: 0.2s; }
.portfolio-anim:nth-child(3) { transition-delay: 0.3s; }
.portfolio-anim:nth-child(4) { transition-delay: 0.4s; }
.portfolio-anim:nth-child(5) { transition-delay: 0.5s; }
.portfolio-anim:nth-child(6) { transition-delay: 0.6s; }

.pricing-anim:nth-child(1) { transition-delay: 0.1s; }
.pricing-anim:nth-child(2) { transition-delay: 0.2s; }
.pricing-anim:nth-child(3) { transition-delay: 0.3s; }

/* Responsive */
@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  

  }


@media (max-width: 600px) {
  .pricing-price .price-amount {
    font-size: 28px;
  }
  
  .portfolio-item {
    height: 250px;
  }
}

/* Stat Counter Animation */
.animate-stat .stat-number {
  color: #4facfe !important;
}



/* Center content and increase heading */
.section-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}

/* Wavy animation for section title */
.wavy {
  animation: wave 1.5s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
  75% { transform: rotate(1deg); }
}

/* Service Box */
.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.service-box {
  background: rgba(255,255,255,0.05);
  padding: 1.5rem;
  border-radius: 15px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0,0,0,0.3);
}

/* Icon animation */
.animate-icon i {
  font-size: 3rem;
  color: #ffce00;
  animation: bounce 2s infinite;
  display: inline-block;
  margin-bottom: 1rem;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Service heading bigger */
.service-heading {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

/* Paragraph shorter and lighter */
.service-box p {
  font-size: 0.95rem;
  line-height: 1.4;
}


.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  /* height: 30px !important; */
}

/* Logo image */
.logo-img {
  width: auto;
  height: 80px;
}

/* Logo text */
.logo-text {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.logo-text span {
  color: #272757 !important;
}
span.logo-text{
    color: #272757 !important;

}

/* Mobile responsive */
@media (max-width: 768px) {
  .logo-img {
    width: auto !important;
  }

  .logo-text {
    font-size: 20px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
 
   .logo-img {
    width: 50px;
  }
}



/* ================= TOP BAR ================= */
.top-bar{
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 38px;
  background: white;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  position: relative;   /* IMPORTANT */
}

/* 50% bottom border */
.top-bar::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;           /* 👈 control width here */
  height: 2px;
  background: white;
}

.top-bar span{
  font-weight:500;
  font-size:14px;
  letter-spacing:1px;
  opacity:0;
  color: #010314;
  animation:slideStop 1.2s ease forwards;
}

@keyframes slideStop{
  from{transform:translateY(-20px);opacity:0;}
  to{transform:translateY(0);opacity:1;}
}



.shine-text span{
  background:linear-gradient(
    120deg,
    #4facfe 40%,
    #ffffff 40%,
    #4facfe 40%,
  );
  background-size:200% auto;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  animation:shine 3s linear infinite;
}

@keyframes shine{
  to{background-position:200% center;}
}



/* ================= RESPONSIVE ================= */
@media(max-width:900px){


  .hero-left h1{
    font-size:34px;
  }

  .desc{
    font-size:15px;
  }

  .section{
    padding:60px 24px;
  }

  .services-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .why-us-wrapper{
    grid-template-columns:1fr;
  }

  .process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .testimonials-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .contact-wrapper{
    grid-template-columns:1fr;
    gap:32px;
    padding:40px 24px;
  }
}


 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    }

    /* body {
      background: #f4f7fb;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    } */

    /* === navbar styles === */
    .navbar {
      background-color: #ffffff  !important;
      /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 20, 40, 0.08); */
      padding: 0.2rem 2rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      height: 100px !important;
      z-index: 1;
    }

    /* left side logo */
    .logo {
      display: flex;
      align-items: center;
      font-size: 1.9rem;
      font-weight: 700;
      letter-spacing: -0.5px;
      color: #1e2b4f;
      padding: 0.5rem 0;
    }

    .logo i {
      font-size: 2.2rem;
      margin-right: 10px;
      color: #2f55d4;
      /* background: linear-gradient(145deg, #2f55d4, #1e3b9c); */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .logo span {
      /* background: linear-gradient(130deg, #1e2b4f, #2f55d4); */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* desktop navigation (right side) */
    .nav-menu {
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .nav-links {
      display: flex;
      list-style: none;
      gap: 0.5rem;
    }

    .nav-links li {
      position: relative;
    }

    .nav-links a {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 0.9rem 1.2rem;
      text-decoration: none;
      font-weight: 550;
      color: #1e2b4f;
      border-radius: 60px;
      transition: all 0.2s ease;
      font-size: 1.05rem;
      white-space: nowrap;
      background-color: #fff;
    }

    .nav-links a i {
      font-size: 0.8rem;
      color: #5a6c8f;
    
      transition: transform 0.2s;
    }

    /* hover effect for top links */
    .nav-links > li > a:hover {
      background: #f0f4fe;
      color: #1e3b9c;
    }

    .nav-links > li > a:hover i {
      transform: rotate(180deg);
      color: #1e3b9c;
    }

    /* --- dropdown (services with 8 items) --- */
    .dropdown-content {
      position: absolute;
      top: 120%;
      left: 0;
      min-width: 240px;
      background: white;
      border-radius: 20px;
      padding: 0.75rem 0.4rem;
      box-shadow: 0 20px 35px -8px rgba(0, 20, 40, 0.25), 0 8px 16px rgba(0,0,0,0.08);
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.25s cubic-bezier(0.2, 0.9, 0.3, 1.1);
      backdrop-filter: blur(2px);
      border: 1px solid rgba(255,255,255,0.5);
      z-index: 100;
      display: grid;
      grid-template-columns: repeat(2, 1fr);  /* 2 columns → 8 items = 4 rows */
      gap: 0.2rem 0.6rem;
    }

    /* dropdown shows on hover (desktop) */
    .nav-links li.dropdown:hover .dropdown-content {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .dropdown-content a {
      padding: 0.7rem 1rem;
      border-radius: 40px;
      color: #1e2b4f;
      background: transparent;
      font-weight: 480;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background 0.15s, color 0.15s;
    }

    .dropdown-content a i {
      font-size: 1rem;
      width: 1.4rem;
      color: #2f55d4;
      background: none;
      transform: none !important;
    }

    .dropdown-content a:hover {
      background: #e9efff;
      color: #1e3b9c;
    }

    /* small caret next to Services */
    .nav-links .dropdown > a i {
      transition: transform 0.2s;
    }

    /* active indicator (not needed, just aesthetic) */
    .nav-links a.active {
      background: #eef2ff;
      color: #1e3b9c;
    }

    /* hamburger icon (hidden on desktop) */
    .hamburger {
      display: none;
      font-size: 2rem;
      background: none;
      border: none;
      color: #1e2b4f;
      cursor: pointer;
      padding: 0.4rem 0.8rem;
      border-radius: 50px;
      transition: background 0.2s;
    }

    .hamburger:hover {
      background: #f0f4fe;
    }

    /* mobile styles */
    @media screen and (max-width: 800px) {
      .navbar {
        padding: 0.2rem 1.2rem;
      }

      .hamburger {
        display: block;
        order: 2;
      }

      .nav-menu {
        order: 3;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        background: white;
        border-radius: 32px;
        padding: 1rem 1.2rem;
        margin: 0.8rem 0 0.6rem 0;
        box-shadow: 0 12px 30px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0,0.02);
        display: none;  /* hidden by default */
      }

      .nav-menu.active {
        display: flex;
      }

      .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 0.2rem;
      }

      .nav-links a {
        width: 100%;
        justify-content: space-between;
        padding: 1rem 1.2rem;
        border-radius: 40px;
      }

      /* dropdown in mobile: positioned static, shown when expanded */
      .dropdown-content {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8fafd;
        border-radius: 30px;
        padding: 0.6rem 1rem;
        margin: 0.2rem 0 0.6rem 0.8rem;
        width: calc(100% - 1.6rem);
        grid-template-columns: repeat(2, 1fr);
        border: 1px solid rgba(47, 85, 212, 0.1);
        transition: none;
        display: grid;
      }

      .nav-lins .dropdown:hover .dropdown-content { /* override hover on mobile */
        display: grid;
      }

      /* hide desktop hover, use a small toggle (we keep both, but we need consistent expand) */
      .nav-links li.dropdown .dropdown-content {
        display: none;  /* hidden by default in mobile */
      }

      .nav-links li.dropdown.open .dropdown-content {
        display: grid;  /* shown when 'open' class toggled */
      }

      /* caret becomes a tap target */
      .nav-links .dropdown > a i {
        pointer-events: none;  /* we'll use JS to toggle on the whole link, but keep icon as part of link */
      }

      /* make dropdown items slightly smaller */
      .dropdown-content a {
        padding: 0.7rem 0.6rem;
        font-size: 0.95rem;
      }
    }

    /* small extra safety for 8 items */
    .dropdown-content a:nth-child(n) {
      grid-column: span 1;
    }

    /* simple main content */
    .demo-content {
      flex: 1;
      padding: 4rem 2rem;
      max-width: 1000px;
      margin: 0 auto;
      text-align: center;
      color: #1e2b4f;
    }

    .demo-content h2 {
      font-size: 2.5rem;
      font-weight: 600;
      background: linear-gradient(145deg, #1e2b4f, #2f55d4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 1rem;
    }

    .demo-content p {
      font-size: 1.2rem;
      color: #2d3f66;
    }


    .logomains{
        width: 150px;
        height:auto !important;
    }










