

.steps-section {
    /* padding: 20px 20px; */
    max-width: 1000px;
    margin: auto;
    background-color: #ffffff;
    margin-bottom: 40px;
    
  }

  .steps-section h2 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .step-list {
    list-style: none;
    padding: 0;
  }

  .step-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  .step-icon {
    color: darkred;
    font-size: 1.2rem;
    line-height: 1;
  }

  .step-text {
    flex: 1;
  }


  .reasons-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .reasons-section h1 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 40px;
    font-size: -webkit-xxx-large;
    text-align: center; padding-top: 20px; 
    
  }

  

  .text h3 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .text p {
    margin-top: 8px;
    font-size: 0.95rem;
    text-align: left;
  }

  .faq-section {
    background-color: #ffe6e6;
     padding: 40px 20px;  
    /* width: 100%;
    height: 300px;
    padding-top: 50px;  */
  }

  .faq-section-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .faq-left {
    display: flex;
    align-items: center;
    flex: 1 1 300px;
    margin-bottom: 20px;
  }

  .faq-icon {
    width: 70px;
    height: 70px;
    background-color: #8b0000;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }

  .faq-text {
    font-size: 1.6rem;
    color: #8b0000;
    font-weight: bold;
  }

  .faq-right {
    flex: 1 1 200px;
    display: flex;
    justify-content: flex-end;
  }

  .faq-button {
    padding: 25px 40px;
    background-color: #0f1d35;
    color: white;
    font-weight: bold;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, red, orange, yellow, green);
    border-image-slice: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
  }

  .faq-button:hover {
    transform: scale(1.05);
  }
  .middle-section-start{
    width: 100%;
    height:auto;

  }
  .middle-section-start img{
    width: 100%;
    height: auto;
  }



  .deals-section {
    display: flex;
    flex-wrap: wrap;
    /* padding: 40px 20px; */
    /* max-width: 1200px; */
    margin: auto;
    align-items: flex-start;
    gap: 40px;
    margin-top: 120px;
    width: 80%;
    margin-left: 10%;
  }
  
  .deals-left {
    flex: 1 1 400px;
    /* max-width: 500px; */
    background-color: #ffe5ec;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .deals-left img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .deals-left-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .deals-left-text h3 {
    margin: 0 0 0px;
    font-size: 22px;
    font-weight: bold;
  }
  
  .deals-left-text p {
    margin: 0;
    font-size: 14px;
    
  }
  
  .play-btn {
    background-color: #001d2e;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    border: 2px solid #00ff99;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  
  .play-btn:hover {
    background-color: #00324f;
  }
  
  .deals-right {
    flex: 1 1 400px;
    margin-top: 35px;
    text-align: justify;
  }
  
  .deals-right h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .deals-right p {
   
    line-height: 1.5;
    color: #444;
    padding: 5px;
  }
  .deals-right h2{
      font-size: -webkit-xxx-large;
      line-height: 1.2;
      font-weight: 900;
  }
  

  @media (max-width: 768px) {
  .steps-section h2 {
    font-size: 1.1rem;
    text-align: center; 
    padding:5px;
    margin-bottom:0px;
    
  }
  
  .step-list {
    list-style: none;
    padding: 35px;
    text-align: justify;
}
  

  .step-list li {
    flex-direction: row;
    align-items: flex-start;
    text-align: justify;
  }

  .step-icon {
    font-size: 1.1rem;
  }

  .column {
    flex: 0 0 90%;
    margin-bottom: 20px;
  }

  .text p {
    text-align: center;
  }

  .column {
    flex-direction: column;
    text-align: center;
  }

  .icon {
    margin: 0 0 15px 0;
  }

  
.faq-section-middle {
    flex-direction: column;
    text-align: center;
  }

  .faq-left {
    justify-content: center;
    margin-bottom: 20px;
    flex: 1 1 157px;
  }

  .faq-right {
    justify-content: center;
    flex: 1 1 90px;
  }

  .deals-section {
    flex-direction: column;
    gap: 20px;
    padding: 20px 10px;
  }

  .deals-left-content {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
  }

  .deals-left-button {
    width: 100%;
    margin-top: 22px;
  }

  .play-btn {
    /* width: 100%;
    text-align: center; */

    width: 50%;
        margin-left: 25%;
  }

  .deals-left-text h3 {
   text-align: center;
   /*margin-left: 66px;*/
   font-size:16px;
}

.deals-left-text p {
  text-align: center;
  /*margin-left: 66px;*/
}

.deals-right h2 {
  font-size: 18px;
  text-align: center;
  padding:5px;
  
}

.deals-right p {
  text-align: justify;
  padding: 10px;
}

.deals-right {
  flex: 1 1 230px;
}

.faq-text {
  font-size: 1.2rem;
  
}

.steps-section p {
  
  text-align: justify; 
}

.deals-left {
    /* flex: 1 1 400px; */
    max-width: 500px;
    background-color: #ffe5ec;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.reasons-section h1 {
    
    font-size: 14px;
    padding:10px;
    
    
    
    
  }
  
  .reasons-section {
    max-width: 1200px;
    margin: 0 auto;
    
  }
  
  .steps-section {
   
   
    margin-bottom: 0px;
}

}