h1,
h2,
h3,
h4,
h5,
h6,
a {
    color: #fbbf24;
}

a:hover {
    color: #ffbc00;
}

p,
span,
li {
    color: #ffffff;
}


body {
    background-color: #111111;
}

header .navbar-brand img {
    max-width: 100px;
}

header .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #333333;
    padding: 10px 15px;
}

header .navbar-nav .nav-item.active .nav-link span {
    font-weight: 700;
    color: #fbbf24;
}

.whatsapp-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999999;
}

.whatsapp-btn:hover {
    background-color: #1ebe5b;
    color: white;
}

.hero-section {
    position: relative;
    background-size: cover;
    padding-bottom: 200px;
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 2rem;
}

.hero-content h5 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-weight: 900;
    font-size: 50px;
    color: #ffffff;
    /* yellow */
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.taxi-section {
    background-color: #ffbc00;
    /* yellow */
    padding: 2rem 2rem 2rem 2rem;
    position: relative;
}

.taxi-car {
    .hero-section display: block;
    margin: -185px auto 3rem auto;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.3));
    display: block;
}

.booking-form {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

.taxi-section .form-control,
.form-select {
    min-height: 53px;
    font-size: 1rem;
    box-shadow: none;
    border-radius: 10px;
    width: 100%;
}

.btn-book {
    min-height: 53px;
    font-weight: 700;
    font-size: 1rem;
    background-color: #fbc326;
    border: none;
    border-radius: 10px;
    color: #000000;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition: background-color 0.3s ease;
}

.btn-book:hover {
    background-color: #7e2200;
    color: rgb(160, 160, 160);
}

.section-title {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #f5b416;
    /* gold/yellow color */
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.section-main-title {
    font-weight: 900;
    font-size: 2.75rem;
    margin-bottom: 1rem;
    color: #ffbc02;
}

.section-description {
    max-width: 720px;
    margin: 0 auto 3rem auto;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.service-icon {
    font-size: 3rem;
    color: #f5b416;
    margin-bottom: 1rem;
}

.service-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.service-description {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.4;
}


.checkered-border-top,
.checkered-border-bottom {
    width: 100%;
    height: 30px;
    background:
        linear-gradient(90deg, #fbc326 25%, #000 25%, #000 50%, #fbc326 50%, #fbc326 75%, #000 75%, #000);
    background-size: 40px 30px;
}

.benefits-section {
    display: flex;
    flex-wrap: wrap;

    margin: 0 auto;
    color: white;
}

.benefits-left {
    flex: 1 1 50%;
    background-color: #000;
    padding: 4rem 3rem 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subtitle {
    color: #fbc326;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
    user-select: none;
}

.title {
    font-weight: 900;
    font-size: 2.9rem;
    margin-bottom: 1rem;
    user-select: none;
}

.description {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    max-width: 530px;
    margin-bottom: 3rem;
    user-select: text;
}

.benefit-items {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    max-width: 530px;
}

.benefit-item {
    flex: 1 1 220px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.icon-container {
    width: 48px;
    height: 48px;
    background-color: #fbc326;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #000;
    font-size: 1.25rem;
    user-select: none;
}

.benefit-text {
    color: white;
}

.benefit-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    user-select: text;
}

.benefit-desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    color: #ddd;
    user-select: text;
}

.benefits-right {
    flex: 1 1 50%;
    background: #1a1a1a;
    display: flex;
    justify-content: right;
    align-items: center;
    /*padding: 2rem 0;*/
}

.taxi-image {
    max-width: 100%;
    height: auto;
    user-select: none;
}

/* Responsive */
@media (max-width: 991.98px) {
    .benefits-section {
        flex-direction: column;
    }

    .benefits-left,
    .benefits-right {
        flex: 1 1 100%;
        padding: 3rem 0rem 3rem 2rem;
    }

    .benefit-items {
        max-width: 100%;
        justify-content: start;
    }
}



.cab-container {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 4rem;
    user-select: none;
}

.cab-card {
    flex: 1 1 400px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cab-image {
    max-width: 320px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 1.5rem;
    user-select: none;
}

.cab-title {
    background-color: #fbc326;
    color: #444;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.45rem 0;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    user-select: text;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.8rem;
    user-select: text;
}

td {
    padding: 3px 10px;
    vertical-align: top;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.35;
}

td.price {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
    color: #ffffff;
    width: 80px;
}

td.route {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

td.dots {
    padding: 0 !important;
    width: 100%;
    position: relative;
}

td.dots::before {
    content: '';
    display: block;
    border-bottom: 1px dotted #bbb;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}

td.route,
td.price {
    position: relative;
    z-index: 1;
}

.book-btn {
    width: 100%;
    background-color: #505357;
    border: none;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
}

.book-btn:hover {
    background-color: #3d4143;
}

/* Responsive */
@media (max-width: 768px) {
    .cab-container {
        flex-direction: column;
        align-items: center;
    }

    .cab-card {
        max-width: 100%;
    }
}


.tour-card {
    text-align: center;
    margin-bottom: 3rem;
    user-select: none;
}

.tour-card img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 0.15);
    margin-bottom: 1.2rem;
}

.tour-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    user-select: text;
    color: #000;
}

.tour-desc {
    font-weight: 400;
    font-size: 0.95rem;
    color: #ffffff;
    user-select: text;
    line-height: 1.4;
    max-width: 290px;
    margin: 0 auto;
}

.btn-view-all {
    background-color: #fbc326;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.7rem 1.6rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    user-select: none;
    display: block;
    margin: 0 auto;
    max-width: 180px;
    text-align: center;
    text-decoration: none;
}

.btn-view-all:hover {
    background-color: #d4a016;
    color: #000;
    text-decoration: none;
}


.testimonial-section {
    position: relative;

    color: white;
    padding: 6rem 1rem 6rem;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 0;
}

.testimonial-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-section h2 {
    font-weight: 700;
    margin-bottom: 0.45rem;
    user-select: none;
}

.underline {
    width: 70px;
    height: 2.5px;
    background-color: #fbc326;
    margin: 0.75rem auto 1.75rem;
    user-select: none;
}

.testimonial-text {
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.5;
    margin-bottom: 1.75rem;
    user-select: text;
}

.testimonial-author {
    font-weight: 600;
    font-size: 1rem;
    user-select: text;
}

.testimonial-position {
    color: #fbc326;
    font-weight: 500;
    font-size: 0.875rem;
    user-select: text;
}

/* Carousel controls style */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fbc326;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.8;
}

.carousel-indicators .active {
    opacity: 1;
}


.call-section {
    background-color: #fbc326;
    color: #222;
    text-align: center;
    padding: 4rem 1rem;
    font-weight: 700;
    user-select: text;
}

.call-section h2 {
    margin: 0;
    font-weight: 700;
    font-size: 1.9rem;
}

.call-section .phone {
    font-weight: 900;
    font-size: 1.8rem;
    margin-top: 0.3rem;
}

.footer-copyright {
    background-color: #3a3a3a;
    color: white;
    padding: 3rem 1rem;
    font-size: 0.85rem;
    text-align: center;
    user-select: text;
}

.breadcrumbs {
    padding: 100px 20px;
    background-position: center;
}

.breadcrumbs h2 {
    font-size: 50px;
}

.about-section {
    padding: 60px 20px;
}

.about-title {
    font-style: italic;
    font-size: 1.75rem;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fbbf24;
}

.underline-left {
    width: 60px;
    height: 2px;
    background-color: #fbbf24;
    /* amber-400 */
    margin-bottom: 25px;
    border-radius: 2px;
}

.about-text {
    color: #ffffff;
    /* Bootstrap gray-600 */
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.feature-list li .icon {
    color: #fbbf24;
    /* amber color */
    margin-right: 8px;
    font-weight: bold;
    font-size: 1rem;
}

.feature-row {
    margin-bottom: 20px;
}

.about-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


.get-in-touch {
    padding: 60px 15px;
    text-align: center;

}

.get-in-touch h3 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.get-in-touch p {
    font-style: italic;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 3rem auto;
    font-size: 1rem;
    line-height: 1.5;
}

.contact-cards .card {
    border-radius: 8px;
    background-color: #343434;
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
    box-shadow: none;
    border: none;
    transition: background-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-cards .card:hover {
    background-color: #fff3cd;
}

.contact-icon {
    font-size: 2.5rem;
    color: #fbbf24;
    /* amber */
    margin-bottom: 0.75rem;
}

.contact-text {
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff;
    white-space: pre-line;
}

.social-icons {
    margin-top: 1.5rem;
}

.social-icons span {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    margin-right: 0.5rem;
}

.social-icons a {
    margin: 0 5px;
    font-size: 1.3rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-icons a.facebook {
    background-color: #3b5998;
}

.social-icons a.facebook:hover {
    background-color: #2d4373;
}

.social-icons a.twitter {
    background-color: #1da1f2;
}

.social-icons a.twitter:hover {
    background-color: #0d95e8;
}

.social-icons a.instagram {
    background-color: #000;
}

.social-icons a.instagram:hover {
    background-color: #222;
}

.contact-form-container {
    background-color: #f7f7f7;
    padding: 40px 30px;
    max-width: 650px;
    margin: 60px auto;
    border-radius: 6px;
}

.form-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
    font-size: 0.95rem;
}

.taxi-section input.form-control {
    font-size: 0.95rem;
    width: 100%;
}

.btn-send {
    background-color: #fbbf24;
    color: #000;
    border: none;
    padding: 10px 32px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 25px;
    display: block;
    margin: 24px auto 0 auto;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-send:hover {
    background-color: #e6ac1c;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}


.booking-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 15px;

}

.booking-section h2 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #fbbf24;
}

.booking-description {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 2.5rem;
}

.booking-section .form-label {
    font-weight: 500;
    color: #ffffff;
}

.blog-section .card .card-body {
    background-color: transparent;
}

.blog-section .card {
    background-color: transparent;
}

.blog-section .card .card-body .card-title a {
    color: #ffbc00 !important;
}



.booking-section .required-star {
    color: red;
    margin-left: 2px;
}

.booking-section input.form-control {
    border: none;
    border-bottom: 1px solid #6c757d;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    color: #495057;
    background-color: transparent;
    box-shadow: none;
    transition: border-color 0.2s ease-in-out;
}

.booking-section input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: #fbbf24;
    /* amber */
}

.btn-send {
    background-color: #fbbf24;
    color: #000;
    border: none;
    padding: 8px 28px;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
}

.btn-send:hover {
    background-color: #e6ac1c;
    color: #000;
}

.single-blog h1 {
    font-size: 28px;

}

.single-blog .blog-featured img {
    border-radius: 10px;
    object-fit: cover;
}

.single-blog .blog-content p {
    font-size: 16px;
    line-height: 1.8;

}

.single-blog .related-posts .card img {
    height: 180px;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.single-blog .related-posts .card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.single-blog .related-posts h4 {
    font-size: 22px;
}

.blog-tags {
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 6px;
}


.booking-form {
    max-width: 1200px;
    margin: 0 auto;
}

.booking-form .input-icon {
    position: relative;
    margin-bottom: 20px;
}

.booking-form .input-icon i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
    z-index: 9999;
    top: 50px;
}

.booking-form .form-control,
.booking-form .form-select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: #ffb100;
    box-shadow: 0 0 0 2px rgba(255, 177, 0, 0.15);
    outline: none;
}

.booking-form .btn-book {
    background-color: #000000;
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.booking-form .btn-book:hover {
    background-color: #e09e00;
}

/* Responsive: full width on small screens */
@media (max-width: 768px) {
    .booking-form .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.booking-form .col-md-4 {
    padding: 0px 10px;
}


.services-section {
    background-color: #0d0d0d;
}

.service-card {
    background: #1a1a1a;
    border-radius: 10px;
    transition: all 0.3s ease;
    min-height: 260px;
}

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

.service-card .icon {
    font-size: 40px;
    color: #f5b60a;
}

.service-card p {
    color: #aaa;
    font-size: 15px;
    margin-top: 10px;
}

.owl-dots .owl-dot span {
    background: #666 !important;
}

.owl-dots .owl-dot.active span {
    background: #f5b60a !important;
}