  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      font-family: 'ClashDisplay', sans-serif !important;
  }

  .dropdown-menu {
      margin-top: 0;
  }

  .dropdown-menu .dropdown .dropdown-menu {
      left: 100%;
      top: 0%;
      margin: 0 20px;
      border-width: 0;
  }

  .dropdown-menu .dropdown .dropdown-menu.left {
      right: 100%;
      left: auto;
  }

  #sub-drop {
      display: none;
  }

  #main-sub:hover #sub-drop {
      display: block;
  }

  .drop-icon {
      display: none !important;
  }

  .arrow-redirect svg {
      position: relative;
      left: 18rem;
  }

  @media screen and (max-width:992px) {
      ul {
          margin-left: 0px !important;
      }

      .drop-icon {
          display: inline !important;
      }

      .multi-drop {
          display: flex;
          align-items: center;
          justify-content: space-between;
      }

      #multi-drop-id {
          width: 65% !important;
      }

      #sub-drop {
          margin: 0 1rem !important;
          display: block;
      }

      .arrow-redirect svg {
          left: 12rem !important;
      }
  }

  @media (min-width: 768px) {
      .dropdown-menu .dropdown .dropdown-menu {
          margin: 0;
          border-width: 1px;
      }

      .dropdown-menu>li.show>a {
          color: white;
      }
  }

  @media(max-width:768px) {
      .arrow-redirect svg {
          left: 20rem !important;
      }
  }

  @media(max-width:450px) {
      .arrow-redirect svg {
          left: 16rem !important;
      }
  }

  @media(max-width:400px) {
      .arrow-redirect svg {
          left: 12rem !important;
      }
  }

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

  body {}

  .navbar {
      padding: 1rem 1rem !important;
      transition: background-color 0.3s ease;
      background-color: transparent !important;
      z-index: 999;
  }

  .navbar.scrolled {
      background-color: rgba(0, 0, 0, 0.9) !important;
  }

  .navbar a {
      color: white !important;
      font-size: 16px;
  }

  .navbar a:hover {
      color: #f15b26 !important;
  }

  .dropdown-menu {
      z-index: 1000 !important;
  }

  .dropdown-menu a {
      color: black !important;
  }

  .dropdown-menu a:hover {
      background-color: #f8f9fa !important;
  }



  h2 {

      font-size: 40px;
      font-weight: 600 !important;
      padding-bottom: 25px;

  }

  .h5 {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: bold;
      font-size: 17px;
  }

  h3 {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: bold;
      font-style: normal;
      font-size: 24px;

  }

  p {
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: normal;
      font-size: 16px;
      opacity: 80%;

  }

  .spacing {
      margin-bottom: 25px !important;
  }

  a {
      text-decoration: none;
      color: black;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: normal;
      font-size: 16px;


  }





  .cutome-image {
      display: flex;
      align-items: center;

      justify-content: center;



      text-align: center;

      margin-top: -80px;
  }


  .corner-text {
      position: absolute;
      color: #000000;
      font-weight: 400;
      font-size: 14px;
      padding: 40px 0px 5px;
      border-radius: 5px;
      z-index: 2;
      max-width: 40%;
      line-height: 1.3;
  }

  .top-right {
      top: 10px;
      right: 0px;

      text-align: left;

  }

  .bottom-left {
      bottom: 10px;
      left: 30px;
      text-align: left;
  }

  /* Responsive adjustments */
  @media (max-width: 576px) {
      .services-bg {
          height: 450px;
          max-width: 100%;
      }

      .bottom-left {

          bottom: 0px;
          left: 10px;
          text-align: left;
      }

      .corner-text {
          font-size: 1rem;
          padding: 40px 15px;
          max-width: 45%;
      }
  }

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

  .hero h1 {
      /* font-family: 'Clash Display', sans-serif; */
      font-size: 52px;
      /* font-weight: 600 !important; */
      /* letter-spacing: 0.5px; */
      margin-bottom: 15px;
      color: white;
  }

  .btn-orange {
      background: #f15b26;
      color: rgba(0, 0, 0, 0.877);
      font-size: 14px;
      padding: 15px 50px;
      border: 2px solid #000000f5;
      /* light black border */
      border-radius: 5px;
      font-weight: bold;
      transition: all 0.3s ease;

      /* opacity: 80%; */

  }

  .btn-orange:hover {
      background: #ffffff;
      color: #000;
      border: 1px solid #000;

  }

  .imges-style {
      border-radius: 20px;
  }

  .features {
      background-color: #F7F7F7;
      padding: 10px 10px;
      border-top: 2px solid #e4e4e4;
      margin: 0px 80px;
  }

  .bg-lights {
      margin: 0px 80px;
  }

  .featuretext {
      font-size: 20px;
      font-weight: bold;
      font-family: "Inter", sans-serif;
      /* color: #1E1F33; */
      opacity: 85%;
      align-items: center;
      justify-content: center;
      margin: 0px;
      padding: 0px;
  }

  .feature-box {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 35px;
      padding: 25px;

  }

  .feature-box img {
      width: 50px;
      height: 50px;
  }

  .feature-box h4 {
      font-family: 'Clash Display', sans-serif;
      font-size: 18px;
      font-weight: 600;
      margin: 0;
  }

  .custom-alignment {
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;

  }

  .card-box {
      border: 2px solid #45464B;
      border-radius: 20px;
      padding: 20px 25px 20px 50px;
      height: 100%;

      display: flex;
      flex-direction: column;
      justify-content: space-between;

  }


  .card-box a {
      color: #232324;
      font-weight: bold;
  }

  .service-hover {
      transition: transform 0.4s ease, box-shadow 0.4s ease;
      will-change: transform;
  }

  .service-hover:hover {
      transform: scale(1.05);

      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  }

  .card-content h3 a:hover {
      color: #f15b26;
  }



  /* Base Structure */
  .dual-column-section {
      display: grid;
      grid-template-columns: 1fr 2fr;
      /* min-height: 70vh; */
      gap: 20px;
      /* margin-left: 10px; */
  }

  /* Common Styles */
  .stats-column,
  .cta-column {
      position: relative;
      background-size: cover;
      background-position: center;
  }



  .stats-column::before,
  .cta-column::before {}


  .stats-column>*,
  .cta-column>* {
      position: relative;
      z-index: 2;
  }

  .stats-content,
  .cta-content {

      /* padding: 2rem; */
      padding: 25px;
  }

  /* Stats Styles */
  .stats-number {
      font-family: 'Clash Display', sans-serif;
      color: white;
      font-size: 4rem;
      line-height: 1;
      margin-bottom: 1rem;
  }

  .stats-number2 {
      font-family: 'Clash Display', sans-serif;
      color: #000000 !important;
      font-size: 48px !important;

      line-height: 1;
      font-weight: 800;
      /* font-weight: 400px; */
      margin-bottom: 1rem;
  }

  .stats-text {
      color: #fff;
      font-size: 1rem;
      margin-bottom: 3rem;
  }

  /* Tech Icons */
  .tech-icons {
      display: flex;
      gap: 1rem;
      margin-top: 3rem;
  }

  .tech-icon {
      width: 50px;
      height: 50px;
      fill: #f15b26;
      transition: transform 0.3s ease;
  }

  .tech-icon:hover {
      transform: translateY(-5px);
  }

  /* CTA Styles */
  .cta-heading {
      font-family: 'Clash Display', sans-serif;
      color: #fff;
      font-size: 2.5rem;
      /* font-weight: bold !important; */
      line-height: 1.3;
      margin-bottom: 2.5rem;
  }

  .cta-button-wrapper {
      display: flex;
      justify-content: flex-end;
      /* Pushes button to right */
  }

  .cta-button {
      background: #f15b26;
      color: #fff;
      padding: 1rem 3rem;
      border: none;
      border-radius: 4px;
      font-family: 'Clash Display', sans-serif;
      font-size: 1.1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: all 0.3s ease;
  }

  .buttons {
      /* background: #f15b26; */
      color: #000000;
      border: solid rgb(216, 216, 216);
      border-radius: 20px;
      font-family: 'Clash Display', sans-serif;
      font-size: 16px;
      padding: 10px;
  }

  .buttons:hover {
      color: #000000;
  }

  .cta-button:hover {
      background: #d4491d;
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(241, 91, 38, 0.3);
  }

  .service-card-getstarted {
      background: #F6F6F6;
      border-radius: 20px;
  }

  a {
      color: #d4491d;
  }

  .feature-box2 {
      transition: all 0.3s ease;
      background: #F5F5F5;
  }

  .feature-box2:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .feature-icon {
      background: #ffffff;
      border-radius: 50%;
      padding: 10px;
  }

  .projects {
      border-radius: 20px;
      padding: 2px;

      height: auto;
      width: auto;
  }

  /* .project-images {
            border-radius: 20px;
            width: 550px;
            height: 330px;
        } */
  .project-images {
      border-radius: 20px;
      width: 100%;
      max-width: 550px;
      height: auto;
      object-fit: cover;
      display: block;
  }

  .custom-border {
      border-right: 2px solid #00000010;
  }

  .custom-review-row {
      display: flex;
      align-items: center;
      max-width: 100%;
      overflow: visible;
      margin: 0 auto;
  }

  .review-col {
      background: white;
      border: 1px solid rgba(0, 0, 0, 0.493);
      border-radius: 8px;
      padding: 10px;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      width: 35%;

  }

  /* Second column - overlap first and increase width */
  .review-col.second {
      left: -30px;
      z-index: 2;
      width: 35%;
      /* slightly wider */
  }

  /* Third column - more overlap, more width, and more height */
  .review-col.third {

      left: -60px;
      top: 3px;
      z-index: 3;
      width: 35%;
      /* wider */
      min-height: 150px;

      /* taller */
  }



  .hero-animated-wrapper {
      max-width: 1200px;
      width: 100%;
      min-height: 165px;
      margin: 0 auto;
  }



  .cursor {
      display: inline-block;
      color: #d4491d;
      margin-left: 2px;
      animation: blink 0.8s infinite;
  }

  @keyframes blink {

      0%,
      100% {
          opacity: 0;
      }

      50% {
          opacity: 1;
      }
  }

  #typed-orange {
      color: #d4491d;
  }

  #typed-white {
      color: #fff;
  }

  .tech-icons-project {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;

      gap: 0;

  }

  .tech-icons-project img {
      width: 45px;
      height: 45px;
      object-fit: contain;
      margin-left: -12px;
      /* overlap effect */
      z-index: 1;
      position: relative;
  }

  .tech-icons-project img:first-child {
      margin-left: 0;
      /* no overlap on first */
  }

  .tech-icons-project svg {
      width: 45px;
      height: 45px;
      flex-shrink: 0;
      margin-left: 20px;
      /* space between icons and plus */
      fill: #fcfcfc;
  }

  .grayscale-logo {
      width: 130px;
      height: 80px;
      object-fit: contain;
      display: block;
  }


  footer {
      a {
          color: black;
          text-decoration: none;
          transition: color 0.3s ease;
      }

      a:hover {
          color: #d4491d;
          ;
      }
  }

  .faq-answer {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: all 0.3s ease;
      position: relative;
  }

  .faq-answer.expanded {
      -webkit-line-clamp: unset;
      overflow: visible;
  }

  .see-more {
      color: #000000;
      cursor: pointer;
      font-weight: 500;
      display: inline-block;
      margin-top: 8px;
  }

  .faq-item {
      background-color: #ffffff;
      border-radius: 8px;

      transition: all 0.3s ease;
      padding-bottom: 30px;
      /* height: 100%; */
  }

  .faq-text-wrapper {
      display: flex;
      flex-direction: column;

  }

  .consultation-form-section {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 0px;
      background: transparent;
  }

  .form-container {
      background: rgba(255, 255, 255, 0.1);
      /* Light transparent background */
      backdrop-filter: blur(10px);
      /* Applies the blur effect */
      -webkit-backdrop-filter: blur(10px);
      /* For Safari support */
      padding: 30px 40px;
      border-radius: 20px;
      max-width: auto;
      width: 100%;
      box-sizing: border-box;
      color: white;
      font-family: 'Inter', sans-serif;
  }

  .form-container h2 {
      font-family: 'Clash Display', sans-serif;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 0px;
      color: white;
  }

  .form-container h2 .highlight {
      color: #f15b26;
  }

  .consultation-form input,
  .consultation-form textarea {
      width: 100%;
      background: #000000;
      border: none;
      border-radius: 8px;
      padding: 12px 15px;
      margin-bottom: 20px;
      color: white;
      font-size: 14px;
      font-family: 'Inter', sans-serif;
      resize: none;
  }

  .consultation-form input::placeholder,
  .consultation-form textarea::placeholder {
      color: #666666;
  }

  .consultation-form textarea {
      min-height: 80px;
  }


  /* Responsive Design */



  @media (max-width: 768px) {
    .bg-nav-mobile{
        background-color: #000000;
        padding: 15px;
        border-radius: 20px;
    }
      .hero h1 {
          font-size: 34px;
      }

      .h2 {
          text-align: center;

      }


      .hero p {
          font-size: 16px;

      }

      .feature-box {

          flex-direction: column;
          align-items: center;
          text-align: center;
      }

      .custom-border {
          border-right: none !important;
      }

      .features {
          margin: 0 20px;

      }

      .custom-alignment {
          padding-left: 15px;
          padding-right: 15px;
      }

      .bg-lights {
          margin: 0 30px;
      }

      .tech-icons-project {
          flex-wrap: wrap;
          /* allow wrapping */
          justify-content: center;
          /* center on small screens */
      }

      .tech-icons-project img,
      .tech-icons-project svg {
          width: 35px;
          height: 35px;
          margin-left: 0;
          /* remove overlap on small */
          margin: 5px;
      }

      .cta-button-wrapper {
          display: flex;
          justify-content: center !important;
          align-items: center;
          /* Pushes button to right */
      }

      .stats-number {
          font-size: 40px !important;
      }

      .stats-text {
          font-size: 30px !important;
          padding-bottom: 0px !important;
          margin-bottom: 0px !important;
      }

      .cta-heading {
          font-size: 2.75rem;
      }

      .cta-button {
          width: 100%;
      }

      .dual-column-section {
          grid-template-columns: 1fr;
          min-height: auto;
      }

      .stats-column,
      .cta-column {
          padding: 6rem 2rem;
          border: none !important;
      }

      .stats-content,
      .cta-content {
          text-align: center;
      }

      .tech-icons {
          justify-content: center;
      }

      .stats-number {
          font-size: 18px;
      }

      .cta-heading {
          font-size: 2rem;
      }

      .feature-box {
          margin-bottom: 1rem;
      }

      .feature-icon {
          flex: 0 0 40px;
      }

      .custom-review-row {
          flex-direction: column;
          align-items: stretch;
      }

      .review-col {
          width: 100% !important;
          left: 0 !important;
          top: 0 !important;
          margin-bottom: 15px;
      }


  }