/*

--blog post tamlate
--generic page tamlate
--404 page
-pages
--blog page
--search page
--archive page
--contact page
--home page
--about page
--services page
---service tamplate page
*/

/*--------------------------------pages--------------------------------*/
/*--------------------------------archive page-------------------------------*/
.archive_tamplate .articles {
  padding-top: 60px;
  position: relative;
}
.archive_tamplate .articles .container {
  flex-wrap: wrap;
  padding: 20px;
  gap: 34px;
  box-sizing: border-box;
}

.archive_tamplate .articles article.post {
  width: auto;
  max-width: 31%;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
}

.archive_tamplate .articles article.post .post-thumbnail {
  display: block;
  width: 100%;
  position: relative;
}

.archive_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 16px;
  background: #ffffff6b;
  box-sizing: border-box;
  font-weight: 600;
}

.archive_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a:hover {
  text-decoration: underline;
}

.archive_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a {
  font-size: 14px;
  color: #2c3e50;
}

.archive_tamplate .articles article.post .post-thumbnail img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -10px;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.archive_tamplate .articles article.post .header_text {
  padding: 20px 24px 0px;
}

.archive_tamplate .articles article.post .entry-title:hover a {
  color: #e67e22;
}
.archive_tamplate .articles article.post .entry-title a,
.archive_tamplate .articles article.post .entry-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 10px;
  color: #2c3e50;
}

.archive_tamplate .articles article.post .entry-meta {
  text-align: right;
  font-size: 14px;
  direction: rtl;
}

.archive_tamplate .articles article.post .entry-content p {
  line-height: 1.3;
  font-size: 16px;
}
.archive_tamplate .articles article.post .entry-content {
  padding: 0px 20px 10px;
}

.archive_tamplate .pagination {
  margin: auto;
}

.archive_tamplate .pagination .current {
  color: #e67e22;
  font-weight: 600;
  text-decoration: underline;
}

.archive_tamplate .back_to_blog a:hover {
  color: #2c3e50;
  text-decoration: underline;
}

.archive_tamplate .back_to_blog a {
  color: #e67e22;
}
/*--------------------------------search page-------------------------------*/
.serach_page_tamplate .articles {
  padding-top: 60px;
  position: relative;
}
.serach_page_tamplate .articles .container {
  flex-wrap: wrap;
  padding: 20px;
  gap: 34px;
  box-sizing: border-box;
}

.serach_page_tamplate .articles article.post {
  width: auto;
  max-width: 31%;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
}

.serach_page_tamplate .articles article.post .post-thumbnail {
  display: block;
  width: 100%;
  position: relative;
}

.serach_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 16px;
  background: #ffffff6b;
  box-sizing: border-box;
  font-weight: 600;
}

.serach_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a:hover {
  text-decoration: underline;
}

.serach_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a {
  font-size: 14px;
  color: #2c3e50;
}

.serach_page_tamplate .articles article.post .post-thumbnail img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -10px;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.serach_page_tamplate .articles article.post .header_text {
  padding: 20px 24px 0px;
}

.serach_page_tamplate .articles article.post .entry-title:hover a {
  color: #e67e22;
}
.serach_page_tamplate .articles article.post .entry-title a,
.serach_page_tamplate .articles article.post .entry-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 10px;
  color: #2c3e50;
}

.serach_page_tamplate .articles article.post .entry-meta {
  text-align: right;
  font-size: 14px;
  direction: rtl;
}

.serach_page_tamplate .articles article.post .entry-content p {
  line-height: 1.3;
  font-size: 16px;
}
.serach_page_tamplate .articles article.post .entry-content {
  padding: 0px 20px 10px;
}

.serach_page_tamplate .pagination {
  margin: auto;
}

.serach_page_tamplate .pagination .current {
  color: #e67e22;
  font-weight: 600;
  text-decoration: underline;
}

.serach_page_tamplate .back_to_blog a:hover {
  color: #2c3e50;
  text-decoration: underline;
}

.serach_page_tamplate .back_to_blog a {
  color: #e67e22;
}

/*--------------------------------blog page-------------------------------*/
.blog_page_tamplate .articles {
  padding-top: 30px;
  position: relative;
}

.blog_page_tamplate .search-form .search-field {
  font-size: 18px;
  padding: 12px;
  border-radius: 10px;
  border: none;
  border: 1px solid #2c3e50;
}

.blog_page_tamplate .search-form .search-submit {
  border: none;
  margin-top: 0;
}

.blog_page_tamplate .articles .container {
  flex-wrap: wrap;
  padding: 20px 20px 60px;
  gap: 34px;
  box-sizing: border-box;
}

.blog_page_tamplate .articles article.post {
  width: auto;
  max-width: 31%;
  box-shadow: 0px 4px 20px 0px #00000040;
  border-radius: 16px;
  overflow: hidden;
  padding: 0px;
  box-sizing: border-box;
}

.blog_page_tamplate .articles article.post .post-thumbnail {
  display: block;
  width: 100%;
  position: relative;
}

.blog_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 16px;
  background: #ffffff6b;
  box-sizing: border-box;
  font-weight: 600;
}

.blog_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a:hover {
  text-decoration: underline;
}

.blog_page_tamplate
  .articles
  article.post
  .post-thumbnail
  .entry-categories-tags
  a {
  font-size: 14px;
  color: #2c3e50;
}

.blog_page_tamplate .articles article.post .post-thumbnail img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: -10px;
  padding: 0;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.blog_page_tamplate .articles article.post .header_text {
  padding: 20px 24px 0px;
}

.blog_page_tamplate .articles article.post .entry-title:hover a {
  color: #e67e22;
}
.blog_page_tamplate .articles article.post .entry-title a,
.blog_page_tamplate .articles article.post .entry-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 10px;
  color: #2c3e50;
}

.blog_page_tamplate .articles article.post .entry-meta {
  text-align: right;
  font-size: 14px;
  direction: rtl;
}

.blog_page_tamplate .articles article.post .entry-content p {
  line-height: 1.3;
  font-size: 16px;
}
.blog_page_tamplate .articles article.post .entry-content {
  padding: 0px 20px 10px;
}

.blog_page_tamplate .pagination {
  margin: auto;
}

.blog_page_tamplate .pagination .current {
  color: #e67e22;
  font-weight: 600;
  text-decoration: underline;
}

/*--------------------------------home page--------------------------------*/
#home_hero {
  position: relative;
  width: 100%;
  padding: 160px 0;
}

#home_hero .hero_content {
  flex-direction: column;
  align-items: center;
}

#home_hero #video_box video {
  width: 100vw;
  height: auto;
}
#home_hero #video_box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;

  z-index: -1;
}

#home_hero #video_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

#home_hero h1 {
  color: #fff;
  margin-bottom: 40px;
}

#home_hero p {
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
}

.cto_button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.cto_button.dark {
  background-color: #2c3e50;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0px #00000029;

  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  margin-top: 50px;
  transition: all 0.4s ease;
}

.cto_button.dark:hover {
  background-color: #e67e22;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  transform: scale(1.05);
}
.cto_button.orange {
  background-color: #e67e22;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 4px 4px 4px 0px #00000029;

  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  margin-top: 50px;
  transition: all 0.4s ease;
}

.cto_button.orange:hover {
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  transform: scale(1.05);
}

#services {
  position: relative;
  padding: 88px 0;
  background: #f9f9f9;
}

#services .services_text {
  margin-bottom: 60px;
}

#services .services_text h2 {
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 20px;
}

#services .services_text p {
  font-size: 18px;
  line-height: 110%;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.services_cards.flex_box {
  flex-wrap: wrap;
  padding: 50px 20px;
  gap: 64px;
  justify-content: space-around;
}

.services_cards a {
  display: block;
}

.flip-card {
  width: 300px;
  height: 180px;
  perspective: 1000px; /* Provides the 3D effect */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.7s; /* Controls flip speed */
  transform-style: preserve-3d;
  border: 1px solid #2c3e50;
  border-radius: 8px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* For Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
  background-color: #e67e22;
  color: #2c3e50;
  display: flex;
  flex-direction: column;
}

.flip-card-front .front_top {
  width: 100%;
  height: calc(100% - 46px);
  display: flex;
}

.flip-card-front .front_top .icon_box {
  display: block;
  width: 95px;
  height: 90px;
  margin: auto;
  background: #fff;
  border-radius: 7px;
  box-shadow: 2px 2px 15px 0px #0000008f;
}

.flip-card-front .front_top .icon_box img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

.flip-card-front .fromt_bottom {
  width: 100%;
  height: 46px;
  border-radius: 0px 0px 9px 9px;
  background: #e5e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-front .fromt_bottom h3 {
  margin: 0;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}

.flip-card-back {
  background-color: #2c3e50;
  padding: 10px;
  color: white;
  transform: rotateY(180deg); /* Initial state of the back side */
}

.flip-card-back p {
  text-align: center;
}

#how_it_works {
  position: relative;
  padding: 88px 0 0;

  background: var(--back-grey-light, #7f8c8d33);
  overflow: hidden;
}

.page-template-page-service-maintenance-page #how_it_works {
  background: #fff;
}

#how_it_works .flex_box {
  flex-direction: column;
  align-items: center;
}

.hiw_animations {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* gap: 20px; */
  margin-top: 50px;
  width: 100%;
  padding: 0 16px;
}

.hiw_animation_box {
  width: 30%;
  max-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.animation_text {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: middle;
}

.hiw_text {
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.hiw_text p {
  text-align: center;
}

.logo-slider {
  direction: ltr;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 34px 0;
  background: transparent;

  margin-top: 160px;
}

.logo-track {
  direction: ltr;
  display: inline-block;
  white-space: nowrap;
  animation: scroll 40s linear infinite;
}

.logo-track img {
  height: 65px;
  margin: 0 3rem;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* .logo-track img:hover {
            transform: scale(1.2);
            } */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#reviews {
  position: relative;
  padding: 88px 0;
  background: #f9f9f9;
}

.reviews_headline {
  text-align: right;
  padding: 0 60px;
}

.reviews_box {
  padding: 60px;
}

#cta_banner {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)),
    url("../images/Depositphotos_122944692_L.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

#cta_banner .cta_in_box {
  width: 100%;
  padding: 0 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#cta_banner .cto_button {
  display: block;
  margin-top: 0;
}

#cta_banner h2 {
  margin: 0;
  max-width: 800px;
  text-align: right;
}

#cta_banner .flex_box {
  align-items: center;
}

.news_box {
  margin-top: 60px;
  justify-content: space-between;
  padding: 30px;
  gap: 24px;
}

.news_card {
  width: 33%;
  min-width: 300px;
  max-width: 450px;

  box-shadow: 0px 4px 20px 0px #00000040;

  border-radius: 8px;
  background: #fff;
  text-align: right;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news_image {
  overflow: hidden;
  border-radius: 8px;
}
.news_card img {
  width: 100%;
  height: auto;
  display: block;
}
.news_card .news_content {
  padding: 20px 30px;
  flex-grow: 1;
}
.news_card .news_content h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 10px;
}

.news_more {
  text-align: center;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.news_card .read_more {
  display: inline-block;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  color: #e67e22;
  text-decoration: none;
}
.news_card .read_more:hover {
  color: #2c3e50;
}

/*--------------------------------about page--------------------------------*/
#hero {
  background: linear-gradient(0deg, #2c3e50, #2c3e50);
  color: #fff;
  text-align: right;
}

#hero h1 {
  color: #fff;
  margin-bottom: 20px;
  text-align: right;
}

#hero h1 img {
  height: 42px;
  display: inline-block;
  width: auto;
}

#hero p {
  color: #fff;
  text-align: right;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  max-width: 600px;
  margin-top: 1rem;
  margin-bottom: 0;
}

#hero h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  margin-top: 1rem;
  color: #e67e22;
}

#hero .hero_content {
  overflow: visible;
  align-items: center;
}

#hero .cto_button {
  display: inline-block;
  margin-top: 40px;
}

#hero .cto_button:hover {
  background: #e67e22;
}

#who_are_we {
  background: #e5e8e8;
}

.who-we-are-paragraph {
  margin-bottom: 1rem;
}

.who-we-are-paragraph h4 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: right;
}

.who-we-are-paragraph p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: right;
}

.our_speciality_button {
  display: inline-block;
  margin: 40px auto 20px;
}

.svg_box svg {
  width: 100%;
  height: auto;
  display: block;
}

g[clip-path="url(#__lottie_element_908)"] > :last-child {
  visibility: hidden;
}

#about_bottom_cta {
  background: #e67e22;
  color: #2c3e50;
  text-align: center;
}

#about_bottom_cta p {
  font-size: 22px;
  line-height: 1.3;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

#about_bottom_cta .container {
  padding-bottom: 20px;
}

#about_bottom_cta .container .cto_button.dark:hover {
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  transform: scale(1.05);
}

.q_and_a_item {
  margin-bottom: 20px;
  text-align: right;
  box-shadow: 0px 5px 0px 0px #191a23;
  border-radius: 16px;
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #191a23;
  cursor: pointer;
}

.q_and_a_item.open {
  background: #e67e22;
}

.q_and_a_item .top {
  display: flex;
  justify-content: space-between;
}

.q_and_a_item .top .plusminus {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  border: 1px solid #2c3e50;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
}

.q_and_a_item .top .plusminus .minus {
  display: none;
  transform: translateY(-4px);
}

.q_and_a_item .top .plusminus .plus {
  display: block;
}

.q_and_a_item.open .top .plusminus .minus {
  display: block;
}

.q_and_a_item.open .top .plusminus .plus {
  display: none;
}

.q_and_a_item .bottom {
  margin-top: 16px;
  padding: 0; /* start collapsed */
  border-top: 1px solid #2c3e50;
  max-height: 0; /* instead of height */
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease,
    padding 0.4s ease;
}

.q_and_a_item.open .bottom {
  max-height: 500px; /* large enough to fit content */
  padding: 16px 0; /* restore padding during animation */
  opacity: 1;
}

/*--------------------------------services page--------------------------------*/

/*--------------------------------service tamplate page--------------------------------*/

.service_tamplate #hero .page-title {
  margin-bottom: 50px;
}
.service_tamplate #hero .accent_text {
  margin-bottom: 30px;
}

.service_tamplate #hero .accent_text * {
  color: #e67e22;
  margin: 0;
}

.service_tamplate #hero .price_box {
  margin-top: 30px;
}

.service_tamplate #hero .price_box .price_num {
  font-size: 26px;
  font-weight: bold;
  color: #e67e22;
}

.service_tamplate #hero .price_box .price_num .big_num {
  font-size: 50px;
}

.service_tamplate #hero .hero_content {
  align-items: center;
}

.service_tamplate .animation_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: middle;
}

.service_tamplate .animation_description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-align: center;
  vertical-align: middle;
}

.service_tamplate .service_description_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.service_tamplate .service_description_cards {
  margin-top: 40px;
  padding: 60px 20px;
  gap: 34px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_tamplate .service_description_card {
  max-width: 48%;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-radius: 15px;
  box-shadow: 0px 0px 12px 0px #0000007a;
  background: #f9f9f9;
  align-items: center;
  gap: 20px;
}

.service_tamplate .service_description_card .card_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
}
.service_tamplate .service_description_card .icon_box {
  /* margin-left: 16px; */
}

.service_tamplate .service_description_card .icon_box img {
  display: block;
  width: 74px;
  height: auto;
}

/*--------------------------------contact page--------------------------------*/

.contact_page_tamplate #hero p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.contact_page_tamplate .contact_form_box {
  margin-top: 40px;
  max-width: 600px;
}

.contact_page_tamplate .contact_form_box .flex_box {
  position: relative;
  gap: 24px;
}

.contact_page_tamplate #hero h1 {
  font-size: 44px;
}

/*--------------------------------404 page--------------------------------*/
.error_404_page_tamplate .error-page-content {
  padding: 60px 0;
}

.error_404_page_tamplate .error-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.error_404_page_tamplate .search-container {
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}

.error_404_page_tamplate .helpful-links {
  margin-top: 40px;
}

.error_404_page_tamplate .helpful-links h2 {
  text-align: center;
  margin-bottom: 40px;
}

.error_404_page_tamplate .links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 20px;
}

.error_404_page_tamplate .link-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px #00000040;
}

.error_404_page_tamplate .link-box h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.error_404_page_tamplate .link-box p {
  text-align: center;
}
.error_404_page_tamplate .link-box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: right;
}

.error_404_page_tamplate .link-box ul li {
  margin-bottom: 10px;
}

.error_404_page_tamplate .link-box ul li a {
  color: #2c3e50;
  text-decoration: none;
}

.error_404_page_tamplate .link-box ul li a:hover {
  color: #e67e22;
}

.error_404_page_tamplate .link-box .cto_button {
  margin-top: 20px;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger-icon {
  display: block;
  width: 30px;
  height: 3px;
  background: #2c3e50;
  position: relative;
  transition: background 0.3s ease;
}

.hamburger-icon::before,
.hamburger-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #2c3e50;
  left: 0;
  transition: transform 0.3s ease;
}

.hamburger-icon::before {
  top: -8px;
}

.hamburger-icon::after {
  bottom: -8px;
}

.mobile-menu-toggle.is-active .hamburger-icon {
  background: transparent;
}

.mobile-menu-toggle.is-active .hamburger-icon::before {
  transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.is-active .hamburger-icon::after {
  transform: rotate(-45deg) translate(7px, -7px);
}

.submenu-toggle {
  display: none;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0; /* Changed from right to left for RTL */
  top: 5px;
  cursor: pointer;
}
.submenu-toggle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #2c3e50;
  border-bottom: 2px solid #2c3e50;
  transform: rotate(45deg);
  margin: 5px auto;
  transition: transform 0.3s ease;
}

.submenu-toggle.is-active::before {
  transform: rotate(-135deg);
}

/* === Cross-Links (ראו גם) ============================================== */
/* Dark band between the bright reviews section and the orange bottom CTA. */
.cross-links {
  position: relative;
  padding: 36px 0 40px;
  background: #2c3e50;
  color: #fff;
}
.cross-links h2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right;
  color: #fff;
  margin: 0 0 24px;
}
.cross-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
.cross-links__item {
  text-align: right;
  line-height: 1.5;
}
.cross-links__link {
  display: inline;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.cross-links__link:hover,
.cross-links__link:focus {
  color: #fff;
  text-decoration: underline;
}
.cross-links__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.cross-links__separator {
  display: inline;
  color: #fff;
}
.cross-links__description {
  display: block;
  margin-top: 6px;
  color: #cbd5dc;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .cross-links__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cross-links {
    padding: 28px 0 32px;
  }
  .cross-links h2 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

/* Tablet Breakpoint (1024px) */
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 30px);
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .services_cards.flex_box {
    gap: 30px;
  }

  .flip-card {
    width: 280px;
  }

  .news_box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .news_card {
    width: 45%;
  }

  #site-header {
    padding: 15px 20px;
  }

  #primary-menu a {
    margin-left: 20px;
  }

  .service_tamplate .service_description_card {
    max-width: 100%;
  }

  .single_post_tamplate {
    flex-direction: column;
  }

  #secondary {
    position: static;
    width: 100%;
  }
}

/* Mobile Breakpoint (450px) */
@media screen and (max-width: 450px) {
  /* RTL-specific adjustments */
  #site-header {
    flex-direction: row; /* Change for mobile RTL layout */
  }

  .mobile-menu-toggle {
    margin-left: 10px; /* Space between hamburger and logo */
  }

  body.menu-open {
    overflow: hidden;
  }

  .main-navigation {
    right: -100%;
    left: auto;
    padding: 80px 20px 20px;
    text-align: right;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  }

  .main-navigation.is-active {
    right: 0;
    left: auto;
  }

  .submenu-toggle {
    right: auto;
    left: 0;
  }

  #primary-menu .sub-menu {
    border-right: 4px solid #e67e22;
    border-left: none;
    padding-right: 15px;
    padding-left: 0;
  }

  #primary-menu a {
    text-align: right;
  }
  .container {
    width: calc(100% - 20px);
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
  }

  p {
    font-size: 16px;
  }

  .mobile-menu-toggle {
    display: block;
  }

  #site-header {
    padding: 10px 15px;
  }

  .main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px 20px;
    transition: right 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
  }

  .main-navigation.is-active {
    right: 0;
  }

  #primary-menu {
    flex-direction: column;
    padding: 0;
  }

  #primary-menu a {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }

  #primary-menu .menu-item {
    position: relative;
  }

  #primary-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-right: none;
    box-shadow: none;
    padding: 0;
  }

  #primary-menu .sub-menu.is-active {
    max-height: 500px;
  }

  .submenu-toggle {
    display: block;
  }

  .services_cards.flex_box {
    padding: 20px 0;
  }

  .flip-card {
    width: 100%;
  }

  .news_box {
    padding: 15px;
  }

  .news_card {
    width: 100%;
    min-width: auto;
  }

  .service_tamplate .service_description_card {
    padding: 15px;
  }

  .hiw_animations {
    flex-direction: column;
  }

  .hiw_animation_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  #footer_menu nav ul {
    flex-direction: column;
    gap: 10px;
  }

  footer #footer_widget_area .flex_box {
    flex-direction: column;
  }

  footer #footer_widget_area .widget {
    width: 100%;
    margin-bottom: 30px;
  }

  #cta_banner .cta_in_box {
    flex-direction: column;
    gap: 30px;
  }

  #cta_banner h2 {
    text-align: center;
  }

  .error_404_page_tamplate .links-grid {
    grid-template-columns: 1fr;
  }
}
/*--------------------------------generic page tamlate--------------------------------*/

.generic_page_tamplate .page_content {
  padding: 60px 20px 80px;
  box-sizing: border-box;
  text-align: right;
  font-size: 18px;
  line-height: 1.3;
}
/*--------------------------------blog post tamlate--------------------------------*/

.single_post_tamplate {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  overflow: visible;
  padding-top: 60px;
  margin-bottom: 80px;
}

.single_post_tamplate .post {
  flex-grow: 1;
}

.related_posts {
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  background: #f9f9f9;
  box-shadow: 0px 0px 12px 0px #0000007a;
}

.related_posts h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 20px;
  color: #2c3e50;
}

.related-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-posts-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}

.related-posts-list li img {
  height: 40px;
  width: auto;
  display: block;
}

.related-posts-list li h3 a {
  color: #2c3e50;
}
.related-posts-list li h3 a:hover {
  color: #e67e22;
}
.related-posts-list li h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 10px;
  text-align: right;
  color: #2c3e50;
}

#secondary {
  position: sticky;
  top: 100px;
  padding: 0px;
  height: fit-content;
}

.single-post h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  margin-bottom: 20px;
  color: #ffffff;
}

.single-post .post-thumbnail {
  position: relative;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px #0000007a;
}

.single-post .post-thumbnail .entry-categories-tags {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px 16px;
  background: #ffffff6b;
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 0px 0px 16px 16px;
}

.single-post header {
  padding-top: 0;
}

.share_post_box {
  margin-top: 40px;
  text-align: right;
}

.share_buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.share_buttons a:hover,
.share_buttons button:hover {
  transform: scale(1.1);
}

.share_buttons a,
.share_buttons button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.share_buttons button {
  padding: 4px;
}

.share_buttons img {
  width: 100%;
  display: block;
  height: auto;
}

.single-post .entry-meta {
  position: absolute;
  top: 0;
  right: 0;
  background: #2c3e50;
  padding: 10px 16px;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  box-sizing: border-box;
}

.single-post #hero p {
  color: #fff;
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  max-width: 400px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.single-post .article_footer {
  background: #e67e22;
  color: #2c3e50;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 80px;

  border-radius: 0px 0px 16px 16px;
}

.single-post .article_footer .nav-links {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.single-post .article_footer .nav-links a {
  color: #2c3e50;
  font-weight: 600;
  font-size: 16px;
}

.single-post .article_footer .nav-links a:hover {
  color: #fff;
  text-decoration: underline;
}

/* === Block 3 — Price comparison (Service - Maintenance template) =========== */
/* 3 tier cards. RTL: Standard right, Pro center (recommended), Business left.  */
.service_maintenance_tamplate #price_comparison {
  background: var(--back-grey-light, #7f8c8d33);
  padding: 80px 0 90px;
}
.service_maintenance_tamplate #price_comparison .price_comparison_headline {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #2c3e50;
  margin: 0 0 16px;
}

.service_maintenance_tamplate .price_comparison_intro p {
  text-align: center;
  font-weight: 700;
}
.service_maintenance_tamplate #price_comparison .price_comparison_intro {
  font-size: 18px;
  line-height: 1.5;
  color: #4a5568;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.service_maintenance_tamplate #price_comparison .price_comparison_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1140px;
  margin: 0 auto;
}
.service_maintenance_tamplate #price_comparison .price_card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  padding: 36px 28px 32px;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.05);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}
.service_maintenance_tamplate #price_comparison .price_card.recommended {
  border-top: 4px solid #e67e22;
  border-color: #e67e22;
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.12);
  z-index: 2;
}
.service_maintenance_tamplate #price_comparison .price_card .ribbon {
  position: absolute;
  top: 16px;
  left: 20px;
  background: #e67e22;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 6px rgba(230, 126, 34, 0.3);
}
.service_maintenance_tamplate #price_comparison .price_card_header {
  margin-bottom: 20px;
  text-align: center;
}
.service_maintenance_tamplate #price_comparison .tier_label {
  font-size: 32px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px;
}
.service_maintenance_tamplate #price_comparison .tier_tagline {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  color: #6b7280;
  margin: 0;
}
.service_maintenance_tamplate #price_comparison .tier_price_box {
  text-align: center;
  padding: 16px 0 20px;
  border-bottom: 1px solid #eef0f2;
  margin-bottom: 20px;
}
.service_maintenance_tamplate #price_comparison .tier_price {
  font-size: 44px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1;
}
.service_maintenance_tamplate #price_comparison .tier_period {
  display: block;
  font-size: 15px;
  color: #6b7280;
  margin-top: 6px;
}
.service_maintenance_tamplate #price_comparison .tier_meta {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.service_maintenance_tamplate #price_comparison .tier_description {
  font-weight: 500;
  font-size: 16px;
}
.service_maintenance_tamplate #price_comparison .tier_meta_item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px dashed #eef0f2;
}
.service_maintenance_tamplate #price_comparison .tier_meta_item:last-child {
  border-bottom: none;
}
.service_maintenance_tamplate #price_comparison .tier_meta .meta_label {
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}
.service_maintenance_tamplate #price_comparison .tier_meta .meta_value {
  color: #2c3e50;
  font-weight: 600;
  text-align: left;
}
.service_maintenance_tamplate #price_comparison .tier_features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  flex-grow: 1;
}
.service_maintenance_tamplate #price_comparison .tier_features li {
  position: relative;
  padding: 6px 26px 6px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}
.service_maintenance_tamplate #price_comparison .tier_features li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 14px;
  height: 6px;
  border-right: 3px solid #e67e22;
  border-bottom: 3px solid #e67e22;
  transform: rotate(-45deg) scaleX(-1);
}
.service_maintenance_tamplate #price_comparison .tier_cta {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.service_maintenance_tamplate #price_comparison .price_comparison_footnote {
  max-width: 820px;
  margin: 48px auto 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}
.service_maintenance_tamplate #price_comparison .price_comparison_footnote p {
  text-align: center;
  font-weight: 500;
}

/* Tablet: 2-col grid, recommended card no longer scales (would collide). */
@media (max-width: 1024px) {
  .service_maintenance_tamplate #price_comparison {
    padding: 64px 0 72px;
  }
  .service_maintenance_tamplate #price_comparison .price_comparison_headline {
    font-size: 30px;
  }
  .service_maintenance_tamplate #price_comparison .price_comparison_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 720px;
  }
  .service_maintenance_tamplate #price_comparison .price_card.recommended {
    transform: none;
  }
  .service_maintenance_tamplate #price_comparison .price_card.recommended {
    grid-column: 1 / -1;
    max-width: 360px;
    justify-self: center;
    order: -1;
  }
}

/* Phone: 1-col stacked, Pro first per brief. */
@media (max-width: 600px) {
  .service_maintenance_tamplate #price_comparison {
    padding: 48px 0 56px;
  }
  .service_maintenance_tamplate #price_comparison .price_comparison_headline {
    font-size: 26px;
  }
  .service_maintenance_tamplate #price_comparison .price_comparison_intro {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .service_maintenance_tamplate #price_comparison .price_comparison_cards {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
  .service_maintenance_tamplate #price_comparison .price_card {
    padding: 32px 22px 28px;
  }
  .service_maintenance_tamplate #price_comparison .price_card.recommended {
    grid-column: auto;
    max-width: none;
    justify-self: stretch;
  }
  .service_maintenance_tamplate #price_comparison .tier_price {
    font-size: 38px;
  }
}

/*---------------------- Home extras (front-page.php) ----------------------
  Trust signals, Studio pointer, Bottom CTA, Hero trust line.
  Co-located @media blocks per project canonical convention.
--------------------------------------------------------------------------*/

#home_hero .hero_trust_line {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 16px;
  opacity: 0.9;
}

/* --- Trust signals -------------------------------------------------------*/

#trust_signals {
  position: relative;
  padding: 88px 0;
  background: var(--back-grey-light, #7f8c8d33);
}
#trust_signals .trust_cards {
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 20px;
}
#trust_signals .trust_card {
  flex: 1 1 calc(25% - 18px);
  max-width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  border-radius: 15px;
  box-shadow: 0 0 12px 0 #0000001a;
  background: #f9f9f9;
  gap: 14px;
}
#trust_signals .trust_card .icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 64px;
}
#trust_signals .trust_card .icon_box img {
  display: block;
  width: 80px;
  height: auto;
}
#trust_signals .trust_card .card_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 12px 0;
  text-align: center;
}
#trust_signals .trust_card .card_text {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  text-align: center;
  color: #2c3e50;
}

@media (max-width: 1024px) {
  #trust_signals {
    padding: 60px 0;
  }
  #trust_signals .trust_card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  #trust_signals {
    padding: 44px 0;
  }
  #trust_signals .trust_cards {
    gap: 16px;
  }
  #trust_signals .trust_card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* --- Studio pointer ------------------------------------------------------*/

#studio_pointer {
  position: relative;
  padding: 56px 0;
  background: #2c3e50;
  text-align: right;
}
#studio_pointer .container {
  max-width: 900px;
}
#studio_pointer .studio_pointer_question {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
}
#studio_pointer .studio_pointer_body {
  font-size: 17px;
  line-height: 1.55;
  color: #fff;
  margin: 0;
}
#studio_pointer .studio_pointer_link {
  color: #e67e22;
  font-weight: 700;
  text-decoration: none;
  margin-right: 4px;
  white-space: nowrap;
}
#studio_pointer .studio_pointer_link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  #studio_pointer {
    padding: 44px 0;
  }
  #studio_pointer .studio_pointer_question {
    font-size: 20px;
  }
  #studio_pointer .studio_pointer_body {
    font-size: 16px;
  }
}

/* --- Bottom CTA (Home) ---------------------------------------------------
   Mirrors #about_bottom_cta visual contract (orange band + dark button).
--------------------------------------------------------------------------*/

#bottom_cta {
  background: #e67e22;
  color: #2c3e50;
  text-align: center;
  padding: 60px 0;
}
#bottom_cta .container {
  padding-bottom: 20px;
}
#bottom_cta h2 {
  color: #2c3e50;
  margin-bottom: 16px;
}
#bottom_cta p {
  font-size: 22px;
  line-height: 1.3;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
#bottom_cta .cto_button.dark:hover {
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  transform: scale(1.05);
}

@media (max-width: 600px) {
  #bottom_cta {
    padding: 44px 0;
  }
  #bottom_cta p {
    font-size: 18px;
  }
}

/* ============================================================================
   About page (page-about-page.php) - Sec 3 / 4 / 5 / 6 scoped rules
   Added 2026-05-17 for the voice-rewrite + new-sections execution.
   ============================================================================ */

/* --- Sec 5: Promise card (replaces the single-line .animation_text caption
       inside each #how_it_works .hiw_animation_box on About) ----------------- */
.promise_card {
  margin-top: 20px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  max-width: 300px;
}
.promise_card .promise_leader {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #2c3e50;
  margin-bottom: 8px;
}
.promise_card .promise_body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #34495e;
}
@media (max-width: 600px) {
  .promise_card {
    max-width: 100%;
  }
  .promise_card .promise_leader {
    font-size: 18px;
    line-height: 26px;
  }
}

/* --- Sec 3: #our_speciality whatido paragraphs ---------------------------- */
#our_speciality .whatido-paragraphs {
  max-width: 900px;
  margin: 0 auto;
}
#our_speciality .whatido-paragraph {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}
#our_speciality .whatido-paragraph:last-child {
  margin-bottom: 0;
}
#our_speciality .button_box {
  justify-content: center;
  gap: 24px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  #our_speciality .whatido-paragraph {
    font-size: 16px;
  }
}

/* --- Sec 4: #wp_ai_edge --------------------------------------------------- */
#wp_ai_edge {
  background: var(--back-grey-light, #7f8c8d33);
}
#wp_ai_edge .section-content {
  max-width: 900px;
  margin: 0 auto;
}
#wp_ai_edge .wp-ai-paragraph {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}
#wp_ai_edge .wp-ai-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  #wp_ai_edge .wp-ai-paragraph {
    font-size: 16px;
  }
}

/* --- Sec 6: #specialists (dark transition band) --------------------------- */
#specialists {
  background: #2c3e50;
  color: #fff;
  padding-top: 36px;
  padding-bottom: 40px;
  text-align: center;
}
#specialists .section-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 16px;
}
#specialists .specialists-paragraph {
  color: #cbd5dc;
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #specialists {
    padding-top: 28px;
    padding-bottom: 32px;
  }
  #specialists .section-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #specialists .specialists-paragraph {
    font-size: 16px;
  }
}

/* ========================================================================
   STUDIO TEMPLATE - 2026-05-18 Sec 4 / 5 / 6
   #process (4-step build workflow) + #trust_beats (4 promise_card grid) +
   #studio_filter (dark transition band mirroring About #specialists).
   ======================================================================== */

/* --- Sec 4: #process (4-step big-build workflow) ------------------------- */
#process {
  padding: 72px 0 80px;
}
#process .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 48px;
  color: #2c3e50;
}
.process-steps {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 880px;
}
.process-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  padding: 28px 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.process-step:last-child {
  margin-bottom: 0;
}
.process-step__number {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e67e22;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.process-step__content {
  flex: 1;
  min-width: 0;
}
.process-step__leader {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.3;
  margin-bottom: 8px;
}
.process-step__body {
  font-size: 16px;
  line-height: 1.7;
  color: #34495e;
  margin: 0;
}
@media (max-width: 1024px) {
  #process {
    padding: 56px 0 64px;
  }
  #process .section-title {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
@media (max-width: 600px) {
  #process .section-title {
    font-size: 24px;
  }
  .process-step {
    gap: 16px;
    padding: 22px 20px;
  }
  .process-step__number {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }
  .process-step__leader {
    font-size: 18px;
  }
}

/* --- Sec 5: #trust_beats (4-card "למה אני" grid on grey-light bg) -------- */
#trust_beats {
  padding: 72px 0 80px;
  background: var(--back-grey-light, #7f8c8d33);
}
#trust_beats .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 48px;
  color: #2c3e50;
}
.trust-beats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}
/* Studio-scoped: promise_cards inside #trust_beats get white bg + padding so
   they stand out from the grey-light section. About uses .promise_card un-bg
   inside .hiw_animation_box which provides its own framing, so no regression. */
#trust_beats .promise_card {
  margin-top: 0;
  max-width: 100%;
  background: #fff;
  padding: 28px 24px;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1024px) {
  #trust_beats {
    padding: 56px 0 64px;
  }
  #trust_beats .section-title {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .trust-beats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  #trust_beats .section-title {
    font-size: 24px;
  }
  .trust-beats-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Sec 6: #studio_filter (selective filter dark band, mirrors #specialists) ---- */
#studio_filter {
  background: #2c3e50;
  color: #fff;
  padding: 44px 0 48px;
  text-align: center;
}
#studio_filter .section-title {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
#studio_filter .studio-filter-paragraph {
  color: #cbd5dc;
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #studio_filter {
    padding: 36px 0 40px;
  }
  #studio_filter .section-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  #studio_filter .studio-filter-paragraph {
    font-size: 16px;
  }
}
