body {
    background-color: #1E1E1E;
    color: white;
    font-size: 16px;
}

.nav {
    /* background-color: #111111; */
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .7);
}

.nav-center a {
    color: white;
}

.nav-left-mobile {
    color: white;
}

.nav-center-mobile img {
    width: 50px;
    margin-top: 8px;
}

.book-btn {
    border: 1px solid#FFF500;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.book-btn a {
    display: block;
    color: #FFF500;
    padding: 5px;
}

/* ///////////////////////////////////////// */
/* All Purpose */
button {
    background-color: transparent;
    border: 1px solid white;
    padding: 10px;
    height: 40px;
    font-size: 18px;
    margin: 0 5px;
}

.target-btn {
    border-color:#FFF500;
    color:#FFF500;
}

.phone-icon {
    transform: rotateY(180deg);
}

input[type="text"], input[type="date"], input[type="time"], input[type="phone"], input[type="email"], input[type="number"] {
    border-color: white;
    color: white;
    font-size: 16px;
}

select {
    height: 40px;
    font-size: 16px;
    padding: 0 5px;
    background-color: transparent;
    color: white;
}

select option {
    color: black;
}

.read-more-btn {
    color:#FFF500;
    cursor: pointer;
}

.info-display {
    background-color: #111111;
    color: white;
    border-color: #FFF500;
}

.info-display .close-info {
    color:#FFF500;
}

/* FOOTER */
/* //////////////////////////// */
.footer {
    background-color: #111111;
}

.footer-block {
    width: 90%;
    margin: auto;
    text-align: left;
}

.footer-block h1 {
    text-align: center;
}

.footer p {
    width: 100%;
}

.ft-contact span {
    font-size: 1.3em;
    margin-right: 10px;
}

.ft-sm .footer-social {
    width: max-content;
    margin: auto;
}

.ft-sm a {
    color: white;
    font-size: 2em;
    text-decoration: none;
    padding: 10px;
}

.footer-cont .copy-right {
    margin-bottom: -15px;
}

.copy-right span {
    margin: 0;
}

.footer-payment {
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 50px;
}

/* ////////////////////////// */
/* Side Menu */
.side-menu {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .7);
    color: white;
}

.side-menu .side-logo{
    width: 60%;
    margin: auto;
    margin-top: 60px;
}

.side-menu a {
    color: white;
}

.side-links .selected {
    color:#FFF500;
}


/* ////////////////////////////////////////////////////////////// */
/* Pages */
.pages {
    margin-top: 60px;
}

.pages h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.pages p {
    font-size: 16px;
    line-height: 3;
    margin: 0 20px;
}

.curr-slide {
    color: #FFF500;
}

/* Page 2 */
.services-img {
    width: 90%;
    margin: auto;
}

.services-img img {
    width: 100%;
}

/* Page 3 */
.fleet-pics {
    width: 90%;
    margin: auto;
}

.fleet-pics img {
    width: 49%;
    display: inline-block;
}

.fleet-pics #fl5 {
    display: block;
    margin: auto;
    width: 90%;
}

.btn-prompts {
    width: max-content;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* ////////////////////////////////////////////////////////////// */
/* About Page */
.page-img {
    width: 80%;
    margin: auto;
    margin-top: 110px;
}

.page-img img {
    width: 100%;
}

.abt-contact-btn {
    margin-top: 40px;
    width: 150px;
    height: 50px;
    margin-bottom: 30px;
}

/* ////////////////////////////////////////////////////////////// */
/* Contact Page */
.contact-info {
    position: relative;
    text-align: center;
    border: 1px solid white;
    width: 90%;
    margin: auto;
    padding: 30px 0;
    margin-bottom: 50px;
    margin-top: 50px;
}

.cnt-title {
    background-color: #1E1E1E;
    position: absolute;
    padding: 5px;
    top: -40px;
    left: 15px;
}

.cnt-links {
    width: 85%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
}

.cnt-links span {
    font-size: 1.3em;
    margin-right: 5px;
}

/* ////////////////////////////////////////////////////////////// */
/* Booking Page */
.book-img {
    width: 100%;
}

.book-img img {
    width: 100%;
}

.rqb-btn {
    text-align: center;
    margin-top: 40px;
}

.rqb-btn span {
    margin-right: 20px;
    cursor: pointer;
    padding: 4px;
}

.rqb-btn .selected {
    color:#FFF500;
    font-weight: bold;
    border-bottom: 1px solid #FFF500;
}

#request-quote {
    display: none;
}

.book-page1 h1 {
    text-align: center;
}

.drive-form {
    width: 85%;
    margin: auto;
    font-size: 18px;
}

.drive-form input {
    height: 45px;
    margin-top: 3px;
}

.drive-form input[type="text"] {
    width: 220px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Turns the icon white */
}

input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Turns the icon white */
}

.drive-form input[type="date"], .drive-form input[type="time"] {
    padding-right: 5px;
}

.drive-form input[type="checkbox"] {
    display: none;
}

.tc-counter{
    border: 1px solid white;
    border-radius: 5px;
    margin-top: 5px;
    width: 200px;
}

.tc-counter input {
    color: white;
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 2px solid white;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    border-color: #FFF500
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "✔";
    position: absolute;
    /* top: 0; */
    /* bottom: 0px; */
    left: 4px;
    color: #FFF500;
    font-size: 14px;
}

.radio-btn {
    display: block;
    margin-bottom: 10px;
}

.radio-btn input {
    display: none;
}

.radio-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.3s, border 0.3s;
}

.radio-input:checked + .radio-circle {
    background-color: #FFF500;
    border-color: #FFF500;
}

#trip-request, textarea {
    border-color: #ccc;
    color: white;
    width: 80%;
    height: 70px;
    margin-top: 10px;
}

.book-page1 .center-btn {
    margin-bottom: 30px;
}

.e-cost {
    color:#FFF500;
    margin-bottom: 0;
}

#book-btn, #quote-btn {
    width: 150px;
    height: 45px;
    font-size: 18px;
    border-color: #FFF500;
    color: #FFF500;
    transition: 0.3s;
    cursor: pointer;
}

#book-btn:hover, #quote-btn:hover {
    border-color: white;
    color: white;
}

.right-block {
    display: block;
}

/* Admin Page */
.admin-page1 .center-text {
    margin-top: 90px;
}

.nav .log-out {
    color: white;
}

.admin-filters {
    position: relative;
    width: 90%;
    margin: auto;
}

.admin-filters div {
    display: inline-block;
}

.tc-search-cont {
    position: absolute;
    width: 60%;
    right: 10px;
    bottom: -10px;
}

.tc-search {
    background-color: transparent;
    border-color: #CCCCCC;
    border-radius: 0;
}

.trips {
    width: 90%;
    margin: 30px auto;
}

.trip-block {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    padding: 15px;


    border: 1px solid white;
}

.trip-block h1 {
    text-align: center;
}

.trip-estimate {
    border: 1px solid white;
    padding: 10px;
}

.ad-cancel, .ad-reply {
    transition: 0.3s;
    cursor: pointer;
}

.ad-cancel {
    border-color: red;
    color: red;
}

.ad-reply {
    border-color:#FFF500;
    color:#FFF500;
}

.login-block {
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #777777;
    background-color: #111111;
    border-radius: 20px;
    padding: 30px;
    margin: auto;
}

.login-cont {
    width: max-content;
    margin: auto;
    margin-bottom: 60px;
}

#ad-pass {
    display: block;
    width: 100%;
    border-color: white;
    color: white;
}

.login-cont .center-btn button {
    margin-top: 40px;
    width: 100px;
    height: 45px;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.login-cont button:hover {
    border-color: #FFF500;
    color:#FFF500;
}

.log-out {
    transition: 0.3s;
    cursor: pointer;
}

.log-out:hover {
    color: red;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* PC DESIGN */
@media only screen and (min-width: 768px) {

    .nav .selected {
        border: 1px solid #FFF500;
        border-radius: 0;
        color: #FFF500;
    }

    .nav-left img {
        margin-top: 10px;
    }

    .nav-right a {
        color: white;
        margin-top: -5px;
    }

    .page1 p {
        width: 80%;
        margin: auto;
    }

    .page2, .page3 {
        width: 80%;
        margin: auto;
        margin-top: 140px;
    }

    /* About Page */
    .about-page1 p {
        width: 90%;
    }

    .about-page1 h1 {
        margin-top: 120px;
    }

    .abt-footer {
        margin-top: 100px;
    }

    .fleet-pics img {
        width: 30%;
    }

    .fleet-pics #fl5 {
        display: inline-block;
        margin: 20px;
        width: 40%;
    }

    /* Book Page */
    .drive-form {
        width: 50%;
        margin: auto;
        margin-top: 90px;
        margin-bottom: 50px;
        padding: 30px;
        background-color: #111111;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .book-img {
        width: 100%;
        /* margin-top: 60px; */
    }

    .book-img img {
        width: 100%;
    }

    .drive-form h1 {
        text-align: left;
    }

    .date-time {
        width: 50%;
    }

    .right-block {
        display: inline-block;
    }

    .drive-form input[type="text"], .drive-form input[type="phone"], .drive-form input[type="email"], input[type="number"] {
        width: 80%;
    }

    /* Contact Page */
    .cnt-page1 h1 {
        margin-top: 120px;
    } 

    .cnt-page1 .page-img {
        margin-bottom: 100px;
    }

    .ft-contact-info {
        transform: translate(40px, 20px);
    }

    /* Admin Page */
    .admin-filters {
        position: relative;
        border: 1px solid #777777;
        padding: 10px 0; 
        width: 75%;
    }

    .trip-sort {
        margin-left: 20px;
    }

    .tc-search-cont {
        position: absolute;
        width: 50%;
        right: 20px;
        bottom: 0px;
    }

    .trip-block {
        display: flex;
        padding: 30px 0;
    }

    .trip-details, .trip-estimate {
        width: 48%;
        /* border: 1px solid red; */
        margin: 0 15px;
    }

    .trip-details {
        left: 10px;
        border-right: 1px solid white;
    }

    .trip-estimate {
        right: 10px;
    }

    .login-block {
        width: 30%;
    }

    #ad-pass {
        width: 300px;
    }
}
