/*
Theme Name: Euroweb Digital
Theme URI: https://euroweb-digital.com
Author: Euroweb Digital
Author URI: https://euroweb-digital.com
Description: Thème personnalisé Euroweb Digital basé sur Hello Elementor
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: euroweb-digital
Tags: custom, elementor, euroweb-digital
*/


/* Switzer – set rebuilt minimal declarations here if needed
   Example (à adapter selon les fichiers réels dans assets/fonts) :
@font-face {
    font-family: 'Switzer';
    src: url('assets/fonts/Switzer-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/

/* Futura – single remaining variant */
@font-face {
    font-family: 'Futura';
    src: url('assets/fonts/Futura Condensed Extra Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-stretch: condensed;
    font-display: swap;
}

/* Apply Bakehaus font to all headings */
div#logo-site img {
    max-width: 73px;
}

/* Global text selection color (replace native blue by #222) */
::selection {
    background-color: #222222;
    color: #ffffff;
}

::-moz-selection {
    background-color: #222222;
    color: #ffffff;
}

body {
    margin: 0 !important;
}

header {
    position: fixed !important;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 100%;
    z-index: 99999999999;
    z-index: 999 !important;
}


/* Amélioration du rendu du logo lors de l'animation pour éviter la pixélisation */
#logo-site img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
    will-change: transform;
    transform-origin: center center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Forcer l'utilisation du GPU pour un meilleur rendu */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

div#cover {
    height: calc(100vh - 150px) !important;
    position: relative;
    z-index: 2;
}

/* Remplacé par .euroweb-section-bg-layer (section-backgrounds.js) */
body>div.elementor:before {
    content: none;
    display: none;
}

.nova-stacking-card-2__content {
    max-width: 650px;
}

body>div.elementor>div,
body>div.elementor>section {
    z-index: 2 !important;
    position: relative !important;
}

div#cover>div {
    z-index: 2;
}

/* Section background layers – injected at body level by section-backgrounds.js (no z-index stacking) */
.euroweb-section-bg-layer {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 0;
    pointer-events: none;
}

.euroweb-section-bg-layer__blob {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
    will-change: transform;
    backface-visibility: hidden;
}

div#home-container-4,
div#home-container-5,
div#home-container-6 {
    position: relative;
}

div#home-container-4>div,
div#home-container-5>div,
div#home-container-6>div {
    position: relative;
}

.nova-carousel-item-date img {
    width: auto !important;
}

.nova-carousel-item-text p {
    margin: 0;
}

div#home-container-3 {
    z-index: 8 !important;
}

/* Remplacé par .euroweb-section-bg-layer (section-backgrounds.js) */
body>div.elementor:after {
    content: none;
    display: none;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;

}

div#cover h1,
div#cover h2,
div#cover h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}

.nova-title-text h2 {
    margin: 0;
}

.nova-carousel-container {
    overflow: hidden;
}

.nova-card-text.nova-card-text-1 h3,
.nova-card-text.nova-card-text-1 h2 {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Mega Menu Header Expansion Animation */
div#header {
    transition: 0ms ease-out !important;
}

.nova-mega-menu-displayed div#header {
    /* border-bottom: none !important; */
    border-radius: 24px 24px 0 0;
    border-width: 1px 1px 0 1px;
}


.nova-carousel-description p {
    margin: 0;
    line-height: 130%;
}


.nova-mega-menu-panel {
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    display: none !important;
    overflow: visible;
    transition: 0ms ease-out !important;
}

.ewd-btn .elementor-button-icon svg {
    width: 42px !important;
    height: 42px !important;
}

.elementor-button-icon svg {
    width: 42px !important;
    height: 42px !important;
}

span.elementor-button-text {
    display: flex;
    align-items: center;
}

.ewd-btn span.elementor-button-text {
    display: flex;
    align-items: center;
}

.ewd-btn a:hover .elementor-button-icon {
    animation: slideIcon 0.3s ease-in-out infinite alternate;
}

.nova-stacking-card-2__button:hover .nova-stacking-card-2__button-icon.icon-before {
    animation: slideIcon 0.3s ease-in-out infinite alternate;
}

@keyframes slideIcon {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(7px);
    }
}

.ewd-btn a .elementor-button-icon {
    transition: transform 0.3s ease;
}

.custom-select-wrapper-language {
    position: relative;
    display: flex;
    width: 44px;
    gap: 4px;
    max-width: 44px;
    align-items: end;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ffd500 !important;
}

.custom-select-wrapper-language>img {
    width: 15px;
    height: 15px;
}

.custom-select-language.form-control,
.custom-select-language {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    padding: 0 !important;
    color: #123B09 !important;
    border-radius: 0 !important;
    height: auto !important;
    text-indent: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: capitalize !important;
}

.custom-select-wrapper-language select {
    display: none;
}

.nice-select .nice-select-dropdown {
    box-shadow: none !important;
    border: 1px solid #ffd500 !important;
}

.nice-select .option {
    color: #123B09;
    padding: 0 15px !important;
    width: 100%;
    max-width: 100%;
}

.nice-select .list {
    margin: 0;
}

.nice-select:after {
    width: 8px !important;
    height: 5px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2025/12/Vector-1.png) !important;
    border: none !important;
    z-index: 99999 !important;
    opacity: 1 !important;
    right: 0 !important;
    transform: rotate(0deg) translate(0%, -50%) !important;
    top: 50% !important;
    margin-top: 0 !important;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open:after {
    transform: rotate(-180deg) translate(50%, 0%) !important;
    margin-top: -4px !important;
}

div#nova-features-home .nova-feature-item.has-separator::after {
    height: 51px;
    transform: translate(-50%, -50%);
    top: 50%;
}

.nova-feature-description p {
    margin: 0;
}

footer .custom-select-wrapper-language {
    width: 100%;
    max-width: 193px;
    position: relative;
    display: flex;
    gap: 0;
}

div#footer-2-2>div {
    width: max-content !important;
}

div#footer-2-2-text p {
    margin: 0;
}

body.home footer .nice-select:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7464%) hue-rotate(305deg) brightness(101%) contrast(108%);
}

footer .nice-select:after {
    right: 24px !important;
}

footer select.custom-select-language.form-control {
    display: none;
}

.nice-select .option {
    color: #202020;
    padding: 0 15px !important;
    width: 100%;
    max-width: 100%;
}

div#footer-2-1-socials,
div#footer-2-1-socials span.elementor-grid-item {
    display: flex;
}

div#footer-2>div {
    width: 100% !important;
    max-width: calc(33.33% - (430px / 3) - (75px / 3)) !important;
}

div#footer-2>div#footer-2-1 {
    max-width: 430px !important;
    width: 100% !important;
}

.otgs-development-site-front-end {
    display: none;
}

div#footer>div {
    gap: 48px;
}

div#footer>div {
    padding: 0;
    max-width: 1240px;
}

#footer {
    padding-top: 170px;
    padding-bottom: 64px;
}

div#footer-1-1 {
    max-width: 377px;
    width: 100%;
}

div#footer-1-1>* {
    max-width: 200px;
    width: 100%;
}

div#footer-1-1-logo img {
    width: max-content;
}

div#footer-img {
    z-index: 1;
}

div#footer-1-1>div {
    width: 100% !important;
    max-width: 100% !important;
}

div#footer-img img {
    aspect-ratio: 1440 / 499;
    object-fit: cover;
    max-height: 600px;
    object-position: top;
}

div#footer-bloc {
    padding-top: 499px;
}

div#footer-img {
    z-index: 1;
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: -65px;
    object-fit: cover;
    max-height: 499px;
}

div#footer>.elementor-shape.elementor-shape-top {
    display: none !important;
}

div#footer-1-menu-1 span.nova-icon-menu-title {
    display: none !important;
}

div#footer ul.sub-menu {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}


body>div.elementor {
    z-index: 2;
    position: relative;
    overflow: hidden;
    padding-top: 82px;
}

body.nova-mega-menu-displayed>div.elementor:after,
body.nova-mega-menu-displayed footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0666DD33;
    display: block !important;
    z-index: 9;
    backdrop-filter: blur(10px);
}

#footer {
    z-index: 2;
}

div#footer-1-1 {
    max-width: 414px;
    width: 100%;
}

div#footer-1-1>* {
    max-width: 193px;
    width: 100%;
}

div#footer-1 .elementor-element,
div#footer-2 .elementor-element {
    padding: 0 !important;
    /* width: 100%; */
}

footer p {
    margin: 0;
}

footer {
    z-index: 3;
    position: relative;
}

.nova-stacking-card-2__nova-title-content .elementor-widget-nova-title {
    max-width: 510px !important;
    margin: auto !important;
}

@media (max-width: 1500px) {
    div#footer-bloc {
        padding-top: 435px;
    }
}

@media (max-width: 1300px) {
    div#footer-bloc {
        padding-top: 400px;
    }
}

@media (max-width: 1199px) {

    div#footer-img img {
        max-height: max-content;
        object-fit: fill;
        aspect-ratio: 1440 / 380;
    }

    div#footer-img {
        top: 0;
    }

    div#footer-bloc {
        padding-top: 235px;
    }
}

@media (max-width: 991px) {
    div#footer-2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    div#footer-2-2>div {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    div#topheader p {
        font-size: 12px;
    }

    div#footer-img img {
        max-height: 300px;
        min-height: 300px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }
}

/* ========================================
   ELEMENTOR COMPATIBILITY STYLES
   ======================================== */

/* Remove default padding/margin for Elementor pages */
.elementor-page .site-main {
    padding: 0;
    margin: 0;
    width: 100%;
}

.elementor-page .entry-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Ensure full width for Elementor content */
.elementor-page .site-main .elementor {
    width: 100%;
    max-width: 100%;
}

/* Remove sidebar for Elementor pages */
.elementor-page .site-main+aside {
    display: none;
}

/* Full width container for Elementor Canvas template */
body.elementor-template-canvas .site {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

body.elementor-template-canvas .site-main {
    padding: 0;
    margin: 0;
}

/* Full width container for Elementor Full Width template */
body.elementor-template-full-width .site-main {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

/* Ensure Elementor sections are full width */
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

/* Remove theme's default article wrapper for Elementor pages */
.elementor-page article {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.elementor-page .entry-header,
.elementor-page .entry-footer {
    display: none;
}

/* Ensure proper spacing for Elementor content */
.elementor-page .elementor-section {
    margin: 0;
}

/* Fix for Elementor editor compatibility */
.elementor-editor-active .site-main {
    position: relative;
    z-index: 1;
}

/* Container principal du formulaire */
.cf7-ewd .cf7-c-bloc {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 0;
}

/* Colonnes */
.cf7-ewd .cf7-c {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cf7-ewd .cf7-c.col-6 {
    width: calc(50% - 14px);
}

.cf7-ewd {
    max-width: 650px !important;
}

.cf7-ewd .cf7-c.col-12 {
    width: 100%;
}

/* Reset des paragraphes */
.cf7-ewd p {
    margin: 0;
}

/* Labels */
.cf7-ewd label {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 28px;
    display: block;
    letter-spacing: -0.2px;
}

.cf7-ewd form {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

/* Inputs */
.cf7-ewd input[type="text"],
.cf7-ewd input[type="email"],
.cf7-ewd input[type="tel"] {
    width: 100%;
    padding: 0 0 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
    outline: none;
    letter-spacing: -0.2px;
}

.cf7-ewd input[type="text"]::placeholder,
.cf7-ewd input[type="email"]::placeholder,
.cf7-ewd input[type="tel"]::placeholder {
    color: #ffffff;
}

.cf7-ewd input[type="text"]:focus,
.cf7-ewd input[type="email"]:focus,
.cf7-ewd input[type="tel"]:focus {
    border-bottom-color: #FFD034;
}

/* ========== TEXTAREA STYLING ========== */
.cf7-ewd textarea {
    width: 100%;
    padding: 0 0 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-family: inherit;
    transition: border-color 0.3s ease;
    outline: none;
    min-height: 126px;
    resize: none;
    overflow-y: auto;
    line-height: 1.5;
    max-height: 126px;
    font-size: 15px;
    letter-spacing: -0.2px;
}

.cf7-ewd textarea::placeholder {
    color: #ffffff;
}

.cf7-ewd textarea:focus {
    border-bottom-color: #FFD034;
}

/* Scrollbar pour textarea */
.cf7-ewd textarea::-webkit-scrollbar {
    width: 6px;
}

.cf7-ewd textarea::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.cf7-ewd textarea::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.cf7-ewd textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* ========== CHECKBOXES STYLING ========== */
.cf7-ewd .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
}

/* Reset du style par défaut Contact Form 7 */
.cf7-ewd .wpcf7-form-control-wrap {
    display: inline-block;
}

.cf7-ewd .wpcf7-checkbox {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr;
}

.cf7-ewd .wpcf7-list-item {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.cf7-ewd .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

/* Cacher la checkbox par défaut */
.cf7-ewd input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 4px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.cf7-ewd input[type="checkbox"]:hover {
    border-color: #FFD034;
}

/* Checkbox cochée */
.cf7-ewd input[type="checkbox"]:checked {
    background: #ffffff;
    border-color: #ffffff;
}

/* Icône de validation (checkmark) */
.cf7-ewd input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #0066FF;
    font-size: 14px;
    font-weight: bold;
}

/* Label des checkboxes */
.cf7-ewd .wpcf7-list-item-label {
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease;
    letter-spacing: -0.2px;
}

.cf7-ewd .wpcf7-list-item:hover .wpcf7-list-item-label {
    color: rgba(255, 255, 255, 0.8);
}

/* Effet focus pour accessibilité */
.cf7-ewd input[type="checkbox"]:focus {
    outline: 2px solid #FFD034;
    outline-offset: 2px;
}

.cf7-ewd input[type="checkbox"]:focus:not(:focus-visible) {
    outline: none;
}

/* ========== BOUTON SUBMIT ========== */
.cf7-ewd [type="submit"] {
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-style: solid;
    border-width: 2.5px 2.5px 2.5px 2.5px;
    border-color: #fff;
    border-radius: 100px 100px 100px 100px;
    padding: 6px 20px 6px 6px;
    margin-top: 10px;
    background: transparent !important;
}

.leconomiste-evenements-category span.featured-cat {
    background: #34b9ff !important;
    color: #fff !important;
}

.slider-testimonials .nova-carousel-slider {
    padding: 20px;
}

.slider-testimonials .nova-carousel-slider .nova-carousel-item-text p {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    text-transform: initial !important;
}

div#footer-2 span.nova-dropdown-icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(1578%) hue-rotate(138deg) brightness(99%) contrast(89%);
}

div#footer-2 .nova-icon-menu-list>li>a span.nova-icon-menu-icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(1578%) hue-rotate(138deg) brightness(99%) contrast(89%);
}

.nova-mega-menu-panel .nova-icon-menu-header-title-inner span.nova-icon-menu-header-title-text {
    /* background: #222; */
    /* padding: 3px 6px;
    border-radius: 24px;
    color: #fffdf8; */
}

.nova-mega-menu-panel .nova-icon-menu-header-title-link.nova-icon-menu-header-title-link--current span.nova-icon-menu-header-title-text {
    /* background: #0666DD; */
}

.nova-mega-menu-panel .nova-icon-menu-header-title-inner:hover span.nova-icon-menu-header-title-text {
    /* background: #0666DD; */
}

.nova-icon-menu-header-title {
    width: max-content !important;
}


div#footer-2 li.current-menu-ancestor span.nova-dropdown-icon {
    filter: brightness(0) saturate(100%) invert(25%) sepia(90%) saturate(3442%) hue-rotate(205deg) brightness(93%) contrast(95%) !important;
}

div#footer-2 .nova-icon-menu-list>li>a:hover span.nova-dropdown-icon,
div#footer-2 .nova-icon-menu-list>li>a:hover span.nova-icon-menu-icon {
    filter: brightness(0) saturate(100%) invert(25%) sepia(90%) saturate(3442%) hue-rotate(205deg) brightness(93%) contrast(95%);
}

.slider-testimonials .nova-carousel-slider .nova-carousel-item-text h3 {
    margin-bottom: 20px;
}

.slider-testimonials .nova-carousel-item .nova-carousel-item-icon {
    filter: grayscale(1);
}

div#footer-2-1 a {
    font-size: 15px !important;
}

div#footer-2-1 a:hover {
    font-size: 15px !important;
}

.slider-testimonials .nova-carousel-item:hover .nova-carousel-item-icon {
    filter: grayscale(0);
}

/* Fix pour permettre le padding Elementor sur nova-carousel-container */
.cf7-ewd .wpcf7-response-output {
    margin: 0 !important;
    background: #FFD034 !important;
    color: #222;
    padding: 12px 16px !important;
    justify-content: center;
    border-color: #FFD034 !important;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 500;
    border-radius: 24px !important;
}

.cf7-ewd [type="submit"]:hover {
    border-color: #FFD034;
    color: #FFD034;
    background: transparent;
}

.cf7-ewd [type="submit"]:hover path {
    stroke: #FFD034;
}

.cf7-ewd [type="submit"] .elementor-button-icon {
    transition: transform 0.3s ease;
}

.cf7-ewd [type="submit"]:hover .elementor-button-icon {
    animation: slideIcon 0.3s ease-in-out infinite alternate;
}

.cf7-ewd .cf7-c.col-12.center p {
    justify-content: center;
    display: flex;
}



/* Spinner du bouton */
.cf7-ewd .wpcf7-spinner {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

/* ========== MESSAGES DE VALIDATION ========== */
.cf7-ewd .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.cf7-ewd .wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid;
}

.cf7-ewd .wpcf7-validation-errors {
    background: rgba(255, 107, 107, 0.1);
    border-color: #ff6b6b;
    color: #ffffff;
}

.cf7-ewd .wpcf7-mail-sent-ok {
    background: rgba(76, 217, 100, 0.1);
    border-color: #4cd964;
    color: #ffffff;
}

.cf7-ewd .wpcf7-mail-sent-ng {
    background: rgba(255, 107, 107, 0.1);
    border-color: #ff6b6b;
    color: #ffffff;
}

/* Input invalide */
.cf7-ewd form.wpcf7-form.invalid input.wpcf7-not-valid,
.cf7-ewd form.wpcf7-form.invalid textarea.wpcf7-not-valid {
    border-color: #ff6b6b !important;
}

/* ========== SCREEN READER ========== */
.cf7-ewd .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .cf7-ewd .cf7-c.col-6 {
        width: 100%;
    }

    .cf7-ewd .wpcf7-checkbox {
        flex-direction: column;
        gap: 15px;
    }

    .cf7-ewd input[type="submit"] {
        width: 100%;
        justify-content: center;
    }

    .cf7-ewd .wpcf7-spinner {
        right: 10px;
    }
}

/* ========== AUTOCOMPLETE STYLING ========== */
.cf7-ewd input:-webkit-autofill,
.cf7-ewd input:-webkit-autofill:hover,
.cf7-ewd input:-webkit-autofill:focus,
.cf7-ewd textarea:-webkit-autofill,
.cf7-ewd textarea:-webkit-autofill:hover,
.cf7-ewd textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFD034;
    -webkit-box-shadow: 0 0 0px 1000px #0066FF inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* ========== ANIMATIONS ========== */
.cf7-ewd .wpcf7-form.init .wpcf7-spinner {
    visibility: hidden;
}

.cf7-ewd .wpcf7-form.submitting .wpcf7-spinner {
    visibility: visible;
}

.cf7-ewd .wpcf7-form.invalid .wpcf7-response-output,
.cf7-ewd .wpcf7-form.unaccepted .wpcf7-response-output,
.cf7-ewd .wpcf7-form.sent .wpcf7-response-output {
    display: flex;
}

.cf7-c.col-12 span.wpcf7-form-control-wrap {
    width: 100%;
}

.cf7-ewd br {
    display: none;
}