p {
    color: #5a5a5a;
}

.key-img {
    height: 300px;
    width: 100%;
}

.key-img img {
    height: 300px;
    width: 100%;
}

.key-head {
    font-size: 35px;
    font-weight: 600;
    color: #002c5f;
}

.key-left-contents {
    border-left: 5px solid #002c5f;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 10px;
}

.key-left-contents h3 {
    font-size: 25px;
    font-weight: 600;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin: 10px 0;
    transition: all 0.3s ease;
    /* Smooth hover effect */
}

.service-list li i {
    margin-right: 8px;
    color: #007BFF;
    /* Icon color */
    transition: transform 0.3s ease;
    /* Icon animation on hover */
}

.service-list li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 15px;
}

/* Hover effect */
.service-list li:hover a {
    color: #007BFF;
    /* Change text color on hover */
    padding-left: 5px;
    /* Slight shift to the right */
}

.service-list li:hover i {
    transform: rotate(20deg);
    /* Slight rotation effect */
}

.story-key {
    background-color: #ebebeb;
    padding: 20px;
}



.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 300px;
    min-width: 280px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card h5 {
    margin-bottom: 15px;
    color: #0d6efd;
}

.card ul {
    list-style: none;
}

.card ul li {
    padding: 8px 0;
    position: relative;
}

.card ul li::before {
    content: "✔";
    color: #0d6efd;
    margin-right: 10px;
}

.section {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .cards {
        flex-direction: column;
        align-items: center;
    }
}



.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}

.white-heading {
    color: #000000;
}

.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    /* background: url(img/heading-line.png); */
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/
.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    /* background: url(img/testimonial.bg-top.png); */
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    /* background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg); */
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    background: #e0efff;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}

.testimonial4_slide p {
    color: #000000;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #000000;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/* ------testimonial  close-------*/


/* Breadcrumb css */
.breadcrumb-section {
    background: url('../image/test-drive.jpg') center/cover no-repeat;
    padding: 60px 0;
    color: white;
    text-align: center;
    position: relative;
}

.breadcrumb-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-section h2 {
    font-size: 36px;
    margin-bottom: 10px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
}

.breadcrumb ul li {
    color: #fff;
}

.breadcrumb ul li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb ul li::after {
    content: '/';
    margin-left: 10px;
    color: #fff;
}

.breadcrumb ul li:last-child::after {
    content: '';
}

.heading-all {
    font-size: 27px;
    font-weight: 600;
}

.hbutton h6 {
    color: #ffffff !important;
    font-weight: 700;
}

.hbutton p {
    color: #ffffff !important;
}





.car-d-section {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    /* padding: 40px;
  background: #f9f9f9; */
}

.car-d {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    width: 268px;
}

.car-d:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.car-d .icon {
    font-size: 45px;
    color: #0c4b8f;
    margin-bottom: 15px;
    text-align: left;
}

.car-d h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
    text-align: left;
}

.car-d p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}



@media (max-width: 768px) {
    .key-img img {
        height: auto !important;
        width: 100%;
    }

    .key-img {
        height: auto;
        width: 100%;
    }

    .car-d-section {
        display: grid;
    }

    .car-d {
        width: 100%;
    }

    .breadcrumb-section h2 {
        font-size: 25px;
    }

    .breadcrumb-section {
        height: 210px;
    }

    .key-head {
        font-size: 25px;
    }

    .why-authorise {
        height: 200px !important;
    }

    .high-b {
        margin-bottom: 4px;
        height: 140px;
    }

    .heading-all {
        font-size: 24px;
    }

    .popular {
        margin-bottom: 6px;
        height: 185px;
    }

    .why-shankara {
        height: 270px !important;
    }

    .high-select {
        height: 190px;
        margin-bottom: 5px;
    }

    .why-vehicle {
        height: 205px !important;
    }

    .why-choose {
        height: 210px !important;
    }

    .why-shan {
        height: 170px !important;
    }

    .high-story {
        margin-bottom: 0px;
        height: 90px !important;
    }

    .trust {
        margin-top: 15px;
    }

    .hide-mo {
        display: none;
    }

}