body main#inner-wrap,
footer {
    background: black !important;
}

/* Header style */

.site-main-header-inner-wrap.site-header-row.site-header-row-has-sides.site-header-row-center-column {
    transition: all 0.5s;
}

* {
    font-family: Montserrat, sans-serif;
}

/* body main#inner-wrap {
    background: black !important;
} */

.autonova-container {
    max-width: var(--autonova-container-width);
    width: 100%;
    margin-inline: auto;
    padding-inline: 20px;
}

/* Floatin whatsapp button start */

@keyframes wa-ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes wa-pulse-ring {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }
}

.wa-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    text-decoration: none;
}

.wa-float__label {
    white-space: nowrap;
    background: #000000e6;
    border: 1px solid #25D366;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    letter-spacing: .08em;
    padding: 8px 16px;
    border: 1px solid rgba(37, 211, 102, .3);
    opacity: 0;
    transform: translateX(16px);
    transition: opacity .3s ease, transform .3s ease;
    pointer-events: none;
}

.wa-float:hover .wa-float__label {
    opacity: 1;
    transform: translateX(0);
}

.wa-float__icon-wrap {
    position: relative;
    flex-shrink: 0;
}

.wa-float__ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, .3);
    animation: wa-ping 1.4s cubic-bezier(0, 0, .2, 1) infinite;
}

.wa-float__pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, .2);
    animation: wa-pulse-ring 2s ease-in-out infinite;
}

.wa-float__btn {
    position: relative;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #25D366;
    box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
    transition: transform .3s ease;
}

.wa-float:hover .wa-float__btn {
    transform: scale(1.1);
}

/* Global Style */
.elementor-heading-title span {
    color: var(--e-global-color-primary);
}

/* Form Style */
#fluentform_1 {
    margin: 0 !important;
}

.ff-form-loaded label {
    font-size: 13px;
    font-weight: 400;
    color: var(--e-global-color-text);
    text-transform: uppercase;
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: var(--e-global-color-primary);
}

.fluentform .ff-form-loaded input,
.fluentform .ff-form-loaded select,
.fluentform .ff-form-loaded textarea {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    padding: 16px 20px;
    outline: none;
    transition: border-color 0.3s;
    border-radius: 0;
}

.ff-default .ff-el-form-control:focus {
    border-color: var(--e-global-color-primary);
    background: transparent;
}

.fluentform .ff-form-loaded input:focus {
    border-color: var(--e-global-color-primary);
    background: transparent;
    color: #ffffff;
}

.fluentform .ff-form-loaded textarea:focus {
    border-color: var(--e-global-color-primary);
    background: transparent;
    color: #ffffff;
}

button.ff-btn.ff-btn-submit.ff-btn-md {
    width: 100%;
    padding: 16px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    background: var(--e-global-color-primary);
    transition: all 0.3s;
    color: #000 !important;
    text-shadow: none !important;
    letter-spacing: 0.12em;
}

button.ff-btn.ff-btn-submit.ff-btn-md:hover {
    background: var(--e-global-color-primary-hover);
}

#fluentform_1_success {
    border: 1px solid var(--e-global-color-primary-hover);
    color: white;
    font-size: 16px;
    text-align: center;
}

#fluentform_3_success {
    border: 1px solid var(--e-global-color-primary-hover);
    color: white;
    font-size: 16px;
    text-align: center;
}

/* Text Divider Widget */
.autonova_divider_container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.autonova_divider_line {
    flex: 1;
    border-top: 1px solid #000000;
}

.autonova_divider_text {
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0 !important;
}

/* Home page style */

.testimonials_card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    transition: all 500ms;
}

.elementor-image-box-wrapper {
    display: flex;
    gap: 20px
}

/* Global Style */

.Our_core_values .elementor-element:hover .elementor-icon {
    border-color: var(--e-global-color-primary) !important;
}

.elementor-button{
    transition: all 0.5s;
}

.elementor-button:hover span svg {
    transform: translateX(4px);
    transition-duration: .15s;
}