/*!
Theme Name: ComfortCab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: comfortcab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ComfortCab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

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

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #014397 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

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

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
    white-space: break-spaces;
}



.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e700 !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 14px;
    width: 300px;
}

.navbar-right .dropdown-menu {
    right: 0px;
    left: 30px;
}

/* BANNER SECTION */

.banner-section {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: -10px;
}



.banner-slider {
    position: relative;
}

.banner-slider .item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-img {

    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* left:0;
top:0; */
}

/* DARK OVERLAY */

.banner-slider .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 47%);
    z-index: 1;
}

/* CONTENT */

.banner-slide-content {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    right: 0;
    justify-content: center;
}

/* NAVBAR */
.custom-navbar {
    background: #fff;
    border: none;
    margin: 0;
    padding: 15px 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.navbar-brand {
    padding: 0;
    margin-top: -13px;
}

.navbar-brand img {
    height: 90px;
}

.navbar-nav {
    margin-top: 10px;
}

.navbar-nav>li>a {
    color: #222 !important;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 18px;
}

.navbar-nav>li>a:hover {
    color: #ff9800 !important;
}

.navbar-toggle {
    margin-top: 18px;
    border: none;
}

.navbar-toggle .icon-bar {
    background: #222;
}

/* TEXT */

.banner-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

.banner-text span {
    color: #ffd000;
}

.banner-text {
    position: absolute;
    text-align: center;
    z-index: 20;
}

.banner-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

/* OWL BUTTONS */

#bannerSlider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);

}

#bannerSlider .owl-prev {
    position: absolute;
    left: 25px;
}

#bannerSlider .owl-next {
    position: absolute;
    right: 25px;
}

#bannerSlider .owl-prev,
#bannerSlider .owl-next {
    color: #fff !important;
    font-size: 70px !important;
    background: none !important;
}




/* BOOKING SECTION */

/* BOOKING SECTION */

.booking-section {
    padding: 100px 0;
    background: #f5f5f5;

}

/* LEFT */

.booking-left h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 25px;
}

.booking-left h2 i {
    color: #f7b817;
    margin-left: 10px;
}

.booking-left p {
    margin-top: 15px;
    color: #777;
    font-size: 17px;
    line-height: 2;
    max-width: 500px;
}

.read-more-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #f7b817;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: #000;
    color: #fff !important;
}

.booking-left a {
    display: inline-block;
    margin-top: 18px;
    color: #ffd000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

/* FORM */

.booking-form {
    padding-left: 20px;
}


/* TRIP */

.trip-type {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.trip-box {
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    background: #fff;
}

.trip-box input {
    width: 22px;
    height: 22px;
}

.trip-box span {
    font-size: 18px;
    font-weight: 500;
}

.active-trip {
    border-color: #f7b817;
}

/* INPUT BOX */

.form-group-box {
    position: relative;
    margin-bottom: 18px;
}

.form-group-box input,
.form-group-box select {
    width: 100%;
    height: 72px;
    border: 2px solid #ddd;
    border-radius: 16px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    outline: none;
    background: #fff;
}

.form-group-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #777;
}

/* BUTTON */

.search-btn {
    width: 100%;
    height: 75px;
    border: none;
    border-radius: 18px;
    background: #f7b817;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-top: 5px;
}


/* STRIP */

.taxi-strip {
    width: 100%;
    height: 30px;
    margin-top: 100px;

    background:
        repeating-linear-gradient(90deg,
        #000 0 20px,
        #ffd000 20px 40px);
}

/* ABOUT SECTION */

.about-section {
    padding: 80px 0;
    background: #ffffff;
}

.about-image img {
    width: 90%;
}

.about-content {
    padding-left: 30px;
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 18px;
}

.about-btn {
    display: inline-block;
    background: #f7b817;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 12px;
    transition: 0.3s;
}

.about-btn:hover {
    background: #000;
    color: #fff;
}

/* ROAD STRIP */

.road-strip {
    width: 100%;
    overflow: hidden;
    background: #00ff00;
    padding: 12px 0;
}

/* ROAD */

.road {
    width: 100%;
    height: 45px;
    background: #777;
    position: relative;
    overflow: hidden;
}

/* ROAD LINES */

.road::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 200%;
    height: 5px;

    transform: translateY(-50%);

    background: repeating-linear-gradient(to right,
        #fff 0 25px,
        transparent 25px 45px);
}

/* CARS */

.car {
    position: absolute;
    top: -8px;
}

.car img {
    width: 70px;
}

/* LEFT CAR */

.car-left {
    animation: moveCar 8s linear infinite;
}

/* RIGHT CAR */

.car-right {
    animation: moveCar2 12s linear infinite;
}

/* ANIMATION */

@keyframes moveCar {

    0% {
        left: -100px;
    }

    100% {
        left: 100%;
    }

}

@keyframes moveCar2 {

    0% {
        left: -300px;
    }

    100% {
        left: 100%;
    }

}

/* BOOK CAR SECTION */


.ourfleet .moreItemsCarousel .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 270px;
    right: 5px;
}


.owl-next {

    position: absolute;
    right: -39px;

}

.owl-prev {
    position: absolute;
    left: -30px;
}

.moreItemsCarousel .owl-controls .owl-buttons div {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    display: inline-block !important;
    border-radius: 220px !important;
    float: left !important;
    margin: 0 4px !important;
    color: #000000 !important;
    font-size: 40px !important;
    background: #00a6b200 !important;
    opacity: 1 !important;
}

.moreItemsCarousel .owl-controls .owl-buttons div:hover {
    opacity: 1 !important;
}

.ourfleet {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background-color: #ffffff;
    overflow: hidden;
}

.ourfleet h2 {
    color: black;
    font-weight: 700;
    padding-bottom: 41px;
    text-align: center;
    font-size: 42px;
}



.carbox {
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 10px;
    padding: 20px 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
}


.carbox .default-btn {
    display: block;
    text-align: center;
    line-height: 52px;
    padding: 0;
}

.carbox .carhead h3 {
    font-size: 22px;
    font-weight: 600;
}

.carbox .carhead h3 {
    font-size: 20px;
    font-weight: 600;
}

.carbox .price {

    text-align: left;
    padding: 0px 18px;

}

.carhead {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}


.carbox .price p {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    display: none;
}


.specification {
    padding-bottom: 30px;
}

.specification ul {
    display: flex;
    justify-content: space-around;
}

.moreItemsCarousel .item {
    margin: 0 10px;
}

.specification ul .fi {
}

.icon {
    color: #ffffff;
    background: linear-gradient(90deg, #0d0d0d 0%, #101010 100%);
    font-size: 19px;
    padding: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    /* text-indent: 3px; */
    justify-content: center;
    border-radius: 10px;
    line-height: 40px;
    box-shadow: 0 0 5px -1px #00000052;
}

.default-btn {
    background: #f7b817;
    color: #fff;
    padding: 12px 30px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

.specification li {
    line-height: 1;
}

.carimg {
    padding-top: 60px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carimg img {
    margin: 0 auto;
    width: 78%;
    max-height: 180px;
    width: auto;
    margin-bottom: 30px;
}

.car-box-section {
    background-color: #f9f9f9;
}

.card {
    border: none;
}

.card-img-top {
    max-height: 150px;
    object-fit: contain;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text {
    color: #6c757d;
}

.fleetsideimg {

    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 13px 2px #0000001a;

}

.project {
    overflow: hidden;

    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    background: white;

}

.proimg {
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
}

.proimg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

.project img {
    overflow: hidden;
    position: relative;
}

.projectcont {
    padding: 20px 20px 20px 20px;
}

.projectcont h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}


.ul-list2 ul {
    display: flex;
    justify-content: center;
}

.ul-list2 li {
    padding: 0 10px;
}

.ul-list2 li i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50px;
    background: linear-gradient(90deg, #c90000 0%, #FF8C00 100%);
    line-height: 48px;
}

.ul-list2 p {
    line-height: 3;
}


/* =========================
   TOUR SECTION
========================= */

.tour-section {
    padding: 90px 0;
    background: #f5f5f5;
}

.tour-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.tour-subtitle {
    text-align: center;
    font-size: 18px;
    color: #444;
    max-width: 850px;
    margin: auto;
    margin-bottom: 60px;
}

.tour-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.tour-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.4s;
}

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

.tour-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 1.85),
        rgba(0, 0, 0, 0.2),
        transparent);
}

.tour-overlay h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: center;
}

.tour-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.tour-btn {
    background: #f7b817;
    color: #000;
    text-decoration: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tour-btn:hover {
    background: #000;
    color: #fff;
}

/* =========================
   TESTIMONIAL SECTION
========================= */

/* TESTIMONIAL SECTION */

.testimonial-section {
    padding: 80px 0;
    background: #f4c12f;
    background-image: url('assets/images/pattern.png');
    background-size: cover;
}

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

.testimonial-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

/* CARD */

.testimonial-card {
    background: #fff;
    border-radius: 30px;
    padding: 35px 35px;
    min-height: 340px;
    margin: 10px;
}

/* TOP */

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.testimonial-top img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-top h3 {
    font-size: 28px;
    margin-bottom: 6px;
    font-weight: 700;
}

.stars {
    color: #ffbf00;
    font-size: 20px;
    letter-spacing: 2px;
}

/* TEXT */

.testimonial-text {
    font-size: 20px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 32px;
}

/* DATE */

.testimonial-date {
    color: #999;
    font-size: 15px;
}

/* OWL BUTTONS */

#testimonialSlider .owl-buttons {
    position: absolute;
    top: -90px;
    right: 0;
}

#testimonialSlider .owl-wrapper-outer {
    overflow: hidden;
}

#testimonialSlider .owl-prev,
#testimonialSlider .owl-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
    font-size: 35px !important;
    line-height: 45px;
    text-align: center;
    border-radius: 0 !important;
    margin-left: -40px;
}

#testimonialSlider .owl-item {
    padding: 0 10px;
    box-sizing: border-box;
}

#testimonialSlider .item {
    margin: 0;
}

#testimonialSlider .owl-wrapper-outer {
    overflow: hidden;
}

/* WHY BOOK SECTION */

.why-book-section {
    padding: 70px 0;
    background: #f4c12f;
}

/* TITLE */

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

.section-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

/* BOX */

.why-book-box {
    text-align: center;
    padding: 10px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ICON */

.why-book-box img {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 25px;
}

/* HEADING */

.why-book-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    min-height: 35px;
    margin-bottom: 1px;
    line-height: 1.3;
}

/* TEXT */

.why-book-box p {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    max-width: 320px;
    margin: auto;
}

/* MOBILE */


/* =========================
   LOCATION SECTION
========================= */

.location-section {
    padding: 90px 0;
    background: #f5f5f5;
}

.location-img-box,
.map-box {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.location-img,
.map-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.4s;
}

.map-box iframe {
    width: 100%;
    height: 450px;
    border-radius: 15px;
}

.location-img:hover,
.map-img:hover {
    transform: scale(1.03);
}

/* =========================
   FOOTER SECTION
========================= */

.footer-section {
    background: #000;
    padding: 70px 0 50px;
}

.footer-logo {
    width: 180px;
    margin-bottom: 25px;
}

/* SOCIAL ICONS */

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #ffd700;
    transform: translateY(-5px);
}


/* TITLES */

.footer-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* LINKS */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #ffd700;
    padding-left: 5px;
}


/* CONTACT INFO */

.contact-item {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 10px;
}



.contact-icon {
    width: 42px;
    height: 42px;
    background: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-item p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}





/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #014397;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/
@media (max-width: 1366px) {
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 85px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
        font-size: 16px;
        padding: 10px 20px;
        border-bottom: 1px solid #e7e7e7;
        white-space: break-spaces;
    }
    .navbar-nav {
        text-align: left;
        padding: 15px;
    }

    .navbar-nav>li>a {
        padding: 12px;

        line-height: 1.5;
    }


    .banner-slide-content {
        justify-content: center;
        text-align: center;
        padding: 20px;
    }

    .banner-text h1 {
        font-size: 30px;
    }

    .banner-text {
        position: absolute;
        left: 10px;
        z-index: 20;
    }

    .banner-text p {
        font-size: 17px;
    }

    .logo-text {
        margin: -20px;
    }

    .logo-text h2 {
        font-size: 28px;
    }

    .nav-link {
        font-size: 18px;
    }

    .booking-left h2 {
        font-size: 38px;
    }

    .booking-left p {
        font-size: 18px;
    }

    .booking-form {
        padding-left: 0;
        margin-top: 50px;
    }

    .trip-type {
        flex-direction: column;
    }

    .trip-box span {
        font-size: 18px;
    }

    .form-group-box input,
    .form-group-box select {
        height: 70px;
        font-size: 18px;
    }

    .search-btn {
        height: 75px;
        font-size: 24px;
    }

    .taxi-strip {
        height: 8px;
        margin-top: 60px;
    }

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

    .about-image {
        margin-bottom: 40px;
    }

    .about-content {
        padding-left: 0;
        text-align: center;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-btn {
        font-size: 18px;
        padding: 14px 28px;
    }

    .road {
        height: 35px;
    }

    .car-title {
        font-size: 38px;
    }

    .booking-section {
        text-align: center;
    }

    #carSlider .owl-prev {
        left: -20px;
    }

    #carSlider .owl-next {
        right: -20px;
    }

    .car-card {
        margin: 5px;
    }

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

    .owl-prev {
        left: 5px;
    }

    .owl-next {
        right: 5px;
    }

    .moreItemsCarousel .owl-controls .owl-buttons div {
        font-size: 30px !important;
    }

    .why-book-section {
        padding: 50px 0;
    }

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

    .why-book-box {
        margin-bottom: 40px;
    }

    .why-book-box img {
        width: 85px;
        height: 85px;
    }

    .why-book-box h3 {
        font-size: 24px;
        min-height: auto;
    }

    .why-book-box p {
        font-size: 16px;
    }

    .tour-section {
        padding: 60px 0;
    }

    .tour-title {
        font-size: 34px;
    }

    .tour-subtitle {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .tour-img {
        height: 320px;
    }

    .tour-overlay h3 {
        font-size: 20px;
    }

    .tour-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .testimonial-section {
        padding: 70px 0;
    }

    .testimonial-images {
        height: 380px;
        margin-bottom: 50px;
    }

    .img1 {
        width: 100px;
        height: 100px;
        left: 121px;
    }

    .img2 {
        width: 90px;
        height: 90px;
        top: 140px;
        left: 15px;
    }

    .img3 {
        width: 110px;
        height: 110px;
        top: 130px;
        left: 125px;
    }

    .img4 {
        width: 90px;
        height: 90px;
        left: 134px;
        top: 265px;
    }

    .img5 {
        width: 80px;
        height: 80px;
        left: 251px;
        bottom: 160px;
    }

    .testimonial-content {
        text-align: center;
        padding-right: 0;
        margin-top: 40px;
    }

    .testimonial-section h2 {

        font-size: 38px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

    .testimonial-text {
        font-size: 16px;
    }

    .stars {
        font-size: 22px;
    }

    .client-info {
        justify-content: center;
    }

    .client-info h4 {
        font-size: 24px;
    }

    #reviewSlider .carousel-control-prev,
    #reviewSlider .carousel-control-next {
        bottom: -60px;
        visibility: hidden;
    }

    #reviewSlider .carousel-control-prev {
        left: 35%;
    }

    #testimonialSlider .owl-prev,
    #testimonialSlider .owl-next {
        margin-left: -140px;
        margin-top: 40px;
        width: 50px;
    }

    #reviewSlider .carousel-control-next {
        left: 52%;
    }


    .location-section {
        padding: 60px 0;
    }

    .location-img,
    .map-img {
        height: 300px;
    }

    .footer-section {
        padding: 60px 0;
        text-align: center;
    }

    .footer-logo {
        height: 180px;
        text-align: center;
    }

    .footer-title {
        font-size: 24px;
    }

    .social-icons {
        justify-content: center;
        margin-bottom: 25px;
    }

    .contact-item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 15px;
        text-align: left;
    }

    .contact-icon {
        flex-shrink: 0;
        margin-top: 3px;
    }

    .footer-links li a {
        font-size: 16px;
    }

    .contact-item p {
        margin: 0;
        font-size: 16px;
        line-height: 1.6;
        word-break: break-word;
    }

    .social-icons a {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }


    #bannerSlider .owl-prev,
    #bannerSlider .owl-next {
        color: #ffffff !important;
        font-size: 35px !important;
        background: #f7b817 !important;
        opacity: 1;
        /* padding: 20px; */
        height: 45px;
        width: 45px;
    }

    .banner-slider .item {

        height: 70vh !important;

    }

    #bannerSlider .owl-buttons {
        top: 80% !important;

    }

    .banner-slide-content {
        top: 40px !important;
    }
    .innerBannerSection {

        height: 250px !important;

    }
    .innerBannerSection .head {

        top: 127px !important;
    }

    .innerBannerSection h1 {
        font-size: 22px !important;

    }
}




.footerStrip {
    display: block;
    clear: both;
    background: #cccccc9c;
    text-align: center;
    padding: 15px 0;
    color: #000000;
    font-size: 15px;
}

.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}





/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection {
    width: 100%;
    position: relative;
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */



.floating-btns {
    position: fixed;
    bottom: 30px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    z-index: 9999;
}

.float-btn {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    text-decoration: none;
    border-radius: 50px;
    padding: 14px 16px 14px 16px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    transition: all .35s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap;
    overflow: hidden;
    max-width: 52px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
}



.float-btn i {
    font-size: 22px;
    flex-shrink: 0;
    width: 21px;
    text-align: center;
    transition: transform .3s ease;
}

.float-btn .btn-label {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity .3s ease, max-width .35s ease;
    letter-spacing: .02em;
}

/* ── Expand on hover ── */
.float-btn:hover {
    max-width: 240px;
    box-shadow: 0 10px 32px rgba(0,0,0,.22);
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.float-btn:hover .btn-label {
    opacity: 1;
    max-width: 180px;
}

.float-btn:hover i {
    transform: scale(1.15);
}

/* ── WhatsApp ── */
.float-wa {
    background: linear-gradient(135deg, #25d366 0%, #1aaf54 100%);
    animation: pulseWa 2.5s infinite;
}

.float-wa:hover {
    background: linear-gradient(135deg, #20c05a 0%, #158a42 100%);
    animation: none;
    box-shadow: 0 10px 32px rgba(37,211,102,.4);
    color: #fff;
}

@keyframes pulseWa {
    0%   {
        box-shadow: 0 0 0 0   rgba(37,211,102,.5);
    }
    70%  {
        box-shadow: 0 0 0 14px rgba(37,211,102,0);
    }
    100% {
        box-shadow: 0 0 0 0   rgba(37,211,102,0);
    }
}

/* ── Call ── */
.float-call {
    background: red;
    animation: pulseCall 2.8s infinite 1.2s;
}

.float-call:hover {
    background: linear-gradient(135deg, #f5c518 0%, #e0b010 100%);
    color: #1a1a2e !important;
    animation: none;
    box-shadow: 0 10px 32px rgba(245,197,24,.45);
}

.float-call:hover i,
.float-call:hover .btn-label {
    color: #1a1a2e;
}

@keyframes pulseCall {
    0%   {
        box-shadow: 0 0 0 0   rgba(245,197,24,.5);
    }
    70%  {
        box-shadow: 0 0 0 14px rgba(245,197,24,0);
    }
    100% {
        box-shadow: 0 0 0 0   rgba(245,197,24,0);
    }
}

/* ── Tooltip label inside button ── */
.float-btn .btn-label {
    font-size: 13.5px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

/* ── Mobile ── */
@media (max-width: 480px) {
    .floating-btns {
        bottom: 18px;
        left: 14px;
        gap: 10px;
    }
    .float-btn {
        padding: 11px 14px;
        max-width: 48px;
    }
    .float-btn i {
        font-size: 20px;
    }
}
