:root{
    --si-border-color: #d4d4d4 !important;
    
    /* --si-steps-number-inner-bg: ; */
}
.steps{
    --si-steps-number-bg: #fdf5e9 !important;
}
/* --------------------------------------------
    Common Style
-------------------------------------------- */
.bg__pry{
    background-color: #ee9d24 !important;
}
.bg__gradient_pry{
    background: linear-gradient(90deg, #ee9d24 0%, #f6ca44 50%, #ee9d24 100%) !important;
}

.bg__gradient_sec{
    /* background: linear-gradient(90deg, #ee9d2433 0%, #f6ca4433 50%, #ee9d2430 100%) !important; */
    background: linear-gradient(90deg, #ee9d2424 0%, #f6ca4429 50%, #ee9d2429 100%) !important; 
}
.btn{
    background-color: #292929 !important;
    border-color: #292929 !important;
}
.btn-primary{
    --si-btn-hover-color: #fff;
    --si-btn-active-color: #fff;
    --si-btn-hover-bg: #4044ee;
    --si-btn-active-bg: #4044ee;
    --si-btn-hover-border-color: #4044ee;
    --si-btn-active-border-color: #4044ee;
    --si-btn-disabled-color: #fff;
}

:not(.btn-check)+.btn:hover, .btn:first-child:hover {
    color: var(--si-btn-hover-color);
    background-color: #ee9d24 !important;
    border-color: #ee9d24 !important;
}
li a{
    color: #292929;
    text-decoration: none;
    font-weight: 600;
}
li a:hover{
    text-decoration: underline;
}
p a{
    color: #292929;
    text-decoration: underline;
    font-weight: 600;
}

a:hover{
    color: #292929;
}
ul li {
    list-style-image: url(https://carsforstars-suffolk.co.uk/assets/img/list-arrow.svg);
    padding-inline-start: 3px;
  }
/* .step-number{
    background-color: #ee9d2426 !important;
} */
.form-switch.mode-switch .form-check-input {
    background-color: #292929 !important;
    cursor: pointer;
}
.dark-mode .form-switch.mode-switch .form-check-input {
    background-color: #ee9d24 !important;
}
@media only screen and (max-width: 567px){
    header .navbar-brand>img{
        width: 100px;
    }
}
/* --------------------------------------------
    End Style
-------------------------------------------- */


#trusted__brands .swiper-slide {
    width: 28vw;
    overflow: hidden;
    background-position: top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 0 15px;
}
#trusted__brands .swiper-wrapper {
    -webkit-transition-timing-function:linear!important; 
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important; 
}
#trusted__brands .swiper-wrapper img{
    width: 120px;     
}




/* Banner Form */
#hero__form{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#hero__form .first__input i{
    font-size: 20px;
    top: 13px;
    right: 13px; 
}
#hero__form .first__input input::placeholder{
    color: #565973;
}
#hero__form :is(input, select, button){
    font-size: 1rem;
}
#hero__form .quote__btn:hover{
    color: #000 !important;
}
#hero__form .quote__btn{
    padding: 13px 0;
    font-size: 16px;
}

/* Banner auto complete */
/* 
#hero__form .wrapper{
    margin: 25px 0 6px;;
  }
  
  #hero__form .wrapper .search-input{
    width: 100%;
    border-radius: 5px;
    position: relative;
  }
  
  #hero__form .search-input input{
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 16px;
    border: 1px solid #d4d7e5;
  }
  
  #hero__form .search-input.active input{
    border-radius: 5px 5px 0 0;
  }
  
  #hero__form .search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 380px;
    overflow-y: auto;
  }
  
  #hero__form .search-input.active .autocom-box{
      padding: 17px 8px;
      opacity: 1;
      pointer-events: auto;
      background: #fdf6e9;
      max-height: 275px;
      overflow: hidden;
  }
  
  #hero__form .autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
  }
  
  #hero__form .search-input.active .autocom-box li{
    display: block;
  }
  #hero__form .autocom-box li:hover{
    background: #292929;
    color: #fff;
    cursor: pointer;
  }
  
  #hero__form .search-input .icon{
  position: absolute;
      right: 2px;
      top: 3px;
      height: 55px;
      width: 55px;
      text-align: center; 
      line-height: 55px;
      font-size: 20px;
      color: #292929;
      cursor: pointer;
      font-size: 25px;
      opacity: .7;
  }
  html.dark-mode #hero__form .search-input .icon{
      color: #fff;
  }
  html.dark-mode #hero__form .search-input.active .autocom-box {
      background: #221e1a;
  }
  html.dark-mode #hero__form .autocom-box li:hover {
      background: #ee9b15;
      color: #000;
      cursor: pointer;
  } */


#banner__button a{
    font-size: 16px;
    padding: 12px 10px;
}
#banner__button .btn-primary:hover{
    color: #292929 !important;
}
#banner__button .btn-outline-dark{
    background-color: transparent !important;
}
#banner__button .btn-outline-dark:hover{
    color: #fff !important;
    background-color: #292929 !important; 
    border-color: #292929 !important;
}
@media only screen and (max-width: 567px){
    #banner__button a{
        width: 100%;
        margin-bottom: 8px;
    }
}

#connect .btn{
    font-size: 16px !important;
    padding-left: 12px 10px !important;
}
#connect .btn-outline-light{
    color: #292929;
    background-color: #fff !important;
    border-color: #292929 !important;
}
#connect .btn-outline-light:hover{
    background-color: #292929 !important;
    color: #fff !important;
    border-color: #292929 !important;
}
#connect .btn-primary:hover{
    background-color: #292929 !important;
    color: #fff !important;
    border-color: #292929 !important;
} 
@media only screen and (max-width: 567px){
    #connect__button a{
        width: 100%;
        margin-bottom: 8px;
    }
}


#mainav ul{
    margin-right: auto !important;
    margin-bottom: 0.5rem;
    display: flex;
    list-style: none;
    padding-left: 0;
}
#mainav ul li {
    --si-mega-dropdown-column-width: 14rem;
    list-style-image: none !important;
}
#mainav ul li a{
    text-decoration: none;
    color: #292929 !important;
    font-weight: 600;
    padding-right: var(--si-navbar-nav-link-padding-x);
    padding-left: var(--si-navbar-nav-link-padding-x);
}

#mainav ul li ul{ 
    display: none !important;
}
@media only screen and (max-width: 567px){
    #mainav ul{
        margin-bottom: 0 !important;
    }
    #mainav ul li a{
        padding-left: 0 !important;
    }
    #navbarNav .offcanvas-body{
        padding-top: 4px;
    }
}
#mainav ul li a.active{
    color: #ee9d24 !important;
    /* text-shadow: 0px 0px 0px #292929 !important; */
    font-weight: 700;
}

.area_list :is(h3,h4){
    text-align: center;
}
.area_list a, .category_list a,.related__area_list a {
    color: #262626;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
    border: 2px solid #292929 !important;
    padding: 16px 53px;
    text-transform: capitalize;
    text-align: center;
    transition: .3s;
    display: inline-block;
    width: 31%;
    margin: 14px;
    border-radius: 7px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.area_list a:hover, .category_list a:hover, .related__area_list a:hover{
    color: #fff !important;
    background-color: #292929 !important;
}
@media only screen and (max-width: 1400px){
    .area_list a, .category_list a,.related__area_list a {
        padding: 14px 40px;
        width: 30%;
    }
}
@media only screen and (max-width: 992px){
    .area_list a, .category_list a,.related__area_list a {
        padding: 16px 40px;
        width: 46%;
    }
}
@media only screen and (max-width: 768px){
    .area_list a, .category_list a,.related__area_list a {
        padding: 16px 40px;
        width: 95%;
        margin: 4px 10px;
    }
}
#cityloadmore {
    background: no-repeat;
    color: #ee9d24;
    padding: 0;
    width: unset;
    display: block;
    text-align: center;
    text-decoration: underline;
    border: none !important;
}
#cityloadmore:hover{
    background-color: unset !important;
    color: #ee9d24 !important;
    text-decoration: unset;
}
footer ul li {
    list-style-image: none !important;
}
footer li a:hover{
    text-decoration: none;
}
.category__section ul li{
    line-height: 33px;
} 
.category__section ul li a{
    color: #292929 !important;
}


.contact__section .nav a{
    color: #292929 !important;
}
.contact__section .nav a:hover{
    color: #ee9d24 !important;
}
.u-form{
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: unset !important;
    font-family: unset !important;
}
.u-form h3{
    display: none;
}
.u-form label{
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0b0f19;
}
.u-form input,.u-form select,.u-form textarea{
    padding: .785rem 1.125rem !important;
    font-size: 0.875rem !important;;
    border-radius: 0.375rem !important;
    box-shadow: inset 0 0 0 rgba(0,0,0,0) !important;
    font-size: 1rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid #d4d7e5 !important;
}
.u-form #contact_submit{
    background-color: #292929 !important;
    border-radius: 7px;
    padding: 12px 40px;
}

#trusted__brands .swiper-pointer-events,
#trusted__brands .swiper-slide{
    pointer-events: none !important;
}



@media only screen and (max-width: 567px){
    .u-form-vertical.u-form-spacing-15 .u-form-group{
        padding-left: 0 !important;
    }
}
html.dark-mode #mainav ul li a{
    color: #fff !important;
}
html.dark-mode #mainav ul li a.active {
    color: #ee9d24 !important;
    font-weight: 700;
}
html.dark-mode #hero__form{
    background-color: #000 !important; 
}

html.dark-mode #hero__form select option{
    background-color: #222; 
}
html.dark-mode #hero__form button{
    background-color: #ee9d24 !important;
    color: #111 !important;
}
html.dark-mode #hero__form button:hover{
    background-color: #333 !important;
    color: #fff !important;
}
#hero__form select option:hover {
    background-color: #ee9d24 !important;
}

html.dark-mode #hero__form p.h6{
    color: #ee9d24;
}
html.dark-mode #trusted__brands img{
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
}
html.dark-mode .accordion-item.border-0{
    background-color: #222;
}
html.dark-mode h2.h1.text-center.mt-n2.mt-lg-0.mb-4.mb-lg-5 {
    color: #222;
}

html.dark-mode .category__section a{
    color: #fff !important;
}
html.dark-mode .area_list a:hover, 
html.dark-mode .category_list a:hover, 
html.dark-mode .related__area_list a:hover {
    color: #0b0f19 !important;
    background-color: #ee9d24 !important;
}
html.dark-mode p a {
    color: #ee9d24;
}
html.dark-mode .contact__section .u-form{
    color: #fff;
}
html.dark-mode .contact__section .u-form label{
    color: #fff;
}
html.dark-mode .u-form #contact_submit{
    background-color: #ee9d24 !important;
    color: #000 !important;
}
html.dark-mode .u-form #contact_submit:hover{
    background-color: #fff !important;
}
html.dark-mode .contact__section .nav a{
    color: #fff !important;
}
.bread_crums ol {
    display: flex;
    list-style: none;
    padding-left: 0;
}
.bread_crums a{
    color: var(--si-body-color);
    font-weight: 400;
}
.bread_crums .brand-red{
    padding-right: 2px;
}
.bread_crums li:nth-last-child(1) .brand-red{
    display: none;
}
.bread_crums li:nth-last-child(1) a{
    font-weight: 700;
}
.u-form :is(input[type=email], input[type=tel], input[type=text], textarea, select){
    background-color: #fff !important;
}
html.dark-mode footer a.fw-medium:hover{
    color: #ee9d24 !important;
}

@media only screen and (max-width: 567px){
    footer{
        text-align: center;
    }
    footer .navbar-brand{
        display: block;
        text-align: center;
    }
}
