.footer-widgets {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
}

.footer-widget-area {
    flex: 1;
    padding: 0 15px;
    justify-content: center;
    display: flex;
    align-items: center;

}

/* Optionally, style widget titles */
.footer-widget-title {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.footer-widget-left figure img {
    max-width: 100px;
}

.footer-widget-center {
    a {
        font-size: 18px;
        text-decoration: none;
    }
}

footer p {
    margin-bottom: 0;
    text-align: center;
}

footer a {
    color: #fff;
}

footer {
    background: #000;
    color: #fff;
    padding-top: 15px;

}

img.custom-logo {
    height: auto;
    max-width: 170px;
}

img {
    max-width: 100%;
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* pushes widget to the right */
}

.menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu-widget-area {
    margin-left: 1.5rem;
    /* spacing from menu */
}

.menu-widget {
    /* widget wrapper styling */
}

.menu-widget-title {
    margin-bottom: .5rem;
    font-size: .9rem;
}

.phone-link {
    display: inline-flex;
    align-items: center;
    background: #000000d4;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.9);
    font-family: Arial, sans-serif;
    font-size: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.phone-icon {
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #fff;
}

.phone-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.phone-link:active {
    transform: translateY(0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

/* container */
.cf7-simple-form {
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: Arial, Helvetica, sans-serif;
}

.wpcf7-form-control-wrap input {
    height: 60px;
    border-radius: 5px;
    border-color: #fff;
    font-weight: 700;
}

/* label text */
.cf7-label-text {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 0.95rem;
    font-family: Arial, Helvetica, sans-serif;
}

/* inputs */
.cf7-input {
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: Arial, Helvetica, sans-serif;
}

.cf7-input:focus {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.2);
}

/* submit button */
.cf7-submit {
    display: inline-block;
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px 0.3px #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    font-family: Arial, Helvetica, sans-serif;
}

.cf7-submit:hover {
    background: #3e3939;
    transform: translateY(-1px);
}

.cf7-submit:active {
    transform: translateY(0);
    background: #3e3939;
}

.ays_popup_minimal_title {
    padding: 25px;
    display: block;
    text-align: center;
}

/* Base desktop layout */
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
}

/* Nav + widget side by side on desktop */
.header-menu {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.menu-widget-area {
    margin-left: 1rem;
}

.reviews {
    background-color: black;
}

header .nav-menu {
    list-style-type: none;
}


.menu-widget-area {
    display: flex;
    align-items: center;
}

.menu-widget-area div#polylang-3 ul {
    list-style-type: none;
    display: flex;
}

.menu-widget-area div#polylang-3 ul .lang-item {
    margin: 0 5px;
}



@media (min-width: 768px) {
    .hidden-desktop {
        display: none;
    }



    img.custom-logo {
        height: auto;
        max-width: 170px;
    }

    div#polylang-3 {
        position: absolute;
        right: 5%;
        bottom: 35%;
    }

    header .nav-menu {
        display: flex;
    }
}




@media (max-width: 768px) {

    .hidden-mobile {
        display: none;
    }

    img.custom-logo {
        height: auto;
        max-width: 100px;
    }

    div#polylang-3 {
        position: absolute;
        right: 32px;
    }

    img.image.wp-image-229.attachment-full.size-full {
        max-width: 360px;
    }

    .phone-link {
        padding: 0.5rem 5px;
    }

    .wpcf7-form-control-wrap input {
        max-width: 350px;
    }

    .cf7-submit {
        max-width: 320px;
        text-align: center;
        font-size: 14px;
    }

    header {
        background: #000000b5;
    }

    header .container {
        max-width: 100%;
        justify-content: flex-start;
    }

    header nav.header-nav {
        flex-direction: column;
        width: 100%;
        background: #000000c7;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
    }

    /* nav links stack vertically */
    .nav-menu {

        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer-widgets {
        flex-direction: column;
        justify-content: flex-start;
    }

    .footer-widget-area {
        padding: 10px 15px;
    }

    .menu-widget-area ul {
        padding-left: 0;
    }


}

@media (max-width: 375px) {
    img.image.wp-image-229.attachment-full.size-full {
        max-width: 320px;
    }

    .wpcf7-form-control-wrap input {
        max-width: 310px;
    }
}



h3.title.text-center {
    color: #fff;
    margin-top: 20%;
    display: block;
    padding: 0 50px;
}


header .nav-menu li a {
    padding: .25rem 1rem;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;

}


/* Mobile styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        color: #fff;
        position: absolute;
        right: 10px;
        top: -78px
    }

    .widget-area.pre-footer {
        background-color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        text-align: center;
    }

    h3.title.text-center {
        color: #fff;
        margin-top: 15px;
        display: block;
        padding: 0 10px;
    }

    .nav-menu a {
        display: block;
        padding: 0.75rem 1rem;
    }

    /* widget area below nav */
    .menu-widget-area {
        position: absolute;
        left: 25px;
        top: 25px;
    }

    /* when open, show it */
    .header-menu.open {
        display: flex;
    }

}

/* 1. Hide toggle by default */
.menu-toggle {
    display: none;
}

/* 2. Mobile only */
@media (max-width: 768px) {

    /* show the hamburger */
    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 1.8rem;
        cursor: pointer;
        margin-left: 1rem;
    }

    .hidden-mobile {
        display: none;
    }

}

@media (max-width: 525px) {
    .menu-widget-area {
        background: transparent;
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }


}

@media (max-width: 410px) {

    .menu-toggle {
        top: -45px;
    }

}


.page-template-page-about header {
    background-color: #000000;
    position: relative;
}

.section p {
    color: #ffffff;
}

h1 {
    display: flex;
    justify-content: center;
    background-color: black;
    margin: 0;
    padding: 20px 0;
    padding-top: 30px;
    color: white;
    text-align: center;
}

.training{
background-color: black;
display:flex;
flex-direction: column;
align-items: center;
padding-top: 50px;

}
.training h3 {
color:white;
}

.customer-images{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer {
padding: 0 0 20px 0;
}
img.train {
    margin: 20px;
    max-height: 194px;
}

@media (max-width: 768px) {
  .training .images {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}