.about-section {
  background-color: #181c1f;
  text-align: center;
  padding: 40px 16px; /* можна змінити під макет */
  padding-bottom: 0px;
}

.about-section__inner {
  max-width: 1100px;   /* ширина контенту */
  margin: 0 auto;
}

.about-section__text {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;    /* strong */
  line-height: 1.6;
}

.about-section__spacer {
  height: 20px;        /* як vc_empty_space */
}

.services-links {
  background-color: #181c1f;
  text-align: center;
  padding: 30px 16px;
  padding-top: 0px;
}

.services-links__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.services-links__item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding: 10px 5px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.services-links__item:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

/* 📱 Адаптив */
@media (max-width: 768px) {
  .services-links__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .services-links__inner {
    grid-template-columns: 1fr;
  }
}
.site-content-contain   #content{
  max-width: 100%;
  width: 100%;
  padding: 0px;
}
.services-links__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.services-links__inner .services-links__item{
  background-color: #e8ac35;
  margin-bottom: 5px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.services-links__inner .services-links__item:nth-child(2){  background-color: #40a068; }
.services-links__inner .services-links__item:nth-child(3){  background-color: #bc5e90; }
.services-links__inner .services-links__item:nth-child(4){  background-color: #dd4f4f; }
.services-links__inner .services-links__item:nth-child(5){  background-color: #4485af; }
footer#colophon{
  background-color: #181c1f;
  padding: 30px;
}
#portfolio_home div.services-links__item{
  text-align: center;
}
#home_portfolio_images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#home_portfolio_images .portfolio_img_home {
  max-width: 32%;
}
#home_portfolio_images .elementor-widget-image {
  text-align: left;
  font-weight: 700;
}
#portfolio_home > .e-con-inner{
  max-width: 100%;
}
#four_img_about{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#four_img_about .elementor-widget.elementor-widget-image{
  max-width: 23%;
}
.about-block {
  background: #181c1f;
  color: #ffffff;
  padding: 0 16px;
}

.about-block__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-block__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
}

.about-block__content {
  text-align: left;
}

.about-block__p {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;   /* у тебе всюди strong */
  line-height: 1.8;
}

.about-block__p:last-child {
  margin-bottom: 0;
}

.accent {
  color: #ffcc00;
}

.text-white {
  color: #ffffff;
}

/* Спейсери */
.spacer {
  width: 100%;
}

.contact-section {

  text-align: center;

}

.contact-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Заголовок */
.contact-section__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}

/* Адреса */
.contact-section__address p {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

/* Контакти */
.contact-section__items {
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-section__item {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.contact-section__item:hover {
  opacity: 0.7;
}

.contact-section__items a{
  background-color: #e8ac35;
  margin-bottom: 0px;
  width: 100%;
}
.contact-section__items a:nth-child(2){  background-color: #40a068; }
.contact-section__items a:nth-child(3){  background-color: #bc5e90; }
h2.contact-section__title{
  background-color: #dd4f4f;
  margin-bottom: 0px;
  width: 100%;
  padding: 5px 0px;
}
h2.contact-section__title{
  margin-top: 20px;
}
.contact-section__address{
  margin: 20px 0px;
  background: #fff;
}
.form_contactos .form_row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.form_contactos .col-4 {
  flex: 1 1 calc(33.333% - 16px);
}

.form_contactos .col-12 {
  flex: 1 1 100%;
}

.form_contactos input,
.form_contactos textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .form_contactos .col-4 {
    flex: 1 1 100%;
  }
}
/* CF7 compact layout */
.form_contactos .form_row{display:flex;flex-wrap:wrap;gap:16px;margin:0}
.form_contactos .form_row>p{margin:0;flex:1}
.form_contactos .form_row:first-child>p{flex:0 0 calc(33.333% - 10.666px)}
.form_contactos .form_row:nth-child(2)>p{flex:0 0 100%}

.form_contactos label{display:block;margin:0;font-size:14px;font-weight:700}
.form_contactos br{display:none}

.form_contactos input[type="text"],
.form_contactos input[type="email"],
.form_contactos textarea{
  width:100%;
  box-sizing:border-box;
  padding:10px 12px;
  font-size:14px;
  margin-top:6px;
}

.form_contactos textarea
{
  min-height: 50px;
  resize: vertical;
  margin-bottom: 30px;
  max-height: 50px;
}

.form_contactos .wpcf7-submit{
  padding:14px 44px;
  border:0;
  border-radius:999px;
  cursor:pointer;
}

/* mobile */
@media (max-width:768px){
  .form_contactos .form_row:first-child>p{flex:0 0 100%}
}
.form_contactos .form_row:first-child>p{
  flex: 100%;
  display: flex;
}
.form_contactos .form_row > p{
  text-align: center;
}
.form_contactos .form_row > p input{
  margin: 0 auto;
  width: auto;
}
.col-foot,
.col-foot a{
  color: #Fff;
}
.logo_block_mini .portfolio_img_home {
  max-width: calc(90% / 6) !important;
}
div.form_contactos .form_row input.wpcf7-submit{
  background: none;
  color: #000;
  border: 2px solid #000;
  border-radius: 0px;
  margin-bottom: 50px;
}
div.form_contactos .form_row label{
  color: rgba(0, 0, 0, 0.6);
}
section.about-block h1.about-block__title{
  background-color: #4485af;
  margin-bottom: 5px;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 5px;

  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  padding:3px 5px;
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-bottom: 20px;
}
.elementor-menu-toggle + nav > ul{
  display: none;
}
.elementor-menu-toggle.elementor-active + nav > ul{
 display: block;
 background-color: #Fff;
 position: fixed;
 width: 100%;
 left: 0;
 padding: 20px;
 line-height: 20px;
}
.elementor-menu-toggle.elementor-active + nav > ul li a{
  font-size: 22px;
  line-height: 40px;
  display: block;
}
 span.wpcf7-spinner{
    display: none;
  }
 #colophon span.q_social_icon_holder.square_social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 5px;
}
#colophon .footer_bottom{
      display: flex;
    gap: 20px;
}
#colophon .col-foot{
  display: flex;
    justify-content: center;
    align-items: flex-start;
}
 #colophon span.q_social_icon_holder.square_social i:before{
  color: #181c1f;
    display: flex;
    width: 30px;
    justify-content: center;
}
div.site-header .elementor-nav-menu--layout-horizontal {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
div.site-header  .elementor-nav-menu--main .elementor-nav-menu>li>a{
  color: #24aeb1;
  text-transform: uppercase;
}
div.site-header  .elementor-nav-menu--main .elementor-nav-menu>li>a.elementor-item-active{
  color: #000;
}
main#main article header{
  display: none;
}
main#main article {
  padding: 0;
}
@media screen and (max-width: 768px){
  .logo_block_mini .portfolio_img_home {
    max-width: calc(89% / 3) !important;
  }
  #four_img_about .elementor-widget.elementor-widget-image {
    max-width: 47%;
  }
  #home_portfolio_images .portfolio_img_home {
    max-width: 95%;
  }
  .services-links__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-section__items {
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .form_contactos .form_row:first-child>p {
    flex: 100%;
    display: flex;
    flex-direction: column;
  }
  .form_contactos .form_row:first-child>p .col-4{
    max-width: 100%;
  }
 
  .form_contactos .form_row > p input[type=text],
  .form_contactos .form_row > p input[type=email] {
    margin: 0;
    width: auto;
    width: 100%;
}
#colophon .e-con,#colophon .e-con>.e-con-inner {
    display: var(--display);
    align-items: center;
    justify-content: center;
    align-content: center;
}
div.site-header .elementor-nav-menu--layout-horizontal {
    display: -ms-flexbox;
    display: none;
    justify-content: flex-end;
}
.elementor-menu-toggle span.menu-toggle-title{
  display: none;
}
.site-header .e-con-inner{
  display: flex;
      justify-content: space-between !important;
}
.site-header .e-con-inner > div.elementor-element:nth-child(1){
  max-width: 70%;
}
.site-header .e-con-inner > div.elementor-element:nth-child(2){
  max-width: 45px;
}
}
.color-bar {
    width: 100%;
    height: 20px;
    background: linear-gradient(to right, 
        #a8a35e 0%, #a8a35e 14%, 
        #5ea89e 14%, #5ea89e 28%, 
        #3d9e5e 28%, #3d9e5e 42%, 
        #5e3d9e 42%, #5e3d9e 56%, 
        #7a2e2e 56%, #7a2e2e 70%, 
        #1b1b42 70%, #1b1b42 84%,
        #000000 84%, #000000 100%
    );
}
#masthead .site-header > .container{
      width: 100%;
    max-width: 100%;
    padding: 0px;
}
#masthead .site-header  ul.elementor-nav-menu a:hover{
  background: none !important;
  color: #000;
}