/*
 * KNMA Modern Theme - Custom Styles
 * Extracted from index.html inline styles
 */

body {
    font-family: Manrope;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title-area-client-client p.client-title {
    font-family: Rubik;
}

/* Blog content */

.blog-body h1, .blog-body h2, .blog-body h3, .blog-body h4, .blog-body h5 {
    font-weight: 500;
    margin: 2.5rem 0 1.5rem;
}

.blog-body p {
    margin-bottom: 20px;
}

.blog-body p a {
    color: #2e3f7f;
    text-decoration: underline;
}

.blog-body p a:hover {
    text-decoration: none;
}

.blog-body hr {
    margin: 2.5rem 0;
}

.child-pages-list {
    margin-top: 3rem;
}

.child-pages-list .title {
    font-weight: 500;
}

/* ENd of blog content */

@media only screen and (max-width: 767px) {
  .pl_sm--10 {
    margin-top: 40px;
  }
}  

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pl_md--10 {
    margin-top: 40px;
  }
}

.rts-btn.btn-primary::before {
    display: none;
}

.news-card {
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 1rem 0 0;
}

.news-card__meta, .news-card__title {
    padding: 0 1.5rem;
}

.single-blog-area-one .bottom-details {
    margin-top: 0;
    padding-top: 0;
}

/* **************************** Nav area */
.long-class {
    font-size: 14px !important;
}

.footer-two-single-wized.right {
    margin-top: 0;
}

.social-wrapper-two a::after {
    display: none;
}

.social-wrapper-two a i {
    font-size: 24px;
}

.header-main-one-wrapper .logo {
    max-width: 120px;
}

.header-transparent.header--sticky.sticky {
  /* background: #8888b7; */
  background: #88b3d9;
}

.nav-area ul li a, .rts-btn.btn-primary.btn-white {
    font-family: 'Fira Sans Condensed' !important;
    /* задать иначе */ font-size: 18px;
}

.rts-btn {
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed';
}

/* задать иначе */ .knma-acc-toggle-text {
    font-family: 'Fira Sans Condensed';
    font-size: 18px !important;
}

.nav-area ul li a {
    font-weight: 500 !important;
}

li.has-dropdown .submenu li a {
    font-size: 16px;
}

/* Font weight */
.title-style-one .title, .title-style-two .title, .banner-seven-inner-content .title, .title-style-five .title, .appoinment-main-wrapper-7 .title, .footer-two-single-wized .wized-title-area .wized-title, .blog-list-style .rts-single-wized .wized-header .title, .wized-title {
    font-weight: 500 !important;
}

.single-blog-area-one .title {
    font-weight: 600;
    font-size: 26px;
}

/* **************************** End Nav area */

.nav-area ul li a, .rts-btn.btn-primary.btn-white {
    border-radius: 3px;
}

.banner-seven-swiper-wrapper .email-area-left {
    gap: 90px;
}

section.main-wrapper-sticky {
    height: auto;
}

.logo img {
    max-height: 60px;
}

.single-progress-circle img {
    max-height: 260px;
    border-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.about-6-thumbnail-left-wrapper .progress-area-wrapper .title {
    text-align: center;
}

.banner-seven-inner-content .title {
    font-size: 80px;
}

/* New colors */

.bg-main {
    background: #2E3F7F;
}

.cta-main-area-wrapper-one {
    background-color: #AFCFEA;
}

.rts-btn.btn-primary.btn-white {
    background: #D7E1E9;
}

.rts-btn.btn-primary.btn-white:hover {
    background: #2E3F7F;    
}

.single-working-process-one .inner-content {
    background: #2F3640;
}


/* Styles for single pages & blog entries */
.header-one .nav-area {
   margin-right: 50px;
}

/* Styles for classic WordPress widgets in sidebar */

/*
 * Classic widgets get classes like: widget_archive, widget_categories,
 * widget_tag_cloud, widget_recent-comments, widget_pages, widget_calendar,
 * widget_rss, widget_meta, widget_nav_menu, widget_text, widget_block.
 * All are wrapped in .rts-single-wized via register_sidebar().
 * Base .rts-single-wized has dark bg #20282D from _service.scss / style.css.
 * We override to light #F2F2F2 for standard WP widgets (matching blog-list-style).
 */

/* ── Light background for all standard WP widgets ── */
.blog-list-style .rts-single-wized.widget_archive,
.blog-list-style .rts-single-wized.widget_categories,
.blog-list-style .rts-single-wized.widget_tag_cloud,
.blog-list-style .rts-single-wized.widget_recent-comments,
.blog-list-style .rts-single-wized.widget_recent-posts,
.blog-list-style .rts-single-wized.widget_pages,
.blog-list-style .rts-single-wized.widget_calendar,
.blog-list-style .rts-single-wized.widget_rss,
.blog-list-style .rts-single-wized.widget_meta,
.blog-list-style .rts-single-wized.widget_nav_menu,
.blog-list-style .rts-single-wized.widget_text,
.blog-list-style .rts-single-wized.widget_block {
    background: #F2F2F2;
}

/* ── Title color for all standard WP widgets ── */
.blog-list-style .rts-single-wized.widget_archive .wized-header .title,
.blog-list-style .rts-single-wized.widget_categories .wized-header .title,
.blog-list-style .rts-single-wized.widget_tag_cloud .wized-header .title,
.blog-list-style .rts-single-wized.widget_recent-comments .wized-header .title,
.blog-list-style .rts-single-wized.widget_recent-posts .wized-header .title,
.blog-list-style .rts-single-wized.widget_pages .wized-header .title,
.blog-list-style .rts-single-wized.widget_calendar .wized-header .title,
.blog-list-style .rts-single-wized.widget_rss .wized-header .title,
.blog-list-style .rts-single-wized.widget_meta .wized-header .title,
.blog-list-style .rts-single-wized.widget_nav_menu .wized-header .title,
.blog-list-style .rts-single-wized.widget_text .wized-header .title,
.blog-list-style .rts-single-wized.widget_block .wized-header .title {
    color: var(--color-primary);
}

/* ── Common list styles for classic widget lists ── */
.rts-single-wized.widget_archive .wized-body ul,
.rts-single-wized.widget_pages .wized-body ul,
.rts-single-wized.widget_meta .wized-body ul,
.rts-single-wized.widget_nav_menu .wized-body ul,
.rts-single-wized.widget_recent-posts .wized-body ul,
.rts-single-wized.widget_recent-comments .wized-body ul {
    margin: 0;
    padding: 0;
}

.rts-single-wized.widget_archive .wized-body li,
.rts-single-wized.widget_pages .wized-body li,
.rts-single-wized.widget_meta .wized-body li,
.rts-single-wized.widget_nav_menu .wized-body li,
.rts-single-wized.widget_recent-posts .wized-body li {
    list-style: none;
}

/* Archive widget — li is the card (because WP outputs count text outside <a>) */
.rts-single-wized.widget_archive .wized-body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    background: #FFFFFF;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 5px;
}

.rts-single-wized.widget_archive .wized-body li:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px) scale(1.02);
}

.rts-single-wized.widget_archive .wized-body li a {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
}

/* Pages, Meta, Nav Menu — <a> is the card (no extra text in <li>) */
.rts-single-wized.widget_pages .wized-body li a,
.rts-single-wized.widget_meta .wized-body li a,
.rts-single-wized.widget_nav_menu .wized-body li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
    background: #FFFFFF;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 5px;
}

.rts-single-wized.widget_pages .wized-body li a:hover,
.rts-single-wized.widget_meta .wized-body li a:hover,
.rts-single-wized.widget_nav_menu .wized-body li a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px) scale(1.02);
}

/* ── Tag Cloud Widget (classic) ── */
.rts-single-wized.widget_tag_cloud .wized-body .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rts-single-wized.widget_tag_cloud .wized-body .tagcloud a {
    padding: 5px 16px;
    background: #fff;
    border-radius: 5px;
    color: #1C2539;
    font-size: 14px !important;
    font-weight: 500;
    transition: 0.3s;
    text-decoration: none;
}

.rts-single-wized.widget_tag_cloud .wized-body .tagcloud a:hover {
    background: var(--color-primary);
    color: #fff;
    transform: translateY(-3px) scale(1.09);
}

/* ── Recent Comments Widget (classic) ── */
.rts-single-wized.widget_recent-comments .wized-body li {
    list-style: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E9F0;
    font-size: 14px;
    color: #5D666F;
    line-height: 1.5;
}

.rts-single-wized.widget_recent-comments .wized-body li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rts-single-wized.widget_recent-comments .wized-body li a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.rts-single-wized.widget_recent-comments .wized-body li a:hover {
    opacity: 0.7;
}

/* ── Recent Posts Widget (classic, if not custom) ── */
.rts-single-wized.widget_recent-posts .wized-body li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E9F0;
}

.rts-single-wized.widget_recent-posts .wized-body li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rts-single-wized.widget_recent-posts .wized-body li a {
    color: #1C2539;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    transition: 0.3s;
    text-decoration: none;
}

.rts-single-wized.widget_recent-posts .wized-body li a:hover {
    color: var(--color-primary);
}

.rts-single-wized.widget_recent-posts .wized-body .post-date {
    display: block;
    font-size: 13px;
    color: #5D666F;
    margin-top: 4px;
}

/* ── Calendar Widget (classic) ── */
.rts-single-wized.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.rts-single-wized.widget_calendar table caption {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
    font-size: 15px;
}

.rts-single-wized.widget_calendar table th {
    background: #FFFFFF;
    color: #1C2539;
    padding: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.rts-single-wized.widget_calendar table td {
    padding: 8px;
    text-align: center;
    font-size: 13px;
    color: #5D666F;
}

.rts-single-wized.widget_calendar table td a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}

.rts-single-wized.widget_calendar nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.rts-single-wized.widget_calendar nav a {
    color: var(--color-primary);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

/* ── RSS Widget (classic) ── */
.rts-single-wized.widget_rss .wized-body ul {
    margin: 0;
    padding: 0;
}

.rts-single-wized.widget_rss .wized-body li {
    list-style: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E9F0;
}

.rts-single-wized.widget_rss .wized-body li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rts-single-wized.widget_rss .wized-body li a {
    color: #1C2539;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.rts-single-wized.widget_rss .wized-body li a:hover {
    color: var(--color-primary);
}

.rts-single-wized.widget_rss .wized-body .rss-date {
    font-size: 12px;
    color: #5D666F;
}

/* ── Text Widget (classic) ── */
.rts-single-wized.widget_text .wized-body .textwidget {
    color: #5D666F;
    font-size: 15px;
    line-height: 1.7;
}

.rts-single-wized.widget_text .wized-body .textwidget a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}

.rts-single-wized.widget_text .wized-body .textwidget a:hover {
    opacity: 0.7;
}

/* Search Widget */
.wp-block-search .wp-block-search__label {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-family: Rubik;
    font-weight: var(--s-bold);
    font-size: var(--h5);
    line-height: 1.2;
}

.wp-block-search__input {
    background: #fff;
    height: 55px;
    border-radius: 5px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent;
}

.wp-block-search__button.wp-element-button {
    /* position: absolute; */
    max-width: max-content;
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background: var(--color-primary);
    display: inline-block;
    padding: 0 19px;
    right: 0;
}
/* Search Widget End */

.wp-block-heading {
    color: var(--color-primary);
    margin-bottom: 10px;
    font-family: Rubik;
    font-weight: var(--s-bold);
    font-size: var(--h5);
    line-height: 1.2;
}


/* Categories Widget */
.wp-block-categories {
    margin-bottom: 15px;
    padding: 0;
}

.wp-block-categories li {
    list-style: none;
}

.wp-block-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #FFFFFF;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 5px;
}

.wp-block-categories li a:hover {
    transform: translateY(-5px) scale(1.03);
}


/* Recent Posts Widget - thumbnail size fix */
.rts-single-wized .recent-post-single .thumbnail {
    max-width: 85px;
    min-width: 85px;
}

.rts-single-wized .recent-post-single .thumbnail img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}

/* Content styles */
.blog-body p img {
    border-radius: 9px;
}

.blog-body blockquote {
    /* padding: 50px; */
	padding: 2rem;
    background: #F6F6F6;
    border-radius: 15px;
	margin-bottom: 2rem;
    /* margin-bottom: 40px; */
}

/* Index new images */

.radious-none-button .rts-call-to-action-area-two {
    background-image: url('../images/!additional/gu-fade.jpg');
}

/* Partners slider — image becomes the tile itself (desktop & mobile) */
.client-three-wrapper .single {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 15px;
}

.client-three-wrapper .single img,
.client-three-wrapper.swiper .swiper-slide img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    box-shadow: 0px 3px 3px rgba(33, 5, 5, 0.05);
    background: #FFFFFF;
}

.single-working-process-one .left .icon img {
    max-width: 56px;
}

.about-6-thumbnail-left-wrapper .single-thumbnail img {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.blog-details-banner-large-image {
  background-image: url(../images/!new/single-bg.jpg);
}

.about-6-thumbnail-left-wrapper .progress-area-wrapper {
    background: none;
}

.sticky-statement .left-side .icon {
    max-width: 68px;
}

section.main-wrapper-sticky .ss1:hover {
  background-image: url(../images/!new/ss/faded/sbg1.jpg);
}

section.main-wrapper-sticky .ss2:hover {
  background-image: url(../images/!new/ss/faded/sbg2.jpg);
}

section.main-wrapper-sticky .ss3:hover {
  background-image: url(../images/!new/ss/faded/sbg3.jpg);
}

section.main-wrapper-sticky .ss4:hover {
  background-image: url(../images/!new/ss/faded/sbg4.jpeg);
}

section.main-wrapper-sticky .ss5:hover {
  background-image: url(../images/!new/ss/faded/sbg5.jpg);
}

/* Post Navigation */
.post-navigation {
  margin-top: 44px;
  padding: 40px 0;
  border-top: 1px solid #E6E9F0;
  border-bottom: 1px solid #E6E9F0;
}

.post-navigation .nav-links {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  flex: 1;
  max-width: 48%;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  display: block;
  padding: 20px 25px;
  background: #F6F6F6;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  background: var(--color-primary);
  transform: translateY(-3px);
}

.post-navigation .nav-links .nav-previous a:hover .nav-subtitle,
.post-navigation .nav-links .nav-previous a:hover .nav-title,
.post-navigation .nav-links .nav-next a:hover .nav-subtitle,
.post-navigation .nav-links .nav-next a:hover .nav-title {
  color: #fff;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
}

.post-navigation .nav-subtitle {
  display: block;
  font-size: 14px;
  color: #5D666F;
  font-weight: 500;
  margin-bottom: 6px;
  transition: 0.3s;
}

.post-navigation .nav-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #1C2539;
  line-height: 1.4;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .post-navigation .nav-links {
    flex-direction: column;
  }
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    max-width: 100%;
  }
  .post-navigation .nav-links .nav-next {
    text-align: left;
  }
}

@media only screen and (max-width: 575px) {
  .post-navigation {
    margin-top: 30px;
    padding: 30px 0;
  }
  .post-navigation .nav-links .nav-previous a,
  .post-navigation .nav-links .nav-next a {
    padding: 15px 20px;
  }
}

/* WordPress Pagination (category, archive) */
nav.navigation.pagination {
  margin: auto;
  margin-top: 25px;
  max-width: max-content;
}

nav.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #1C2539;
  background: transparent;
  transition: 0.3s;
  text-decoration: none;
}

nav.navigation.pagination .nav-links span.current {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

nav.navigation.pagination .nav-links a:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

nav.navigation.pagination .nav-links span.dots {
  border: none;
  background: none;
  font-size: 18px;
  width: auto;
}

/* News card (block-news slider) */
.news-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #20282D;
}

.news-card__category {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
}

a.news-card__category:hover {
  opacity: 0.7;
}

.news-card__date {
  color: #5D666F;
  white-space: nowrap;
}

.news-card__author {
  color: #5D666F;
  margin-left: auto;
  white-space: nowrap;
}

.news-card__title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
  line-height: 1.2;
}

.news-card__thumbnail {
  display: block;
  overflow: hidden;
  height: 220px;
}

.news-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .news-card__thumbnail {
    height: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .news-card__meta {
    font-size: 14px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .news-card__thumbnail {
    height: 160px;
  }
}

/* Accessibility — styles moved to KNMA Accessibility plugin */

/* New styles for index */

.single-blog-area-one.without-radious .bottom-details .thumbnail {
    border-bottom-right-radius: 3%;
    border-bottom-left-radius: 3%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.testimonails-area-seven .right-content-area-main-wrapper p.disc {
    font-size: 24px;
}

.working-process-one.without-clip-radious .thumbnail-working-procss-one img, .thumbnail-testimoanis img {
    border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

/* Search overlay (separated from #anywhere-home to avoid menu conflicts) */
#search-overlay {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#search-overlay.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

/* 404 Page - Search Form */
.page-not-found-main .search-form-404 {
  max-width: 500px;
  margin: 30px auto;
}

.page-not-found-main .search-form-404 .input-div {
  display: flex;
  align-items: center;
  position: relative;
}

.page-not-found-main .search-form-404 .search-input {
  width: 100%;
  height: 55px;
  border: 1px solid #E6E9F0;
  border-radius: 5px;
  padding: 0 60px 0 25px;
  font-size: 16px;
  color: #1C2539;
  background: #fff;
  outline: none;
  transition: 0.3s;
}

.page-not-found-main .search-form-404 .search-input:focus {
  border-color: var(--color-primary);
}

.page-not-found-main .search-form-404 button {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  border: none;
  border-radius: 0 5px 5px 0;
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

.page-not-found-main .search-form-404 button:hover {
  opacity: 0.85;
}

/* Новые правки */

.botton-user {
    margin-top: 2rem;
    text-align: center;
}

.mySwiper-testimoanils-7 .swiper-button-next, .mySwiper-testimoanils-7 .swiper-button-prev {
    display: none;
}