/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


* {
    font-family: "Montserrat";
}

.bg-primary-subtle {
    background-color: #fecd4d !important;
}

.page-link {
    color: #212529;
}

.top-button.visible {
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 0.3s;
    background: #fecd4d;
    color: black;
    border: none;
}

.top-button.visible:active {
    background: #fecd4d;
    color: black;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: #fecd4d;
    font-weight: 600;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #282828;
}

body::-webkit-scrollbar-thumb {
    background-color: #fecd4d;
    border-radius: 5px;
}

.home-title {
    font-weight: 800;
}

.home-title span {
    color: #fecd4d;
}

.home-img {
    border-radius: 12px;
}





.my-btn-link {
    color: #212529;
    text-align: center;
    padding: 0 12px;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 800;
    border-radius: 5px;
    background-color: #fecd4d;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
}

.my-btn-link-lite {
    color: #212529;
    font-size: 24px;
    line-height: 1.55;
    font-weight: 800;
    border-radius: 5px;
    border: solid #fecd4d;
    background-position: center center;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
}

a {
    color: #262626;
    transition: .2s ease-in-out color, .2s ease-in-out text-decoration-color, .2s ease-in-out opacity;
}

a:hover {
    color: #A4A4A4;
}

/* header */
.line-gradient {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #212529, #fecd4d);
}

#wpap-logo-header img {
    height: 45px;
    width: auto;
}

#wpap-logo-header span {
    font-size: 30px;
    font-weight: 300;
    color: #262626;
    margin-left: -14px;
    line-height: 16px;
    width: auto;
}

#wpap-logo-header span span {
    font-size: 19.5px;
    margin-left: 0px;
}

#offcanvas-navbar>div.offcanvas-body {
    align-items: baseline;
}

/* footer */


#wpap-logo-footer img {
    height: 70px;
    width: auto;
}

#wpap-logo-footer span {
    font-size: 40px;
    font-weight: 300;
    color: #262626;
    margin-left: -14px;
    width: auto;
    line-height: 22px;
}

#wpap-logo-footer span span {
    font-size: 26px;
    margin: 0px;
}

.bootscore-copyright {
    color: #b9b9b9;
}

.footer-phone {
    font-weight: 600;
    font-size: 25px;
    color: #262626;
    text-decoration: none;
    line-height: 1;
}

.bottom-link-footer a {
    color: #b9b9b9;
    text-decoration: none;
    width: auto;
}

.slider-btn {
    background: #65E4A3;
    color: #0A2640;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #4ccd8c;
    transform: translateY(-2px);
    color: #0A2640;
}

.slider-controls {
    margin-top: 50px;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c3c4c7;
    ;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-bullet.active {
    background: #fecd4d;
    ;
    transform: scale(1.3);
}

.custom-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #65E4A3;
    color: #0A2640;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    margin: 0 10px;
}

.custom-nav-btn:hover {
    background: #4ccd8c;
    transform: scale(1.1);
}

.custom-nav-btn:disabled {
    background: rgba(101, 228, 163, 0.5);
    cursor: not-allowed;
}


/* .s-dots {
        display: none!important;
    }  */
/* slider-media */
.swiper-pagination-bullet-active {
    background: #fecd4d;
}

.swiper-button-next,
.swiper-button-prev {
    color: #d3d3d4;
}

.page-link.active,
.active>.page-link {
    background-color: #fecd4d;
    border-color: #fecd4d;
    color: #212529;
}

@media (min-width: 768px) {
    #prew-slide-1 h1 {
        font-size: 29px;
        line-height: 30px;
    }

    #prew-slide-2 h1 {
        font-size: 67px;
        line-height: 60px;
    }
}

@media (min-width: 992px) {
    #prew-slide-1 h1 {
        font-size: 39px;
        line-height: 34px;
    }

    #prew-slide-2 h1 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media (min-width: 1200px) {
    #prew-slide-1 h1 {
        font-size: 47px;
        line-height: 43px;
    }

    #prew-slide-2 h1 {
        font-size: 80px;
        line-height: 70px;
    }
}

@media (min-width: 1400px) {
    #prew-slide-1 h1 {
        font-size: 54px;
        line-height: 50px;
    }

    #prew-slide-2 h1 {
        font-size: 94px;
        line-height: 77px;
    }
}


@media (max-width: 768px) {
    #prew-slide-1 h1 {
        font-size: min(7.4vw, 43px);
        line-height: min(7.5vw, 40px);
    }

    #prew-slide-1 .my-btn-link {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #prew-slide-2 h1 {
        font-size: 12vw;
        line-height: 12vw;
    }

    #prew-slide-2 li {
        font-size: 14px;
    }

    #prew-slide-3 h1 {
        font-size: 9vw;
        line-height: 9vw;
    }

    #prew-slide-3 h5 {
        font-size: 16px;
    }
}

.title-section {
    font-weight: 800;
}

.title-section span {
    color: #fecd4d;
}



/* Фиксируем высоту контейнера для изображений */
.swiper-slide .card-img-top {
    height: 200px;
    /* Фиксированная высота */
    object-fit: cover;
    /* Обрезаем и заполняем контейнер */
    width: 100%;
    /* Ширина 100% */
}

/* Для адаптивности на мобильных */
@media (max-width: 768px) {
    .swiper-slide .card-img-top {
        height: 150px;
    }
}






.form-container {
    background: white;
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #444;
}

.form-control,
.form-select {
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(254, 205, 77, 0.25);
}

.btn-accent {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #333;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s;
}

.btn-accent:hover {
    border-color: var(--accent-hover);
}

.privacy-text {
    font-size: 0.85rem;
    color: #777;
    margin-top: 1rem;
}

.privacy-text a {
    color: var(--accent-color);
    text-decoration: none;
}

.privacy-text a:hover {
    text-decoration: underline;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
}



#form-wrap {
    position: relative;
    z-index: 1;
}

#shesternya-big {
    transform-origin: center;
    animation: rotate-clockwise 10s linear infinite;
    position: relative;
    left: -145px;
}

@keyframes rotate-clockwise {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#shesternya-min {
    transform-origin: center;
    animation: rotate-counterclockwise 10s linear infinite;
    position: relative;
    left: 114px;
    top: -84px;
    height: 300px;
}

@keyframes rotate-counterclockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

hr.hr-lith {
    border-top: #f3f3f3 solid;
}






/* Пасхалка */

.overlay-animation {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animate-slide-up {
    animation: slideUp 1s ease-out forwards;
}

@keyframes slideUp {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

/* Стили для вашего блока */
.your-content {
    padding: 40px;
    text-align: center;
    font-size: 24px;
}



.sephiya {
    filter: grayscale(1) brightness(1.2) contrast(105%);
    transition: .2s;

}

.my-card:hover img {
    filter: grayscale(0%);
}

#post-109 img,
#post-115 img {
    height: 147px;
}

/* Карточка услуги */
.my-card {
    min-height: 230px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: .2s;
}

.my-card:hover {
    background: #f2f2f2;
}





.card-img-bg {
    width: 240px;
}

.link-no-underline {
    text-decoration: none;
}

.card-arrow {
    border-radius: 11px;
    background: #212529;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    color: #c3c4c7;
}

.my-card:hover .card-arrow {
    background: #fecd4d;
}

#contracts-all .my-card {
    flex-direction: row;
    flex-direction: row;
    justify-content: center;
}




/* отзывы */
.review-thumb .review-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    /* чтобы клик шел по ссылке */
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 2;
}

.review-thumb .review-circle {
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
    transform: scale(.6);
    transition: transform .25s ease;
}

.review-thumb .review-plus {
    display: block;
}

.review-thumb:hover .review-overlay {
    opacity: 1;
}

.review-thumb:hover .review-circle {
    transform: scale(1);
    /* плавное появление/увеличение */
}


/* woocomerce */
.btn-wc-price {
    border-color: #d2d2d2;
    color: #333;
    border-radius: 8px;
}
.btn-wc-price:hover {
    border-color: #d2d2d2;
}

.wc-more-link {
    margin-top: 9px;
    display: block;
    text-decoration: none;
}
#tab-description > h2 {
    display: none;
}
.more-arrow {
    border-radius: 7px;
    background: #ffcd3f;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    color: #c3c4c7;
    margin-left: 5px;
}

.woocommerce-loop-category__title mark, .sku_wrapper {
    display: none;
}
.btn-primary {
    background: #fff;
    color: #212529;
    border-color: #212529;
}
.page-title {
    font-weight: 800;
}
/* Контакты стр */
#contacts-maps iframe {
    border-radius: 12px;
}

/* Архив стр */
.entry-header > p.entry-meta {
    display: none;
}
