
.woof_section-3{
    padding: 2%;
}


.woof_section-3-heading-1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.woof_section-3-heading-2{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-left: 1%;
}

.woof_section-3-row-1-col-1,
.woof_section-3-row-1-col-2,
.woof_section-3-row-1-col-3{
    display: flex;
    justify-content: center;
    align-items: center;
}

.woof_section-3-img-div{
    border: 1px solid #9D4FC7;
    border-radius: 10px;
    padding: 3%;
    height: 100%;
    
}
 .woof-section-3-img-1,
.woof-section-3-img-2,
.woof-section-3-img-3,
.woof-section-3-img-4,
.woof-section-3-img-5{
      display: flex;
     justify-content: center;
     align-items: center;
    
} 

.woof_section-3-row-1-col-1-heading,
.woof_section-3-row-1-col-2-heading,
.woof_section-3-row-1-col-3-heading,
.woof_section-3-row-2-col-1-heading,
.woof_section-3-row-2-col-2-heading{
     display: flex;
     justify-content: center;
     align-items: center;
     color: #9D4FC7;
     font-family: "Montserrat", sans-serif;
     font-weight: 700;
     margin-top: 2%;
}

.woof_section-3-row-1-col-1-paragraph{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 161%;
    letter-spacing: 0%;
    text-align: center;
    color: #33363F;

} 

.woof_section-3-main-row-2{
    justify-content: center;
    align-items: center;
    padding-top: 3% !important
}

.woof_section-3-main-row-1{
    padding-bottom: 2% !important;
    padding-top: 2% !important;
}

.woof_section-3-row-1-col-2-paragraph{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 161%;
    letter-spacing: 0%;
    text-align: center;
    color: #33363F;
    margin-left: 12%;
    margin-right: 10%;
}

.woof_section-3-row-1-col-3-paragraph{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 161%;
    letter-spacing: 0%;
    text-align: center;
    color: #33363F;
    margin-left: 12%;
    margin-right: 12%;
}

.woof_section-3-row-2-col-1-paragraph{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 161%;
    letter-spacing: 0%;
    text-align: center;
    color: #33363F;
    margin-left: 14%;
    margin-right: 16%;
}
.woof_section-3-row-2-col-2-paragraph{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 161%;
    letter-spacing: 0%;
    text-align: center;
    color: #33363F;
    margin-left: 10%;
    margin-right: 12%;
}

/* section-3 responsive code */

@media (max-width: 1100px) {
    .woof_section-3 {
        padding: 5%;
    }

    .woof_section-3-heading-1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .woof_section-3-heading-2 {
        font-size: 1.3rem;
        text-align: center;
        margin-left: 0;
    }

    /* .woof_section-3-main-row-1, 
    .woof_section-3-main-row-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .woof_section-3-row-1-col-1, 
    .woof_section-3-row-1-col-2, 
    .woof_section-3-row-1-col-3,
    .woof_section-3-row-2-col-1, 
    .woof_section-3-row-2-col-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .woof_section-3-img-div {
        padding: 5%;
        text-align: center;
    }

    .woof_section-3-img-div img {
        max-width: 80%;
        height: auto;
    }

    .woof_section-3-row-1-col-1-paragraph,
    .woof_section-3-row-1-col-2-paragraph,
    .woof_section-3-row-1-col-3-paragraph,
    .woof_section-3-row-2-col-1-paragraph,
    .woof_section-3-row-2-col-2-paragraph {
        font-size: 0.9rem;
        line-height: 150%;
        margin-left: 5%;
        margin-right: 5%;
    }
}





/* section-4  */

.woof_section-4-main-row{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2% !important;
    justify-content: space-evenly;
}

.woof_section-4-col-1-img-1,
.woof_section-4-col-2-img-2,
.woof_section-4-col-3-img-3,
.woof_section-4-col-4-img-4,
.woof_section-4-col-5-img-5{
    border: 1px solid rgba(231, 188, 254, 1);
    border-radius: 10px;
    width: 100%;

}

.woof_section-4-col-2-img-2,
.woof_section-4-col-5-img-5{
    background: linear-gradient(180deg, #E7BCFE 0%, rgba(255, 255, 255, 0) 100%);
}

.section-4-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
}

.section-4-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}


@media (min-width:320px) and (max-width:780px){
    .woof_section-4-main-row{
        gap: 20px;
    
    }

    .section-4-heading{
        font-size: 0.9rem;
    }
}





/* section-5 */

.section-5-main-row{
    justify-content: space-around;
}
.woof-section-5{
    padding: 2%;
}
.woof-section-5-main-heading{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
}

.woof-section-5-img{
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.woof-section-5-img-heading{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: rgba(157, 79, 199, 1);
    text-align: center;
    margin-top: 5%;
    /* margin-bottom: 5%; */
    margin-left: 11%;
    margin-right: 14%;
}

.woof-section-5-img-paragraph{
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #33363F;
}

/* section -5 media querry */

@media (min-width: 320px) and (max-width: 1100px) {
    /* .section-5-main-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    } */

    .col-md-2 {
        width: 100%;  /* Adjust width for better mobile layout */
        text-align: center;
        margin-bottom: 20px;
    }

    .woof-section-5-img img {
        max-width: 100%; /* Reduce image size for smaller screens */
        height: auto;
    }

    .woof-section-5-img-heading {
        /* font-size: 1.4rem; */
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .woof-section-5-img-paragraph {
        font-size: 0.9rem;
        margin-top: 5px;
        margin-left: 11%;
        margin-right: 9%;
    }
    .section-5-main-row{
        gap: 15px;
    }
}

 

/* section-9 start */



.woof-section-9-main-row-col-2-row-1{
    background-image: url(images/dog-leg-img.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.woof-section-9-main-row{
    padding: 1% !important;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 60px 30px rgba(157, 79, 199, 0.2);
    border-radius: 5px;
}

.section-9-main-div{
    padding: 2% !important; 
}

.woof-section-9-main-row-col-1{
    padding: 0% !important;
}

.woof-section-9-main-row-col-1-main-div{
     background-color: #9D4FC7;
    border-radius: 5px; 
    background-image: url(images/circle-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
    padding-bottom: 10%;
}

.woof-section-9-main-row-col-1-main-div-main-heading{
    color: rgba(255, 255, 255, 1);
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.woof-section-9-main-row-col-1-main-div-paraghaph{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(201, 201, 201, 1);

}

.woof-section-9-main-row-col-1-main-div-WOOF-MEOW{
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "Inter", sans-serif;
}

.woof-section-9-phone-no{
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

.woof-section-9-email{
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

.woof-section-9-address{
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}


.woof-section-9-main-row-col-1-phone-main-div,
.woof-section-9-main-row-col-1-email-main-div,
.woof-section-9-main-row-col-1-address-main-div{
    display: flex;
    padding-bottom: 5%;
}

.woof-section-9-phone-no,
.woof-section-9-email,
.woof-section-9-address{
    margin-left: 5%;
    padding-top: 2%;
}

.section-9-phone-img,
.section-9-email-img,
.section-9-address-img{
    margin-left: 18%;
    padding-top:3%;
}

.name-input,
.last-name-input,
.email-input,
.phone-input,
.message-input {
    border: none;
    border-bottom: 1px solid rgba(141, 141, 141, 1);
    outline: none;
    width: 80%;
    background: transparent;
  }

  .name-lable,
.last-name-lable,
  .email-lable,
  .phone-no-lable,
  .message-lable{
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    margin-bottom: 3%;
  }

  /* .woof-section-9-radio-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */

  .woof-section-9-type-of-service{
    padding-top: 4%;
    font-weight: 600;
    margin-left: 1%;
    font-family: "Poppins", sans-serif;
  }

  .woof-section-9-radio-button input {
     margin-right: 8px;         /* Space between radio button and label */
  }
  
  .woof-section-9-radio-button label {
    /* margin-right: 10%; Space between each radio button-label pair  */
    font-weight: 400;
    font-family: "Poppins", sans-serif;
  }

  .buttons-radio{
    display: flex !important;
    
  }

  .message-lable{
   padding-top: 5%;
  }
  
  .button-main-div{
    display: flex;
    justify-content: center;
    margin-top: -2%;
  }
  .woof-section-9-form-button{
    background-color: rgba(157, 79, 199, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 5px;
    padding: 1.5%;
    margin-left: 45%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 7%;

  }


@media (min-width: 320px) and (max-width: 1100px) {
    .woof-section-9-main-row {
        flex-direction: column;
        margin: 0% !important;
        box-shadow: none; /* Remove excessive shadow for a cleaner look */
    }


    .woof-section-9-main-row-col-1,
    .woof-section-9-main-row-col-2-row-1 {
        width: 100% !important;
        text-align: center;
        padding: 0;
    }

    .woof-section-9-main-row-col-1-main-div {
        padding: 5% !important;
        text-align: center;
    }

    .woof-section-9-main-row-col-1-phone-main-div,
    .woof-section-9-main-row-col-1-email-main-div,
    .woof-section-9-main-row-col-1-address-main-div {
        flex-direction: column;
        align-items: center;
        /* text-align: center; */
    }

    .woof-section-9-phone-no,
    .woof-section-9-email,
    .woof-section-9-address {
        margin-left: 0;
        padding-top: 1%;
        font-size: small;
    }

    .section-9-phone-img,
    .section-9-email-img,
    .section-9-address-img {
        margin: 0 auto;
        padding-top: 2%;
    }

    /* Adjust input width */
    .name-input,
    .last-name-input,
    .email-input,
    .phone-input {
        width: 100%;
    }

    /* Stack labels and inputs */
    .name-lable,
    .last-name-lable,
    .email-lable,
    .phone-no-lable {
        display: block;
        text-align: left;
        margin-bottom: 2%;
        margin-top: 5%;
    }

    .message-lable{
        display: block;
        text-align: left;
        margin-bottom: 2%;
        margin-top: 5%;
        margin-left: 4%;
    }

    .message-input{
         width: 92%;
    }

    /* Adjust radio buttons */
    .woof-section-9-radio-button {
        display: flex;
        justify-content: space-around;
    }

    .woof-section-9-radio-button label {
        /* margin-right: 5%; */
    }

    .woof-section-9-type-of-service {
        text-align: center;
        font-size: 1rem;
        margin-top: 7%;
    }
    
    .woof-section-9-main-row-col-2-name-input-row {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }


}

@media (max-width:320px){
    .woof-section-9-radio-button {
        display: block !important;
        text-align: left;
        margin-left: 30%;
    }

    .buttons-radio{
        display: block !important;
    }
    
}

@media (min-width:768px) and (max-width:1100px){
    .message-input{
        width: 97%;
   }

   .message-lable{
    display: block;
    text-align: left;
    margin-bottom: 2%;
    margin-top: 5%;
    margin-left: 2%;
}
}
