* {
  box-sizing: border-box;
}

.section-title span {
  color: rgba(255, 207, 12, 1);
  display: inline-block;
}
header {
}
header .header-container {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 33px;
  position: initial;
  height: 83px;
}

.header-contacts {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.header-contacts .phone {
  background: rgba(255, 222, 89, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 305px;
  height: 100%;
}

.header-logo {
}

.header-content {
  justify-content: center;
  padding-left: 200px;
}

.header-nav {
  padding: 0;
}

.header-contacts .social {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: row-reverse;
}

.header-contacts .social a {
  display: inline-flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Ploni DL 1.1 AAA";
}

.header-contacts .social a img {
  height: 27px;
}

.mheder {
  position: relative;
  display: block;
  color: rgba(0, 0, 0, 1);
}

.mheder-content {
  display: flex;
  align-items: start;
  gap: 0px;
  background: url(../img/mheder-bg-d.png) no-repeat bottom right;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 33px;
  height: 640px;
}

.mheder-text {
  flex: 0 0 50%;
  padding: 45px 0 0 10%;
}

.mheder-video {
  flex: 0 0 50%;
  position: relative;
  height: calc(100% - 100px);
  position: absolute;
  left: 0;
  width: 50%;
}

.mheder-text .heading {
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: right;
  margin: 0 0 2px 0;
  color: #000;
}

.mheder-text .description {
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  text-align: right;
}

.mheder-text .description p {
  margin-bottom: 26px;
  line-height: 26px;
}

.mheder-text .description span {
  text-decoration: none !important;
}

.mheder-text .description strong {
  display: block;
  font-size: 24px;
  font-weight: normal;
}

.mheder-btns {
  display: flex;
  gap: 14px;
  margin-top: 44px;
}

.mheder-btns a {
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  padding: 9px 13px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: rgba(0, 0, 0, 1);
  gap: 8px;
}

.mheder-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mheder-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: rgba(255, 233, 142, 0.3);
  border: 2px solid rgba(255, 255, 255, 1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 5;
}

.mheder-video a svg {
  transform: translate(4px, 3px);
}

.mheder-video:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
}

.mheder-intros {
  display: flex;
  background: rgba(255, 255, 255, 1);
  box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 1160px;
  margin: -100px auto 0 auto;
  position: relative;
  z-index: 1;
  padding: 33px;
  gap: 40px;
}

.mheder-intros .item {
  flex: 1;
}

.mheder-intros .item-head {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  text-align: right;
  margin-bottom: 8px;
}

.mheder-intros .item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
}

.single-project {
  background: rgba(35, 31, 32, 1);
  color: #fff;
  overflow: hidden;
}

.single-projects .head-page__breadcrumbs {
  padding-top: 20px;
}

.single-project .project-title {
  text-align: center;
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.project-informer {
  box-shadow: 0px 3px 46px 0px rgba(38, 38, 38, 0.08);
  background: rgba(255, 255, 255, 1);
  border-radius: 5px;
  max-width: 655px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding: 8px;
}

.project-informer {
  font-weight: 400;
}

.project-gallery {
  margin: 0;
}

.project-gallery .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  left: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url(../img/arrow_right_yellow.svg) no-repeat 50% !important;
  transform: rotate(180deg);
}

.project-gallery .owl-nav button.owl-prev {
  width: 64px;
  height: 64px;
  right: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url("../img/arrow_right_yellow.svg") no-repeat 50% !important;
}

.project-gallery .owl-nav button.owl-next span,
.project-gallery .owl-nav button.owl-prev span {
  display: none !important;
}

.gallery-slide img {
  object-fit: cover;
  max-width: 100%;
  height: 429px;
  border-radius: 5px;
}

.project-client {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-client strong {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.project-name {
  border-bottom: 2px solid rgba(212, 212, 212, 1);
  padding: 8px;
}

.project-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0%;
  text-align: right;
  max-width: 610px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 1);
  padding: 20px 0;
}

section.project-review {
  padding: 80px 0;
  text-align: center;
}

section.project-review h2 {
  font-weight: 400;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 12px;
}

.project-review .rate {
  margin: 12px 0;
}

.project-review blockquote {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.54px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.project-review blockquote footer {
  font-weight: 400;
  font-size: 14.06px;
  line-height: 15px;
  margin-top: 12px;
}

.project-review blockquote footer strong {
  font-weight: bold;
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 5px;
}

section.more-projects {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

section.more-projects::before {
  background: url(../img/more-projects-bg-min.png) no-repeat top center;
  background-size: 100% 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  opacity: 0.9;
  background-position: 50% 75%;
}

section.more-projects h2 {
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.more-projects .project-cards {
}

.project-card {
  padding: 8px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.project-card img {
  max-width: 100%;
  border-radius: 4px;
}

.project-cards .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  left: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url(../img/arrow_right_yellow.svg) no-repeat 50% !important;
  transform: rotate(180deg);
}

.project-cards .owl-nav button.owl-prev {
  width: 64px;
  height: 64px;
  right: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url("../img/arrow_right_yellow.svg") no-repeat 50% !important;
}

.project-cards .owl-nav button.owl-next span,
.project-cards .owl-nav button.owl-prev span {
  display: none !important;
}

/* .owl-nav button.disabled {
  opacity: 0 !important;
} */

.project-card a {
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: column;
}

.project-card img {
  object-fit: cover;
  max-width: 100%;
  height: 283px;
  border-radius: 5px;
}

.single .project-card .view-project,
.home .project-card .view-project {
  display: block;
  margin-top: 0.5em;
  color: #d4af37;
  font-weight: bold;
  border: 2px solid rgba(255, 207, 12, 1);
  width: 100%;
  height: 34px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: transparent;
}

.more-projects .more-btn {
  margin-top: 32px;
}

.more-projects .more-btn a.btn {
  border: 1px solid rgba(255, 207, 12, 1);
  color: #fff;
  background: transparent;
  border-radius: 50px;
}

.project-locations ul.locations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  justify-content: center;
  margin-top: 1em;
}

.locations-section {
  text-align: center;
  padding: 90px 0;
}

ul.location-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;

  background: rgba(0, 0, 0, 1);

  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 1;
}

ul.location-list::before {
  background: url(../img/locations-section-bg.png) no-repeat top center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
  opacity: 0.3;
}

ul.location-list li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  border-radius: 50px;
  padding: 0 20px;
  height: 48px;
}

ul.location-list li a {
  font-weight: 400;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
}

ul.location-list li a:hover {
  color: rgba(255, 207, 12, 1);
}

.locations-section .section-title {
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 0%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.locations-section .section-title::after {
  content: "";
  background: url(../img/locations-section-icon.png) no-repeat 50%;
  width: 70px;
  height: 70px;
  background-size: contain;
  display: inline-flex;
}

.locations-section .section-description {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}

.footer-box.box-center {
  display: flex;
  flex: 3;
  gap: 30px;
  justify-content: space-between;
}

.footer-box.box-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-box.box-right {
  flex: 2;
  display: flex;
  gap: 20px;
}

.footer-box.box-left .textwidget p {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  text-align: right;
}

.footer-box.box-left .textwidget ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.footer-box.box-left .textwidget ul li img {
}

table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table th {
  font-weight: 700;
}

table tfoot th,
table thead th {
  font-size: 1em;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-block-start: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: hsla(0, 0%, 50.2%, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: hsla(0, 0%, 50.2%, 0.1019607843);
}

table tbody + tbody {
  border-block-start: 2px solid hsla(0, 0%, 50.2%, 0.5019607843);
}

@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }

  table table td,
  table table th {
    padding: 7px;
    line-height: 1.3;
  }

  table table th {
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .locations-section {
    padding: 24px 0 0 0;
  }

  ul.location-list li a {
    font-size: 14px;
  }

  ul.location-list li {
    padding: 0 12px;
    height: 30px;
  }

  ul.location-list {
    gap: 8px;
    border-radius: 10px;
    padding: 25px 15px;
  }

  .locations-section .section-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    gap: 8px;
  }

  .locations-section .section-description {
    font-weight: 500;
    font-size: 17px;
    max-width: 240px;
    margin: 0 auto 20px auto;
  }

  .locations-section .section-title::after {
    width: 36px;
    height: 36px;
  }

  .footer-menu {
    flex-direction: column;
    gap: 20px;
  }

  .footer-box.box-center {
    flex-direction: column;
    gap: 0;
  }

  .footer-copyright {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .footer-copyright a {
    border-right: 1px solid #fff;
    padding-right: 5px;
    margin-right: 5px;
  }

  .footer-copyright .develop {
    margin: 0;
    padding: 0;
  }

  .header-contacts {
    display: none;
  }

  .single-project .project-title {
    font-weight: 700;
    font-size: 30px;
  }

  section.more-projects h2,
  section.project-review h2 {
    font-weight: 700;
    font-size: 24px;
  }

  .project-informer {
    font-size: 15px;
    max-width: 310px;
    padding: 4px;
  }

  .project-gallery .owl-nav button.owl-prev,
  .more-projects .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    right: -22px;
    border: 1px solid rgba(35, 31, 32, 1) !important;
    background-color: #fff !important;
    background-size: 10px !important;
    background-position: 16px 50% !important;
  }

  .project-gallery .owl-nav button.owl-next,
  .more-projects .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    left: -22px;
    border: 1px solid rgba(35, 31, 32, 1) !important;
    background-color: #fff !important;
    background-size: 10px !important;
    background-position: 16px 50% !important;
  }

  .more-projects .project-cards {
    max-width: 310px;
    margin: 0 auto;
  }

  .project-card img {
    height: 207px;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .more-projects .more-btn a {
    background: transparent;
    border: 1px solid rgba(255, 207, 12, 1);
    height: 31px;
    border-radius: 15px;
    border-width: 1px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 0 25px !important;
  }

  .footer .widget-title {
    margin-bottom: 0 !important;
    padding: 10px 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2;
  }

  .footer .widget-title:after {
    width: 100%;
    background: rgba(224, 224, 224, 1);
  }

  .footer .widget-title::before {
    content: "";
    background: url(../img/arrow-v-down.svg) no-repeat 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  .footer .widget-title.act::before {
    transform: translateY(-50%) rotate(180deg);
  }

  .footer .widget-title + * {
    display: none;
  }

  .widget-title.act + * {
    display: block;
  }

  .footer-box.box-left .textwidget p {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .footer-box.box-left .textwidget p strong {
    font-weight: 400;
  }

  .footer-box.box-left .widget_media_image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.mabout {
  padding: 144px 0;
  background: url(../img/mabout-bg-d.png) no-repeat bottom left;
}

.mabout .section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0%;
  margin-bottom: 15px;
}

.mabout .section-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.mabout .container {
  max-width: 1100px;
  margin: 0 auto;
}

.mabout .list {
  display: flex;
  gap: 50px;
  align-items: start;
  margin-top: 10px;
}

.mabout .mabout-contents {
  flex: 1;
}

.mabout .list {
  display: flex;
  gap: 60px;
  align-items: start;
  margin-top: 34px;
}

.mabout .mabout-nav {
  flex: 0 0 520px;
  background: rgba(246, 246, 246, 1);
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 13, 13, 1);
  flex-direction: column;
  height: 520px;
  gap: 10px;
}

.mabout .mabout-nav .item {
  width: 350px;
  border-radius: 30px;
  padding-top: 5.25px;
  padding-right: 9px;
  padding-bottom: 6px;
  padding-left: 9px;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.mabout .mabout-nav .item.active {
  background: rgba(0, 0, 0, 1) !important;
  color: #fff !important;
  cursor: default;
}

.mabout .mabout-nav .item.active::after {
  content: "";
  background: url(../img/mabout-liner.png) no-repeat left center;
  width: 84px;
  height: 5px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(-50%);
  display: block;
}

.mabout .mabout-nav .item .icon {
  background: rgba(236, 237, 240, 1);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* filter: invert(1); */
}

.mabout .mabout-nav .item.active .icon {
  background: rgba(255, 225, 102, 1);
}

.mabout .mabout-nav .item.active .icon img {
  filter: invert(1);
}

.mabout .mabout-nav .item:hover {
  background: rgba(236, 237, 240, 1);
}

.mabout .mabout-contents {
  flex: 1;
  padding-top: 58px;
}

.mabout .mabout-contents .item {
  display: none;
}

.mabout .mabout-contents .item.active {
  display: block;
}

.mabout .mabout-contents .item .title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 700;
}

.mabout .mabout-contents .item .description {
  font-size: 16px;
  line-height: 24px;
  color: rgba(27, 34, 50, 1);
}

.mcompany {
  position: relative;
  overflow: hidden;
}

.mcompany-carousel .owl-stage-outer {
  padding: 20px 0;
}

.mcompany-carousel .owl-stage-outer .owl-stage {
  display: flex;
}

.mcompany-carousel .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: #fff url(../img/arrow_right_yellow.svg) no-repeat 50% !important;
  transform: rotate(180deg);
  border: 1px solid rgba(35, 31, 32, 1) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.mcompany-carousel .owl-nav button.owl-prev {
  width: 64px;
  height: 64px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: #fff url("../img/arrow_right_yellow.svg") no-repeat 50% !important;
  border: 1px solid rgba(35, 31, 32, 1) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 767px) {
  .mcompany-carousel .owl-nav button.owl-prev {
    right: -100px;
  }
  .mcompany-carousel .owl-nav button.owl-next {
    left: -100px;
  }
}

.mcompany-carousel .owl-nav button.owl-prev span,
.mcompany-carousel .owl-nav button.owl-next span {
  display: none;
}

.mcompany .item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0px 3px 16px 0px rgba(38, 38, 38, 0.1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 15px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mcompany .item .rate {
  margin: 12px 0;
}

.mcompany .item .logo {
  width: 159px;
  height: 60px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 238, 170, 0.2);
  padding: 10px;
}

.mcompany .item .logo img {
  max-width: 100%;
  max-height: 100%;
}

.mcompany .item .description {
  max-width: 250px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 23.54px;
  margin-bottom: 50px;
  color: rgba(35, 31, 32, 1);
  flex: 1;
}

.mcompany .item .position {
  font-weight: 400;
  font-size: 14.06px;
  line-height: 15px;
  text-align: center;
  color: rgba(82, 82, 82, 1);
}

.mcompany .item .name {
  font-weight: 700;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  border-top: 1px solid rgba(250, 250, 250, 1);
  padding-top: 15px;
  padding-bottom: 10px;
  width: 100%;
}

.mprices {
  background: rgba(246, 246, 246, 1);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.mprices:before {
  content: "";
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.mprices .container {
  position: relative;
  z-index: 1;
}

.mprices-tabs {
  margin-top: 30px;
  direction: rtl;
}

.mprices-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.tab-nav-item {
  cursor: pointer;
  padding: 6px 9px 6px 25px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  box-shadow: 0px 0px 40px 0px rgba(156, 168, 188, 0.26);
  background: rgba(255, 255, 255, 1);
  font-size: 19px;
  color: rgba(13, 13, 13, 1);
  font-weight: 400;
}

.tab-nav-item .icon {
  background: rgba(236, 237, 240, 1);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tab-nav-item img {
  width: 24px;
  height: 24px;
}

.tab-nav-item.active {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
}

.tab-nav-item.active .icon {
  background-color: rgba(255, 207, 12, 1);
}

.tab-nav-item.active .icon img {
  filter: invert(1);
}

.mprices-contents .tab-content-item {
  display: none;
  max-width: 900px;
  margin: 0 auto;
}

.mprices-contents .tab-content-item.active {
  display: block;
}

.mprices-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.mprices-btns .btn {
  border-radius: 30px;
  background: transparent;
  border: 1px solid rgba(255, 207, 12, 1);
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mprices-btns .btn:last-child {
  background: #000;
  color: #fff;
  border-color: #000;
}

.mprices-btns .btn:hover {
  background: rgba(255, 207, 12, 1);
  border: 1px solid rgba(255, 207, 12, 1);
}

.mprices .mprices-text {
  font-size: 16x;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  max-width: 900px;
  margin: 32px auto;
}

.mmedia {
  background: rgba(35, 31, 32, 1);
  padding: 80px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.mmedia .item {
  position: relative;
}

.mmedia .item .video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  background: rgba(3, 3, 3, 0.6);
  border: 2px solid rgba(255, 255, 255, 1);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 5;
}

.mmedia .item .image {
  width: 100%;
  height: 284px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.mmedia .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mmedia .item .title {
  font-weight: 500;
  font-size: 23px;
  line-height: 29.9px;
  text-align: right;
  padding: 10px 0;
}

.mmedia .item .meta {
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 20px;
}

.mmedia .item .meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mmedia .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url(../img/arrow_right_yellow.svg) no-repeat 50% !important;
  transform: rotate(180deg);
  border: 1px solid #e7e6e685 !important;

}

.mmedia .owl-nav button.owl-prev {
  width: 64px;
  height: 64px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: url("../img/arrow_right_yellow.svg") no-repeat 50% !important;

  border: 1px solid #e7e6e685 !important;
}

@media (min-width: 767px) {
  .mmedia .owl-nav button.owl-prev{ 
    right: -100px;
  }
  .mmedia .owl-nav button.owl-next {
    left: -100px;
  }
}

.mmedia .owl-nav button.owl-prev span,
.mmedia .owl-nav button.owl-next span {
  display: none;
}

.minformations {
  padding: 90px 0 0 0;
  overflow: hidden;
}

.minformations .owl-stage {
  display: flex;
}

.minformations .item {
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 3px 16px 0px rgba(38, 38, 38, 0.1);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(215, 215, 215, 1);
  color: rgba(35, 31, 32, 1);
  text-decoration: none;
}

.minformations .item .title {
  font-weight: 500;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
}

.minformations .item .description {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: right;
  width: 100%;
}

.minformations .item .image {
  border-bottom: 1px solid rgba(239, 239, 239, 1);
  width: 100%;
  height: 285px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.minformations .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.minformations .item .base {
  padding: 20px 20px 60px 20px;
  position: relative;
  flex: 1;
}

.minformations .item .base .link {
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  padding: 20px;
}

.minformations .item .base .link span {
  font-weight: 700;
  font-size: 17.58px;
  line-height: 18px;
  text-align: -webkit-right;
  color: rgba(35, 31, 32, 1);
  border-bottom: 2px solid rgba(255, 207, 12, 1);
  padding: 0 5px 0 0;
  transition: all 0.3s;
}

.minformations .item .base .link span svg {
  transition: all 0.3s;
}

.minformations .item .base .link span:hover svg {
  transform: translateX(-5px);
}

.minformations .owl-nav button.owl-next {
  width: 64px;
  height: 64px;
  left: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: #fff url(../img/arrow_right_yellow.svg) no-repeat 50% !important;
  transform: rotate(180deg);
  border: 1px solid rgba(35, 31, 32, 1) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.minformations .owl-nav button.owl-prev {
  width: 64px;
  height: 64px;
  right: -100px;
  z-index: 1;
  color: rgba(255, 222, 89, 1);
  background: #fff url("../img/arrow_right_yellow.svg") no-repeat 50% !important;
  border: 1px solid rgba(35, 31, 32, 1) !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.minformations .owl-nav button.owl-prev span,
.minformations .owl-nav button.owl-next span {
  display: none;
}

.mobile-nav {
}

.mobile-nav .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 10px;
  padding: 0 15px;
}

.mobile-nav .contact > div,
.mobile-nav .contact a.phone {
  background: #fff;
  width: 100%;
  border-radius: 5px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav .contact > div.whatsapp {
  border: 2px solid rgba(37, 211, 102, 1);
}

.mobile-nav .contact > div.whatsapp a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: rgba(37, 211, 102, 1);
  gap: 10px;
  flex-direction: row-reverse;
}

.mobile-nav .contact a.phone img {
  height: 44px;
}

.mobile-nav .social {
  padding: 20px 0;
  text-align: center;
}

.mobile-nav .social .title {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
}

.mobile-nav .social .list {
  margin-top: 10px;
}

.mobile-nav .projects {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
  width: 100%;
  display: block;
  position: relative;
}

.mobile-nav .projects .title {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile-nav .project-card .project-thumb {
  height: 82px;
  overflow: hidden;
  border-radius: 5px;
}
.mobile-nav .project-card {
  background: rgba(255, 255, 255, 1);
  /* box-shadow: 4px 4px 14.6px 5px rgba(0, 0, 0, 0.25); */
  box-shadow: none;
  border-radius: 5px;
  padding: 5px 4px 2px 4px;
  border: 2px solid rgba(212, 212, 212, 1);
  border-radius: 5px;
}

.mobile-nav .project-card .project-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobile-nav .project-name,
.mobile-nav .project-client {
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 4px;
}

.mobile-nav .project-name svg,
.mobile-nav .project-client svg {
  display: none;
}

.mobile-nav .owl-item {
  padding: 4px;
}

.mobile-nav .project-card .view-project {
  font-weight: 700;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0%;
  background: rgba(255, 222, 89, 1);
  height: 20px;
  margin-bottom: 2px;
  border-radius: 7px;
  border: none;
}

.project-cards-mobile-menu {
  padding-bottom: 45px;
}

/* .project-cards-mobile-menu .owl-stage-outer{
  overflow: visible;
}

.project-cards-mobile-menu  .owl-item,
.project-cards-mobile-menu .owl-item.active+.active+.active{
  opacity: 0;
  transition: all 0.3s;
}

.project-cards-mobile-menu  .owl-item.active{
  opacity: 1;
} */

.project-cards-mobile-menu .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  gap: 6px;
}

.project-cards-mobile-menu .owl-dots button.owl-dot {
  width: 5px;
  height: 5px;
  background: rgba(194, 192, 192, 1);
  border-radius: 50%;
}

.project-cards-mobile-menu .owl-dots button.owl-dot.active {
  background: #000000;
}

.project-card .view-project {
  font-weight: 700;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0%;
  background: rgba(255, 222, 89, 1);
  height: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
  border: none;
}

.header-nav ul li a img {
  display: none;
}

table.price_table {
  width: 100%;
  border-collapse: collapse;
  direction: rtl;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

table.price_table thead {
  background-color: #000;
  color: #fff;
}

table.price_table thead th {
  padding: 5px 5px;
  border: 1px solid #fff;
  font-weight: bold;
  background: #000000;
  color: #fff;
  font-weight: bold;
}

table.price_table tbody td {
  padding: 5px 5px;
  border: 1px solid #000;
  background-color: #fff;
}

table.price_table tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}

@media (max-width: 767px) {
  table.price_table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }

  #wraper-content {
    margin-top: 55px;
  }

  header.fix-head,
  header.black {
    padding: 6px 0;
  }

  header .header-container {
    height: auto;
    padding: 0;
  }

  .header-wh {
    display: inline-flex !important;
    flex: 0 0 38px;
  }

  .header-wh a.whatsapp-icon {
    background: rgba(68, 182, 76, 1);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    padding: 8px;
  }

  .header-toggle.open + .header-wh {
    display: none !important;
  }

  .header-toggle {
    background: transparent url(../img/toggle-menu.svg) no-repeat 50%;
  }

  .header-toggle.open {
    background: #000 url(../img/toggle-menu-close2.png) no-repeat 50%;
    background-size: 16px;
  }

  .mheder {
    background: rgba(0, 0, 0, 1);
    color: #fff;
  }

  .mheder:after {
    content: "";
    width: 100%;
    height: 130px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .mheder-content {
    display: block;
    background: transparent;
    height: auto;
    padding: 0;
  }

  .mheder-text {
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 90px 15px 0 15px;
  }

  .mheder-text .heading {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
  }

  .mheder-text .description {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .mheder-text .description p {
    margin-bottom: 21px;
    line-height: 26px;
  }

  .mheder-text .description strong {
    font-weight: 700;
    font-size: 17px;
  }

  .mheder-text .description span strong {
    color: rgba(255, 212, 38, 1);
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 42px;
  }

  .mheder-btns {
    display: flex;
    gap: 14px;
    margin-top: 25px;
    justify-content: center;
  }

  .mheder-btns a {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    padding: 8px 8px;
    background: rgba(255, 255, 255, 1);
    justify-content: center;
    align-items: center;
    display: inline-flex;
    height: 47px;
    width: 159px;
    text-align: center;
    justify-content: center;
  }

  .mheder-btns a.email {
    background: rgba(255, 222, 89, 1);
  }

  .mheder-btns a.email img {
    filter: invert(1);
  }

  .mheder-btns a img,
  .mheder-btns a svg {
    height: 15px;
    width: auto;
    flex: 0 0 14px;
  }

  .mheder-btns a.email svg path {
    fill: #000;
  }

  .mheder-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 280px;
  }

  .mheder-video a {
    width: 35px;
    height: 35px;
    padding: 10px;
    margin-top: 60px;
    border: 2px solid rgba(255, 255, 255, 1);
  }

  .mheder-video a svg {
    transform: translate(2px, 1px);
  }

  .mheder-intros {
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    max-width: calc(100% - 40px);
    margin: 30px auto 0px auto;
  }

  .mheder-intros::before {
    content: "";
    background: rgba(236, 235, 235, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 32px);
    height: 1px;
    transform: translate(-50%, -50%);
  }
  .mheder-intros::after {
    content: "";
    background: rgba(236, 235, 235, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100% - 32px);
    width: 1px;
    transform: translate(-50%, -50%);
  }

  .mheder-intros .item {
    flex: 0 0 50%;
    padding: 20px;
  }

  .mheder-intros .item-head {
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
  }

  .mheder-intros .item-text {
    color: rgba(88, 84, 84, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: right;
  }

  .goals {
    margin-top: 40px;
  }

  .goals-list {
    gap: 0px 15px;
  }

  .goals-list__item {
    width: calc(50% - 17px);
    border-radius: 20px;
  }

  .goals-list__item div {
    font-size: 17px;
    height: 46px;
  }

  .mabout {
    padding: 30px 0 60px 0;
    background-size: contain;
  }

  .section-title {
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
  }

  .section-description {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .mabout .mabout-nav {
    height: auto;
    background: transparent;
    border-radius: 0;
  }

  .mabout .mabout-nav .item.active::after {
    content: "";
    display: block !important;
    background: #fff;
    position: absolute;
    right: 0;
    width: 100%;
    border: 0;
    transform: none;
    top: 0;
    z-index: 5;
    height: 100%;
  }

  .mabout .list {
    display: block;
  }

  .mabout .mabout-nav .item {
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 1);
    width: 100%;
    padding-left: 40px;
    line-height: 1;
    overflow: hidden;
    height: 52px;
  }

  .mabout .mabout-nav .item span {
    z-index: 10;
  }

  .mabout .mabout-nav .item::before {
    z-index: 10;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    font-weight: 900;
    font-size: 12px;
    color: rgba(255, 207, 12, 1);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }

  .mabout .mabout-nav .item.active {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    margin-bottom: -10px;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 0px 40px 0px rgba(1, 24, 46, 0.1);
    box-sizing: border-box;
    border-bottom: 1px solid rgba(196, 196, 196, 1) !important;
  }

  .mabout .mabout-nav .item.active::before {
    transform: rotate(180deg) translateY(50%);
  }

  .mabout .mabout-nav .item.active .icon {
    background: rgba(255, 207, 12, 1);
  }

  .mabout .mabout-nav .item.active + .content {
    display: block !important;
    box-shadow: 0px 0px 40px 0px rgba(1, 24, 46, 0.1);
    padding: 20px;
    font-size: 17px;
    line-height: 1.4;
    z-index: 1;
    box-shadow: 0 0 40px 0 rgba(1, 24, 46, 0.1);
    background: #fff;
  }

  .mabout .mabout-nav .item.active + .content .title {
    font-size: 28px;
    font-weight: 700;
  }

  .mabout-contents {
    display: none !important;
  }

  .mcompany-carousel .owl-nav button.owl-next,
  .mcompany-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-color: #ffff !important;
    box-shadow: none;
  }

  .mcompany .item .rate {
    margin-bottom: 0;
  }

  .mcompany .item .description {
    font-size: 15px;
    line-height: 21.54px;
    margin-bottom: 0;
  }

  .mcompany .item .name {
    border: none;
    padding-bottom: 0;
  }

  .mprices {
    padding: 60px 0;
  }

  .mprices:before {
    height: 140px;
  }

  .mprices-nav {
    flex-wrap: nowrap;
    gap: 5px;
  }

  .tab-nav-item {
    font-size: 15px;
    padding: 6px 5px 6px 15px;
  }

  .tab-nav-item .icon {
    width: 29px;
    height: 29px;
  }

  .price_table td,
  .price_table th {
    font-size: 13px;
    padding: 5px;
    line-height: 1.4;
  }

  .mprices-contents .tab-content-item h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .mprices-text.text-center {
    font-size: 16px;
  }

  .mprices-btns .btn {
    gap: 4px;
    height: 36px;
    line-height: 1;
    font-size: 15px;
    padding: 0 15px;
  }

  .mprices-btns .btn svg {
    flex: 0 0 19px;
  }

  section.more-projects {
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.85);
  }

  .project-card {
    padding: 3px 3px 8px 3px;
  }
  .faqs {
    background: url(../img/mabout-bg-d.png) no-repeat bottom left;
    background-size: contain;
  }
  .faqs .section-title {
    padding: 0;
  }
  .faqs_descripton {
    width: 100%;
    margin: 0px 0 20px 0;
  }

  .acordion-item__title .circle {
    height: 37px;
    width: 37px;
  }

  .faqs .col-12.col-md-7.col-lg-6 {
    display: none;
  }
  .faqs .acordion,
  .faqs .row {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mmedia {
    padding: 40px 0;
  }

  .mmedia .owl-nav button.owl-next,
  .mmedia .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background-color: #ffff !important;
    top: -52px;
  }

  .mmedia .item {
    position: relative;
    width: 320px;
    margin: 0 auto;
  }

  .mmedia .item .image {
    height: 203px;
  }

  .mmedia .item .title {
    font-size: 17px;
    line-height: 1.4;
  }

  .minformations {
    padding: 60px 0 0 0;
  }

  .minformations .owl-nav {
    position: relative;
    margin: 25px 0 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .minformations .owl-nav button.owl-prev,
  .minformations .owl-nav button.owl-next {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #ffff !important;
    box-shadow: none;
    right: 0;
  }

  .minformations .item {
    max-width: calc(100% - 10px);
    margin: 0 auto;
  }

  .minformations .item .image {
    height: 200px;
  }

  .minformations .item .base {
    padding: 10px 15px 42px 15px;
    position: relative;
  }

  .minformations .item .description {
    font-size: 16px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Показати максимум 4 рядки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
  }

  .minformations .item .title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
  }

  .minformations .item .base .link span {
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 207, 12, 1);
  }

  .minformations .item .base .link span svg {
    height: 9px;
  }

  .mobile-nav {
    width: 100%;
    right: -100%;
    top: 52px;
    background: #000;
    color: #fff;
    box-shadow: none;
  }

  .mobile-nav ul > li > a {
    color: #fff;
  }

  .header-toggle.open,
  .open-menu .header-logo {
    transform: none;
  }

  body.open-menu .sticky_footer_mobile,
  body.open-menu .yydev-accessibility,
  body.open-menu .float-whatsapp {
    z-index: -1;
    visibility: hidden;
    opacity: 0;
  }

  .mobile-nav ul li.menu-item-has-children > a:after {
    color: #000;
    transform: rotate(90deg);
    background: rgba(232, 232, 231, 1);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: initial;
    padding: 0;
    margin-right: 14px;
  }

  .mobile-nav ul li a.active {
    background: #000000;
    border-bottom: 2px solid rgba(217, 217, 217, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-align: center;
  }

  .mobile-nav ul.sub-menu {
    background: rgba(0, 0, 0, 1);
  }
  .sub-menu li a {
    color: #fff !important;
  }

  .mega-menu {
    width: 100%;
    background: #000000;
    box-shadow: none;
    z-index: 99;
  }

  .show-mega-menu:after {
    color: #000;
    transform: rotate(90deg) translate(-50%, 0%);
    background: rgba(232, 232, 231, 1);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: initial;
    right: 125px;
  }

  .mobile-nav.z-index {
    right: -100%;
  }

  .dept-parent li a {
    color: #ffffff;
  }

  span.mega-menu__title {
    text-align: center;
    justify-content: space-between;
    padding: 0 30px;
  }

  span.mega-menu__title:before {
    background: transparent;
    width: 16px;
    height: 16px;
    display: block;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #000000;
    -webkit-transform: translate(0%, 0%) rotate(-90deg);
    -ms-transform: translate(0%, 0%) rotate(-90deg);
    transform: translate(0%, 0%) rotate(-90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav ul li.menu-item-has-children > a.active:before {
    content: "חזרה";
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0%, -50%);
  }

  .mobile-nav ul li.menu-item-has-children > a.active:after {
    width: 16px;
    height: 16px;
    background: rgba(232, 232, 231, 1);
    border-radius: 50%;
    color: #000;
    transform: rotate(90deg) translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 9px;
    left: inherit;
    right: 15px;
    top: 50%;
  }

  .mobile-nav ul li ul.sub-menu {
    padding-top: 16px;
  }

  .mobile-nav ul li a.active + ul.sub-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .mobile-nav ul li a.active + ul.sub-menu li {
    padding: 0;
    background: rgba(245, 245, 245, 1);
    height: 87px !important;
    border-radius: 5px;
    color: #000 !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    width: 168px;
    padding: 0 !important;
  }

  .mobile-nav
    ul
    li
    a.active
    + ul.sub-menu
    li:not(.menu-item-type-post_type_archive)
    a {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #000 !important;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: end;
    padding: 10px !important;
  }

  .mobile-nav
    ul
    li
    a.active
    + ul.sub-menu
    li:not(.menu-item-type-post_type_archive)
    a:before {
    width: 30px;
    height: 30px;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgba(232, 232, 231, 1) url(../img/arrow-black-m.svg) no-repeat
      center;
    background-size: 14px;
  }

  .mobile-nav
    ul
    li
    a.active
    + ul.sub-menu
    li:not(.menu-item-type-post_type_archive)
    a
    img {
    position: absolute;
    top: 7px;
    right: 10px;
    height: 50px;
    display: block;
  }

  .mobile-nav .sub-menu li.menu-item-type-post_type_archive {
    background: #000 !important;
    border: none !important;
  }

  body.sub-menu-show .mobile-nav > nav > ul > li > a:not(.active) {
    display: none;
  }
}

.cta-group .call {
  border-radius: 12px;
  background-color: #222222;
  /* box-shadow: 0 0 57px 0 rgb(188 176 156 / 65%); */
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 145px;
  max-width: 800px;
  margin: 0 auto;
}

.cta-group .call .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.cta-group .call .phone {
}

.cta-group .call .phone span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  font-size: 38px;
  color: #ffde59;
  background: url(/wp-content/uploads/2022/12/footer_phone.svg) no-repeat center
    right;
  /* filter: brightness(0) invert(1); */
  padding-right: 40px;
}

.cta-group .svg.helperg-left,
.cta-group .svg.helperg-right {
  transform: translateY(-50%);
  top: 50%;
}

.wp-caption.alignnone {
  width: 100% !important;
}

@media (max-width: 767px) {
  .cta-group .call {
    padding: 12px 20px;
  }

  .cta-group .call .title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0;
  }

  .cta-group .call .phone span {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    background: none;
    padding: 0;
  }

  .cta-group .svg.helperg-left {
    transform: translate(40px, -5px);
  }

  .cta-group .svg.helperg-right {
    transform: translate(-40px, -5px);
  }

  #stickyfooter {
    z-index: 9999999;
  }

  .footer {
    margin-bottom: 40px;
  }

  body.open-menu #stickyfooter {
    display: none;
  }

  .stickyfooter_text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    margin-top: 8px;
  }

  .stickyfooter_tel {
    font-size: 28px;
    font-weight: bold;
    line-height: 17px;
    margin-top: 5px;
    display: inline-block;
    background: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  a.scroll-top {
    left: 10px;
    right: inherit;
    bottom: 80px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    padding: 0 !important;
    line-height: 40px;
  }
  .float-whatsapp {
    left: inherit !important;
    right: 10px !important;
    bottom: 80px !important;
  }

  .helperg-form .svg {
    zoom: 0.5;
  }
  #stickyfooter {
    height: 70px;
  }

  .helperg-form .svg {
    zoom: 0.5;
    top: 40px;
    transform: none;
    height: 70px;
  }
  .svg.helperg-right {
    top: 43px;
  }

  .mobile-nav .sub-menu li.menu-item-type-post_type_archive > a {
    font-size: 12px;
    border: 1px solid rgba(255, 222, 89, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 25px;
    font-weight: 500;
    width: auto;
    padding: 0 25px;
    height: 30px;
  }
  .mobile-nav .sub-menu li.menu-item-type-post_type_archive > a::before {
    display: none;
  }
  .mobile-nav .sub-menu li.menu-item-type-post_type_archive > a:after {
    position: relative !important;
    margin: 0 !important;
    top: inherit !important;
    transform: none !important;
    font-size: 9px;
    right: 15px;
  }

  .mobile-nav .sub-menu li.menu-item-type-post_type_archive {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .mobile-nav ul li a.active + ul.sub-menu li.menu-item-type-post_type_archive {
    height: auto !important;
    border-radius: 0px;
    width: 100% !important;
    padding: 0 !important;
    flex-direction: row;
    align-items: start;
    display: flex !important;
    flex-wrap: wrap;
  }

  .mobile-nav .sub-menu li.menu-item-type-post_type_archive > a + ul.sub-menu {
    position: relative !important;
    padding: 30px 20px;
    gap: 0;
  }

  .mobile-nav
    .sub-menu
    li.menu-item-type-post_type_archive
    > a
    + ul.sub-menu
    li {
    background: transparent;
    border: none;
    width: 100%;
    height: auto !important;
    min-height: auto;
    justify-content: start;
    text-align: right;
    padding-right: 20px !important;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav
    .sub-menu
    li.menu-item-type-post_type_archive
    > a
    + ul.sub-menu
    li:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffdc65;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -3px;
  }

  .mobile-nav
    ul
    li
    a.active
    + .sub-menu
    li.menu-item-type-post_type_archive
    > a
    + ul.sub-menu
    li
    a {
    color: #fff !important;
    border: none !important;
    /* width: 100%; */
    width: auto;
    display: inline-block;
    padding: 0 !important;
    height: auto !important;
    font-size: 17px;
    font-weight: normal;
  }

  .mobile-nav
    ul
    li
    a.active
    + .sub-menu
    li.menu-item-type-post_type_archive
    > a
    + ul.sub-menu
    li
    a::before {
    display: none;
  }
  .page-content {
    position: relative;
    overflow: hidden;
  }
}


/* General container styles */
.mgallery {
  padding: 60px 0;
  background-color: #f8f8f8; /* Light neutral background for construction theme */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Section title */
.section-title {
  font-family: 'Arial', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Gallery list */
.mgallery-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Gallery item */
.mgallery-list .item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.mgallery-list .item:hover {
  transform: translateY(-5px); /* Slight lift on hover */
}

/* Anchor tag */
.mgallery-list .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

/* Image */
.mgallery-list .item img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover; /* Ensures images fill the space without distortion */
  display: block;
}

/* Caption (span) */
.mgallery-list .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7); /* Semi-transparent black overlay */
  color: #fff;
  padding: 10px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  opacity: 0; /* Hidden by default */
  transform: translateY(100%); /* Slide up from bottom */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover effect to show caption */
.mgallery-list .item a:hover span {
  opacity: 1;
  transform: translateY(0); /* Slide into view */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mgallery-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .section-title {
    font-size: 2rem;
  }

  .mgallery-list .item img {
    height: 150px; /* Smaller height for tablets */
  }
}

@media (max-width: 480px) {
  .mgallery-list {
    grid-template-columns: 1fr  1fr; /* Single column on mobile */
  }
 
  .section-title {
    font-size: 1.5rem;
  }

  .mgallery-list .item img {
    height: 120px; /* Smaller height for mobile */
  }
}