@media (max-width: 767px) {
    .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: 53%px; */
        object-fit: cover;
        border-radius: 0;
    }

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

    .hero-paragraph {
        font-size: 16px;
        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: 80px;
        height: 2px;
        left: -80px;
        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;
    }

    #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;
        width: 70%;
    }

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

    /* Mobile styles (default) */
  .team-member-heading {
    font-size: 1rem;
    font-weight: 600;
  }
  
  .team-member-para {
    font-size: 0.875rem;
    color: #6c757d;
  }
  
  /* Reset mobile-specific styles */
  .team-content {
    display: inline-block !important;
    margin: 0px 0px 0px 20px;
  }
  
  .team-img {
    width: 50% !important;
    height: auto !important;
    margin-bottom: 1rem;
  }

  .team-head{
    margin-bottom: 10px;
  }

  .team-icon{
    margin-top: 40px;
  }

  .mobile-rectangle-image {
    display: block;
}

}

