
:root {
  --navy:        #0a1628;
  --navy-mid:    #0f1e3d;
  --navy-light:  #162444;
  --navy-card:   #112035;
  --yellow:      #f0b429;
  --yellow-dark: #d9a020;
  --yellow-light:#fff3cc;
  --white:       #ffffff;
  --off-white:   #f8fafc;
  --gray-100:    #f1f5f9;
  --gray-200:    #e2e8f0;
  --gray-400:    #94a3b8;
  --gray-500:    #8b647c;
  --gray-600:    #475569;
  --text-dark:   #0a1628;
  --text-muted:  #64748b;
  --border-navy: rgba(255,255,255,0.1);
  --border-card: rgba(255,255,255,0.08);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; }

/* ── FIX: html tag pe overflow-x hidden add kiya ── */
html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background: var(--white);
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
}


/* ============================================================
   HERO SECTION — Dark Navy (matches reference exactly)
   ============================================================ */
.tw-hero {
    background-color: radial-gradient(ellipse at 30% 60%, #1e40ff 0%, #0f1f9e 35%, #030c5a 70%, #010828 100%);
  background-image: url(../image/services-Banner-bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center, right bottom;
  background-size: cover, 280px auto;
  padding: 0px 0 10px;
  overflow: hidden;
  position: relative;
}
.tw-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(240,180,41,0.06) 0%, transparent 70%);
  pointer-events: none;
}




.tw-hero-left { 
  height: 530px;
  background-image: url(../image/blue.png);
  background-size: 600px ;
  overflow: visible;
  background-position-x: 480px;
  background-position-y: 40px;
    background-repeat: no-repeat, no-repeat;
   width: auto;
  
  flex: 1 1 0;  }

/* Subheading label */

.tw-hero-sub {
  padding-top: 40px !important;
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Main headline */
.tw-hero-heading {
  color: var(--white);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 650;
  line-height: 1.15;
  margin-bottom: 10px;
}

/* Sub-headline line */
.tw-hero-heading-sub {
  color: var(--gray-400);
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 400;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* Gradient text — blue tint for "Strategic" */
.tw-grad-blue {
  background: linear-gradient(90deg, #7eb8f7, #a8d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

}

/* Gradient text — yellow for "Converts" */
.tw-grad-purple {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 650;
  background: #ffa200;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}

.tw-hero-desc {
  color: rgba(255, 255, 255, 0.782);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 440px;
}

/* CTA Buttons */
.tw-hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Primary solid button — yellow like reference */
.tw-btn-solid {
  background: var(--yellow);
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 30px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  letter-spacing: 0.3px;
  display: inline-block;
}
.tw-btn-solid:hover {
  background: var(--yellow-dark);
  transform: translateY(-2px);
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(240,180,41,0.35);
}

/* Outline button — ghost on dark */
.tw-btn-outline {
  background: transparent;
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.3);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.tw-btn-outline:hover {
  border-color: var(--yellow);
  color: var(--yellow);
  transform: translateY(-2px);
}

/* Testimonial card inside hero */
.tw-hero-testimonial {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 22px;
  max-width: 480px;
}


* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Poppins', sans-serif; }
  .opt-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #f0b429; margin-bottom: 10px; }
  .opt-title { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
  .opt-desc { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
  .section-wrap { background: #010828; border-radius: 16px; padding: 24px; margin-bottom: 18px; border: 1px solid rgba(255,255,255,0.08); }
  .choose-btn { background: #f0b429; color: #010828; border: none; border-radius: 8px; padding: 7px 18px; font-size: 12px; font-weight: 700; cursor: pointer; font-family: 'Poppins', sans-serif; }
  .choose-btn:hover { background: #d9a020; }
  .divider { height: 1px; background: rgba(255,255,255,0.07); margin: 18px 0; }

  /* OPTION 1: Trust bar */
  .trust-bar { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
  .trust-item { display: flex; align-items: center; gap: 8px; }
  .trust-icon { width: 32px; height: 32px; border-radius: 50%; background: rgba(240,180,41,0.15); border: 1px solid rgba(240,180,41,0.3); display: flex; align-items: center; justify-content: center; }
  .trust-icon i { color: #f0b429; font-size: 14px; }
  .trust-text strong { display: block; font-size: 13px; font-weight: 700; color: #fff; }
  .trust-text span { font-size: 11px; color: rgba(255,255,255,0.5); }
  .trust-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.1); }
  
.tw-testi-avatar {
  width: 44px; height: 44px; min-width: 44px;
  background: rgba(240,180,41,0.15);
  border: 1.5px solid rgba(240,180,41,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--yellow);
  font-size: 12px; font-weight: 700;
  flex-shrink: 0;
}

.tw-testi-stars {
  color: var(--yellow);
  font-size: 13px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.tw-testi-quote {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-style: italic;
  line-height: 1.65;
  margin-bottom: 6px;
}

.tw-testi-name {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 600;
}

/* Rating bar */
.tw-rating-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 480px;
}

.tw-rating-avatars { display: flex; }

.tw-av {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.12);
  border: 2px solid var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 9px; font-weight: 700;
  margin-left: -8px;
}
.tw-av:first-child { margin-left: 0; }

.tw-rating-text { color: rgba(255,255,255,0.55); font-size: 12.5px; }
.tw-rating-text strong { color: var(--yellow); }

/* Scrolling marquee column (right side) */
.tw-hero-right {
   will-change: transform;
  transform: translateZ(0);
  width: auto;
 padding-left: 10px;
  height: 510px;
  overflow: hidden;
  display: flex;
  gap: 10px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
}

/* ── FIX: padding-left 20px hata diya — yahi right space ka asli cause tha ── */
.tw-hero-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  
}

.tw-marquee-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  will-change: transform;
}
.tw-col-1 { animation: twScrollUp 18s linear infinite; }
.tw-col-2 { animation: twScrollUp 14s linear infinite reverse; }
.tw-col-3 { animation: twScrollUp 18s linear infinite; }
@keyframes twScrollUp {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.tw-arrow {
  padding-top: 3px;
    text-shadow: 0 0 1px currentColor;
}

.tw-mcard {
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.07);
  flex-shrink: 0;
  transition: border-color 0.3s;
}
.tw-mcard:hover { border-color: rgba(255,255,255,0.3); }
.tw-mcard img {
  width: 140px;
  height: 190px;
  border-radius: 2px;
  object-fit: cover;
  display: block;
}
.tw-mcard span {
  display: block;
  padding: 7px 10px;
  font-size: 10px; font-weight: 600;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,255,255,0.06);
}
.tw-mcard-dark  { background: rgba(0,0,0,0.25); }
.tw-mcard-dark span { background: rgba(0,0,0,0.2); }
.tw-mcard-accent { background: rgba(240,180,41,0.12); border-color: rgba(240,180,41,0.25); }
.tw-mcard-accent span { background: rgba(240,180,41,0.08); color: var(--yellow); }


.project-complete {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}


.st-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.st-card {
  background: #f8faff;
  border: 1.5px solid #3b82f6;
  border-radius: 16px;
  padding: 28px 16px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.st-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.st-icon-box {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, #1e40ff, #3b82f6);
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 21px;
  color: #fff;
  border: 1.5px solid #1e40ff;
}

.st-card:hover {
  transform: translateY(0);
  border-color: #e2e8f0;
  box-shadow: none;
  background:#f0b429;
}

.st-num {
  font-size: 2.2rem;
  font-weight: 800;
  color: #1e40ff;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1.5px;
  font-family: 'Poppins', sans-serif;
}

.st-label {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.2px;
}

@media (max-width: 991px) {
  .st-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .st-card { padding: 20px 10px 16px; border-radius: 12px; }
  .st-icon-box { width: 42px; height: 42px; font-size: 17px; margin-bottom: 10px; border-radius: 10px; }
  .st-num { font-size: 15px; letter-spacing: -1px; }
  .st-label { font-size: 11px; }
}

@media (max-width: 767px) {
  .project-complete { padding: 30px 0; }
  .st-grid { display: flex; flex-wrap: nowrap; overflow-x: hidden; gap: 8px; padding: 0 4px; }
  .st-card { flex: 1 1 0; min-width: 0; padding: 16px 8px 14px; border-radius: 12px; }
  .st-icon-box { width: 36px; height: 36px; font-size: 14px; margin-bottom: 8px; border-radius: 9px; }
  .st-num { font-size: 1.25rem; letter-spacing: -0.5px; margin-bottom: 4px; }
  .st-label { font-size: 10px; line-height: 1.3; }
}

@media (max-width: 380px) {
  .st-num { font-size: 1.1rem; }
  .st-label { font-size: 9.5px; }
  .st-icon-box { width: 32px; height: 32px; font-size: 13px; }
}


/* ============================================================
   KH FEATURE SECTION — White BG, Blue Cards
   ============================================================ */
.kh-section {
  background: #ffffff;
  padding: 80px 0;
}

.kh-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.kh-heading {
  font-size: 2.1rem;
  font-weight: 800;
  color: #1e40ff;
  line-height: 1.25;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.kh-heading span {
  color: #1e40ff;
}

.kh-para {
  font-size: 15px;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
}

.kh-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.kh-card {
  background: #1e40ff;
  border-radius: 20px;
  padding: 36px 24px;
  text-align: center;
  transition: transform .35s, box-shadow .35s, background .35s;
  cursor: pointer;
  border: 1px solid #1e40ff;
}

.kh-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(240,180,41,0.35);
  background: #f0b429;
  border-color: #f0b429;
}

.kh-card:hover .kh-card-icon {
  background: rgba(255,255,255,0.25);
  color: #010828;
  border-color: transparent;
}

.kh-card:hover p { color: #010828; }

.kh-card-icon {
  width: 64px; height: 64px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 26px;
  color: #ffffff;
  transition: all .3s;
  border: 1px solid rgba(255,255,255,0.3);
}

.kh-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
  transition: color .3s;
}

/* Responsive */
@media (max-width: 991px) {
  .kh-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .kh-heading { font-size: 1.7rem; }
  .kh-cards { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}

@media (max-width: 767px) {
  .kh-section { padding: 50px 0; }
  .kh-heading { font-size: 1.5rem; }
  .kh-cards { grid-template-columns: 1fr; gap: 12px; }
  .kh-card { padding: 24px 20px; border-radius: 16px; }
  .kh-card-icon { width: 52px; height: 52px; font-size: 20px; }
}




/* ============================================================
   ABOUT SECTION — White background
   ============================================================ */
.about {
  background: var(--white);
  padding: 90px 0;
}
.about h2 { color: var(--text-dark) !important; }
.about p  { color: var(--text-muted) !important; }

.about-image img {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(10,22,40,0.12);
  transition: transform 0.4s ease;
}
.about-image img:hover { transform: scale(1.03); }

.about-tag {
  background: var(--navy);
  color: var(--white);
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  display: inline-block;
}
.about-tag:hover { background: var(--navy-light); }

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.section-padding {
  padding: 90px 0;
  background: #060d1f;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(30,64,255,0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(240,180,41,0.08) 0%, transparent 50%);
}

.section-title span {
  font-size: 40px;
  margin: 14px 0;
  color: var(--yellow-dark);
  font-weight: 700;
 
}
.section-title h2 {
  font-size: 40px;
  margin: 14px 0;
  color: #fff !important;
  font-weight: 700;
}
.section-title p {
  
   color: rgba(255,255,255,0.45); }

/* Slider wrapper */
.sv-slider-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.sv-track-outer {
  width: 200px;
  flex: 1;
  overflow: hidden;
  padding-top: 10px;
}

.sv-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  align-items: stretch;
}

/* Card */
.sv-card {
  flex-shrink: 0;
  position: relative;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease,
              border-color 0.35s ease, background 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Top accent bar on hover */
.sv-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e40ff, #f0b429);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-radius: 18px 18px 0 0;
  z-index: 2;
}

/* Blue inner glow on hover */
.sv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(30,64,255,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.sv-card:hover,
.sv-card.sv-active {
  transform: translateY(-8px);
  border-color: rgba(240,180,41,0.45);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45),
              0 0 0 1px rgba(240,180,41,0.12),
              inset 0 1px 0 rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.06);
}

.sv-card:hover::before,
.sv-card.sv-active::before { opacity: 1; }

.sv-card:hover::after,
.sv-card.sv-active::after { transform: scaleX(1); }

/* Body */
.sv-body {
  padding: 32px 24px 28px;
  text-align: left;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Number tag top-right */
.sv-body::after {
  content: attr(data-num);
  position: absolute;
  top: 20px; right: 20px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.08);
  letter-spacing: 1px;
  transition: color 0.3s;
}

.sv-card:hover .sv-body::after,
.sv-card.sv-active .sv-body::after {
  color: rgba(240,180,41,0.35);
}

/* Icon circle */
.sv-icon-circle {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(30,64,255,0.15);
  border: 1px solid rgba(30,64,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #7ca8ff;
  margin-bottom: 20px;
  transition: all 0.35s ease;
  flex-shrink: 0;
}

.sv-card:hover .sv-icon-circle,
.sv-card.sv-active .sv-icon-circle {
  background: linear-gradient(135deg, #f0b429, #ffd56e);
  border-color: transparent;
  color: #0a1628;
  box-shadow: 0 8px 20px rgba(240,180,41,0.35);
  border-radius: 50%;
}

.sv-body h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s;
}

.sv-card:hover .sv-body h5,
.sv-card.sv-active .sv-body h5 { color: #f0b429; }

.sv-body p {
  color: rgba(255,255,255,0.4);
  font-size: 12.5px;
  line-height: 1.7;
  margin: 0;
  transition: color 0.3s;
  flex: 1;
}

.sv-card:hover .sv-body p,
.sv-card.sv-active .sv-body p { color: rgba(255,255,255,0.75); }

/* Arrows */
.sv-arrow {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s;
  z-index: 3;
}

.sv-arrow:hover {
  background: #f0b429;
  border-color: #f0b429;
  color: #0a1628;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(240,180,41,0.35);
}

/* Dots */
.sv-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.sv-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.sv-dot.sv-dot-active {
  background: #f0b429;
  width: 22px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(240,180,41,0.4);
}

/* Responsive */
@media (max-width: 767px) {
  .sv-body { padding: 22px 18px 20px; }
  .sv-body h5 { font-size: 13.5px; }
  .sv-body p { font-size: 11.5px; }
  .sv-icon-circle { width: 46px; height: 46px; font-size: 18px; margin-bottom: 14px; border-radius: 12px; }
  .section-title h2 { font-size: 28px; }
  .sv-arrow { width: 36px; height: 36px; font-size: 13px; }
}

/* ============================================================
   ABOUT SECTION — White BG, 3-column layout
   ============================================================ */
.ab-section {
  background: #ffffff;
  padding: 80px 0;
  overflow: hidden;
}

/* 3 columns: image | content | stats */
.ab-main {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* ── LEFT: Image ── */
.ab-visual {
  position: relative;
}


.ab-img-wrap {
  position: relative;
  border-radius: 14px;
}

.ab-img-wrap img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
  box-shadow: 20px 20px 0px #1e40ff;
}

.ab-play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  background: #f0b429;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #0a1628;
  font-size: 26px;
  z-index: 10;
  text-decoration: none;
  box-shadow: 0 0 0 12px rgba(240,180,41,0.2);
  transition: all 0.3s;
}
.ab-play-btn:hover {
  background: #0a1628;
  color: #f0b429;
  transform: translate(-50%, -50%) scale(1.1);
}

.ab-label {
  position: absolute;
  left: 14px;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 14px;
  color: #0a1628;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  z-index: 10;
  white-space: nowrap;
}
.ab-label i { color: #1e40ff; font-size: 13px; }
.ab-label-1 { top: 50px; }
.ab-label-2 { top: 50%; transform: translateY(-50%); }
.ab-label-3 { bottom: 50px; }

/* ── MIDDLE: Content ── */
.ab-eyebrow {
  color: #1e40ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ab-headline {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #0a1628;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
}
.ab-headline span { color: #1e40ff; }

.ab-body {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.ab-mv-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ab-mv-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.ab-mv-icon {
  width: 34px; height: 34px; min-width: 34px;
  background: rgba(30,64,255,0.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #1e40ff;
  font-size: 13px;
  margin-top: 2px;
}

.ab-mv-item strong {
  color: #0a1628;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.ab-mv-item p {
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.6;
  margin: 0;
}

/* ── RIGHT: Stats 2x2 ── */
.ab-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ab-stat-box {
  background: #0048ff;
  border: 1.5px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
  transition: all 0.3s;
}
.ab-stat-box:hover {
  background:  #f0b429;
  border-color: #1e40ff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(30,64,255,0.15);
}

.ab-stat-box:hover i {
  color: #1e40ff;
}

.ab-stat-box:hover h3 {
  color: #0a1628;
}

.ab-stat-box:hover p {
  color: #000000;
}



.ab-stat-box i {
  font-size: 24px;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}

.ab-stat-box h3 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
}

.ab-stat-box p {
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  .ab-main {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .ab-stats-col {
    grid-column: 1 / -1;
  }
  .ab-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px) {
  .ab-section { padding: 50px 0; }
  .ab-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ab-stats-col { grid-column: auto; }
  .ab-img-wrap img { height: 260px; }
  .ab-label { display: none; }
  .ab-headline { font-size: 1.6rem; }
  .ab-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ab-stat-box { padding: 14px 10px; }
  .ab-stat-box h3 { font-size: 1.3rem; }
}


/* ============================================================
   WHY CHOOSE US — Compact single row
   ============================================================ */
.wcu-section {
  background: #010828;
  background-image: url(../image/bghome1.png);
  
  padding: 50px 0;
}

.wcu-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: center;
}

.wcu-eyebrow {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wcu-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
  margin: 0;
}

.wcu-heading span { color: var(--yellow); }

.wcu-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.wcu-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 20px 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.wcu-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1e40ff, var(--yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.wcu-card:hover {
  transform: translateY(-5px);
  border-color: rgba(240,180,41,0.4);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 14px 35px rgba(0,0,0,0.3);
}

.wcu-card:hover::after { transform: scaleX(1); }

.wcu-icon {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, #1e40ff, #3b82f6);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}

.wcu-card:hover .wcu-icon {
  background: linear-gradient(135deg, var(--yellow), #ffd56e);
  color: var(--navy);
}

.wcu-card h5 {
  color: var(--white);
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.3;
  transition: color 0.3s;
}

.wcu-card:hover h5 { color: var(--yellow); }

.wcu-card p {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
  .wcu-inner { grid-template-columns: 220px 1fr; gap: 28px; }
}

@media (max-width: 991px) {
  .wcu-inner { grid-template-columns: 1fr; gap: 28px; }
  .wcu-heading { font-size: 1.5rem; text-align: center; }
  .wcu-eyebrow { text-align: center; }
  .wcu-features { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}

@media (max-width: 576px) {
  .wcu-section { padding: 36px 0; }
  .wcu-features { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .wcu-card { padding: 16px 10px 14px; }
  .wcu-icon { width: 40px; height: 40px; font-size: 16px; margin-bottom: 10px; }
  .wcu-card h5 { font-size: 11.5px; }
  .wcu-card p { font-size: 10.5px; }
}


/* ============================================================
   RECENT PROJECTS
   ============================================================ */
.rp-section {
  padding: 60px 0;
  background: var(--white);
}

.rp-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--gray-200);
  position: relative;
}

.rp-header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 80px; height: 3px;
  background: linear-gradient(90deg, #6366f1, #3b82f6, #f0b429);
  border-radius: 10px;
}

.rp-left { display: flex; flex-direction: column; gap: 10px; }

.rp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #4f46e5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rp-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #6366f1;
  display: inline-block;
  flex-shrink: 0;
}

.rp-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #0a1628;
  line-height: 1.15;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.5px;
}

.rp-heading span {
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.rp-sub {
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.7;
  margin: 0;
  max-width: 460px;
}

.rp-right { flex-shrink: 0; padding-bottom: 6px; }

.rp-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(99,102,241,0.35);
  white-space: nowrap;
}
.rp-view-btn:hover {
  background: linear-gradient(135deg, #4f46e5, #3730a3);
  box-shadow: 0 8px 24px rgba(99,102,241,0.5);
  transform: translateY(-2px);
  color: #fff;
}
.rp-view-btn svg { transition: transform 0.3s; }
.rp-view-btn:hover svg { transform: translateX(4px); }

/* SLIDER */
.rp-slider-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
}

.rp-track-outer {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.rp-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
  align-items: stretch;
}

/* ARROWS */
.rp-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #c7d2fe;
  color: #4f46e5;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(99,102,241,0.12);
  z-index: 3;
}
.rp-arrow:hover {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  border-color: #6366f1;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(99,102,241,0.4);
}
.rp-arrow:disabled { opacity: 0.3; pointer-events: none; }

/* DOTS */
.rp-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.rp-dot-btn {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #c7d2fe;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.rp-dot-btn.active {
  background: #6366f1;
  width: 24px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(99,102,241,0.4);
}

/* CARD */
.rp-card {
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.5s ease,
              transform 0.5s ease,
              box-shadow 0.4s,
              border-color 0.4s;
}

.rp-card.rp-visible {
  opacity: 1;
  transform: translateY(0);
}

.rp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #6366f1, #3b82f6, #f0b429);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  border-radius: 14px 14px 0 0;
}
.rp-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #3b82f6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-radius: 0 0 14px 14px;
  z-index: 2;
}
.rp-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 18px 42px rgba(99,102,241,0.15), 0 32px 48px rgba(0,0,0,0.05);
  border-color: rgba(99,102,241,0.3);
}
.rp-card:hover::before { opacity: 1; }
.rp-card:hover::after  { transform: scaleX(1); }

/* card image */
.rp-card .rp-img-wrap {
  position: relative;
  padding: 10px 10px 0;
  background: #eef2ff;
  overflow: hidden;
}
.rp-card .rp-img-wrap img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  transition: transform 0.4s ease;
}
.rp-card:hover .rp-img-wrap img { transform: scale(1.04); }

/* category badge */
.rp-card .rp-category {
  display: inline-flex;
  align-items: center;
  margin: 9px 0 0;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #4f46e5;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 50px;
  transition: background .25s, color .25s;
}
.rp-card:hover .rp-category {
  background: #6366f1;
  color: #fff;
  border-color: #6366f1;
}

/* card body */
.rp-card .rp-body {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rp-card .rp-body::before {
  content: '';
  display: block;
  width: 32px; height: 3px;
  background: linear-gradient(90deg, #6366f1, #818cf8);
  border-radius: 10px;
  margin-bottom: 10px;
  transition: width 0.3s ease;
}
.rp-card:hover .rp-body::before { width: 56px; }

.rp-card .rp-title {
  color: #0f172a;
  font-size: .9rem;
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1.3;
  transition: color .25s;
}
.rp-card:hover .rp-title { color: #4f46e5; }

.rp-card .rp-desc {
  color: #64748b;
  font-size: .72rem;
  line-height: 1.55;
  margin-bottom: 10px;
  flex: 1;
  display: -webkit-box;

  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rp-card .rp-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-bottom: 12px;
  overflow: hidden;
}
.rp-card .rp-tag {
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #4f46e5;
  font-size: .59rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background .2s;
}
.rp-card:hover .rp-tag { background: #e0e7ff; border-color: #a5b4fc; }
.rp-card .rp-tag-more {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #94a3b8;
  font-size: .59rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
}

.rp-card .rp-actions { display: flex; gap: 7px; margin-top: auto; }
.rp-card .rp-action-btn {
  flex: 1;
  text-align: center;
  padding: 7px 0;
  font-size: .7rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  gap: 5px;
  transition: all .25s;
}
.rp-card .rp-btn-live {
  background: linear-gradient(135deg, #6366f1, #4f46e5);
  color: #fff;
  border: none;
  box-shadow: 0 3px 10px rgba(99,102,241,0.35);
}
.rp-card .rp-btn-live:hover {
  background: linear-gradient(135deg, #4f46e5, #3730a3);
  box-shadow: 0 5px 16px rgba(99,102,241,0.5);
  transform: translateY(-1px);
  color: #fff;
}
.rp-card .rp-btn-code {
  background: transparent;
  color: #4f46e5;
  border: 1px solid #c7d2fe;
}
.rp-card .rp-btn-code:hover {
  background: #eef2ff;
  border-color: #818cf8;
  color: #3730a3;
  transform: translateY(-1px);
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .rp-section { padding: 40px 0; }
  .rp-header { flex-direction: column; align-items: flex-start; gap: 16px; padding-bottom: 24px; margin-bottom: 24px; }
  .rp-heading { font-size: 1.7rem; }
  .rp-slider-wrap { padding: 0 8px; gap: 8px; }
  .rp-arrow { width: 36px; height: 36px; }
}


/* ============================================================
   DEVELOPMENT PROCESS — Simple + Image
   ============================================================ */
.dp-section {
  background: #ffffff;
  background-image: none;
  padding: 80px 0;
}

.dp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.dp-eyebrow {
  color: #1e40ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dp-title {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  color: #0a1628;
  line-height: 1.25;
  margin-bottom: 10px;
}

.dp-title span { color: #1e40ff; }

.dp-subtitle {
  color: #64748b;
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 32px;
}


.dp-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}

.dp-step:last-child { margin-bottom: 0; }
.dp-icon {
  width: 44px; height: 44px; min-width: 44px;
  background: rgba(30,64,255,0.08);
  border: 1px solid rgba(30,64,255,0.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: #1e40ff;
  flex-shrink: 0;
  transition: all 0.3s;
}


.dp-step:hover .dp-icon {
  background: #1e40ff;
  border-color: #1e40ff;
  color: #ffffff;
}

.dp-text h5 {
  color: #0a1628;
  font-size: 14.5px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: color 0.3s;
}


.dp-step:hover .dp-text h5 { color: #1e40ff; }

.dp-text p {
  color: #64748b;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

/* RIGHT: Image */
.dp-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  filter: none;
  animation: none;
}


@keyframes dpFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-12px); }
}

/* Responsive */
@media (max-width: 991px) {
  .dp-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dp-right { order: -1; }
  .dp-img { max-width: 340px; }
}

@media (max-width: 576px) {
  .dp-section { padding: 50px 0; }
  .dp-img { max-width: 280px; }
  .dp-icon { width: 38px; height: 38px; min-width: 38px; font-size: 16px; border-radius: 10px; }
  .dp-text h5 { font-size: 13.5px; }
  .dp-text p { font-size: 12px; }
  .dp-step { gap: 12px; margin-bottom: 18px; }
}


/* ============================================================
   TESTIMONIALS — Split Layout Redesign
   ============================================================ */
.tw-reviews-section {
  background: #060d1f;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(30,64,255,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(240,180,41,0.06) 0%, transparent 50%);
  padding: 90px 0;
  overflow: hidden;
}

/* HEADER — centered top */
.tw-rev-header {
  text-align: center;
  margin-bottom: 60px;
}

.tw-rev-eyebrow {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.tw-rev-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.tw-rev-title span {
  background: linear-gradient(135deg, var(--yellow), #ffd56e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tw-rev-sub {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  margin: 0;
}

/* SPLIT LAYOUT */
.tw-rev-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.tw-rev-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.tw-rev-big-heading {
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  font-family: 'Poppins', sans-serif;
}

.tw-rev-big-heading span {
  color: var(--yellow);
}

.tw-rev-desc {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  line-height: 1.75;
}

/* Rating summary left side */
.tw-rev-summary-left {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 20px 24px;
}

.tw-rev-big-num {
  font-size: 3rem;
  font-weight: 900;
  color: var(--yellow);
  line-height: 1;
  font-family: 'Poppins', sans-serif;
}

.tw-rev-stars-row {
  color: var(--yellow);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.tw-rev-count {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
}

.tw-rev-divider-v {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}

.tw-rev-badges-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tw-rev-badge-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
}

.tw-rev-badge-item i {
  color: var(--yellow);
  font-size: 14px;
}

/* Navigation dots left */
.tw-rev-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tw-rev-nav-btn {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.tw-rev-nav-btn:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #0a1628;
}

.tw-rev-progress {
  flex: 1;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.tw-rev-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--yellow), #ffd56e);
  border-radius: 10px;
  transition: width 4s linear;
  width: 0%;
}

/* RIGHT SIDE — single card display */
.tw-rev-right {
  position: relative;
}

.tw-rev-card-wrap {
  position: relative;
  min-height: 320px;
}

.tw-rev-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  padding: 36px;
  position: absolute;
  top: 0; left: 0; right: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

.tw-rev-card.tw-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.tw-rev-card.tw-exit {
  opacity: 0;
  transform: translateX(-30px);
}

.tw-rev-quote-icon {
  font-size: 3rem;
  color: var(--yellow);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}

.tw-rev-card-stars {
  color: var(--yellow);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.tw-rev-card-text {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 24px;
}

.tw-rev-card-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.tw-rev-avatar {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--yellow), #ffd56e);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #0a1628;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.tw-rev-author-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
}

.tw-rev-author-role {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tw-rev-author-date {
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  margin-top: 2px;
}

.tw-verified {
  margin-left: auto;
  background: rgba(240,180,41,0.1);
  border: 1px solid rgba(240,180,41,0.3);
  color: var(--yellow);
  font-size: 10px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Indicator dots */
.tw-rev-indicators {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  justify-content: center;
}

.tw-rev-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  padding: 0;
}

.tw-rev-dot.active {
  background: var(--yellow);
  width: 24px;
  border-radius: 50px;
}

/* Write review button */
.tw-write-btn {
  background: transparent;
  border: 2px solid var(--yellow);
  color: var(--yellow);
  font-family: 'Poppins', sans-serif;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.tw-write-btn:hover {
  background: var(--yellow);
  color: var(--navy);
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .tw-rev-split {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 576px) {
  .tw-reviews-section { padding: 60px 0; }
  .tw-rev-card { padding: 24px; }
  .tw-rev-card-text { font-size: 13px; }
  .tw-rev-summary-left { flex-wrap: wrap; gap: 14px; }
}




/* ============================================================
   CONTACT FORM — Blue BG (like orange reference, but blue)
   ============================================================ */

.contact-form-wrap {
  width: 100%;
  background: #1e40ff;
  border-radius: 24px;
  padding: 50px 44px;
      max-width: 975px;
position: relative;
    border-radius: 30px;
    padding: 40px 60px;
  
    z-index: 99;
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
}

.contact-form-title {
  color: #ffffff;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  line-height: 1.3;
}

.contact-field-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-field-row .contact-input {
  flex: 1;
}

.contact-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 4px;
  font-family: 'Poppins', sans-serif;
  outline: none;
  transition: border-color 0.3s;
  display: block;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.contact-input:focus {
  border-bottom-color: #ffffff;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.contact-textarea {
  resize: none;
  margin-bottom: 24px;
  min-height: 100px;
}

.contact-submit-btn {
  background: #ffffff;
  color: #1e40ff;
  border: none;
  border-radius: 50px;
  padding: 13px 42px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact-submit-btn:hover {
  background: #f0b429;
  color: #0a1628;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.contact-alert {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 13.5px;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact-alert-success {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.contact-alert-danger {
  background: rgba(239, 68, 68, 0.2);
  color: #fee2e2;
  border: 1px solid rgba(239, 68, 68, 0.4);
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .contact-form-wrap {
    padding: 36px 24px;
    border-radius: 18px;
  }

  .contact-form-title {
    font-size: 1.4rem;
    margin-bottom: 28px;
  }

  .contact-field-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .contact-field-row .contact-input {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .contact-form-wrap {
    padding: 28px 18px;
  }

  .contact-form-title {
    font-size: 1.2rem;
  }

  .contact-submit-btn {
    width: 100%;
    text-align: center;
    padding: 13px 20px;
  }
}


/* ============================================================
   SPINNER (loading state)
   ============================================================ */
.spinner-border.text-info { color: var(--yellow-dark) !important; }

/* ============================================================
   RESPONSIVE — Mobile & Tablet
   ============================================================ */

   
@media (max-width: 991px) {
  .tw-hero-inner  { flex-direction: column;  padding-bottom: 0;}
  .tw-hero-right  { flex: 0 0 auto; width: 100%; height: 280px; }
  .tw-hero-left   { text-align: center; }
  .tw-hero-desc   { margin-left: auto; margin-right: auto; }
  .tw-hero-btns   { justify-content: center; }
  .tw-hero-testimonial { max-width: 100%; }
  .tw-rating-bar  { justify-content: center; }

  .tw-hero-left { 
  background-image: url(../image/blue2.png);
  background-size: 130px ;
  text-align: left;
  overflow: visible;
  background-position-y:410px ;
   background-position-x: 240px;
  background-repeat: no-repeat, no-repeat;
  width: auto;
  padding-right: 3px;
  padding-left: 3px;
  flex: 1 1 0;  }
  .tw-hero-desc {

        margin-bottom: 5px;
  }
  .trust-bar {
    padding-top:20px;
    width:200px;
  }
  
}

@media (max-width: 767px) {

  .tw-hero-right {
  gap: 3px !important;
}
  .about-image img { max-width: 100%; }

  #ratingsSummary > div {
    flex-direction: column !important;
    gap: 16px !important;
    padding: 18px 16px !important;
    border-radius: 14px !important;
  }
  #ratingsSummary > div > div[style*="width:1px"] {
    width: 80px !important; height: 1px !important;
  }
  #avgRatingNumber { font-size: 2.4rem !important; }
  #ratingBars { width: 100% !important; max-width: 100% !important; min-width: unset !important; }
  #ratingsSummary > div > div:last-child { flex-direction: row !important; gap: 16px !important; }
  #allReviewsGrid { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; }

  .clients-card { padding: 14px 14px 12px !important; }
  .clients .clients-card p { font-size: 12px !important; line-height: 1.55 !important; min-height: unset !important; margin-bottom: 10px !important; }
  .clients .clients-card .stars { font-size: 11px !important; margin-bottom: 6px !important; }
  .clients .clients-text .name { width: 34px !important; height: 34px !important; min-width: 34px !important; font-size: 11px !important; }
  .clients .clients-text .fullName { font-size: 12.5px !important; }
  .clients-text .role { font-size: 10px !important; }
  .verified-badge { font-size: 9px !important; padding: 2px 6px !important; }
.tw-hero-inner{ gap: 2px;}
  .form-card { padding: 1.5rem; }
  .tw-hero { padding: 10px 0 0px; }
  .section-title h2 { font-size: 30px; }
}

@media (max-width: 480px) {
    .tw-hero-inner{
      height: 900px;
    }
  .tw-hero-left{
     height: 800px;
    padding-right:15px;
    padding-left: 15px;
  }
  .tw-hero-right {
    
    padding-right: 10px;
    padding-left: 10px;
    height: 300px; }
  .tw-mcard img  { height: 140px;
  width: 112px; }

/* ── FIX: padding-right hata diya — yeh bhi overflow cause kar raha tha ── */
.tw-hero-inner {
  padding-right: 0;
}

.tw-hero-right {
  gap: 3px !important;
}
}


@media (max-width: 576px) {


  .tw-hero-right {
  gap: 3px !important;
}
  .tw-hero-btns {
    margin-bottom: 0px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;  /* left side */
  flex-wrap: nowrap;
}

.tw-btn-solid,
.tw-btn-outline {
  padding: 10px 26px;
  font-size: 12px;
}
}
@media (max-width: 767px) {
  .tw-hero-testimonial {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    margin-bottom: 10px;
    gap: 8px;
    max-width: 100%;
  }

  .tw-testi-avatar {
    display: none;
  }

  .tw-testi-stars {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .tw-testi-quote {
    width: 180px;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 4px;
  }

  .tw-testi-name {
    font-size: 11px;
  }
    .tw-rating-bar {
      width:200px;
    justify-content: flex-start;
  }

  .tw-rating-text {
    font-size: 11px;
  }
}

:root {
  --tw-cyan: #22d3ee;
  --tw-cyan-dim: rgba(34, 211, 238, 0.15);
  --tw-nav-height: 75px;
}

body { padding-top: var(--tw-nav-height); }

@media (max-width: 991px) {
  :root { --tw-nav-height: 62px; }
  body { padding-top: var(--tw-nav-height); }
}
