/*
Theme Name: Girlands
*/


/* =WordPress Core
-------------------------------------------------------------- */

.screen-reader-response, .wpcf7-not-valid-tip,.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid{
    border-color: red !important;
}
.typical-img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.typical-img > *{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}
.typical-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.typical-img:before{
    padding-bottom: 100%;
    display: block;
    content: '';
}
.downsite-menu[style*="display: block"]{
    display:flex!important;
}
.seo-text {
    max-width: 800px; 
    margin: 0 auto; 
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}


.seo-text h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}

.seo-text h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}


.seo-text .services-list, 
.seo-text .advantages-list {
    display: block;
    max-width: 600px;
    margin: 0 auto; 
    text-align: left; 
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
}


.seo-text .services-list p, 
.seo-text .advantages-list p {
    font-weight: bold;
}




#callback-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#open-callback-form {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

#open-callback-form:hover {
    background-color: #0056b3;
}
