/* =====================================================
   BREVY PROJECTS – CLEAN PREMIUM STYLES
===================================================== */

:root {
--primary:#ff7a00;
--accent:#ff9a2f;
--dark:#0d0d0d;
--light:#ffffff;
--soft:#1a1a1a;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
  color: var(--dark);
  background: var(--light);
  line-height: 1.6;
}

.container {
  width: min(1100px, 90%);
  margin: auto;
}

section {
  padding: 120px 0;
}

h1, h2, h3 {
  font-family: 'Lato', sans-serif;
}

/* =====================================================
   HEADER
===================================================== */

/* =====================================================
   HEADER – CLEAN FIXED VERSION
===================================================== */

header {
  background: var(--light);
  border-bottom: 3px solid var(--primary);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
}

/* Remove default anchor styling */
header a {
  text-decoration: none;
  color: var(--dark);
}

/* Desktop nav */
.nav-links {
  display: flex;
  gap: 32px;
}

.nav-links a {
  font-weight: 500;
  font-size: 1rem;
  transition: 0.2s ease;
}

.nav-links a:hover {
  color: var(--primary);
}

/* Phone CTA */
.header-phone {
  background: var(--primary);
  color: var(--light) !important;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
}

/* Hamburger */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background: var(--dark);
  margin: 5px 0;
}

/* Mobile menu hidden by default */
.mobile-menu {
  display: none;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

  .nav-links {
    display: none;
  }

  .header-phone {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    background: var(--light);
    padding: 20px;
    border-top: 1px solid var(--light);
  }

  .mobile-menu a {
    padding: 12px 0;
    font-weight: 500;
    color: var(--dark);
  }

  header.menu-open .mobile-menu {
    display: flex;
  }
}
/* =====================================================
   HERO
===================================================== */

.hero-premium{
position:relative;
overflow:hidden;
}

@media (max-width:768px){

.hero-premium::before,
.hero-premium::after{
display:none;
}

.hero-premium .glow,
.hero-premium .shape{
display:none;
}

}

@media (max-width:768px){

.hero-content h1{
font-size:36px;
line-height:1.2;
}

.hero-sub{
font-size:16px;
}

}

/* ====================================
   HERO – VISIBLE FLOATING BACKGROUND
==================================== */

/* ====================================
   HERO – TRUE DRIFTING GRADIENT
==================================== */


.hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero-pill {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-premium h1 {
  font-size: clamp(2.8rem, 5vw, 4rem);
  margin-bottom: 20px;
}

.hero-sub {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn {
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn.primary {
  background: var(--primary);
  color: var(--light);
}

.btn.primary:hover {
  background: var(--primary);
}

.btn.ghost {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.btn.ghost:hover {
  background: var(--primary);
  color:var(--light);
}

.hero-trust span {
  margin-right: 20px;
  font-weight: 600;
  color: var(--accent);
}

/* =====================================================
   SERVICES (OVERLAP STYLE)
===================================================== */

.services-showcase{
  background: var(--soft);
  position: relative;
  padding:140px 0;
}

.services-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 400px;
  border-radius: 24px;
  background:
    linear-gradient(var(--primary) 40%, var(--primary) 60%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e");
  background-size: cover;
  background-position: center;
}

.services-title{
  text-align:center;
  font-size:2.8rem;
  max-width:800px;
  margin:0 auto 90px auto;
  color: var(--accent);
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: -150px;
}

.services-cards{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:40px;
  margin-top:80px;
  flex-wrap:wrap;
}

/* service cards */

.services-cards{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:40px;
  flex-wrap:wrap;
  margin-top:80px;
}



.service-card:nth-child(1){
  background:linear-gradient(135deg,#ff6a00,#ff8f2d);
}

.service-card:nth-child(2){
  background:linear-gradient(135deg,#ff9a00,#ffc046);
}

.service-card:nth-child(3){
  background:linear-gradient(135deg,#ff7b00,#ff5500);
}

.service-card:nth-child(4){
  background:linear-gradient(135deg,#ffb347,#ff8c00);
}

/* floating effect like screenshot */

.service-card:nth-child(2){
  transform:translateY(-40px);
}

.service-card:nth-child(4){
  transform:translateY(-20px);
}

.service-card{
  width:260px;
  height:340px;
  padding:40px 30px;
  border-radius:18px;
  color:white;
  text-align:center;

  box-shadow:0 25px 60px rgba(0,0,0,0.25);

  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;

  transition:transform .35s ease, box-shadow .35s ease;
}

.service-card:hover{
  transform:translateY(-12px);
  box-shadow:0 30px 70px rgba(0,0,0,0.30);
}

/* hover lift */

.service-card:hover{
  transform:translateY(-12px);
  box-shadow:0 30px 70px rgba(0,0,0,0.22);
}

/* icon */

.service-icon{
  font-size:42px;
  margin-bottom:20px;
}

/* title */

.service-card h3{
  font-size:1.3rem;
  margin-bottom:14px;
}

/* text */

.service-card p{
  font-size:0.9rem;
  line-height:1.6;
  opacity:.9;
}

.service-icon {
  font-size: 26px;
  margin-bottom: 18px;
}

/* ====================================
   CARD HOVER DEPTH
==================================== */

.team-card,
.service-card,
.review-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover,
.service-card:hover,
.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.service-card:nth-child(1){
  background: linear-gradient(135deg,#ff6a00,#ff8f2d);
}

.service-card:nth-child(2){
  background: linear-gradient(135deg,#ff9a00,#ffc046);
}

.service-card:nth-child(3){
  background: linear-gradient(135deg,#ff7b00,#ff5500);
}

.service-card:nth-child(4){
  background: linear-gradient(135deg,#ffb347,#ff8c00);
}

.service-card:nth-child(5){
  background: linear-gradient(135deg,#ff6a00,#ff8f2d);
}

.service-card:nth-child(6){
  background: linear-gradient(135deg,#ff9a00,#ffc046);
}


/* =====================================================
   TEAM
===================================================== */

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 30px;
  margin-top: 60px;
}

.team-card {
  background: var(--light);
  padding: 30px;
  border-left: 5px solid var(--primary);
  box-shadow: 0 10px 30px var(--dark);
}

.team-card .role {
  display: block;
  color: var(--primary);
  font-weight: 600;
  margin-bottom: 10px;
}

/* =====================================================
   AREAS
===================================================== */

#areas {
  background: var(--dark);
  color: var(--light);
  text-align: center;
}

.areas-list {
  columns: 3;
  margin-top: 40px;
}

.areas-list li {
  margin-bottom: 10px;
}

/* ================================
WHY CHOOSE US
================================ */

.why-us-section{
background:#ffffff;
padding:140px 20px;
}

.why-layout{
position:relative;
max-width:1100px;
margin:auto;
height:500px;
}

/* large faded circle */

.why-bg-circle{
position:absolute;
width:520px;
height:520px;
border-radius:50%;
background:#f2f2f2;
left:100px;
top:50px;
}

/* main circle */

.why-main-circle{
position:absolute;
width:300px;
height:300px;
border-radius:50%;
background:linear-gradient(135deg,#ff7a00,#ff9f40);
display:flex;
align-items:center;
justify-content:center;
text-align:center;
left:40px;
top:150px;
box-shadow:0 20px 60px rgba(0,0,0,0.25);
}

.why-main-circle span{
display:block;
color:white;
font-size:26px;
letter-spacing:2px;
}

.why-main-circle strong{
display:block;
color:white;
font-size:38px;
letter-spacing:2px;
}


/* feature items */

.why-item{
position:absolute;
display:flex;
align-items:center;
}

/* icon circles */

.why-icon{
width:64px;
height:64px;
border-radius:50%;
background:linear-gradient(135deg,#ff7a00,#ff9f40);
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:22px;
box-shadow:0 15px 35px rgba(0,0,0,0.25);
}

/* connector line */

.why-line{
width:70px;
height:2px;
background:#ddd;
margin:0 20px;
}

/* text */

.why-text h3{
margin:0 0 6px;
font-size:18px;
}

.why-text p{
margin:0;
font-size:14px;
line-height:1.6;
max-width:380px;
opacity:.8;
}

/* positions on circle edge */

.item1{
top:40px;
left:450px;
}

.item2{
top:190px;
left:580px;
}

.item3{
top:340px;
left:580px;
}

.item4{
top:490px;
left:450px;
}

/* mobile */

@media(max-width:900px){

.why-layout{
height:auto;
display:flex;
flex-direction:column;
align-items:center;
gap:40px;
}

.why-bg-circle{
display:none;
}

.why-main-circle{
position:relative;
left:0;
top:0;
margin-bottom:40px;
}

.why-item{
position:relative;
left:0;
top:0;
}

@keyframes iconFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0px); }
}

.why-icon span{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
animation: iconFloat 4s ease-in-out infinite;
}


.why-icon:hover{
transform: scale(1.15);
box-shadow:0 25px 60px rgba(0,0,0,0.35);
transition: all 0.3s ease;
}

.why-line{
width:0;
height:2px;
background:#ddd;
animation:lineGrow 1s ease forwards;
}

@keyframes lineGrow{
to{
width:120px;
}
}

.why-item{
opacity:0;
transform:translateY(40px);
transition: all 0.7s ease;
}

.why-item.reveal-visible{
opacity:1;
transform:translateY(0);
}
}
/* =====================================================
   TESTIMONIALS
===================================================== */

/* ==============================
   TESTIMONIALS
============================== */

/* GOOGLE REVIEW BADGE */

.google-reviews-badge{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin:20px 0 60px 0;
}

#testimonials{
background:#111;
padding:120px 0;
}

.google-icon{
width:46px;
height:46px;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
font-size:20px;
color:#4285F4;
}

.google-rating-details{
text-align:left;
}

.google-stars{
color:#ff7a00;
font-size:18px;
letter-spacing:2px;
margin-bottom:3px;
}

.google-text{
font-size:14px;
color:#aaa;
}

.google-text strong{
color:#fff;
font-size:18px;
margin-right:4px;
}

.reviews-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
max-width:1100px;
margin:70px auto 0;
}

@media (max-width:900px){

.reviews-grid{
grid-template-columns:1fr;
}

}

.review-card{
background:#1a1a1a;
border-radius:14px;
padding:30px;
box-shadow:0 10px 30px rgba(0,0,0,0.4);
transition:all .3s ease;
}

.review-card:hover{
transform:translateY(-5px);
box-shadow:0 18px 45px rgba(0,0,0,0.5);
}

/* stars */

.review-stars{
color:#ff7a00;
font-size:18px;
margin-bottom:15px;
}

/* text */

.review-text{
color:#e6e6e6;
line-height:1.6;
margin:15px 0 20px 0;
}

/* reviewer */

.review-person{
display:flex;
align-items:center;
gap:14px;
}

.review-avatar{
width:40px;
height:40px;
border-radius:50%;
background:#ff7a00;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
font-size:14px;
}

.review-name{
color:white;
font-weight:600;
}

.review-role{
color:#bbb;
font-size:14px;
}

/* GOOGLE REVIEW HEADER */

.google-review-header{
display:flex;
align-items:center;
justify-content:center;
gap:18px;
margin:20px 0 60px 0;
}

.google-logo{
font-size:20px;
font-weight:600;
letter-spacing:-1px;
}

/* Google brand colors */

.g-blue{color:#4285F4;}
.g-red{color:#EA4335;}
.g-yellow{color:#FBBC05;}
.g-green{color:#34A853;}

.google-review-info{
text-align:left;
}

.google-stars{
color:#ff7a00;
font-size:18px;
letter-spacing:3px;
margin-bottom:2px;
}

.google-rating{
font-size:14px;
color:#777;
}

.google-rating strong{
font-size:18px;
color:#fff;
margin-right:4px;
}

/* TESTIMONIAL REVEAL */

.review-card{
opacity:0;
transform:translateY(40px);
transition:all .7s ease;
}

.review-card.reveal-visible{
opacity:1;
transform:translateY(0);
}

/* =====================================================
   FAQ
===================================================== */

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
}

.faq-item {
  border-bottom: 1px solid var(--soft);
  padding: 20px 0;
}


.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-top: 10px;
}

/* =====================================================
   CTA
===================================================== */

.cta {
  text-align: center;
  background: linear-gradient(135deg, var(--light), var(--soft));
}

/* =====================================================
   FOOTER
===================================================== */

.footer {
  background: var(--dark);
  color: var(--light);
  padding: 60px 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

  .nav-links {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .mobile-menu {
    display: none;
    flex-direction: column;
    padding: 20px;
    background: var(--light);
  }

  header.menu-open .mobile-menu {
    display: flex;
  }

  .areas-list {
    columns: 2;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}






/* ====================================
   HERO STAGED ENTRANCE BASE STATE
==================================== */

.hero-pill,
.hero-premium h1,
.hero-sub,
.hero-actions,
.hero-trust {
  opacity: 0;
  transform: translateY(20px);
}



/* ====================================
   STRONGER BUTTON PULSE
==================================== */

.btn.primary {
  animation: pulseGlow 4s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 var(--primary);
  }
  50% {
    box-shadow: 0 0 25px var(--primary);
  }
}


/* ====================================
   UNIVERSAL REVEAL BASE STATE
==================================== */

.service-card,
.team-card,
.why-card,
.review-card,
.gallery-grid img {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ==============================
   PROCESS / HOW IT WORKS
============================== */

/* ====================================
   WORKFLOW / PROCESS SECTION
==================================== */

/* ====================================
   WORKFLOW / PROCESS SECTION
==================================== */

.workflow{
  position:relative;
  padding:140px 40px;
  color:white;
  background:url("https://images.pexels.com/photos/2387819/pexels-photo-2387819.jpeg") center/cover no-repeat;
}

/* dark overlay for readability */

.workflow::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.75);
  z-index:0;
}

.workflow-container{
  max-width:1100px;
  margin:auto;
  position:relative;
  z-index:1;
}

/* STEP LAYOUT */

.workflow-step{
  display:grid;
  grid-template-columns: 1fr 1.6fr;
  gap:80px;
  padding:55px 0;
  border-bottom:1px solid rgba(255,255,255,0.15);
}

/* LEFT SIDE */

.workflow-left{
  display:flex;
  align-items:center;
  gap:20px;
}

/* ORANGE STEP NUMBER */

.step-number{
  color:#ff7a00;
  font-weight:700;
  font-size:15px;
  letter-spacing:2px;
}

/* TITLE */

.workflow-left h3{
  font-size:30px;
  font-weight:600;
  margin:0;
}

/* RIGHT TEXT */

.workflow-right p{
  color:#e5e5e5;
  line-height:1.8;
  font-size:16px;
  max-width:560px;
}

/* subtle hover */

.workflow-step:hover h3{
  color:#ff7a00;
  transition:.3s;
}

/* MOBILE */

@media (max-width:900px){

  .workflow-step{
    grid-template-columns:1fr;
    gap:20px;
  }

}

/* RESPONSIVE */

@media (max-width:900px){

  .workflow-step{
    grid-template-columns:1fr;
    gap:20px;
  }

}

/* hover effect */

.timeline-item:hover .timeline-dot{
  background:#e87722;
  transform:scale(1.2);
  transition:0.3s;
}

/* responsive */

@media(max-width:768px){

  .process-container{
    padding:60px 30px;
  }

  .timeline{
    padding-left:50px;
  }

}


/* ====================================
   TEAM LEFT BORDER GROW ANIMATION
==================================== */

.team-card {
  position: relative;
  overflow: hidden;
}

.team-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 0%;
  background: var(--primary);
  transition: height 0.8s ease;
}

.team-card.reveal-visible::before {
  height: 100%;
}




/* ====================================
   WHATSAPP FLOAT BOUNCE + GLOW
==================================== */

.whatsapp-float {
  animation: whatsappBounce 8s infinite;
  transition: box-shadow 0.3s ease;
}

.whatsapp-float:hover {
  box-shadow: 0 0 18px var(--primary);
}

@keyframes whatsappBounce {
  0%, 90%, 100% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-8px);
  }
}


/* ====================================
   HEADER SHRINK TRANSITION
==================================== */

header {
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled {
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}


/* ====================================
   NAV UNDERLINE HOVER
==================================== */

.nav-links a {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.nav-links a:hover {
  border-bottom: 2px solid var(--primary);
}


/* ====================================
   FAQ ICON ROTATION SMOOTHNESS
==================================== */

.faq-icon {
  transition: transform 0.3s ease;
}


/* ====================================
   FAQ MOBILE TEXT FIX
==================================== */

.faq-question {
  color: var(--dark);
  -webkit-appearance: none;
  appearance: none;
}

.faq-question span {
  color: inherit;
}

.faq-answer {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  opacity: 1;
  transform: translateY(0);
}


/* Base static background */
/* ====================================
   HERO TRUE MOVING GLOW
==================================== */

.hero-bg{
  position:absolute;
  inset:0;
  background-image:url("https://images.pexels.com/photos/2387793/pexels-photo-2387793.jpeg");
  background-size:cover;
  background-position:center;
  z-index:-2;
  }

.hero-bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.45);
}

/* move hero content to the right */
.hero-content{
  max-width:650px;
  margin-left:auto;
  text-align:right;
}

/* make text white */
.hero-content h1,
.hero-content p,
.hero-pill,
.hero-trust span{
  color:#fff;
}

@keyframes heroMove {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-80px, -50px);
  }
}

/* Keep content above */
.hero-content {
  position: relative;
  z-index: 1;
}

/* =====================================================
   ABOUT – EDITORIAL STYLE
===================================================== */

.about-editorial {
  background: var(--soft);
  padding: 140px 0;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
}

/* LEFT SIDE */

.about-badge {
  width: 60px;
  height: 60px;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 40px;
}

.about-title {
  font-family: 'Lato', sans-serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1.05;
  margin-bottom: 30px;
  color: var(--primary);
}

.about-title span {
  color: var(--accent);
}

.about-text {
  max-width: 420px;
  line-height: 1.7;
  color: #fff;
}

/* RIGHT SIDE */

.about-right {
  position: relative;
  display: flex;
  justify-content: center;
}

.about-image-stack {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.about-image-stack img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

/* layered background frame */

.about-image-stack::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent);
  z-index: -1;
}

/* Responsive */

@media (max-width: 900px) {
  .about-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-text {
    max-width: 100%;
  }
}

.services-showcase{
  background: var(--soft);
  position: relative;
  padding:140px 0;
}

/* background shapes */


.services-showcase::before{
  content:"";
  position:absolute;
  width:650px;
  height:650px;
  background:rgba(255,120,120,0.15);
  border-radius:50%;
  top:120px;
  left:-200px;
  filter:blur(60px);
}

.services-showcase::after{
  content:"";
  position:absolute;
  width:700px;
  height:700px;
  background:rgba(130,130,255,0.15);
  border-radius:50%;
  top:-120px;
  right:-200px;
  filter:blur(60px);
}

.services-image{
  display:none;
}

/* ===============================
STATS SECTION
=============================== */

.stats-section{
position:relative;
padding:140px 20px;
background:url("https://images.pexels.com/photos/3709434/pexels-photo-3709434.jpeg") center/cover no-repeat;
color:white;
}

.stats-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,0.75);
}

.stats-inner{
position:relative;
z-index:2;
}

.section-title{
text-align:center;
color:white;
margin-bottom:70px;
}

/* stats grid */

.stats-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:80px;
text-align:center;
}

.stat-item h3{
font-size:70px;
font-weight:600;
color:#ff7a00;
}

.stat-item p{
margin-top:10px;
color:#ddd;
}

.stat-line{
height:2px;
background:rgba(255,255,255,0.25);
margin:25px auto 0;
width:70%;
}

/* explanation section */

.stats-explanation{
background:#f6f6f6;
padding:100px 20px;
}

.stats-info{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:start;
}

.stats-text p{
font-size:18px;
line-height:1.8;
color:#444;
max-width:520px;
}

.stats-list{
list-style:none;
padding:0;
margin:0;
}

.stats-list li{
position:relative;
padding-left:26px;
margin-bottom:20px;
font-size:17px;
color:#333;
line-height:1.7;
}

.stats-list li::before{
content:"";
position:absolute;
left:0;
top:12px;
width:12px;
height:2px;
background:#ff7a00;
}

/* mobile */

@media(max-width:900px){

.stats-grid{
grid-template-columns:1fr;
gap:50px;
}

.stats-info{
grid-template-columns:1fr;
gap:40px;
}

}

/* =====================================================
   MOBILE FIXES – TEAM SECTION
   Paste at END of CSS
===================================================== */

@media (max-width:768px){

/* Ensure team card content is visible */
.team-card .team-info,
.team-overlay{
opacity:1 !important;
transform:none !important;
position:relative !important;
display:block !important;
}

/* Remove hover-only behaviour */
.team-card:hover .team-info,
.team-card:hover .team-overlay{
opacity:1 !important;
}

/* Fix card sizing */
.team-card{
height:auto !important;
min-height:auto !important;
padding:30px 20px !important;
}

/* Prevent content clipping */
.team-card *{
overflow:visible !important;
}

/* Improve spacing */
.team-grid{
grid-template-columns:1fr !important;
gap:25px !important;
}

/* Fix titles alignment */
.team-card h3{
font-size:20px;
margin-bottom:10px;
}

/* Improve description readability */
.team-card p{
font-size:15px;
line-height:1.5;
}

/* Remove large shadows that look bad on mobile */
.team-card{
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Fix orange side bar alignment if used */
.team-card::before{
left:0 !important;
height:100%;
}

}

/* =====================================================
   MOBILE FIXES – TEAM SECTION
   Paste at END of CSS
===================================================== */

@media (max-width:768px){

/* Ensure team card content is visible */
.team-card .team-info,
.team-overlay{
opacity:1 !important;
transform:none !important;
position:relative !important;
display:block !important;
}

/* Remove hover-only behaviour */
.team-card:hover .team-info,
.team-card:hover .team-overlay{
opacity:1 !important;
}

/* Fix card sizing */
.team-card{
height:auto !important;
min-height:auto !important;
padding:30px 20px !important;
}

/* Prevent content clipping */
.team-card *{
overflow:visible !important;
}

/* Improve spacing */
.team-grid{
grid-template-columns:1fr !important;
gap:25px !important;
}

/* Fix titles alignment */
.team-card h3{
font-size:20px;
margin-bottom:10px;
}

/* Improve description readability */
.team-card p{
font-size:15px;
line-height:1.5;
}

/* Remove large shadows that look bad on mobile */
.team-card{
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Fix orange side bar alignment if used */
.team-card::before{
left:0 !important;
height:100%;
}

}

html{
scroll-padding-top:90px;
}

/* FIX FAQ BACKGROUND MOBILE */

.faq-section{
background:#111 !important;
color:white;
}

@media (max-width:768px){

.faq-section{
background:#111 !important;
}

}

/* =================================
GLOBAL OVERFLOW FIX (stops white space)
================================= */

html, body{
width:100%;
max-width:100%;
overflow-x:hidden;
}

/* Ensure nothing exceeds screen width */

*{
box-sizing:border-box;
max-width:100%;
}

/* =================================
WHY CHOOSE US MOBILE FIX
================================= */

@media (max-width:768px){

.why-us-section{
padding:80px 20px;
overflow:hidden;
}

.why-grid{
display:flex;
flex-direction:column;
align-items:center;
gap:30px;
}

/* Fix large decorative circle */
.why-bg-circle,
.why-circle{
position:relative !important;
left:auto !important;
transform:none !important;
margin:0 auto 30px auto;
width:260px !important;
height:260px !important;
}

/* Ensure text appears */
.why-content,
.why-card{
position:relative !important;
opacity:1 !important;
transform:none !important;
}

/* Improve spacing */
.why-card{
width:100%;
max-width:420px;
text-align:center;
}

}

/* =================================
FIX ABSOLUTE ELEMENTS OVERFLOW
================================= */

.hero-premium,
.services-showcase,
.why-us-section{
overflow:hidden;
}

/* =================================
IMAGE RESPONSIVENESS
================================= */

img{
max-width:100%;
height:auto;
display:block;
}

/* =================================
CONTAINER SAFETY
================================= */

.container{
width:100%;
max-width:1200px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
}

/* ================================
WHY CHOOSE US MOBILE FIX
================================ */

@media (max-width:768px){

/* Stack layout vertically */
.why-us-section{
padding:80px 20px;
}

.why-layout{
display:flex !important;
flex-direction:column;
align-items:center;
gap:40px;
}

/* Fix big background circle */
.why-bg-circle{
position:relative !important;
left:auto !important;
top:auto !important;
transform:none !important;
margin:20px auto;
width:260px !important;
height:260px !important;
}

/* Fix small icon circles */
.why-item{
position:relative !important;
left:auto !important;
top:auto !important;
transform:none !important;
margin:20px auto;
text-align:center;
}

/* Ensure text is visible */
.why-item h3,
.why-item p{
opacity:1 !important;
transform:none !important;
}

}

/* ==============================
WHY CHOOSE US – MOBILE VERSION
============================== */

@media (max-width:768px){

/* Hide the complex desktop layout */

.why-us-visual,
.why-bg-circle,
.why-icon-circle{
display:none !important;
}

/* Section layout */

.why-us-section{
padding:80px 20px;
background:#fff;
}

.why-grid{
display:flex;
flex-direction:column;
gap:20px;
}

/* Card style */

.why-card{
background:#f7f7f7;
border-radius:12px;
padding:25px 20px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
display:flex;
align-items:flex-start;
gap:15px;
}

/* Icon */

.why-icon{
width:40px;
height:40px;
background:#ff7a00;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
flex-shrink:0;
}

/* Text */

.why-card h3{
font-size:18px;
margin-bottom:6px;
color:#111;
}

.why-card p{
font-size:14px;
line-height:1.5;
color:#666;
}

}

/* ======================================
WHY CHOOSE US – FORCE MOBILE LAYOUT
====================================== */

@media (max-width:768px){

/* Reset everything that may hide content */
#why-us *{
position:relative !important;
left:auto !important;
top:auto !important;
transform:none !important;
opacity:1 !important;
}

/* Stack layout */
#why-us .container{
display:flex !important;
flex-direction:column;
align-items:center;
gap:20px;
}

/* Make cards visible */
#why-us .why-card{
display:block !important;
width:100%;
max-width:420px;
background:#f7f7f7;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
}

/* Hide circle graphics */
#why-us .why-bg-circle,
#why-us .why-circle,
#why-us .why-main-circle{
display:none !important;
}

/* Improve text readability */
#why-us h3{
font-size:18px;
margin-bottom:6px;
color:#111;
}

#why-us p{
font-size:14px;
color:#555;
}

}

/* FORCE WHY CHOOSE US TO SHOW */

#why-us{
display:block !important;
opacity:1 !important;
visibility:visible !important;
height:auto !important;
overflow:visible !important;
}

#why-us *{
opacity:1 !important;
transform:none !important;
}

@media (max-width:768px){
.reveal,
.service-card,
.why-card,
.review-card{
opacity:1 !important;
transform:none !important;
}
}

/* =====================================
WHY CHOOSE US – MOBILE VERSION ONLY
===================================== */

@media (max-width:768px){

/* Remove absolute layout */
.why-layout{
display:flex;
flex-direction:column;
align-items:center;
gap:25px;
height:auto;
}

/* Hide decorative circles */
.why-bg-circle,
.why-main-circle{
display:none;
}

/* Reset positioned items */
.why-item{
position:relative !important;
left:auto !important;
top:auto !important;
transform:none !important;

display:flex;
align-items:flex-start;
gap:12px;

width:100%;
max-width:420px;

background:#f7f7f7;
padding:18px;
border-radius:10px;

box-shadow:0 6px 15px rgba(0,0,0,0.08);
}

/* Hide connector line */
.why-line{
display:none;
}

/* Icon styling */
.why-icon{
width:36px;
height:36px;
background:#ff7a00;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}

/* Text alignment */
.why-text h3{
font-size:16px;
margin-bottom:4px;
}

.why-text p{
font-size:14px;
line-height:1.4;
}

}

/* ===============================
FOOTER
=============================== */

.site-footer{
background:#000;
color:#ddd;
padding:80px 20px;
}

.footer-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:120px;
}

.footer-column h3{
font-size:22px;
margin-bottom:10px;
color:white;
}

.footer-line{
height:1px;
background:#444;
margin-bottom:25px;
width:100%;
}

.footer-links{
list-style:none;
padding:0;
margin:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
text-decoration:none;
color:#bbb;
font-size:14px;
transition:0.2s;
}

.footer-links a:hover{
color:#ff7a00;
}

.footer-contact p{
margin:6px 0;
font-size:14px;
color:#bbb;
}

/* ===============================
MOBILE
=============================== */

@media (max-width:768px){

.footer-container{
grid-template-columns:1fr;
gap:50px;
}

}

/* =====================================================
   PRICING SECTION
===================================================== */

.pricing-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #f4faff, #eef6ff);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 60px;
}

.pricing-card {
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(94,203,255,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(94,203,255,0.3);
}

.pricing-card h3 {
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px;
  color: #2b2b4f;
}

.pricing-duration {
  font-size: 0.95rem;
  color: #6a6a8a;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.pricing-note {
  font-size: 0.85rem;
  color: #888;
}

/* =====================================================
   MODERN PRICING SECTION
===================================================== */

.pricing-modern {
  padding: 120px 0;
  background: linear-gradient(180deg, #f4faff, #eef6ff);
  text-align: center;
}

.pricing-title {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 70px;
  color: #2b2b4f;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.price-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(94,203,255,0.15);
  transition: 0.3s ease;
  position: relative;
}

.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(94,203,255,0.3);
}

.price-card h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #2b2b4f;
}

.price-desc {
  font-size: 0.95rem;
  color: #6a6a8a;
  margin-bottom: 30px;
}

.price {
  font-size: 2.4rem;
  font-weight: 700;
  color:var(--primary);
  margin-bottom: 25px;
}

.price span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #6a6a8a;
  margin-top: 6px;
}

.price-btn {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--soft),var(--primary));
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.price-btn:hover {
  transform: scale(1.05);
}

.features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.features li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #4a4a6a;
}

/* Highlighted card */
.price-card.highlight {
  border: 3px solid var(--primary);
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* =====================================================
   PRICING GRID (2x2 Layout)
===================================================== */

.pricing-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #f4faff, #eef6ff);
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.pricing-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  padding: 50px 40px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(94,203,255,0.15);
  text-align: center;
}

.pricing-heading {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 30px;
}

.pricing-card p {
  color: #4a4a6a;
  line-height: 1.6;
}

.pricing-card ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}

.pricing-card li {
  margin-bottom: 8px;
  color: #4a4a6a;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   MODERN SaaS STYLE PRICING
========================================= */

.pricing-modern {
  padding: 120px 0;
  background: #f7f9fc;
  text-align: center;
}

.pricing-main-title {
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 60px;
  color: #2b2b4f;
}

.pricing-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.pricing-plan {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 14px;
  border: 1px solid #e5e8f0;
  transition: 0.3s ease;
  position: relative;
}

.pricing-plan:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pricing-plan h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #2b2b4f;
}

.price {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}

.price span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #777;
  margin-top: 6px;
}

.plan-btn {
  display: inline-block;
  padding: 10px 24px;
  background: var(--primary);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 30px;
  transition: 0.3s ease;
}

.plan-btn:hover {
  background:var(--primary);
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.plan-features li {
  margin-bottom: 12px;
  color: #555;
  font-size: 0.95rem;
}

/* Highlighted Plan */
.featured {
  border: 2px solid var(--primary);
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  padding: 5px 14px;
  border-radius: 20px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .pricing-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .pricing-columns {
    grid-template-columns: 1fr;
  }
}