/* Wrapper */
.sectionh2-split {
  width: 100%;
  min-height: 600px;
  background-image: url('../images/delivery.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Push text to the right */
  padding-right: 60px;
  font-family: "Outfit", sans-serif;

}

/* Right side content */
.sectionh2-content {
  max-width: 600px;
  padding: 30px;
  border-radius: 15px;
}

.sectionh2-content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.842);
  margin-bottom: 20px;
}

.sectionh2-content p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.sectionh2-btn {
  display: inline-block;
  background-color: #202c3f;
  color: white;
  padding: 12px 28px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.sectionh2-btn:hover {
  /* background-color: #ff7b00; */
  transform: scale(1.05);
}

@media (max-width: 1333px) {
  .sectionh2-split {
    background-size: cover !important;         
    background-position: left center !important; 
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: flex-end; 

    min-height: 450px;           
    padding: 40px 60px 0px 0px;
    text-align: left;
  }

  .sectionh2-content {
    max-width: 500px;
  }
  
.sectionh2-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.842);
  margin-bottom: 20px;
}

.sectionh2-content p {
  font-size: 0.80rem;
 
}

}
@media (max-width: 990px) {

  .sectionh2-split {
    background-size: fill !important;
    background-position: left center !important;
    background-repeat: no-repeat;

    height: 250px;           
    min-height: unset;    
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: left;
  }

  .sectionh2-content {
    max-width: 280px;
  }

  .sectionh2-content h2 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .sectionh2-content p {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }

  .sectionh2-btn {
    padding: 6px 16px;
    font-size: 0.6rem;
  }
}





@media (max-width: 500px) {
  .sectionh2-split {
    background-size: fill !important;     
    background-position: center !important;
    height: 180px;                        
    padding: 10px 20px;                    
    justify-content: flex-end;
  }

  .sectionh2-content {
    max-width: 190px;                    
    padding: 10px;
  }

  .sectionh2-content h2 {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  .sectionh2-content p {
    font-size: 0.6rem;
    margin-bottom: 10px;
  }

  .sectionh2-btn {
    padding: 4px 12px;
    font-size: 0.55rem;
    border-radius: 12px;
  }
}
