:root {
  --main-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --header-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --depannage8-font-primary: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
  font-family: var(--depannage8-font-primary);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--depannage8-font-primary);
}

.elementor-kit,
.elementor-kit h1,
.elementor-kit h2,
.elementor-kit h3,
.elementor-kit h4,
.elementor-kit h5,
.elementor-kit h6,
.elementor-kit p,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor,
.elementor-button {
  font-family: var(--depannage8-font-primary);
}

.search-buttom svg {
  width: 22px;
  height: 21px;
}
.search-buttom svg path {
  fill: var(--main-color);
  transition: var(--trans);
  align-items: center;
}
.search-buttom {
    background: var(--box-color);
    transition: var(--trans);
    display: flex;
    padding: 7px 7px;
    cursor: pointer;
    align-items: center;
    border-radius: 7px;
}
.search-buttom:hover svg path {
  fill: var(--background-color);
  transition: var(--trans);
}

.box-search-mobile {
  position: fixed !important;
  height: 100% !important;
  background: var(--background-color);
  display: flex !important;
  padding: 10px !important;
  padding-top: 40px !important;
  transform: translateY(10000px);
  flex-direction: column !important;
  justify-content: flex-start !important;
  z-index: 9999999 !important;
}
.box-search-mobile.active {
  transform: translateY(0px);
}
button.close-btn {
    display: flex;
    width: 30px;
    position: absolute;
    background: #ffffff;
    color: #ff7777;
    border: 0px;
    font-size: 35px;
    line-height: 21px;
    height: 30px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.search-buttom {
  display: flex;
  transition: var(--trans);
}
.search-buttom:hover {
  background: var(--second-color);
  transition: var(--trans);
}
.header-sticky {
  transition: 0.5s ease;
}
.header-sticky.active {
  position: fixed;
  z-index: 999;
  right: auto;
  margin: auto !important;
  width: 100%;
  transition: 0.5s ease;
  animation: slideDown 0.5s ease-out forwards;
  top: 0;
}
@keyframes slideDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/********* header ******************************************/
.heder-desktop-left {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.heder-desktop-left p{
    margin: 0;
}
.heder-desktop-left a {
    display: flex;
    color: var(--body-color);
    padding: 0;
    gap: 7px;
    transition: var(--trans);
    margin-left: 10px;
    flex-direction: row-reverse;
    align-items: center;
    color: var(--main-color);
}
a.tel-header p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.tel-header p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
a.tel-header p span {
    font-size: 18px;
    font-weight: 600;
    direction: ltr;
}
a.tel-header svg {
    width: 28px;
    height: 28px;
}
a.tel-header svg path {
    fill: var(--main-color);
}





/************************** faq ********************/
/* Ø§Ø³ØªØ§ÛŒÙ„ Ú©Ù„ÛŒ FAQ */
.rank-math-faq .rank-math-list-item {
    overflow: hidden;
}

/* ØªÛŒØªØ± Ø³Ø¤Ø§Ù„ */
.rank-math-question {
    padding: 5px 10px;
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 7px;
    font-weight: 500;
    position: relative;
    user-select: none;
    color: #323232;
    font-size: 16px !important;
}
@media (max-width: 768px) {
h3.rank-math-question {
    font-size: 13px !important;
}
}
/* Ø¢ÛŒÚ©ÙˆÙ† Ø¨Ø§Ø²/Ø¨Ø³ØªÙ‡ */
.rank-math-question::after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    transition: 0.3s;
}
.rank-math-list-item {
    margin-bottom: 10px;
}
/* ÙˆÙ‚ØªÛŒ Ø¨Ø§Ø² Ø§Ø³Øª */
.rank-math-list-item.active .rank-math-question::after {
    content: "-";
}

/* Ù…Ø­ØªÙˆØ§ÛŒ Ø¬ÙˆØ§Ø¨ */
.rank-math-answer {
    padding: 10px;
    display: none;
    animation: fadeIn .3s ease;
    background: #fff;
    margin-top: 5px;
    border-radius: 7px;
    border: 1px solid #ddd;
}

/* Ø§Ù†ÛŒÙ…ÛŒØ´Ù† Ù†Ø±Ù… */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.pc-faq-wrapper {
    border: 1px solid #e3e5e8;
    padding: 15px;
    border-radius: 15px;
}
h2.pc-faq-title {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
a.tell-mobile span span {
    direction: ltr;
    display: inline-flex;
}





/***** footer ***********/
.elementor-2151 .elementor-element.elementor-element-1ae944e .elementor-icon-list-icon svg {
    fill: #ededed;
}
.footer span.elementor-icon-list-icon svg path {
  fill: #ededed;
}
.footer rect {
  stroke: #ededed;
}
.footer circle {
  stroke: #ededed;
}
@media (max-width: 768px) {
a.tell-mobile svg {
    width: 30px;
    height: 30px;
}
a.tell-mobile {
    background: var(--second-color);
    width: 95%;
    position: fixed;
    bottom: 10px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 15px;
    align-items: center;
	z-index:999;
}
}
/************************ home **********/
.img-back-color:before {
    background: #1e87f0 ;
    width: 250px;
    height: 300px;
    content: '';
    position: absolute;
    top: -60px;
    right: -5px;
    z-index: -1;
}
.elementor-element.elementor-element-7343400.elementor-widget__width-auto.elementor-absolute.animated-slow.elementor-widget.elementor-widget-image.animated.zoomIn {
    box-shadow: 6px -7px 20px 0px #0000001f;
}
.elementor-2451 .elementor-element.elementor-element-2ae28bd .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    padding: 15px;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:before {
    content: '';
    width: 150px;
    height: 200px;
    position: absolute;
    top: -55px;
    left: -5px;
    background: var(--second-color);
    z-index: -1;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:after {
    content: '';
    width: 150px;
    height: 200px;
    position: absolute;
    bottom: -55px;
    right: -5px;
    background: var(--second-color);
    z-index: -1;
}
.elementor-element.elementor-element-7343400.elementor-widget__width-auto.elementor-absolute.animated-slow.elementor-hidden-mobile.elementor-widget.elementor-widget-image.animated.zoomIn:before {
    content: '';
    background: var(--second-color);
    width: 150px;
    height: 200px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    z-index: -1;
}
.pro-slider .bdt-ep-carousel-thumbnail a img {
    border: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .img-back-color:before {
    top: -5px;
}
.img-back-color:after {
    background: #1e87f0 ;
    width: 120px;
    height: 100px;
    content: '';
    position: absolute;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:before {
    top: -5px;
}
.elementor-element.elementor-element-f4df3c9.elementor-widget__width-initial.elementor-widget.elementor-widget-image:after {
    bottom: -5px;
}
.elementor-2151 .elementor-element.elementor-element-1ae944e .elementor-icon-list-item:not(:last-child):after {
    border: 0px !important;
}
}

/*************** blog *******************/
.article h2 {
    background: #f8f8f8;
    border-radius: 7px;
    margin: 5px 0px;
    line-height: 1.8 !important;
    align-items: center;
    color: var(--main-color);
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}
.article h2:before {
    content: '';
    background: url('../svgs/left-arrow.svg');
    display: inline-block;
    background-size: auto;
    width: 20px;
    height: 20px;
    background-position: 0px center;
    background-repeat: no-repeat;
    filter: opacity(0.5);
    align-items: center;
    transform: rotate(180deg);
    align-content: center;
    line-height: 1.8 !important;
    position: absolute;
    left: 5px;
    top: 10px;
}
article figure {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 15px 0px !important;
    border-radius: 10px;
    padding: 10px;
}

article figure img {
  border-radius: 10px !important;
}


.hi-image img, .img-top img {
    color: grey;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 3s infinite !important;
}
@keyframes shimmer {
0% {
    mask-position: 140% 140%;
}
100% {
    mask-position: -20% -20%;
}
}

.post-article ul{
  max-width: 100%;
  box-sizing: border-box;
  padding-inline-start: 20px;
  overflow-wrap: break-word;
  word-break: break-word;
}
.post-article ul li
.post-article ul li a
 {
    list-style: circle;
    margin-right: -15px;
    border-bottom: 1px dashed #efefef;
    line-height: 2.5;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}
@media (max-width: 768px) {
  .contact-pro {
    flex-direction: column !important;
  }
  .contact-pro a {
    width: 100% !important;
  }
  article ul li {
    margin-right: -20px !important;
    line-height: 2 !important;
}
}
header.header-top:after {
    content: '';
    background: var(--second-color);
    width: 90%;
    height: 5px;
    margin: auto;
    border-radius: 49%;
    position: absolute;
    bottom: -3px;
    right: 5%;
    left: auto;
    z-index: -3;
}
.menu-list span.elementor-icon-list-icon svg path {
    fill: var(--main-color) !important;
}
.elementor-post__thumbnail.elementor-fit-height img {
    border-radius: 15px;
}
.elementor-post__card {
    padding: 10px;
}











/* -----------product----------- */

.contact-pro a:nth-child(1) span {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.contact-pro a:nth-child(1) {
    background: #ededed;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 15px;
    border-radius: 7px;
    gap: 10px;
    justify-content: space-between;
    transition: var(--trans);
}
.contact-pro a:nth-child(1) span {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.contact-pro {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-pro a:nth-child(2) {
    display: flex;
    align-content: space-between;
    gap: 10px;
    background: #ededed;
    padding: 15px;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    transition: var(--trans);
}
.contact-pro a:nth-child(2) span {
    display: flex;
    gap: 10px;
}
.contact-pro a:nth-child(3) {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    transition: var(--trans);
}
.contact-pro a:nth-child(3) span {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
a.quote-pro {
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #2d2d2d;
    color: #fff;
}
a.quote-pro path {
  fill: #fff;
}
.contact-pro a:nth-child(3):hover span svg path, .contact-pro a:nth-child(2):hover span svg path {
    fill: #fff;
}
.related-pro {
    font-size: 17px;
    margin-bottom: 15px;
}







/***************** pro archive ****************/
.elementor-widget-wc-archive-products li {
    border: 1px solid #ededed;
    padding: 15px !important;
    text-align: center;
}
a.a-estelam {
    background: #f2f2f2;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .elementor-widget-wc-archive-products li {
    padding: 10px !important;
}
a.a-estelam {
font-size: 12px;
}
a.a-estelam svg{
width: 20px;
height: 20px;
}
}
.cat-short-description {
    text-align: justify;
    font-size: 15px;
    line-height: 2;
    color: #555;
}
.archive .contact-pro {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
}
@media (min-width: 769px) {
    .contact-pro{
        flex-direction: column
    }

    .archive .contact-pro a {
    flex: 0 0 calc(50% - 10px);
}
}
.archive .contact-pro a:nth-child(1) {
    background: #30AF4A;
    color: #fff;
}
.archive .contact-pro a:nth-child(2) {
    background: #2d2d2d;
    color: #fff;
}
.archive .contact-pro a svg path {
    fill: #fff;
}
.archive .contact-pro a:hover {
    transform: translateY(-3px);
}
.contact-pro a:hover svg path {
    transition: var(--trans);
}

.post-type-archive-car .contact-pro,
.post-type-archive-services .contact-pro
{
    flex-direction: row;
}




.contact-pro a:nth-child(1) {
    background: #FFF;
    color: green;
    border: 1px solid green;
}
.contact-pro a:nth-child(1) svg > *
{
    fill: green;
}
.contact-pro a:nth-child(2) svg > *{
    fill: #fff;
}
.contact-pro a:nth-child(2) {
    background: #2d2d2d;
    color: #fff;
    border: 1px solid #2d2d2d;
}
.contact-pro a{
    transition:
        transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
}
.contact-pro a:hover
{
    transform: translateY(-5px);
}

.elementor-widget-image a {
    display: inline-block;
}
.elementor-widget-image img{
    display: inline-block;
    vertical-align: middle;
}



.elementor-widget-theme-post-content {
  overflow-x: hidden;
}

.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4,
.elementor-widget-theme-post-content h5,
.elementor-widget-theme-post-content h6
{
    margin-top: 10px;
    margin-bottom: 5px;
}

.amx-link-btn{
    padding-left: 0;
}
.relative{
    position:relative;
}
.amx-step-no{
    background: #fff;
}
.amx-step-no .elementor-heading-title{
    margin: 0 !important;
    color: #000 !important;
}
.amx-circle .elementor-icon{
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 100%;
    box-shadow: 0 0 5px #eee;
}
.amx-step-icon .elementor-icon{
    border-radius: 50%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: #ebebeb 0px 0px 5px 1px;
    margin-top: -10px;
}
.fix-read-more .elementor-button-link{
    padding-left: 0 !important;
}
.depannage8-brand{
    color: #de004a;
}

/* Modern Blockquote Style */
.elementor-widget-theme-post-content blockquote {
  position: relative;
  margin: 32px 0;
  padding: 24px 28px 24px 72px;
  background: #fef4f4;
  border-left: 5px solid #d73535;
  border-radius: 16px;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.elementor-widget-theme-post-content blockquote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 24px;
  font-size: 64px;
  line-height: 1;
  color: #d73535;
  font-family: Georgia, serif;
  opacity: 0.35;
}

.elementor-widget-theme-post-content blockquote p {
  margin: 0;
}

.elementor-widget-theme-post-content blockquote cite {
  display: block;
  margin-top: 14px;
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-widget-theme-post-content blockquote {
    padding: 22px 20px 22px 54px;
    font-size: 16px;
    border-radius: 14px;
  }

  .elementor-widget-theme-post-content blockquote::before {
    left: 18px;
    font-size: 48px;
  }
}


.elementor-widget-theme-post-content a {
  color: #cb2741;
  font-weight: 600;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color 0.25s ease, background-size 0.25s ease;
}

.elementor-widget-theme-post-content a:hover,
.elementor-widget-theme-post-content a:focus {
  color: #a91f35;
  background-size: 100% 2px;
}

.elementor-widget-theme-post-content a:focus-visible {
  outline: 2px solid rgba(203, 39, 65, 0.35);
  outline-offset: 3px;
  border-radius: 3px;
}

.elementor-widget-theme-post-content figure{
    width: 100% !important;
    display: block;
}


.amx-kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.amx-kicker .elementor-heading-title::before {
    content: "";
    width: 36px;
    height: 2px;
    background: #e4004d;
    border-radius: 20px;
}


/* #region Footer CSS */

.amx-footer-links{
    padding: 0;
    list-style: none;
    margin: 10px 0;
}

.amx-footer-links span{
margin-right: 5px;
}

.amx-footer-links svg{
    width: 12px;
    fill: #fff;
}

.amx-footer-description{
    color: rgb(255 255 255 / .72);
    line-height: 1.625;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}


.amx-footer-links a{
    color: rgb(255 255 255 / .72);
    line-height: 1.625;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
}



/* #endregion End Footer CSS */

/* #region Table */

.elementor-widget-theme-post-content .depannage8-table-wrapper{
    overflow: auto;
}

.elementor-widget-theme-post-content table {
    display: table;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.elementor-widget-theme-post-content table th,
.elementor-widget-theme-post-content table td {
    white-space: nowrap;
}


.elementor-widget-theme-post-content table thead {
  background: linear-gradient(135deg, #fef4f4, #fde2e2);
  color: #7f1d1d;
}


.elementor-widget-theme-post-content table a {
  color: #b91c1c;
  font-weight: 600;
  text-decoration: none;
}

.elementor-widget-theme-post-content table a:hover {
  color: #7f1d1d;
  text-decoration: underline;
}

.elementor-widget-theme-post-content table td {
  padding: 14px 18px;
  color: #4b2c2c;
  border-bottom: 1px solid #f6e3e3;
  vertical-align: middle;
}

.elementor-widget-theme-post-content table tbody tr:nth-child(even) {
  background: #fffafa;
}

.elementor-widget-theme-post-content table tbody tr:hover {
  background: #fef4f4;
}

.elementor-widget-theme-post-content table tbody tr:last-child td {
  border-bottom: none;
}

.elementor-widget-theme-post-content table th {
  padding: 15px 18px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #f2d6d6;
}

.elementor-widget-theme-post-content table thead {
  background: #fef4f4;
  color: #7f1d1d;
  box-shadow: inset 0px -1px 0px #eee, 
                0px 5px 5px -5px rgba(0,0,0,.1);
  position: relative;
}

.elementor-widget-theme-post-content table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.8;
  background: #ffffff;
  border: 1px solid #f3dada;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(120, 40, 40, 0.08);
  border-collapse: collapse;
  margin: 0 auto;
  border: 1px solid #eee;
}

/* #endregion */

  .elementor-widget-theme-post-content ul,
  .elementor-widget-theme-post-content ol {
    max-width: 100%;
    padding-inline-start: 1.4em;
  }

  .elementor-widget-theme-post-content ul li,
  .elementor-widget-theme-post-content ol li {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.7;
  }

  .elementor-widget-theme-post-content ul li a,
  .elementor-widget-theme-post-content ol li a {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-word;
  }



  #wpd-post-rating .wpd-rating-wrap .wpd-rating-title{
    font-size: 10px !important;
  }

/* Depannage8 WPML / multilingual helpers */
.depannage8-language-switcher ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.depannage8-language-switcher a {
  text-decoration: none;
}

.depannage8-language-switcher .is-active a {
  font-weight: 700;
}

.depannage8-rtl .elementor-widget-theme-post-content blockquote {
  border-left: 0;
  border-right: 5px solid #d73535;
  padding-left: 28px;
  padding-right: 72px;
}










/* NEW */

.about-sec2 .elementor-icon{
    background: #dadada;
    border-radius: 100%;
    padding: 5px;
}



/* Zone */

.zone-local-areas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.zone-local-area-chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f6fa;
    color: #10213f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid rgba(16, 33, 63, 0.08);
}

/* End Zone */