/*================= MASTER STYLESHEET =================================

	Project     :	TAXI Page - ALEX Theme
	Version     :	2.0
	Last Change : 	23/04/2026
	Primary Use :   TAXI HTML Page

=======================================================================*/
/*========================================== LAYOUT ===================================================================

		1.GLOBAL CSS START
		2.NAVIGATION
		3.HEADER-1
		4.HEADER-SLIDER
		5.HEADER VIDEO
		6.SERVICES
		7.LUXURY CARS
		8.TAXI APP
		9.COUNTER
		10.OUR AWESOME FEATURES
		11.AVAILABLE CAR TYPES
		12.OUR PRICING PLANS
		13.BEST PRICING PACKAGES
		14.TAXI AVAILABLE 24/7 SERVICE
		15.TAXI BOOKING
		16.OUR BEST TARIFF PLANS
		17.OUR LATEST GALLERY
		18.OUR TEAM
		19.EMAIL SUBSCRIPTION
		20.OUR HAPPY CUSTOMERS
		21.SUPPORT
		22.FOOTER

=========================================================================================================*/
/*========================================== COLOR CODES ==============================================


	Primary Color      : #09172A (Dark Navy)
	Secondary Color    : #D7B26C (Golden Yellow)
	Main Heading Color : #09172A
	SubHeading Color   : #09172A
	Content Color      : #666666
	Background Color   : #ffffff

=====================================================================================================*/
/*========================================== TYPOGRAPHY ==============================================

	BODY  :font-family: 'Raleway', Helvathika, Arial sans-serif;

====================================================================================================*/
/*========================================== 1.GLOBAL CSS START ===========================================*/
/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
body {
    font-family: 'Raleway', Helvathika, Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #333333;
}
a {
    outline: none !important;
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}
/* elements */

p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
.menu-fs,
.header-head1 .bgimage-head,
.link {
    text-transform: uppercase;
}
h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 2px;
    color: #09172A;
}
h2 {
    color: #09172A;
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
}
h3 {
    color: #09172A;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
}
h4 {
    color: #09172A;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
}
.h2-bottom {
    margin-bottom: 40px;
}
.h3-bottom {
    margin-bottom: 10px;
}
.h4-bottom {
    margin-bottom: 10px;
}
p {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.p-bottom {
    margin-bottom: 12px;
}
a {
    color: inherit;
}
a:hover {
    color: #D7B26C;
    text-decoration: none;
}
a:visited {
    color: inherit;
    text-decoration: none;
}
.section-space {
    padding: 100px 0 100px 0;
}
.image-center {
    margin: 0 auto;
}
.image-right {
    margin: 0 0 0 auto;
}
.image-left {
    margin: 0 auto 0 0;
}
.image-radius {
    border-radius: 3px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.btn-1 {
    background: linear-gradient(135deg, #D7B26C 0%, #c9a55a 100%);
    border: 0;
    border-radius: 25px;
    color: #09172A;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 25px 12px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(215, 178, 108, 0.3);
}
.btn-1:hover {
    background: linear-gradient(135deg, #09172A 0%, #0a1a2e 100%);
    color: #D7B26C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 23, 42, 0.4);
}
.btn-ant:hover {
    background-color: #09172A;
    color: #D7B26C;
}
.btn-top {
    margin-top: 30px;
}
.btn-top-1 {
    margin-top: 20px;
}
.btn:hover,
.btn:focus {
    color: #D7B26C;
}
.image-bottom {
    margin: 0 0 20px 0;
}
.column-center {
    float: none;
    margin: 0 auto;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.no-fs {
    font-size: 0;
}
.section-bg-1 {
    background-color: #ffffff;
}
.section-bg-2 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
iframe {
    border: 0px;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text p,
.white-text-separate {
    color: #ffffff;
}
.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls {
    letter-spacing: 1px;
}
.distab {
    display: table;
}
.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}
.distab-cell-top {
    display: table-cell;
    vertical-align: top;
}
.distab-cell {
    display: table-cell;
}
.underline-bottom {
    margin: 0 0 40px 0;
}
.link {
    color: #D7B26C;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}
.link a:hover {
    color: #09172A;
}
.link-top {
    margin-top: 15px;
}
.services-bg,
.app-bg,
.packages-bg,
.customer-bg {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
    transition: 300ms ease-in;
}
.services-bg:hover,
.app-bg:hover,
.packages-bg:hover,
.customer-bg:hover {
    border: 1px solid #D7B26C;
    box-shadow: none;
}
.image-grow {
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.image-grow:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
/*========================================== NAVIGATION START ===========================================*/

.menu-underline::before {
    background-color: #09172A;
    border-radius: 3px;
    content: "";
    height: 50px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease 0s, opacity 0.33s ease 0s;
}
.menu-underline:hover::before {
    opacity: 1;
    transform: translateX(0%);
}
.menu-underline a {
    color: #09172A;
    position: relative;
    z-index: 2;
}
.menu-underline:hover a {
    color: #ffffff;
}
.menu-bg {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgba(9, 23, 42, 0.1);
    backdrop-filter: blur(10px);
}
.menu-bg .navbar-brand {
    color: #09172A !important;
    font-weight: 700;
    font-size: 24px;
}
.menu-bg .navbar-nav > li > a {
    color: #09172A;
    font-weight: 500;
    padding: 15px 20px;
    transition: all 0.3s ease;
}
.menu-bg .navbar-nav > li > a:hover {
    color: #D7B26C;
    transform: translateY(-2px);
}
.navbar-toggle {
    border-color: #D7B26C;
}
.navbar-toggle .icon-bar {
    background-color: #D7B26C;
}
.navbar-toggle:hover .icon-bar {
    background-color: #09172A;
}
/*========================================== HEADER-SLIDER START ===========================================*/

.header-section-slider-space {
    position: relative;
    padding: 120px 0 120px 0;
}
.header-section-slider-height {
    height: 100%;
    min-height: 420px;
}
.header-head1-bottom {
    margin-bottom: 20px;
}
.header-btn {
    background: linear-gradient(135deg, #D7B26C 0%, #c9a55a 100%);
    border: 2px solid #D7B26C;
    border-radius: 25px;
    color: #09172A;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 35px 15px 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(215, 178, 108, 0.3);
}
.header-btn:hover {
    background: transparent;
    color: #D7B26C;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(215, 178, 108, 0.4);
}
.header-slider-bgimage1,
.header-slider-bgimage2,
.header-slider-bgimage3 {
    position: relative;
    background-size: cover;
    background-position: center;
}
.header-slider-bgimage1 {
    background-image: url("../../images/slider1.jpg");
}
.header-slider-bgimage2 {
    background-image: url("../../images/slider2.jpg");
}
.header-slider-bgimage3 {
    background-image: url("../../images/slider3.jpg");
}
.header-section-slider-space::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(9, 23, 42, 0.45);
    pointer-events: none;
    z-index: 1;
}
.header-section-slider-space > .container {
    position: relative;
    z-index: 2;
}
#home img {
    border-radius: 0 !important;
}
img {
    border-radius: 20px;
    transition: border-radius 0.3s ease;
}
nav#top-nav .navbar-header a img,
nav#top-nav .navbar-header img {
    border-radius: 8px;
}
.equal-height-row {
    display: flex;
    flex-wrap: wrap;
}
.equal-height-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.services-bg,
.packages-bg {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.services-bg .btn-top-1,
.packages-bg .btn-top-1 {
    margin-top: auto;
}
/*========================================== HEADER VIDEO START ===========================================*/

/*========================================== SERVICES START ===========================================*/

.services-bg {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 40px 30px 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.services-bg:hover {
    background-color: #f8f9fa;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(9, 23, 42, 0.15);
    border-color: #D7B26C;
}
.services-bg h4 a {
    color: #09172A;
    transition: color 0.3s ease;
}
.services-bg h4 a:hover {
    color: #D7B26C;
}
.services-bg p {
    color: #666666;
}
/*========================================== LUXURY CARS START ===========================================*/

.luxury-bgimage {
    background-image: url("../../images/luxury_bg.jpg");
    border-radius: 3px;
    padding: 40px 30px 40px 30px;
}
.luxury-center {
    text-align: center;
}
.luxury-left-pad {
    padding-left: 20px;
}
.luxury-line-pad {
    padding: 15px 0 15px 0;
}
.luxury-text-top {
    padding-top: 40px;
}
.luxury-bg-dark-bgimage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(9, 23, 42, 0.96) 0%, rgba(9, 23, 42, 0.92) 40%, rgba(9, 23, 42, 0.78) 100%), url("../../images/600x750.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    border-radius: 16px;
    padding: 40px 30px 40px 30px;
    color: #ffffff;
    text-align: center;
    min-height: 100%;
}
.luxury-bg-dark-bgimage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(9, 23, 42, 0.45);
    border-radius: 16px;
    pointer-events: none;
}
.luxury-bg-dark-bgimage::after {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    top: 24px;
    height: 3px;
    background: linear-gradient(90deg, rgba(215, 178, 108, 0.8), rgba(255, 255, 255, 0.1), rgba(215, 178, 108, 0.8));
    border-radius: 2px;
    z-index: 1;
}
.luxury-bg-dark-bgimage > .luxury-center {
    position: relative;
    z-index: 2;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.luxury-bg-dark-bgimage .luxury-center .distab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}
.luxury-bg-dark-bgimage .luxury-center .distab:last-child {
    margin-bottom: 0;
}
.luxury-bg-dark-bgimage h4 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.luxury-bg-dark-bgimage img {
    filter: brightness(0) invert(1);
    width: 50px;
    height: auto;
}
.luxury-left-pad {
    padding-left: 0;
}
.luxury-line-pad {
    display: none;
}
/*========================================== TAXI APP START ===========================================*/

.equal-height-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.equal-height-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.stretch-row {
    align-items: stretch;
}

/*========================================== COUNTER START ===========================================*/

/*========================================== OUR AWESOME FEATURES START ===========================================*/

.features-icon-left {
    float: left;
    margin-right: 20px;
}
.features-pad-left {
    padding-left: 80px;
}
.features-bottom {
    margin-bottom: 30px;
}
.features-res-bottom {
    margin-bottom: 40px;
}
/*========================================== AVAILABLE CAR TYPES START ===========================================*/

/*========================================== OUR PRICING PLANS START ===========================================*/

/*========================================== BEST PRICING PACKAGES START ===========================================*/

.packages-bg {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 40px 30px 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.packages-bg:hover {
    background-color: #f8f9fa;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(9, 23, 42, 0.15);
    border-color: #D7B26C;
}
.packages-bg h4 {
    color: #09172A;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.pricing-tag {
    color: #D7B26C;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.price-list-bottom p {
    margin-bottom: 8px;
    color: #666666;
    position: relative;
    z-index: 2;
}
/*========================================== TAXI AVAILABLE 24/7 SERVICE START ===========================================*/

.available-bgimage {
    background: linear-gradient(135deg, #09172A 0%, #112540 40%, #1f3a61 100%);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(9, 23, 42, 0.18);
    color: #ffffff;
}
.available-section-space {
    padding: 100px 0 100px 0;
}
.bgimage-head-bottom {
    margin-bottom: 20px;
}
/*========================================== TAXI BOOKING START ===========================================*/

/*========================================== OUR BEST TARIFF PLANS START ===========================================*/

.plans-radius {
    border-radius: 3px 3px 0 0;
}
.plans-radius-1 {
    border-radius: 0 0 3px 3px;
}
.plans-bg-1 {
    background-color: #f8f9fa;
}
.plans-bg-2 {
    background-color: #ffffff;
}
.plans-fs {
    font-size: 14px;
}
.plans-price-fs {
    font-size: 16px;
    font-weight: 600;
}
.plans-br {
    border-right: none;
}
.plans-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-radius: 14px;
    padding: 20px 30px;
    margin-bottom: 15px;
    box-shadow: 0 10px 25px rgba(9, 23, 42, 0.06);
}
.plans-row h4 {
    flex: 1 1 auto;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.plans-row p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.plans-pad {
    padding: 0;
}
.plans-pad a {
    color: #09172A;
}
.plans-pad a:hover {
    color: #D7B26C;
}
/*========================================== OUR LATEST GALLERY START ===========================================*/

.gallery-pad {
    padding: 0 15px 30px 15px;
}
/*========================================== OUR TEAM START ===========================================*/

/*========================================== EMAIL SUBSCRIPTION START ===========================================*/

/*========================================== OUR HAPPY CUSTOMERS START ===========================================*/

/*========================================== SUPPORT START ===========================================*/

.support-bgimage {
    position: relative;
    background: linear-gradient(135deg, rgba(9, 23, 42, 0.96) 0%, rgba(18, 33, 58, 0.88) 100%), url("../../images/support_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    color: #ffffff;
}
.support-bgimage::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(9, 23, 42, 0.25);
    pointer-events: none;
}
.support-bgimage > .container {
    position: relative;
    z-index: 2;
}
.support-section-space {
    padding: 80px 0 80px 0;
}
.support-text-bottom {
    margin-bottom: 10px;
}
.phone-left-pad {
    padding-left: 20px;
}
.phone-text {
    font-size: 18px;
    font-weight: 600;
    color: #D7B26C;
}
.conditions-text {
    font-size: 12px;
    color: #999999;
}
/*========================================== FOOTER START ===========================================*/

.footer-section-space {
    padding: 60px 0 40px 0;
}
.footer-br {
    border-bottom: 1px solid #e9ecef;
    margin: 40px 0 20px 0;
}
.footer-row-space {
    margin-bottom: 20px;
}
.adress-line-bottom {
    margin-bottom: 5px;
}
.footer-icon li {
    display: inline-block;
    margin: 0 10px 0 10px;
}
.footer-icon li a {
    color: #09172A;
    font-size: 18px;
    transition: 300ms ease-in;
}
.footer-icon li a:hover {
    color: #D7B26C;
}
.footer-left-pad {
    padding-left: 20px;
}
.contact-heading-bottom {
    margin-bottom: 30px;
}
.form-div {
    margin-bottom: 20px;
}
.form-div-1 {
    margin-bottom: 30px;
}
.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    box-shadow: none;
    height: 50px;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}
.form-control:focus {
    border-color: #D7B26C;
    box-shadow: 0 0 0 3px rgba(215, 178, 108, 0.1);
    background-color: #ffffff;
    transform: translateY(-2px);
}
.form-text {
    color: #666666;
    font-size: 14px;
}
.submit-reset {
    margin-top: 20px;
}
.submit-right-pad {
    padding-right: 10px;
}
.cancel {
    background-color: #6c757d;
    color: #ffffff;
}
.cancel:hover {
    background-color: #09172A;
}
.form-success {
    color: #28a745;
    font-size: 14px;
}
.form-failure {
    color: #dc3545;
    font-size: 14px;
}
.form-error-top {
    margin-top: 20px;
}
/*========================================== RESPONSIVE CSS START ===========================================*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .header-section-slider-space {
        padding: 100px 0 100px 0;
    }
    .section-space {
        padding: 40px 0 40px 0;
    }
    .services-bg {
        margin-bottom: 20px;
        padding: 20px 15px 20px 15px;
    }
    .packages-bg {
        margin-bottom: 20px;
        padding: 20px 15px 20px 15px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* Your styles here */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* Your styles here */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* Your styles here */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* Your styles here */
}

/*========================================== MODERN DESIGN ENHANCEMENTS ===========================================*/

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-space {
    position: relative;
}

.section-space::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #D7B26C 0%, #09172A 50%, #D7B26C 100%);
    border-radius: 2px;
    opacity: 0.3;
}

/* Enhanced card hover effects */
.services-bg, .packages-bg {
    position: relative;
    overflow: hidden;
}

.services-bg::before, .packages-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(215, 178, 108, 0.1), transparent);
    transition: left 0.5s ease;
}

.services-bg:hover::before, .packages-bg:hover::before {
    left: 100%;
}

/* Modern form styling */
.contact-div {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(9, 23, 42, 0.1);
}

/* Enhanced footer */
.footer-section-space {
    background: linear-gradient(135deg, #09172A 0%, #0a1a2e 100%);
    color: #ffffff;
    position: relative;
}

.footer-section-space::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #D7B26C 0%, #09172A 50%, #D7B26C 100%);
}

.footer-section-space h4 {
    color: #D7B26C;
}

.footer-section-space p {
    color: #cccccc;
}

.footer-icon li a {
    color: #D7B26C;
    transition: all 0.3s ease;
}

.footer-icon li a:hover {
    color: #ffffff;
    transform: scale(1.2);
}

/* Modern navigation enhancement */
.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* Enhanced responsive design */
@media (max-width: 768px) {
    .section-space {
        padding: 60px 0;
    }

    .services-bg, .packages-bg {
        margin-bottom: 20px;
        padding: 25px 20px;
    }

    h1 {
        font-size: 36px;
        line-height: 44px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }
}