.owl-item .animate_up {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform-origin: center bottom;
    transition: all 1000ms ease 0s;
    z-index: 10;
}

.owl-item.active .animate_up {
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1000ms;
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-item .animate_down {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform-origin: center bottom;
    transition: all 1000ms ease 0s;
    z-index: 10;
}

.owl-item.active .animate_down {
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1000ms;
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-item .animate_left {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateX(120px);
    transform-origin: center bottom;
    transition: all 1000ms ease 0s;
    z-index: 10;
}

.owl-item.active .animate_left {
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    transition-delay: 1000ms;
    opacity: 1 !important;
    visibility: visible !important;
}

.owl-item .animate_right {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateX(-120px);
    transform-origin: center bottom;
    transition: all 1000ms ease 0s;
    z-index: 10;
}

.owl-item.active .animate_right {
    transform: perspective(400px) rotateY(0deg) translateX(0px);
    transition-delay: 1000ms;
    opacity: 1 !important;
    visibility: visible !important;
}

.slider.style_one .slide-item-content {
    position: relative;
    overflow: hidden;
}

.slider.style_one .slide-item-content .image-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.slider.style_one .slide-item-content .container {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
}

.slider.style_one .slide-item-content .slider_content {
    position: relative;
    padding: 140px 0px 206px;
    z-index: 11;
}

.slider.style_one .slide-item-content .slider_content h1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 20px;
    color: rgb(17, 17, 17);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}

.slider.style_one .slide-item-content .slider_content h6 {
    font-size: 13px;
    background: rgba(255, 44, 59, 0.1);
    padding: 5px 12px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 25px;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    opacity: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.9s ease-in-out 0s;
}

.slider.style_one .slide-item-content .slider_content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}

.slider.style_one .slide-item-content .slider_content .btn-style-one {
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}

.slider.style_one .owl-item.active .slide-item-content .image-layer {
    opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content h1 {
    opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content h6 {
    opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content p {
    opacity: 1;
}

.slider.style_one .owl-item.active .slide-item-content .slider_content .theme-btn.one {
    opacity: 1;
}

.slider.style_one .slide-item-content .container .slider-image {
    position: relative;
    z-index: 9;
    overflow: visible;
    margin-right: -122px;
    padding-top: 50px;
    margin-top: 62px;
}

.slider.style_one .slide-item-content .container .slider-image::before {
    position: absolute;
    top: 0px;
    left: calc(50% - 255.5px);
    width: 511px;
    height: 511px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.oul_nav_none .owl-nav {
    display: none;
}

/* Move the dots lower */
.owl-theme .owl-dots {
    margin-top: 40px !important;
}


.brand-outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.single-brand-item {
    position: relative;
    padding: 40px 10px;
    border-radius: 10px;
    text-align: center;
    max-width: 191px;
    width: 100%;
    border: 1px solid rgb(229, 229, 229);
    transition: all 500ms ease 0s;
}

.single-brand-item:hover {
    border-color: transparent;
    box-shadow: rgba(17, 17, 17, 0.07) 0px 10px 50px;
}

.single-brand-item .brand-image {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.single-brand-item .brand-title h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    font-family: var(--secondary-font);
}

.single-brand-item .brand-title h6 a {
    color: rgb(17, 17, 17);
}

.single-brand-item .brand-title h6 a:hover {
    color: var(--theme-color);
}

.single-popular-car-block {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}
.single-popular-car-block.style-three{
    padding: 0;
    box-shadow: none;
}
.style-three .single-popular-car-content{
    margin: 0 20px;
    padding: 30px;
    margin-top: -48px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}
.style-three .single-popular-car-rating{
    top: 38px;
}
.single-popular-car-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.single-popular-car-image img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms;
}
.single-popular-car-block:hover .single-popular-car-image img {
    transform: scale(1.15);
}
.single-popular-car-rent-per-day {
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 14px;
    color: var(--body-color);
    line-height: 30px;
    font-weight: 400;
    padding: 9px 20px 5px;
    text-transform: capitalize;
    font-family: var(--primary-font);
    background-color: rgb(255, 255, 255);
    border-radius: 90px;
}
.single-popular-car-rent-per-day span {
    font-size: 28px;
    color: var(--theme-color);
}
.single-popular-car-content {
    position: relative;
    padding: 20px;
}
.single-popular-car-rating {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    line-height: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(229, 229, 229);
}
.single-popular-car-rating i {
    font-size: 16px;
    color: var(--rating-color);
}
h5.single-popular-car-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: rgb(17, 17, 17);
    font-family: var(--primary-font);
    margin-bottom: 15px;
}
p.single-popular-car-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    font-family: var(--secondary-font);
    padding-bottom: 25px;
}
.single-popular-car-info {
    margin: 25px 0px;
}
.single-popular-car-info li {
    font-size: 16px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0px;
    font-family: var(--secondary-font);
}
.single-popular-car-info li i {
    font-size: 22px;
    color: var(--theme-color);
}
.single-popular-car-book-btn a {
    display: block;
    text-align: center;
}
.car-type-outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.car-type-item {
    position: relative;
    max-width: 191px;
    width: 100%;
    cursor: pointer;
    padding: 50px 10px 40px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgb(229, 229, 229);
    transition: all 500ms ease 0s;
}
.dark-bg .car-type-item {
    border: none;
}
.home-three .car-type-item {
    border: none;
}
.home-three .car-type-item:hover {
    box-shadow: none;
}
.home-three .car-type-item .car-image {
    height: 100px;
}
.car-type-item:hover {
    border-color: transparent;
    box-shadow: rgba(17, 17, 17, 0.07) 0px 10px 50px;
}
.car-type-item .car-image {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 12px;
}
.home-three .car-type-item .car-image {
    z-index: 1;
}
.home-three .car-type-item .car-image .shape {
    position: absolute;
    top: -35px;
    z-index: -1;
    left: calc(50% - 60px);
    opacity: 0;
    transform: rotate(0deg);
    transition: all 2000ms ease 0s;
}
.home-three .car-type-item:hover .car-image .shape {
    opacity: 1;
    transform: rotate(360deg);
}
.car-type-item .car-name h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    font-family: var(--secondary-font);
}
.car-type-item .car-name h6 a {
    color: rgb(17, 17, 17);
}
.car-type-item .car-name h6 a:hover {
    color: var(--theme-color);
}
.dark-bg .car-type-item .car-name h6 a {
    color: rgb(255, 255, 255);
}
.dark-bg .car-type-item .car-name h6 a:hover {
    color: var(--theme-color);
}
.why-chooseus-block {
    position: relative;
    padding: 50px 40px 45px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: rgba(17, 17, 17, 0.07) 0px 10px 50px;
}
.why-chooseus-icon {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 10px;
    border: 1px solid rgb(17, 17, 17);
    margin-bottom: 30px;
    font-size: 28px;
    color: rgb(17, 17, 17);
}
.why-chooseus-icon.light {
    color: rgb(255, 255, 255);
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}
h5.why-chooseus-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: rgb(13, 13, 13);
    text-transform: capitalize;
    margin-bottom: 20px;
}
p.why-chooseus-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--secondary-font);
}
.gallery-image-block {
    position: relative;
    overflow: hidden;
}
.gallery-image-block img{
    transform: scale(1.0);
    transition: all 500ms;
}
.gallery-image-block:hover img{
    transform: scale(1.15);
}
.gallery-image-block .lightbox-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    background-color: rgba(255, 44, 59, 0.6);
}
.gallery-image-block .lightbox-image img {
    width: auto;
}
.gallery-image-block:hover .lightbox-image {
    opacity: 1;
    transform: scale(1);
}
.featured-car-section .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease 0s;
}
.featured-car-section:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.featured-car-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.featured-car-section .owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease 0s;
}
.featured-car-section .owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
.single-featured-car-block {
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(17, 17, 17, 0.08) 0px 20px 80px;
}
.dark-bg .single-featured-car-block {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8.69px 43.46px;
    background: rgba(255, 255, 255, 0.1);
}
.single-featured-car-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.single-featured-car-image img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms;
}
.single-featured-car-image:hover img {
    transform: scale(1.15);
}
.single-featured-car-rent-per-day {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 12px;               /* smaller base text */
    color: var(--body-color);
    line-height: 20px;
    font-weight: 500;
    padding: 6px 12px;            /* reduced padding */
    text-transform: none;
    font-family: var(--primary-font);
    background-color: rgb(255, 255, 255);
    border-radius: 40px;          /* tighter pill */
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.dark-bg .single-featured-car-rent-per-day {
    color: rgb(255, 255, 255);
    background: var(--theme-color);
}
.single-featured-car-rent-per-day span {
    font-size: 16px;              /* reduced numeric size */
    color: var(--theme-color);
    font-weight: 700;
    margin-right: 6px;
}
.dark-bg .single-featured-car-rent-per-day span {
    color: rgb(255, 255, 255);
}
.single-featured-car-content {
    position: relative;
    padding: 20px;
}
.single-featured-car-rating {
    position: absolute;
    right: 20px;
    top: 28px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px;
    line-height: 22px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(229, 229, 229);
}
.single-featured-car-rating i {
    font-size: 16px;
    color: var(--rating-color);
}
.dark-bg .single-featured-car-rating {
    color: var(--primary-color);
    background: rgb(255, 186, 7);
    border-color: rgb(255, 186, 7);
}
.dark-bg .single-featured-car-rating i {
    color: var(--primary-color);
}
h5.single-featured-car-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    font-family: var(--primary-font);
    margin-bottom: 15px;
}
h5.single-featured-car-title a {
    color: rgb(17, 17, 17);
}
.dark-bg h5.single-featured-car-title a {
    color: rgb(255, 255, 255);
}
h5.single-featured-car-title a:hover {
    color: var(--theme-color);
}
p.single-featured-car-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    font-family: var(--secondary-font);
    padding-bottom: 25px;
}
.dark-bg p.single-featured-car-text {
    color: rgb(171, 171, 171);
}
.dark-bg .single-featured-car-block .border-divider {
    background: rgba(255, 255, 255, 0.1);
}
.single-featured-car-info {
    margin: 25px 0px;
}
.single-featured-car-info li {
    font-size: 16px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 8px 0px;
    font-family: var(--secondary-font);
}
.dark-bg .single-featured-car-info li {
    color: rgb(171, 171, 171);
}
.single-featured-car-info li i {
    font-size: 22px;
    color: var(--theme-color);
}
.single-featured-car-book-btn a {
    display: block;
    text-align: center;
}
.vedio-section-outer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 200px 0px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.dark-bg .vedio-section-outer {
    border-radius: 0px;
}
.vedio-section-outer::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}
.vedio-section-outer .lightbox-image {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 28px;
    display: inline-block;
    line-height: 108px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    color: var(--theme-color);
}
.vedio-section-outer .lightbox-image::before, 
.vedio-section-outer .lightbox-image::after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 0px;
    animation: 3s ease 0s infinite normal none running ripple;
    transition: all 0.4s ease 0s;
}
.vedio-section-outer .lightbox-image::after {
    animation-delay: 0.6s;
}
.blog-post-one {
    position: relative;
    margin-bottom: 30px;
}
.blog-post-image {
    overflow: hidden;
    border-radius: 10px;
}
.blog-post-image img {
    width: 100%;
    transform: scale(1.0);
    transition: all 500ms;
}
.blog-post-one:hover .blog-post-image img {
    transform: scale(1.15);
}
.blog-post-content .post-info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.blog-post-content .post-info .post-tag a {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    padding: 5px 12px;
    background: rgba(255, 44, 59, 0.05);
    border: 1px solid rgba(255, 44, 59, 0.2);
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
.blog-post-content .post-info li {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--secondary-font);
}
.blog-post-content .post-info li i {
    color: rgb(0, 0, 0);
    font-size: 20px;
}
.blog-post-content .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.blog-post-content .post-title a {
    color: rgb(17, 17, 17);
    display: inline-block;
    transition: all 500ms ease 0s;
}
.blog-post-content .post-title a:hover {
    color: var(--theme-color);
}
.slider.style_two .slide-item-content {
    position: relative;
    overflow: hidden;
}
.slider.style_two .slide-item-content .image-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider.style_two .slide-item-content .container {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
}
.slider.style_two .slide-item-content .slider_content {
    position: relative;
    padding: 220px 0px 230px;
    z-index: 11;
    max-width: 600px;
}
.slider.style_two .slide-item-content .slider_content h6 {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 25px;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    padding: 5px 0px;
    opacity: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_two .slide-item-content .slider_content h1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_two .slide-item-content .slider_content p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(171, 171, 171);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_two .slide-item-content .slider_content .btn-style-four {
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_two .owl-item.active .slide-item-content .image-layer {
    opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content h1 {
    opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content h6 {
    opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content p {
    opacity: 1;
}
.slider.style_two .owl-item.active .slide-item-content .slider_content .btn-style-four {
    opacity: 1;
}
.slider.style_two .slide-item-content .container .slider-image {
    position: relative;
    z-index: 9;
    overflow: visible;
    margin-right: -122px;
    padding-top: 50px;
    margin-top: 62px;
}
.slider.style_two .slide-item-content .container .slider-image::before {
    position: absolute;
    top: 0px;
    left: calc(50% - 255.5px);
    width: 511px;
    height: 511px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.works-process-section {
    position: relative;
}
.works-process-section::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: -100px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("../images/shape/shape-1.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.works-process-block {
    margin-bottom: 30px;
}
.works-process-block-icon {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    color: rgb(6, 7, 2);
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    border-radius: 20px;
    background: rgb(245, 167, 126);
    margin-bottom: 25px;
}
.colmun:nth-child(1) .works-process-block-icon {
    background: rgb(245, 167, 126);
}
.colmun:nth-child(2) .works-process-block-icon {
    background: rgb(132, 98, 239);
}
.colmun:nth-child(3) .works-process-block-icon {
    background: rgb(132, 221, 177);
}
.colmun:nth-child(4) .works-process-block-icon {
    background: rgb(248, 203, 118);
}
.works-process-block-icon::before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    content: "";
    font-size: 24px;
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: rgb(6, 7, 2);
    border: 3px solid rgb(6, 7, 2);
}
.colmun:nth-child(1) .works-process-block-icon::before {
    content: "1";
}
.colmun:nth-child(2) .works-process-block-icon::before {
    content: "2";
}
.colmun:nth-child(3) .works-process-block-icon::before {
    content: "3";
}
.colmun:nth-child(4) .works-process-block-icon::before {
    content: "4";
}
.inner-page .works-process-block-icon::before {
    border-color: rgb(255, 255, 255);
}
.inner-page .colmun:nth-child(1) .works-process-block-icon::before {
    background: rgb(245, 167, 126);
}
.inner-page .colmun:nth-child(2) .works-process-block-icon::before {
    background: rgb(132, 98, 239);
}
.inner-page .colmun:nth-child(3) .works-process-block-icon::before {
    background: rgb(132, 221, 177);
}
.inner-page .colmun:nth-child(4) .works-process-block-icon::before {
    background: rgb(248, 203, 118);
}
.works-process-block-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.works-process-block-title a {
    color: rgb(255, 255, 255);
    transition: all 500ms ease 0s;
}
.inner-page .works-process-block-title a {
    color: rgb(17, 17, 17);
}
.works-process-block-title a:hover {
    color: var(--theme-color);
}
.promotional-banner-block {
    position: relative;
    overflow: hidden;
    padding: 35px 30px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
}
.promotional-banner-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.clomun:nth-child(1) .promotional-banner-image {
    right: -50px;
    bottom: 5px;
}
.clomun:nth-child(2) .promotional-banner-image {
    right: -143px;
    bottom: 13px;
}
.clomun:nth-child(3) .promotional-banner-image {
    right: -75px;
    bottom: 12px;
}
.promotional-banner-block span {
    font-size: 13px;
    line-height: 20px;
    color: var(--theme-color);
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
.promotional-banner-block h2 {
    font-size: 36px;
    line-height: 56px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: var(--primary-font);
}
.clomun:nth-child(1) .promotional-banner-block h2 {
    font-size: 48px;
}
.promotional-banner-block h6 {
    font-size: 16px;
    line-height: 30px;
    color: rgb(171, 171, 171);
    font-weight: 500;
    margin-bottom: 25px;
    font-family: var(--secondary-font);
}
.dark-bg .view-all-btn .btn-style-five {
    padding: 15px 30px;
    background-color: var(--theme-color);
}
.dark-bg .view-all-btn .btn-style-five::after {
    background: var(--primary-color);
}
.brand-section-2.home-three{    
    border-bottom: 1px solid rgba(142, 123, 195, 0.2);
}
.brand-section-2 .brand-outer-box-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-section-2.dark-home .brand-outer-box-2 {
    border-bottom: 1px solid rgba(142, 123, 195, 0.2);
}
.single-brand-item-2 {
    flex-grow: 1;
    padding: 60px 20px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid rgba(142, 123, 195, 0.2);
}
.single-brand-item-2:last-child {
    border-right: 0px;
}
.single-brand-item-2 .brand-image img {
    opacity: 0.5;
    cursor: pointer;
    transition: all 500ms ease 0s;
}
.single-brand-item-2 .brand-image:hover img {
    opacity: 1;
}
.google-map-outer {
    position: relative;
    display: block;
    text-align: center;
}
.google-map-outer::before {
    position: absolute;
    top: -70px;
    left: calc(50% - 328px);
    width: 656px;
    height: 656px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(184, 13, 13, 0.4);
    mix-blend-mode: multiply;
    filter: blur(1.5rem);
}
.google-map-outer .cuntry-tag {
    position: absolute;
    top: calc(50% - 50px);
    right: calc(50% - 325px);
    display: flex;
    padding: 2px 12px 2px 2px;
    align-items: center;
    border-radius: 60px;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: var(--secondary-font);
    text-transform: capitalize;
    background-color: rgb(10, 8, 3);
}
.google-map-outer .cuntry-tag .cuntry-flug {
    width: 20px;
    height: 20px;
    line-height: 22px;
    background: var(--theme-color);
    border-radius: 50%;
}
.testimonial-block-one {
    position: relative;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8.69px 43.46px;
    background: rgba(255, 255, 255, 0.1);
}
.testimonial-block-one.style-two {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 50px;
}
.testimonial-block-one .inner-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}
.testimonial-block-one .author-box {
    display: flex;
    align-items: center;
    gap: 11px;
}
.testimonial-block-one .author-info h5 {
    font-size: 24px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: var(--primary-font);
}
.testimonial-block-one.style-two .author-info h5 {
    color: rgb(17, 17, 17);
}
.testimonial-block-one .author-info span {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: var(--secondary-font);
}
.testimonial-block-one.style-two .author-info span {
    color: var(--body-color);
}
.testimonial-block-one .author-rating {
    display: flex;
    align-items: center;
    gap: 7px;
}
.testimonial-block-one .author-rating li {
    color: rgb(255, 200, 68);
}
.testimonial-block-one .author-comments p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-family: var(--secondary-font);
}
.testimonial-block-one.style-two .author-comments p {
    color: var(--body-color);
}
.testimonials-section .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonials-section .owl-carousel .owl-item {
    opacity: 0;
}
.testimonials-section .owl-carousel .owl-item.active {
    opacity: 1;
}
.subscribe-inner {
    position: relative;
    padding: 55px;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    background: rgb(255, 44, 59);
}
.subscribe-inner h3 {
    font-size: 36px;
    line-height: 42px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: var(--primary-font);
}
.subscribe-inner h3 span {
    color: rgb(0, 0, 0);
}
.subscribe-layer-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.subscribe-inner .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.subscribe-inner .form-group input {
    color: rgb(159, 157, 157);
    background: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 25px;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.subscribe-inner .form-group button i {
    font-size: 10px;
}
.slider.style_three .slide-item-content {
    position: relative;
    overflow: hidden;
}
.slider.style_three .slide-item-content .image-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slider.style_three .slide-item-content .container {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
}
.slider.style_three .slide-item-content .slider_content {
    position: relative;
    padding: 260px 0px 150px;
    max-width: 600px;
    z-index: 11;
}
.slider.style_three .slide-item-content .slider_content h6 {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 25px;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    opacity: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_three .slide-item-content .slider_content h1 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(17, 17, 17);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_three .slide-item-content .slider_content h1 span {
    font-size: 64px;
    line-height: 60px;
    font-weight: 400;
}
.slider.style_three .slide-item-content .slider_content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_three .slide-item-content .slider_content .btn-style-four {
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_three .owl-item.active .slide-item-content .image-layer {
    opacity: 1;
}
.slider.style_three .owl-item.active .slide-item-content .slider_content h1 {
    opacity: 1;
}
.slider.style_three .owl-item.active .slide-item-content .slider_content h6 {
    opacity: 1;
}
.slider.style_three .owl-item.active .slide-item-content .slider_content p {
    opacity: 1;
}
.slider.style_three .owl-item.active .slide-item-content .slider_content .btn-style-four {
    opacity: 1;
}
.slider.style_three .slide-item-content .container .slider-image {
    position: relative;
    z-index: 9;
    overflow: visible;
    margin-right: -122px;
    padding-top: 50px;
    margin-top: 62px;
}
.slider.style_three .slide-item-content .container .slider-image::before {
    position: absolute;
    top: 0px;
    left: calc(50% - 255.5px);
    width: 511px;
    height: 511px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.why-chooseus-section {
    position: relative;
    overflow: hidden;
}
.why-chooseus-section .shape-three {
    position: absolute;
    left: -208px;
    bottom: -130px;
}
.why-chooseus-section .shape-four {
    position: absolute;
    right: -208px;
    bottom: -130px;
}
.brand-section-2.home-three {
    background: rgb(18, 18, 18);
}
.style_two h5.single-featured-car-title {
    margin-bottom: 10px;
}
.single-featured-car-rent-per-day-2 {
    font-size: 14px;
    color: rgb(17, 17, 17);
    line-height: 20px;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-family: var(--primary-font);
}
.single-featured-car-rent-per-day-2 span {
    font-size: 28px;
    color: var(--theme-color);
}
.featured-car-info-outer {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.subscribe-section-2 {
    position: relative;
    z-index: 99;
    background: var(--theme-color);
}
.subscribe-section-2 .subscribe-layer-bg-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.subscribe-section-2 .subscribe-inner {
    padding: 50px 0px;
    border-radius: 0px;
    background: transparent;
}
.services-section {
    background-color: rgb(246, 246, 246);
}
.services-block-one {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    padding: 25px 0px 0px 40px;
}
.services-block-one::before {
    position: absolute;
    inset: 0px 50px 65px 0px;
    content: "";
    z-index: -1;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}
.services-block-one h6.service-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: var(--secondary-font);
}
.services-block-one h6.service-title a {
    color: rgb(17, 17, 17);
    display: inline-block;
}
.services-block-one h6.service-title a:hover {
    color: var(--theme-color);
}
.services-block-one .services-iamge img {
    border-radius: 10px;
}
.slider.style_four {
    position: relative;
    padding: 270px 0px 230px;
}
.slider.style_four .shape-image {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}
.slider.style_four .shape-image-2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
}
.slider.style_four .slide-item-content .container {
    position: relative;
    z-index: 10;
    padding: 0px 15px;
}
.slider.style_four .slide-item-content .slider_content {
    position: relative;
    z-index: 11;
}
.slider.style_four .slide-item-content .slider_content h6 {
    font-size: 13px;
    background: rgba(255, 44, 59, 0.1);
    padding: 5px 12px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 25px;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    opacity: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_four .slide-item-content .slider_content h1 {
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(17, 17, 17);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_four .slide-item-content .slider_content h1 span {
    font-size: 64px;
    line-height: 60px;
    font-weight: 400;
}
.slider.style_four .slide-item-content .slider_content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_four .slide-item-content .slider_content .btn-style-four {
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_four .owl-item.active .slide-item-content .image-layer {
    opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content h1 {
    opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content h6 {
    opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content p {
    opacity: 1;
}
.slider.style_four .owl-item.active .slide-item-content .slider_content .btn-style-four {
    opacity: 1;
}
.slider.style_four .slide-item-content .container .slider-image {
    position: relative;
    z-index: 9;
    overflow: visible;
    margin-right: -260px;
}
.slider.style_four .slide-item-content .container .slider-image::before {
    position: absolute;
    top: 0px;
    left: calc(50% - 255.5px);
    width: 511px;
    height: 511px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}
.owl_dots_one .owl-dots {
    gap: 9px;
    display: flex;
    position: absolute;
    top: calc(50% - 50px);
    left: 75px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.owl_dots_one .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    opacity: 0.3;
    background: rgb(255, 44, 59);
    border-radius: 50px;
}
.owl_dots_one .owl-dots .owl-dot.active {
    width: 13px;
    height: 13px;
    opacity: 1;
    border-radius: 50px;
}
.owl_navs_one.theme_carousel .owl-nav {
    gap: 90px;
    display: flex;
    position: absolute;
    top: calc(50% - 100px);
    left: 75px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.owl_navs_one.theme_carousel .owl-nav button {
    color: rgb(0, 0, 0);
}
.owl_navs_one.theme_carousel .owl-nav button:hover {
    color: var(--theme-color);
}
.about-section {
    position: relative;
}
.about-section .shape {
    position: absolute;
    bottom: 40px;
    left: 0px;
}
.about-info-block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.about-info-icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
    background: rgba(255, 44, 59, 0.1);
}
.about-info-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: rgb(13, 13, 13);
    font-family: var(--primary-font);
}
.about-info-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--secondary-font);
}
.download-app-outer {
    position: relative;
    padding: 0px 100px;
    border-radius: 20px;
    z-index: 1;
    background: rgb(23, 22, 38);
}
.download-app-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.download-app-content h2 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    font-family: var(--primary-font);
}
.download-app-content p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: var(--secondary-font);
    margin-bottom: 40px;
}
.download-app-image {
    margin-top: -100px;
    margin-bottom: -100px;
    text-align: right;
}
.download-app-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.download-app {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 200px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
}
.download-app .app-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    text-align: center;
    line-height: 30px;
}
.download-app .app-content span {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    color: rgb(17, 17, 17);
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
.download-app .app-content h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(17, 17, 17);
    font-family: var(--primary-font);
    text-transform: capitalize;
}
.download-app-outer .icon-box {
    position: absolute;
    width: 136px;
    height: 136px;
    bottom: calc(50% - 68px);
    right: 95px;
    content: "";
    padding: 25px;
    text-align: center;
    color: var(--bs-white);
    background-color: rgb(255, 255, 255);
    line-height: 136px;
    border-radius: 50%;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.download-app-outer .icon-box .icon {
    font-size: 30px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    color: var(--bs-white);
    transform: rotate(0deg);
    background-color: var(--theme-color);
    transition: all 500ms ease 0s;
}
.download-app-outer .icon-box:hover .icon {
    transform: rotate(180deg);
}
.download-app-outer .icon-box .icon-text {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.download-app-outer .icon-box .icon-text img {
    animation: 10s linear 0s 1 normal none running spin;
}
.download-app-outer .shape {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: right center;
}
.view-all-btn .btn-style-two {
    border-radius: 5px;
}
.subscribe-section.style-two {
    position: relative;
    margin-bottom: -95px;
    z-index: 99;
}
.slider.style_five .slide-item {
    padding: 185px 0px 180px;
}
.slider.style_five .slide-item-content .slider_content h6 {
    font-size: 13px;
    background: rgba(255, 44, 59, 0.1);
    padding: 5px 12px;
    line-height: 19px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 25px;
    border-radius: 50px;
    color: rgb(255, 44, 59);
    opacity: 0;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_five .slide-item-content .slider_content h1 {
    font-size: 72px;
    line-height: 80px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(17, 17, 17);
    opacity: 0;
    font-family: var(--primary-font);
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_five .slide-item-content .slider_content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    margin-bottom: 30px;
    opacity: 0;
    transition: all 0.9s ease-in-out 0s;
}
.slider.style_five .slide-item-content .big-title {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 880px);
    font-size: 440px;
    font-weight: 600;
    line-height: 440px;
    text-align: center;
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform-origin: center bottom;
    transition: all 1000ms ease 0s;
    font-family: var(--primary-font);
    background: linear-gradient(rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 100%) text;
    -webkit-text-fill-color: transparent;
}
.booking-section.style-three {
    margin-top: -130px;
}
.slider.style_five .owl-item.active .big-title {
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    transition-delay: 1000ms;
    opacity: 0.06 !important;
    visibility: visible !important;
}
.promotional-banner-block.style-two {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 50px;
}
.promotional-banner-block.style-two h2 {
    color: rgb(17, 17, 17);
}
.home-five .vedio-section-outer {
    border-radius: 0px;
}
.brand-section.home-five .brand-outer-box {
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.google-map-section.style-two {
    position: relative;
}
.google-map-section.style-two .shape {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.style-two .google-map-outer::before {
    display: none;
}
.testimonial-block-two .inner-box {
    position: relative;
    padding: 0px 40px 40px;
    margin-top: 20px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 50px;
}
.testimonial-block-two .inner-box .author-image {
    position: relative;
    width: 100px;
    height: 100px;
    margin-top: -45px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.testimonial-block-two .inner-box .author-image img {
    width: auto;
}
.testimonial-block-two .inner-box .author-info h5 {
    font-size: 24px;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-weight: 600;
    font-family: var(--primary-font);
}
.testimonial-block-two .inner-box .author-info .designation {
    font-size: 16px;
    line-height: 30px;
    color: var(--body-color);
    font-weight: 400;
    display: block;
    font-family: var(--secondary-font);
}
.testimonial-block-two .inner-box .author-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 15px;
}
.testimonial-block-two .inner-box .author-rating li {
    font-size: 15px;
    color: rgb(255, 200, 68);
}
.testimonial-block-two .inner-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--secondary-font);
}
.home-five .owl_dot_one.theme_carousel .owl-dots {
    margin-top: 60px;
}
.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 260px 0px 140px;
}
.breadcrumb-section .banner-content h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 64px;
    font-weight: 600;
    line-height: 90%;
    font-family: var(--primary-font);
    text-transform: capitalize;
}
@media (max-width: 767px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 50px;
    }
}
@media (max-width: 576px) {
    .breadcrumb-section .banner-content h1 {
        font-size: 40px;
    }
}
.team-block-one .inner-box {
    position: relative;
    padding: 0px 40px 40px;
    margin-top: 40px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    z-index: 1;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 50px;
}
.team-block-one .inner-box::before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    content: "";
    opacity: 0;
    z-index: -1;
    transform: translateY(10px);
    background: var(--theme-color);
    transition: all 500ms ease 0s;
    border-radius: 0px 0px 10px;
    clip-path: polygon(100% 25%, 10% 99%, 100% 100%);
}
.team-block-one:hover .inner-box::before {
    opacity: 1;
    transform: translateY(0px);
}
.team-block-one .inner-box .author-image {
    position: relative;
    width: 140px;
    height: 140px;
    margin-top: -66px;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.team-block-one .inner-box .author-image img {
    width: auto;
}
.team-block-one .inner-box .author-info {
    margin-bottom: 20px;
}
.team-block-one .inner-box .author-info h5 {
    font-size: 24px;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--primary-font);
}
.team-block-one .inner-box .author-info h5 a {
    color: rgb(17, 17, 17);
    display: inline-block;
}
.team-block-one .inner-box .author-info span {
    font-size: 16px;
    line-height: 30px;
    color: var(--body-color);
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}
.team-block-one .inner-box .author-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-bottom: 15px;
}
.team-block-one .inner-box .author-social-links li {
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 20px;
}
.team-block-one .inner-box .author-social-links li a {
    width: 24px;
    height: 24px;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    transition: all 500ms ease 0s;
}
.team-block-one .inner-box .author-social-links li a:hover {
    background: var(--theme-color);
}
.inner-page .testimonial-block-one.style-two {
    margin-bottom: 30px;
}
.testimonials-section.inner-page .btn-style-two {
    line-height: 48px;
    border-radius: 0px;
    margin-top: 20px;
}
.inner-page .testimonial-block-two .inner-box .author-image {
    margin-bottom: 15px;
}
.testimonials-section.dark-bg {
    background: rgb(6, 7, 2);
}
.faq-outer-box {
    max-width: 850px;
    width: 100%;
    margin: 0px auto;
}
.accordion-box .accordion .acc-content {
    display: none;
}
.accordion-box .accordion .acc-content.current {
    display: block;
}
.accordion-box .accordion {
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid rgb(229, 229, 229);
    overflow: hidden;
}
.accordion-box .accordion:last-child {
    margin-bottom: 0px;
}
.accordion-box .accordion .acc-btn {
    position: relative;
    display: block;
    padding: 20px 60px 20px 30px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .acc-btn h4 {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    font-family: var(--primary-font);
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .acc-btn::before {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 24px;
    color: var(--theme-color);
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.accordion-box .accordion .acc-btn.active::before {
    content: "";
    color: rgb(0, 0, 0);
    font-family: "Font Awesome 6 Free";
}
.accordion-box .accordion .acc-content {
    padding: 15px 60px 33px 30px;
}
.accordion-box .accordion .acc-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--body-color);
    font-family: var(--secondary-font);
}
#questionForm .form-group {
    margin-bottom: 30px;
}
#questionForm input, #questionForm textarea {
    font-size: 16px;
    line-height: 28px;
    padding: 15px 30px;
    width: 100%;
    transition: all 0.5s ease 0s;
    color: var(--body-color);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    font-family: var(--secondary-font);
}
#questionForm textarea {
    height: 170px;
    resize: none;
}
#questionForm input:focus, #questionForm textarea:focus {
    border-color: var(--theme-color);
}
#questionForm button.btn-style-five {
    padding: 15px 30px;
}
.services-section.inner-page {
    padding-bottom: 200px;
    margin-bottom: -99px;
}
.area-outer-image {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 6px;
}
.area-details-image img {
    width: 100%;
}
.area-details-image:nth-child(1) {
    grid-area: 1 / 1 / span 2 / span 3;
}
.planning-details-section p {
    font-size: 16px;
    line-height: 26px;
    color: var(--body-color);
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}
.planning-details-section .btn-style-five {
    padding: 15px 30px;
}
.planning-details-section .planning-map iframe{
    width: 100%;
    height: 400px;
}
.sortable-masonry .filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.sortable-masonry .filter-tabs li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: rgb(17, 17, 17);
    padding: 10px 30px;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-family: var(--secondary-font);
}
.sortable-masonry .filter-tabs li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    content: "";
    z-index: -1;
    transition: all 0.5s ease 0s;
    background-color: var(--theme-color);
}
.sortable-masonry .filter-tabs li.active, .sortable-masonry .filter-tabs li:hover {
    color: rgb(255, 255, 255);
}
.sortable-masonry .filter-tabs li.active::before, .sortable-masonry .filter-tabs li:hover::before {
    width: 100%;
}
.gallery-block-one .inner-box {
    position: relative;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery-block-one .inner-box img{
    width: 100%;
}
.gallery-block-one .inner-box .view-btn {
    position: absolute;
    inset: 10px;
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: scale(0);
    transition: all 500ms ease 0s;
    background: rgba(255, 44, 59, 0.6);
}
.gallery-block-one .inner-box .view-btn .lightbox-image {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.gallery-block-one:hover .inner-box .view-btn {
    transform: scale(1);
}
.gallery-section .btn-style-five {
    padding: 15px 30px;
}
.pricing-block-one {
    position: relative;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    padding: 40px 30px;
    transition: all 0.5s ease 0s;
    border-top: 3px solid var(--theme-color);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 50px;
}
.pricing-block-one .table-header {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    margin-bottom: 30px;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    border-left-color: rgba(0, 0, 0, 0.2);
}
.pricing-block-one h6.title {
    font-size: 18px;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--primary-font);
    margin-bottom: 20px;
}
.pricing-block-one .price {
    font-size: 48px;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-weight: 600;
    font-family: var(--primary-font);
}
.pricing-block-one .price span {
    font-size: 24px;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-weight: 400;
    font-family: var(--primary-font);
}
.pricing-block-one .feature-list li {
    padding: 10px 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--secondary-font);
}
.pricing-block-one .feature-list li span {
    width: 25px;
    height: 25px;
    display: block;
    color: var(--theme-color);
    line-height: 25px;
    text-align: center;
    font-size: 8px;
    border-radius: 50%;
    background: rgba(255, 44, 59, 0.1);
}
.order-information h3.title {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: rgb(17, 17, 17);
    text-transform: capitalize;
    font-family: var(--primary-font);
    padding-bottom: 15px;
}
.order-information .order-outer-box {
    position: relative;
    padding: 30px 0px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(229, 229, 229, 0.89);
    border-bottom: 1px solid rgba(229, 229, 229, 0.89);
}
.order-information .info-title-box span.price {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: var(--theme-color);
}
.order-outer-box .product-image {
    flex-shrink: 0;
}
.order-information .order-outer-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}
.order-outer-box .info-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.order-outer-box .product-info-box {
    width: 100%;
}
.order-information .order-outer-box .product-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: rgb(17, 17, 17);
    font-family: var(--primary-font);
}
.order-information .order-outer-box .product-info-list li {
    font-size: 14px;
    line-height: 20px;
    color: rgb(17, 17, 17);
    font-weight: 400;
    padding: 5px 0px;
    font-family: var(--secondary-font);
}
.order-information .order-outer-box .product-info-list li strong {
    font-weight: 700;
}
.order-summary {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.order-summary #couponForm {
    position: relative;
    padding: 5px;
    display: inline-block;
    max-width: 410px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgb(229, 229, 229);
}
.order-summary #couponForm input {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    padding: 10px 15px;
    text-transform: capitalize;
}
.order-summary #couponForm button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 10px 30px;
}
.order-summary .bill-history {
    max-width: 240px;
    width: 100%;
}
.order-summary .bill-history li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: rgb(17, 17, 17);
    display: flex;
    align-items: center;
    padding: 5px 0px;
    text-align: right;
    gap: 20px;
    justify-content: space-between;
    text-transform: capitalize;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
}
.order-summary .bill-history li.deu-amount span {
    font-size: 28px;
    color: rgb(255, 44, 59);
    line-height: 28px;
    font-family: var(--primary-font);
}
.bill-information {
    position: relative;
    padding: 20px 30px;
    margin-left: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 50px;
}
.bill-information h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    margin-bottom: 20px;
}
.bill-information .contact-info .form-group {
    margin-bottom: 20px;
}
.bill-information .contact-info .form-group input {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: var(--secondary-font);
    color: var(--body-color);
    padding: 10px 20px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    width: 100%;
}
.bill-information .pay-bill {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    font-family: var(--secondary-font);
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.bill-information .pay-bill span {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: var(--theme-color);
    font-family: var(--primary-font);
}
.payment-method {
    display: inline-flex;
    align-items: center;
    background: rgb(246, 246, 246);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.payment-method input[type="radio"] {
    display: none;
}
.payment-method label.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: var(--body-color);
    font-weight: 400;
    border-radius: 0px;
    background: rgb(246, 246, 246);
    font-family: var(--secondary-font);
    transition: all 0.3s ease 0s;
}
.payLater-box .btn {
    border-radius: 0px 0px 5px 5px;
}
.paypal-box .btn {
    border-radius: 5px 5px 0px 0px;
}
.payment-method input[type="radio"]:checked + label.btn {
    color: rgb(255, 255, 255);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.bill-information .contact-info p.text {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--secondary-font);
    margin-bottom: 30px;
}
.terms-checkbox .checkbox-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
}
.terms-checkbox .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.terms-checkbox .checkbox-container .checkmark {
    position: absolute;
    top: 7px;
    left: 0px;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
}
.terms-checkbox .checkbox-container:hover input ~ .checkmark {
    border-color: var(--theme-color);
}
.terms-checkbox .checkbox-container input:checked ~ .checkmark {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.terms-checkbox .checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.terms-checkbox .checkbox-container input:checked ~ .checkmark::after {
    display: block;
}
.terms-checkbox .checkbox-container .checkmark::after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-color: white;
    border-image: initial;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
}
.terms-checkbox .checkbox-container h6 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(17, 17, 17);
    font-family: var(--secondary-font);
}
.terms-checkbox .checkbox-container p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--body-color);
    font-family: var(--secondary-font);
}
.bill-information .btn-style-five {
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    font-family: var(--primary-font);
    border-radius: 5px;
}
.product-sidebar {
    position: relative;
    border-radius: 10px;
    padding: 50px 40px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 80px;
}
h3.sidebar-widget-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: rgb(17, 17, 17);
    font-family: var(--primary-font);
    margin-bottom: 25px;
}
.sidebar-search-widget {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.sidebar-search-box {
    position: relative;
}
.sidebar-search-box input {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 28px;
    width: 100%;
    border-radius: 10px;
    font-family: var(--secondary-font);
    background: rgb(255, 240, 241);
    border: 1px solid rgb(255, 240, 241);
    transition: all 500ms ease 0s;
}
.sidebar-search-box input:focus {
    border-color: var(--theme-color);
}
.sidebar-search-box button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 18px;
    color: rgb(144, 144, 146);
    transition: all 500ms;
}
.sidebar-search-box button:hover{
    color: var(--theme-color);
}
.sidebar-select-car-widget{
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-select select {
    appearance: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 28px;
    color: rgb(17, 17, 17);
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgb(244, 244, 244);
    border: 1px solid rgb(244, 244, 244);
}
.custom-select select option {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}
.custom-select select option:hover {
    background-color: rgb(240, 240, 240);
}
.custom-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    transform: translateY(-50%);
    pointer-events: none;
}
.sidebar-filter-widget {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.price-range-slider {
    position: relative;
    width: 100%;
}
.price-range-slider .range-value {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.price-range-slider .range-value span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--title-color);
    margin-right: 5px;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    font-size: 14px;
    line-height: 24px;
    font-family: var(--text-font);
    font-weight: 500;
    color: var(--title-color);
    box-shadow: none;
    border: none;
}
.price-range-slider .range-bar {
    border: none;
    height: 4px;
    width: 100%;
    background: rgb(255, 223, 223);
    border-radius: 0px;
}
.price-range-slider .ui-slider-range {
    background-color: var(--theme-color);
}
.price-range-slider .ui-slider-handle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 50%;
    background-color: var(--theme-color);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 18px 0px;
    top: -11px;
}
.price-range-slider .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-range-slider .btn-box .clear-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    text-decoration: underline;
    transition: all 500ms ease 0s;
}
.price-range-slider .btn-box .clear-btn:hover {
    color: var(--theme-color);
}
.price-range-slider .btn-box .btn-style-four {
    padding: 15px 30px;
}
.sidebar-capacity-widget{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.check-box input {
    display: none;
}  
.check-box label {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: var(--primary-color);
    padding-left: 20px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
}  
.check-box label:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #9b7575;
    background: transparent;
}  
.check-box label:after {
    opacity: 0;
    content: "\f00c";
    position: absolute;
    top: -1px;
    left: 3.5px;
    font-size: 10px;
    font-weight: 900;
    color: #ffffff;
    font-family: "Font Awesome 6 Free";
    pointer-events: none;
}  
.check-box input:checked + label:after {
    opacity: 1;
}  
.check-box input:checked + label:before{
    background-color: var(--theme-color);
}
.rating-star{
    display: flex;
    align-items: center;
    gap: 7px;
}
.rating-star li{
    color: #D3D3D3;
    font-size: 15px;
}
.rating-star li.rated-star{
    color: var(--rating-color);
}
.car-listing-section .single-featured-car-book-btn a{
    display: inline-block;
    padding: 10px 50px;
}
.sidebar-car-brands-widget,
.sidebar-car-type-widget{
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.car-brands-list{
    max-height: 250px;
    height: 100%;
    overflow-y: auto;
}
.car-details-outerbox{
    display: grid;
    gap: 6px;
    grid-template-columns: auto auto auto auto;
}
.car-details-image:nth-child(1){
    grid-area: 1 / 1 / span 2 / span 3;
}
.car-details-image img{
    width: 100%;
    border-radius: 10px;
}
.car-details-info-outer{
    padding-top: 30px;
}
.rating-location-box{
    display: flex;
    align-items: center;
    gap: 30px;
}
.rating-location-box .location{
    font-size: 14px;
    font-weight: 700;
    color: var(--theme-color);
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-family: var(--primary-font);
}
.rating-location-box .location i{
    font-size: 20px;
    color: var(--theme-color);
}
.rating-location-box .rating{
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--secondary-font);
}
.rating-location-box .rating i{
    font-size: 15px;
    color: var(--rating-color);
}
h3.car-details-title{
    font-size: 44px;
    line-height: 56px;
    color: var(--primary-color);
    font-weight: 600;
    padding-bottom: 40px;
    margin-bottom: 50px;
    font-family: var(--primary-font);
    border-bottom: 1px solid #E5E5E5;
}
.car-details-feature-list{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E5E5E5;
}
.car-details-feature-box{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;    
}
.car-details-feature-icon{
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    color: var(--theme-color);
    background-color: #FFF0F1;
    border-radius: 5px;
}
.car-details-feature-content h6{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #6A6A6A;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.car-details-feature-content span{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.car-details-about-box{
    margin-bottom: 40px;
}
h4.car-details-sub-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-bottom: 20px;
    font-family: var(--primary-font);
    color: var(--primary-color);
}
p.car-details-about-text{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.car-details-included-excluded{
    margin-bottom: 30px;
}
.car-details-included-list li{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}
.car-details-included-list li i{
    color: #45DE5E;
    font-size: 13px;
}
.car-details-excluded-list li{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}
.car-details-excluded-list li i{
    color: var(--theme-color);
    font-size: 13px;
}
.car-details-highlights{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #E5E5E5;
}
.car-details-highlights-text{
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}
.car-details-top-highlights-list li{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}
.car-details-top-highlights-list li i{
    color: #45DE5E;
    font-size: 20px;
}
.car-details-right-sidebar{
    position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 80px rgb(0 0 0 / 4%));
}
.select-date-box{
    margin-bottom: 30px;
}
.select-date-box input{
    position: relative;
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: var(--primary-color);
    font-family: var(--secondary-font);
    background-color: #F4F4F4;
}
.add-extra-box .link-btn .btn-style-four{
    width: 100%;
    text-align: center;
}
.select-time-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.select-time-box label{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.select-time-box input{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.select-delivery-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.select-delivery-box label{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.select-delivery-box input{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.add-extra-box h6.add-extra-sub-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-family: var(--secondary-font);
    margin-bottom: 15px;
}
.add-extra-box .check-box{
    position: relative;
}
.add-extra-box .check-box span{
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.price-list{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.price-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 10px;
}
.price-list li h6{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    text-transform: capitalize;
    font-family: var(--secondary-font);
}
.price-list li span{
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}
.rating-outer-box{
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    margin-bottom: 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 20px 80px rgb(0 0 0 / 8%));
}
.rating-title-box{
    position: relative;
    padding: 35px;
    padding-left: 24px;
    padding-right: 54px;
    flex-shrink: 0;
    border-right: 1px solid #E5E5E5;
}
.rating-title-box h2{
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: var(--theme-color);
    font-family: var(--primary-font);
}
.rating-title-box h2 i{
    font-size: 33px;
    color: var(--rating-color);
}
.rating-title-box h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #000000;
    font-family: var(--primary-font);
}
.rating-title-box p{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    font-family: var(--secondary-font);
}
.rating-progress-box{
    width: 100%;
    padding-left: 20px;
}
.rating-progress-box .progress-box{
    position: relative;
    display: flex;
    justify-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}  
.rating-progress-box .progress-box .title{
    width: 22%;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.rating-progress-box .progress-box .bar{
    max-width: 300px;
    width:100%;
    height:4px;
    flex-shrink: 0;
    background: #E2E2E2;
    border-radius: 51px;
}  
.rating-progress-box .progress-box .bar-inner{
    display:block;
    width:0px;
    height:4px;
    background: #10B451;
    border-radius: 51px;
    -webkit-transition:all 1500ms ease;
    -ms-transition:all 1500ms ease;
    -o-transition:all 1500ms ease;
    -moz-transition:all 1500ms ease;
    transition:all 1500ms ease;
}
.rating-progress-box .progress-box .progress-bar-text{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-shrink: 0;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
    width: 12%;
}
.comment-inner {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #E5E5E5;
}
.comment-inner .comment-box{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}
.comment-inner .comment-box:last-child{
    margin-bottom: 0;
}
.comment-box .comment-thumb{
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.comment-box .comment-details{
    position: relative;
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}
.comment-box .comment-details h6{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}
.comment-box .comment-details .post-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    display: block;
    margin-bottom: 10px;
    font-family: var(--secondary-font);
}
.comment-box .comment-details p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #6A6A6A;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    font-family: var(--secondary-font);
}
.comment-box .comment-details .reply-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
}
.comment-box .comment-details .reply-btn i{
    font-size: 15px;
}
.comment-box .comment-details .rating-box{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comment-box .comment-details .rating-box .rating{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 30%;
}
.comment-box .comment-details .rating-box .rating span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.comment-box .comment-details .rating-box .rating ul{
    display: flex;
    align-items: center;
    gap: 5px;
}
.comment-box .comment-details .rating-box .rating ul li{    
    font-size: 12px;
    line-height: 20px;
    color: var(--rating-color);
}
.comment-box.replay-comment{
    margin-left: 100px;
}
.comment-box.replay-comment .comment-details p{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.comment-form-area h4.comment-form-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin-bottom: 30px;
}
.comment-form .rating-box{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}
.comment-form .rating-box .rating{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 30%;
}
.comment-form .rating-box .rating span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.comment-form .rating-box .rating ul{
    display: flex;
    align-items: center;
    gap: 5px;
}
.comment-form .rating-box .rating ul li{    
    font-size: 12px;
    line-height: 20px;
    color: #CACACA;
}
.comment-form .rating-box .rating ul li.rated-star{
    color: var(--rating-color);
}
.comment-form .form-group{
    margin-bottom: 30px;
}
.comment-form form input,
.comment-form form textarea{
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    color: #6A6A6A;
    font-weight: 400;
    border-radius: 5px;
    background: #ffffff;
    transition: all 500ms;
    border: 1px solid #e5e5e5;
}
.comment-form form textarea{ 
    height: 170px;
    resize: none;
}
.comment-form form input:focus,
.comment-form form textarea:focus{
    border-color: var(--theme-color);
}
.blog-sidebar{
    position: relative;
    padding: 60px 40px;
    border-radius: 10px;
    margin-left: 22px;
    box-shadow: 0 10px 50px rgb(0 0 0 / 5%);
}
.blog-sidebar .sidebar-search-widget{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}
.blog-sidebar .sidebar-widget{
    margin-bottom: 50px;
}
.sidebar-category-list li a{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding: 8px 0px;
    display: inline-block;
    font-family: var(--secondary-font);
}
.sidebar-category-list li a:before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '\f105';
    font-size: 15px;
    font-weight: 900;
    color: #000000;
    opacity: 0;
    transition: all 500ms;
    font-family: "Font Awesome 6 Free";
}
.sidebar-category-list li a:hover{
    color: var(--theme-color);
    padding-left: 16px;
}
.sidebar-category-list li a:hover:before{
    opacity: 1;
}
.sidebar-post-inner .post{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.sidebar-post-inner .post:last-child{
    border-bottom: none;
}
.sidebar-post-inner .post .post-thumb{
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}
.sidebar-post-inner .post .post-text h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--primary-font);
}
.sidebar-post-inner .post .post-text h5 a{
    color: var(--primary-color);
    display: inline-block;
    transition: all 500ms;
}
.sidebar-post-inner .post .post-text h5 a:hover{
    color: var(--theme-color);
}
.sidebar-post-inner .post .post-text span.post-date{
    font-size: 15px;
    font-weight: 400;
    color: #6A6A6A;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--secondary-font);
}
.sidebar-post-inner .post .post-text span.post-date i{
    font-size: 16px;
    color: var(--theme-color);
}
.gallery-image-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gallery-image-list li .image{
    position: relative;
    display: block;
    max-width: 96px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar-archives-list li a{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
    padding: 8px 0px;
    display: inline-block;
    font-family: var(--secondary-font);
}
.sidebar-archives-list li a:before{
    position: absolute;
    top: 9px;
    left: 0;
    content: '\f105';
    font-size: 15px;
    font-weight: 900;
    color: var(--primary-color);
    opacity: 0;
    transition: all 500ms;
    font-family: "Font Awesome 6 Free";
}
.sidebar-archives-list  li a:hover{
    color: var(--theme-color);
    padding-left: 16px;
}
.sidebar-archives-list  li a:hover:before{
    opacity: 1;
    color: var(--theme-color);
}
.sidebar-tags-list{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.sidebar-tags-list li a{
    font-size: 15px;
    line-height: 26px;
    color: #6A6A6A;
    font-weight: 400;
    padding: 5px 17px;
    background: #F4F4F4;
    border-radius: 55px;
    display: inline-block;
    transition: all 500;
    font-family: var(--secondary-font);
}
.sidebar-tags-list li a:hover{
    color: #ffffff;
    background-color: var(--theme-color);
}
.blog-sidebar .sidebar-widget:last-child{
    margin-bottom: 0;
}

.listing-blog {
    border-radius: 10px;
    box-shadow: 0 10px 50px rgb(0 0 0 / 5%);
}
.listing-blog .blog-post-content{
    padding: 30px;
    padding-top: 0;
}
.listing-blog .post-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
}
.blockquote{
    position: relative;
    padding: 40px 30px;
    background: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 35px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 3px solid var(--theme-color);
    box-shadow: 0 10px 80px rgb(0 0 0 / 4%);
}
.blockquote .quote-icon{
    font-size: 40px;
    color: #000000;
}
.blockquote .quote-text p{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--primary-color);
    margin-bottom: 15px;
}
.blockquote .quote-text strong{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--primary-color);
}
.blog-details-content .post-title{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 20px;
}
.blog-details-content p.blog-text{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #6A6A6A;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}
.blog-details-content .image{
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.post-share-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
}
.post-share-box ul{
    display: flex;
    align-items: center;
    gap: 10px;
}
.post-share-box ul{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.post-share-box .post-tags{
    gap: 10px;
}
.post-share-box .post-tags li h6{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color);
}
.post-share-box .post-tags li a{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
    border-radius: 45px;
    padding: 4px 20px;
    display: inline-block;
    transition: all 500ms;
    border: 1px solid #E5E5E5;
    font-family: var(--secondary-font);
}
.post-share-box .post-tags li a:hover{
    color: #ffffff;
    background-color: var(--theme-color);
}
.post-share-box .post-share{
    gap: 20px;
}
.post-share-box .post-share li a{
    gap: 20px;
    font-size: 16px;
    color: #6A6A6A;
    display: inline-block;
    transition: all 500ms;
}
.post-share-box .post-share li a:hover{
    color: var(--theme-color);
}
.blog-post-content .author-box{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
}
.blog-post-content .author-thumb{
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100px;
}
.blog-post-content .author-box .author-info h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
    font-family: var(--primary-font);
}
.blog-post-content .author-box .designation{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6A6A6A;
    display: block;
    font-family: var(--secondary-font);
    margin-bottom: 10px;
}
.blog-post-content .author-box .designation{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.contact-info-item{
    position: relative;
    padding: 0 60px 40px;
    background: #ffffff;
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 10px 80px rgb(0 0 0 / 7%);
}
.contact-info-icon{
    width: 100px;
    height: 100px;
    line-height: 110px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    transform: translateY(-50px);
    margin-bottom: -20px;
    font-size: 40px;
    color: #ffffff;
    background: var(--theme-color);
    box-shadow: 0 10px 50px rgb(0 0 0 / 8%);
}
h4.contact-info-title{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: #0D0D0D;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.contact-info-text p{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #6A6A6A;
    font-family: var(--secondary-font);
}
.contact-info-text a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #6A6A6A;
    display: inline-block;
    font-family: var(--secondary-font);
    transition: all 500ms;
}
.contact-info-text a:hover{
    color: var(--theme-color);
}
.google-map-section iframe{
    height: 520px;
    width: 100%;
    border-radius: 10px;
}
.contact-section .default-form{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.contact-section .default-form .form-group{
    margin-bottom: 30px;
}
.contact-section .default-form .form-group input,
.contact-section .default-form .form-group textarea{
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    color: #6A6A6A;
    font-weight: 400;
    border-radius: 5px;
    background: #ffffff;
    transition: all 500ms;
    border: 1px solid #e6caca;
}
.contact-section .default-form .form-group textarea{ 
    height: 170px;
    resize: none;
}
.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus{
    border-color: var(--theme-color);
}
.contact-section .btn-style-five{
    padding: 15px 30px;
}

.error-container-outer h1{
    font-size: 44px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 56px;
    margin-bottom: 40px;
    font-family: var(--primary-font);
}
.error-container-outer h1 span{
    color: var(--theme-color);
}
.error-container-outer .button-outer-box{
    display: flex;
    justify-content: center;    
    gap: 30px;
}
.error-container-outer .button-outer-box .btn-style-five{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
}
.error-container-outer .button-outer-box .btn-style-five i{
    font-size: 10px;
}
.error-container-outer .button-outer-box .btn-style-four{
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px;
}



.booking-box-section {
    width: 100%;
    padding: 50px 0;
    background: #ffffff;
    margin-top: -90px; /* overlap look */
    position: relative;
    z-index: 10;
}

.booking-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.booking-box h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.booking-box h2 span {
    color: #a60505;
}

.booking-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-info h4 {
    color:#a60505;
    margin-bottom: 5px;
}

.booking-info p i {
    margin-right: 8px;
    color: #333;
}

.booking-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.booking-form input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.submit-btn {
    grid-column: span 2;
    background: #ce0707;
    color: #fff;
    padding: 8px 30px;          /* smaller size */
    border: none;
    font-size: 16px;
    border-radius: 30px;        /* rounded button */
    cursor: pointer;
    display: block;
    margin: 10px auto 0;        /* center the button */
    transition: all 0.3s ease;  /* smooth effect */
}

/* Hover effect */
.submit-btn:hover {
    background: #a60505;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* Click effect */
.submit-btn:active {
    transform: scale(0.95);
}

.submit-btn:hover {
    background:#ce0707;
}
/* Mobile Fix */
@media (max-width: 768px) {

    /* Make info section stack */
    .booking-info {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    /* Email & phone separate lines */
    .booking-info div {
        width: 100%;
    }

    .booking-info p {
        word-break: break-word;
        font-size: 15px;
    }

    /* Form full width in mobile */
    .booking-form {
        grid-template-columns: 1fr;
    }

    /* Center the button properly */
    .submit-btn {
        grid-column: span 1;
        width: auto;
        margin: 15px auto 0;
    }

}




.testimonials-section {
    background-color: #0f172a;
    color: #fff;
}
.testimonials-section .title,
.testimonials-section .sub-title,
.testimonials-section p,
.testimonials-section h5,
.testimonials-section span {
    color: #fff !important;
}







.main_footer {
    background-color: #000 !important;
    color: #ffffff !important;
}

.main_footer a {
    color: #ffffff !important;
}

.main_footer .footer_widget_title {
    color: #ffffff !important;
}

.main_footer p,
.main_footer li,
.main_footer span {
    color: #ffffff !important;
}



.footer-bottom-outer {
    text-align: center;
}

.footer-bottom-outer .copyright {
    text-align: center;
    width: 100%;
    display: block;
}






.social-links li a {
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    box-shadow: none !important;
}

.social-links li {
    margin: 0 8px; /* spacing */
}







.moosa-dark-section {
    background-color: #0e0606;   /* EXACT same black */
    padding: 100px 20px;
    color: #ffffff;
}


.moosa-dark-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.moosa-dark-content {
    flex: 1;
    min-width: 300px;
}

.moosa-tagline {
    color: #ff3c3c;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.moosa-dark-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.moosa-dark-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #ccc;
    margin-bottom: 30px;
}

.moosa-dark-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 35px;
    color: #ddd;
}

.moosa-dark-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #ff3c3c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
}

.moosa-dark-btn:hover {
    background: #d63031;
}

.moosa-dark-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.moosa-dark-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.7);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .moosa-dark-container {
        flex-direction: column;
        text-align: center;
    }
    .moosa-dark-features {
        grid-template-columns: 1fr;
    }
}




.car-type-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 30px;
    animation: scrollSlider 12s linear infinite;
}

.big-item {
    min-width: 300px;
    background: #111;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
}

.big-item .car-image img {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
}

.big-item h3 {
    font-size: 24px;
    color: #fff;
}

/* Auto moving animation */
@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media(max-width:768px){
    .big-item {
        min-width: 250px;
    }
}





.logo-with-text {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-text {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;  /* change if background is light */
    white-space: nowrap;
}
@media (max-width: 768px) {
    .logo-text {
        display: none;
    }
}


/* ============================= */
/* MOOSA ULTRA PREMIUM SUBSCRIBE */
/* ============================= */

.moosa-subscribe {
    padding: 90px 20px;
}

.moosa-subscribe .subscribe-inner {
    position: relative;
    background: linear-gradient(135deg,
        #0f2027,
        #203a43,
        #2c5364,
        #ff512f,
        #dd2476
    );
    background-size: 400% 400%;
    border-radius: 28px;
    padding: 80px 40px;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
    animation: moosaGradientMove 12s ease infinite;
}

/* Animated gradient */
@keyframes moosaGradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Background image overlay */
.moosa-subscribe .subscribe-layer-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    z-index: 0;
}

/* Soft glow animation */
.moosa-glow {
    position: absolute;
    top: -50%;
    left: -40%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 65%);
    animation: moosaGlow 8s infinite alternate ease-in-out;
    z-index: 1;
}

@keyframes moosaGlow {
    0% { transform: translate(0,0); }
    100% { transform: translate(60px,60px); }
}

/* Headings */
.moosa-subscribe h3 {
    position: relative;
    z-index: 2;
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.6px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.moosa-subscribe h3 span {
    display: block;
    font-size: 18px;
    color: rgba(255,255,255,0.85);
    margin-top: 10px;
}

/* Paragraph */
.moosa-sub-text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: rgba(255,255,255,0.88);
    margin-top: 15px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

/* Premium YouTube button */
.moosa-subscribe .subscribe-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;

    background: linear-gradient(135deg, #ff0000, #ff4d4d);
    color: #ffffff;
    padding: 18px 50px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;

    box-shadow: 0 25px 60px rgba(255, 0, 0, 0.45);
    transition: all 0.4s ease-in-out;
}

/* Overlay hover layer */
.moosa-subscribe .subscribe-btn::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -20%;
    width: 150%;
    height: 160%;

    background: #000000;
    border-radius: 70px;

    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

/* Hover effect */
.moosa-subscribe .subscribe-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 35px 80px rgba(255, 0, 0, 0.6);
}

/* Animate the overlay */
.moosa-subscribe .subscribe-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}


/* Mobile responsive */
@media (max-width: 768px) {
    .moosa-subscribe .subscribe-inner {
        padding: 60px 20px;
    }

    .moosa-subscribe h3 {
        font-size: 26px;
    }
}
/* Fix YouTube Join Button */
.moosa-subscribe .subscribe-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;           /* full width inside box */
    max-width: 280px;      /* button size control */
    margin: 20px auto 0;   /* center the button */
    padding: 16px 30px;
    text-align: center;
    border-radius: 50px;
}

/* Make subscribe container same as testimonial */
.moosa-subscribe {
    width: 100%;
}

.moosa-subscribe .subscribe-inner {
    min-height: 260px;        /* testimonial ke barabar height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Full width container */
.moosa-subscribe {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.moosa-subscribe .subscribe-inner {
    width: 100%;
    max-width: 100%;
    border-radius: 0;        /* side se straight look */
    padding: 90px 40px;      /* height control */
}





/* Fix services section image alignment */

.services-block-one {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    height: 100%;
}

.services-iamge {
    width: 100%;
    height: 220px; /* makes all image box same height */
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-iamge img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* important */
    display: block;
}

/* Align titles properly */
.service-title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}



.services-section .row {
    display: flex;
    flex-wrap: wrap;
}

.services-section .col-xl-3,
.services-section .col-lg-3,
.services-section .col-md-6 {
    display: flex;
}

.services-block-one {
    flex: 1;
}



/* ================================
   MOOSA SERVICES - FULL EFFECT CSS
================================ */

.moosa-services-section {
    background: #f7f9fc;
    padding: 110px 0 100px;
}

/* Section Title */
.moosa-services-section .section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #111;
}

.moosa-services-section .sub-title {
    color: #ff3d55;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Cards Layout Fix */
.moosa-services-section .row {
    row-gap: 30px;
}

/* Service Card */
.moosa-service-box {
    background: #ffffff;
    padding: 40px 25px 35px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
}

/* Top Glow Bar */
.moosa-service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ff3d55, #ff7a18);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease;
}

.moosa-service-box:hover::before {
    transform: scaleX(1);
}

/* On Hover */
.moosa-service-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    border-color: rgba(255, 61, 85, 0.3);
}

/* Service Title */
.moosa-service-box h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

/* Text */
.moosa-service-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

/* Optional Icon Circle (even if empty, looks stylish) */
.moosa-service-box::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: rgba(255, 61, 85, 0.08);
    border-radius: 50%;
    transition: 0.4s ease;
}

.moosa-service-box:hover::after {
    background: rgba(255, 61, 85, 0.15);
    transform: scale(1.2);
}
/* MOOSA SERVICES - BOX DESIGN*/

/* Section Background */
.moosa-services-section {
    background: #0b0b0b;               /* deep black premium look */
    padding: 80px 0 80px;
}

/* Card Layout Fix */
.moosa-services-section .row {
    gap: 30px 0;
    justify-content: center;
}

/* SERVICE CARD */
.moosa-service-box {
    background: #121418;               /* smooth dark grey */
    border-radius: 18px;
    padding: 35px 28px;
    text-align: center;
    min-height: 240px;

    /* Balanced border ALL SIDES */
    border: 1.5px solid rgba(255,255,255,0.08);

    /* Soft Shadow */
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);

    /* Transition */
    transition: all 0.35s ease;
}

/* Hover */
.moosa-service-box:hover {
    transform: translateY(-6px);
    border-color: #ff3d55;
    box-shadow: 0 14px 35px rgba(255,61,85,0.25);
}

/* Heading */
.moosa-service-box h5 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Text */
.moosa-service-box p {
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    line-height: 1.6;
}

/* Remove Circles / Icons */
.moosa-service-box .icon,
.moosa-service-box img {
    display: none !important;
}


/* Make all car boxes equal height */
.single-featured-car-block {
    height: 100%;
    display: flex;
    flex-direction: column;
}







/* Make image area same height */
.single-featured-car-image {
    width: 100%;
    height: 220px;       /* fixed height */
    overflow: hidden;
}

/* Make image fit perfectly */
.single-featured-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* crop image nicely */
}

/* Push button always to bottom */
.single-featured-car-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



/* ================================
   MAIN SLIDER STRUCTURE
================================ */
.slider .slide-item {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
}

/* Background Image Styling */
.slider .image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-color: #000;
    z-index: 1;
}

/* Gradient Overlay */
.slider .image-layer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to left,
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.6),
        rgba(0,0,0,1)
    );
    z-index: 2;
}

/* Text Container */
.slider .container {
    position: relative;
    z-index: 5;
}

.slider_content {
    max-width: 550px;
    padding-left: 15px;
}


/* ================================
   TEXT STYLE
================================ */

/* Heading */
.slider_content h1 {
    font-size: 64px;
    font-weight: 900;
    color: #ffffff !important;
    line-height: 1.15;
    letter-spacing: 1px;
    text-shadow: 
        0 0 10px rgba(255,255,255,0.2),
        0 10px 30px rgba(0,0,0,0.8);
    animation: fadeInLeft 1.5s ease forwards;
}

/* Paragraph */
.slider_content p {
    font-size: 19px;
    color: #eeeeee !important;
    margin-top: 25px;
    line-height: 1.8;
    font-weight: 500;
    max-width: 520px;
    animation: fadeInRight 1.5s ease forwards;
}

/* Button */
.btn-style-four {
    background: #e50914 !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 16px 42px;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
    box-shadow: 
        0 10px 30px rgba(229,9,20,0.35),
        0 0 10px rgba(229,9,20,0.6);
    transition: 0.3s ease;
    animation: fadeInUp 1.5s ease forwards;
}

.btn-style-four:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 15px 40px rgba(229,9,20,0.6);
}


/* ================================
   ANIMATIONS
================================ */

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ================================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 992px) {
    .slider .slide-item {
        min-height: 650px;
    }

    .slider .image-layer {
        width: 100%;
        background-size: cover !important;
        background-position: center center !important;
    }

    .slider .image-layer::before {
        background: rgba(0,0,0,0.6);
    }

    .slider_content {
        text-align: center;
        padding: 0 20px;
        margin: auto;
    }

    .slider_content h1 {
        font-size: 42px;
        letter-spacing: 0.5px;
    }

    .slider_content p {
        font-size: 16px;
        margin: 15px auto 0;
    }

    .btn-style-four {
        font-size: 15px;
        padding: 14px 34px;
        border-radius: 8px;
    }
}

@media (max-width: 576px) {
    .slider .slide-item {
        min-height: 520px;
    }

    .slider_content h1 {
        font-size: 32px;
        line-height: 1.3;
    }
}




/* Normal desktop spacing */
.booking-box-section {
    position: relative;
    margin-top: 20px;
    padding: 30px 15px 40px;
    clear: both;
}

/* Mobile – only slight top gap */
@media (max-width: 768px) {
    .booking-box-section {
        margin-top: 30px !important;
        padding-top: 35px;
    }
}

/* Responsive Form Layout */
.booking-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 600px) {
    .booking-form {
        grid-template-columns: 1fr;
    }
}





/* Custom CSS for slider  */

@media (max-width: 767.98px) {

  .bg-img{
    display: none;
  }
}




/* minimum spacing */


/* Remove space after slider completely */
section.slider.style_two {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Pull car section upward to touch slider */
.car-type-section {
    margin-top: -60px !important;   /* adjust to -80px if needed */
    padding-top: 0 !important;
}

/* Remove unwanted top space */
.section-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Force slider height to fit content */
.slider.style_two {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Kill forced height from owl slider */
.owl-stage-outer,
.owl-stage {
    height: auto !important;
    min-height: auto !important;
}

/* Remove extra height from slides */
.slide-item-content {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
}

/* Pull car section up */
.car-type-section {
    margin-top: -120px !important;
    padding-top: 0 !important;
}
.slider .slide-item-content {
    min-height: auto !important;
}
/* Keep slider behind next section */
.slider.style_two {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Bring Car section above slider */
.car-type-section {
    position: relative;
    z-index: 5;
    background: #000;  /* match your dark theme */
}

/* Stop image from bleeding out */
.image-layer {
    position: relative;
    z-index: 1;
}

/* contact */
/* ============================= */
/* CONTACT DETAILS - PREMIUM LOOK */
/* ============================= */

.contact-details-section {
    padding: 60px 0 40px !important;
    background: #f9fafb;
}

.contact-details-section .section-title {
    margin-bottom: 30px !important;
}

.contact-info-item {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 18px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.04);
    margin-bottom: 18px;
}

.contact-info-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.contact-info-icon {
    width: 60px;
    height: 60px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 22px;
}

.contact-info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

.contact-info-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.contact-info-text a {
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.contact-info-text a:hover {
    text-decoration: underline;
}



/* Reduce outer section spacing */
.contact-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* Professional Contact Card */
.contact-card {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

/* Inputs clean professional style */
.default-form input,
.default-form textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
    font-size: 14px;
    transition: 0.2s ease;
}

/* Focus state */
.default-form input:focus,
.default-form textarea:focus {
    outline: none;
    border-color: #111827;
    box-shadow: 0 0 0 2px rgba(17,24,39,0.05);
}

/* Reduce textarea height */
.default-form textarea {
    height: 140px;
    resize: none;
}

/* Reduce checkbox spacing */
.check-box {
    margin-top: 6px;
    font-size: 13px;
    color: #4b5563;
}

/* Button professional style */
.btn-style-five {
    background: #111827;
    color: #fff;
    padding: 12px 36px;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

/* Button hover */
.btn-style-five:hover {
    background: #1f2937;
}




/* testimonal new */
/* ===== TESTIMONIAL PREMIUM BLACK THEME ALIGN FIX ===== */

.testimonial-block-one {
    background: linear-gradient(145deg, #0c1020, #070b17);
    border-radius: 20px;
    padding: 35px 32px;
    height: 100%;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Fix top alignment */
.testimonial-block-one .inner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/* Name block alignment */
.author-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Profile image */
.author-image img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #b38b2e; /* muted gold */
}

/* Title + city */
.author-info h5 {
    color: #f2f2f2;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 2px;
}

.author-info .designation {
    color: #9aa0be;
    font-size: 13px;
}

/* Stars */
.author-rating i {
    color: #b38b2e;
    font-size: 14px;
}

/* Text justified */
.author-comments p {
    color: #c8cbe0;
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
    margin: 0;
}

/* Section title match black theme */
.testimonials-section {
    background: #070b17;
}

/* Dots */
.owl_dot_one .owl-dots .owl-dot span {
    background-color: #444;
    width: 10px;
    height: 10px;
    opacity: 0.4;
}

.owl_dot_one .owl-dots .owl-dot.active span {
    background-color: #b38b2e;
    opacity: 1;
}

/* Nav buttons match dark theme */
.owl_nav_two .owl-nav button {
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #b38b2e;
    background: transparent;
}
/* ===== FORCE EQUAL HEIGHT TESTIMONIAL BOXES ===== */

/* Owl stage ko flex banao */
.testimonials-section .owl-stage {
    display: flex;
    align-items: stretch;
    
}

/* Har item ko full height do */
.testimonials-section .owl-item {
    display: flex;
    height: auto !important;
}

/* Box ko equal height */
.testimonials-section .testimonial-block-one {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 360px;   /* adjustable */
}

/* Content box stretch */
.testimonials-section .testimonial-block-one .inner-box {
    flex-shrink: 0;
}

/* Text section stretch */
.author-comments {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
}
/* ===== TESTIMONIAL COLOR FIX – FULL BLACK THEME MATCH ===== */

.testimonials-section {
    background: #05070f !important;
}

/* Card background */
.testimonial-block-one {
    background: linear-gradient(145deg, #090d18, #03050b) !important;
    border: 1px solid rgba(255,255,255,0.04);
}

/* Title text */
.testimonials-section .section-title h2 {
    color: #ffffff !important;
}

/* Names */
.author-info h5 {
    color: #f1f1f1 !important;
}

/* Location */
.author-info .designation {
    color: #7f86a3 !important;
}

/* Review text */
.author-comments p {
    color: #c2c6dd !important;
}

/* Gold toned down (softer for black theme) */
.author-rating i,
.author-image img {
    border-color: #9f7a1f !important;
    color: #9f7a1f !important;
}

/* Dots darker */
.owl_dot_one .owl-dots .owl-dot span {
    background: #222 !important;
}

.owl_dot_one .owl-dots .owl-dot.active span {
    background: #9f7a1f !important;
}

/* Arrow buttons */
.owl_nav_two .owl-nav button {
    border-color: rgba(255,255,255,0.1) !important;
    color: #9f7a1f !important;
    background: transparent !important;
}

/* Soft hover */
.testimonial-block-one:hover {
    background: linear-gradient(145deg, #0c1322, #060915) !important;
}



/* service */
/* ===== REMOVE EXTRA SPACE BETWEEN BOTH SECTIONS ===== */

/* Top Places We Serve section ka bottom gap kam */
.services-section {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
}

/* Moosa services section ka top gap kam */
.moosa-services-section {
    padding-top: 30px !important;
    margin-top: 0 !important;
}

/* Container gap reset */
.services-section .container,
.moosa-services-section .container {
    margin-top: 0 !important;
}

/* Title spacing kam */
.section-title {
    margin-bottom: 30px !important;
}




/* image contact */
/* ===== CONTACT PAGE BANNER FIX ===== */
.breadcrumb-section {
    position: relative;
    background-size: contain !important;   /* makes image smaller */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 260px;                     /* controls height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Dark overlay for better text visibility */
.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

/* Bring text above overlay */
.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}

/* Text styling */
.breadcrumb-section h1 {
    color: #fff !important;
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}

/* car type spacing */

.car-type-section {
    margin-bottom: 60px;     
    padding-bottom: 40px;   
}
@media (max-width: 768px) {
    .car-type-section {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
}



/*  cards of car */
/* Add space between columns/cards */
.featured-car-section .row > div {
    margin-bottom: 20px;   
    padding-left: 10px;    
    padding-right: 10px;
}
.featured-car-section {
    padding-bottom: 30px !important;   
    margin-bottom: 20px !important;
}

.featured-car-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Override pb_90 class */
.pb_90 {
    padding-bottom: 0 !important;
}



/*  why choose moosa */
/* FULL SECTION BACKGROUND – MATCHES YOUR THEME */
.moosa-dark-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #060606 0%, #000000 70%);
    padding: 40px 0 !important;   /* reduced spacing */
    margin: 0 !important;
}

/* Subtle moving lines animation */
.moosa-dark-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-radial-gradient(
        circle at center,
        rgba(255,255,255,0.03) 0px,
        rgba(255,255,255,0.02) 1px,
        transparent 60px
    );
    animation: radarMove 12s linear infinite;
    z-index: 0;
}

@keyframes radarMove {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Keep content above animation */
.moosa-dark-container {
    position: relative;
    z-index: 2;
    margin: 0 15px;
}
.moosa-dark-btn {
    background: #ff0000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;      /* ✅ Rounded button */
    font-weight: bold;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
    animation: buttonGlow 2s infinite alternate;
    transition: all 0.4s ease-in-out;
}

/* Glow Animation */
@keyframes buttonGlow {
    from { box-shadow: 0 0 10px rgba(255, 0, 0, 0.4); }
    to { box-shadow: 0 0 25px rgba(255, 0, 0, 0.7); }
}

/* Hover Overlay */
.moosa-dark-btn::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 160%;
    width: 160%;
    background-color: #000;
    border-radius: 10px;     /* ✅ Rounded overlay */
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

/* Hover effect */
.moosa-dark-btn:hover {
    color: #fff;
}

.moosa-dark-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.moosa-dark-image img {
    max-width: 100%;
    animation: floatCar 3s ease-in-out infinite;
}

@keyframes floatCar {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.featured-car-section {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

.moosa-dark-section + section {
    padding-top: 20px !important;
}




/* Fix about us image alignment */
.about-blog-style {
    position: relative;
    height: 260px;               /* ✅ same as your original */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;      /* fallback black */
}

/* Light dark overlay like Blog Grid */
.about-blog-style::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);   /* soft overlay */
    z-index: 1;
}

.about-blog-style .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-blog-style h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 800;
    text-transform: none;
}



/* blog */


/* story section */
/* ==== OUR STORY SECTION (MOOSA TRANSPORT) ==== */

.story-section {
    position: relative;
    z-index: 1;
}

.story-section .section-title .sub-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    background: #ffece8;           /* halka orange/pink tone */
    color: #e75b1e;                /* theme ke hisaab se adjust kar sakta hai */
    margin-bottom: 10px;
}

.story-section .section-title .title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}

/* Left image styling */
.story-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    object-fit: cover;
}

/* Right content */
.story-content {
    padding-left: 25px;
}

.story-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.story-content p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.story-points {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.story-points li {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

/* Chhoti tick type feel ke liye thoda left padding */
.story-points li::before {
    content: "✔";
    margin-right: 8px;
    font-size: 12px;
}

/* ==== Responsive tweaks ==== */
@media (max-width: 991px) {
    .story-content {
        padding-left: 0;
        margin-top: 25px;
        text-align: center;
    }

    .story-section .section-title .title {
        font-size: 26px;
    }

    .story-content h3 {
        font-size: 20px;
    }
}



/* booking */
.booking-box {
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 40px 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* Animated Glow Border */
.booking-box::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 25px;
    background: linear-gradient(135deg, #c70000, #ff6b6b, #c70000);
    z-index: -1;
    animation: glowing 3s linear infinite;
}

@keyframes glowing {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}
.booking-form input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fafafa;
}

.booking-form input:focus {
    border-color: #c70000;
    box-shadow: 0 0 10px rgba(199, 0, 0, 0.2);
    background: #fff;
}
.submit-btn {
    background: linear-gradient(135deg, #c70000, #ff0000);
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(199, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

/* Sliding overlay effect */
.submit-btn::after {
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 160%;
    width: 160%;
    background-color: #000;
    border-radius: 35px;        /* rounded overlay */
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

/* Hover effects */
.submit-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(199, 0, 0, 0.6);
}

.submit-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.booking-box {
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 40px 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(199,0,0,0.15);
}
.submit-btn {
    background: linear-gradient(135deg, #c70000, #ff0000);
    box-shadow: 0px 10px 25px rgba(199,0,0,0.5);
}

.submit-btn:hover {
    transform: scale(1.05);
}




/* subscribe */
/* Background of Subscribe Section */
.moosa-subscribe {
    background: linear-gradient(135deg, #020202, #050505) !important;
    padding-top: 40px !important;   /* Reduce top spacing */
    padding-bottom: 60px !important;
}

/* Inner Dark Box */
.subscribe-inner {
    background: linear-gradient(135deg, #07080c, #02030a) !important;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Remove bottom space of testimonial section */
.testimonial-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Pull subscribe section upward */
.moosa-subscribe {
    margin-top: -50px !important;
    padding-top: 20px !important;
}

/* Remove hidden spacing between sections */
section {
    margin-bottom: 0 !important;
}



.border-divider {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.single-featured-car-text {
    margin-bottom: 5px !important;
}

.single-featured-car-info {
    margin-top: 5px !important;
    padding-top: 0 !important;
}
.single-featured-car-block {
    padding-bottom: 10px !important;
}

.single-featured-car-book-btn {
    margin-top: 10px !important;
}


.border-divider {
    display: none !important;
}
.single-featured-car-text {
    margin-bottom: 6px !important;
}

.single-featured-car-info {
    margin-top: 6px !important;
    padding-top: 0 !important;
}
.single-featured-car-info {
    border-top: 1px dotted rgba(255,255,255,0.15);
    padding-top: 8px;
}
/* Make all cards use same flex layout */
.single-featured-car-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Force equal space for description */
.single-featured-car-text {
    min-height: 95px !important;
}

/* Separator styling */
.single-featured-car-info {
    margin-top: 6px !important;
    padding-top: 8px;
    border-top: 1px dotted rgba(255,255,255,0.2);
}





/* explore moosa service */
.moosa-services-section {
    background: #0d0f12;              /* Pure professional dark */
    padding: 100px 0;
}

.section-title .sub-title {
    color: #ff3c00;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title .title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.moosa-service-box {
    background: #15181d;              /* Dark card background */
    padding: 35px 25px;
    border-radius: 18px;
    text-align: center;
    min-height: 200px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    margin-bottom: 30px;
    border: 1px solid #222;
}

.moosa-service-box h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.moosa-service-box p {
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.6;
}

.moosa-service-box:hover {
    background: linear-gradient(135deg, #ff2c55, #ff6a00);
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.6);
}

.moosa-service-box:hover h5,
.moosa-service-box:hover p {
    color: #ffffff;
}

.section-title .title {
    color: #ffffff !important;     /* Pure white text */
    font-size: 42px;
    font-weight: 800;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
    letter-spacing: 1px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

/* Strong contrast behind heading */
.moosa-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.95)
    );
    z-index: 0;
}
/* Remove circle decorations inside service boxes */
.moosa-service-box::before,
.moosa-service-box::after {
    display: none !important;
    content: none !important;
}


.moosa-services-section {
    position: relative;
}
.section-title .sub-title {
    color: #ff3c00 !important;     /* Bright professional orange-red */
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    background: rgba(255, 60, 0, 0.15);
    padding: 6px 18px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(255, 60, 0, 0.4);
    position: relative;
    z-index: 2;
}


/* get info */
.card {
    background: linear-gradient(180deg, #ffffff, #fafafa);
}

.form-control:focus {
    border-color: #ff4a17;
    box-shadow: 0 0 0 0.2rem rgba(255, 74, 23, 0.15);
}

.badge {
    font-size: 13px;
    letter-spacing: 1px;
}

button.btn-dark {
    transition: 0.3s ease;
}

button.btn-dark:hover {
    background: #ff4a17;
    border-color: #ff4a17;
}


/* contact */

/* Section Background - Soft Contrast */
.contact-details-section {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    padding: 80px 0 70px;
}

/* Make the Form Card Stand Out */
.contact-card {
    max-width: 850px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid #e3e6ee;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.06),
        0 0 0 6px rgba(255, 59, 59, 0.02);
}

/* Better Input Look */
.contact-card input,
.contact-card textarea {
    background: #f9fafb;
    border: 1px solid #e2e5ec;
    border-radius: 12px;
    padding: 15px 18px;
    font-size: 15px;
    transition: 0.3s;
}

.contact-card input:focus,
.contact-card textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #ff3b3b;
    box-shadow: 0 0 0 3px rgba(255, 59, 59, 0.08);
}

/* Attractive "Get In Touch" */
.section-title .sub-title {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.12);
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(255, 59, 59, 0.15);
}

/* Main Heading */
.section-title h2 {
    font-size: 42px;
    font-weight: 800;
    margin-top: 15px;
    color: #111;
}

/* Button Style */
.btn-style-five {
    background: linear-gradient(135deg, #ff3b3b, #ff742b);
    color: #fff;
    padding: 14px 42px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(255, 59, 59, 0.4);
    transition: 0.3s ease;
}

.btn-style-five:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 59, 59, 0.55);
}

/* Section background */
.contact-details-section {
    background: linear-gradient(to bottom, #ffffff, #f3f4f6);
    padding: 120px 0 90px;
}

/* Heading styles */
.section-title .sub-title {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff3b3b;
    background: rgba(255, 59, 59, 0.08);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.section-title .title {
    font-size: 36px;
    font-weight: 700;
    color: #111;
}

/* Card Design */
.contact-info-item {
    position: relative;
    background: #fff;
    border-radius: 25px;
    padding: 90px 30px 40px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(0,0,0,0.07);
    transition: all 0.35s ease;
    overflow: visible;
    min-height: 300px;
}

/* Soft glow background */
.contact-info-item::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(0,0,0,0.07), transparent 60%);
}

/* Icon circle */
.contact-info-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
    transition: 0.3s ease;
}

.contact-info-icon i {
    font-size: 28px;
    color: #fff;
}

/* Titles */
.contact-info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

/* Text */
.contact-info-text p {
    color: #555;
    line-height: 1.7;
    margin: 0 0 4px;
    font-size: 15px;
}

/* Email + Phone Links */
.contact-info-text a {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #111;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: normal;
    transition: 0.3s ease;
}

/* Hover Effects */
.contact-info-item:hover {
    transform: translateY(-12px);
    box-shadow: 0 28px 65px rgba(0,0,0,0.15);
}

.contact-info-item:hover .contact-info-icon {
    background: #ff3b3b;
    box-shadow: 0 15px 45px rgba(255,59,59,0.6);
}

.contact-info-item:hover .contact-info-text a {
    color: #ff3b3b;
}

/* Responsive spacing */
@media (max-width: 991px) {
    .contact-info-item {
        margin-bottom: 30px;
    }
}


/* mobile view */
/* Mobile menu contact area fix */
.mobile-menu .contact-info ul li {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    word-break: break-word;
}

/* Email responsive fix */
.mobile-menu .contact-info a[href^="mailto"] {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;       /* Gmail text break properly */
    overflow-wrap: anywhere;
    white-space: normal;         /* allow wrapping */
    font-size: 14px;
}

/* Phone responsive fix */
.mobile-menu .contact-info a[href^="tel"] {
    white-space: nowrap;
    font-size: 14px;
}

/* Make list spacing clean */
.mobile-menu .contact-info ul li {
    margin-bottom: 10px;
}

/* Remove forced height from description */
.single-featured-car-text {
    height: auto !important;
    max-height: none !important;
    min-height: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove forced height from content block */
.single-featured-car-content {
    min-height: auto !important;
    height: auto !important;
    padding: 15px !important;
}

/* Bring divider closer */
.border-divider {
    margin: 5px 0 !important;
}

/* Tighten list spacing */
.single-featured-car-info {
    margin-top: 5px !important;
    padding-top: 0 !important;
}


/* Remove border-radius from header top bar */
.header-top-one,
.header-top-one .container-fluid,
.header-top-outer {
    border-radius: 0 !important;
}

/* Remove radius from the lower navbar */
.main_header,
.main_header_inner {
    border-radius: 0 !important;
}

/* If your theme applies radius to inner box */
.header.home-three .main_header_inner {
    border-radius: 0 !important;
}




/* 
 */
 /* Fix top bar height and alignment */
.header-top-one {
    background: #000;
}

.header-top-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;           /* same as home */
    padding: 0 20px;        /* same spacing */
}

/* Fix clock + text alignment */
.header-top-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-top-info i {
    position: relative;
    top: -1px;
}

/* Contact icons alignment */
.header-top-contact-info ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-top-contact-info li {
    display: flex;
    align-items: center;
    gap: 6px;
}




/* get in touch */
.contact-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.contact-card {
    max-width: 850px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 22px;
    border: 2px solid rgba(255, 44, 59, 0.12);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.06);
    position: relative;
}
.default-form input:focus,
.default-form textarea:focus {
    border-color: #ff2c3b;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255, 44, 59, 0.10);
    outline: none;
}
.contact-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Main Contact Card */
.contact-card {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 35px 40px;
    background: #ffffff;
    border-radius: 18px;

    /* Elegant visible border */
    border: 2px solid #e3e6ec;

    /* Soft professional shadow */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

/* Input fields styling */
.contact-card input,
.contact-card textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
    border: 1.8px solid #d5d9e3;
    background-color: #fafbfc;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

/* Focus effect */
.contact-card input:focus,
.contact-card textarea:focus {
    border-color: #ff2c3b;
    background-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(255, 44, 59, 0.08);
    outline: none;
}

/* Textarea height */
.contact-card textarea {
    height: 140px;
    resize: none;
}

/* Checkbox spacing */
.contact-card .check-box {
    margin: 15px 0 20px;
    font-size: 14px;
    color: #444;
}

/* Button styling */
.btn-style-five {
    background: #000;
    color: #fff;
    padding: 13px 38px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    border: none;
    transition: 0.3s ease;
}

.btn-style-five:hover {
    background: #ff2c3b;
    transform: translateY(-1px);
}
/* Reduce space below the Sub Title */
.section-title {
    margin-bottom: 20px !important;
}

/* If "GET IN TOUCH" has its own class */
.sub-title {
    margin-bottom: 10px !important;
}

/* Reduce space above the card */
.contact-card {
    margin-top: 15px !important;
}


footer {
    margin-top: -20px;
}
.section-title {
    text-align: center;
}




.booking-box-section {
    width: 100%;
}

.booking-box {
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 576px) {
    .booking-box {
        padding: 0 15px;  /* small side spacing */
        margin: 0;       /* remove side gap */
    }

    .booking-form input,
    .booking-form button {
        width: 100% !important; /* Full width fields */
    }
}




.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 20px;
    left: 20px; /* 👈 moved from right to left */
    background-color: #25D366;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    background-color: #1ebd5a;
}

.whatsapp-icon {
    margin-top: 2px;
}





/* taxi service */
.route-card {
    display: block;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 25px 10px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.route-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border-color: #c4001d;
}
.route-card .icon-box {
    width: 65px;
    height: 65px;
    margin: 0 auto 10px;
    background: #c4001d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.route-card .icon-box i {
    color: #fff;
    font-size: 28px;
}
.route-card h6 {
    font-weight: 700;
    margin-top: 10px;
}
.route-card p {
    font-size: 14px;
    color: #555;
}
/* ================================
      POPULAR ROUTE BEST DESIGN
==================================*/
.route-section {
    background: #f5f5f5;
    padding: 120px 0 100px;
}

.route-section h2.title {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #000;
    text-transform: none;
    margin-bottom: 10px;
}

.route-section p {
    font-size: 17px;
    color: #555;
    margin-bottom: 50px;
}

/******** ROUTE CARD ********/
.route-card {
    display: block;
    background: #ffffff;
    border: 2px solid #eee;
    padding: 35px 15px;
    border-radius: 18px;
    text-align: center;
    transition: all .35s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    min-height: 190px;
}

.route-card:hover {
    transform: translateY(-10px);
    border-color: #c4001d;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Red circular icon */
.route-card .icon-box {
    width: 90px;
    height: 90px;
    background: #c4001d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    transition: background .35s;
}

.route-card:hover .icon-box {
    background: #a50017;
}

.route-card .icon-box i {
    font-size: 40px;
    color: #fff;
}

.route-card h6 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.route-card p {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

/******** Spacing Fix ********/
.row.g-4 > div {
    margin-bottom: 25px;
}

/******** Responsive Fix ********/
@media (max-width: 991px) {
    .route-card {
        padding: 28px 12px;
        min-height: 175px;
    }
    .route-card h6 {
        font-size: 18px;
    }
    .route-card .icon-box {
        width: 75px;
        height: 75px;
    }
}


/* Add space below the main navigation area */
.header + section.route-section {
    margin-top: 60px;
}

/* If your section does not use route-section class, then use this */
.section-title,
.text-center.mb_40 {
    margin-top: 40px;
}
.bike-card .btn-dark {
  background:#0b60ff;
  border:none;
  transition:.3s ease;
}
.bike-card .btn-dark:hover {
  background:#003bb5;
  transform:translateY(-3px);
  box-shadow:0 8px 22px rgba(0,0,0,0.25);
}
.price-tag {
  background:#0b60ff;
}


.google-map-section {
    padding: 0;
}

.google-map-section .map-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* adjust as you like */
    overflow: hidden;
    border-radius: 12px; /* optional */
}

.google-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* The red circle that “encircles” your exact location */
.google-map-section .map-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid red;
    transform: translate(-50%, -50%);
    pointer-events: none; /* important: don’t block map clicks */
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    animation: mapPulse 2s infinite;
}

@keyframes mapPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.google-map-section {
    padding: 0;
}

.google-map-section .map-wrapper {
    position: relative;
    width: 100%;
    height: 400px; /* adjust size */
    overflow: hidden;
    border-radius: 12px;
}

.google-map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Highlight circle */
.google-map-section .map-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid red;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    animation: mapPulse 2s infinite;
}

@keyframes mapPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

/* Direction Button Style */
.direction-btn {
    display: inline-block;
    background: #ff3b3b;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 15px;
}

.direction-btn:hover {
    background: #d10000;
}
