/*=========================================
DESIGN TOKENS
=========================================*/

:root{
  --primary:#7d46f7;
  --primary-dark:#5b21c9;
  --primary-light:#efe8ff;
  --ink:#10121b;
  --body-text:#5b6472;
  --muted:#8b8fa3;
  --bg-soft:#f7f6fb;
  --border:#ece9f6;
  --white:#fff;
  --radius-lg:22px;
  --radius-md:16px;
  --shadow-sm:0 10px 30px rgba(16,18,27,.06);
  --shadow-md:0 20px 45px rgba(125,70,247,.14);
  --shadow-purple:0 20px 45px rgba(125,70,247,.28);
}

*{box-sizing:border-box;}

body{
  font-family:'Inter',system-ui,-apple-system,sans-serif;
  color:var(--body-text);
  line-height:1.65;
}

h1,h2,h3,h4,h5,h6{
  font-family:'Space Grotesk','Inter',sans-serif;
  color:var(--ink);
  margin:0;
}

p{margin:0 0 16px;}
p:last-child{margin-bottom:0;}

a{transition:.25s;}

img{max-width:100%;display:block;}

.py-100{padding:100px 0;}

/*=========================================
SHARED: eyebrow / section heading
=========================================*/

.section-subtitle{
  display:inline-block;
  color:var(--primary);
  font-weight:700;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:14px;
}

.section-heading{
  margin-bottom:60px;
}

.section-heading h2{
  font-size:38px;
  font-weight:700;
  line-height:1.25;
  margin-bottom:14px;
}

.section-heading p{
  color:var(--muted);
  font-size:16px;
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}

.section-title{
  font-size:38px;
  font-weight:700;
  line-height:1.25;
  color:var(--ink);
}

.section-title span{
  color:var(--primary);
}

/*=========================================
BUTTONS
=========================================*/

.btn{
  border-radius:50px;
  font-weight:600;
  padding:14px 30px;
  border:2px solid transparent;
  transition:.25s;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.btn-lg{padding:16px 34px;font-size:16px;}

.btn-primary{
  background:var(--primary);
  border-color:var(--primary);
  color:#fff;
}

.btn-primary:hover{
  background:var(--primary-dark);
  border-color:var(--primary-dark);
  color:#fff;
  transform:translateY(-3px);
  box-shadow:var(--shadow-purple);
}

.btn-outline-dark{
  border-color:var(--ink);
  color:var(--ink);
  background:transparent;
}

.btn-outline-dark:hover{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
  transform:translateY(-3px);
}

.btn-outline-primary{
  border-color:var(--primary);
  color:var(--primary);
  background:transparent;
}

.btn-outline-primary:hover{
  background:var(--primary);
  color:#fff;
  transform:translateY(-3px);
}

.btn-light{
  background:#fff;
  border-color:#fff;
  color:var(--primary-dark);
}

.btn-light:hover{
  background:var(--ink);
  border-color:var(--ink);
  color:#fff;
  transform:translateY(-3px);
}

/*=========================================
HERO
=========================================*/

.hero-section{
  padding:110px 0 70px;
  background:linear-gradient(135deg,#ffffff,#f5f2ff);
  overflow:hidden;
  position:relative;
}

.hero-section::before{
  content:"";
  position:absolute;
  width:560px;
  height:560px;
  background:var(--primary);
  opacity:.09;
  border-radius:50%;
  right:-180px;
  top:-180px;
}

.hero-section::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  background:var(--primary);
  opacity:.07;
  border-radius:50%;
  left:-120px;
  bottom:-140px;
}

.hero-section .container{
  position:relative;
  z-index:1;
}

.hero-badge{
  display:inline-block;
  background:var(--primary-light);
  color:var(--primary-dark);
  padding:9px 20px;
  border-radius:50px;
  font-weight:600;
  font-size:14px;
  margin-bottom:22px;
}

.hero-section h1{
  font-size:52px;
  font-weight:800;
  line-height:1.2;
  margin-bottom:22px;
}

.hero-section > .container > .row > .col-lg-6 > p{
  font-size:18px;
  color:var(--muted);
  line-height:1.7;
  margin-bottom:32px;
  max-width:520px;
}

.hero-btn{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:48px;
}

.hero-counter{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
  padding-top:28px;
  border-top:1px solid var(--border);
}

.hero-counter h2{
  font-size:32px;
  font-weight:700;
  color:var(--primary);
  margin-bottom:4px;
}

.hero-counter span{
  color:var(--muted);
  font-size:14px;
}

.hero-img-col{
  display:flex;
  justify-content:center;
  align-items:center;
}

.hero-img{
  max-height:480px;
  width:auto;
  max-width:100%;
  object-fit:contain;
  margin:0 auto;
  display:block;
  animation:float 4s ease-in-out infinite;
  filter:drop-shadow(0 30px 40px rgba(125,70,247,.18));
}

@keyframes float{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-16px);}
}

/*=========================================
CLIENTS / TRUSTED BY
=========================================*/

.client-section{
  padding:80px 0;
  background:#fff;
}

.client-section .section-title{
  margin-bottom:50px;
}

.client-section .section-title h6{
  color:var(--primary);
  font-weight:700;
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:10px;
}

.client-section .section-title h2{
  font-size:28px;
  font-weight:700;
}

.client-slider{
  overflow:hidden;
  position:relative;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}

.client-track{
  display:flex;
  align-items:center;
  gap:50px;
  width:max-content;
  animation:clientScroll 22s linear infinite;
}

.client-slider:hover .client-track{
  animation-play-state:paused;
}

@keyframes clientScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

.client-box{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 15px;
  min-width:120px;
}

.client-box img{
  max-height:42px;
  width:auto;
  margin:0 auto;
  filter:grayscale(1);
  opacity:.55;
  transition:.3s;
}

.client-box:hover img{
  filter:grayscale(0);
  opacity:1;
  transform:scale(1.08);
}

/*=========================================
ABOUT
=========================================*/

.about-section{
  background:#fff;
}

.about-image{
  max-width:480px;
}

.about-image img{
  width:100%;
  border-radius:var(--radius-lg);
}

.experience-card{
  position:absolute;
  bottom:24px;
  right:-20px;
  background:var(--primary);
  color:#fff;
  padding:26px 30px;
  border-radius:20px;
  box-shadow:var(--shadow-purple);
}

.experience-card h2{
  font-size:38px;
  font-weight:700;
  color:#fff;
}

.experience-card p{
  color:rgba(255,255,255,.85);
  font-size:14px;
  margin:0;
}

.about-section .section-title{
  margin-bottom:20px;
}

.about-feature{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:600;
  color:var(--ink);
  font-size:15px;
}

.about-feature i{
  color:var(--primary);
  font-size:18px;
  flex-shrink:0;
}

/*=========================================
SERVICES
=========================================*/

.services-section{
  background:var(--bg-soft);
}

.service-card{
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  height:100%;
  box-shadow:var(--shadow-sm);
  transition:.35s;
}

.service-card:hover{
  transform:translateY(-10px);
  box-shadow:var(--shadow-md);
}

.service-image{
  height:230px;
  overflow:hidden;
  background:var(--primary-light);
}

.service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.service-card:hover .service-image img{
  transform:scale(1.08);
}

.service-content{
  padding:28px;
}

.service-content h3{
  font-size:22px;
  font-weight:700;
  margin-bottom:10px;
}

.service-content p{
  font-size:15px;
  margin-bottom:18px;
}

.service-content a{
  color:var(--primary);
  font-weight:700;
  text-decoration:none;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.service-content a:hover{
  color:var(--primary-dark);
  gap:12px;
}

/*=========================================
COUNTER
=========================================*/

.counter-section{
  padding:80px 0;
  background:linear-gradient(135deg,var(--primary),#4f2ec9);
}

.counter-box{
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.14);
  padding:36px 20px;
  border-radius:var(--radius-lg);
  text-align:center;
  color:#fff;
  transition:.3s;
}

.counter-box:hover{
  transform:translateY(-8px);
  background:rgba(255,255,255,.14);
}

.counter-box i{
  font-size:34px;
  margin-bottom:16px;
  color:#fff;
}

.counter-box h2{
  font-size:38px;
  font-weight:700;
  color:#fff;
  margin-bottom:6px;
}

.counter-box h2 span,
.counter-box h2 .counter{
  font-size:inherit !important;
  font-weight:inherit !important;
  color:#fff !important;
}

.counter-box p{
  color:rgba(255,255,255,.85);
  font-size:14px;
  margin:0;
}

/*=========================================
WHY CHOOSE US
=========================================*/

.why-section{
  background:#fff;
}

.why-list{
  margin-top:34px;
}

.why-item{
  display:flex;
  gap:18px;
  margin-bottom:28px;
}

.why-item i{
  font-size:22px;
  color:var(--primary);
  margin-top:4px;
  flex-shrink:0;
}

.why-item h4{
  font-size:19px;
  font-weight:700;
  margin-bottom:6px;
}

.why-item p{
  color:var(--muted);
  font-size:15px;
  margin:0;
}

/*=========================================
TECHNOLOGIES
=========================================*/

.technology-section{
  background:var(--bg-soft);
}

.tech-card{
  background:#fff;
  padding:32px 20px;
  border-radius:var(--radius-md);
  box-shadow:var(--shadow-sm);
  text-align:center;
  transition:.3s;
}

.tech-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-md);
}

.tech-card img{
  height:46px;
  width:auto;
  margin:0 auto 16px;
  object-fit:contain;
}

.tech-card h5{
  font-size:15px;
  font-weight:700;
  margin:0;
}

/*=========================================
PORTFOLIO
=========================================*/

.portfolio-section{
  background:#fff;
}

.portfolio-slider-wrap{
  position:relative;
  padding:0 6px;
}

.portfolio-slider{
  display:flex;
  gap:24px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
  scrollbar-width:none;
}

.portfolio-slider::-webkit-scrollbar{
  display:none;
}

.portfolio-slide{
  flex:0 0 calc(33.333% - 16px);
  scroll-snap-align:start;
}

.portfolio-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border-radius:50%;
  background:#fff;
  box-shadow:var(--shadow-sm);
  border:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:2;
  color:var(--primary);
}

.portfolio-arrow:hover{
  background:var(--primary);
  color:#fff;
}

.portfolio-prev{
  left:-22px;
}

.portfolio-next{
  right:-22px;
}

@media(max-width:992px){
  .portfolio-slide{flex:0 0 calc(50% - 12px);}
}

@media(max-width:768px){
  .portfolio-arrow{display:none;}
  .portfolio-slide{flex:0 0 85%;}
}

.portfolio-card{
  position:relative;
  overflow:hidden;
  border-radius:var(--radius-lg);
  height:360px;
  box-shadow:var(--shadow-sm);
}

.portfolio-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}

.portfolio-card:hover img{
  transform:scale(1.08);
}

.portfolio-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px;
  background:linear-gradient(transparent,rgba(16,18,27,.92));
  color:#fff;
}

.portfolio-overlay span{
  background:var(--primary);
  padding:6px 14px;
  border-radius:30px;
  font-size:12px;
  font-weight:600;
}

.portfolio-overlay h3{
  margin:16px 0;
  font-size:21px;
  font-weight:700;
  color:#fff;
}

.portfolio-overlay a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.portfolio-overlay a:hover{
  color:var(--primary-light);
  gap:12px;
}

/*=========================================
PROCESS
=========================================*/

.process-section{
  background:var(--bg-soft);
}

.process-card{
  background:#fff;
  padding:38px 30px;
  text-align:center;
  border-radius:var(--radius-lg);
  position:relative;
  box-shadow:var(--shadow-sm);
  transition:.3s;
  height:100%;
}

.process-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-md);
}

.process-card .step{
  position:absolute;
  top:20px;
  right:24px;
  font-size:34px;
  font-weight:700;
  color:var(--primary-light);
}

.process-card i{
  font-size:42px;
  color:var(--primary);
  margin-bottom:20px;
}

.process-card h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:10px;
}

.process-card p{
  font-size:14px;
  color:var(--muted);
  margin:0;
}

/*=========================================
INDUSTRIES
=========================================*/

.industry-section{
  background:#fff;
}

.industry-card{
  background:var(--bg-soft);
  border-radius:var(--radius-md);
  padding:30px 16px;
  text-align:center;
  transition:.3s;
  border:1px solid transparent;
}

.industry-card:hover{
  background:var(--primary-light);
  border-color:var(--primary);
  transform:translateY(-6px);
}

.industry-card i{
  font-size:26px;
  color:var(--primary);
  margin-bottom:14px;
}

.industry-card h5{
  font-size:15px;
  font-weight:700;
  margin:0;
}

/*=========================================
CTA
=========================================*/

.cta-section{
  padding:80px 0;
  background:linear-gradient(135deg,var(--primary),#4f2ec9);
  color:#fff;
}

.cta-section h2{
  font-size:36px;
  font-weight:700;
  color:#fff;
  margin-bottom:12px;
}

.cta-section p{
  font-size:17px;
  color:rgba(255,255,255,.85);
  margin:0;
}

/*=========================================
TESTIMONIALS
=========================================*/

.testimonial-section{
  background:var(--bg-soft);
}

.testimonial-card{
  background:#fff;
  padding:36px 30px;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);
  height:100%;
  text-align:center;
}

.testimonial-card img{
  width:76px;
  height:76px;
  border-radius:50%;
  object-fit:cover;
  margin:0 auto 18px;
  border:3px solid var(--primary-light);
}

.testimonial-card h4{
  font-size:17px;
  font-weight:700;
  margin-bottom:4px;
}

.testimonial-card span{
  color:var(--primary);
  font-size:13px;
  font-weight:600;
}

.testimonial-card p{
  margin-top:16px;
  color:var(--muted);
  font-size:15px;
  line-height:1.7;
}

.testimonial-card .stars{
  color:#ffc107;
  margin-top:16px;
  letter-spacing:3px;
}

/*=========================================
BLOG
=========================================*/

.blog-section{
  background:#fff;
}

.blog-card{
  background:#fff;
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:.3s;
  height:100%;
}

.blog-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-md);
}

.blog-card img{
  width:100%;
  height:230px;
  object-fit:cover;
}

.blog-content{
  padding:26px;
}

.blog-content span{
  color:var(--primary);
  font-size:13px;
  font-weight:600;
}

.blog-content h3{
  font-size:20px;
  font-weight:700;
  margin:14px 0 16px;
  line-height:1.4;
}

.blog-content a{
  color:var(--ink);
  font-weight:700;
  text-decoration:none;
  font-size:14px;
}

.blog-content a:hover{
  color:var(--primary);
}

/*=========================================
NEWSLETTER
=========================================*/

.newsletter-section{
  padding:70px 0;
  background:var(--bg-soft);
}

.newsletter-box{
  background:linear-gradient(135deg,var(--primary),#4f2ec9);
  padding:50px;
  border-radius:var(--radius-lg);
  color:#fff;
}

.newsletter-box h2{
  font-size:28px;
  font-weight:700;
  color:#fff;
  margin-bottom:8px;
}

.newsletter-box p{
  color:rgba(255,255,255,.85);
  margin:0;
}

.newsletter-box .input-group{
  border-radius:50px;
  overflow:hidden;
  background:#fff;
  padding:5px;
}

.newsletter-box .form-control{
  border:none;
  height:52px;
  padding:0 20px;
  background:transparent;
  box-shadow:none;
}

.newsletter-box .form-control:focus{
  box-shadow:none;
  outline:none;
}

.newsletter-box .btn-primary{
  border-radius:50px;
  height:52px;
  padding:0 30px;
  white-space:nowrap;
}

/*=========================================
MAP
=========================================*/

.map-section iframe{
  width:100%;
  height:420px;
  border:0;
  display:block;
}

/*=========================================
WHATSAPP + BACK TO TOP
=========================================*/

.whatsapp-btn{
  position:fixed;
  right:25px;
  bottom:25px;
  width:58px;
  height:58px;
  background:#25D366;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  color:#fff;
  z-index:999;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  transition:.3s;
}

.whatsapp-btn:hover{
  transform:scale(1.08);
  color:#fff;
}

#backTop{
  position:fixed;
  left:25px;
  bottom:25px;
  width:52px;
  height:52px;
  border:none;
  background:var(--primary);
  color:#fff;
  border-radius:50%;
  display:none;
  align-items:center;
  justify-content:center;
  font-size:20px;
  cursor:pointer;
  z-index:999;
  opacity:0;
  transform:translateY(10px);
  transition:.3s;
  box-shadow:var(--shadow-purple);
}

#backTop.show{
  opacity:1;
  transform:translateY(0);
}

#backTop:hover{
  background:var(--primary-dark);
}

/*=========================================
RESPONSIVE
=========================================*/

@media (max-width:992px){
  .hero-section{padding:90px 0 60px;text-align:center;}
  .hero-section > .container > .row > .col-lg-6 > p{margin-left:auto;margin-right:auto;}
  .hero-btn,.hero-counter{justify-content:center;}
  .hero-img{margin-top:40px;max-height:340px;}
  .experience-card{right:10px;}
  .py-100{padding:70px 0;}
  .section-heading h2,.section-title{font-size:30px;}
}

@media (max-width:768px){
  .hero-section h1{font-size:36px;}
  .newsletter-box{padding:34px 24px;}
  .newsletter-box .row{gap:24px 0;}
  .counter-section,.cta-section{text-align:center;}
  .cta-section .col-lg-4{margin-top:20px;}
}

@media (max-width:480px){
  .hero-badge{font-size:12px;}
  .hero-section h1{font-size:30px;}
  .btn-lg{padding:13px 24px;font-size:14px;}
  .experience-card{padding:18px 20px;right:0;}
  .experience-card h2{font-size:28px;}
}

@media (prefers-reduced-motion:reduce){
  .hero-img{animation:none;}
}