/*!
Theme Name: My_Taxi
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: my_taxi
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.

My_Taxi 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: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/


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

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

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

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

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

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-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;

}

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

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 30px;
    z-index: 10;
}


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

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

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

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

.heading small a {
    color: inherit;
}

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

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

.heading:after {
    left: 0%;
}

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

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

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #1a73e9 !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;
}


@keyframes bn13bouncy {
    0% {
        top: 0em;
    }

    40% {
        top: 0em;
    }

    43% {
        top: -0.9em;
    }

    46% {
        top: 0em;
    }

    48% {
        top: -0.4em;
    }

    50% {
        top: 0em;
    }

    100% {
        top: 0em;
    }
}

/* -----------------nav bar --------------------------- */



.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #f5c927;
    background: none;
    border-radius: 25px;
    padding: 14px 25px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    position: relative;
    top: 11px;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    /* width: 300px; */
    top: 0px;
    left: 46px;
}

.navbar-brand>img {
    /* display: block; */
    /* padding: 11px 8px; */
    margin: 0px 0px !important;
    /* background-color: #6d6c6c; */
    /* filter: drop-shadow(2px 4px 6px black); */
    padding: 0 !important;
    height: 94px;
}

/* .navbar-default {
    border: none;
    padding: 5px 0px;
    background: white;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 42px;
    box-shadow: 0px 6px 16px -15px #000;
} */


.navbar-default {
    border: none;
    padding: 0px 0px;
    background: #000000;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 41px;
    height: 94px;
}

.navbar-nav>li {
    float: left;
    padding: 0px 10px;
}

.navbar-nav {
    margin: 0;
    padding: 0px 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    transition: 0.5s;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f5c927;
    background: none;
    border-radius: 25px;
}




.navbar-nav>li a {
    text-decoration: none;
    color: #333;
    /* Adjust text color */
    font-size: 16px;
    position: relative;
}

.navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 10px 3px;
}

.navbar-default .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    /* Adjust as needed to align arrow */
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #333 transparent;
    transform: translateY(50%) rotate(180deg);
    opacity: 0;
    /* Initially hide the arrow */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
}

.navbar-nav>li>a:hover>a::before {
    opacity: 1;
    /* Show the arrow on hover */
    border-color: transparent transparent #3498db transparent;
    /* Change color on hover */
    position: absolute;
}

.top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5c927;
    z-index: 999;
    width: 100%;
    padding-left: 50px;
    position: fixed;
    z-index: 11111;
    padding: 10px 30px;
}

.contact-info {
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.contact-info i {
    color: #000000;
    font-size: 20px;
}

.contact-info a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
}

.contact-info a:hover {
    text-decoration: underline;

}

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

.social-icons a {
    color: #000000;
    text-decoration: none;
}

.social-icons a:hover {
    color: #e1ff00;
}

.topnav-button a {
    display: inline-block;
    background-color: #f5c927;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
}

.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
}

.topnav-button a:hover {
    background-color: #FFC700;
}



.nav .navbar-nav li img {
    padding: -5px 4px;
    margin: -12px 0px;
    background: none;
}

.nav .navbar-nav li img:hover {
    background: none;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    transition: transform 0.3s ease;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .sticky-nav.no-translate {
        transform: none;
        /* Disable translation */
    }
}

.sticky-nav .top-nav {
    padding: 10px 0;
    text-align: center;
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sticky-nav .main-nav {
    background-color: #333333;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}











/* -----------------nav bar --------------------------- */


/* ============================================================
   BANNER SECTION
   ============================================================ */

.bannersection {
    width: 100%;
    position: relative;
    clear: both;
    background: url(assets/images/banner.jpg) no-repeat center center;
    background-size: cover;
    height: 800px;
}

.banner-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

.banner-slide.active {
    opacity: 1;
}

.bannersection .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.banner {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.bannerSlideImg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bannerSlideImg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: 0.6;
    z-index: 1;
}

.bannersection::before {
    position: absolute;
    background: url(asstes/images/Dots.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* ============================================================
   HERO CONTENT
   ============================================================ */

.hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 0 60px;
}

.hero-badge {
    display: inline-block;
    background: rgba(232, 160, 32, 0.15);
    border: 1px solid #f5c927;
    color: #f5c927;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 2px;
    margin-bottom: 18px;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin: 0 0 16px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-title span {
    color: #f5c927;
}

.hero-subtitle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.6;
}

.hero-btns .btn-hero-primary {
    background: #f5c928;
    color: #000000;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 13px 30px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 12px;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 4px 18px rgba(232, 160, 32, 0.4);
    text-decoration: none;
}

.hero-btns .btn-hero-primary:hover {
    background: #000000;
    transform: translateY(-2px);
    color: white;
}

.hero-btns .btn-hero-wa {
    background: #25d366;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 3px;
    display: inline-block;
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
}

.hero-btns .btn-hero-wa:hover {
    background: #1aab52;
    color: white;
}

.bannertext h2 {
    color: #1a73e9;
    background: rgb(255, 255, 255, 0.8);
    padding: 10px;
    margin: 0;
}

/* ============================================================
   FORM WRAP
   ============================================================ */

.OverviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: fixed;
    background: #fe6707;
    padding: 35px 0;
}

.OverviewSection h4 {
    text-align: center;
    color: #fff;
}

.form-wrap {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

/* ============================================================
   TRIP TABS
   ============================================================ */

.trip-tabs {
    display: flex;
    background: #111;
}

.trip-tab {
    flex: 1;
    padding: 10px 4px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.15s;
    user-select: none;
}

.trip-tab .tab-icon {
    font-size: 15px;
    display: block;
    margin-bottom: 2px;
}

.trip-tab.active {
    color: #FFD700;
    border-bottom: 3px solid #FFD700;
}

.trip-tab:hover:not(.active) {
    color: #fff;
}

/* ============================================================
   DIRECTION TABS (One Way / Round Trip)
   ============================================================ */

.direction-tabs {
    display: flex;
    gap: 8px;
    padding: 14px 18px 0;
}

.dir-tab {
    flex: 1;
    padding: 7px 10px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #555;
    transition: all 0.15s;
    user-select: none;
}

.dir-tab.active {
    background: #111;
    color: #FFD700;
    border-color: #111;
    font-weight: 700;
}

/* ============================================================
   FORM BODY & FIELDS
   ============================================================ */

.form-body {
    padding: 14px 18px 18px;
}

.field {
    margin-bottom: 12px;
}

.field-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.field-row .field {
    flex: 1;
    margin-bottom: 0;
}

.field label {
    font-size: 11px;
    color: #555;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.field-inner {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.15s;
}

.field-inner:focus-within {
    border-color: #FFD700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.25);
}

.field-inner .fi {
    padding: 0 10px;
    font-size: 14px;
    flex-shrink: 0;
    background: #f5f5f5;
    align-self: stretch;
    display: flex;
    align-items: center;
    border-right: 1px solid #e0e0e0;
}

.field-inner input,
.field-inner select {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 9px 10px;
    font-size: 13px;
    color: #111;
    width: 100%;
}

.field-inner select {
    cursor: pointer;
}

/* ============================================================
   BOOK BUTTON
   ============================================================ */

.book-btn {
    width: 100%;
    padding: 13px;
    background: #FFD700;
    color: #111;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
    margin-top: 4px;
    letter-spacing: 0.02em;
}

.book-btn:hover {
    background: #f0c800;
}

.book-btn:active {
    transform: scale(0.98);
}

/* ============================================================
   CONTACT STRIP
   ============================================================ */

.contact-strip {
    display: flex;
    border-top: 1px solid #e0e0e0;
}

.contact-strip a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;
}

.contact-strip a:first-child {
    border-right: 1px solid #e0e0e0;
}

.contact-strip .ph {
    background: #111;
    color: #FFD700;
}

.contact-strip .wa {
    background: #fff;
    color: #111;
}

.contact-strip .ph:hover {
    background: #222;
}

.contact-strip .wa:hover {
    background: #f9f9f9;
}

/* ============================================================
   UTILITY
   ============================================================ */

.hidden {
    display: none !important;
}

/* ============================================================
   RESPONSIVE — Tablet (max-width: 992px)
   ============================================================ */

@media (max-width: 992px) {

    .bannersection {
        height: auto;
        min-height: 100vh;
    }

    .banner {
        position: relative;
        top: 0px !important;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
        padding: 40px 0 30px;
    }

    .bannersection .row {
        flex-direction: column;
    }

    .col-md-6 {
        width: 100%;
        padding: 0 15px;
    }

    .hero-content {
        padding: 30px 0 20px;
        text-align: center;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .hero-btns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-btns .btn-hero-primary,
    .hero-btns .btn-hero-wa {
        margin-right: 0;
    }

    .form-wrap {
        margin: 10px auto 30px;
        max-width: 100%;
    }
}

/* ============================================================
   RESPONSIVE — Mobile (max-width: 576px)
   ============================================================ */

@media (max-width: 576px) {

    .bannersection {
        height: auto;
        min-height: 100vh;
    }

    .banner {
        position: relative;
        padding: 30px 0 20px;
    }

    .hero-content {
        padding: 20px 0 16px;
        text-align: center;
    }

    .hero-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .hero-btns .btn-hero-primary,
    .hero-btns .btn-hero-wa {
        font-size: 13px;
        padding: 11px 20px;
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 0;
        display: block;
    }

    .form-wrap {
        margin: 10px auto 20px;
        border-radius: 10px;
    }

    .trip-tab {
        font-size: 10px;
        padding: 8px 2px;
    }

    .trip-tab .tab-icon {
        font-size: 13px;
    }

    .direction-tabs {
        padding: 10px 12px 0;
        gap: 6px;
    }

    .dir-tab {
        font-size: 12px;
        padding: 6px 8px;
    }

    .form-body {
        padding: 10px 12px 14px;
    }

    .field {
        margin-bottom: 10px;
    }

    .field-row {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }

    .field-row .field {
        margin-bottom: 10px;
    }

    .field label {
        font-size: 10px;
    }

    .field-inner input,
    .field-inner select {
        font-size: 12px;
        padding: 8px 8px;
    }

    .field-inner .fi {
        padding: 0 8px;
        font-size: 13px;
    }

    .book-btn {
        font-size: 14px;
        padding: 11px;
    }

    .contact-strip a {
        font-size: 12px;
        padding: 9px 6px;
    }
}

/********** form **********/

.OverviewSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: fixed;
    background: #fe6707;
    padding: 35px 0;
}


.OverviewSection h4 {
    text-align: center;
    color: #fff;
}

.form-wrap {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    max-width: 520px;
    margin: 1rem auto;

}

.form-header {
    background: #FFD700;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-header .logo-icon {
    width: 38px;
    height: 38px;
    background: #111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.form-header h2 {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.form-header p {
    color: #333;
    font-size: 12px;
    margin-top: 2px;
}

.trip-tabs {
    display: flex;
    background: #111;
}

.trip-tab {
    flex: 1;
    padding: 10px 4px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.15s;
    user-select: none;
}

.trip-tab .tab-icon {
    font-size: 15px;
    display: block;
    margin-bottom: 2px;
}

.trip-tab.active {
    color: #FFD700;
    border-bottom: 3px solid #FFD700;
}

.trip-tab:hover:not(.active) {
    color: #fff;
}

.direction-tabs {
    display: flex;
    gap: 8px;
    padding: 14px 18px 0;
}

.dir-tab {
    flex: 1;
    padding: 7px 10px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #ccc;
    color: #555;
    transition: all 0.15s;
    user-select: none;
}

.dir-tab.active {
    background: #111;
    color: #FFD700;
    border-color: #111;
    font-weight: 700;
}

.form-body {
    padding: 14px 18px 18px;
}

.field {
    margin-bottom: 12px;
}

.field-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.field-row .field {
    flex: 1;
    margin-bottom: 0;
}

.field label {
    font-size: 11px;
    color: #555;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.field-inner {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    transition: border-color 0.15s;
}

.field-inner:focus-within {
    border-color: #FFD700;
    box-shadow: 0 0 0 2px rgba(255, 215, 0, 0.25);
}

.field-inner .fi {
    padding: 0 10px;
    font-size: 14px;
    flex-shrink: 0;
    background: #f5f5f5;
    align-self: stretch;
    display: flex;
    align-items: center;
    border-right: 1px solid #e0e0e0;
}

.field-inner input,
.field-inner select {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 9px 10px;
    font-size: 13px;
    color: #111;

    width: 100%;
}

.field-inner select {
    cursor: pointer;
}

.book-btn {
    width: 100%;
    padding: 13px;
    background: #FFD700;
    color: #111;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;

    margin-top: 4px;
    letter-spacing: 0.02em;
}

.book-btn:hover {
    background: #f0c800;
}

.book-btn:active {
    transform: scale(0.98);
}

.contact-strip {
    display: flex;
    gap: 0;
    border-top: 1px solid #e0e0e0;
}

.contact-strip a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.15s;

}

.contact-strip a:first-child {
    border-right: 1px solid #e0e0e0;
}

.contact-strip .ph {
    background: #111;
    color: #FFD700;
}

.contact-strip .wa {
    background: #fff;
    color: #111;
}

.contact-strip .ph:hover {
    background: #222;
}

.contact-strip .wa:hover {
    background: #f9f9f9;
}

.hidden {
    display: none !important;
}

/*aboutSection*/
.aboutSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0 0px;
    /* background: #efefef; */
}

.aboutBlocksContainer {
    display: block;
    width: 100%;
    position: relative;
}

.aboutBlocksContainer:after {
    content: '';
    display: block;
    clear: both;
}

.aboutBlocks {
    display: block;
    width: 33.3333333333%;
    float: left;
    padding: 0;
    height: 300px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.aboutBlocks:hover {
    background: #fff;
}

.aboutBlocks>img {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    /*background: #232957;*/
    color: #fff;
    padding: 20px;
    border: dashed 2px #fff;
    font-size: 40px;
    border-radius: 100%;
    margin: 75px auto 15px auto;
}

.aboutBlocks>h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.aboutBlocksNo1 {
    background: #1a73e9;
}

.aboutBlocksNo2 {
    background: #0c3e82;
}

.aboutBlocksNo3 {
    background: #1a73e9;
}


.aboutBlocksInner {
    display: block;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #eee;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    transition: all 400ms;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
}

.aboutBlocksInner p {
    font-size: 18px;
    line-height: normal;
    position: relative;
    top: 40px;
}

.aboutBlocksInner a {
    position: relative;
    top: 70px;
}

.aboutBlocks:hover .aboutBlocksInner {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
}

.aboutBlocksInner .btn {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
}


/* ===== STATS BAR ===== */
.stats-bar {
    background: #000000;
    padding: 22px 0;
    position: relative;
    clear: both;
}

.stat-item {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item:last-child {
    border-right: none;
}

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #f5c927;
}

.stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
}

/* ===== ABOUT ===== */
#about {
    padding: 50px 0;
    position: relative;
    clear: both;
    background: #f5c927;
}

.about-img-wrap img {
    border-radius: 6px;

}

#about .row {
    display: flex;
    align-items: center;
}

.about-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: #f5c927;
    color: #000000;
    padding: 16px 22px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 6px 24px rgba(232, 160, 32, 0.4);
}

.about-badge .num {
    font-family: 'Montserrat', sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.about-badge .lbl {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-text h2 {
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    margin-top: 0;
}

.about-text p {
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
}



.about-features {
    margin: 20px 0;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.about-feature-item .fa {
    color: #000000;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
}

.about-feature-item p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}

.about-feature-item strong {
    color: #000000;
}

.btn-about {
    background: #000000;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 3px;
    display: inline-block;
    transition: background 0.2s;
}

.btn-about:hover {
    background: #ffffff;
    color: #000000;
}

.omi-btn {
    padding: 0;
    color: #1a73e9;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    /* padding-top: 20px; */
    padding: 8px 15px;
    position: relative;
    top: 23px;
    border: 1px solid;
}

.omi-btn i {
    padding: 0 0 0 10px;
}

.omi-btn:hover {
    /* color: #000;
    transition: 0.9s;*/
    background: #fec908;

    color: #000;
    transition: 0.9s;
    box-shadow: 3px 3px 2px 1px #9b9898;
    border: none;
}

/* ========end */

/* ===== DESTINATIONS ===== */

#destinations {
    padding: 50px 0;
    position: relative;
    clear: both;
    background: #000000;
}

#destinations .text-center {
    margin-bottom: 50px;
}

#destinations .text-center h2 {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 0;
}

#destinations .text-center p {
    color: white;
}

.dest-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(26, 43, 74, 0.1);
    margin-bottom: 28px;
    background: var(--white);
    transition: transform 0.25s, box-shadow 0.25s;
    height: 460px;
}

.dest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(26, 43, 74, 0.18);
}

.dest-card-img {
    position: relative;

    overflow: hidden;
    background: linear-gradient(135deg, #1e3a6e, #2a5298);
}

.dest-card-img .dest-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(255, 255, 255, 0.15);
}

.dest-card-img .dest-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 95%), transparent);
    padding: 30px 16px 14px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.dest-card-body {
    padding: 16px;
    background: white;
    border-radius: 0px 0px 8px 8px;
}



.dest-card-body p {
    font-size: 13.5px;
    color: var(--text-mid);
    line-height: 1.6;
    margin-bottom: 14px;
}

#destinations .dest-card-btns a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 30px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 8px;

}


.dest-card-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-dest-primary {
    background: #000000;
    color: white;
}

.btn-dest-primary:hover {
    background: #f5c927;
    color: #000000;
}

.btn-dest-wa {
    background: #25d366;
    color: white;
}

.btn-dest-wa:hover {
    background: #1aab52;
    color: white;
}

.btn-dest-wa .fa {
    margin-right: 4px;
}


/* ===== CABS FLEET ===== */

#cabs {
    position: relative;
    clear: both;
    padding: 50px 0;
    background: #f5c927;
}

#cabs .section-title {
    color: #000000;
}

#cabs .text-center {
    padding-bottom: 50px;
}

.cab-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(26, 43, 74, 0.08);
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s, transform 0.25s, box-shadow 0.25s;
}

.cab-card:hover {
    border-bottom-color: var(--gold);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(26, 43, 74, 0.14);
}

.cab-card .cab-icon {
    font-size: 52px;
    color: var(--steel);
    margin-bottom: 14px;
}

.cab-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 6px;
}

.cab-card .cab-capacity {
    font-size: 16px;
    color: #7a8a9a;
    margin-bottom: 16px;
}


.cab-card .cab-capacity .fa {
    color: #e8a020;
    margin-right: 4px;
}

.btn-cab {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 30px;
    border-radius: 3px;
    /* display: flex; */
    margin: 3px;
}

.btn-cab .fa,
.fab {
    margin-right: -2px;
    font-size: 16px;
}

.btn-cab-primary {
    background: #000000;
    color: white;
}

.btn-cab-primary:hover {
    background: #f5c927;
    color: #000000;
}

.btn-cab-wa {
    background: #25d366;
    color: white;
}

.btn-cab-wa:hover {
    background: #1aab52;
    color: white;
}


/* ===== WHY US ===== */
.why-us {
    background: #000000;
    color: white;
    padding: 50px 0px;
    position: relative;
    clear: both;
}

.why-card {
    text-align: center;
    padding: 32px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.2s, border-color 0.2s;
}

.why-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(232, 160, 32, 0.3);
}

.why-card .why-icon {
    font-size: 40px;
    color: #FFC700;
    margin-bottom: 16px;
}

.why-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 10px;
}

.why-card p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin: 0;
}

/* ===== CTA ===== */
.cta-section {
    background: linear-gradient(90deg, #f5c927 0%, #f5b942 100%);
    padding: 50px 0;
}

.cta-section h2 {
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    margin: 0 0 8px;
}

.cta-section p {
    color: rgba(15, 28, 51, 0.75);
    font-size: 16px;
    margin: 0;
}

.btn-cta-call {
    display: inline-block;
    background: #000000;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    padding: 14px 34px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    transition: background 0.2s;
}

.btn-cta-call:hover {
    background: #a76e03;
    color: #ffffff;
}

.btn-cta-call .fa {
    margin-right: 8px;
}

.btn-cta-call .fab {
    font-size: 20px;
}

/* ============ tesstimonial ============== */

/* /* ============================================================= */



/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #f5ca28;
    /* padding: 12px 0; */
    color: #000;
    font-size: 14px;
    overflow: hidden;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
        color: white;
    padding: 10px 0px;
    margin: 0px;
}

.footerStrip strong {
    font-weight: bold;
}

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

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

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}









/**********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: #000000;
    z-index: 200;
}

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

.bn13 {
    display: inline-block;
    padding: 0.65em 1.6em;
    border: 3px solid #ffffff;
    margin-left: 16px;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    animation: bn13bouncy 5s infinite linear;
    position: relative;
}

.bn13:hover {
    background-color: white;
    color: #000000;
}



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

.testimonial-section {
    background: #111111;
    padding: 70px 0 80px;
    position: relative;
    overflow: hidden;
}

/* decorative background pattern */
.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 215, 0, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

/* yellow accent bar top */
.testimonial-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FFD700;
}



/* ---- Section Header ---- */
.section-badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.12);
    border: 1px solid #FFD700;
    color: #FFD700;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 5px 18px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 12px;
}

.section-title span {
    color: #f5c928;
}

.testimonial-section .section-subtitle {
    color: white !important;
}

.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.section-header-left {
    text-align: left;
}

/* ---- Rating Summary ---- */
.rating-summary {
    background: #f5c928;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
    min-width: 180px;
    flex-shrink: 0;
}

.rating-summary .big-score {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #111;
    line-height: 1;
}

.rating-summary .stars-row {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin: 6px 0 4px;
}

.rating-summary .stars-row i {
    color: #111;
    font-size: 14px;
}

.rating-summary .rating-label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Testimonial Card ---- */
.testi-card {
    background: #1a1a1a;
    border: 1px solid rgba(255, 215, 0, 0.12);
    border-radius: 12px;
    padding: 30px 28px 26px;
    margin: 10px 12px 30px;
    position: relative;
    transition: border-color 0.3s, transform 0.3s;
    height: 300px;
}

.testi-card:hover {
    border-color: rgba(255, 215, 0, 0.5);
    transform: translateY(-4px);
}

/* big quote mark */
.testi-card .quote-icon {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 56px;
    line-height: 1;
    color: rgba(255, 215, 0, 0.12);
    font-family: Georgia, serif;
    font-weight: 900;
    pointer-events: none;
    user-select: none;
}

/* star rating on card */
.testi-card .card-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 14px;
}

.testi-card .card-stars i {
    color: #FFD700;
    font-size: 13px;
}

.testi-card .card-stars i.half {
    color: rgba(255, 215, 0, 0.4);
}

/* review text */
.testi-card .review-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    margin-bottom: 22px;
    font-style: italic;
}

/* divider */
.testi-card .card-divider {
    height: 1px;
    background: rgba(255, 215, 0, 0.15);
    margin-bottom: 18px;
}

/* author row */
.testi-card .author-row {
    display: flex;
    align-items: center;
    gap: 13px;
}

.testi-card .author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FFD700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    flex-shrink: 0;
    border: 2px solid rgba(255, 215, 0, 0.3);
}

.testi-card .author-info .author-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.testi-card .author-info .author-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
}

.testi-card .author-info .author-meta span {
    color: #FFD700;
    font-weight: 600;
}

/* trip badge */
.testi-card .trip-badge {
    margin-left: auto;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.25);
    color: #FFD700;
    font-size: 10px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
    text-transform: uppercase;
}

/* ---- Owl Carousel Custom Nav ---- */
.testi-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.testi-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #FFD700;
    background: transparent;
    color: #FFD700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
}

.testi-nav button:hover {
    background: #FFD700;
    color: #111;
}

/* ---- Owl Dots override ---- */
.testimonial-section .owl-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 28px;
}

.testimonial-section .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 215, 0, 0.25);
    transition: all 0.25s;
}

.testimonial-section .owl-dot.active span {
    background: #FFD700;
    width: 24px;
    border-radius: 4px;
}

.testimonial-section .owl-nav {
    display: none;
}

/* ============================================================
           RESPONSIVE
        ============================================================ */

@media (max-width: 768px) {
    .testimonial-section {
        padding: 50px 0 60px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .rating-summary {
        width: 100%;
    }

    .testi-card {
        margin: 8px 8px 24px;
        padding: 22px 20px 20px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 22px;
    }

    .testi-card .review-text {
        font-size: 13px;
    }

    .testi-card .trip-badge {
        display: none;
    }
}


/* ============================================================
   FOOTER
============================================================ */
.site-footer {
    background: #0a0a0a;
    position: relative;
}

/* Dot Pattern */
.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(255, 215, 0, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Top Border */
.site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background: #FFD700;
}

/* Footer Top */
.footer-top {
    padding: 60px 0;
}

/* Logo */
.footer-logo img {
    height: 90px;
    margin-bottom: 15px;
}

/* About */
.footer-about {
    font-size: 14px;
    color: #ccc;
    line-height: 1.7;
}

/* Heading */
.footer-heading {
    font-size: 14px;
    color: #FFD700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Links */
.footer-links {
    
    list-style: none;
    padding: 0;
}

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

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

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

/* Contact */
.footer-contact-item {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-contact-item i {
    color: #FFD700;
}

.footer-contact-item a,
.footer-contact-item span {
    color: #ccc;
    text-decoration: none;
}

/* Social */
.footer-socials {
    margin-top: 15px;
}

.footer-socials a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    border: 1px solid #FFD700;
    text-align: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #FFD700;
    transition: 0.3s;
}

.footer-socials a:hover {
    background: #FFD700;
    color: #000;
}

/* Bottom */
.footerStrip {
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    padding: 15px 0;
    color: #aaa;
    font-size: 13px;
}

.invictuslogo {
    height: 20px;
}

/* 📱 Responsive */
@media (max-width: 768px) {
    .footer-col {
        margin-bottom: 30px;
    }

    .footer-socials {
        text-align: left;
    }

    .footerStrip p {
        font-size: 12px;
    }
}



/*Media queries*/


@media (max-width: 768px) {

    .navbar-default .navbar-toggle {
        border-color: transparent;
    }

    .navbar-toggle .icon-bar {
        width: 24px;
        height: 4px;
    }

    .bannerStrip {
        display: none;
    }



    /* ----------------------------. */
    .aboutBlocks {
        width: 100%;
        height: 250px;
    }

    .overviewSection {
        height: 930px;
        background-size: cover;
        background-position: center !important;
    }

    .overviewSectionCol {
        width: 100%;
        height: 310px;
    }

    .divTableCell {
        top: 10%;
    }

    .careersSection {
        padding: 50px 0 80px;
    }

    .careersSectionHalf .careersSectionHalfInner h2.heading {
        line-height: 47px !important;
        font-size: 40px;
    }

    .keyIndicatorsSection {
        width: 100%;
        /* height: 140vh; */
        padding: 50px 0;
        background-position: bottom right;
    }

    .keyIndicatorsSectionHalf {
        width: 100%;
    }

    .projectHighlighSectionBlock {
        padding: 0;
    }


    /* ------------extra-feature------------ */


    .extra-feature-head h3 {
        color: #34414b;
        font-size: 26px;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 0;
    }

    .extra-feature-head h2 {
        color: #34414b;
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-family: 'Poppins', sans-serif;
    }

    .extra-feature-head a {
        font-size: 15px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #1a73e9;
        border-radius: 0 0 0 0;
        position: relative;
        top: 0px;
        font-family: 'Poppins', sans-serif;
    }

    .extra-feature {
        position: relative;
        padding: 50px 0px 35px;
        background-color: #f9f9f9;
        overflow: hidden;
        /* display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center; */
    }

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
        height: 270px;
    }

    .extra a {
        top: 15px;
    }

    .extra-block .col-md-3 {
        padding: 0px;
        /* display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center; */
    }

    /* end  */
    .media-head h2 {
        font-size: 40px;
    }

    .test-img {
        top: 0;
        padding: 0 27px;
    }

    .test-txt p {
        text-align: justify;
    }

    .testimonial-head h2 {
        font-size: 40px;
    }

    .scrollup {
        border-radius: 55px;
        line-height: 40px;
        bottom: 15px;
    }

}

@media (max-width: 768px) {
    .heading-center {
        font-size: 40px;
    }

    .heading {
        font-size: 40px;
    }

    #about .row {
        display: grid;
        align-items: center;
    }

    .containerWrapper {
        padding: 0px 15px !important;
    }

    .form {
        padding: 10px 0px;
        background-color: #fff;
        float: left;
        width: 100%;
    }

    .nav-tabs {
        width: 100%;
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        padding: 7px;
    }

    .navbar-nav2::before {
        transform: skew(0deg);
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0;
    }

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

    .navbar-toggle {
        top: -8px;
    }

    .banner {
        position: relative;
        bottom: 0px;
    }




    .bannertext h2 {
        /* color: #ffffff; */
        font-size: 12px;
    }

    .bannertext h2 small {
        font-size: 18px;
    }

    .bannertext P {
        font-size: 10px;
        padding: 0 10px;
    }

    .nav>li>a {
        padding: 9px 3px;
    }

    .nav-tabs>li>a {
        margin-right: 0px;
    }


    .bannertext {
        /* display: none; */
        position: absolute;
        top: -123px;
        padding: 0;
        margin-top: 0;
    }

    .bannersectionn {
        height: auto;
    }

    .footer-sectio {
        padding: 11px 0px;
    }

    .footer-box {
        padding: 0px 0px;
    }

    .footer-box1 {
        padding: 0px 0px;
    }




    .top-navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #407F9D;
        z-index: 999;
        width: 100%;
        padding-left: 50px;
        display: none;
    }


    .navbar-brand {
        float: left;
        height: 7px;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 31px;
        top: -5px;
        left: -15px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 14px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-brand>img {
        display: block;
        padding: 0px 0px;
        /* margin: -69px -15px; */
        /* background-color: #fefefe;
        padding: 8px 24px; */
        /* border-radius: 33px; */
    }


    .navbar-default {
        border: none;
        padding: 5px 0px;
        background: #000000;
        width: 100%;
        z-index: 0;
        top: 0px;
        position: relative;
        height: auto;
    }

    .sticky-nav {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .sticky-nav .main-nav {
        background-color: #333333;
        color: #ffffff;
        padding: 0px 0;
        text-align: center;
        position: relative;
    }


    .navbar-nav li {
        display: inline-block;
        position: relative;
        padding: 5px 3px;
        width: 100%;
    }

    .nav .navbar-nav li img {
        padding: -5px 4px;
        margin: 4px -5px;
        background: none;
        padding-top: 0px;
    }

    .navbar-nav {
        margin: 0;
        padding: 0px 0px;
        padding-bottom: 5px;
        background-color: #fff;
        text-align: left;
    }


    .navbar-nav li a {
        border-bottom: 2px solid white;
        border-radius: 0px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 18px;
        transition: 0.5s;
        border-radius: 0px;
        padding: 13px 25px;
        border-bottom: 1px solid #ccc;
    }

    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus {
        color: #000;
        background: none;
        border-radius: 0px;
        padding: 13px 25px;
    }


    #destinations .dest-card-btns a {
        padding: 8px 22px;
    }

    .dest-card {
        height: auto !important;
    }

    .btn-cab {
        padding: 10px 25px;
    }
}


.testimonial-section .testi-card p {
    color: white;
}



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

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    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 !important;
    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 */


@media (max-width: 768px) {
    .innerBannerSection {
        height: 160px;
    }

    .innerBannerSection .head {

        top: 65px;

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


/* Floating Contact Buttons */
.contact-fixed-container {
    position: fixed;
    bottom: 25px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
}

/* Button Design */
.contact-fixed-container a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

/* Icon Size FIX (Important 🔥) */
.contact-fixed-container a i {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

/* WhatsApp */
.contact-fixed-container .whatsapp {
    background: #25D366;
}

/* Call */
.contact-fixed-container .phone {
    background: #ff9800;
}

/* Hover Effect */
.contact-fixed-container a:hover {
    transform: scale(1.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-fixed-container {
        bottom: 20px;
        left: 10px;
    }

    .contact-fixed-container a {
        width: 48px;
        height: 48px;
    }

    .contact-fixed-container a i {
        font-size: 22px;
    }
}




