@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.blackColor {
    color: #1D1D1F;
}

.bgWhite {
    background-color: #fff;
}

.whiteColor {
    color: #fff;
}

.greenColor {
    color: #15D378;
}

.bgGreen {
    background-color: #15D378;
}

.darkbgGreen {
    background-color: #2BAF75;
}

.greyColor {
    color: #747681;
}

.altBg {
    background: #F5F6F7;
}

::selection {
    color: #ffffff;
    background: #1D1D1F;
}

*,
body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Inter';
}

h1 {
    font: normal normal 700 3.75rem/4.37rem 'Inter';
    letter-spacing: 0.px;
    margin-bottom: 10px;
}

h2 {
    font: normal normal 700 3rem/3.6rem 'Inter';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

h3 {
    font: normal normal 700 2rem/2.5rem 'Inter';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

h4 {
    font: normal normal 700 1.75rem/2.18rem 'Inter';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

h5 {
    font: normal normal 500 1.5rem/1.9rem 'Inter';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

h6 {
    font: normal normal 500 1.125rem/1.563rem 'Inter';
    letter-spacing: 0px;
    margin-bottom: 10px;
}

p,
a {
    font: normal normal 500 1.125rem/1.563rem 'Inter';
    margin-bottom: 15px;
    letter-spacing: 0px;
    color: #1D1D1F;
}

a {
    color: #15D378;
    text-decoration: none;
}

.container {
    max-width: 1170px;
}

.btn-close:focus-visible,
.btn-close:focus,
:focus-visible,
.form-check-input:focus,
.form-check-input:focus-visible,
.navbar-toggler:focus {
    box-shadow: none;
    outline: none !important;
    text-decoration: none;
}

textarea {
    min-height: 80px;
    height: auto;
}

:is(input, textarea)::placeholder,
:is(input, textarea)::-webkit-input-placeholder,
:is(input, textarea)::-moz-placeholder,
:is(input, textarea)::-ms-placeholder {
    color: #1D1D1F !important;
}

main {
    flex: 1;
}

body .btn,
button,
header .btn-group button:hover {
    font: normal normal 700 1rem/1.2rem 'Inter';
    color: #ffffff;
    display: block;
    background-color: #15D378;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.9rem 2.5rem 0.8rem 2.5rem;
    transition: 256ms all;
    border-radius: 50px !important;
    flex: unset !important;
}

body .btn:hover,
button:hover {
    background-color: #1D1D1F;
    color: #fff;
}

/******header-css-start*****/
header a.navbar-brand {
    height: 36px;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

header a.nav-link {
    font: normal normal 500 1rem/1.4rem 'Inter';
    text-transform: capitalize;
    letter-spacing: 0.36px;
    color: #1D1D1F;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
header a.nav-link:hover,
footer ul.footer-menu li a:hover {
    color: #15D378;
}

header .navbar {
    padding: 45px 0px 14px 0px;
}

.navbar-toggler-icon {
    background-image: none;
    width: 25px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 2px;
    border-radius: 3px;
    top: -2px;
}

.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
    content: '';
    border-radius: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -7px;
    bottom: unset;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler-icon:after {
    top: unset;
    bottom: -7px;
}

header .navbar-expand-lg .navbar-collapse {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    padding: 100px 50px 50px 50px;
    left: 0px;
    right: 0px;
    z-index: 9;
    background: #ffffff;
}

header .country-dropdown .dropdown-toggle img,
header .country-dropdown .dropdown-menu img {
    width: 1.25rem;
    height: 1.25rem;
    transition: all ease 0.5s;
    --webkit-transition: all ease 0.5s;
}

header .country-dropdown .dropdown-menu {
    box-shadow: -9px 10px 16px #C9952B29;
    border: 1px solid #1D1D1F;
    border-radius: 20px;
    min-width: 237px;
    margin-top: 15px !important;
}

header .country-dropdown .dropdown-menu .dropdown-item {
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px solid rgb(112 112 112 / 60%);
}

header .country-dropdown .ulList {
    gap: 0.5rem;
    cursor: pointer;
}

header .country-dropdown .dropdown-toggle::after {
    margin-left: -1px;
    border-top: .4em solid #fff;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

header .btn-group a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2rem;
}

header .btn-group button {
    background-color: #fff;
    color: #1D1D1F;
}

header .navbar-wrap,
header .btn-group {
    gap: 2rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #15D378;
}

/*****footer-css-start****/
footer {
    padding: 5.25rem 0rem 5rem 0rem;
}

footer p,
footer .footer-menu a {
    font-size: 1rem;
}

footer .row:nth-child(2):before {
    content: "";
    background-color: rgb(29 29 31 / 20%);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: unset;
    top: 0px;
    width: calc(100% - 24px);
    height: 1px;
    margin: 0px auto;
}

footer ul.footer-menu {
    list-style-type: none;
}

footer ul.footer-menu li a {
    text-decoration: none;
    font: normal normal 400 1rem / 1.3rem 'Inter';
    color: #747681;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

footer ul.footer-menu li a img {
    transition: transform 0.3s ease;
}

footer ul.footer-menu li a:hover img {
    transform: scale(1.25);
}

footer .copyright p {
    font-size: 0.87rem;
    line-height: 1rem;
}

/*****Hero-section-css-start****/
.hero-section {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) -32.62%, rgba(0, 0, 0, 0.8) 95.12%), url('../images/banner-image.webp') no-repeat top;
    background-size: cover;
    padding: 107px 0px 0px 0px;
    height: 100dvh;
}

.hero-section-driver {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) -32.62%, rgba(0, 0, 0, 0.8) 95.12%), url('../images/driver-head-image.webp') no-repeat top;
    background-size: cover;
    padding: 107px 0px 0px 0px;
    height: 100dvh;
}

.hero-section h5 {
    max-width: 80%;
}

/*****service-section-css-start****/
.service-section {
    padding: 5.75rem 0rem 5.75rem 0rem;
}

.service-section figure {
    border-radius: 16px;
    padding: 64px 32px 32px 32px;
    margin: 0px 15px;
    width: 370px !important;
}

.multiple-service .slick-list {
    padding-right: 100vw;
    margin-right: -100vw;
}

.multiple-service figure .wrap {
    top: 100%;
    width: calc(100% - 64px);
    opacity: 0;
    -webkit-transition: all ease ease 0.6s;
    transition: all ease 0.6s;
}

.multiple-service figure:hover .wrap {
    top: 0;
    opacity: 1;
    padding: 46px 0px;
}

.multiple-service figure:hover .inner {
    opacity: 0;
}

.multiple-service figure .img-wrap span {
    width: 4rem;
    width: 4rem;
    height: 4rem;
    left: -26px;
    bottom: -9px;
    transform: translate(50%, 0px);
}

.multiple-service figure .img-wrap {
    height: 72px;
    max-width: 244px;
}

.service-section .paginator-center li {
    list-style-type: none;
    width: 3.25rem;
    height: 3.25rem;
    cursor: pointer;
}

.service-section .paginator-center li.prev {
    width: 2.3rem;
}

.multiple-service+p {
    font-size: 20px;
}

.service-section figure figcaption p {
    min-height: 50px;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*****process-section-css-start****/
:is(.process-section, .faq-section) {
    padding: 6rem 0rem 4.5rem 0rem;
}

.process-section .title h5 {
    max-width: 67%;
}

.process-section .row:nth-child(1) {
    padding-bottom: 90px;
}

.process-list li {
    gap: 30px;
}

.process-list li span {
    min-width: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
    font-size: 1.87rem;
}

.process-list::before {
    content: '';
    position: absolute;
    left: 29px;
    top: 0px;
    height: 85%;
    width: 1px;
    background: url(../images/line.svg);
    z-index: 1;
}

.process-section .img-wrap {
    margin-top: -35px;
    height: 650px;
}

/*****advantage-section-css-start****/
.advantage-section {
    padding: 9.25rem 0rem;
}

.advantage-section .box .icon {
    height: 64px;
    margin-bottom: 2rem;
}

:is(.advantage-section .title h5, .faq-section .title h5) {
    max-width: 60%;
}

/*****faq-section-css-start****/
.faq-section .accordion-item {
    border-bottom: 1px solid rgb(29 29 31 / 20%) !important;
    border: none;
}

.faq-section .accordion-item:last-child {
    border-bottom: 0px !important;
}

.faq-section {
    padding-bottom: 3rem;
}

.faq-section .container,
.process-section .container {
    max-width: 1010px;
}

.faq-section .title h5 {
    max-width: 70%;
}

.faq-section .accordion-button[aria-expanded="true"]::after {
    transform: none;
}

.faq-section .accordion-button {
    align-items: flex-start;
}

.faq-section .accordion-button::after {
    transform: scaleY(-1);
    background-image: url(../images/top-arrow.svg);
    background-size: contain;
    width: 23px;
    background-position: center;
    margin-top: 5px;
}

/*****info-section-css-start****/
.info-section {
    padding: 8.31rem 0rem;
}

.info-section .row {
    border-radius: 24px;
}

.info-section .logo-img {
    height: 40px;
}

.info-section h5 {
    margin-bottom: 2rem;
}

.info-section .cnt {
    padding: 6.8rem 1rem;
}

.info-section .img-wrap {
    height: 556px;
    margin-top: -80px;
}

.info-section .img-wrap img {
    object-position: bottom;
}

.info-section h5 {
    margin-bottom: 1rem;
}

.loader {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00000091;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader svg {
    width: 50px;
    height: 50px;
    display: inline-block;
}

/*****AboutUs Section Css Start****/
.rounded-24{ border-radius:24px ; -webkit-border-radius:24px ; -moz-border-radius:24px ; -ms-border-radius:24px ; -o-border-radius:24px ; }
.aboutus-section{padding-bottom:8.31rem;}

/* Requirements list styling */
.requirements-list {list-style: none;}
.requirements-list .bullet-point { width: 10px; height: 10px; min-width: 10px; margin-top: 7px; }

/* Vehicle categories styling */
.category-box {height: 100%;transition: all 0.3s ease;}
.category-box:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.08);transform: translateY(-3px);}
.vehicle-categories .requirements-list .bullet-point {margin-top: 7px;}
.vh-60{ height: 60vh ;}
.vh-80{ height: 80vh ;}
.inner-banner{background-position: center;}
.col-count-2{column-count: 2;}
