@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #111;
  background: #fff;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 14px rgba(0,0,0,0.08);
}@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',sans-serif;color:#111;background:#fff;overflow-x:hidden}

#loader{position:fixed;inset:0;background:#fff;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.7s ease}
#loader.hide{opacity:0;visibility:hidden}
.loader-logo{width:86px;height:86px;border-radius:50%;background:#1396a3;color:white;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;animation:pulseLogo 1.4s infinite}
#loader p{letter-spacing:4px;text-transform:uppercase;font-weight:700;color:#1396a3}

.header{position:fixed;top:0;width:100%;background:#fff;z-index:1000;box-shadow:0 2px 14px rgba(0,0,0,.08);transition:.3s}
.header.scrolled{box-shadow:0 10px 30px rgba(0,0,0,.14)}
.top-social{height:45px;padding:0 75px;display:flex;justify-content:flex-end;align-items:center;gap:18px;border-bottom:1px solid #eee}
.top-social a{width:25px;height:25px;color:#1396a3;display:flex;transition:.3s}
.top-social a:hover{transform:translateY(-3px) rotate(8deg)}
.top-social svg{width:25px;height:25px;fill:currentColor}

.nav{height:84px;display:flex;justify-content:center;align-items:center}
.nav-menu{display:flex;align-items:center;justify-content:center;gap:24px}
.nav-link{height:84px;display:inline-flex;align-items:center;color:#222;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase;white-space:nowrap;position:relative;transition:.3s}
.nav-link:after{content:"";position:absolute;bottom:23px;left:0;width:0;height:2px;background:#1396a3;transition:.3s}
.nav-link:hover:after,.nav-link.active:after{width:100%}
.nav-link.active,.nav-link:hover{color:#1396a3}
.nav-item{position:relative}
.dropdown{display:none;position:absolute;top:84px;left:0;min-width:245px;background:#fff;border-top:4px solid #1396a3;box-shadow:0 12px 35px rgba(0,0,0,.16);animation:dropdownFade .25s ease}
.dropdown a{display:block;padding:14px 18px;color:#222;text-decoration:none;font-size:13px;letter-spacing:1px}
.dropdown a:hover{background:#f4f4f4;color:#1396a3}
.nav-item:hover .dropdown{display:block}
.mobile-btn{display:none}

.hero{min-height:100vh;padding:170px 30px 90px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),radial-gradient(circle,#1396a3,#111);color:#fff;position:relative;overflow:hidden}
.hero-bg-shape{position:absolute;border-radius:50%;filter:blur(8px);opacity:.5;animation:floatShape 7s infinite ease-in-out}
.shape-one{width:260px;height:260px;background:#1396a3;left:8%;top:25%}
.shape-two{width:180px;height:180px;background:#31c7d6;right:12%;bottom:18%;animation-delay:1.5s}
.hero-content{max-width:980px;position:relative;z-index:2}
.eyebrow,.mini-title{color:#1396a3;text-transform:uppercase;letter-spacing:4px;font-size:13px;font-weight:700}
.hero h1{margin:18px 0 10px;font-size:clamp(42px,6vw,78px);line-height:1.08}
#changingWord{color:#31d6e6;display:inline-block;min-width:280px}
.hero p{color:#eee;font-size:18px;margin:0 auto 32px;max-width:850px;line-height:1.8}
.hero-buttons{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.primary-btn,.secondary-btn{padding:15px 34px;text-decoration:none;border-radius:40px;font-weight:700;transition:.3s}
.primary-btn{background:#1396a3;color:#fff}
.secondary-btn{border:2px solid #fff;color:#fff}
.primary-btn:hover,.secondary-btn:hover{transform:translateY(-4px)}

.shine-btn{position:relative;overflow:hidden}
.shine-btn:before{content:"";position:absolute;top:0;left:-120%;width:80%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transform:skewX(-20deg)}
.shine-btn:hover:before{animation:shine .8s}

.intro-section{padding:145px 30px 70px;text-align:center;background:#fff;scroll-margin-top:145px}
.intro-section h2{font-size:34px;margin:0 0 12px}
.intro-section h2 span{color:#229ca8}
.intro-section h3{font-size:24px;margin:0 0 14px;font-weight:500}
.intro-section p{font-size:15px;color:#222;max-width:850px;margin:auto}

.counter-grid{max-width:1000px;margin:45px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.counter-grid div{background:#f6f6f6;border:1px solid #e8e8e8;padding:28px 18px;transition:.3s}
.counter-grid div:hover{transform:translateY(-8px);background:#1396a3;color:#fff}
.counter-grid h4{font-size:36px;margin:0;color:#1396a3}
.counter-grid div:hover h4{color:#fff}

.section{padding:115px 45px;text-align:center;scroll-margin-top:145px}
.white-section{background:#fff}.light-section{background:#f6f6f6}.contact-section{background:#fff}
.section h2{max-width:950px;margin:16px auto;font-size:clamp(32px,5vw,56px);line-height:1.12}
.section p{color:#666;line-height:1.8}

.service-grid,.portfolio-grid,.process-grid,.why-grid,.material-grid{max-width:1160px;margin:45px auto 0;display:grid;gap:26px}
.service-grid{grid-template-columns:repeat(4,1fr)}
.portfolio-grid{grid-template-columns:repeat(3,1fr)}
.process-grid,.why-grid,.material-grid{grid-template-columns:repeat(4,1fr)}

.service-grid article,.portfolio-card,.process-grid div,.why-grid div,.material-card{background:#fff;border:1px solid #e8e8e8;padding:32px 24px;min-height:190px;transition:.35s;text-align:left}
.service-grid article h3,.portfolio-card h3,.process-grid h3{margin-top:0;font-size:21px}
.service-grid article:hover,.portfolio-card:hover,.process-grid div:hover,.why-grid div:hover,.material-card:hover{transform:none;background:#2f7a9d7c;color:#fff;box-shadow:none}
.service-grid article:hover p,.process-grid div:hover p{color:#fff}

.portfolio-filter{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:35px}
.filter-btn{border:1px solid #1396a3;background:transparent;color:#1396a3;padding:10px 22px;cursor:pointer;font-weight:700;transition:.3s}
.filter-btn.active,.filter-btn:hover{background:#1396a3;color:white}
.portfolio-img{height:190px;background:linear-gradient(135deg,#1396a3,#333);color:#fff;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:800;margin:-32px -24px 22px;transition:.4s}

.material-card.material-card{
  min-height:120px;
  font-size:22px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  border-radius:35px;
  overflow:hidden;
  transition:.35s;
}
.process-grid span{color:#1396a3;font-size:30px;font-weight:800}
.process-grid div:hover span{color:white}
.why-grid div{min-height:110px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center}

.contact-layout{max-width:1100px;margin:45px auto 0;display:grid;grid-template-columns:.85fr 1.15fr;gap:35px;text-align:left}
.contact-info{background:#f6f6f6;padding:32px;border:1px solid #e8e8e8}
form{display:flex;flex-direction:column;gap:16px}
input,textarea,select{padding:16px 18px;border:1px solid #ddd;outline:none;font-family:inherit;background:#fff}
textarea{height:150px;resize:none}
form button{border:none;background:#1396a3;color:white;padding:16px;font-weight:800;cursor:pointer}

.float-btn{position:fixed;right:22px;z-index:1200;text-decoration:none;color:white;padding:12px 18px;border-radius:40px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);animation:pulseFloat 1.7s infinite}
.whatsapp-float{bottom:82px;background:#25D366}
.call-float{bottom:25px;background:#1396a3}

.footer{background:#111;color:white;padding:50px 30px 28px;text-align:center}
.footer h3{margin-top:0}
.footer-links{margin:22px 0;display:flex;gap:22px;justify-content:center;flex-wrap:wrap}
.footer-links a{color:white;text-decoration:none}
.footer-links a:hover{color:#1396a3}

.reveal{opacity:0;transform:translateY(38px);transition:opacity .75s ease,transform .75s ease}
.reveal.active{opacity:1;transform:translateY(0)}
.reveal:nth-child(2){transition-delay:.08s}
.reveal:nth-child(3){transition-delay:.14s}
.reveal:nth-child(4){transition-delay:.2s}

@keyframes pulseLogo{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
@keyframes dropdownFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes floatShape{0%,100%{transform:translateY(0)}50%{transform:translateY(-35px)}}
@keyframes shine{to{left:130%}}
@keyframes pulseFloat{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}

@media(max-width:1180px){
  .nav-menu{gap:16px}
  .nav-link{font-size:12px;letter-spacing:2px}
}

@media(max-width:980px){
  .top-social{justify-content:center;padding:0 20px}
  .nav{height:75px;justify-content:flex-end;padding:0 20px}
  .mobile-btn{display:block;background:#1396a3;color:#fff;border:none;font-size:24px;padding:8px 14px}
  .nav-menu{display:none;position:absolute;top:120px;left:0;width:100%;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:18px 24px;box-shadow:0 15px 30px rgba(0,0,0,.12)}
  .nav-menu.show{display:flex}
  .nav-link{height:auto;padding:14px 0;letter-spacing:2px}
  .nav-link:after{display:none}
  .dropdown{display:block;position:static;box-shadow:none;border-top:none;padding-left:18px}
  .contact-layout{grid-template-columns:1fr}
  .service-grid,.portfolio-grid,.process-grid,.why-grid,.material-grid,.counter-grid{grid-template-columns:1fr}
  .section{padding:80px 22px}
  .hero{padding-top:180px}
  #changingWord{min-width:auto}
}

.top-social {
  height: 45px;
  padding: 0 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #eee;
}

.top-social a {
  width: 25px;
  height: 25px;
  color: #1396a3;
  display: flex;
}

.top-social svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.nav {
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-link {
  height: 84px;
  display: inline-flex;
  align-items: center;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}

.nav-link.active,
.nav-link:hover {
  color: #1396a3;
}

.nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: #1396a3;
}

.nav-item {
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  top: 84px;
  left: 0;
  min-width: 245px;
  background: #fff;
  border-top: 4px solid #1396a3;
  box-shadow: 0 12px 35px rgba(0,0,0,0.16);
}

.dropdown a {
  display: block;
  padding: 14px 18px;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
}

.dropdown a:hover {
  background: #f4f4f4;
  color: #1396a3;
}

.nav-item:hover .dropdown {
  display: block;
}

.mobile-btn {
  display: none;
}

.hero {
  min-height: 100vh;
  padding: 170px 30px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
    radial-gradient(circle, #1396a3, #111);
  color: #fff;
}

.hero-content {
  max-width: 980px;
}

.hero span,
.mini-title {
  color: #1396a3;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 700;
}

.hero h1 {
  margin: 18px 0 10px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.08;
}

.hero h3 {
  font-size: 28px;
  margin: 0 0 18px;
  font-weight: 500;
}

.hero p {
  color: #eee;
  font-size: 18px;
  margin: 0 auto 32px;
  max-width: 850px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
  padding: 15px 34px;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 700;
}

.primary-btn {
  background: #1396a3;
  color: #fff;
}

.secondary-btn {
  border: 2px solid #fff;
  color: #fff;
}

.intro-section {
  padding: 145px 30px 70px;
  text-align: center;
  background: #fff;
  scroll-margin-top: 145px;
}

.intro-section h2 {
  font-size: 34px;
  margin: 0 0 12px;
}

.intro-section h2 span {
  color: #229ca8;
}

.intro-section h3 {
  font-size: 24px;
  margin: 0 0 14px;
  font-weight: 500;
}

.intro-section p {
  font-size: 15px;
  color: #222;
  max-width: 850px;
  margin: auto;
}

.capabilities-section {
  max-width: 1120px;
  margin: auto;
  padding: 40px 30px 95px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  scroll-margin-top: 145px;
}

.cap-left h2 {
  font-size: 34px;
  margin: 0 0 12px;
}

.small-line {
  width: 18px;
  height: 2px;
  background: #229ca8;
  margin-bottom: 22px;
}

.cap-left span {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cap-left p {
  font-size: 13px;
  line-height: 1.65;
  max-width: 430px;
}

.demo-graphic {
  position: relative;
  width: 430px;
  height: 360px;
  margin-top: 25px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.center-logo {
  width: 175px;
  height: 175px;
  background: #229ca8;
  left: 130px;
  top: 95px;
  font-size: 42px;
  flex-direction: column;
  z-index: 3;
}

.center-logo small {
  font-size: 18px;
  font-weight: 400;
}

.c1 { width:120px; height:120px; background:#3abfcb; left:30px; top:40px; }
.c2 { width:125px; height:125px; background:#555; left:120px; top:0; }
.c3 { width:115px; height:115px; background:#444; right:25px; top:30px; }
.c4 { width:125px; height:125px; background:#38b9c7; right:0; top:150px; }
.c5 { width:135px; height:135px; background:#30b6c4; left:45px; bottom:0; }
.c6 { width:115px; height:115px; background:#555; right:90px; bottom:0; }

.cap-right {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding-top: 45px;
}

.cap-item {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  align-items: start;
}

.cap-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 4px solid #229ca8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #229ca8;
}

.cap-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.cap-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #222;
}

.section {
  padding: 115px 45px;
  text-align: center;
  scroll-margin-top: 145px;
}

.white-section {
  background: #fff;
}

.light-section {
  background: #f6f6f6;
}

.contact-section {
  background: #fff;
}

.section h2 {
  max-width: 950px;
  margin: 16px auto;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.12;
}

.section p {
  color: #666;
  line-height: 1.8;
}

.service-grid,
.portfolio-grid,
.process-grid,
.why-grid,
.blog-grid {
  max-width: 1160px;
  margin: 45px auto 0;
  display: grid;
  gap: 26px;
}

.service-grid {
  grid-template-columns: repeat(4, 1fr);
}

.four-grid {
  grid-template-columns: repeat(4, 1fr);
}

.portfolio-grid {
  grid-template-columns: repeat(3, 1fr);
}

.process-grid,
.blog-grid {
  grid-template-columns: repeat(3, 1fr);
}

.why-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-grid article,
.portfolio-card,
.process-grid div,
.why-grid div,
.blog-grid article {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 32px 24px;
  min-height: 190px;
  transition: .3s;
  text-align: left;
  border-radius:25px;
  overflow:hidden;
}

.service-grid article h3,
.portfolio-card h3,
.process-grid h3,
.blog-grid h3 {
  margin-top: 0;
  font-size: 21px;
}

.service-grid article:hover,
.portfolio-card:hover,
.process-grid div:hover,
.why-grid div:hover,
.blog-grid article:hover {
  .portfolio-card:hover{
  transform:none !important;
  box-shadow:none !important;
}

  background: #1396a3;
  color: #fff;
}

.portfolio-card{
  transform:none !important;
  transition:none !important;
}





.service-grid article:hover p,
.blog-grid article:hover p,
.process-grid div:hover p {
  color: #fff;
}

.portfolio-filter {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.filter-btn {
  border: 1px solid #1396a3;
  background: transparent;
  color: #1396a3;
  padding: 10px 22px;
  cursor: pointer;
  font-weight: 700;
  border-radius:75px;
.filter-btn{
  border-radius:999px;
  padding:12px 30px;
}
}


.filter-btn.active,
.filter-btn:hover {
  background: #1396a3;
  color: white;

}

.portfolio-img {
  border-radius:25px;
  height: 190px;
  background: linear-gradient(135deg, #1396a3, #333);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  margin: -32px -24px 22px;
}

.process-grid span {
  color: #1396a3;
  font-size: 30px;
  font-weight: 800;
}

.why-grid div {
  min-height: 110px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-layout {
  max-width: 1100px;
  margin: 45px auto 0;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 35px;
  text-align: left;
}

.contact-info {
  background: #f6f6f6;
  padding: 32px;
  border: 1px solid #e8e8e8;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

input,
textarea,
select {
  padding: 16px 18px;
  border: 1px solid #ddd;
  outline: none;
  font-family: inherit;
  background: #fff;
}

textarea {
  height: 150px;
  resize: none;
}

form button {
  border: none;
  background: #1396a3;
  color: white;
  padding: 16px;
  font-weight: 800;
  cursor: pointer;
}

.page-text {
  max-width: 850px;
  margin: auto;
}

.footer {
  background: #111;
  color: white;
  padding: 50px 30px 28px;
  text-align: center;
}

.footer h3 {
  margin-top: 0;
}

.footer-links {
  margin: 22px 0;
  display: flex;
  gap: 22px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  color: #1396a3;
}

@media (max-width: 1180px) {
  .nav-menu {
    gap: 16px;
  }

  .nav-link {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (max-width: 980px) {
  .top-social {
    justify-content: center;
    padding: 0 20px;
  }

  .nav {
    height: 75px;
    justify-content: flex-end;
    padding: 0 20px;
  }

  .mobile-btn {
    display: block;
    background: #1396a3;
    color: #fff;
    border: none;
    font-size: 24px;
    padding: 8px 14px;
    border-radius:12px;
  }

  .nav-menu {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 18px 24px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
  }

  .nav-menu.show {
    display: flex;
  }

  .nav-link {
    height: auto;
    padding: 14px 0;
    letter-spacing: 2px;
  }

  .nav-link.active::before {
    display: none;
  }

  .dropdown {
    display: block;
    position: static;
    box-shadow: none;
    border-top: none;
    padding-left: 18px;
  }

  .capabilities-section,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .demo-graphic {
    width: 100%;
    transform: scale(.8);
    transform-origin: left top;
  }

  .service-grid,
  .portfolio-grid,
  .process-grid,
  .why-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 80px 22px;
  }
}



.footer-links{
  margin-top:15px;
  display:flex;
  justify-content:center;
  gap:25px;
}

.footer-links a{
  text-decoration:none;
  color:#666;
  font-size:14px;
}

.footer-links a:hover{
  color:#1396a3;
}
.honeypot{
  display:none;
}

.portfolio-img{
  height:240px;
  overflow:hidden;
  border-radius:28px 28px 0 0;
}

.portfolio-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.5s ease;
  
}



.portfolio-card,
.portfolio-card:hover,
.portfolio-img,
.portfolio-img img,
.portfolio-card:hover .portfolio-img img{
  transform:none !important;
  animation:none !important;
}



.top-social a{
  font-size:22px;
  color:#1396a3;
  text-decoration:none;
  margin:0 8px;
}

.top-social a:hover{
  color:#ff6b35;
}





.nav-menu{
  display:flex;
  align-items:center;
  gap:10px;
  background:#fff;
  padding:8px;
  border-radius:20px;
}

.expand-tab{
  display:flex;
  align-items:center;
  gap:0;
  padding:12px;
  border-radius:16px;
  color:#222;
  text-decoration:none;
  font-weight:800;
  font-size:13px;
  letter-spacing:1px;
  overflow:hidden;
  transition:.35s ease;
}

.expand-tab i{
  font-size:18px;
  min-width:20px;
  color:#643a88;
}

.expand-tab span{
  max-width:0;
  opacity:0;
  white-space:nowrap;
  overflow:hidden;
  transition:.35s ease;
}

.expand-tab:hover,
.expand-tab.active{
  gap:8px;
  background:#e9f8fa;
  color:#000000;
  padding:12px 18px;
}

.expand-tab:hover span,
.expand-tab.active span{
  max-width:140px;
  opacity:1;
}
@media(max-width:768px){
  .nav-menu{
    width:90%;
    left:5%;
    right:5%;
    top:155px;
    display:none;
    flex-direction:column;
    gap:10px;
    padding:18px;
    border-radius:24px;
  }

  .nav-menu.show{
    display:flex;
  }

  .expand-tab{
    width:100%;
    justify-content:flex-start;
    gap:12px !important;
    padding:13px 18px !important;
  }

  .expand-tab span{
    max-width:200px !important;
    opacity:1 !important;
  }

  .expand-tab i{
    font-size:18px;
  }
}
#loader{
  position:fixed;
  inset:0;
  background:#fff;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .6s ease, visibility .6s ease;
}

#loader.hide{
  opacity:0;
  visibility:hidden;
}

.skeleton-page{
  width:min(1100px,90%);
}

.skeleton-header,
.skeleton-title,
.skeleton-text,
.skeleton-grid div{
  background:linear-gradient(90deg,#eeeeee,#f8f8f8,#eeeeee);
  background-size:200% 100%;
  animation:skeletonMove 1.2s infinite linear;
  border-radius:20px;
}

.skeleton-header{
  width:180px;
  height:42px;
  margin-bottom:45px;
}

.skeleton-title{
  width:70%;
  height:70px;
  margin-bottom:22px;
}

.skeleton-text{
  width:90%;
  height:22px;
  margin-bottom:14px;
}

.skeleton-text.short{
  width:55%;
}

.skeleton-grid{
  margin-top:45px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.skeleton-grid div{
  height:190px;
}

#offlineMessage{
  display:none;
  margin-top:35px;
  color:#d62828;
  font-weight:800;
  text-align:center;
}

#loader.offline #offlineMessage{
  display:block;
}

@keyframes skeletonMove{
  from{background-position:200% 0}
  to{background-position:-200% 0}
}

@media(max-width:700px){
  .skeleton-title{
    width:100%;
    height:48px;
  }

  .skeleton-grid{
    grid-template-columns:1fr;
  }

  .skeleton-grid div{
    height:130px;
  }
}

.site-logo{
  position:absolute;
  left:20px;
  top:16px;
  z-index:1001;
  display:flex;
  align-items:center;
}

.site-logo img{
  height:125px;
  width:auto;
  display:block;
}

@media(max-width:768px){
  .site-logo{
    left:18px !important;
    top:52px !important;
  }

  .site-logo img{
    height:135px !important;
    width:auto !important;
  }

  .nav{
    height:165px !important;
    align-items:center;
  }

  .mobile-btn{
    margin-top:45px;
  }
}

@media(max-width:768px){
  .mobile-btn{
    width:64px !important;
    height:64px !important;
    font-size:28px !important;
    border-radius:20px !important;
    padding:0 !important;
    margin-top:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
  }

  .mobile-btn.active{
    transform:rotate(90deg) scale(.95);
    border-radius:50%;
    background:#111 !important;
  }

  .nav-menu{
    opacity:0;
    transform:translateY(-18px) scale(.96);
    pointer-events:none;
    transition:.35s ease;
  }

  .nav-menu.show{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }
}


.site-logo{
  position:absolute;
  left: 30px;
  top: 29px;
  z-index:1000;
}


.site-logo img{
  height:115px;
  width:auto;
  display:block;
}


.theme-toggle{
  position:absolute;
  right:190px;
  top:10px;
  width:36px;
  height:36px;
  border:none;
  border-radius:50%;
  background:#e9f8fa;
  color:#1396a3;
  font-size:16px;
  cursor:pointer;
  z-index:1002;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.dark-mode{
  background:#0f0f0f;
  color:#fff;
}

body.dark-mode .header,
body.dark-mode .designer-header,
body.dark-mode .nav-menu,
body.dark-mode .top-social{
  background:#111;
  border-color:#222;
}

body.dark-mode .section,
body.dark-mode .white-section,
body.dark-mode .light-section,
body.dark-mode .intro-section,
body.dark-mode .contact-section,
body.dark-mode .story-section,
body.dark-mode .software-carousel-section{
  background:#111;
  color:#fff;
}

body.dark-mode .section p,
body.dark-mode .intro-section p,
body.dark-mode .story-left p,
body.dark-mode .software-carousel-section p,
body.dark-mode .contact-info p{
  color:#ddd;
}

body.dark-mode .service-grid article,
body.dark-mode .portfolio-card,
body.dark-mode .process-grid div,
body.dark-mode .why-grid div,
body.dark-mode .material-card,
body.dark-mode .contact-info,
body.dark-mode .team-card,
body.dark-mode .skill,
body.dark-mode .tool-pill,
body.dark-mode .timeline div{
  background:#1a1a1a;
  border-color:#333;
  color:#fff;
}

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select{
  background:#151515;
  border-color:#333;
  color:#fff;
}

body.dark-mode input::placeholder,
body.dark-mode textarea::placeholder{
  color:#aaa;
}

body.dark-mode .expand-tab,
body.dark-mode .designer-header nav a{
  color:#eee;
}

body.dark-mode .expand-tab:hover,
body.dark-mode .expand-tab.active{
  background:#1d2f33;
  color:#fff;
}

body.dark-mode .theme-toggle{
  background:#222;
  color:#ffd166;
}

@media(max-width:768px){
  .theme-toggle{
    right:95px;
    top:14px;
  }
}


.circle-contact-menu{
  position:fixed;
  right:28px;
  bottom:28px;
  width:170px;
  height:170px;
  z-index:1500;
}

.circle-main-btn{
  position:absolute;
  right:0;
  bottom:0;
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  background:#1396a3;
  color:#fff;
  font-size:28px;
  cursor:pointer;
  box-shadow:0 14px 35px rgba(0,0,0,.25);
  z-index:3;
}

.circle-item{
  position:absolute;
  right:7px;
  bottom:7px;
  width:55px;
  height:55px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:23px;
  opacity:0;
  pointer-events:none;
  transform:translate(0,0) scale(.4);
  transition:.45s cubic-bezier(.68,-0.55,.27,1.55);
  box-shadow:0 12px 28px rgba(0,0,0,.22);
}

.circle-item span{
  position:absolute;
  right:65px;
  background:#111;
  color:#fff;
  font-size:12px;
  padding:6px 10px;
  border-radius:20px;
  opacity:0;
  white-space:nowrap;
  transition:.3s;
}

.circle-item:hover span{
  opacity:1;
}

.whatsapp-item{
  background:#25D366;
}

.call-item{
  background:#1396a3;
}

.circle-contact-menu.open .whatsapp-item{
  opacity:1;
  pointer-events:auto;
  transform:translate(-10px,-92px) scale(1);
}

.circle-contact-menu.open .call-item{
  opacity:1;
  pointer-events:auto;
  transform:translate(-85px,-35px) scale(1);
}

.circle-contact-menu.open .circle-main-btn{
  background:#111;
}

@media(max-width:768px){
  .circle-contact-menu{
    right:18px;
    bottom:18px;
  }
}

@media(max-width:768px){
  .nav-menu{
    position:fixed !important;
    top:0 !important;
    left:-85% !important;
    width:78% !important;
    height:100vh !important;
    background:#fff !important;
    z-index:2000 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding:120px 28px 30px !important;
    gap:18px !important;
    border-radius:0 35px 35px 0 !important;
    box-shadow:25px 0 60px rgba(0,0,0,.18) !important;
    transition:left .45s cubic-bezier(.22,.61,.36,1) !important;
  }

  .nav-menu.show{
    left:0 !important;
  }

  .expand-tab{
    width:100% !important;
    justify-content:flex-start !important;
    gap:16px !important;
    padding:14px 18px !important;
    border-radius:18px !important;
    color:#333 !important;
  }

  .expand-tab span{
    max-width:220px !important;
    opacity:1 !important;
  }

  .expand-tab.active,
  .expand-tab:hover{
    background:#e9f8fa !important;
    color:#000 !important;
  }

  .mobile-btn{
    width:62px !important;
    height:62px !important;
    border-radius:22px !important;
    font-size:28px !important;
    padding:0 !important;
    z-index:2500 !important;
    transition:.35s ease !important;
  }

  .mobile-btn.active{
    transform:rotate(90deg);
    background:#111 !important;
    border-radius:50% !important;
  }
}

@media(max-width:768px){

  body.menu-open::before{
    pointer-events:none !important;
    background:rgba(19,150,163,.28) !important;
    backdrop-filter:blur(1px) !important;
    z-index:1400 !important;
  }

  .nav-menu{
    z-index:2200 !important;
    filter:none !important;
    backdrop-filter:none !important;
  }

  .mobile-btn{
    position:relative !important;
    z-index:3000 !important;
    pointer-events:auto !important;
  }

  .nav-menu.show{
    left:0 !important;
  }
}

@media(max-width:768px){

  .mobile-btn{
    position:fixed !important;
    right:20px !important;
    top:220px !important;
    z-index:9999 !important;
  }

  .nav-menu{
    z-index:9000 !important;
  }
}

/* FINAL MOBILE DRAWER MENU FIX */
@media(max-width:768px){

  .nav{
    height:165px !important;
    justify-content:flex-end !important;
    padding:0 20px !important;
  }

  .mobile-btn{
    position:fixed !important;
    right:20px !important;
    top:180px !important;
    width:58px !important;
    height:58px !important;
    padding:0 !important;
    border-radius:18px !important;
    background:#1396a3 !important;
    color:#fff !important;
    font-size:26px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:99999 !important;
    pointer-events:auto !important;
    transition:.35s ease !important;
  }

  .mobile-btn.active{
    transform:rotate(90deg) !important;
    background:#111 !important;
    border-radius:50% !important;
  }

  .nav-menu{
    position:fixed !important;
    top:0 !important;
    left:-82% !important;
    width:78% !important;
    height:100vh !important;
    background:rgba(255,255,255,.92) !important;
    backdrop-filter:blur(14px) !important;
    z-index:9000 !important;

    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;

    padding:135px 28px 35px !important;
    gap:18px !important;

    border-radius:0 36px 36px 0 !important;
    box-shadow:25px 0 60px rgba(0,0,0,.18) !important;

    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;

    transition:left .45s cubic-bezier(.22,.61,.36,1) !important;
  }

  .nav-menu.show{
    left:0 !important;
  }

  .expand-tab{
    width:100% !important;
    justify-content:flex-start !important;
    gap:16px !important;
    padding:14px 18px !important;
    border-radius:18px !important;
    color:#333 !important;
  }

  .expand-tab span{
    max-width:220px !important;
    opacity:1 !important;
  }

  .expand-tab.active,
  .expand-tab:hover{
    background:#e9f8fa !important;
    color:#000 !important;
  }

  body.menu-open::before{
    content:none !important;
    display:none !important;
  }
}



/* FINAL BUTTON SIZE & POSITION FIX */
@media(max-width:768px){

  /* Hamburger button: small + वर */
  .mobile-btn{
    width:48px !important;
    height:48px !important;
    font-size:22px !important;
    border-radius:50% !important;
    right:20px !important;
    top:70px !important;
  }

  /* WhatsApp/Call circle menu: small + वर */
  .circle-contact-menu{
    right:18px !important;
    bottom:30px !important;
    width:80px !important;
    height:80px !important;
  }

  .circle-main-btn{
    width:50px !important;
    height:50px !important;
    font-size:22px !important;
  }

  .circle-item{
    width:46px !important;
    height:46px !important;
    font-size:19px !important;
  }

  .circle-contact-menu.open .whatsapp-item{
    transform:translate(-6px,-78px) scale(1) !important;
  }

  .circle-contact-menu.open .call-item{
    transform:translate(-70px,-28px) scale(1) !important;
  }
}




.faq-container{
  max-width:1000px;
  margin:auto;
  display:grid;
  gap:20px;
}

.faq-item{
  background:#fff;
  border:1px solid #e5e5e5;
  border-radius:16px;
  padding:24px;
  transition:.3s;
}

.faq-item:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.faq-item h3{
  margin-bottom:12px;
}

.faq-item p{
  color:#666;
  line-height:1.7;
}


/* MOBILE LOGO LEFT ALIGN FIX */
@media(max-width:768px){
  .site-logo{
    left:-20px !important;
    top:55px !important;
  }

  .site-logo img{
    height:135px !important;
    width:auto !important;
  }
}

@media(max-width:768px){

  .top-social{
    justify-content:flex-end !important;
    padding-right:14px !important;
    gap:18px !important;
    width:100% !important;
  }

  .top-social a{
    font-size:28px !important;
  }

}


/* FINAL MOBILE LOGO FIX */
@media(max-width:768px){
  .site-logo{
    left:10px !important;
    top:65px !important;
  }

  .site-logo img{
    height:115px !important;
    width:auto !important;
    display:block !important;
  }
}