
 /* Section 1 */
 
 .delivery-sec1-section {
    background-color: #E6007E;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 9% 0 9% 10%;
}


.delivery-sec1-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(.1rem, 2vw, 100rem);
}

.delivery-sec1-text {
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 43%;
}

.delivery-sec1-text h1 {
    font-size: clamp(.1rem, 2.5vw, 100rem);
    font-weight: 600;
    line-height: 1;
    margin-bottom: clamp(.1rem, .4vw, 100rem);
}

.delivery-sec1-text h2 {
    font-size: clamp(.1rem, 1.4vw, 100rem);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: clamp(.1rem, 2.5vw, 100rem);
}

.delivery-sec1-button {
    font-size: clamp(.1rem, .8vw, 100rem);
    padding: clamp(0.5rem, .9vw, 100rem) clamp(1rem, 2vw, 100rem);
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    background-color: white;
    color: #E6007E;
    border: 2px solid white;
}
.delivery-sec1-button:hover {
    background-color: #E6007E; 
    color: white;              
    border-color: 2px solid #E6007E;     
}

.delivery-sec1-image {
    display: flex;
   width: 130%;
   justify-content: flex-end;
}

.delivery-sec1-image img {
    width: 98.5%;
    height: auto;
    object-fit: cover;
}

/* Responsive Styles - Media query for mobile */
@media (max-width: 767px) {
    .delivery-sec1-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .delivery-sec1-section {
        overflow: hidden;
        padding: 10% 0 10% 0;
    }
    .delivery-sec1-image img {
        width: 120%;
        margin-left: -15%;
    }
    .delivery-sec1-image {
        overflow: hidden;
        justify-content: flex-start;
    }
    .delivery-sec1-text h1 {
        font-size: clamp(.1rem, 8vw, 100rem);
    }
    .delivery-sec1-text h2 {
        font-size: clamp(.1rem, 5vw, 100rem);
        margin-bottom: clamp(.1rem, 8vw, 100rem);
    }
    .delivery-sec1-button {
        font-size: clamp(.1rem, 3vw, 100rem);
        margin-bottom: clamp(.1rem, 8vw, 100rem);
    }
    .delivery-sec1-text {
        padding-left: 5%;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 10%;
    }
}


/* Section 2 */

  
.delivery-sec2-section {
    background-color: white;
    padding: clamp(.1rem, 6.9vw, 100rem) 10% 4% 9.6%;

}

.delivery-sec2-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(.1rem, 1vw, 100rem);
    margin-bottom: clamp(.1rem, 10.7vw, 100rem);
    margin-right: 5.7%;
}

.delivery-sec2-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
   
}

.delivery-sec2-image img {
    width: 71%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
    justify-content: center;
    margin-right: 5%;
}

.delivery-sec2-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: clamp(.1rem, 31vw, 100rem);
}

.delivery-sec2-text .pink-heading {
    color: #E6007E;
    font-size: clamp(.1rem, 1.94vw, 100rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: clamp(1rem, 1.5vw, 100rem);
}

.delivery-sec2-text p {
    color: #5B5B5B;
    font-size: clamp(0.1rem, 1.1vw, 100rem);
    line-height: 1.4;
    margin-bottom: 0; /* Remove bottom margin from this paragraph */
}


.delivery-sec2-features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: clamp(.1rem, 1.5vw, 100rem);
    margin-top: clamp(2rem, 5vw, 3rem);
}

.delivery-sec2-sub-heading {
    color: #E6007E;
    font-size: clamp(.1rem, 1.94vw, 100rem);
    font-weight: 700;
    line-height: 1.1;
    margin-top: clamp(1rem, 2vw, 100rem);
    margin-bottom: clamp(1.5rem, 2.5vw, 100rem);
}

.delivery-sec2-feature-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: clamp(.1rem, 3vw, 100rem);
    border: 1px solid #e6007f1e;
    padding: clamp(.1rem, 2.7vw, 100rem);
    box-shadow: 0 4px 20px #e6007f17; /* soft shadow */
  }
  

.delivery-sec2-feature-box h3 {
    font-size: clamp(.1rem, 1.4vw, 100rem);
    font-weight: bold;
    color: #00165E;
    margin-bottom: clamp(.1rem, .5vw, 100rem);
    margin-left: 4%;
}

.delivery-sec2-feature-box p {
    color: #5B5B5B;
    font-size: clamp(0.1rem, 1.1vw, 100rem);
    line-height: 1.3;
    margin-bottom: 0;
}

.delivery-sec2-feature-box .sec2-icon {
    font-size: clamp(.1rem, 4vw, 100rem);
    margin-bottom: clamp(.1rem, 2vw, 100rem);
    width: 100%;
    
}
.sec2-icon{
    display: flex;
    align-items: flex-end;
}
.sec2-icon img {
    width: clamp(.1rem, 3.4vw, 100rem);
    height: clamp(.1rem, 3.4vw, 100rem);
    object-fit: contain;
  }

  .delivery-sec2-content-end {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(.1rem, 8vw, 100rem);
    padding: 6% 5% 6% 5%;
    background: linear-gradient(123deg, rgba(0, 113, 221, 0.10) 0%, rgba(230, 0, 127, 0.109) 100%);
    border-radius: clamp(.1rem, 2vw, 100rem);
    justify-content: center;
}

.delivery-sec2-image-bot img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0.5rem;
    justify-content: center;
}
.container-end {
    padding: 9% 0 9% 0;
}
.delivery-sec2-image-bot {
    display: flex;
    width: 43%;
    align-items: center;
    justify-content: flex-start;
}
.delivery-sec2-text-end {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: clamp(.1rem, 31vw, 100rem);
}


.delivery-sec2-text-end .pink-heading {
    color: #E6007E;
    font-size: clamp(.1rem, 1.94vw, 100rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: clamp(1rem, 1vw, 100rem);
    width: 79%;
}


.delivery-sec2-text-end p {
    color: #5B5B5B;
    font-size: clamp(0.1rem, 1.1vw, 100rem);
    line-height: 1.4;
    margin-bottom: 0; 
    width: 94%;
}

.delivery-sec4-section {
    padding: 0 10% 0 9.6%;
}

/* Responsive Styles - Media query for mobile */
@media (max-width: 767px) {
    .delivery-sec2-content,
    .delivery-sec2-features-container {
        display: flex;
        flex-direction: column;
        margin: 0;
        align-items: flex-start;
    }
    .delivery-sec2-image img {
        margin-right: 0;
        margin-top: 5%;
        width: 100%;
    }
    .delivery-sec2-section {
        padding: 5%;
    }
    .delivery-sec2-text .pink-heading {
        font-size: clamp(.1rem, 7vw, 100rem);
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .delivery-sec2-text {
        width: 100%;
    }
    .delivery-sec2-text p {
        font-size: clamp(0.1rem, 4.2vw, 100rem);
    }
    .delivery-sec2-sub-heading {
        font-size: clamp(.1rem, 7vw, 100rem);
        margin-top: 20%;
    }
    .delivery-sec2-feature-box h3 {
        font-size: clamp(.1rem, 5.5vw, 100rem);
    }
    .delivery-sec2-feature-box p {
        font-size: clamp(0.1rem, 4.19vw, 100rem);
    }
    .sec2-icon img {
        width: clamp(.1rem, 11vw, 100rem);
        height: clamp(.1rem, 11vw, 100rem);
        object-fit: contain;
      }
      .delivery-sec2-feature-box .sec2-icon {
        margin-bottom: clamp(.1rem, 6vw, 100rem);
      }
      .delivery-sec2-feature-box{
        padding: 7%;
      }
      .sec2-p {
        width: 100%;
      }
      .two-paragraphs {
        display: inline; /* or flex with no wrapping */
      }
    
      .two-paragraphs p {
        display: inline;
        width: auto;
        margin: 0 4px; /* small spacing */
      }
      .container-end{
        padding: 10% 0 0 0;
      }
      .delivery-sec2-content-end {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 15%;
      }
      .delivery-sec4-section {
        padding: 0;
    }
    .delivery-sec2-image-bot {
        width: 100%;
    }
    .delivery-sec2-text-end .pink-heading {
        font-size: clamp(.1rem, 7vw, 100rem);
        margin-top: 10%;
        margin-bottom: 10%;
        width: 95%;
    }
    .delivery-sec2-text-end {
        width: 100%;
    }
    .delivery-sec2-text-end p {
        font-size: clamp(0.1rem, 4.2vw, 100rem);
        width: 100%;
    }
}

  /* Section 3 */
  .delivery-sec3-section {
    background-color: #E6007E;
    display: flex;
    min-height: clamp(.1rem, 31vw, 100rem);
    padding: 7.5% 10% 7.5% 10%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.delivery-sec3-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 44%;
}

.delivery-sec3-content h1 {
    text-align: center;
    color: white;
    font-size: clamp(.1rem, 1.94vw, 100rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 3%;
    width: 82%;
}

.delivery-sec3-content p {
    color: white;
    font-size: clamp(0.1rem, 1.12vw, 100rem);
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    text-align: center;
    margin-bottom: 6%;
    
}

.delivery-sec3-button {
    font-size: clamp(0.1rem, .83vw, 100rem);
    padding: clamp(0.75rem, .79vw, 100rem) clamp(1.5rem, 1.7vw, 100rem);
    border-radius: 9999px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: white;
    color: #00165E;
    border: 2px solid white;
    cursor: pointer;
}

.delivery-sec3-button:hover {
    background-color: #f0f0f0;
}

/* Responsive Styles - Media query for mobile */
@media (max-width: 767px) {
    .delivery-sec3-section{
        padding: 30% 0 30% 0;
    }
    .delivery-sec3-content{
        width: 90%;
    }
    .delivery-sec3-content h1 {
        font-size: clamp(.1rem, 6vw, 100rem);
        text-align: center;
        font-weight: 600;
        width: 100%;
    }
    .delivery-sec3-content p {
        font-size: clamp(0.1rem, 4vw, 100rem);
        width: 95%;
    }
    .delivery-sec3-button {
        font-size: clamp(0.1rem, 3vw, 100rem);
    }
}