/* =========================================
   RESPONSIVENESS (Mobile First -> Desktop)
   ========================================= */



@media (max-width: 1199px) {

  .core-services .service-card p,
  .business-solutions .solution-desc {
    max-width: 100%;
  }

  .site-footer .brand-desc br {
    display: none;
  }

  .hero .float-card.analytics-card {
    top: 4rem;
    right: 11rem;
  }

  .hero .float-card.deposit-card {
    right: 0;
  }

  body {
    overflow-x: hidden;
  }

  .security-workflow::before {
    height: 29rem;
    width: 21rem;
  }

}

@media (max-width: 991px) {
  .same-heading {
    margin-bottom: 2rem;
  }

  .max-wid-80 {
    max-width: 100%;
  }

  .header .nav-links {
    display: none;
  }

  .header .nav-actions {
    display: none;
  }

  .header .nav-links.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--WhiteColor);
    z-index: 998;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    overflow-y: auto;
  }

  /* Style links for full screen */
  .header .nav-links a:not(.btn) {
    font-size: 1.3rem;
    text-align: center;
    border-bottom: none;
    font-weight: 500;
    color: var(--Dark);
    padding: 0.2rem 0;
  }

  .header .nav-links a:hover:not(.btn) {
    color: var(--PrimaryColor);
  }

  .header .nav-links .btn {
    font-size: 1rem;
  }

  /* Ensure toggle is above the menu */
  .header .mobile-toggle {
    display: block;
    position: relative;
    z-index: 1000;
  }

  .hero::before {
    width: 50%;
    height: 50%;
    top: 30%;
  }

  .same-section {
    padding: 3rem 0;
  }

  .consultation-section .consultation-box:before {
    display: none;
  }

  .hero .hero-media {
    position: relative;
    width: 100%;
    max-width: 50vw;
    margin: 2rem auto 0;
  }

  .hero .float-card {
    padding: 0.8rem;
  }

  .hero .float-card {
    max-width: 12rem;
  }


  .elevating-section {
    min-height: inherit;
    padding: 2rem 0;
  }

  .core-services .same-heading {
    margin-bottom: 3rem;
  }



  .business-solutions .solution-card,
  .digital-approach .approach-card,
  .core-services .service-card,
  .ops-platform .ops-card,
  .pricing-section .pricing-card {
    padding: 1rem;
  }

  .demo-cta .same-heading {
    padding: 3rem 1rem;
  }

  .security-workflow .security-illustration {
    margin-top: 2rem;
  }

  .security-workflow .security-illustration img {
    margin: auto;
  }

  .consultation-section .btn-secondary {
    margin-top: 1rem;
  }

  .consultation-section .consultation-box {
    padding: 1rem;
  }

  .site-footer {
    padding-top: 3rem;
  }

  .site-footer .footer-brand {
    text-align: center;
  }

  .site-footer .brand-logo {
    margin: 0 auto 1rem;
  }

  .site-footer .brand-desc {

    margin: 0 auto;
  }

  .site-footer .footer-links li {
    padding: 0.3rem 0;
    text-align: center;
  }
}


@media (max-width: 767px) {

  .security-workflow::before {
    width: 50%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pricing-section .pricing-middle-content {
    min-height: inherit;
    margin-bottom: 1.5rem;
  }

  .pricing-section .pricing-card .pricing-top-title {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .hero .mobile-banner-img {
    margin-top: 2rem;
  }

  /* .hero .float-card {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
    max-width: 100% !important;
    animation: inherit !important;
    margin-bottom: 1rem;
    text-align: left !important;
  } */

}

@media (max-width: 568px) {
  html {
    font-size: 15px;
  }

  .consultation-section .consultation-info {
    margin-top: 2rem;
  }


}