/*
Theme Name:     BTS
Theme URI:      n/a
Template:       kadence
Author:         Bukhari Translation Services
Author URI:     n/a
Description:    Child theme for Bukhari Teranslation Services
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.form-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-wrapper .form-row {
    width: 100%;
    display: flex;
    gap: 20px;
    position: relative;
}

.form-wrapper .form-row .form-field-holder {
    width: 100%;
    position: relative;
    height: 56px;
}

.form-wrapper .form-row .form-field-holder.textarea-field-holder {
    height: 108px;
    margin-bottom: 20px;
}

.form-wrapper .form-row .form-field-holder.file-field-holder {
    padding: 10px 8px 0;
    width: 100%;
    height: 70px;
    color: #00303f;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.form-wrapper .form-row .form-field-holder input[type='text'],
.form-wrapper .form-row .form-field-holder input[type='email'],
.form-wrapper .form-row .form-field-holder input[type='tel'],
.form-wrapper .form-row .form-field-holder input[type='number'],
.form-wrapper .form-row .form-field-holder input[type='date'],
.form-wrapper .form-row .form-field-holder select,
.form-wrapper .form-row .form-field-holder textarea {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 8px 0;
    width: 100%;
    height: 100%;
    color: #00303f;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height: 22px;
}

.form-wrapper .form-row .form-field-holder textarea {
    padding-top: 20px;
}

.form-wrapper .form-row .form-field-holder sup {
    color: #ff0000;
}

.form-wrapper .form-row .form-field-holder label {
    position: absolute;
    top: 0;
    left: 8px;
    color: #00303f;
    pointer-events: none;
    transition: all 0.3s ease;
    background-color: #ffffff;
    z-index: 1;
    font-size: 16px;
    background: none;
}

.form-wrapper .form-row .form-field-holder:focus-within label {
    font-size: 14px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-wrapper .form-row .form-field-holder small {
    font-size: 12px;
    display: block;
    width: 100%;
}

.form-wrapper .form-row .form-field-holder .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

.lead-form-popup .form-wrapper .form-row .form-field-holder input[type='submit'] {
    background: #09816d;
    width: 100%;
    border-radius: 5px;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #25D366;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0px 0px 1px 1px #25d3657e;
    border-radius: 100%;
}

.whatsapp-float svg {
    height: 36px;
    width: 36px;
}

.lead-form-popup {
    position: fixed;
    bottom: 60px;
    left: 20px;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 998;
    padding: 15px;
}

.lead-form-popup .form-wrapper {
    max-height: 600px;
    overflow-y: scroll;
}

.lead-form-popup .close-form {
    position: absolute;
    top: -10px;
    right: -19px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background: #333;
    border-radius: 100%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    padding: 0 7px;
}

.lead-form-popup .wpcf7-response-output {
    display: none;
}

.sticky-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 9999;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sticky-contact-buttons .contact-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.sticky-contact-buttons .contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.call-btn {
    background-color: #1f4e9e;
    /* Blue */
}

.whatsapp-btn {
    background-color: #25D366;
    /* WhatsApp Green */
}

.email-btn {
    background-color: #111;
    /* Black/Dark */
}

.sticky-contact-buttons i {
    font-size: 16px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .sticky-contact-buttons {
        right: 10px;
        bottom: 10px;
        flex-direction: column;
        gap: 8px;
    }

    .sticky-contact-buttons .contact-btn {
        font-size: 14px;
        padding: 8px 14px;
    }

    .sticky-contact-buttons i {
        font-size: 15px;
    }
}

.wp-block-kadence-navigation .menu {
    flex-wrap: nowrap !important;
    /** Keep Menu in one line **/
}

.kb-tooltips {
    color: var(--global-palette1, #3182CE) !important;
}

.kb-tooltips:hover {
    background-color: var(--global-palette1, #3182CE);
    color: white !important;
    transition: 0.2s ease-in-out;
}

.custom-styling {
    background-color: #d4a829;
    color: #fff;
    padding: 0px 20px !important;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.custom-styling:hover {
    background-color: #00303f;
    color: #fff !important;
}

@media (min-width: 1301px) {
    .custom-left-margin {
        margin-left: -150px !important;
        z-index: 999 !important;
        background-color: white !important;
    }
}

.custom-image-style>figure>img {
    height: 550px;
    object-fit: cover;
}

.custom-bg-for-column::hover>.kt-inside-inner-col>.wp-block-kadence-advancedheading {
    color: white !important;
}

.business-centre-solutions-image-style>figure>img {
    height: 600px;
    object-fit: cover;
}

.wp-block-kadence-advancedheading {
    margin-top: 16px !important;
}
.wp-block-site-logo {
    max-width: 250px !important;
}
html[lang="ar"],
body.rtl,
body.rtl h1,
body.rtl h2,
html[lang="ar"] p,
html[lang="ar"] li,
html[lang="ar"] a,
html[lang="ar"] span,
html[lang="ar"] button,
html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6 {
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.intl-tel-input {
    height: 56px;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    padding-top: 15px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    background: none;
}

.form-wrapper .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    right: 5px;
}

.zl-form-control-wrap+p #mfcf7_zl_add_file,
.mfcf7_zl_delete_file {
    display: none;
}

.zl-form-control-wrap+p label {
    width: 100%;
    position: relative;
}

.form-wrapper .form-row .form-field-holder input[type='file'] {
    position: absolute;
    top: 15px;
    left: 0;
}

.form-wrapper .form-row .form-field-holder input[type='file'] {
    display: block !important;
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px #25d3657e;
    }

    100% {
        box-shadow: 0 0 0 20px #25d36542;
    }
}

@media (max-width: 768px) {
    .lead-form-popup {
        height: 100%;
        left: 2%;
        width: 96%;
        bottom: auto;
        top: 0;
        background: #ffffff;
    }

    .form-wrapper .form-row {
        flex-direction: column;
    }
}