/*
Theme Name: Taxi service
Author: Briaux
Description: Custom theme by Briaux Jithesh
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.fare
	 {
    margin-top: auto;
    margin-bottom: 7px;
    font-size: 1.35rem;
		 font-weight:700;
    line-height: 1;
	color:#191919 !important;
}
img {
  border-radius: 5px;
}
.main-header-bar {
  padding: .5em 0;
}

.entry-meta {
  display: none !important;
}
#comments {
  display: none !important;
}
.navigation.post-navigation {
  display: none !important;
}

@media screen and (max-width: 600px) {
.gallery-item {
  width: 50% !important;
}
}


/* =========================================================
   FIX SECTION HEADINGS HIDDEN BEHIND STICKY HEADER
   ========================================================= */

html {
    scroll-padding-top: 100px;
}


/* Elementor sections / containers */

.elementor-section,
.elementor-container,
.elementor-element {
    scroll-margin-top: 100px;
}


/* Sections with an ID */

[id] {
    scroll-margin-top: 100px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    html {
        scroll-padding-top: 75px;
    }

    [id] {
        scroll-margin-top: 75px;
    }

}


/* =========================================================
   MYSORE TAXI - STICKY HEADER
   Astra Free
   Desktop + Tablet + Mobile
   ========================================================= */
#ast-desktop-header,
#ast-mobile-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

body {
    padding-top: 90px !important;
}

.admin-bar #ast-desktop-header,
.admin-bar #ast-mobile-header {
    top: 32px !important;
}

@media (max-width: 782px) {
    .admin-bar #ast-desktop-header,
    .admin-bar #ast-mobile-header {
        top: 46px !important;
    }
}



/* =========================================
   VEHICLE SPECIFICATIONS - TABLE STYLE
   ========================================= */

.vehicle-specs-table {
    display: table;
    width: 100%;
    table-layout: fixed;

    margin: 8px 0 16px;

    border-collapse: collapse;
}

.vehicle-spec {
    display: table-cell;

    width: 33.333%;

    padding: 6px 5px;

    text-align: center;

    border-right: 1px solid #e5e5e5;

    color: #555;

    font-size: 12px;
    line-height: 1.2;

    white-space: nowrap;
}

.vehicle-spec:last-child {
    border-right: 0;
}

.vehicle-spec-icon {
    display: inline-block;

    margin-right: 4px;

    font-size: 13px;
}


/* Mobile */

@media (max-width: 600px) {

    .vehicle-spec {
        font-size: 11px;
        padding: 5px 2px;
    }

    .vehicle-spec-icon {
        font-size: 12px;
        margin-right: 2px;
    }

}








/* =========================================================
   MYSORE TAXI
   MOBILE FIXED CALL + WHATSAPP BAR
   ASTRA FREE
   ========================================================= */


/* Hide on desktop */

.mysore-mobile-footer-cta {
    display: none;
}


/* =========================================================
   MOBILE ONLY
   ========================================================= */

@media (max-width: 767px) {

    .mysore-mobile-footer-cta {

        display: flex !important;

        position: fixed !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;

        width: 100% !important;

        height: 52px !important;

        margin: 0 !important;
        padding: 0 !important;

        z-index: 999999 !important;

        box-sizing: border-box !important;

        background: #ffffff;

        box-shadow:
            0 -2px 12px rgba(0, 0, 0, 0.15);
    }


    /* =====================================================
       BOTH BUTTONS
       ===================================================== */

    .mysore-mobile-footer-cta a {

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        width: 50% !important;
        height: 52px !important;

        margin: 0 !important;
        padding: 0 !important;

        border: 0 !important;

        border-radius: 0 !important;

        text-decoration: none !important;

        font-family: Arial, sans-serif;

        font-size: 14px !important;

        font-weight: 700 !important;

        line-height: 1 !important;

        box-sizing: border-box !important;

        transition: opacity .2s ease;
    }


    /* =====================================================
       CALL BUTTON
       ===================================================== */

    .mysore-call-cta {

        background: #ffb900 !important;

        color: #111111 !important;
    }


    .mysore-call-cta:hover {

        background: #ffb900 !important;

        color: #111111 !important;

        opacity: .92;
    }


    /* =====================================================
       WHATSAPP BUTTON
       ===================================================== */

    .mysore-whatsapp-cta {

        background: #20d366 !important;

        color: #ffffff !important;
    }


    .mysore-whatsapp-cta:hover {

        background: #20d366 !important;

        color: #ffffff !important;

        opacity: .92;
    }


    /* =====================================================
       ICON
       ===================================================== */

    .mysore-cta-icon {

        display: block !important;

        width: 20px !important;
        height: 20px !important;

        margin-right: 7px !important;

        flex: 0 0 20px !important;
    }


    /* Call icon */

    .call-icon {

        fill: #111111 !important;
    }


    /* WhatsApp icon */

    .whatsapp-icon {

        color: #ffffff !important;

        fill: currentColor !important;
    }


    /* =====================================================
       PREVENT LAST CONTENT BEING HIDDEN
       ===================================================== */

    body {

        padding-bottom: 52px !important;
    }


    /* Astra footer spacing */

    .site-footer {

        padding-bottom: 52px;
    }

}

/* ==========================================================
   MYSORE TAXI - QUICK BOOKING FORM
   3 COLUMN × 2 ROW LAYOUT
   ========================================================== */

.taxi-booking-form {
    width: 100%;
    box-sizing: border-box;

    padding: 18px 25px 14px;

    background: #ffffff;

    border: 1px solid #dfe3e8;
    border-radius: 6px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}


/* ==========================================================
   RESET CONTACT FORM 7 AUTO PARAGRAPHS
   ========================================================== */

.taxi-booking-form p {
    margin-top: 0;
}

.taxi-booking-form .taxi-field p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

.taxi-booking-form br {
    display: none !important;
}


/* ==========================================================
   HEADING
   ========================================================== */

.taxi-booking-form h3 {
    margin: 0 0 6px !important;
    padding: 0 !important;

    color: #111111;

    font-size: 22px;
    line-height: 1.2;

    font-weight: 800;
}


/* ==========================================================
   DESCRIPTION
   ========================================================== */

.taxi-form-description {
    margin: 0 0 14px !important;

    max-width: 850px;

    color: #666666;

    font-size: 13px;
    line-height: 1.45;
}


/* ==========================================================
   3 COLUMN GRID
   ========================================================== */

.taxi-form-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    column-gap: 16px;
    row-gap: 12px;

    width: 100%;
}


/* ==========================================================
   FIELD
   ========================================================== */

.taxi-field {

    width: 100%;
    min-width: 0;

    margin: 0 !important;
    padding: 0 !important;
}


/* ==========================================================
   LABEL
   ========================================================== */

.taxi-field label {

    display: block !important;

    margin: 0 0 4px !important;
    padding: 0 !important;

    color: #222222;

    font-size: 12px;
    line-height: 1.2;

    font-weight: 700;
}


/* ==========================================================
   INPUTS
   ========================================================== */

.taxi-field input[type="text"],
.taxi-field input[type="number"],
.taxi-field input[type="date"],
.taxi-field select {

    display: block;

    width: 100%;
    height: 43px;

    margin: 0 !important;
    padding: 0 11px !important;

    box-sizing: border-box;

    border: 1px solid #d8dde3;

    border-radius: 5px;

    background: #f8f9fa;

    color: #222222;

    font-family: inherit;

    font-size: 13px;

    outline: none;

    transition:
        border-color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}


/* ==========================================================
   INPUT FOCUS
   ========================================================== */

.taxi-field input:focus,
.taxi-field select:focus {

    border-color: #e5a900 !important;

    background: #ffffff;

    box-shadow:
        0 0 0 2px rgba(229, 169, 0, 0.10);

    outline: none;
}


/* ==========================================================
   PLACEHOLDER
   ========================================================== */

.taxi-field input::placeholder {

    color: #8b9299;

    opacity: 1;
}


/* ==========================================================
   SELECT
   ========================================================== */

.taxi-field select {

    cursor: pointer;
}


/* ==========================================================
   DATE
   ========================================================== */

.taxi-field input[type="date"] {

    color: #333333;
}


/* ==========================================================
   WHATSAPP SUBMIT
   ========================================================== */

.taxi-submit-wrap {

    width: 100%;

    margin-top: 14px;

    text-align: center;
}


/* Submit button */

.taxi-submit-wrap input[type="submit"] {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: auto;

    min-width: 260px;

    height: 45px;

    margin: 0;
    padding: 0 24px;

    border: 0;

    border-radius: 5px;

    background: #e5a900;

    color: #111111;

    font-family: inherit;

    font-size: 13px;

    line-height: 1;

    font-weight: 800;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


/* Hover */

.taxi-submit-wrap input[type="submit"]:hover {

    background: #f2b400;

    color: #111111;

    transform: translateY(-1px);

    box-shadow:
        0 4px 10px rgba(0,0,0,.10);
}


/* ==========================================================
   NOTE
   ========================================================== */

.taxi-note {

    margin: 6px 0 0 !important;

    text-align: center;

    color: #777777;

    font-size: 11px;

    line-height: 1.3;
}


/* ==========================================================
   VALIDATION
   ========================================================== */

.taxi-booking-form .wpcf7-not-valid {

    border-color: #dc3545 !important;
}

.taxi-booking-form .wpcf7-not-valid-tip {

    display: none !important;
}

.taxi-booking-form .wpcf7-response-output {

    margin: 10px 0 0 !important;

    padding: 8px 12px !important;

    border-radius: 5px;

    font-size: 12px;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 900px) {

    .taxi-form-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 14px;
        row-gap: 12px;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .taxi-booking-form {

        padding: 18px 16px 14px;

        border-radius: 5px;
    }


    .taxi-booking-form h3 {

        font-size: 20px;

    }


    .taxi-form-description {

        font-size: 13px;

        margin-bottom: 16px !important;
    }


    .taxi-form-grid {

        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;
    }


    .taxi-field input[type="text"],
    .taxi-field input[type="number"],
    .taxi-field input[type="date"],
    .taxi-field select {

        height: 45px;
    }


    .taxi-submit-wrap {

        margin-top: 14px;
    }


    .taxi-submit-wrap input[type="submit"] {

        width: 100%;

        min-width: 0;

        height: 48px;
    }

}



/* ==================================================
   MYSORE TAXI - ASTRA HEADER CONTACT BAR
   ================================================== */

/* Main wrapper */
.mysore-contact-bar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 350px !important;
    max-width: 100% !important;
    height: 52px !important;

    padding: 4px !important;
    margin: 0 !important;

    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;

    box-shadow: 0 3px 12px rgba(0,0,0,0.08);

    overflow: hidden !important;
    box-sizing: border-box !important;

    white-space: nowrap !important;
}


/* ==================================================
   IMPORTANT ASTRA / WORDPRESS RESET
   Prevent <p> tags from breaking the layout
   ================================================== */

.mysore-contact-bar p {
    display: contents !important;

    margin: 0 !important;
    padding: 0 !important;
}

.mysore-contact-bar br {
    display: none !important;
}


/* ==================================================
   CALL SECTION
   ================================================== */

.mysore-call {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    height: 44px !important;

    margin: 0 !important;
    padding: 0 18px 0 10px !important;

    color: #111111 !important;
    text-decoration: none !important;

    flex: 1 1 auto !important;

    box-sizing: border-box !important;
}


/* Phone icon */

.mysore-phone {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;

    margin-right: 9px !important;

    color: #111111 !important;

    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    line-height: 1 !important;

    transform: rotate(-18deg);
}


/* Call text */

.mysore-call-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;

    line-height: 1 !important;
}


/* CALL NOW */

.mysore-call-label {
    display: block !important;

    margin: 0 0 4px !important;
    padding: 0 !important;

    font-family: Arial, sans-serif !important;
    font-size: 8px !important;
    line-height: 1 !important;

    font-weight: 700 !important;
    letter-spacing: .4px !important;

    color: #555555 !important;
}


/* Phone number */

.mysore-call-number {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;

    font-weight: 800 !important;

    color: #111111 !important;
}


/* ==================================================
   WHATSAPP BUTTON
   ================================================== */

.mysore-whatsapp {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 150px !important;

    width: 150px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 15px !important;

    background: #39b60c !important;

    border-radius: 5px !important;

    color: #fff !important;
    text-decoration: none !important;

    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;

    font-weight: 800 !important;

    box-sizing: border-box !important;

    transition: background .2s ease;
}


.mysore-whatsapp:hover {
    background: #f2ad00 !important;
    color: #111111 !important;
}


/* WhatsApp icon */

.mysore-whatsapp-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 22px !important;
    height: 22px !important;

    margin-right: 7px !important;

    color: #ffffff !important;

    font-size: 18px !important;
    line-height: 1 !important;
}


/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 767px) {

    .mysore-contact-bar {
        width: 100% !important;
        max-width: 320px !important;

        height: 46px !important;

        padding: 3px !important;

        border-radius: 5px !important;
    }

    .mysore-call {
        height: 38px !important;

        padding: 0 7px !important;
    }

    .mysore-phone {
        width: 23px !important;
        min-width: 23px !important;

        height: 23px !important;

        margin-right: 5px !important;

        font-size: 17px !important;
    }

    .mysore-call-label {
        font-size: 7px !important;
        margin-bottom: 3px !important;
    }

    .mysore-call-number {
        font-size: 11px !important;
    }

    .mysore-whatsapp {
        flex: 0 0 105px !important;

        width: 105px !important;
        height: 38px !important;

        padding: 0 10px !important;

        border-radius: 5px !important;

        font-size: 12px !important;
    }

    .mysore-whatsapp-icon {
        width: 18px !important;
        height: 18px !important;

        margin-right: 5px !important;

        font-size: 15px !important;
    }
}