/* whatsapp */
#whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: white;
    font-size: 24px;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.whatsapp-chat {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 250px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.chat-header {
    background: #25d366;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.chat-body {
    padding: 10px;
}

#user-input {
    display: flex;
    align-items: center;
    padding: 5px;
    border-top: 1px solid #ccc;
}

#message {
    flex: 1;
    padding: 5px;
    border: none;
    border-radius: 5px;
    outline: none;
}

#send-btn {
    background: #25d366;
    color: white;
    border: none;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
}

/* whatsapp end */

/* contact form btn */
.theme-btn1 span {
    transform: rotate(0deg) !important;
}

/* contact form select */
.contact-select {
    height: 65px;
    border: 1px solid #CED4DA;
    padding: 20px 16px;
    border-radius: 8px;
    background: none;
}

/* footer */
#subscribe-btn {
    text-align: center !important;
    line-height: 12px !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: inline-block !important;
    border-radius: 25px !important;
    border: 1px solid #FB8500 !important;
    background: #FB8500 !important;
    color: #fff !important;
    font-family: "IBM Plex Sans", sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    padding: 14px 24px !important;
    transition: all 0.4s ease-in-out !important;
    z-index: 1 !important;
    overflow: hidden !important;
}

.footer-input-new {
    background-color: #FBFAF7;
    padding: 24px;
    position: relative;
}

.news-letter-input {
    border: none;
    border-bottom: 1px solid #E6E6E6;
    background: transparent;
    padding: 13px;
    width: 100%;
    outline: none;
}
