@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,600;0,700;1,600&family=Mulish:wght@400;600&display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: "Chakra Petch", sans-serif !important;
}


@media (min-width: 1200px) and (max-width: 1599px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1440px;
    }
}



:root {
    --primaryColor: #c43d3a;
    --primaryDark: #041326;
    --primaryYellow: #fea500;
    --primaryWhite: #fff;
    --primaryBlack: #000;
    --primaryGreen: #369940;
    --primaryRed: #ff0000;
    --textLight1: #585858;
    --textLight2: #828993;
    --border1: #ffffff69;
    --transparent1: #00196857;
    --darkBg: #000416;
    --darkBg2: #0e0f16;
    --lightBg: #ecf0f3;
    --lightBg2: #e3e7ea;

    --fw100: 100;
    --fw200: 200;
    --fw300: 300;
    --fw400: 400;
    --fw500: 500;
    --fw600: 600;
    --fw700: 700;
}


.bgPrimaryColor {
    background-color: var(--primaryColor);
}

.bgPrimaryDark {
    background-color: var(--primaryDark);
}

.bgPrimaryYellow {
    background-color: var(--primaryYellow);
}

.bgPrimaryWhite {
    background-color: var(--primaryWhite);
}

.bgGreen {
    background-color: var(--primaryGreen);
}

.bgRed {
    background-color: var(--primaryRed);
}

.bgDark2 {
    background-color: var(--darkBg2);
}


.primaryColor {
    color: var(--primaryColor);
}

.primaryDark {
    color: var(--primaryDark);
}

.primaryYellow {
    color: var(--primaryYellow);
}

.primaryWhite {
    color: var(--primaryWhite);
}

.primaryBlack {
    color: var(--primaryBlack);
}

.textLight1 {
    color: var(--textLight1);
}

.textLight2 {
    color: var(--textLight2);
}


.fw100 {
    font-weight: var(--fw100);
}

.fw200 {
    font-weight: var(--fw200);
}

.fw300 {
    font-weight: var(--fw300);
}

.fw400 {
    font-weight: var(--fw400);
}

.fw500 {
    font-weight: var(--fw500);
}

.fw600 {
    font-weight: var(--fw600);
}

.fw700 {
    font-weight: var(--fw700);
}


h1,
.h1 {
    font-size: 56px;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 46px;
}

@media (max-width: 767px) {

    h2,
    .h2 {
        font-size: 36px;
    }
}

h3,
.h3 {
    font-size: 24px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f32 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .f32 {
        font-size: 26px;
    }
}

.titleLHeight {
    line-height: 62px;
}

@media (max-width: 767px) {
    .titleLHeight {
        line-height: 44px;
    }
}



.ptop {
    padding-top: 100px;
}

.pbtm {
    padding-bottom: 100px;
}

.mtop {
    margin-top: 100px;
}

.mbtm {
    margin-bottom: 100px;
}

.mbtm40 {
    margin-bottom: 40px;
}

.mbtm30 {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .ptop {
        padding-top: 60px;
    }

    .pbtm {
        padding-bottom: 60px;
    }
}



.fontFamRoboto {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.resetUl {
    list-style: none;
    padding: 0;
    margin: 0;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

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

.bgImgProp {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.smBtn {
    padding: 8px 26px;
    border-radius: 8px;
}

.lgBtn {
    padding: 16px 38px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .lgBtn {
        padding: 16px 30px;
    }
}

.mdBtn {
    padding: 12px 48px;
}

.borderBtn {
    border: 1px solid var(--border1) !important;
    color: var(--primaryWhite) !important;
}

.btn {
    border: none;
}

.btn1:hover,
.btn1:active {
    background-color: var(--primaryYellow) !important;
}

.btn2:hover,
.btn2:active {
    background-color: var(--primaryColor) !important;
    color: var(--primaryWhite) !important;
}

.btnArrIcon {
    font-size: 16px;
    padding-left: 10px;
}

.titleBtmBorder {
    text-decoration: underline;
    text-underline-offset: 16px;
}


@media (max-width: 767px) {
    .f13 {
        font-size: 13px;
    }

    .f14 {
        font-size: 14px;
    }

    .m0 {
        margin: 0 !important;
    }
}


/* Sub Banner Section */
.headingWidth1 {
    width: 42% !important;
}

.headingWidth2 {
    width: 43% !important;
}


@media (max-width: 991px) {
    .lgBanner {
        display: none;
    }

    .smBanner {
        height: 800px;
        object-fit: cover;
    }

    .subBannerSection .leftCont {
        position: absolute !important;
        transform: translateY(-50%) !important;
        top: 28% !important;
    }

    .headingWidth1 {
        width: 90% !important;
    }

    .headingWidth2 {
        width: 94% !important;
    }
}

@media (min-width: 992px) {
    .smBanner {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headingWidth1 {
        width: 46% !important;
    }

    .headingWidth2 {
        width: 48% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .headingWidth1 {
        width: 50% !important;
    }

    .headingWidth2 {
        width: 54% !important;
    }
}

/* Sub Banner Section End */


/* Header Section */
.topHeaderCont {
    padding: 12px 0;
}

.iconImg {
    width: 36px;
    height: 36px;
    border: 1px solid var(--primaryWhite);
    border-radius: 6px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar,
.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    width: 100px;
    height: 100%;
}

.navbar-nav {
    margin-right: 30px;
}

.navbar-nav .nav-item {
    margin-right: 16px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-link {
    color: var(--primaryWhite);
    font-weight: var(--fw300);
    padding: 4px 18px !important;
}

.navbar-nav .nav-link.active {
    background: var(--primaryWhite);
    border-radius: 6px;
    font-weight: var(--fw600);
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    box-shadow: none;
    position: relative;
}

.navbar .navbar-toggler[aria-expanded="false"]::after,
.navbar .navbar-toggler[aria-expanded="true"]::after {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    right: 0;
    color: var(--primaryWhite);
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    font-weight: 200;
}

.navbar .navbar-toggler[aria-expanded="false"]::after {
    content: '\e5d2';
}

.navbar .navbar-toggler[aria-expanded="true"]::after {
    content: '\e5cd';
}


@media (max-width: 767px) {
    .topHeaderCont {
        text-align: center;
    }

    .topHeaderArea .topHeaderCont .rightCont {
        gap: 60px;
    }

    .iconImg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 991px) {
    .mb12 {
        margin-bottom: 12px;
    }

    .topHeaderCont {
        flex-direction: column;
        gap: 16px;
    }

    .navbar-nav,
    .navbar-nav .nav-item {
        margin-right: 0;
    }

    .navbar-nav {
        margin-top: 12px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        filter: invert(100%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mr14 {
        margin-right: 14px !important;
    }

    .navbar-nav .nav-item {
        margin-right: 6px;
    }

    .navbar-nav .nav-link {
        padding: 4px 14px !important;
    }
}

/* Header Section End */


/* Banner Section */
.bannerSection {
    background-color: var(--primaryDark);
    position: relative;
}

.bannerSection .leftCont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);

}

.bannerSection .textCont {
    width: 25%;
}

.bannerVideoArea {
    width: 66%;
    height: 100%;
    margin-left: auto;
}

.bannerVideoArea video {
    display: block;
}


@media (max-width: 991px) {
    .bannerSection .leftCont {
        position: relative;
        transform: none;
    }

    .bannerSection .textCont,
    .bannerVideoArea {
        width: 100%;
    }

    .bannerSection .textCont {
        padding: 14px 0;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .bannerSection .textCont {
        width: 30%;
    }

    .bannerSection .textCont h1 {
        margin-bottom: 16px !important;
        font-size: 38px;
    }

    .bannerSection .textCont h2 {
        margin-bottom: 16px !important;
        font-size: 24px;
    }

    .bannerSection .textCont p {
        margin-bottom: 24px !important;
        font-size: 14px;
    }

    .bannerSection .textCont .lgBtn {
        padding: 10px 20px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .bannerSection .textCont {
        width: 30%;
    }
}



/* Banner Section End */


/* Service Section */
.serviceSection {
    position: relative;
    overflow: hidden;
}

.serviceSection .serviceCont {
    position: relative;
    z-index: 1;
}

.serviceSection .serviceCont .p1 {
    width: 80%;
    margin: 0 auto 30px;
}

.serviceSection .serviceCont .cardsCont {
    margin: 60px 0;
}

.serviceSection .serviceCont .cardItem {
    background-color: var(--primaryWhite);
    padding: 30px;
    border-radius: 18px;
    text-align: left;
    display: flex;
    transition: all 0.3s ease;
    height: 100%;
}

.serviceSection .serviceCont .cardItem:hover {
    background-color: var(--primaryDark);
}

.serviceSection .serviceCont .cardItem:hover h3,
.serviceSection .serviceCont .cardItem:hover p {
    color: var(--primaryWhite);
}

.serviceSection .serviceCont .cardItem .iconArea {
    background-color: var(--primaryDark);
    width: 80px;
    height: 80px;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.28);
    transition: all 0.3s ease;
}

.serviceSection .serviceCont .cardItem:hover .iconArea {
    background-color: var(--primaryWhite);
}

.serviceSection .serviceCont .cardItem .iconArea img {
    filter: invert(100%);
}

.serviceSection .serviceCont .cardItem:hover .iconArea img {
    filter: invert(0);
}

.serviceSection .serviceCont .cardItem .textArea {
    max-width: 354px;
}

.toolsOne {
    position: relative;
    top: 212px;
    left: -50px;
    margin-top: -150px;
    animation: top-left 4s ease infinite;
}

@keyframes top-left {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(40px, 30px);
    }

    100% {
        transform: translate(0);
    }
}

.toolsOne .toolImg {
    width: 100px;
    height: 100%;
}

.toolsSec {
    position: relative;
    top: 280px;
    left: 70px;
    animation: top-right 4s ease infinite;
}

@keyframes top-right {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(-30px, 40px);
    }

    100% {
        transform: translate(0);
    }
}

.toolsSec .toolImg {
    width: 130px;
    height: 100%;
    margin-left: auto;
}

.toolsThd {
    position: relative;
    top: -10px;
    left: 200px;
    width: 30%;
    animation: bottom-left 4s ease infinite;
}

@keyframes bottom-left {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(40px, -30px);
    }

    100% {
        transform: translate(0);
    }
}

.toolsThd .toolImg {
    width: 140px;
    height: 100%;
}

.toolsFrth {
    position: relative;
    width: 100%;
    top: -40px;
    left: -100px;
    margin-top: -66px;
    z-index: -1;
    animation: top-bottom 4s ease infinite;
}

@keyframes top-bottom {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translate(40px, 0);
    }

    100% {
        transform: translate(0);
    }
}

.toolsFrth .toolImg {
    width: 140px;
    height: 100%;
    margin-left: auto;
}


@media (max-width: 425px) {
    .serviceSection .serviceCont .cardItem .textArea {
        max-width: 190px;
    }
}

@media (min-width: 425px) and (max-width: 991px) {
    .serviceSection .serviceCont .cardItem .textArea {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .serviceSection {
        padding: 60px 0;
    }

    .toolsOne,
    .toolsSec,
    .toolsThd,
    .toolsFrth {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .serviceSection .serviceCont .cardItem .textArea {
        max-width: 310px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .serviceSection .serviceCont .cardItem .textArea {
        max-width: 260px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {

    .toolsOne,
    .toolsSec {
        left: 0;
    }

    .toolsSec .toolImg {
        width: 90px;
    }
}

/* Service Section End */


/* Repair Section */
.cardHeight {
    height: 260px;
}

.repairSection {
    background-position-y: 100%;
}

.repairSection .cardsArea {
    margin-top: 60px;
}

.repairSection .cardsArea .cardItem {
    text-align: left;
    padding: 50px;
    border: 1px solid var(--border1);
    border-radius: 18px;
    transition: all 0.3s ease;
    height: 100%;
}

.repairSection .cardsArea .cardItem:hover {
    border: 1px solid var(--primaryColor);
}

.repairSection .cardsArea .cardItem:hover .borderBtn {
    border: 1px solid var(--primaryColor) !important;
    background-color: var(--primaryColor);
}

.repairSection .cardsArea .mdBtn {
    background-color: var(--primaryWhite);
    margin-top: 60px;
}

.repairSectionHeight {
    height: 620px;
}


@media (max-width: 767px) {
    .repairSectionHeight {
        height: 0;
    }
}

@media (max-width: 991px) {
    .repairSection {
        background-position-x: 24%;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .repairSection .cardsArea .cardItem {
        padding: 30px;
    }

    .repairSectionHeight {
        height: 400px;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .repairSectionHeight {
        height: 470px;
    }
}

/* Repair Section End */


/* Counter Section */
.counterSection .titleBtmBorder::after {
    background-color: var(--primaryWhite);
}

.counterIcon {
    width: 90px;
    height: 100%;
    margin: 0 auto 24px;
}

.counterSection .counterCards {
    margin: 60px 0;
}

.counterSection .counterCards .cardItem {
    background-color: var(--transparent1);
    padding: 30px 78px;
    width: 18%;
    border-radius: 18px;
    transition: all 0.3s ease;
}

.counterSection .counterCards .cardItem:hover {
    background-color: var(--primaryWhite);
}

.counterSection .counterCards .cardItem:hover h3 {
    color: var(--primaryColor);
}

.counterSection .counterCards .cardItem:hover h4 {
    color: var(--primaryBlack);
}

.counterSection .counterCards .cardItem .iconImg2 {
    display: none;
}

.counterSection .counterCards .cardItem:hover .iconImg1 {
    display: none;
}

.counterSection .counterCards .cardItem:hover .iconImg2 {
    display: block;
}

.counterSection .callToAction {
    border: 1px solid var(--border1);
    border-radius: 16px;
    padding: 30px;
}

.counterSection .callToAction .mdBtn i {
    vertical-align: middle;
    margin-right: 8px;
}


@media (max-width: 767px) {
    .counterSection .counterCards .cardItem {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .counterSection .counterCards .cardItem {
        width: 48%;
    }
}

@media (max-width: 991px) {
    .counterSection .counterCards .cardItem {
        padding: 30px;
        margin-bottom: 30px;
    }

    .counterSection .counterCards .cardItem:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 991px) and (max-width: 1299px) {
    .counterSection .counterCards .cardItem {
        padding: 30px;
    }

    .counterIcon {
        width: 60px;
    }

    .counterSection .counterCards .cardItem h3 {
        font-size: 30px;
    }

    .counterSection .counterCards .cardItem h4 {
        font-size: 16px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .counterSection .counterCards .cardItem {
        padding: 30px 52px;
    }
}

/* Counter Section End */


/* Gallery Section */
.galleryImg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 360px);
    gap: 30px;
}

.galleryImg .imgCont {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.galleryImg .imgCont::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--primaryColor);
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.galleryImg .imgCont:hover::after {
    opacity: 0.8;
    transform: translateX(0);
}

.galleryImg .imgCont .fullImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.galleryImg .imgCont:hover .fullImg {
    opacity: 1;
}

.galleryImg .imgCont .fullImg span {
    font-size: 40px;
    font-weight: var(--fw200);
}

.galleryImg .imgCont img {
    object-fit: cover;
}

.galleryImg .imgCont1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.galleryImg .imgCont2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.galleryImg .imgCont3 {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}

.galleryImg .imgCont4 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
}

.galleryImg .imgCont5 {
    grid-column: 3 / 4;
    grid-row: 2 / 4;
}

.galleryImg .imgCont6 {
    grid-column: 2 / 3;
    grid-row: 3 / 5;
}

.galleryImg .imgCont7 {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
}

.galleryImg .imgCont8 {
    grid-column: 3 / 4;
    grid-row: 4 / 5;
}

.mfp-bg {
    background: var(--primaryColor);
    opacity: 0.9;
}

.mfp-arrow:before {
    opacity: 1;
}

.mfp-arrow-left:before {
    border-right: 27px solid var(--primaryWhite);
}

.mfp-arrow-right:before {
    border-left: 27px solid var(--primaryWhite);
}


@media (max-width: 767px) {
    .galleryImg {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .galleryImg {
        grid-template-rows: repeat(4, 160px);
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .galleryImg {
        grid-template-rows: repeat(4, 260px);
    }
}

/* Gallery Section End */


/* Service Request Section */
.servReqSection .contentArea {
    border-radius: 20px;
}

.servReqSection .contentArea .p1 {
    width: 54%;
    margin: 0 auto 40px;
}


@media (min-width: 425px) and (max-width: 991px) {
    .servReqSection .contentArea {
        padding-left: 30px;
        padding-right: 30px;
    }

    .servReqSection .contentArea .p1 {
        width: 100%;
    }
}

/* Service Request Section End */


/* Partner Section */
.partnerSection .partnerCont .carouselArea .item {
    width: 200px;
    height: 100%;
}

/* Partner Section End */


/* FAQ Section */
.faqSection {
    background-color: var(--lightBg);
}

.faqSection .accordion-item {
    margin-bottom: 18px;
    border: none;
    background: transparent;
}

.faqSection .accordion-button {
    background-color: var(--primaryWhite);
    padding: 26px 40px;
    border-radius: 14px !important;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.04);
    font-size: 20px;
    font-weight: var(--fw600);
}

.accordion-button:not(.collapsed) {
    background-color: var(--primaryColor);
    color: var(--primaryWhite);
    border: 1px solid var(--primaryColor);
    border-radius: 14px 14px 0 0 !important;
    padding: 26px 40px 12px;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(1000);
}

.faqSection .accordion-body {
    background-color: var(--primaryColor);
    color: var(--primaryWhite);
    border-radius: 0 0 14px 14px !important;
    padding: 12px 40px 28px;
    font-weight: var(--fw300);
    text-align: left;
}

/* FAQ Section End */


/* Form Section */
.formSection .formCont {
    width: 40%;
    margin-left: auto;
}

.formSection .formCont .form-label {
    color: var(--primaryWhite);
    font-weight: var(--fw300);
    font-size: 14px;
}

.formCont .form-control {
    background-color: #ffffff0d;
    color: var(--primaryWhite);
    border: 1px solid var(--border1);
    border-radius: 8px;
    padding: 14px 20px;
    box-shadow: none;
}

.formSection .formCont .form-control::placeholder {
    color: var(--border1);
}

.formCont .printMsg i {
    color: var(--primaryWhite);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 991px) {
    .formSection {
        background-position-x: 100%;
    }

    .formSection .formCont {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .formSection {
        background-position-x: 70%;
    }

    .formSection .formCont {
        width: 50%;
    }
}

/* Form Section End */


/* Footer Section */
.footerSection {
    background-color: var(--darkBg);
}

.footerSection .topCont .logoArea {
    margin-bottom: 60px;
}

.footerSection .topCont .logoArea img {
    width: 120px;
    height: 100%;
    margin-right: 24px;
}

.footerSection .topCont .middleBorder {
    width: 1px;
    height: 100%;
    background-color: var(--textLight1);
    margin: auto;
}

.footerSection .topCont .rightCont li {
    margin-bottom: 8px;
}

.footerSection .topCont .rightCont li:last-child {
    margin-bottom: 0;
}

.footerSection .topCont .rightCont .links {
    color: var(--primaryWhite);
    font-weight: var(--fw300);
    text-transform: capitalize;
}

.footerSection .topCont .rightCont .infoIcon {
    width: 14px;
    height: 100%;
}

.footerSection .btmCont {
    border-top: 1px solid var(--textLight1);
}


@media (max-width: 767px) {
    .footerSection .topCont .logoArea {
        flex-wrap: wrap;
        gap: 20px;
    }

    .footerSection .topCont .connectedArea ul {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .footerSection .topCont .middleBorder {
        width: 100%;
        height: 1px;
        margin: 30px 0;
    }
}

/* Footer Section End */



/* About Page */
/* About Section */
.aboutSection {
    position: relative;
}

.aboutSection .rightText {
    margin-left: 80px;
}

.btmPartImg {
    width: auto;
    height: 100%;
    max-height: 320px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}


@media (min-width: 768px) and (max-width: 1000px) {
    .aboutSection .leftImg {
        max-width: 500px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .aboutSection .rightText {
        margin-left: 0;
        margin-top: 40px;
    }

    .btmPartImg {
        max-height: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .aboutSection .rightText {
        margin-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .btmPartImg {
        max-height: 280px;
    }
}

/* About Section End */


/* Testimonial Section */
.testimonialSection {
    background-color: var(--lightBg2);
}

.testimonialSection .item {
    max-width: 950px;
    background-color: var(--primaryWhite);
    margin: 40px 20px 40px auto;
    border-radius: 20px;
    padding: 40px 80px 50px;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.18);
}

.testimonialSection .item .material-symbols-outlined {
    font-variation-settings: "FILL" 1;
    font-size: 40px;
    color: var(--primaryYellow);
}

.testimonialSection .item .nameSpace .imgCont {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonialSection .owl-theme .owl-dots {
    position: absolute;
    top: 0;
    margin-top: 0 !important;
    background-color: var(--lightBg2);
    height: 100%;
    width: 100%;
    max-width: 510px;
}

.testimonialSection .owl-theme .owl-dots::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0px;
    background-color: var(--primaryColor);
}

.testimonialSection .owl-theme .owl-dots .owl-dot {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    border: 5px solid var(--primaryWhite);
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.18);
    position: absolute;
    transition: all 0.3s ease;
}

.testimonialSection .owl-theme .owl-dots .owl-dot:hover {
    transform: scale(1.2);
}

.testimonialSection button.owl-dot:nth-child(1) {
    background-image: url(../images/testimonial-img-21.webp);
    width: 110px;
    height: 110px;
    left: 40px;
}

.testimonialSection button.owl-dot:nth-child(2) {
    background-image: url(../images/testimonial-img-22.webp);
    width: 180px;
    height: 180px;
    left: 210px;
}

.testimonialSection button.owl-dot:nth-child(3) {
    background-image: url(../images/testimonial-img-23.webp);
    width: 100px;
    height: 100px;
    left: 42px;
    top: 38%;
}

.testimonialSection button.owl-dot:nth-child(4) {
    background-image: url(../images/testimonial-img-20.webp);
    width: 130px;
    height: 130px;
    left: 164px;
    top: 54%;
}

.testimonialSection .owl-theme .owl-dots .owl-dot span {
    display: none;
}


@media (max-width: 767px) {
    .testimonialSection .item {
        padding: 30px;
    }

    .testimonialSection .item .nameSpace .textCont {
        width: 70%;
    }

    .testimonialSection button.owl-dot:nth-child(1),
    .testimonialSection button.owl-dot:nth-child(2),
    .testimonialSection button.owl-dot:nth-child(3),
    .testimonialSection button.owl-dot:nth-child(4) {
        width: 50px;
        height: 50px;
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .testimonialSection button.owl-dot:nth-child(1),
    .testimonialSection button.owl-dot:nth-child(2),
    .testimonialSection button.owl-dot:nth-child(3),
    .testimonialSection button.owl-dot:nth-child(4) {
        width: 70px;
        height: 70px;
        left: 0;
    }
}

@media (max-width: 1199px) {
    .testimonialSection .item {
        max-width: 100%;
        margin: 0 20px 20px;
    }

    .testimonialSection .owl-theme .owl-dots {
        position: relative;
        max-width: 100%;
    }

    .testimonialSection .owl-theme .owl-dots .owl-dot {
        position: relative;
        border: 3px solid var(--primaryWhite);
        margin: 8px;
    }

    .testimonialSection .owl-theme .owl-dots::after {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .testimonialSection .item {
        max-width: 60%;
    }

    .testimonialSection .owl-theme .owl-dots {
        max-width: 450px;
    }
}

/* Testimonial Section End */


/* Benefit Section */
.benefitSection .serviceCont .cardItem {
    border: 2px solid var(--primaryColor);
}

.benefitSection .serviceCont .cardItem:hover {
    background-color: var(--primaryColor);
}

.benefitSection .serviceCont .cardItem .iconArea {
    background-color: var(--primaryColor);
}

.benefitSection .serviceCont .cardsCont {
    margin: 60px 0 0;
}

.benefitSection .serviceCont .cardItem .iconArea img {
    filter: none;
}

.benefitSection .serviceCont .cardItem .iconArea .icon2 {
    display: none;
}

.benefitSection .serviceCont .cardItem:hover .iconArea .icon1 {
    display: none;
}

.benefitSection .serviceCont .cardItem:hover .iconArea .icon2 {
    display: block;
}

/* Benefit Section End */
/* About Page End */



/* Service Page */
.left0 {
    left: 0;
    right: unset;
}

.serviceCards {
    margin: 60px 240px 0;
}

.scrollTextCont {
    height: 108px;
    overflow-y: scroll;
    padding-right: 4px;
}

.scrollTextCont::-webkit-scrollbar {
    width: 4px;
}

.scrollTextCont::-webkit-scrollbar-thumb {
    background-color: var(--border1);
    border-radius: 20px;
}

.repairBlankHeight {
    height: 830px;
}


@media (max-width: 991px) {
    .serviceCards {
        margin: 0;
    }

    .bgPositionX {
        background-position-x: 54%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .serviceCards {
        margin: 60px 94px 0;
    }
}

/* Service Page End */



/* Gallery Page */
.paginationArea .page-link {
    border: none;
    color: var(--primaryColor);
    background: none;
    box-shadow: none;
}

.paginationArea .customPagination {
    background-color: var(--primaryWhite);
    border: 1px solid var(--primaryColor);
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--fw500);
    margin: 0 6px !important;
}

.paginationArea .customPagination.active {
    background-color: var(--primaryColor);
    color: var(--primaryWhite);
    border: 2px solid transparent;
}

/* Gallery Page End */



/* Contact Page */
/* Map Section */
.mapSection {
    position: relative;
}

.mapSection .mapDiv {
    height: 700px;
}

.mapSection iframe {
    display: block;
}

.mapSection .infoArea {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.mapSection .infoArea .contentArea {
    background-color: var(--primaryWhite);
    padding: 60px 80px;
    border-radius: 30px;
    box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.18);
    width: 42%;
    margin-left: auto;
}

.contentInfoIcon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--primaryColor);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mapSection .mailNumRow1 {
    border-right: 1px solid var(--transparent1);
    padding-right: 16px;
}

.mapSection .socialIcon .iconImg {
    border: 1px solid var(--primaryColor);
}


@media (max-width: 575px) {
    .mapSection .mailNumRow1 {
        border: none;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .mapSection .infoArea .contentArea {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .mapSection .infoArea {
        position: relative;
        transform: none;
    }

    .mapSection .infoArea .contentArea {
        width: 90%;
        margin: 40px auto;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .mapSection .mailNumRow1 {
        border: none;
        padding: 0;
    }
}

@media (min-width: 992px) and (max-width: 1499px) {
    .mapSection .infoArea .contentArea {
        padding: 40px;
    }
}

/* Map Section End */
/* Contact Page End */




/* Landing Page 1 */
.formSection .landing1Form {
    width: 100%;
    padding: 12px 30px 38px 30px;
    border-radius: 16px;
    background: #0f1c49;
    border: 1px solid #656565;
}

.landing1Form .form-control {
    padding: 10px 20px;
}

.formSection .landing1Form .form-control::placeholder {
    font-size: 14px;
}

.landing1Benefit .serviceCont .cardsCont {
    margin: 0 0 60px 0;
}

.landing1Benefit .serviceCont .cardsCont .cardItem {
    background-color: var(--primaryColor);
}

.landing1Benefit .serviceCont .cardItem .textArea {
    max-width: 100%;
}

.listCont {
    position: relative;
}

.listCont::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--primaryColor);
    transition: all 0.5s ease-in-out;
}

.listCont:hover::after {
    width: 100%;
}

.landing1ServReq .contentArea .p1 {
    border: 4px solid var(--primaryColor);
    border-radius: 18px;
    padding: 28px;
}

.landing1Footer {
    padding-top: 40px;
}

.landing1Footer .topCont {
    padding-bottom: 40px;
}

/* Landing Page 1 End */


/* Landing Page 2 */
.listNone {
    list-style: none;
}

.landing2ServSec .cardsCont .cardItem {
    border: 2px solid var(--primaryDark);
}

.adBlueChlng .circleCheck {
    font-size: 38px;
    font-variation-settings: "FILL" 1;
}

/* Landing Page 2 End */







/* ============================= New FAQ ========================== */
.faqs .btn:focus {
    box-shadow: none !important;
}

.customcontainer {
    max-width: 1350px !important;
    padding: 0 20px !important;
    margin: auto;
}

.faqs .card button[aria-expanded="true"] {
    background-color: var(--primaryColor);
}

.faqs .card button[aria-expanded="true"]::after {
    content: "\f106";
    font-family: "Fontawesome";
    font-size: 16px;
}

.faqs .card button[aria-expanded="false"]::after {
    content: "\f107";
    font-family: "Fontawesome";
    font-size: 16px;
}

.faqs .card button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-wrap: auto;
}

.faqs-text {
    letter-spacing: 0px;
    margin-bottom: 20px;
    margin-left: 43px;
    text-transform: uppercase;
    color: var(--primaryWhite);
}

.faqs-text::before {
    background: url(../images/whychoose-bars.png);
    content: "";
    width: 28px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: -151px;
    right: 0;
    margin: 0 auto;
}

.faqs .card {
    background-color: var(--primaryColor) !important;
    border: 0 !important;
    color: var(--primaryWhite);
}

.faqs .card button[aria-expanded="false"] {
    background-color: var(--primaryWhite);
}

.faqs .card button[aria-expanded="true"] {
    color: var(--primaryWhite);
}

/* ============================= New FAQ ========================== */


/* ============================= Trust Area ========================== */
.trustCard {
    border: 2px solid var(--primaryColor);
    background-color: var(--primaryWhite);
    padding: 30px;
    border-radius: 18px;
    text-align: left;
    display: flex;
    transition: all 0.3s ease;
    height: 100%;
}

.trustCard .iconArea {
    background-color: var(--primaryColor);
    width: 60px;
    height: 60px;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.28);
    flex: none;
}

.trustCard .textArea {
    max-width: 354px;
}

/* ============================= Trust Area ========================== */