@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;
}


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

/*------------- header css-------- */
.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: 96px;
    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: 80px;
}

/* 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: 107px;
}

    /* ===== 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 ===== */
   /* ══════════════════════════════════════════
   ICON STYLING - Single Color, No Background
══════════════════════════════════════════ */

/* VAPT Mega Menu Icons */
.mega-icon {
    width: 34px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.3s ease;
}

.mega-icon i {
    font-size: 19px;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s ease;
}

.mega-item:hover .mega-icon i {
  transform: scale(1.1);
  filter: brightness(1.2);
}

/* Compliance Header Icons */
.header-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  margin-bottom: 0.5rem;
}

.header-icon i {
  font-size: 1.25rem;
  background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Certifications Icons */
.cert-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s ease;
}

.cert-icon i {
  font-size: 1.25rem;
  background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

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

/* About Us Icons */
.about-nav-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s ease;
}

.about-nav-icon i {
  font-size: 1.25rem;
  background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.about-nav-item:hover .about-nav-icon i {
  transform: scale(1.1);
}

/* Remove any existing background colors */
.mega-icon.web,
.mega-icon.mobile,
.mega-icon.network,
.mega-icon.database,
.mega-icon.api,
.mega-icon.cloud,
.mega-icon.scada,
.mega-icon.source,
.mega-icon.firewall,
.mega-icon.ai,
.mega-icon.iot,
.mega-icon.fat-sat,
.mega-icon.red-team,
.mega-icon.vapt,
.cert-icon.iso27,
.cert-icon.iso277,
.cert-icon.iso9,
.cert-icon.iso42,
.cert-icon.cloudsec,
.about-nav-icon.info-icon,
.about-nav-icon.why-icon,
.about-nav-icon.faq-icon,
.about-nav-icon.verify-icon,
.header-icon.standard,
.header-icon.regulatory {
  background: transparent !important;
  border-radius: 0;
}

/* Optional: Add subtle glow effect on hover */
.mega-item:hover .mega-icon i,
.cert-item:hover .cert-icon i,
.about-nav-item:hover .about-nav-icon i {
  filter: drop-shadow(0 0 8px rgba(85, 104, 186, 0.4));
}
    /* ===== COMPLIANCE DROPDOWN ===== */
.compliance-dropdown {
    width: 564px;
    padding: 0 !important;
    overflow: hidden;
}

    .compliance-inner {
      display: flex;
    }

.compliance-col {
    flex: 1;
    padding: 20px 20px;
}

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

  .compliance-col-header {
    display: flex;
    align-items: center;
    gap: 7px;
    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;
    margin-bottom: 0px;
}

    .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: 270px;
      padding: 0.8rem !important;
    }

.cert-item {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 12px 9px;
    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;
    }

    /* --- About Us Dropdown UI --- */

/* The Main Container */
.about-nav-dropdown {
    min-width: 220px;
    padding: 10px 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 0px !important;
}
.about-nav-text {
    text-align: start;
    margin: 0;
}

/* The Individual Item Row */
.about-nav-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-nav-item:hover {
    background-color: #f8f9ff; /* Very light blue/grey tint */
}

/* The Icon Styling */
.about-nav-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 15px;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

/* Icon Colors (Matching your brand's purple/blue vibe) */
.info-icon {
    background: rgba(124, 58, 237, 0.1); /* Light purple background */
    color: #7c3aed; /* Purple icon */
}

.why-icon {
    background: rgba(79, 70, 229, 0.1); /* Light blue background */
    color: #4f46e5; /* Blue icon */
}

.faq-icon {
    background: rgba(16, 185, 129, 0.1); /* Light green background */
    color: #10b981; /* Green icon */
}

/* Hover Effect: Icon pops slightly and shifts color */
.about-nav-item:hover .about-nav-icon {
    transform: scale(1.1);
}

/* Text Styling */
.about-nav-text h6 {
    margin: 0;
    color: #1f2937; /* Dark professional text */
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.3s ease;
}

.about-nav-item:hover .about-nav-text h6 {
    color: #7c3aed; /* Text turns purple on hover */
}

/* Divider Styling (Matches your Certifications menu) */
.about-nav-divider {
    height: 1px;
    background-color: #f1f5f9;
    margin: 0 10px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .about-nav-dropdown {
        box-shadow: none;
        border: 1px solid #eee;
        margin-top: 0 !important;
    }
    .about-nav-item {
        padding: 15px 25px;
    }
}

    /* ===== CONTACT BUTTON ===== */
    .btn-contact {
      background: linear-gradient(135deg, #7c3aed, #6d28d9);
      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 rgba(124, 58, 237, 0.3);
    }

    .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;
    }



/* ------------footer css---------- */
.footer-light {
    background: #f2f6ff;
    position: relative;
    overflow: hidden;
    font-family: "Lexend";
    color: #1e293b;
}
.footer-content {
    padding: 56px 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";
}
.cta-banner .btn {
  padding: 10px 20px;
  border-radius: 41px;
}

.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;
}



/* hero style */

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

.hero-slider {
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.swiper-slide .hero-swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.hero-swiper-slide .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.hero-swiper-slide .slide-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-swiper-slide .slide-text {
  max-width: 800px;
}

.hero-swiper-slide .slide-text small {
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
}

.hero-swiper-slide .slide-text h1 {
  font-size: 48px;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin: 1rem 0 2rem;
}

.btn-learn {
    background: #6753a8;
    color: white;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgb(106 78 166 / 42%);
}

.btn-learn:hover {
  background: #0b5ed7;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
}

/* Custom Dots with Text */
.hero-swiper .swiper-pagination {
  bottom: 60px !important;
  text-align: center;
}

.hero-swiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  opacity: 0.6;
  border-radius: 30px;
  padding: 6px 18px;
  margin: 0 10px !important;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: white;
  font-weight: 600;
  transition: all 0.4s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
  background: #940585;
  border-color: #940585;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
}

/* 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;
  }
 .hero-swiper .swiper-pagination-bullet {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}


/* 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: 22px;
  }

  .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: 92%;
    border-radius: 10px;
}


/* hero certification style */




/* 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, #940585 0%, #E18622 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 */
.hero-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 */
.hero-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%;
}

.hero-certification-top h2 {
    font-size: 32px;
}

.hero-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;
}

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

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

/* Card Badge */
.hero-cert-badge {
    width: 46px;
    height: 46px;
    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;
}

.hero-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;
}

.hero-cert-badge svg {
    width: 21px;
    height: 29px;
    color: white;
}

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

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

.hero-cert-title {
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
}

.hero-cert-desc {
    font-size: 12px;
    color: rgb(255 255 255 / 81%);
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
}

.hero-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 */
.hero-cert-footer {
    padding: 20px 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    display: none;
}

.hero-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;
}

.hero-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 */
.hero-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 */
.hero-cert-badge svg {
    animation: float-icon 3s ease-in-out infinite;
}

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


//* ========== INSIGHTS SECTION ========== */
.insights-section {
  background: #f8f9fc;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* Decorative Elements */
.insights-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(142, 17, 139, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

/* Dot Pattern */
.insights-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #cbd5e1 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}

/* ========== HEADER ========== */
.insights-header {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.badge-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #8d118b, #b01aae);
  color: #fff;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 0.813rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(141, 17, 139, 0.25);
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.main-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.7;
}

/* ========== STATS GRID ========== */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 48px 36px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

/* ========== INSIGHT BLOCK ========== */
.insight-block {
  text-align: center;
  position: relative;
  transition: transform 0.3s ease;
}

.insight-block:hover {
  transform: translateY(-12px);
}

/* ========== ICON (NO BACKGROUND) ========== */
section.insights-section.py-5 {
    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%);
    padding-bottom: 77px !important;
    margin-bottom: 30px;
}
.insight-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.insight-icon i {
    transition: all 0.4s ease;
    /* filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1)); */
    background-color: white;
    padding: 9px;
    border-radius: 10px;
    font-size: 28px;
    padding: 16px;
    height: 63px;
    width: 68px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.insight-block:hover .insight-icon {
  transform: scale(1.2) rotate(-8deg);
}

.insight-block:hover .insight-icon i {
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

/* ========== ICON COLORS ========== */
.icon-blue   { color: #0ea5e9; }
.icon-green  { color: #10b981; }
.icon-purple { color: #8b5cf6; }
.icon-orange { color: #f59e0b; }
.icon-cyan   { color: #06b6d4; }
.icon-indigo { color: #6366f1; }
.icon-teal   { color: #14b8a6; }
.icon-red    { color: #ef4444; }

/* Hover gradient effect */
.insight-block:hover .icon-blue i   { color: #0284c7; }
.insight-block:hover .icon-green i  { color: #059669; }
.insight-block:hover .icon-purple i { color: #7c3aed; }
.insight-block:hover .icon-orange i { color: #d97706; }
.insight-block:hover .icon-cyan i   { color: #0891b2; }
.insight-block:hover .icon-indigo i { color: #4f46e5; }
.insight-block:hover .icon-teal i   { color: #0d9488; }
.insight-block:hover .icon-red i    { color: #dc2626; }

/* ========== NUMBER ========== */
.insight-number {
    font-size: 27px;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: -1px;
    transition: all 0.3s ease;
}
.insight-block:hover .insight-number {
  background: linear-gradient(135deg, #8d118b, #0ea5e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: scale(1.05);
}

/* ========== TEXT ========== */
.insight-text {
  font-size: 1rem;
  color: #475569;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
  transition: color 0.3s ease;
}

.insight-block:hover .insight-text {
  color: #1e293b;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 576px) {
  .insights-section {
    padding: 60px 0;
  }
  
  .main-title {
    font-size: 2rem;
  }
  
  .main-subtitle {
    font-size: 1rem;
  }
  
  .insights-grid {
    gap: 48px 24px;
    padding: 0 10px;
  }
  
  .insight-number {
    font-size: 2.75rem;
  }
  
  .insight-icon {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .insights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {
  .insights-grid {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media (min-width: 1400px) {
  .insights-grid {
    gap: 56px 48px;
  }
}

.testimonials-section {
    padding: 90px 0;
    background: linear-gradient(135deg, #940585 0%, #E18622 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;
}



.industry-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 4rem;
}
.hero-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;
}
.hero-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: 1rem 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;
}


@media only screen and (min-width: 320px) and (max-width: 479px){


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

.hero-slider {
    
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-swiper-slide .slide-text small {
    font-size: 13px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}

.hero-swiper-slide .slide-text h1 {
    font-size: 27px;
    font-weight: 800;
    color: white;
    line-height: 1.2;
    margin: 1rem 0 2rem;
}

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

.btn-learn {
    background: #6753a8;
    color: white;
    padding: 11px 24px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgb(106 78 166 / 42%);
    font-size: 12px;
}

.about-overview {
    font-family: "Lexend";
    width: 100%;
    overflow-x: hidden !IMPORTANT;
}
.about-content p {
    font-size: 14px;
    color: black;
    font-weight: 400;
}
.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: 12px;
    padding-bottom: 11px !important;
}
.hero-cert-badge svg {
    width: 26px;
    height: 30px;
    color: white;
}
.hero-cert-badge {
    width: 50px;
    height: 50px;
    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;
}
.hero-cert-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}
.hero-cert-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    line-height: 1.5;
    margin-bottom: 8px;
}
.insights-top-header p {
    font-size: 13px;
}
.insights-top-header h2 {
    color: #8d118b;
    font-weight: 600;
    font-size: 21px;
}
.icon-box {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
    font-size: 20px;
    color: #fff;
}
.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 4px;
}
.stat-label {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    font-weight: 500;
}
.insights-cards {
    background-color: #fcfdfe;
    height: 100%;
    width: 100%;
}

.testimonials-section {
    padding: 34px 0;
    background: linear-gradient(135deg, #5568BA 0%, #811f7d 50%, #636fa3 100%);
    color: white;
}
.testimonial-section-title {
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    color: white;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.testimonial-section-title::after {
    content: "";
    position: absolute;
    left: 33%;
    bottom: -12px;
    width: 96px;
    height: 3px;
    background: linear-gradient(90deg, #d77430, #ffffff);
    border-radius: 3px;
}
.hero-industry-tab {
    padding: 11px 23px;
    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: 10px;
}
.client-photo {
    width: 151px;
    height: 193px;
    object-position: center;
    border-radius: 10px;
}
.testimonial-text1 {
    font-size: 14px;
    line-height: 1.8;
    font-style: normal;
    margin: 10px 0;
    font-weight: 300;
}

.footer-main {
    padding: 2rem 12px 3rem;
    font-family: "Lexend";
    width: 100%;
}
.footer-col a {
    color: #475569;
    text-decoration: none;
    display: block;
    padding: 0.2rem 0;
    transition: all 0.3s ease;
    font-size: 14px;
}
.footer-col h5 {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.8rem;
    font-size: 15px;
    position: relative;
    margin: 19px 0px;
}
.footer-col h5::after {
    content: "";
    width: 37px;
    height: 2px;
    background: #7f2380;
    display: block;
    margin-top: 0.3rem;
}
.newsletter {
    background: white;
    padding: 20px 13px;
    border-radius: 17px;
    box-shadow: 0 10px 40px rgba(59, 130, 246, 0.1);
    border: 1px solid #e0e7ff;
    margin-top: 23px;
}
.newsletter p {
    font-size: 14px;
}
.newsletter input {
    border: 2px solid #e0e7ff;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    font-size: 14px;
    transition: border 0.3s;
}
.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(107px, 2fr));
    gap: 20px;
    margin-top: 3rem;
}
.awards-grid svg {
    height: 44px;
    opacity: 0.7;
    transition: all 0.4s ease;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}
.footer-bottom {
    border-top: 1px solid #151821;
    padding: 10px 0px !important;
    margin-top: 10px;
    font-size: 13px;
    color: #64748b;
    font-family: "Lexend";
}
.footer-bottom a {
    color: #475569;
    text-decoration: none;
    margin: 8px 12px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

}


/* mobile application css */





.mobile-hero {
    background: var(--gradient);
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}

.mobile-ovierview-section-title {
    font-size: 36px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.2;
    margin-bottom: 1rem;
    display: block;
    text-align: start;
}
.overview-content {
    max-width: 100%;
    margin: 1rem auto 0;
    text-align: start;
    font-size: 0.25rem;
    line-height: 1.9;
    color: #475569;
    padding: 0 8px;
}

   /* 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, #a01a81ba, #e18622) !important;
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
    margin-top: 89px;
}

    .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: rgb(248 244 248);
    border: 1px solid rgb(121 54 232 / 58%);
    color: #7835e8;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

  .mobile-hero h1 span {
    color: white !important;
}

.mobile-hero p {
    font-size: 15px;
    color: white;
    margin-bottom: 36px;
    font-weight: 400;
}

    .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: rgb(255 245 240);
    color: #ba6778;
    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: 35px;
}

  .section-title span {
    color: #a61d75;
    margin-left: 18px;
}

    .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: 13.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(2, 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, #a01a8191, #e18622bd) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    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(6, 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(135deg, #a01a81ba, #e18622) !important;
    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, #a01a81ba, #e18622) !important;
    border-color: transparent;
    color: #fff;
}

    .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: #c86974;
}

    .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;
    }

    /* ============================================
   VAPT PIPELINE SECTION
============================================ */
.vapt-pipeline-section {
    background: linear-gradient(180deg, #d87b40b0 0%, #d87b408f 100%);
    position: relative;
    overflow: hidden;
}
section.vapt-pipeline-section.py-5 h2 {
    font-size: 34px;
    color: white;
}

.pipeline-wrapper {
  position: relative;
  padding: 1.5rem 0;
}

/* Horizontal connector line */
.pipeline-connector {
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 3px;
  background: linear-gradient(90deg, #3b82f6, #10b981, #3b82f6);
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 0;
  opacity: 0.25;
  display: none;
}

.pipeline-step {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.8rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pipeline-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
  border-color: #3b82f6;
}

.pipeline-step::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #3b82f6, #10b981);
  border-radius: 0 0 18px 18px;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.pipeline-step:hover::after {
  opacity: 1;
}

.step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.step-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, rgba(160, 26, 129, 0.57), rgba(225, 134, 34, 0.74)) !important;
    color: rgb(255 255 255);
    font-weight: 800;
    font-size: 0.95rem;
    border-radius: 12px;
    flex-shrink: 0;
    transition: 0.3s;
}

.pipeline-step:hover .step-badge {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  transform: scale(1.05);
}

.step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.step-body p {
  color: #475569;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95rem;
}

.pipeline-step-wide {
  max-width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .pipeline-connector {
    display: none;
  }
  .pipeline-step {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .pipeline-wrapper {
    padding: 1rem 0;
  }
  .pipeline-step {
    padding: 1.5rem;
  }
  .step-title {
    font-size: 1.1rem;
  }
}

    /* ===== 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);
    }

    /* ===== 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;
    margin-top: 18px;
}

      .steps-wrapper {
        display: none;
      }

   .step-content.active {
    grid-template-columns: 1fr;
    padding: 31px 10px;
}

      .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;
      }
    }

    @media only screen and (min-width: 320px) and (max-width: 479px){

.overview-content {
    max-width: 100%;
    margin: 30px auto 0;
    text-align: start;
    font-size: 0.25rem;
    line-height: 1.9;
    color: #475569;
    padding: 0 4px;
}

.mobile-hero::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(26,115,232,0.15) 0%, transparent 70%);
    border-radius: 50%;
    overflow-x: hidden;
}
.mobile-hero-content {
    width: 100%;
    text-align: start;
}
.mobile-hero h1 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 6px;
}
.mobile-hero p {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 31px;
    font-weight: 400;
}

.mobile-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1a1f3c 50%, #0f2952 100%);
    padding: 70px 0 80px;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
.stat-item span {
    font-size: 9px;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.mobile-hero .container {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Mobile view */
@media (max-width: 768px) {
    .mobile-hero .container {
        grid-template-columns: 1fr; /* stack items */
        gap: 20px; /* reduce spacing */
        text-align: center; /* optional */
    }
}
.mobile-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(6,182,212,0.15);
    border: 1px solid rgb(243 244 245);
    color: #ffffff;
    padding: 4px 7px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 500;
    margin-bottom: 20px;
}
.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5568BA;
    color: #fff;
    padding: 4px 12px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    height: 31px;
}
.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    padding: 8px 12px;
   border-radius: 5px;
    font-weight: 600;
    font-size: 8px;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s;
    height: 31px;
}

.stat-item strong {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}
.mobile-hero-visual {
    position: relative;
    margin-top: 32px;
}.mobile-floating-card.card2 {
    top: -20px;
    right: 22px;
    display: none;
}
.mobile-floating-card.card1 {
    bottom: -20px;
    left: -30px;
    display: none;
}
.mobile-hero-stats {
    display: flex;
    gap: 16px;
    margin-top: 28px;
}
.stat-item span {
    font-size: 9px;
    line-height: 0px;
}
.section {
    padding: 11px 0;
}
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    color: #7c3aed;
    padding: 5px 11px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.mobile-ovierview-section-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.2;
    margin-bottom: 1rem;
    display: block;
    text-align: start;
}
.overview-content p {
    font-size: 11px;
    color: #475569;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
}
.overview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}
.tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #334155;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 8px;
    font-weight: 500;
    margin-top: 4px;
}
.overview-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 7px 14px 0px rgba(0,0,0,0.1);
    margin-top: 17px;
    margin-bottom: 31px;
    width: 83%;
}
.features-header {
    text-align: start;
    margin-bottom: 10px;
}
.features-header  .section-title {
    font-size: 14px;
    font-weight: 500;
    text-align: start !important;
    display: flex;
    justify-content: start;
}
.features-header  .section-title::after {
    content: "";
    position: absolute;
    left: 7%;
    bottom: -6px;
    width: 37px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9, #3b82f6);
    border-radius: 3px;
}
.features-header .section-sub {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 400;
}
.fc-icon-wrap {
    width: 33px;
    height: 33px;
    border-radius: 9px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--primary);
    margin-bottom: 20px;
}
.feature-card1 h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary);
    margin-bottom: 10px;
}
.feature-card1 p {
    font-size: 11px;
    color: var(--text-muted);
    line-height: 15px;
    font-weight: 400;
}
.feature-card1 {
    background: #fff;
    border-radius: 16px;
    padding: 23px 22px;
    border: 1px solid var(--border);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    height: 175px;
}
.approach-header {
    text-align: start;
    margin-bottom: 25px;
}
.approach-header .section-title {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    font-weight: 600;
}
.approach-header .section-title::after {
    content: "";
    position: absolute;
    left: 9%;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9, #3b82f6);
    border-radius: 3px;
}
.approach-header .section-sub {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 400;
}
.step-content-text h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary);
    margin-bottom: 11px;
}
.step-content-text p {
    font-size: 11px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 12px;
}
.accordion-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    /* margin-bottom: 14px; */
    overflow: hidden;
    margin-top: 12px;
}
.accordion-header .acc-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 12px;
    flex-shrink: 0;
}
.accordion-header .acc-title {
    flex: 1;
    font-size: 11px;
}
.accordion-header .acc-arrow {
    color: var(--text-muted);
    transition: transform 0.3s;
    font-size: 11px;
}
.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: var(--secondary);
    gap: 14px;
}
.frameworks-header .section-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
}
.frameworks-header .section-title::after {
    content: "";
    position: absolute;
    left: 52%;
    bottom: -8px;
    width: 78px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9, #3b82f6);
    border-radius: 3px;
}
.frameworks-header .section-sub {
    color: rgba(255,255,255,0.6);
    margin: 0 auto;
    font-size: 11px;
}
.framework-icon {
    width: 31px;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    margin: 0 auto 16px;
}
.frameworks-header {
    text-align: center;
    margin-bottom: 27px;
}
.framework-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.framework-card p {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    font-weight: 400;
}
.assessment-types {
    padding: 60px 0;
    background: #f8faff;
    padding-bottom: 13px;
}
.assessment-types .section-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    position: relative;
    text-align: start;
    margin: 0 auto;
    margin-bottom: 23px;
    display: flex;
    justify-content: center;
}
.section-title::after {
    content: "";
    position: absolute;
    left: 9%;
    bottom: -9px;
    width: 45px;
    height: 2px;
    background: linear-gradient(90deg, #0ea5e9, #3b82f6);
    border-radius: 3px;
}
.assessment-block .text-content {
    margin-top: 13px;
    border-left: none;
    border-top: 6px solid #0ea5e9;
    padding: 18px 18px;
    border-radius: 10px;
}
.assessment-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}
.assessment-desc {
    font-size: 11px;
    line-height: 16px;
    color: #475569;
    font-weight: 400;
}
.assessment-image {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
    transition: all 0.6s ease;
    width: 100%;
    margin-top: 0px;
}
.benefits-section-title {
    font-size: 15px;
    font-weight: 900;
    background: linear-gradient(90deg, #60a5fa, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 11px;
    padding-top: 0px;
}
.benefit-card .icon-circle {
    width: 30px;
    height: 30px;
    background: rgba(96, 165, 250, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.6s ease;
}
.benefit-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
}
.benefit-card {
    text-align: center;
    padding: 15px 20px;
    border-radius: var(--radius-lg);
    background: var(--white);
    border: 1px solid var(--gray-200);
    transition: all 0.4s;
    height: 100%;
    position: relative;
    overflow: hidden;
}
    }



    .case-wraper-section {
    margin-bottom: 50px;
    height: 100%;
    width: 100%;
    padding: 42px 0px;
}
/* Section Title */
.case-section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 50px;
}

/* FIXED: Swiper Container */
.case-wraper {
    width: 100%;
    padding-bottom: 50px; /* Space for pagination */
}

/* FIXED: Remove conflicting width: auto */
.case-wraper .swiper-slide {
    height: auto;
}

/* Case Card */
.case-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    height: 480px;
    position: relative;
    transition: all 0.4s ease;
}

.case-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.case-card:hover .card-image {
    transform: scale(1.08);
}

.card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 100%);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
    color: white;
    z-index: 2;
}

.card-tag {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.2);
}

.card-text {
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.95);
}

.arrow-btn {
    width: 58px;
    height: 58px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    background: transparent;
    color: white;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.case-card:hover .arrow-btn {
    background: white;
    color: #1a1a2e;
    border-color: white;
    transform: translateX(8px);
}

/* FIXED: Unique pagination styling */
.case-pagination {
    bottom: 0 !important;
    position: relative;
    margin-top: 30px;
}

.case-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
}

.case-pagination .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #667eea, #764ba2);
    width: 40px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .case-card {
        height: 420px;
    }
    .section-title {
        font-size: 2.2rem;
    }
}