.head-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    margin: 15px 0;
    line-height: 1.3;
}

.head-title span {
    color: #d32027;
}
.carousel-caption .h1-head {
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
}

.carousel-caption .h2-head {
    font-weight: 800;
    color: #ffffff;
    font-size: 50px;
}

.carousel-caption {
    top: 30%;
}

.carousel-inner .item:before {
    content: '';
    background: #000000;
    background: linear-gradient(90deg, rgb(0 0 0 / 42%) 50%, rgba(15, 17, 46, 0) 100%);
    position: absolute;
    inset: 0;
}

.header-bottom--home-page {
    background: #200122;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6f0000, #200122);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6f0000, #200122);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.py-5 {
    padding: 50px 0;
}

.list_style {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list_style li {
    color: #666;
}

.list_style li strong {
    color: #d32027;
}

.call-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #c9200a;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 50px;
    border: 1px solid #c9200a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.call-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #c9200a;
    border: 1px solid #c9200a;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 50px;
    transition: all 0.3s ease;
}

.specialist-section {
    background: #fff;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d32027;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.section-title {
    font-size: 46px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.section-title span {
    color: #d32027;
}

.section-text {
    color: #666;
    line-height: 30px;
    font-size: 17px;
    margin-top: 20px;
}

.specialist-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.specialist-image img {
    width: 100%;
    transition: .5s;
}

.specialist-image:hover img {
    transform: scale(1.05);
}

.experience-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #d32027;
    color: #fff;
    padding: 20px 30px;
    border-radius: 15px;
}

.experience-box h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
}

.experience-box span {
    font-size: 15px;
}

.feature-box {
    display: flex;
    gap: 18px;
    background: #fff;
    padding: 22px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.feature-box i {
    width: 60px;
    height: 60px;
    background: #d32027;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.feature-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-box p {
    margin: 0;
    color: #666;
    line-height: 26px;
}

.btn-danger {
    background: #d32027;
    border: none;
    border-radius: 8px;
    transition: .4s;
}

.btn-danger:hover {
    background: #111;
}

.warning-signs {
    background: #111;
    color: #fff;
    padding: 50px 0;
}

.section-subtitle {
    color: #d32027;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title {
    font-size: 46px;
    font-weight: 800;
    margin: 15px 0;
    line-height: 1.2;
}

.section-title span {
    color: #d32027;
}

.section-desc {
    color: #bdbdbd;
    line-height: 30px;
    margin-bottom: 20px;
}

.warning-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.warning-image img {
    transition: .5s;
}

.warning-image:hover img {
    transform: scale(1.05);
}

.warning-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #d32027;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

.warning-badge i {
    font-size: 35px;
    margin-bottom: 10px;
}

.warning-card {

    display: flex;

    align-items: flex-start;

    gap: 15px;

    background: #1c1c1c;

    padding: 22px;

    border-radius: 15px;

    margin-bottom: 20px;

    transition: .4s;

    border: 1px solid rgba(255, 255, 255, .05);

    min-height: 150px;
}

.warning-card:hover {

    background: #d32027;

    transform: translateY(-8px);

}

.warning-card i {

    width: 55px;

    height: 55px;

    background: #fff;

    color: #d32027;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    flex-shrink: 0;

}

.warning-card h5 {

    font-weight: 700;

    margin-bottom: 8px;

}

.warning-card p {

    margin: 0;

    color: #d6d6d6;

    line-height: 26px;

    font-size: 13px;
}

.warning-card:hover p {

    color: #fff;

}

.warning-note {

    display: flex;

    gap: 15px;

    background: #1c1c1c;

    padding: 25px;

    border-left: 5px solid #d32027;

    border-radius: 10px;

}

.warning-note i {

    color: #d32027;

    font-size: 28px;

}

.warning-note p {

    margin: 0;

    color: #ddd;

    line-height: 30px;

}

/*==========================
Gearbox Overhaul
==========================*/

.gearbox-overhaul-section {

    background: #ffffff;

    padding: 90px 0;

}

.section-heading span {

    color: #d32027;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 2px;

}

.section-heading h2 {

    font-size: 42px;

    font-weight: 800;

    color: #111;

    margin-top: 15px;

    line-height: 1.3;

}

.section-heading strong {

    color: #d32027;

}

.heading-line {

    width: 80px;

    height: 4px;

    background: #d32027;

    margin: 25px 0;

}

.section-text {

    color: #666;

    line-height: 30px;

    font-size: 16px;

    margin-bottom: 25px;

}

/* Boxes */

.process-list {

    margin-top: 35px;

}

.min-h-500 {
    min-height: 500px !important;
}

.process-box {

    background: #fff;

    border: 1px solid #eee;

    padding: 25px;

    margin-bottom: 25px;

    text-align: center;

    border-radius: 8px;

    transition: .4s;

    min-height: 300px;
}

.process-box:hover {

    background: #d32027;

    color: #fff;

    transform: translateY(-8px);

}

.process-box i {

    width: 70px;

    height: 70px;

    line-height: 70px;

    background: #d32027;

    color: #fff;

    border-radius: 50%;

    font-size: 28px;

    margin-bottom: 20px;

    transition: .4s;

}

.process-box:hover i {

    background: #fff;

    color: #d32027;

}

.process-box h4 {

    font-weight: 700;

    margin-bottom: 15px;

}

.process-box p {

    color: #777;

    line-height: 26px;

}

.process-box:hover p {

    color: #fff;

}

/* Image */

.gearbox-image {

    position: relative;

    overflow: hidden;

    border-radius: 10px;

}

.gearbox-image img {

    width: 100%;

    transition: .5s;

}

.gearbox-image:hover img {

    transform: scale(1.05);

}

/* Warranty Card */

.warranty-card {

    position: absolute;

    right: 30px;

    bottom: 30px;

    background: #d32027;

    color: #fff;

    padding: 25px;

    border-radius: 10px;

    width: 220px;

    text-align: center;

}

.warranty-card h2 {

    margin: 0;

    font-size: 60px;

    font-weight: 800;

}

.warranty-card span {

    display: block;

    font-size: 20px;

    font-weight: 700;

    margin: 10px 0;

}

.warranty-card p {

    margin: 0;

    font-size: 14px;

}

/* Responsive */

@media(max-width:991px) {
    .carousel-caption .h1-head {
    font-size: 22px;
    color: #ffffff;
    font-weight: 800;
}

.carousel-caption .h2-head {
    font-weight: 800;
    color: #ffffff;
    font-size: 20px;
}


    .gearbox-image {

        margin-top: 40px;

    }

    .section-heading h2 {

        font-size: 34px;

    }

}

@media(max-width:767px) {

    .gearbox-overhaul-section {

        padding: 60px 0;

    }

    .section-heading h2 {

        font-size: 28px;

    }

    .process-box {

        min-height: auto;

    }

    .warranty-card {

        position: relative;

        right: 0;

        bottom: 0;

        margin-top: 20px;

        width: 100%;

    }

}

/*==================================
FAQ Section
==================================*/

.faq-section {

    padding: 90px 0;

    background: #f8f8f8;

}

.faq-left .sub-title {

    color: #d32027;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

}

.faq-left h2 {

    font-size: 42px;

    font-weight: 800;

    color: #111;

    margin: 15px 0;

    line-height: 1.3;

}

.faq-left h2 span {

    color: #d32027;

}

.faq-left p {

    color: #666;

    line-height: 30px;

    margin-bottom: 35px;

}

.faq-left img {

    border-radius: 10px;

}

/* Accordion */

.faq-panel {

    border: none;

    box-shadow: none;

    margin-bottom: 18px;

}

.faq-panel .panel-heading {

    padding: 0;

    border: none;

    background: none;

}

.faq-panel .panel-title a {

display: block;

padding: 20px 43px;

background: #fff;

color: #111;

font-size: 18px;

font-weight: 700;

text-decoration: none;

border-left: 5px solid #d32027;

position: relative;

transition: .3s;
}

.faq-panel .panel-title a:hover {

    background: #d32027;

    color: #fff;

}

.faq-panel .panel-title a:after {

content: "+";

position: absolute;

right: 17px;

top: 18px;

font-size: 26px;

font-weight: bold;
}

.faq-panel .panel-title a[aria-expanded="true"]:after {

    content: "-";

}

.panel-body {

    background: #fff;

    color: #666;

    padding: 25px;

    line-height: 30px;

    border-top: none !important;

    border-left: 5px solid #d32027;

}

/* Mobile */

@media(max-width:991px) {

    .faq-left {

        margin-bottom: 40px;

    }

}

@media(max-width:767px) {

    .faq-section {

        padding: 60px 0;

    }

    .faq-left h2 {

        font-size: 30px;

    }

    .faq-panel .panel-title a {

        font-size: 16px;

        padding: 18px;

    }

    .panel-body {

        padding: 20px;

    }

    .carousel-inner .item img {
        height: 300px;
        object-fit: cover;
    }

    .carousel-caption h1 {
        font-weight: 800;
        font-size: 20px;
    }

    .carousel-caption h2 {
        font-weight: 800;
        color: #ffffff;
        font-size: 20px;
    }

    .carousel-caption {
        top: 0%;
    }

}