/* <style> */
      .left-wrapper .single-feature {
        background: #ffffff;
        border: 1px solid #f0f0f0;
        padding: 18px;
        border-radius: 10px;
        margin-bottom: 16px;
        box-shadow: 0 6px 18px rgba(43, 108, 176, 0.04);
      }
      .left-wrapper .single-feature .icon {
        font-size: 28px;
        color: #276fbf;
        margin-bottom: 8px;
      }
      .left-wrapper h6 {
        font-weight: 700;
        margin-bottom: 8px;
      }
      .left-wrapper .tech-list li {
        margin-bottom: 6px;
      }

      /* Dark theme */
      html.theme-dark body {
        color: #c9d1d9;
        background: #0d1117;
      }
      html.theme-dark h1,
      html.theme-dark h2,
      html.theme-dark h3,
      html.theme-dark h4,
      html.theme-dark h5,
      html.theme-dark h6 {
        color: #e6edf3;
      }
      html.theme-dark .hero-section-wrapper-2 {
        background: #0d1117;
      }
      html.theme-dark .hero-section-wrapper-2 .hero-style-2::after {
        background: #161b22;
      }
      html.theme-dark
        .hero-section-wrapper-2
        .hero-style-2
        .hero-content-wrapper
        h2 {
        color: #e6edf3;
      }
      html.theme-dark .hero-section-wrapper-2 .header.sticky {
        background: #161b22 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
      }
      html.theme-dark
        .hero-section-wrapper-2
        .header:not(.sticky)
        .navbar-nav
        .nav-item
        a {
        color: #c9d1d9;
      }
      html.theme-dark
        .hero-section-wrapper-2
        .header:not(.sticky)
        .navbar-nav
        .nav-item
        a:hover,
      html.theme-dark
        .hero-section-wrapper-2
        .header:not(.sticky)
        .navbar-nav
        .nav-item
        a.active {
        color: #58d4f5;
      }
      html.theme-dark
        .hero-section-wrapper-2
        .header:not(.sticky)
        .navbar-toggler
        .toggler-icon {
        background-color: #e6edf3;
      }
      html.theme-dark .header.header-2 .navbar {
        background: transparent;
      }
      html.theme-dark .header.header-2 .navbar-nav .nav-item a {
        color: #c9d1d9;
      }
      html.theme-dark .header.header-2 .navbar-nav .nav-item a:hover,
      html.theme-dark .header.header-2 .navbar-nav .nav-item a.active {
        color: #58d4f5;
      }
      html.theme-dark .header.header-2 .navbar-collapse {
        background-color: #161b22 !important;
      }
      html.theme-dark .header.header-2 .navbar-toggler .toggler-icon {
        background-color: #e6edf3;
      }
      html.theme-dark #solutions {
        background: #0d1117;
      }
      html.theme-dark .feature-style-2 {
        background: #0d1117;
      }
      html.theme-dark .feature-style-2 .single-feature .content h5,
      html.theme-dark .feature-style-2 .single-feature .content p {
        color: #c9d1d9;
      }
      html.theme-dark .contact-style-6 {
        background: #161b22;
      }
      html.theme-dark .left-wrapper .single-feature {
        background: #21262d;
        border-color: #30363d;
        box-shadow: none;
      }
      html.theme-dark .left-wrapper .single-feature .content h6,
      html.theme-dark .left-wrapper .single-feature .content .tech-list {
        color: #c9d1d9;
      }
      html.theme-dark .about-style-3 {
        background: #0d1117;
      }
      html.theme-dark .about-style-3 .about-content-wrapper .section-title p {
        color: #8b949e;
      }
      html.theme-dark .pricing-style-1,
      html.theme-dark .pricing-style-1.bg-white {
        background: #161b22 !important;
      }
      html.theme-dark .pricing-style-1 .single-pricing {
        background: #21262d;
        border-color: #30363d;
        box-shadow: none;
      }
      html.theme-dark .pricing-style-1 .single-pricing h6,
      html.theme-dark .pricing-style-1 .single-pricing h3 {
        color: #e6edf3;
      }
      html.theme-dark .team-style-1 {
        background: #0d1117;
      }
      html.theme-dark .team-style-1 .single-team {
        background: #21262d;
      }
      html.theme-dark .team-style-1 .single-team .info h6 {
        color: #e6edf3;
      }
      html.theme-dark .team-style-1 .single-team .info p {
        color: #8b949e;
      }
      .clients-logo-section {
        background: #f8fafc;
      }
      html.theme-dark .clients-logo-section {
        background: #161b22;
      }
      .client-logo-marquee {
        overflow: hidden;
        position: relative;
        width: 100%;
        -webkit-mask-image: linear-gradient(
          90deg,
          transparent,
          #000 6%,
          #000 94%,
          transparent
        );
        mask-image: linear-gradient(
          90deg,
          transparent,
          #000 6%,
          #000 94%,
          transparent
        );
      }
      .client-logo-marquee__track {
        display: flex;
        width: max-content;
        animation: client-logo-marquee-scroll 42s linear infinite;
      }
      .client-logo-marquee:hover .client-logo-marquee__track {
        animation-play-state: paused;
      }
      .client-logo-marquee__group {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        gap: 2.5rem;
        padding-right: 2.5rem;
      }
      @keyframes client-logo-marquee-scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-50%);
        }
      }
      .client-logo-marquee__link {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 200px;
        height: 96px;
        padding: 0 1.25rem;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(43, 108, 176, 0.08);
        border: 1px solid #eef2f7;
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease;
      }
      .client-logo-marquee__link:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px rgba(39, 111, 191, 0.12);
      }
      .client-logo-marquee__link img {
        max-height: 60px;
        max-width: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
      }
      html.theme-dark .client-logo-marquee__link {
        background: #fff;
        border-color: #e2e8f0;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
      }
      @media (prefers-reduced-motion: reduce) {
        .client-logo-marquee__track {
          animation: none;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          max-width: 960px;
          margin-left: auto;
          margin-right: auto;
        }
        .client-logo-marquee__group {
          flex-wrap: wrap;
          justify-content: center;
          padding-right: 0;
        }
        .client-logo-marquee__group--duplicate {
          display: none;
        }
        .client-logo-marquee {
          -webkit-mask-image: none;
          mask-image: none;
        }
      }
      html.theme-dark .footer-style-1 {
        background: #0d1117;
      }
      html.theme-dark .footer-style-1 .widget-wrapper .footer-widget p,
      html.theme-dark .footer-style-1 .widget-wrapper .footer-widget .desc {
        color: #8b949e;
      }
      html.theme-dark .footer-style-1 .widget-wrapper .footer-widget h6 {
        color: #e6edf3;
      }
      html.theme-dark
        .footer-style-1
        .widget-wrapper
        .footer-widget
        .links
        li
        a {
        color: #c9d1d9;
      }
      html.theme-dark .footer-style-1 .copyright-wrapper {
        border-top-color: #30363d;
      }
      html.theme-dark .footer-style-1 .copyright-wrapper p {
        color: #8b949e;
      }
      #theme-toggle i {
        padding-left: 0;
        margin-right: 6px;
      }
      .team-slider-wrap {
        position: relative;
      }
      .team-slider {
        display: flex;
        gap: 24px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 4px 6px 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
      .team-slider::-webkit-scrollbar {
        display: none;
      }
      .team-slide {
        flex: 0 0 calc(33.333% - 16px);
        min-width: 280px;
        scroll-snap-align: start;
      }
      .team-point-card {
        background: #ffffff;
        border: 1px solid #eef2f7;
        border-radius: 14px;
        padding: 26px 24px;
        box-shadow: 0 8px 24px rgba(39, 111, 191, 0.08);
        height: 100%;
      }
      .team-point-card h5 {
        margin-bottom: 12px;
      }
      .team-point-card p {
        margin: 0;
      }
      .team-slider-controls {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 24px;
      }
      .team-slider-btn {
        width: 42px;
        height: 42px;
        border: 1px solid #dbe5f0;
        border-radius: 50%;
        background: #ffffff;
        color: #276fbf;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: all 0.2s ease;
      }
      .team-slider-btn:hover {
        background: #276fbf;
        color: #ffffff;
        border-color: #276fbf;
      }
      html.theme-dark .team-point-card {
        background: #21262d;
        border-color: #30363d;
        box-shadow: none;
      }
      html.theme-dark .team-point-card h5 {
        color: #e6edf3;
      }
      html.theme-dark .team-point-card p {
        color: #8b949e;
      }
      html.theme-dark .team-slider-btn {
        background: #21262d;
        border-color: #30363d;
        color: #58d4f5;
      }
      html.theme-dark .team-slider-btn:hover {
        background: #58d4f5;
        color: #0d1117;
        border-color: #58d4f5;
      }
      @media (max-width: 991.98px) {
        .team-slide {
          flex: 0 0 calc(50% - 12px);
        }
      }
      @media (max-width: 767.98px) {
        .team-slide {
          flex: 0 0 100%;
          min-width: 0;
        }
      }
    /* </style> */