.hero-section {
    background:  url('tempo.webp') no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-section {
        background: url('bannermobile.png') no-repeat center center/cover;
        min-height: 80vh;
         align-items: flex-end;   /* move content to bottom */
        text-align: center;      /* optional: center text horizontally */
        padding-bottom: 30px; 
    }
}

.stat-box {
    background: rgba(242, 92, 5, 0.866);
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

.btn-warning {
    background-color: #ff9800;
    border: none;
    font-weight: bold;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
}

.highlight-text {
    color: #d97706;
}

.stat-box h3 {
    color: #d97706;
}

.stars {
    color: #d97706;
}


.gradient-banner {
    background: linear-gradient(90deg, #f39c12 0%, #e67e22 100%);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.about-section {
    background-color: #ffffff;
}

/* Optional: Ensure font styling matches */
h2 {
    color: #2c3e50;
}

.gradient-banner h3 {
    font-size: 50px;
    /* increase as you want */
}

.gradient-banner p {
    font-size: 25px;
}

.text-muted {
    font-size: 18px;
    /* increase to 20px if you want bigger */
    line-height: 1.8;
    /* improves readability */
}

.card {
    border-radius: 15px !important;
    transition: transform 0.3s;
}

.icon-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 24px;

    margin-right: auto;   /* push left */
}

.icon-box-small {
    font-size: 20px;
}

.bg-purple {
    background-color: #8e44ad;
}

/* Add Bootstrap Icons CDN to your HTML head: */
/* <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css"> */

.service-card {
    border-radius: 20px !important;
    text-align: left;
}

/* Background colors for cards */
.school-card {
    background-color: #f0f7ff;
}

.corp-card {
    background-color: #e8f5e9;
}

.wedding-card {
    background-color: #fff0f5;
}

.icon-box {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.list-unstyled li {
    margin-bottom: 8px;
    color: #555;
}

.list-unstyled i {
    color: #0d6efd;
    margin-right: 8px;
}

a.text-decoration-none {
    color: #000;
    margin-top: auto;
}

.travel-section {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    padding: 100px 20px;
    margin: 50px 100px;
    border-radius: 20px;
    color: #fff;
}

/* Title */
.main-title {
    font-size: 48px;
    font-weight: 800;
}

.main-title span {
    color: #f59e0b;
}

/* Subtitle */
.sub-text {
    color: #c7d2fe;
    max-width: 600px;
    margin: 15px auto 40px;
    font-size: 16px;
}

/* Tabs */
.tab-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.tab {
    padding: 12px 25px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.tab i {
    margin-right: 8px;
}

.tab.active {
    background: linear-gradient(45deg, #f59e0b, #f97316);
    border: none;
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.4);
}

/* Glass box */
.glass-box {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

/* Cards */
.card-ui {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.08);
    padding: 18px;
    border-radius: 15px;
    transition: 0.3s;
}

.card-ui:hover {
    transform: translateY(-5px);
}

/* Active card */
.active-card {
    border: 2px solid #f59e0b;
}

/* Icons */
.icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.icon.blue {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.icon.orange {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

/* Text */
.card-ui h6 {
    margin: 0;
    font-weight: 600;
}

.card-ui p {
    margin: 0;
    font-size: 14px;
    color: #c7d2fe;
}

/* Button */
.cta-btn {
    display: inline-block;
    margin-top: 50px;
    background: linear-gradient(45deg, #f59e0b, #f97316);
    padding: 16px 45px;
    border-radius: 50px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.4);
}

.cta-btn:hover {
    transform: translateY(-2px);
}

.service-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border-radius: 50px;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);

    /* Border */
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* Text */
    color: #e0e7ff;
    font-weight: 600;
    font-size: 15px;

    /* Smooth look */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Icon color */
.service-badge i {
    color: #facc15;
    /* yellow icon */
    font-size: 14px;
}

/* Section */
.why-section {
    background: linear-gradient(135deg, #2563eb, #1e3a8a);
    padding: 40px 20px;
    margin: 50px 100px;
    border-radius: 25px;
    color: white;
}

/* Title */
.why-title {
    font-size: 36px;
    font-weight: 700;
}

/* Box */
.why-box {
    text-align: center;
}

/* Circle Icon */
.icon-circle {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-bottom: 20px;
}

/* Heading */
.why-box h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

/* Text */
.why-box p {
    color: #dbeafe;
    font-size: 14px;
}

.offer-banner {
    background: linear-gradient(90deg, #f39c12 0%, #d35400 100%);
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
}

.btn-light {
    color: #fff;
    /* white text */
    font-weight: 600;
    border: none;

    /* Transparent + blur effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);

    /* Optional styling */
    border-radius: 30px;
    padding: 10px 20px;
}

/* Ensure the blue highlight for 'Vehicles' */
.text-primary {
    color: #0d6efd !important;
}

.car-carousel-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
    scrollbar-width: none;
}

.car-card {
    min-width: 320px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    background: white;
    overflow: hidden;
    font-family: sans-serif;
}

.image-wrapper {
    position: relative;
    height: 200px;
}

.car-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-header {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.popular {
    background: #ff9800;
    color: white;
}

.ac {
    background: white;
    color: #333;
}

.overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
}

.car-title {
    margin: 0;
    font-size: 1.4rem;
}

.location {
    margin: 5px 0 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

.card-content {
    padding: 15px;
}

.specs-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.spec-item {
    background: #f0f7ff;
    color: #0056b3;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.feature {
    font-size: 13px;
    color: #444;
    display: flex;
    align-items: center;
}

.book-now {
    width: 100%;
    padding: 14px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.book-now:hover {
    background: #1d4ed8;
}

.nav-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    background: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
}

/* Features Section */
.features-section {
    background: #f4f6ff;
    padding: 40px 20px;
    border-radius: 20px;
    margin: 20px 140px;
}

.features-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.green {
    background: #e8f5e9;
    color: #4caf50;
}

.blue {
    background: #e3f2fd;
    color: #2196f3;
}

.purple {
    background: #f3e5f5;
    color: #9c27b0;
}

.feature-item h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #333;
}

.feature-item p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Explore Section */
.explore-section {
    text-align: center;
    padding: 40px 20px;
}

.pill-badge {
    background: #fff3e0;
    color: #e67e22;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.explore-section h2 {
    font-size: 36px;
    color: #000;
    margin: 15px 0;
}

.explore-section p {
    color: #555;
    line-height: 1.6;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.dest-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.badge-date {
    background: white;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 12px;
    align-self: flex-end;
}

.image-overlay h2 {
    color: white;
    margin: 0;
    font-size: 24px;
}

.rating {
    color: #ffca28;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
}

.rating small {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.card-body {
    padding: 20px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #555;
}

.description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.highlights {
    margin-bottom: 15px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.tags span {
    background: #f0f4f8;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #333;
}

.tags .more {
    background: #e0e0e0;
}

.includes {
    font-size: 13px;
    color: #444;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.book-btn {
    width: 100%;
    padding: 12px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.custom-package-section {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: sans-serif;
}

/* Gradient Banner */
.custom-card {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: white;
    padding: 60px 30px;
    border-radius: 20px;
    text-align: center;
}

.custom-card h2 {
    margin-top: 0;
    font-size: 32px;
}

.custom-card p {
    opacity: 0.9;
    margin-bottom: 30px;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn-primary {
    background: white;
    color: #2563eb;
    padding: 12px 25px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.btn-secondary {
    background: #f59e0b;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

/* Feature Cards */
.features-grid {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.feature-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.icon-circle {
    width: 45px;
    height: 45px;
    background: #f0f7ff;
    border-radius: 50%;
    display: flex;
    margin-left: 0;
    /* force left */
    margin-right: auto;
    margin-bottom: 15px;
    color: #2563eb;
}

.feature-card h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.testimonials-section {
    padding: 60px 20px;
    font-family: sans-serif;
    background: #fafafa;
}

.header-container {
    text-align: center;
    margin-bottom: 40px;
}

.pill-badge {
    background: #fff3e0;
    color: #e67e22;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

.header-container h2 {
    font-size: 36px;
    margin: 15px 0;
    color: #111;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.t-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.stars {
    color: #facc15;
    font-size: 20px;
    margin-bottom: 15px;
}

.quote-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 50px;
    color: #fde68a;
}

.t-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.client-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.client-info p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

.client-info span {
    color: #aaa;
}

.quote-icon {
    font-size: 80px;
    color: #fde68a;
    /* Rotate the icon 180 degrees to point downwards */
}

.stats-section {
    padding: 40px 20px;
    background-color: #ffffff;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
}

.stat-card {
    flex: 1 1 200px;
    /* Adjusts width automatically */
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eeeeee;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.stat-value {
    margin: 0 0 10px 0;
    color: #2563eb;
    /* Matches the blue theme */
    font-size: 2.5rem;
    font-weight: 700;
}

.stat-label {
    margin: 0;
    color: #555;
    font-size: 1rem;
}

.contact-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 30px;
}

.contact-header h2 {
    color: #2563eb;
    font-size: 2rem;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.info-card {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
}

.info-card i {
    color: #df1a7d;
    font-size: 1.5rem;
}

.info-card .aa {
    color: #545052;
    font-size: 1.5rem;
}

.contact-form {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #eee;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

input,
select,
textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

/*.site-footer {
    background: #1a222e;
    color: #b3c0cf;
    padding: 50px 20px 20px;
    font-family: sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.brand-name {
    color: #d29f1e;
    margin-top: 0;
}

.footer-col h3 {
    color: white;
    margin-bottom: 20px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col a {
    color: #b3c0cf;
    text-decoration: none;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    background: #2c3e50;
    padding: 8px 12px;
    border-radius: 5px;
    margin-right: 10px;
}

.footer-bottom {
    border-top: 1px solid #334050;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.bottom-links a {
    margin-left: 20px;
    color: #b3c0cf;
    text-decoration: none;
}*/

.footer-section {
    background: #0a0a0a url('https://www.transparenttextures.com/patterns/black-felt.png');
    color: #fff;
    padding: 60px 0;
}

.footer-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footer-links li {
    list-style: none;
    padding: 0px 0;
    border-bottom: 1px solid #333;
}

.footer-links li a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #f39c12;
    padding-left: 5px;
}

.icon {
    margin-right: 10px;
    color: #fff;
}

.contact-item {
    margin-bottom: 15px;
}

.floating-call, .floating-whatsapp {
    position: fixed;
    bottom: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    z-index: 999;
}

.floating-call {
    left: 20px;
    background: #e74c3c;
}

.floating-whatsapp {
    right: 20px;
    background: #25d366;
}
/* Responsive Breakpoints */
@media (max-width: 768px) {
    .features-section {
        margin: 15px;
        padding: 30px 15px;
    }

    .feature-item {
        flex: 1 1 100%;   /* full width on mobile */
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .feature-item h3 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 13px;
    }
}
/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .main-title {
        font-size: 36px;
    }

    .travel-section {
        padding: 60px 15px;
        margin: 30px 15px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .main-title {
        font-size: 28px;
    }

    .sub-text {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .tab {
        padding: 10px 15px;
        font-size: 13px;
    }

    .card-ui {
        flex-direction: column;
        text-align: center;
    }

    .icon {
        margin-bottom: 10px;
    }

    .cta-btn {
        width: 100%;
        padding: 12px;
    }
}

/* Responsive Breakpoints */
@media (max-width: 768px) {
    .features-section {
        margin: 15px;
        padding: 30px 15px;
    }

    .feature-item {
        flex: 1 1 100%;   /* full width on mobile */
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .feature-item h3 {
        font-size: 16px;
    }

    .feature-item p {
        font-size: 13px;
    }
}
.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

