@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.container-fluid {
    max-width: 1364px;
}

.container-fluid-max {
    width: 100%
}

/* Reset default margin and padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Styles */
body {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: "Roboto", "Lato", "Poppins", sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #666666;
}

/* Header Styles */
.search-icon{
    background-image: url('../../assets/images/search_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-bottom: -2px;
}
header {
    position: relative;
    display: block;
    z-index: 4500;
}

header .top{
    background-color: #008001;
    height: 36px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0;
}

header .top .staff-mail {
    float: right;
}

header .top .links {
    display: flex;
    gap: 33px;
}

header .main {
    min-height: 141px;
}

header .menu {
    height: 28px;
    background-color: #F0B03F;
}

header .menu .main{
    background-color: #fff;
    display: block;
    margin-top: -10px;
    margin-bottom : -10px;
    min-height: 48px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 21%);
    border-radius: 10px;
}

.kb-logo{
    background-image: url('../../assets/images/kb-logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 180px;
    height: 112px;
    float: right;
    margin-top: 10px;
}

.kb-vehicle{
    width: 100%;
    margin-top: -25px;
}

header .main .kb-name{
    text-align: center;
    display: block;
    color: #000;
    font-size: 32px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 30px;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

header .main .slogan-name{
    font-size: 22px;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    color: #F0B03F;
    font-weight: 500;
    line-height: 1.2;
    text-align: center; 
}

header .menu #site-navigation li a {
    background: none;
    color: #999 !important;
    font-size: 1em;
}

header .menu #site-navigation {
    margin-top: 7px;
}

header .menu .green-btn{
    background-color: #47A143;
    border-radius: 0 10px 10px 0;
    margin-top: -7px;
    margin-right: -24px;
    margin-bottom: -7px;
    height: 48px;
    padding: 7px;
}

.sky-mega-menu li {
    padding-left: 14px;
    font-family: sans-serif;
}

/* Service Style */
.sky-mega-menu li.current > a.menu,
header .menu #site-navigation li.current a.menu,
header .menu #site-navigation li:hover a.menu {
    color: #008001!important;
    font-weight: normal!important;
}

/* Banners Styles */
.banner{
    height: 500px;
    background-color: #C1C1C1;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f1f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

/* Stat Count Style */
.count-stats{
    min-height: 48px;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 21%);
    border-radius: 10px;
    display: flex;
    height: 190px;
    margin-top: -35px;
    margin-bottom: 45px;
    z-index: 1500;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: stretch;
    padding: 30px 0;
}

.count-stats .stat-panel {
    border-right: 1px solid #f1eded;
    text-align: center;
    padding-left: 0;
    padding-right: 50px;
    font-family: arial, sans-serif;
}

.count-stats .stat-panel:last-child{
    border-right: 0;
}

.count {
    font-family: Lato, arial, sans-serif;
    font-size: 40px;
    font-weight: 500;
    color: #F0B03F;
    margin-bottom: 12px;
}

.stat-title{
    font-size: 24px;
    font-weight: bold;
    color: #707070;
}

.stat-description{
    font-size: 18px;
    color: #707070;
}

.stat-title, .stat-description{
    line-height: normal;
}

/* Testimonial Section Styles */


/* Testimonial Section Styles */


/* Partner Section Styles */


/* Footer Styles */

    /* ---------- Intro Section ---------- */
    .intro-section{
        /* height: 600px; */
        display: block;
    }

    .header{
        margin-bottom: 20px;
        /* padding: 0 20px; */
        /* position: relative; */
        /* display: inline-block; */
    }

    .header-bg{
        padding: 0 20px;
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
    }

    .header .sub-title{
        font-size: 19px;
        color: #999999;
        text-transform: uppercase;
    }
    .header .main-title{
        font-size: 30px;
        font-weight: 500;
        color: #47A143;
    }

    .why-choose-us{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .why-choose-us .item{
        border: 1px solid #e5e2e2;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        height: 67px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px 20px;
        gap: 16px;
    }

    .why-choose-us .item:hover{
        background-color: #eff7ef73;
        border-color: #e5e3e3;
    }

    .why-choose-us .item .icon{
        width: 57px;
        height: 44px;
        /* border: 1px solid #A5A3A3; */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    /* ---------- Service Section ---------- */

    .center {
        text-align: center;
    }

    .services-section{
        background-color: #008001;
        background-repeat: no-repeat;
        background-position: right top;
        background-size: cover;
        background-image: url('../../assets/images/services_bg_1.png');
        min-height: 600px;
        padding: 50px 0;
    }

    .services-section .header .sub-title {
        color: #Fff;
    }

    .services-section .header .main-title {
        color: #F0B03F;
    }

    .services-section .nav-link {
        color: #fff;
        background-color: #F0B03F;
        text-decoration: none;
        padding: 10px 45px ;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        margin-right: 20px;
    }

    .services-section .nav-link:last-child{
        margin-right: 0;
    }

    .services-section .nav{
        gap: 20px;
    }

    .services-section .nav-link.active,
    .services-section .nav-link:hover {
        background-color: #fff;
        color: #008013;
    }
    

    .services-section .body-work-list,
    .services-section .maintenance-list,
    .services-section .repair-list,
    .services-section .diagnosis-list {
        margin-top: 40px;
    }

    .services-section .service-categories-list .panel-item,
    .services-section .body-work-list .panel-item,
    .services-section .maintenance-list .panel-item,
    .services-section .repair-list .panel-item,
    .services-section .diagnosis-list .panel-item {
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        background-color: #fff;
        max-width: 315px;
        overflow: hidden;
}

    .services-section .body-work-list .panel-item .thumbnail .popular,
    .services-section .maintenance-list .panel-item .thumbnail .popular,
    .services-section .repair-list .panel-item .thumbnail .popular,
    .services-section .diagnosis-list .panel-item .thumbnail .popular {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #fff;
        background-color: #E30000;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        padding: 1px 22px;
        margin: 0px 30px;
        position: absolute;;
    }

    .services-section .body-work-list .panel-item .thumbnail .popular::before,
    .services-section .maintenance-list .panel-item .thumbnail .popular,
    .services-section .repair-list .panel-item .thumbnail .popular,
    .services-section .diagnosis-list .panel-item .thumbnail .popular {
        content: 'Popular';
    }

    .services-section .body-work-list .panel-item .thumbnail,
    .services-section .maintenance-list .panel-item .thumbnail,
    .services-section .repair-list .panel-item .thumbnail,
    .services-section .diagnosis-list .panel-item .thumbnail {
        height: 260px;
        background-color: #f5f5f5;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .services-section .body-work-list .panel-item .info,
    .services-section .maintenance-list .panel-item .info,
    .services-section .repair-list .panel-item .info,
    .services-section .diagnosis-list .panel-item .info {
        height: 107px;
        text-align: center;
        margin-top: -12px;
    }

    .services-section .body-work-list .panel-item .info .sub-category-name,
    .services-section .maintenance-list .panel-item .info .sub-category-name,
    .services-section .repair-list .panel-item .info .sub-category-name,
    .services-section .diagnosis-list .panel-item .info .sub-category-name {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666666;
        border-radius: 20px;
        padding: 2px 25px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 21%);
        display: inline-block;
        margin: 0 auto;
        background-color: #fff;
}

    .services-section .body-work-list .panel-item .info .service-name,
    .services-section .maintenance-list .panel-item .info .service-name,
    .services-section .repair-list .panel-item .info .service-name,
    .services-section .diagnosis-list .panel-item .info .service-name {
        color: #505050;
        font-size: 21px;
        font-weight: 500;
        margin-top: 9px;
        line-height: normal;
    }

    .services-section .body-work-list .panel-item .info .service-desc,
    .services-section .maintenance-list .panel-item .info .service-desc,
    .services-section .repair-list .panel-item .info .service-desc,
    .services-section .diagnosis-list .panel-item .info .service-desc {
        color: #505050;
        font-size: 14px;
        font-weight: 500;
        margin-top: 9px;
        line-height: normal;
        font-weight: 300;
        margin: 20px;
        margin-top: 59px;
    }

    .services-section .body-work-list .panel-item:hover .info .service-desc,
    .services-section .maintenance-list .panel-item:hover .info .service-desc,
    .services-section .repair-list .panel-item:hover .info .service-desc,
    .services-section .diagnosis-list .panel-item:hover .info .service-desc {
        /* color: #505050;
        font-size: 14px;
        font-weight: 500;
        margin-top: 9px;
        line-height: normal;
        font-weight: 300;
        padding: 20px;
        margin-top: -100px;
        background-color: rgb(0 128 1 / 46%); */
    }
    

    .services-section .service-categories-list .panel-item {
        text-align: center;
        min-height: 230px;
        padding: 25px 0;
    }

    .services-section .service-categories-list .panel-item:hover,
    .services-section .body-work-list .panel-item:hover{
        background-color: #eff7ef;
        text-decoration: none;
    }

    .services-section .service-categories-list .panel-item:hover .category-name{
        text-decoration: none;
    }

    .services-section .service-categories-list .panel-item .icon img{
        height: 96px;
        margin-left: auto;
        margin-right: auto;
    }

    .services-section .service-categories-list .panel-item .icon {
        height: 96px;
        display: block;
        /* border: 1px solid #ccc; */
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        text-align: center;
    }

    .services-section .service-categories-list .panel-item .category-name {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 23px;
        color: #47A143;
        font-weight: 600;
        margin-top: 9px;
    }

    .services-section .service-categories-list .panel-item .description {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666666;
    }

    /* ---------- Action Section ---------- */
    .action-section{
        text-align: center;
        padding: 50px 0;
    }
    .action-section .text-top {
        font-size: 24px;
        color: #999999;
    }
    .action-section .action-message {
        font-size: 32px;
        color: #F0B03F
    }
    .action-section .action-btn {
        border-radius: 23.5px;
        -webkit-border-radius: 23.5px;
        -moz-border-radius: 23.5px;
        -ms-border-radius: 23.5px;
        -o-border-radius: 23.5px;
        background-color: #F0B03F;
        color: #fff;
        font-size: 18px;
        padding: 10px 40px;
        margin-top: 22px;
        display: inline-block;
}

    /* ---------- testimonials-partners ---------- */
    
    .testimonials-partners{
        padding: 30px 0;
    }

    .testimonial-item{
        display: grid;
        grid-template-columns: 80px auto;
        grid-template-rows: auto;
        gap: 40px;
    }

    .testimonial-item .profile img{
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-item .profile{
        border-radius: 50px;
        background-color: #10690C;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        height: 81px;
        width: 81px;
        text-align: center;
        padding: 10px;
}

    .testimonial-item .info .full-name{
        font-family: 'Times New Roman', Times, serif;
        font-size: 27px;
        font-weight: bold;
        color: #000;
    }

    .testimonial-item .info .job-title{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #999999;
    }
    .testimonial-item .info .rating{
        /* display: block; */
    }
    .testimonial-item .info .msg{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #666666;
        line-height: 27px;
    }

    .testimonial-list > .slick-dots li button:before{
        font-size: 9px;
    }

    .testimonial-list > .slick-dots li.slick-active button:before{
        color: #008001;
    }

    .rating {
        display: flex;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .client-list{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .client-list img{
        height: 90px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /* ---------- Photo Gallery Section ---------- */

    .gallery-section{
        padding: 50px 0;
        padding-top: 20px;
    }

    .header-section {
        padding: 10px 0 10px 0;
    }

    .header-section .view-more {
        margin-top: 0;
    }

    .album-current {
        border-radius: 10px;
        overflow: hidden;
        margin-top: 28px;
        display: block;
    }
    
    .album-current .cover {
        background-color: #ccc;
        width: 100%;
        height: 332px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-bottom: 5px;

        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .album-current, .album-current:hover, .album, .album:hover{
        text-decoration-line: none;
    }
    
    .album-current .thumb-item:hover,
    .album-current .cover:hover,
    .album .cover:hover {
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    }

    /* .album .cover:hover  .title{
        color: #ecd16d;
        text-decoration: none;
        text-decoration-line: none;
    } */
    
    .album-current .title,
    .album .cover .title {
        font-size: 0.953em!important;
        background-color: rgb(0 128 1 / 46%);
        color: #fff;
        padding: 7px 28px;
        font-weight: normal;
        margin-bottom: 0;
        text-decoration: none;
    }

    .album-current .title span,
    .album .cover .title span {
        display: block;
        overflow: hidden;
        max-height: 37px;
        -webkit-transition: all 1.6s ease 0s;
        transition: all 1.6s ease 0s;
    }

    .album:hover .cover .title span{
        max-height: 180px;
    }

    .album-current .thumb-list {
        margin-top: 11px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        height: 125px;
        gap: 13px;
    }
    
    .album-current .thumb-list .thumb-item {
        min-height: 42px;
        background-color: #ccc;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .album-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        margin-top: 28px;
        gap: 25px;
    }
    
    .album .cover {
        width: 100%;
        /* border: 1px solid #ccc; */
        border-radius: 10px;
        min-height: 222px;
        background-color: #ccc;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .album .cover{
        -webkit-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
    }
    
    .album .cover:hover {
        /* -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05); */
    }

    /* ---------- Footer Section ---------- */

    .kb-office-hours {
        font-size: 1em;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .kb-emergency-msg {
        color: #E30000;
        font-weight: bold;
    }
    
    .kb-office-hours,
    .kb-emergency-msg{
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
    }

    .kb-footer-title {
        color: #008001;
        font-size: 25px;
        font-weight: 500;
        margin-top: 13px;
    }
    
    .kb-footer-subtitle {
        color: #707070;
        font-size: 25px;
        font-weight: 300;
    }
    
    .kb-footer-logo {
        width: 230px;
    }

    footer .top-section {
        background-color: #EFF7EF;
        /* min-height: 442px; */
        padding-top: 32px;
        padding-bottom: 25px;
        overflow: hidden;
    }

    .footer-content {
        display: flex;
        gap: 25px;
        justify-content: space-around;
        flex-wrap: nowrap;
        flex-direction: row;
        font-size: 18px;
        color: #666666;
    }
    
    .footer-content p,
    .footer-content p a{
        font-size: 16px;
        color: #666666;
    }

    footer .footer-links {
        /* display: flex;
        flex-direction: row;
        flex-wrap: wrap; */
        justify-content: flex-start;
        padding-left: 20px;
    }

    footer .footer-title{
        font-size: 1.25em;
        text-transform: uppercase;
        color: #008001;
        font-weight: bold;
        line-height: 1.2;
        text-align: center; 
        margin-bottom: 20px;
        padding-left: 20px;   
    }

    footer .bottom-section{
        background-color: #008001;
        display: block;
        padding: 10px 0;
        color: #fff;
    }

    .footer-services {
        border-right: 1px solid #C1C1C1;
    }

    .footer-services .footer-content p {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    footer .disclaimer{
        text-align: right;
    }

    footer .disclaimer a {
        border-right: 1px solid #fff;
        padding-right: 10px;
        padding-left: 10px;
    }

    footer .disclaimer a:last-child{
        border-right: 0;
        padding-right: 0;
    }

    .social-links{
        width: 47px; 
        height: 47px; 
        border-radius: 8px; 
        background-color: #1e800014;
        padding-top: 9px;
        text-align: center;
    }
    
    .social-links:hover{
        background-color: #1e800026;
    }
    
    .footer-social-links{
        display: flex!important;
        gap: 15px!important;
        flex-wrap: wrap!important;
        justify-content: center;
        flex-direction: row!important;
        grid-template-columns: auto auto auto auto!important; 
    }

    .fieldset-section {
        border: 1px solid #cccc;
        border-radius: 15px;
        min-height: 320px;
        padding: 30px 40px;
        padding-top: 40px;
        margin-top: -45px;
        
    }

    .white-bg{
        background-color: #fff;
    }
    

    /* Links */
    a {
        color: #fff;
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

    /* Blink for Webkit and others
    (Chrome, Safari, Firefox, IE, ...)
    */

    /*@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
    }
    .blink{
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count:infinite;
        -webkit-animation-timing-function:ease-in-out;
        -webkit-animation-direction: alternate;
    }*/

    .blinking {
        animation: blinkingText 0.8s infinite;
        background-color: red;
        border-radius: 10px;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px;
        margin-left: 8px;
        float: right;
        padding: 4px 10px;
    }

    .new-flag {
        display: inline-block;
        background-color: rgb(243, 10, 11);
        font-size: 0.73em;
        color: #fff;
        position: absolute;
        /* width: 50px; */
        height: 22px;
        padding: 3px 13px;
        border-radius: 17px;
        margin-top: 21px;
        margin-left: 26px; 
    }

    .bg-size-contain{
        background-size: contain!important;
    }

    .bg-size-cover{
        background-size: cover!important;
    }

    @keyframes blinkingText {
        0% {
            color: #fff;
        }

        29% {
            color: #e6bc0a;
        }

        50% {
            color: #07ef10;
        }

        69% {
            color: transparent;
        }

        80% {
            color: #000;
        }

        99% {
            color: #e6bc0a;
        }

        100% {
            color: #3107ef;
        }
    }