  :root {
      --navy:#061729;
      --navy2:#0b263d;
      --red:#c43d3d;
      --red2:#ef5a48;
      --cream:#f4f2ee;
      --white:#fff;
      --ink:#142130;
      --muted:#65717d;
      --line:rgba(6,23,41,.12);
      --radius:26px;
      --shadow:0 26px 80px rgba(6,23,41,.14)
  }

  *{margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }


  body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #ffffff;
    padding-top: 90px; 
    text-align: left;
    justify-content: left;
  }


  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    z-index: 999;
    transition: top 0.3s ease-in-out;
  };

  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    position: relative;
    list-style: none;
  }

  .navbar a {
    text-decoration: none;  
    color: #333;            
    font-weight: 600;
    font-size: 16px;
  }

  .navbar:hover,
  .navbar:hover a {
    color: #061729;         
    text-decoration: none;  
    cursor: pointer;
  }

  .nav-logo img {
    height: 70px;
  }

  .nav-links {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .nav-links ul {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
  }

  .nav-links ul li {
    position: relative;
  }

  .nav-links a,
  .nav-links span.dropdown {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
  }

  .services-menu {
    position: relative;
  }

  .dropdown-container.services-menu {
    position: relative;
  }

  .dropdown-container {
    position: relative;
  }

  .mega-dropdown {
    position: absolute;
    top: calc(100% + 18px);
    left: 20%;
    transform: translateX(-50%) translateY(10px);

    width: 400px;
    background: #fff;

    padding: 20px 20px 20px; /* bottom space kam */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 22px;

    border-radius: 0 0 14px 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
  }

  /* Important: invisible bridge between menu text and dropdown */
  .mega-dropdown::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background: transparent;
  }

  .dropdown-container:hover .mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-20%) translateY(0);
  }

  .dropdown-container:hover .dropdown-arrow {
    transform: rotate(180deg);
  }

  .mega-col {
    position: relative;
  }

  .mega-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -23px;
    width: 1px;
    height: 85%;
    border-right: 1px dashed #b9c9bd;
  }

  .mega-icon {
    width: 42px;
    height: 42px;
    background: #dff3e3;
    color: #032f40;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }

  .mega-col h4 {
    color: #032f40;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 700;
  }

  .mega-col a {
    display: block;
    color: #566b66;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 400;
    transition: 0.2s ease;
  }

  .mega-col a:hover {
    color: #d13d2f;
    padding-left: 5px;
  }

  @media (max-width: 991px) {
    .mega-dropdown {
      position: static;
      width: 100%;
      transform: none;
      grid-template-columns: 1fr;
      box-shadow: none;
      padding: 20px;
    }

    .mega-col:not(:last-child)::after {
      display: none;
    }
  }

  .company-mega-menu {
    position: relative;
  }

  .company-mega-dropdown {
    position: absolute;
    top: calc(100% + 18px);
    left: 20%;
    transform: translateX(-20%) translateY(10px);

    width: 200px;
    background: #fff;

    padding: 20px 20px 20px; /* bottom space kam */

    border-radius: 0 0 14px 14px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    z-index: 9999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
  }

  .company-mega-dropdown::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    background: transparent;
  }

  /* company dropdown links spacing */
  .company-mega-dropdown a {
    display: block;
    margin-bottom: 12px;
  }

  .company-mega-dropdown a:last-child {
    margin-bottom: 0; /* last item ke baad space remove */
  }

  .company-mega-menu:hover .company-mega-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-20%) translateY(0); /* yahan -50% nahi, -20% */
  }

  .company-mega-menu:hover .dropdown-arrow {
    transform: rotate(180deg);
  }

  .nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex-shrink: 0;
  }

  .nav-right .phone-link {
    color: #032f40;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
  }

  .nav-right .phone-link:hover {
    color: #061729;
  }

  .nav-right .contact-btn {
    background: linear-gradient(45deg, #b63434, #061729);
    color: rgb(255, 255, 255); 
    padding: 10px 20px; 
    border-radius: 25px; 
    text-decoration: none; 
    font-weight: bold; 
    transition: background 0.3s ease;
  }

  .nav-right .contact-btn:hover {
    background: linear-gradient(45deg, #dc4141, #072a4f);

  }



  /* Small Mobile */
  @media (max-width: 480px) {
    .nav-logo img {
      height: 52px;
    }

    .nav-links {
      top: px;
      width: 100%;
      max-width: 100%;
      height: calc(100vh - 72px);
    }

    .nav-right .contact-btn {
      display: none;
    }
  }



  .mobile-consultation {
    display: none;
  }

  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    height: 100vh !important;
    position: fixed;
    width: 100%;
  }

  .nav-bar {
    display: grid;
    grid-template-columns: 220px 1fr 460px;
    align-items: center;
  }

  .nav-links {
    justify-content: center;
  }

  .nav-links ul {
    justify-content: center;
  }

  .nav-right {
    justify-content: flex-end;
  }

  .icon {
    display: none;
  }

  .mobile-contact {
    display: none;
  }

  .menu-top{
    display: none;
  }

  .mobile-contact {
      display: none !important;
  }
  .desktop-contact {
      display: flex !important;
  }


  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      background: white;
    }

      .mobile-contact {
      display: block !important;
    }
    .desktop-contact {
      display: none !important;
    }
    
  .nav-bar {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
  }

  .mobile-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

    .nav-logo img {
      height: 60px;
    }

    .icon {
      font-size: 28px;
      color: #061729;
      cursor: pointer;
    }

    .nav-logo img {
      height: 60px;
      align-self: flex-start;
      flex-direction: row;
    }

    .icon {
      display: block;
      font-size: 15px;
      cursor: pointer;
      color: #061729;
      align-self: flex-end;
      margin: 10px 0;
    }

    .nav-links,
    .nav-right {
      display: none;
    }

    .nav-links.show {
      display: flex;
      width: 100%;
      flex-direction: column;
      background: #fff;
      border-top: 1px solid #eee;
    }

      #mobileMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 90vw;
        height: 100vh;
        background: white;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
      }

    body.menu-open .mobile-header {
      display: none !important;
    } 

    #mobileMenu.show {
      transform: translateX(0);
    }

    .menu-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px;
      border-bottom: 1px solid #eee;
      background-color: white;
      z-index: 10001;
    }

    .menu-top .nav-logo img {
      height: 40px;
      padding-left: 20px;
    }

    .menu-top .icon {
      font-size: 30px;
      color: #061729;
      cursor: pointer;
      padding-right: 20px;
    }

    body.menu-open .page-content {
      filter: blur(20px);
      pointer-events: none; 
      user-select: none;    
      transition: filter 0.3s ease;
    }

    body.menu-open footer {
      filter: blur(20px);
      pointer-events: none;
      user-select: none;
      transition: filter 0.3s ease;
    }
    .icon {
      font-size: 28px;
      color: #061729;
      cursor: pointer;
      user-select: none;
    }

    .nav-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
      flex-grow: 1;
      overflow-y: auto;
    }

    .nav-links ul li {
      border-bottom: 1px solid #eee;
    }

    .nav-links ul li a,
    .nav-links ul li span.dropdown {
      display: block;
      padding: 5px 20px;
      color: #333;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
    }

    .dropdown-menu {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background: #f9f9f9;
      padding-left: 10px;
    }

    .dropdown-container.active .dropdown-menu {
      max-height: 500px;
    }

    .nav-links ul {
      flex-direction: column;
      gap: 0;
      width: 100%;
    }

    .nav-links ul li {
      width: 100%;
      text-align: left;
      padding: 12px 20px;
      border-top: 1px solid #eee;
      position: relative;
    }

    .nav-links ul li a,
    .nav-links ul li span.dropdown {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      color: #333;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      cursor: pointer;
    }

    .dropdown-menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #f9f9f9;
      padding: 0;
      margin-top: 0;
      position: static;
      transform: none;
      box-shadow: none;
      border-radius: 0;
    }

    .dropdown-container.active .dropdown-menu {
      display: flex;
    }

    .dropdown-menu li {
      padding: 10px;
      border-top: 1px solid #eee;
    }

    .dropdown-menu a {
      color: #333;
      font-weight: 500;
      text-decoration: none;
      font-size: 15px;
    }

    .dropdown-container:hover .dropdown-menu,
    .dropdown-menu:hover {
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      pointer-events: auto;
    }

    .dropdown-menu::before,
    .dropdown-menu::after {
      display: none;
    }

  .nav-right {
      display: none;
    }

    .mobile-contact {
      display: block;
      padding: 16px;
    }

  }
    .section-subtext {
        font-size: 1rem;
    line-height: 1.6;
    color: #555;
    }

      /* ===== MOBILE HEADER FIX ===== */
  @media (max-width: 786px) {

    body {
      padding-top: 80px;
    }

    header {
      height: 80px;
    }

    .nav-bar {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-between !important;
      align-items: center !important;
      padding: 10px 28px !important;
      height: 80px;
    }

    .nav-logo img {
      height: 55px !important;
    }

    .icon {
      display: block !important;
      font-size: 28px !important;
      color: #061729;
      margin: 0 !important;
      align-self: center !important;
    }

    .nav-links {
      position: fixed !important;
      top: 0 !important;
      right: -100% !important;
      width: 100% !important;
      height: 100vh !important;
      background: #fff !important;
      display: block !important;
      z-index: 99999 !important;
      transition: right 0.3s ease !important;
      overflow-y: auto !important;
    }

    .nav-links.active {
      right: 0 !important;
    }

    .menu-top {
      display: flex !important;
      height: 80px !important;
      align-items: center !important;
      justify-content: space-between !important;
      padding: 10px 28px !important;
      border-bottom: 1px solid #eee !important;
    }

    .menu-top .nav-logo img {
      height: 45px !important;
      padding-left: 0 !important;
    }

    .menu-top .icon {
      font-size: 30px !important;
      padding-right: 0 !important;
    }

    .nav-links ul {
      margin: 0 !important;
      padding: 0 !important;
    }

    .nav-links ul li {
      padding: 0 !important;
      border-bottom: 1px solid #eee !important;
    }

    .nav-links ul li a,
    .nav-links ul li span.dropdown {
      padding: 18px 28px !important;
      font-size: 16px !important;
    }

  .nav-links ul li.mobile-consultation {
    display: block !important;
    width: 100% !important;
    padding: 20px 28px !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  .nav-links ul li.mobile-consultation a.mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(45deg, #b63434, #061729);
    color: #fff !important;
    padding: 14px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin: 0 !important;
  }

  .nav-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    height: auto !important;
    min-height: auto !important;
  }

  .nav-links ul li.mobile-consultation {
    margin-top: 20px !important;
  }
  }

  @media (max-width: 1100px) {
    .mega-dropdown,
    .company-mega-dropdown {
      display: none !important;
      position: static !important;
      width: 100% !important;
      height: auto !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      box-shadow: none !important;
    }

    .dropdown-container.active .mega-dropdown,
    .company-mega-menu.active .company-mega-dropdown {
      display: grid !important;
    }

    .nav-links ul {
      justify-content: flex-start !important;
      height: auto !important;
      min-height: 0 !important;
      flex-grow: 0 !important;
    }

    .nav-links ul li.mobile-consultation {
      display: block !important;
      padding: 20px 28px !important;
      margin: 0 !important;
      border-bottom: none !important;
    }

    .mobile-consult-btn {
      width: 100% !important;
      margin: 0 !important;
      box-sizing: border-box !important;
    }
  }

  /* ===== TABLET SAME AS MOBILE: 1100px to 769px ===== */
  @media (max-width: 1100px) and (min-width: 769px) {
    body {
      padding-top: 80px;
    }

    header {
      height: 80px;
      padding: 0 28px;
    }

    .nav-bar {
      height: 80px;
      display: flex !important;
      align-items: center;
      justify-content: space-between;
    }

    .mobile-header {
      width: 100%;
      display: flex !important;
      align-items: center;
      justify-content: space-between;
    }

    .nav-logo img {
      height: 55px !important;
    }

    .icon {
      display: block !important;
      font-size: 30px !important;
      color: #061729 !important;
      cursor: pointer;
    }

    .nav-right {
      display: none !important;
    }

    .nav-links {
      position: fixed !important;
      top: 0 !important;
      right: -100% !important;
      width: 100% !important;
      height: 100vh !important;
      background: #fff !important;
      display: block !important;
      overflow-y: auto !important;
      transition: right 0.3s ease !important;
      z-index: 999999 !important;
    }

    .nav-links.show {
      right: 0 !important;
    }

    .menu-top {
      display: flex !important;
      height: 80px !important;
      align-items: center;
      justify-content: space-between;
      padding: 10px 28px;
      border-bottom: 1px solid #eee;
    }

    .nav-links ul {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
      justify-content: flex-start !important;
      gap: 0 !important;
      width: 100% !important;
      height: auto !important;
      min-height: 0 !important;
      flex-grow: 0 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .nav-links ul li {
      width: 100% !important;
      border-bottom: 1px solid #eee;
      padding: 0 !important;
    }

    .nav-links a,
    .nav-links span.dropdown {
      width: 100% !important;
      padding: 18px 28px !important;
      display: flex !important;
      justify-content: space-between;
      align-items: center;
      font-size: 16px !important;
    }

    .mega-dropdown,
    .company-mega-dropdown {
      position: static !important;
      width: 100% !important;
      display: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      pointer-events: auto !important;
      transform: none !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      padding: 15px 28px !important;
      grid-template-columns: 1fr !important;
    }

    .dropdown-container.active .mega-dropdown,
    .company-mega-menu.active .company-mega-dropdown {
      display: grid !important;
    }

    .mobile-consultation {
      display: block !important;
      padding: 20px 28px !important;
      border-bottom: none !important;
    }

    .mobile-consult-btn {
      display: flex !important;
      align-items: center;
      justify-content: center;
      width: 100% !important;
      box-sizing: border-box !important;
    background: linear-gradient(45deg, #b63434, #061729); 
      color: #fff !important;
      padding: 14px 20px !important;
      border-radius: 25px;
      font-weight: 700;
      text-decoration: none;
      margin: 0 !important;
    }
  } 

  @media (max-width: 1100px) {
    .nav-links ul {
      flex-grow: 0 !important;
      height: auto !important;
      min-height: 0 !important;
      justify-content: flex-start !important;
    }

    .nav-links ul li {
      padding: 12px 20px !important;
    }

    .nav-links ul li a,
    .nav-links ul li span.dropdown {
      padding: 12px 20px !important; /* reduce space */
      font-size: 15px !important;
    }

    .mobile-consultation {
      padding: 15px 20px !important;
    }
  }

    .hero-slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 70vh;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
      height: 100%;
    }

    .slide {
      min-width: 100%;
      height: 100%;
      position: relative;
    }

    .hero-content h1 {
      font-size: 3rem;
      margin: 0;
      
    }

    .hero-content hr {
      width: 150px;
      border: 2px solid white;
      margin: 20px auto;
    }

    .hero-content p {
      font-size: 1.2rem;
      margin: 0 0 20px 0;
    }

    .btn {
      padding: 10px 30px;
      font-size: 1rem;
    background: linear-gradient(45deg, #b63434, #061729);
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s;
            text-decoration: none;

    }

      .btn a{
        text-decoration: none;
      }

    .btn:hover {
    background: linear-gradient(45deg, #dc4141, #072a4f);
    }

    /* Navigation buttons */
    .nav-btn {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      background: transparent; /* no bg */
      border: none;
      font-size: 36px;
      color: #ffffff;
      cursor: pointer;
      z-index: 10;
    }

    .prev { left: 20px; }
    .next { right: 20px; }

    .nav-btn:hover {
      color: #bcbcbc;
    }

  /* Make slider take full viewport on all devices */
  .hero-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; /* full viewport height */
  }

  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures image fills container */
  }

  /* Center content
  .hero-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 5;
    padding: 0 15px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.7);
  } */

  /* Responsive adjustments for tablet */
  @media (max-width: 1024px) {
    .hero-content h1 {
      font-size: 2rem;
    }
    .hero-content p {
      font-size: 1rem;
    }

      .hero-content hr {
      width: 100px;
      border: 2px solid white;
      margin: 20px auto;
    }

      .hero-slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 70vh;
    }
    .btn {
      padding: 10px 25px;
      font-size: 0.95rem;
      text-decoration: none;
        text-shadow: none;

    }

    .explore-wrapper {
    position: absolute;
    bottom: 200px; /* adjust as needed */
    top: 400px;
  }

  }

  /* Responsive adjustments for mobile */
  @media (max-width: 768px) {
    .hero-content h1 {
      font-size: 1.8rem;
    }
      .hero-content hr {
      width: 50px;
      border: 2px solid white;
      margin: 20px auto;
    }
    .hero-content p {
      font-size: 1rem;
      max-width: 90%;
      margin: 0 auto 15px auto;
    }
      .prev { left: 10px; }
    .next { right: 10px; }
    
    .btn {
      padding: 8px 20px;
      font-size: 0.9rem;
    }

    /* Navigation buttons */
    .nav-btn {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background: transparent; /* no bg */
      border: none;
      font-size: 25px;
      color: #ff5c5c;
      cursor: pointer;
      z-index: 10;
    }

      .explore-wrapper {
    position: absolute;
    bottom: 200px; /* adjust as needed */
    top: 500px;
  }
  }

  .explore-wrapper {
    position: absolute;
    bottom: 40px; /* adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    transition: transform 0.3s ease;
    z-index: 2;
    cursor: pointer;
  }


  .arrow-down {
    font-size: 2.5rem;
      color: white;

  }

  .explore-text {
    margin-top: 0.2rem;
    font-size: 1.1rem;
    color: white;
  }

  /* Bounce animation */
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(6px); }
    60% { transform: translateY(3px); }
  }

  #next-section {
    background-color: #fff;
    padding: 0px;
    padding-top: 40px;
    text-align: left;
  }

  .content-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 100px;
    gap: 40px;
  }

  .left-side {
    flex: 1;
    max-width: 500px;
  }

  .section-label {
    color: #061729;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }

  .main-heading {
    font-size: 2.5rem;
    font-weight: 800;
    color: #061729;
    margin-bottom: 20px;
  }

  .sub-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 0px;
  }

  .right-side {
    flex: 1.2;
    max-width: 600px;
  }

  .right-side p {
      font-size: 1.2rem;
    line-height: 1.6;
    color: #555;
    line-height: 1.6;
  }

      .container {
        padding-left: 120px;
        padding-right: 120px;
        padding-top: 20px;
        position: relative;
      }

  .slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 10px;
    scroll-padding-left: 10px;
    scrollbar-width: none;
  }
  .slider-wrapper::-webkit-scrollbar {
    display: none;
  }


      .card {
        flex: 0 0 calc((100% - 40px) / 3); /* 3 cards with 2 gaps of 20px */
        height: 250px;
        background: #061729;
        border-radius: 10px;
        overflow: hidden;
        border: 2px solid #061729;
        position: relative;
      }

      .card-inner {
        height: 200%;
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease;
      }

      
      .card:hover .card-inner {
        transform: translateY(-50%);
      }
      

      .card-front, .card-back {
        height: 50%;
        padding: 30px 20px;
      }

      .card-front {
        background: #061729;
        color: #ffffff;
      }

      .card-back {
    background: linear-gradient(45deg, #b63434, #061729);
        color: white;
              border: 2px solid #061729;
      }

      .card-icon {
        width: 50px;
        height: 50px;
        border: 2px solid #ffffff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        margin-bottom: 20px;
        color: #ffffff;
      }

      .card h3 {
        font-size: 22px;
        margin-bottom: 10px;
      }

      .card-back p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #ffffff;
      }

  .learn-more {
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease; /* for sliding */
  }

  .learn-more:hover {
    transform: translateX(6px); /* slide right on hover */
    color: #ffffff;
  }

  .learn-more::after {
    margin-left: 8px;
    transition: transform 0.3s ease;
  }

  .card:hover .learn-more::after {
    transform: translateX(4px);
  }

      /* Gradient icon coloring */
      .gradient-icon i {
    background: linear-gradient(45deg, #b63434, #061729);
        -webkit-text-fill-color: transparent;
        color: transparent;
        transition: background 0.3s ease;
      }


  .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;         /* remove background */
    border: none;
    color: #061729;                  /* better contrast color */
    padding: 1px 1px;
    font-size: 28px;                 /* bigger arrow for mobile */
    cursor: pointer;
    z-index: 99;
  }

      .scroll-left {
        left: 0px;
      }

      .scroll-right {
        right: 0px;
      }

      @media (max-width: 1024px) {
        .card {
          flex: 0 0 calc((100% - 20px) / 2); /* 2 cards with 1 gap */
        }

        
  .content-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    gap: 40px;
  }

      }
  @media (max-width: 768px) {
    .container {
      position: relative;
      padding: 0 30px;
      margin-top: 40px;
    }


    .card {
      flex: 0 0 100%;
      max-width: 100%;
      scroll-snap-align: center;
      margin: 0 auto;
    }

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      color: #061729;
      font-size: 24px;
      padding: 20px;
      cursor: pointer;
      z-index: 999;
    }

    .scroll-left {
      left: 5;
    }

    .scroll-right {
      right: 0;
    }

    .card-icon {
      width: 30px;
      height: 30px;
      font-size: 15px;
      margin-bottom: 20px;
    }

    .card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card-back p {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .learn-more {
      font-size: 16px;
      margin-top: 10px;
    }
  }
  .partners-section {
    text-align: center;
  }

  .section-heading h2{
    font-size: 2rem;
    color: #061729  ;
    text-align: left;
    justify-content: left;
    align-self: flex-start;  /* align this heading to left/start */
    text-align: left !important;
  }


  .partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
  }

  .partner-logos img {
    height: 50px;
    max-width: 150px;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  @media screen and (max-width: 768px) {

    h1{
          font-size: 1rem;
        }

    h2{
          font-size: 1rem;
        }

  .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #061729;
    margin-bottom: 30px;
    text-align: left;
    justify-content: left;
  }
  }

  @media (max-width: 768px) {
    .sub-heading {
      text-align: left !important;
      align-self: flex-start;
      justify-content: left;
      font-size: 1.2rem;
    }
    .partners-section {
      text-align: left;
    }

    .partner-logos {
      gap: 20px;
      text-align: left;
    justify-content: left;
    }

    .partner-logos img {
      height: 40px;
      max-width: 120px;
    }

    
  }

  @media (max-width: 768px) {
    /* For your main heading class */
    .main-heading {
      text-align: left !important;
      padding-bottom: 0 !important;
      margin-bottom: -20px !important;
      
    }

    /* For section-heading, assuming itÃ¢â‚¬â„¢s a container or class used elsewhere */
    .section-heading {
      text-align: left !important;
      width: 100%;
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 0;
      font-size: 1.5rem;
    }

    .section-label{
      text-align: left !important;
    }
    /* If section-heading is a container and contains h2 */
    .section-heading h2 {
      text-align: left !important;
      width: 100%;
      margin-left: 0;
    }
  }

  .industry-card-back-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .industry-card-back-content ol {
    margin: 10px 0 0 0;
    padding-left: 22px;
    text-align: left;
    width: 100%;
  }

  .industry-card-back-content ol li {
    text-align: left;
    padding-left: 6px;
    margin-bottom: 8px;
    line-height: 1.4;
    font-size: 16px;
    color: #ffffff;
  }

  .industry-card-actions {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .industry-card-action-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
  }

  .industry-card-action-link strong {
    font-weight: 800;
  }

  .industry-card-action-link::after {
    margin-left: 8px;
  }

  .industry-card-action-link:hover {
    transform: translateX(5px);
    color: #ffffff;
  }

  .industry-card-action-link:hover::after {
    transform: translateX(4px);
  }

  .industry-heading {
    text-align: center;
    margin-bottom: 35px;
  }

  .industry-heading h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #061729;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .industry-heading p {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #555;
    margin: 0;
  }

  /* Mobile heading */
  @media (max-width: 768px) {
    .industry-heading {
      margin-bottom: 25px;
      text-align: left;
      justify-content: left;
      align-self: flex-start;
    }

    .industry-heading h2 {
      font-size: 1.2rem;
      text-align: left !important;
      justify-content: left;
      align-self: flex-start;
    }

    .industry-heading p {
      font-size: 1rem;
    }
  }

  .industry-section {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    padding-top: 20px;
    position: relative;
  }

  .industry-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 10px;
  }

  .industry-card {
    width: 100%;
    height: 400px;
    background: #061729;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #061729;
    position: relative;
  }

  .industry-card-inner {
    height: 200%;
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
  }

  .industry-card:hover .industry-card-inner {
    transform: translateY(-50%);
  }

  .industry-card-front,
  .industry-card-back {
    height: 50%;
    padding: 30px 20px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-card-back-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .industry-card-link {
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;

    margin-top: auto;

    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease;
    text-align: left !important;
  }

  .industry-card-front {
    background: #061729;
    color: #ffffff;
  }

  .industry-card-back {
    background: linear-gradient(45deg, #b63434, #061729);
    color: #ffffff;
    border: 2px solid #061729;
  }

  .industry-card-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .industry-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: inherit;
    text-align: left !important;
  }

  .industry-card-back p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: left !important;
  }

  .industry-card-link:hover {
    transform: translateX(6px);
    color: #ffffff;
      align-items: left;

  }

  .industry-card-link::after {
    content: 'Ã¢â€ â€™';
    margin-left: 8px;
    transition: transform 0.3s ease;
      align-items: left;

  }

  .industry-card:hover .industry-card-link::after {
    transform: translateX(4px);
  }

  /* Tablet: 2 cards per row */
  @media (max-width: 1024px) {
    .industry-card-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Mobile: 1 card per row */
  @media (max-width: 768px) {
    .industry-section {
      padding: 0 30px;
      margin-top: 40px;
    }

    .industry-card-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0;
    }

    .industry-card {
      height: 250px;
    }

    .industry-card-icon {
      width: 35px;
      height: 35px;
      font-size: 16px;
      margin-bottom: 20px;
    }

    .industry-card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .industry-card-back p {
      font-size: 16px;
      line-height: 1.4;
    }

    .industry-card-link {
      font-size: 16px;
      margin-top: 10px;
    }
  }

  /* Small Mobile */
  @media (max-width: 480px) {
    .industry-section {
      padding: 0 20px;
    }

    .industry-card-front,
    .industry-card-back {
      padding: 25px 18px;
    }
  }

  /* ===============================
    INDUSTRY CARDS RESPONSIVE FIX
    =============================== */

  /* Large Desktop: 3 cards per row */
  @media (min-width: 1025px) {
    .industry-card-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* Tablet: 2 cards per row */
  @media (max-width: 1024px) {
    .industry-section {
      max-width: 900px;
      padding: 20px;
    }

    .industry-card-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 22px;
    }

    .industry-card {
      height: 420px;
    }

    .industry-card h3 {
      font-size: 21px;
    }

    .industry-card-back p {
      font-size: 15px;
    }
  }

  /* Mobile: 1 card per row */
  @media (max-width: 768px) {
    .industry-section {
      max-width: 100%;
      padding: 0 30px;
      margin-top: 40px;
    }

    .industry-card-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0;
    }

    .industry-card {
      width: 100%;
      height: 300px;
    }

    .industry-card-front,
    .industry-card-back {
      padding: 28px 20px;
    }

    .industry-card-icon {
      width: 38px;
      height: 38px;
      font-size: 17px;
      margin-bottom: 18px;
    }

    .industry-card h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }

    .industry-card-back p {
      font-size: 15px;
      line-height: 1.4;
    }

    .industry-card-link {
      font-size: 15px;
      margin-top: 10px;
    }
    }

    /* Small Mobile */
    @media (max-width: 480px) {
      .industry-section {
        padding: 0 20px;
        margin-top: 30px;
      }

      .industry-card-grid {
        gap: 18px;
      }

      .industry-card {
        height: 300px;
      }

      .industry-card-front,
      .industry-card-back {
        padding: 25px 18px;
      }

      .industry-card-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
        margin-bottom: 16px;
      }

      .industry-card h3 {
        font-size: 17px;
      }

      .industry-card-back p {
        font-size: 14px;
      }

      .industry-card-link {
        font-size: 14px;
      }
    }

    /* Extra Small Mobile */
    @media (max-width: 360px) {
      .industry-section {
        padding: 0 15px;
      }

      .industry-card {
        height: 400px;
      }

      .industry-card-front,
      .industry-card-back {
        padding: 22px 15px;
      }

      .industry-card h3 {
        font-size: 16px;
      }

      .industry-card-back p {
        font-size: 13.5px;
      }
    }


  .testimonials-section {
    text-align: center;
  }

  .section-heading {
    font-size: 2.5rem;
    line-height: 1.6;
    font-weight: 700;
    color: #061729;
    margin-bottom: 30px;
  }

  /* Ensure testimonial grid uses masonry-like layout */
  .testimonial-grid {
    column-count: 3;
    column-gap: 30px;
  }

  .testimonial-card {
    background-color: #061729;
    padding: 30px 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.7s ease forwards;
    opacity: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    color: #ffffff;
    break-inside: avoid;
  }

  .client-logo img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #bababa;
  }

  .feedback {
    font-size: 1.05rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
  }

  .feedback::before {
    content: "\201C";
    font-size: 2.5rem;
    color: #061729;
    position: absolute;
    left: 0;
    top: -10px;
  }

  .rating {
    color: #f4a825;
    font-size: 1.1rem;
    margin-top: 10px;
    letter-spacing: 1px;
  }

  .testimonial-divider {
    border: none;
    border-top: 1px solid #969696;
    margin: 10px 0;
    width: 100%;
  }

  .client-info h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
  }

  .client-info span {
    font-size: 0.9rem;
    color: #ffffff;
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media screen and (max-width: 992px) {
    .testimonial-grid {
      column-count: 2;
    }
  }

  @media screen and (max-width: 600px) {
    .testimonials-section{
      padding-bottom: 0%;
    }
    .testimonial-grid {
      column-count: 1;
    }

    .testimonial-card {
    background-color: #061729;
    padding: 10px 25px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 0.7s ease forwards;
    opacity: 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    color: #ffffff;
    break-inside: avoid;
  }

  .client-info h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
  }
  }

  .clients-section {
    padding: 40px 20px;
      text-align: center;
  }

  .section-heading {
    font-size: 2rem;
    color: #061729;
    margin-bottom: 10px;
  }


  /* Fixed visible area */
  .logo-slider-wrapper {
    overflow: hidden;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
  }

  /* Animated track */
  .logo-track {
    display: flex;
    gap: 40px;
    animation: scroll-logos 30s linear infinite;
    width: max-content;
  }

  /* Logo image styles */
  .logo-track img {
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
    padding: 5px 10px;
  }



  /* Keyframes for infinite scroll */
  @keyframes scroll-logos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .footer {
      background: linear-gradient(50deg, #061729, #07214c);
    color: #eee;
    padding: 40px 20px 20px;
    font-size: 15px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 120px;
    padding-right: 120px;
    margin: 0 auto;
    gap: 40px;
  }


  .footer-about,
  .footer-links,
  .footer-contact,
  .footer-social {
    flex: 1 1 220px;
    min-width: 220px;
  }

  .footer-about h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer-links h4,
  .footer-contact h4,
  .footer-social h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
  }

  .footer-links ul {
    list-style: none;
    padding: 0;
  line-height: 1.6;
    color:#d9d8d8;
}

  .footer-links ul li a {
    color: #d9d8d8;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease; 
    display: inline-block; 
    margin-bottom: 8px; 
  }

  .footer-links ul li a:hover {
    transform: translateX(10px); 
  }


  .footer-contact p {
    margin-bottom: 8px;
    color: #aaaaaa;
  }

  .footer-social .social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #eee;
    transition: color 0.3s ease;
  }

  .footer-social .social-icons a:hover {
    color: #ffffff;
  }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  margin-top: 30px;
  padding: 22px 120px;

  border-top: 1px solid rgba(255, 255, 255, 0.18);

  color: #d9d8d8;
  font-size: 14px;
}

.footer-bottom p {
  margin: 0;
  color: #d9d8d8;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.footer-bottom-links a {
  color: #d9d8d8;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1100px) {
  .footer-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 16px;

    padding: 24px 20px;

    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .footer-bottom-links {
    flex-direction: column;
    gap: 10px;
  }
}

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      padding-left: 20px;
    }

    .footer-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      width: 100%;
      flex-wrap: wrap;
    }

    .footer-about,
    .footer-social {
      flex: 1;
      max-width: 90%;
    }

    .footer-social .social-icons {
      display: flex;
      gap: 10px;
      margin-top: 8px;
    }

    .footer-social .social-icons a {
      margin: 0;
    }
  }

  .hero-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;   /* important */
    padding-left: 120px;            /* moves content from left edge */
    
    background:
      linear-gradient(
        90deg,
        rgba(6, 23, 41, 0.96) 0%,
        rgba(6, 23, 41, 0.88) 45%,
        rgba(6, 23, 41, 0.55) 100%
      ),
      url("../images/home.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    padding: 0;
    margin: 0;              /* remove center spacing */
    text-align: left;       /* keep text left aligned */
    color: #fff;
  }

  /* ANIMATED TITLE */
  .hero-title {
    font-size: clamp(38px, 6vw, 72px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin-bottom: 24px;

    opacity: 0;
    transform: translateY(35px);
    animation: fadeUp 0.9s ease forwards;
  }

  .hero-title span {
    color: #d13d2f;
    position: relative;
    display: inline-block;
  }

  .hero-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 8px;
    background: rgba(182, 52, 52, 0.25);
    z-index: -1;
    border-radius: 20px;
  }

  /* PARAGRAPH */
  .hero-text {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 34px;

    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.9s ease forwards;
    animation-delay: 0.25s;
  }

  /* BUTTONS */
  .hero-buttons {
    display: flex;
    align-items: center;
    gap: 18px;

    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.9s ease forwards;
    animation-delay: 0.45s;
  }

  .btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.35s ease;
  }

  .btn span {
    font-size: 20px;
    transition: transform 0.35s ease;
  }

  .btn:hover span {
    transform: translateX(5px);
  }

  .btn-primary {
      background: linear-gradient(45deg, #b63434, #061729);
    color: #fff;
    border: 1px solid #b63434;
    box-shadow: 0 14px 35px rgba(182, 52, 52, 0.35);
  }

  .btn-primary:hover {
    background: linear-gradient(45deg, #c64545, #0d243d);
    border-color: #9f2b2b;
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(182, 52, 52, 0.45);
  }

  .btn-outline {
    color: #fff;
    background: linear-gradient(45deg, #c84848, #0e253f);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
  }

  .btn-outline:hover {
    background: linear-gradient(45deg, #b63434, #061729);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(182, 52, 52, 0.32);
  }

  /* BUTTON RIPPLE */
  .btn .ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
  }

  .hero-marquee{
      position:absolute;
      bottom:0;
      left:0;
      right:0;
      height:58px;
      background:#fff;
      color:var(--navy);
      display:flex;
      align-items:center;
      overflow:hidden;
      z-index:4;
  }

  .marquee-track{
      display:flex;
      align-items:center;
      gap:28px;
      white-space:nowrap;
      animation:marquee 30s linear infinite;
  }

  .marquee-track span{
      display: inline-flex;
      align-items: center;

      font-size: 12px;
      font-weight: 600;     /* Regular */
      /* or use 500 for Medium */

      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--navy);

      flex-shrink: 0;
  }

  .marquee-track i{
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--red);
  }

  @keyframes marquee{
      to{
          transform:translateX(-50%);
      }
  }

  /* PARTICLES */
  .hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }

  .particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    animation: floatParticle linear infinite;
  }

  .particle::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0.35), transparent);
    top: 1px;
    left: 6px;
    opacity: 0.35;
  }

  /* ANIMATIONS */
  @keyframes fadeUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes floatParticle {
    0% {
      transform: translateY(0) translateX(0);
      opacity: 0;
    }

    20% {
      opacity: 1;
    }

    100% {
      transform: translateY(-120px) translateX(40px);
      opacity: 0;
    }
  }

  @keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
  }

  /* ================================
    HERO RESPONSIVE FIX
    Tablet + Mobile + Small Mobile
  ================================ */

  /* Tablet */
  @media (max-width: 1024px) {
    .hero-section {
      min-height: calc(100vh - 80px);
      padding-left: 45px;
      padding-right: 45px;
      align-items: center;
      background-position: center center;
    }

    .hero-content {
      max-width: 620px;
    }

    .hero-title {
      font-size: clamp(38px, 5.5vw, 56px);
      line-height: 1.15;
      letter-spacing: -1px;
      margin-bottom: 18px;
    }

    .hero-text {
      max-width: 560px;
      font-size: 17px;
      line-height: 1.65;
      margin-bottom: 28px;
    }

    .hero-buttons {
      flex-direction: row;
      gap: 16px;
    }

    .hero-buttons .btn {
      width: auto;
      min-width: 190px;
      padding: 15px 26px;
    }
  }


  /* Mobile */
  @media (max-width: 768px) {
    .hero-section {
      min-height: calc(100vh - 80px);
      padding-left: 28px;
      padding-right: 28px;
      padding-top: 45px;
      padding-bottom: 45px;
      align-items: center;
      justify-content: flex-start;

      background:
        linear-gradient(
          90deg,
          rgba(6, 23, 41, 0.96) 0%,
          rgba(6, 23, 41, 0.90) 48%,
          rgba(6, 23, 41, 0.62) 100%
        ),
        url("home.png");

      background-size: cover;
      background-position: 58% center;
      background-repeat: no-repeat;
    }

    .hero-content {
      max-width: 100%;
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: left;
    }

    .hero-title {
      font-size: clamp(32px, 7vw, 42px);
      line-height: 1.18;
      letter-spacing: -0.8px;
      margin-bottom: 14px;
    }

    .hero-title span {
      display: inline;
    }

    .hero-title span::after {
      height: 6px;
      bottom: 2px;
    }

    .hero-text {
      max-width: 94%;
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .hero-buttons {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 14px;
    }

    .hero-buttons .btn {
      width: 100%;
      max-width: 390px;
      min-width: 0;
      padding: 15px 22px;
      justify-content: center;
      font-size: 15px;
    }
  }


  /* Small Mobile */
  @media (max-width: 480px) {
    .hero-section {
      min-height: calc(100vh - 80px);
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 38px;
      padding-bottom: 38px;
      background-position: 62% center;
    }

    .hero-title {
      font-size: clamp(29px, 8.5vw, 35px);
      line-height: 1.2;
      letter-spacing: -0.5px;
      margin-bottom: 13px;
    }

    .hero-text {
      max-width: 100%;
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 22px;
    }

    .hero-buttons .btn {
      max-width: 100%;
      padding: 14px 18px;
      font-size: 14px;
    }
  }


  /* Extra Small Mobile */
  @media (max-width: 360px) {
    .hero-section {
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 32px;
      padding-bottom: 32px;
    }

    .hero-title {
      font-size: 27px;
      line-height: 1.22;
      letter-spacing: -0.3px;
    }

    .hero-text {
      font-size: 14px;
      line-height: 1.55;
    }

    .hero-buttons {
      gap: 12px;
    }

    .hero-buttons .btn {
      padding: 13px 16px;
      font-size: 13.5px;
    }
  }

  /* ===== FINAL MOBILE FIX: SERVICES TEXT + CARDS ===== */
  @media (max-width: 768px) {

    /* Services text section */
    #next-section {
      height: auto !important;
      min-height: 0 !important;
      padding: 30px 20px 20px 20px !important;
      margin: 0 !important;
      background: #ffffff !important;
      overflow: visible !important;
    }

    #next-section .content-area {
      display: flex !important;
      flex-direction: column !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      min-height: 0 !important;
      gap: 15px !important;
      padding: 0 !important;
      margin: 0 !important;
      overflow: visible !important;
    }

    #next-section .left-side,
    #next-section .right-side {
      width: 100% !important;
      max-width: 100% !important;
      flex: none !important;
      height: auto !important;
      min-height: 0 !important;
    }

    #next-section .main-heading {
      font-size: 1.9rem !important;
      line-height: 1.2 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    #next-section .right-side p {
      font-size: 1rem !important;
      line-height: 1.65 !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    /* AOS disappearing fix on mobile */
    #next-section [data-aos],
    .container[data-aos],
    .card[data-aos] {
      opacity: 1 !important;
      transform: none !important;
      visibility: visible !important;
    }

    /* Cards container */
    .container {
      margin-top: 20px !important;
      padding: 0 24px !important;
      height: auto !important;
      min-height: 0 !important;
      overflow: visible !important;
    }

    .slider-wrapper {
      display: flex !important;
      overflow-x: auto !important;
      overflow-y: visible !important;
      gap: 18px !important;
      padding: 10px 0 !important;
      height: auto !important;
      min-height: 0 !important;
    }

    /* Disable flip/hover on mobile */
    .card {
      flex: 0 0 100% !important;
      width: 100% !important;
      max-width: 100% !important;
      height: 230px !important;
      min-height: 230px !important;
      overflow: hidden !important;
      display: block !important;
    }

    .card-inner {
      height: 100% !important;
      transform: none !important;
      transition: none !important;
      display: block !important;
    }

    .card:hover .card-inner {
      transform: none !important;
    }

    .card-front {
      height: 100% !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      padding: 25px 20px !important;
    }

    .card-back {
      display: none !important;
    }

    .card-icon {
      width: 42px !important;
      height: 42px !important;
      font-size: 18px !important;
      margin-bottom: 18px !important;
    }

    .card h3 {
      font-size: 20px !important;
      line-height: 1.3 !important;
      margin-bottom: 12px !important;
    }

    .learn-more {
      margin-top: 8px !important;
      font-size: 15px !important;
    }
  }


  

/* =====================================================================
   FINAL SERVICES DROPDOWN LAYOUT FIX
   Accounting | IT | Marketing in three side-by-side columns
   Header-only change: all other index page styles remain unchanged.
   Keep this block at the very end of index.css.
   ===================================================================== */

/* Three columns on tablet and desktop. */
@media (min-width: 769px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    position: relative !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 28px !important;
    margin: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:first-child {
    padding-left: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:last-child {
    padding-right: 0 !important;
  }

  /* Dotted divider between Accounting | IT | Marketing. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    border: 0 !important;
    border-right: 1px dashed #aebdb8 !important;
  }

  /* Heading with horizontal line underneath. */
  .dropdown-container.services-menu > .mega-dropdown > .mega-col h4 {
    display: block !important;
    color: #032f40 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid #c8d3cf !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #566b66 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    padding: 0 !important;
    margin: 0 0 16px 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:last-child {
    margin-bottom: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col a:hover {
    color: #d13d2f !important;
    padding-left: 5px !important;
  }
}

/* Full desktop mega-menu box. */
@media (min-width: 1101px) {
  .dropdown-container.services-menu > .mega-dropdown {
    display: grid !important;
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1000px, calc(100vw - 40px)) !important;
    max-width: 1000px !important;
    min-width: 0 !important;
    padding: 30px !important;
    margin: 0 !important;
    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important;
    z-index: 999999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px) !important;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease !important;
  }

  .dropdown-container.services-menu:hover > .mega-dropdown,
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  /* Invisible bridge between Services and the dropdown. */
  .dropdown-container.services-menu > .mega-dropdown::before {
    content: "" !important;
    position: absolute !important;
    top: -22px !important;
    left: 0 !important;
    width: 100% !important;
    height: 22px !important;
    background: transparent !important;
  }
}

/* Tablet menu keeps its existing click behaviour and uses 3 columns. */
@media (min-width: 769px) and (max-width: 1100px) {
  .dropdown-container.services-menu.active > .mega-dropdown {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    padding: 20px 28px !important;
  }
}

/* Small mobile remains stacked for readable text. */
@media (max-width: 768px) {
  .dropdown-container.services-menu > .mega-dropdown {
    grid-template-columns: 1fr !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    padding: 0 !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col:not(:last-child)::after {
    display: none !important;
  }
}

/* =====================================================================
   FINAL SHARED HEADER Ã¢â‚¬â€ COPIED FROM THE WORKING Social Media Marketing PATTERN
   Desktop: Logo left | Navigation centre | Contact details right
   Mobile/tablet: working slide-in menu with clickable dropdowns
   Services: Accounting | IT | Marketing
   ===================================================================== */

.header-shadow {
  box-shadow: 0 8px 28px rgba(6, 23, 41, 0.10) !important;
}

/* ============================= DESKTOP ============================== */
@media (min-width: 1101px) {
  body {
    padding-top: 90px !important;
    overflow-y: auto !important;
    position: static !important;
    height: auto !important;
  }

  header {
    height: 90px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .nav-bar {
    display: grid !important;
    grid-template-columns: 220px minmax(300px, 1fr) 460px !important;
    align-items: center !important;
    width: 100% !important;
    height: 90px !important;
    padding: 10px 40px !important;
  }

  /* The Social Media Marketing header keeps its logo wrapper as the first column. */
  .mobile-header {
    display: flex !important;
    width: 220px !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .mobile-header .nav-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .mobile-header .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 70px !important;
    max-width: 190px !important;
    object-fit: contain !important;
  }

  .mobile-header .icon,
  .menu-top,
  .icon {
    display: none !important;
  }

  #mobileMenu,
  .nav-links,
  .nav-links.show,
  .nav-links.active {
    position: static !important;
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .nav-links {
    align-items: center !important;
    justify-content: center !important;
  }

  .nav-links > ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .nav-links > ul > li {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }

  .nav-links > ul > li > a,
  .nav-links > ul > li > .dropdown {
    display: flex !important;
    width: auto !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
  }

  .nav-right {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 18px !important;
  }

  .mobile-consultation {
    display: none !important;
  }

  /* Desktop Services dropdown box. */
  .dropdown-container.services-menu > .mega-dropdown {
    position: fixed !important;
    top: 90px !important;
    left: 50% !important;
    right: auto !important;

    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    column-gap: 0 !important;
    row-gap: 0 !important;

    width: min(1000px, calc(100vw - 40px)) !important;
    max-width: 1000px !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 30px !important;

    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14) !important;
    z-index: 999999 !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px) !important;

    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease !important;
  }

  .dropdown-container.services-menu:hover > .mega-dropdown,
  .dropdown-container.services-menu.active > .mega-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  .dropdown-container.services-menu > .mega-dropdown::before {
    content: "" !important;
    position: absolute !important;
    top: -22px !important;
    left: 0 !important;
    width: 100% !important;
    height: 22px !important;
    background: transparent !important;
  }

  .dropdown-container.services-menu > .mega-dropdown > .mega-col {
    position: relative !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 28px !important;
    margin: 0 !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col:first-child {
    padding-left: 0 !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col:last-child {
    padding-right: 0 !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 0 !important;
    height: 100% !important;
    border: 0 !important;
    border-right: 1px dashed #aebdb8 !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col h4 {
    display: block !important;
    color: #032f40 !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 0 18px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #c8d3cf !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col a {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    color: #566b66 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col a:last-child {
    margin-bottom: 0 !important;
  }

  .dropdown-container.services-menu
  > .mega-dropdown
  > .mega-col a:hover {
    color: #d13d2f !important;
    padding-left: 5px !important;
  }
}

/* Prevent large desktop padding from squeezing the centre at smaller laptops. */
@media (min-width: 1101px) and (max-width: 1450px) {
  header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nav-bar {
    grid-template-columns: 190px minmax(280px, 1fr) 430px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .mobile-header {
    width: 190px !important;
  }
}

/* ========================== MOBILE/TABLET =========================== */
@media (max-width: 1100px) {
  body {
    padding-top: 80px !important;
  }

  header {
    height: 80px !important;
    padding: 0 !important;
  }

  .nav-bar {
    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    padding: 10px 28px !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mobile-header {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .mobile-header .nav-logo,
  .menu-top .nav-logo {
    display: flex !important;
    align-items: center !important;
  }

  .mobile-header .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 55px !important;
    max-width: 180px !important;
    object-fit: contain !important;
  }

  .mobile-header .icon {
    display: block !important;
    align-self: center !important;
    margin: 0 !important;
    padding: 8px !important;
    color: #061729 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  .nav-right {
    display: none !important;
  }

  #mobileMenu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;

    display: flex !important;
    flex-direction: column !important;

    width: min(90vw, 430px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    border: none !important;
    box-shadow: 14px 0 40px rgba(0, 0, 0, 0.18) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    z-index: 999999 !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-105%) !important;
    transition: transform 0.3s ease-in-out !important;
  }

  #mobileMenu.show,
  #mobileMenu.active {
    transform: translateX(0) !important;
  }

  .menu-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;

    display: flex !important;
    flex: 0 0 80px !important;
    width: 100% !important;
    height: 80px !important;

    align-items: center !important;
    justify-content: space-between !important;

    padding: 10px 28px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .menu-top .nav-logo img {
    display: block !important;
    width: auto !important;
    height: 48px !important;
    max-width: 170px !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  .menu-top .icon {
    display: block !important;
    margin: 0 !important;
    padding: 8px !important;
    color: #061729 !important;
    font-size: 34px !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  #mobileMenu > ul {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  #mobileMenu > ul > li {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    border-top: none !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > .dropdown {
    display: flex !important;
    width: 100% !important;
    min-height: 54px !important;
    padding: 16px 28px !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .dropdown-arrow {
    transition: transform 0.3s ease !important;
    transform: rotate(0deg) !important;
  }

  #mobileMenu .dropdown-container.active > .dropdown .dropdown-arrow {
    transform: rotate(180deg) !important;
  }

  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;

    margin: 0 !important;
    padding: 10px 28px 18px !important;

    background: #f9f9f9 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  #mobileMenu .company-mega-menu.active > .company-mega-dropdown {
    display: block !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown {
    display: grid !important;
  }

  #mobileMenu .mega-col {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 0 14px !important;
  }

  #mobileMenu .mega-col:last-child {
    margin-bottom: 0 !important;
  }

  #mobileMenu .mega-col::after {
    display: none !important;
  }

  #mobileMenu .mega-col h4 {
    display: block !important;
    margin: 10px 0 8px !important;
    padding: 0 0 8px !important;
    color: #032f40 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-bottom: 1px solid #d8e0dd !important;
  }

  #mobileMenu .company-mega-dropdown a,
  #mobileMenu .mega-dropdown a {
    display: block !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    color: #566b66 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
  }

  #mobileMenu .mobile-consultation {
    display: block !important;
    width: 100% !important;
    padding: 20px 28px !important;
    margin: 0 !important;
    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 14px 20px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    background: linear-gradient(45deg, #b63434, #061729) !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  html.menu-open,
  body.menu-open {
    overflow: hidden !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }

  body.menu-open .page-content,
  body.menu-open footer {
    filter: blur(20px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
  }
}

/* Tablet follows the Social Media Marketing page: three Services columns. */
@media (min-width: 769px) and (max-width: 1100px) {
  #mobileMenu .services-menu.active > .mega-dropdown {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 20px 28px !important;
  }

  #mobileMenu .services-menu.active > .mega-dropdown > .mega-col {
    position: relative !important;
    padding: 0 20px !important;
  }

  #mobileMenu
  .services-menu.active
  > .mega-dropdown
  > .mega-col:first-child {
    padding-left: 0 !important;
  }

  #mobileMenu
  .services-menu.active
  > .mega-dropdown
  > .mega-col:last-child {
    padding-right: 0 !important;
  }

  #mobileMenu
  .services-menu.active
  > .mega-dropdown
  > .mega-col:not(:last-child)::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    border-right: 1px dashed #aebdb8 !important;
  }
}

/* Small mobile remains stacked and readable. */
@media (max-width: 768px) {
  #mobileMenu .services-menu.active > .mega-dropdown {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .nav-bar {
    padding: 10px 18px !important;
  }

  #mobileMenu {
    width: 92vw !important;
  }

  .menu-top {
    padding: 10px 18px !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > .dropdown {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown,
  #mobileMenu .mobile-consultation {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* =====================================================================
   EXACT Social Media Marketing MOBILE MENU SIZE
   Full screen width, content starts at top, same row/button spacing.
   Keep this block at the absolute end of erp.css.
   ===================================================================== */
@media (max-width: 1100px) {

  /* Social Media Marketing uses a full-screen menu, not a narrow side panel. */
  #mobileMenu,
  .nav-links#mobileMenu {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    left: auto !important;

    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;

    /* Remove the narrow-panel transform and vertical centring. */
    transform: none !important;
    justify-content: initial !important;
    align-items: initial !important;

    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999 !important;

    transition: right 0.3s ease-in-out !important;
  }

  #mobileMenu.show,
  #mobileMenu.active,
  .nav-links#mobileMenu.show,
  .nav-links#mobileMenu.active {
    right: 0 !important;
    transform: none !important;
  }

  /* Same top logo/close section as Social Media Marketing. */
  #mobileMenu .menu-top {
    position: sticky !important;
    top: 0 !important;
    z-index: 10 !important;

    display: flex !important;
    width: 100% !important;
    height: 80px !important;
    min-height: 80px !important;

    align-items: center !important;
    justify-content: space-between !important;

    margin: 0 !important;
    padding: 10px 28px !important;

    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  #mobileMenu .menu-top .nav-logo img {
    width: auto !important;
    height: 45px !important;
    max-width: 170px !important;
    padding: 0 !important;
    object-fit: contain !important;
  }

  #mobileMenu .menu-top .icon {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #061729 !important;
  }

  /* Same list sizing and spacing as the Social Media Marketing page. */
  #mobileMenu > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  #mobileMenu > ul > li {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 12px 20px !important;

    text-align: left !important;
    border-top: none !important;
    border-bottom: 1px solid #eeeeee !important;
    box-sizing: border-box !important;
  }

  #mobileMenu > ul > li > a,
  #mobileMenu > ul > li > span.dropdown {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: space-between !important;

    margin: 0 !important;
    padding: 12px 20px !important;

    color: #333333 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  /* Same full-width consultation button spacing. */
  #mobileMenu > ul > li.mobile-consultation {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 15px 20px !important;

    border-bottom: none !important;
    box-sizing: border-box !important;
  }

  #mobileMenu .mobile-consult-btn {
    display: flex !important;
    width: 100% !important;
    min-height: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 14px 20px !important;

    background: linear-gradient(45deg, #b63434, #061729) !important;
    color: #ffffff !important;
    border-radius: 25px !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
  }

  /* Dropdowns remain inside the full-width menu. */
  #mobileMenu .company-mega-dropdown,
  #mobileMenu .mega-dropdown {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

/* Small phones also remain 100% wide, exactly like Social Media Marketing. */
@media (max-width: 480px) {
  #mobileMenu,
  .nav-links#mobileMenu {
    width: 100% !important;
    max-width: 100% !important;
  }

  #mobileMenu .menu-top {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}