:root {
    /* --theme-color: #d56218; */
    /* --theme-color: #7524b7; */
    --theme-color: #670cb1;
}

.modal-1010 {
    z-index: 1000;
    background-color: #000000;
}

.fixed-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: opacity 0.3s ease-in-out;
    z-index: 100;
}

.fixed-btn:hover {
    opacity: 0.8;
}

.custom-btn {
    background-color: var(--theme-color) !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-modal {
    background-color: rgba(244, 238, 238, 0.8);
    overflow: hidden;
}

.popup-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 550px;
}

.custom-form-group {
    margin-bottom: 20px;
    position: relative;
}

.custom-input {
    width: 100%;
    height: 2.5rem;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    background-color: #fff;
}

.custom-label {
    position: absolute;
    left: 15px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #090909;
    pointer-events: none;
    transition: transform 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    background: white;
}

.custom-input:focus {
    border-color: #ffa500;
}

.custom-input:focus+label,
.custom-input:placeholder-shown+label {
    position: absolute;
    transform: translate(-5px, -120%) scale(0.75);
    font-size: 13px;
    color: #ffa500;
    background-color: #fff;
    top: 15px;
}

.custom-submit-btn {
    /* background-color: var(--theme-color); */
    background-color: #670cb1 !important;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Close button */
.close1 {
    float: right;
    cursor: pointer;
    background: var(--theme-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.close1:hover {
    background-color: #000;
    color: #fff;
}

/* Modal main  */

.popup-body {
    display: flex;
    width: 480px;
    align-items: center;
    text-align: center;
}

@media screen and (max-width: 550px) {
    .popup-body {
        flex-direction: column;
        width: 100%;
    }

    .popup-modal {
        width: 304px;
        height: 629px;
    }
}

.contact-form {
    width: 100%;
}

.modal {
    width: 100%;
}

.popup>h3 {
    text-align: center;
    font-size: 16px;
}

.img-popup {
    margin: 5px;
    text-align: center;
}

#enquiry-form {
    z-index: 100;
}

/*=============================================================================== */
/*=============================================================================== */
/* floating socail media */

.floating-button {
    position: fixed;
    bottom: 189px;
    right: 24px;
    background-color: #d66319;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.floating-button:hover {
    background-color: #be784c;
}

.social-icons {
    display: block;
    position: fixed;
    z-index: 999999999999;
    bottom: 36%;
    right: 31px;
    border-radius: 8px;


}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    margin: 10px 0px;
}

.social-title {
    position: relative;
    left: -65px;
    color: #090909;
    background-color: #f8efef;
    padding: 3px 5px;
    border-radius: 5%;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.social-icon>.social-phone {
    position: relative;


}

.social-icon>.social-Whatsaap {
    position: relative;
    top: 0;
    color: #fff;


}


.social-icon:nth-child(1) {
    background-color: #2d41a9;
}

.social-icon:nth-child(2) {
    background-color: #63c956;
}



.home-5 {
    z-index: 10;
}

.whatsapp-icon-1 {
    font-size: 34px;
    color: #fff;

}