/* Tablet (≥ 768px) */
@media (max-width: 1023px) {
  .margin-top {
    margin-top: 50px;
  }

  .margin-bottom {
    margin-bottom: 50px;
  }

  .hero-section {
    background: linear-gradient(180deg, #FDECDE, #F0EDF3);
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem 1rem;
    position: relative;
    height: 800px;
    overflow: hidden;
  }

  .hero-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .mobile-image {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 45vh;
    object-fit: contain;
    border-radius: 0;
  }

  .hero-heading {
    margin-top: 80px;
    font-size: 30px;
    text-align: center;
    color: #161E2D;
    line-height: 50px;
  }

  .hero-paragraph {
    font-size: 14px;
    text-align: center;
    color: #7A7A7A;
  }

  .hero-paragraph strong {
    color: #161E2D;
  }

  .container-box {
    width: 100%;
    max-width: 100vw;
  }

  /* =================== Section 2 =================== */
  .heading-text {
    font-size: 65px;
  }

  .rectangle {
    width: 15px;
    height: 15px;
    margin-top: -5px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .sub-heading hr {
    width: 360px;
    margin-top: 20px;
  }

  /* =================== Section 3 =================== */

  .horizontal-scroll-section {
    display: none;
  }

  .horizontal-scroll-mobile {
    display: block;
  }

  .step-box .step-number {
    width: 36px;
    height: 36px;
  }

  .content-block .step-heading {
    font-size: 18px;
  }

  .content-block .step-paragraph {
    font-size: 14px;
  }

  /* .step-box .step-line {
    position: absolute;
    width: 120px;
    height: 2px;
    left: -10px;
    margin-top: 18px;
    transform: translateY(-50%);
    background: linear-gradient(to right, transparent, var(--color-secondary));
    z-index: -1;
  } */

  .content-block {
    /* padding-right: 40px !important; */
  }

  /* =================== Section 4 =================== */
  .heading-text-two {
    font-size: 56px;
  }

  .sticky-heading {
    display: inline;
  }

  .sticky-heading .mobile{
      display: none;
  }
  
    .mobile-rectangle-image {
      display: none;
  }

  #cards {
    padding-left: 0px;
  }

  .section-container-card {
    height: auto;
  }

  .stack-card-area {
    height: 600px !important;
  }

  /* =================== Section 5 =================== */

  .playbook-heading h3 {
    font-size: 56px;
    display: inline-block;
  }

  .playbook-heading p {
    font-size: 14px;
    line-height: 0%;
    margin-top: 10px;
  }

  .timeline-container {
    margin-top: 0px !important;
  }

  .timeline-container::before,
  .timeline-line {
    left: 20px;
  }

  .timeline-dot {
    left: 00px;
    top: 18px;
  }

  .timeline-item {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .timeline-heading,
  .timeline-content {
    width: 90%;
    font-size: 14px;
    text-align: left;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }

  .timeline-heading {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .timeline-heading h2 {
    font-size: 18px;
  }

  .timeline-items {
    margin-top: 0px;
  }

  /* =================== Section 5 =================== */

  .team-heading h3 {
    font-size: 56px;
  }

  .team-heading p {
    font-size: 14px;
  }

  /* =================== Section 6 =================== */



}