.contact__box {
    display:block;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    height: 1000px;
    margin-top: -18px;
    padding: 40px 15px;
}

.contact__h2 {
    margin-top: 20px;
    font-size: var(--size-2xl);
    font-weight: 500;
    color: #082743;
}

.contact__p {
    position: relative;
    top: 10px;
    padding-bottom: 50px;
    font-size: var(--size-sm);
    font-weight: 300;
    color: #082743;
}

.banaddfull p {
    color: #65606e;
}

.contact__con img {
    width: 250px;
    margin: 0 auto;
}

.banadd {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-left: 20px;
    margin-top: -10px;
}

.addcons {
    display: flex;
    flex-direction: column;
    color: #082743;
}

.banaddfull {
    text-align: left;
}

.add__bold {
    font-weight: 600;
    font-size:var(--size-base);
    color: #082743;
}

.add__lite {
    font-size: var(--size-sm);
    font-weight: 300;
    line-height: 1.5rem;
}

.add__lite a {
    text-decoration: none;
    color: #65606e;
}

.add__lite a:hover {
    color: #CC2D2C;
    transition: 40ms;
}

.mumbadd {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-left: 20px;
    margin-top: 40px;
}

.kolkadd {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-left: 20px;
    margin-top: 40px;
}

.contactbody2 {
    position: relative;
    top: 90px;
    margin-bottom: 450px;
}

.addshift {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    text-align: center;
}


/* xxs */
@media (min-width: 425px) {
    .contact__box {
        height: 980px;
    }
}

/* xs */
@media (min-width: 476px) {
    .alladd {
        padding-left: 70px;
    }

    .contact__p {
        font-size: var(--size-base);
    }
}

/* sm */
@media (min-width: 641px) {
    .contact__p {
        font-size: var(--size-sm);
    }

    .alladd {
        padding-left: 160px;
    }
}

/* Large screens */
@media (min-width: 769px) {
    .contact__box {
        height: 435px;
    }

    .alladd {
        display: flex;
        flex-direction: row;
        padding: 0;
    }

    .banadd {
        gap: 0.5rem;
        margin-top: 0;
        width: 500px;
    }

    .mumbadd {
        gap: 0.5rem;
        margin-top: 0;
        width: 500px;
    }

    .kolkadd {
        gap: 0.5rem;
        margin-top: 0;
        width: 500px;
    }

    .add__lite {
        font-size: var(--size-xs);
        font-weight: 300;
        line-height: 1.5rem;
    }
}

/* lg */
@media (min-width: 1024px) {
    .alladd {
        align-items: center;
        justify-content: center;
    }

    .banadd {
        gap: 1.5rem;
        padding-left: 30px;
    }

    .contact__p {
        font-size: var(--size-lg);
    }

    .mumbadd {
        gap: 1.5rem;
    }

    .kolkadd {
        gap: 1.5rem;
        padding-right: 30px;
    }

    .contact__h2 {
        font-size: var(--size-3xl);
    }

    .contact__con img {
        width: 350px;
        margin: 0 auto;
    }

    .contact__box {
        height: 460px;
        margin-top: -18px;
        padding: 70px 15px;
    }

    .add__lite {
        font-size: var(--size-sm);
        font-weight: 300;
        line-height: 1.5rem;
    }
}


/* xl */
@media (min-width: 1280px) {
    .add__lite {
        font-size: var(--size-base);
    }

    .banadd {
        padding-left: 60px;
    }

    .kolkadd {
        padding-right: 60px;
    }

    .mumbadd {
        padding-left: 30px;
    }

    .contact__box {
        height: 500px;
    }

    .contact__con img {
        width: 400px;
        margin: 0 auto;
    }

}








  
  .form-group1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-right: 35px;
    gap: 20px;
  }
  
  .form-group2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
    margin-right: 35px;
  }
  
  .form-group1 input,
  .form-group2 input,
  .form-group1 textarea,
  .form-group2 textarea {
    width: 220px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
  }
  
  .form-group1.full-width textarea {
    width: 100%;
  }
  
  .form-group2.full-width textarea {
    width: 100%;
  }
  
  textarea {
    resize: none;
    height: 55%;
  }
  
  .form-group1 label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-align: left;
  }
  
  .form-group2 label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-align: left;
  }

  #message {
    width: 460px; /* Adjust width specifically for the message field */
    height: 75px; /* Adjust height if necessary */
  }
  
  
  .submit-btn {
    background-color: #CC2D2C;
    color: #fff;
    padding: 10px;
    border: none;
    position: relative;
    border-radius: 4px;
    top: 110px;
    left: -495px;
    font-size: 16px;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    width: 460px; /* Set the button width to 460px */
  }
  
  .submit-btn:hover {
    transform: translateY(-3px);
  }
  
 /* Responsive Styles for screens smaller than or equal to 1024px */
    .addshift{
        height: 550px;
        margin-bottom: 40px;
        padding-top: 0;
        position: relative;
        top: -20px;
    }

    .contact-form {
        flex-direction: column; /* Stack form fields vertically */
        width: 90%; /* Use 90% of the screen width */
        padding-left: 6px;
        margin: auto; /* Center the form */
    }

    .form-group1, .form-group2 {
        margin-right: 0;
        margin-bottom: 10px;
    }


    .form-group1 input,
    .form-group2 input,
    #message,
    .submit-btn {
        width: 100%; /* Make all inputs, textarea, and button span full width */
        box-sizing: border-box;
    }

    .submit-btn {
        top: 10px; /* Adjust position to fit the new layout */
        left: 0; /* Center the button */
    }

    /* Add extra space above Phone number and E-mail ID, including labels */
    #phone-number, #email-id {
        margin-top: 0; /* Reset margin for input fields */
    }

    #phone-number-label, #email-id-label {
        margin-top: 0; /* Reset margin for labels */
    }

    /* Target the wrapping divs for Phone number and E-mail ID */
    #phone-number-wrapper {
        margin-top: 10px; /* Adjust this value for desired spacing */
    }

    #email-id-wrapper {
        margin-top: 20px; /* Adjust this value for desired spacing */
    }

    #message-wrapper {
        margin-top: 10px; /* Adjust this value for desired spacing */
    }

    .contact-container {
        height: 1690px;
    }

 /* Responsive Styles for screens smaller than or equal to 1024px */


 /* sm */
@media (min-width: 641px) {
    .contact-container {
        height: 1678px;
    }
}

@media (min-width: 476px) {
    .contact-container {
        height: 1678px;
    }
}


@media (min-width: 425px) {
    .contact-container {
        height: 1665px;
    }
}



/* lg */
@media (min-width: 1024px) {
    .contact-container {
        height: 1030px;
        
    }
}


/* xl */
@media (min-width: 1280px) {
    .addshift{
        height: 550px;
        margin-bottom: 40px;
        padding-top: 0;
        position: relative;
        top: -20px;
    }

    .contact-form {
        flex-direction: column; /* Stack form fields vertically */
        width: 60%; /* Use 90% of the screen width */
        padding-left: 6px;
        margin: auto; /* Center the form */
    }

    .form-group1, .form-group2 {
        margin-right: 0;
        margin-bottom: 10px;
    }


    .form-group1 input,
    .form-group2 input,
    #message,
    .submit-btn {
        width: 100%; /* Make all inputs, textarea, and button span full width */
        box-sizing: border-box;
    }

    .submit-btn {
        top: 10px; /* Adjust position to fit the new layout */
        left: 0; /* Center the button */
    }

    /* Add extra space above Phone number and E-mail ID, including labels */
    #phone-number, #email-id {
        margin-top: 0; /* Reset margin for input fields */
    }

    #phone-number-label, #email-id-label {
        margin-top: 0; /* Reset margin for labels */
    }

    /* Target the wrapping divs for Phone number and E-mail ID */
    #phone-number-wrapper {
        margin-top: 10px; /* Adjust this value for desired spacing */
    }

    #email-id-wrapper {
        margin-top: 20px; /* Adjust this value for desired spacing */
    }

    #message-wrapper {
        margin-top: 10px; /* Adjust this value for desired spacing */
    }

    .contact-container {
        height: 1150px;
    }
    }