/*
Theme Name: Detailing Theme
Theme URI: wedw
Author: dwedw
Author URI: wed
Description: huinia schinimA HUINIA
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 6.4
Version: 1.0
License: WEF
License URI: WEF
Text Domain: WDE
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

body { height: 100%; margin: 0; padding: 0; font-family: 'Montserrat', sans-serif !important;} 


.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.dropdown-menu {
    font-size: 16px !important;
    background-color: rgb(0, 0, 0) !important;
    margin: 0 !important;
    border: none !important;
    text-align: center;
}

.nav-link{
    font-size: 16px !important;
}
.dropdown-item {
    font-size: 16px !important;
    
}
.dropdown-menu-start{
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        position: absolute !important;
        left: auto !important;
        right: 0px !important;
        top: 59px !important;
        background-color: rgb(248, 249, 250) !important;
        margin: 0 !important;
        border: none !important;
        text-align: right;
    }

}

.number-cell {
    text-decoration: none;
    color: white;
    font-weight: 900;
}

.number-cell:hover {
    color:azure;
}

#blink-call {
    animation: softBlinkGreen 1.2s ease-in-out infinite;
    fill: #27ae60;
}

@keyframes softBlinkGreen {
    0%, 100% { opacity: 1; fill: #27ae60; transform: scale(1); }
    50% { opacity: 0.4; fill: #2ecc71; transform: scale(1.05); }
}

.time-work {
    color: white;
    font-size: .9rem;
    flex-direction: column;
}

.time-work div{
    color: white !important;
}
.dropdown-menu.show {
    background: #000000 !important;
}
.dropdown-item{
    color: #b4b4b4 !important;
}
.dropdown-item.active{
    background: #000000 !important;
}

.dropdown-item:hover {
    color: #e9ecef!important;
    background-color: #000000 !important;
}

.header-grid {
    display: grid !important;
    grid-template-areas: "logo btn"
        "call call"
        "menu menu";
}

@media screen and (min-width: 993px) {
    .header-grid {
        display: grid !important;
        grid-template-areas: "logo menu"
            "call call";
    }
}

@media screen and (min-width: 1200px) {
    .header-grid {
        display: grid !important;
        grid-template-areas: "logo call menu";
    }

    .time-work {
        display: flex !important;
        flex-direction: row !important;
    }
}



.home-container{
	display: flex;
}



/* header page*/
.text-blick {
    padding-left: 2rem;
    text-align: left;
    position: relative;
    overflow-x: hidden;
}


.header-page{
    background: 
		linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.8)), 
		url('https://zonedetailing.by/wp-content/uploads/2024/05/1hq.jpg');
    background-size: cover;
}

.header-page-text{
    margin-top: 200px;
    color: white;
    margin-bottom: 100px;
}

/*    Brand      */
.brand-container {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brand-img {
    padding: .3rem;
    width: 115px;
    height: 115px;
}
/* Slider */
/* Базовые стили для слайдера */
.brands-section {
    padding: 3rem 0;
    background: #f8f9fa;
    overflow-x: hidden;
}
.brand-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.brand-slider-track {
    display: flex;
    width: max-content;
    will-change: transform;
}
.brand-slider-set {
    display: flex;
    gap: 1.5rem;
    padding: 0 0.75rem;
}
.brand-card {
    background: white;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.2s;
    cursor: default;
}
.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
    .brand-card {
        font-size: 0.85rem;
        padding: 0.4rem 1rem;
    }
    .brand-slider-set {
        gap: 1rem;
    }
}

/* form */

.decor {
    max-width: 350px;
    margin: 30px auto;
    background: white;
    border-radius: 30px;
}


.form-inner {
    padding: 50px;
}

.form-inner input,
.form-inner textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    outline: none !important;
    background: #E9EFF6;
    line-height: 40px;
    border-width: 0;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
}

.form-inner input[type="submit"] {
    margin-top: 30px;
    background: red;
    border-bottom: 4px solid rgb(50, 88, 204);
    color: white;
    font-size: 14px;
}

.form-inner textarea {
    resize: none;
}

.form-inner h3 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: red;
}

.container {
    max-width: 960px;
  }
  
  /*
   * Custom translucent site header
   */
  
  .site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .site-header a {
    color: #8e8e8e;
    transition: color .15s ease-in-out;
  }
  .site-header a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  /* Price */
li {
    display: flex;
}

li span {
    display: flex;
    flex: 1;
    align-items: center;
}

li .price-span:before {
    content: '';
    border-bottom: 2px solid #e9ecef;
    flex: 1;
    margin: 0 10px;
}










.price-list {
            max-width: 800px;
            margin: 0 auto;
        }
        .price-item {
            transition: background-color 0.2s ease;
        }
        .price-item:hover {
            background-color: rgba(13, 110, 253, 0.05);
        }
        .price-value {
            font-weight: 600;
            color: #0d6efd;
        }


/* Equpment */

.typeService-div {
    margin: .4rem;
    padding: .8rem;
    border-radius: 2rem;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}

.typeService-span {
    color: white;

    position: relative;
    z-index: 10;
    top: 4rem;
}



.typeService-a {
    text-decoration: none;
    font-size: larger;
    color: rgb(7, 1, 29);

}

@media screen and (max-width: 500px) {
    li {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (min-width: 501px) {
    li {
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


/*
* Вопросы
*/
.accordion-button:focus {
    box-shadow: none !important;
}
  /*
   * Extra utilities
   */

.flex-equal > * {
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
      flex: 1;
    }
}
/*Услуги*/
.services-section {
            padding: 4rem 1rem;
        }
        .service-card {
            transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
            border: none;
            border-radius: 28px;
            background: #ffffff;
            cursor: pointer;
        }
        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.2) !important;
            border: 1px solid rgba(46, 204, 113, 0.3);
        }
        .service-emoji {
            font-size: 3.5rem;
            transition: transform 0.2s;
            filter: drop-shadow(0 6px 12px rgba(0,0,0,0.08));
        }
        .service-card:hover .service-emoji {
            transform: scale(1.08) rotate(2deg);
        }
        .price-highlight {
            background: linear-gradient(146deg, #a42ecc, #ff2c2c);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            font-weight: 800;
        }
        .divider {
            width: 70px;
            height: 3px;
            background: #dc3545;
            margin: 1rem auto;
            border-radius: 4px;
        }
        a {
            text-decoration: none;
        }
        @media (max-width: 768px) {
            .service-emoji {
                font-size: 2.5rem;
            }
            .services-section {
                padding: 2rem 0.75rem;
            }
        }