/*
@File: Audeck Template Style

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - About CSS
** - Service Details CSS
** - Blog Details CSS
** - Cart CSS
** - Checkout CSS
** - Sign Up CSS
** - Sign In CSS
** - FAQ CSS
** - Coming Soon CSS
** - Terms & Conditions CSS
** - Contact CSS
** - Preloader CSS
** - Back to Top CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");
/*-- Default CSS --*/
body {
  font-family: "Poppins", sans-serif;
  color: #858584;
  background-color: #ffffff;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #333333;
}

p {
  line-height: 1.7;
}

a {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  text-decoration: none;
  color: #fdb819;
}

a:hover {
  color: #333333;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-50{
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

button:focus {
  outline: 0;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*-- End Default CSS --*/
/*------ Home One CSS ------*/
/*-- Navbar --*/
.navbar-light .navbar-brand .logo-two {
  display: none;
}

.main-nav {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav.menu-shrink {
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd91;
          box-shadow: 0px 0px 20px 0px #dddddd91;
}

.main-nav.menu-shrink .navbar-light {
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-nav nav {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav {
  margin-left: auto;
  margin-right: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a {
  color: #fdb819;
}

.main-nav nav .navbar-nav .nav-item a {
  color: #333333;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a:focus, .main-nav nav .navbar-nav .nav-item a.active {
  color: #fdb819;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  left: 50px;
  background: #ffffff;
  border-radius: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #333333;
  font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fdb819;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 0;
}

.main-nav nav .cmn-btn {
  width: 13%;
  text-align: right;
}

.main-nav nav .cmn-btn a {
  padding: 8px 20px 13px;
  margin-right: 0;
}

.main-nav nav .cmn-btn a i {
  font-size: 23px;
  top: 5px;
}

/*-- End Navbar --*/
/*-- Banner --*/
.banner-area {
  height: 870px;
  background-color: #030303;
  position: relative;
  overflow: hidden;
}

.banner-area:before {
  position: absolute;
  content: '';
  width: 800px;
  height: 1000px;
  right: -287px;
  top: -92px;
  background-color: #fdb819;
  opacity: 0.80;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}

.banner-area .banner-img img {
  position: absolute;
}

.banner-area .banner-img img:nth-child(1) {
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  top: 250px;
  left: 0;
  right: 0;
  opacity: .08;
}

.banner-area .banner-img img:nth-child(2) {
  right: 50px;
  top: 260px;
  max-width: 540px;
}

.banner-area .banner-text {
  margin-top: 35px;
  z-index: 1;
  position: relative;
}

.banner-area .banner-text h1 {
  margin-bottom: 26px;
  font-size: 55px;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  z-index: 1;
}

.banner-area .banner-text p {
  color: #ffffff;
  margin-bottom: 40px;
}

@-webkit-keyframes banner-car-ani {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes banner-car-ani {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.cmn-btn a {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  background-color: #fdb819;
  padding: 12px 20px;
  z-index: 1;
}

.cmn-btn a i {
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.cmn-btn .banner-btn-left {
  margin-right: 20px;
  position: relative;
}

.cmn-btn .banner-btn-left:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #333333;
  border-radius: 50% 50% 0 0;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: -1;
}

.cmn-btn .banner-btn-left:hover:before {
  opacity: 1;
  height: 100%;
  border-radius: 0;
}

.cmn-btn .banner-btn-right {
  background-color: transparent;
  padding: 0;
}

.cmn-btn .banner-btn-right:hover {
  color: #fdb819;
}

.cmn-btn .banner-btn-right i {
  color: #fdb819;
}

/*-- End Banner --*/
/*-- Address --*/
.address-area .row {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 20px 0px #dddddd8a;
          box-shadow: 0px 10px 20px 0px #dddddd8a;
  margin-top: -40px;
  position: relative;
}

.address-area .address-one:before {
  display: none;
}

.address-item {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -30px;
  position: relative;
}

.address-item:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 70px;
  right: 0;
  top: 80px;
  background-color: #faf5d4;
}

.address-item i {
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  color: #fdb819;
  background-color: #ffffff;
  font-size: 38px;
}

.address-item h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.address-item span {
  display: block;
  font-size: 14px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.address-item a {
  display: block;
  color: #858584;
}

.address-item a:hover {
  color: #fdb819;
}

/*-- End Address --*/
/*-- Process --*/
.section-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.section-title .sub-title {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 7px;
  margin-bottom: 20px;
}

.section-title .sub-title:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 35px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fdb819;
  z-index: -1;
  -webkit-transform: skewX(-28deg);
          transform: skewX(-28deg);
  margin-left: auto;
  margin-right: auto;
}

.section-title h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.process-area {
  position: relative;
  overflow: hidden;
}

.process-area .process-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 165px;
  max-width: 1035px;
  margin-right: auto;
  margin-left: auto;
}

.process-item {
  margin-bottom: 30px;
}

.process-item .process-inner {
  text-align: right;
  position: relative;
  padding-right: 80px;
}

.process-item .process-inner i {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 50px;
  z-index: 1;
  color: #000000;
}

.process-item .process-inner i:after {
  position: absolute;
  content: '';
  width: 45px;
  height: 50px;
  top: 0;
  right: -12px;
  background-color: #fdb819;
  z-index: -1;
}

.process-item .process-inner h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.process-item .process-inner p {
  margin-bottom: 0;
  font-size: 14px;
}

.process-item .process-one {
  margin-bottom: 100px;
}

.process-item .process-img {
  text-align: center;
}

.process-item .process-img img {
  -webkit-animation: process-type 25s infinite linear;
          animation: process-type 25s infinite linear;
  position: relative;
  top: -12px;
}

.process-item .process-two {
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
  margin-bottom: 100px;
}

.process-item .process-two i {
  left: 12px;
  right: unset;
}

.process-item .process-two i:after {
  left: -12px;
}

.process-item .process-three {
  padding-left: 80px;
  padding-right: 0;
  text-align: left;
}

.process-item .process-three i {
  left: 12px;
  right: unset;
}

.process-item .process-three i:after {
  left: -12px;
}

@-webkit-keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes process-type {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*-- End Process --*/
/*-- Service --*/
.service-item {
  margin-bottom: 30px;
}

.service-item:hover .service-content {
  max-width: 100%;
  background-color: #fdb819;
}

.service-item:hover .service-content i {
  color: #ffffff;
}

.service-item:hover .service-content .service-icon {
  color: #ffffff;
}

.service-item a {
  display: block;
}

.service-item .service-content {
  background-color: #000000;
  max-width: 320px;
  padding: 20px 15px 20px 20px;
  position: relative;
  margin-top: -100px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item .service-content i {
  display: inline-block;
  color: #fdb819;
  font-size: 55px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item .service-content .service-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 135px;
  opacity: .20;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.service-item .service-content h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}

.service-item .service-content p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
}

/*-- End Service --*/
/*-- Quality --*/
.quality-area {
  background-color: #000000;
  position: relative;
}

.quality-area .quality-img img {
  position: absolute;
}

.quality-area .quality-img img:nth-child(1) {
  left: 0;
  top: 0;
  height: 100%;
}

.quality-area .quality-img img:nth-child(2) {
  left: -111px;
  top: 0px;
  height: 100%;
}

.quality-area .quality-img img:nth-child(3) {
  bottom: -65px;
  left: 0;
  max-width: 780px;
  z-index: 1;
  -webkit-animation: quality-ani 8s infinite linear;
          animation: quality-ani 8s infinite linear;
}

@-webkit-keyframes quality-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes quality-ani {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.quality-content {
  max-width: 500px;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.quality-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.quality-content .section-title h2 {
  color: #ffffff;
}

.quality-content .section-title p {
  margin-left: 0;
  margin-top: 18px;
  color: #ffffff;
}

.quality-content .cmn-btn a {
  padding: 12px 20px;
}

.quality-content img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .10;
  -webkit-animation: quality-tyre 10s infinite linear;
          animation: quality-tyre 10s infinite linear;
}

@-webkit-keyframes quality-tyre {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-100px, 0px);
            transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes quality-tyre {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(-100px, 0px);
            transform: translate(-100px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

/*-- End Quality --*/
/*-- Work --*/
.sorting-menu {
  margin-bottom: 50px;
}

.sorting-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.sorting-menu ul li {
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: #000000;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 7px 20px;
  text-transform: uppercase;
  background-color: #ddd3;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 10px;
}

.sorting-menu ul li.mixitup-control-active, .sorting-menu ul li:hover {
  background-color: #fdb819;
  color: #ffffff;
}

.work-area .section-title {
  margin-bottom: 30px;
}

.work-area .work-item {
  margin-bottom: 30px;
  position: relative;
}

.work-area .work-item img {
  width: 100%;
}

.work-area .work-item:before {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .60;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-area .work-item:after {
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: .60;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.work-area .work-item:hover:before {
  width: 50%;
}

.work-area .work-item:hover:after {
  width: 50%;
}

.work-area .work-item:hover .cmn-btn {
  top: 46%;
  opacity: 1;
}

.work-area .work-item .cmn-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 54%;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
}

.work-area .work-item .cmn-btn a {
  padding: 12px 11px 12px 20px;
  margin-right: 0;
}

.work-area .work-item .cmn-btn a i {
  font-size: 19px;
  top: 4px;
}

/*-- End Work --*/
/*-- Feature --*/
.feature-area {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.feature-area .feature-img {
  position: relative;
  background-image: url("../img/home-one/feature-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.feature-area .feature-img:before {
  position: absolute;
  content: '';
  right: -170px;
  top: -70px;
  width: 285px;
  height: 700px;
  background-color: #000000;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}

.feature-area .feature-img img {
  display: none;
}

.feature-area .feature-shape img {
  position: absolute;
  right: 65px;
  bottom: 0;
  opacity: .10;
  -webkit-animation: process-type 25s infinite linear;
          animation: process-type 25s infinite linear;
  z-index: 1;
}

.feature-area .feature-content {
  max-width: 670px;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.feature-area .feature-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}

.feature-area .feature-content ul {
  margin: 0;
  padding: 0;
}

.feature-area .feature-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.feature-area .feature-content ul li:nth-child(1) {
  margin-left: 50px;
}

.feature-area .feature-content ul li:nth-child(2) {
  margin-left: 100px;
}

.feature-area .feature-content ul li:nth-child(3) {
  margin-bottom: 0;
  margin-left: 150px;
}

.feature-area .feature-content ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 27px;
  color: #000000;
  background-color: #fdb819;
  border-radius: 10px;
}

.feature-area .feature-content ul li h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}

.feature-area .feature-content ul li p {
  margin-bottom: 0;
  color: #aeadad;
  font-size: 14px;
  max-width: 380px;
}

/*-- End Feature --*/
/*-- Parts --*/
.parts-area {
  background-color: #f6f4f4;
}

.parts-view {
  text-align: center;
}

.parts-view a {
  display: inline-block;
  color: #fdb819;
  border: 1px solid #fdb819;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 20px;
}

.parts-view a:hover {
  background-color: #fdb819;
  color: #ffffff;
}

.parts-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 25px 35px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.parts-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.parts-item .parts-top {
  padding-bottom: 25px;
  border-bottom: 1px solid #fdb819;
  margin-bottom: 20px;
}

.parts-item h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.parts-item span {
  display: block;
  font-weight: 600;
  font-size: 22px;
  color: #fdb819;
  margin-bottom: 14px;
}

.parts-item .cmn-btn .banner-btn-left {
  margin-right: 0;
}

/*-- End Parts --*/
/*-- Engineer --*/
.engineer-area .owl-theme .owl-dots .owl-dot span {
  background: #333333;
}

.engineer-area .owl-theme .owl-dots .owl-dot.active span {
  background: #fdb819;
}

.engineer-item {
  text-align: center;
  margin-bottom: 30px;
}

.engineer-item:hover .engineer-bottom {
  background-color: #fdb819;
  max-width: 100%;
}

.engineer-item:hover .engineer-bottom h3 {
  color: #ffffff;
}

.engineer-item:hover .engineer-bottom span {
  color: #ffffff;
}

.engineer-item .engineer-bottom {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd59;
          box-shadow: 0px 0px 20px 0px #dddddd59;
  padding: 16px 15px 20px;
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -35px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.engineer-item .engineer-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.engineer-item .engineer-bottom span {
  display: block;
  font-size: 14px;
  color: #808291;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

/*-- End Engineer --*/
/*-- Review --*/
.review-area {
  background-color: #000000;
  position: relative;
  overflow: hidden;
}

.review-area .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}

.review-area .review-shape img {
  position: absolute;
  left: 0;
  top: 77px;
  opacity: .10;
  z-index: 1;
}

.review-area .review-bg {
  position: relative;
  background-image: url("../img/home-one/review/review-right.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.review-area .review-bg:before {
  position: absolute;
  content: '';
  left: -170px;
  top: -70px;
  width: 285px;
  height: 700px;
  background-color: #000000;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}

.review-area .review-bg img {
  display: none;
}

.review-area .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.review-area .review-slider {
  max-width: 650px;
  margin-left: auto;
  padding-right: 50px;
}

.review-area .review-slider .owl-prev {
  width: 25px;
  height: 25px;
  line-height: 28px !important;
  border-radius: 50% !important;
  border: 1px solid #fdb819 !important;
  color: #fdb819 !important;
  background-color: transparent !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 18px !important;
}

.review-area .review-slider .owl-prev:hover {
  color: #ffffff !important;
  background-color: #fdb819 !important;
}

.review-area .review-slider .owl-next {
  width: 25px;
  height: 25px;
  line-height: 28px !important;
  border-radius: 50% !important;
  border: 1px solid #fdb819 !important;
  color: #fdb819 !important;
  background-color: transparent !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 18px !important;
}

.review-area .review-slider .owl-next:hover {
  color: #ffffff !important;
  background-color: #fdb819 !important;
}

.review-area .review-slider .review-item {
  margin-bottom: 10px;
}

.review-area .review-slider .review-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 25px;
}

.review-area .review-slider .review-item p {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 35px;
}

.review-area .review-slider .review-item .review-inner {
  position: relative;
  padding-left: 85px;
  padding-top: 4px;
}

.review-area .review-slider .review-item .review-inner img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 65px;
}

.review-area .review-slider .review-item .review-inner h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}

.review-area .review-slider .review-item .review-inner span {
  margin-bottom: 0;
  font-style: 14px;
  color: #fdb819;
  display: block;
}

.review-area .video-wrap {
  position: absolute;
  top: 200px;
  right: 0;
  left: 235px;
  display: inline-block;
  text-align: center;
}

.review-area .video-wrap a {
  z-index: 10;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 130px;
  border-radius: 50%;
  position: relative;
  font-size: 70px;
  text-align: center;
  color: #fdb819;
  margin-left: auto;
  margin-right: auto;
}

.review-area .video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.review-area .video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.review-area .video-wrap a:hover {
  color: #ffffff;
}

.review-area .video-wrap a:hover:before {
  background-color: #fdb819;
}

.review-area .video-wrap a:hover:after {
  background-color: #fdb819;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*-- End Review --*/
/*-- Pricing --*/
.pricing-area {
  background-color: #f6f4f4;
}

.pricing-item {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 50px;
}

.pricing-item .pricing-top {
  background-color: #fdb819;
  padding: 30px 20px 25px;
}

.pricing-item .pricing-top h3 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 0;
}

.pricing-item .pricing-top p {
  font-weight: 600;
  font-size: 34px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.pricing-item .pricing-top p .dollar {
  font-weight: 700;
  font-size: 22px;
  position: absolute;
  left: -16px;
  top: 3px;
}

.pricing-item .pricing-top p .month {
  font-weight: 500;
  font-size: 16px;
}

.pricing-item .pricing-middle {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.pricing-item .pricing-middle:before {
  position: absolute;
  content: '';
  border-top: 25px solid transparent;
  border-right: 60px solid #fdb819;
  border-bottom: 25px solid transparent;
  left: -45px;
  top: -15px;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}

.pricing-item .pricing-middle:after {
  position: absolute;
  content: '';
  border-top: 25px solid transparent;
  border-left: 60px solid #fdb819;
  border-bottom: 25px solid transparent;
  right: -45px;
  top: -15px;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
}

.pricing-item .pricing-middle i {
  display: inline-block;
  text-align: center;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 90px;
  border-radius: 50%;
  color: #010101;
  background-color: #ffffff;
  border: 8px solid #fdb819;
  position: relative;
  top: -10px;
}

.pricing-item .pricing-bottom ul {
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}

.pricing-item .pricing-bottom ul li {
  list-style-type: none;
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}

.pricing-item .pricing-bottom ul li:last-child {
  margin-bottom: 0;
}

.pricing-item .pricing-bottom ul li i {
  display: inline-block;
  color: #fdb819;
  font-size: 20px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

/*-- End Pricing --*/
/*-- Blog --*/
.blog-area {
  padding-bottom: 200px;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd7a;
          box-shadow: 0px 0px 20px 0px #dddddd7a;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

.blog-item:hover .blog-top .blog-date {
  left: 0;
}

.blog-item .blog-top {
  position: relative;
}

.blog-item .blog-top a {
  display: block;
}

.blog-item .blog-top .blog-date {
  display: inline-block;
  text-align: center;
  background-color: #fdb819;
  padding: 7px 12px 8px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.blog-item .blog-top .blog-date p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

.blog-item .blog-top .blog-date span {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.blog-item .blog-bottom {
  padding: 22px 30px 26px;
}

.blog-item .blog-bottom h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-item .blog-bottom h3 a {
  color: #333333;
  display: block;
}

.blog-item .blog-bottom h3 a:hover {
  color: #fdb819;
}

.blog-item .blog-bottom ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-item .blog-bottom ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
}

.blog-item .blog-bottom ul li img {
  margin-right: 8px;
}

.blog-item .blog-bottom ul li a {
  display: inline-block;
  color: #808291;
  font-size: 14px;
}

.blog-item .blog-bottom ul li a:hover {
  color: #fdb819;
}

.blog-item .blog-bottom ul li:last-child {
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
}

.blog-item .blog-bottom ul li:last-child a {
  margin-top: 8px;
}

.blog-item .blog-bottom ul li:last-child a i {
  display: inline-block;
  font-size: 19px;
  position: relative;
  top: 4px;
}

/*-- End Blog --*/
/*-- Footer --*/
footer{
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.subscribe-area {
  background-color: #ffffff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 0px 20px 0px #dddddd7a;
          box-shadow: 0px 0px 20px 0px #dddddd7a;
  position: relative;
  top: -100px;
}

.subscribe-area .subscribe-shape img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.subscribe-area .validation-danger {
  color: #dc3545;
  font-size: 14px;
  margin-top: 10px;
}

.subscribe-area .validation-success {
  color: #28a745;
  font-size: 14px;
  margin-top: 10px;
}

.subscribe-area h2 {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 25px;
}

.subscribe-area form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subscribe-area form .form-control {
  height: 45px;
  border-radius: 0;
  border: 1px solid #fdb819;
  padding-left: 25px;
}

.subscribe-area form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fdb819;
}

.subscribe-area form ::-webkit-input-placeholder {
  color: #333333;
}

.subscribe-area form :-ms-input-placeholder {
  color: #333333;
}

.subscribe-area form ::-ms-input-placeholder {
  color: #333333;
}

.subscribe-area form ::placeholder {
  color: #333333;
}

.subscribe-area form .subscribe-btn {
  color: #ffffff;
  background-color: #fdb819;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  border-radius: 0;
  padding: 9px 18px 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.subscribe-area form .subscribe-btn:hover {
  color: #ffffff;
  background-color: #333333;
}

footer {
  background-color: #000000;
  position: relative;
}

footer .footer-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 190px;
  opacity: .20;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.footer-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.footer-item .footer-logo a {
  display: block;
}

.footer-item .footer-logo a img {
  margin: 25px 0;
  max-width: 70px;
}

.footer-item .footer-logo p {
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-item .footer-logo ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}

.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}

.footer-item .footer-logo ul li a {
  display: block;
  color: #ffffff;
  font-size: 24px;
}

.footer-item .footer-logo ul li a:hover {
  color: #fdb819;
}

.footer-item .footer-service h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
}

.footer-item .footer-service ul {
  margin: 0;
  padding: 0;
}

.footer-item .footer-service ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.footer-item .footer-service ul li:hover {
  margin-left: 10px;
}

.footer-item .footer-service ul li:hover a {
  color: #fdb819;
}

.footer-item .footer-service ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-service ul li a {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.footer-item .footer-service ul li a i {
  display: inline-block;
  font-size: 21px;
  position: relative;
  top: 4px;
}

.footer-item .footer-find ul li {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  padding-left: 27px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 17px;
}

.footer-item .footer-find ul li:last-child {
  margin-bottom: 0;
}

.footer-item .footer-find ul li:hover {
  color: #fdb819;
}

.footer-item .footer-find ul li:hover i {
  color: #fdb819;
}

.footer-item .footer-find ul li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ffffff47;
  margin-top: 70px;
}

.copyright-area .copyright-item p {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area .copyright-item p a {
  color: #fdb819;
  display: inline-block;
  font-weight: 600;
}

.copyright-area .copyright-item p a:hover {
  color: #ffffff;
}

.copyright-area .copyright-item ul {
  margin: 0;
  padding: 0;
}

.copyright-area .copyright-item ul li {
  list-style-type: none;
  display: inline-block;
}

.copyright-area .copyright-item ul li span {
  display: inline-block;
  color: #ffffff;
  margin-left: 4px;
  margin-right: 4px;
}

.copyright-area .copyright-item ul li a {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.copyright-area .copyright-item ul li a:hover {
  color: #fdb819;
}

.copyright-area .copyright-right {
  text-align: right;
}

/*-- End Footer --*/
/*----- End Home One CSS ------*/
/*----- Home Two CSS ------*/
/*-- Banner --*/
.banner-area-two {
  overflow: hidden;
}

.banner-area-two .banner-img img:nth-child(2) {
  z-index: 1;
}

.banner-area-two:before {
  position: absolute;
  content: '';
  width: 800px;
  height: 100%;
  right: 0;
  left: unset;
  background-color: #fdb819;
  opacity: 1;
  -webkit-clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
          clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
  display: none;
}

.banner-area-two:after {
  position: absolute;
  content: '';
  width: 800px;
  height: 100%;
  right: -120px;
  top: 0;
  background-color: #fdb819;
  -webkit-clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
          clip-path: polygon(90% 0, 100% 0%, 10% 100%, 0% 100%);
  display: none;
}

.banner-area-two .banner-text h1 {
  font-size: 55px;
}

/*-- End Banner --*/
/*-- Process --*/
.process-area-two .process-item .process-img {
  position: relative;
}

.process-area-two .process-item .process-img img:last-child {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: none;
          animation: none;
}

/*-- End Process --*/
/*-- Quality --*/
.quality-area-two .quality-img img:nth-child(3) {
  bottom: 0;
  left: 215px;
  max-width: 395px;
  z-index: 1;
  -webkit-animation: none;
          animation: none;
}

/*-- End Quality --*/
/*----- End Home Two CSS ------*/
/*----- Home Three CSS ------*/
/*-- Banner --*/
.banner-img-one {
  background-image: url("../img/home-three/banner-slider.jpg");
}

.banner-img-two {
  background-image: url("../img/home-three/banner-slider-two.jpg");
}

.banner-img-three {
  background-image: url("../img/home-three/banner-slider-three.jpg");
}

.banner-area-three {
  height: 900px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.banner-area-three:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #020202;
  opacity: 0.70;
}

.banner-area-three .banner-img img {
  position: absolute;
}

.banner-area-three .banner-img img:nth-child(1) {
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
  top: 250px;
  left: 0;
  right: 0;
  opacity: .08;
}

.banner-area-three .banner-img img:nth-child(2) {
  right: 50px;
  top: 300px;
  max-width: 500px;
  -webkit-animation: banner-car-ani 10s infinite linear;
          animation: banner-car-ani 10s infinite linear;
}

.banner-area-three .banner-text {
  max-width: 650px;
  margin-top: -80px;
  position: relative;
}

.banner-area-three .banner-text h1 {
  margin-bottom: 26px;
  font-size: 55px;
  color: #ffffff;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}

.banner-area-three .banner-text p {
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-area-three .video-wrap {
  text-align: center;
}

.banner-area-three .video-wrap a {
  z-index: 10;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 130px;
  border-radius: 50%;
  position: relative;
  font-size: 70px;
  text-align: center;
  color: #fdb819;
  margin-left: auto;
  margin-right: auto;
}

.banner-area-three .video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.banner-area-three .video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-area-three .video-wrap a:hover {
  color: #ffffff;
}

.banner-area-three .video-wrap a:hover:before {
  background-color: #fdb819;
}

.banner-area-three .video-wrap a:hover:after {
  background-color: #fdb819;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.banner-slider.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  background: #fdb819;
  border-radius: 5px;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 30px;
}

.banner-slider .owl-prev {
  position: absolute;
  top: 43%;
  left: 35px;
  width: 45px;
  height: 45px;
  font-size: 30px !important;
  line-height: 54px !important;
  border-radius: 50% !important;
  color: #fdb819 !important;
  background-color: #ffffff !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-slider .owl-prev:hover {
  color: #ffffff !important;
  background-color: #fdb819 !important;
}

.banner-slider .owl-next {
  position: absolute;
  top: 43%;
  right: 35px;
  width: 45px;
  height: 45px;
  font-size: 30px !important;
  line-height: 54px !important;
  border-radius: 50% !important;
  color: #fdb819 !important;
  background-color: #ffffff !important;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.banner-slider .owl-next:hover {
  color: #ffffff !important;
  background-color: #fdb819 !important;
}

/*-- End Banner --*/
/*-- Banner Call --*/
.banner-call {
  padding-top: 40px;
  padding-bottom: 45px;
  position: relative;
  margin-top: -145px;
  z-index: 1;
}

.banner-call:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: #fdb819;
  -webkit-clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 88% 0, 95% 100%, 0% 100%);
}

.banner-call .row {
  max-width: 1050px;
}

.banner-call .banner-call-content {
  position: relative;
  z-index: 1;
}

.banner-call .banner-call-content h3 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.banner-call .cmn-btn {
  text-align: right;
}

.banner-call .cmn-btn .banner-btn-left {
  color: #fdb819;
  background-color: #ffffff;
  margin-right: 0;
}

/*-- End Banner Call --*/
/*-- Quality --*/
.quality-area-three .quality-img img:nth-child(3) {
  bottom: 40px;
  left: 140px;
  max-width: 565px;
  -webkit-animation: none;
          animation: none;
}

/*-- End Quality --*/
/*----- End Home Three CSS ------*/
/*----- About CSS ------*/
/*-- Page Title --*/
.page-title-area {
  background-color: #030303;
  padding-top: 200px;
  padding-bottom: 130px;
  text-align: center;
  position: relative;
}

.page-title-area img {
  position: absolute;
  left: 0;
  right: 0;
  top: 87px;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  opacity: .20;
}

.page-title-area .page-title-content {
  position: relative;
}

.page-title-area .page-title-content h2 {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 14px;
}

.page-title-area .page-title-content ul {
  margin: 0;
  padding: 0;
}

.page-title-area .page-title-content ul li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #fdb819;
}

.page-title-area .page-title-content ul li i {
  display: inline-block;
  font-size: 22px;
  position: relative;
  top: 4px;
}

/*-- End Page Title --*/
/*-- Quality --*/
.quality-area-four {
  background-color: transparent;
  position: relative;
}

.quality-area-four .quality-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.quality-area-four:before {
  display: none;
}

.quality-area-four:after {
  display: none;
}

.quality-area-four .quality-img {
  position: relative;
  bottom: 0;
  max-width: 100%;
}

.quality-area-four .quality-img img {
  position: relative;
}

.quality-area-four .quality-img img:nth-child(1) {
  height: unset;
}

.quality-area-four .quality-img .video-wrap {
  position: absolute;
  top: 180px;
  right: -48px;
  left: unset;
  display: inline-block;
  text-align: center;
}

.quality-area-four .quality-img .video-wrap a {
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  line-height: 115px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}

.quality-area-four .quality-img .video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fdb819;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.quality-area-four .quality-img .video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fdb819;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.quality-area-four .quality-img .video-wrap a:hover {
  color: #ffffff;
}

.quality-area-four .quality-img .video-wrap a:hover:before {
  background-color: #333333;
}

.quality-area-four .quality-img .video-wrap a:hover:after {
  background-color: #333333;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.quality-area-four .quality-content {
  max-width: 455px;
  margin-left: 95px;
  padding-top: 0;
  padding-bottom: 0;
}

.quality-area-four .quality-content .section-title h2 {
  color: #333333;
}

.quality-area-four .quality-content .section-title p {
  color: #858584;
}

/*-- End Quality --*/
/*-- Footer --*/
.footer-area-two .footer-img {
  top: 60px;
}

/*-- End Footer --*/
/*----- End About CSS ------*/
/*----- Service Details CSS ------*/
/*-- Service Details --*/
.service-details-area .service-details-item {
  margin-bottom: 30px;
}

.service-details-area .service-details-item .service-details-left {
  margin-bottom: 50px;
}

.service-details-area .service-details-item .service-details-left h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.service-details-area .service-details-item .service-details-left h3:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #333333;
}

.service-details-area .service-details-item .service-details-left ul {
  margin: 0;
  padding: 0;
}

.service-details-area .service-details-item .service-details-left ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-left ul li i {
  font-size: 21px;
  position: relative;
  top: 4px;
}

.service-details-area .service-details-item .service-details-left ul li a {
  display: inline-block;
  color: #333333;
}

.service-details-area .service-details-item .service-details-left ul li a:hover {
  color: #fdb819;
}

.service-details-area .service-details-item .service-details-contact {
  margin-bottom: 0;
}

.service-details-area .service-details-item .service-details-contact ul li {
  color: #333333;
  margin-bottom: 20px;
}

.service-details-area .service-details-item .service-details-contact ul li:last-child {
  margin-bottom: 0;
}

.service-details-area .service-details-item .service-details-contact ul li i {
  margin-right: 5px;
}

.service-details-area .service-details-item .service-details-img img {
  width: 100%;
  margin-bottom: 20px;
}

.service-details-area .service-details-item .service-details-img h3 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 38px;
  position: relative;
  padding-bottom: 20px;
}

.service-details-area .service-details-item .service-details-img h3:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fdb819;
}

.service-details-area .service-details-item .service-details-img p {
  margin-bottom: 15px;
}

.service-details-area .service-details-item .service-details-img p:last-child {
  margin-bottom: 0;
}

.service-details-area .service-details-slider {
  margin-bottom: 30px;
}

.service-details-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.service-details-area .owl-theme .owl-dots .owl-dot span {
  background: #869791;
}

.service-details-area .owl-theme .owl-dots .owl-dot.active span {
  background: #fdb819;
}

.blog-area-two {
  padding-bottom: 70px;
}

/*-- End Service Details --*/
/*----- End Service Details CSS ------*/
/*----- Blog Details CSS ------*/
.blog-details-area {
  position: relative;
}

.blog-details-area .blog-details-shape {
  position: absolute;
  bottom: 150px;
  right: 0;
  max-width: 500px;
  opacity: .20;
}

.blog-details-item {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-img {
  position: relative;
  margin-bottom: 18px;
}

.blog-details-item .blog-details-img .date {
  display: inline-block;
  text-align: center;
  background-color: #fdb819;
  padding: 8px 18px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.blog-details-item .blog-details-img .date p {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.blog-details-item .blog-details-img .date span {
  display: inline-block;
  color: #ffffff;
}

.blog-details-item .blog-details-img img {
  margin-bottom: 25px;
}

.blog-details-item .blog-details-img ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-img ul li {
  list-style-type: none;
  display: inline-block;
  color: #fdb819;
  font-weight: 500;
  font-size: 14px;
  margin-right: 22px;
}

.blog-details-item .blog-details-img ul li:last-child {
  margin-right: 0;
}

.blog-details-item .blog-details-img ul li i {
  color: #fdb819;
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}

.blog-details-item .blog-details-img ul li a {
  display: inline-block;
  color: #fdb819;
}

.blog-details-item .blog-details-img ul li a:hover {
  color: #333333;
}

.blog-details-item .blog-details-head {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-head .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-head .row img {
  width: 100%;
}

.blog-details-item .blog-details-head h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 18px;
}

.blog-details-item .blog-details-head p {
  margin-bottom: 12px;
}

.blog-details-item .blog-details-head p:last-child {
  margin-bottom: 0;
}

.blog-details-item .blog-details-head ul {
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 445px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
}

.blog-details-item .blog-details-head ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}

.blog-details-item .blog-details-head ul li a {
  color: #858584;
}

.blog-details-item .blog-details-head ul li a:hover {
  color: #fdb819;
}

.blog-details-item .blog-details-head ul li a i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 1px;
}

.blog-details-item .blog-details-nav {
  padding-bottom: 100px;
}

.blog-details-item .blog-details-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-item .blog-details-nav ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

.blog-details-item .blog-details-nav ul li:last-child {
  text-align: right;
}

.blog-details-item .blog-details-nav ul li a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  border: 1px solid #fdb819;
  border-radius: 8px;
  padding: 8px 18px;
  text-align: center;
}

.blog-details-item .blog-details-nav ul li a:hover {
  color: #ffffff;
  background-color: #fdb819;
}

.blog-details-item .blog-details-form {
  padding: 45px 60px 50px;
  -webkit-box-shadow: 0px 0px 25px 0px #dddddd7a;
          box-shadow: 0px 0px 25px 0px #dddddd7a;
}

.blog-details-item .blog-details-form h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group {
  margin-bottom: 30px;
}

.blog-details-item .blog-details-form .form-group .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #fdb819;
  padding-left: 25px;
  font-size: 14px;
}

.blog-details-item .blog-details-form .form-group .form-control:focus {
  border: 1px solid #fdb819;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog-details-item .blog-details-form .form-group textarea {
  padding-top: 10px;
  height: auto !important;
}

.blog-details-item .blog-details-form .form-group ::-webkit-input-placeholder {
  color: #ababab;
}

.blog-details-item .blog-details-form .form-group :-ms-input-placeholder {
  color: #ababab;
}

.blog-details-item .blog-details-form .form-group ::-ms-input-placeholder {
  color: #ababab;
}

.blog-details-item .blog-details-form .form-group ::placeholder {
  color: #ababab;
}

.blog-details-item .blog-details-form .blog-details-form-btn {
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #ffffff;
  background-color: #fdb819;
  border-radius: 0;
  padding: 13px 40px;
}

.blog-details-item .blog-details-form .blog-details-form-btn:hover {
  background-color: #333333;
}

.blog-details-item .blog-details-search {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-search form {
  position: relative;
}

.blog-details-item .blog-details-search .form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #fdb819;
  padding-left: 25px;
}

.blog-details-item .blog-details-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #fdb819;
}

.blog-details-item .blog-details-search .search-btn {
  color: #ffffff;
  background-color: #fdb819;
  font-size: 20px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.blog-details-item .blog-details-search .search-btn:hover {
  background-color: #333333;
}

.blog-details-item .blog-details-recent {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-recent h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-recent .blog-details-inner {
  position: relative;
  padding-left: 125px;
  padding-top: 10px;
  margin-bottom: 35px;
}

.blog-details-item .blog-details-recent .blog-details-inner img {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-details-item .blog-details-recent .blog-details-inner a {
  display: block;
  font-weight: 600;
  color: #111111;
  font-size: 14px;
}

.blog-details-item .blog-details-recent .blog-details-inner a:hover {
  color: #fdb819;
}

.blog-details-item .blog-details-recent .blog-details-inner ul {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li {
  list-style-type: none;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fdb819;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li:last-child {
  text-align: right;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li a {
  display: block;
  color: #fdb819;
  font-weight: 400;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li a:hover {
  color: #333333;
}

.blog-details-item .blog-details-recent .blog-details-inner ul li i {
  display: inline-block;
  margin-right: 2px;
}

.blog-details-item .blog-details-category {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-category h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-category ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-category ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.blog-details-item .blog-details-category ul li:last-child {
  margin-bottom: 0;
}

.blog-details-item .blog-details-category ul li a {
  display: block;
  font-size: 16px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
}

.blog-details-item .blog-details-category ul li a:hover {
  color: #fdb819;
}

.blog-details-item .blog-details-category ul li a i {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 0;
}

.blog-details-item .blog-details-gallery {
  margin-bottom: 50px;
}

.blog-details-item .blog-details-gallery h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-gallery ul li {
  list-style-type: none;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-details-item .blog-details-gallery ul li a {
  display: block;
}

.blog-details-item .blog-details-gallery ul li a img {
  width: 100%;
}

.blog-details-item .blog-details-tag h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.blog-details-item .blog-details-tag ul {
  margin: 0;
  padding: 0;
}

.blog-details-item .blog-details-tag ul li {
  list-style-type: none;
  display: inline-block;
}

.blog-details-item .blog-details-tag ul li a {
  display: block;
  font-size: 15px;
  color: #333333;
  background-color: #e5e5e5;
  padding: 10px 20px;
  border-radius: 8px;
  margin-right: 6px;
  margin-bottom: 10px;
}

.blog-details-item .blog-details-tag ul li a:hover {
  color: #ffffff;
  background-color: #fdb819;
}

.blog-area-three {
  padding-bottom: 100px;
}

/*----- End Blog Details CSS ------*/
/*----- Cart CSS -----*/
.cart-wrap {
  text-align: center;
}

.cart-wrap .table {
  margin: 0;
}

.cart-wrap .table .thead {
  background-color: #fdb819;
}

.cart-wrap .table .thead tr .table-head {
  color: #ffffff;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.cart-wrap .table tr .table-item img {
  width: 50px;
}

.cart-wrap .table tr td {
  font-size: 15px;
  color: #333333;
}

.cart-wrap .table tr td a {
  color: #333333;
  display: block;
  font-weight: 700;
}

.cart-wrap .table tr td a:hover {
  color: #fdb819;
}

.cart-wrap .table td, .cart-wrap .table th {
  border: 1px solid #dee2e6;
  vertical-align: middle;
}

.cart-wrap .table > :not(:first-child) {
  border-top: 0;
}

.cart-wrap .shop-back {
  margin-bottom: 20px;
}

.cart-wrap .shop-back a {
  display: block;
  color: #333333;
  font-weight: 500;
  margin-top: 20px;
  font-size: 15px;
}

.cart-wrap .shop-back a:hover {
  color: #fdb819;
}

.cart-wrap .total-shopping h2 {
  color: #333333;
  font-size: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.cart-wrap .total-shopping h3 {
  color: #333333;
  font-size: 20px;
}

.cart-wrap .total-shopping h3 span {
  display: inline-block;
  margin-left: 70px;
}

.cart-wrap .total-shopping a {
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  background-color: #fdb819;
  font-size: 17px;
  padding: 15px 60px;
}

.cart-wrap .total-shopping a:hover {
  background-color: #333333;
}

/*----- End Cart CSS -----*/
/*----- Checkout CSS -----*/
.checkout-area .checkout-btn {
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #ffffff;
  background-color: #fdb819;
  border-radius: 0;
  padding: 13px 40px;
}

.checkout-area .checkout-btn:hover {
  background-color: #333333;
}

.checkout-item {
  border: 1px solid #dddddd40;
  margin-bottom: 30px;
}

.checkout-item h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
  background-color: #fdb819;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.checkout-item .checkout-one {
  max-width: 515px;
  margin: auto;
  padding-bottom: 20px;
}

.checkout-item .checkout-one label {
  color: #333333;
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 500;
}

.checkout-item .checkout-one .form-group {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.checkout-item .checkout-one .form-group .form-control {
  display: inline-block;
  width: 78%;
  background-color: #dddddd40;
  border: 1px solid transparent;
  border-radius: 0;
  height: 45px;
  font-size: 15px;
}

.checkout-item .checkout-one .form-group .form-control:focus {
  border: 1px solid #fdb819;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-item .checkout-two {
  max-width: 460px;
  margin: auto;
  padding-bottom: 45px;
}

.checkout-item .checkout-two h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.checkout-item .checkout-two p {
  font-size: 15px;
  margin-bottom: 10px;
}

.checkout-item .checkout-two .form-check {
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkout-item .checkout-two .form-check span {
  display: inline-block;
  color: #797979;
  font-size: 16px;
}

.checkout-item .checkout-two .form-check span a {
  color: #797979;
}

.checkout-item .checkout-two .form-check span a:hover {
  color: #333333;
}

.checkout-item .checkout-two .form-check .form-check-input {
  margin-top: 5px;
  width: 14px;
  height: 14px;
}

.checkout-item .checkout-two .text-center {
  position: relative;
}

.checkout-item .checkout-two .text-center:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 14px;
  background-color: #ddd;
}

.checkout-item .checkout-two .text-center span {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.checkout-item .checkout-two ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.checkout-item .checkout-two ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
}

.checkout-item .checkout-two ul li a {
  border: 1px solid transparent;
  display: block;
}

.checkout-item .checkout-two ul li a:hover {
  border: 1px solid #fdb819;
}

/*----- End Checkout CSS -----*/
/*----- Sign Up CSS -----*/
.signup-item {
  margin-bottom: 30px;
}

.signup-item h2 {
  margin: 0;
  color: #333333;
  margin-bottom: 15px;
  font-size: 35px;
}

.signup-item p {
  margin: 0;
  font-size: 15px;
  margin-bottom: 40px;
}

.signup-item h3 {
  margin: 0;
  color: #333333;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}

.signup-item ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.signup-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 6px;
}

.signup-item ul li:last-child {
  margin-right: 0;
}

.signup-item ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 39px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #fdb819;
  text-align: center;
}

.signup-item ul li a:hover {
  background-color: #333333;
}

.signup-item .form-group {
  margin-bottom: 30px;
  text-align: left;
}

.signup-item .form-group label {
  margin-bottom: 15px;
  color: #333333;
  font-size: 15px;
}

.signup-item .form-group .form-control {
  font-size: 15px;
  padding-left: 25px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #fdb819;
  background-color: #dddddd1f;
}

.signup-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.signup-item .form-group ::-webkit-input-placeholder {
  color: #545454;
}

.signup-item .form-group :-ms-input-placeholder {
  color: #545454;
}

.signup-item .form-group ::-ms-input-placeholder {
  color: #545454;
}

.signup-item .form-group ::placeholder {
  color: #545454;
}

.signup-item .signup-btn {
  font-weight: 600;
  margin-top: 10px;
  color: #ffffff;
  background-color: #fdb819;
  border-radius: 0;
  padding: 15px 45px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 15px;
}

.signup-item .signup-btn:hover {
  background-color: #333333;
}

.signup-item span {
  display: block;
  font-size: 14px;
  color: #858584;
  text-align: center;
}

.signup-item span a {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.signup-item span a:hover {
  color: #fdb819;
}

/*----- End Sign Up CSS -----*/
/*----- Sign In CSS -----*/
.login-item {
  max-width: 600px;
  margin: auto;
  padding: 40px 50px 40px 50px;
  -webkit-box-shadow: 0px 0px 40px 0px #dddddd7a;
          box-shadow: 0px 0px 40px 0px #dddddd7a;
}

.login-item .form-group {
  margin-bottom: 30px;
}

.login-item .form-group label {
  margin-bottom: 15px;
  color: #333333;
  font-size: 15px;
}

.login-item .form-group .form-control {
  font-size: 15px;
  padding-left: 25px;
  border-radius: 0;
  height: 50px;
  border: 1px solid #fdb819;
  background-color: #dddddd1f;
}

.login-item .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.login-item .form-group ::-webkit-input-placeholder {
  color: #545454;
}

.login-item .form-group :-ms-input-placeholder {
  color: #545454;
}

.login-item .form-group ::-ms-input-placeholder {
  color: #545454;
}

.login-item .form-group ::placeholder {
  color: #545454;
}

.login-item .login-btn {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  background-color: #fdb819;
  border-radius: 0;
  padding: 14px 45px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-bottom: 15px;
}

.login-item .login-btn:hover {
  background-color: #333333;
}

.login-item span {
  display: block;
  font-size: 14px;
  color: #858584;
  text-align: center;
}

.login-item span a {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
}

.login-item span a:hover {
  color: #fdb819;
}

/*----- End Sign In CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .faq-head h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 30px;
  margin-top: -7px;
}

.faq-area .faq-wrap {
  margin-bottom: 50px;
}

.faq-area .faq-wrap:last-child {
  margin-bottom: 30px;
}

.faq-area .accordion {
  padding-left: 0;
  margin: 0;
  padding: 0;
}

.faq-area .accordion p {
  font-size: 15px;
  display: none;
  padding: 20px 45px 15px 20px;
  margin-bottom: 0;
}

.faq-area .accordion a {
  color: #232323;
  font-size: 17px;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  padding: 15px 0 15px 18px;
  border: 1px solid #232323;
  border-radius: 8px 8px 0 0;
}

.faq-area .accordion a:hover {
  color: #333333;
}

.faq-area .accordion a:after {
  position: absolute;
  right: 20px;
  content: "+";
  top: 10px;
  color: #232323;
  font-size: 25px;
  font-weight: 700;
}

.faq-area .accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 30px;
}

.faq-area .accordion li:first-child {
  border-top: 0;
}

.faq-area .accordion li:last-child {
  margin-bottom: 0;
}

.faq-area .accordion li a.active {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}

.faq-area .accordion li a.active:after {
  content: "-";
  font-size: 25px;
  color: #ffffff;
}

/*----- End FAQ CSS -----*/
/*----- Coming Soon CSS -----*/
.coming-item {
  height: 100vh;
  text-align: center;
}

.coming-item h1 {
  font-size: 75px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 20px;
}

.coming-item p {
  margin-bottom: 40px;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.coming-item .coming-wrap {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner {
  text-align: center;
  background-color: #efefef;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.coming-item .coming-wrap .coming-inner h3 {
  font-size: 40px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
}

.coming-item .coming-wrap .coming-inner p {
  font-size: 16px;
  margin-bottom: 0;
}

.coming-item ul {
  margin: 0;
  padding: 0;
}

.coming-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}

.coming-item ul li a {
  display: block;
  color: #ffffff;
  background-color: #fdb819;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 50%;
  font-size: 16px;
}

.coming-item ul li a:hover {
  background-color: #333333;
}

/*----- End Coming Soon CSS -----*/
/*----- Terms & Conditions CSS -----*/
.privacy-area {
  padding-bottom: 50px;
}

.privacy-item {
  margin-bottom: 50px;
}

.privacy-item h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.privacy-item p {
  margin-bottom: 0;
}

.privacy-item ul {
  margin: 0;
  padding: 0;
}

.privacy-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 18px;
}

.privacy-item ul li i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  bottom: -2px;
}

.privacy-item ul li:last-child {
  margin-bottom: 0;
}

/*----- End Terms & Conditions CSS -----*/
/*----- Contact CSS -----*/
.contact-area .contact-item {
  margin-bottom: 30px;
}

.contact-area .contact-left h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-area .contact-left p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 25px;
}

.contact-area .contact-left ul {
  margin: 0;
  padding: 0;
}

.contact-area .contact-left ul li {
  list-style-type: none;
  display: block;
  color: #333333;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd69;
  padding-bottom: 20px;
}

.contact-area .contact-left ul li:last-child {
  margin-bottom: 0;
}

.contact-area .contact-left ul li i {
  font-size: 21px;
  color: #333333;
  margin-right: 5px;
  position: relative;
  bottom: -5px;
}

.contact-area .contact-left ul li a {
  display: inline-block;
  color: #333333;
}

.contact-area .contact-left ul li a:hover {
  color: #fdb819;
}

.contact-area .contact-right h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-area .contact-right .form-group {
  margin-bottom: 25px;
}

.contact-area .contact-right .form-group .form-control {
  border: 1px solid #fdb819;
  border-radius: 0;
  height: 50px;
  padding-left: 25px;
  font-size: 14px;
}

.contact-area .contact-right .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #333333;
}

.contact-area .contact-right .form-group textarea {
  height: auto !important;
  padding-top: 15px;
}

.contact-area .contact-right .form-group ::-webkit-input-placeholder {
  color: #333333;
}

.contact-area .contact-right .form-group :-ms-input-placeholder {
  color: #333333;
}

.contact-area .contact-right .form-group ::-ms-input-placeholder {
  color: #333333;
}

.contact-area .contact-right .form-group ::placeholder {
  color: #333333;
}

.contact-area .contact-right .form-group .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.contact-area .contact-right .contact-btn {
  background-color: #fdb819;
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 1;
  font-weight: 600;
}

.contact-area .contact-right .contact-btn:hover {
  background-color: #333333;
}

.contact-area .contact-right .text-danger {
  font-size: 20px;
  margin-top: 12px;
  color: #dc3545;
}

.contact-area .contact-right .text-success {
  font-size: 20px;
  margin-top: 12px;
  color: #28a745;
}

/*----- End Contact CSS -----*/
/*----- Preloader CSS -----*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fdb819;
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----- End Preloader CSS -----*/
/*----- Back to Top CSS ------*/
#toTop {
  position: fixed;
  bottom: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.back-to-top-btn i {
  background: #fdb819;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-right: 28px;
  -webkit-box-shadow: 0px 0px 14px 0px #fdb81991;
          box-shadow: 0px 0px 14px 0px #fdb81991;
}

.back-to-top-btn i:hover {
  background-color: #333333;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 14px 0px #333333a6;
          box-shadow: 0px 0px 14px 0px #333333a6;
}

/*----- End Back to Top CSS -----*/
/*----- Buy Now Btn -----*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
          box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}
/*# sourceMappingURL=style.css.map */

/* =========================================================
   Montpellier – Surcouche SEO (Audeck compatible)
   Colle ce bloc TOUT EN BAS de style.css
   ========================================================= */

/* Accessibilité */
.sr-only{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

/* ---------- HERO / BANNER ----------
   Audeck utilise .banner-area:before (bloc jaune incliné).
   Ici on met une image DE FOND et on assombrit via un overlay
   en utilisant :after (pour ne pas empiler les :before).
*/
.banner-area.banner-area-montpellier{
  background-image: url("../img/hero/depannage-montpellier.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-area.banner-area-montpellier:after{
  content:"";
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  background: rgba(0,0,0,0.45);
  z-index: 0;
}

/* Le texte doit rester au-dessus de l'overlay */
.banner-area.banner-area-montpellier .banner-text{
  position: relative;
  z-index: 2;
}

/* Petit kicker au-dessus du H1 */
.banner-kicker{
  display:inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffffff;
  opacity: .92;
}

.banner-note{
  margin-top: 14px;
  color: #ffffff;
  opacity: .9;
  font-size: 15px;
  line-height: 1.7;
}

/* ---------- PILLS ---------- */
.seo-pills{
  margin-top: 15px;
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}

.seo-pill{
  display:inline-block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  color: #ffffff;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.25);
  line-height: 1;
  white-space: nowrap;
}

/* ---------- CARTES SEO (services & pannes) ----------
   On respecte la palette Audeck : jaune #fdb819, noir #000, texte #333/#858584
*/
.seo-card{
  background:#ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0px 0px 20px 0px #dddddd7a;
  padding: 22px 20px;
  margin-bottom: 30px;
  transition: 0.5s all ease;
}

.seo-card:hover{
  transform: translate(0, -10px);
}

.seo-card-icon{
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: #fdb819;
  color: #000000;
  font-size: 28px;
  margin-bottom: 15px;
}

.seo-card-title{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
  text-transform: uppercase;
}

.seo-card-text{
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #858584;
}

/* ---------- CTA service (réutilise les boutons Audeck) ---------- */
.service-cta{
  text-align: center;
  margin-top: 10px;
}

.service-cta.service-cta-tight{
  margin-top: 0;
}

/* ---------- ZONES ---------- */
.zones-grid{
  margin-top: 10px;
}

.zones-box{
  background:#ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0px 0px 20px 0px #dddddd7a;
  padding: 22px 20px;
  margin-bottom: 30px;
}

.zones-box h3{
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* Liste simple (si pas déjà dans ton CSS) */
.pannes-zones-list{
  margin:0;
  padding-left: 18px;
}

.pannes-zones-list li{
  margin-bottom: 8px;
  color: #858584;
  font-size: 14px;
  line-height: 1.6;
}

/* ---------- TYPES DE PANNES ---------- */
#types-de-pannes{
  padding: 60px 0;
  background: #f6f4f4; /* comme pricing-area chez Audeck */
}

.pannes-section-intro{
  margin-bottom: 20px;
}

.pannes-cards-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (max-width: 991px){
  .pannes-cards-grid{
    grid-template-columns: 1fr;
  }
}

.pannes-title{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  color: #333333;
  text-transform: uppercase;
}

.pannes-subtitle{
  margin-bottom: 12px;
  font-size: 14px;
  color: #858584;
}

.pannes-box-info,
.pannes-box-warning{
  border-left: 4px solid #fdb819;
  padding: 12px 12px 12px 14px;
  background: #dddddd1f;
}

.pannes-box-warning{
  border-left-color: #333333;
}

/* ---------- FAQ (si tu utilises ton style custom) ---------- */
.faq-section{
  padding: 80px 0;
  background: #ffffff;
}

.faq-card{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.faq-question{
  width: 100%;
  text-align: left;
  background: #000000;
  color: #ffffff;
  border: 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

.faq-question i{
  font-size: 22px;
  color: #fdb819;
}

.faq-answer{
  background: #ffffff;
  color: #858584;
}

/* ---------- CALL FLOAT (palette Audeck) ---------- */
.call-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 30px;
  background: #fdb819;
  color: #000000;
  font-weight: 700;
  box-shadow: 0px 10px 20px 0px #dddddd8a;
}

.call-float i{
  font-size: 22px;
}

.call-float:hover{
  background: #333333;
  color: #ffffff;
}

/* ===== CTA BUTTONS - UNIFIED STYLE LIKE CALL-FLOAT ===== */

/* All CTA Buttons Base Style */
.banner-btn-left,
.service-cta a,
.service-cta-tight a,
.faq-cta a,
.btn-danger,
.cmn-btn a {
  background: linear-gradient(135deg, var(--primary-color) 0%, #E55A2B 100%) !important;
  color: #fff !important;
  padding: 14px 28px !important;
  border-radius: var(--radius-md) !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  transition: var(--transition) !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: var(--shadow-md) !important;
  font-size: 0.95rem !important;
}

.banner-btn-left:hover,
.service-cta a:hover,
.service-cta-tight a:hover,
.faq-cta a:hover,
.btn-danger:hover,
.cmn-btn a:hover {
  background: linear-gradient(135deg, #E55A2B 0%, #D44A1A 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.35) !important;
  color: #fff !important;
}

.banner-btn-left:active,
.service-cta a:active,
.service-cta-tight a:active,
.faq-cta a:active,
.btn-danger:active,
.cmn-btn a:active {
  transform: translateY(-1px) !important;
}

/* Icon styling */
.banner-btn-left i,
.service-cta a i,
.service-cta-tight a i,
.faq-cta a i,
.btn-danger i,
.cmn-btn a i {
  font-size: 1.1rem !important;
}

/* Secondary Button (banner-btn-right) */
.banner-btn-right {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 12px 26px !important;
}

.banner-btn-right:hover {
  background-color: #fff !important;
  color: var(--primary-color) !important;
}

.banner-btn-right i {
  color: inherit !important;
}

/* Service CTA Container */
.service-cta,
.service-cta-tight {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 15px;
  flex-wrap: wrap;
}

.service-cta-tight {
  margin-top: 30px;
}

/* FAQ CTA */
.faq-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.faq-cta a {
  padding: 16px 32px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-area-montpellier .banner-text h1 {
    font-size: 55px;
  }

  .banner-area-montpellier .banner-text p {
    font-size: 1rem;
  }

  .banner-text .cmn-btn {
    flex-direction: column;
  }

  .banner-text .cmn-btn a {
    width: 100%;
    justify-content: center;
  }

  .seo-pills {
    justify-content: center;
  }

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

  .section-title p {
    font-size: 0.95rem;
  }

  .process-item {
    gap: 15px;
  }

  .process-inner {
    padding: 20px;
  }

  .process-inner i {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }

  .zones-grid {
    grid-template-columns: 1fr;
  }

  .pannes-cards-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding: 16px;
  }

  h3.faq-question-title {
    font-size: 0.95rem;
    color: #FFF!important;
  }

  .faq-answer {
    padding: 0 16px 16px;
  }

  .call-float {
    bottom: 20px;
    right: 20px;
    padding: 12px 16px;
    font-size: 0.85rem;
  }

  .banner-btn-left,
  .service-cta a,
  .service-cta-tight a,
  .faq-cta a,
  .btn-danger,
  .cmn-btn a {
    padding: 12px 24px !important;
    font-size: 0.9rem !important;
  }

  .service-cta,
  .service-cta-tight {
    flex-direction: column;
  }

  .service-cta a,
  .service-cta-tight a {
    width: 100%;
    justify-content: center;
  }

  .faq-cta {
    flex-direction: column;
  }

  .faq-cta a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .banner-area-montpellier .banner-text h1 {
    font-size: 55px;
  }

  .seo-pill {
    font-size: 0.8rem;
    padding: 6px 12px;
  }

  .section-title h2 {
    font-size: 1.5rem;
  }

  .pannes-title {
    font-size: 1.1rem;
  }

  .footer ul li {
    font-size: 0.9rem;
  }

  .banner-btn-left,
  .service-cta a,
  .service-cta-tight a,
  .faq-cta a,
  .btn-danger,
  .cmn-btn a {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
  }

  .banner-btn-left i,
  .service-cta a i,
  .service-cta-tight a i,
  .faq-cta a i,
  .btn-danger i,
  .cmn-btn a i {
    font-size: 1rem !important;
  }
}

.cta-btn{
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 30px;
    background: #fdb819;
    color: #000;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(125, 125, 125, 0.5);
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Contact Page Styles */
.contact-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.15);
  border-color: var(--primary-color);
}

.contact-card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #E55A2B 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-card-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.contact-card-icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.contact-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.contact-card p {
  color: #858584;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.contact-link {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.contact-link:hover {
  color: #E55A2B;
  transform: translateX(3px);
}

.contact-info-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 30px;
}

.contact-info-box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  padding: 12px 0;
  font-size: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info-list li i {
  color: var(--primary-color);
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-zones-box {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 40px;
}

.contact-zones-box h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.contact-zones-box h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-zones-box h4 i {
  font-size: 1.4rem;
}

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

.zones-list li {
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  font-size: 0.95rem;
  color: #858584;
}

.zones-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 700;
}

.contact-cta {
  background: linear-gradient(135deg, var(--primary-color) 0%, #E55A2B 100%);
  border-radius: 16px;
  padding: 50px 30px;
  color: #ffffff;
}

.contact-cta h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.contact-cta .banner-btn-left {
  background: #ffffff !important;
  color: var(--primary-color) !important;
}

.contact-cta .banner-btn-left:hover {
  background: #f8f9fa !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

/* Gallery Section */
.gallery-area {
  background: #fafafa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.gallery-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(255, 107, 53, 0.15);
  border-color: var(--primary-color);
}

.gallery-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f2f2f2;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-image img {
  transform: scale(1.05);
}

.gallery-meta {
  padding: 18px 20px 22px;
}

.gallery-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 107, 53, 0.12);
  color: var(--primary-color);
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.gallery-meta h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.gallery-meta p {
  margin: 0;
  color: #858584;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Trust Section */
.trust-area {
  background: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fafafa;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: fit-content;
}

.trust-card * {
  text-align: center;
}

.trust-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.12);
  transform: translateY(-3px);
}

.trust-avatar {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-color) 0%, #E55A2B 100%);
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}

.trust-meta h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: #333333;
  font-weight: 700;
}

.trust-meta p {
  margin: 0 0 8px;
  font-size: 0.93rem;
  color: #858584;
  line-height: 1.5;
}

.trust-badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary-color);
  background: rgba(255, 107, 53, 0.12);
  border-radius: 999px;
}

.trust-more {
  margin-top: 28px;
}

.trust-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid var(--primary-color);
  background-color: #252525;
  color: #FFF;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.trust-more-link:hover {
  background: #4d4d4d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.16);
}

.trust-review {
  margin-top: 10px;
}

.trust-stars {
  font-size: 0.9rem;
  color: #fdb819;
  letter-spacing: 1px;
  font-weight: 700;
}

.trust-quote {
  margin: 4px 0 0;
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.5;
}

/* Dark Theme - Contact Page */
.theme-dark .contact-card {
  background: #252525;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .contact-card:hover {
  border-color: #fdb819;
  box-shadow: 0 10px 30px rgba(253, 184, 25, 0.2);
}

.theme-dark .contact-card-icon {
  background: linear-gradient(135deg, #fdb819 0%, #d99e14 100%);
}

.theme-dark .contact-card h3 {
  color: #ffffff;
}

.theme-dark .contact-card p {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark .contact-link {
  color: #fdb819;
}

.theme-dark .contact-link:hover {
  color: #f0ad0d;
}

.theme-dark .contact-info-box {
  background: linear-gradient(135deg, #252525 0%, #1d1d1d 100%);
  border-color: #fdb819;
}

.theme-dark .contact-info-box h3 {
  color: #ffffff;
}

.theme-dark .contact-info-list li {
  color: rgba(255, 255, 255, 0.85);
}

.theme-dark .contact-info-list li i {
  color: #fdb819;
}

.theme-dark .contact-zones-box {
  background: #252525;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .contact-zones-box h3 {
  color: #ffffff;
}

.theme-dark .contact-zones-box h4 {
  color: #fdb819;
}

.theme-dark .zones-list li {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark .zones-list li:before {
  color: #fdb819;
}

.theme-dark .contact-cta {
  background: linear-gradient(135deg, #fdb819 0%, #d99e14 100%);
}

.theme-dark .contact-cta .banner-btn-left {
  background: #1d1d1d !important;
  color: #fdb819 !important;
}

.theme-dark .contact-cta .banner-btn-left:hover {
  background: #252525 !important;
}

/* Dark Theme - Gallery */
.theme-dark .gallery-area {
  background: #1d1d1d;
}

.theme-dark .gallery-card {
  background: #252525;
  border-color: rgba(255, 255, 255, 0.08);
}

.theme-dark .gallery-card:hover {
  border-color: #fdb819;
  box-shadow: 0 12px 28px rgba(253, 184, 25, 0.18);
}

.theme-dark .gallery-tag {
  background: rgba(253, 184, 25, 0.15);
  color: #fdb819;
}

.theme-dark .gallery-meta h3 {
  color: #ffffff;
}

.theme-dark .gallery-meta p {
  color: rgba(255, 255, 255, 0.7);
}

/* Dark Theme - Trust */
.theme-dark .trust-area {
  background: #1d1d1d;
}

.theme-dark .trust-card {
  background: #252525;
  border-color: rgba(255, 255, 255, 0.08);
}

.theme-dark .trust-card:hover {
  border-color: #fdb819;
  box-shadow: 0 10px 24px rgba(253, 184, 25, 0.16);
}

.theme-dark .trust-avatar {
  background: linear-gradient(135deg, #fdb819 0%, #d99e14 100%);
  color: #1d1d1d;
}

.theme-dark .trust-meta h3 {
  color: #ffffff;
}

.theme-dark .trust-meta p {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark .trust-badge {
  color: #fdb819;
  background: rgba(253, 184, 25, 0.15);
}

.theme-dark .trust-more-link {
  border-color: #fdb819;
  background: #1d1d1d;
  color: #fdb819;
}

.theme-dark .trust-more-link:hover {
  background: #fdb819;
  color: #1d1d1d;
  box-shadow: 0 10px 24px rgba(253, 184, 25, 0.2);
}

.theme-dark .trust-stars {
  color: #fdb819;
}

.theme-dark .trust-quote {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
  .contact-card {
    padding: 30px 20px;
  }

  .contact-card-icon {
    width: 60px;
    height: 60px;
  }

  .contact-card-icon i {
    font-size: 2rem;
  }

  .contact-card h3 {
    font-size: 1.2rem;
  }

  .contact-info-box,
  .contact-zones-box {
    padding: 25px;
  }

  .contact-info-box h3,
  .contact-zones-box h3 {
    font-size: 1.4rem;
  }

  .contact-zones-box h4 {
    font-size: 1rem;
  }

  .contact-cta {
    padding: 35px 20px;
  }

  .contact-cta h3 {
    font-size: 1.5rem;
  }

  .contact-cta p {
    font-size: 1rem;
  }
}


/* SEO Pillar Section */
.seo-pillar-section {
  padding: 50px 0;
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.seo-pillar-section h2 {
  font-size: 1.8rem;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
}

.seo-pillar-section h2:first-child {
  margin-top: 0;
}

.seo-pillar-intro {
  max-width: 980px;
  margin: 12px 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #858584;
}

.seo-pillar-intro strong {
  color: #333333;
  font-weight: 600;
}

.seo-pillar-highlight {
  margin-top: 20px;
  border-left: 4px solid rgba(0, 0, 0, 0.12);
  padding-left: 16px;
  max-width: 980px;
  background-color: rgba(253, 184, 25, 0.03);
  padding: 12px 16px;
  border-radius: 4px;
}

.seo-pillar-highlight p {
  margin: 0;
  font-weight: 500;
  color: #333333;
}

.seo-pillar-divider {
  opacity: 0.15;
  margin: 28px 0;
  border: none;
  border-top: 1px solid #333333;
}

.seo-pillar-cards {
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.seo-pillar-cards .seo-card {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seo-pillar-cards .seo-card strong {
  display: block;
  color: #333333;
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.seo-pillar-cards .seo-card p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: #858584;
  line-height: 1.6;
}

.seo-pillar-cards .seo-card:hover {
  border-color: var(--primary-color);
  background-color: rgba(255, 107, 53, 0.02);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.1);
}

/* Dark Theme - SEO Pillar */
.theme-dark .seo-pillar-section {
  background-color: #1d1d1d;
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .seo-pillar-section h2 {
  color: #ffffff;
}

.theme-dark .seo-pillar-intro {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .seo-pillar-intro strong {
  color: #ffffff;
}

.theme-dark .seo-pillar-highlight {
  border-left-color: #fdb819;
  background-color: rgba(253, 184, 25, 0.05);
  color: rgba(255, 255, 255, 0.85);
}

.theme-dark .seo-pillar-highlight p {
  color: #ffffff;
}

.theme-dark .seo-pillar-divider {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .seo-pillar-cards .seo-card {
  background-color: #252525;
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .seo-pillar-cards .seo-card strong {
  color: #ffffff;
}

.theme-dark .seo-pillar-cards .seo-card p {
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark .seo-pillar-cards .seo-card:hover {
  border-color: #fdb819;
  background-color: rgba(253, 184, 25, 0.05);
  box-shadow: 0 4px 12px rgba(253, 184, 25, 0.15);
}

@media (max-width: 768px) {
  .seo-pillar-section {
    padding: 35px 0;
  }

  .seo-pillar-section h2 {
    font-size: 1.4rem;
    margin-top: 18px;
  }

  .seo-pillar-intro {
    font-size: 0.9rem;
  }

  .seo-pillar-cards {
    gap: 12px;
    grid-template-columns: 1fr;
  }
}

/* ===============================
   PROCESS / UI UX – DÉPANNAGE AUTO
   =============================== */

.process-area {
  background-color: #fafafa;
}

.process-area .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.process-area .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

/* Cartes */
.process-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.process-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.process-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0;
}

/* Hover léger (desktop only) */
@media (hover: hover) {
  .process-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
  }
}

/* Bloc alerte sécurité */
.process-alert {
  background: #fff5f5;
  border-left: 6px solid #d62828;
  border-radius: 14px;
  padding: 25px 28px;
}

.process-alert p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.process-alert strong {
  color: #d62828;
}

/* Responsive */
@media (max-width: 991px) {
  .process-area .section-title h2 {
    font-size: 26px;
  }

  .process-box {
    padding: 24px 22px;
  }

  .process-box h3 {
    font-size: 18px;
  }

  .process-box p,
  .process-alert p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .process-area .section-title h2 {
    font-size: 22px;
  }

  .process-box {
    margin-bottom: 20px;
  }
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.process-box ul {
  padding-left: 18px;
  margin: 0;
}
.process-box ul li {
  margin: 6px 0;
  color: #555;
}
.process-box p {
  color: #555;
  line-height: 1.7;
}

/* ============================================================
   TABLEAU DE TARIFS - PRIX DÉPANNAGE
   ============================================================ */

.tarif-table-wrapper {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tarif-table-wrapper h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.table-responsive {
  overflow-x: auto;
}

.tarif-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.tarif-table thead {
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
}

.tarif-table th {
  color: #ffffff;
  font-weight: 700;
  padding: 16px 18px;
  text-align: left;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

.tarif-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tarif-table tbody tr:hover {
  background: rgba(255, 107, 53, 0.05);
  transform: translateX(4px);
}

.tarif-table td {
  padding: 16px 18px;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.tarif-table td:first-child {
  font-weight: 600;
  color: #333333;
  min-width: 250px;
}

.tarif-table td strong {
  color: #FF6B35;
}

.tarif-notes {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 30px;
  border-left: 4px solid #fdb819;
}

.tarif-notes-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tarif-notes-title i {
  font-size: 1.3rem;
  color: #FF6B35;
}

.tarif-notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tarif-notes-list li {
  padding: 8px 0;
  color: #555555;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.tarif-notes-list li strong {
  color: #333333;
  min-width: 120px;
}

/* Dark Theme - Tarifs */
.theme-dark .tarif-table-wrapper {
  background-color: #252525;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .tarif-table-wrapper h3 {
  color: #ffffff;
}

.theme-dark .tarif-table tbody tr {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .tarif-table tbody tr:hover {
  background: rgba(255, 107, 53, 0.1);
}

.theme-dark .tarif-table td {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .tarif-table td:first-child {
  color: #ffffff;
}

.theme-dark .tarif-notes {
  background: linear-gradient(135deg, #1d1d1d 0%, #252525 100%);
  border-left-color: #fdb819;
}

.theme-dark .tarif-notes-title {
  color: #ffffff;
}

.theme-dark .tarif-notes-list li {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .tarif-notes-list li strong {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .tarif-table-wrapper {
    padding: 25px 15px;
  }
  
  .tarif-table-wrapper h3 {
    font-size: 1.4rem;
  }
  
  .tarif-table th,
  .tarif-table td {
    padding: 12px 10px;
    font-size: 0.9rem;
  }
  
  .tarif-table td:first-child {
    min-width: 150px;
  }
  
  .tarif-notes {
    padding: 20px;
  }
  
  .tarif-notes-title {
    font-size: 1rem;
  }
}

/* ============================================================
   ZONE CARDS - ZONES D'INTERVENTION
   ============================================================ */

.zone-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zone-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.zone-card-centre {
  border-top: 4px solid #FF6B35;
}

.zone-card-centre:hover {
  border-color: #FF6B35;
}

.zone-card-agglo {
  border-top: 4px solid #004E89;
}

.zone-card-agglo:hover {
  border-color: #004E89;
}

.zone-card-autoroute {
  border-top: 4px solid #fdb819;
}

.zone-card-autoroute:hover {
  border-color: #fdb819;
}

.zone-card-header {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  padding: 24px 24px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.zone-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.zone-card-centre .zone-card-icon {
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
}

.zone-card-agglo .zone-card-icon {
  background: linear-gradient(135deg, #004E89 0%, #003666 100%);
  box-shadow: 0 4px 12px rgba(0, 78, 137, 0.25);
}

.zone-card-autoroute .zone-card-icon {
  background: linear-gradient(135deg, #fdb819 0%, #E5A817 100%);
  box-shadow: 0 4px 12px rgba(253, 184, 25, 0.25);
}

.zone-card:hover .zone-card-icon {
  transform: rotate(-10deg) scale(1.1);
}

.zone-card-icon i {
  font-size: 26px;
  color: #ffffff;
}

.zone-card-header h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.zone-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #555555;
}

.zone-badge-urgent {
  background: rgba(253, 184, 25, 0.15);
  color: #E5A817;
}

.zone-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.zone-intro {
  color: #555555;
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

.zone-list-wrapper {
  flex: 1;
  margin-bottom: 20px;
}

.zone-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.zone-list-item:last-child {
  border-bottom: none;
}

.zone-list-item:hover {
  padding-left: 8px;
  background: rgba(255, 107, 53, 0.03);
}

.zone-list-item i {
  font-size: 18px;
  color: #FF6B35;
  flex-shrink: 0;
  margin-top: 2px;
}

.zone-card-agglo .zone-list-item i {
  color: #004E89;
}

.zone-card-autoroute .zone-list-item i {
  color: #fdb819;
}

.zone-list-item span {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.5;
}

.zone-list-item strong {
  color: #333333;
  font-weight: 600;
}

.zone-list-item small {
  display: block;
  color: #888888;
  font-size: 0.85rem;
  margin-top: 4px;
}

.zone-list-item-autoroute {
  flex-direction: row;
  align-items: flex-start;
}

.zone-list-item-autoroute div {
  flex: 1;
}

.zone-tip {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-left: 3px solid #004E89;
  padding: 14px 16px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: auto;
}

.zone-tip i {
  font-size: 20px;
  color: #004E89;
  flex-shrink: 0;
}

.zone-tip span {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.5;
}

.zone-alert {
  background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%);
  border-left: 4px solid #d62828;
  border-radius: 8px;
  padding: 18px;
  margin-top: 20px;
}

.zone-alert-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.zone-alert-header i {
  font-size: 22px;
  color: #d62828;
}

.zone-alert-header strong {
  font-size: 1.05rem;
  color: #333333;
}

.zone-alert-list {
  margin: 0 0 14px 0;
  padding-left: 20px;
  color: #555555;
}

.zone-alert-list li {
  margin: 6px 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.zone-alert-warning {
  background: #d62828;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 0.9rem;
}

.zone-alert-warning i {
  font-size: 20px;
  flex-shrink: 0;
}

.zone-alert-warning strong {
  font-weight: 700;
}

/* Dark Theme - Zone Cards */
.theme-dark .zone-card {
  background: #252525;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.theme-dark .zone-card-header {
  background: linear-gradient(135deg, #1d1d1d 0%, #252525 100%);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .zone-card-header h3 {
  color: #ffffff;
}

.theme-dark .zone-badge {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .zone-intro {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .zone-list-item {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .zone-list-item:hover {
  background: rgba(255, 107, 53, 0.08);
}

.theme-dark .zone-list-item span {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .zone-list-item strong {
  color: #ffffff;
}

/* ======================================
   Panne Box Visual Styles
   ====================================== */

.panne-box-visual {
  background: #fff;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.panne-box-visual:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Icônes des boxes */
.panne-box-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  margin: 25px auto 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.panne-box-visual:hover .panne-box-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Couleurs spécifiques par type de panne */
.panne-box-batterie .panne-box-icon {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.panne-box-crevaison .panne-box-icon {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.panne-box-moteur .panne-box-icon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.panne-box-surchauffe .panne-box-icon {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  box-shadow: 0 4px 15px rgba(239, 68, 68, 0.3);
}

.panne-box-carburant .panne-box-icon {
  background: linear-gradient(135deg, #8b5cf6, #7c3aed);
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

/* Contenu des boxes */
.panne-box-content {
  padding: 20px 30px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.panne-box-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 15px;
  line-height: 1.4;
}

.panne-box-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 15px;
  text-align: justify;
}

.panne-box-content p:last-of-type {
  margin-bottom: 20px;
}

/* Tags d'état */
.panne-box-tag {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #e0f2fe, #bae6fd);
  color: #0369a1;
  border: 1px solid #7dd3fc;
}

.panne-box-tag-urgent {
  background: linear-gradient(135deg, #fed7aa, #fdba74);
  color: #c2410c;
  border: 1px solid #fb923c;
}

.panne-box-tag-danger {
  background: linear-gradient(135deg, #fecaca, #fca5a5);
  color: #b91c1c;
  border: 1px solid #f87171;
  animation: pulse-danger 2s ease-in-out infinite;
}

@keyframes pulse-danger {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* Alerte spéciale */
.panne-box-alert {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  border-left: 4px solid #ef4444;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.panne-box-alert i {
  font-size: 28px;
  color: #dc2626;
  flex-shrink: 0;
}

.panne-box-alert strong {
  color: #991b1b;
  font-size: 15px;
  line-height: 1.5;
}

/* Prix en bas des boxes */
.panne-box-price {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
  border: 2px solid #86efac;
  border-radius: 12px;
  padding: 15px 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #15803d;
}

.panne-box-price i {
  font-size: 24px;
  color: #16a34a;
}

.panne-box-price strong {
  font-size: 20px;
  font-weight: 700;
  color: #166534;
}

.panne-box-price-remorquage {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border: 2px solid #fbbf24;
  color: #92400e;
}

.panne-box-price-remorquage i {
  color: #d97706;
}

.panne-box-price-remorquage strong {
  color: #78350f;
}

/* Bordures supérieures colorées */
.panne-box-batterie {
  border-top: 5px solid #10b981;
}

.panne-box-crevaison {
  border-top: 5px solid #3b82f6;
}

.panne-box-moteur {
  border-top: 5px solid #f59e0b;
}

.panne-box-surchauffe {
  border-top: 5px solid #ef4444;
}

.panne-box-carburant {
  border-top: 5px solid #8b5cf6;
}

/* Dark theme support pour panne boxes */
.theme-dark .panne-box-visual {
  background: #1a1d29;
}

.theme-dark .panne-box-content h3 {
  color: #e2e8f0;
}

.theme-dark .panne-box-content p {
  color: #cbd5e0;
}

.theme-dark .panne-box-alert {
  background: linear-gradient(135deg, #3d1f1f, #4a2424);
}

.theme-dark .panne-box-price {
  background: linear-gradient(135deg, #1f3d2f, #244a33);
}

.theme-dark .panne-box-price-remorquage {
  background: linear-gradient(135deg, #3d2e1f, #4a3624);
}

/* Responsive pour panne boxes */
@media (max-width: 768px) {
  .panne-box-visual {
    margin-bottom: 20px;
  }

  .panne-box-icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
    margin: 20px auto 0;
  }

  .panne-box-content {
    padding: 15px 20px 25px;
  }

  .panne-box-content h3 {
    font-size: 18px;
  }

  .panne-box-content p {
    font-size: 14px;
  }

  .panne-box-price {
    font-size: 14px;
  }

  .panne-box-price strong {
    font-size: 18px;
  }
}

/* ======================================
   Info Box Visual Styles (Design sobre gris)
   ====================================== */

.info-box-visual {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.info-box-visual:hover {
  border-color: #9ca3af;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* Icônes sobres */
.info-box-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #6b7280;
  margin: 25px auto 0;
  transition: all 0.3s ease;
}

.info-box-visual:hover .info-box-icon {
  background: #e5e7eb;
  color: #374151;
  transform: scale(1.05);
}

/* Contenu */
.info-box-content {
  padding: 20px 25px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.info-box-content h3 {
  font-size: 19px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
  line-height: 1.4;
}

.info-box-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 15px;
  text-align: justify;
}

/* Liste à puces */
.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.info-list li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list li strong {
  color: #1f2937;
  font-weight: 600;
}

/* Highlight en bas */
.info-box-highlight {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 12px 15px;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #374151;
}

.info-box-highlight i {
  font-size: 20px;
  color: #6b7280;
  flex-shrink: 0;
}

.info-box-highlight strong {
  color: #1f2937;
}

/* Bordures supérieures discrètes */
.info-box-tarif {
  border-top: 3px solid #9ca3af;
}

.info-box-delai {
  border-top: 3px solid #6b7280;
}

.info-box-checklist {
  border-top: 3px solid #4b5563;
}

/* ======================================
   Transparence Box Visual (Design sobre gris)
   ====================================== */

.transparence-box-visual {
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.transparence-box-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 20px;
}

.transparence-box-header i {
  font-size: 32px;
  color: #6b7280;
}

.transparence-box-header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

/* Items d'engagement */
.engagement-item-visual {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.engagement-item-visual:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.engagement-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.engagement-icon i {
  font-size: 22px;
  color: #6b7280;
}

.engagement-item-visual:hover .engagement-icon {
  background: #d1d5db;
  transform: scale(1.05);
}

.engagement-content {
  flex-grow: 1;
}

.engagement-content strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.engagement-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* Dark theme */
.theme-dark .info-box-visual {
  background: #1a1d29;
  border-color: #374151;
}

.theme-dark .info-box-icon {
  background: #374151;
  color: #9ca3af;
}

.theme-dark .info-box-content h3 {
  color: #e5e7eb;
}

.theme-dark .info-box-content p {
  color: #d1d5db;
}

.theme-dark .info-box-highlight {
  background: #1f2937;
  border-color: #374151;
  color: #d1d5db;
}

.theme-dark .transparence-box-visual {
  background: #1a1d29;
  border-color: #374151;
}

.theme-dark .transparence-box-header {
  border-color: #374151;
}

.theme-dark .transparence-box-header h4,
.theme-dark .transparence-box-header i {
  color: #e5e7eb;
}

.theme-dark .engagement-item-visual {
  background: #1f2937;
  border-color: #374151;
}

.theme-dark .engagement-item-visual:hover {
  background: #374151;
}

.theme-dark .engagement-icon {
  background: #374151;
}

.theme-dark .engagement-icon i {
  color: #9ca3af;
}

.theme-dark .engagement-content strong {
  color: #e5e7eb;
}

.theme-dark .engagement-content p {
  color: #d1d5db;
}

/* Responsive */
@media (max-width: 768px) {
  .info-box-visual {
    margin-bottom: 20px;
  }

  .info-box-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin: 20px auto 0;
  }

  .info-box-content {
    padding: 15px 20px 20px;
  }

  .info-box-content h3 {
    font-size: 17px;
  }

  .transparence-box-visual {
    padding: 20px;
  }

  .transparence-box-header h4 {
    font-size: 19px;
  }

  .engagement-item-visual {
    padding: 15px;
  }
}

/* ======================================
   Conseil Localisation Visual (Design sobre gris)
   ====================================== */

.conseil-localisation-visual {
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.conseil-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: 20px;
}

.conseil-header i {
  font-size: 32px;
  color: #6b7280;
}

.conseil-header h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.conseil-intro {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 0;
}

/* Items conseil */
.conseil-item-visual {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.conseil-item-visual:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.conseil-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.conseil-item-icon i {
  font-size: 26px;
  color: #6b7280;
}

.conseil-item-visual:hover .conseil-item-icon {
  background: #d1d5db;
  transform: scale(1.05);
}

.conseil-item-content strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

.conseil-item-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.conseil-item-content ul li {
  padding: 6px 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
  position: relative;
}

.conseil-item-content ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #9ca3af;
  font-weight: 700;
}

/* Footer conseil */
.conseil-footer {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 15px 20px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.conseil-footer i {
  font-size: 28px;
  color: #6b7280;
  flex-shrink: 0;
}

.conseil-footer p {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

.conseil-footer strong {
  color: #1f2937;
  font-weight: 700;
}

/* Dark theme */
.theme-dark .conseil-localisation-visual {
  background: #1a1d29;
  border-color: #374151;
}

.theme-dark .conseil-header {
  border-color: #374151;
}

.theme-dark .conseil-header h4,
.theme-dark .conseil-header i {
  color: #e5e7eb;
}

.theme-dark .conseil-intro {
  color: #d1d5db;
}

.theme-dark .conseil-item-visual {
  background: #1f2937;
  border-color: #374151;
}

.theme-dark .conseil-item-visual:hover {
  background: #374151;
}

.theme-dark .conseil-item-icon {
  background: #374151;
}

.theme-dark .conseil-item-icon i {
  color: #9ca3af;
}

.theme-dark .conseil-item-content strong {
  color: #e5e7eb;
}

.theme-dark .conseil-item-content ul li {
  color: #d1d5db;
}

.theme-dark .conseil-footer {
  background: #1f2937;
  border-color: #374151;
}

.theme-dark .conseil-footer i {
  color: #9ca3af;
}

.theme-dark .conseil-footer p {
  color: #d1d5db;
}

.theme-dark .conseil-footer strong {
  color: #e5e7eb;
}

/* Responsive */
@media (max-width: 768px) {
  .conseil-localisation-visual {
    padding: 20px;
  }

  .conseil-header h4 {
    font-size: 19px;
  }

  .conseil-header i {
    font-size: 28px;
  }

  .conseil-item-visual {
    padding: 15px;
    margin-bottom: 15px;
  }

  .conseil-item-icon {
    width: 45px;
    height: 45px;
  }

  .conseil-item-icon i {
    font-size: 22px;
  }

  .conseil-footer {
    padding: 12px 15px;
  }

  .conseil-footer i {
    font-size: 24px;
  }

  .conseil-footer p {
    font-size: 14px;
  }
}


.theme-dark .zone-list-item small {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark .zone-tip {
  background: linear-gradient(135deg, rgba(0, 78, 137, 0.15) 0%, rgba(0, 78, 137, 0.08) 100%);
  border-left-color: #004E89;
}

.theme-dark .zone-tip span {
  color: rgba(255, 255, 255, 0.85);
}

.theme-dark .zone-alert {
  background: linear-gradient(135deg, rgba(214, 40, 40, 0.15) 0%, rgba(214, 40, 40, 0.08) 100%);
}

.theme-dark .zone-alert-header strong {
  color: #ffffff;
}

.theme-dark .zone-alert-list {
  color: rgba(255, 255, 255, 0.75);
}

/* Responsive */
@media (max-width: 992px) {
  .zone-card-autoroute {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .zone-card-header {
    padding: 20px;
  }
  
  .zone-card-icon {
    width: 48px;
    height: 48px;
  }
  
  .zone-card-icon i {
    font-size: 22px;
  }
  
  .zone-card-header h3 {
    font-size: 1.2rem;
  }
  
  .zone-card-body {
    padding: 20px;
  }
  
  .zone-list-item {
    padding: 8px 0;
  }
  
  .zone-alert {
    padding: 16px;
  }
}

/* ============================================================
   PANNE CARDS - TYPES DE PANNES
   ============================================================ */

.panne-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.panne-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.panne-card-batterie {
  border-top: 4px solid #10b981;
}

.panne-card-batterie:hover {
  border-color: #10b981;
}

.panne-card-crevaison {
  border-top: 4px solid #3b82f6;
}

.panne-card-crevaison:hover {
  border-color: #3b82f6;
}

.panne-card-moteur {
  border-top: 4px solid #f59e0b;
}

.panne-card-moteur:hover {
  border-color: #f59e0b;
}

.panne-card-surchauffe {
  border-top: 4px solid #ef4444;
}

.panne-card-surchauffe:hover {
  border-color: #ef4444;
}

.panne-card-carburant {
  border-top: 4px solid #8b5cf6;
}

.panne-card-carburant:hover {
  border-color: #8b5cf6;
}

.panne-card-header {
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
  padding: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
}

.panne-card-header-large {
  display: flex;
  align-items: center;
  gap: 20px;
}

.panne-header-content {
  flex: 1;
}

.panne-header-content h3 {
  margin-bottom: 4px;
}

.panne-subtitle {
  color: #888888;
  font-size: 0.9rem;
  margin: 0;
  font-style: italic;
}

.panne-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.panne-card-header-large .panne-card-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.panne-card-batterie .panne-card-icon {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.panne-card-crevaison .panne-card-icon {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.panne-card-moteur .panne-card-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.panne-card-surchauffe .panne-card-icon {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.panne-card-carburant .panne-card-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.panne-card:hover .panne-card-icon {
  transform: rotate(-10deg) scale(1.1);
}

.panne-card-icon i {
  font-size: 26px;
  color: #ffffff;
}

.panne-card-header h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 8px;
}

.panne-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #555555;
}

.panne-tag-urgent {
  background: rgba(245, 158, 11, 0.15);
  color: #d97706;
}

.panne-tag-danger {
  background: rgba(239, 68, 68, 0.15);
  color: #dc2626;
}

.panne-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.panne-symptomes,
.panne-solution {
  background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
  border-left: 3px solid #e5e7eb;
  padding: 16px;
  border-radius: 8px;
}

.panne-symptomes h4,
.panne-solution h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.panne-symptomes h4 i {
  font-size: 18px;
  color: #ef4444;
}

.panne-solution h4 i {
  font-size: 18px;
  color: #10b981;
}

.panne-symptomes ul,
.panne-action-urgente ol {
  margin: 0;
  padding-left: 20px;
  list-style-position: outside;
}

.panne-symptomes li,
.panne-action-urgente li {
  margin: 6px 0;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.panne-solution p {
  margin: 0;
  color: #555555;
  font-size: 0.95rem;
  line-height: 1.6;
}

.panne-action-urgente {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-left: 3px solid #ef4444;
  padding: 16px;
  border-radius: 8px;
}

.panne-action-urgente h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #dc2626;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.panne-action-urgente h4 i {
  font-size: 18px;
}

.panne-action-urgente li strong {
  color: #dc2626;
}

.panne-price {
  background: linear-gradient(135deg, #FF6B35 0%, #E55A2B 100%);
  color: #ffffff;
  padding: 14px 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.panne-price i {
  font-size: 22px;
  flex-shrink: 0;
}

.panne-price span {
  font-size: 0.95rem;
  line-height: 1.4;
}

.panne-price strong {
  font-size: 1.1rem;
  font-weight: 700;
}

.panne-price-remorquage {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

/* Dark Theme - Panne Cards */
.theme-dark .panne-card {
  background: #252525;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.theme-dark .panne-card-header {
  background: linear-gradient(135deg, #1d1d1d 0%, #252525 100%);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .panne-card-header h3 {
  color: #ffffff;
}

.theme-dark .panne-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark .panne-tag {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .panne-symptomes,
.theme-dark .panne-solution {
  background: linear-gradient(135deg, #1d1d1d 0%, #252525 100%);
  border-left-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .panne-symptomes h4,
.theme-dark .panne-solution h4 {
  color: #ffffff;
}

.theme-dark .panne-symptomes li,
.theme-dark .panne-solution p {
  color: rgba(255, 255, 255, 0.75);
}

.theme-dark .panne-action-urgente {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(239, 68, 68, 0.08) 100%);
}

.theme-dark .panne-action-urgente li {
  color: rgba(255, 255, 255, 0.85);
}

/* Responsive */
@media (max-width: 768px) {
  .panne-card-header {
    padding: 20px;
  }
  
  .panne-card-header-large {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .panne-card-icon {
    width: 48px;
    height: 48px;
  }
  
  .panne-card-icon i {
    font-size: 22px;
  }
  
  .panne-card-header h3 {
    font-size: 1.15rem;
  }
  
  .panne-card-body {
    padding: 20px;
  }
  
  .panne-symptomes,
  .panne-solution,
  .panne-action-urgente {
    padding: 14px;
  }
}


@media (max-width: 780px) {
 .banner-area {
  height: auto;
 }
.banner-area .banner-text {
  margin-top: 0;
 }
}