html {
    scroll-behavior: smooth;
  }
#main-slider {
    position: relative;
}

.banner_contact_form {
    background: rgba(255, 255, 255, 0.325);
    padding: 20px;
    z-index: 10;
    max-width: 480px;
    min-height: 600px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Ensure form controls are styled appropriately */
.banner_contact_form .form-control {
    height: 40px;
    margin-bottom: 15px;
}

.banner_contact_form textarea.form-control {
    height: 150px;
}

.banner_contact_form .custom-btn {
    /* margin-top: 15px; */
}

.from-bottom-text {
    margin-top: 20px;
    font-size: 14px;
}

.custom_banner_slide{
    display: flex;
    align-items: center;
}

.custom_banner_contact_form{
    display: flex;
    justify-content: end;
}

.banner_contact_form .enquiry_form .inquery-text{
    color: #fff;
} 

.banner_contact_form .enquiry_form .inquery-text{
    color: #fff;
} 

.anchor_under_line{
    color:#fff
}

.anchor_under_line a{
    color: #000;
    text-decoration: underline;
}

.sp-arrows{
    display: none;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #29A61A;
    border-radius: 50%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.whatsapp-button img {
    width: 70px;
    height: 70px;
}

.footer-contacts .footer-contacts__phone {
    font-size: 15px;
    color: #a9aeb3;
}


.alert-success{
    background-color: lightgreen;

}

.alert-danger{
    background-color: red;
}

.payment_image_wrapper {
    width: 270px;
}

.payment_image_wrapper img {
    width: 100%;
}