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


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

}

/* Header */
    .kratikal-header {
      height: 90px;
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: saturate(180%) 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;
      background: rgba(255, 255, 255, 0.98);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .navbar-brand img {
      height: 52px;
      transition: height 0.4s ease;
    }

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

    /* Nav Links */
 .navbar {
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 1rem 0;
    transition: all 0.3s ease;
    padding-bottom: 11px;
}
    .navbar.scrolled {
      padding: 0.7rem 0;
      box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    }
    .navbar-brand img {
      height: 50px;
      transition: 0.3s;
    }
    .navbar.scrolled .navbar-brand img { height: 44px; }

    .nav-link {
      color: #1e293b !important;
      font-weight: 600;
      padding: 0.6rem 1.2rem !important;
      margin: 0 0.3rem;
      border-radius: 12px;
      transition: all 0.3s ease;
    }
    .nav-link:hover {
      color: #0d6efd !important;
      background: rgba(13,110,253,0.08);
    }

    /* VAPT MEGA DROPDOWN - 3 Columns */
    .mega-dropdown {
      position: static;
    }
    .mega-menu {
      width: 900px;
      left: 50% !important;
      transform: translateX(-50%) !important;
      top: 100% !important;
      border: none;
      border-radius: 20px;
      box-shadow: 0 25px 80px rgba(0,0,0,0.18);
      padding: 2rem;
      background: white;
      margin-top: 0.5rem;
    }
    .mega-col h6 {
      font-weight: 700;
      /* color: #0d6efd; */
      margin-bottom: 1rem;
      font-size: 1.05rem;
    }
    .mega-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .mega-col ul li {
      margin-bottom: 0.7rem;
    }
    .mega-col a {
      color: #334155;
      text-decoration: none;
      font-weight: 500;
      padding: 0.4rem 0;
      display: block;
      border-radius: 8px;
      transition: all 0.3s ease;
    }
    .mega-col a:hover {
      color: #0d6efd;
      background: #f0f7ff;
      padding-left: 10px;
    }

    /* Normal Dropdowns */
    .dropdown-menu {
      border-radius: 16px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.12);
      border: none;
      padding: 1rem 0;
    }
    .dropdown-item {
      padding: 0.7rem 1.8rem;
      font-weight: 500;
    }
    .dropdown-item:hover {
      background: #0d1e7ff;
      color: #0d6efd;
    }

    .btn-contact {
      background: linear-gradient(135deg, #0d6efd, #3b82f6);
      color: white;
      font-weight: 700;
      padding: 0.8rem 2.2rem;
      border-radius: 50px;
      box-shadow: 0 10px 30px rgba(13,110,253,0.3);
    }
    .btn-contact:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(13,110,253,0.4);
      color: white;
    }

    @media (max-width: 992px) {
      .mega-menu {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
        border-radius: 16px;
      }
    }
.custom-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  height: 600px !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: #0d6efd;
      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 rgba(13,110,253,0.4);
    }

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

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

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

    .swiper-pagination-bullet-active {
      background: #0d6efd;
      border-color: #0d6efd;
      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; }
      .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: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

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

.about-overview .btn-primary {
    background: linear-gradient(135deg, #414cdb, #4043d4);
    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;
  }
}


.services-section {
      background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
      padding: 120px 0;
      /* font-family: 'Segoe UI', sans-serif; */
    }

    section.services-section .btn {
    font-size: 14px !important;
    font-family: 'Lexend';
}

.services-section-title {
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -1px;
    font-size: 32px;
}

.services-section-subtitle {
    color: #3f37c9;
    font-weight: 700;
    font-size: 26px;
}

   .service-card {
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 10px 41px 1px rgb(153 153 153 / 18%) !important;
}

.service-icon1 {
    width: 77px;
    height: 79px;
    background: linear-gradient(135deg, #4361ee, #3f37c9);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.8rem;
    box-shadow: 0 15px 35px rgba(67, 97, 238, 0.3);
    padding: 19px;
}

    .popular-badge {
      position: absolute;
      top: 18px;
      left: -12px;
      background: linear-gradient(135deg, #f72585, #b5179e);
      color: white;
      padding: 8px 24px;
      font-size: 0.85rem;
      font-weight: 700;
      border-radius: 50px;
      z-index: 10;
      box-shadow: 0 5px 20px rgba(247, 37, 133, 0.4);
    }

    .popular-badge::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 0;
      height: 0;
      border-left: 12px solid #c1126e;
      border-bottom: 10px solid transparent;
    }

.btn-custom {
    border-radius: 50px;
    padding: 0.65rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: math-auto;
    font-size: 13px;
}

    .btn-custom:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
    }

    .card.service-card {
    padding: 20px 10px;
}



   .compliance-section {
      padding: 100px 0;
      background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
    }

  .compliance-section  .section-heading {
      font-weight: 800;
      font-size: 3rem;
      color: #1e293b;
      letter-spacing: -1px;
      font-size: 32px;
    }

    section.autosect-new h2 {
    font-size: 36px !important;
}
    .compliance-card {
      background: white;
      border-radius: 1.5rem;
      overflow: hidden;
      box-shadow: 0 15px 35px rgba(0,0,0,0.08);
      transition: all 0.4s ease;
    }

    .compliance-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 25px 50px rgba(13,110,253,0.15) !important;
    }

    .compliance-img {
      border-radius: 1.2rem;
      object-fit: cover;
      height: 280px;
      width: 100%;
    }

    .dot-icon {
      position: absolute;
      top: 20px;
      left: -20px;
      width: 50px;
      height: 50px;
      background: #0d6efd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 1.5rem;
      box-shadow: 0 8px 20px rgba(13,110,253,0.3);
    }

    .compliance-content {
      padding: 2.5rem;
      position: relative;
    }

    .compliance-content h4 {
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 1rem;
    }

    .read-more-link {
      color: #0d6efd;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 1rem;
      transition: all 0.3s ease;
    }

    .read-more-link:hover {
      color: #0b5ed7;
      gap: 12px;
    }

    .read-more-link i {
      transition: transform 0.3s ease;
    }

    .read-more-link:hover i {
      transform: translateX(5px);
    }

    @media (max-width: 768px) {
      .compliance-content {
        padding: 2rem 1.5rem;
      }
      .dot-icon {
        left: 10px;
        top: 15px;
      }
      .compliance-img {
        height: 220px;
      }
    }



.autosect-new {
    padding: 140px 0;
    background: linear-gradient(135deg, #ededed 0%, #1a2332 100%);
    position: relative;
    overflow: hidden;
}
    .autosect-new::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: url('https://images.unsplash.com/photo-1558494949-ef010cbdcc31?q=80&w=2235') center/cover;
      opacity: 0.08;
      z-index: 0;
    }

    .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: 100%;
    }

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

    .feature-card {
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 1.5rem;
      padding: 1.8rem;
      transition: all 0.4s ease;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

   .feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    opacity: 0;
    transition: opacity 0.4s;
}

.feature-card:hover {
    transform: translateY(-12px);
    background: rgb(255 255 255 / 10%);
    border-color: #ffffff;
}

    .feature-card:hover::before {
      opacity: 1;
    }

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ffffff, #ffffff);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1rem;
    box-shadow: 0 15px 30px rgb(255 255 255 / 30%);
    padding: 19px;
    color: black;
}

.btn-autosect {
    background: linear-gradient(135deg, #3f37c9, #3f37c9);
    color: white;
    font-weight: 800;
    padding: 18px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    box-shadow: 0 0px 0px 1px rgb(255 255 255);
    transition: all 0.4s ease;
    border: none;
    font-size: 13px;
}
.btn-autosect:hover {
    background: black;
    transform: translateY(-3px);
    box-shadow: 0px 0px 6px 0px rgb(243 255 250 / 60%);
}

 .badge-ai {
    background: linear-gradient(135deg, #000000, #000000);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
}

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

.testimonials-section {
      padding: 140px 0;
      background: linear-gradient(135deg, #0a0e17 0%, #1e293b 100%);
      color: white;
    }
.section-title {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 800;
    background: linear-gradient(90deg, #3f37c9, #3f37c9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4rem;
}

    /* Tabs */
    .industry-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      margin-bottom: 4rem;
    }
    .industry-tab {
      padding: 14px 32px;
      background: rgba(255,255,255,0.08);
      border: 2px solid rgba(255,255,255,0.15);
      border-radius: 50px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.4s ease;
    }
 .industry-tab.active {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    box-shadow: 0 10px 30px rgba(0,212,255,0.5);
}

    /* 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: rgba(255,255,255,0.08);
    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: 311px;
    height: 394px;
    object-fit: cover;
    border-radius: 28px;
    border: 5px solid rgb(13 110 253);
    box-shadow: rgba(0, 212, 255, 0.3) 0px 20px 50px;
}

    .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-text {
      font-size: 1.5rem;
      line-height: 1.8;
      font-style: italic;
      margin: 2rem 0;
    }
    .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;
}
.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;
    }

    /* Alternating Rows */
  .insight-row {
    margin-bottom: 70px;
}
    .insight-text {
      font-size: 1.2rem;
      line-height: 1.9;
      color: #475569;
      padding-right: 3rem;
    }
    .stats-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
    }
  .stat-card {
    background: #f8fafc;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #c7c7c7;
}
    .stat-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 50px rgba(14,165,233,0.12);
      border-color: #0ea5e9;
    }
   .stat-icon {
    width: 60px;
    height: 60px;
    fill: #3f37c9;
    margin-bottom: 1.5rem;
}
.stat-number {
    font-size: 31px;
    font-weight: 800;
    color: #0f172a;
    margin: 0.5rem 0;
}
    .stat-label {
      color: #64748b;
      font-size: 1.05rem;
      font-weight: 500;
    }

    /* 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: 'Inter', system-ui, sans-serif;
      color: #1e293b;
    }

    /* 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: #0d6efd;
    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: #0ea5e9;
      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: 2rem 0;
    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, #0ea5e9, #3b82f6);
      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: #0ea5e9;
    }
    .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: 160px 0;
      background: linear-gradient(135deg, #0a0e17 0%, #1e293b 100%);
      color: white;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
  .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: 6rem;
}

    .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: 115px;
    height: 116px;
    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: 70px;
      height: 70px;
      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: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: "Segoe UI", sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}



/* compilance css */

.iso-simple {
      padding: 180px 0 140px;
      background: #0f172a;
      color: white;
      text-align: center;
    }

    .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: 56px;
    font-weight: 900;
    margin-bottom: 3rem;
    line-height: 1.1;
}

    .btn-group {
      margin-top: 3rem;
    }
 .iso-simple .btn-simple {
    background: white;
    color: #0f172a;
    font-weight: 700;
    padding: 1rem 2.5rem;
    font-size: 15px;
    border-radius: 50px;
    margin: 0 1rem;
    transition: all 0.3s ease;
}
  .iso-simple  .btn-simple:hover {
      background: #e0e7ff;
      transform: translateY(-4px);
      color: #0f172a;
    }

 .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; }
    .breadcrumb a:hover { color: white; }
    .breadcrumb .active { color: #60a5fa; }

    @media (max-width: 768px) {
      .title { font-size: 3.2rem; }
      .btn-simple { display: block; width: 280px; margin: 1rem auto; }
    }

    .iso-overview {
      padding: 140px 0;
      background: #ffffff;
      color: #1e293b;
    }
    .section-title {
      font-size: 3.5rem;
      font-weight: 900;
      text-align: center;
      color: #0f172a;
      margin-bottom: 3rem;
      position: relative;
    }
    .section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -20px;
      width: 120px;
      height: 6px;
      background: linear-gradient(90deg, #0ea5e9, #3b82f6);
      border-radius: 3px;
    }

    .overview-content {
      max-width: 1000px;
      margin: 5rem auto 0;
      text-align: center;
      font-size: 1.25rem;
      line-height: 1.9;
      color: #475569;
      padding: 0 2rem;
    }

    @media (max-width: 768px) {
      .section-title { font-size: 2.8rem; }
      .overview-content { font-size: 1.1rem; padding: 0 1rem; }
    }


 .methodology-section {
      padding: 140px 0;
      background: #f8faff;
    }
    .section-title {
      font-size: 3.2rem;
      font-weight: 900;
      text-align: center;
      margin-bottom: 4rem;
      position: relative;
    }
    .section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -15px;
      width: 100px;
      height: 5px;
      background: linear-gradient(90deg, #0ea5e9, #3b82f6);
      border-radius: 3px;
    }
  .method-text h3 {
    font-size: 27px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.5rem;
}
    .method-text p {
      font-size: 1.15rem;
      line-height: 1.9;
      color: #475569;
    }
    .method-img img {
      border-radius: 20px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    }
    

    .approach-tabs-section {
      padding: 140px 0;
      background: #f8faff;
    }
.section-title {
    font-size: 39px;
    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: 120px;
      height: 6px;
      background: linear-gradient(90deg, #0ea5e9, #3b82f6);
      border-radius: 3px;
    }

    /* Tab buttons */
  .nav-tabs .nav-link {
    background: white;
    border: none;
    border-radius: 20px;
    padding: 1rem 2rem;
    margin: 0.5rem;
    font-weight: 700;
    color: #475569;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    margin-bottom: 24px;
}
  .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #0ea5e9, #3b82f6);
    color: white !important;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(14,165,233,0.4);
}

    /* Tab content */
    .tab-pane {
      background: white;
      border-radius: 28px;
      padding: 4rem;
      margin-top: 3rem;
      box-shadow: 0 20px 60px rgba(0,0,0,0.1);
      min-height: 400px;
      display: flex;
      align-items: center;
    }
    .tab-icon {
      font-size: 4rem;
      color: #0ea5e9;
      margin-right: 3rem;
    }
    .tab-text h4 {
      font-size: 2rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 1.5rem;
    }
    .tab-text p {
      font-size: 1.15rem;
      line-height: 1.9;
      color: #475569;
    }

    @media (max-width: 992px) {
      .nav-tabs {
        flex-direction: column;
      }
      .nav-tabs .nav-link {
        margin: 0.5rem 0;
      }
      .tab-pane {
        flex-direction: column;
        text-align: center;
      }
      .tab-icon {
        margin-right: 0;
        margin-bottom: 2rem;
      }
    }

  .why-compact {
      padding: 100px 0 120px;
      background: #f8faff;
      text-align: center;
    }
    .compact-section-title {
      font-size: 3rem;
      font-weight: 900;
      color: #0f172a;
      margin-bottom: 2.5rem;
    }
    .compact-lead-text {
      font-size: 1.2rem;
      color: #475569;
      max-width: 800px;
      margin: 0 auto 3rem;
    }

    .compact-benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }
    .compact-benefit-item {
      background: white;
      border-radius: 20px;
      padding: 2rem;
      box-shadow: 0 12px 40px rgba(0,0,0,0.08);
      transition: transform 0.4s ease;
    }
    .compact-benefit-item:hover {
      transform: translateY(-12px);
    }
    .compact-benefit-icon {
      font-size: 2.8rem;
      color: #0ea5e9;
      margin-bottom: 1rem;
    }
    .compact-benefit-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #0f172a;
    }

    @media (max-width: 768px) {
      .section-title { font-size: 2.5rem; }
      .benefits-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    }
    @media (max-width: 480px) {
      .benefits-grid { grid-template-columns: 1fr; }
    }

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

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

    .expertise-img {
      height: 100%;
      object-fit: cover;
    }

    .expertise-content {
      padding: 4rem 3.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .expertise-content h3 {
      font-size: 2.4rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 1.8rem;
    }
    .expertise-content p {
      font-size: 1.2rem;
      line-height: 1.9;
      color: #475569;
    }

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

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

    .intro-text {
      font-size: 1.25rem;
      color: #475569;
      text-align: center;
      max-width: 900px;
      margin: 0 auto 5rem;
    }

    .point-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 2rem;
      font-size: 1.2rem;
      line-height: 1.8;
      color: #334155;
    }
    .point-item i {
      font-size: 2rem;
      color: #0ea5e9;
      margin-right: 1.5rem;
      flex-shrink: 0;
      margin-top: 0.2rem;
    }

    .why-image img {
      border-radius: 28px;
      box-shadow: 0 25px 70px rgba(0,0,0,0.15);
      max-width: 100%;
    }

    @media (max-width: 768px) {
      .section-title { font-size: 2.8rem; }
      .point-item { font-size: 1.1rem; }
      .point-item i { font-size: 1.8rem; }
    }
    .why-img img{
        width: 100%;
    }

   .why-title {
    margin-bottom: 53px !IMPORTANT;
}

.why-choose-section {
      padding: 140px 0;
      background: #ffffff;
    }
    .section-title {
      font-size: 3.2rem;
      font-weight: 900;
      color: #0f172a;
      margin-bottom: 4rem;
      position: relative;
      text-align: center;
    }
    .section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -18px;
      width: 100px;
      height: 5px;
      background: linear-gradient(90deg, #0ea5e9, #3b82f6);
      border-radius: 3px;
    }

    .why-content {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 4rem;
    }
    .why-text {
      flex: 1;
    }
    .why-text h3 {
      font-size: 2.4rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 2rem;
    }
    .why-text p {
      font-size: 1.2rem;
      line-height: 1.9;
      color: #475569;
    }

    .why-image {
      flex: 1;
      text-align: center;
    }
    .why-image img {
      max-width: 100%;
      height: auto;
      border-radius: 24px;
      box-shadow: 0 25px 70px rgba(0,0,0,0.12);
    }

    @media (max-width: 992px) {
      .why-content {
        flex-direction: column;
        text-align: center;
      }
      .why-image {
        order: -1;
        margin-bottom: 3rem;
      }
      .section-title { font-size: 2.8rem; }
    }

    .benefits-section {
      padding: 140px 0;
      background: #f8faff;
    }
    .section-title {
      font-size: 43px;
      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;
    }

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

    .benefit-item {
      text-align: center;
      padding: 2.5rem 1.5rem;
      background: white;
      border-radius: 28px;
      box-shadow: 0 15px 50px rgba(0,0,0,0.08);
      transition: all 0.5s ease;
    }
    .benefit-item:hover {
      transform: translateY(-15px);
      box-shadow: 0 30px 80px rgba(14,165,233,0.2);
    }

    .benefit-icon {
      width: 100px;
      height: 100px;
      margin: 0 auto 1.5rem;
    }

    .benefit-title {
      font-size: 1.5rem;
      font-weight: 700;
      color: #0f172a;
    }

    @media (max-width: 768px) {
      .section-title { font-size: 2.9rem; }
      .benefits-grid { gap: 2rem; }
      .benefit-icon { width: 80px; height: 80px; }
    }
    .benefit-crd-cov h5 {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
}
.benefit-crd-cov {
    border-bottom: 2px solid black;
}



/*---------------- about css---------------- */
.about-hero {
    min-height: 100vh;
    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: 130px;
    padding-bottom: 40px;
}

    /* 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;
    }
    @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: 140px 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: 4rem 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .mv-content h3 {
      font-size: 2.5rem;
      font-weight: 800;
      color: #0f172a;
      margin-bottom: 2rem;
      line-height: 1.2;
    }
    .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 #0ea5e9;
    top: 40px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 6px #e0f2fe;
}
    .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: 2.5rem;
      font-weight: 900;
      color: #0ea5e9;
      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: -15px;
      width: 120px;
      height: 6px;
      background: linear-gradient(90deg, #0ea5e9, #3b82f6);
      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: Georgia, serif;
    }

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