 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Montserrat', sans-serif;
      background: #f8fafc;
      font-size: 14px; /* base 14px as requested */
      line-height: 1.5;
      color: #1e293b;
    }

    p, span, a, li, button, input {
      font-size: 1rem;
      font-family: 'Montserrat', sans-serif;
    }
.container {
    max-width: 94%;
}
.banner-badge img {
    width: 31px;
    padding-right: 6px;
}
    /* ---------- ADVANCED TOP MARQUEE with #0b1b98 ---------- */
    
    .drawer-logo img {
    width: 76%;
}

/* Form */
.form-group {
  margin-bottom: 12px;
}
.consult-form-wrap {
    padding: 14px 18px;
    box-shadow: 1px 9px 26px -6px #cecccc;
    border-radius: 20px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.submit-btn {
  width: 100%;
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #0b5ed7;
}

/* Show Modal */
.custom-modal.active {
  display: block;
}
.top-marquee {
    position: relative;
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-image: url(/images/bnr2.jpg); */
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: bottom;
}

    .top-marquee.marquee-hidden {
      max-height: 0;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      border-bottom-width: 0;
      margin-bottom: 0;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .marquee-content {
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      padding: 12px 0;
    }
    .marquee-content span {
      display: inline-block;
      padding-left: 30px;
      animation: scrollMarquee 24s linear infinite;
      font-weight: 500;
      letter-spacing: 0.3px;
      font-size: 13px;
    }
    .marquee-content span i {
      margin: 0 12px 0 6px;
      color: #ffd966;
      font-size: 12px;
    }
    @keyframes scrollMarquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-42%); }
    }
    .close-marquee {
      background: rgba(255,255,255,0.12);
      border: none;
      color: white;
      cursor: pointer;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 24px;
      transition: all 0.25s ease;
      backdrop-filter: blur(4px);
      font-size: 14px;
    }
    .close-marquee:hover {
      background: #ff4757;
      transform: rotate(90deg);
    }

    /* ---------- MAIN HEADER (Glassmorphism Effect) ---------- */
    .main-header {
      background: rgba(255, 255, 255, 0.98);
      backdrop-filter: blur(0px);
      box-shadow: 0 4px 25px rgba(0, 10, 151, 0.08), 0 1px 3px rgba(0,0,0,0.02);
      position: sticky;
      top: 0;
      z-index: 1000;
      width: 100%;
      transition: all 0.3s ease;
    }
.header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 23px;
}
    /* Logo Area with 3D hover */
    .logo-area {
      display: flex;
      align-items: center;
      gap: 12px;
      cursor: pointer;
      transition: transform 0.2s ease;
      width: 18%;
    }
    .faq-answer.open {
    max-height: fit-content;
}
.faq-item.open .faq-answer {
    max-height: -webkit-fill-available;
    padding-bottom: 18px;
}
    .logo-area:hover {
      transform: scale(1.02);
    }
    .logo-icon {
      background: linear-gradient(135deg, #0b1b98, #0011cc);
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      color: white;
      font-size: 1.8rem;
      font-weight: 800;
      box-shadow: 0 10px 20px -5px rgba(0,10,151,0.3);
      transition: all 0.2s;
    }
    .logo-text h1 {
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: -0.8px;
      background: linear-gradient(125deg, #0b1b98, #2a3bff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      line-height: 1.2;
    }
    .logo-text span {
      font-size: 11px;
      font-weight: 500;
      color: #5b6e9c;
      letter-spacing: 0.8px;
      text-transform: uppercase;
    }

    /* Desktop Navigation - Advanced */
    .nav-menu {
      display: flex;
      align-items: center;
      gap: 6px;
      margin: 0;
    }
    .nav-item {
      position: relative;
      list-style: none;
    }
    .servicesarea img {
    z-index: 3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0, 10, 151, 0.2);
    transition: all 0.4s ease;
    width: 100%;
}
.servicesarea {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 24px;
}
    .nav-link {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 10px 10px;
      font-weight: 600;
      font-size: 1rem;
      color: #1a2639;
      text-decoration: none;
      border-radius: 50px;
      transition: all 0.25s;
      cursor: pointer;
      letter-spacing: -0.2px;
    }
    .nav-link i {
      font-size: 12px;
      transition: transform 0.2s;
    }
    .nav-link:hover {
      background: #f0f3ff;
      color: #0b1b98;
    }

    /* Mega Menu - Advanced Design */
    .mega-menu {
      position: absolute;
      top: 52px;
      left: -20px;
      background: #ffffff;
      width: 780px;
      box-shadow: 0 25px 45px -12px rgba(0,10,151,0.2);
      border-radius: 28px;
      padding: 28px 32px;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
      z-index: 1050;
      border: 1px solid rgba(0,10,151,0.1);
      pointer-events: none;
      backdrop-filter: blur(0px);
    }
    .nav-item:hover .mega-menu {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
      top: 32px;
    }
    .mega-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 32px;
    }
    .mega-col h4 {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #0b1b98;
      margin-bottom: 18px;
      border-left: 3px solid #0b1b98;
      padding-left: 14px;
      font-weight: 700;
    }
    .reveal h4 {
    font-size: 1.5em;
    font-weight: 600;
}
    .mega-col a {
      display: flex;
      align-items: center;
      gap: 14px;
      text-decoration: none;
      color: #2c3e66;
      padding: 10px 8px;
      border-radius: 16px;
      font-weight: 500;
      transition: 0.2s;
      margin-bottom: 4px;
    }
    .mega-col a i {
      width: 30px;
      color: #0b1b98;
      font-size: 1.1rem;
    }
    .mega-col a:hover {
      background: linear-gradient(95deg, #f5f7ff, #ffffff);
      color: #0b1b98;
      transform: translateX(6px);
    }
    .mega-badge {
      background: #0b1b98;
      color: white;
      font-size: 10px;
      padding: 2px 8px;
      border-radius: 30px;
      margin-left: 10px;
    }
section#services {
    padding: 4% 0;
    background: #15163b;
}
section#services a.btn-primary.open-quote-modal {
    display: none !important;
}
    /* Right side actions with advanced hover */
    .header-actions {
      display: flex;
      align-items: center;
      gap: 20px;
    }
.contact-btn {
    /* background: linear-gradient(120deg, #1559b2, #6cf2f1); */
    color: #000000;
    border: none;
    padding: 9px 19px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 1px solid;
    border-bottom: 1px solid;
}
    .contact-btn:hover {
      background: #0011cc;
      transform: translateY(-2px);
      box-shadow: 0 12px 22px rgba(0,10,151,0.35);
    }
    .menu-icon-mobile {
      display: none;
      font-size: 1.6rem;
      background: #f0f3ff;
      border: none;
      cursor: pointer;
      color: #0b1b98;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      transition: all 0.2s;
    }
    .menu-icon-mobile:hover {
      background: #e0e6ff;
    }

    /* Shopify-Style Mobile Drawer - Premium */
    .mobile-drawer {
      position: fixed;
      top: 0;
      right: -100%;
      width: 85%;
      max-width: 380px;
      height: 100%;
      background: #ffffff;
      box-shadow: -8px 0 40px rgba(0,0,0,0.15);
      z-index: 2000;
      transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
      display: flex;
      flex-direction: column;
      overflow-y: auto;
    }
    .mobile-drawer.open {
      right: 0;
    }
    .drawer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 24px;
      border-bottom: 1px solid #eef2ff;
      background: #ffffff;
    }
    .drawer-logo {
      font-weight: 800;
      font-size: 1.6rem;
      background: linear-gradient(115deg, #0b1b98, #2a3bff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .close-drawer {
      background: #f1f5f9;
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      font-size: 1.3rem;
      cursor: pointer;
      transition: 0.2s;
    }
    .drawer-nav {
      flex: 1;
      padding: 16px 0;
    }
    .drawer-nav-item {
      border-bottom: 1px solid #f0f3fa;
    }
    .drawer-nav-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 24px;
      font-weight: 600;
      color: #1a2639;
      text-decoration: none;
      font-size: 15px;
    }
    .drawer-submenu {
      background: #fafcff;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.45s ease;
      padding-left: 28px;
    }
    .drawer-submenu a {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 20px;
      text-decoration: none;
      color: #3a4c6e;
      font-size: 13px;
      border-left: 2px solid transparent;
    }
    .drawer-submenu a i {
      width: 24px;
      color: #0b1b98;
    }
    .drawer-submenu a:hover {
      background: #eef3ff;
      border-left-color: #0b1b98;
    }
    .drawer-submenu.open-sub {
      max-height: 700px;
    }
    .drawer-footer {
      padding: 24px;
      border-top: 1px solid #eef2ff;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(3px);
      z-index: 1999;
      visibility: hidden;
      opacity: 0;
      transition: 0.25s;
    }
    .overlay.active {
      visibility: visible;
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 1100px) {
      .header-container {
        padding: 0 24px;
      }
      .nav-menu {
        display: none;
      }
      .menu-icon-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .contact-btn {
        padding: 8px 18px;
      }
      .mega-menu {
        display: none;
      }
    }
    @media (max-width: 620px) {
      .logo-text h1 {
        font-size: 1.3rem;
      }
      .contact-btn span {
        display: none;
      }
      .contact-btn i {
        margin: 0;
      }
      .contact-btn {
        padding: 10px 12px;
      }
    }
    /* Add animation for header */
    .nav-link i.fa-chevron-down {
      font-size: 10px;
    }
    .sticky-header-scroll {
      box-shadow: 0 12px 28px rgba(0,10,151,0.1);
    }

  /* Case Study Slider Styles */
  /*.case-studies-section {*/
  /*  padding: 3rem 0;*/
  /*  background: #dae2e8;*/
  /*  position: relative;*/
    /*overflow: hidden;*/
  /*}*/

  /*.clients-title {*/
  /*  font-size: 2.4rem;*/
  /*  font-weight: 400;*/
  /*  color: #1a1a18;*/
  /*  line-height: 1.2;*/
  /*  text-align: center;*/
  /*}*/

  /*.clients-title em { */
  /*  font-style: italic; */
  /*  color: #2b5ab4; */
  /*}*/

  /* Slider Container */
  /*.cs-slider1 {*/
  /*  position: relative;*/
  /*  margin: 0 -10px;*/
  /*}*/

  /*.cs-viewport {*/
  /*  overflow: hidden;*/
  /*  border-radius: 20px;*/
  /*}*/

  /*.cs-track {*/
  /*  display: flex;*/
  /*  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);*/
  /*  will-change: transform;*/
  /*  padding: 15px 0 30px;*/
  /*}*/

  /* Case Study Cards */
  /*.cs-card {*/
  /*  flex-shrink: 0;*/
  /*  padding: 0 12px;*/
  /*  transition: all 0.3s ease;*/
  /*}*/

  /*.cs-card-inner {*/
  /*  background: #ffffff;*/
  /*  border-radius: 24px;*/
  /*  box-shadow: 0 10px 30px rgba(43, 90, 180, 0.08);*/
  /*  height: 100%;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  overflow: hidden;*/
  /*  transition: all 0.3s ease;*/
  /*  border: 1px solid rgba(43, 90, 180, 0.1);*/
  /*}*/

  /*.cs-card-inner:hover {*/
  /*  box-shadow: 0 15px 40px rgba(43, 90, 180, 0.15);*/
  /*  transform: translateY(-5px);*/
  /*  border-color: rgba(43, 90, 180, 0.3);*/
  /*}*/

  /* Card Header */
  /*.cs-card .card-header {*/
  /*  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);*/
  /*  padding: 1.5rem 1.5rem 1rem;*/
  /*  border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  /*  position: relative;*/
  /*}*/

  /*.client-type {*/
  /*  display: inline-block;*/
  /*  padding: 4px 12px;*/
  /*  background: rgba(43, 90, 180, 0.1);*/
  /*  color: #2b5ab4;*/
  /*  border-radius: 20px;*/
  /*  font-size: 11px;*/
  /*  font-weight: 600;*/
  /*  letter-spacing: 0.5px;*/
  /*  margin-bottom: 12px;*/
  /*}*/

  /*.cs-card h3 {*/
  /*  font-size: 1.5rem;*/
  /*  font-weight: 600;*/
  /*  color: #1a1a18;*/
  /*  margin: 0 0 5px 0;*/
  /*  line-height: 1.3;*/
  /*}*/

  /* Card Content Preview */
  /*.card-content-preview {*/
  /*  padding: 1.5rem;*/
  /*  flex: 1;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*}*/

  /*.preview-text {*/
  /*  font-size: 0.95rem;*/
  /*  line-height: 1.6;*/
  /*  color: #4a4a48;*/
  /*  margin-bottom: 1.5rem;*/
  /*  display: -webkit-box;*/
  /*  -webkit-line-clamp: 4;*/
  /*  -webkit-box-orient: vertical;*/
  /*  overflow: hidden;*/
  /*  flex: 1;*/
  /*}*/

  /*.explore-btn {*/
  /*  background: none;*/
  /*  border: 2px solid #2b5ab4;*/
  /*  color: #2b5ab4;*/
  /*  padding: 12px 24px;*/
  /*  border-radius: 30px;*/
  /*  font-size: 0.9rem;*/
  /*  font-weight: 600;*/
  /*  cursor: pointer;*/
  /*  transition: all 0.3s ease;*/
  /*  display: inline-flex;*/
  /*  align-items: center;*/
  /*  gap: 8px;*/
  /*  justify-content: center;*/
  /*  margin-top: auto;*/
  /*}*/

  /*.explore-btn:hover {*/
  /*  background: #2b5ab4;*/
  /*  color: #ffffff;*/
  /*}*/

  /*.explore-btn:hover svg {*/
  /*  stroke: #ffffff;*/
  /*  transform: translateX(5px);*/
  /*}*/

  /*.explore-btn svg {*/
  /*  width: 18px;*/
  /*  height: 18px;*/
  /*  stroke: #2b5ab4;*/
  /*  transition: all 0.3s ease;*/
  /*}*/
/* ========== CASE STUDIES SECTION CSS ========== */
.case-studies-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
    overflow: hidden;
}

.case-studies-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.case-studies-section .clients-title em::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f9a826, #ff6b4a);
    border-radius: 3px;
}

/* Slider Container */
.cs-slider {
    position: relative;
    margin: 50px 0 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/*  services page css*/


/* ===== HERO / BANNER ===== */
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,212,255,.08); border: 1px solid rgba(0,212,255,.25);
  color: var(--accent); font-size: .8rem; font-weight: 600;
  padding: 6px 14px; border-radius: 100px;
  margin-bottom: 24px; letter-spacing: .05em; text-transform: uppercase;
  animation: fadeUp .6s ease both;
}
section#home {
    padding: 4% 0;
}
.hero-badge::before { content: '★'; }
.hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 800; line-height: 1.1;
  animation: fadeUp .7s .1s ease both;
      color: #000;
}
.hero-title .line2 { 
color: #0a6dcd;
    display: block;
    font-size: 1em; }
.hero-title .line3 {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.4;
    margin-top: 8px;
}.hero-locations {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 20px 0;
  animation: fadeUp .7s .2s ease both;
}
h2.section-title-left, h3.section-title-left {
    color: #000;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 2.3em;
}
.loc-pill {
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  color: var(--muted); font-size: .8rem; padding: 5px 12px; border-radius: 100px;
  display: flex; align-items: center; gap: 5px;
}
.loc-pill::before { content: '📍'; font-size: .7rem; }
.hero-stats {
  display: flex; gap: 32px; margin-top: 32px;
  animation: fadeUp .7s .3s ease both;
}
.stat h3 {
    font-family: var(--heading);
    font-size: 2rem;
    font-weight: 800;
    color: #0a70ce;
}
.consult-form-wrap {
    background: #fff;
}
.stat p { font-size: .8rem; color: var(--muted); }



/* ===== RELATED SERVICES ===== */
.related-wrap { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.rel-chip:hover {
    border-color: var(--accent);
    color: var(--text);
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
}
.rel-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    border: 1px solid var(--border);
    border-radius: 100px;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    transition: all .2s;
    cursor: pointer;
}
.rel-chip span { font-size: 1rem; }

/* ===== WHY CHOOSE ===== */
#why {
    background: #ffff;
    padding: 3% 0;
}

.why-img-placeholder {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  height: 460px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 16px; position: relative; overflow: hidden;
}
.why-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,212,255,.05), rgba(124,58,237,.05));
}
.why-big-num {
  font-family: var(--heading); font-size: 7rem; font-weight: 800;
  color: rgba(0,212,255,.15); line-height: 1; position: absolute; top: 20px; right: 20px;
}
section#tech {
    padding: 3% 0;
}
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 32px; position: relative; }
.why-mini {
  border: 1px solid var(--border);
  border-radius: 12px; padding: 20px 16px; text-align: center;
}
.why-mini h4 { font-family: var(--heading); font-size: 1.5rem; color: var(--accent); }
.why-mini p { font-size: .75rem; color: var(--muted); margin-top: 4px; }
.why-items { display: flex; flex-direction: column; gap: 22px; }
.why-item {
  display: flex; gap: 18px; align-items: flex-start;
  border: 1px solid var(--border);
  border-radius: 12px; padding: 22px;
  transition: all .2s;
}
.why-item:hover { border-color: rgba(0,212,255,.2); }
.wi-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.2);
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.wi-icon.v { background: rgba(124,58,237,.1); border-color: rgba(124,58,237,.2); }
.wi-icon.g { background: rgba(16,185,129,.1); border-color: rgba(16,185,129,.2); }
.why-item h4 { font-family: var(--heading); font-weight: 700; font-size: .95rem; margin-bottom: 5px; }
.why-item p { font-size: .85rem; color: var(--muted); }

/* ===== TECH STACK ===== */
.tech-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.tech-cat h4 {
  font-family: var(--heading); font-size: .85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--muted); margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.tech-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.tech-pill {
    color: #000;
    font-size: 1rem;
    padding: 7px 14px;
    border-radius: 86px;
    transition: all .2s;
    border: 1px solid;
    background: #fff;
}
.tech-pill:hover { border-color: var(--accent); color: var(--accent); background: rgba(0,212,255,.06); }

/* ===== FAQ ===== */
#faq {
    background: #ffffff;
    padding: 3% 0;
}
.faq-wrap {
    max-width: 80%;
    margin: 0 auto;
    display: grid;
    gap: 11px;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  /*padding: 22px 0; cursor: pointer;*/
}
.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: var(--heading);
    font-weight: 600;
    font-size: 1rem;
    padding: 0 20px;
}
.faq-q .icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(0,212,255,.1); border: 1px solid rgba(0,212,255,.2);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); font-size: 1rem; flex-shrink: 0;
  transition: transform .3s;
}
.faq-item.open .faq-q .icon { transform: rotate(45deg); }
.faq-a {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease, padding .3s;
    padding: 0  20px;
}
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }

/* ===== CTA STRIP ===== */
#cta {
    padding: 110px 7%;
    text-align: center;
    background-image: url(/images/03.jpg);
    background-blend-mode: soft-light;
    width: 93%;
    margin: 52px auto 5%;
    background-size: cover;
    background-position: bottom;
    z-index: 1;
    border-radius: 55px;
    position: relative;
    overflow: hidden;
}

#cta::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #002657d6 0%, #1393f3ba 50%, #0968c8a3 100%);
    z-index: -1;
}
#cta h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; margin-bottom: 16px;color: #fff; }
#cta p { color: #fff; max-width: 520px; margin: 0 auto 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
  background: #fff; color: #080c14;
  padding: 14px 32px; border-radius: 10px;
  font-weight: 700; font-size: 1rem; text-decoration: none;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-primary:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,212,255,.3); }
.btn-secondary {
  background: transparent; color: var(--text);
  padding: 14px 32px; border-radius: 10px; border: 1px solid #fff;
  font-weight: 600; font-size: 1rem; text-decoration: none;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }


/* ===== ABOUT US ===== */
#about {
    overflow: hidden;
    background: #fff;
    padding: 5% 0;
}

.about-visual {
  position: relative;
}
.about-visual img {
   width: 100%;
   border-radius: 23px;
}

/* RIGHT content */
.about-text { color: var(--muted); font-size: .95rem; line-height: 1.8; margin-bottom: 16px; }
.about-pillars {
  gap: 14px; margin: 32px 0;
}
.pillar-item {
  display: flex; align-items: flex-start; gap: 12px;
  border: 1px solid var(--border);
  border-radius: 12px; padding: 18px 16px;
  transition: all .2s;
}
.pillar-item:hover { border-color: rgba(0,212,255,.25); background: rgba(0,212,255,.04); }
.pillar-icon {
  font-size: 1.3rem; flex-shrink: 0;
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(0,212,255,.08); display: flex; align-items: center; justify-content: center;
}
.pillar-item h5 { font-family: var(--heading); font-size: .88rem; font-weight: 700; margin-bottom: 3px; }
.pillar-item p { font-size: .78rem; color: var(--muted); }
.about-team-row {
  display: flex; align-items: center; gap: 16px;
  border-radius: 12px; padding: 18px 20px; margin-top: 8px;
}


/*   end */














/* Arrows */
.cs-arrow {
    width: 48px;
    height: 48px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
    z-index: 10;
}

.cs-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #0a2b3e;
    stroke-width: 2;
    transition: all 0.3s ease;
}

.cs-arrow:hover {
    background: #f9a826;
    border-color: #f9a826;
    transform: translateX(0);
    box-shadow: 0 8px 20px rgba(249, 168, 38, 0.3);
}

.cs-arrow:hover svg {
    stroke: white;
}

.cs-arrow-prev:hover {
    transform: translateX(-3px);
}

.cs-arrow-next:hover {
    transform: translateX(3px);
}

/* Viewport - Important for showing multiple slides */
.cs-viewport {
    flex: 1;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
}

.cs-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 30px;
    will-change: transform;
}
h1.award-heading-main span {
    font-size: 3.3rem;
}
h1.award-heading-main {
    font-weight: 700;
}
span#typed-text {
    background: linear-gradient(120deg, #1559b2, #b3bfc8);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
}
/* Case Study Card - Shows 3 slides on desktop */
.case-study-card {
    flex: 0 0 calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
    background: white;
    border-radius: 24px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.case-study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f9a826, #ff6b4a);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.case-study-card:hover::before {
    transform: scaleX(1);
}

/* Card Icon */
.case-study-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff5e6, #fff0e0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.case-study-card:hover .case-study-icon {
    background: linear-gradient(135deg, #f9a826, #ff6b4a);
    transform: scale(1.05);
}

.case-study-icon i {
    font-size: 40px;
    color: #f9a826;
    transition: all 0.3s ease;
}

.case-study-card:hover .case-study-icon i {
    color: white;
}

/* Card Title */
.case-study-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0a2b3e;
}

/* Card Type Badge */
.case-study-type {
    display: inline-block;
    padding: 5px 15px;
    background: #f0f4f9;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #f9a826;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.case-study-card:hover .case-study-type {
    background: #f9a826;
    color: white;
}

/* Card Description */
.case-study-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

/* Read More Button */
.case-study-btn {
    background: transparent;
    border: 2px solid #f9a826;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #f9a826;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.case-study-btn i {
    transition: transform 0.3s ease;
}

.case-study-btn:hover {
    background: #f9a826;
    color: white;
    border-color: #f9a826;
}

.case-study-btn:hover i {
    transform: translateX(5px);
}

/* Footer Controls */
.cs-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 20px;
}

.cs-counter {
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    background: white;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.cs-dots {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.cs-dot {
    width: 10px;
    height: 10px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cs-dot:hover {
    background: #f9a826;
    transform: scale(1.2);
}

.cs-dot.active {
    width: 28px;
    background: #f9a826;
    border-radius: 20px;
}

.cs-progress {
    width: 150px;
    height: 4px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.cs-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #f9a826, #ff6b4a);
    border-radius: 4px;
    transition: width 0.5s ease;
    width: 0%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .case-study-card {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
    
    .cs-track {
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .case-studies-section {
        padding: 50px 0;
    }
    
    .case-studies-section .clients-title {
        font-size: 1.8rem;
    }
    
    .cs-slider {
        gap: 10px;
    }
    
    .cs-arrow {
        width: 40px;
        height: 40px;
    }
    
    .cs-arrow svg {
        width: 20px;
        height: 20px;
    }
    
    /* Mobile: Show 1 slide */
    .case-study-card {
        flex: 0 0 calc(100% - 0px);
        min-width: calc(100% - 0px);
        padding: 30px 25px;
    }
    
    .cs-track {
        gap: 20px;
    }
    
    .case-study-card h3 {
        font-size: 1.3rem;
    }
    
    .cs-footer {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .cs-progress {
        width: 100%;
        order: 3;
    }
    
    .cs-counter {
        order: 1;
    }
    
    .cs-dots {
        order: 2;
    }
}

@media (max-width: 480px) {
    .marquee-content {
    padding: 4px 0;
}
    .case-study-card {
        padding: 25px 20px;
    }
    
    .case-study-icon {
        width: 65px;
        height: 65px;
    }
    
    .case-study-icon i {
        font-size: 32px;
    }
    
    .case-study-btn {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

/* Animation for cards on scroll */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.case-study-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Hover effect for dots */
.cs-dot {
    position: relative;
    cursor: pointer;
}

.cs-dot::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    background: rgba(249, 168, 38, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cs-dot:hover::after {
    opacity: 1;
}

/* Progress bar animation */
.cs-progress-bar {
    position: relative;
    overflow: hidden;
}

.cs-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Disable transitions during window resize */
.cs-track.no-transition {
    transition: none !important;
}
 
 
 
 
  /* Modal Styles */
  .cs-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .cs-modal-overlay.active {
    display: flex;
    opacity: 1;
  }

  .cs-modal {
    background: #ffffff;
    border-radius: 30px;
    width: 90%;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 30px 60px rgba(43, 90, 180, 0.3);
  }

  .cs-modal-overlay.active .cs-modal {
    transform: scale(1);
  }

  .cs-modal-header {
    background: linear-gradient(135deg, #2b5ab4 0%, #4a7ad4 100%);
    padding: 2rem 2rem 1.5rem;
    border-radius: 30px 30px 0 0;
    position: relative;
  }

  .cs-modal-header .client-type {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin-bottom: 15px;
  }

  .cs-modal-header h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
  }

  .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .modal-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
  }

  .cs-modal-content {
    padding: 2rem;
  }

  .modal-section {
    margin-bottom: 1.5rem;
  }

  .modal-section-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2b5ab4;
    margin-bottom: 0.75rem;
    border-left: 3px solid #2b5ab4;
    padding-left: 12px;
  }

  .modal-section-content {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a48;
  }

  .modal-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .modal-results-list li {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #4a4a48;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
  }

  .modal-results-list li::before {
    content: "✓";
    color: #2b5ab4;
    font-weight: bold;
    position: absolute;
    left: 0;
  }

  /* Navigation Arrows */
  .cs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(43, 90, 180, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(43, 90, 180, 0.1);
  }

  .cs-arrow:hover {
    background: #2b5ab4;
    border-color: #2b5ab4;
  }

  .cs-arrow:hover svg {
    stroke: #ffffff;
  }

  .cs-arrow svg {
    width: 20px;
    height: 20px;
    stroke: #2b5ab4;
    transition: stroke 0.3s ease;
  }

  .cs-arrow-prev { left: -15px; }
  .cs-arrow-next { right: -15px; }

  /* Footer Navigation */
  .cs-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .cs-dots {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .cs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(43, 90, 180, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
  }

  .cs-dot.active {
    background: #2b5ab4;
    width: 28px;
    border-radius: 10px;
  }

  .cs-progress {
    width: 140px;
    height: 3px;
    background: rgba(43, 90, 180, 0.1);
    border-radius: 2px;
    overflow: hidden;
  }

  .cs-progress-bar {
    height: 100%;
    background: #2b5ab4;
    border-radius: 2px;
    transition: width 0.4s ease;
  }

  .cs-counter {
    font-size: 13px;
    font-weight: 500;
    color: #2b5ab4;
    min-width: 45px;
  }


/* ========== FAQ SECTION STYLES (FIXED) ========== */
.faq-section {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.faq-container {
    max-width: 97%;
    margin: 0 auto;
    padding: 26px 0px;
}
.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-subtitle {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0b1b98;
  background: rgba(0, 10, 151, 0.1);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 1rem;
}

/* FAQ Grid Layout - Fixed for better spacing */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6px;
  align-items: start;
}

/* FAQ Item Styles - Fixed height issues */
.faq-item {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 10, 151, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 10, 151, 0.08);
  height: auto;
  overflow: visible;
}

.faq-item:hover {
  box-shadow: 0 15px 35px rgba(0, 10, 151, 0.1);
  transform: translateY(-3px);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 20px;
}

.faq-question h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0;
  flex: 1;
  line-height: 1.4;
  padding-right: 1rem;
}

.faq-icon {
  width: 32px;
  height: 32px;
  background: rgba(0, 10, 151, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-icon i {
  font-size: 0.9rem;
  color: #0b1b98;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  background: #0b1b98;
}

.faq-item.active .faq-icon i {
  color: #ffffff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  padding: 0 1.5rem;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Increased to accommodate more content */
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a6e8a;
  margin: 0 0 0.75rem 0;
}

.faq-answer ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}

.faq-answer li {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #5a6e8a;
  margin-bottom: 0.5rem;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.faq-answer li i {
  color: #0b1b98;
  font-size: 0.85rem;
  margin-top: 4px;
  flex-shrink: 0;
}

/* CTA Box */
.faq-cta {
  margin-top: 3.5rem;
  text-align: center;
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
  border-radius: 24px;
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
}

.faq-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.faq-cta::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.faq-cta h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.faq-cta p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.faq-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.faq-btn-primary {
  background: #ffd700;
  color: #0b1b98;
  border: none;
  padding: 12px 32px;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.faq-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.faq-btn-secondary {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 32px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.faq-btn-secondary:hover {
  background: #ffd700;
  color: #0b1b98;
  border-color: #ffd700;
  transform: translateY(-2px);
}
.process-section {
    padding: 3rem 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}
  .process-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .process-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .process-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b1b98;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }


  .process-header h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .process-header p {
    font-size: 1rem;
    color: #5a6e8a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* Process Steps Grid */
  .process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    margin: 15px 0 30px;
  }

  /* Connecting Line */
  .process-steps::before {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, #0b1b98, #ffd700, #0b1b98);
    z-index: 0;
  }

  /* Process Step Card */
  .process-step {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 10, 151, 0.05);
    border: 1px solid rgba(0, 10, 151, 0.08);
  }

  .process-step:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.12);
    border-color: rgba(0, 10, 151, 0.2);
  }

  /* Step Number */
  .step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 10, 151, 0.2);
    transition: all 0.3s ease;
  }

  .process-step:hover .step-number {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 10, 151, 0.3);
  }

  .step-icon i {
    font-size: 1.5rem;
    color: #0b1b98;
  }

  .process-step:hover .step-icon {
    background: #0b1b98;
  }

  .process-step:hover .step-icon i {
    color: #ffd700;
  }

  /* Step Title */
  .process-step h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
  }

  /* Step Description */
  .process-step p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5a6e8a;
    margin-bottom: 0;
  }

  /* Step List Items */
  .step-list {
    text-align: left;
    margin-top: 1rem;
    padding-left: 0;
    list-style: none;
  }

  .step-list li {
    font-size: 0.85rem;
    color: #5a6e8a;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .step-list li i {
    color: #ffd700;
    font-size: 0.75rem;
  }

 /* Unique class names for Projects section */
  .proj-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
  }

  .proj-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .proj-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .proj-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b1b98;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }

  .proj-header h2 {
    font-size: 2.5rem;
    /*font-weight: 800;*/
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .proj-header h2 span {
    color: #0b1b98;
    position: relative;
    display: inline-block;
  }

  .proj-header h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .proj-header p {
    font-size: 1rem;
    color: #5a6e8a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* Slider Container */
  .proj-slider {
    position: relative;
    padding: 0 40px;
  }

  .proj-viewport {
    overflow: hidden;
    border-radius: 24px;
  }

  .proj-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }

  /* Project Card */
  .proj-card {
    flex-shrink: 0;
    width: calc(33.333% - 16px);
    margin-right: 24px;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 10, 151, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 10, 151, 0.08);
  }

  .proj-card:last-child {
    margin-right: 0;
  }

  .proj-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.15);
    border-color: rgba(0, 10, 151, 0.2);
  }

  /* Project Image Container */
  .proj-image-container {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f2f5, #e4e8f0);
    aspect-ratio: 16 / 10;
  }

  .proj-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .proj-card:hover .proj-image {
    transform: scale(1.05);
  }

  /* Project Info */
  .proj-info {
    padding: 1.5rem;
    text-align: center;
  }

  .proj-info h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
  }

  .proj-visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0b1b98;
    color: white;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .proj-visit-btn:hover {
    background: #ffd700;
    color: #0b1b98;
    transform: translateY(-2px);
  }

  /* Slider Navigation */
  .proj-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border: 1px solid rgba(0, 10, 151, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 10, 151, 0.1);
    z-index: 10;
  }

  .proj-arrow:hover {
    background: #0b1b98;
    border-color: #0b1b98;
  }

  .proj-arrow:hover i {
    color: #ffffff;
  }

  .proj-arrow i {
    font-size: 1.2rem;
    color: #0b1b98;
    transition: color 0.3s ease;
  }

  .proj-arrow-prev {
    left: -20px;
  }

  .proj-arrow-next {
    right: -20px;
  }

  /* Slider Dots */
  .proj-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
  }

  .proj-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 10, 151, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
  }

  .proj-dot.active {
    background: #0b1b98;
    width: 28px;
    border-radius: 10px;
  }

.services-section {
    padding: 3rem 0;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top;
}

  .services-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .services-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }
  section.services-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #d8cce8 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}
  .services-header h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .services-header p {
    font-size: 1rem;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }
  .services-header .section-tag {
    color: #fff;
}
section#services h2.section-title {
    color: #fff;
}
section#services h3.section-title-left {
    color: #fff;
}
  /* Services Grid */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    /*margin-bottom: 3rem;*/
  }
section#services a.btn-primary {
    display: none;
}
  /* Service Card */
.service-card {
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    border-radius: 20px;
    padding: 1.7rem 1.2rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 10, 151, 0.08);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 31vh;
}

  /* Even cards - default white background */

  /* Hover effect - both become gradient with brand color */
 .service-card:hover {
    transform: translateY(-8px);
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    border-color: transparent;
}

  /* Popular Badge */
  .popular-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    color: #0b1b98;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
  }

  /* Service Icon */
  .service-icon {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
  }

  .service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
  }

  .service-icon i {
    font-size: 1.2rem;
    color: #0b1b98;
    transition: all 0.3s ease;
  }

  .service-card:hover .service-icon i {
    color: #fff;
  }

  /* Service Title */
  .service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    transition: color 0.3s ease;
  }

  .service-card:hover h3 {
    color: #ffffff;
  }

  /* Service Description */
  .service-card p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #5a6e8a;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    display: none;
  }

  .service-card:hover p {
    color: rgba(255, 255, 255, 0.85);
  }

  /* Service Link */
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem !important;
    font-weight: 600;
    padding: 6px 12px !important;
    margin: 0 !important;
    color: #000 !important;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #fff !Important;
    border-radius: 34px;
}

  .service-card:hover .service-link {
    color: #fff;
  }

  .service-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
  }

  .service-link:hover i {
    transform: translateX(5px);
  }

  /* Explore More Button */
  .explore-more {
    text-align: center;
  }

  .explore-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 2px solid #0b1b98;
    color: #0b1b98;
    padding: 14px 40px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }

  .explore-btn:hover {
    background: #0b1b98;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 10, 151, 0.2);
  }

  .explore-btn i {
    transition: transform 0.3s ease;
  }

  .explore-btn:hover i {
    transform: translateX(5px);
  }

  /* Modal for More Services */
  .services-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .services-modal.active {
    display: flex;
    opacity: 1;
  }

  .modal-service-content {
    width: 90%;
    max-width: 1200px;
    max-height: 85vh;
    background: #ffffff;
    border-radius: 30px;
    overflow-y: auto;
    position: relative;
    animation: modalFadeIn 0.3s ease;
  }

  @keyframes modalFadeIn {
    from {
      opacity: 0;
      transform: scale(0.9);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .modal-service-header {
    background: linear-gradient(135deg, #0b1b98, #0011cc);
    padding: 2rem;
    border-radius: 30px 30px 0 0;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .modal-service-header h2 {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .modal-service-header p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
  }

  .close-modal-service {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.2rem;
  }

  .close-modal-service:hover {
    background: #ff4757;
    transform: rotate(90deg);
  }

  .modal-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 2rem;
  }

  .modal-service-item {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 10, 151, 0.08);
  }

  .modal-service-item:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #0b1b98, #0011cc);
    border-color: transparent;
  }

  .modal-service-item i {
    font-size: 2rem;
    color: #0b1b98;
    margin-bottom: 1rem;
    display: inline-block;
  }

  .modal-service-item:hover i {
    color: #ffd700;
  }

  .modal-service-item h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
  }

  .modal-service-item:hover h4 {
    color: #ffffff;
  }

  .modal-service-item p {
    font-size: 0.85rem;
    color: #5a6e8a;
    line-height: 1.5;
  }

  .modal-service-item:hover p {
    color: rgba(255, 255, 255, 0.85);
  }



.choosewhy {
    padding: 3rem 0;
    background-image: url(/images/bnr1.jpg);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    background-blend-mode: soft-light;
    background-size: cover;
}
  .choosewhy-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .choosewhy-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .choosewhy-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }

  .choosewhy-header h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .choosewhy-header p {
    font-size: 1rem;
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* 2 Column Layout */
  .choosewhy-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* Left Column - Information */
  .choosewhy-info {
    padding-right: 20px;
  }

  .info-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .info-stat {
    text-align: left;
  }

  .info-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0b1b98;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .info-stat-label {
    font-size: 0.85rem;
    color: #5a6e8a;
    font-weight: 500;
  }

  .info-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .info-title span {
    color: #fff;
  }

  .info-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 2rem;
  }

  /* Features List */
.features-list {
    gap: 1rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

  .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1px 0;
    border-bottom: 1px solid rgba(0, 10, 151, 0.08);
    transition: all 0.3s ease;
  }

  .feature-item:hover {
    transform: translateX(5px);
    border-bottom-color: rgba(0, 10, 151, 0.2);
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 10, 151, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .feature-item:hover .feature-icon {
    background: #0b1b98;
  }

  .feature-icon i {
    font-size: 1rem;
    color: #0b1b98;
    transition: all 0.3s ease;
  }

  .feature-item:hover .feature-icon i {
    color: #ffd700;
  }

  .feature-text h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.25rem;
  }

  .feature-text p {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.4;
  }

  /* CTA Button */
  .choosewhy-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0b1b98, #0011cc);
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0.5rem;
  }

  .choosewhy-btn:hover {
    background: linear-gradient(135deg, #0011cc, #0b1b98);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 10, 151, 0.3);
  }

  .choosewhy-btn i {
    transition: transform 0.3s ease;
  }

  .choosewhy-btn:hover i {
    transform: translateX(5px);
  }

  /* Right Column - Image Collage */
  .choosewhy-collage {
    position: relative;
  }

  .collage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
  }

  .collage-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.1);
    transition: all 0.4s ease;
  }

  .collage-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 10, 151, 0.2);
  }

  .collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
  }

  .collage-item:hover img {
    transform: scale(1.05);
  }

  /* Different sizes for collage items */
  .collage-item-1 {
    grid-row: span 2;
    aspect-ratio: 3 / 6;
  }

  .collage-item-2 {
    aspect-ratio: 1 / 1;
  }

  .collage-item-3 {
    aspect-ratio: 1 / 1;
  }

  .collage-item-4 {
    grid-column: span 2;
    aspect-ratio: 16 / 9;
  }

  /* Decorative elements */
  .collage-decoration {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(0, 10, 151, 0.05), rgba(255, 215, 0, 0.05));
    border-radius: 50%;
    z-index: 0;
  }

.collage-decoration-2 {
    bottom: -30px;
    left: -30px;
    top: auto;
    right: auto;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 999;
}
 .about-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
  }

  /* 2 Column Layout */
  .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* Left Column - Information */
  .about-info {
    padding-right: 20px;
  }

  .about-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b1b98;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }
.logo img {
    width: 100%;
}
  .about-info h2 {
text-align: left;
  }
  .about-info h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .about-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #5a6e8a;
    margin-bottom: 1.5rem;
  }

  .about-highlight {
    background: linear-gradient(135deg, rgba(0, 10, 151, 0.05), rgba(255, 215, 0, 0.05));
    padding: 1.5rem;
    border-radius: 20px;
    margin: 1.5rem 0;
    border-left: 4px solid #ffd700;
    position: relative;
  }

  .about-highlight p {
    font-size: 1rem;
    line-height: 1.7;
    color: #1a1a2e;
    font-style: italic;
    margin: 0;
  }

  .about-highlight i {
    color: #ffd700;
    margin-right: 8px;
  }

  /* Stats Row */
  .about-stats {
    display: flex;
    gap: 30px;
    margin: 2rem 0;
    flex-wrap: wrap;
  }

  .about-stat {
    text-align: left;
    flex: 1;
    min-width: 100px;
  }

  .about-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #0b1b98;
    line-height: 1;
    margin-bottom: 0.5rem;
  }

  .about-stat-label {
    font-size: 0.85rem;
    color: #5a6e8a;
    font-weight: 500;
  }

  /* Mission & Vision */
  .mission-vision {
    display: flex;
    gap: 20px;
    margin: 2rem 0;
  }

  .mv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.2rem;
    border: 1px solid rgba(0, 10, 151, 0.08);
    transition: all 0.3s ease;
    flex: 1;
  }

  .mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 10, 151, 0.08);
    border-color: rgba(0, 10, 151, 0.2);
  }

  .mv-icon {
    width: 45px;
    height: 45px;
    background: rgba(0, 10, 151, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .mv-icon i {
    font-size: 1.3rem;
    color: #0b1b98;
  }

  .mv-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
  }

  .mv-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #5a6e8a;
  }

  /* CTA Button */
  .about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0b1b98, #0011cc);
    color: white;
    border: none;
    padding: 14px 32px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: 0.5rem;
  }

  .about-btn:hover {
    background: linear-gradient(135deg, #0011cc, #0b1b98);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 10, 151, 0.3);
  }

  .about-btn i {
    transition: transform 0.3s ease;
  }

  .about-btn:hover i {
    transform: translateX(5px);
  }

  /* Right Column - UNIQUE IMAGE COLLAGE (Different from Why Choose) */
  .about-collage {
    position: relative;
    padding: 20px;
  }

  .unique-collage {
    position: relative;
    width: 100%;
    min-height: 550px;
  }

  /* Main Center Image */
  .collage-main {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width:100%;
    z-index: 3;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 10, 151, 0.2);
    transition: all 0.4s ease;
  }
  p.about-description a:hover {
    color: #698acc;
    text-decoration: underline;
}
p.about-description a {
    color: #000;
    text-decoration: none;
}

  /*.collage-main:hover {*/
  /*  transform: translate(-50%, -50%) scale(1.02);*/
  /*  box-shadow: 0 35px 55px rgba(0, 10, 151, 0.3);*/
  /*}*/

  .collage-main img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* Floating Top Left Image */
  .collage-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.15);
    transition: all 0.4s ease;
  }

  .collage-top-left:hover {
    transform: translate(-5px, -5px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.25);
  }

  .collage-top-left img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  /* Floating Top Right Image */
  .collage-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.15);
    transition: all 0.4s ease;
  }

  .collage-top-right:hover {
    transform: translate(5px, -5px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.25);
  }

  .collage-top-right img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }

  /* Floating Bottom Left Image */
  .collage-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32%;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.15);
    transition: all 0.4s ease;
  }

  .collage-bottom-left:hover {
    transform: translate(-5px, 5px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.25);
  }

  .collage-bottom-left img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  /* Floating Bottom Right Image */
  .collage-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.15);
    transition: all 0.4s ease;
  }

  .collage-bottom-right:hover {
    transform: translate(5px, 5px);
    box-shadow: 0 20px 40px rgba(0, 10, 151, 0.25);
  }

  .collage-bottom-right img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  /* Decorative Background Elements */
  .collage-bg-shape {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(0, 10, 151, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  .collage-bg-shape-2 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.03) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }

  /* Experience Badge */
  .experience-badge-new {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ffd700, #ffb347);
    color: #0b1b98;
    padding: 12px 24px;
    border-radius: 40px;
    text-align: center;
    z-index: 4;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
  }

  .experience-badge-new .years {
    font-size: 1.3rem;
    font-weight: 800;
    display: inline-block;
    margin-right: 8px;
  }

  .experience-badge-new .text {
    font-size: 0.8rem;
    font-weight: 600;
  }
.customers-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
  }

  .customers-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .customers-header {
    text-align: center;
  }

  .customers-subtitle {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0b1b98;
    background: rgba(0, 10, 151, 0.1);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 1rem;
  }


  .customers-header h2 span::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 10, 151, 0.2);
    z-index: -1;
  }

  .customers-header p {
    font-size: 1rem;
    color: #5a6e8a;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
  }

  /* Slider Container */
  .customers-slider {
    position: relative;
  }

  .customers-viewport {
    overflow: hidden;
    margin: 0 -15px;
  }

.customers-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    padding: 30px 0;
}

  /* Customer Logo Card */
  .customer-card {
    flex-shrink: 0;
    width: calc(16.666% - 20px);
    margin: 0 10px;
    background: #ffffff;
    border-radius: 20px;
    padding: 1rem 0rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 10, 151, 0.08);
    cursor: pointer;
  }

  .customer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 10, 151, 0.1);
    border-color: rgba(0, 10, 151, 0.2);
  }

  /* Logo Container */
  .logo-container {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .logo-container img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    /*filter: grayscale(100%);*/
    /*opacity: 0.7;*/
    transition: all 0.3s ease;
  }

  .customer-card:hover .logo-container img {
    filter: grayscale(0%);
    opacity: 1;
  }

  /* Customer Name */
  .customer-name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #5a6e8a;
    margin-top: 0.5rem;
    transition: color 0.3s ease;
  }

  .customer-card:hover .customer-name {
    color: #0b1b98;
  }

  /* Slider Navigation */
  .customers-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid rgba(0, 10, 151, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 10, 151, 0.1);
    z-index: 10;
  }

  .customers-arrow:hover {
    background: #0b1b98;
    border-color: #0b1b98;
  }

  .customers-arrow:hover i {
    color: #ffffff;
  }

  .customers-arrow i {
    font-size: 1.1rem;
    color: #0b1b98;
    transition: color 0.3s ease;
  }

  .customers-arrow-prev {
    left: -20px;
  }

  .customers-arrow-next {
    right: -20px;
  }

  /* Slider Dots */
  .customers-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2rem;
  }

  .customers-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0, 10, 151, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
  }

  .customers-dot.active {
    background: #0b1b98;
    width: 28px;
    border-radius: 10px;
  }
.main-banner {
    position: relative;
    width: 100%;
    min-height: 90vh;
    /* background: linear-gradient(135deg, #b2c0c9 0%, #b2c0c9 50%, #b2c0c9 100%); */
    overflow: hidden;
    display: flex;
    background-color: #000000b3;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(/images/bnr2.avif);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
  /* Background Pattern */
  .main-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/iconstart.svg");
    opacity: 0.5;
  }

  /* Animated Gradient Overlay */
 

  @keyframes gradientShift {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
  }


  .banner-content {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
  }

  /* Badge */
.banner-badge {
    display: inline-block;
    background: rgb(180 191 196 / 21%);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 40px;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(180 191 196);
    animation: fadeInUp 0.6s ease forwards;
}
.banner-badge span {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.banner-badge i {
    margin-right: 8px;
    color: #bac2c9;
}

  /* Main Title - 2.3em */
.banner-title {
    font-size: 2em;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.6s ease 0.1s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

.banner-title .gradient-text {
    /* color: #000000; */
    /* position: relative; */
    /* display: inline-block; */
    font-size: inherit;
}
  /* Subheading */
.banner-subtitle {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 0.6s ease 0.2s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

  /* Animated Text Container - 3em for "We specialize in:" */
  .animated-text-container {
    animation: fadeInUp 0.6s ease 0.3s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
    text-align: center;
  }

.animated-label {
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ddd;
}

  .animated-label i {
    font-size: 0.9em;
    margin-right: 15px;
  }

  .animated-words {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
    height: 80px;
    overflow: hidden;
    text-align: center;
  }
.animated-words span {
    display: block;
    animation: slideWords 12s infinite;
    line-height: 76px;
    font-size: 1.5em;
}

  @keyframes slideWords {
    0%, 20% { transform: translateY(0); }
    25%, 45% { transform: translateY(-80px); }
    50%, 70% { transform: translateY(-160px); }
    75%, 95% { transform: translateY(-240px); }
    100% { transform: translateY(0); }
  }

  /* Stats Row */
  .banner-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 2rem 0 2rem;
    flex-wrap: wrap;
    animation: fadeInUp 0.6s ease 0.4s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
  }

  .banner-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .banner-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #ffd700;
    line-height: 1;
  }

  .banner-stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
  }

  /* CTA Buttons */
.banner-buttons {
    justify-content: center;
    animation: fadeInUp 0.6s ease 0.5s forwards;
    animation-fill-mode: forwards;
    position: fixed;
    z-index: 1006;
    bottom: 17px;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 48px -7px;
    display: flex;
    border-radius: 39px;
    overflow: hidden;
    gap: 0;
    width: fit-content;
    margin: 0 auto;
}
.btn-primary-banner {
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    color: #fff;
    border: none;
    padding: 14px 19px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
  .btn-primary-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.3);
  }

.btn-secondary-banner {
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #000000;
    padding: 14px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
  .btn-secondary-banner:hover {
    /*background: rgba(255, 255, 255, 0.2);*/
    transform: translateY(-3px);
    border-color: #ffd700;
  }

  /* Trusted By Section */
  .trusted-by {
    margin-top: 2rem;
    animation: fadeInUp 0.6s ease 0.6s forwards;
    opacity: 0;
    animation-fill-mode: forwards;
    text-align: center;
  }

  .trusted-by p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }

  .trusted-logos {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .trusted-logos span {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .trusted-logos span:hover {
    color: #ffd700;
    transform: translateY(-2px);
  }

  .trusted-logos i {
    margin-right: 8px;
    color: #ffd700;
  }

  /* Floating Elements */
.floating-element {
    position: absolute;
    background: rgb(184 192 199 / 9%);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

  .floating-1 {
    width: 350px;
    height: 350px;
    top: 5%;
    right: 5%;
    animation-delay: 0s;
  }

  .floating-2 {
    width: 250px;
    height: 250px;
    bottom: 10%;
    left: 5%;
    animation-delay: 2s;
  }

  .floating-3 {
    width: 180px;
    height: 180px;
    top: 50%;
    right: 15%;
    animation-delay: 4s;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-25px) rotate(5deg); }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
 .footer {
    background: linear-gradient(135deg, #0a2e5d 0%, #094471 50%, #000000 100%);
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 0px 0px;
  }


  .footer-container {
    margin: 0 auto;
    padding: 4rem 24px 2rem;
  }

  /* First Row - 4 Columns */
  .footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 0rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-column h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
  }

  .footer-column h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #fff;
  }

  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-links li {
    margin-bottom: 12px;
    text-align: left;
  }

  .footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .footer-links a i {
    font-size: 0.75rem;
    color: #fff;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }

  .footer-links a:hover {
    color: #ffd700;
    transform: translateX(5px);
  }

  .footer-links a:hover i {
    opacity: 1;
    transform: translateX(0);
  }

  /* Google Review Section */
  .google-review {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
  }

  .google-review:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 215, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .google-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1rem;
  }

  .google-logo i {
    font-size: 2rem;
    color: #ffd700;
  }

  .google-logo span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
  }

  .review-stars {
    margin-bottom: 1rem;
  }

  .review-stars i {
    color: #ffd700;
    font-size: 1rem;
    margin: 0 2px;
  }

  .review-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 0.5rem;
  }

  .review-count {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
  }

  /* Second Row - Contact Details */
  .footer-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 1rem;
  }

  .contact-info {
    grid-column: span 4;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    width: 23%;
}

  .contact-item:hover {
    transform: translateY(-3px);
  }

  .contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 215, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .contact-item:hover .contact-icon {
    background: #ffd700;
  }

  .contact-icon i {
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.3s ease;
  }

  .contact-item:hover .contact-icon i {
    color: #000a97;
  }

  .contact-details h4 {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.25rem;
  }

  .contact-details p {
    font-size: 0.95rem;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
  }

  .contact-details a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .contact-details a:hover {
    color: #ffd700;
  }

  /* Copyright Section */
  .footer-copyright {
    text-align: center;
    padding-top: 0rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-copyright p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
  }

  .footer-copyright a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .footer-copyright a:hover {
    color: #ffffff;
  }

  /* Social Icons */
  .social-icons {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
    justify-content: center;
  }

  .social-icons a {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
  }

  .social-icons a:hover {
    background: #ffd700;
    color: #000a97;
    transform: translateY(-3px);
  }

  /* WhatsApp Fixed Widget */
  .wa-widget {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 9999;
    width: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .wa-numbers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateY(12px) scale(0.95);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  
  .wa-widget.open .wa-numbers {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: all;
  }
  
  .wa-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 10px 18px 10px 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.13);
    text-decoration: none;
    transition: transform 0.18s, box-shadow 0.18s;
    white-space: nowrap;
  }
  
  .wa-card:hover { transform: translateX(-4px); box-shadow: 0 6px 24px rgba(0,0,0,0.18); }
  
  .wa-card-icon {
    width: 36px; height: 36px;
    background: #25D366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  
  .wa-card-icon svg { width: 20px; height: 20px; }
  
  .wa-card-label {
    font-size: 0.62rem; font-weight: 600; color: #999;
    letter-spacing: 0.05em; text-transform: uppercase;
    line-height: 1; margin-bottom: 2px;
  }
  
  .wa-card-number {
    font-size: 0.9rem; font-weight: 700; color: #1a1a3e;
    font-family: 'DM Sans', sans-serif;
  }
  
  .wa-toggle {
    width: 56px; height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(37,211,102,0.45);
    transition: transform 0.2s;
    border: none; outline: none;
    position: relative;
  }
  
  .wa-toggle:hover { transform: scale(1.08); }
  
  .wa-toggle svg { width: 28px; height: 28px; transition: opacity 0.2s, transform 0.2s; position: absolute; }
  .wa-toggle .icon-wa { opacity: 1; transform: scale(1) rotate(0deg); }
  .wa-toggle .icon-close { opacity: 0; transform: scale(0.5) rotate(-90deg); }
  .wa-widget.open .wa-toggle .icon-wa { opacity: 0; transform: scale(0.5) rotate(90deg); }
  .wa-widget.open .wa-toggle .icon-close { opacity: 1; transform: scale(1) rotate(0deg); }
  
  .wa-toggle::before {
    content: ''; position: absolute; inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37,211,102,0.4);
    animation: wa-pulse 2s infinite;
  }
  
  @keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
  }




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ★  WORD CLOUD SECTION  — paste into your website
   Normal block element, NOT fixed/fullscreen.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wc-section {
  position: relative;
  width: 100%;
  padding-bottom: 50%;   /* 2:1 ratio landscape */
  min-height: 300px;
  overflow: hidden;
  background: #ffffff;   /* ← WHITE background */
}

/* Subtle dot grid texture */
.wc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d8cce8 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.wc-section canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
}

.wc-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* ── Word base ── */
.w {
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  line-height: 1;
  letter-spacing: 0.03em;
  transform-origin: center center;
  transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1);
  transition: filter 0.25s ease;
  will-change: transform;
}

.w.alive {
  animation: breathe var(--dur,3.8s) ease-in-out var(--dly,0s) infinite;
}

@keyframes breathe {
  0%   { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1); }
  38%  { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(var(--su,1.16)); }
  68%  { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(var(--sd,0.93)); }
  100% { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1); }
}

.w:hover {
  z-index: 999;
  filter: brightness(1.3) drop-shadow(0 0 10px rgba(100,30,180,0.45));
  animation: hov 0.6s ease-in-out infinite alternate !important;
}

@keyframes hov {
  from { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1.06); }
  to   { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1.26); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   COLOUR PALETTE — exactly matches reference image
   white bg → same purple-family shades as original

   Reference image colour mapping:
   • Hero text      → near-black deep purple  #1a0832
   • Large words    → dark purple             #2d0f5e  /  #3d1580
   • Medium words   → medium purple           #6b2fb5  /  #8b50c8
   • Lighter words  → light purple            #a87ad5  /  #c4a0e8
   • Tiny fillers   → pale purple/lavender    #d8c0f0  /  #e5d4f8
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* Hero — pure white text was on purple bg, now deepest purple on white */
.c-hero { color: #1a0832; }

/* Dark — was near-black on purple, now very dark purple */
.c-dk1  { color: #fff; }
.c-dk2  { color: #3d1580; }

/* Medium dark */
.c-md1  { color: #5a22a0; }
.c-md2  { color: #6b2fb5; }

/* Medium */
.c-mid  { color: #8b50c8; }

/* Light */
.c-lt1  { color: #a07ad0; }
.c-lt2  { color: #b898dc; }

/* Pale — tiny fillers, still readable on white */
.c-lt3  { color: #c8aae8; }

/* Mobile responsive */
@media (max-width: 768px) {
  .wc-section { padding-bottom: 88%; min-height: 280px; }
}
@media (max-width: 480px) {
  .wc-section { padding-bottom: 130%; min-height: 260px; }
}
  /* ========== SECTION 4: SHOPIFY PROJECTS ========== */
      .projects {
        padding: 50px 0;
        background: #c6e3fa;
      }
      .projects-slider {
    position: relative;
    padding: 0 29px;
    margin-top: 0;
    text-align: center;
}
      .projects-viewport {
        /*overflow: hidden;*/
        border-radius: 28px;
      }
      .projects-track {
        display: flex;
        transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      }
.project-card {
    flex-shrink: 0;
    width: calc(25.333% - 20px);
    margin-right: 24px;
    background: white;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    border: 1px solid rgba(149, 191, 71, 0.1);
}
      .project-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 30px 50px rgba(149, 191, 71, 0.15);
      }
      .project-img {
        height: 240px;
        overflow: hidden;
        background: #f0f2f5;
      }
      .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
        object-position: top;
      }
      .project-card:hover .project-img img {
        transform: scale(1.05);
        object-position: bottom;
        transition: 10.5s;
      }
      .project-info {
        padding: 24px;
        text-align: center;
      }
      .project-info h3 {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 16px;
      }
      .project-btn {
        background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
        color: white;
        border: none;
        padding: 10px 28px;
        border-radius: 40px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .project-btn:hover {
        background: #7fa33a;
        transform: translateY(-2px);
      }
      p.white {
        color: #fff;
      }
      section.projects h2.section-title {
        color: #000;
      }
      .whyus-grid h2 {
        color: #000;
      }
      .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 48px;
        height: 48px;
        background: white;
        border: 1px solid rgba(149, 191, 71, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 10;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      }
      .slider-arrow:hover {
        background: #95bf47;
        border-color: #95bf47;
      }
      .slider-arrow:hover i {
        color: white;
      }
      .slider-arrow-prev {
        left: -20px;
      }
      .slider-arrow-next {
        right: -20px;
      }
      .projects-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 40px;
      }
      section.faq h2 {
        color: #000;
      }
      .project-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(149, 191, 71, 0.3);
        cursor: pointer;
        transition: all 0.3s;
        border: none;
      }
      .project-dot.active {
        background: #95bf47;
        width: 28px;
        border-radius: 10px;
      }
      @media (max-width: 1024px) {
        .project-card {
          width: calc(50% - 12px);
        }
      }
      @media (max-width: 768px) {
        .project-card {
          width: 100%;
        }
        .projects-slider {
          padding: 0 20px;
        }
      }


    /* Section Common Styles */
    .section {
      padding: 5rem 0;
      position: relative;
    }

    .section-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 1rem;
      background: linear-gradient(135deg, #1a1f36, #5f2eff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .section-subtitle {
      text-align: center;
      color: #6b7280;
      font-size: 1.1rem;
      margin-bottom: 3rem;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    

    /* Section 2: Page Info & Company Details (2 Column) */
    .info-section {
      background: #ffffff;
    }

    .two-column {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    .info-content h2 {
      font-size: 2rem;
      font-weight: 700;
      color: #1a1f36;
      margin-bottom: 1rem;
    }

    .info-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f0f3ff;
      padding: 0.4rem 1.2rem;
      border-radius: 100px;
      font-size: 0.85rem;
      font-weight: 600;
      color: #5f2eff;
      margin-bottom: 1.5rem;
    }

    .info-desc {
      color: #4a5568;
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }

    .info-stats {
      display: flex;
      gap: 2rem;
      margin-top: 2rem;
    }

    .info-stats .stat {
      text-align: left;
    }

    .info-stats .stat-number {
      font-size: 2rem;
      font-weight: 800;
      background: linear-gradient(145deg, #1a1f36, #5f2eff);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .info-image img {
      width: 100%;
      border-radius: 32px;
      box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease;
    }

    .info-image img:hover {
      transform: scale(1.02);
    }
/* Demo bars — remove on your website */
.demo-bar {
  padding: 40px;
  text-align: center;
  color: #555;
  font-size: 1rem;
  background: #ebebeb;
  border-bottom: 1px solid #ddd;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ★  WORD CLOUD SECTION  — paste into your website
   Normal block element, NOT fixed/fullscreen.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.wc-section {
  position: relative;
  width: 100%;
  padding-bottom: 50%;   /* 2:1 ratio landscape */
  min-height: 300px;
  overflow: hidden;
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);   /* ← WHITE background */
}

/* Subtle dot grid texture */
.wc-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d8cce8 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.wc-section canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
}

.wc-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* ── Word base ── */
.w {
  position: absolute;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  white-space: nowrap;
  cursor: default;
  user-select: none;
  line-height: 1;
  letter-spacing: 0.03em;
  transform-origin: center center;
  transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1);
  transition: filter 0.25s ease;
  will-change: transform;
}

.w.alive {
  animation: breathe var(--dur,3.8s) ease-in-out var(--dly,0s) infinite;
}

@keyframes breathe {
  0%   { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1); }
  38%  { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(var(--su,1.16)); }
  68%  { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(var(--sd,0.93)); }
  100% { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1); }
}

.w:hover {
  z-index: 999;
  filter: brightness(1.3) drop-shadow(0 0 10px rgba(100,30,180,0.45));
  animation: hov 0.6s ease-in-out infinite alternate !important;
}

@keyframes hov {
  from { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1.06); }
  to   { transform: translate(-50%,-50%) rotate(var(--r,0deg)) scale(1.26); }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   COLOUR PALETTE — exactly matches reference image
   white bg → same purple-family shades as original

   Reference image colour mapping:
   • Hero text      → near-black deep purple  #1a0832
   • Large words    → dark purple             #2d0f5e  /  #3d1580
   • Medium words   → medium purple           #6b2fb5  /  #8b50c8
   • Lighter words  → light purple            #a87ad5  /  #c4a0e8
   • Tiny fillers   → pale purple/lavender    #d8c0f0  /  #e5d4f8
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* Mobile responsive */
@media (max-width: 768px) {
  .wc-section { padding-bottom: 88%; min-height: 280px; }
}
@media (max-width: 480px) {
  .wc-section { padding-bottom: 130%; min-height: 260px; }
}
  .ts-wrap {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding: 30px 0;
  }

  /* Header */
  .ts-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .ts-eyebrow {
    color: #888780;
    margin-bottom: 0.6rem;
  }

  .ts-title {
    font-size: 2.4rem;
    font-weight: 400;
    color: #1a1a18;
    line-height: 1.2;
  }

  .ts-title em { font-style: italic; color: #534AB7; }

  .ts-subtitle {
    color: #888780;
    margin-top: 0.6rem;
  }

  /* Slider container */
  .ts-slider {
    position: relative;
  }

  .ts-viewport {
    overflow: hidden;
    border-radius: 16px;
  }

  .ts-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    padding: 12px 0 35px;
  }

  /* Cards */
  .ts-card {
    flex-shrink: 0;
    padding: 0 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

.ts-card-inner {
    background: #ffffff;
    border: 0.5px solid rgba(0,0,0,0.1);
    border-radius: 16px;
    padding: 1rem 1rem 1rem;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

  /* Active card gradient background */
  .ts-card.active .ts-card-inner {
    background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
    border-color: #534AB7;
    box-shadow: 0 10px 30px rgba(83,74,183,0.3);
    transform: scale(1.02);
  }

  /* Text colors for active card */
  .ts-card.active .ts-quote-icon,
  .ts-card.active .ts-quote-text,
  .ts-card.active .ts-author-name,
  .ts-card.active .ts-author-role,
  .ts-card.active .ts-review-meta,
  .ts-card.active .ts-review-count,
  .ts-card.active .ts-photos,
  .ts-card.active .ts-like {
    color: #ffffff;
  }

  .ts-card.active .ts-divider {
    background: rgba(255,255,255,0.2);
  }

  .ts-card.active .ts-star {
    fill: #FFD700;
  }

  .ts-card.active .ts-like svg {
    fill: #ffffff;
  }

  .ts-card.active .ts-avatar {
    background: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.5);
  }

  /* Hover effect for non-active cards */
  .ts-card:not(.active) .ts-card-inner:hover {
    box-shadow: 0 8px 32px rgba(83,74,183,0.10);
    transform: translateY(-3px);
  }

  .ts-quote-icon {
    font-size: 3.5rem;
    line-height: 0.6;
    color: #AFA9EC;
    margin-bottom: 1rem;
    display: block;
    transition: color 0.3s ease;
  }

.ts-quote-text {
    line-height: 1.7;
    color: #2c2c2a;
    flex: 1;
    margin-bottom: 1.5rem;
    max-height: fit-content;
    overflow-y: auto;
    padding-right: 0px;
    transition: color 0.3s ease;
}

  .ts-quote-text::-webkit-scrollbar {
    width: 4px;
  }

  .ts-quote-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }

  .ts-quote-text::-webkit-scrollbar-thumb {
    background: #534AB7;
    border-radius: 4px;
  }

  .ts-card.active .ts-quote-text::-webkit-scrollbar-thumb {
    background: #ffffff;
  }

  .ts-divider {
    height: 0.5px;
    background: rgba(0,0,0,0.08);
    margin: 1rem 0;
    transition: background 0.3s ease;
  }

  .ts-author-row {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 0.5rem;
  }

  .ts-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }

  .ts-author-name {
    font-weight: 600;
    color: #1a1a18;
    margin-bottom: 2px;
    transition: color 0.3s ease;
  }

  .ts-author-role {
    font-size: 11px;
    color: #888780;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.3s ease;
  }

  .ts-review-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    color: #888780;
    transition: color 0.3s ease;
  }

  .ts-review-count {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .ts-photos {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #534AB7;
  }

  .ts-stars {
    display: flex;
    gap: 2px;
    margin-left: auto;
    flex-shrink: 0;
  }

  .ts-star {
    width: 12px;
    height: 12px;
    fill: #BA7517;
    transition: fill 0.3s ease;
  }

  .ts-like {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 6px;
    font-size: 10px;
    color: #888780;
    transition: color 0.3s ease;
  }

  .ts-like svg {
    width: 12px;
    height: 12px;
    fill: #ff6b6b;
    transition: fill 0.3s ease;
  }

  /* Arrow buttons */
  .ts-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0.5px solid rgba(0,0,0,0.15);
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.15s ease;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }

  .ts-arrow:hover { 
    background: #f5f4f0; 
    border-color: rgba(0,0,0,0.25);
    transform: translateY(-50%) scale(1.05);
  }
  
  .ts-arrow:active { transform: translateY(-50%) scale(0.94); }
  
  .ts-arrow svg { 
    width: 16px; 
    height: 16px; 
    stroke: #1a1a18;
  }

  .ts-arrow-prev { left: -20px; }
  .ts-arrow-next { right: -20px; }

  .ts-arrow:disabled { 
    opacity: 0.35; 
    cursor: not-allowed;
    pointer-events: none;
  }
  
  .ts-arrow:disabled:hover { 
    background: #ffffff;
    transform: translateY(-50%) scale(1);
  }

  /* Dots */
  .ts-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .ts-dots {
    display: flex;
    gap: 8px;
    align-items: center;
  }

  .ts-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0,0,0,0.18);
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
  }

  .ts-dot:hover {
    background: #534AB7;
  }

  .ts-dot.active {
    background: #534AB7;
    width: 22px;
    border-radius: 4px;
  }

  /* Progress */
  .ts-progress {
    width: 120px;
    height: 2px;
    background: rgba(0,0,0,0.1);
    border-radius: 1px;
    overflow: hidden;
  }

  .ts-progress-bar {
    height: 100%;
    background: #534AB7;
    border-radius: 1px;
    transition: width 0.4s ease;
  }

  /* Counter */
  .ts-counter {
    color: #888780;
    min-width: 40px;
    font-size: 14px;
  }

  /* Responsive arrows */
  @media (max-width: 1024px) {
    .ts-arrow-prev { left: -15px; }
    .ts-arrow-next { right: -15px; }
    .ts-arrow { width: 38px; height: 38px; }
  }

  @media (max-width: 768px) {
    .ts-arrow-prev { left: -12px; }
    .ts-arrow-next { right: -12px; }
    .ts-arrow { width: 34px; height: 34px; }
  }

  @media (max-width: 640px) {
    .ts-title {
      font-size: 1.4rem;
    }
    
    .ts-arrow-prev { left: -8px; }
    .ts-arrow-next { right: -8px; }
    .ts-arrow { width: 32px; height: 32px; }
    .ts-footer { gap: 1rem; }
    .ts-progress { width: 80px; }

    /* Mobile par center slide highlight */
    .ts-card.active .ts-card-inner {
      transform: scale(1);
     
    }
  }

  @media (max-width: 480px) {
    .ts-arrow-prev { left: -5px; }
    .ts-arrow-next { right: -5px; }
    .ts-card-inner { padding: 1.5rem 1rem; height: 300px;}
    .ts-author-name { font-size: 12px; }
    .ts-author-role { font-size: 10px; }
  }
   
/* Toggle */
.toggle {
    display: inline-flex;
    background: #f1f5f9;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: -3px;
    position: relative;
    z-index: 5;
}
.toggle button {
  padding: 10px 25px;
  border: none;
  background: transparent;
  color: #0f172a;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s;
}
.toggle button.active {
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
  color: #fff;
}

/* Cards */
.pricing {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  position: relative;
  width: 320px;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.4s;
  overflow: hidden;
}

/* Hover Background */
.card:hover {
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
  transform: translateY(-12px) scale(1.03);
}

/* Gradient Border */
.card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
  z-index: -1;
  opacity: 0;
}
.card:hover::before {
  opacity: 1;
}

/* Popular */
.popular {
  transform: scale(1.05);
}
.badge {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #0072ff;
  color: #fff;
  padding: 5px 40px;
  transform: rotate(45deg);
  font-size: 12px;
}

/* Text */
.card h2 {
    margin: 2px 0;
    font-size: 21px;
}

.price {
  font-size: 22px;
  font-weight: bold;
  color: #0072ff;
  transition: 0.3s;
}

/* Feature List */
.features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 1px;
}
.features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 6px;
    margin: 0px 0;
    border-radius: 0px;
    transition: 0.3s;
    font-size: 1em;
    border-bottom: 1px solid #f1f1f1;
}
.features li i {
  color: #0072ff;
}

/* Hover Text White */
.card:hover h2,
.card:hover .price,
.card:hover .features li {
  color: #ffffff;
}

.card:hover .features li i {
  color: #ffffff;
}
section.pricetable {
    text-align: center;
    background: #fff;
    padding: 61px 0;
}
/* Button */
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  background: linear-gradient(135deg, #0c4a9a 0%, #1393f3 50%, #0968c8 100%);
  color: #fff;
  font-weight: bold;
}
.card:hover .btn {
  background: #fff;
  color: #0072ff;
}

/* Floating */
/*.card {*/
/*  animation: float 6s ease-in-out infinite;*/
/*}*/
.card:nth-child(2) { animation-delay: 1s; }
.card:nth-child(3) { animation-delay: 2s; }

    /* Responsive */
    @media (max-width: 968px) {
        #cta h2 {
    font-size: 1.5em;
}
        #cta {
    padding: 40px 2%;
}
        .tech-pill {
    padding: 6px 6px;
    font-size: 1em;
}
        .why-img-placeholder {
    height: auto;
    margin-bottom: 40px;
}
        .rel-chip {
    padding: 6px 5px;
    font-size: 0.9rem;
}
        h2.section-title-left, h3.section-title-left {
    font-size: 1.5em;
}
        .hero-stats {
    gap: 10px;
}
      .two-column {
        grid-template-columns: 1fr;
        gap: 2rem;
      }
      .hero-content h1 {
        font-size: 1.8rem;
      }
      .section {
        padding: 3rem 0;
      }
      .hero-section {
        height: 70vh;
        background-attachment: scroll;
      }
    }












  /* Responsive */
  @media (max-width: 1024px) {
    .footer-top {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
    
    .footer-bottom {
      grid-template-columns: 1fr;
    }
    
    .contact-info {
      grid-column: span 1;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    
    .contact-item {
      width: 100%;
      justify-content: center;
    }
  }

  @media (max-width: 768px) {
      h1.award-heading-main span {
    font-size: 1.6rem;
}
    .footer-container {
      padding: 3rem 20px 1.5rem;
    }
    
    .footer-top {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    
    .footer-column {
      text-align: center;
    }
    
    .footer-column h3::after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .footer-links a {
      justify-content: center;
    }
    
    .contact-info {
      gap: 20px;
    }
    
    .contact-item {
      flex-direction: column;
      text-align: center;
    }
  }
  /* Responsive */
  @media (max-width: 1024px) {
    .banner-title {
      font-size: 2em;
    }
    
    .animated-label {
      font-size: 2.5em;
    }
    
    .animated-words {
      font-size: 1.5rem;
      height: 70px;
    }
    
    .animated-words span {
      line-height: 70px;
    }
    
    @keyframes slideWords {
      0%, 20% { transform: translateY(0); }
      25%, 45% { transform: translateY(-70px); }
      50%, 70% { transform: translateY(-140px); }
      75%, 95% { transform: translateY(-210px); }
      100% { transform: translateY(0); }
    }
  }

  @media (max-width: 768px) {
      .footer-column h3 {
    font-size: 1.1rem;
}
      .section-title {
    font-size: 1.5rem;
}
      .logo-area {
    width: 52%;
}
    .main-banner {
    min-height: 55vh;
    padding: 0rem 0;
}
    
    .banner-title {
      font-size: 1.8em;
    }
    
    .banner-subtitle {
      font-size: 1rem;
    }
    
    .animated-label {
      font-size: 2em;
    }
    
    .animated-words {
      font-size: 1.2rem;
      height: 60px;
    }
    
    .animated-words span {
      line-height: 60px;
    }
    
    @keyframes slideWords {
      0%, 20% { transform: translateY(0); }
      25%, 45% { transform: translateY(-60px); }
      50%, 70% { transform: translateY(-120px); }
      75%, 95% { transform: translateY(-180px); }
      100% { transform: translateY(0); }
    }
    
    .banner-stats {
      gap: 30px;
    }
    
    .banner-stat-number {
      font-size: 1.5rem;
    }
    
    .banner-stat-label {
      font-size: 0.75rem;
    }
    
    .banner-buttons {
      gap: 0px;
    }
    
.btn-primary-banner, .btn-secondary-banner {
    padding: 12px 17px;
    font-size: 0rem;
    display: block;
}
    .btn-primary-banner i, .btn-secondary-banner i {
    font-size: 27px!important;
}
    .trusted-logos {
      gap: 20px;
    }
    
    .trusted-logos span {
      font-size: 0.75rem;
    }
    
    .floating-1,
    .floating-2,
    .floating-3 {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .banner-title {
      font-size: 1.5em;
    }
    
    .animated-label {
      font-size: 1.6em;
    }
    
    .animated-words {
      font-size: 1rem;
      height: 50px;
    }
    
    .animated-words span {
      line-height: 50px;
    }
    
    @keyframes slideWords {
      0%, 20% { transform: translateY(0); }
      25%, 45% { transform: translateY(-50px); }
      50%, 70% { transform: translateY(-100px); }
      75%, 95% { transform: translateY(-150px); }
      100% { transform: translateY(0); }
    }
    
    .banner-stats {
      gap: 20px;
    }
    
    .banner-stat-number {
      font-size: 1.2rem;
    }
    
    .banner-stat-label {
      font-size: 0.65rem;
    }
    
    .trusted-logos {
      gap: 12px;
    }
    
    .trusted-logos span {
      font-size: 0.65rem;
    }
  }
  /* Responsive */
  @media (max-width: 1200px) {
    .customer-card {
      width: calc(20% - 20px);
    }
  }

  @media (max-width: 992px) {
    .customer-card {
      width: calc(25% - 20px);
    }
  }

  @media (max-width: 768px) {
    .customers-section {
      padding: 3rem 0;
    }
    
    .customers-header h2 {
      font-size: 1.8rem;
    }
    
    .customer-card {
      width: calc(33.333% - 20px);
    }
    
    .customers-arrow-prev {
      left: -10px;
    }
    
    .customers-arrow-next {
      right: -10px;
    }
    
    .customers-arrow {
      width: 36px;
      height: 36px;
    }
  }

  @media (max-width: 576px) {
    .customer-card {
      width: calc(50% - 20px);
    }
    
    .logo-container {
      height: 70px;
    }
    
    .logo-container img {
      max-height: 50px;
    }
  }

  @media (max-width: 480px) {
    .customers-header h2 {
      font-size: 1.5rem;
    }
    
    .customer-card {
      width: calc(100% - 20px);
    }
  }
  /* Responsive */
  @media (max-width: 1024px) {
    .about-content {
      gap: 40px;
    }
    
    .about-info h2 {
      font-size: 2rem;
    }
    
    .unique-collage {
      min-height: 480px;
    }
  }

  @media (max-width: 768px) {
    .about-section {
      padding: 3rem 0;
    }
    
    .about-content {
      grid-template-columns: 1fr;
      gap: 50px;
    }
    
    .about-info {
      padding-right: 0;
      text-align: center;
    }
    
    .about-stats {
      justify-content: center;
    }
    
    .about-stat {
      text-align: center;
    }
    
    .mission-vision {
      text-align: left;
      flex-direction: column;
    }
    
    .about-highlight {
      text-align: left;
    }
    
    .about-btn {
      margin: 0 auto;
    }
    
    .unique-collage {
      min-height: 450px;
    }
    
    .experience-badge-new {
      padding: 8px 18px;
      bottom: -10px;
    }
    
    .experience-badge-new .years {
      font-size: 1rem;
    }
    
    .experience-badge-new .text {
      font-size: 0.7rem;
    }
  }

  @media (max-width: 640px) {
    .unique-collage {
      min-height: 380px;
    }
    
    .collage-main {
      width: 100%;
    }
    
    .collage-top-left {
      width: 30%;
    }
    
    .collage-top-right {
      width: 28%;
    }
    
    .collage-bottom-left {
      width: 28%;
    }
    
    .collage-bottom-right {
      width: 25%;
    }
  }

  @media (max-width: 480px) {
    .about-info h2 {
      font-size: 1.5rem;
    }
    
    .about-stats {
      gap: 15px;
      flex-wrap: wrap;
    }
    
    .about-stat-number {
      font-size: 1.3rem;
    }
    
    .unique-collage {
      min-height: 320px;
    }
  }
  /* Responsive */


  @media (max-width: 768px) {
    .choosewhy {
      padding: 3rem 0;
    }
    
    .choosewhy-header h2 {
      font-size: 1.8rem;
    }
    
    .choosewhy-content {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    
    .choosewhy-info {
      padding-right: 0;
      text-align: center;
    }
    
    .info-stats {
      justify-content: center;
    }
    
    .info-stat {
      text-align: center;
    }
    
    .features-list {
      text-align: left;
    }
    
    .feature-item {
      justify-content: flex-start;
    }
    
    .choosewhy-btn {
      margin: 0 auto;
    }
    
    .collage-grid {
      gap: 15px;
    }
  }

  @media (max-width: 480px) {
    .choosewhy-header h2 {
      font-size: 1.5rem;
    }
    
    .info-title {
      font-size: 1.3rem;
    }
    
    .info-stats {
      gap: 20px;
    }
    
    .info-stat-number {
      font-size: 1.6rem;
    }
    
    .collage-grid {
      gap: 10px;
    }
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .modal-services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .services-section {
      padding: 3rem 0;
    }
    
    .services-header h2 {
      font-size: 1.8rem;
    }
    .popular-badge {
    color: #fff;
    font-size: 0.5rem;
}
    .services-grid {
     grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .service-card {
      padding: 0.6rem;
      height: auto;
    }
    
    .modal-services-grid {
      grid-template-columns: 1fr;
      padding: 1.5rem;
    }
    
    .modal-service-header h2 {
      font-size: 1.4rem;
    }
    
    .modal-service-header {
      padding: 1.5rem;
    }
  }

  @media (max-width: 480px) {
    .services-header h2 {
      font-size: 1.5rem;
    }
    
    .service-icon {
      width: 55px;
      height: 55px;
    }
    
    .service-icon i {
      font-size: 1.5rem;
    }
    
    .service-card h3 {
      font-size: 1rem;
    }
  }



  /* Responsive */
  @media (max-width: 1024px) {
    .proj-card {
      width: calc(50% - 12px);
    }
    
    .proj-arrow-prev {
      left: -10px;
    }
    
    .proj-arrow-next {
      right: -10px;
    }
  }

  @media (max-width: 768px) {
    .proj-section {
      padding: 3rem 0;
    }
    
    .proj-header h2 {
      font-size: 1.8rem;
    }
    
    .proj-card {
      width: 100%;
      margin-right: 0;
    }
    
    .proj-slider {
      padding: 0 20px;
    }
    
    .proj-arrow {
      width: 40px;
      height: 40px;
    }
    
    .proj-arrow-prev {
      left: -5px;
    }
    
    .proj-arrow-next {
      right: -5px;
    }
  }

  @media (max-width: 480px) {
    .proj-header h2 {
      font-size: 1.5rem;
    }
    
    .proj-info h3 {
      font-size: 1rem;
    }
  }




  /* Responsive */
  @media (max-width: 1024px) {
    .process-steps {
      gap: 20px;
    }
    
    .process-step {
      padding: 1.5rem;
    }
    
    .step-number {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
    }
    
    .process-step h3 {
      font-size: 1.1rem;
    }
  }

  @media (max-width: 768px) {
    .process-section {
      padding: 3rem 0;
    }
    
    .process-header h2 {
      font-size: 1.8rem;
    }
    
    .process-steps {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    
    .process-steps::before {
      display: none;
    }
    
    .process-step {
      display: flex;
      text-align: left;
      padding: 1.5rem;
      align-items: center;
      gap: 1.5rem;
    }
    
    .step-number {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
      margin: 0;
      flex-shrink: 0;
    }
    
    .step-content {
      flex: 1;
    }
    
    .step-icon {
      display: none;
    }
    
    .process-step h3 {
      margin-bottom: 0.5rem;
    }
    
    .step-list {
      margin-top: 0.75rem;
    }
  }

  @media (max-width: 640px) {
    .process-step {
      flex-direction: column;
      text-align: center;
    }
    
    .step-number {
      margin: 0 auto 1rem;
    }
    
    .step-list {
      text-align: center;
    }
    
    .step-list li {
      justify-content: center;
    }
  }

  @media (max-width: 480px) {
    .process-header h2 {
      font-size: 1.5rem;
    }
  }
/* Responsive Styles */
@media (max-width: 968px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  
  .faq-header h2 {
    font-size: 2rem;
  }
  
  .faq-question h3 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 3rem 0;
  }
  
  .faq-header h2 {
    font-size: 1.8rem;
  }
  
  .faq-question {
    padding: 1.2rem;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 1.2rem 1.2rem 1.2rem;
  }
  
  .faq-cta {
    padding: 2rem 1.5rem;
  }
  
  .faq-cta h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .faq-header h2 {
    font-size: 1.5rem;
  }
  
  .faq-question h3 {
    font-size: 0.95rem;
  }
  
  .faq-answer p,
  .faq-answer li {
    font-size: 0.85rem;
  }
  
  .faq-cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .faq-btn-primary,
  .faq-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
  /* Responsive Styles */
  @media (max-width: 1024px) {
    .cs-arrow-prev { left: -10px; }
    .cs-arrow-next { right: -10px; }
    .cs-arrow { width: 40px; height: 40px; }
  }

  @media (max-width: 768px) {
    .cs-arrow-prev { left: -5px; }
    .cs-arrow-next { right: -5px; }
    .cs-arrow { width: 36px; height: 36px; }
    .cs-arrow svg { width: 18px; height: 18px; }
    .clients-title { font-size: 2rem; }
    .cs-modal-header h2 { font-size: 1.5rem; }
  }

  @media (max-width: 640px) {
    .cs-footer { gap: 1rem; }
    .cs-progress { width: 100px; }
    .cs-modal { width: 95%; }
    .cs-modal-content { padding: 1.5rem; }
  }

  @media (max-width: 480px) {
    .clients-title { font-size: 1.8rem; }
    .cs-card h3 { font-size: 1.3rem; }
  }