.menu-categories a.active::after {
    opacity: 0.1 !important;
}
.menu-categories a.active {
    pointer-events: none;
}

.side-categories a.active {
    font-weight: 600;
}

.side-categories a {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.2;
    padding: 7px 0;
}



.page-news .blog-single-content h1 {
    font-size: 36px;
    letter-spacing: normal;
}

.page-news .blog-single-content h2 {
    font-size: 26px;
    letter-spacing: normal;
}

.page-news .blog-single-content h3 {
    font-size: 22px;
    letter-spacing: normal;
}

.page-news .blog-single-content .column-2 {
    margin: 10px 0 30px 0;
}
.page-news .blog-single-content .content-image img {
    margin: 20px 0 10px 0;
    border: 5px solid #ecf2f4;
    border-radius: 15px;
}

.page-news .blog-single-content .content-image-general img {
    border: 5px solid #ecf2f4;
    border-radius: 15px;
}


.recent-post img {
    max-height: 70px;
    top: 0;
}

.recent-post {
    margin-bottom: 35px;
}

.brochure-widget .title {
    font-size: 30px;
    line-height: 38px;
}

.page-news .blog-single-content .sec-title h2 {
    font-size: 28px !important;
}

.page-news .blog-single-content p {
    margin: 15px 0 0;
}
.page-news .blog-single-content .sec-title p {
    margin: 15px 0 0;
}

.page-news .blog-single-content .ibt-section-gap2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-content span {
    color: inherit;
}

.hero-style7::before {
    z-index: -1;
}

.breadcrumbs {
    background: transparent;
}
.breadcrumbs li, .breadcrumbs li a {
    color: #7c7c7c !important;
    margin: 0 3px;
}

.breadcrumbs li a {
    border-bottom: 1px solid #d9d9d9;
}

.category-title {
    font-size: 38px;
}


.category-desc {
    max-width: 800px;
}

.category-grid .blog-content {
    padding: 20px 20px;
}

.category-grid .ibt-btn {
    height: unset;
}

.category-grid .blog-img::before {
    display: none;
}

.category-grid  .blog-img a img {
    border-bottom: 1px solid silver;
}

.hero-style7-category {
    padding: 80px 0 0 0 !important;
}

.hero-style7-category p.hero-into {
    font-size: 22px !important;
    max-width: 1000px !important;
    margin-top: 30px !important;
}

.category-grid .blog-img {
    border-radius: 25px 25px 0 0;
}

/* Блокируем скролл страницы, когда модалка открыта */
body.modal-open {
    overflow: hidden !important;
    position: relative !important;
    height: 100% !important;
    padding-right: 0 !important;
}

/* Чтобы не было скачка контента при открытии */
.modal-open .modal {
    padding-right: 0 !important;
}

.faq-content4 .sec-title {
    max-width: 800px;
}


/* Спиннер */
.indev-popup__submit-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: indev-popup-spin 0.8s linear infinite;
}

.indev-popup__submit.is-loading .indev-popup__submit-spinner {
    display: inline-block;
}

.indev-popup__submit.is-loading .icon-arrow-top {
    display: none;
}

@keyframes indev-popup-spin {
    to {
        transform: rotate(360deg);
    }
}






/* Убираем рамку при фокусе у всех полей в модалке */
.modal .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

/* Стили для модалки */
.modal-content {
    border-radius: 28px;
    padding: 10px;
    background: radial-gradient(circle at 18% 20%, rgba(177, 235, 255, 0.28) 0, rgba(177, 235, 255, 0) 28%),
                radial-gradient(circle at 82% 86%, rgba(180, 153, 255, 0.22) 0, rgba(180, 153, 255, 0) 24%),
                #ffffff;
    border: none;
    box-shadow: 0 30px 80px rgba(18, 31, 54, 0.2);
}

.modal-header .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a1a2e;
    opacity: 1;
    background-image: none;
    position: relative;
}

.modal-header .btn-close:hover {
    background: #2a2a4e;
    transform: rotate(90deg);
}

.modal-header .btn-close::after {
    content: "×";
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 300;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.modal-backdrop {
    background: rgba(10, 16, 24, 0.6);
    backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
    }
}

/* Поля формы — без лишних эффектов */
.modal .form-control {
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    border-color: #e0e4ec;
    background: transparent;
    border-width: 1px;
}

.modal .form-control::placeholder {
    color: #8c8c8c;
}

.modal .form-check-label {
    font-size: 14px;
    color: #1a1a2e;
    cursor: pointer;
}

.modal .form-check-label a {
    color: #4a6cf7;
    text-decoration: none;
}

.modal .form-check-label a:hover {
    text-decoration: underline;
}

/* Кнопка */
.modal .btn-dark {
    border-radius: 12px;
    padding: 16px;
    font-size: 17px;
    font-weight: 600;
    background: #1a1a2e;
    border: none;
    transition: all 0.3s;
}

.modal .btn-dark:hover {
    background: #2a2a4e;
    transform: translateY(-2px);
}

.modal .btn-dark:active {
    transform: none;
}

.modal .form-control textarea,
.modal textarea.form-control {
    resize: none !important;
    width: 100% !important;
    min-height: 120px !important;
}
.modal-title {
    letter-spacing: normal;
}

.success_form {
    color: green;
    font-weight: bold;
    margin: 15px 0 10px 0;
    display: none;
}

.form-check {
    padding-left: 25px;
}
.form-check-input:focus {
    box-shadow: unset;
}

.jGrowl-notification {
    border-radius: 10px !important;
    width: 320px !important;
    font-size: 16px;
}
.invalid-feedback {
    display: block;
}

input[type=checkbox] ~ label::after, input[type=radio] ~ label::after {
    display: none !important;
}
input[type=checkbox] ~ label::before, input[type=radio] ~ label::before {
    display: none !important;
}
input[type=checkbox], input[type=radio] {
    opacity: 1;
}

input[type=checkbox] ~ label, input[type=radio] ~ label {
    padding-left: 5px;
}


.no-border img {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.sec-title .sub-title {
    color: silver;
    font-size: 16px;
}


.photo-left .swiper-nav-top {
    justify-content: flex-start;
}

.ibt-section-gap2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pbmit-subtitle {
    font-weight: normal;
    color: silver;
    letter-spacing: normal;
    font-size: 20px;
}

.sec-title .title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: normal;
}

.post-meta-item h4.title {
    font-size: 24px;
}

.project-img7 img {
    border: 5px solid #ecf2f4;
    border-radius: 15px;
}

.project-sec7 {
    padding: 80px 0 100px;
}

.architecture a {
    font-size: 16px !important;
}

.project-sec7 .swiper-slide {
    border: 5px solid #ecf2f4;
    border-radius: 15px;
}


/*** START Arrows ***/
.swiper-nav-top {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.swiper-nav-top .swiper-button-next,
.swiper-nav-top .swiper-button-prev {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-nav-top .swiper-button-next:hover,
.swiper-nav-top .swiper-button-prev:hover {
    background: #4a6cf7;
    box-shadow: 0 4px 20px rgba(74, 108, 247, 0.3);
}

.swiper-nav-top .swiper-button-next:hover::after,
.swiper-nav-top .swiper-button-prev:hover::after {
    color: white;
}

.swiper-nav-top .swiper-button-next::after,
.swiper-nav-top .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a2e;
    transition: color 0.3s ease;
}
/*** END Arrows ***/



.hero-content7 .title {
    font-weight: 300;
    font-size: 62px;
    letter-spacing: unset;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1;
}

.hero-content7 p.hero-into {
    font-size: 26px;
    line-height: 1.4;
    max-width: 800px;
    margin: 0 auto 41px;
    font-weight: 500;
    margin-top: 40px;
}

.hero-content7 .ibt-btn {
    background: var(--gradient-btn-1);
    color: white;
    font-size: 20px;
}

.hero-style7 {
    padding: 100px 0 180px;
}

.hero-content7 .ibt-btn.ibt-btn-outline {
    border: 1px solid transparent;
}

.hero-style7 .fun-fact3 .counter-box15 .counter-number, .hero-style7 .fun-fact3 .counter-box15 .counter-text {
    font-size: 60px;
}

.hero-style7 .fun-fact-counter3 .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0px 0 0;
    color: var(--color-heading);
    letter-spacing: 0;
    max-width: 245px;
    display: inline-block;
}

.hero-style7 .fun-fact-counter3 {
    margin-bottom: 10px;
}

.hero-style7 .fun-fact3 {
    margin-left: 139px;
    display: flex;
    column-gap: clamp(32px, 4vw, 64px);
    position: absolute;
    bottom: 50px;
    right: 100px;
    opacity: 0.85;
}


.social-icon-max {
    margin-bottom: 8px;
}

.social-icon li, .indev-top-socials li {
    margin: 0 20px 0 0;
}

.side-menu::after {
    display: none;
}

.indev-logo-image {
    width: auto;
    max-width: 262px;
    height: 34px;
    object-fit: contain;
}

.social-icon i, .indev-top-socials i {
    font-size: 25px;
}

.indev-top-socials .social-icon-max {
    margin-bottom: 5px;
}

.top-bar-socials {
    margin-top: 0px;
    align-items: flex-end;
}

.breadcrumbs {
    position: unset;
}

.ibt-btn.ibt-btn-outline-3:hover {
    color: white;
}

.menu-links .social-icon {
    margin-bottom: 0px;
}

.contact-widget4 .nmbr:nth-child(3) {
    margin-bottom: 0;
}


h1, .h1 {
    letter-spacing: unset;
}

.fun-fact-content3 .title {
    font-size: 28px;
    line-height: 1.3;
}

.fun-fact-content3 .sub-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    border-bottom: 1px solid silver;
    display: block;
    padding-bottom: 20px;
    font-family: "Sora", Arial, Helvetica, sans-serif;
    font-weight: bold;
}


.fun-fact-sec3::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 524px;
    height: 1309px;
    background-image: url(../images/layers/layer11-1.png);
    background-repeat: no-repeat;
}

.index-gradient1 {
    background: radial-gradient(circle at 16% 16%, rgba(96, 210, 255, 0.15) 0, rgba(96, 210, 255, 0) 35%), radial-gradient(circle at 84% 78%, rgba(138, 110, 255, 0.1) 0, rgba(138, 110, 255, 0) 32%), linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

.swiper-button-next, .swiper-button-prev {
    color: #4a4a4a
}

.swiper-button-next {
    right: 50px;

}
.swiper-button-prev {
    left: 50px;
}

.footer-style4 {
    padding: 0px 0 127px;
}

.footer-logo img {
    max-width: 300px;
}

.indev-footer-addresses li {
    color: white;
}

.ser-detail-list {
    margin-bottom: 30px;
}

.modal {
    z-index: 9999999;
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 
    
    
    .hero-content7 .title, .process-title .title {
        font-size: 38px;
    }
    
    .hero-style7 .fun-fact3 {
        margin-left: 0;
        display: flex;
        opacity: 0.85;
        position: unset;
        text-align: center;
        flex-direction: column;
    }

    
    .hero-style7 {
        padding: 100px 0 60px;
    }
    
    .project-sec7 {
        padding: 30px 0 50px;
    }
    
    .hero-content7 p.hero-into {
        font-size: 20px !important;
        margin-bottom: 0;
    }
    
    .ibt-section-gap2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .sec-title .title {
        font-size: 30px;
        line-height: 1.1;
    }

    
    .accordion4 .accordion-title {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .category-title {
        font-size: 28px;
    }
    
    .category-grid .blog-img a img {
        border-bottom: none;
    }
    
    .blog-content .title a {
        font-size: 18px;
        letter-spacing: normal;
    }
    
    .article-desc {
        font-size: 15px;
        line-height: 1.4;
    }
    
    .category-grid .ibt-btn {
        padding: 8px 20px;
    }
    
    .page-news .blog-single-content h1 {
        font-size: 26px;
    }
    
    .page-news .blog-single-content h2 {
        font-size: 22px;
    }
    
    .page-news .blog-single-content h3 {
        font-size: 20px;
    }
    
    
}
