/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/img-bg.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; /* ensure centering */
    padding-bottom: 90px;
}


.nav-item-spacing {
    margin-left: 30px;
}

.custom_nav-container {
        background-color: #fff;
        padding: 0;
        margin: 15px 0;    
    }

    #navbarSupportedContent .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
    }

    #navbarSupportedContent .nav-item {
        flex: 1;
    }

    #navbarSupportedContent .nav-link {
        text-align: center;
        text-transform: uppercase;
        color: black;
        display: flex;
        align-items: center;
        height: 100%;
    }

    #navbarSupportedContent .nav-link.navbar-brand {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
        font-weight: bold;
        position: relative;
    }

    #navbarSupportedContent .nav-link.navbar-brand span {
        z-index: 2;
    }

    #navbarSupportedContent .nav-link.navbar-brand span span {
        color: white;
    }

    #navbarSupportedContent .nav-link.navbar-brand::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #010101;
        transform: scale(1.25);
        border-radius: 5px;
    }

/* Hide header section on small screens and tablets */
@media screen and (max-width: 1024px) {
  .header_section {
    display: none !important;
  }
}

/* Ensure it's visible on large screens */
@media screen and (min-width: 1024px) {
  .header_section {
    display: block;
  }
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    height: 100%;
    float: left;
    background-color: none;
    background-image: url(../images/bg-header.webp);
    height: auto;
    padding: 90px 0px;
    margin-top: -180px;
    background-size: cover;       /* fill section */
}

@media screen and (max-width: 1024px) {
  .banner_section {
    background-image: url(../images/img-bg.webp);
    background-size: cover;       /* fill section */
    background-repeat: no-repeat; /* no repeat */
    background-position: center;  /* center image */
  }
}

.banner_img {
    width:100%;
    float: right;
    position: relative;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-left: 100px;
}

.banner_taital_main a {
    width: 45%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #F5D002;
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
}

.banner_taital {
    width: 100%;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.banner_text{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

#banner_slider .carousel-control-next, 
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    background-color: #F5D002;
    border-radius: 100%;
    z-index: 1;
}

#banner_slider .carousel-control-next {
    right: -105%;
    top: 400px;
    color: #252525;
    background-color: transparent;
}

#banner_slider .carousel-control-prev {
    left: 0px;
    top: 400px;
}

#banner_slider .carousel-control-next:focus, 
#banner_slider .carousel-control-next:hover, 
#banner_slider .carousel-control-prev:focus, 
#banner_slider .carousel-control-prev:hover {
    color: #252525;
    background-color: #e1e1e1
}

.padding_right0 {
    padding-right: 0;
}

/* Hide the banner section on screens wider than 980px */

@media screen and (min-width: 1024px) {
  .mobile-only-logo{
    display: none !important;
  }
}

/* Style for screens 980px and below */
@media screen and (max-width: 1024px) {
  .banner_section {
    display: block;
    text-align: center; /* Center all text and elements */
  }

  .banner_section .container-fluid,
  .banner_section .row,
  .banner_section .col-md-6,
  .banner_section .banner_taital_main {
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }

  .banner_taital_main a {
    float: none !important;
    display: inline-block !important;
    width: auto !important;
    margin: 30px auto 0 auto !important;
  }

  /* Center the mobile-only logo and add spacing */
  .mobile-only-logo {
    display: block;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center;
  }

  .mobile-only-logo img {
    margin: 0 auto;
    display: inline-block;
  }

  /* Optionally hide carousel arrows on mobile for a cleaner look */
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}
/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    font-size: 36px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
}

.about_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #F5D002;
    left: 0px;
    right: initial;
    bottom: 0px;
}

.about_text {
    width: 70%;
    font-size: 14px;
    color: #1b1b1b;
    margin: 0px;
    padding-top: 40px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #F5D002;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

.arrow_icon {
    padding-left: 15px;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
    color: #ffffff;
    background-color: #474646;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 40px;
    color: #ffffff;
    background-color: #de6624;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #dedede;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #474646;
}


/* about section end */

/* models section start */

.models_section {
    width: 100%;
    float: left;
}

.models_taital {
    width: 100%;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
    text-align: center;
}

.models_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #F5D002;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.models_section_2 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 10px #e9e9e8;
    margin-top: 60px;
}

.carolo_text {
    width: 100%;
    font-size: 20px;
    color: #262625;
    font-weight: bold;
    padding-top: 60px;
}

.number_text{
    padding-right: 10px;
    color: #e9e9e8;
}

.ullamco_text{
    width: 100%;
    font-size: 16px;
    color: #4e4e4e;
    margin: 30px 0px 0px 0px;
}

.price_main {
    width: 100%;
    display: flex;
}

.price_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3e3e3d;
    margin: 0px;
    padding-top: 50px;
}

.read_btn {
    width: 250px;
    float: left;
    padding-top: 30px;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #F5D002;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.read_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

.arrow_icon {
    padding-left: 15px;
}

/* models section end */

.choose_section_2 {
    width: 100%;
    float: left;
    background-color: #F5D002;
    height: auto;
    padding: 90px 0px;
    margin-top: 30px;
}

.rated_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
}

.house_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.padding_10{
    padding-right: 15px;
}

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blog_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #F5D002;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.blog_box {
    width: 100%;
    background-color: #fefefd;
    height: auto;
}

.blog_text {
    width: 100%;
    font-size: 24px;
    color: #2d2d2d;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

.lorem_text {
    width: 70%;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 175px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #F5D002;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

.read_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}

.blog_img {
    width: 100%;
    text-align: center;
}

.btn_main {
    width: 100%;
    position: relative;
    top: -30px;
}

.date_text {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.date_text a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    background-color: #F5D002;
    padding: 10px;
}

.date_text a:hover {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}

.date_text.active a {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}


/* blog section end */

/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.client_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.box_main {
    width: 90%;
    float: right;
    background-color: #ffffff;
    padding: 0px 50px 0px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    text-align: center;
    position: relative;
    top: 10px;
}

.customer_main {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-left: 200px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}
.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

.customer_img {
    position: absolute;
    top: -60px;
    left: 60px;
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    background-size: 100%;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
}

 .contact_section .map_form_container .map_container { display: none; } 
 .contact_section .map_form_container.map_show form { display: none; } 
 .contact_section .map_form_container.map_show .map_container { display: block; }

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #929191;
}

.massage-bt {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #929191;
}

.map_btn_main {
    width: 100%;
    float: right;
}

.send_bt {
    width: 160px;
    float: right;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #F5D002;
    border: 3px solid #F5D002;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_bt {
    width: 160px;
    float: right;
    margin-right: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #F5D002;
    border: 3px solid #F5D002;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.map_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_center{
    width: auto;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_img img {
    height: 390px;
}


.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #F5D002;
    color: #ffffff;
}

.location_main {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.location_text {
    width: 100%;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
}

.location_text a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #F5D002;
}

.padding_left_15 {
    padding-left: 10px;
}

/* contact section end */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fff;
}

.copyright_text a:hover {
    color: #F5D002;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* --- Accent UI for sections below hero --- */
.btn-primary {
    background-color: #F5D002;
    border-color: #F5D002;
    color: #111111;
    width: 100%;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #e0c000;
    border-color: #e0c000;
    color: #111111;
}
.btn-outline-primary {
    color: #111111;
    border-color: #F5D002;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #F5D002;
    border-color: #F5D002;
    color: #111111;
}

#services {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spacer-normal {
    height: 80px;
}
.spacer-small {
    height: 30px;
}
.spacer-large {
    height: 90px;
}
.spacer-xlarge {
    height: 120px;
}

/* Section titles */
#services h2,
#projects h3,
#testimonials h3,
#about h5,
#mobile-service h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#services h2::after,
#projects h3::after,
#testimonials h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #F5D002;
    margin: 10px auto 0;
}

/* Cards and tiles */
#services .card-icon {
    font-size: 40px;
    color: #F5D002;
    text-align: center;
    margin-bottom: 30px;
    background-color: #000000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#services .card,
#projects .border {
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
#services .card:hover,
#projects .border:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
#services .card-title {
    font-weight: 600;
}

/* Mobile service block */
#mobile-service .border {
    border: 2px dashed #F5D002 !important;
    background: #fffdf0;
}

/* Lists and links */
#services-list h5 { font-weight: 600; }
#services-list ul li { margin-bottom: 6px; }
#services-list a { color: #111111; }
#services-list a:hover { color: #000; }

/* Subtle section backgrounds */
.bg-light {
    background-color: #fafafa !important;
}

/* Spacing tweaks */
#services .card-body {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ensure icon container centers horizontally */
#services .card .card-icon { margin: 0 auto 20px; }
#projects .border { padding: 20px; border-radius: 6px; }

/* Mobile service spacing override (reduce top gap) */
#mobile-service {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Responsive, bold headings for all sections below hero */
main h2,
main h3 {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(28px, 2.6vw + 8px, 42px);
}
main h4,
main h5 {
    font-weight: 600;
    line-height: 1.25;
    font-size: clamp(18px, 1.2vw + 12px, 18px);
}

/* Testimonials */
#testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.08);
    position: relative;
}

/* Project tiles with background images */
#projects .project-tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(0,0,0,0.08);
    overflow: hidden;
}
#projects .project-tile span {
    position: relative;
    z-index: 2;
    padding: 8px 12px;
    background: rgba(0,0,0,0.45);
    border-radius: 4px;
}
#projects .project-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
#projects .project-tile:hover { transform: translateY(-4px); }

/* Specific backgrounds */
.tile-minor-major {
    background: url(../images/minor-and-major-car-service.webp) center/cover no-repeat;
}
.tile-battery-electrical {
    background: url(../images/battery-and-electrical-systems.webp) center/cover no-repeat;
}
.tile-diagnostics {
    background: url(../images/diagnostics-and-fault-finding.webp) center/cover no-repeat;
}
.tile-mechanical {
    background: url(../images/mechanical-repairs.webp) center/cover no-repeat;
}
#testimonials .testimonial-card p { margin: 0; color: #555; }
#testimonials .testimonial-card h5 { margin: 0; font-weight: 600; color: #111; }
#testimonials .quote-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 44px;
    height: 44px;
    background: #F5D002;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(245,208,2,0.5);
}
#testimonials .stars .fa-star { color: #F5D002; margin-right: 2px; }
/* Remove default carousel controls styles for testimonials (controls removed) */

.span {
    font-weight: 600;
}

/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5D002;
    color: #111111;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 999;
}
#scrollTopBtn.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
#scrollTopBtn i { font-size: 18px; }
#scrollTopBtn:hover { background: #e0c000; top: 30px;}

.rated_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
}

.house_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.padding_10{
    padding-right: 15px;
}

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blog_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #F5D002;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.blog_box {
    width: 100%;
    background-color: #fefefd;
    height: auto;
}

.blog_text {
    width: 100%;
    font-size: 24px;
    color: #2d2d2d;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

.lorem_text {
    width: 70%;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 175px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #F5D002;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

.read_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}

.blog_img {
    width: 100%;
    text-align: center;
}

.btn_main {
    width: 100%;
    position: relative;
    top: -30px;
}

.date_text {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.date_text a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    background-color: #F5D002;
    padding: 10px;
}

.date_text a:hover {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}

.date_text.active a {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}


/* blog section end */

/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.client_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.box_main {
    width: 90%;
    float: right;
    background-color: #ffffff;
    padding: 0px 50px 0px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    text-align: center;
    position: relative;
    top: 10px;
}

.customer_main {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-left: 200px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}
.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

.customer_img {
    position: absolute;
    top: -60px;
    left: 60px;
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    background-size: 100%;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
}

 .contact_section .map_form_container .map_container { display: none; } 
 .contact_section .map_form_container.map_show form { display: none; } 
 .contact_section .map_form_container.map_show .map_container { display: block; }

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #929191;
}

.massage-bt {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #929191;
}

.map_btn_main {
    width: 100%;
    float: right;
}

.send_bt {
    width: 160px;
    float: right;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #F5D002;
    border: 3px solid #F5D002;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_bt {
    width: 160px;
    float: right;
    margin-right: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #F5D002;
    border: 3px solid #F5D002;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.map_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_center{
    width: auto;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_img img {
    height: 390px;
}


.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #F5D002;
    color: #ffffff;
}

.location_main {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.location_text {
    width: 100%;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
}

.location_text a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #F5D002;
}

.padding_left_15 {
    padding-left: 10px;
}

/* contact section end */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fff;
}

.copyright_text a:hover {
    color: #F5D002;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* --- Accent UI for sections below hero --- */
.btn-primary {
    background-color: #F5D002;
    border-color: #F5D002;
    color: #111111;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #e0c000;
    border-color: #e0c000;
    color: #111111;
}
.btn-outline-primary {
    color: #111111;
    border-color: #F5D002;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #F5D002;
    border-color: #F5D002;
    color: #111111;
}

#services {
    padding-top: 60px;
    padding-bottom: 60px;
}

.spacer-normal {
    height: 80px;
}
.spacer-small {
    height: 30px;
}
.spacer-large {
    height: 90px;
}
.spacer-xlarge {
    height: 120px;
}

/* Section titles */
#services h2,
#projects h3,
#testimonials h3,
#about h5,
#mobile-service h3 {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#services h2::after,
#projects h3::after,
#testimonials h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #F5D002;
    margin: 10px auto 0;
}

/* Cards and tiles */
#services .card-icon {
    font-size: 40px;
    color: #F5D002;
    text-align: center;
    margin-bottom: 30px;
    background-color: #000000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#services .card,
#projects .border {
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
#services .card:hover,
#projects .border:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}
#services .card-title {
    font-weight: 600;
}

/* Mobile service block */
#mobile-service .border {
    border: 2px dashed #F5D002 !important;
    background: #fffdf0;
}

/* Lists and links */
#services-list h5 { font-weight: 600; }
#services-list ul li { margin-bottom: 6px; }
#services-list a { color: #111111; }
#services-list a:hover { color: #000; }

/* Subtle section backgrounds */
.bg-light {
    background-color: #fafafa !important;
}

/* Spacing tweaks */
#services .card-body {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Ensure icon container centers horizontally */
#services .card .card-icon { margin: 0 auto 20px; }
#projects .border { padding: 20px; border-radius: 6px; }

/* Mobile service spacing override (reduce top gap) */
#mobile-service {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Responsive, bold headings for all sections below hero */
main h2,
main h3 {
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(28px, 2.6vw + 8px, 42px);
}
main h4,
main h5 {
    font-weight: 600;
    line-height: 1.25;
    font-size: clamp(18px, 1.2vw + 12px, 18px);
}

/* Testimonials */
#testimonials .testimonial-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(0,0,0,0.08);
    position: relative;
}

/* Project tiles with background images */
#projects .project-tile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 12px 26px rgba(0,0,0,0.08);
    overflow: hidden;
}
#projects .project-tile span {
    position: relative;
    z-index: 2;
    padding: 8px 12px;
    background: rgba(0,0,0,0.45);
    border-radius: 4px;
}
#projects .project-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
#projects .project-tile:hover { transform: translateY(-4px); }

/* Specific backgrounds */
.tile-minor-major {
    background: url(../images/minor-and-major-car-service.webp) center/cover no-repeat;
}
.tile-battery-electrical {
    background: url(../images/battery-and-electrical-systems.webp) center/cover no-repeat;
}
.tile-diagnostics {
    background: url(../images/diagnostics-and-fault-finding.webp) center/cover no-repeat;
}
.tile-mechanical {
    background: url(../images/mechanical-repairs.webp) center/cover no-repeat;
}
#testimonials .testimonial-card p { margin: 0; color: #555; }
#testimonials .testimonial-card h5 { margin: 0; font-weight: 600; color: #111; }
#testimonials .quote-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 44px;
    height: 44px;
    background: #F5D002;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(245,208,2,0.5);
}
#testimonials .stars .fa-star { color: #F5D002; margin-right: 2px; }
/* Remove default carousel controls styles for testimonials (controls removed) */

.span {
    font-weight: 600;
}

/* Scroll to Top Button */
#scrollTopBtn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F5D002;
    color: #111111;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 999;
}
#scrollTopBtn.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
#scrollTopBtn i { font-size: 18px; }
#scrollTopBtn:hover { background: #e0c000; }

/* FAQ Page Specific Styles */
.faq-item .card {
    border: 0 !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    margin-bottom: 10px;
}

.faq-item .card-header {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0;
}

.faq-item .btn-link {
    color: #111111;
    text-decoration: none;
    font-weight: 600;
    padding: 20px 25px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-item .btn-link:hover {
    color: #F5D002;
    text-decoration: none;
}

.faq-item .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.faq-item .card-body {
    padding: 20px 25px;
    color: #666666;
    line-height: 1.6;
}

.faq-item .fa {
    transition: transform 0.3s ease;
}

.faq-item .collapse.show .fa {
    transform: rotate(180deg);
}

/* Ensure proper spacing for FAQ section */
#faq {
    padding-top: 60px;
    padding-bottom: 60px;
}

#faq h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #F5D002;
    margin: 10px auto 0;
}

.mt-6 {
    margin-top: 60px !important;
}

/* Ensure buttons are properly spaced on mobile */
@media (max-width: 768px) {
    .banner_taital_main .btn {
        margin-bottom: 10px;
        width: 100%;
    }
    
    .banner_taital_main .btn-primary {
        margin-right: 0 !important;
    }
}

/* Card adjustments for 404 page */
.card .card-icon {
    font-size: 40px;
    color: #F5D002;
    text-align: center;
    margin-bottom: 20px;
    background-color: #000000;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}

/* Error Pages Styling */
.error-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.error-code {
    font-size: 120px;
    color: #F5D002;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.error-title {
    color: #111111;
    margin-bottom: 20px;
    font-weight: 600;
}

.error-message {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 500px;
}

.error-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.error-note {
    color: #999;
    font-size: 14px;
    margin-top: 20px;
}

/* Mobile responsiveness for error pages */
@media (max-width: 768px) {
    .error-code {
        font-size: 80px;
    }
    
    .error-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .error-buttons .btn {
        width: 200px;
        margin-bottom: 10px;
    }
}
