/********** Template CSS **********/
:root {
    --primary: orange;
    --light: #F5F5F5;
    --dark: #353535;
    --secondary:black;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}
.btn-primary{
    background-color: #667eea;
    border-color: #667eea;
}
.btn-primary:hover{
    background-color: #667eea;
    border-color: #AB7442;
}
.btn-primary:active:focus, .btn-primary.active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem #667eea;
}
.btn-primary:focus {
    color: #000;
    background-color: #667eea;
    border-color: #667eea;
    box-shadow: 0 0 0 .25rem #667eea;
}
.text-primary{
    color: #667eea !important;
}
.back-to-top {
    position: fixed;
    right: 45px;
    bottom: 45px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: var(--secondary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary);
}
.plus-button {
    position: fixed;
    left: 45px;
    bottom: 45px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: var(--secondary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary);
}
.whatsapp{
    position: fixed;
    left: 45px;
    bottom: 105px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: #fffefe;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary);
}

.call{
    position: fixed;
    left: 45px;
    bottom: 165px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: #3d4be2;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary);
}


.whatsapp, .call {
    display: block;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}


.navbar-brand >picture >img{
    max-width: 200px;
    height: auto;
}

/*** Spinner ***/
#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;
}
.rental-cars ul{
    list-style-type :none;
}
.rental-cars li {
    list-style: none !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* .navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
} */


.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 18px; /* Default font size */
    font-weight: 500;
    outline: none;
}

/* Adjusting font size for larger screens */
@media (min-width: 1300px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}

/* Scaling for smaller screens */
@media (max-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: white !important;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
        background-color: #008080;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    /* height: 75px; */
}

.navbar-light .navbar-nav .nav-link {
    color: var(--secondary);
    font-weight: 800;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.banner-image {
    height: 622px;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;

    color: #fff;
    font-weight: bolder;
}

.readMore {
    display: inline;
    cursor: pointer;
    color: #007bff;

}

.marquee-area {
    padding: 10px 10px;
}
/*** Header ***/
@media (max-width: 768px) {
    /* .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }  */

    /* .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }  */

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 12px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;
        font-weight: 600;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

/* .section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
} */

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    /* .container.about {
        max-width: 100% !important;
    } */

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}

/* Package css */
#packages .owl-carousel .owl-item img ,#packages img{
    height: 300px;
    width: 100% ;

}
.package-card {



    position: relative;
    width: 100%;
    /* padding: 4px; */
    background: #ffffff;
    border-radius: 10px;

    box-shadow:inset 4px 139px 69px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
}
.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
}

.blob-1 {
    width: 200px;
    height: 200px;
    background: rgba(102, 126, 234, 0.6);
    top: -50px;
    left: -70px;
}

.blob-2 {
    width: 150px;
    height: 150px;
    background: rgba(123, 230, 153, 0.6);
    bottom: -60px;
    right: -60px;
}
.bg-blue{
    background-color: var(--secondary) !important;

    border-top-right-radius: 100px !important;
    border-top-left-radius: 100px !important;
}

.nav-bg{

    background-color: var(--secondary) !important;
}

.bg-white{

    background-color: var(--primary) !important;
}
.card-image {


    object-fit: fill;
    border-radius: 10px;
    /* margin-bottom: 15px; */
    /* border: 5px solid #ffffff; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.card-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.card-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.card-button {
    padding: 10px 20px;
    background-color:var(--primary);
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.card-button:hover {
    background-color: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}



/* .testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}
.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: var(--primary);
    border-radius: 4px;
    font-size: 22px;
    transition: .5s;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

/* .testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
} */

/* .testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
} */

/* .testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
} */

/* .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
} */


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
/* .footer {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;
    background-size: cover;
} */

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* ===========Custom css==================== */
/* .blog-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    cursor: pointer;
} */

.blog-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.blog-card-img img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.blog-card:hover .blog-card-img img {
    opacity: 0.8;
}

.blog-card-content {
    padding: 15px;
}

.blog-card-content h2 {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}

.blog-card-content p {
    color: #666;
    margin: 10px 0;
    font-size: 0.9em;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9em;
    color: #007bff;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.read-more::after {
    content: '→';
    position: absolute;
    right: -20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.read-more:hover {
    color: #0056b3;
}

.read-more:hover::after {
    opacity: 1;
}
.blog-header img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.blog-title {
    font-size: 2.5em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.blog-meta {
    color: #777;
    margin-bottom: 20px;
}

.blog-content {
    line-height: 1.6;
    color: #444;
}

.blog-tags {
    margin-top: 20px;
}

.blog-tags .badge {
    margin-right: 5px;
    margin-bottom: 5px;
}

.sidebar {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.author-info img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.recent-posts li {
    margin-bottom: 10px;
}

.recent-posts a {
    color: #007bff;
    text-decoration: none;
}

.recent-posts a:hover {
    text-decoration: underline;
}
.price-container {
    position: relative;
    display: block;
}

.price-tag {
    display: block;
    padding: 12px 24px;
    background: linear-gradient(45deg, #ff5722, #ffc107);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-tag:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #ff4081, #ffeb3b);
}

.offer-label {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(45deg, #00c853, #b2ff59);
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: rotate(10deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-label:hover {
    transform: rotate(0deg) scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
    background: linear-gradient(45deg, #76ff03, #c6ff00);
}
.book-btn{
    display: inline-block;
    padding: 10px 20px;
    background: rgb(2,0,36);
background:  var(--primary);
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.book-btn:hover{
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 100%);
    transform: scale(1.05);
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
.book-btn i{
    transition: transform 0.3s ease;
}
.book-btn:hover i{
    transform: translateX(5px);
}

.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    background-color: #f8f9fa;
}

.blog-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.blog-image{
    height: 200px;
    display: flex;
    object-fit: fill;
}

.blog-image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

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

.blog-content {
    padding: 15px;
    text-align: center;
}

.blog-title {
    font-size: 1.2rem;
    color: #343a40;
    margin: 10px 0 0;
    font-weight: bold;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #fe7b00;
}


.pricing-table-container {
    width: 100%;
    overflow-x: auto;
    padding: 20px;
    background-color: #f8f9fa;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.pricing-table thead {
    background: linear-gradient(45deg, #ff5722, #ffc107);
    color: #ffffff;
    text-transform: uppercase;
}

.pricing-table th, .pricing-table td {
    padding: 15px 20px;
    text-align: left;
    font-size: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

.pricing-table tbody tr:hover {
    background-color: #ffe0b2;
    transition: background-color 0.3s ease;
}

.pricing-table tbody td {
    color: #343a40;
}
.service-item {

    border-radius: 10px;
    position: relative;
    overflow: hidden;
    /* border: 5px solid #f1f1f1; */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    animation: fadeIn 1s ease-out; /* Initial fade-in effect */
}


.service-item .img-fluid {
    transition: transform 0.5s ease;
    animation: zoomIn 1s ease-out; /* Initial zoom-in effect */
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.highlight {
    /* border: 5px solid var(--primary);
    background-color: #f9f9f9; */
    box-shadow:inset 4px 139px 69px rgba(0, 0, 0, 0.2); /* Add a shadow */
}
/* Responsive Design */
@media (max-width: 991px) {
    .blog-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
    .pricing-table th, .pricing-table td {
        font-size: 0.9rem;
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    .banner-image {
        height: 300px; /* Adjust this value as needed for mobile view */
    }
    .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        background: transparent;
        border: 1px solid #FFFFFF;
        font-size: 18px;
        transition: .5s;
    }
    .header-carousel .owl-nav {
        position: absolute;
        width: 200px;
        height: 45px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
    }
    .header-carousel .owl-dots {
        position: absolute;
        height: 45px;
        bottom: 4px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.service-img
{
    height: 200px;
    display: flex;
    object-fit: fill;
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}
.service-img img{
    height: 100%;
    width: 100%;
    border-radius: 10px;
}



.car-card{

    position: relative;
    box-shadow:inset 4px 139px 69px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;

    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* transition: transform 0.3sease, box-shadow 0.3sease; */
    transition: transform 1.2s ease, box-shadow 1.2s ease, background-color 1.2s ease;
}

.car-card:hover {
    background-color: var(--secondary) !important;
    /* transform: translateY(-5px); */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}



.car-card:hover .card-title {
    color: #fff;
}
.car-card:hover .content table{
    color: #f1f1f1 !important;
}
.car-card:hover .content{
    color: #f1f1f1 !important;
}
.car-container{

    background-color: #f8f9fa;
}
.car-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.car-button button
{
    width: fit-content !important;
}
/* .car-body
{
    box-shadow: inset 1px 0px 13px 0px rgba(0, 0, 0, 0.2)
} */

@media(max-width:768px){

    .car-body {
        box-shadow: rgba(0, 0, 0, 0.2) 1px 0px 45px 0px inset !important;
    }

}


.text{
    padding: 10px;
    border-left: 5px solid var(--primary);
    color: white;
    /* border-radius: 20px; */
}
.sub-title{
    font-size: 20px;
    color: var(--secondary);
}
.about
 .section-title h1
{
    padding: 0 !important;
}
.about-img{
    height: 450px;
    display: flex;
    object-fit: fill;

}
.about-img img{


    border-radius:20px;
    height: 100%;
    width: 100%;
}
@media (max-width:768px) {
    .about-img{
        height: 350px !important;
    }
}
.nav-bar-btn
{
    border-radius: 20px;
    /* position: absolute; */
    right: 10px;
    background-color: var(--secondary);
    color: white;

    width: fit-content !important;
    height: fit-content !important;
}
.nav-bar-btn:hover{

    color: var(--primary) !important;
}
.footer-text
{
    color:white !important;
}
.footer-text a{
    color: white;
}
.footer .copyright a
{
    font-weight: bold !important;
    font-size: 18px !important;
}




/* ========================dots===================== */

.owl-carousel .owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.owl-carousel .owl-dot.active {
    background: #03799f; /* Active dot color */
}

/* Fix potential overlapping issue */
.owl-carousel {
    position: relative;
}

/* Ensure dots are positioned properly */
.rental-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .rental-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}


.bus-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .bus-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}




.banner-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .banner-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}



.local-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .local-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}


.station-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .station-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}


.blog-carousel .owl-dots {
    display: block !important; /* Force visibility */
    text-align: center;
    margin-top: 15px; /* Space between images and dots */
}


/* Extra fix for large screens */
@media (min-width: 992px) {
    .blog-carousel .owl-dots {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}

iframe{

    width: 100%;
}


.head-log{


    height: 65px;
    display: flex;
    object-fit: fill;

}

.head-log img
{

    height: 100%;
    width: 100%;
}



.foot-log{

    height: 78px;
    width: 250px;
    display: flex;
    object-fit: fill;

}

.foot-log img{

    height: 100%;
    width: 100%;
}




.modal-content {

    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* border-radius: 1.3rem; */
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    outline: 0;
}

#captchaText {
    letter-spacing: 4px;
    font-family: monospace;
    font-size: 20px;
    font-weight: bold;
    background: #f8f9fa; /* Light Gray Background for Visibility */
    color: #000; /* Black Text for Contrast */
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    border: 2px solid #ddd;
}
#reloadCaptcha {
    border-radius: 50%;
    width: 36px; /* Smaller Icon */
    height: 36px; /* Smaller Icon */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px; /* Smaller Font Size */
    padding: 4px;
    background: none; /* No background */
    border: none;
}

#reloadCaptcha i {
    color: #007bff; /* Blue icon */
    transition: color 0.3s ease;
}

#reloadCaptcha:hover i {
    color: #0056b3; /* Darker blue on hover */
}


#captchaContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* Space between elements */
    background: #fff; /* White Background */
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.verify-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-top: 19px;

}



@media(max-width:768px){


    .section-title h1 {
        position: relative;
        display: inline-block;
        /* padding: 0 60px; */
    }


    .abt-heading{

        font-family: 'Poppins', sans-serif !important; /* Change font */
        font-size: 25px !important; /* Adjust size */
        font-weight: bold !important; /* Make it bold */
        color: var(--primary) !important; /* Dark color */


        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important; /* Add shadow */

        padding-bottom: 5px !important; /* Add some spacing */
        display: inline-block !important; /* Makes the border fit the text */
    }

    .nav-bar-btn {
        border-radius: 20px;
        align-self: auto;
        /* position: absolute; */
        right: 10px;
        border: 1px solid var(--secondary);
        background-color: var(--primary);
        color: white;
        width: fit-content;
        height: fit-content;
    }


    .cap{
        display: flex;
        object-fit: fill;
        height: 50px;
        width: 100px;
    }

    #captchaCanvas{

        height: 100%;
        width: 100px;
        display: flex;
        justify-content: center;
    }
}


.custom-heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 38px !important;
    font-weight: bold !important;
    color: var(--primary) !important;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;
    padding-bottom: 5px !important;
    display: inline-block !important;
}

@media(max-width:768px){


    .custom-heading {
        font-family: 'Poppins', sans-serif !important;
        font-size: 17px !important;
        font-weight: bold !important;
        color: var(--primary) !important;
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;
        padding-bottom: 5px !important;
        display: inline-block !important;
    }
}
.section-header{

    position: relative !important;
    padding-top: 19px !important;
}

.section-header::before {
    position: absolute !important;
    content: "" !important;
    width: 60px !important;
    height: 2px !important;
    top: 81px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--primary) !important;
}

.section-header::after {
    position: absolute !important;
    content: "" !important;
    width: 90px !important;
    height: 2px !important;
    top: 70px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--secondary) !important;
}

@media(max-width:768px){


.section-header{

    position: relative !important;
    padding-top: 19px !important;
}

.section-header::before {
    position: absolute !important;
    content: "" !important;
    width: 60px !important;
    height: 2px !important;
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--primary) !important;
}

.section-header::after {
    position: absolute !important;
    content: "" !important;
    width: 90px !important;
    height: 2px !important;
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: var(--secondary) !important;
}

}
.footer-content{


color: white !important;
padding-right: 60px;

}


.extra-heading {
    font-family: 'Poppins', sans-serif !important;
    font-size: 38px !important;
    font-weight: bold !important;
    color: var(--secondary) !important;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;
    padding-bottom: 5px !important;
    display: inline-block !important;
}

.load-ed{

    color: var(--secondary);
}

.spin-bg{

    background-color: white !important;
}

body{

    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
    background-color:#ecf8f8;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.view-butt{

    background-color: var(--secondary) !important;
    color:var(--primary) !important;


}

.view-butt:hover{

background-color: var(--primary) !important;

color: var(--secondary) !important;
}

/* .section-bg {
    background-color: transparent;
    padding: 160px 0;
    position: relative;

} */

.section-bg{

    background-color: var(--secondary) !important;
}
/* .section-bg:before {
    content: "";
    background-color: var(--secondary);
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
    z-index: -1;
} */


.about-sub{

    color:#008080!important;

    font-size: 15px;
}

.car-content .content {
    text-align: center;
    justify-content: center;
    display: flex;
    /* align-items: center; */
    /* align-self: center; */
    justify-self: center !important;
}

.car-content .content :hover{
    color: white !important;
}


/* ---------------------------------Updated CSS---------------------------------- */
.custom-heading span{
    color: var(--secondary);
}
.service-img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-title{
    width: 100%;
    height: auto;
    padding: 4px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-size: 18px !important;
    box-shadow:inset 2px 1px 10px 2px rgb(147, 146, 146);
    color: black;
}
.navbar-light.sticky-top{
    height: 95px;
    /* border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px; */
}
/* .head-log{
    border-radius: 10px;
} */
.head-log img{
    /* border-radius: 10px; */
    box-shadow: rgb(118, 117, 117) 0px 3px 10px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        margin-right: 16px;
    }
}

.about-text{

    padding: 20px !important;
}


@media(max-width:768px){

    .head-log {
        height: 35px;
        display: flex;
        object-fit: fill;
    }

    .navbar-light.sticky-top{

        height: 60px !important;
    }


    .bg-blue{
        background-color: var(--secondary) !important;
        border-top-right-radius: 55px !important;
        border-top-left-radius: 55px !important;
    }


    .about-text{

        padding: 0px !important;
    }

    .about-two{

        padding: 20px !important;
    }
}


.content figure table tbody tr td{

    font-weight: bold !important;
}

.abt-cont{

    color: black !important;
}
