@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

body {
  overflow-x: hidden;
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
}

/* Header */
/* Header */
.kratikal-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    z-index: 1050;
}
.kratikal-header.scrolled {
  height: 75px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Navbar */
.navbar {
    padding: 13px 0;
    transition: all 0.3s ease;
}

.kratikal-header.scrolled .navbar {
  padding: 0.6rem 0;
}

/* Logo */
.navbar-brand img {
    height: 80px;
    transition: 0.3s;
}

.kratikal-header.scrolled .navbar-brand img {
    height: 54px;
}

/* Nav Links */
.nav-link {
  color: #1e293b !important;
  font-weight: 600;
  padding: 0.6rem 1.2rem !important;
  border-radius: 12px;
}

.nav-link:hover {
  color: #5568BA !important;
  background: #ffeafa;
}

 .kratikal-header {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      z-index: 1050;
      transition: all 0.3s ease;
    }

    .kratikal-header.scrolled {
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
    }

    .navbar {
      padding: 0.6rem 0;
    }

  .navbar-brand img {
    height: 90px;
}

    /* ===== NAV LINKS ===== */
    .navbar-nav .nav-link {
      font-weight: 600;
      font-size: 0.92rem;
      color: #1a1a2e !important;
      padding: 0.7rem 1.1rem !important;
      border-radius: 10px;
      transition: all 0.3s ease;
      position: relative;
      letter-spacing: 0.01em;
    }

    .navbar-nav .nav-link:hover {
      color: #7c3aed !important;
      background: rgba(124, 58, 237, 0.06);
    }

    .navbar-nav .nav-link::after {
      display: none !important;
    }

    .navbar-nav .nav-link .arrow-icon {
      font-size: 0.6rem;
      margin-left: 5px;
      transition: transform 0.3s ease;
    }

    .dropdown:hover .nav-link .arrow-icon {
      transform: rotate(180deg);
    }

    /* ===== DROPDOWN BASE ===== */
    .dropdown-menu {
      border: none;
      border-radius: 20px;
      box-shadow: 0 25px 80px rgba(0, 0, 0, 0.12),
                  0 0 0 1px rgba(0, 0, 0, 0.04);
      padding: 0.8rem;
      display: none;
      opacity: 0;
      visibility: hidden;
      transform: translateY(15px);
      transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
      background: #ffffff;
      overflow: hidden;
    }

    /* ===== MEGA MENU (VAPT) - CLEANED UP ===== */
    .mega-dropdown {
      position: static !important;
    }

.mega-menu {
    width: 493px;
    left: 40% !important;
    transform: translateX(-50%) translateY(15px) !important;
    padding: 0 !important;
    overflow: hidden;
}

 .mega-menu-inner {
    display: flex;
    min-height: 245px;
}

    /* Left Panel */
    .mega-menu-left {
      width: 220px;
      background: linear-gradient(160deg, #7c3aed, #4f46e5, #6d28d9);
      padding: 1.5rem 1.2rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .mega-menu-left::before {
      content: '';
      position: absolute;
      width: 200px;
      height: 200px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 50%;
      top: -60px;
      right: -60px;
    }

    .mega-menu-left::after {
      content: '';
      position: absolute;
      width: 120px;
      height: 120px;
      background: rgba(255, 255, 255, 0.05);
      border-radius: 50%;
      bottom: -30px;
      left: -30px;
    }

    .mega-menu-left h4 {
      color: #fff;
      font-weight: 800;
      font-size: 1.2rem;
      line-height: 1.3;
      position: relative;
      z-index: 1;
    }

    .mega-menu-left p {
      color: rgba(255, 255, 255, 0.8);
      font-size: 0.8rem;
      line-height: 1.6;
      margin-top: 0.6rem;
      position: relative;
      z-index: 1;
    }

    .mega-menu-left .mega-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #fff;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      padding: 0.5rem 1rem;
      border-radius: 12px;
      font-weight: 600;
      font-size: 0.8rem;
      text-decoration: none;
      transition: all 0.3s ease;
      border: 1px solid rgba(255, 255, 255, 0.2);
      position: relative;
      z-index: 1;
    }

    .mega-menu-left .mega-cta:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: translateX(3px);
    }

    /* Right Panel */
  .mega-menu-right {
    flex: 1;
    padding: 1.2rem 12px;
}

    .mega-menu-right .section-label {
      font-size: 0.7rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #9ca3af;
      margin-bottom: 0.8rem;
      padding-left: 0.5rem;
    }

.mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}

.mega-item {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 9px;
    border-radius: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .mega-item::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(79, 70, 229, 0.03));
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 14px;
    }

    .mega-item:hover::before {
      opacity: 1;
    }

    .mega-item:hover {
      transform: translateX(4px);
    }

.mega-item:hover .mega-icon {
    transform: scale(1.1) rotate(-5deg);
    /* box-shadow: 0 8px 25px rgba(124, 58, 237, 0.3); */
}
    .mega-icon {
      width: 40px;
      height: 40px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
    }

    .mega-icon.cloud { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
    .mega-icon.network { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a; }
    .mega-icon.web { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; }
    .mega-icon.mobile { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #db2777; }
    .mega-icon.wireless { background: linear-gradient(135deg, #e0e7ff, #c7d2fe); color: #4f46e5; }

    .mega-text {
      position: relative;
      z-index: 1;
    }

.mega-text h6 {
    font-weight: 500;
    font-size: 13px;
    color: #1a1a2e;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

 .focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 92%;
    margin: 0 auto;
}

    /* ===== COMPLIANCE DROPDOWN ===== */
    .compliance-dropdown {
      width: 680px;
      padding: 0 !important;
      overflow: hidden;
    }

    .compliance-inner {
      display: flex;
    }

    .compliance-col {
      flex: 1;
      padding: 1.5rem;
    }

    .compliance-col:first-child {
      border-right: 1px solid #f1f5f9;
    }

    .compliance-col-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 1rem;
      padding-bottom: 0.8rem;
      border-bottom: 2px solid #f1f5f9;
    }

    .compliance-col-header .header-icon {
      width: 36px;
      height: 36px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
    }

    .header-icon.standard {
      background: linear-gradient(135deg, #ede9fe, #ddd6fe);
      color: #7c3aed;
    }

    .header-icon.regulatory {
      background: linear-gradient(135deg, #fef3c7, #fde68a);
      color: #d97706;
    }

    .compliance-col-header h6 {
      font-weight: 700;
      font-size: 0.82rem;
      color: #374151;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .compliance-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .compliance-list li a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 9px 12px;
      border-radius: 10px;
      text-decoration: none;
      color: #374151;
      font-size: 0.85rem;
      font-weight: 500;
      transition: all 0.25s ease;
    }

    .compliance-list li a::before {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #d1d5db;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    .compliance-list li a:hover {
      background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(79, 70, 229, 0.03));
      color: #7c3aed;
      transform: translateX(5px);
    }

    .compliance-list li a:hover::before {
      background: #7c3aed;
      box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
    }

    .compliance-badge {
      font-size: 0.6rem;
      font-weight: 700;
      background: linear-gradient(135deg, #7c3aed, #6d28d9);
      color: #fff;
      padding: 2px 8px;
      border-radius: 20px;
      margin-left: auto;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* ===== CERTIFICATIONS DROPDOWN ===== */
    .cert-dropdown {
      width: 320px;
      padding: 0.8rem !important;
    }

    .cert-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 12px 14px;
      border-radius: 12px;
      text-decoration: none;
      transition: all 0.3s ease;
    }

    .cert-item:hover {
      background: linear-gradient(135deg, rgba(124, 58, 237, 0.06), rgba(79, 70, 229, 0.03));
      transform: translateX(4px);
    }

    .cert-icon {
      width: 40px;
      height: 40px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1rem;
      flex-shrink: 0;
      transition: all 0.3s ease;
    }

    .cert-item:hover .cert-icon {
      transform: scale(1.1);
    }

    .cert-icon.iso27 { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb;width: 47px;height: 45px;margin-bottom: 0px; }
    .cert-icon.iso277 { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #7c3aed;width: 47px;height: 45px; margin-bottom: 0px;}
    .cert-icon.iso9 { background: linear-gradient(135deg, #dcfce7, #bbf7d0); color: #16a34a;width: 47px;height: 45px; margin-bottom: 0px;}
    .cert-icon.iso42 { background: linear-gradient(135deg, #fef3c7, #fde68a); color: #d97706; width: 47px;height: 45px;margin-bottom: 0px;}
    .cert-icon.cloudsec { background: linear-gradient(135deg, #fce7f3, #fbcfe8); color: #db2777;width: 47px;height: 45px;margin-bottom: 0px;}

    .cert-text h6 {
      font-weight: 600;
      font-size: 0.88rem;
      color: #1a1a2e;
      margin-bottom: 2px;
      transition: color 0.3s ease;
    }

    .cert-item:hover .cert-text h6 {
      color: #7c3aed;
    }

    .cert-text span {
      font-size: 0.72rem;
      color: #9ca3af;
    }

    .cert-divider {
      height: 1px;
      background: #f1f5f9;
      margin: 4px 14px;
    }

    /* ===== CONTACT BUTTON ===== */
  .btn-contact {
    background: linear-gradient(135deg, #8e0f89, #8b168d);
    color: white !important;
    font-weight: 700;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    border: none;
    font-size: 0.88rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgb(255 255 255 / 30%);
}

    .btn-contact::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, #6d28d9, #4f46e5);
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .btn-contact:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4);
    }

    .btn-contact:hover::before {
      opacity: 1;
    }

    .btn-contact span {
      position: relative;
      z-index: 1;
    }

    /* ===== DESKTOP HOVER DROPDOWNS (NO CLICK) ===== */
    @media (min-width: 992px) {
      /* Force dropdowns to show on hover */
      .dropdown:hover > .dropdown-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
      }

      /* Mega menu specific hover fix */
      .mega-dropdown:hover > .mega-menu {
        transform: translateX(-50%) translateY(0) !important;
      }

      /* Prevent Bootstrap click behavior on desktop */
      .dropdown-toggle {
        pointer-events: none !important;
      }

      /* Re-enable pointer events on links inside dropdown */
      .dropdown-menu * {
        pointer-events: auto !important;
      }
    }

    /* ===== TOGGLER ===== */
    .navbar-toggler {
      border: 2px solid rgba(124, 58, 237, 0.2);
      border-radius: 10px;
      padding: 6px 10px;
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%237c3aed' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* ===== MOBILE ===== */
    @media (max-width: 991.98px) {
      .kratikal-header .navbar-collapse {
        background: #fff;
        border-radius: 20px;
        margin-top: 1rem;
        padding: 1.5rem;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        max-height: 80vh;
        overflow-y: auto;
      }

      .mega-menu,
      .compliance-dropdown,
      .cert-dropdown {
        width: 100% !important;
        transform: none !important;
        box-shadow: none !important;
        border: 1px solid #f1f5f9 !important;
        margin-top: 0.5rem;
      }

      .mega-menu-inner,
      .compliance-inner {
        flex-direction: column;
      }

      .mega-menu-left {
        width: 100%;
        padding: 1.2rem;
        border-radius: 16px 16px 0 0;
      }

      .mega-menu-grid {
        grid-template-columns: 1fr;
      }

      .compliance-col:first-child {
        border-right: none;
        border-bottom: 1px solid #f1f5f9;
      }

      /* Mobile click dropdown */
      .dropdown-menu {
        position: static !important;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
      }

      .dropdown.show > .dropdown-menu {
        display: block;
      }

      .navbar-nav .nav-link {
        padding: 0.8rem 0.5rem !important;
      }

      /* Enable pointer events for mobile toggle */
      .dropdown-toggle {
        pointer-events: auto !important;
      }
    }

    /* ===== SCROLL INDICATOR BAR ===== */
    .mega-menu-right::-webkit-scrollbar {
      width: 4px;
    }

    .mega-menu-right::-webkit-scrollbar-track {
      background: transparent;
    }

    .mega-menu-right::-webkit-scrollbar-thumb {
      background: #e5e7eb;
      border-radius: 10px;
    }

    /* Demo content */
    .demo-content {
      padding-top: 120px;
      text-align: center;
    }

    .demo-content h1 {
      font-size: 2.5rem;
      font-weight: 800;
      color: #1a1a2e;
    }

    .demo-content p {
      color: #6b7280;
      max-width: 500px;
      margin: 1rem auto;
    }

.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 800px !important;
}

/* ══════════════════════════════════════════
   VIDEO SLIDE STYLING
══════════════════════════════════════════ */

.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Ensure overlay is above video */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    z-index: 1;
}

/* Ensure content is above overlay */
.slide-content {
    position: relative;
    z-index: 2;
}

/* Video loading fallback */
.slide-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/* Pause video when not active slide */
.swiper-slide:not(.swiper-slide-active) .slide-video {
    opacity: 0.5;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .slide-video {
        object-fit: cover;
        object-position: center;
    }
}

/* Progress bar for AutoSecT slide */
.progress-container {
  position: relative;
  display: inline-block;
}

.progress-bar {
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 4px;
  background: #00ff88;
  width: 0%;
  border-radius: 2px;
  transition: width 5s linear;
}

@media (max-width: 992px) {
  .slide-text h1 {
    font-size: 2.8rem;
  }
  .hero-slider {
    height: 80vh;
  }
}

@media (max-width: 768px) {
  .slide-text h1 {
    font-size: 2.3rem;
  }
  .swiper-pagination-bullet {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}

/* our partner  */
.Home_our_clients__i12Yy {
  padding: 30px 0 0;
}
.css-1qsxih2 {
  max-width: 1200px;
}

.marquee-container {
  overflow-x: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
}
.marquee-container:hover div {
  animation-play-state: var(--pause-on-hover);
}
.marquee-container:active div {
  animation-play-state: var(--pause-on-click);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.overlay::before,
.overlay::after {
  background: linear-gradient(to right, var(--gradient-color));
  content: "";
  height: 100%;
  position: absolute;
  width: var(--gradient-width);
  z-index: 2;
}
.overlay::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.overlay::before {
  left: 0;
  top: 0;
}

.marquee {
  flex: 0 0 auto;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.css-1qsxih2 {
  padding-left: 24px;
  padding-right: 24px;
}
.overlay::before,
.overlay::after {
  background: linear-gradient(to right, var(--gradient-color));
  content: "";
  height: 100%;
  position: absolute;
  width: var(--gradient-width);
  z-index: 2;
}

/* Reset & Base */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clients-section {
  background: #fff; /* Adjust as needed */
  padding: 60px 0;
  overflow: hidden;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Marquee Container */
.marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.marquee {
  display: flex;
  gap: 60px; /* Space between logos */
  padding: 20px 0;
  animation: scroll 30s linear infinite;
  will-change: transform;
}

.marquee:nth-child(2) {
  animation-delay: -15s; /* Perfect seamless loop */
}

/* Pause on hover */
.marquee-container:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Logo Styling */
.client-logo {
  height: 80px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.4s ease;
}

.client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .marquee {
    gap: 40px;
  }
  .client-logo {
    height: 60px;
  }
}






/* about style */
/* styles.css */
.about-overview {
  font-family: "Lexend";
}

.about-overview h1 {
  color: #0d3b66;
  line-height: 4px;
  font-size: 28px;
}

.about-overview .btn-primary {
    background: linear-gradient(330deg, #940585, #5f62af);
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    padding: 10px 20px !important;
    font-size: 16px;
    padding-bottom: 11px !important;
}

.about-overview .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.3) !important;
}

.text-primary {
  color: black !important;
}

.rounded-4 {
  border-radius: 1.5rem !important;
}

@media (max-width: 768px) {
  .about-overview .display-5 {
    font-size: 2.5rem;
  }

  .about-overview img {
    margin-top: 2rem;
  }
}
.about-content p {
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.about-image {
  width: 100%;
}
.about-image img {
  width: 81%;
}

/* certfication style */

/* Certifications Section */
.certifications {
  background: #ffffff;
}

.certifications .display-5 {
  font-size: 35px;
  color: #1a1a1a;
  line-height: 1.2;
}

.certifications .text-primary {
  color: #4255e3 !important;
  background: linear-gradient(90deg, #0d6efd, #0d6efd);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

@media (max-width: 992px) {
  .certifications .display-5 {
    font-size: 2.4rem;
  }
  .certifications h5 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .certifications .display-5 {
    font-size: 2.2rem;
    text-align: center;
  }

  .certifications .col-md-6 {
    text-align: center !important;
  }

  .certifications img {
    margin-top: 2rem;
    max-height: 300px;
  }
}

/* Security Tagline Section */
.security-tagline {
  background: linear-gradient(135deg, #0d3b66 0%, #1e5c8e 100%);
  padding: 2rem 0 !important;
  position: relative;
  overflow: hidden;
}

.security-tagline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,30 L100,100 L0,100 Z" fill="rgba(255,255,255,0.05)"/></svg>')
    top center / 100% auto no-repeat;
  pointer-events: none;
}

.security-tagline p {
  font-size: 2.2rem;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.security-tagline .display-6 {
  font-weight: 700;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .security-tagline p {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .security-tagline {
    padding: 3.5rem 0 !important;
  }

  .security-tagline p {
    font-size: 1.7rem;
    letter-spacing: 1px;
    line-height: 1.4;
  }
}

@media (max-width: 576px) {
  .security-tagline p {
    font-size: 1.4rem;
  }
}

.kalkin-pro {
  --p: #940585;
  --s: #E18622;
  --ink: #0f172a;
  --muted: #64748b;
  padding: 50px 0;
  background: #fcfcff;
  /* font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif; */
}

/* HERO */
.kp-hero { text-align: center; max-width: 900px; margin: 0 auto 70px; }
.kp-badge {
  display: inline-block; padding: 10px 20px; color: #fff; font-weight: 700;
  font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase;
  background: linear-gradient(90deg, var(--p), var(--s));
  border-radius: 999px; box-shadow: 0 8px 24px rgba(148,5,133,.18);
}
.kp-hero h1 {
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    margin: 18px 0 12px;
    background: linear-gradient(90deg, var(--ink), var(--p) 60%, var(--s));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kp-hero p { color: var(--muted); font-size: 18px; margin: 0 auto 24px; }
.kp-checks {
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center;
  list-style: none; padding: 0; margin: 0;
}
.kp-checks li {
  display: flex; align-items: center; gap: 8px; font-weight: 600;
  color: #334155; background: #fff; border: 1px solid #eef2ff;
  padding: 10px 14px; border-radius: 12px; box-shadow: 0 4px 12px rgba(2,6,23,.04);
}
.kp-checks svg { color: var(--p); }

/* GRID */
.kp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* CARD */
.kp-card {
  position: relative; background: #fff; border: 1px solid #eef1f7; border-radius: 24px;
  padding: 32px 28px; overflow: hidden;
  box-shadow: 0 10px 30px rgba(15,23,42,.05);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.kp-card:hover { transform: translateY(-10px); box-shadow: 0 22px 50px rgba(148,5,133,.14); border-color: #f0d9f2; }
.kp-num {
  position: absolute; top: -8px; right: 18px; font-size: 100px; font-weight: 900;
  color: rgba(148,5,133,.06); line-height: 1; pointer-events: none;
}
.kp-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--p), var(--s));
    margin-bottom: 18px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.kp-icon svg { width: 28px; height: 28px; }
.kp-card h3 { font-size: 22px; color: var(--ink); margin: 0 0 6px; font-weight: 800; }
.kp-sub { display: block; color: var(--p); font-weight: 700; font-size: 13px; margin-bottom: 12px; }
.kp-card p { color: #475569; font-size: 15px; line-height: 1.7; margin: 0 0 18px; min-height: 72px; }
.kp-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.kp-tags span {
  font-size: 12px; font-weight: 600; padding: 7px 12px; border-radius: 999px;
  background: #faf5ff; color: #6b21a8; border: 1px solid #f1e6ff; transition: .25s;
}
.kp-card:hover .kp-tags span { background: #fff1f8; border-color: #ffe1ef; color: var(--p); }

/* Featured */
.kp-featured {
  background: linear-gradient(180deg, #ffffff, #fff9fd);
  border: 1px solid rgba(148,5,133,.25);
  box-shadow: 0 18px 50px rgba(148,5,133,.12);
}
.kp-featured::after {
  content: 'MOST IN DEMAND'; position: absolute; top: 16px; right: -1px;
  font-size: 10px; font-weight: 800; letter-spacing: .8px; color: #fff;
  background: linear-gradient(90deg, var(--p), var(--s)); padding: 6px 10px;
  border-radius: 8px 0 0 8px; box-shadow: 0 6px 16px rgba(148,5,133,.25);
  display: none;
}

/* Responsive */
@media (max-width: 1100px) {
  .kp-grid { grid-template-columns: repeat(2, 1fr); }
  .kp-hero h1 { font-size: 38px; }
}
@media (max-width: 680px) {
  .kalkin-pro { padding: 70px 0; }
  .kp-grid { grid-template-columns: 1fr; }
  .kp-hero h1 { font-size: 30px; }
  .kp-card { padding: 26px 22px; }
  .kp-card p { min-height: auto; }
}

/* CSS Styles */
:root {
    --iso-color: #E18622;
    --pci-color: #940585;
    --soc-color: #5568BA;
    --gdpr-color: #06a3a9;
}

/* Card Colors */
.cert-iso { --cert-color: var(--iso-color); }
.cert-pci { --cert-color: var(--pci-color); }
.cert-soc { --cert-color: var(--soc-color); }
.cert-gdpr { --cert-color: var(--gdpr-color); }


.autosect-new {
    padding: 80px 0;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    position: relative;
    overflow: hidden;
}

.autosect-new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(225, 134, 34, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(6, 163, 169, 0.1) 0%, transparent 50%);
    z-index: 0;
}

/* Badge Styling */
.badge-elegant {
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}

/* Modern Card Design */
.cert-card {
    background: linear-gradient(145deg, rgba(30,30,50,0.8) 0%, rgba(20,20,35,0.9) 100%);
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 100%;
}

.cert-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--cert-color);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cert-card:hover::before {
    transform: scaleX(1);
}

.cert-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
}

/* Card Badge */
.cert-badge {
    width: 80px;
    height: 80px;
    margin: 30px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cert-color) 0%, rgba(255,255,255,0.2) 100%);
    border-radius: 50%;
    position: relative;
}

.cert-badge::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--cert-color);
    border-radius: 50%;
    animation: pulse-ring 2s ease-out infinite;
}

.cert-badge svg {
    width: 40px;
    height: 40px;
    color: white;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Card Content */
.cert-content {
    padding: 0 25px 20px;
    text-align: center;
}

.cert-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.cert-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin-bottom: 15px;
}

.cert-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.8);
    display: none;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Card Footer */
.cert-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    display: none;
}

.cert-link {
    color: var(--cert-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.cert-link:hover {
    gap: 12px;
    color: var(--cert-color);
}



/* Hover Backgrounds */
.cert-iso:hover { background: linear-gradient(145deg, rgba(225,134,34,0.15) 0%, rgba(20,20,35,0.9) 100%); }
.cert-pci:hover { background: linear-gradient(145deg, rgba(148,5,133,0.15) 0%, rgba(20,20,35,0.9) 100%); }
.cert-soc:hover { background: linear-gradient(145deg, rgba(85,104,186,0.15) 0%, rgba(20,20,35,0.9) 100%); }
.cert-gdpr:hover { background: linear-gradient(145deg, rgba(6,163,169,0.15) 0%, rgba(20,20,35,0.9) 100%); }

/* Trust Bar */
.trust-bar {
    padding: 20px 30px;
    background: rgba(255,255,255,0.03);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Icon Animations */
.cert-badge svg {
    animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}





.container {
  position: relative;
  z-index: 2;
}

.dashboard-mockup {
    border-radius: 1.8rem;
    /* box-shadow: 0 30px 80px rgba(0,0,0,0.7); */
    border: 4px solid rgba(0, 212, 255, 0.4);
    transition: all 0.6s ease;
    max-width: 76%;
}

.dashboard-mockup:hover {
  transform: translateY(-20px) scale(1.03);
  box-shadow: 0 50px 120px rgba(0, 212, 255, 0.25);
  border-color: #00d4ff;
}




@media (max-width: 992px) {
  .dashboard-mockup:hover {
    transform: none;
  }
  .feature-card:hover {
    transform: none;
  }
}

.testimonials-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    color: white;
}
.testimonial-section-title {
   font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: white;
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    text-align: center;
}
.testimonial-section-title::after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: -15px;
    width: 118px;
    height: 5px;
    background: linear-gradient(90deg, #d77430, #ffffff);
    border-radius: 3px;
}

/* Tabs */
.industry-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 4rem;
}
.industry-tab {
    padding: 14px 32px;
    background: rgb(0 0 0 / 30%);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s;
    font-size: 13px;
}
.industry-tab.active {
    background: #d47033;
    color: white;
    border-color: #d47034;
    box-shadow: 0 0px 5px 0px rgb(215 116 48 / 59%);
}

/* Slider Container */
.testimonials-slider {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-inner {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.testimonial-card {
  min-width: 100%;
  background:rgb(6 5 5 / 42%) !important;
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 50px 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}
.client-photo {
    width: 272px;
    height: 321px;
    object-fit: cover;
    border-radius: 28px;
    border: 5px solid rgb(74 125 196);
    box-shadow: rgb(74 125 196) 0px 5px 11px -4px;
}

.play-btn {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: white;
  opacity: 0;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}
.client-photo-wrapper:hover .play-btn {
  opacity: 1;
}

.testimonial-text1 {
    font-size: 20px;
    line-height: 1.8;
    font-style: normal;
    margin: 2rem 0;
    font-weight: 300;
}
.stars {
  color: #fbbf24;
  font-size: 1.8rem;
  letter-spacing: 6px;
}

@media (max-width: 992px) {
  .client-photo {
    width: 254px;
    height: 250px;
  }
  .testimonial-text {
    font-size: 1.3rem;
  }
}

.insights-modern {
  padding: 140px 0;
  background: #ffffff;
  color: #1e293b;
  padding-bottom: 40px;
}
.testimonials-section .section-title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: white;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.testimonials-section .section-title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    background: linear-gradient(90deg, #9b117b, #d47132);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4rem;
}
.insights-modern .section-title {
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  color: #0f172a;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
.highlight1 {
  color: #0ea5e9;
}

.insights-cards {
  background-color: #fcfdfe;
}

.stat-card {
  background: #ffffff;
  border: 1px solid #eef2f6;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #0ea5e9;
}

/* Icon Box Styling */
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: #fff;
}

/* Background Gradients for Icons */
.bg-blue   { background: linear-gradient(135deg, #0ea5e9, #3b82f6); }
.bg-green  { background: linear-gradient(135deg, #10b981, #059669); }
.bg-purple { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.bg-orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
.bg-cyan   { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.bg-indigo { background: linear-gradient(135deg, #6366f1, #4338ca); }
.bg-teal   { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.bg-red    { background: linear-gradient(135deg, #ef4444, #dc2626); }

.stat-number {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
}

.stat-label {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
  font-weight: 500;
}

.insights-top-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.insights-top-header h2 {
    color: #8d118b;
    font-weight: 600;
}

/* AOS Optimization */
[data-aos] {
  pointer-events: none;
}
.aos-animate {
  pointer-events: auto;
}

/* Certifications at bottom */
.certs-section {
  text-align: center;
  padding-top: 4rem;
  border-top: 1px solid #e2e8f0;
}
.certs-grid {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.cert-item {
  text-align: center;
}
.cert-icon {
  width: 80px;
  height: 80px;
  fill: #64748b;
  margin-bottom: 1rem;
}
.cert-item small {
  color: #475569;
  font-size: 0.95rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .insight-text {
    padding-right: 0;
    text-align: center;
    margin-bottom: 3rem;
  }
  .stats-row {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2.5rem;
  }
}

.footer-light {
  background: #f8faff;
  position: relative;
  overflow: hidden;
  font-family: "Lexend";
  color: #1e293b;
}
.footer-content {
    padding: 40px 0px;
    padding-bottom: 10px;
}

/* Subtle cyber background pattern */
.footer-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%231e40af' fill-opacity='0.03'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

.footer-content {
  position: relative;
  z-index: 1;
}

.cta-banner {
  background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  border-bottom: 3px solid #323a37;
  font-family: "Lexend";
}
.cta-banner h4 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  font-family: "Lexend";
}
.compliance-section {
    background: linear-gradient(135deg, #a01a81ba, #e18622) !important;
    position: relative;
    overflow: hidden;
    padding-right: 19px;
    padding-left: 19px;
    border-radius: 10px;
    margin-bottom: 19px;
    padding-top: 15px;
    padding-bottom: 14px !important;
}

.footer-main {
  padding: 5rem 0 3rem;
  font-family: "Lexend";
  width: 91%;
}
.footer-col h5 {
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.8rem;
  font-size: 1.1rem;
  position: relative;
}
.footer-col h5::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #7f2380;
    display: block;
    margin-top: 0.5rem;
}
.footer-col a {
  color: #475569;
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
  transition: all 0.3s ease;
}
.footer-col a:hover {
    color: #88198e;
    padding-left: 8px;
}

.newsletter {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(59, 130, 246, 0.1);
  border: 1px solid #e0e7ff;
}
.newsletter input {
  border: 2px solid #e0e7ff;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  width: 100%;
  font-size: 1rem;
  transition: border 0.3s;
}
.newsletter input:focus {
  outline: none;
  border-color: #3b82f6;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid #e0e7ff;
  border-radius: 16px;
  margin-right: 12px;
  transition: all 0.4s ease;
  fill: #64748b;
}
.social-icons a:hover {
  background: #3b82f6;
  fill: white;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}
.awards-grid svg {
  height: 55px;
  opacity: 0.7;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}
.awards-grid svg:hover {
  opacity: 1;
  transform: scale(1.15);
}

.footer-bottom {
    border-top: 1px solid #151821;
    padding: 10px 0px !important;
    margin-top: 10px;
    font-size: 0.95rem;
    color: #64748b;
    font-family: "Lexend";
}
.footer-bottom a {
  color: #475569;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 500;
}
.footer-bottom a:hover {
  color: #3b82f6;
}

/*----------------- vapt style------------- */

.vapt-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}
.vapt-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=2234")
    center/cover no-repeat;
  opacity: 0.07;
  z-index: 0;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.breadcrumb-item a {
  color: #94a3b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.breadcrumb-item a:hover {
  color: #60a5fa;
}
.breadcrumb-item.active {
  color: #60a5fa;
  font-weight: 600;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #64748b;
}

.vapt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.vapt-hero-heading {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vapt-hero-subheading {
  font-size: 1.4rem;
  font-weight: 500;
  color: #cbd5e1;
  margin-bottom: 2rem;
  opacity: 0.95;
}
.border-line {
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #60a5fa, #3b82f6);
  border-radius: 3px;
  margin: 2.5rem 0;
}
.btn-get-quote {
  background: linear-gradient(135deg, #3b82f6, #60a5fa);
  color: white;
  font-weight: 600;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-get-quote:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(59, 130, 246, 0.5);
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
}

@media (max-width: 768px) {
  .vapt-hero-heading {
    font-size: 3rem;
  }
  .vapt-hero-subheading {
    font-size: 1.2rem;
  }
  .vapt-vapt-hero {
    padding: 120px 0 80px;
  }
}

.vapt-info-section {
  padding: 120px 0;
  background: #ffffff;
  color: #1e293b;
}
.vapt-info-section-heading {
  position: relative;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 21px;
  padding-left: 100px;
}
.vapt-info-section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 82px;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}
.info-text {
  font-size: 19px;
  color: #65686c;
  margin-bottom: 2rem;
  font-weight: 400;
}
.info-text strong {
  color: #1e293b;
}
.btn-proposal {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6) !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 1rem 2.8rem !important;
  font-size: 14px !important;
  border-radius: 50px !important;
  border: none !important;
  box-shadow: 0 15px 40px rgba(14, 165, 233, 0.3) !important;
  transition: all 0.4s ease !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}
.btn-proposal:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(14, 165, 233, 0.4);
  color: white;
}
@media (max-width: 768px) {
  .vapt-info-section-heading {
    font-size: 2.1rem;
    padding-left: 70px;
  }
  .vapt-info-section-heading::before {
    width: 60px;
  }
  .info-text {
    font-size: 1.05rem;
  }
}

.process-section {
  padding: 140px 0;
  background: #f8faff;
  position: relative;
}
.process-section .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}
.highlight1 {
  color: #0ea5e9;
}

.process-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.process-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: linear-gradient(to bottom, #0ea5e9, #3b82f6);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
  z-index: 1;
}

.process-item {
  padding: 2rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.process-item:nth-child(odd) {
  left: 0;
  text-align: right;
  padding-right: 5rem;
}
.process-item:nth-child(even) {
  left: 50%;
  padding-left: 5rem;
}

.process-icon-wrapper {
  position: absolute;
  width: 131px;
  height: 130px;
  background: white;
  border: 4px solid #0ea5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 40px rgba(14, 165, 233, 0.25);
  z-index: 3;
}
.process-item:nth-child(odd) .process-icon-wrapper {
  right: -70px;
}
.process-item:nth-child(even) .process-icon-wrapper {
  left: -70px;
}

.process-icon {
  width: 57px;
  height: 72px;
  fill: #0ea5e9;
}

.process-content {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-left: 5px solid #0ea5e9;
}
.process-item:nth-child(even) .process-content {
  border-left: none;
  border-right: 5px solid #0ea5e9;
}

.process-title {
  font-size: 23px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .process-timeline::after {
    left: 70px;
  }
  .process-item {
    width: 100%;
    padding-left: 120px;
    padding-right: 0;
    text-align: left !important;
  }
  .process-item .process-icon-wrapper {
    left: 0 !important;
  }
  .process-content {
    border-left: 5px solid #0ea5e9 !important;
    border-right: none !important;
  }
}

.benefits-section {
  padding: 50px 0;
}

.benefits-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
  flex-wrap: wrap;
}

.benefits-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.benefits-content {
  max-width: 600px;
}

.benefits-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 18px;
}

.benefits-list .icon {
  color: #1ab385;
  font-weight: bold;
  font-size: 20px;
  margin-top: 2px;
}

.vapt-services-modern {
  padding: 140px 0;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  text-align: center;
}
.vapt-service-section-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 1.5rem;
}
.vapt-service-section-subtitle {
  font-size: 1.3rem;
  color: #475569;
  max-width: 900px;
  margin: 0 auto 5rem;
  line-height: 1.8;
}

.vapt-services-modern {
  padding: 140px 0;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  text-align: center;
}
.vapt-services-modern .section-title {
  font-size: 35px !important;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 1.5rem;
}
.section-subtitle1 {
  font-size: 16px;
  color: #475569;
  max-width: 900px;
  margin: 0 auto 5rem;
  line-height: 25px;
}

/* Service Cards */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 4rem;
}
.service-card {
  background: white;
  border-radius: 24px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #a4206f, #c95e41);
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.service-card:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 80px rgba(14, 165, 233, 0.2);
    border-color: #b65e4d;
}
.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 100px;
  height: 100px;
  fill: #0ea5e9;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  background: rgba(14, 165, 233, 0.1);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.service-card:hover .service-icon {
  background: #0ea5e9;
  fill: white;
  transform: scale(1.15);
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
}
.service-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.btn-learn1 {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.btn-learn1:hover {
  color: #2563eb;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.strengthen-section {
  padding: 140px 0;
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  text-align: center;
}
.strengthen-section-title {
  font-size: 32px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 5rem;
  background: linear-gradient(90deg, #0ea5e9, #6366f1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Icon Grid */
.strengthen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
}
.strengthen-card {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.strengthen-card:hover {
  transform: translateY(-20px) scale(1.08);
}
.icon-circle {
  width: 136px;
  height: 136px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  /* box-shadow: 0 20px 50px rgb(255 255 255); */
  border: 4px solid #e0e7ff;
  transition: all 0.5s ease;
}
.strengthen-card:hover .icon-circle {
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  border-color: transparent;
  box-shadow: 0 30px 80px rgba(14, 165, 233, 0.4);
}
.icon-circle svg {
  width: 66px;
  height: 80px;
  fill: #0ea5e9;
  transition: fill 0.5s ease;
}
.strengthen-card:hover .icon-circle svg {
  fill: white;
}
.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }
  .icon-circle {
    width: 130px;
    height: 130px;
  }
  .icon-circle svg {
    width: 65px;
    height: 65px;
  }
}

.why-kratikal-clean {
  padding: 140px 0;
  background: #ffffff;
  color: #1e293b;
  padding-top: 44px;
}
.why-kratikal-clean .section-title {
  font-size: 43px;
  font-weight: 900;
  color: #0f172a;
  position: relative;
  display: inline-block;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

.benefits-list {
  max-width: 1000px;
  font-size: 1.25rem;
  line-height: 2;
}
.benefit-item1 {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 20px;
  padding-left: 1rem;
  transition: all 0.4s ease;
}
.benefit-item1:hover {
  transform: translateX(12px);
  color: #0ea5e9;
}
.benefit-icon1 {
  width: 42px;
  height: 42px;
  min-width: 42px;
  fill: #0ea5e9;
  transition: all 0.4s ease;
}
.benefit-item1:hover .benefit-icon {
  fill: #3b82f6;
  transform: scale(1.2);
}
.benefit-text1 {
  margin: 0;
  font-weight: 500;
  color: #334155;
}
.benefit-item1:hover .benefit-text1 {
  color: #0f172a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.6rem;
  }
  .benefit-item1 {
    font-size: 1.1rem;
  }
  .benefit-icon1 {
    width: 36px;
    height: 36px;
  }
}

.clients-section1 {
  padding: 140px 0;
  background: #ffffff;
  text-align: center;
}
.clients-section1 .section-title {
  font-size: 45px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 5rem;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 100px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

.clients-grid1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.client-logo1 {
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: all 0.5s ease;
  padding: 1rem;
  border-radius: 16px;
  background: white;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}
.client-logo:hover {
  filter: grayscale(0%) opacity(1);
  transform: translateY(-12px) scale(1.08);
  box-shadow: 0 25px 50px rgba(14, 165, 233, 0.2);
}

@media (max-width: 1200px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  .section-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .client-logo {
    height: 70px;
  }
}

/*------------ web app security css ----------------*/

.webapp-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 180px 0 140px;
  position: relative;
  overflow: hidden;
}
.webapp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=2234")
    center/cover;
  opacity: 0.08;
  z-index: 0;
}

.breadcrumb1 {
  background: transparent;
  padding: 0;
  margin-bottom: 3rem;
  z-index: 2;
}
.breadcrumb-item1 a {
  color: #94a3b8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.breadcrumb-item1 a:hover {
  color: #60a5fa;
}
.breadcrumb-item1.active {
  color: #60a5fa;
  font-weight: 600;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
.hero-title2 {
  font-size: 53px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 20px;
}
.hero-subtitle3 {
  font-size: 1.5rem;
  color: #cbd5e1;
  margin-bottom: 3rem;
  font-weight: 500;
}

.btn-sample {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  color: white;
  font-weight: 700;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 50px;
  border: none;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.btn-sample:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(59, 130, 246, 0.5);
  color: white;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .btn-sample {
    width: 100%;
    justify-content: center;
  }
}

.webapp-overview-v3 {
  padding: 160px 0;
  background: linear-gradient(135deg, #0a0e17 0%, #1a2332 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.webapp-overview-v3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(14, 165, 233, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.webapp-section-title {
  font-size: 43px;
  font-weight: 900;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2rem;
}
.webapp-section-subtitle {
  font-size: 17px;
  color: #cbd5e1;
  max-width: 900px;
  margin: 0 auto 5rem;
  line-height: 28px;
}

/* Feature Cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 3rem;
  margin: 5rem auto;
  max-width: 1200px;
}
.feature-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  padding: 3rem 2rem;
  transition: all 0.6s ease;
}
.feature-card:hover {
  transform: translateY(-20px);
  background: rgba(14, 165, 233, 0.15);
  border-color: #60a5fa;
  box-shadow: 0 30px 80px rgba(14, 165, 233, 0.3);
}
.feature-icon {
  width: 90px;
  height: 90px;
  fill: #60a5fa;
  margin: 0 auto 2rem;
  transition: all 0.6s ease;
}
.feature-card:hover .feature-icon {
  fill: white;
  transform: scale(1.2) rotate(10deg);
}
.feature-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}

/* Standards Tags */
.standards-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 5rem 0;
}
.tag {
  background: rgba(14, 165, 233, 0.2);
  color: #60a5fa;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  border: 1px solid rgba(96, 165, 250, 0.3);
  transition: all 0.4s ease;
}
.tag:hover {
  background: #60a5fa;
  color: white;
  transform: scale(1.1);
}

.btn-cta {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
  color: white;
  font-weight: 700;
  padding: 1.4rem 3.5rem;
  font-size: 1.3rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 20px 60px rgba(59, 130, 246, 0.4);
  transition: all 0.5s ease;
}
.btn-cta:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(59, 130, 246, 0.6);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}

.approach-horizontal {
  padding: 160px 0;
  background: #0f172a;
  color: white;
  overflow: hidden;
}
.approach-section-title {
  text-align: center;
  font-size: 43px;
  font-weight: 900;
  background: linear-gradient(90deg, #60a5fa, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4rem;
}

/* Horizontal Scroll Container */
.steps-container {
  display: flex;
  gap: 2.5rem;
  padding: 3rem 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.steps-container::-webkit-scrollbar {
  display: none;
}

.step-card {
  min-width: 380px;
  max-width: 380px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(96, 165, 250, 0.3);
  scroll-snap-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(100px) scale(0.9);
  transition: all 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.step-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.step-card::before {
  content: attr(data-step);
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 7rem;
  font-weight: 900;
  opacity: 0.1;
  color: #60a5fa;
}
.step-card:hover {
  transform: translateY(-25px) scale(1.05);
  background: rgba(96, 165, 250, 0.2);
  border-color: #60a5fa;
  box-shadow: 0 40px 100px rgba(96, 165, 250, 0.4);
}

.step-icon {
  width: 90px;
  height: 90px;
  fill: #60a5fa;
  margin-bottom: 2rem;
  background: rgba(96, 165, 250, 0.15);
  padding: 1.5rem;
  border-radius: 50%;
  transition: all 0.6s ease;
}
.step-card:hover .step-icon {
  background: #60a5fa;
  fill: white;
  transform: rotate(360deg) scale(1.3);
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
}

.scroll-hint {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.2rem;
  color: #94a3b8;
}
.scroll-hint i {
  font-size: 2rem;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(8px);
  }
}

@media (max-width: 768px) {
  .step-card {
    min-width: 320px;
  }
  .section-title {
    font-size: 3rem;
  }
}

.steps-container {
  display: flex;
  gap: 2.5rem;
  padding: 3rem 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /* THIS IS THE KEY FIX */
  min-width: 100vw; /* Force full viewport width */
  margin-left: calc(-50vw + 50%); /* Center it perfectly */
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  scrollbar-width: auto; /* Show scrollbar on Firefox */
}
.steps-container::-webkit-scrollbar {
  display: block !important;
  height: 12px;
}
.steps-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.steps-container::-webkit-scrollbar-thumb {
  background: #60a5fa;
  border-radius: 10px;
}

.steps-container {
  display: flex;
  gap: 2.5rem;
  padding: 3rem 5vw;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.steps-container::-webkit-scrollbar {
  height: 10px;
}
.steps-container::-webkit-scrollbar-thumb {
  background: #60a5fa;
  border-radius: 10px;
}

.assessment-types {
  padding: 160px 0;
  background: #f8faff;
}
.assessment-types .section-title {
  font-size: 34px;
  font-weight: 900;
  color: #0f172a;
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 6rem;
  display: flex;
  justify-content: center;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 140px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

/* Alternating Blocks */
.assessment-block {
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.assessment-block.visible {
  opacity: 1;
  transform: translateY(0);
}
.assessment-block:nth-child(even) .row {
  flex-direction: row-reverse;
}

.text-content {
  padding: 3rem;
  background: white;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-left: 4px solid #0ea5e9;
  transition: all 0.6s ease;
}
.assessment-block:hover .text-content {
  transform: translateY(-15px);
  box-shadow: 0 35px 80px rgba(14, 165, 233, 0.2);
  border-color: #3b82f6;
}

.assessment-title {
  font-size: 25px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.assessment-desc {
  font-size: 14px;
  line-height: 1.9;
  color: #475569;
}

.assessment-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease;
  width: 80%;
}
.assessment-block:hover .assessment-image {
  transform: scale(1.05);
}
.assessment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

@media (max-width: 992px) {
  .assessment-block:nth-child(even) .row {
    flex-direction: column;
  }
  .text-content {
    margin-top: 2rem;
    border-left: none;
    border-top: 6px solid #0ea5e9;
  }
}

.benefits-2025 {
    padding: 31px 0;
    background: linear-gradient(135deg, #0a0e17 0%, #1e293b 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.benefits-section-title {
    font-size: 43px;
    font-weight: 900;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 36px;
    padding-top: 30px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 32px;
  padding: 3.5rem 2rem;
  border: 1px solid rgba(96, 165, 250, 0.2);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(96, 165, 250, 0.3),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
}
.benefit-card:hover::before {
  opacity: 1;
}
.benefit-card:hover {
  transform: translateY(-25px) scale(1.05);
  border-color: #60a5fa;
  box-shadow: 0 40px 100px rgba(96, 165, 250, 0.4);
}

.benefit-card .icon-circle {
    width: 100px;
    height: 100px;
    background: rgba(96, 165, 250, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    transition: all 0.6s ease;
}
.benefit-card:hover .icon-circle {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
  transform: scale(1.15);
}
.icon-circle svg {
    width: 47px;
    height: 51px;
    fill: #60a5fa;
    transition: fill 0.6s ease;
}
.benefit-card:hover .icon-circle svg {
  fill: white;
}

.benefit-title {
  font-size: 21px;
  font-weight: 600;
  margin-top: 1.5rem;
  color: white !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
  .benefit-card {
    padding: 3rem 1.5rem;
  }
  .icon-circle {
    width: 120px;
    height: 120px;
  }
}

.faq-section {
    max-width: 900px;
    margin: 70px auto;
    padding: 24px;
    font-family: "Lexend";
    --accent: #3b67dd;
    --accent-soft: rgba(59, 103, 221, 0.06);
    margin-top: 126px;
}

.faq-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-item {
  border-bottom: 1px solid #f1f3f5;
  padding: 0;
  transition: background-color 0.25s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item:hover {
  background-color: var(--accent-soft);
}

.faq-item.active {
  background-color: var(--accent-soft);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
  gap: 24px;
  transition: all 0.25s ease;
  color: #1f2937;
}

.faq-question:hover {
  color: var(--accent);
}

.faq-question .icon {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1rem;
  min-width: 1rem;
  color: var(--accent);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.3s ease;
  padding: 0 28px;
  color: #4b5563;
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 28px 24px 28px;
}

.faq-item.active .faq-question .icon {
  transform: rotate(45deg);
}

/* CTA Button Styling */
.btn-explore {
  background-color: var(--accent);
  color: white;
  border: none;
  padding: 14px 40px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(59, 103, 221, 0.3);
  text-decoration: none;
  display: inline-block;
}

.btn-explore:hover {
  background-color: #2d52b8;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 103, 221, 0.4);
}

/* Mobile optimization */
@media (max-width: 576px) {
  .faq-section {
    margin: 40px auto;
    padding: 12px;
  }

  .faq-question {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .faq-answer {
    padding: 0 20px;
    font-size: 0.95rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 20px 20px;
  }
}

/* --- 1. General Variables & Base Styles --- */
:root {
    --primary-color: #0ea5e9;
    --primary-dark: #0284c7;
    --dark-navy: #0f172a;
    --text-muted: #64748b;
    --text-dark: #334155;
    --light-bg: #f8faff;
    --white: #ffffff;
}

/* --- 2. Hero Section (iso-simple) --- */
.iso-simple {
    padding: 180px 0 140px;
    background: var(--dark-navy);
    color: white;
    text-align: center;
}
h2.iso-section-title {
    text-align: center;
    font-weight: 600;
}

.iso-simple .breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    display: inline-flex;
    margin-bottom: 3rem;
    font-size: 1rem;
}
.iso-simple .breadcrumb a { color: #94a3b8; text-decoration: none; }
.iso-simple .breadcrumb a:hover { color: white; }
.iso-simple .breadcrumb .active { color: #60a5fa; }

.iso-simple .badge {
    display: inline-block;
    background: rgba(34, 197, 94, 0.15);
    color: #34d399;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid rgba(52, 211, 153, 0.3);
    margin-bottom: 1.5rem;
}

.iso-simple-title {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 3rem;
    line-height: 1.1;
}

.iso-simple .btn-simple {
    background: white;
    color: var(--dark-navy);
    font-weight: 700;
    padding: 1rem 2.5rem;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 1rem;
    transition: all 0.3s ease;
    display: inline-block;
}
.iso-simple .btn-simple:hover {
    background: #e0e7ff;
    transform: translateY(-4px);
    color: var(--dark-navy);
    text-decoration: none;
}

/* --- 3. Overview Section --- */
.iso-overview {
    padding: 100px 0;
    background: var(--white);
    color: var(--text-dark);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    color: var(--dark-navy);
    margin-bottom: 3rem;
    position: relative;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #3b82f6);
    border-radius: 3px;
}

.overview-content {
    max-width: 900px;
    margin: 3rem auto 0;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--text-muted);
}
.overview-content p { margin-bottom: 1.5rem; }
.overview-content strong { color: var(--dark-navy); }

/* --- 4. Methodology Section --- */
.methodology-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.methodology-intro {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
}

/* Steps Layout */
.methodology-steps {
    max-width: 800px;
    margin: 0 auto;
}
.step-item {
    display: flex;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e2e8f0;
}
.step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary-color), #3b82f6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.1rem;
    margin-right: 2rem;
    box-shadow: 0 4px 15px rgba(14, 165, 233, 0.3);
}

.step-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark-navy);
    margin-bottom: 0.75rem;
}
.step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}
.step-content ul li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
}
.step-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- 5. Approach Section --- */
.approach-section {
    padding: 100px 0;
    background: var(--white);
}

.approach-intro {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 4rem;
    text-align: center;
}

/* Cards Grid */
.approach-card {
    background: var(--light-bg);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.approach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(14, 165, 233, 0.15);
    border-color: #e0f2fe;
}

.approach-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), #3b82f6);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1.5rem;
}
.approach-icon svg { width: 28px; height: 28px; }

.approach-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--dark-navy);
    margin-bottom: 0.75rem;
}
.approach-card p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.7;
}

/* --- 6. Why/Benefits Section --- */
.benefits-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}
.benefit-item:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.check-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #dcfce7;
    color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 3px;
}
.check-icon svg { width: 16px; height: 16px; }

.benefit-item h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--dark-navy);
    margin-bottom: 0.25rem;
}
.benefit-item p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

/* --- 7. Expertise Section --- */
.expertise-section {
    padding: 100px 0;
    background: var(--light-bg);
}
.expertise-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
}
.expertise-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.07);
    height: 100%;
}
.expertise-content {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.expertise-content h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-navy);
    margin-bottom: 1.5rem;
}
.expertise-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-muted);
}

/* --- 8. Why Choose Section --- */
.why-choose-section {
    padding: 100px 0;
    background: var(--white);
}

.why-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.why-text h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--dark-navy);
    margin-bottom: 1.5rem;
}
.why-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-muted);
}

.why-image {
    flex-shrink: 0;
    text-align: center;
}
.why-image img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
}

/* --- 9. Responsive Fixes --- */
@media (max-width: 992px) {
    .iso-simple-title { font-size: 36px; }
    .section-title { font-size: 2rem; }
    
    .expertise-img { 
        border-radius: 20px 20px 0 0; 
        height: 300px; 
    }
    .expertise-content { text-align: center; padding: 2rem; }
    
    .why-content {
        flex-direction: column;
        text-align: center;
    }
    .why-image { order: -1; margin-bottom: 2rem; }
}

@media (max-width: 768px) {
    .step-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .step-number {
        margin-bottom: 1rem;
        margin-right: 0;
    }
    
    .iso-simple { padding: 100px 0 80px; }
    .iso-simple .btn-simple {
        display: block;
        width: 80%;
        margin: 1rem auto;
    }
}

/*---------------- about css---------------- */
.about-hero {
    min-height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.92)),
    url("/_next/static/media/about-Banner.22e47194.webp") center/cover no-repeat
      fixed;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 74px;
    padding-bottom: 50px;
    margin-top: 134px;
}

/* Floating Breadcrumb */
.breadcrumb-float {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 500;
}
.breadcrumb-float a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-float a:hover {
  color: white;
}
.breadcrumb-float .active {
  color: #60a5fa;
  font-weight: 600;
}

/* Main Content */
.hero-content {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.6rem 1.6rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.hero-title {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}

.about-title {
    font-size: 36px !important;
}
@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.hero-text {
  font-size: 18px;
  color: #e2e8f0;
  max-width: 100%;
  margin-bottom: 3rem;
  font-weight: 400;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4rem;
  }
  .hero-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .breadcrumb-float {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
  .trust-stats {
    gap: 2rem;
  }
  .stat-number {
    font-size: 2.8rem;
  }
}

.mv-section {
    padding: 65px 0;
    background: #ffffff;
}
.section-title {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #0f172a;
  margin-bottom: 5rem;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 130px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

.mv-card {
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.mv-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 40px 100px rgba(14, 165, 233, 0.2);
}

.mv-img {
  height: 100%;
  object-fit: cover;
}
.mv-content {
    padding: 30px 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mv-content h3 {
    font-size: 29px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 15px;
}
.mv-content p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #475569;
}

.values-list {
  list-style: none;
  padding: 0;
}
.values-list li {
  font-size: 14px;
  margin-bottom: 13px;
  padding-left: 0px;
  position: relative;
  color: #334155;
}
.values-list li:before {
  content: "Check Circle Fill";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #0ea5e9;
  font-size: 1.5rem;
  display: none;
}

@media (max-width: 992px) {
  .mv-content {
    padding: 3rem 2rem;
    text-align: center;
  }
  .section-title {
    font-size: 3rem;
  }
  .mv-content h3 {
    font-size: 2.1rem;
  }
}

.milestones-section {
  padding: 140px 0;
  background: #f8faff;
}
.section-title {
  font-size: 3.6rem;
  font-weight: 900;
  text-align: center;
  color: #0f172a;
  margin-bottom: 6rem;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  width: 140px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

.timeline {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 5px;
  background: #e2e8f0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 2px solid #0ea5e9;
  border-radius: 10px;
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: -14px;
    background: white;
    border: 6px solid #7836e8;
    top: 40px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 6px #f4eeff;
}
.timeline-item:nth-child(odd) {
  left: 0;
}
.timeline-item:nth-child(even) {
  left: 50%;
}
.timeline-item:nth-child(even)::after {
  left: -16px;
}

.timeline-content {
  padding: 2.5rem 2rem;
  background: white;
  border-radius: 24px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}
.timeline-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 70px rgba(14, 165, 233, 0.15);
}

.timeline-img {
  text-align: center;
  margin-bottom: 1.5rem;
}
.timeline-img img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.timeline-year {
    font-size: 31px;
    font-weight: 900;
    color: #7835e7;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .timeline::after {
    left: 31px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline-item::after {
    left: 15px;
  }
  .timeline-item:nth-child(even) {
    left: 0%;
  }
  .section-title {
    font-size: 2.8rem;
  }
}

/* client css */
.clients-hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.94), rgba(15, 23, 42, 0.97)),
    url("/_next/static/media/Client-bg-min.f799072c.webp") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 130px;
}

/* Floating Breadcrumb */
.breadcrumb-float {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  padding: 0.75rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
}
.breadcrumb-float a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-float a:hover {
  color: white;
}
.breadcrumb-float .active {
  color: #60a5fa;
  font-weight: 600;
}

/* Hero Content */
.hero-content {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.hero-title {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
}
.hero-subtitle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5rem;
  opacity: 0.95;
}

/* Client Logos Grid */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3rem;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
}
.client-logo {
  background: rgb(255 255 255 / 82%);
  backdrop-filter: blur(10px);
  padding: 2.5rem 1.5rem;
  border-radius: 24px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.client-logo:hover {
  transform: translateY(-15px) scale(1.05);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 60px rgba(96, 165, 250, 0.3);
  border-color: #60a5fa;
}
.client-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: grayscale(80%) brightness(1.2);
  transition: filter 0.5s ease;
}
.client-logo:hover img {
  filter: grayscale(0%) brightness(1);
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4rem;
  }
  .hero-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.7rem;
  }
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .breadcrumb-float {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
}

/* media coverage style */

.media-hero {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(30, 41, 59, 0.92)),
    url("/_next/static/media/MediaCoverageBanner-min.6fb231cf.webp")
      center/cover no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 119px;
}

/* Floating Breadcrumb */
.breadcrumb-float {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  z-index: 10;
  font-weight: 500;
}
.breadcrumb-float a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-float a:hover {
  color: white;
}
.breadcrumb-float .active {
  color: #60a5fa;
  font-weight: 600;
}

/* Floating Circle Image */
.circle-img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;
}
.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}

/* Content */
.media-content {
  max-width: 800px;
  z-index: 5;
}
.media-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f, #10b981);
  color: white;
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.3);
}
.media-title {
  font-size: 43px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 23px;
  background: linear-gradient(90deg, #60a5fa, #a78bfa, #f0abfc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.media-desc {
  font-size: 17px;
  line-height: 25px;
  color: #e2e8f0;
  max-width: 700px;
}

@media (max-width: 1200px) {
  .circle-img {
    width: 400px;
    height: 400px;
    right: 2%;
  }
}
@media (max-width: 992px) {
  .media-title {
    font-size: 4.2rem;
  }
  .circle-img {
    position: static;
    transform: none;
    margin: 3rem auto 0;
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 576px) {
  .media-title {
    font-size: 3.2rem;
  }
  .media-desc {
    font-size: 1.2rem;
  }
  .breadcrumb-float {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
  .circle-img {
    width: 280px;
    height: 280px;
  }
}

.threats-section {
  padding: 140px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
}

.section-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  /* background: linear-gradient(90deg, #60a5fa, #a78bfa); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  margin-bottom: 4rem;
}

.threats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.client-logo {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  padding: 2.5rem 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
}
.client-logo:hover {
  transform: translateY(-15px) scale(1.08);
  background: rgba(96, 165, 250, 0.15);
  box-shadow: 0 30px 70px rgba(96, 165, 250, 0.3);
  border-color: #60a5fa;
}
.client-logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.8);
  transition: all 0.5s ease;
}
.client-logo:hover img {
  filter: brightness(0) invert(1) opacity(1);
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .section-title {
    font-size: 3.2rem;
  }
  .threats-grid {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .threats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news-section {
  padding: 140px 0;
  background: #f8faff;
}

.section-subtitle {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0ea5e9;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.section-title {
  font-size: 43px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 5rem;
  text-align: center;
}

.news-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
  display:hover {
    transform: translateY(-20px);
    box-shadow: 0 35px 80px rgba(14, 165, 233, 0.2);
  }
}

.news-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.news-card:hover .news-img {
  transform: scale(1.08);
}

.news-body {
  padding: 2rem;
}

.news-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 1rem 0 1rem;
  line-height: 1.3;
}

.news-text {
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.read-more-btn {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  color: white;
  border: none;
  padding: 0.75rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.read-more-btn:hover {
  background: linear-gradient(135deg, #0284c7, #2563eb);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.4);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
  .news-img {
    height: 180px;
  }
}

.partner-hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96)),
    url("/_next/static/media/banner.9aae1d49.webp") center/cover no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
}

/* Floating Glass Breadcrumb */
.breadcrumb-glass {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  z-index: 10;
  font-weight: 500;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #60a5fa;
  font-weight: 600;
}

.partner-content {
  max-width: 1200px;
  margin: 0 auto;
}

.partner-badge {
  display: inline-block;
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 0.7rem 1.8rem;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.partner-title {
  font-size: 57px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.partner-quote {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  opacity: 0.95;
  margin-bottom: 3rem;
  max-width: 900px;
}

.cta-btn {
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
  color: white;
  font-size: 16px;
  font-weight: 700;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  border: none;
  box-shadow: 0 15px 40px rgba(14, 165, 233, 0.4);
  transition: all 0.4s ease;
}
.cta-btn:hover {
  background: linear-gradient(135deg, #0284c7, #2563eb);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(14, 165, 233, 0.5);
}

.partner-img {
  max-width: 100%;
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  margin-top: 3rem;
}

@media (max-width: 992px) {
  .partner-title {
    font-size: 4.2rem;
  }
  .partner-quote {
    font-size: 1.8rem;
  }
  .partner-img {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .partner-title {
    font-size: 3.5rem;
  }
  .partner-quote {
    font-size: 1.5rem;
  }
  .cta-btn {
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
}

.partner-overview {
  padding: 140px 0;
  background: #ffffff;
}

.section-title {
  font-size: 39px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 3rem;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100px;
  height: 6px;
  background: linear-gradient(90deg, #0ea5e9, #3b82f6);
  border-radius: 3px;
}

.overview-text {
  font-size: 1.25rem;
  line-height: 2;
  color: #475569;
  max-width: 700px;
}

.overview-img {
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease;
}
.overview-img:hover {
  transform: translateY(-15px);
  box-shadow: 0 45px 100px rgba(14, 165, 233, 0.25);
}

.highlight {
  background: linear-gradient(
    120deg,
    rgba(14, 165, 233, 0.1) 0%,
    rgba(59, 130, 246, 0.1) 100%
  );
  padding: 3rem;
  border-radius: 32px;
  border-left: 6px solid #0ea5e9;
  margin: 3rem 0;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
  .overview-text {
    font-size: 1.15rem;
  }
  .overview-img {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.6rem;
  }
  .highlight {
    padding: 2rem;
  }
}

.why-partner {
  padding: 140px 0;
  background: #f8faff;
}

.section-title {
  font-size: 45px;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 115px;
    height: 4px;
    background: black;
    border-radius: 3px;
}

.intro-text {
  font-size: 1.25rem;
  line-height: 2;
  color: #475569;
  max-width: 700px;
  margin-bottom: 4rem;
}

.partner-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
}

.benefit-card1 {
  background: white;
  border-radius: 32px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  text-align: center;
  height: 100%;
}
.benefit-card1:hover {
  transform: translateY(-20px);
  box-shadow: 0 35px 90px rgba(14, 165, 233, 0.2);
  border: 1px solid #0ea5e9;
}

/* .benefit-icon {
      width: 90px;
      height: 90px;
      margin: 0 auto 1.8rem;
      transition: transform 0.5s ease;
    } */
.benefit-card1:hover .benefit-icon {
  transform: scale(1.15) rotate(8deg);
}

.benefit-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.benefit-text {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
}

.why-image {
  border-radius: 32px;
  /* box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15); */
}

@media (max-width: 992px) {
  .section-title {
    font-size: 3rem;
  }
  .intro-text {
    font-size: 1.15rem;
  }
  .partner-benefits {
    gap: 2rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.6rem;
  }
  .why-image {
    margin-top: 3rem;
  }
}

.testimonial-section {
  padding: 140px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  border-radius: 36px;
  padding: 4rem 3.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.quote-icon {
  font-size: 6rem;
  color: #60a5fa;
  opacity: 0.2;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: -1;
}

.testimonial-text {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.testimonial-company {
  font-size: 1.2rem;
  color: #94a3b8;
  font-weight: 500;
}

.testimonial-img {
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  max-width: 100%;
  margin-left: auto;
  display: block;
}

@media (max-width: 992px) {
  .testimonial-text {
    font-size: 1.6rem;
  }
  .testimonial-card {
    padding: 3rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 100px 0;
  }
  .testimonial-text {
    font-size: 1.4rem;
  }
  .testimonial-img {
    margin: 3rem auto 0;
  }
  .quote-icon {
    font-size: 5rem;
    top: -10px;
    left: 20px;
  }
}

/* carrear style css */

.careers-hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(25, 27, 34, 0.82), rgba(25, 27, 34, 0.88)),
    url("https://kratikal.com/recruit/viewCareerImage.do?page_id=417243000001205078&type=background&file_name=banner_img_2__1_.png")
      center/cover no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

/* Navbar */
/* .navbar-career {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: rgba(0,0,0,0.3);
      backdrop-filter: blur(10px);
      padding: 1rem 0;
    }

    .navbar-brand img {
      height: 50px;
    }

    .nav-link {
      color: white !important;
      font-weight: 600;
      margin: 0 1rem;
      transition: color 0.3s;
    }
    .nav-link:hover { color: #ed7d39 !important; }

    .btn-login {
      color: white;
      font-weight: 600;
    }
    .btn-login:hover { color: #ed7d39; } */

/* Hero Content */
.carrer-hero-content {
  max-width: 900px;
  padding-top: 100px;
}

.carrer-hero-content .hero-title {
  font-size: 53px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #ffffff, #1571fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carrer-hero-content .hero-subtitle {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #e2e8f0;
}

.carrer-hero-content .hero-desc {
  font-size: 17px;
  line-height: 24px;
  color: #cbd5e1;
  margin-bottom: 3rem;
  max-width: 6;
}

.carrer-hero-content .btn-apply {
  background: #1672fc;
  color: white;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  border: none;
  box-shadow: 0 15px 40px rgba(237, 125, 57, 0.4);
  transition: all 0.4s;
}
.btn-apply:hover {
  background: #d96c2f;
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(237, 125, 57, 0.6);
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3.8rem;
  }
  .hero-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
  .hero-subtitle {
    font-size: 1.7rem;
  }
  .hero-desc {
    font-size: 1.15rem;
  }
  .btn-apply {
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
  }
}

.jobs-section {
  padding: 140px 0 100px;
  background: #f8faff;
}

.section-title {
  font-size: 45px;
  font-weight: 900;
  color: #0f172a;
  text-align: center;
  margin-bottom: 1rem;
}
.search-title {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.5rem;
  background: linear-gradient(90deg, #60a5fa, #8197ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border-left: 5px solid transparent;
}
.job-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgb(231 231 231 / 18%);
  border-left-color: #1772fb;
}

.job-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.8rem;
}
.job-title-link {
  color: #1973fb;
  text-decoration: none;
  font-size: 22px;
}
.job-title-link:hover {
  text-decoration: underline;
}

.job-meta {
  color: #64748b;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}
.job-meta i {
  color: #ed7d39;
  margin-right: 0.5rem;
}

.job-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-weight: 500;
}

.job-type {
  display: inline-block;
  background: #fef3c7;
  color: #92400e;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
}

.posted-date {
  color: #94a3b8;
  font-size: 0.95rem;
}

.no-jobs {
  text-align: center;
  padding: 5rem 2rem;
  color: #64748b;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
  }
  .section-subtitle {
    font-size: 1.4rem;
  }
  .job-card {
    padding: 2rem;
  }
}

.job-search-bar {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); */
  color: white;
}

.search-container {
  max-width: 900px;
  margin: 0 auto;
  background: #000000ba;
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.search-title {
  font-size: 2.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2.5rem;
  background: linear-gradient(90deg, #60a5fa, #8197ea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-label {
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

.form-control,
.form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  box-shadow: none;
}

.form-control::placeholder {
  color: #94a3b8;
}

.input-group .btn-clear {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #94a3b8;
  font-size: 1.3rem;
  z-index: 10;
  cursor: pointer;
}

.btn-search {
  background: #1873fc;
  color: white;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 50px;
  border: none;
  font-size: 1.2rem;
  transition: all 0.4s;
  box-shadow: 0 10px 30px rgba(237, 125, 57, 0.4);
}
.btn-search:hover {
  background: #d96c2f;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(237, 125, 57, 0.5);
}

@media (max-width: 768px) {
  .search-title {
    font-size: 2.2rem;
  }
  .search-container {
    padding: 2rem 1.5rem;
  }
  .btn-search {
    width: 100%;
    margin-top: 1rem;
  }
}

.team-hero {
  min-height: 100vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96)),
    url("https://your-domain.com/path-to-your-team-banner.jpg") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 100px;
  margin-top: 90px;
}

/* Glassmorphic Breadcrumb */
.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
  z-index: 10;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #ffffff;
}

.team-content {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.team-title {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #60a5fa, #1672fb, #1772fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient 12s ease infinite;
}
@keyframes gradient {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.team-subtitle {
  font-size: 24px;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto 4rem;
  line-height: 40px;
  color: #e2e8f0;
}

.team-banner-img {
  border-radius: 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  margin-top: 4rem;
  border: 8px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 992px) {
  .team-title {
    font-size: 4rem;
  }
  .team-subtitle {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .team-title {
    font-size: 3.2rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
}

.story-section {
  padding: 140px 0;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
}

.story-quote {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 3rem;
}
.story-quote::before {
  content: '"';
  font-size: 8rem;
  color: #ed7d39;
  position: absolute;
  left: -20px;
  top: -30px;
  opacity: 0.3;
  font-family: "Lexend";
}

.story-text {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #e2e8f0;
  margin-bottom: 3rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .story-quote {
    font-size: 1.9rem;
  }
  .story-text {
    font-size: 1.15rem;
  }
  .video-wrapper {
    margin-top: 2rem;
  }
}

/* Header */
.blog-header {
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
  text-align: center;
  margin-top: 90px;
}
.blog-header h1 {
  font-size: 37px;
  font-weight: 900;
  background: linear-gradient(90deg, #60a5fa, #1a74fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Blog Cards */
.blog-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: auto;
}
.blog-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 70px rgba(237, 125, 57, 0.18);
}

.blog-img {
  height: 240px;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-img img {
  transform: scale(1.08);
}

.blog-body {
  padding: 1.8rem;
}

.blog-categories {
  margin-bottom: 1rem;
}
.blog-categories a {
  color: #1772fc;
  font-size: 600 0.9rem;
  text-decoration: none;
  margin-right: 10px;
}
.blog-categories a:hover {
  text-decoration: underline;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0.8rem 0;
  line-height: 1.4;
}
.blog-title a {
  color: #0f172a;
  text-decoration: none;
}
.blog-title a:hover {
  color: #1873fb;
}

.blog-meta {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.blog-excerpt {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.btn-readmore {
  background: #1c74fb;
  color: white;
  padding: 0.7rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-readmore:hover {
  background: #d96c2f;
  transform: translateY(-3px);
}

/* Sidebar */
.sidebar-widget {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}
.sidebar-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #1873fc;
}
.resource-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  color: inherit;
}
.resource-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 12px;
}
.resource-item h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #0f172a;
}
.resource-item:hover h4 {
  color: #1b1917;
}

/* Pagination */
.pagination .page-item.active .page-link {
  background: #1371fd;
  border-color: #1471fb;
  color: white;
}

@media (max-width: 768px) {
  .blog-header h1 {
    font-size: 3rem;
  }
  .blog-img {
    height: 200px;
  }
}

/* Hero Banner */
.newsletter-hero {
  min-height: 90vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.96)),
    url("/_next/static/media/newsletterbanner.07956708.webp") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #ed7d39;
}

.newsletter-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-title {
  font-size: 5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #39d4ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.newsletter-desc {
  font-size: 1.4rem;
  color: #e2e8f0;
  max-width: 700px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.subscribe-form {
  max-width: 600px;
  margin: 0 auto;
}

.subscribe-input {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  border-radius: 50px;
  padding: 1.2rem 2rem;
  font-size: 1.2rem;
}
.subscribe-input::placeholder {
  color: #94a3b8;
}
.subscribe-input:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #ed7d39;
  box-shadow: 0 0 0 0.25rem rgba(237, 125, 57, 0.3);
  color: white;
}

.btn-subscribe {
  background: #1973fb;
  color: white;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  border: none;
  box-shadow: 0 10px 30px rgb(57 182 237 / 40%);
  transition: all 0.4s;
}
.btn-subscribe:hover {
  background: #d96c2f;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(237, 125, 57, 0.5);
}

/* Newsletter List Section */
.newsletter-list {
  padding: 120px 0;
  background: white;
}

.newsletter-card {
  display: flex;
  align-items: center;
  background: #f8faff;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.newsletter-card:hover {
  transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(237, 125, 57, 0.15);
}

.newsletter-img {
  width: 100%;
  max-width: 300px;
  height: 180px;
  object-fit: cover;
}

.newsletter-info {
  padding: 2rem;
  flex: 1;
}

.newsletter-info h5 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.8rem;
}

.newsletter-date {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.btn-read-newsletter {
  color: #1e75f9;
  font-weight: 600;
  text-decoration: none;
}
.btn-read-newsletter:hover {
  text-decoration: underline;
}

.sidebar-newsletter {
  background: #0f172a;
  color: white;
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
}
.sidebar-newsletter h5 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.btn-subscribe-sidebar {
  background: #1e75fa;
  color: white;
  width: 100%;
  padding: 1rem;
  border-radius: 50px;
  font-weight: 700;
}
.newsletter-card img {
  width: 34%;
}

@media (max-width: 992px) {
  .newsletter-title {
    font-size: 4rem;
  }
  .newsletter-card {
    flex-direction: column;
    text-align: center;
  }
  .newsletter-img {
    max-width: 100%;
    height: 250px;
  }
}

/* Hero Banner */
.whitepaper-hero {
  min-height: 85vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.97)),
    url("/_next/static/media/whitepaper.6e50e3a7.webp") center/cover no-repeat
      fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 89px;
}
.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #ed7d39;
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 49px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #ed7d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 19px;
  font-weight: 500;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  color: #e2e8f0;
}

/* Whitepaper Cards */
.whitepaper-section {
  padding: 140px 0;
  background: white;
}

.whitepaper-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: auto;
}
.whitepaper-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 80px rgba(237, 125, 57, 0.2);
}

.whitepaper-img {
  height: 280px;
  overflow: hidden;
}
.whitepaper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.whitepaper-card:hover .whitepaper-img img {
  transform: scale(1.08);
}

.whitepaper-body {
  padding: 2rem;
}

.whitepaper-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.whitepaper-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.whitepaper-meta {
  display: flex;
  align-items: center;
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.whitepaper-meta i {
  color: #ed7d39;
  margin-right: 8px;
}

.btn-download {
  background: #ed7d39;
  color: white;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  box-shadow: 0 8px 25px rgba(237, 125, 57, 0.3);
}
.btn-download:hover {
  background: #d96c2f;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(237, 125, 57, 0.4);
}

/* Sidebar */
.sidebar-widget {
  background: #0f172a;
  color: white;
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
}
.sidebar-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.sidebar-link {
  color: #ed7d39;
  font-weight: 600;
  text-decoration: none;
}
.sidebar-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4.2rem;
  }
  .whitepaper-img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
}

/* Hero Banner */
.magazine-hero {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  position: relative;
  overflow: hidden;
}
.magazine-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/_next/static/media/Mockup-Small.16719a0e.png") right
    center / contain no-repeat;
  opacity: 0.15;
  pointer-events: none;
}

.hero-title {
  font-size: 49px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #60a5fa, #ed7d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #f472b6;
}

.hero-desc {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #e2e8f0;
  max-width: 700px;
  margin-bottom: 2rem;
}

/* Reports Section */
.reports-section {
  padding: 120px 0;
  background: white;
  color: #0f172a;
}

.section-title {
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 4rem;
  color: #0f172a;
}

.report-card {
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease;
  height: 100%;
}
.report-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 35px 90px rgba(237, 125, 57, 0.2);
}

.report-img {
  height: 280px;
  overflow: hidden;
}
.report-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.report-card:hover .report-img img {
  transform: scale(1.1);
}

.report-body {
  padding: 2.5rem;
}

.report-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.report-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.report-date {
  color: #64748b;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.btn-read {
  background: #1d75fb;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn-read:hover {
  background: #1d75fb;
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .hero-subtitle {
    font-size: 1.6rem;
  }
  .section-title {
    font-size: 3rem;
  }
  .report-img {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .magazine-hero::before {
    background-size: 60%;
    background-position: bottom right;
  }
}

/* Hero */
.ebook-hero {
  padding: 160px 0 100px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
.ebook-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: 90%;
  background: url("/_next/static/media/book.2b51a013.webp") center/contain
    no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.hero-logo {
  width: 80px;
  height: 80px;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: #ed7d39;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.hero-desc {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #e2e8f0;
  max-width: 700px;
  margin-bottom: 1rem;
}

/* E-Book Cards */
.ebook-section {
  padding: 120px 0;
  background: white;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 4rem;
  text-align: center;
}

.ebook-card {
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
}
.ebook-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 35px 90px rgba(237, 125, 57, 0.2);
}

.ebook-img {
  height: 320px;
  overflow: hidden;
}
.ebook-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.ebook-card:hover .ebook-img img {
  transform: scale(1.1);
}

.ebook-body {
  padding: 2.5rem;
}

.ebook-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.ebook-meta {
  color: #64748b;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.ebook-meta .highlight2 {
  color: #1a74fb;
  font-weight: 700;
}

.ebook-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.feature-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
}
.feature-icon {
  width: 66px;
  height: auto;
  margin: 0 auto 1rem;
}

.btn-read {
  background: #1b74fb;
  color: white;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn-read:hover {
  background: #1b74fb;
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .ebook-img {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
  .ebook-hero::after {
    display: none;
  }
  .ebook-features {
    flex-direction: column;
  }
}

.mindmap-hero {
  min-height: 85vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.97)),
    url("/_next/static/media/banner-mind-map.13710615.webp") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 90px;
  padding-top: 90px;
}

.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #ed7d39;
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 5.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #ed7d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
  color: #e2e8f0;
}

/* Mindmap Cards */
.mindmap-section {
  padding: 140px 0;
  background: white;
}

.mindmap-card {
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
}
.mindmap-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 35px 90px rgb(191 187 185 / 22%);
}

.mindmap-img {
  height: 320px;
  overflow: hidden;
}
.mindmap-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.mindmap-card:hover .mindmap-img img {
  transform: scale(1.1);
}

.mindmap-body {
  padding: 2.5rem;
}

.mindmap-title {
  font-size: 1.7rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1.2rem;
  line-height: 1.4;
}

.mindmap-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.btn-view {
  background: #1b74fb;
  color: white;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  box-shadow: 0 10px 30px rgb(255 255 255 / 30%);
}
.btn-view:hover {
  background: #d96c2f;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(237, 125, 57, 0.4);
}

/* Sidebar */
.sidebar-widget {
  background: #0f172a;
  color: white;
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
}
.sidebar-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.sidebar-link {
  color: #ed7d39;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
}
.sidebar-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4.2rem;
  }
  .mindmap-img {
    height: 260px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
}

.jagrookta-hero {
  min-height: 90vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.97)),
    url("/_next/static/media/jaagrooktabanner.6769e5d4.webp") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 89px;
  padding-top: 110px;
}

.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: white;
}
.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 53px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #ed7d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: math-auto;
}

.hero-date {
  font-size: 1.3rem;
  color: #94a3b8;
  font-style: italic;
}

/* About Section */
.about-section {
  padding: 120px 0;
  background: white;
}

.about-text {
  font-size: 1.3rem;
  line-height: 1.9;
  color: #475569;
  max-width: 800px;
  margin: 0 auto;
}

.about-text b {
  color: #0f172a;
  font-weight: 700;
}

.book-img {
  border-radius: 32px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}
.book-img:hover {
  transform: translateY(-15px);
}

.sample-report {
  color: #1b74fb;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
  margin-top: 1.5rem;
}
.sample-report:hover {
  text-decoration: underline;
}

/* Form Section */
.form-section {
  padding: 100px 0;
  background: #f8faff;
}

.form-card {
  background: white;
  border-radius: 32px;
  padding: 3rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.form-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}

.form-control {
  border-radius: 16px;
  padding: 1rem 1.5rem;
  border: 2px solid #e2e8f0;
}
.form-control:focus {
  border-color: #ed7d39;
  box-shadow: 0 0 0 0.25rem rgba(237, 125, 57, 0.2);
}

.btn-submit {
  background: #1b74fb;
  color: white;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 700;
  width: 100%;
  font-size: 1.2rem;
  border: none;
  transition: all 0.4s;
}
.btn-submit:hover {
  background: #d96c2f;
  transform: translateY(-5px);
}

/* Contact Section */
.contact-section {
  padding: 100px 0;
  background: #0f172a;
  color: white;
}

.contact-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 3rem;
  text-align: center;
  transition: all 0.4s;
}
.contact-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

.expert-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #ed7d39;
  margin-bottom: 1.5rem;
}

.btn-call,
.btn-email {
  display: inline-block;
  background: #1572fc;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  margin: 0.8rem;
  font-weight: 700;
  transition: all 0.4s;
  font-size: 1.1rem;
}
.btn-call:hover,
.btn-email:hover {
  background: #d96c2f;
  transform: translateY(-5px);
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4rem;
  }
  .hero-subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.2rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
  .book-img {
    margin: 2rem 0;
  }
}

.case-hero {
  min-height: 85vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.97)),
    url("https://kratikal.com/static/Casestudybanne.webp") center/cover
      no-repeat fixed;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.breadcrumb-glass {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 0.8rem 2rem;
  font-weight: 600;
}
.breadcrumb-glass a {
  color: #cbd5e1;
  text-decoration: none;
}
.breadcrumb-glass a:hover {
  color: white;
}
.breadcrumb-glass .active {
  color: #ed7d39;
}

.hero-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.hero-title {
  font-size: 5.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #60a5fa, #ed7d39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: 1.9rem;
  font-weight: 500;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  color: #e2e8f0;
}

/* Tabs */
.nav-tabs {
  border: none;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  gap: 1rem;
}
.nav-tabs .nav-link {
  color: #475569;
  font-weight: 600;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  white-space: nowrap;
  transition: all 0.4s;
}
.nav-tabs .nav-link.active {
  background: #1b74fb;
  color: white;
}
.nav-tabs .nav-link:hover {
  background: rgba(237, 125, 57, 0.1);
  color: #ed7d39;
}

/* Case Study Cards */
.case-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 100%;
  position: relative;
}
.case-card:hover {
  transform: translateY(-20px);
  box-shadow: 0 30px 80px rgb(187 185 185 / 22%);
}

.case-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.case-card:hover .case-img img {
  transform: scale(1.1);
}

.badge-latest {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #1d75fb;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 2;
}

.case-body {
  padding: 2rem;
}

.case-badge {
  display: inline-block;
  background: #2e7df875;
  color: black;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.case-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.case-desc {
  color: #475569;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.case-meta {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-readmore {
  background: #1c74fb;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  box-shadow: 0 8px 25px rgb(212 202 196 / 30%);
}
.btn-readmore:hover {
  background: #1b74fb;
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgb(183 183 183 / 40%);
}

/* Sidebar */
.sidebar-widget {
  background: #0f172a;
  color: white;
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
}
.sidebar-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.sidebar-link {
  color: #ed7d39;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.1rem;
}
.sidebar-link:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .hero-title {
    font-size: 4.2rem;
  }
  .case-img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 3.5rem;
  }
  .breadcrumb-glass {
    position: static;
    transform: none;
    margin-bottom: 2rem;
  }
  .nav-tabs {
    justify-content: start;
  }
}

.about-title {
  font-size: 47px;
}
.mv-content h4 {
  font-size: 17px;
}
.mv-content p {
  font-size: 15px;
}
.cta-banner .btn {
  /* padding: 10px 20px;
    border-radius: 41px; */
  font-size: 15px;
}



/* contact style */

    :root {
      --kratikal-red: #e31e24;
      --kratikal-dark: #1a1a2e;
      --kratikal-navy: #0f172a;
      --kratikal-green: #10b981;
      --bg-light: #f1f5f9;
      --text-muted: #64748b;
      --radius: 16px;
      --shadow: 0 4px 24px rgba(0,0,0,.08);
      --shadow-lg: 0 12px 48px rgba(0,0,0,.12);
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }


    /* ===== HERO SECTION ===== */
    .contact-hero-section {
      background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
      padding: 100px 0 120px;
      position: relative;
      overflow: hidden;
    }
    .contact-hero-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(227,30,36,.2) 0%, transparent 70%);
      border-radius: 50%;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,.1);
      color: #fff;
      padding: 8px 20px;
      border-radius: 50px;
      font-size: 14px;
      backdrop-filter: blur(10px);
      margin-bottom: 24px;
    }
    .contact-hero-title {
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 20px;
    }
    .hero-title .highlight { color: var(--kratikal-red); }
  .hero-subtitle1 {
    color: rgba(255,255,255,.7);
    font-size: 17px;
    max-width: 100%;
    line-height: 1.7;
    margin: 0px;
    margin-bottom: 7px;
}
    .hero-img-wrapper {
      position: relative;
      z-index: 2;
    }
    .hero-img-wrapper img {
      border-radius: var(--radius);
      box-shadow: var(--shadow-lg);
      transform: perspective(1000px) rotateY(-8deg);
      transition: var(--transition);
    }
    .hero-img-wrapper:hover img {
      transform: perspective(1000px) rotateY(0deg);
    }
    .hero-wave {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 80px;
      background: var(--bg-light);
      border-radius: 80px 80px 0 0;
    }

    /* ===== CONTACT INFO CARDS ===== */
    .info-cards-section { margin-top: -60px; position: relative; z-index: 5; }
    .info-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 32px 24px;
      text-align: center;
      box-shadow: var(--shadow);
      border: 1px solid rgba(0,0,0,.06);
      transition: var(--transition);
      height: 100%;
    }
    .info-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--shadow-lg);
      border-color: var(--kratikal-red);
    }
    .info-card .icon-box {
      width: 64px;
      height: 64px;
      border-radius: 20px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
      font-size: 28px;
    }
    .info-card.service .icon-box { background: linear-gradient(135deg, #fef2f2, #fee2e2); color: var(--kratikal-red); }
    .info-card.product .icon-box { background: linear-gradient(135deg, #eff6ff, #dbeafe); color: #2563eb; }
    .info-card.career .icon-box { background: linear-gradient(135deg, #f0fdf4, #dcfce7); color: #16a34a; }
    .info-card.usa .icon-box { background: linear-gradient(135deg, #fffbeb, #fef3c7); color: #d97706; }
    .info-card h6 {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 8px;
    }
    .info-card a {
      color: var(--text-muted);
      text-decoration: none;
      font-size: 0.92rem;
      transition: var(--transition);
    }
    .info-card a:hover { color: var(--kratikal-red); }


    /* ══════════════════════════════════════════
   CONTACT SECTION - Modern Design
══════════════════════════════════════════ */

.contact-section-modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.contact-section-modern::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(148, 5, 133, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* Section Header */
.contact-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.contact-section-title {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-section-description {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Introduction Box */
.contact-intro-box {
    background: linear-gradient(135deg, rgba(148, 5, 133, 0.05) 0%, rgba(225, 134, 34, 0.05) 100%);
    border-left: 4px solid;
    border-image: linear-gradient(135deg, #940585 0%, #E18622 100%);
    border-image-slice: 1;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.contact-intro-text {
    font-size: 16px;
    color: #495057;
    line-height: 1.8;
    margin: 0;
}

/* Benefits Grid */
.contact-benefits-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 40px;
}

.contact-benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 25px;
    background: white;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.contact-benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border-color: #940585;
}

.contact-benefit-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-benefit-icon svg {
    color: white;
}

.contact-benefit-item:hover .benefit-icon {
    transform: scale(1.1) rotate(5deg);
}

.contact-benefit-content {
    flex: 1;
}

.contact-benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.contact-benefit-description {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px;
    background: white;
    border-radius: 16px;
    border: 2px dashed #e9ecef;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.trust-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(148, 5, 133, 0.1) 0%, rgba(225, 134, 34, 0.1) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon svg {
    background: linear-gradient(135deg, #940585 0%, #E18622 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Contact Form Wrapper */
.contact-form-wrapper {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
    border: 1px solid #e9ecef;
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 35px;
}

.form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(148, 5, 133, 0.3);
}

.form-icon svg {
    color: white;
}

.form-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}

/* Modern Form Group */
.form-group-modern {
    position: relative;
    margin-bottom: 25px;
}

.form-control-modern {
    width: 100%;
    padding: 16px 20px;
    font-size: 15px;
    color: #1a1a1a;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    transition: all 0.3s ease;
    outline: none;
}

.form-control-modern:focus {
    background: white;
    border-color: #940585;
    box-shadow: 0 0 0 4px rgba(148, 5, 133, 0.1);
}

.form-control-modern:focus + .form-label-modern,
.form-control-modern:not(:placeholder-shown) + .form-label-modern {
    top: -10px;
    left: 12px;
    font-size: 12px;
    background: white;
    padding: 0 8px;
    color: #940585;
}

.form-label-modern {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 15px;
    color: #6c757d;
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
}

.form-label-modern .required {
    color: #dc3545;
    margin-left: 2px;
}

textarea.form-control-modern {
    resize: vertical;
    min-height: 100px;
}

/* Submit Button */
.btn-submit-modern {
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #940585 0%, #80207e 100%);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(148, 5, 133, 0.3);
    cursor: pointer;
}
.btn-submit-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(148, 5, 133, 0.4);
}

.btn-submit-modern svg {
    transition: transform 0.3s ease;
}

.btn-submit-modern:hover svg {
    transform: translateX(5px);
}

/* Privacy Note */
.form-privacy-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6c757d;
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
}

.form-privacy-note svg {
    color: #940585;
}

/* reCAPTCHA Container */
.g-recaptcha {
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .contact-form-wrapper {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

    .benefit-item {
        flex-direction: column;
        text-align: center;
    }

    .benefit-icon {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .contact-section-modern {
        padding: 60px 0;
    }

    .contact-section-title {
        font-size: 32px;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .benefits-grid {
        gap: 20px;
    }

    .trust-indicators {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .contact-section-title {
        font-size: 28px;
    }

    .form-title {
        font-size: 22px;
    }

    .benefit-title {
        font-size: 18px;
    }
}

/*     
    .form-section { padding: 80px 0; }
    .section-header { text-align: center; margin-bottom: 48px; }
    .section-header h2 {
      font-size: 2.2rem;
      font-weight: 800;
      margin-bottom: 25px;
    }
    .section-header p { color: var(--text-muted); font-size: 1.05rem; }

    .form-wrapper {
      background: #fff;
      border-radius: var(--radius);
      padding: 48px;
      box-shadow: var(--shadow);
    }
    .form-label {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 8px;
      color: var(--kratikal-dark);
    }
    .form-label .req { color: var(--kratikal-red); }
    .form-control-custom {
      border: 2px solid #e2e8f0;
      border-radius: 12px;
      padding: 14px 18px;
      font-size: 15px;
      transition: var(--transition);
      background: #f8fafc;
    }
    .form-control-custom:focus {
      border-color: var(--kratikal-red);
      box-shadow: 0 0 0 4px rgba(227,30,36,.1);
      background: #fff;
    }
    .input-group-custom { position: relative; }
    .input-group-custom .input-icon {
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--text-muted);
      z-index: 5;
    }
    .input-group-custom .form-control-custom { padding-left: 48px; }
    .input-group-custom textarea.form-control-custom { padding-left: 18px; }

  
    .phone-input-wrapper {
      display: flex;
      gap: 12px;
      align-items: center;
    }
    .country-code {
      display: flex;
      align-items: center;
      gap: 6px;
      background: #f8fafc;
      border: 2px solid #e2e8f0;
      border-radius: 12px;
      padding: 12px 14px;
      min-width: 110px;
    }
    .country-code img { width: 24px; height: 16px; border-radius: 3px; }
    .country-code select {
      border: none;
      background: transparent;
      font-weight: 600;
      font-size: 14px;
    }

    
    .chip-group { display: flex; flex-wrap: wrap; gap: 10px; }
    .chip {
      position: relative;
      cursor: pointer;
    }
    .chip input { display: none; }
    .chip span {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 50px;
      border: 2px solid #e2e8f0;
      font-size: 14px;
      font-weight: 500;
      transition: var(--transition);
      background: #fff;
    }
    .chip input:checked + span {
      background: var(--kratikal-red);
      color: #fff;
      border-color: var(--kratikal-red);
    }

    .btn-submit {
      background: linear-gradient(135deg, var(--kratikal-red), #b91c1c);
      color: #fff;
      border: none;
      padding: 16px 40px;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 700;
      transition: var(--transition);
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }
    .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 32px rgba(227,30,36,.4);
      color: #fff;
    }

   
select.form-control-custom,
.select-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  min-height: 44px !important;
  width: 100% !important;
  overflow: visible !important;
  z-index: 9999 !important;
  border: 2px solid lime !important; 
}


    .info-panel {
      background: linear-gradient(160deg, var(--kratikal-navy), #1e293b);
      border-radius: var(--radius);
      padding: 48px 36px;
      color: #fff;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .info-panel::before {
      content: '';
      position: absolute;
      top: -30%;
      right: -30%;
      width: 300px;
      height: 300px;
      background: radial-gradient(circle, rgba(227,30,36,.3), transparent 70%);
      border-radius: 50%;
    }
    .info-panel h3 {
      font-weight: 800;
      font-size: 1.6rem;
      margin-bottom: 8px;
      position: relative;
    }
    .info-panel .tagline {
      color: rgba(255,255,255,.5);
      margin-bottom: 36px;
      position: relative;
    }
    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 16px 0;
      border-bottom: 1px solid rgba(255,255,255,.1);
      position: relative;
    }
    .contact-item:last-child { border-bottom: none; }
.contact-item .ci-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgb(123 41 133 / 82%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
    .contact-item strong { display: block; font-size: 14px; color: rgba(255,255,255,.6); }
    .contact-item a { color: #fff; text-decoration: none; font-weight: 600; font-size: 15px; }
    .contact-item a:hover { color: var(--kratikal-red); }

    .social-links { display: flex; gap: 12px; margin-top: 32px; position: relative; }
    .social-btn {
      width: 48px; height: 48px;
      border-radius: 14px;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.15);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      transition: var(--transition);
      font-size: 20px;
    }
    .social-btn:hover {
      background: var(--kratikal-red);
      border-color: var(--kratikal-red);
      transform: translateY(-3px);
      color: #fff;
    } */

    /* ===== LOCATIONS SECTION ===== */
    .locations-section { padding: 60px 0 100px; background: #fff; }
    .loc-card {
      background: var(--bg-light);
      border-radius: var(--radius);
      padding: 28px 24px;
      text-align: center;
      border: 2px solid transparent;
      transition: var(--transition);
      height: 100%;
    }
    .loc-card:hover {
      border-color: var(--kratikal-red);
      transform: translateY(-4px);
    }
    .loc-card .flag-img { width: 36px; height: 24px; border-radius: 4px; margin-bottom: 12px; }
    .loc-card h6 {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 4px;
    }
    .loc-card .city { color: var(--kratikal-red); font-weight: 600; font-size: 14px; }
    .loc-card .address {
      color: var(--text-muted);
      font-size: 13px;
      margin-top: 12px;
      line-height: 1.5;
    }
    .loc-icon {
      width: 56px; height: 56px;
      border-radius: 16px;
      background: rgba(227,30,36,.1);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--kratikal-red);
      font-size: 24px;
      margin-bottom: 16px;
    }

    /* ===== MAP ===== */
    .map-section { position: relative; }
    .map-container {
      height: 400px;
      border-radius: var(--radius);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 991px) {
      .info-panel { margin-top: 32px; }
    }
    @media (max-width: 576px) {
      .form-wrapper { padding: 28px 18px; }
      .hero-section { padding: 60px 0 80px; }
    }

    /* Animations */
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }
    .float-anim { animation: float 4s ease-in-out infinite; }







    /* mobil-application css */

     :root {
      --primary: #1a73e8;
      --primary-dark: #1558b0;
      --secondary: #0f172a;
      --accent: #06b6d4;
      --gradient: linear-gradient(135deg, #0f172a 0%, #1a1f3c 50%, #0f2952 100%);
      --card-bg: #ffffff;
      --text-dark: #0f172a;
      --text-muted: #64748b;
      --border: #e2e8f0;
      --success: #10b981;
    }

    body {
      /* font-family: 'Inter', sans-serif; */
      color: var(--text-dark);
      background: #f8fafc;
    }

    /* ===== BREADCRUMB ===== */
    .breadcrumb-bar {
      background: #0f172a;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .breadcrumb-bar .container {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 13px;
      color: rgba(255,255,255,0.6);
    }

    .breadcrumb-bar a {
      color: rgba(255,255,255,0.6);
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 5px;
      transition: color 0.2s;
    }

    .breadcrumb-bar a:hover {
      color: #fff;
    }

    .breadcrumb-bar .separator {
      color: rgba(255,255,255,0.3);
    }

    .breadcrumb-bar .current {
      color: var(--accent);
    }





    /* ===== HERO SECTION ===== */
    .mobile-hero {
      background: linear-gradient(135deg, #0f172a 0%, #1a1f3c 50%, #0f2952 100%);
      padding: 90px 0 80px;
      position: relative;
      overflow: hidden;
    }

    .mobile-hero::before {
      content: '';
      position: absolute;
      top: -100px;
      right: -100px;
      width: 500px;
      height: 500px;
      background: radial-gradient(circle, rgba(26,115,232,0.15) 0%, transparent 70%);
      border-radius: 50%;
    }

    .mobile-hero::after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -80px;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 70%);
      border-radius: 50%;
    }

    .mobile-hero .container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      position: relative;
      z-index: 2;
    }

    .mobile-hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(6,182,212,0.15);
      border: 1px solid rgba(6,182,212,0.3);
      color: var(--accent);
      padding: 6px 14px;
      border-radius: 50px;
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 20px;
    }

    .mobile-hero h1 {
      font-size: 48px;
      font-weight: 800;
      color: #fff;
      line-height: 1.15;
      margin-bottom: 20px;
    }

    /* .mobile-hero h1 span {
      background: linear-gradient(135deg, #06b6d4, #1a73e8);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    } */

    .mobile-hero p {
      font-size: 17px;
      color: rgba(255,255,255,0.7);
      line-height: 1.7;
      margin-bottom: 36px;
    }

    .mobile-hero-btns {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5568BA;
    color: #fff;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-primary:hover {
      background: #1558b0;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(26,115,232,0.35);
    }

    .btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: #fff;
      padding: 13px 24px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      border: 1px solid rgba(255,255,255,0.3);
      cursor: pointer;
      transition: all 0.3s;
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.1);
      border-color: rgba(255,255,255,0.6);
    }

    .mobile-hero-stats {
      display: flex;
      gap: 28px;
      margin-top: 40px;
    }

    .stat-item {
      text-align: center;
    }

    .stat-item strong {
      display: block;
      font-size: 26px;
      font-weight: 800;
      color: #fff;
    }

    .stat-item span {
      font-size: 12px;
      color: rgba(255,255,255,0.55);
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .mobile-hero-visual {
      position: relative;
    }

    .mobile-hero-img-wrap {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 30px 80px rgba(0,0,0,0.4);
      border: 1px solid rgba(255,255,255,0.1);
    }

    .mobile-hero-img-wrap img {
      width: 100%;
      height: auto;
      display: block;
    }

    .mobile-floating-card {
      position: absolute;
      background: rgba(255,255,255,0.95);
      backdrop-filter: blur(10px);
      border-radius: 12px;
      padding: 14px 18px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .mobile-floating-card.card1 {
      bottom: -20px;
      left: -30px;
    }

    .mobile-floating-card.card2 {
      top: -20px;
      right: -20px;
    }

    .mobile-floating-card .fc-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
    }

    .fc-icon.green { background: #dcfce7; color: #16a34a; }
    .fc-icon.blue  { background: #dbeafe; color: #1a73e8; }

    .mobile-floating-card .fc-text strong {
      display: block;
      font-size: 13px;
      font-weight: 700;
      color: #0f172a;
    }

    .mobile-floating-card .fc-text span {
      font-size: 11px;
      color: #64748b;
    }

    /* ===== CONTAINER ===== */
    .container {
      /* max-width: 1180px; */
      margin: 0 auto;
      padding: 0 24px;
    }

    /* ===== SECTION STYLES ===== */
    .section {
      padding: 80px 0;
    }

    .section-tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #eff6ff;
      color: var(--primary);
      padding: 5px 12px;
      border-radius: 50px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 14px;
    }

    .section-title {
      font-size: 36px;
      font-weight: 800;
      color: var(--secondary);
      line-height: 1.25;
      margin-bottom: 16px;
    }

    .section-title span {
      color: var(--primary);
    }

    .section-sub {
      font-size: 16px;
      color: var(--text-muted);
      line-height: 1.7;
      max-width: 620px;
    }

    /* ===== OVERVIEW SECTION ===== */
    .overview-section {
      background: #fff;
    }

    .overview-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 70px;
      align-items: center;
    }

    .overview-content p {
      font-size: 15.5px;
      color: #475569;
      line-height: 1.8;
      margin-bottom: 16px;
    }

    .overview-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #f1f5f9;
      color: #334155;
      padding: 7px 14px;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
    }

    .tag i { color: var(--primary); }

    .overview-img {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    }

    .overview-img img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* ===== FEATURES ===== */
    .features-section {
      background: #f8fafc;
    }

    .features-header {
      text-align: center;
      margin-bottom: 54px;
    }

    .features-header .section-sub {
      margin: 0 auto;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .feature-card1 {
      background: #fff;
      border-radius: 16px;
      padding: 32px 28px;
      border: 1px solid var(--border);
      transition: all 0.3s;
      position: relative;
      overflow: hidden;
    }

    .feature-card1::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      transform: scaleX(0);
      transition: transform 0.3s;
    }

    .feature-card1:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 50px rgba(0,0,0,0.1);
      border-color: transparent;
    }

    .feature-card1:hover::before {
      transform: scaleX(1);
    }

    .fc-icon-wrap {
      width: 54px;
      height: 54px;
      border-radius: 12px;
      background: linear-gradient(135deg, #eff6ff, #dbeafe);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: var(--primary);
      margin-bottom: 20px;
    }

    .feature-card1 h3 {
      font-size: 17px;
      font-weight: 700;
      color: var(--secondary);
      margin-bottom: 10px;
    }

    .feature-card1 p {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.7;
    }

    /* ===== APPROACH SECTION ===== */
    .approach-section {
      background: #fff;
    }

    .approach-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .approach-header .section-sub {
      margin: 0 auto;
    }

    .steps-wrapper {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 0;
      position: relative;
      margin-bottom: 60px;
    }

    .steps-wrapper::before {
      content: '';
      position: absolute;
      top: 36px;
      left: 10%;
      right: 10%;
      height: 2px;
      background: linear-gradient(90deg, var(--primary), var(--accent));
      z-index: 0;
    }

    .step-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      cursor: pointer;
      position: relative;
      z-index: 1;
    }

    .step-circle {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #f1f5f9;
      border: 3px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      color: var(--text-muted);
      margin-bottom: 14px;
      transition: all 0.3s;
    }

    .step-item.active .step-circle,
    .step-item:hover .step-circle {
      background: linear-gradient(135deg, var(--primary), var(--accent));
      border-color: transparent;
      color: #fff;
      box-shadow: 0 8px 25px rgba(26,115,232,0.35);
    }

    .step-item h4 {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-muted);
      line-height: 1.4;
      transition: color 0.3s;
    }

    .step-item.active h4,
    .step-item:hover h4 {
      color: var(--primary);
    }

    .step-content {
      display: none;
      background: #f8fafc;
      border-radius: 20px;
      padding: 50px;
      border: 1px solid var(--border);
    }

    .step-content.active {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center;
      animation: fadeIn 0.4s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .step-content-img {
      border-radius: 14px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

    .step-content-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .step-content-text h3 {
      font-size: 24px;
      font-weight: 700;
      color: var(--secondary);
      margin-bottom: 16px;
    }

    .step-content-text p {
      font-size: 15px;
      color: #475569;
      line-height: 1.8;
      margin-bottom: 24px;
    }

    /* ===== MOBILE ACCORDION ===== */
    .mobile-accordion {
      display: none;
    }

    .accordion-item {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
    }

    .accordion-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 22px;
      cursor: pointer;
      font-weight: 600;
      font-size: 15px;
      color: var(--secondary);
      gap: 14px;
    }

    .accordion-header .acc-icon {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: #eff6ff;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      font-size: 15px;
      flex-shrink: 0;
    }

    .accordion-header .acc-title {
      flex: 1;
    }

    .accordion-header .acc-arrow {
      color: var(--text-muted);
      transition: transform 0.3s;
    }

    .accordion-item.open .acc-arrow {
      transform: rotate(180deg);
    }

    .accordion-body {
      display: none;
      padding: 0 22px 22px;
      font-size: 14.5px;
      color: #475569;
      line-height: 1.8;
      border-top: 1px solid var(--border);
      padding-top: 18px;
    }

    .accordion-item.open .accordion-body {
      display: block;
    }

    /* ===== FRAMEWORKS ===== */
    .frameworks-section {
      background: var(--gradient);
      padding: 80px 0;
    }

    .frameworks-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .frameworks-header .section-title {
      color: #fff;
    }

    .frameworks-header .section-sub {
      color: rgba(255,255,255,0.6);
      margin: 0 auto;
    }

    .frameworks-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    .framework-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 16px;
      padding: 28px 22px;
      text-align: center;
      transition: all 0.3s;
      backdrop-filter: blur(10px);
    }

    .framework-card:hover {
      background: rgba(255,255,255,0.12);
      transform: translateY(-4px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

    .framework-icon {
      width: 60px;
      height: 60px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #fff;
      margin: 0 auto 16px;
    }

    .framework-card h4 {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 8px;
    }

    .framework-card p {
      font-size: 13px;
      color: rgba(255,255,255,0.55);
      line-height: 1.6;
    }

    /* ===== CTA SECTION ===== */
    .cta-section {
      background: #f8fafc;
      padding: 80px 0;
    }

    .cta-box {
      background: linear-gradient(135deg, var(--primary), #0e47a1);
      border-radius: 24px;
      padding: 64px;
      display: grid;
      grid-template-columns: 1fr auto;
      align-items: center;
      gap: 40px;
      position: relative;
      overflow: hidden;
    }

    .cta-box::before {
      content: '';
      position: absolute;
      right: -60px;
      top: -60px;
      width: 280px;
      height: 280px;
      background: rgba(255,255,255,0.05);
      border-radius: 50%;
    }

    .cta-box::after {
      content: '';
      position: absolute;
      left: -40px;
      bottom: -80px;
      width: 220px;
      height: 220px;
      background: rgba(255,255,255,0.05);
      border-radius: 50%;
    }

    .cta-text h2 {
      font-size: 32px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 12px;
    }

    .cta-text p {
      font-size: 16px;
      color: rgba(255,255,255,0.75);
    }

    .cta-actions {
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex-shrink: 0;
      position: relative;
      z-index: 1;
    }

    .btn-white {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      color: var(--primary);
      padding: 13px 24px;
      border-radius: 8px;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      white-space: nowrap;
      transition: all 0.3s;
    }

    .btn-white:hover {
      background: #f0f4ff;
      transform: translateY(-2px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      color: #fff;
      padding: 13px 24px;
      border-radius: 8px;
      font-weight: 600;
      font-size: 14px;
      text-decoration: none;
      border: 1px solid rgba(255,255,255,0.4);
      cursor: pointer;
      white-space: nowrap;
      transition: all 0.3s;
    }

    .btn-ghost:hover {
      background: rgba(255,255,255,0.1);
    }



  .urgent-card {
    border-left: 6px solid #7936e9;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
    .urgent-icon {
      font-size: 2.5rem;
      color: #dc3545;
    }
    .contact-btn {
      min-width: 160px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .features-grid {
        grid-template-columns: repeat(2, 1fr);
      }

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

      .steps-wrapper::before {
        display: none;
      }

      .frameworks-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      .hero .container {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .hero h1 {
        font-size: 32px;
      }

      .hero-visual {
        display: none;
      }

      .overview-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

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

      .steps-wrapper {
        display: none;
      }

      .step-content.active {
        grid-template-columns: 1fr;
      }

      .mobile-accordion {
        display: block;
      }

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

      .cta-box {
        grid-template-columns: 1fr;
        padding: 40px 28px;
        text-align: center;
      }

      .cta-actions {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
      }

      .section-title {
        font-size: 26px;
      }

      .hero-stats {
        gap: 20px;
      }
    }

    @media (max-width: 480px) {
      .frameworks-grid {
        grid-template-columns: 1fr;
      }

      .hero-btns {
        flex-direction: column;
      }

      .hero-stats {
        flex-wrap: wrap;
      }
    }


    /* soc2 css */

    .section-padding {
    padding: 80px 0;
}
.hero {
    background: #f8f9fa;
    padding: 100px 0;
}
.counter-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    text-align: center;
}
.benefit-box {
    padding: 25px;
    border-radius: 10px;
    background: #f8f9fa;
    height: 100%;
    transition: 0.3s;
}
.benefit-box:hover {
    background: #0d6efd;
    color: white;
}
.cta-section {
    background: #0d6efd;
    color: white;
    padding: 60px 0;
}



/* soc2 css */

   :root {
            --primary-color: #2563eb; /* Royal Blue */
            --secondary-color: #1e293b; /* Slate Dark */
            --accent-color: #0ea5e9; /* Sky Blue */
            --light-bg: #f8fafc;
            --text-muted: #64748b;
            --gradient-main: linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%);
            --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
            --shadow-hover: 0 20px 40px -5px rgba(0, 0, 0, 0.15);
        }


         /* --- Hero Section --- */
  .soc2-hero-section {
    background: radial-gradient(circle at top right, #e0f2fe, transparent 40%), 
                        radial-gradient(circle at bottom left, #dbeafe, transparent 40%);
    padding: 100px 0 80px;
    margin-top: 46px;
}
        .soc2-hero-title {
            font-size: 3rem;
            background: var(--gradient-main);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.2;
        }

        /* --- Section Styling --- */
        .soc2-section {
            padding: 80px 0;
        }
        .section-header {
            margin-bottom: 50px;
        }
        .soc2-section-subtitle {
            color: var(--primary-color);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.85rem;
            display: block;
            margin-bottom: 10px;
        }
        .soc2-section-title {
            font-size: 2.25rem;
            position: relative;
            display: inline-block;
        }
        
        /* --- Cards & Boxes --- */
        .soc2-custom-card {
            background: #fff;
            border: none;
            border-radius: 16px;
            box-shadow: var(--shadow-card);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
            overflow: hidden;
        }
        .soc2-custom-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-hover);
        }
        
        .soc2-icon-box {
            width: 60px;
            height: 60px;
            background: rgba(37, 99, 235, 0.1);
            color: var(--primary-color);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
        }

        /* --- Methodology Split --- */
        .soc2-method-split {
            border-left: 4px solid var(--primary-color);
            padding-left: 20px;
            margin-bottom: 25px;
            background: var(--light-bg);
            padding: 25px;
            border-radius: 0 12px 12px 0;
        }
        .type-2 { border-color: #10b981; } /* Green for Type 2 */

        /* --- Approach Steps --- */
        .soc2-step-item {
            position: relative;
            padding-left: 0;
            margin-bottom: 30px;
        }
        .step-number {
            position: absolute;
            left: -20px;
            top: 0;
            width: 40px;
            height: 40px;
            background: var(--secondary-color);
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            z-index: 2;
        }
        .soc2-step-line {
            position: absolute;
            left: 0;
            top: 40px;
            bottom: -35px;
            width: 2px;
            background: #e2e8f0;
            z-index: 1;
        }
        .soc2-step-item:last-child .step-line { display: none; }
        .accordion-button:not(.collapsed) {
            color: var(--primary-color);
            background-color: rgba(37, 99, 235, 0.05);
            box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(0,0,0,.125);
        }
        .accordion-header { padding-right: 0; }

        /* --- Stats --- */
        .soc2-stat-card {
            background: var(--secondary-color);
            color: #fff;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .soc2-stat-card::before {
            content: '';
            position: absolute;
            top: 0; right: 0; bottom: 0; left: 0;
            background: var(--gradient-main);
            opacity: 0.1;
        }
        .soc2-stat-number {
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1;
            color: #fff;
            position: relative;
        }

        /* --- Buttons --- */
        .btn-gradient {
            background: var(--gradient-main);
            border: none;
            color: white;
            padding: 12px 35px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
        }
        .btn-gradient:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
            color: white;
        }

        /* --- Accordion Border Fix --- */
        .faq-accordion .accordion-item {
            border: 1px solid #e2e8f0;
            margin-bottom: 15px;
            border-radius: 12px !important;
            overflow: hidden;
        }
        .faq-accordion .accordion-body {
            padding-top: 15px;
        }

        a.btn.btn-outline-secondary.learn-btn {
    padding: 8px 35px;
    padding-top: 10px;
    border-radius: 48px;
}
section.soc2-Overview {
    padding: 30px 0px;
    height: 100%;
    width: 100%;
    margin: 63px 0px;
    margin-bottom: 64px;
}

.soc2-Overview-card h2 {
    color: #1672fb;
    font-weight: 700;
}
.soc2-Overview-card p {
    color: #878787;
    font-weight: 300;
}

.soc2-methodology {
    background: #f6f6f6;
    height: 100%;
    width: 100%;
    padding: 40px 0px;
    padding-bottom: 57px;
    margin-bottom: 30px;
}

h5.split-title {
    font-weight: 700;
    color: #307df7;
}
h5.split-title1 {
    color: #10b981;
    font-weight: 700;
}
ul.soc2-list-unstyled {
    padding-left: 0px;
    margin-top: 45px;
}

.Why-Organizations-section {
    height: 100%;
    width: 100%;
    padding: 30px 0px;
    padding-bottom: 50px;
}

/* Section headings (optional, align with your theme) */
.soc2-section-subtitle{
  display:inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e40af;
  font-weight: 700;
  font-size: .9rem;
}
.soc2-section-title{
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Gradient button */
.btn-gradient{
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #fff;
  border: 0;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(37,99,235,.18);
}
.btn-gradient:hover{ color:#fff; filter: brightness(.98); }

/* Old step-number (mobile accordion) */
.step-number{
  width: 32px; height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #e0e7ff;
  color: #1e40af;
  font-weight: 800;
}

/* Section headings (optional, align with your theme) */
.soc2-section-subtitle {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e40af;
    font-weight: 700;
    font-size: .9rem;
    width: fit-content;
    margin: 3px auto;
}
.soc2-section-title{
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Gradient button */
.btn-gradient{
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #fff;
  border: 0;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(37,99,235,.18);
}
.btn-gradient:hover{ color:#fff; filter: brightness(.98); }

/* Old step-number (mobile accordion) */
.step-number{
  width: 32px; height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #e0e7ff;
  color: #1e40af;
  font-weight: 800;
}

.approach-card {
    transition: all 0.3s ease;
    border-left: 4px solid transparent !important;
}
.approach-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
    border-left: 4px solid var(--primary-color) !important;
}
.approach-card-header {
    min-height: 80px;
}
.section-approach-title{
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
  .soc2-hero-title {
    font-size: 23px;
    background: var(--gradient-main);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
p.soc2-lead {
    font-size: 12px;
}
.btn-gradient {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
    color: #fff;
    border: 0;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(37,99,235,.18);
    font-size: 11px;
    padding: 10px 17px;
}
a.btn.btn-outline-secondary.learn-btn {
    padding: 8px 27px;
    padding-top: 8px;
    border-radius: 48px;
    font-size: 11px;
}
.rounded-4.soc2-Overview-card {
    padding: 31px 10px !important;
}
.soc2-Overview-card p {
    color: #878787;
    font-weight: 300;
    font-size: 13px !important;
}
.soc2-Overview-card h2 {
    color: #1672fb;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px !IMPORTANT;
}
section.soc2-Overview {
    padding: 22px 0px;
    height: 100%;
    width: 100%;
    margin: 19px 0px;
    margin-bottom: 18px;
}
.soc2-section-subtitle {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e40af;
    font-weight: 700;
    font-size: 10px;
    width: fit-content;
    margin: 3px auto;
}
.soc2-section-title {
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 24px;
}
.soc2-methodology p {
    font-size: 13px;
}
.soc2-method-split {
    border-left: 3px solid var(--primary-color);
    padding-left: 20px;
    margin-bottom: 25px;
    background: var(--light-bg);
    padding: 19px 10px;
    border-radius: 0 12px 12px 0;
}
h5.split-title {
    font-weight: 700;
    color: #307df7;
    font-size: 14px;
}
.soc2-method-split p {
    font-size: 12px;
}
h5.split-title1 {
    color: #10b981;
    font-weight: 700;
    font-size: 15px;
}
.Why-Organizations-section {
    height: 100%;
    width: 100%;
    padding: 30px 0px;
    padding-bottom: 0px;
}
.section-header h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}
.section-approach-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.soc2-custom-card {
    background: #fff;
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-card);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: inherit;
    overflow: hidden;
    margin-bottom: 14px;
}
.soc2-icon-box {
    width: 48px;
    height: 46px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 17px;
}
.badge {
    display: inline-block;
    background: rgba(34, 197, 94, 0.15);
    color: #34d399;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid rgba(52, 211, 153, 0.3);
    margin-bottom: 11px;
}
.approach-card-header h4 {
    font-size: 18px !IMPORTANT;
}
.approach-card p {
    font-size: 12px;
    font-weight: 400;
}
.soc2-stat-number {
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: relative;
}
.soc2-stat-card p {
    color: white !important;
    font-size: 13px;
    padding-top: 10px;
}
}



/* network testing css */
* networking testing css */
  :root {
            --primary: #6C3BF5;
            --primary-dark: #5025d1;
            --primary-light: #ede8ff;
            --secondary: #0f1b4c;
            --accent: #00d4aa;
            --accent2: #ff6b35;
            --dark: #0a0e27;
            --gray-100: #f8f9fc;
            --gray-200: #edf0f7;
            --gray-300: #d1d5e4;
            --gray-600: #6b7294;
            --white: #ffffff;
            --gradient-1: linear-gradient(135deg, #6C3BF5 0%, #3b82f6 50%, #00d4aa 100%);
            --gradient-2: linear-gradient(135deg, #0a0e27 0%, #1a1f4e 100%);
            --shadow-sm: 0 2px 8px rgba(108, 59, 245, 0.08);
            --shadow-md: 0 8px 30px rgba(108, 59, 245, 0.12);
            --shadow-lg: 0 20px 60px rgba(108, 59, 245, 0.15);
            --shadow-card: 0 4px 20px rgba(0,0,0,0.06);
            --radius: 16px;
            --radius-sm: 10px;
            --radius-lg: 24px;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Lexend";
            color: var(--secondary);
            overflow-x: hidden;
            background: var(--white);
        }

        /* ===== SCROLLBAR ===== */
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: var(--gray-100); }
        ::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 10px; }

        /* ===== HERO SECTION ===== */
        .hero-section {
            position: relative;
            min-height: 92vh;
            display: flex;
            align-items: center;
            background: var(--gradient-2);
            overflow: hidden;
        }

        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 800px;
            height: 800px;
            background: radial-gradient(circle, rgba(108,59,245,0.3) 0%, transparent 70%);
            border-radius: 50%;
            animation: pulse-glow 6s ease-in-out infinite;
        }

        .hero-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0,212,170,0.2) 0%, transparent 70%);
            border-radius: 50%;
            animation: pulse-glow 8s ease-in-out infinite reverse;
        }

        @keyframes pulse-glow {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 1; }
        }

        .hero-grid-bg {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(108,59,245,0.05) 1px, transparent 1px),
                linear-gradient(90deg, rgba(108,59,245,0.05) 1px, transparent 1px);
            background-size: 60px 60px;
            mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
        }

        .hero-floating-shapes {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .floating-shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
        }

        .floating-shape:nth-child(1) {
            width: 300px; height: 300px;
            background: var(--primary);
            top: 10%; right: 5%;
            animation: float 12s ease-in-out infinite;
        }

        .floating-shape:nth-child(2) {
            width: 150px; height: 150px;
            background: var(--accent);
            bottom: 20%; left: 10%;
            animation: float 8s ease-in-out infinite reverse;
        }

        .floating-shape:nth-child(3) {
            width: 80px; height: 80px;
            background: var(--accent2);
            top: 40%; right: 30%;
            animation: float 10s ease-in-out infinite 2s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            33% { transform: translateY(-20px) rotate(5deg); }
            66% { transform: translateY(10px) rotate(-3deg); }
        }

        .breadcrumb-custom {
            position: relative;
            z-index: 2;
            margin-bottom: 2rem;
        }

        .breadcrumb-custom a {
            color: rgba(255,255,255,0.6);
            text-decoration: none;
            font-size: 0.85rem;
            transition: color 0.3s;
        }

        .breadcrumb-custom a:hover { color: var(--accent); }
        .breadcrumb-custom .separator { color: rgba(255,255,255,0.3); margin: 0 0.5rem; }
        .breadcrumb-custom .current { color: rgba(255,255,255,0.9); font-size: 0.85rem; }

        .hero-content { position: relative; z-index: 2; }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(108,59,245,0.15);
            border: 1px solid rgba(108,59,245,0.3);
            color: #a78bfa;
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            backdrop-filter: blur(10px);
        }

        .hero-badge i { font-size: 0.7rem; }

        .hero-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 900;
            color: var(--white);
            line-height: 1.1;
            margin-bottom: 1.5rem;
            letter-spacing: -1px;
        }

        .hero-title .gradient-text {
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-subtitle {
            font-size: 1.15rem;
            color: rgba(255,255,255,0.65);
            line-height: 1.7;
            max-width: 560px;
            margin-bottom: 2.5rem;
            font-weight: 300;
        }

        .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

        .btn-glow {
            padding: 14px 32px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 0.95rem;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
        }

        .btn-glow-primary {
            background: var(--gradient-1);
            color: var(--white);
            box-shadow: 0 8px 30px rgba(108,59,245,0.4);
        }

        .btn-glow-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 40px rgba(108,59,245,0.5);
            color: var(--white);
        }

        .btn-glow-outline {
            background: rgba(255,255,255,0.05);
            color: var(--white);
            border: 1px solid rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
        }

        .btn-glow-outline:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.4);
            transform: translateY(-3px);
            color: var(--white);
        }

        .hero-visual {
            position: relative;
            z-index: 2;
        }

        .hero-illustration {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            display: none;
        }

        .network-graphic {
            width: 100%;
            max-width: 500px;
            aspect-ratio: 1;
            position: relative;
        }

        .network-center {
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 120px; height: 120px;
            background: var(--gradient-1);
            border-radius: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 60px rgba(108,59,245,0.4);
            animation: rotate-slow 20s linear infinite;
            z-index: 3;
        }

        @keyframes rotate-slow {
            from { transform: translate(-50%, -50%) rotate(0deg); }
            to { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .network-center i {
            font-size: 3rem;
            color: white;
            animation: rotate-slow 20s linear infinite reverse;
        }

        .orbit {
            position: absolute;
            top: 50%; left: 50%;
            border: 1px dashed rgba(108,59,245,0.2);
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

        .orbit-1 { width: 250px; height: 250px; animation: spin 25s linear infinite; }
        .orbit-2 { width: 370px; height: 370px; animation: spin 35s linear infinite reverse; }
        .orbit-3 { width: 470px; height: 470px; animation: spin 45s linear infinite; }

        @keyframes spin {
            from { transform: translate(-50%, -50%) rotate(0deg); }
            to { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .orbit-dot {
            position: absolute;
            width: 40px; height: 40px;
            background: var(--dark);
            border: 2px solid var(--primary);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            font-size: 1rem;
            box-shadow: 0 0 20px rgba(108,59,245,0.3);
        }

        .orbit-1 .orbit-dot:nth-child(1) { top: -20px; left: 50%; transform: translateX(-50%); }
        .orbit-1 .orbit-dot:nth-child(2) { bottom: -20px; left: 50%; transform: translateX(-50%); }
        .orbit-1 .orbit-dot:nth-child(3) { top: 50%; right: -20px; transform: translateY(-50%); }

        .orbit-2 .orbit-dot:nth-child(1) { top: -20px; left: 30%; }
        .orbit-2 .orbit-dot:nth-child(2) { bottom: 10%; right: -20px; }
        .orbit-2 .orbit-dot:nth-child(3) { bottom: -20px; left: 40%; }

        .orbit-3 .orbit-dot:nth-child(1) { top: 15%; left: -20px; }
        .orbit-3 .orbit-dot:nth-child(2) { top: -20px; right: 30%; }
        .orbit-3 .orbit-dot:nth-child(3) { bottom: 20%; right: -20px; }

        .hero-stats {
            position: relative;
            z-index: 2;
            display: flex;
            gap: 2rem;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
        }

        .stat-item h3 {
            font-size: 2rem;
            font-weight: 800;
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .stat-item p {
            color: rgba(255,255,255,0.5);
            font-size: 0.85rem;
            margin-top: 2px;
        }

        /* ===== CLIENTS MARQUEE ===== */
        .clients-section {
            padding: 3rem 0;
            background: var(--gray-100);
            border-bottom: 1px solid var(--gray-200);
        }

        .clients-label {
            text-align: center;
            font-size: 0.85rem;
            color: var(--gray-600);
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 1.5rem;
        }

        .clients-label span {
            color: var(--primary);
            font-weight: 700;
        }

        .marquee-wrapper {
            overflow: hidden;
            position: relative;
            mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        }

        .marquee-track {
            display: flex;
            gap: 4rem;
            animation: marquee 30s linear infinite;
            width: max-content;
        }

        .marquee-track:hover { animation-play-state: paused; }

        @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        .client-logo {
            height: 35px;
            opacity: 0.4;
            filter: grayscale(100%);
            transition: all 0.4s;
            flex-shrink: 0;
        }

        .client-logo:hover {
            opacity: 1;
            filter: grayscale(0%);
            transform: scale(1.1);
        }

        /* ===== SECTION STYLES ===== */
        .section-padding { padding: 6rem 0; }
        .section-padding-sm { padding: 4rem 0; }

        .section-header {
            text-align: center;
            max-width: 100%;
            margin: 0 auto 4rem;
        }

        .section-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--primary-light);
            color: var(--primary);
            padding: 6px 18px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

    .section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.2;
    margin-bottom: 55px;
    letter-spacing: -0.5px;
}

        .section-title .highlight {
            background: var(--gradient-1);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .section-desc {
            color: var(--gray-600);
            font-size: 1.05rem;
            line-height: 1.8;
        }

        /* ===== OVERVIEW ===== */
        .overview-section { background: var(--white); }

        .overview-card {
            background: var(--gray-100);
            border-radius: var(--radius-lg);
            padding: 3rem;
            border: 1px solid var(--gray-200);
            position: relative;
            overflow: hidden;
        }

        .overview-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: var(--gradient-1);
        }

        .overview-text {
            color: var(--gray-600);
            font-size: 1.05rem;
            line-height: 1.9;
        }

        .overview-highlights {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .highlight-item {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .highlight-icon {
            width: 40px; height: 40px;
            min-width: 40px;
            background: var(--primary-light);
            color: var(--primary);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
        }

        .highlight-item h6 {
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .highlight-item p {
            font-size: 0.8rem;
            color: var(--gray-600);
            margin: 0;
        }

        /* ===== METHODOLOGY ===== */
        .methodology-section {
            background: var(--gray-100);
            position: relative;
        }

        .methodology-content h3 {
            font-size: 1.8rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            color: var(--secondary);
        }

        .methodology-content p {
            color: var(--gray-600);
            line-height: 1.8;
            margin-bottom: 1rem;
            font-size: 1rem;
        }

        .methodology-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 1.5rem;
        }

        .method-badge {
            background: var(--white);
            border: 1px solid var(--gray-200);
            padding: 8px 16px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 500;
            color: var(--secondary);
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .method-badge i { color: var(--primary); }

        .methodology-image {
            position: relative;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: var(--shadow-lg);
        }

        .methodology-image img {
            width: 100%;
            border-radius: var(--radius-lg);
        }

        .methodology-image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(108,59,245,0.1), transparent);
            border-radius: var(--radius-lg);
        }

        /* ===== APPROACH ===== */
        .approach-section { background: var(--white); }

        .approach-steps {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 0;
            position: relative;
        }

        .approach-step {
            position: relative;
            cursor: pointer;
            padding: 2rem 1.5rem;
            text-align: center;
            border: 1px solid var(--gray-200);
            background: var(--white);
            transition: all 0.4s;
        }

        .approach-step::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: var(--gray-200);
            transition: background 0.4s;
        }

        .approach-step.active::before,
        .approach-step:hover::before {
            background: var(--gradient-1);
        }

        .approach-step.active,
        .approach-step:hover {
            background: var(--primary-light);
            border-color: rgba(108,59,245,0.2);
        }

        .step-number {
            width: 50px; height: 50px;
            background: var(--gray-100);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.2rem;
            color: var(--gray-600);
            margin: 0 auto 1rem;
            transition: all 0.4s;
        }

        .approach-step.active .step-number,
        .approach-step:hover .step-number {
            background: var(--primary);
            color: var(--white);
            box-shadow: 0 8px 25px rgba(108,59,245,0.3);
        }

        .step-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--secondary);
            margin-bottom: 0.5rem;
        }

        .step-short {
            font-size: 0.8rem;
            color: var(--gray-600);
            line-height: 1.5;
        }

        .approach-content {
            margin-top: 3rem;
            background: var(--gray-100);
            border-radius: var(--radius-lg);
            overflow: hidden;
            border: 1px solid var(--gray-200);
        }

        .approach-panel {
            display: none;
            padding: 3rem;
            animation: fadeUp 0.5s ease;
        }

        .approach-panel.active { display: flex; }

        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(15px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .approach-panel-text h4 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--secondary);
        }

        .approach-panel-text p {
            color: var(--gray-600);
            line-height: 1.8;
            font-size: 0.95rem;
        }

        .approach-panel-img img {
            width: 100%;
            border-radius: var(--radius);
            box-shadow: var(--shadow-md);
        }

        /* ===== TESTING TYPES ===== */
        .types-section {
            background: var(--dark);
            position: relative;
            overflow: hidden;
        }

        .types-section::before {
            content: '';
            position: absolute;
            top: -200px; right: -200px;
            width: 500px; height: 500px;
            background: radial-gradient(circle, rgba(108,59,245,0.15), transparent 70%);
            border-radius: 50%;
        }

        .types-section .section-title { color: var(--white); }
        .types-section .section-desc { color: rgba(255,255,255,0.5); }

        .type-card {
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: var(--radius-lg);
            padding: 2.5rem;
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
            height: 100%;
        }

        .type-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 4px;
            background: var(--gradient-1);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .type-card:hover {
            background: rgba(255,255,255,0.06);
            border-color: rgba(108,59,245,0.3);
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }

        .type-card:hover::before { opacity: 1; }

        .type-icon {
            width: 70px; height: 70px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
        }

        .type-black .type-icon {
            background: rgba(255,255,255,0.05);
            color: #a78bfa;
            border: 1px solid rgba(167,139,250,0.2);
        }

        .type-grey .type-icon {
            background: rgba(59,130,246,0.1);
            color: #60a5fa;
            border: 1px solid rgba(96,165,250,0.2);
        }

        .type-white .type-icon {
            background: rgba(0,212,170,0.1);
            color: var(--accent);
            border: 1px solid rgba(0,212,170,0.2);
        }

        .type-card h3 {
            color: var(--white);
            font-size: 1.4rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .type-card p {
            color: rgba(255,255,255,0.5);
            line-height: 1.7;
            font-size: 0.9rem;
            margin-bottom: 0.8rem;
        }

        .type-features {
            list-style: none;
            padding: 0;
            margin-top: 1.5rem;
        }

        .type-features li {
            color: rgba(255,255,255,0.6);
            font-size: 0.85rem;
            padding: 6px 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .type-features li i {
            color: var(--accent);
            font-size: 0.7rem;
        }

        /* ===== BENEFITS ===== */
        .benefits-section {
            background: var(--white);
            position: relative;
        }

        .benefit-card {
            text-align: center;
            padding: 2.5rem 1.5rem;
            border-radius: var(--radius-lg);
            background: var(--white);
            border: 1px solid var(--gray-200);
            transition: all 0.4s;
            height: 100%;
            position: relative;
            overflow: hidden;
        }

        .benefit-card::after {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 3px;
            background: var(--gradient-1);
            opacity: 0;
            transition: opacity 0.4s;
        }

        .benefit-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
            border-color: rgba(108,59,245,0.15);
        }

        .benefit-card:hover::after { opacity: 1; }

        .benefit-icon {
            width: 80px; height: 80px;
            background: var(--primary-light);
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: var(--primary);
            transition: all 0.4s;
        }

        .benefit-card:hover .benefit-icon {
            background: var(--primary);
            color: var(--white);
            transform: scale(1.1) rotate(-5deg);
            box-shadow: 0 10px 30px rgba(108,59,245,0.3);
        }

        .benefit-card h5 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--secondary);
        }

        .benefit-card p {
            font-size: 0.85rem;
            color: var(--gray-600);
            line-height: 1.6;
        }

        /* ===== FAQs ===== */
        .faq-section {
            background: var(--gray-100);
        }

        .faq-wrapper {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            background: var(--white);
            border-radius: var(--radius);
            margin-bottom: 12px;
            border: 1px solid var(--gray-200);
            overflow: hidden;
            transition: all 0.3s;
        }

        .faq-item:hover {
            border-color: rgba(108,59,245,0.2);
            box-shadow: var(--shadow-sm);
        }

        .faq-item.active {
            border-color: rgba(108,59,245,0.3);
            box-shadow: var(--shadow-md);
        }

        .faq-question {
            padding: 1.25rem 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            gap: 1rem;
            transition: background 0.3s;
        }

        .faq-question:hover { background: var(--gray-100); }

        .faq-question h6 {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--secondary);
            margin: 0;
            flex: 1;
        }

        .faq-toggle {
            width: 36px; height: 36px;
            min-width: 36px;
            background: var(--primary-light);
            color: var(--primary);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            font-size: 1.1rem;
        }

        .faq-item.active .faq-toggle {
            background: var(--primary);
            color: var(--white);
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
        }

        .faq-item.active .faq-answer {
            max-height: 300px;
            padding: 0 1.5rem 1.25rem;
        }

        .faq-answer p {
            color: var(--gray-600);
            line-height: 1.7;
            font-size: 0.9rem;
            margin: 0;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: var(--gradient-2);
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 20% 50%, rgba(108,59,245,0.2), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(0,212,170,0.15), transparent 50%);
        }

        .cta-content {
            position: relative;
            z-index: 2;
            text-align: center;
        }

        .cta-content h2 {
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 800;
            color: var(--white);
            margin-bottom: 1rem;
        }

        .cta-content p {
            color: rgba(255,255,255,0.6);
            font-size: 1.05rem;
            margin-bottom: 2rem;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .approach-steps {
                grid-template-columns: repeat(2, 1fr);
            }

            .hero-visual { margin-top: 3rem; }

            .network-graphic {
                max-width: 350px;
                margin: 0 auto;
            }

            .orbit-3 { display: none; }
        }

        @media (max-width: 767px) {
            .section-padding { padding: 4rem 0; }

            .approach-steps {
                grid-template-columns: 1fr;
            }

            .approach-panel { padding: 2rem; }

            .hero-stats {
                flex-wrap: wrap;
                gap: 1.5rem;
            }

            .hero-section { min-height: auto; padding: 6rem 0 4rem; }

            .overview-card { padding: 2rem; }

            .type-card { padding: 2rem; }

            .network-graphic { max-width: 280px; }
            .network-center { width: 80px; height: 80px; border-radius: 20px; }
            .network-center i { font-size: 2rem; }
            .orbit-1 { width: 180px; height: 180px; }
            .orbit-2 { width: 260px; height: 260px; }
            .orbit-3 { display: none; }
            .orbit-dot { width: 30px; height: 30px; font-size: 0.8rem; border-radius: 8px; }
        }

        /* ===== ANIMATIONS ===== */
        .reveal {
            opacity: 0;
            transform: translateY(40px);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-delay-1 { transition-delay: 0.1s; }
        .reveal-delay-2 { transition-delay: 0.2s; }
        .reveal-delay-3 { transition-delay: 0.3s; }
        .reveal-delay-4 { transition-delay: 0.4s; }


/* faq content style */

  .faq-content-hero {
            background: linear-gradient(135deg, #2c3e50 0%, #1a1a2e 100%);
            color: white;
            text-align: center;
            padding: 80px 20px;
            border-bottom: 4px solid #3498db;
        }

        .faq-content-hero h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            letter-spacing: 0.5px;
        }

        .faq-content-hero p {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 0 auto;
            opacity: 0.9;
        }

        /* Content Section */
        .faq-content-content-section {
            padding: 60px 0;
        }

        .faq-content-content-section h2 {
            text-align: center;
            font-size: 2.2rem;
            color: #2c3e50;
            margin-bottom: 50px;
            position: relative;
        }

        .faq-content-content-section h2::after {
            content: '';
            display: block;
            width: 80px;
            height: 4px;
            background: #3498db;
            margin: 12px auto;
            border-radius: 2px;
        }

        /* Paragraph Cards */
        .faq-content-info-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 25px;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .faq-content-info-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
        }

      .faq-content-info-card h3 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    background: #faebd7b8;
    padding: 10px;
    border-radius: 7px;
}

        .faq-content-info-card p {
            color: #444;
            line-height: 1.8;
        }

        /* Highlight3 Key Terms */
        .highlight3 {
            /* background: #e3f2fd; */
            color: #2c3e50;
            padding: 0 6px;
            border-radius: 4px;
            font-weight: 600;
        }

        /* Numbered Headers */
.number-header {
    display: inline-flex;
    align-items: center;
    background: #6a4ea6;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 14px;
    padding: 10px;
}
.faq-contentcontent-section h2 {
    text-align: center;
    margin-bottom: 33px;
    color: #8a178d;
    font-weight: 700;
}

.faq-contentcontent-section {
    height: 100%;
    width: 100%;
    margin-top: 131px !important;
}
        /* Responsive Design */
        @media (max-width: 768px) {
            .faq-content-hero {
                padding: 60px 20px;
            }

            .faq-content-hero h1 {
                font-size: 2.3rem;
            }

            .faq-content-hero p {
                font-size: 1.1rem;
            }

            .faq-content-info-card {
                padding: 20px;
            }

            .info-card h3 {
                font-size: 1.2rem;
            }
        }

/* conatct new section add css*/

.contact-section-title {
    color: #7936e9 !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin-left: 0px;
}

.contact-section-title::after {
    content: '';
    position: absolute;
    left: 10;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #7937ea9c;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .contact-feature-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    background: white;
    border-bottom: 2px solid #7a38eb;
}
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }

.contact-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 35px;
    background-color: rgb(121 54 232 / 6%);
    color: #7835e8;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    font-size: 15px;
}

.contact-list-unstyled li {
    margin-bottom: 13px;
    padding-left: 5px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}

ul.contact-list-unstyled {
    list-style: none;
    padding-left: 0px;
}
     .btn-primary-custom {
    background-color: #7a37ea;
    border-color: #7a38ea;
    padding: 9px 21px;
    font-weight: 600;
    color: white;
    font-size: 13px;
}

        .btn-primary-custom:hover {
            background-color: #091f3b;
            border-color: #091f3b;
        }

        /* Urgent Help Banner Styling */
     .urgent-banner {
    background-color: #9405853b;
    border-left: 5px solid var(--urgent-color);
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 10px;
}
        
        .urgent-icon {
            color: var(--urgent-color);
            margin-right: 15px;
            font-size: 1.5rem;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.1); }
            100% { transform: scale(1); }
        }
.contact-btn-cov {
    min-width: 160px;
    background: #7937ea;
    border: 1px solid !important;
    color: white !important;
}
.contact-btn-cov:hover {
    background: #7937ea;
}
.contact-btn {
    min-width: 160px;
    border: 1px solid #80227f;
    color: #7d2582;
}




.compliance-section {
    background: linear-gradient(135deg, #5568BA 0%, #6367b6 50%, #636fa3 100%);
    position: relative;
    overflow: hidden;
    padding: 19px;
    border-radius: 10px;
    margin-bottom: 19px;
    padding-bottom: 14px !important;
    padding-top: 15px;
}

.compliance-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.compliance-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(20px);
    }
}

.compliance-wrapper {
    position: relative;
    z-index: 1;
}

/* Compliance Card */
.compliance-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgb(255 255 255);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

/* Shine effect on hover */
.compliance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: left 0.7s;
}

.compliance-card:hover::before {
    left: 100%;
}

.compliance-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Icon Box */
.compliance-icon-box {
    width: 93px;
    height: 80px;
    min-width: 60px;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
    transition: all 0.4s;
    padding-bottom: 1px;
}

.compliance-card:hover .compliance-icon-box {
    transform: rotate(-10deg) scale(1.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.compliance-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Compliance Info */
.compliance-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.compliance-title {
    font-size: 1rem;
    font-weight: 600;
    color: black;
    display: block;
    letter-spacing: 0.3px;
    text-align: center;
}

/* Badge Styles */
.compliance-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 600;
    width: fit-content;
    transition: all 0.3s;
    text-transform: capitalize;
}

.compliance-badge.compliant {
    background: rgba(34, 197, 94, 0.25);
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.3);
}

.compliance-card:hover .compliance-badge.compliant {
    background: #22c55e;
    color: white;
    border-color: #22c55e;
    transform: scale(1.05);
}

.compliance-badge.coming-soon {
    background: rgba(156, 163, 175, 0.25);
    color: #d1d5db;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.compliance-card:hover .compliance-badge.coming-soon {
    background: rgba(156, 163, 175, 0.35);
    color: #f3f4f6;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (min-width: 576px) {
 .compliance-title {
    font-size: 14px;
}
}

@media (max-width: 575px) {
    .compliance-card {
        padding: 12px;
        gap: 12px;
    }
    
    .compliance-icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .compliance-title {
        font-size: 0.9rem;
    }
    
    .compliance-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
    }
}

/* ===================================
   OPTIONAL: ADD PULSE ANIMATION
   =================================== */

.compliance-badge.compliant {
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0);
    }
}







/* standard compailance css */
    


  /* ============================================
   ISO METHODOLOGY - PREMIUM UI
============================================ */
.iso-methodology-advanced {
  padding: 100px 0;
  background: #f8fafc;
  position: relative;
  overflow: hidden;
}

/* Background Effects */
.iso-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.iso-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.15;
}

.iso-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #2563eb, transparent 70%);
  top: -100px;
  left: -100px;
}

.iso-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #059669, transparent 70%);
  bottom: -50px;
  right: -50px;
}

.iso-grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* Header */
.iso-section-header {
  max-width: 750px;
  margin: 0 auto;
}

.iso-pill-badge {
  display: inline-block;
  background: rgba(37, 99, 235, 0.08);
  color: #2563eb;
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.15);
}

.iso-main-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.iso-subtitle {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* Process Flow Container */
.iso-process-flow {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}

.iso-flow-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, #e2e8f0, #cbd5e1);
  transform: translateX(-50%);
  border-radius: 10px;
  overflow: hidden;
}

.iso-flow-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #2563eb, #059669);
  transition: height 0.1s linear;
}

/* Step Structure */
.iso-flow-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.iso-flow-step.visible {
  opacity: 1;
  transform: translateY(0);
}

.iso-step-indicator {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 3;
}

.iso-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #ffffff;
  border: 3px solid #e2e8f0;
  border-radius: 50%;
  font-weight: 800;
  font-size: 1.1rem;
  color: #0f172a;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
}

.iso-step-pulse {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.2);
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.9); opacity: 1; }
  100% { transform: scale(1.3); opacity: 0; }
}

.iso-step-content {
  width: 45%;
  margin-left: auto;
  padding-left: 3rem;
}

.iso-flow-step:nth-child(even) .iso-step-content {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 3rem;
  text-align: right;
}

/* Content Cards */
.iso-content-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.6);
  border-radius: 20px;
  padding: 1.8rem;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
}

.iso-content-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #2563eb, #059669);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.iso-content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
  border-color: rgba(37, 99, 235, 0.2);
}

.iso-content-card:hover::before {
  opacity: 1;
}

.iso-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.iso-flow-step:nth-child(even) .iso-card-top {
  flex-direction: row-reverse;
}

.iso-card-top h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.iso-phase-tag {
  background: #f1f5f9;
  color: #475569;
  padding: 0.4rem 0.9rem;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.iso-phase-final {
  background: rgba(5, 150, 105, 0.12);
  color: #059669;
}

.iso-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iso-checklist li {
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}

.iso-flow-step:nth-child(even) .iso-checklist li {
  flex-direction: row-reverse;
}

.iso-checklist i {
  color: #2563eb;
  margin-top: 4px;
  flex-shrink: 0;
}

/* Highlight Card */
.iso-card-highlight {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.04), rgba(5, 150, 105, 0.04));
  border-color: rgba(37, 99, 235, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
  .iso-flow-line {
    left: 30px;
    transform: none;
  }

  .iso-step-indicator {
    left: 30px;
    transform: translateX(-50%);
  }

  .iso-step-content,
  .iso-flow-step:nth-child(even) .iso-step-content {
    width: 100%;
    margin: 0;
    padding: 0 0 0 80px;
    text-align: left;
  }

  .iso-flow-step:nth-child(even) .iso-card-top {
    flex-direction: row;
  }

  .iso-flow-step:nth-child(even) .iso-checklist li {
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .iso-methodology-advanced {
    padding: 70px 0;
  }

  .iso-main-title {
    font-size: 1.8rem;
  }

  .iso-step-content,
  .iso-flow-step:nth-child(even) .iso-step-content {
    padding-left: 60px;
  }

  .iso-content-card {
    padding: 1.4rem;
  }

  .iso-card-top h3 {
    font-size: 1.15rem;
  }
}
        /* =========================================
           4. OVERVIEW SECTION
        ========================================= */
        .iso-overview {
            padding: 100px 0;
            background: var(--white);
        }
        .overview-content {
            max-width: 900px;
            margin: 0 auto;
            text-align: center;
            font-size: 1.1rem;
            color: #64748b;
        }
        .overview-content strong { color: #0f172a; }

.iso-methodology-section {
    padding: 100px 0;
    background: #dc95840d;
}

/* Make steps display in rows */
.iso-methodology-section .col-lg-8.mx-auto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    max-width: 100%;
}

/* Remove timeline layout */
.iso-methodology-step {
    display: flex;
    margin-bottom: 0;
    position: relative;
    background: transparent;
    padding: 0;
}

/* Remove vertical connector line */
.iso-methodology-step::before {
    display: none;
}

.iso-step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #e28822, #960989b3);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    margin-right: 1rem;
    box-shadow: 0 4px 15px rgb(190 77 81 / 1%);
    position: relative;
    z-index: 1;
    margin-top: -7px;
}

.iso-step-content {
    flex-grow: 1;
}

.iso-step-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #0f172a;
}

.iso-step-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #64748b;
    font-size: 0.95rem;
}

.iso-step-content ul li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
}

.iso-step-content ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #be4d51;
    font-weight: bold;
    font-size: 1.2rem;
    top: -2px;
}

/* Responsive */
@media (max-width: 991px) {
    .iso-methodology-section .col-lg-8.mx-auto {
        grid-template-columns: 1fr;
    }
}




        /* =========================================
           6. APPROACH SECTION
        ========================================= */
        .iso-approach-section {
            padding: 100px 0;
            background: #ffffff;
        }
        
        .iso-approach-intro {
            text-align: center;
            color:#64748b;
            max-width: 700px;
            margin: 0 auto 4rem;
            font-size: 1.1rem;
        }

        /* Custom Approach Card */
  .iso-approach-card {
    background: #cc6e620a;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
        .iso-approach-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(14, 165, 233, 0.15);
            border-color: #e0f2fe;
        }

      .iso-approach-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e28822, #960989b3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 0 auto 1.5rem;
    font-size: 1.5rem;
}

        .iso-approach-card h4 {
            font-size: 1.15rem;
            font-weight: 700;
            margin-bottom: 0.75rem;
        }
        .iso-approach-card p {
            font-size: 0.9rem;
            color:#64748b;
            margin: 0;
        }

        /* =========================================
           7. WHY/BENEFITS SECTION
        ========================================= */
        .iso-benefits-section {
            padding: 100px 0;
            background: #f8faff;
        }
        
        .iso-benefit-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
                display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
        }
.check-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #a6266b14;
    color: #cd673d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-top: 4px;
    font-size: 0.9rem;
}
        .iso-benefit-item h5 {
            font-size: 1.05rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
        }
        .iso-benefit-item p {
            font-size: 0.9rem;
            color:#64748b;
            margin: 0;
        }

        /* =========================================
           8. EXPERTISE & WHY CHOOSE
        ========================================= */
        .expertise-section {
            padding: 100px 0;
            background: #f8faff;
        }
        .expertise-img {
            width: 100%;
            object-fit: cover;
            border-radius: 20px 0 0 20px;
            height: 100%;
        }
        .expertise-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.07);
            height: 100%;
        }
        .expertise-content {
            padding: 3rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 100%;
        }
        .expertise-content h3 { font-size: 1.8rem; margin-bottom: 1.5rem; }
        .expertise-content p { font-size: 1rem; color:#64748b; }

        .why-choose-section {
            padding: 100px 0;
            background: #ffffff;
        }
        .why-image img {
            border-radius: 16px;
            /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
        }
        .why-text h3 { font-size: 1.8rem; font-weight: 800; margin-bottom: 1.5rem; }
        .why-text p { font-size: 1rem; color:#64748b; }

        /* =========================================
           9. RESPONSIVE FIXES
        ========================================= */
        @media (max-width: 992px) {
            .iso-simple-title { font-size: 2.5rem; }
            .expertise-img { border-radius: 20px 20px 0 0; height: 300px; }
            .expertise-content { padding: 2rem; }
            .why-content { text-align: center; }
            .why-image { margin-bottom: 2rem; }
        }

        @media (max-width: 768px) {
            .methodology-step::before { left: 20px; }
            .step-number { width: 35px; height: 35px; font-size: 1rem; }
            .step-content { padding-left: 0.5rem; }
        }

        .why-text li {
    margin-bottom: 13px;
}

   @media only screen and (min-width: 480px) and (max-width: 650px){

  .iso-simple .breadcrumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    display: inline-flex;
    margin-bottom: 3rem;
    font-size: 10px !important;
}
.iso-simple-title {
    font-size: 37px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: white;
    font-size: 22px !important;
}
.overview-content {
    max-width: 100%;
    margin: 0px;
    text-align: start;
    font-size: 0.25rem;
    line-height: 1.9;
    color: #475569;
    padding: 0 1px !important;
}
.iso-overview {
    padding: 30px 0 !important;
    background: var(--white);
}


        }


        /* ============================================
   VAPT OVERVIEW SECTION
============================================ */
.vapt-overview-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    margin-top: 96px;
}

/* Feature Cards */
.vapt-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.vapt-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: #3b82f6;
}

.vapt-icon-box {
    width: 57px;
    height: 59px;
    background: linear-gradient(135deg, #a01a81ba, #e18622) !important;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.2rem;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
}

.vapt-feature-card:hover .vapt-icon-box {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  transform: scale(1.05);
}

/* Visual Box */
.vapt-visual-box {
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-radius: 20px;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border: 1px dashed #cbd5e1;
  position: relative;
  overflow: hidden;
}

.vapt-visual-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 2px 2px, rgba(59,130,246,0.08) 1px, transparent 0);
  background-size: 24px 24px;
}

.illustration-placeholder {
  text-align: center;
  color: #64748b;
  position: relative;
  z-index: 1;
}

/* Standards Box */
.vapt-standards-box {
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

/* Benefits Grid */
.vapt-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.vapt-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.2rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  color: #334155;
  transition: all 0.2s ease;
}

.vapt-benefit-item:hover {
  border-color: #3b82f6;
  background: #f8fafc;
  transform: translateX(4px);
}

.vapt-benefit-item i {
  color: #10b981;
  margin-top: 3px;
  flex-shrink: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .vapt-feature-card { padding: 1.5rem; }
  .vapt-visual-box { min-height: 240px; padding: 2rem; }
  .vapt-benefits-grid { grid-template-columns: 1fr; }
  .vapt-standards-box { margin-bottom: 1rem; }
}