:root {
    --prime-color:      #007ff7;
    --second-color:     rgba(0, 127, 247, 0.15);
    --third-color:      #f1f5f9;
    --qride-navy:       #0f172b;
    --qride-white:      #ffffff;
    --qride-blue-soft:  rgba(0, 127, 247, 0.08);
    --qride-blue-mid:   rgba(0, 127, 247, 0.18);
    --qride-navy-soft:  rgba(15, 23, 43, 0.06);
    --qride-navy-mid:   rgba(15, 23, 43, 0.12);    
}
a{
    color:var(--prime-color)
}

/* ── Astra theme fix ──────────────────────────────────────── */
@media (min-width: 922px) {
    .site-content .ast-container {
        flex-direction: row;
    }
}

/* ── Utility ──────────────────────────────────────────────── */
.list-style-custon-field {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.list-style-custon-field li {
    line-height: 18px;
}

.margin-top-25 { margin-top: 25px; }

.list-style {
    list-style: none;
    padding: 0;
}

.list-style li:before {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    font-size: 8px;
    text-align: center;
    line-height: 18px;
    color: var(--prime-color);
    background: var(--third-color);
}

/* ── Section Blocks ───────────────────────────────────────── */
.videosection {
    background:
        radial-gradient(circle at 20% 20%, rgba(0, 127, 247, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(15, 23, 43, 0.05) 0%, transparent 50%),
        var(--third-color);
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: 16px;
}

.locationsection {
    background:
        radial-gradient(circle at 10% 50%, rgba(0, 127, 247, 0.07) 0%, transparent 50%),
        var(--third-color);
    padding: 15px;
    border-radius: 16px;
    overflow: hidden;
}

/* ── Attachments ──────────────────────────────────────────── */
.carspot-attachments {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 35px;
}

.carspot-attachments a {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.carspot-attachment {
    display: flex;
    align-items: center;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    color: var(--qride-navy);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: anywhere !important;
}

.carspot-attachment:hover {
    border-color: transparent;
    box-shadow: 0 0 5px 0 rgba(0, 127, 247, 0.2);
}

.carspot-attachment__icon {
    display: inline-flex;
    margin-right: 15px;
}

.carspot-attachment a { text-decoration: none; }

.bootstrap-wrapper a:hover {
    text-decoration: none;
    color: var(--qride-navy);
}

.carspot-attachment__icon img {
    height: 25px;
    width: 25px;
}

/* ── Sidebar ──────────────────────────────────────────────── */
.sidebar-border,
.sidebar-shadow {
    border: 1px solid rgba(0, 127, 247, 0.15);
    padding: 25px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 90% 10%, rgba(0, 127, 247, 0.05) 0%, transparent 50%),
        var(--qride-white);
    margin-bottom: 40px;
}

/* ── Status Colors ────────────────────────────────────────── */
.open-green  { color: #22c55e; }
.close-red   { color: #ef4444; }

.fa-circle-check  { color: var(--prime-color); }
.fa-location-dot  { color: var(--prime-color); }

/* ── Reviews ──────────────────────────────────────────────── */
.review_rating_container {
    font-size: 14px;
    height: 25px;
}

.review_rating_star {
    height: 20px;
    width: 15%;
}

.review_rating_bar {
    height: 10px !important;
    width: 85%;
}

.stars {
    margin: 0;
    font-size: 24px;
    color: var(--prime-color);
}

.carspot-list-details-tab-wrapper .form-rating div { display: inline-block; }

.carspot-list-details-tab-wrapper .form-rating {
    display: flex;
    align-items: center;
}

.carspot-list-details-tab-wrapper .form-rating .stars { margin-left: 10px; }

input.star { display: none; }

label.star {
    padding: 10px;
    float: right;
    font-size: 30px;
    color: #e2e8f0;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #facc15;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #fde047;
    text-shadow: 0 0 2px #ca8a04;
}

input.star-1:checked ~ label.star:before { color: #f97316; }

label.star:hover { transform: rotate(-15deg) scale(1.3); }

label.star:before {
    content: '\f005';
    font-family: FontAwesome;
}

.review-subject-and-comment {
    background:
        radial-gradient(circle at 80% 20%, rgba(0, 127, 247, 0.07) 0%, transparent 50%),
        var(--third-color);
    padding: 40px 30px 25px 30px;
    border-radius: 24px;
    margin-top: 30px;
}

.review-subject-and-comment input[type="text"],
.review-subject-and-comment textarea {
    border: none !important;
    padding: 15px 20px !important;
}

.review-subject-and-comment textarea.form-control { height: 150px; }

.review-subject-and-comment input[type="text"],
.review-subject-and-comment textarea,
.review-subject-and-comment input[type="text"]:focus,
.review-subject-and-comment textarea:focus {
    box-shadow: none !important;
    outline: none !important;
}

.review-subject-and-comment input[type="text"] { margin-bottom: 15px; }

.review-subject-and-comment button.carspot-button {
    padding: 15px 30px;
    font-size: 20px;
    box-shadow: none;
    border: 1px solid;
    border-radius: 16px;
    margin-top: 20px;
}

.review-subject-and-comment button.carspot-button,
.review-subject-and-comment button.carspot-button:hover {
    background-color: var(--prime-color);
    color: var(--qride-white);
    border-color: var(--prime-color);
}

/* ── Sidebar Info ─────────────────────────────────────────── */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
    display: block;
    padding-left: 100px;
    position: relative;
}

.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company,
.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    display: block;
    padding-top: 5px;
}

.sidebar-border .sidebar-heading .avatar-sidebar figure,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure { float: left; }

.sidebar-border .sidebar-heading .avatar-sidebar figure img,
.sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
    width: 85px;
    height: 75px;
    border-radius: 16px;
}

/* ── Typography Helpers ───────────────────────────────────── */
.card-location {
    font-size: 12px;
    color: #94a3b8;
    line-height: 24px;
    white-space: pre;
}

.link-underline {
    font-size: 12px;
    line-height: 18px;
    color: #475569;
    font-weight: 400;
    text-decoration: underline;
    display: block;
}

.toptitle {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--qride-navy);
}

/* ── Layout Helpers ───────────────────────────────────────── */
.box-map {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.ul-disc li {
    list-style-type: disc;
    display: list-item !important;
    padding-bottom: 5px !important;
    color: #475569;
    font-size: 14px;
    line-height: 22px;
}

iframe {
    width: 100%;
    border: 0;
}

.sidebar-list-listing {
    border-top: 1px solid rgba(15, 23, 43, 0.1);
}

/* ── Card List ────────────────────────────────────────────── */
.card-list-4 {
    position: relative;
    display: flex;
    width: 100%;
    padding: 0 0 15px 0;
}

.card-list-4 .image {
    min-width: 60px;
    padding-right: 10px;
}

.rounded-logo,
.rounded-image {
    border-radius: 8px;
    border: 1px solid rgba(0, 127, 247, 0.15);
}

.rounded-image { max-width: 50px; }

.blank-rounded-image,
.blank-rounded-logo {
    border-radius: 8px;
    border: 1px solid rgba(0, 127, 247, 0.15);
}

.blank-rounded-image { min-height: 50px; }
.blank-rounded-logo  { min-height: 100%; min-width: 100%; }

.card-list-4 .info-text {
    width: 100%;
    margin-top: -4px;
}

.color-brand-1 { color: #475569 !important; }

.card-list-4 .card-price {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0;
    display: inline-block;
    color: var(--prime-color);
}

/* ── Buttons ──────────────────────────────────────────────── */
.bootstrap-wrapper .btn.btn-big:hover {
    filter: brightness(110%);
    transform: translateY(-2px);
    transition: 0.2s;
    box-shadow: 0 0 15px 0 rgba(0, 127, 247, 0.3);
}

.bootstrap-wrapper .btn.btn-big {
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    color: var(--qride-white);
    border-radius: 8px;
    padding: 14px 25px;
    font-size: 18px;
    line-height: 1;
    transition: 0.2s;
}

.bootstrap-wrapper .btn.btn-small-ar:hover,
.bootstrap-wrapper .btn.btn-small:hover {
    filter: brightness(110%);
    transform: translateY(-2px);
    transition: 0.2s;
    box-shadow: 0 0 10px 0 rgba(0, 127, 247, 0.25);
}

.bootstrap-wrapper .btn.btn-small-ar,
.bootstrap-wrapper .btn.btn-small {
    color: var(--qride-white);
    background-color: var(--prime-color);
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    transition: 0.2s;
}

.bootstrap-wrapper .btn-border {
    border: 1px solid rgba(0, 127, 247, 0.25);
    padding: 15px 23px;
    border-radius: 10px;
    background: var(--qride-white);
    color: var(--qride-navy);
    font-size: 16px;
    transition-duration: 0.2s;
    text-decoration: none !important;
}

.bootstrap-wrapper .btn-border:hover {
    color: var(--qride-white);
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    border-color: transparent;
    transform: translateY(-3px);
}

.bootstrap-wrapper .btn-border-small {
    border: 1px solid rgba(0, 127, 247, 0.2);
    padding: 5px 10px;
    border-radius: 10px;
    background: var(--qride-white);
    color: var(--qride-navy);
    font-size: 14px;
    transition-duration: 0.2s;
}

.bootstrap-wrapper .btn-border-small:hover {
    color: var(--qride-white);
    background-color: var(--prime-color);
    transform: translateY(-3px);
}

/* ── Listing Overview ─────────────────────────────────────── */
.listing-overview {
    border: 1px solid rgba(0, 127, 247, 0.15);
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 50px;
    background:
        radial-gradient(circle at 95% 5%, rgba(0, 127, 247, 0.06) 0%, transparent 40%),
        var(--qride-white);
}

.listing-overview .text-description {
    font-size: 16px;
    color: #475569;
    line-height: 24px;
    font-weight: 400;
}

.text-description {
    font-size: 14px;
    color: #475569;
    line-height: 22px;
    min-width: 120px;
    max-width: 120px;
}

.listing-overview .sidebar-icon-item {
    font-size: 18px;
    color: #94a3b8;
    min-width: 20px;
}

.listing-overview .sidebar-text-info { display: flex; }

.listing-overview .sidebar-text-info .small-heading {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

/* ── Banner ───────────────────────────────────────────────── */
.banner-hero {
    position: relative;
    max-width: 1770px;
    margin: 0 auto;
}

.banner-hero.banner-image-single {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 16px;
    height: 400px;
}

/* ── Type helpers ─────────────────────────────────────────── */
.card-briefcase { font-size: 12px; color: #94a3b8; display: inline-block; }
.card-time      { font-size: 14px; color: #94a3b8; display: inline-block; }

.font-md {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px !important;
    color: var(--qride-navy);
    text-decoration: none !important;
}

.font-bold { font-weight: bold; }
.text-lg-end { text-align: right !important; }

/* ── Content show ─────────────────────────────────────────── */
.contentshowep {
    border: 1px solid rgba(0, 127, 247, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 127, 247, 0.06);
}

/* ── Vertical divider ─────────────────────────────────────── */
.row.vertical-divider { overflow: hidden; }

.row.vertical-divider > div[class^="col-"] {
    padding-bottom: 100px;
    margin-bottom: -100px;
    border-left: 3px solid var(--third-color);
    border-right: 3px solid var(--third-color);
}

.row.vertical-divider div[class^="col-"]:first-child { border-left: none; }
.row.vertical-divider div[class^="col-"]:last-child  { border-right: none; }

/* ── Form controls ────────────────────────────────────────── */
.form-control-popup {
    height: 40px;
    font-size: 14px;
    color: var(--qride-navy);
    background-color: var(--qride-white);
    border: 1px solid #e2e8f0;
    box-shadow: none;
    padding: 10px;
    border-radius: 4px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control {
    height: 25px;
    font-size: 14px;
    color: var(--qride-navy);
    background-color: var(--qride-white);
    border: 1px solid #e2e8f0;
    box-shadow: none;
    border-radius: 8px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* ── Listing slider ───────────────────────────────────────── */
.carspot-listing-details-slider .carspot-listing-details-slider-item {
    height: 420px;
    margin-bottom: 8px;
}

.carspot-listing-slider-nav .carspot-listing-slider-nav-item {
    height: 140px;
    margin: 0 4px;
}

.carspot-listing-details-slider .carspot-listing-details-slider-item,
.carspot-listing-slider-nav .carspot-listing-slider-nav-item {
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

div#carspot-listing-slider-nav { margin: 0 -4px; }

/* ── Single listing title ─────────────────────────────────── */
.single-listing-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 110% !important;
    margin-top: -10px !important;
    color: var(--qride-navy);
}

.listing-flex-wrap { display: flex; }

.single-listing-pdf-button {
    font-size: 28px;
    color: #cbd5e1;
    line-height: 1;
    margin-left: 10px;
}

a.single-listing-pdf-button:hover { color: var(--prime-color); }

/* ── Company details ──────────────────────────────────────── */
.listing-company-details ul,
.company-social-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-social-wrapper { margin-top: 15px; }

.company-social-wrapper ul li a { padding: 2px; }
.company-social-wrapper ul li:first-child { margin-left: -2px; }
.company-social-wrapper ul li { display: inline-block; margin-right: 5px; }
.company-social-wrapper ul li a:hover { color: var(--prime-color); }

.listing-company-details .info-title {
    font-weight: 600;
    margin-right: 5px;
}

.listing-company-details ul li { margin-top: 10px; }

.company-location i,
.company-location a {
    color: var(--prime-color);
    font-weight: 600;
}

.company-location a:hover { color: var(--prime-color); }

.single-listing-facilities img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.single-listing-facilities ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-listing-facilities ul li { margin: 10px 0; }

/* ── Company info wrapper ─────────────────────────────────── */
.listing-company-info-wrapper {
    background:
        radial-gradient(circle at 10% 20%,  rgba(0, 127, 247, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%,  rgba(15, 23, 43, 0.04)  0%, transparent 50%),
        var(--third-color);
    padding: 35px 40px;
    border-radius: 16px;
    margin-top: 50px;
    overflow: hidden;
}

.listing-company-info-wrapper hr { margin: 25px -40px 35px; }

.listing-contact-info-and-button-wrapper {
    display: flex;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
}

.booking-and-claim-button { margin-top: 10px; }

.booking-and-claim-button button[type="button"] {
    border: none;
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    display: inline-block;
    padding: 10px 15px;
    color: var(--qride-white);
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
}

.listing-company-title img {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.listing-company-info-wrapper .company-logo {
    height: 90px;
    width: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 20px;
}

.listing-company-info-wrapper .company-info {
    display: inline-flex;
    align-items: center;
}

.listing-company-info-wrapper .company-name {
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
    color: var(--qride-navy);
}

.company-total-listing a {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    display: inline-block;
    color: var(--prime-color);
}

/* ── Single listing meta ──────────────────────────────────── */
.single-listing-category-rating-wrapper { margin: 20px 0; }

.single-listing-first-category {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 160%;
    padding-right: 15px;
    color: var(--qride-navy);
}


.single-listing-first-category:before {
    position: absolute;
    height: 18px;
    width: 1px;
    content: '';
    background: #cbd5e1;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.single-listing-rating-count {
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
}

/* ── Data table ───────────────────────────────────────────── */
#single-data-table {
    border-collapse: collapse;
    width: 100%;
}

table, td, th { border: 0; }

#single-data-table th,
#single-data-table td {
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    border-left: 0;
    border-right: 0;
}

/* ── Review stars ─────────────────────────────────────────── */
.single-listing-review-star i {
    color: var(--prime-color);
    font-size: 16px;
}

.single-listing-rating-count .total-review { margin-left: 10px; }

/* ── Pricing ──────────────────────────────────────────────── */
.single-listing-price { margin-bottom: 25px; }

.carspot-listing-price {
    display: flex;
    align-items: center;
}

.carspot-main-price {
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    margin-right: 15px;
    color: #94a3b8;
}

.carspot-listing-price,
.carspot-discount-price {
    color: var(--prime-color);
    font-size: 35px;
    font-weight: 600;
}

.saved-percentage {
    border-radius: 41px;
    background: rgba(0, 127, 247, 0.10);
    display: inline-block;
    color: var(--prime-color);
    padding: 12px 25px;
    margin-left: 20px;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid rgba(0, 127, 247, 0.2);
}

/* ── Location + date wrapper ──────────────────────────────── */
.single-listing-location-and-date-wrapper {
    display: flex;
    margin-top: 35px;
    margin-bottom: 50px;
}

.single-listing-location-and-date-wrapper .date-wrap {
    flex: 1;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    color: var(--qride-navy);
}

.single-listing-location-and-date-wrapper .location-wrap,
.single-listing-location-and-date-wrapper .location-wrap a,
.single-listing-location-and-date-wrapper i {
    color: var(--prime-color);
}

.single-listing-location-and-date-wrapper i {
    margin-right: 5px;
    font-size: 18px;
}

/* ── Detail tabs ──────────────────────────────────────────── */
.carspot-list-details-tab-wrapper .nav-tabs {
    border-bottom: none;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}

.carspot-list-details-tab-wrapper .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 10px;
    width: 23%;
}

.carspot-list-details-tab-wrapper .nav-tabs .nav-item:last-child { margin-right: 0; }

.carspot-list-details-tab-wrapper .nav-tabs .nav-item .nav-link {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: var(--qride-white);
    padding: 20px;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1;
    outline: none;
    box-shadow: none;
    transition: .3s;
    width: 100%;
    color: var(--qride-navy);
}

.carspot-list-details-tab-wrapper .nav-tabs .nav-item .nav-link.active,
.carspot-list-details-tab-wrapper .nav-tabs .nav-item .nav-link:hover {
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    color: var(--qride-white);
    border-color: transparent;
}

.carspot-list-details-tab-wrapper .location-map iframe {
    height: 460px;
    width: 100%;
}

#single-listing-tab-content { margin-top: 30px; }

#single-listing-tab-content .wp-block-table td,
#single-listing-tab-content .wp-block-table th {
    border: none;
    padding: 15px 25px;
    color: var(--prime-color);
}

/* ── Section titles ───────────────────────────────────────── */
.single-section-title,
#single-listing-tab-content .toptitle {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 160%;
    color: var(--qride-navy);
}

/* ── Custom fields ────────────────────────────────────────── */
.single-listing-custom-field-content { margin-bottom: 30px; }

.location-title,
.category-title {
    display: flex;
    align-items: center;
}

.location-title img,
.category-title img {
    height: 28px;
    margin-right: 15px;
}

/* ── Tags + categories ────────────────────────────────────── */
.single-listing-tag-wrapper a {
    padding: 2px;
}

.single-listing-tag-wrapper { margin-top: 30px; }

.single-listing-category-wrapper a {
    background: rgba(0, 127, 247, 0.08);
    color: var(--prime-color);
    padding: 12px 16px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 127, 247, 0.15);
    transition: background 0.2s ease;
}

.single-listing-category-wrapper a:hover {
    background: rgba(0, 127, 247, 0.14);
}

.single-listing-category-wrapper { margin-top: 30px; }

/* ── Social share ─────────────────────────────────────────── */
.single-listing-main-wrapper .social-share {
    display: flex;
    align-items: center;
    border-top: 1px solid #e2e8f0;
    margin-top: 50px;
    padding-top: 25px;
}

.single-list-share-icon-wrapper {
    flex: 1;
    text-align: right;
}

/* ── FAQ ──────────────────────────────────────────────────── */
.accordionFAQ li.item {
    background:
        radial-gradient(circle at 90% 10%, rgba(0, 127, 247, 0.06) 0%, transparent 50%),
        var(--third-color);
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 16px;
}

/* ── Review items ─────────────────────────────────────────── */
.carspot-single-review-item {
    position: relative;
    padding-left: 130px;
    margin-bottom: 30px;
}

.review-image {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-details {
    background:
        radial-gradient(circle at 95% 5%, rgba(0, 127, 247, 0.06) 0%, transparent 50%),
        var(--third-color);
    padding: 30px;
    position: relative;
    border-radius: 8px;
}

.review-details:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-right: 20px solid var(--third-color);
    border-top: 20px solid transparent;
    left: -19px;
    top: 20px;
}

.user-review-value {
    position: absolute;
    right: 30px;
    top: 30px;
}

.user-review-value i {
    color: var(--prime-color);
    font-size: 13px;
}

.review-name {
    font-size: 24px;
    line-height: 140%;
    font-weight: 700;
    color: var(--qride-navy);
}

.review-date {
    font-size: 16px;
    color: #94a3b8;
}

.review-text { margin-top: 15px; }

.review-form-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 160%;
    color: var(--qride-navy);
}

.form-rating label.star {
    padding: 0;
    font-size: 18px;
    color: #e2e8f0;
    transition: all .2s;
    cursor: pointer;
    margin: 0 10px 0 0;
}

/* ── Contact form ─────────────────────────────────────────── */
.listing-single-page-contact-form-wrapper {
    background:
        radial-gradient(circle at 10% 30%,  rgba(0, 127, 247, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%,  rgba(15, 23, 43, 0.04)  0%, transparent 50%),
        var(--third-color);
    border-radius: 16px;
    padding: 40px;
    margin-top: 10px;
}

#popup-contact .listing-single-page-contact-form-wrapper input.form-control,
#popup-contact .listing-single-page-contact-form-wrapper textarea {
    border-color: transparent;
    background-color: var(--qride-white) !important;
    box-shadow: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

#popup-contact .listing-single-page-contact-form-wrapper input.form-control:focus,
#popup-contact .listing-single-page-contact-form-wrapper textarea:focus {
    border-color: var(--prime-color);
}

.listing-single-page-contact-form-wrapper .carspot-button,
#popup-booking .carspot-button,
.claim-form-wrapper .carspot-button {
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    border-color: transparent;
    color: var(--qride-white);
    border-radius: 12px;
}

.listing-single-page-contact-form-wrapper .carspot-button:hover,
#popup-booking .carspot-button:hover,
.claim-form-wrapper .carspot-button:hover {
    background: var(--qride-navy);
    border-color: var(--qride-navy);
}

.listing-single-page-contact-form-wrapper #update_message_popup {
    color: #0ea5e9;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}

/* ── Colorbox ─────────────────────────────────────────────── */
div#colorbox,
#cboxContent {
    background: var(--third-color);
}

#cboxTopCenter, #cboxTopLeft, #cboxTopRight,
#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight,
#cboxMiddleLeft, #cboxMiddleRight {
    width: 0;
    height: 0;
    background: none;
}

button#cboxClose { display: none; }

div#colorbox {
    border-radius: 18px;
    overflow: hidden;
}

/* ── Booking / Claim popup ────────────────────────────────── */
div#popup-booking,
input#booking_datetime,
.claim-form-wrapper { padding: 15px; }

div#popup-booking .modal-title,
.claim-form-wrapper .modal-title { font-size: 26px; color: var(--qride-navy); }

.bootstrap-wrapper div#popup-booking .modal-header { border-bottom: 0; }

form#booking_pop input {
    height: 50px;
    margin-bottom: 0;
    border-color: transparent;
}

form#booking_pop input:focus,
textarea#booking_message_content:focus { border-color: var(--prime-color); }

textarea#booking_message_content {
    padding: 15px;
    border-color: transparent;
}

.bootstrap-wrapper .modal-header .close {
    padding: 6px 12px;
    margin: 0;
    background: linear-gradient(135deg, var(--prime-color) 0%, #38bdf8 100%);
    opacity: 1;
    color: var(--qride-white);
    border-radius: 8px;
    font-size: 22px;
}

.bootstrap-wrapper .modal-header .close:hover { opacity: 1 !important; }

.bootstrap-wrapper#popup-booking .modal-footer {
    border-top: none;
    padding: 0 12px;
    text-align: left;
    display: block;
}

.bootstrap-wrapper#popup-booking .modal-header { margin-bottom: 25px; }

.claim-form-wrapper .modal-header {
    padding: 1rem 0;
    margin-bottom: 15px;
}

.claim-form-wrapper .form-control {
    margin-bottom: 15px;
    border-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

.claim-form-wrapper textarea.form-control {
    padding: 15px !important;
    margin-bottom: 0;
}

.claim-form-wrapper textarea.form-control:focus { border-color: var(--prime-color); }

.claim-form-wrapper .modal-footer {
    display: block;
    padding: 0;
    border-top: 0;
}

/* ── Page layout ──────────────────────────────────────────── */
.single-listing .site-content { margin: 40px 0 90px 0; }

/* ── Progress bar ─────────────────────────────────────────── */
.gallery-slider-progress {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cbd5e1;
    background-image: linear-gradient(to right, var(--prime-color), #38bdf8);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .3s ease-in-out;
    margin-top: 30px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (min-width: 220px) and (max-width: 480px) {
    .banner-hero.banner-image-single {
        margin-bottom: 15px;
        border-radius: 8px;
        height: 150px;
    }

    .listing-overview { padding: 15px 5px 10px 10px; }

    .bootstrap-wrapper .btn.btn-big {
        border-radius: 8px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .bootstrap-wrapper .btn-border {
        padding: 10px 15px;
        border-radius: 8px;
        font-size: 14px;
    }

    .rounded-image {
        border-radius: 4px;
        max-width: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .single-listing-main-wrapper { margin-top: 50px; }
}

@media only screen and (max-width: 767px) {
    .single-listing-title { font-size: 32px; }

    .carspot-list-details-tab-wrapper .nav-tabs .nav-item {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .single-listing-rating-count { margin-left: 0; }

    .carspot-listing-price,
    .single-listing-location-and-date-wrapper { display: block; }

    .saved-percentage { margin-left: 0; }

    .carspot-listing-price,
    .carspot-discount-price { font-size: 35px; }

    .single-listing-location-and-date-wrapper .date-wrap { text-align: left; }

    .single-listing .site-content { margin: 50px 0 70px 0; }

    .carspot-listing-details-slider .carspot-listing-details-slider-item { height: 300px; }

    .carspot-listing-slider-nav .carspot-listing-slider-nav-item { height: 100px; }

    .single-listing .bootstrap-wrapper .container { padding: 0 10px; }

    .listing-company-info-wrapper { padding: 30px 20px; }

    .booking-and-claim-button button[type="button"] { padding: 10px 14px; }

    .listing-company-info-wrapper .company-logo { margin-right: 15px; }

    .accordionFAQ li.item { padding: 20px 15px; }
}