html {
   font-size: 14px;
    line-height: 24px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-display: fallback;
     color:#3a3e40;

    
}
@media screen and (max-width: 768px) {
    html {
        /*font-size: 16px;
        line-height: 25px;*/
    }
}
pre{
    white-space: pre-wrap;
     word-wrap: break-word;
    position: relative;
    z-index: 10000; 
}
p{
     color:#3a3e40;
}
h1,h2,h3,h4,h5,h6{
font-family: Poppins,'proxima-nova', Arial, Helvetica, sans-serif;

}
}
@media screen and (max-width: 640px) {
    body {
        font-size: 16px;
    }
    html {
      font-size: 16px;
    }
}
body {
    font-family: Poppins,'proxima-nova', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.uk-modal-dialog section.uk-margin-large-top{
    margin-top:10px!important;
}
.uk-modal-dialog section.uk-section{
    padding-top:10px;
}
.uk-modal-dialog .uk-container {
    padding:10px;
}
.uk-text-brand{
    color:#8b076e;
}
.uk-button-brand{
    background:#8b076e;
    color:#fff
}
.uk-button-brand{
    background:#8b076e;
    color:#fff
}
.uk-card-brand{
    background:#8b076e;
}
.gt_float_switcher{
    box-shadow: 0;
}
.uk-link-muted:hover {
    text-decoration: underline!important;
}
.uk-button-default.active, .uk-button-default:active {
    background-color: transparent;
    color: #333;
    border-color: #999;
}
.uk-button-primary,.uk-badge-primary{
    background:#8b076e!important;
    color:#fff!important;
}
.uk-button-primary:hover{
    background:#4e053f!important;
    color:#fff!important;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: Poppins,'proxima-nova', Arial, Helvetica, sans-serif;
    min-height:50px;
    font-weight: 700;
    text-transform: none;
    color:#3a3e40;
    font-size:14px;
}
.uk-navbar {
    background: #fff;
    color: #444;
}
.uk-container-expand{
    width:100%;
    padding:0px;
}
a{
    cursor:pointer;
}
.uk-container-expand,.uk-container-full {
    max-width: 100%;
    padding:0px;
}
.uk-container-small {
    max-width: 960px;
}
.uk-container-widest {
    max-width: 2000px;
}
.uk-container-wide {
    max-width: 1800px;
}
.uk-container-narrow {
    max-width: 1200px;
}
.uk-container-very-narrow {
    max-width: 1000px;
}
.uk-text-underline {
    text-decoration: underline;
}
.uk-container-narrowest {
    max-width: 800px;
}
.uk-button-menu{
    padding:5px 20px!important;
    
}
.uk-button {
    border-radius: 5px;

    line-height: 1.4em;
    padding: 10px 20px;
}
.uk-button-primary {
    background-color: #1d7bce;
    color: #fff;
    border: 0px solid #289521;
}
.uk-button-primary:hover{
   /* color: white;*/
    background: #383e40;
    border:0px solid #333;
}
.uk-button-secondary {
    background-color: #fff;
    color: #3a3e40;
    border:2px solid #3a3e40;
}
.uk-button-secondary:hover {
   /* color: white!important;
    background: #383e40;*/
}
.uk-border-bottom{
    border-bottom:1px solid #eee;
}
.uk-button.uk-button-small {
    font-size: .7em;
    line-height: 25px;
    height: 37px;
    padding: 6px 18px;
}
.cookie-message {
    position: relative;
    padding: 0 110px 0 20px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 3px #ccc;
    z-index: 99;
    background: #3a3e40;
    font-size: 15px;
}
.cookie-message .uk-link {
        margin-right: 10px;
}
 h6{
        font-size:1.2em;
        font-weight: 600;
    }
    h6,.underline{
        border-bottom: 1px solid #dfdfdf;
    padding-bottom: 9px;
    }
    #map{
        width: 100%;
        height: 300px;
    }
    /* Hide the default Google Autocomplete dropdown */
.pac-container {
    display: none !important;
}
.logo{
    max-width:190px;
}
@media screen and (max-width: 1700px) {
    .markerthumbnail {
        display: none;
    }
    #left-panel{
        min-width: 400px !important;
    }
}

@media screen and (max-width: 768px) {

    #left-panel{
        min-width: 300px !important;
    }
    .logo{
        max-width:160px;
    }
    .uk-navbar {

        padding: 5px;
    }
    
    .uk-nav-default {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    .uk-container-wide{
        margin-left:0px;
        margin-right:0px;
    }
}
@media screen and (max-width: 640px) {

    #left-panel{
        min-width:100% !important;
    }
}
@media (max-width: 1400px) {
    .uk-container-wide{
       max-width: 100%;
    }
}
#body{
    min-height: 50vh;
}
.uk-button {
    touch-action: manipulation; /* Prevents zooming on double-tap */
}
.uk-button-pagination{
    padding: 10px 9px !important;
    line-height: 16px;
    width: 43px;
}
#details{/*.scrollable-details .uk-list {*/
    max-height: calc(100vh - 326px);
    overflow-y: auto;
    min-height:300px;
}

#details li:focus {
    outline: none;
}
.map-mobile {
    max-height: 500px;
    height: 100%;
    width: 100%;
    display: block;
}

/* Map for desktop, no height restriction */
.map-desktop {
   
    width: 100%;
    display: block;
}
.pointer:hover{
    cursor: pointer;;
}
#distance-select{height: 60px;
    border-radius: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
#geolocate-btn,#filter-btn{
        height: 58px;
}.uk-pagination>.uk-active>* {
    color: #fff;
    background: #3b9513;
    border-radius: 26px;
    /* width: 26px; */
    text-align: center;
    padding: 17px;
    line-height: 7px;
}
.uk-section-muted{
     background-color: #f8f8f8; /* For browsers that do not support gradients */
  /*background-image: linear-gradient(#fff, #edfded);*/
}
#details .uk-card:hover{
    /*background:#edfff0;*/
    cursor: pointer;

}
#details  .uk-card-primary {
    background-color: #3a3e40!important;

}
.uk-section-primary {
    background: #8b076e;
}
/*
.uk-card-primary.uk-card-body, .uk-card-primary>:not([class*=uk-card-media]), .uk-card-secondary.uk-card-body, .uk-card-secondary>:not([class*=uk-card-media]), .uk-light, .uk-offcanvas-bar, .uk-overlay-primary, .uk-section-primary:not(.uk-preserve-color), .uk-section-secondary:not(.uk-preserve-color), .uk-tile-primary:not(.uk-preserve-color), .uk-tile-secondary:not(.uk-preserve-color) {
    color: rgb(255 255 255);
}
.uk-card-primary.uk-card-body .uk-button-primary, .uk-card-primary>:not([class*=uk-card-media]) .uk-button-primary, .uk-card-secondary.uk-card-body .uk-button-primary, .uk-card-secondary>:not([class*=uk-card-media]) .uk-button-primary{
    background-color: #fff;
    color: #666!important;
}*/
#filter-container{
    overflow-x: auto;
    max-height: 500px;
}
.top-bar{
     padding: 15px;
     border-radius: 17px;
}
/* Styling for the top bar */
.top-bar-float {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
   
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



/* Map styling for large screens */
#map {
    width: 100%;
    height: calc(100vh - 60px); /* Adjust height based on top bar height */
    position: relative;
}
#pagination-container{
    height:70px;
}
.uk-grid-collapse {
    display: flex;
    height: 100vh; /* Full height of the viewport */
}

#left-panel, #right-panel {
    overflow-y: auto; /* Allows scrolling if content overflows */
    transition: width 0.2s ease;
}

#divider {
    width: 1px;
    background-color: #dfdfdf;
    cursor: ew-resize; /* Cursor changes to indicate draggable area */
    z-index: 1;
    position: relative;
}
#slider-container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

#left-panel {
    order: 1; /* Default order for desktop */
}
#divider {
      order: 2; /* Default order for desktop */
}
#right-panel {
    order: 3; /* Default order for desktop */
}

@media (max-width: 640px) {
    #left-panel {
        order: 2; /* Move details below the map on mobile */
    }
    #divider {
        display:none;
    }
    #right-panel {
        order: 1; /* Move map above the details on mobile */
    }
    #map {
        height: 300px!important; /* Set map height to 200px on mobile */
    }
}
/* For smaller screens, the map height is adjusted dynamically by JavaScript */
@media screen and (max-width: 768px) {
    .top-bar {
        background-color: white; /* Ensure solid background on mobile */
        box-shadow: none;

        padding: 0 15px 15px 15px;
        
    }
    #details {
        max-height: fit-content!important;
        overflow-y: none!important;
    }
}
.uk-border-top{
    border:1px solid #eee;
}
    /* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/* Error styling */
.input-error {
    border-color: red;
}
.uk-modal .uk-section-muted{
    background:#fff!important;
}
.uk-modal .uk-container.uk-margin-large-top{
    margin-top:20px!important;
}
.uk-card-primary .connector_image{
    filter: invert(1) sepia(1) saturate(5) hue-rotate(190deg);
}
#details .uk-card-primary{
background-color:#8d98a9;
color:#333!important;
}
#details  .uk-card-primary div{
color:#333!important;
}
.uk-badge {
    box-sizing: border-box;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 13px;
    vertical-align: middle;
    background: #ffffff;
    color: #212121 !important;
    font-size: 11px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-size: 0.7em;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.uk-button-large {

    font-size: 1rem;
}
.connector_image {
  width:30px;
   height:30px;
}
/* Remove the blue outline from Google Maps iframe when it is focused */
/* Prevent the blue border from appearing during drag operations */
#map {

    outline: none;      /* Remove outline */
}

#map iframe {

    outline: none;      /* Remove outline */
}

#map:focus,
#map iframe:focus {
    outline: none;      /* Ensure no outline on focus */
    border: none;       /* Ensure no border on focus */
}

#map * {
    outline: none !important;
    border: none !important;
}
.uk-link-muted a, .uk-link-toggle .uk-link-muted, a.uk-link-muted {
    color:#3a3e40!important;
}
.uk-container.uk-breadcrumb{
    margin-top: 0px;
    margin-bottom: 0px;
}
.uk-container-breadcrumb{
    padding:10px;
    background: #fff;
    border-top:1px solid #eee;
}
#st-1{
    z-index:2!important;
}
.bob{
    position:relative;
    transition: opacity 2s ease-in, top 2s ease-in;
}
.bob:hover{
   box-shadow: 0px 0px 9px 0px #ccc;
    transition: opacity 2s ease-in, top 2s ease-in;
}
.block_grey{
    background:#f8f8f8;border: 1px solid #ddd;
}
.block_white{
    background:#fff;border: 1px solid #eee;
}
.block{
    border: 1px solid #eee;
}
.uk-link-muted:hover {
    text-decoration: none;
}
    .uk-button-group {


}
.booking_list{
    padding: 20px;
    background: #f1f0f0;
    border:0px solid #f1f0f0;
    position:relative;
    border-radius:10px;
}
.booking_list_desc{
    font-size:1.2em;
    font-weight:600;
}
.booking_list_time{
    font-size: 1.2em;
    margin-top: 10px;
}
.background_on_time {
    background-color: #d4edda; /* Light green */
    /*border:2px solid #d4edda;*/
}

.background_cancelled {
    background-color: #f5c6cb; 
    /*border:2px solid #f5c6cb;*/ /*Light pink f5c6cb */
}

.background_delayed {
    background-color: #fff6c7; /* Light red */
    /*border:2px solid #fff6c7;*/
}
.background_completed{
    background-color: #d4edda; /* Light green */
    /*border:2px solid green;*/
}
.dashboard .uk-form-controls{
    max-width:200px;
    margin-bottom:20px;

}
.search-container {
   background-color: rgb(255 255 255 / 83%);
    /*background-color: rgb(255 255 255 / 85%);*/
    border-radius: 8px;
    backdrop-filter: blur(5px);
}
#destination-search {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    border-radius: 4px;
    padding: 10px 20px;
    height: 60px;
}

#search-results {
    position: absolute;
    width: 100%;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    max-height: 400px;
    overflow-y: auto;
}
.uk-dark{
    color:#000000
}
#search-results-list .country_search_list {
    padding: 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
    cursor: pointer;
}

#search-results-list .country_search_list:hover {
    background-color: #f8f8f8;
}
.banner_background{
    background: rgb(55 97 117);
    background: linear-gradient(to right, rgb(246 113 0) 0%, rgb(244 15 102) 23%, rgba(9, 9, 121, 1) 73%, rgba(0, 212, 255, 1) 100%);
    background-repeat: repeat;
    position: relative;
}

.banner_background:before {
   /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://simplysim.co.uk/img/assets/ghost.png');
    background-repeat: repeat; 
    background-position: center;
    background-size: auto;
    opacity: 0.4; 
    pointer-events: none; 
    z-index: 1;*/
}
.banner_background_dark {
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 11 145) 23%, rgb(9 19 57) 78%, rgb(0 0 0) 100%);
    background-repeat: repeat;
    position: relative;
}
.banner_background > * {
    position: relative;
    z-index: 2; /* Makes sure content appears above the overlay */
}
.fonts{
    font-size: 1.05em;
    line-height: 1.6em;
}
.fontn{
    font-size: 1.15em;
    line-height: 1.6em;
}
.fontl{
    font-size: 1.2em;
    line-height: 1.6em;
}
.fontxl{
    font-size: 1.5em;
    line-height: 1.3em;
}
.fontxxl{
    font-size: 2em;
    line-height: 1.2em;
}
.fontxxxl{
    font-size: 3em;
    line-height: 1.2em;
}
.hover:hover{
    background:#f1f1f1!important;
}
.uk-button-secondary {
    background-color: #ffffff8c;
    color: #1c1c1c;
    border: 1px solid #cbcbcb;
}
.cc-nb-okagree{
    background: #8b076e!important;
    color: #fff!important;
}
.cc-nb-reject{
    background: #fff!important;
    color: #000!important;
}
.cc-nb-main-container{
    background: #c9c9c9!important; 
}
.price_free{
    color:#f0506e;
}

.uk-notification-message-danger {
    color: #000;
    background-color: #f7cece;
}

.uk-notification-message {

    font-size: 1em;

}
.uk-button-secondary{
    background-color:#289521;
    color:#fff
}
.uk-button-secondary:hover {
    background-color: #155311;
}

.uk-button-dark{
    background-color:#000;
    color:#fff
}
.uk-button-dark:hover {
    background-color: #333;
}
.uk-card-default {
     box-shadow: none;
    border: 1px solid #eee;
}

/* FancyTaxi Custom Styles */

/* Color Variables */
:root {
    --fancy-primary: #4CAF50;    /* Green */
    --fancy-secondary: #212121;  /* Dark Gray */
    --fancy-accent: #FFC107;     /* Amber/Gold */
    --fancy-light: #F5F5F5;      /* Light Gray */
    --fancy-dark: #121212;       /* Almost Black */
}

/* Typography */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Navbar Customization */
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-nav {
    background-color: rgba(33, 33, 33, 0.8);
    position: relative;
    z-index: 980;
}

.main-nav .uk-navbar-nav > li > a {
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}

.main-nav .uk-navbar-nav > li:hover > a {
    color: var(--fancy-accent);
}

.uk-navbar-dropdown {
    background-color: rgba(33, 33, 33, 0.95);
    border-radius: 4px;
}

.uk-navbar-dropdown-nav > li > a {
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
}

.uk-navbar-dropdown-nav > li > a:hover {
    background-color: var(--fancy-primary);
    color: white;
}

/* Button Customization */
.uk-button-primary {
    background-color: var(--fancy-primary);
    color: white;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
}

.uk-button-primary:hover {
    background-color: #43A047;
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.5);
    transform: translateY(-2px);
}

.uk-button-secondary {
    background-color: var(--fancy-accent);
    color: var(--fancy-dark);
    font-weight: 600;
}

.uk-button-secondary:hover {
    background-color: #FFB300;
}

/* Card Customization */
.uk-card {
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.uk-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.uk-card-default {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-title {
    font-weight: 600;
    color: var(--fancy-secondary);
}

/* Badge Customization */
.uk-badge {
    background-color: var(--fancy-accent);
    color: var(--fancy-dark);
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}

/* Section Customization */
.uk-section-primary {
    background-color: var(--fancy-primary);
}

.uk-section-secondary {
    background-color: var(--fancy-secondary);
}

.uk-section-muted {
    background-color: #f8f8f8;
}

/* Footer Customization */
footer {
    color: #e0e0e0;
}

footer a {
    color: #e0e0e0;
    transition: color 0.2s ease;
}

footer a:hover {
    color: var(--fancy-accent);
    text-decoration: none;
}

footer h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

footer h4:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--fancy-primary);
}

.uk-totop {
    background-color: var(--fancy-primary);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.uk-totop:hover {
    background-color: var(--fancy-accent);
    color: var(--fancy-dark);
    opacity: 1;
    transform: translateY(-5px);
}

/* Hero Banner Customization */
.uk-height-large {
    height: 500px;
}

/* Responsive Adjustments */
@media (max-width: 960px) {
    .uk-height-large {
        height: 400px;
    }
}

@media (max-width: 640px) {
    .uk-height-large {
        height: 300px;
    }
    
    h1.uk-heading-medium {
        font-size: 2rem;
    }
    
    .uk-text-lead {
        font-size: 1.1rem;
    }
}

/* Animation Effects */
.uk-scrollspy-inview {
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* Car Card Image Ratio */
.uk-card-media-top img {
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

/* Custom Parallax Effect */
.fancy-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}