body {
	background: #FFFFFF!important;
}
.first_section .container .intro{
    background-repeat: no-repeat!important;
    background-position: center top!important;
    background-size: contain!important;
    border-radius: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* height: 1082px; */
}
.first_section .container .intro .image_abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.logo_hero {
    margin-right: 17px;
    margin-top: -10px;
    position: absolute;
}
.btn_hero::after {
  position: absolute;
  content: url("data:image/svg+xml,%3csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='30' cy='30' r='28.5' fill='%23FE0000' stroke='%23FEFCE5' stroke-width='3'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.5187 13.4814C24.8891 12.111 27.1111 12.111 28.4816 13.4814L42.5188 27.5186C43.8892 28.8891 43.8892 31.1111 42.5188 32.4815L28.4816 46.5187C27.1111 47.8892 24.8891 47.8892 23.5187 46.5187C22.1482 45.1483 22.1482 42.9263 23.5187 41.5558L35.0744 30.0001L23.5187 18.4443C22.1482 17.0739 22.1482 14.8519 23.5187 13.4814Z' fill='%23FEFCE5'/%3e%3c/svg%3e");
  right: -2px;
  top: -3px;
  width: 60px;
  height: 60px;
}
ul.social-btns {
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    gap: 10px;
}
.btn_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn_text p{
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #8B0000;
}
p.title_social {
    font-family: 'Hughs';
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #8B0000;
    margin: 20px 0;
}
.title_group {
    display: flex;
    flex-direction: column;
    padding-top: 219px;
    padding-right: 232px;
    align-items: flex-start;
}
.bottom_intro {
    padding-right: 45px;
    padding-bottom: 30px;
    width: 521px;
    max-width: 100%;
}
.last_essays {
    width: 536px;
	  padding-bottom: 70px;
    max-width: 100%;
}
.essay-item {
    background: linear-gradient(90deg, #B8860B 0%, rgba(184, 134, 11, 0) 100%);
    margin-bottom: 26px;
    padding: 8px;
}
.essay-item:nth-child(3) {
	margin-left: 32px;
}
.essay-item:nth-child(4) {
	margin-left: 64px;
}
.essay-item:last-child {
	margin-bottom: 0;
	margin-left: 96px;
}
.essay-item a {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
    display: block;
}
.essays-swiper {
    height: 250px; /* регулюй під висоту видимої зони */
    overflow: hidden;
}

.about,
.projects,
.media-press {
    margin: 80px 0 0;
}
.about h2,
.projects h2, 
.media-press h2 {
    font-family: 'Hughs';
	font-size: 32px;
	line-height: 120%;
	font-weight: 400;
    color: #333333;
    margin: 0 0 50px;
    text-align: center;
}
.about .about_text {
    background: #FEFCE5;
    border-radius: 10px;
    padding: 20px;
}
.about_text h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 10px;
    color: #111111;
}
.about_text p {
    font-size: 24px;
    line-height: 120%;
    font-weight: 300;
    margin: 0;
    color: #111111;
}
.about_text .read_more {
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    color: #111111;
}
.post_projects {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.post_project {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.post_project_content h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: #111111;
    margin: 0 0 10px;
}
.post_project.reverse {
  flex-direction: row-reverse;
}

.post_project_img {
  flex: 1 1 50%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 383px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.btn-explore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, rgba(184, 134, 11, 0) 0%, #B8860B 100%);
  color: #333333!important;
  font-weight: 500;
  font-size: 22px;
  padding: 10px;
  border-radius: 0 0 10px 0;
  text-decoration: none;
}
.post_project_content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post_project_content h3 {
 	font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    color: #111111;
    margin: 0 0 10px;
}
.post_project_content .excerpt p,
.post_project_content .excerpt ul {
 	font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    color: #111111;
	margin: 0;
}
/* .media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
} */
@media (min-width: 768px) {
    .media-grid .swiper-wrapper,
    .media-grid .swiper-slide {
        all: unset !important; /* скидаємо ВСІ Swiper-стилі */
        display: block !important;
    }

    .media-grid .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px 30px !important;
    }

    .media-grid .swiper-pagination,
    .media-grid .swiper-button-prev,
    .media-grid .swiper-button-next {
        display: none !important;
    }
}
.media-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
}
.media-thumb img {
  border-radius: 10px;
  width: 100%;
  max-width: 320px;
  height: auto;
	min-height: 300px;
  object-fit: cover;
}
.media-content {
  flex: 1;
}
.media-title {
  font-size: 24px;
  font-weight: 500;
	line-height: 120%;
  color: #111111;
  margin-bottom: 10px;
}

.media-title a {
  color: #111111;
  text-decoration: none;
}

.media-excerpt p {
  color: #111;
  font-size: 18px;
  line-height: 120%;
	font-weight: 300;
  margin-bottom: 47px;
}

.media-meta {
  	font-size: 20px;
	font-weight: 500;
  	color: #111;
}
span.media-date {
	font-size: 20px;
	font-weight: 500;
  	color: #111;
}
.media-meta .media-readmore {
  	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
  	color: #111;
}
.media-meta .media-readmore:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
  .media-item {
    flex-direction: column;
    border: none;
  }
  .media-thumb img {
    max-width: 100%;
  }
}

.gallery {
	margin-top: 80px;
}
.acf-gallery {
	display: flex;
	gap: 30px;
}
.acf-gallery img {
	border-radius: 10px;
}

.blog-breadcrumbs,
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  color: #777777;
  margin-top: 80px;
}

.blog-breadcrumbs .main-title,
.breadcrumbs .main-title{
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #111;
  padding: 10px 0;
}

.blog-breadcrumbs a,
.breadcrumbs a {
  color: #777;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.blog-breadcrumbs a:hover,
.breadcrumbs a:hover  {
  text-decoration: underline;
}

.blog-breadcrumbs .separator,
.breadcrumbs .separator {
  margin: 0 20px;
  color: #111;
}

.blog-breadcrumbs .slash,
.breadcrumbs .slash {
  margin: 0 20px;
  color: #777;
}

.about_inner {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    min-height: 616px;
    padding: 113px 75px;
	border-radius: 10px;
}
.about_inner img {
	width: 359px;
	height: 191px;
}
.about_inner h1 {
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
	margin: 0 0 126px;
}
.about_inner h2 {
	font-family: 'Hughs';
	font-size: 30px;
	line-height: 120%;
	font-weight: 400;
	margin: 0;
}
section.about_content.container {
	margin: 80px 0 0;
}
h2.about_title {
	font-size: 36px;
	line-height: 120%;
	font-weight: 700;
	color:#8B0000;
	margin: 40px 0 10px;
}
.about_text p {
	font-size: 24px;
	line-height: 120%;
	font-weight: 300;
	color: #111111;
	margin: 0;
}
.about_content_second {
	display: flex;
	gap: 37px;
	margin: 40px 0 0;
}
.about_content_second h2 {
	margin: 0 0 10px;
}
.second_inner_text, 
.second_inner_image {
	flex: 0 1 50%;
}
section.about_content.container img {
	width: 100%;
	border-radius: 15px;
	margin: 80px 0 0;
}
section.about_content.container .second_inner_image img {
	border-radius: 10px;
	margin: 0;
}

.blog-archive {
}

.blog-section {
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F2EB;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin: 80px 0 0;
  gap: 40px;
}

.section-header h2 {
  margin: 0;
  font-family: 'Hughs';
  font-size: 36px;
  line-height: 120%;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.btn-more {
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  color: #800000!important;
  transition: opacity 0.2s ease;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  text-align: right;
  margin: 10px 0 0;
}
.btn-more:hover { opacity: 0.8; }

.posts-grid.two-cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.post-item {
  
}

.post-item .thumb {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-end;
}
.post-item .thumb span.btn-explore {
  margin-top: -100px;
    bottom: 0;
    display: inline-flex;
    z-index: 10;
    position: relative;
    max-width: 500px;
    height: 47px;
    justify-content: flex-end;
    padding: 10px;
}
.post-item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform .3s ease;
}

.prj .post-item h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #111111;
  margin: 40px 0 10px;
  padding: 0 20px;
} 
.prj .post-item .excerpt {
  padding: 0 20px;
}
.prj .post-item .excerpt p, 
.prj .post-item .excerpt ul {
    font-size: 22px;
    line-height: 120%;
    font-weight: 300;
    color: #111111;
    margin: 0;
}
.post-item h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #111111;
  margin: 0 0 10px;
}
.post-item h3 a {
  color: #111;
  text-decoration: none;
}
.post-item h3 a:hover { color: #800000; }

.media .post-item .excerpt p {
    color: #111;
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 47px;
}
.media .post-item .thumb img {
    border-radius: 10px;
    width: 100%;
    max-width: 320px;
    height: auto;
    min-height: 300px;
    object-fit: cover;
}

.post-item.horizontal {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.post-item.horizontal .thumb {
  flex: 0 0 40%;
}


@media (max-width: 900px) {	
	.posts-grid.two-cols {
    grid-template-columns: 100%;
  }
  .post-item.horizontal {
    flex-direction: column;
  }
}

@media (max-width: 901px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .first_section {
        background: url("/wp-content/uploads/2025/10/orature-landing-background.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 790px;
        justify-content: flex-end;
        padding-bottom: 50px;
    }
    .first_section img {
        width: 210px;
	}}

/* Hero section */
.first_section {
    padding-left: 0;
    padding-right: 0;
    background: url("/wp-content/uploads/2025/10/orature-landing-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px;
    display: flex;
    align-items: center;
	vertical-align: top;
    justify-content: center;
	flex-direction: column;
    margin-top: -80px;
}

.first_section img {
	width: 270px;
	position: absolute;
    top: 170px;
}
.hero-section {
  position: relative;
  min-height: 616px;
  margin-bottom: 80px;
  margin-top: 60px;
}
.hero-bg {
  height: 616px;
  border-radius: 10px;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.hero-overlay h1 {
  font-family: 'Hughs', serif;
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  color: #333333;
  margin-top: -270px;
}

/* Grid of posts */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
/* Pagination */
.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination h2 {
  display: none;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #800000;
  border: 1px solid #ddd;
}
.pagination .current {
  background: #800000;
  color: #fff;
}
.pagination a:hover {
  background: #b68e00;
  color: #fff;
}

@media (max-width: 900px) {
  .projects-grid {
    grid-template-columns: 100%;
  }
}


.single-post {
}

.breadcrumbs {
	margin-top: 80px;
 	margin-bottom: 86px;
}
.breadcrumbs .main-title {
  color: #111111;
  border-bottom: 1px solid #111;
}
.breadcrumbs a:hover { text-decoration: underline; }

.post-title {
  font-family: 'Hughs', serif;
  text-align: center;
  font-size: 36px;
	line-height: 120%;
  font-weight: 600;
  color: #800000;
  margin-bottom: 30px;
}

.post-image {
  text-align: center;
	width: 100%;
  margin-bottom: 80px;
	
}
.post-image img {
	max-width: 100%;
	width: 100%;
	border-radius: 15px;
}
.post-content {
  	font-size: 24px;
  	line-height: 120%;
	font-weight: 300;
  	color: #111;
    margin: 0 0 80px;
}
.post-content h3 {
  color: #800000;
  font-size: 36px;
  margin-top: 70px;
  margin: 40px 0 10px;
}
/* .post-content p { 
	margin-bottom: 0; 
} */
.post-content ul {
  margin: 0;
  list-style: disc;
}
span.blockquote_text {
  font-family: 'Hughs', serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  text-align: right;
  display: block;
  color: #8B0000;
  margin: 40px 0 0;
}
/* Video gallery */
.video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 40px;
}
.video-item iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  border: 1px solid #FEFCE5;
}
@media (max-width: 768px) {
  .video-item iframe { height: 180px; }
}


/* Footer below post */
.post-footer {
  background: #F7F2EB;
  color: #333333;
  text-align: center;
  padding: 20px 0;
  margin-top: 80px;
 
}
.post-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.post-footer .container div:first-child,
.post-footer .container div:last-child,
.post-footer .container div:first-child img {
  width: 169px;
}
.footer-quote {
  font-family: 'Hughs';
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 20px;
}
footer ul.social-btns {
  justify-content: center;
  margin: 0 0 20px;
}
footer ul.social-btns li a,
footer ul.social-btns li a img {
  width: 32px;
  height: 32px;
}
.footer-nav ul {
  list-style: none;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 27px;
  border-bottom: 2px solid #333333;
  margin: 0 0 20px;
}
.footer-nav a {
  color: #333333;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  position: relative;
}
/* .footer-nav a::before {
  content: url("data:image/svg+xml,%3csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.000234373 14.86L6.14023 -4.45843e-05H7.16023L1.06023 14.86H0.000234373Z' fill='%23333333'/%3e%3c/svg%3e");
  position: absolute;
  right: -17px;
  bottom: 0;
}
.footer-nav ul li:last-child a::before {
  content: '';
} */
.footer-nav a:hover { 
  color: #8B0000; 
}
.copy { 
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  color: #333333;
}

@media (max-width: 768px) {
  .post-title { font-size: 28px; }
  .video-item iframe { height: 180px; }
}


body.privacy-policy h1.entry-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #800000;
  margin: 0 0 50px;
}
body.privacy-policy h2 {
   font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #800000;
  margin: 40px 0 10px;
}

.contact_inner {
  background: linear-gradient(140.06deg, #FFFCE5 10.51%, #FFFCE5 11.16%, #F5EEBA 75.62%);
  border-radius: 10px;
  padding: 75px;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: flex-end;
}
.contacts {
  padding: 50px 61px;
  background: #FEFCE5;
  box-shadow: 30px 26px 16px rgba(64, 60, 20, 0.01), 17px 15px 13px rgba(64, 60, 20, 0.05), 8px 7px 10px rgba(64, 60, 20, 0.09), 2px 2px 5px rgba(64, 60, 20, 0.1);
  border-radius: 10px;
  position: relative;
  flex: 0 1 40%;
}
.contacts .site-branding {
  position: absolute;
  top: -150px;
  right: -100px;
}
.contacts h1 {
  font-family: 'Hughs';
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  color: #800000;
  margin: 0 0 60px;
}
.contact-us {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 60px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-item a {
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  color: #111111;
}
.contact_form {
  flex: 0 1 50%;
}
.contact_form h2 {
  font-family: 'Hughs';
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
  color: #800000;
  margin: 0 0 40px;
}

.contact-form-wrapper label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  color: #800000;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
}

.contact-form-wrapper textarea {
  width: 100%;
  min-height: 70px;
  height: 70px;
  background: rgba(139, 0, 0, 0.1);
  border: none;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: inherit;
  resize: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.contact-form-wrapper textarea:focus {
  outline: 2px solid #b30000;
  background: #fff;
}

.contact-form-wrapper input[type="submit"] {
  width: 100%;
  background: linear-gradient(91.2deg, #8B0000 9.93%, #A60404 90.02%);
  color: #fff;
  font-size: 36px;
  line-height: 120%;
  font-weight: 700;
  border: none;
  padding: 15px 0;
  border-radius: 10px;
  text-transform: uppercase;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: #800000;
  cursor: pointer;
}


.search-page {
  padding: 60px 0 0;
  min-height: 100vh;
}

.search-title {
  text-align: center;
  color: #800000;
  font-family: 'Hughs', serif;
  font-size: 32px;
  margin-bottom: 30px;
}

.search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.search-field {
  width: 60%;
  min-width: 280px;
  padding: 12px 15px!important;
  border: 1px solid #b68e00!important;
  border-radius: 4px;
  font-size: 16px;
  background: rgba(128, 0, 0, 0.05);
}

.search-submit {
  background: #a10000;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}
.search-submit:hover {
  background: #800000;
}

.search-results_wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.search-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #e0d8a8;
  padding-bottom: 20px;
}
.search-thumb img {
  width: 150px;
  height: auto;
  border-radius: 4px;
}
.search-content h2 {
  font-size: 20px;
  margin: 0 0 10px;
}
.search-content a {
  color: #800000;
  text-decoration: none;
}
.search-content a:hover {
  text-decoration: underline;
}
.read-more {
  font-weight: bold;
  font-size: 14px;
  color: #b68e00;
}
.no-results {
  text-align: center;
  color: #800000;
  font-weight: 500;
}


@media (max-width: 1024px) {
  .hero .container .intro {
    background: url("/wp-content/uploads/2025/10/portrait_mob.png")!important;
    background-repeat: no-repeat !important;
    background-position: left bottom!important;
    background-size: 70% !important;
    position: relative;
  }
  .hero .container .intro::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFFCE5 0%, #FFFCE5 1%, #F5EEBA 100%);
    z-index: -1;
  }
  .title_group {
    padding-top: 34px;
    padding-right: 0;
  }
  .last_essays {
    width: 45%;
    padding-bottom: 10px;
    margin-right: 60px;
  }
  .bottom_intro {
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  img.logo_hero {
    margin-right: 4px;
    margin-top: 135px;
    position: absolute;
    width: 70px;
  }
  .hero .container .intro h1 {
    font-size: 12px;
    margin: 0 0 10px;
    text-align: left;
  }
  .hero .container .intro .title2 {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .hero .container .intro .title3 {
    font-size: 24px;
    margin: 0 0 5px;
  }
  .hero .container .intro .title4 {
    font-size: 14px;
    margin: 0 0 17px;
  }
  .hero .container .intro h4 {
    font-size: 14px;
    margin: 0 0 5px;
  }
  .essay-item {
    margin: 0 0 5px;
    padding: 3px;
  }
  .essay-item a {
    font-size: 12px;
  }
  .essay-item:nth-child(3),
  .essay-item:nth-child(4),
  .essay-item:last-child {
    margin-left: 0;
  }
  .btn_text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-right: 76px;
  }
  .btn_hero {
    font-size: 8px;
    border: 0.98px solid #FEFCE5;
    padding: 4px 25px 4px 5px ;
    border-radius: 10px;
    color: #FEFCE5!important;
  }
  .btn_hero::after {
    position: absolute;
    content: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='9.84645' cy='9.84645' r='9.35413' fill='%23FE0000' stroke='%23FEFCE5' stroke-width='0.984645'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.71912 4.4248C8.16893 3.97499 8.89821 3.97499 9.34802 4.4248L13.9552 9.03202C14.405 9.48183 14.405 10.2111 13.9552 10.6609L9.34802 15.2681C8.89821 15.7179 8.16893 15.7179 7.71912 15.2681C7.26931 14.8183 7.26931 14.089 7.71912 13.6392L11.5119 9.84647L7.71912 6.0537C7.26931 5.60389 7.26931 4.87461 7.71912 4.4248Z' fill='%23FEFCE5'/%3e%3c/svg%3e");
    right: -2px;
    top: -1px;
    width: 20px;
    height: 20px;
  }
  .btn_text p {
    font-size: 8px;
    margin: 3px 0 16px;
  }
  p.title_social {
    font-size: 12px;
    margin: 0 0 9px;
    text-align: right;
    width: 101px;
    margin-right: 30px;
  }
  .bottom_intro ul.social-btns {
    flex-direction: column;
    position: absolute;
    bottom: 50px;
    right: 6px;
  }
  .bottom_intro ul.social-btns li a img,
  .bottom_intro ul.social-btns li {
    width: 25px;
    height: 25px;
  }
  .about, .projects, .media-press {
    margin: 40px 0 0;
  }
  .about h2, .projects h2, .media-press h2 {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: left;
  }
  .about_text h3 {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .about_text p,
  .about_text .read_more {
    font-size: 14px;
  }
  .post_project,
  .post_project.reverse {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .post_project_img {
    min-height: 210px;
    flex: 1 1 100%;
    width: 100%;
  }
  .btn-explore {
    justify-content: flex-end;
    font-size: 14px;
    width: 100%;
    gap: 10px;
  }
  .btn-explore svg {
    width: 14px;
    height: 14px;
  }
  .post_project_content h3 {
    font-size: 20px;
  }
  .post_project_content .excerpt p, .post_project_content .excerpt ul {
    font-size: 14px;
  }
  .media-grid.is-swiper {
    display: block;
  }
  .swiper {
    overflow: hidden;
    padding-bottom: 35px;
  }
  .swiper-pagination-bullets {
    bottom: 5px;
  }
  /* .media-thumb img {
    min-height: 246px;
  } */
  .media-item {
    gap: 10px;
  }
  .media-title {
    font-size: 20px;
  }
  .media-excerpt p {
    font-size: 10px;
    margin-bottom: 17px;
  }
  span.media-date,
  .media-meta .media-readmore,
  .media-meta {
    font-size: 14px;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url("data:image/svg+xml,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.382535 0.38248C0.892567 -0.127553 1.71949 -0.127553 2.22953 0.38248L7.4536 5.60656C7.96364 6.11659 7.96364 6.94352 7.4536 7.45355L2.22953 12.6776C1.71949 13.1877 0.892568 13.1877 0.382536 12.6776C-0.127497 12.1676 -0.127497 11.3407 0.382536 10.8306L4.68312 6.53005L0.382535 2.22947C-0.127497 1.71944 -0.127497 0.892512 0.382535 0.38248Z' fill='darkred'/%3e%3c/svg%3e");
  }
  .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url("data:image/svg+xml,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.45359 0.38248C6.94355 -0.127553 6.11663 -0.127553 5.6066 0.38248L0.382517 5.60656C-0.127516 6.11659 -0.127516 6.94352 0.382517 7.45355L5.60659 12.6776C6.11663 13.1877 6.94355 13.1877 7.45359 12.6776C7.96362 12.1676 7.96362 11.3407 7.45358 10.8306L3.153 6.53005L7.45359 2.22947C7.96362 1.71944 7.96362 0.892512 7.45359 0.38248Z' fill='darkred'/%3e%3c/svg%3e");
  }
  .swiper-button-next, .swiper-button-prev {
    width: 10px;
    height: 10px;
    bottom: 0;
  }
  .swiper-pagination-bullet-active {
    background: var(--Accent);
  }
  .gallery {
    margin-top: 40px;
  }
  .acf-gallery {
    gap: 12px;
    flex-direction: column;
  }
  .acf-gallery img {
    border-radius: 4px;
  }
  .post-footer {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .post-footer .container {
    flex-direction: column;
    gap: 0;
  }
  .post-footer .container div:first-child, .post-footer .container div:last-child, .post-footer .container div:first-child img {
    display: none;
    width: 0;
  }
  .footer-quote {
    display: none;
  }
  footer ul.social-btns li a, footer ul.social-btns li a img {
    width: 22px;
    height: 22px;
  }
  footer ul.social-btns {
    gap: 7px;
  }
  .copy,
  .footer-nav a {
    font-size: 12px;
  }
  .footer-nav ul {
    padding: 0 0 10px;
    margin: 0 0 10px;
    gap: 5px 12px;
  }
  .footer-nav a::before {
    content: '';
  }
  .about_inner {
    background: url("/wp-content/uploads/2025/10/about_mob.png")!important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 302px;
    padding: 20px 84px 47px 20px;
  }
  .about_inner img {
    width: 170px;
    height: 91px;
  }
  .about_inner h1 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .about_inner h2 {
    font-size: 14px;
    width: 146px;
  }
  section.about_content.container {
    margin: 40px 0 0;
  }
  h2.about_title {
    font-size: 20px;
  }
  .about_content_second {
    flex-direction: column;
    gap: 10px;
  }
  section.about_content.container img {
    margin: 40px 0 0;
    border-radius: 10px;
  }
  .blog-breadcrumbs, .breadcrumbs {
    margin-top: 30px;
  }
  .blog-breadcrumbs .main-title, .breadcrumbs .main-title {
    font-size: 22px;
  }
  .blog-breadcrumbs a, .breadcrumbs a {
    font-size: 18px;
  }
  .blog-breadcrumbs .separator, .breadcrumbs .separator,
  .blog-breadcrumbs .slash, .breadcrumbs .slash {
    margin: 0 10px;
  }
  .blog-breadcrumbs .separator svg, .breadcrumbs .separator svg,
  .blog-breadcrumbs .slash svg, .breadcrumbs .slash svg {
    width: 13px;
    height: 13px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
    gap: 5px;
  }
  .breadcrumbs .main-title {
    font-size: 20px;
    padding: 2px 0;
  }
  .breadcrumbs a {
    font-size: 16px;
  }
  .section-header {
    margin: 40px 0 0;
    padding: 15px 22px;
    gap: 20px;
  }
  .section-header h2 {
    font-size: 20px;
  }
   .section-header svg {
    width: 16px;
    height: 16px;
   }
   .posts-grid.two-cols {
    margin-top: 20px;
   }
   .prj .post-item h3 {
    font-size: 20px;
    margin: 10px 0;
    padding: 0;
   }
   .prj .post-item .excerpt {
    padding: 0;
   }
   .prj .post-item .excerpt p, .prj .post-item .excerpt ul {
    font-size: 14px;
   }
   .btn-more {
    font-size: 14px;
   }
   .post-item.horizontal .thumb {
    width: 100%;
   }
   .media .post-item .thumb img {
    max-width: 100%;
   }
   .post-item h3 {
    font-size: 20px;
   }
   .media .post-item .excerpt p {
    font-size: 14px;
    margin-bottom: 10px;
   }
   .post-item.horizontal .thumb {
    overflow: visible;
   }
   .post-image {
    margin-bottom: 20px;
   }
   .post-content {
    font-size: 14px;
    margin: 0 0 40px;
   }
   .post-content h3 {
    font-size: 20px;
   }
   p {
    font-size: 14px;
   }
   span.blockquote_text {
    font-size: 14px;
   }
   .video-gallery {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 100%);
   }
   .hero-bg {
    height: 150px;
   }
   .hero-section {
    min-height: 150px;
   }
   .hero-logo {
    width: 93px;
    top: -50px;
   }
   .hero-overlay h1 {
    font-size: 30px;
   }
   .hero-section {
    margin-bottom: 40px;
    margin-top: 75px;
   }
   .contact_inner {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 40px;
   }
   .contacts {
    padding: 20px 14px 20px 10px;
    border-radius: 6px;
    width: 100%;
   }
   .contacts .site-branding img {
    width: 134px;
   }
   .contacts .site-branding  {
    top: -40px;
    right: -10px;
  }
  .contacts h1 {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .contact-us {
    margin: 0 0 40px;
    gap: 24px;
  }
  .contact-item {
    gap: 12px;
  }
  .contact-item a {
    font-size: 20px;
  }
  .contact_form h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .contact-form-wrapper label {
    font-size: 14px;
  }
  .contact-form-wrapper textarea {
    min-height: 50px;
    height: 50px;
    font-size: 16px;
    padding: 14px;
  }
  .contact-form-wrapper input[type="submit"] {
    font-size: 20px;
    padding: 13px 0;
  }
  .search-item {
    flex-direction: column;
    align-items: stretch;
  }
  .search-thumb img {
    width: 100%;
  }
  .btn-more svg {
    width: 8px;
    height: 8px;
  }
  body.privacy-policy h1.entry-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  body.privacy-policy h2 {
    font-size: 20px;
  }
}