@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:300,400,500,700);

:root {
    --fontFamily: "Roboto", sans-serif;
    --primaryColor: #18880b;
    --primaryRGB: 26, 227, 51;
    --secondaryColor: #071b549e;
    --secondaryRGB: 6, 87, 142;
    --accentColor: #52CAF5;
    --accentRGB: 82, 202, 245;
    --whiteColor: #ffffff;
    --whiteRGB: 255, 255, 255;
    --blackColor: #000000;
    --blackRGB: 0, 0, 0;
    --textColor: #666666;
    --lightTextColor: #cacaca;
    --borderColor: #eeeeee;
    --darkBorderColor: #2e2e2e;
    --mediumGray: #777777;
    --darkGray: #333333;
    --lighterGray: #f5f5f5;
    --bgLight: #f7f8fa;
    --bgLighter: #f9fbfd;
    --bgDark: #111111;
    --bgDarker: #1c1c1c;
    --grayDDD: #dddddd;
    --footerGray: #838b8c
}

body {
    font-family: var(--fontFamily);
    font-size: 15px;
    line-height: 26px;
    color: var(--mediumGray)
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: var(--darkGray);
    line-height: 1.1
}

h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px
}

h4 {
    font-weight: 600;
    text-transform: uppercase
}

img {
    max-width: 100%
}

.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover
}

.btn {
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 0;
    font-family: "Raleway", sans-serif
}

.theme-btn {
    background: var(--primaryColor) none repeat scroll 0 0;
    color: var(--whiteColor)
}

.btn {
    display: inline-block;
    text-align: center;
    border: 2px solid var(--primaryColor);
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 15px rgba(var(--primaryRGB), .2);
    z-index: 2;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1)
}

.btn:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background: rgb(0 0 0 / .5);
    color: var(--whiteColor);
    z-index: -1
}

.btn:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primaryRGB), .3)
}

.btn:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: var(--whiteColor);
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset
}

.d-table {
    display: table;
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle
}

.content-block-area {
    padding: 80px 0
}

.content-block-area .container-fluid {
    max-width: 1920px
}

.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0
}

.section-title h2 span {
    color: var(--primaryColor) !important
}

.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative
}

.car-icon::before {
    background: var(--mediumGray) none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px
}

.car-icon::after {
    background: var(--mediumGray) none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px
}

.separator-line {
    height: 1px;
    background: var(--secondaryColor);
    margin: 50px 0;
    opacity: .3
}

.gray-bg {
    background: #f9fbfd
}

.space-tb-30 {
    height: 30px
}

.site-preloader-wrap {
    background: var(--whiteColor) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999
}

.site-preloader-wrap .cssload-loader {
    left: 50%;
    margin: -75px 0 0 -75px;
    position: absolute;
    top: 50%;
    width: 146px;
    height: 146px;
    line-height: 146px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase
}

.cssload-loader:before,
.cssload-loader:after {
    opacity: 0;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 97px;
    border: 5px solid var(--secondaryColor);
    box-shadow: 0 0 49px var(--secondaryColor), inset 0 0 49px var(--secondaryColor);
    -o-box-shadow: 0 0 49px var(--secondaryColor), inset 0 0 49px var(--secondaryColor);
    -ms-box-shadow: 0 0 49px var(--secondaryColor), inset 0 0 49px var(--secondaryColor);
    -webkit-box-shadow: 0 0 49px var(--secondaryColor), inset 0 0 49px var(--secondaryColor);
    -moz-box-shadow: 0 0 49px var(--secondaryColor), inset 0 0 49px var(--secondaryColor)
}

.cssload-loader:after {
    z-index: 1;
    animation: cssload-gogoloader 2.3s infinite 1.15s;
    -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s
}

.cssload-loader:before {
    z-index: 2;
    animation: cssload-gogoloader 2.3s infinite;
    -o-animation: cssload-gogoloader 2.3s infinite;
    -ms-animation: cssload-gogoloader 2.3s infinite;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite
}

.site-preloader-wrap .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: var(--whiteColor);
    z-index: 1;
    transform: translateX(0)
}

.site-preloader-wrap .loader-section.section-left {
    left: 0
}

.site-preloader-wrap .loader-section.section-right {
    right: 0
}

.loaded .site-preloader-wrap {
    visibility: hidden
}

.loaded .site-preloader-wrap .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

.loaded .site-preloader-wrap .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(.645, .045, .355, 1)
}

@keyframes cssload-gogoloader {
    0% {
        transform: scale(0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

.top-header-area {
    background-color: var(--lighterGray);
    color: var(--darkGray);
    font-size: 14px
}

.top-header-area ul li {
    display: inline-block;
    border-right: 1px solid #dedede
}

.top-header-area ul li:first-child {
    border-left: 1px solid #dedede
}

.top-header-area ul li a {
    color: var(--darkGray);
    display: block;
    font-size: 14px;
    padding: 15px
}

.top-header-area ul li a:hover {
    color: var(--primaryColor)
}

.share-icons {
    text-align: right
}

.share-icons ul li a {
    font-size: 16px
}

.header-sticky.is-sticky {
    position: fixed;
    background-color: var(--whiteColor) !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 8px 6px -6px rgba(var(--blackRGB), .4);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown
}

.auto-navbar {
    background: transparent !important;
    margin: 0
}

.auto-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--whiteColor) !important;
    z-index: 999
}

.navbar-light .navbar-brand {
    padding: 0 0 8px 0
}

.navbar-light .navbar-brand img {
    max-width: 170px;
    width: auto;
    height: 80px;
    object-fit: contain;
    display: block
}

.PDI_logo_sticky {
    display: none
}




.auto-navbar .navbar-nav .nav-link.active {
    color: var(--primaryColor) !important;
    font-weight: 600;
}

/* NAV LINK BASE */
.auto-navbar .navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

/* UNDERLINE */
.auto-navbar .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 0;
    height: 3px;
    background: var(--primaryColor);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* HOVER EFFECT */
.auto-navbar .navbar-nav .nav-link:hover::after {
    width: 70%;
}

/* ACTIVE STATE */
.auto-navbar .navbar-nav .nav-link.active::after {
    width: 70%;
}




.header-sticky.is-sticky .PDI_logo {
    display: none !important
}

.header-sticky.is-sticky .PDI_logo_sticky {
    display: inline-block !important
}

.auto-navbar .navbar-nav .nav-link {
    padding: 0px 10px;
    color: var(--blackColor);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase
}

.auto-navbar .navbar-nav .nav-link:focus,
.auto-navbar .navbar-nav .nav-link:hover {
    color: var(--blackColor);
    background: transparent !important
}

.auto-navbar .navbar-nav .dropdown-item {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: capitalize
}

.auto-navbar .navbar-nav .dropdown-item:hover,
.auto-navbar .navbar-nav .dropdown-item:focus {
    background: var(--primaryColor);
    color: var(--whiteColor)
}

.dropdown-menu.mega-menu {
    width: 655px;
    overflow: hidden;
    left: -100%;
    padding: 10px;
    background-color: var(--whiteColor)
}

.mega-menu .sub-menu-heading {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px !important
}

.mega-menu p {
    margin-bottom: 0
}

.mega-menu p a {
    padding: 6px 0;
    color: #212529;
    display: block;
    font-size: 15px
}

.mega-menu p a:hover {
    padding-left: 7px;
    background: var(--primaryColor);
    color: var(--whiteColor)
}

.navbar-inner-image-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.navbar-inner-image-slider .owl-nav {
    margin: 0
}

.navbar-inner-image-slider .owl-dots .owl-dot span {
    margin: 0 3px;
    transition: 0.4s;
    background: var(--whiteColor)
}

.navbar-inner-image-slider .owl-dots .owl-dot.active span,
.navbar-inner-image-slider .owl-dots .owl-dot:hover span {
    background: var(--primaryColor)
}

.dropdown-menu .dropdown-item {
    color: #212529
}

@media (max-width:990px) {
    .PDI_logo {
        display: none !important
    }

    .PDI_logo_sticky {
        display: inline-block !important
    }
}

.navbar-brand img {
    width: auto;
    height: 40px;
    object-fit: contain;
    display: block
}

@media (max-width:500px) {
    .mega-menu {
        width: 300px
    }
}

.auto-navbar .navbar-nav .active>.nav-link,
.auto-navbar .navbar-nav .nav-link.active,
.auto-navbar .navbar-nav .nav-link.show,
.auto-navbar .navbar-nav .show>.nav-link {
    color: var(--primaryColor)
}

.auto-navbar .dropdown-item.active,
.auto-navbar .dropdown-item:active {
    color: var(--whiteColor);
    background-color: var(--primaryColor)
}

.auto-navbar i.icofont-search {
    font-size: 18px
}

.auto-navbar i.icofont-cart-alt {
    font-size: 20px
}

.dropdown-menu {
    padding: 0 0;
    margin: 0 0 0;
    border: 0 solid transition !important;
    border: 0 solid rgb(0 0 0 / .15);
    border-radius: 0;
    box-shadow: rgb(4 4 5 / .2) 0 7px 36px -8px !important
}



.auto-navbar .collapse ul ul>li:hover>a,
.navbar .show .dropdown-menu>li>a:focus,
.navbar .show .dropdown-menu>li>a:hover {
    background: var(--whiteColor);
    color: var(--primaryColor)
}

.auto-navbar .collapse ul ul ul>li:hover>a {
    background: var(--whiteColor);
    color: var(--primaryColor)
}

.auto-navbar .collapse ul ul,
.auto-navbar .collapse ul ul.dropdown-menu {
    background: var(--whiteColor);
    box-shadow: 0 0 15px 1px rgba(var(--secondaryRGB), .2) !important
}

.auto-navbar .collapse ul ul ul,
.auto-navbar .collapse ul ul ul.dropdown-menu {
    background: #f5f5f5
}

.auto-navbar .collapse ul ul ul ul,
.auto-navbar .collapse ul ul ul ul.dropdown-menu {
    background: #f5f5f5
}

.auto-navbar .collapse ul>li:hover>a {
    background: #fff0;
    color: var(--primaryColor);
    background: transparent !important;
}

@media only screen and (max-width:991px) {
    .auto-navbar .show>.dropdown-toggle::after {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg)
    }
}

@media only screen and (min-width:991px) {

    .auto-navbar .dropdown>.dropdown-menu,
    .auto-navbar .cart-item .dropdown-menu {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        -webkit-transform-origin: top center;
        transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        display: block
    }

    .auto-navbar .dropdown:hover>.dropdown-menu,
    .auto-navbar .cart-item:hover .dropdown-menu {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .auto-navbar .collapse ul li {
        position: relative
    }

    .auto-navbar .dropdown ul li:hover>ul {
        display: block
    }

    .auto-navbar .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none
    }

    .auto-navbar .collapse ul .cart-item ul {
        right: 0;
        left: auto;
        width: 300px
    }

    .auto-navbar .collapse ul ul li {
        position: relative
    }

    .auto-navbar .collapse ul ul li:hover>ul {
        display: block
    }

    .auto-navbar .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none
    }

    .auto-navbar .collapse ul ul ul li {
        position: relative
    }

    .auto-navbar .collapse ul ul ul li:hover ul {
        display: block
    }

    .auto-navbar .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        left: -100%;
        min-width: 250px;
        display: none;
        z-index: 1
    }
}

.auto-navbar .navbar-brand {
    z-index: 20
}

.auto-navbar::before {
    display: none !important
}

@media only screen and (min-width:1024) {
    .auto-navbar::before {
        width: 270px
    }
}

@media only screen and (min-width:1700px) {
    .auto-navbar::before {
        width: 700px
    }
}


/* ===== FINAL NAV HOVER FIX ===== */

.auto-navbar .navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    padding-bottom: 5px;
    z-index: 1;
}


.searchmodal {
    padding: 0 !important
}

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto
}

.search-form {
    position: relative
}

.search-form .form-control {
    border-radius: 0;
    border-top: none;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    height: 60px;
    font-size: 25px;
    padding: 0;
    border-color: #e9ecef
}

.search-form .form-control:focus {
    border-color: var(--primaryColor)
}

.search-form .search-btn {
    background-color: #fff0;
    border: 1px solid #fff0;
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    padding: 0 5px;
    transition: 0.4s
}

.search-form .search-btn:hover {
    color: var(--primaryColor)
}

.searchmodal button.close {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    opacity: 1;
    padding: 0 !important;
    height: 35px;
    width: 35px;
    outline: 0 !important;
    border-radius: 30px;
    transition: 0.4s;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 30px
}

.searchmodal button.close:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor) !important;
    opacity: 1 !important
}

.searchmodal .modal-header {
    border: none;
    padding: 5px
}

.modal-dialog {
    animation: modal-dialog 1s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

@keyframes modal-dialog {
    0% {
        opacity: 0;
        transform: scale(.75);
        -webkit-transform: scale(.75)
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.swiper-slide {
    height: 720px;
    background-size: cover;
    background-position: center center
}

.swiper-slide h1 {
    font-size: 50px;
    color: var(--whiteColor);
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px var(--blackColor)
}

.swiper-slide p {
    font-size: 20px;
    color: var(--whiteColor);
    text-shadow: 0 0 5px #000;
    margin-top: 20px
}

.swiper3 .swiper-wrapper {
    transition-timing-function: linear !important
}

.swiper-slide.swiper-slide-two {
    height: 100vh;
    background-size: cover;
    background-position: center center
}

.swiper-slide.swiper-slide-two h1 {
    font-size: 50px;
    color: var(--whiteColor);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000
}

.swiper-slide.swiper-slide-two h1 {
    margin-top: 80px
}

.swiper-slide.swiper-slide-two p {
    font-size: 20px;
    color: var(--whiteColor);
    text-shadow: 0 0 5px #000;
    margin-top: 20px
}

.homepage-slides .swiper-slide {
    position: relative;
    z-index: 1
}

.homepage-slides .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: var(--blackColor);
    opacity: .4
}

.homeslides-hero-content {
    max-width: 940px;
    margin: 0 auto;
    text-align: center
}

.homepage-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 10px;
    top: 50%;
    margin: -55px 0 0;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: rgb(0 0 0 / .4);
    font-size: 30px;
    padding: 0;
    transition: 0.4s
}

.homepage-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px
}

.homepage-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primaryColor);
    color: var(--whiteColor)
}

.homepage-slides.owl-theme .owl-nav {
    margin-top: 0
}

.homepage-slides.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0
}

.homepage-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background: #fff0;
    display: block;
    transition: 0.4s;
    border-radius: 30px;
    border: 2px solid var(--whiteColor)
}

.homepage-slides.owl-theme .owl-dots .owl-dot.active span,
.homepage-slides.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primaryColor);
    border-color: var(--primaryColor)
}

.background-preview h1 {
    font-size: 50px;
    color: var(--whiteColor);
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000
}

.hero-bg-1 {
    background-image: url(../../assets/images/hero-image-1.webp)
}

.background-preview p {
    font-size: 20px;
    color: var(--whiteColor);
    text-shadow: 0 0 5px #000;
    margin-top: 20px
}

.background-preview {
    background-size: cover;
    background-color: var(--grayDDD);
    background-position: center center;
    width: 100%;
    height: 100vh
}

.background-preview .btn.theme-btn {
    margin-top: 30px
}

તમારા HTML અને CSS ના આધારે,
ઇમેજ પર સફેદ ટેક્સ્ટને એકદમ સ્પષ્ટ (visible) બનાવવા માટે સૌથી સારો રસ્તો એ છે કે બેકગ્રાઉન્ડ ઇમેજ પર ડાબી બાજુથી એક Dark Gradient Overlay (કાળો પડછાયો) ઉમેરવો. આનાથી ઇમેજ પણ દેખાશે અને ટેક્સ્ટ પણ એકદમ વાંચી શકાશે. મેં તમારા CSS માં ::before નો ઉપયોગ કરીને એક ઓવરલે ઉમેર્યો છે અને text-shadow ને થોડો વધુ ડાર્ક કર્યો છે. આ રહ્યો તમારો સુધારેલો CSS કોડ (તમારા જૂના CSS ની જગ્યાએ આ કોડ પેસ્ટ કરો):CSS .hero-slider {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.hero-slide {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.hero-slide .d-table {
    position: relative;
    z-index: 2;
}

.hero-slide .d-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.hero-slide h1,
.hero-slide .hero-title {
    width: 70vh;
    font-size: 35px;
    color: var(--secondaryColor);
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgb(2 10 50 / .9);
    animation: slideInDown 0.8s ease
}

.hero-slide p {
    max-width: 60vh;
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    line-height: 1.6;
    animation: slideInUp 0.8s ease 0.2s backwards
}

/* ✅ MAIN FIX */
.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    z-index: 0;
    /* 🔥 change */
}

.hero-slide .btn.theme-btn {
    margin-top: 30px;
    animation: slideInUp 0.8s ease 0.4s backwards;
    box-shadow: 0 4px 6px rgb(0 0 0 / .3)
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}




.social-sidebar {
    bottom: 5%;
    position: fixed;
    right: 1.5%;
    /* top: 70%; */
    transform: translateY(-50%);
    z-index: 9999
}

.social-sidebar a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px
}

.social-sidebar a i {
    font-size: 20px;
    padding: 5px
}

.facebook {
    background: #00299b;
    border-radius: 15px 0 0 0
}

.instagram {
    background: #E1306C
}

.whatsapp {
    background: var(--primaryColor);
    border-radius: 50%
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgb(0 0 0 / .5);
    border-radius: 50%;
    transition: all 0.3s ease
}

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
    background-color: var(--primaryColor);
    opacity: .8
}

.hero-slider .slick-prev {
    left: 20px
}

.hero-slider .slick-next {
    right: 20px
}

.hero-slider .slick-prev:before {
    content: "←";
    font-size: 24px;
    color: #fff;
}

.hero-slider .slick-next:before {
    content: "→";
    font-size: 24px;
    color: #fff;
}

.hero-slider .slick-dots {
    bottom: 30px;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.hero-slider .slick-dots li {
    margin: 0 8px
}

.hero-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / .5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease
}

.hero-slider .slick-dots li.slick-active button {
    background-color: var(--primaryColor);
    width: 30px;
    border-radius: 10px
}

@media (max-width:768px) {
    .hero-slide h1,
    .hero-slide .hero-title {
        font-size: 25px
    }

    .hero-slide p {
        font-size: 14px
    }

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        width: 40px;
        height: 40px
    }

    .hero-slider .slick-prev {
        left: 10px
    }

    .hero-slider .slick-next {
        right: 10px
    }
}

@media (max-width:480px) {
    .hero-slide h1,
    .hero-slide .hero-title {
        font-size: 24px;
        line-height: 30px
    }

    .hero-slide p {
        font-size: 14px
    }

    .hero-slide {
        height: 60vh
    }

    .hero-slider .slick-prev,
    .hero-slider .slick-next {
        display: none
    }

    .hero-slider .slick-dots {
        bottom: 15px
    }

    .hero-slider .slick-dots li {
        margin: 0 5px
    }

    .hero-slider .slick-dots button {
        width: 10px;
        height: 10px
    }

    .hero-slider .slick-dots li.slick-active button {
        width: 25px
    }
}

#videobg {
    position: relative;
    height: 100vh;
    background: #fff0;
    padding: 0;
    overflow: hidden
}

.videobg.player {
    position: relative
}

.background-video h1 {
    font-size: 50px;
    color: var(--whiteColor);
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    text-shadow: 0 0 7px #000;
    margin-top: 60px
}

.background-video p {
    font-size: 20px;
    color: var(--whiteColor);
    text-shadow: 0 0 5px #000;
    margin-top: 20px
}

.background-video {
    width: 100%;
    height: 100vh;
    position: relative
}

.background-video:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: ""
}

.background-video .btn.theme-btn {
    margin-top: 30px
}

.featured-boxed {
    margin-top: 40px
}

.octagonWrap {
    height: 120px;
    margin: 0 auto 30px;
    overflow: hidden;
    position: relative;
    width: 120px
}

.octagon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: var(--bgLighter);
    border: 2px solid var(--primaryColor);
    transition: 0.4s
}

.octagon:before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
    border: inherit
}

.featured-boxed {
    background: var(--whiteColor);
    padding: 50px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / .03);
    border: 1px solid rgb(0 0 0 / .05);
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.featured-boxed:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgb(0 0 0 / .08);
    border-color: rgba(var(--primaryRGB), .2)
}

.service-icon-wrap {
    width: 90px;
    height: 90px;
    background: rgba(var(--primaryRGB), .05);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.4s
}

.featured-boxed:hover .service-icon-wrap {
    background: var(--primaryColor);
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 15px 30px rgba(var(--primaryRGB), .3)
}

.featured-boxed i::before {
    color: var(--primaryColor);
    font-size: 45px;
    margin: 0;
    transition: 0.4s
}

.featured-boxed:hover i::before {
    color: var(--whiteColor)
}

.featured-boxed h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #222
}

.featured-boxed p {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0
}

.service-hover-glow {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(var(--primaryRGB), .1) 0%, transparent 70%);
    z-index: -1;
    transition: 0.4s;
    opacity: 0
}

.featured-boxed:hover .service-hover-glow {
    opacity: 1;
    transform: scale(1.5)
}

.services-item {
    margin-bottom: 30px
}

.premium-box {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 350px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.premium-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s cubic-bezier(.165, .84, .44, 1)
}

.box-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / .9) 0%, rgb(0 0 0 / .2) 60%, transparent 100%);
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(20px);
    transition: 0.4s
}

.premium-box:hover img {
    transform: scale(1.1)
}

.premium-box:hover .box-overlay {
    transform: translateY(0)
}

.service-category {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primaryColor);
    margin-bottom: 10px;
    letter-spacing: 1px
}

.box-overlay h3 {
    font-size: 26px;
    font-weight: 800;
    color: var(--whiteColor);
    margin-bottom: 10px
}

.box-overlay p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.5;
    margin-bottom: 20px;
    opacity: 0;
    transition: 0.4s 0.1s
}

.premium-box:hover .box-overlay p {
    opacity: 1
}

.box-link {
    width: 50px;
    height: 50px;
    background: var(--primaryColor);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor) !important;
    font-size: 18px;
    transition: 0.4s
}

.box-link:hover {
    background: var(--whiteColor);
    color: var(--primaryColor) !important;
    transform: rotate(-45deg)
}

.btn-primary-gradient {
    padding: 18px 45px;
    background: linear-gradient(90deg, var(--primaryColor) 0%, #ff4d4d 100%);
    color: var(--whiteColor);
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.4s;
    box-shadow: 0 15px 30px rgba(var(--primaryRGB), .3);
    text-decoration: none;
    display: inline-block
}

.btn-primary-gradient:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(var(--primaryRGB), .4);
    color: var(--whiteColor)
}

.slider-wrapper .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.slider-wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 290px
}

.slider-wrapper .gallery-top {
    height: 80%;
    width: 100%
}

.slider-wrapper .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0
}

.slider-wrapper .gallery-thumbs .swiper-slide {
    height: 100px;
    opacity: .4
}

.slider-wrapper .gallery-thumbs .swiper-slide-active {
    opacity: 1
}

.left-widget {
    box-shadow: 0 0 35px 5px rgb(0 0 0 / .06);
    margin-bottom: 30px
}

.vertical-menu ul li a {
    border-bottom: 1px solid #eee;
    color: #222;
    display: block;
    padding: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.vertical-menu ul li a:hover,
.vertical-menu ul li.active a {
    background-color: var(--primaryColor);
    color: var(--whiteColor)
}

.vertical-menu .fa.fa-arrow-circle-right {
    font-size: 17px;
    line-height: 27px
}

.discount-box {
    padding: 15px;
    text-align: center
}

.discount-box h4 {
    line-height: 25px;
    font-size: 18px
}

.discount-box>p {
    font-size: 14px
}

.discount-box .theme-btn {
    margin-top: 0
}

.left-widget.download-box>a {
    border: 1px solid #eee;
    color: #828282;
    display: block;
    margin: 15px 0;
    padding: 7px 12px;
    text-align: left
}

.left-widget.download-box>a:hover {
    background-color: #333;
    color: var(--whiteColor)
}

.left-widget.download-box i {
    line-height: 27px
}

.service-content .page-header {
    margin: 40px 0 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.pricingTable {
    background: #f5f5f5;
    padding-bottom: 20px;
    overflow: hidden
}

.pricingTable .pricingTable-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.pricingTable .pricingTable-header:before {
    content: "";
    width: 100%;
    height: 150%;
    background: var(--primaryColor);
    position: absolute;
    top: -90%;
    left: -20%;
    z-index: -1;
    transform: rotate(-42deg)
}

.pricingTable .pricingTable-header:after {
    content: "";
    width: 100%;
    height: 190%;
    background: var(--secondaryColor);
    position: absolute;
    top: -76%;
    right: -16%;
    z-index: -2;
    transform: rotate(20deg)
}

.pricingTable .price-value {
    width: 50%;
    padding: 30px 0;
    float: left;
    font-size: 30px;
    color: var(--whiteColor);
    line-height: 20px;
    position: relative;
    top: 10px;
    left: 20px
}

.pricingTable .currency {
    font-size: 20px;
    position: relative;
    top: -10px;
    right: -3px
}

.pricingTable .title {
    display: inline-block;
    width: 50%;
    padding: 30px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--whiteColor);
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    right: 7px
}

.pricingTable .pricing-content {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    clear: both
}

.pricingTable .pricing-content li {
    color: #828282;
    line-height: 40px
}

.pricingTable .pricingTable-signup {
    display: block;
    width: 80%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid var(--primaryColor);
    border-radius: 40px;
    margin: 0 auto;
    font-size: 18px;
    color: var(--primaryColor);
    z-index: 1;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after {
    content: "";
    border-width: 0;
    border-style: solid;
    position: absolute;
    z-index: -1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s
}

.pricingTable .pricingTable-signup:before {
    border-color: #fff0 #fff0 #fff0 #606aa3;
    bottom: 0;
    left: 0
}

.pricingTable .pricingTable-signup:after {
    border-color: #fff0 #606aa3 #fff0 #fff0;
    top: 0;
    right: 0
}

.pricingTable .pricingTable-signup:hover:before,
.pricingTable .pricingTable-signup:hover:after {
    border-width: 150px 262px
}

.pricingTable.deep-green .pricingTable-header:before {
    background: #18a288
}

.pricingTable.deep-green .pricingTable-header:after {
    background: #1abc9c
}

.pricingTable.deep-green .pricingTable-signup {
    border-color: #1abc9c;
    color: #1abc9c
}

.pricingTable.deep-green .pricingTable-signup:before {
    border-color: #fff0 #fff0 #fff0 #18a288
}

.pricingTable.deep-green .pricingTable-signup:after {
    border-color: #fff0 #18a288 #fff0 #fff0
}

.pricingTable.orange .pricingTable-header:before {
    background: #ee6e00
}

.pricingTable.orange .pricingTable-header:after {
    background: #e67e22
}

.pricingTable.orange .pricingTable-signup {
    border-color: #e67e22;
    color: #e67e22
}

.pricingTable.orange .pricingTable-signup:before {
    border-color: #fff0 #fff0 #fff0 #ee6e00
}

.pricingTable.orange .pricingTable-signup:after {
    border-color: #fff0 #ee6e00 #fff0 #fff0
}

.pricingTable.purple .pricingTable-header:before {
    background: #b14468
}

.pricingTable.purple .pricingTable-header:after {
    background: #cf4d78
}

.pricingTable.purple .pricingTable-signup {
    border-color: #cf4d78;
    color: #cf4d78
}

.pricingTable.purple .pricingTable-signup:before {
    border-color: #fff0 #fff0 #fff0 #b14468
}

.pricingTable.purple .pricingTable-signup:after {
    border-color: #fff0 #b14468 #fff0 #fff0
}

@media only screen and (max-width:990px) {
    .pricingTable {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .pricingTable .pricingTable-header:before {
        height: 300%;
        top: -267%
    }

    .pricingTable .pricingTable-header:after {
        height: 270%;
        top: -106%
    }

    .pricingTable .title {
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .pricingTable .pricingTable-header:after {
        top: -146%
    }
}

@media only screen and (max-width:479px) {
    .pricingTable .pricingTable-header:before {
        height: 200%;
        top: -120%;
        left: -20%
    }
}

.single-line {
    background: #eee;
    height: 1px
}

.single-icon {
    background-color: #333;
    border-radius: 50%;
    color: var(--whiteColor);
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.single-item-boxed:hover .single-icon {
    background-color: var(--secondaryColor)
}

.single-item-boxed {
    padding-left: 60px;
    position: relative;
    margin-top: 20px
}

.single-item-boxed h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.single-item-boxed>p {
    font-size: 14px;
    margin-bottom: 0
}

.single-service-image img {
    width: 100%
}

.boxed-item {
    background: var(--whiteColor);
    border: 1px solid rgb(0 0 0 / .05);
    border-radius: 20px;
    margin-top: 50px;
    padding: 60px 30px;
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center
}

.boxed-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgb(0 0 0 / .1);
    border-color: rgba(var(--primaryRGB), .2)
}

.sirial-number {
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 80px;
    font-weight: 900;
    color: rgb(0 0 0 / .03);
    z-index: -1;
    line-height: 1;
    user-select: none;
    transition: 0.4s
}

.boxed-item:hover .sirial-number {
    color: rgba(var(--primaryRGB), .05);
    transform: scale(1.1)
}

.single-boxed {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.4s
}

.boxed-item .flaticon-crane::before,
.boxed-item .flaticon-wheel-1:before,
.boxed-item .flaticon-speedometer:before,
.boxed-item .flaticon-car-radio:before {
    color: var(--primaryColor);
    font-size: 35px;
    line-height: 1;
    margin: 0;
    transition: 0.4s
}

.boxed-item:hover .single-boxed {
    background: var(--primaryColor);
    transform: rotateY(180deg);
    box-shadow: 0 10px 20px rgba(var(--primaryRGB), .3)
}

.boxed-item:hover .single-boxed i::before {
    color: var(--whiteColor)
}

.boxed-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
    transition: 0.3s
}

.boxed-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 0
}

.count-down-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    position: relative;
    z-index: 1
}

.count-down-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.count-bg {
    background-image: url(../../assets/images/count-bg.webp)
}

.count-down-boxed {
    border: 1px solid #eee;
    color: #eee;
    padding: 25px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.count-down-boxed .ion-ios-people-outline::before,
.count-down-boxed .ion-ios-partlysunny-outline::before,
.count-down-boxed .ion-ios-paperplane-outline::before,
.count-down-boxed .ion-ios-thunderstorm-outline::before {
    display: inline-block;
    font-size: 55px;
    line-height: 35px
}

.count-down-boxed .count-number {
    display: inline-block;
    font-size: 35px;
    margin-left: 10px;
    position: relative;
    top: -7px
}

.count-down-boxed h3 {
    color: #eee;
    font-size: 17px;
    margin: 13px 0 0
}

.body-service-boxed-item {
    margin-left: -15px;
    background-color: #ddd;
    height: 560px;
    background-size: cover;
    background-position: center center
}

.auto-body-bg {
    background-image: url(../../assets/images/pdi_dost/Headlight\ Beam\ Alignment\ Confirmation.webp)
}

.services-list {
    margin-top: 30px
}

.services-list ul li {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
    padding-left: 25px;
    position: relative;
    letter-spacing: .5px
}

.services-list ul li:before {
    position: absolute;
    content: "\f046";
    color: var(--primaryColor);
    font-family: FontAwesome;
    left: 0;
    top: 0
}

.services-item-two {
    display: none;
    margin-bottom: 30px
}

.services-item-two .services-item-mask {
    position: relative;
    padding: 10px 0 10px 20px
}

.services-item-two .services-item-mask:before {
    content: "";
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #011627
}

.services-item-two .pic {
    position: relative;
    overflow: hidden
}

.services-item-two .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-item-two:hover .pic:after {
    opacity: 1
}

.services-item-two .pic img {
    width: 100%;
    height: auto
}

.services-item-two .single-links {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40%;
    left: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-item-two:hover .single-links {
    bottom: 20px
}

.services-item-two .single-links li {
    display: inline-block;
    margin-right: 5px
}

.services-item-two .single-links li a {
    border: 1px solid #fdfffc;
    color: #fdfffc;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 30px;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 130px
}

.services-item-two .single-links li a:hover {
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor)
}

.services-item-two .services-item-info {
    padding: 20px;
    background: var(--primaryColor);
    color: #eee;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-item-two .services-item-info:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: #011627;
    z-index: -1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-item-two:hover .services-item-info:before {
    left: 0
}

.services-item-two .title {
    color: #eee;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.services-item-two:hover .title {
    color: var(--whiteColor)
}

.services-item-two .post {
    display: block;
    font-size: 13px;
    color: #eee;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 12px
}

.services-item-two:hover .services-item-info,
.services-item-two:hover .post {
    color: #fdfffc
}

.services-item-two .description {
    font-size: 14px;
    line-height: 22px
}

@media screen and (max-width:990px) {
    .services-item-two {
        margin-bottom: 20px
    }
}

.breadcumbs-area {
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 1
}

.breadcumbs-bg-1 {
    background-image: url(../../assets/images/breadcumbs-bg-1.webp)
}

.breadcumbs-bg-2 {
    background-image: url(../../assets/images/breadcumbs-bg-2.webp)
}

.breadcumbs-area::before {
    background: rgb(0 0 0 / .5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.breadcumbs-area h2 {
    color: var(--whiteColor);
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase
}

.breadcumbs-area h1 {
    color: var(--whiteColor);
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-transform: uppercase
}

.breadcumbs-area a {
    color: var(--whiteColor);
    margin-right: 2px
}

.breadcumbs-area span {
    text-transform: capitalize
}

.breadcumbs-banner-area h2 {
    color: var(--whiteColor);
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 40px
}

.breadcumbs-banner-area span {
    text-transform: capitalize;
    display: inline-block;
    margin: 25px 0 0
}

.breadcumbs-banner-area a {
    color: var(--whiteColor);
    text-transform: capitalize
}

.breadcumbs-banner-area {
    background-position: center center;
    background-size: cover;
    padding-top: 185px;
    padding-bottom: 105px;
    position: relative
}

.error-content p {
    margin: 15px auto 0;
    max-width: 650px
}

.error-content a.btn {
    margin-top: 30px
}

.banner-man-boxed {
    background-size: cover;
    background-position: center center;
    height: 436px;
    max-width: 350px;
    margin: 0 auto
}

.banner-man-bg {
    background-image: url(../../assets/images/banner-man-bg.webp)
}

.banner-boxed span {
    color: var(--primaryColor)
}

.banner-boxed>h2 {
    font-size: 33px;
    line-height: 40px
}

.banner-boxed .subtitle {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 40px 0 30px
}

.signature {
    margin-top: 30px
}

.our-team {
    border-left: 8px solid var(--primaryColor);
    border-bottom: 8px solid var(--primaryColor);
    margin-top: 40px
}

.our-team .team-image {
    position: relative;
    text-align: center
}

.our-team img {
    width: 100%;
    height: auto
}

.our-team .description {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: var(--whiteColor);
    line-height: 30px;
    padding: 40px 50px;
    opacity: 0;
    background-color: rgb(59 51 106 / .6);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.our-team:hover .description {
    opacity: 1
}

.our-team .social {
    padding: 10px 0 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 40px;
    left: -27px;
    background: var(--primaryColor);
    text-align: center;
    transform: translate(25px, 0) rotateY(90deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.our-team:hover .social {
    transform: translate(0, 0) rotateY(0deg)
}

.our-team .social li {
    display: block;
    margin-bottom: 10px
}

.our-team .social li a {
    display: block;
    width: 40px;
    height: 35px;
    font-size: 17px;
    color: var(--whiteColor);
    line-height: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.our-team .social li a:hover {
    background: #011f73
}

.our-team .team-info {
    padding: 20px
}

.our-team .title {
    font-size: 18px;
    color: #3b336a;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #3b336a;
    text-transform: capitalize
}

.our-team .title:hover,
.our-team .post:hover {
    color: #011f73
}

@media only screen and (max-width:990px) {
    .our-team {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .our-team .social {
        left: -20px
    }
}

@media only screen and (max-width:480px) {
    .our-team .social {
        left: -20px
    }
}

.testimonials-car-boxed {
    margin-top: 33px
}

.testimonials-car-boxed img {
    display: block;
    width: 100%;
    max-width: 661px;
    height: auto;
    margin: 0 auto;
    object-fit: contain
}

.testimonial-single-item p {
    font-style: italic;
    padding-left: 20px;
    position: relative
}

.testimonial-single-item p:before {
    position: absolute;
    content: "\f347";
    color: #777;
    font-family: Ionicons;
    left: 0;
    top: -5px
}

.testimonial-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / .06)
}

.testimonial-single-item::before {
    border-left: 0 solid #fff0;
    border-right: 23px solid #fff0;
    border-top: 32px solid var(--whiteColor);
    bottom: -32px;
    content: "";
    height: 0;
    left: 50px;
    position: absolute;
    width: 0
}

.testimonial-single-item ul li {
    display: inline-block;
    color: #e8e011
}

.testimonial-single-item>ul {
    text-align: center
}

.testimonial-single-item {
    background: var(--whiteColor) none repeat scroll 0 0;
    padding: 25px
}

.quotation-profile {
    border: 2px solid var(--whiteColor);
    border-radius: 50%;
    height: 70px;
    margin-top: 35px;
    margin-left: 10px;
    overflow: hidden;
    width: 70px;
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / .06)
}

.quotation-profile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.appointment-form {
    margin-top: 30px
}

.appointment-form label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px;
    color: #000;
    text-align: left
}

.appointment-form input {
    background-color: #fbfcff;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    height: 39px;
    padding: 5px 15px;
    width: 100%
}

.appointment-form p {
    border-bottom: 1px solid #eee;
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-family: "Raleway", sans-serif;
    color: #333
}

.appointment-form textarea {
    background-color: #fbfcff;
    border-radius: 4px;
    color: #333;
    height: 100px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
    width: 100%
}

.appointment-form .btn.theme-btn {
    margin-top: 15px
}

.request-inspection-form {
    background: #fff;
    border: 1px solid #e9edf5;
    border-radius: 12px;
    padding: 22px 18px 14px;
    box-shadow: 0 8px 24px rgb(17 24 39 / .05)
}

.request-inspection-form .row {
    margin-left: 0;
    margin-right: 0;
    width: 60%
}

.request-inspection-form [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px
}

.request-inspection-form .form-label {
    margin-bottom: 7px;
    font-weight: 600;
    color: #1f2937
}

.request-inspection-form .form-control,
.request-inspection-form .select-styled {
    height: 44px;
    border-radius: 6px
}

.request-inspection-form textarea.form-control {
    height: 112px
}

.request-form-actions .btn {
    margin-top: 8px !important
}

.apointment-preview-boxed {
    background-position: center center;
    background-size: cover;
    height: 990px;
    position: relative;
    top: 100px
}

.man-image-bg {
    background-image: url(../../assets/images/appoinment-man-bg-2.webp)
}

.man-image-bg-2 {
    background-image: url(../../assets/images/appoinment-man-bg-2.webp);
    background-position: top left
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #999;
    width: 100%;
    height: 39px;
    margin-bottom: 15px
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fbfcff;
    border: 1px solid #ababab;
    border-radius: 4px;
    padding: 8px 15px !important;
    transition: all 0.2s ease-in
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid #fff0;
    border-color: #999 #fff0 #fff0 #fff0;
    position: absolute;
    top: 18px !important;
    right: 10px
}

.select-styled:hover {
    background-color: #fbfcff
}

.select-styled:active,
.select-styled.active {
    background-color: #fbfcff
}

.select-styled:active:after,
.select-styled.active:after {
    top: 16px;
    border-color: #fff0 #fff0 #999 #fff0
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fbfcff;
    border: 1px solid #eee
}

.select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #eee;
    transition: all 0.15s ease-in
}

.select-options li:hover {
    color: #333;
    background: var(--whiteColor)
}

.select-options li[rel=hide] {
    display: none
}

.single-blog-item {
    margin-top: 40px;
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / .06);
    overflow: hidden
}

.single-blog-item .zoomin {
    display: block;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s
}

.single-blog-item:hover .zoomin {
    transform: scale(1.1);
    -webkit-transform: cale(1.1)
}

.single-blog-item img {
    width: 100%;
    height: auto
}

.single-blog-item.left-box {
    margin-left: 15px;
    margin-right: 15px
}

.blog-item-info {
    padding: 20px;
    background-color: var(--whiteColor);
    display: block;
    overflow: hidden;
    position: relative
}

.blog-item-info h3 {
    margin: 20px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.blog-item-info h3:hover {
    color: var(--primaryColor)
}

.blog-date {
    font-size: 14px
}

.red {
    background-color: red
}

.green {
    background-color: #72c02c
}

.blue {
    background-color: var(--primaryColor)
}

.blog-tags {
    font-size: 13px;
    padding: 1px 12px;
    text-transform: uppercase;
    color: var(--whiteColor)
}

a.blog-tags:hover {
    color: var(--whiteColor);
    opacity: .5
}

.separator {
    display: inline-block;
    margin: 0 10px
}

.blog-item-profile,
.blog-item-c-v-info {
    margin-top: 5px
}

.blog-item-profile>img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 6px;
    width: 30px
}

.blog-item-profile a {
    font-size: 13px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #999
}

.blog-item-profile a:hover {
    color: #222
}

.blog-item-c-v-info span:first-child {
    display: inline-block;
    margin-right: 5px
}

.blog-item-c-v-info span a {
    color: #999;
    font-size: 14px
}

.pagination-area {
    margin-top: 30px
}

.pagination-area li a {
    color: #777;
    border-color: #eee;
    outline: 0 !important;
    box-shadow: unset !important
}

.pagination-area li a:hover,
.pagination-area li.active a {
    color: var(--secondaryColor) !important
}

.blog-content .single-blog-item {
    margin-top: 0;
    margin-bottom: 30px
}

.page-item.active .page-link {
    background-color: #fff0
}

.widget-boxed {
    box-shadow: 0 0 15px 5px rgb(0 0 0 / .06);
    padding: 30px 15px;
    margin-bottom: 40px
}

.blog-serch-form {
    position: relative
}

.blog-serch-form>input {
    border: 1px solid var(--primaryColor);
    height: 45px;
    padding: 15px;
    width: 100%
}

.blog-serch-form>button {
    background: var(--secondaryColor) none repeat scroll 0 0;
    border: 1px solid var(--secondaryColor);
    color: var(--whiteColor);
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    transition: 0.4s
}

.blog-serch-form>button:hover {
    background: var(--primaryColor);
    border-color: var(--primaryColor)
}

.widget-tile {
    margin: 0 0 20px;
    position: relative
}

.widget-tile::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 36px
}

.widget-follow-us>ul {
    text-align: center
}

.widget-follow-us ul li {
    display: inline-block;
    margin: 0 15px
}

.widget-follow-us ul li a {
    font-size: 20px
}

.single-popular-news-item img {
    float: left;
    margin-right: 10px
}

.single-popular-news-item {
    color: #333;
    display: block;
    font-size: 18px;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.single-popular-news-item:hover {
    opacity: .7
}

.widget-popular-post ul li {
    display: block;
    margin-bottom: 5px;
    padding-bottom: 20px
}

.widget-popular-post ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0
}

.single-popular-news-item>h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: capitalize;
    line-height: 30px
}

.single-popular-news-item>span {
    color: #999;
    display: block;
    font-size: 13px
}

.widget-categories ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.widget-categories ul li a:hover {
    opacity: .6
}

.widget-categories img {
    border-radius: 50%;
    float: left;
    height: 45px;
    margin-right: 10px;
    width: 45px
}

.widget-categories li {
    line-height: 42px;
    margin-bottom: 15px
}

.widget-categories li:last-of-type {
    margin-bottom: 0
}

.widget-tags ul li {
    display: inline-block;
    margin: 0 2px 5px 0
}

.widget-tags ul li a {
    background: #eee none repeat scroll 0 0;
    border-radius: 100px;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 3px 9px;
    text-transform: capitalize;
    transition: 0.4s;
    -webkit-transition: 0.4s
}

.widget-tags ul li a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor)
}

.single-blog-post {
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / .06)
}

.single-blog-post .blog-item-info {
    padding: 50px 30px
}

.blog-content .single-blog-post {
    margin-bottom: 30px;
    margin-top: 0
}

.blog-comment {
    box-shadow: 0 15px 20px 0 rgb(0 0 0 / .06);
    margin-top: 30px;
    overflow: hidden;
    padding: 50px 30px
}

.blog-comment .comment-list .the-comment {
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.blog-comment .avatar {
    background: var(--whiteColor) none repeat scroll 0 0;
    border: 1px dashed #346afe;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
    padding: 5px
}

.blog-comment .comment-list {
    list-style: outside none none;
    margin: 0 0 50px;
    padding: 0
}

.blog-comment .comment-author {
    margin-bottom: 10px
}

.blog-comment .meta {
    color: #999;
    font-size: 13px;
    margin-bottom: 10px
}

.blog-comment .comment-list .children {
    padding-left: 40px
}

.blog-comment>h4 {
    margin: 0 0 30px
}

.comment-text>p {
    font-size: 14px;
    margin-bottom: 0
}

#comment-form .form-control {
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 18px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: auto
}

.btn-common {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor)
}

.partners-logo {
    background: var(--whiteColor) none repeat scroll 0 0;
    border: 1px solid #eee;
    display: block;
    padding: 30px
}

.partners-logo:hover {
    opacity: .5
}

.partner-slides {
    margin-top: 40px
}

.footer-top-area {
    background: #262829
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    padding: 15px
}

.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400
}

.footer-wid.footer-menu li {
    margin-bottom: 8px
}

.footer-wid.footer-menu li:last-child {
    margin-bottom: 0
}

.footer-top-area a.link-color {
    color: var(--primaryColor);
    font-weight: 700
}

.footer-top-area a {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
    /* text-transform: capitalize */
}

.footer-top-area a:hover {
    color: var(--whiteColor)
}

.footer-wid.footer-menu li a i {
    margin-right: 2px
}

.footer-wid .address-info span i {
    margin-right: 3px
}

.footer-wid .address-info span {
    color: #cacaca
}

.footer-wid {
    padding: 0 0 40px
}

.footer-wid-title {
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase
}

.social-icos {
    padding: 0 0 40px
}

.subscribe {
    margin-top: 10px
}

.subscribe input {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    color: #303030;
    height: 45px;
    padding: 15px;
    width: 100%;
    border-radius: 5px
}

.subscribe button {
    background: var(--primaryColor) none repeat scroll 0 0;
    border: medium none;
    font-weight: 700;
    height: 45px;
    margin-top: 10px;
    text-transform: capitalize;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    color: var(--whiteColor);
    border-radius: 5px
}

.subscribe button:hover {
    opacity: .5
}

.social-icos {
    padding: 0 0 40px
}

.social-icos a {
    background: #838b8c none repeat scroll 0 0;
    border-radius: 50%;
    color: #262829;
    display: block;
    font-size: 17px;
    height: 34px;
    line-height: 36px;
    width: 34px
}

.social-icos a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor)
}

.footer-copyright-area {
    background: #18191a;
    color: #838b8c;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 400
}

.footer-copyright-area p {
    margin-bottom: 0
}

.footer-copyright-area a {
    color: #838b8c;
    font-size: 15px;
    font-weight: 400
}

.footer-copyright-area a:hover {
    opacity: .5
}

.footer-copyright-area a span {
    margin: 0 4px
}

.footer-top-info {
    margin-top: 40px;
    padding-left: 82px;
    position: relative
}

.footer-top-info>p {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    margin: 0
}

.footer-icons {
    border: 4px solid #9c9c9c;
    border-radius: 50%;
    display: inline-block;
    font-size: 28px;
    height: 70px;
    left: 0;
    line-height: 64px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px
}

.footer-top-info .flaticon-crane::before {
    font-size: 30px;
    margin-left: 5px
}

.hr-line {
    background-color: #9c9c9c;
    opacity: .5;
    height: 1px;
    margin: 40px 0
}

.gallery-item {
    margin-right: -15px;
    margin-left: -15px
}

.gallery-boxed {
    display: none
}

.gallery-item-one {
    text-align: center;
    margin-bottom: 30px
}

.gallery-item-one .pic {
    position: relative
}

.gallery-item-one .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / .55);
    opacity: 0;
    transition: all 0.3s ease 0s
}

.gallery-item-one .pic:after {
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid #f5f5f6;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.gallery-item-one:hover .pic:before,
.gallery-item-one:hover .pic:after {
    opacity: 1
}

.gallery-item-one .pic img {
    width: 100%;
    height: auto
}

.gallery-item-one .lightbox-link {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    z-index: 1;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.gallery-item-one:hover .lightbox-link {
    opacity: 1;
    top: 50%
}

.gallery-item-one .lightbox-link li {
    display: inline-block;
    margin-right: 10px
}

.gallery-item-one .lightbox-link li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 51px;
    border-radius: 50%;
    font-size: 25px;
    color: #f5f5f6;
    border: 1px solid #f5f5f6;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.gallery-item-one .lightbox-link li a:hover {
    background: var(--primaryColor);
    border-color: var(--primaryColor)
}

.gallery-item-one .gallery-content {
    padding: 15px 0;
    background: #323232;
    border-top: 2px solid var(--primaryColor);
    overflow: hidden;
    position: relative
}

.gallery-item-one .gallery-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primaryColor);
    position: absolute;
    top: -100%;
    left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}

.gallery-item-one:hover .gallery-content:before {
    top: 0
}

.gallery-item-one .title {
    font-size: 24px;
    color: #f2f2f2;
    margin: 0 0 5px;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.gallery-item-one .post {
    display: block;
    font-size: 14px;
    color: #eee;
    text-transform: capitalize;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.gallery-item-one:hover .title,
.gallery-item-one:hover .post {
    color: var(--whiteColor)
}

@media screen and (max-width:990px) {
    .gallery-item-one {
        margin-bottom: 20px
    }
}

.shorting-menu {
    margin-bottom: 50px
}

.shorting-menu>button {
    background: #fff0 none repeat scroll 0 0;
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
    margin: 0 5px;
    padding: 10px 25px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.gallery-filter-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px
}

.gallery-filter-menu>button {
    margin: 0;
    min-width: 140px;
    border-radius: 10px
}

.shorting-menu>button.mixitup-control-active,
.shorting-menu>button:hover {
    background: #fff0 none repeat scroll 0 0;
    border: 1px solid #666;
    color: #666
}

.shorting-menu>button.mixitup-control-active::before {
    bottom: -13px;
    color: #bbb;
    content: "\f1b9";
    font-family: FontAwesome;
    height: auto;
    left: 50%;
    margin-left: -10px;
    position: absolute
}

.instagram-block-area {
    border-top: 1px solid #eee
}

.instagram-pic .swiper-slide {
    height: 250px;
    overflow: hidden
}

.instagram-pic .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.35s ease
}

.instagram-pic .swiper-slide:hover img {
    transform: scale(1.07)
}

.insta-lightbox:hover {
    opacity: .4
}

.area-title {
    border-bottom: 1px solid #f7f8fa;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize
}

.area-title::before {
    background: var(--secondaryColor) none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px
}

.contact-us .media {
    border: 1px solid #f7f8fa;
    padding: 30px 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    display: flex
}

.contact-us .media:hover {
    background: #f7f8fa;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / .1)
}

.contact-us .media .media-left {
    padding-right: 15px
}

.contact-us .media .media-left i {
    font-size: 40px;
    color: var(--primaryColor)
}

.contact-us .media .media-body h4 {
    color: #666;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
    font-size: 20px;
    text-transform: capitalize
}

.contact-form-area {
    padding: 100px 0 0
}

.form-group {
    margin-bottom: 25px
}

.contact-form-area .form-group .form-control {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 45px;
    box-shadow: none
}

.contact-form-area .form-group textarea.form-control {
    height: auto !important
}

.contact-form-area .form-group label {
    color: #666;
    font-weight: 400;
    margin-bottom: 10px
}

.contact-form-area .btn-send-message {
    background: var(--primaryColor) none repeat scroll 0 0;
    border-radius: 0;
    color: var(--whiteColor);
    font-size: 18px;
    padding: 10px 25px
}

.contact-img-bg {
    height: 560px;
    background-color: var(--whiteColor);
    background-size: cover;
    background-position: center center
}

.contact-img-bg {
    background-image: url(../../assets/images/contact-img-bg.webp)
}

#map iframe {
    background-color: #eaeaea;
    height: 560px;
    width: 100%;
    margin-bottom: -10px
}

.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 700;
    color: #fff0;
    opacity: .5;
    z-index: 3;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    background-color: #858585
}

.back-to-top:hover,
.back-to-top:focus {
    opacity: 1;
    text-decoration: none
}

.back-to-top:focus {
    outline: thin dotted
}

.back-to-top::before,
.back-to-top::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid #fff0;
    border-top: 0
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #858585
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #505050
}

.back-to-top:hover,
.back-to-top:focus {
    height: 40px;
    color: #212223
}

.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible
}

.signup-form .logo-two {
    text-align: center;
    background-color: var(--primaryColor);
    max-width: 390px;
    margin: auto;
    padding-bottom: 15px
}

.form-control,
.form-control:focus,
.input-group-addon {
    border-color: #e1e1e1;
    border-radius: 0
}

.signup-form {
    width: 390px;
    margin: 30px auto
}

.signup-form h2 {
    color: #636363;
    margin: 0 0 12px;
    text-align: center;
    font-size: 30px
}

.signup-form .lead {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center
}

.signup-form form {
    color: #999;
    border-radius: 1px;
    margin-bottom: 15px;
    background: var(--whiteColor);
    border: 1px solid #f3f3f3;
    box-shadow: 0 2px 2px rgb(0 0 0 / .3);
    padding: 30px
}

.signup-form .form-group {
    margin-bottom: 20px
}

.signup-form label {
    font-weight: 400;
    font-size: 13px
}

.signup-form .form-control {
    min-height: 38px;
    padding-left: 40px;
    font-size: 14px;
    box-shadow: none !important;
    border-width: 0 0 1px 0
}

.signup-form .input-group-addon {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 5
}

.signup-form .btn {
    font-size: 16px;
    font-weight: 700;
    background: var(--primaryColor);
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important
}

.signup-form .btn:hover,
.signup-form .btn:focus {
    background: var(--primaryColor)
}

.signup-form a {
    color: var(--primaryColor);
    text-decoration: underline
}

.signup-form a:hover {
    text-decoration: none
}

.signup-form form a {
    color: var(--primaryColor);
    text-decoration: none
}

.signup-form form a:hover {
    text-decoration: underline
}

.signup-form .fa {
    font-size: 21px
}

.signup-form .fa-paper-plane {
    font-size: 17px
}

.signup-form .fa-check {
    color: var(--whiteColor);
    left: 9px;
    top: 18px;
    font-size: 7px;
    position: absolute
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    background-color: #f2dede !important;
    border: 1px solid #eed3d7 !important;
    color: #b94a48 !important
}

li.parsley-required,
#contact_send_status {
    color: red !important
}

.parsley-minlength,
.parsley-type {
    font-size: 13px
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEE
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEE
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEE
}

.cooming-soon {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    color: var(--whiteColor)
}

.site-logo {
    margin-bottom: 45px
}

.cooming-soon h1 {
    color: var(--whiteColor);
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase
}

.cooming-soon span {
    font-weight: 700
}

.cooming-soon p {
    color: #c7c3c7
}

.subscribe-form {
    position: relative;
    max-width: 450px;
    margin: 40px auto 0
}

.subscribe-form input {
    background: #fff0 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: var(--whiteColor);
    height: 45px;
    padding: 7px 15px;
    width: 100%;
    border-radius: 4px
}

.subscribe-form button {
    border: 1px solid #eee;
    height: 45px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0
}

.social-follow-us {
    margin: 40px 0 20px
}

.social-follow-us ul li {
    display: inline-block;
    margin: 0 10px
}

.social-follow-us ul li a {
    border-radius: 50%;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    width: 40px
}

.social-follow-us ul li a:hover {
    color: var(--whiteColor);
    opacity: .7
}

.facebook {
    color: var(--whiteColor)
}

.twitter {
    background: #55acef;
    color: var(--whiteColor)
}

.linkedin {
    background: #0077b5;
    color: var(--whiteColor)
}

.google-plus {
    background: #e14a39;
    color: var(--whiteColor)
}

.dark-version-switcher {
    position: relative;
    text-align: center;
    margin-left: 5px;
    top: -2px
}

.dark-version-switcher .switch {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    display: inline-block
}

.dark-version-switcher .switch input {
    width: 0;
    height: 0;
    opacity: 0
}

.dark-version-switcher .slider {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    color: var(--whiteColor);
    background-color: #2e2e2e;
    transition: var(--transition)
}

.dark-version-switcher .slider:before {
    left: 0;
    top: 50%;
    right: 0;
    content: "\f185";
    position: absolute;
    transform: translateY(-50%);
    transition: var(--transition);
    font-size: 18px;
    font-family: "FontAwesome"
}

.dark-version-switcher .slider.round {
    border-radius: 50%
}

.dark-version-switcher .slider.round:before {
    border-radius: 50%
}

.dark-version-switcher input:checked+.slider {
    background-color: #efefef
}

.dark-version-switcher input:checked+.slider:before {
    color: #000;
    content: "\f186";
    font-size: 22px
}

.pda-dost-gallery-section {
    padding-top: 60px
}

.pda-dost-gallery-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 50px
}

.home-gallery-wrap .pda-dost-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    column-count: unset
}

.home-gallery-wrap .pda-dost-gallery-card {
    margin-bottom: 0
}

.home-gallery-wrap .pda-dost-gallery-card img {
    width: 100%;
    height: 320px;
    object-fit: cover
}

.pda-dost-gallery-title span {
    color: #ff7a18
}

.pda-dost-gallery-grid {
    display: block;
    margin-left: 0;
    margin-right: 0;
    column-count: 4;
    column-gap: 18px
}

.pda-dost-gallery-grid>[class*="col-"] {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
    break-inside: avoid
}

.pda-dost-gallery-grid>[class*="col-"]>.text-center {
    text-align: left !important
}

.pda-dost-gallery-grid.is-filtered-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    column-count: unset
}

.pda-dost-gallery-grid.is-filtered-grid>[class*="col-"] {
    display: block;
    width: 100%;
    margin-bottom: 0;
    break-inside: auto
}

.pda-dost-gallery-card {
    margin-bottom: 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 15px 35px rgb(0 0 0 / .15)
}

.pda-dost-gallery-card img {
    width: 100%;
    max-height: 450px;
    height: auto;
    display: block;
    transition: transform 0.4s ease
}

.pda-dost-gallery-info {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0 0 0 / .8), transparent);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: 0.3s ease
}

.pda-dost-gallery-info h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.pda-dost-gallery-info p {
    color: #ddd;
    font-size: 14px;
    margin-top: 5px
}

.pda-dost-gallery-card:hover img {
    transform: scale(1.05)
}

.pda-dost-gallery-card:hover .pda-dost-gallery-info {
    opacity: 1
}

.pda-dost-lightbox {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / .95);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999
}

.pda-dost-lightbox-img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 12px
}

.pda-dost-lightbox-caption {
    color: #fff;
    margin-top: 15px;
    font-size: 16px
}

.pda-dost-lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 34px;
    color: #fff;
    cursor: pointer
}

@media (max-width:991px) {
    .pda-dost-gallery-grid {
        column-count: 2
    }

    .home-gallery-wrap .pda-dost-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .pda-dost-gallery-grid.is-filtered-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:1199px) {
    .pda-dost-gallery-grid {
        column-count: 3
    }
}

@media (max-width:576px) {
    .pda-dost-gallery-grid {
        column-count: 1
    }

    .gallery-filter-menu {
        gap: 10px;
        margin-bottom: 32px
    }

    .gallery-filter-menu>button {
        min-width: 0;
        padding: 12px 16px
    }

    .shorting-menu>button.mixitup-control-active::before {
        display: none
    }

    .home-gallery-wrap .pda-dost-gallery-grid {
        grid-template-columns: 1fr
    }

    .pda-dost-gallery-grid.is-filtered-grid {
        grid-template-columns: 1fr
    }

    .pda-dost-gallery-info {
        opacity: 1
    }

    .pda-dost-gallery-title {
        font-size: 30px
    }
}

@media (min-width:577px) and (max-width:991px) {
    .gallery-filter-menu>button {
        min-width: calc(50% - 12px)
    }

    .shorting-menu>button.mixitup-control-active::before {
        display: none
    }
}

.pda-dost-services {
    position: relative;
    padding: 100px 0;
    background: url(../images/hero-image-02.webp) center center/cover no-repeat;
    color: #fff
}

.pda-dost-services-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .75);
    z-index: 1
}

.pda-dost-services-container {
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 0 20px
}

.pda-dost-services-header {
    text-align: center;
    margin-bottom: 60px
}

.pda-dost-services-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #fff
}

.pda-dost-services-header h2 span {
    color: #fff
}

h3 {
    color: #000
}

.pda-dost-services-header p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff
}

.pda-dost-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px
}

.pda-dost-service-card {
    background: rgb(255 255 255 / .08);
    backdrop-filter: blur(25px);
    padding: 40px 25px;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgb(255 255 255 / .15)
}

.pda-dost-service-card:hover {
    transform: translateY(-8px);
    background: rgb(0 41 155 / .15);
    border-color: #0d6efd
}

.pda-dost-service-icon {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px
}

.pda-dost-service-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff
}

.pda-dost-service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
    margin-bottom: 18px
}

.pda-dost-service-card a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    transition: 0.3s
}

.pda-dost-service-card a:hover {
    color: #00299b
}

@media (max-width:1200px) {
    .pda-dost-services-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .pda-dost-services {
        padding: 80px 0
    }

    .pda-dost-services-header h2 {
        font-size: 32px
    }

    .pda-dost-services-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .pda-dost-services {
        padding: 60px 0
    }

    .pda-dost-services-header h2 {
        font-size: 26px
    }

    .pda-dost-services-grid {
        grid-template-columns: 1fr
    }
}

.pad-dost-cta1-section {
    padding: 80px 0
}

.pad-dost-cta1 {
    position: relative;
    min-height: 380px;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
    box-shadow: 0 25px 60px rgb(0 0 0 / .2);
    border-radius: 0
}

.pad-dost-cta1-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.pad-dost-cta1-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / .85) 0%, rgb(0 0 0 / .7) 40%, rgb(0 0 0 / .4) 100%);
    z-index: 2
}

.pad-dost-cta1-content {
    position: relative;
    z-index: 3
}

.cj-features-list {
    margin-top: 30px
}

.cj-feat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.cj-feat-item i {
    width: 35px;
    height: 35px;
    background: var(--primaryColor);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 5px 15px rgb(26 227 51 / .3)
}

.cj-collage-wrapper {
    position: relative;
    height: 500px;
    width: 100%
}

.cj-collage-item {
    position: absolute;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgb(0 0 0 / .3);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
    z-index: 10
}

.cj-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block
}

.cj-collage-item:hover {
    z-index: 50;
    transform: scale(1.1) rotate(0deg) !important;
    box-shadow: 0 25px 50px rgb(0 0 0 / .5)
}

.cj-collage-item.p1 {
    width: 180px;
    height: 130px;
    top: 0;
    left: 10%;
    transform: rotate(-5deg)
}

.cj-collage-item.p2 {
    width: 160px;
    height: 200px;
    top: 50px;
    left: 45%;
    transform: rotate(8deg)
}

.cj-collage-item.p3 {
    width: 150px;
    height: 150px;
    top: 20px;
    right: 5%;
    transform: rotate(-12deg)
}

.cj-collage-item.p4 {
    width: 190px;
    height: 140px;
    top: 160px;
    left: 5%;
    transform: rotate(15deg)
}

.cj-collage-item.p5 {
    width: 170px;
    height: 220px;
    top: 240px;
    right: 40%;
    transform: rotate(-10deg);
    z-index: 15
}

.cj-collage-item.p6 {
    width: 150px;
    height: 180px;
    top: 180px;
    right: 10%;
    transform: rotate(5deg)
}

.cj-collage-item.p7 {
    width: 160px;
    height: 120px;
    bottom: 0;
    left: 15%;
    transform: rotate(-15deg)
}

.cj-collage-item.p8 {
    width: 180px;
    height: 150px;
    bottom: 10px;
    right: 0;
    transform: rotate(10deg)
}

@media (max-width:1199px) {
    .cj-collage-item {
        width: 140px !important;
        height: auto !important
    }

    .cj-collage-item.p1 {
        left: 5%
    }

    .cj-collage-item.p2 {
        left: 40%
    }
}

@media (max-width:991px) {
    .cj-collage-wrapper {
        height: 600px;
        margin-top: 50px
    }

    .cj-collage-item {
        width: 180px !important
    }
}

@media (max-width:767px) {
    .cj-collage-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        height: auto;
        position: relative
    }

    .cj-collage-item {
        position: relative !important;
        width: 100% !important;
        height: 200px !important;
        top: unset !important;
        left: unset !important;
        right: unset !important;
        bottom: unset !important;
        transform: none !important;
        margin: 0 !important
    }
}

@media (max-width:480px) {
    .cj-collage-wrapper {
        grid-template-columns: 1fr
    }
}

.pad-dost-cta1-badge {
    display: inline-block;
    background: #00299b;
    color: #fff;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

.pad-dost-cta1-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff
}

.pad-dost-cta1-content h2 span {
    color: #fff
}

.pad-dost-cta1-content p {
    font-size: 17px;
    color: #ddd;
    margin-bottom: 30px
}

.pad-dost-cta1-btn {
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    background: #00299b;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    transition: 0.3s ease
}

.pad-dost-cta1-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.6s
}

.pad-dost-cta1-btn:hover::before {
    left: 100%
}

.pad-dost-cta1-btn:hover {
    background: #fff;
    color: #00299b
}

@media(max-width:992px) {
    .pad-dost-cta1 {
        padding: 40px
    }

    .pad-dost-cta1-content h2 {
        font-size: 28px
    }
}

@media(max-width:768px) {
    .pad-dost-cta1 {
        text-align: center;
        justify-content: center;
        padding: 35px
    }

    .pad-dost-cta1-overlay {
        background: rgb(0 0 0 / .75)
    }

    .pad-dost-cta1-content {
        max-width: 100%
    }
}

.cta2 {
    padding: 80px 20px
}

.cta2-wrapper {
    max-width: 1300px;
    border-radius: 20px;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    background: linear-gradient(135deg, rgb(26 26 26 / .6), rgb(26 26 26 / .6)), url(../images/hero-image-5.webp);
    background-size: cover;
    background-position: center
}

.cta2-left h2 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px
}

.cta2-left p {
    color: #bbb;
    font-size: 16px;
    max-width: 520px;
    line-height: 1.6
}

.cta2-right {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.cta2-btn-primary {
    padding: 14px 34px;
    background: #00299b;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease
}

.cta2-btn-primary:hover {
    background: #fff;
    color: #00299b
}

@media (max-width:768px) {
    .cta2-wrapper {
        padding: 40px 30px;
        flex-direction: column;
        text-align: center
    }

    .cta2-left h2 {
        font-size: 26px
    }

    .cta2-right {
        justify-content: center
    }
}

@media (max-width:480px) {
    .cta2-wrapper {
        padding: 30px 20px
    }

    .cta2-left h2 {
        font-size: 22px
    }

    .cta2-btn-primary,
    .cta2-btn-outline {
        padding: 12px 24px;
        font-size: 14px
    }
}

/* car check start */


/* CARD BASE */
.premium-card {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
}

/* TOP ANIMATED BORDER */
.premium-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
    transition: 0.5s;
}

.premium-card:hover::before {
    left: 0;
}

/* ICON BOX */
.icon-box {
    width: 60px;
    height: 60px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: 0.4s;
}

.icon-box i {
    font-size: 24px;
    color: #28a745;
    transition: 0.4s;
}

/* TITLE */
.premium-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

/* LIST */
.premium-card ul {
    padding-left: 18px;
}

.premium-card {
    cursor: pointer;
}

.popup-table {
    border-radius: 10px;
    overflow: hidden;
}

.popup-table thead {
    background: #111;
    color: #fff;
}

.popup-table th {
    padding: 12px;
    font-size: 15px;
}

.popup-table td {
    padding: 12px;
    vertical-align: middle;
    font-size: 14px;
}

.popup-table tbody tr {
    transition: 0.3s;
}

.popup-table tbody tr:hover {
    background: #f5f5f5;
}

/* responsive */
.table-responsive {
    border-radius: 10px;
}

.premium-card ul li {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
}

/* 🔥 HOVER EFFECT */
.premium-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ICON ANIMATION */
.premium-card:hover .icon-box {
    background: #28a745;
}

.premium-card:hover .icon-box i {
    color: #fff;
    transform: rotate(10deg) scale(1.2);
}

/* TEXT COLOR */
.premium-card:hover h4 {
    color: #28a745;
}

/* ✨ ENTRY ANIMATION */
.premium-card {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.6s ease forwards;
}

/* STAGGER EFFECT */
.premium-card:nth-child(1) {
    animation-delay: 0.1s;
}

.premium-card:nth-child(2) {
    animation-delay: 0.2s;
}

.premium-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-content {
    border-radius: 15px;
    padding: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-weight: 700;
}

.modal-body {
    color: #555;
    line-height: 1.6;
}



/* car check point end  */

.promo-showcase-box {
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 80px;
    color: #fff;
    overflow: hidden
}

.promo-showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000 0%, rgb(0 0 0 / .4) 100%);
    z-index: 1
}

.promo-showcase-content {
    position: relative;
    z-index: 2;
    max-width: 500px
}

.promo-showcase-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff
}

.promo-showcase-content h2 span {
    color: var(--primaryColor)
}

.promo-check-list {
    list-style: none;
    padding: 0;
    margin-top: 30px
}

.promo-check-list li {
    font-size: 18px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px
}

.promo-check-list li i {
    color: var(--primaryColor);
    font-size: 20px
}

.cta-app-promo-bg {
    background: #0a0a0a url(../images/hero-image-5.webp) center/cover;
    position: relative;
    min-height: 650px
}

.cta-app-promo-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / .6)
}

.app-glass-card {
    position: relative;
    width: 450px;
    background: rgb(255 255 255 / .03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 40px 100px rgb(0 0 0 / .5);
    z-index: 5;
    text-align: center;
    color: #fff
}

.glass-badge {
    display: inline-block;
    background: var(--primaryColor);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgb(26 227 51 / .3)
}

.app-glass-card h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff
}

.app-glass-card h2 span {
    color: var(--primaryColor)
}

.app-glass-card p {
    font-size: 17px;
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 40px
}

.floating-car-wrap {
    position: relative;
    margin: 40px 0
}

.floating-car-img {
    width: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    animation: floatCar 4s ease-in-out infinite;
    box-shadow: 0 30px 60px rgb(0 0 0 / .5)
}

.glass-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background: var(--primaryColor);
    filter: blur(80px);
    opacity: .3;
    z-index: 1
}

.glass-btn {
    display: inline-block;
    width: 100%;
    padding: 18px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    border-radius: 15px;
    transition: 0.3s;
    text-decoration: none
}

.glass-btn:hover {
    background: var(--primaryColor);
    color: #fff;
    border-radius: unset;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgb(26 227 51 / .4)
}

@keyframes floatCar {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(-15px) scale(1.02)
    }
}

@media (max-width:991px) {
    .promo-showcase-box {
        height: 500px;
        padding: 40px
    }

    .promo-showcase-content h2 {
        font-size: 36px
    }

    .app-glass-card {
        width: 100%;
        margin: 40px 20px;
        padding: 30px
    }

    .cta-app-promo-bg {
        min-height: auto;
        padding: 50px 0
    }
}

@media (max-width:576px) {
    .promo-showcase-box {
        height: auto;
        padding: 60px 20px
    }

    .promo-showcase-content h2 {
        font-size: 32px
    }

    .app-glass-card h2 {
        font-size: 28px
    }
}

.pda-dost-cta4 {
    padding: 80px 5%;
    background: #f8f9fa
}

.pda-dost-cta4-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px
}

.pda-dost-cta4-image img {
    width: 100%;
    max-width: 500px;
    height: auto
}

.pda-dost-cta4-content {
    max-width: 500px
}

.pda-dost-cta4-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #222
}

.pda-dost-cta4-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6
}

.cta-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #00299b;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease
}

.cta-btn:hover {
    background: #fff;
    color: #00299b;
    border: 2px solid #00299b
}

@media (max-width:992px) {
    .pda-dost-cta4-container {
        flex-direction: column;
        text-align: center
    }

    .pda-dost-cta4-content h2 {
        font-size: 28px
    }
}






.services-item,
.featured-boxed,
.single-blog-item,
.boxed-item,
.box {
    transition: all 0.4s cubic-bezier(.165, .84, .44, 1)
}

.services-item:hover,
.featured-boxed:hover,
.single-blog-item:hover,
.boxed-item:hover,
.box:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 45px rgb(6 87 142 / .15) !important
}

.glass-effect {
    background: rgb(255 255 255 / .7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .18)
}

@keyframes floatAnim {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.floating-btn {
    animation: floatAnim 3s ease-in-out infinite
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondaryColor)
}

.slick-dots li button:before {
    opacity: 0 !important
}

.footer-app-section {
    padding-left: 10px
}

.app-desc {
    color: var(--footerGray);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px
}

.play-store-btn {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgb(255 255 255 / .1);
    box-shadow: 0 5px 15px rgb(0 0 0 / .2);
    position: relative;
    overflow: hidden
}

.play-store-btn:hover {
    background: #222;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(0 0 0 / .3);
    border-color: rgb(255 255 255 / .3)
}

.play-store-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .1), transparent);
    animation: btnShine 3s infinite
}

@keyframes btnShine {
    0% {
        left: -100%
    }

    50% {
        left: 100%
    }

    100% {
        left: 100%
    }
}

.play-icon {
    font-size: 28px;
    margin-right: 12px;
    color: #fff
}

.play-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.play-text span {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #ccc
}

.play-text strong {
    font-size: 18px;
    font-weight: 700
}

@media (max-width:991px) {
    .footer-app-section {
        padding-left: 0;
        margin-top: 30px
    }
}

.theme-btn1 {
    background: var(--secondaryColor) none repeat scroll 0 0;
    color: var(--whiteColor);
    margin-top: 15px
}

.theme-btn2 {
    background: #000;
    color: #fff;
    margin-top: 15px
}

#form .btn {
    border: none
}

.pdidost_become_cj {
    display: inline-block;
    background: #103669;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: .4px;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.35s ease;
    box-shadow: 0 4px 14px rgb(13 110 253 / .35)
}

.pdidost_become_cj:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 24px rgb(13 110 253 / .45)
}

.pdidost_become_cj:active {
    transform: scale(.96)
}

.pdidost_become_cj::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgb(255 255 255 / .25);
    transform: skewX(-25deg);
    transition: 0.6s
}

.pdidost_become_cj:hover::before {
    left: 125%
}

@keyframes pdidostPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(13 110 253 / .5)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.pdidost_become_cj {
    animation: pdidostPulse 2.5s infinite
}

.pda-dost-services-header h2 span {
    color: var(--primaryColor)
}

.header-sticky.is-sticky .navbar-nav .nav-link {
    color: var(--bgDark) !important
}

.header-sticky.is-sticky .nav-link {
    position: relative;
    transition: color 0.3s ease
}

.header-sticky.is-sticky .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 50%;
    background-color: var(--textColor);
    transition: all 0.3s ease;
    transform: translateX(-50%)
}

.header-sticky.is-sticky .nav-link:hover::after {
    width: 80%
}

.cj-modal-actions .btn {
    padding: 8px 16px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-top: 0 !important
}

.cj-modal-actions .theme-btn,
.cj-modal-actions .theme-btn2 {
    width: auto !important
}

.cj-modal-actions .theme-btn2 {
    background: #000 !important;
    color: #fff !important;
    border: none !important
}

.cj-search-dropdown .dropdown-menu {
    max-height: 300px;
    overflow: hidden
}

.cj-search-dropdown .cj-dropdown-options {
    max-height: 230px;
    overflow-y: hidden;
    overflow: hidden
}

.validation-col {
    position: relative
}

.validation-error {
    bottom: 2px;
    left: 15px;
    font-size: 12px;
    color: red;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    display: block
}

#contact_recaptcha-error,
#cj_request_recaptcha-error,
#request_inspection_recaptcha-error {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 5px;
    white-space: normal
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important
}

.how-to-earn-section {
    background: linear-gradient(to bottom, #f9fbfd 0%, #ffffff 100%);
    position: relative;
    overflow: hidden
}

.how-to-earn-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(var(--primaryRGB), .03);
    border-radius: 50%;
    z-index: 0
}

.earning-steps-wrapper {
    position: relative;
    z-index: 1
}

.single-step-card {
    background: var(--whiteColor);
    padding: 50px 35px;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(var(--blackRGB), .05);
    text-align: center;
    height: 100%;
    transition: all 0.5s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid rgba(var(--blackRGB), .05);
    position: relative
}

@media (min-width:992px) {
    .earning-steps-wrapper .row {
        position: relative
    }

    .col-lg-4:not(:nth-child(3n)) .single-step-card::after {
        content: "\f178";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: -35px;
        transform: translateY(-50%);
        font-size: 24px;
        color: rgba(var(--primaryRGB), .2);
        z-index: 10
    }
}

.step-icon i {
    display: block;
    line-height: inherit
}

.single-step-card:hover .step-icon i {
    transform: scale(1.1);
    transition: transform 0.3s ease
}

.single-step-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(var(--primaryRGB), .12);
    border-color: rgba(var(--primaryRGB), .2)
}

.step-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: rgba(var(--primaryRGB), .08);
    color: var(--primaryColor);
    font-size: 40px;
    border-radius: 24px;
    margin: 0 auto 15px;
    position: relative;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.single-step-card:hover .step-icon {
    background: var(--primaryColor);
    color: var(--whiteColor);
    transform: rotate(10deg)
}

.step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--secondaryColor);
    color: var(--whiteColor);
    font-size: 14px;
    font-weight: 800;
    border-radius: 12px;
    border: 3px solid var(--whiteColor);
    box-shadow: 0 5px 15px rgba(var(--secondaryRGB), .3)
}

.single-step-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--darkGray);
    font-weight: 700
}

.single-step-card p {
    margin-bottom: 0;
    color: var(--mediumGray);
    line-height: 1.7;
    font-size: 15px
}

.highlight-card {
    background: linear-gradient(135deg, var(--secondaryColor) 0%, #091d58 100%);
    border: none
}

.highlight-card h3,
.highlight-card p {
    color: var(--whiteColor)
}

.highlight-card .step-icon {
    background: rgb(255 255 255 / .15);
    color: var(--whiteColor)
}

.benefit-list {
    text-align: left;
    margin-top: 20px
}

.benefit-list li {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: rgb(255 255 255 / .9)
}

.benefit-list li i {
    margin-right: 12px;
    color: var(--accentColor);
    font-size: 20px
}

.cta-box {
    padding: 60px;
    border-radius: 30px;
    background: var(--whiteColor);
    box-shadow: 0 10px 40px rgba(var(--blackRGB), .05);
    border: 2px dashed rgba(var(--primaryRGB), .2);
    position: relative;
    z-index: 1
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.animate-fade-up {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0
}

.delay-1 {
    animation-delay: 0.1s
}

.delay-2 {
    animation-delay: 0.2s
}

.delay-3 {
    animation-delay: 0.3s
}

.delay-4 {
    animation-delay: 0.4s
}

.delay-5 {
    animation-delay: 0.5s
}

.delay-6 {
    animation-delay: 0.6s
}

@media (max-width:991px) {
    .single-step-card {
        padding: 40px 25px
    }

    .cta-box {
        padding: 40px 20px
    }
}

.card {
    background: var(--whiteColor);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(var(--blackRGB), .08);
    border: 1px solid var(--borderColor)
}

.card h1,
.card .card-title-primary {
    font-size: 30px;
    color: var(--secondaryColor);
    margin-bottom: 10px;
    font-weight: 700
}

.subtitle {
    color: var(--textColor);
    margin-bottom: 30px
}

.info-box {
    background: var(--bgLight);
    border-left: 4px solid var(--primaryColor);
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 6px
}

.info-box h3 {
    color: var(--secondaryColor);
    font-size: 18px;
    margin-bottom: 10px
}

.info-box ul {
    padding-left: 18px
}

.info-box li {
    margin-bottom: 6px
}

.form-group {
    margin-bottom: 18px
}

.form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: var(--darkGray)
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--borderColor);
    border-radius: 6px;
    font-family: var(--fontFamily)
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primaryColor);
    outline: none
}

button {
    background: var(--primaryColor);
    color: var(--whiteColor);
    border: none;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s
}

.footer {
    margin-top: 30px;
    text-align: center;
    color: var(--mediumGray);
    font-size: 14px
}

.footer b {
    color: var(--secondaryColor)
}

.cj-chips-container {
    min-height: 42px;
    cursor: text;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    flex-wrap: wrap;
    gap: 5px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    position: relative;
}

#cj_add_location_btn {
    white-space: nowrap;
    transition: all 0.3s ease;
    background-color: #198754 !important;
    border-color: #198754 !important;
    color: #fff !important;
    font-weight: 600;
}

#cj_add_location_btn:hover {
    background-color: #157347 !important;
    transform: scale(1.05);
}

@media (max-width: 576px) {
    #cj_add_location_btn {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 5px;
    }
}


.cj-chip {
    background: #f0f0f0;
    color: #333;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ddd
}

.cj-chip-remove {
    cursor: pointer;
    color: #666;
    font-weight: 700;
    font-size: 14px
}

.cj-chip-remove:hover {
    color: red
}

.cj-chips-container input#cj_preferred_location_input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    flex: 1;
    min-width: 150px;
    height: auto !important;
    color: #495057
}

#cj_chips_area {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center
}

.cj-dropdown-options {
    max-height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.cj-dropdown-options::-webkit-scrollbar {
    width: 4px
}

.cj-dropdown-options::-webkit-scrollbar-track {
    background: #f1f1f1
}

.cj-dropdown-options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px
}

.swal2-container {
    z-index: 9999999999999999999999999;
}



/* term and condition  */


.terms-container {
    max-width: 900px;
    margin: 0 auto;
}

.terms-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    padding: 50px 60px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .terms-card {
        padding: 28px 20px;
        margin-top: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
        border: 1px solid rgba(0, 0, 0, 0.06);
    }
}

.terms-last-updated {
    font-weight: 500;
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f5f9;
    padding: 6px 16px;
    border-radius: 20px;
}

.terms-section-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 1.35rem;
    margin-top: 2.8rem;
    margin-bottom: 1.25rem;
    position: relative;
    padding-bottom: 12px;
}

.terms-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primaryColor);
    border-radius: 3px;
}

.terms-card p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.terms-list li {
    position: relative;
    padding-left: 28px;
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 12px;
}

.terms-list li::before {
    content: "✓";
    color: var(--primaryColor);
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 0px;
}

.terms-alert {
    background: #fff1f2;
    border-left: 4px solid #e11d48;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 2rem 0;
}

.terms-alert p {
    margin: 0;
    color: #9f1239;
    font-weight: 500;
}
