/********** Template CSS **********/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
:root {
    --primary: #6c3a3a;
    --light: #F5F5F5;
    --dark: #353535;
    --secondary:#012169;
}

body{
    overflow-x: hidden;
}

.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(--primary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--secondary);
}

.back-to-top:hover{

    background-color:var(--secondary);
}
.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(--primary);
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--secondary);
}

.plus-button:hover{

    background-color:#efe812;
    color:#012169;
}
.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:green;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid #012169;
}

.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: blue;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid var(--primary);
}


.whatsapp,
.call {
    display: none; /* Hide buttons initially */
}

.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: 18px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

@media(min-width:1300px){

    .navbar-light .navbar-nav .nav-link {
        margin-right: 30px;
        padding: 25px 0;
        color: #FFFFFF;
        font-size: 14px;
        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: #ffc107;
}

@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;
    }
}

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

.navbar-light .navbar-nav .nav-link {
    color: white;
    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);
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;

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

.readMore {
    display: inline;
    cursor: pointer;
    color: #007bff; /* Optional: Add color for link styling */

}
.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:linear-gradient(135deg, #ffc107, #ff6f00) !important;
    color:white !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:#012169;
    border: none;
    border-radius: 50px;
    color:white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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


/*** 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:#ffc107;
    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: #012169;
    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:  #012169;
    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: var(--secondary) !important;
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: 10%; */
    position: relative;
    overflow: hidden;
    /* border: 5px solid #f1f1f1; */

    /* border: 1px solid var(--secondary); */
    /* border-top-left-radius: 40px;
    border-bottom-right-radius: 40px; */
    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;
}
.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; */
    border: 1px solid var(--secondary);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3sease, box-shadow 0.3sease; */
}

.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)
} */



.text{
    padding: 10px;
    border-left: 5px solid var(--primary);
    /* 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;
    align-self:center;
    /* position: absolute; */
    right: 10px;
    border: 1px solid var(--secondary);
    background-color: #53b71b;



    color: white;
    width: fit-content;
    height: fit-content;
}
.footer-text
{
    color:white !important;
    width: 345px;
}
.footer-text a{
    color: #12005c;
}
.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;
    margin-top: 15px; /* Space between images and dots */
}


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

.view-butt {
    background: linear-gradient(135deg, #ffc107, #ff6f00);
    color: white !important;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease-in-out;
}

.view-butt svg {
    transition: transform 0.3s ease;
}

.view-butt:hover svg {
    transform: translateX(5px); /* subtle arrow movement */
}

.local-item
{
    border: 1px solid var(--secondary);
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;

}

.station-item{


    border: 1px solid var(--secondary);

    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.load-ed{

    color: #012169;
}

.nav-bar-btn:hover{

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

    color: black !important;
}


.heading {
    font-size: 34px;
    font-weight: bold;

    color: var(--primary);
}

 .abt-heading{

    font-family: 'Poppins', sans-serif !important; /* Change font */
    font-size: 38px !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 */
}


.bg-primary{

     background: linear-gradient(135deg, var(--primary)) !important;
}
 .custom-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;
}


.abt-head{


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






.unique-heading {
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

/* Underline Container */
.unique-underline {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 5px; */
    margin-bottom: 45px;
    gap: 10px;
}

/* Decorative Lines */
.line {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right,var(--bs-secondary), var(--bs-primary));
    border-radius: 2px;
}

/* Star in the Center */
.star {
    font-size: 20px;
    color: var(--secondary);
    font-weight: bold;
    animation: glow 1.5s infinite alternate;
}

/* Glow Animation for the Star */
@keyframes glow {
    from {
        transform: scale(1);
        text-shadow: 0 0 5px var(--secondary);
    }
    to {
        transform: scale(1.2);
        text-shadow: 0 0 10px var(--secondary);
    }
}

.abt-text{



        padding: 10px;
        border-left: 5px solid var(--secondary);
        /* border-radius: 20px; */

}

.testo-text{

    color: #012169;
}


.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; */
    }
    .custom-heading {
        font-family: 'Poppins', sans-serif !important;
        font-size: 26px !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;
    }

    .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;
    }
}


iframe{

    width: 100%;
}

.cont-text{

    color: #012169;
}



/* .modal-header {
    display: flow;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
} */



.head-log{


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

}

.head-log img
{

    height: 100%;
    width: 100%;
}

.foot-log{

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

}

@media(max-width:768px){


    .foot-log {

        width: 320px !important;
    }


}

.foot-log img{

    height: 100%;
    width: 100%;
}







.btn-gradient {
    background: linear-gradient(135deg, #ffc107, #ff6f00);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #012169, #004080);
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.text-uppercase {
    letter-spacing: 2px;
}

.display-6 {
    font-size: 2.5rem;
}

.shadow-lg {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
}



.toggle-btn {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
}

.toggle-btn:hover {
    background-color: #ffc107;
    color: #000;
}

/*

fade-id */


/* Flip In Keyframes */
@keyframes flipIn {
    from {
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: rotateY(0);
        opacity: 1;
    }
}

/* Animation Class */
.flip-in {
    animation: flipIn 0.8s ease forwards;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}


/* Initial hidden state */
/* .rental-item {
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform-origin: center;
    backface-visibility: hidden;
    perspective: 1000px;
}

/* When in viewport
.rental-item.flip-in {
    opacity: 1;
    transform: rotateY(0deg);
}
 */




.banner-image {
    height: 100vh;
    object-fit: cover;
}

.overlay-gradient {
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    z-index: 2;
}

.banner-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    color: #fff;
    animation: fadeInUp 1s ease-in-out;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffc107;
}

.banner-text {
    font-size: 1.25rem;
    font-weight: 300;
    color: #f8f9fa;
    max-width: 700px;
    margin: 0 auto;
}

/* Optional smooth animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* banner */

/* Initial State */
.scroll-reveal span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: transparent;
    background: linear-gradient(to right, #ffc107, #ff6f00);
    -webkit-background-clip: text;
    background-clip: text;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
}

/* When visible */
.scroll-reveal.visible span {
    transform: scaleY(1);
    opacity: 1;
}

/* banner */



.nav-color{
    background-color: var(--primary);
}




.flip-animate {
    transform: rotateY(90deg);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
    transform-origin: center;
    perspective: 1000px;
}

.flip-animate.flip-in {
    transform: rotateY(0deg);
    opacity: 1;
}


/* about */

.glass-card {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.card-img-container {
    height: 200px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.glass-card:hover .card-img {
    transform: scale(1.1);
}

.img-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,0,0,0));
    border-radius: 20px 20px 0 0;
}

.card-content {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    border-radius: 0 0 20px 20px;
}


.rental-item {
    transform: rotateY(90deg);
    opacity: 0;
    transition: all 0.8s ease;
    transform-origin: center;
}

.rental-item.flip-in {
    transform: rotateY(0deg);
    opacity: 1;
}

/* .owl-carousel .owl-item {
    padding: 10px;
} */


/* blogs--- */


.blog-style {
    transition: transform 0.3s ease;
}
.blog-style:hover {
    transform: translateY(-5px);
}

.card-img-containeri img {
    transition: transform 0.5s ease;
}
.card-img-containeri:hover img {
    transform: scale(1.05);
}

.card-contenti h4 {
    font-size: 1.2rem;
}


/* testimonials */
.testimonial-item {
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    text-align: center;
}

.testimonial-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.testimonial-content {
    padding: 20px;
}

.testimonial-author img {
    margin-bottom: 15px;
}

.testimonial-item p {
    font-style: italic;
    color: #555;
}

.testimonial-item h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

.testimonial-item .text-muted {
    font-size: 0.9rem;
    color: #aaa;
}

.testimonial-border {
    height: 4px;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.owl-carousel .owl-nav, .owl-carousel .owl-dots {
    display: none; /* Hide navigation dots and arrows */
}

.testo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.conts-icon{
    background-color: #012169;
}



.footer-color{
    background-color: #012169;
}


.header-logo {
    height: 100px;
    width: 160px;
    border-radius: 30px;
}



.banner-heights {
    height:600px;
}

.banner-image {
    /* height: 100vh; */
    object-fit: cover;
    height:600px;
}


@media(max-width:796px){
    .header-logo {
        width:150px;
        height:90px;
    }

    .banner-heights {
        height:200px;
    }

    .banner-image {
        /* height: 100vh; */
        object-fit: cover;
        height:200px;
    }
    .banner-heads{
        font-size:13px;
    }

    /* .bg-blue{
     display: none;

    } */

    .blog-detail-head{
      font-size:20px;
    }

    .custom-heading{
        font-size:20px;
    }




.banner-para{
    font-size:10px;
}


.banner-btns{
    height:30px;
    width:150px;
    font-size:10px;
    padding-bottom:25px !important;
}


}

.bg-primary h4{

    color: white !important;
}


.cards-btnss {
     background: linear-gradient(135deg, #6c3a3a, #012169);
    color:white;

    font-weight: bold !important;
}

.navbar-light .navbar-toggler-icon{
    /* background-color:white !important; */
    background-image: url('https://th.bing.com/th/id/R.5b2693482952dfee0b8485925267adac?rik=9g4O5eiOQOf8eg&riu=http%3a%2f%2fcommunis.app%2f36-365828_navbar-toggle-icon-menu-hamburger-png-white-200h.png&ehk=jMNTZERyZYq5Xi7k3fMxiqrrWn6Vu08ma4KGWpll%2bIQ%3d&risl=&pid=ImgRaw&r=0');
}


    .navbar-expand-lg .navbar-collapse {

        margin-right: 35px !important;
    }
