
/*** Spinner Start ***/
/*** Spinner ***/

a:hover {
    color: #1760cb;
}
#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;
}
/*** Spinner End ***/

.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-primary {
    color: #fff;
    background-color: #1760cb;
    border-color: #1760cb;
}
.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: #1760cb;
    border: 1px solid #1760cb;
}

.btn.btn-light {
    color: #fff;
    background: #1760cb;
    border-color: #1760cb;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #474747;
    border: 1px solid #474747;
}

/*** 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 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;
    position: relative;
}
.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #1760cb;
    width: 0%;
    height: 2px;
    margin: auto;
    transition: 0.5s all;
}
.navbar-light .navbar-nav .nav-link:hover:before {
    width: 100%;

}
.btn-primary {
    font-size: 19px;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link.active::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #1760cb;
    width: 100%;
    height: 2px;
    margin: auto;
    transition: 0.5s all;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #1760cb;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 80px;
}

.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: #1760cb;
    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 #1760cb;
        color: #1760cb;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 6px 0;
    font-size: 16px;
}
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}
.input-group>.form-control, .input-group>.form-select {
    width: 100%;
    min-width: 0;
    border-radius: 8px !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #474747;
    background-clip: padding-box;
    border: 1px solid #555;
    appearance: auto;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.form-control:disabled, .form-control:read-only {
    background-color: #474747;
    opacity: 1;
}
.form-control:focus {
    color: #ffff;
    background-color: #474747;
    border-color: #555;
    outline: 0;
    box-shadow: none;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
.input-group {
    position: relative;
    display: block;
}
.carousel-item .carousel-caption {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    text-align: left;
}

.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: #1760cb;
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
    .features-wrapper {
       grid-template-columns: repeat(2, 1fr) !important;
    }
    .content h4 {
    font-size: 17px !important;
}
.carousel-item .carousel-caption {
    /*position: relative;*/
    /*background: transparent;*/
    padding: 0;
}
.bg-secondary.rounded.p-5 {
    padding: 15px !important;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0;
    align-items: center;
    position: fixed;
    left: 0;
    width: 250px;
    z-index: 99;
    background: #fff;
    height: 100vh;
    top: 95px;
    padding: 0 10px;
    /* transition: 0.5s all; */
    /* overflow: auto; */
    padding: 0px 9px;
    transform: translateX(-100%);
    transition: transform 0.35s ease-in-out;
    z-index: 1050;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.15);
}
.collapse:not(.show) {
    display: none;
    left: -100%;
    transition: 0.5s all;
}
.navbar-collapse.show {
    transform: translateX(0);
  }
.carousel-item video {
    display: none;
}
.carousel-item .bannerimg {
    display: block !important;
    height: 435px !important;
    object-fit: cover;
}
a.btn.btn-primary.rounded-pill {
    margin-top: 10px;
}
.carousel-item .carousel-caption {
    background: transparent !important;
}
.carousel-caption h1 {
    color: #000 !important;
}
.carousel-caption .banner-dec {
    color: #000 !important;
}
#map {
    height: 250px !important;
    min-height: 250px !important;
}
.carousel-caption h4 {
    margin-bottom: 5px !important;
}
.form-control.location {
    width: 85% !important;
}

}

.carousel-item .bannerimg {
    display: none;
}
#liveLocationBtn {
    position: absolute;
    right: 0;
    top: 44%;
    background: #474747;
    border-radius: 1px solid #555;
    color: #fff;
}
#liveLocationBtn:hover {
    background: #1760cb;
}
.form-control.location {
    width: 91%;
}

@media (max-width: 576px) {
    .features-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
}
.carousel-item .bannerimg {
    height: 250px !important;
}
}



@media (min-width:767px) and (max-width: 992px) {
    .features-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
}
}
@media (min-width:992px) and (max-width: 1200px) {
   h1.display-5.text-white {
    font-size: 32px !important;
}
}
/*** Carousel Header End ***/

/*** 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 ***/

/*** 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;
}

.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: #1760cb;
    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: #1760cb;
    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);
}
/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid #1760cb;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 50px rgba(234, 0, 30, .3);
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #1760cb;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** 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: #1760cb;
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/

/*** 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 ***/

/*** 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: #1760cb;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
    display: flex;
    align-items: center;
    white-space: nowrap;
    /* flex-wrap: wrap; */
}
.footer-item.d-flex {
    flex-wrap: wrap;
}


.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #1760cb;
}

.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: #1760cb !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/


/* Hover dropdown for navbar */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Smooth animation */
.dropdown-menu {
    transition: all 0.3s ease;
}

.section-title {
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.section-title h2 span {
    color: #111;
    font-weight: 600;
}

.section-title h2 strong {
    color: #1760cb;
}

/* Features layout */
.features-wrapper {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.content {
    text-align: center;
}

.section-padding {
    padding: 50px 0;
    position: relative;
}
/* Feature item */
.feature-item {
    /* display: flex; */
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 0;
    border: 1px solid #ccc;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px -11px rgba(0, 0, 0, 0.5);
    height: 255px;
    transition: 0.5s all;
}
.feature-item:hover {
    transform: translateY(-10px);
}
.content h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111;
}
.feature-item .icon::after {
    background: transparent;
    display: none;
}


.content p {
    color: #666;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .features-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .features-col,
    .features-image {
        width: 100%;
    }

    .feature-item,
    .feature-item.reverse {
        flex-direction: column;
        text-align: center;
    }
}

.section-title span {
    color: #111;
}

.section-title strong {
    color: #1760cb;
}
.text-primary {
    color: #1760cb !important;
}

/* Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    border: 1px solid #ccc;
}

.service-card:hover {
    transform: translateY(-8px);
}
.service-card:hover {
    background: #efd5da;
}

/* Icon Blob */
.icon {
    width: 90px;
    height: 90px;
    margin: auto;
    background: #1760cb;
    border-radius: 45% 55% 60% 40% / 45% 45% 55% 55%;
    position: relative;
    margin-bottom: 25px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

/* Icons using CSS (Font-free) */
.icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #fff;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

/* Icon Masks */
.phone::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79a15.05 15.05 0 006.59 6.59l2.2-2.2a1 1 0 011.01-.24 11.36 11.36 0 003.56.57 1 1 0 011 1v3.55a1 1 0 01-1 1A16 16 0 013 5a1 1 0 011-1h3.55a1 1 0 011 1 11.36 11.36 0 00.57 3.56 1 1 0 01-.25 1.01z'/%3E%3C/svg%3E");
}

.rate::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z'/%3E%3C/svg%3E");
}

.rental::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 17h16v-5H4v5zm0-7h16V7H4v3z'/%3E%3C/svg%3E");
}

.insurance::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2L4 5v6c0 5.55 3.84 10.74 8 12 4.16-1.26 8-6.45 8-12V5l-8-3z'/%3E%3C/svg%3E");
}

.city::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22h16V2H4v20zm4-2v-2h2v2H8zm0-4v-2h2v2H8zm4 4v-2h2v2h-2zm0-4v-2h2v2h-2z'/%3E%3C/svg%3E");
}

.free::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 16c0 1.1.9 2 2 2h10a2 2 0 002-2v-5H5v5zM18 7H6l-1 4h14l-1-4z'/%3E%3C/svg%3E");
}

/* Text */
.service-card h4 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #111;
    margin-top: 10px;
}

.service-card p {
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .footer-item.d-flex {
    margin-top: 25px;
}
.section-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
}
.stats-section {
    position: relative;
/*    background: url("assets/images/stats-bg.jpg") center/cover no-repeat;*/
    padding: 100px 0;
    color: #fff;
    z-index: 0;
}

/* Dark overlay */
.stats-section .overlay {
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 45, 0.85);
    z-index: -1;
}

/* Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

/* Item */
.stat-item h3 {
    font-size: 36px;
    margin: 15px 0 10px;
    font-weight: 700;
    color: #fff;
}

.stat-item p {
    font-size: 20px;
    color: #ddd;
}

/* Icons */
.like::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21h4V9H2v12zm20-11c0-1.1-.9-2-2-2h-6.31l.95-4.57.03-.32c0-.41-.17-.79-.44-1.06L13 1 6.59 7.41C6.22 7.78 6 8.3 6 8.83V19c0 1.1.9 2 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73v-2z'/%3E%3C/svg%3E");
}

.car::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 16c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm10 0c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zM5 11l1.5-4.5h11L19 11H5z'/%3E%3C/svg%3E");
}

.building::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 22h16V2H4v20zm4-2v-2h2v2H8zm0-4v-2h2v2H8zm4 4v-2h2v2h-2z'/%3E%3C/svg%3E");
}

.clock::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 20c4.41 0 8-3.59 8-8s-3.59-8-8-8-8 3.59-8 8 3.59 8 8 8zm1-13h-2v6l5 3 .75-1.23-3.75-2.27V7z'/%3E%3C/svg%3E");
}

/* Responsive */
@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .stats-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.review-card {
    position: relative;
    border: 1px solid #1f2a44;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    background: #fff;
    margin: 27px 0;
}

.quote-icon {
    position: absolute;
    top: -22px;
    right: 40px;
    background: #1f2a44;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.review-header img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.review-header h4 {
    font-size: 20px;
    margin-bottom: 4px;
}

.review-header span {
    font-size: 14px;
    color: #6b7280;
}

.stars {
    margin-top: 6px;
    color: #1760cb;
    font-size: 14px;
}

.review-body {
    padding-top: 20px;
    color: #6b7280;
    line-height: 1.7;
}

/* Responsive */
@media (min-width: 768px) {
  #reviewslId .carousel-inner {
    display: flex;
  }

  #reviewslId .carousel-item {
    display: block;
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  #reviewslId .carousel-item {
    flex: 0 0 100%;
  }
  .services-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.rounded iframe {
    height: 580px;
}
}
.contact-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 46px 32px;
    text-align: center;
    border: 1px solid #edf1f7;
    position: relative;
    box-shadow: 0 18px 45px rgba(17,24,39,.08);
    transition: .45s cubic-bezier(.4,0,.2,1);
    margin-bottom: 20px;
}
.contact-card:hover {
    transform: translateY(-14px);
    box-shadow: 0 30px 80px rgba(17,24,39,.14);
}
.contact-card .icon.phone {
    background: linear-gradient(135deg,#f59e0b,#f97316);
}

.contact-card .icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background: linear-gradient(135deg,#6366f1,#8b5cf6);
}
.contact-title {
    font-size: 22px;
    font-weight: 600;
    color: #0f172a;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
}
.contact-card a {
    text-decoration: none;
    color: #111;
}

.contact-card .icon:after {
    display: none;
}
.faq-item.active .faq-content {
    max-height: 160px;
    margin-top: 0px;
}
.faq-item.active .faq-content {
    display: block;
   padding: 10px 26px;
    border: 1px solid #ccc;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
     background: #fff;
    padding: 0px 26px;
    border: 1px solid transparent;
    transition: 0.5s all;
    transition: max-height .4s ease, margin-top .4s ease;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    background: #f5f5f5;
    color: #000;
}

a {
    color: #1760cb;
}
.faq-title {
    position: relative;
}
.service-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.faq-wrapper {
    max-width: 700px;
    margin: auto;
    display: grid;
    gap: 0px;
    background: #007eff26;
    border-radius: 10px;
}

.faq-item {
    /* background: #555; */
    /* border-radius: 14px; */
    /* padding: 10px 25px; */
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.06); */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq-item .faq-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #2563eb;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.faq-item .faq-title:hover::before,
.faq-item .faq-title.active::before {
    opacity: 1;
}
.faq-title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    text-transform: capitalize;
}

.faq-title::after {
    content: "+";
    font-size: 22px;
    font-weight: 600;
    color: #2563eb;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-title::after {
    content: "–";
}

.faq-body {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    display: none;
}

.faq-item.active .faq-body {
    display: block;
}
a.navbar-brand img {
    width: 125px;
    height: 80px;
}
.footer-item a.navbar-brand img {
    background: #fff;
    padding: 15px;
    width: 180px;
    height: 120px;
    border-radius: 10px;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border: 5px solid #000;
    opacity: 1;
    background: gray;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1760cb;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-4px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}
ul.detail-box {
    list-style: none;
    padding: 0;
    font-size: 14px;
    background: #2e364c;
    padding: 14px;
    border-radius: 10px;
}
.navbar-toggler .fa-xmark {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}

.navbar-toggler[aria-expanded="true"] .fa-xmark {
  display: inline-block;
}

.header-carousel {
    position: relative;
}

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

.carousel-caption {
    position: relative;
    z-index: 2;
}

.map {
    position: relative;
    z-index: 10;
}

#map {
    width: 100%;
    height: 595px;
    border-radius: 10px;
    background: #e5e3df;
    min-height: 595px;
}

.carousel-item {
    transform: none !important;
}

.carousel-inner {
    transform: none !important;
}

.header-carousel video {
    pointer-events: none;
}
.black-section .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
    background: #000;
    color: #000;
}
.rounded iframe {
    height: 580px;
}


.features-section {
  padding: 80px 0;
  background: #fafafa;
}

.fetures-grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT SIDE */
.features-left {
  flex: 1;
}

.features-left h2 {
  font-size: 52px;
  font-weight: 800;
  color: #000;
}

/* RIGHT SIDE GRID */
.features-right {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* CARD */
.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.feature-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fetures-grid {
    flex-direction: column;
  }

  .features-right {
    grid-template-columns: 1fr;
  }

  .features-left h2 {
    font-size: 40px;
  }
}

.image-box img {
  width: 100%;
  height: 650px;
  object-fit: cover;
    border-radius: 10px;
}
.subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* 2 Column Text */
.text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.text-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #777;
  margin-bottom: 20px;
}
.content-box {
    padding-left: 50px;
}

/* Responsive */
@media (max-width: 992px) {
  .text-grid {
    grid-template-columns: 1fr;
  }
  .content-box {
    padding-left: 10px;
}

  .image-box img {
    height: auto;
  }
}


.label-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.title-primary {
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    margin-top: 0;
    margin: 0;
}

.text-muted {
    color: #6b7280;
    line-height: 1.7;
    font-size: 1rem;
}
.header-description p {
    font-size: 19px;
    margin-bottom: 0;
}

.section-divider {
    border: 0;
    border-top: 1px solid #d9851c;
    margin-bottom: 4rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.service-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.service-desc {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Updated Button with hover:text-[#fff] */
.btn-action-primary {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    color: #f97316;
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-action-primary:hover {
    background-color: #1760cb;
    color: #fff !important;
    box-shadow: 0 10px 15px -3px rgba(21, 160, 159, 0.3);
    transform: translateY(-2px);
}

.faq-container {
    max-width: 1000px;
    margin: 4rem auto;
    padding: 0 1.5rem;
    font-family: 'Inter', sans-serif;
}

.faq-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.faq-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.1em;
}

.faq-main-title {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin-top: 0.5rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two-column layout from image */
    gap: 2rem;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 1rem;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    padding: 1rem 0;
    cursor: pointer;
    transition: color 0.3s ease;
}

/* Important hover effect */
.faq-question:hover {
    color: #1760cb; /* Codezion Teal */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-answer p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 0.5rem;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 200px; /* Adjust based on content length */
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    color: #1760cb;
}
@media (max-width: 767px) {
  .faq-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
.faq-main-title {
    font-size: 2rem;
}
.title-primary {
    font-size: 1.75rem;
}
.content-box .title {
    font-size: 24px;
}
.content-box {
    margin-top: 20px;
}
}


/* -----------------services-details------------------------ */
.hero-section {
    position: relative;
    min-height: 100vh;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(46 48 57 / 0.4), rgb(46 48 57 / 0.8));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    padding: 0 20px;
    text-align: center;
    color: #fff;
}

.hero-content h1 {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
}

.hero-content p {
    font-size: 20px;
    line-height: 1.7;
    max-width: 750px;
    margin: 0 auto 40px;
    color: #f1f1f1;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.outline-btn {
    border: 2px solid #fff;
     color: #fff;
    border-radius: 30px;
    background: transparent;
}

.outline-btn:hover {
    background: rgba(255,255,255,0.15);
   color: #1760cb;
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
}
.about-service {
    padding: 80px 0px;
    background: #f5f5f5;
}

.about-box {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    border: 1px solid #e5e5e5;
    text-align: center;
}

.about-box h2 {
    font-size: 42px;
    color: #111;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.about-text {
    text-align: center;
}

.about-text p {
    font-size: 18px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 20px;
}

.about-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-service {
        padding: 50px 15px;
    }

    .about-box {
        padding: 35px 20px;
    }

    .about-box h2 {
        font-size: 28px;
    }

    .about-text {
        text-align: left;
    }

    .about-text p {
        font-size: 16px;
    }
}
.why-choose-section {
    padding: 80px 0px;
    background: #ffffff;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 42px;
    color: #111;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-heading p {
    font-size: 18px;
    color: #666;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #d8defe;
    color: #1760cb;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.benefit-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #111;
    line-height: 1.4;
}

.benefit-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

@media (max-width: 992px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 16px;
    }
}
.transport-section {
    padding: 80px 0px;
    background: #fff;
}

.transport-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.transport-row.reverse {
    flex-direction: row-reverse;
}

.transport-image {
    width: 50%;
}

.transport-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.5s;
}

.transport-image img:hover {
    transform: scale(1.05);
}

.transport-content {
    width: 50%;
}

.transport-content .tag {
    display: inline-block;
    background: #1760cb;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.transport-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #111;
}

.transport-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.text-link {
    text-decoration: none;
    color: #1760cb;
    font-weight: 600;
    font-size: 16px;
}

.main-btn {
    display: inline-block;
    text-decoration: none;
    background: #1760cb;
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.3s;
}

.main-btn:hover {
    background: #0e3e85;
    color: #fff;
}

@media(max-width: 991px) {
    .transport-row,
    .transport-row.reverse {
        flex-direction: column;
    }

    .transport-image,
    .transport-content {
        width: 100%;
    }

    .transport-content h3 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 30px;
    }
}

.destinations-section {
    padding: 80px 0px;
    background: #f8f8f8;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}

.section-header p {
    font-size: 18px;
    color: #666;
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.destination-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.destination-card:hover {
    transform: translateY(-8px);
}

.destination-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-content {
    padding: 25px;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #111;
}

.card-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

@media(max-width: 992px) {
    .destination-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .destination-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 30px;
    }

    .section-header p {
        font-size: 16px;
    }
}
.interstation-section {
    padding: 80px 0px;
    background: #f5f5f5;
}

.interstation-content {
    text-align: center;
}

.interstation-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.3;
}

.interstation-text {
    text-align: center;
}

.interstation-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 20px;
}

.interstation-text p:last-child {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .interstation-section {
        padding: 60px 15px;
    }

    .interstation-content h2 {
        font-size: 30px;
    }

    .interstation-text {
        text-align: left;
    }

    .interstation-text p {
        font-size: 16px;
    }
}

.safety-section {
    padding: 80px 0px;
    background: #fff;
}

.safety-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-direction: row-reverse;
}

.safety-image {
    width: 50%;
}

.safety-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.safety-content {
    width: 50%;
}

.safety-content h2 {
    font-size: 42px;
    color: #111;
    margin-bottom: 25px;
    line-height: 1.3;
}

.safety-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

.safety-content strong {
    color: #111;
    font-weight: 700;
}

@media(max-width: 992px) {
    .safety-wrapper {
        flex-direction: column;
    }

    .safety-image,
    .safety-content {
        width: 100%;
    }

    .safety-content h2 {
        font-size: 30px;
    }
}

.commitment-section {
    padding: 80px 0px;
    background: #f7f7f7;
}

.commitment-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
}

.commitment-image {
    width: 50%;
}

.commitment-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.commitment-content {
    width: 50%;
}

.commitment-content h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #111;
    line-height: 1.3;
}

.commitment-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 18px;
}

@media(max-width: 992px) {
    .commitment-wrapper {
        flex-direction: column;
    }

    .commitment-image,
    .commitment-content {
        width: 100%;
    }

    .commitment-content h2 {
        font-size: 30px;
    }
}
.vehicle-section {
    padding: 80px 0px;
    background: #ffffff;
}

.table-wrapper {
    overflow-x: auto;
}

.vehicle-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    min-width: 800px;
}

.vehicle-table thead {
    background: #f3f3f3;
}

.vehicle-table th {
    padding: 20px;
    text-align: left;
    font-size: 18px;
    color: #111;
    border-bottom: 1px solid #ddd;
}

.vehicle-table td {
    padding: 20px;
    font-size: 16px;
    color: #555;
    border-bottom: 1px solid #eee;
}

.vehicle-table tbody tr:hover {
    background: #f9f9f9;
    transition: 0.3s;
}

.vehicle-table .title {
    font-weight: 700;
    color: #111;
}

.services-section {
    padding: 80px 0px;
    background: #f7f7f7;
}

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

.services-section .service-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.services-section .service-item:hover {
    transform: translateY(-6px);
}

.services-section .icon {
    width: 45px;
    height: 45px;
    background: #d8defe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    color: #1760cb;
    margin: 0;
}

.services-section .service-item .icon:after {
    display: none;
}
.services-section .service-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #111;
}

.services-section .service-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media(max-width: 992px) {
    .services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .services-section .services-grid {
        grid-template-columns: 1fr;
    }

}

.blog-section {
    padding: 80px 0px;
    background: #fff;
}

.blog-section .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-section .blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 18px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.blog-section .blog-card:hover {
    transform: translateY(-8px);
}

.blog-section .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-section .blog-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-section .tag {
    font-size: 16px;
    color: #1760cb;
    font-weight: 600;
    margin-bottom: 10px;
    background: transparent;
    padding: 0;
}

.blog-section .blog-content h3 {
    font-size: 20px;
    color: #111;
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-section .blog-content p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.blog-section .read-more {
    color: #1760cb;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    margin-top: auto;
}

.blog-section .read-more:hover {
    color: #8a642c;
}

@media(max-width: 992px) {
    .blog-section .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 600px) {
    .blog-section .blog-grid {
        grid-template-columns: 1fr;
    }

}


/* ------------blog start page---------------- */
.blog-hero {
  position: relative;
  height: 614px;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 64px;
  overflow: hidden;
}

/* BACKGROUND */
.blog-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.blog-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* CONTENT */
.blog-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
  color: #fff;
}

/* TAG */
.blog-hero__tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

/* TITLE */
.blog-hero__title {
  font-size: 42px;
  max-width: 750px;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

/* META */
.blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}

.blog-meta__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-meta__author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.blog-meta__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-article {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
}

/* CONTENT */
.blog-article__lead {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #222;
}

.blog-article__title {
  font-size: 28px;
  margin: 40px 0 20px;
  color: #111;
}

.blog-article__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

/* IMAGE */
.blog-article__figure {
  margin: 40px 0;
}

.blog-article__image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.blog-article__caption {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  color: #777;
}

/* NOTE BOX */
.blog-article__note {
  background: #f7f7f7;
  padding: 25px;
  border-radius: 12px;
  margin: 40px 0;
  border-left: 4px solid #999;
}

.blog-article__note-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.blog-article__note-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* SHARE */
.blog-article__share {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-article__share-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}

.blog-article__share-buttons {
  display: flex;
  gap: 10px;
}

.blog-article__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
}

.blog-article__btn:hover {
  background: #ddd;
}
/* SECTION WRAPPER */
.blog-related {
  background: #fafafa;
  padding: 80px 0px;
  border-top: 1px solid #e5e5e5;
}

/* TITLE */
.blog-related__title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #111;
}

/* GRID */
.blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.blog-card {
  display: block;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.blog-card__image-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.blog-card:hover .blog-card__image {
  transform: scale(1.08);
}

/* BADGE */
.blog-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  color: #333;
}

/* CONTENT */
.blog-card__content {
  padding: 18px;
}

.blog-card__heading {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
  transition: 0.3s;
}

.blog-card:hover .blog-card__heading {
  color: #d97706;
}

.blog-card__text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-related__grid {
    grid-template-columns: 1fr;
  }
}
/* BLOG HEADER */
.blog-header {
  background: #f7f7f7;
  padding: 80px 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* TITLE */
.blog-header__title {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* SUBTITLE */
.blog-header__subtitle {
  font-size: 18px;
  color: #666;
  max-width: 650px;
  margin: auto;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blog-header__title {
    font-size: 30px;
  }

  .blog-header__subtitle {
    font-size: 16px;
  }
}

.blog-related__grid .blog-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.blog-related__grid .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.blog-related__grid .blog-card__media {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.blog-related__grid .blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.blog-related__grid .blog-card:hover .blog-card__image {
  transform: scale(1.08);
}

/* TAG */
.blog-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255,255,255,0.9);
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  color: #333;
}

/* BODY */
.blog-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
  line-height: 1.3;
}

.blog-card__text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
}

/* LINK */
.blog-card__link {
  font-weight: 600;
  color: #1e40af;
  text-decoration: none;
  transition: 0.3s;
}

.blog-card__link:hover {
  color: #f97316;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .blog-list__grid {
    grid-template-columns: 1fr;
  }
}
