* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    font-family: "Poppins", serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}


:root {
    --top-head-bg: #2c2f67;
    --sub-head: #ea1b23;
    --pri-icon-color: #fcbc5d;
    --footer-head: #e04579;

    --thumbnail_badge-bg: #e04579;

    --text-heading-size-factor: 0.9;

    --overlay-bg: rgba(0, 0, 0, 0.4);
    --pri-btn: #212529;
    --bredcrump-subheading: #e04579;


    --main-head: #23254f;

    --contact-box: #dfcdbd;
    --contact-box-hover: #8e7865;
    --contact-title: #3e230c;
    --heading-font-family: Montserrat, sans-serif;
    --malayalam-font-family: "Gayathri", sans-serif;
    --gradient: linear-gradient(to right top, #051937, #092242, #0e2b4c, #133457, #173e62);
    --button-gradient: ;
    --gradient2: linear-gradient(to right top, #1992cf, #1e9bd7, #24a5df, #2aaee7, #31b8ef);
}

.title {
    color: var(--main-head);
    font-weight: 400;
    font-family: var(--heading-font-family);
    letter-spacing: -2px;
    text-transform: capitalize;
}

.abt-title {
    font-family: var(--malayalam-font-family);
    font-weight: 500;
    color: #606e73;
}

.ff-m {
    font-family: var(--malayalam-font-family);
}


.gradient-text {
    color: #23254f;


}

.text-highlight {
    font-weight: 700;
}

.sec_title {
    color: #FFF;
}

.sub-title {
    display: inline-flex;
    position: relative;
    font-weight: 500;
    font-size: calc(0.8rem * var(--text-heading-size-factor));
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    color: var(--sub-head);
}

.sub-title::before {
    content: '';
    position: absolute;
    right: -50px;
    top: 50%;
    height: 1px;
    width: 40px;
    background-color: var(--sub-head);
}

.sticky-content {
    position: sticky !important;
    top: 100px;
}

.spacer {
    padding: 20px 0;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 350px;
    background-image: url(../asset/mahindra-diesel-generator-service-center-near-me.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.bd_title {
    font-family: var(--heading-font-family);
}



.breadcrump h2 {
    text-transform: capitalize;
}

.breadcrump-inner>.row {
    height: 100%;
    /* user-select: none; */
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.breadcrump-inner {
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: capitalize;
    /* font-family: "Gilda Display", serif; */
    padding: 0 15px;
}



.breadcrump-inner {
    position: relative;
    z-index: 15;
}




.bd-nav-inner {
    transform: skew(22deg);
}

.bd-nav-list li {
    margin: 0 10px;
    color: #FFf;
}

.bd-nav-list li a {
    color: #FFF;
    font-size: 14px;
}


.bd-nav-list li .active {
    color: #ffb703;
    white-space: nowrap;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* BUTTON */
.bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 8px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s linear;
    color: white !important;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px !important;
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    cursor: pointer;
    width: fit-content;
}

.bttn:hover {
    transform: scale(1.03);
}


.btn-outln {
    border: 2px solid #051937;
    color: #051937 !important;
}


.btn-outln.sec{
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    font-weight: 500;
    color: #000000 !important;
    background-color: #FFF;
    border: 1px solid #FFF;
}

.btn-2 {
    background-color: #1792d0;
}

.banner-btn {
    background: transparent;
    background-color: #FFF !important;
    color: #051937;
}

.btn_svg {
    display: block;
    margin-left: 4px;
    height: 1.5em;
    width: 1.5em;
}


.pri-btn.btn-fill {
    background-image: var(--gradient);
    /* background-size: 200% auto; */
}

.pri-btn.btn-fill:hover {
    background-position: right center;
}


.pri-btn.btn-fill:hover {
    background-position: right center;
}

/* .pri-btn {
    box-shadow: #051937 0px 12px 10px -10px !important;
}

.pri-btn:hover {
    box-shadow: #750861 0px 10px 15px -10px !important;
} */


.bttn:hover {
    background-position: right center;
}

.bttn.sec-btn {
    /* background: linear-gradient(white, white) padding-box,
        linear-gradient(135deg, #abdcff 10%, #0396ff 100%); */
    border: 1px solid #abdcff;
    color: #0396ff !important;
}

.sec-btn {
    box-shadow: #0396ff49 0px 12px 10px -10px !important;
}

.sec-btn:hover {
    box-shadow: #0396ff49 0px 10px 15px -10px !important;
}




/* header */
/* TOP HEADER */
.top-header {
    background-image: var(--gradient);
    /* background-color: var(--top-head-bg); */
    border-radius: 0 0 999px 999px;
}

.top-header-wrapper {

    padding-top: 15px;
    padding-bottom: 15px;
    /* padding-left: 260px; */
}

.header-links {
    display: flex;
    align-items: center;
}

.header-links>ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    list-style: none;
    column-gap: 14px;
}

.header-links>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-links>ul>li a {
    font-family: var(--heading-font-family);
    font-size: calc(1.1rem * var(--text-heading-size-factor));

}

.header-links .social-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    height: 1.3rem;
    width: 1.3rem;
    color: #FFFF;
}


.header-links-title {
    font-family: var(--heading-font-family);
    font-size: calc(0.9rem * var(--text-heading-size-factor));
    text-transform: uppercase;
    color: #fff;
}

.header-links>ul>li i {
    color: var(--pri-icon-color);
    font-size: 1.25rem;
}

.header-links>ul>li>a {
    color: #fff;
}


.header-links>ul>li>a:hover {
    color: #ffc300;
}

@media (min-width:1200px) {
    .navbar-logo {
        /* margin-top: -50px; */
        background-color: #fff;
        border-radius: 15px;
    }
}

.navbar.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar.sticky .navbar-logo {
    margin-top: 0;
    border: none;


}


.navbar .nav-link {
    white-space: nowrap;

}

.navbar .navbar-nav {
    flex-wrap: wrap;
}

.navbar-brand {
    margin-right: 0;
}

.navbar.sticky .navbar-brand img {
    width: 110px !important;
}

.social_list {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 12px;
    margin-bottom: 0;
    padding-left: 5px;
}

.social_list .social a {
    height: 1.5rem;
    width: 1.5rem;
    color: #FFF;
}

/* navbar */
.offcanvas-body>.navbar-nav>.nav-item {
    /* margin: 0 5px; */
}

@media screen and (min-width: 1200px) {
    .offcanvas-body>.navbar-nav>.nav-item {
        margin: 0 12px;
    }
}

.offcanvas-body>.navbar-nav>.nav-item .navbar-link {
    color: var(--main-head) !important;
}

.btn.whts {
    color: #FFF;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    background-color: #44a41b;
}


@media screen and (max-width:676px) {
    .navbar .navbar-brand img {
        width: 270px;
    }
}


@media screen and (max-width:400px) {
    .navbar .navbar-brand img {
        width: 228px;
    }
}


/* SECTION 1 INTRO------------------------------------------ */

.image_inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
    max-width: 80%;
}

@media screen and (max-width:700px) {
    .image_inner {

        max-width: 95%;
    }
}

.image_inner .image_1 {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 2;
    margin-top: 20%;
}

.image_inner .image_1>img {
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #FFF;

}

.image_inner .image_2 {
    grid-column: 5 / span 10;
    grid-row: 1;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid #FFF;
}

.bg_1 {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 0;
    left: 20px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
}

.bg_2 {
    position: absolute;
    height: 100px;
    width: 200px;
    top: 0;
    left: 40px;
    filter: brightness(0) saturate(100%) invert(26%) sepia(63%) saturate(359%) hue-rotate(161deg) brightness(91%) contrast(98%);
    object-fit: contain;
}

.sec-1_flt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.box {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box_icon {
    background-color: #001d3d;
    height: 40px;
    width: 40px;
    border-radius: 100%;

}

.box_icon>img {
    padding: 5px;
}

.box-title {
    font-size: var(--text-sm);
    font-weight: 500;
}

.box-description {
    font-size: var(--text-xs);
    font-weight: 300;
}

.exp-box {
    position: absolute;
    left: 0;
    bottom: 10%;
    padding: 12px;
    background-image: var(--gradient);
    color: #FFF;
    z-index: 10;
    border: 4px solid #FFF;

}

.exp-box>span {
    font-family: var(--heading-font-family);
    font-size: calc(0.9rem * var(--text-heading-size-factor));
}


@media (max-width:767px) {
    .sec-1_flt {
        position: relative;
    }
}



/* WHY CHOOSE US */

.why-choose {
    position: relative;
    background-image: url(../asset/generator-service.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.why-choose>.wrapper {
    max-width: 99%;
    margin: auto;
}

.why-choose::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000b3;
}

.why-choose.sec::before {
    display: none;
}

.why-choose-body {
    position: relative;
}

.why-choose-body.sec {
    background-image: var(--gradient);
}

.why-choose-body.sec .wch-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.why-choose-body.sec .wch-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s linear;
}

.why-choose-body.sec .wch-content:hover {
    transform: scale(1.03);
}

.why-choose-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: var(--gradient);
    filter: opacity(80%);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


.wch-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: 600;
    border-radius: 100%;
    border: 1px solid #FFF;
    width: fit-content;
    height: 40px;
    width: 40px;
    font-size: 1em;
    padding: 10px;
}

.wch-title {
    display: block;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: var(--heading-font-family);
    font-size: calc(1.5rem * var(--text-heading-size-factor));
    text-transform: capitalize;
}


.wch-desc {
    color: #FFf;
    font-weight: 300;
    font-size: calc(1.05rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);

}

.wch-content {
    padding: clamp(25px, 4vw, 30px);
    height: 100%;

}

.wch-content:hover {
    background-image: var(--gradient);
}

.wch_content_body {
    position: sticky;
    top: 0;
}

.wch_icon {
    height: 45px;
    width: 45px;
    /* border-radius: 50%;
    overflow: hidden; */
}


.wch-content.sec .wch-link,
.wch-content.sec .wch-title {
    color: #000;
}

.wch-content.sec .wch-link:hover {
    color: var(--link-hover) !important;
}

.wch-content.sec:hover .wch-link,
.wch-content.sec:hover .wch-title {
    color: #FFF;
}

.wch-icon {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    flex-shrink: 0;
    padding: 10px;
    background-color: #106c70;
    margin-right: 10px;
}




/* TESTIMONIAL */

.testimonial>.wrapper {
    max-width: 99%;
    border-radius: 12px;
    margin: auto;
    background-color: #0e2b4c;

}



/* TESTIMONIAL */
.testi-box {
    background-color: #FFF;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: clamp(16px, 4vw, 24px);
    border-radius: 20px;
}

.athr {
    position: relative;
    display: flex;
    align-items: center;
}

.athr-img {
    height: 50px;
    width: 50px;
    background-color: #adb5bd;
    border-radius: 100%;
    margin-right: 16px;
}

.testi-desc {
    font-weight: 300;
    font-size: clamp(13px, 2vw, 15px);
    color: #212529;
}

.testi-content {
    position: relative;
}

.testi-content .quote {
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: 5%;
    right: 10%;
    object-fit: contain;
    filter: opacity(15%);
}

.rating i {
    color: #f9a620;
}

.athr-img>img {
    object-fit: contain;
    padding: 5px;
}

@media (max-width:999px) {
    .sec_4 .outer-wrapper {
        display: flex;
        flex-direction: column;
    }

    .sec_4 .outer-wrapper.sec .inner-left {
        width: 100%;
        border-top-left-radius: 0;
    }

    .inner-left-body {
        margin-top: -50%;
    }

    .sec_4 .inner-right {
        width: 100%;
    }

    .sec_4 .inner-left-body {
        padding-left: 0;
        padding-right: 0;
    }


}

/* card */

.crs_card {
    display: flex;
    background-color: #f8f9fa;
    padding: 15px 10px;
    border-bottom: 1px solid #dfe1de;
    margin-bottom: 30px;

}

@media screen and (max-width:700px) {
    .crs_card {
        flex-direction: column;
        row-gap: 20px;
    }
}

.thumb {
    flex-basis: 45%;
}


.thumb .thumb-image {
    overflow: hidden;
}

.thumb .thumb-image>img {
    transition: all 0.3s linear;
}

.thumb .thumb-image>img:hover {
    transform: scale(1.1);
}


.crs_card-content {
    flex-basis: 55%;
    padding-left: 20px;
}

.crs_title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    /* color: #FFF; */
    /* margin-bottom: 19px; */
    /* padding-top: 10px; */
    font-weight: 600;
    text-align: center;
}





.crs_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(0.7rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    font-weight: 600;
    padding: 0.2rem;
    border-radius: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-image: var(--gradient);
    color: #FFF;
    margin: 8px 0;

}

.crs_desc {
    color: #465053;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
}

.crs-ftr {
    display: inline-block;
    color: #106c70;
    font-weight: 500;
    font-size: calc(1rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
}

.divider {
    border: 1px solid #e2e2e2;
    margin-bottom: 18px;
}

.courses>.wrapper {
    margin: 0 auto;
}


.crs_sec .crs_card {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100%;
}


.crs_sec .crs_card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding-left: 0;
    height: 100%;
    width: 100%;
}

.crs_sec ul li p {
    margin-bottom: 0;
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    /* background-image: var(--gradient); */
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    font-size: 20px;
    color: #000000;
    animation: marqueeMove 60s linear infinite;
}

.marquee_butn {
    padding: 5px 10px;
    background-color: #3C5A98;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.2px;
}

.marquee_butn:hover {
    transform: scale(1.03);
}

/* Pause on hover */
.marquee-container:hover .marquee {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marqueeMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}



/* FAQ */
.faq-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #222;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: all 0.4s ease;
    padding: 0 20px;
    line-height: 1.6;
    color: #555;
}


.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 15px 20px;
}

.faq-item.active .faq-question {
    background-image: var(--gradient);
    color: #FFF;
}

.faq-item.active .faq-answer {
    /* background-image: var(--gradient); */
    color: #000000;
}

.faq-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}


/* ------------------------------------------------- */

.ctr-4_box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f8f9fa;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 1.875rem;
    /*30px */
    overflow: hidden;
    height: 100%;
    transition: all 0.3s linear;
}


.ctr-4_box:hover {
    transform: scale(1.03);
}

.ctr-4_box:hover {
    transform: scale(1.03);
    background-image: var(--gradient);
}


.ctr-4_box:hover .ctr-4_text {
    color: #FFF !important;
}

.ctr-4_box:hover .ctr4_icon {
    background-color: #FFF;
}

.ctr-4_box .ctr-4_btn .btn-2 {
    border: 2px solid #FFF;
}

.ctr-4_box:hover .ctr-4_btn .btn-2 {
    background-image: none;
    background-color: #FFF;
    color: #1b4332;
}

.ctr-4_box .ctr-4_btn .btn-2:hover {
    border: 2px solid var(--hover-btn-pri);

}

.ctr-4_box::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #051937 transparent;
    transform: rotate(0deg);
    filter: opacity(5%);
    transition: all 0.3s linear;


}

.ctr4_icon {
    height: 80px;
    width: 80px;
    background-color: #FFF;
    border-radius: 50%;
}

.ctr4_icon .ctr4_i {
    padding: 15px;
}

.ctr-4_text {
    position: relative;
    color: #081c15;
    text-align: center;
}

.ser_heading {
    color: #38040e;
    padding-left: 20px;
    padding-bottom: 0px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 700;
}



/* contact page */
.contact .wrapper {
    position: relative;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    /* background-image: url(../asset/sree-gokulam-taxi-package.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; */

}

@media (max-width:999px) {
    .contact .wrapper {
        border-radius: 0;
    }
}



.cnt-adrs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f8f9fa;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    transition: all 0.3s linear;
    border-radius: 30px;
}

.cnt-adrs::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #051937 transparent;
    filter: opacity(5%);
    transform: rotate(0deg);
}


.cnt-adrs:hover .cnt-adrs_icon svg {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(3deg) brightness(100%) contrast(104%); */
    color: #FFF;

}

.cnt-adrs:hover {
    transform: scale(1.03);
    background-image: var(--gradient);
}

.cnt-adrs:hover .cnt_title,
.cnt-adrs:hover .cnt_adrs_text {
    position: relative;
    color: #FFF;
    transition: all 0.3s ease;
}

.cnt-adrs .cnt_title {
    text-align: center;
}

.cnt-adrs .cnt_adrs_text {
    display: inline-block;
    color: var(--pri-text-color);
    font-weight: 300;

}

@media screen and (max-width:676px) {
    .cnt-adrs .cnt_adrs_text {
        font-size: 1.1rem;
    }
}

.cnt-adrs .cnt_adrs_text:hover {
    color: #f9a620 !important;
}

.cnt-adrs .cnt-adrs_icon svg {
    color: #0396ff;
    height: 60px;
    width: 60px;
}



/* Form section background */
.booking-section {
    background: #f0f4f8;
}

/* Card styling */
.booking-form {
    transition: all 0.3s ease-in-out;
}

/* Floating label fix for select */
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


.form-control {
    padding: 10px;
}

.form-floating label {
    margin-left: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}


.btn-submit {
    background-color: #001d3d;
    color: #FFF;
    border-radius: 100px;
}

.btn-submit:hover {
    background-color: #051937;
    color: #FFF;
}




.booking-form h3 {
    font-size: 1.5rem;
    color: #222;
}


/* HERO BANNER SLIDER */
#banner .swiper-button-prev:after,
#banner .swiper-button-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    font-size: 1em;
    color: #FFF;
    background-color: #ced4da65;
}

#banner .swiper-button-prev svg,
#banner .swiper-button-next svg {
    display: none;
}

.content_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 100%;
    max-width: 700px;
    padding: 0 1rem;
    box-sizing: border-box;

}

.slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    width: 100%;
    max-width: 900px;
    margin: 0 auto;

    padding: 2rem;
    background-color: var(--overlay-bg);
    border-radius: 5px;
    z-index: 2;
}


@media (max-width: 768px) {
    .content_wrapper {
        max-width: 95%;
    }

    .slide-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .slide-content {
        display: none;
    }
}





.slide-content h1 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #FFF;
}

@media (max-width: 1024px) {
    .slide-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .slide-content h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .slide-content h1 {
        font-size: 1rem;
    }
}

@media (max-width: 400px) {
    .slide-content h1 {
        font-size: .5rem;
    }
}


.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
    display: inline-block;
    background-color: #0396ff;
    color: var(--text-color);
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}



.caro-2 .swiper-slide {
    display: flex;
    height: auto;
    height: 100%;
    /* min-height: 460px; */
}

.caro-2 .swiper-slide .item {
    display: flex;
    flex-direction: column;
    min-height: 420px;
    flex: 1 !important;
    height: 100% !important;
}

.caro-2 .swiper-slide {
    padding-bottom: 30px;
}

.caro-2 .swiper-slide .crs_card {
    flex: 1;
    height: 100%;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/* .btn-wrapper{
    display: flex;
    flex-grow: 1;
    flex: 1;
    height: 100%;
    background-color: red;
} */



.btn-wrapper {
    /* flex: 1; */
    display: flex;
    flex-wrap: wrap;
    background-color: #173e62;
    height: fit-content;
    width: 100%;
    font-size: 15px;
}

.btn-wrapper .btn {
    flex: 1;
    font-size: 1em;
    color: #FFF;
    border-radius: 0;
    font-family: var(--heading-font-family);
    height: fit-content;
    border: 1px solid #ffffff4d;
    white-space: nowrap;
}

.btn-wrapper .btn.btn-first {
    border-right: 1px solid #ffffff4d;
}

.btn-wrapper .btn.btn-second {
    border-left: 1px solid #ffffff4d;
}

.btn-wrapper .btn:hover {
    background-color: #133457;
}



/* sticky-icons */
.sticky01 {
    right: 20px;
    position: fixed;
    bottom: 150px;
    z-index: 899;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sticky01 a {
    padding: 8px;
    background-color: #7fc0f686;
    border-top-left-radius: 20%;
    border-bottom-right-radius: 20%;
    transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}

.sticky01 a:hover {
    border-radius: 50%;
}

.sticky01 img {
    height: 40px;
    width: 40px;
}





.sec_card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #ffffff;
    transition: all 0.5s ease;
    background-image: linear-gradient(90.2deg, #012f5f -0.4%, rgba(56, 141, 217, 1) 106.1%);

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
}

.sec_icon {
    height: 65px;
    width: 65px;
    background-color: #CBA132;
    border-radius: 100%;
}

.banner_bottom .sec_card {
    background-color: #fffdf2;
}

.banner_bottom .sec_card:hover {
    transform: translateY(-20px);
}

.banner_bottom .sec_card:hover {
    border-bottom: 4px solid #f9a620;
}

.sec_card .card_bgImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(0);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 2;
}

.sec_bgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: #000000b5;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.sec_card:hover .card_bgImg {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_bgOverlay {
    transform: scale(1);
    opacity: 1;
}

.sec_card:hover .sec_title-1 {
    color: #FFF;
}


.sec_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background-color: #FFF;
}


.sec_thumbnail .thumb_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 100%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border: 1px solid rgba(255, 255, 255, 0.17);
}

.sec_card .sec_thumbnail img {
    transition: all 0.5s ease;
}

.sec_card:hover .sec_thumbnail img {
    transform: scale(1.05);
}

.sec_2.services {
    background-color: #fffdf2;
}


.sec-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    /* border: 2px solid #FFF; */
    background-color: #FFF;
    z-index: 2;
}

.sec_card-desc {
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    line-height: 17px;
    font-family: var(--heading-font-family);
}

.sec-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%;
    padding-top: 30px;
    /* margin-top: -28px; */
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    background-color: #FFF;
}


.sec-inner-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    /* padding-left: clamp(12px, 4vw, 20px);
    padding-right: clamp(12px, 4vw, 20px); */
    padding-bottom: clamp(20px, 6vw, 3px);
    background-color: #FFF;
}

.sec_des {
    color: #343a40;
    font-weight: 400;
    font-size: 15px;
}

/* .sec_btn a {
    font-size: 15px;
} */

.sec-cnt-imgolv {
    position: absolute;
    right: 10%;
    top: 10%;
    height: 100px;
    width: 100px;
    filter: opacity(10%);

}

.sec-cnt-imgolv.sec {
    filter: brightness(0) saturate(100%) invert(19%) sepia(8%) saturate(4638%) hue-rotate(176deg) brightness(94%) contrast(90%) opacity(10%);
}

.sec-icon img {
    padding: 9px;
    object-fit: contain;
}

.sec_content {
    position: relative;
    display: flex;
    flex-direction: column;
    /* margin-top: -50px; */
    z-index: 10;
    height: 100%;
}

.sec_content.sec {
    margin-top: 0;

}

.sec_title_sec {
    font-size: 15px;
    color: #bf953f;
}


.sec_content.th {
    margin-top: -40px !important;
    margin: 0 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden;
}


.badge-custom {
    position: relative;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #ffc300;
}


.image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrapper .img-inner {
    position: relative;
    max-width: 80%;
    border-radius: 20px;
    z-index: 2;
    overflow: hidden;
}

.image-wrapper .img-inner img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.image-wrapper .img-inner img:hover {
    transform: scale(1.1);
}


.image-wrapper .img-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: -30px;
    margin-top: 30px;
    height: 100%;
    width: 100%;
    background-color: #012f5f;
    border-radius: 20px;
    z-index: -1;
}

.ftr-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    height: fit-content;
}

.ftr-list-item {
    display: inline-flex;
    align-items: start;
    height: fit-content;
}


.ftr-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    background-color: #012f5f;
    margin-right: 8px;
    flex-shrink: 0;
}

.ftr-icon.sec {

    border-radius: 0;
    position: relative;
    background-color: transparent;
    margin-right: 0;
}

.ftr-icon.sec::before {
    content: "\f00c";
    /* check icon */
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    color: #28a745;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;

}

.ftr-icon img {
    display: block;
    height: 1rem;
    width: 1rem;
    color: #FFF;
    fill: currentColor;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(200deg) brightness(111%) contrast(112%);
}

.ftr-list .crs_title {
    color: #071237;
    margin-bottom: 7px;
    text-align: start;

}

.ftr-list .desc {
    font-weight: 400;
    color: #000;
}


.banner {
    position: relative;
    background-image: url(../asset/slider-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 98%;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background-attachment: fixed;

}

.banner .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #0177bd;
    opacity: 75%;

}


.place {
    color: #242525;
    font-family: var(--heading-font-family);
    font-style: italic;
    font-size: 14px;
    opacity: 60%;
}

.services.wch .crs_title {
    color: #FFF;
}


.body-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.body-wrapper .content-left.img {
    grid-column: 1 / span 7;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-left.content {
    grid-column: 1 / span 6;
    z-index: 2;
    grid-row: 1;
}

.body-wrapper .img {
    max-height: 90%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.body-wrapper .img img {
    object-fit: cover;
    transition: all 0.3s linear;
}

.body-wrapper .img img:hover {
    transform: scale(1.1);
}

.body-wrapper .content-right.img {
    grid-column: 6 / span 12;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-right.content {
    grid-column: 7 / span 12;
    grid-row: 1;
    z-index: 2;

}


.body-wrapper .content {
    background-color: #0e2b4c;
    padding: clamp(25px, 4vw, 30px);
    margin-top: 50px;
}

.content .bd-title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    color: #FFF;
    /* margin-bottom: 19px; */
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
}

.ftr-list-item {
    margin: 9px 0;
}

.ftr-list-item .desc {
    font-family: var(--heading-font-family);
    font-size: calc(1.05rem * var(--text-heading-size-factor));

    font-weight: 400;
    margin-bottom: 0;
}


@media screen and (max-width:767px) {
    .body-wrapper {
        display: flex;
        flex-direction: column;
    }

    .body-wrapper .content {
        margin-top: 0;
    }

    .body-wrapper .img {
        border-radius: 0;
    }

    .body-wrapper.sec {
        flex-direction: column-reverse;
    }


}

.service_main {
    position: relative;
}

.service_main .ser_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 19%;
}




/* FOOTER */
footer {
    position: relative;
    background-image: url(../asset/mahindra-diesel-generator-service-center-near-me.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    margin-top: -6px;
}

footer .shape_1,
footer .shape_2 {
    z-index: 2;
    opacity: 30%;
}

footer>.wrapper {
    position: relative;
    padding-top: 100px;
}

footer>.wrapper>.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: var(--gradient);
    opacity: 95%;
    z-index: 1;
}

.text-p {
    color: #adb5bd;
    font-size: var(--font-xs);
}

.footer_title {
    position: relative;
    display: inline-block;
    color: var(--sub-head);
    text-transform: uppercase;
    font-size: var(--font-lg);
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-left: 30px;
}


.footer_title::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 100px;
    background-color: var(--sub-head);
}

.footer_links {

    list-style: none;

}

.footer_links .footer_item {
    display: flex;
    margin: 8px 0;
}

.footer_links .footer_item .footer_link {
    display: block;
    cursor: pointer;
    color: #FFF;
    font-size: var(--font-sm);
    font-weight: 300;

}


.footer-bottom {
    position: relative;
    background-image: var(--gradient);
    border-radius: 100px;
    z-index: 3;
}


.footer-bottom .widget {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.footer-bottom .widget>div {
    display: flex;
    align-items: center;
}


.footer-bottom .widget>div .footer_link {
    font-size: var(--font-md);
    color: #FFF;
    font-weight: 400;
}

.footer-bottom .footer_socials {
    list-style: none;
    display: flex;
    align-items: center;
}

.footer-bottom .footer_socials .social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    border-radius: 10px;
    background-color: #FFF;
    color: #14213d;
}

.footer-bottom .footer_socials .social>i {
    font-size: 1em;
}


.footer-rights {
    border-top: 1px solid #ffffff3a;
}


.footer-rights .text-p {
    opacity: 40%;
}

.footer-rights .text-p>a {
    opacity: 60%;
}

.footer-rights .text-p>a:hover {
    color: #FFF;
    opacity: 100%;
}


footer .widget-icon {
    color: #FFF;
}

@media screen and (max-width:768px) {
    .footer-bottom .widget {
        justify-content: flex-start;
    }

    .footer-bottom {
        background-color: transparent;
        padding-left: 2rem;
        border-radius: 0;
        background-image: none;
    }
}



.sec_box {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    min-height: 240px;
}

.sec_box.first {
    position: relative;
    overflow: hidden;
}


.sec_box.first .sec_bg {
    position: absolute;
    bottom: 0;
    right: -80px;
    width: 80%;
    opacity: 25%;

}


.sec_box .desc {
    text-align: center;
}

.bg-text {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 100px;
    color: #ced4da94;
    font-weight: 900;
}

.box_icon {
    position: relative;
    height: 60px;
    width: 60px;
}

.sec_box.first {
    background-color: #0d1b2a;
}

.sec-5 .sec_title {
    position: relative;
    font-size: calc(1.3rem * var(--text-heading-size-factor));
    font-family: var(--heading-font-family);
    color: #212529;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}



.box {
    padding: 10px;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box .box_icon {
    height: 40px;
    width: 40px;

}

.box .box_icon>img {
    padding: 5px;
}


.butn_i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 16px;
    background-color: #001d3d !important;
    color: #FFF;
}


.butn_i>i {
    padding: 0 !important;
    font-size: 1em;
}

.sec-5 {
    position: relative;
    background-image: url(../asset/generator-service.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.sec-5 .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000008c;
}



/* contact page */
.contact .map {
    overflow: hidden;
    border-radius: 20px;
}

.contact_list {
    background-color: var(--sec-bg);
}

.cnt {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    background-image: var(--gradient);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt:hover {
    transform: scale(1.03);
}

.cnt_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 20px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.cnt_icon>i {
    font-size: 1.1em;
    color: #001d3d;
}

.cnt_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-left: 20px;
}

.cnt_title {
    position: relative;
    display: inline-flex;
    text-transform: uppercase;
    color: #fcbc5d;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}




.cnt_body .txt {
    color: #f8f9fa;
    font-weight: 300;
}

.cnt_body .txt:hover {
    color: #ffb703;
}

/* Form section background */
.booking-section {
    background: #f0f4f8;
}

/* Card styling */
.booking-form {
    transition: all 0.3s ease-in-out;
}

/* Floating label fix for select */
.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}


.form-control {
    padding: 10px;
}

.form-floating label {
    margin-left: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, 0.25);
}


.btn-submit {
    background-image: var(--gradient);
    color: #FFF;
    border-radius: 100px;
    border: 2px solid #FFF;
}

.btn-submit:hover {
    background-image: none !important;
    color: #fcbc5d;
    border-color: #001d3d;

}




.booking-form h3 {
    font-size: 1.5rem;
    color: #222;
}


.image-inner {
    max-width: 80%;
    border-radius: 22px;
    overflow: hidden;

}

.image-inner>img {
    transition: all 0.3s linear;
}

.image-inner>img:hover {
    transform: scale(1.1);
}


/* SSERVICES MAIN */

.body-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-row: 1;
}

.body-wrapper .desc{
    color: #FFF;
    text-align: center;
    font-size: calc(1.05rem * var(--text-heading-size-factor));
}

.body-wrapper .content-left.img {
    grid-column: 1 / span 5;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-left.content {
    grid-column: 1 / span 8;
    z-index: 2;
    grid-row: 1;
}

.body-wrapper .img {
    max-height: 90%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.body-wrapper .img img {
    object-fit: cover;
    transition: all 0.3s linear;
}

.body-wrapper .img img:hover {
    transform: scale(1.1);
}

.body-wrapper .content-right.img {
    grid-column: 8 / span 12;
    grid-row: 1;
    z-index: 1;
}

.body-wrapper .content-right.content {
    grid-column: 5 / span 12;
    grid-row: 1;
    z-index: 2;

}


.body-wrapper .content {
    background-color: #0e2b4c;
    padding: clamp(25px, 4vw, 30px);
    margin-top: 50px;
}

.content .bd-title {
    display: block;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-size: calc(1.5rem * var(--text-heading-size-factor));
    color: #FFF;
    /* margin-bottom: 19px; */
    padding-top: 10px;
    font-weight: 600;
    text-align: center;
}

.content .ftr-list-item .desc {
    font-family: var(--heading-font-family);
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
}


@media screen and (max-width:767px) {
    .body-wrapper {
        display: flex;
        flex-direction: column;
    }

    .body-wrapper .content {
        margin-top: 0;
    }

    .body-wrapper .img {
        border-radius: 0;
    }

    .body-wrapper.sec {
        flex-direction: column-reverse;
    }


}

.service_main {
    position: relative;
}

.service_main .ser_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 19%;
}



.qck_contact .bttn{
    flex: 1;
    width: 100%;
}