.menu-language-menu-container {
    display: none;
}

/* SINGLE SERVICE PAGE CUSTOM CSS START FROM HERE  */

.yoast-breadcrumbs.custom-breadcrumbs, p.color-heading {
    padding: 15px 20px 15px 20px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 15px;
    
}

.yoast-breadcrumbs.custom-breadcrumbs span, p.color-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

span.orange-text {
    color: var(--orange);
}

.cust-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.cust-list ul {
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 26px;
}

.cust-list ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/09/check-icon.svg);
    position: absolute;
    top: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    left: 0px;
}

.orange-bg .kt-inside-inner-col p {
    color: #fff;
}


.service-faq span.kt-blocks-accordion-title {
    font-size: 34px;
    line-height: 44px;
    font-weight: 400 !important;
}

@media only screen and (max-width : 1024px){
    .service-faq span.kt-blocks-accordion-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400 !important;
}
}

@media only screen and (max-width : 768px){
    .service-faq span.kt-blocks-accordion-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
}
}

/* ACCORDION  */

.inner-faq .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger {
    content: url(/wp-content/uploads/2025/09/arrow-icon.svg);
    display: inline-block;
    width: 73px;
    height: 73px;
    background: transparent !important;
    object-fit: contain;
    position: relative;
    /* transform: rotate(-43deg); */
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}
.inner-faq .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger{
	    width: 49px;
    height: 49px;
}
/* Remove background from ::after if used */
.inner-faq .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger::after {
    background: transparent !important;
}

/* Active state: only rotate, no position change */
.inner-faq .kt-accodion-icon-style-arrow 
.kt-blocks-accordion-header.kt-accordion-panel-active 
.kt-blocks-accordion-icon-trigger {
    transform: rotate(43deg);
}

.inner-faq .kt-blocks-accordion-title{
	font-family: "Plus Jakarta Sans" ;
}

.service-faq.last-faq button.kt-blocks-accordion-header {
    border-bottom: unset !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .inner-faq .kt-accodion-icon-style-arrow .kt-blocks-accordion-icon-trigger {
        width: 36px;
        height: 46px;
    }
}


/* Make the row a flex container */
/* .kt-row-column-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; /* keeps layout flexible on smaller screens */


/* Image container setup */
/* .img-container {
  display: flex;
  align-items: stretch;
} */

/* Image should follow container height */
/* .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none; 
} */

/* Responsive layout for mobile */
/* @media (max-width: 1024px) {
  .kt-row-column-wrap {
    flex-direction: column;
  } */

  /* .img-container img {
    height: auto;
    object-fit: contain;
  }
} */



/* SINGLE SERVICE PAGE CUSTOM CSS ENDS HERE  */


/* CITY SINGLE PAGE TEMPLATE */

.home-contact-container:hover h3 {
    transition: 0.4s all ease-in-out;
}

.home-contact-container:hover h3 {
    color: var(--orange) !important;
}

.image-is-svg.phone-icon {
    background: var(--orange);
    padding: 14px 13px 6px 13px;
    border-radius: 100%;
}

@media only screen and (max-width : 768px){
    .inner-phone-call-section {
    margin-left: 0 !important;
}
}

/* CITY SINGLE PAGE TEMPLATE ENDS*/


/* 404 Page Complete css */
  
  div#content.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 100px 0px; */
  max-width: 1350px;
  margin: 0 auto;
  row-gap: 35px;
  }
  
  .page-404 {
  padding: 257px 60px 120px 60px;
  gap: 43px;
  flex-direction: column;
  align-items: center;
  }
  .page-404 h1 {
  text-align: center;
  }
  
  .page-404 img {
  width: 40% !important;
  }
  
  .anfrage-col.listandsell-button.error-btn a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: var(--orange);
  color: #fff;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  }
  
  .anfrage-col.listandsell-button.error-btn a:hover{
  background-color: #000;
  }
  .error-desc{
  text-align: center;
  }
  
  .anfrage-col.listandsell-button.error-btn {
  display: flex;
  justify-content: center;
  }
