/*** ========================================
     CORE STYLES - SPINNER, BUTTONS, UTILITIES
     ======================================== ***/

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

a {
    text-decoration: none !important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0% { border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%; }
    25% { border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%; }
    50% { border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%; }
    75% { border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%; }
    100% { border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%; }
}
/*** Icon Animation End ***/

/*** ========================================
     NAVBAR CSS - NAVIGATION STYLING
     ======================================== ***/

/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
    font-weight:600 !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: red;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 8px !important;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** ========================================
     CAROUSEL CSS - HERO CAROUSEL STYLING
     ======================================== ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
}

.carousel .carousel-item .img-tag {
    opacity: 0.2;
}
.hedaing{
    font-size:45px !important;
}
.carousel .carousel-item,
.carousel .carousel-item img {
    height: auto;
    min-height: 500px;
    max-height: 700px;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 2%;
    left: 5%;
    width: 620px;
    height: 650px;
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation: blob-wobble 6s ease-in-out infinite alternate;
    opacity: 1;
    z-index: 0;
}

@keyframes blob-wobble {
    0% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
    50% {
        border-radius: 33% 67% 65% 35% / 53% 37% 63% 47%;
    }
    100% {
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    }
}

.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    transform: translateY(-50%);
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px;
    height: 15px;
    border: 6px solid var(--bs-white);
    border-radius: 15px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: var(--bs-primary);
}

.mySwiper {
    width: 100%;
    max-width: 670px;
    height: auto;
    aspect-ratio: 5/4;
    margin-top: -50px !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 10px;
}

.swiper-slide {
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
    border-radius: 30px;
    padding: 10px;
}

.swiper-pagination-bullet {
    background: white;
    opacity: 0.6;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    background: var(--bs-primary);
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
   bottom:0!important;
    top:5%;
    display: flex;
    align-items: center;
    padding: 20px;
}

/* Carousel Responsive Adjustments */
@media (max-width: 992px) {
    .carousel-item::before {
        width: 100%;
        background-size: contain;
        opacity: 0.5;
    }

    .carousel .carousel-indicators [data-bs-target] {
        display: none;
    }

    .carousel-caption .row {
        flex-direction: column;
        align-items: center;
    }

    .carousel-caption .col-lg-6 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .carousel-caption .d-none.d-lg-flex {
        display: flex !important;
        margin-top: 30px;
    }

    .mySwiper {
        max-width: 400px;
        margin: 20px auto 0;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item,
    .carousel .carousel-item img {
        min-height: 600px;
    }

    .carousel-caption .container {
        padding-top: 130px !important;
        padding-bottom: 30px !important;
    }

    .carousel-caption h1.display-5 {
        font-size: 2.5rem;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 2%;
        left: 5%;
        width: 350px;
        height: 350px;
        background: var(--bs-primary);
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
        animation: blob-wobble 6s ease-in-out infinite alternate;
        opacity: 1;
        z-index: 0;
    }

}

@media (max-width: 576px) {
    .carousel .carousel-item,
    .carousel .carousel-item img {
        min-height: 720px;
    }

    .carousel-caption h1.display-5 {
        font-size: 2rem;
    }

    .mySwiper {
        max-width: 300px;
    }
}

@media (max-width: 400px) {
    .carousel-caption h1.display-5 {
        font-size: 1.8rem;
    }

    .mySwiper {
        max-width: 250px;
    }

    .carousel-item::before {
        content: "";
        position: absolute;
        top: 2%;
        left: 5%;
        width: 220px;
        height: 250px;
        background: var(--bs-primary);
        border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
        animation: blob-wobble 6s ease-in-out infinite alternate;
        opacity: 1;
        z-index: 0;
    }
}
/*** Carousel Header End ***/

/*** ========================================
     FORM STYLING - CONTACT FORMS
     ======================================== ***/

/* Form Styling */
.contact-form {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 100%;
}

.contact-form .form-control {
    border: 1px solid #9fc8f1;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 1rem;
    color: black !important;
    background: #b6d9fd !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

/* White placeholder text */
.contact-form .form-control::placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1 !important;
}

/* For older browsers */
.contact-form .form-control::-webkit-input-placeholder {
    color: rgb(0, 0, 0) !important;
}

.contact-form .form-control::-moz-placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1 !important;
}

.contact-form .form-control:-ms-input-placeholder {
    color: rgb(0, 0, 0) !important;
}

.contact-form .form-control:-moz-placeholder {
    color: rgb(0, 0, 0) !important;
    opacity: 1 !important;
}

.contact-form .btn-primary {
    background-color: var(--bs-primary);
    border: none;
    border-radius: 8px;
    padding: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.contact-form .btn-primary:hover {
    background-color: #0056b3;
}

.form-div {
    margin-top: 20px;
}

/* Form Responsive Adjustments */
@media (max-width: 992px) {
    .contact-form {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .contact-form .form-control {
        font-size: 0.9rem;
        padding: 10px;
    }

    .contact-form .btn-primary {
        font-size: 1rem;
        padding: 10px;
    }
    .feature-icon {
     min-width: unset !important;
    }
}

@media (max-width: 576px) {
    .contact-form {
        padding: 12px;
    }

    .contact-form .form-control {
        font-size: 0.85rem;
    }

    .contact-form .btn-primary {
        font-size: 0.95rem;
    }
    .hedaing {
        font-size: 35px !important;
    }
    .banner{
        height: 450px;
    }
    .banner-item img{
        height: 100%;
    }
}

@media (max-width: 400px) {
    /* .form-div {
        margin-top: 50px !important;
    } */

    .contact-form {
        padding: 10px;
    }

    .contact-form .form-control {
        font-size: 0.8rem;
        padding: 8px;
    }

    .contact-form .btn-primary {
        font-size: 0.9rem;
        padding: 8px;
    }
}

/*** ========================================
     BREADCRUMB & HERO SECTIONS
     ======================================== ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** ========================================
     FEATURES SECTION STYLING
     ======================================== ***/

/*** Features Start ***/
.heading-divider {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 10px;
    border: 3px solid var(--bs-secondary);
    border-radius: 50px;
}

.heading-divider1 {
    display: inline-block;
    position: relative;
    width: 90px;
    height: 10px;
    border: 3px solid white;
    border-radius: 50px;
}

.heading-divider1::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 50px;
    background: white;
    animation: 5s linear 0s infinite normal none running heading-move;
}

.heading-divider::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -1px;
    height: 7px;
    width: 15px;
    border-radius: 50px;
    background: var(--bs-dark);
    animation: 5s linear 0s infinite normal none running heading-move;
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(72px);
    }
    100% {
        transform: translateX(-1px);
    }
}

.feature {
    background: var(--bs-light);
}

.feature-section {
    position: relative;
    overflow: hidden;
}

.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature-section::before,
.feature-section::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.1;
}

.feature-section::before {
    top: -50px;
    left: -50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M0,50 Q25,0 50,50 T100,50" fill="none" stroke="%230d6efd" stroke-width="2"/></svg>');
    transform: rotate(15deg);
}

.feature-section::after {
    bottom: -50px;
    right: -50px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M20,70 L30,60 70,60 80,70 Z" fill="%230d6efd"/><rect x="25" y="50" width="50" height="10" fill="%230d6efd"/><circle cx="35" cy="80" r="8" fill="%23fff" stroke="%230d6efd" stroke-width="1"/><circle cx="65" cy="80" r="8" fill="%23fff" stroke="%230d6efd" stroke-width="1"/></svg>');
    background-size: 80%;
    background-position: center;
}

.feature .feature-item .feature-icon span {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/* Feature Responsive adjustments */
@media (max-width: 992px) {
    .feature-section::before,
    .feature-section::after {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .feature-section::before {
        top: -30px;
        left: -30px;
    }

    .feature-section::after {
        bottom: -30px;
        right: -30px;
    }
}

@media (max-width: 576px) {
    .feature-section::before,
    .feature-section::after {
        width: 150px;
        height: 150px;
        opacity: 0.08;
    }
}
/*** Features End ***/

/*** ========================================
     ABOUT SECTION STYLING
     ======================================== ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    /* background: var(--bs-light); */
    transition: 0.5s;
    border: 1px solid #bbbbbb !important;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}

/*=== Car Holder ===*/
.car-holder {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    width: 100%;
}

.car-holder img {
    z-index: 2;
    max-width: 550px;
    width: 100%;
    animation: car-animation 1.5s ease-in-out forwards;
}

.car-holder::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 500px;
    height: 130px;
    background-color: var(--bs-secondary);
    z-index: 1;
    border-radius: 5px;
    animation: fade-in 1.5s ease-in-out forwards;
}

/*=== About Section ===*/
.about-section {
    padding: 60px 0;
    background: linear-gradient(rgba(247, 247, 247, 0.95), rgba(255, 255, 255, 0.9)), url('../img/bg-1.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.about-section .section-heading h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 700;
}

.about-section .section-heading h4 {
    font-size: 16px;
    color: #ff9900;
    margin-bottom: 10px;
}

.about-section .section-heading p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.about-img {
    position: relative;
    margin-top: -60px;
    z-index: 1;
    height: 400px;
}

.about-img::before {
    background-color: var(--bs-primary);
    border-radius: 2px;
    content: "";
    width: 180px;
    height: calc(100% + 50px);
    position: absolute;
    left: 50px;
    bottom: -60px;
    z-index: -1;
}

.about-img img {
    border-radius: 3px;
}

.about-img .about-img1 {
    max-width: 280px;
    transform: translate(15px, 30px);
}

.about-img .about-img2 {
    max-width: 180px;
    position: absolute;
    left: 120px;
    bottom: 0;
}

.round-text {
    position: absolute;
    left: 80px;
    top: 50px;
}

.round-text img {
    animation: spin 15s linear infinite;
    max-width: 80px;
}

.round-text::before {
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-info {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    margin-top: 15px;
}

.about-info li {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.owner-thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.signature {
    width: 120px;
}

.about-info li h2 a {
    color: #ff9900;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.about-info li h2 a:hover {
    color: #e68a00;
}

.owner h4,
.about-info li h2 span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.owner h4 {
    margin: 0;
}

/* About Animations */
@keyframes car-animation {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* About Responsive Design */
@media (max-width: 991px) {
    .about-section .row {
        flex-direction: column;
        text-align: center;
    }

    .about-img {
        margin-top: 0;
        height: auto;
        max-width: 100%;
    }

    .car-holder {
        justify-content: center;
    }

    .car-holder img {
        max-width: 350px;
    }

    .car-holder::before {
        width: 100%;
        max-width: 400px;
        height: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .car-holder .shape {
        width: 100%;
        justify-content: center;
    }

    .about-img::before {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        max-width: 0px;
    }

    .round-text {
        left: 50%;
        transform: translateX(-50%);
        top: 30px;
    }

    .about-info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .about-section .section-heading h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .car-holder img {
        max-width: 250px;
    }

    .car-holder::before {
        height: 150px;
    }

    .about-img .about-img1 {
        max-width: 200px;
    }

    .about-img .about-img2 {
        max-width: 120px;
        left: 80px;
    }
}
/*** About End ***/

/*** ========================================
     COUNTER & STATISTICS SECTION
     ======================================== ***/

/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 0.9), rgba(31, 46, 78, 0.9)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.counter .counter-item .counter-item-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Fact Counter End ***/

/*** ========================================
     SERVICES SECTION STYLING
     ======================================== ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
    height: 100%;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}

.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.service .service-item .service-icon i {
    color: white !important;
}

.blob-container::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 20px;
    width: 300px;
    height: 300px;
    background: var(--bs-primary);
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    animation: blob-wobble 6s ease-in-out infinite alternate;
    z-index: 0;
    opacity: 0.25;
    filter: blur(3px);
}

.blob-container img {
    position: relative;
    z-index: 1;
}

/* Service Responsive adjustments */
@media (max-width: 768px) {
    .service-item {
        text-align: center;
    }

    .service-icon {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/*** Service End ***/

/*** ========================================
     FLEET/CATEGORIES SECTION
     ======================================== ***/

/*** Updated Cars Categories ***/
.categories {
    position: relative;
    background-attachment: fixed;
}

.categories .categories-item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    transition: 0.5s;
    background: white;
    margin: 0 10px;
}

.categories .categories-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories .categories-item-inner .categories-img img {
    object-fit: contain;
    max-height: 100%;
    width: auto;
}

.categories .categories-item-inner .categories-content {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-prev,
.owl-next {
    pointer-events: auto;
    font-size: 1.5rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 50%;
    background-color: red;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-secondary) !important;
    transform: scale(1.1);
}

.choose-area {
    position: relative;
    background: rgb(48, 48, 48);
    z-index: 1;
}

.choose-area::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape-6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.04;
    z-index: -1;
}


/*** ========================================
     PROCESS/STEPS SECTION
     ======================================== ***/

/*** Process Start ***/
.steps {
    background: linear-gradient(rgb(0 0 0 / 76%), rgb(0 0 0 / 76%)), url(../img/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0;
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white);
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .steps-item h4{
    font-weight: 600;
}

/*** Process End ***/

/*** ========================================
     BLOG SECTION STYLING
     ======================================== ***/

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/

/*** ========================================
     BANNER SECTION STYLING
     ======================================== ***/

/*** Banner Start ***/
.banner {
    background: rgb(0, 0, 0);
}

.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner End ***/

/*** ========================================
     TEAM SECTION STYLING
     ======================================== ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    /* margin-top: 100px; */
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}

.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** ========================================
     TESTIMONIALS SECTION
     ======================================== ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*=== Testimonials Section ===*/
.testimonial-section {
    position: relative;
    background-image: url('../img/map.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding: 80px 0;
}

.testimonial-section:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 0;
}

.section-heading h4 {
    color: var(--bs-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.section-heading p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Testimonial Slider */
.testimonial-slider {
    position: relative;
    z-index: 1;
}

.testimonial-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.testi-item {
    background-color: #fff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 1rem 0;
}

.quote-icon {
    background-color: var(--bs-primary);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    font-size: 1.2rem;
    color: #fff;
    width: 50px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-item p {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-thumb img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid red;
}

.author-info h3 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    color: #333;
    font-weight: 600;
}

.author-info span {
    font-size: 0.9rem;
    color: #777;
}

/* Testimonial Navigation */
.testimonial-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.nav-btn {
    background: var(--bs-primary);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.nav-btn:hover {
    background: #e68900;
    transform: scale(1.1);
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.testimonial-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--bs-primary);
    transform: scale(1.2);
}

.feature-wrap {
    background-color: var(--bs-primary);
    padding: 110px 40px;
    background-image: repeating-linear-gradient(45deg, #0f45f7 0, #0f45f7 2px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    margin-left: 40px;
}

.feature-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
}

.feature-wrap > * {
    position: relative;
    z-index: 1;
}

.feature-wrap .section-heading h4 {
    color: #fff;
    position: relative;
}

.feature-wrap .section-heading h2 {
    color: #fff;
    font-size: 2.2rem;
}

.feature-wrap .section-heading p {
    color: rgba(255, 255, 255, 0.9);
}

.ridek-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ridek-features li {
    padding: 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.ridek-features li:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateX(10px);
}

.feature-icon {
    color: #fff;
    min-width: 50px;
    text-align: center;
}

.feature-content h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.feature-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Testimonial Responsive Design */
@media (max-width: 992px) {
    .testimonial-section {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .feature-wrap {
        margin-top: 2rem;
        padding: 2rem;
    }

    .testimonial-section:before {
        width: 100%;
        opacity: 0.05;
    }
}

@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0;
    }

    .section-heading h2 {
        font-size: 1.8rem;
    }

    .testi-item {
        padding: 1.5rem;
    }

    .testi-item p {
        font-size: 0.9rem;
    }

    .feature-wrap {
        padding: 1.5rem;
    }

    .feature-wrap .section-heading h2 {
        font-size: 1.8rem;
    }

    .feature-content h3 {
        font-size: 1.1rem;
    }

    .feature-content p {
        font-size: 0.85rem;
    }

    .nav-btn {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .testi-author {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .testimonial-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-controls {
        order: 2;
    }

    .testimonial-dots {
        order: 1;
    }

    .feature-wrap {
        padding: 1.2rem;
    }

    .ridek-features li {
        padding: 0.8rem;
    }
}
/*** Testimonial End ***/

/*** ========================================
     CONTACT SECTION STYLING
     ======================================== ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px;
    height: 90px;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: var(--bs-primary);
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Contact End ***/

/*** ========================================
     FOOTER SECTION STYLING
     ======================================== ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*=== Mid Footer ===*/
.footer-mid-wrap {
    background-color: #222;
    background-image: url(../img/texture.png);
    background-repeat: repeat;
    background-size: cover;
    padding: 80px 0 140px 0;
    position: relative;
    z-index: 1;
}

.footer-mid-wrap:before {
    background-image: url(../img/city-skiline.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.running-taxi {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.running-taxi .taxi {
    background-image: url(../img/truck-1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 0;
    bottom: 0;
    animation: running-anim 20s linear infinite;
}

.running-taxi .taxi-2 {
    background-image: url(../img/truck-2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 110px;
    height: 40px;
    right: 30%;
    bottom: 0;
    animation: running-anim 30s linear infinite;
}

.running-taxi .taxi-3 {
    background-image: url(../img/truck-3.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 70%;
    bottom: 0;
    animation: running-anim-left 35s linear infinite;
}

.footer-widget-title {
    color: white;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 600;
    z-index: 1;
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: red;
    bottom: 0;
    left: 18px;
}

/* Running Animation Keyframes */
@-moz-keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}

@-webkit-keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}

@keyframes running-anim {
    0% {
        right: -30%
    }
    100% {
        right: 100%
    }
}

@-moz-keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}

@keyframes running-anim-left {
    0% {
        left: -30%
    }
    100% {
        left: 100%
    }
}
/*** Footer End ***/

/*** ========================================
     COPYRIGHT SECTION
     ======================================== ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

/*** ========================================
     FEATURE BACKGROUND & ANIMATIONS
     ======================================== ***/

/*** Feature Background with Animated Shape ***/
.feature-bg {
    position: relative;
    overflow: hidden;
}

.feature-bg::after {
    content: "";
    position: absolute;
    background-image: url(../img/shape-2.png);
    background-repeat: repeat-x;
    width: 500%;
    height: 50px;
    bottom: -10px;
    left: 0;
    animation: slide 100s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3400px);
    }
}

/*** ========================================
     SITE PRELOADER STYLING
     ======================================== ***/

/*=== Site Preloader ===*/
.loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
}

.site-preloader {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #222;
    top: 0;
    left: 0;
}

.car {
    position: absolute;
    width: 117px;
    height: 42px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.car .strike {
    position: absolute;
    width: 11px;
    height: 1px;
    background: #ffe4e1;
    animation: strikes 0.2s linear infinite;
}

.car .strike2 {
    top: 11px;
    animation-delay: 0.05s;
}

.car .strike3 {
    top: 22px;
    animation-delay: 0.1s;
}

.car .strike4 {
    top: 33px;
    animation-delay: 0.15s;
}

.car .strike5 {
    top: 44px;
    animation-delay: 0.2s;
}

.car-detail {
    position: absolute;
    display: block;
    background: #ff9900;
    animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
    width: 0;
    height: 0;
    top: 7px;
    background: none;
    border: 20px solid transparent;
    border-bottom: 8px solid #ff9900;
    border-left: 20px solid #ff9900;
}

.car-detail.back {
    height: 20px;
    width: 92px;
    top: 15px;
    left: 0px;
}

.car-detail.center {
    height: 35px;
    width: 75px;
    left: 12px;
    border-top-left-radius: 30px;
    border-top-right-radius: 45px 40px;
    border: 4px solid #ff9900;
    background: none;
    box-sizing: border-box;
}

.car-detail.center1 {
    height: 35px;
    width: 35px;
    left: 12px;
    border-top-left-radius: 30px;
}

.car-detail.front {
    height: 20px;
    width: 50px;
    top: 15px;
    left: 67px;
    border-top-right-radius: 50px 40px;
    border-bottom-right-radius: 10px;
}

.car-detail.wheel {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: 20px;
    left: 12px;
    border: 3px solid #222;
    background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), #222;
    animation-name: spin;
}

.car-detail.wheel2 {
    left: 82px;
}

/* Preloader Animations */
@keyframes spin {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(36deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(72deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(108deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(144deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(180deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(216deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(252deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(288deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(324deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(360deg);
    }
}

@keyframes speed {
    0% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-2px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@keyframes strikes {
    from {
        left: 25px;
    }
    to {
        left: -80px;
        opacity: 0;
    }
}

.partner-content{
    max-width: 800px;
    margin: 0 auto;
}

.gap-2{
    gap:20px;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
}

.img-box{
    height: 250px;
}

.img-box img {
    height: 100%;
 }

 .heading_container p {
    max-width: 800px;
    margin: 0 auto;
 }

.advantages-section {
  background: #f8f9fa;
}

.section-subtitle {
  color: #6c757d;
  font-size: 1.1rem;
}

.advantage-list li {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px dashed #dee2e6;
  display: flex;
  align-items: center;
}

.advantage-list li:last-child {
  border-bottom: none;
}

.icon-style {
  color: #0d6efd; /* Bootstrap primary */
  font-size: 1.3rem;
}

.img-fluid.shadow {
  transition: transform 0.3s ease;
}

.img-fluid.shadow:hover {
  transform: scale(1.03);
}

/* Responsive reCAPTCHA container */
.g-recaptcha {
  transform: scale(0.9); /* Adjust scale for smaller screens */
  transform-origin: 0 0;
}

@media (max-width: 576px) {
  .g-recaptcha {
    transform: scale(0.85);
  }
}

.recaptcha-wrapper {
  max-width: 100%;
  overflow-x: auto;

  /* Hide scrollbar for WebKit browsers (Chrome, Safari) */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.recaptcha-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


/*** ========================================
     END OF CSS FILE
======================================== ***/