/* 
* put your own css code here 
* don't update templates css file.
* because it's regularly get updated
*/

/* Trusted service cards: equal height and aligned CTA */
.trusted-service-area .row {
    display: flex;
    flex-wrap: wrap;
}

.trusted-service-area .row > [class*="col-"] {
    display: flex;
}

.trusted-service-area .single-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.trusted-service-area .single-item .icon-holder {
    flex: 0 0 80px;
}

.trusted-service-area .single-item .content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.trusted-service-area .single-item .content p {
    flex-grow: 1;
}

/* Premium services: equal card heights + carousel alignment */
.best-service-area .our-best-service-items .single-item {
    height: 100%;
}

.best-service-area .our-best-service-items .single-item .title {
    min-height: 114px;
    display: flex;
    align-items: center;
}

.best-service-area .our-best-service-items .single-item .title h3 {
    min-height: 48px;
    display: flex;
    align-items: center;
}

.best-service-area .services-carousel .owl-stage {
    display: flex;
}

.best-service-area .services-carousel .owl-item {
    display: flex;
    height: auto;
}

.best-service-area .services-carousel .owl-item > div {
    width: 100%;
}

.best-service-area .services-carousel .col-md-4,
.best-service-area .services-carousel .col-sm-6,
.best-service-area .services-carousel .col-xs-12 {
    width: 100%;
    float: none;
}

/* Remove red arrow box from premium service cards */
.best-service-area .single-item .go-top-icon {
    display: none !important;
}

/* Index: premium services section refresh */
.best-service-area .sec-title .service-intro {
    max-width: 760px;
    margin: 12px auto 0;
    color: #666;
    line-height: 1.8em;
}

.best-service-area .premium-services-grid {
    margin-top: 10px;
}

.best-service-area .premium-services-grid .single-item {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #ececec;
}

.best-service-area .premium-services-grid .single-item .title {
    min-height: 96px;
}

.best-service-area .services-cta {
    margin-top: 8px;
}

.best-service-area .services-cta .aut-cr-btn {
    min-width: 220px;
    text-align: center;
}

/* Wheel-work checklist: compact single-line aligned labels */
.wheel-work-area .single-list-item ul li {
    white-space: nowrap;
    min-height: 34px;
    display: flex;
    align-items: center;
}

/* Appointment page refresh */
.appointment-pro-area {
    padding: 80px 0 90px;
    background: #f7f8fa;
}

.appointment-pro-info,
.appointment-pro-form-wrap {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.appointment-pro-info {
    padding: 34px 30px;
    border-top: 4px solid #f93e32;
    height: 100%;
}

.appointment-pro-info h2 {
    font-size: 30px;
    margin: 0 0 10px;
}

.appointment-pro-info > p {
    color: #6c6c6c;
    line-height: 1.8em;
    margin-bottom: 24px;
}

.appointment-pro-contact-item {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
}

.appointment-pro-contact-item:last-child {
    border-bottom: 0;
}

.appointment-pro-contact-item .icon {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: #fff1ef;
    color: #f93e32;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.appointment-pro-contact-item h4 {
    margin: 0;
    font-size: 16px;
}

.appointment-pro-contact-item p {
    margin: 4px 0 0;
    color: #6c6c6c;
}

.appointment-pro-steps {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.appointment-pro-steps li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #2b2b2b;
}

.appointment-pro-steps li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f93e32;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

.appointment-pro-form-wrap {
    padding: 34px 30px;
}

.appointment-pro-form-head h2 {
    margin: 0;
    font-size: 30px;
}

.appointment-pro-form-head p {
    color: #6c6c6c;
    margin: 8px 0 24px;
}

.appointment-pro-form .booking-type-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 4px 0 14px;
}

.appointment-pro-form .booking-type-inline .select-category {
    margin: 0;
    font-weight: 600;
}

.appointment-pro-form .input-field input[type="date"] {
    padding-right: 50px;
}

.appointment-note {
    margin: 8px 0 18px;
    font-size: 14px;
    color: #777;
}

@media (max-width: 991px) {
    .appointment-pro-info {
        margin-bottom: 30px;
    }
}

/* Index: brand logos — infinite horizontal scroll (no links) */
.brand-scroll-area .brand-scroll {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 24px, #000 calc(100% - 24px), transparent);
}

.brand-scroll-area .brand-scroll-track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: brandScrollMarquee 25s linear infinite;
    will-change: transform;
}

.brand-scroll-area .brand-scroll-track .single-item {
    flex: 0 0 auto;
    border: 1px solid #f6f6f6;
    height: 105px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border 300ms ease, box-shadow 300ms ease;
}

.brand-scroll-area .brand-scroll-track .single-item img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto;
    max-height: 56px;
    padding: 12px 20px;
    opacity: 1;
    transition: opacity 300ms ease;
}

.brand-scroll-area .brand-scroll-track .single-item:hover {
    border-color: #b7b7b7;
}

.brand-scroll-area .brand-scroll-track .single-item:hover img {
    opacity: 0.65;
}

/* About page: same marquee, theme gray background + slightly stronger card border */
.brand-scroll-area.about-us-bg .brand-scroll-track .single-item {
    border-color: #dedede;
    background: #fff;
}

/* About page director section enhancement (thumbnail size unchanged) */
.director-highlight {
    position: relative;
    padding-top: 34px;
}

.director-highlight .section-breaker-line {
    max-width: 1180px;
    margin: 0 auto 30px;
    border-top: 1px solid #d9d9d9;
}

.director-highlight .director-subtitle {
    max-width: 640px;
    margin: 12px auto 0;
    color: #666;
    line-height: 1.8em;
}

.director-highlight .row {
    display: flex;
    flex-wrap: wrap;
}

.director-highlight .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}

.director-highlight .single-item {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.director-highlight .single-item .img-holder {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.director-highlight .single-item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.director-highlight .single-item .text {
    background: #fff;
    text-align: center;
    padding: 18px 18px 16px;
}

.director-highlight .single-item .text h3 {
    margin-bottom: 8px;
}

.director-highlight .single-item .text h6 {
    color: #f93e32;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Keep hero slide title/content aligned after removing rate block */
.rev_slider_wrapper .wheel-installation > h1,
.rev_slider_wrapper .wheel-installation > .border,
.rev_slider_wrapper .wheel-installation > p {
    clear: both;
}

/* Hide template "Buy This Theme" slider button globally */
.purchase,
a.purchase,
.tp-caption.purchase,
.tp-static-layers .purchase {
    display: none !important;
    visibility: hidden !important;
}

.director-highlight .single-item .mail p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .director-highlight {
        padding-top: 24px;
    }

    .director-highlight .section-breaker-line {
        margin-bottom: 24px;
    }

    .director-highlight .row > [class*="col-"] {
        margin-bottom: 24px;
    }
}

/* Services page updates */
.services-page-intro {
    max-width: 760px;
    margin: 14px auto 0;
    color: #666;
    line-height: 1.8em;
}

/* Services page cards: darker borders + equal aligned boxes */
.full-range-services-area .row {
    display: flex;
    flex-wrap: wrap;
}

.full-range-services-area .row > [class*="col-"] {
    display: flex;
}

.full-range-services-area .single-item {
    width: 100%;
    display: flex;
}

.full-range-services-area .single-item .inner-content {
    width: 100%;
    height: 100%;
    border: 1.5px solid #3d3d3d;
    border-radius: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.full-range-services-area .single-item .content {
    min-height: 150px;
}

.full-range-services-area .single-item .content h3 {
    min-height: 44px;
}

.full-range-services-area .single-item .inner-content .icon-holder {
    width: 55px !important;
    height: 55px !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.full-range-services-area .single-item .inner-content .icon-holder span {
    display: block !important;
    text-align: center !important;
}

.full-range-services-area .single-item .inner-content .icon-holder span::before {
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Home booking form: red curved field borders */
.index-booking-area .free-appoinment-form .input-field input,
.index-booking-area .free-appoinment-form .input-field textarea,
.index-booking-area .free-appoinment-form .select-field .bootstrap-select > .dropdown-toggle {
    border: 1.5px solid #d7deea !important;
    border-radius: 10px !important;
    background: #fff;
}

.index-booking-area .free-appoinment-form .input-field textarea {
    border-radius: 10px !important;
}

.index-booking-area .free-appoinment-form .input-field .icon-holder,
.index-booking-area .free-appoinment-form .select-field .icon-holder {
    background: #f1f3f7;
    border-right: 1px solid #d7deea;
}

/* Appointment page: clean two-column redesign */
.appointment-clean-area {
    padding: 82px 0 90px;
    background: linear-gradient(180deg, #f7f9ff 0%, #fef7f7 100%);
}

.appointment-clean-wrap {
    background: #fff;
    border: 1px solid #dfe5f0;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(16, 46, 98, 0.1);
    padding: 34px 32px 30px;
}

.appointment-clean-head {
    margin-bottom: 22px;
    position: relative;
}

.appointment-clean-head h2 {
    margin: 0 0 8px;
    font-size: 38px;
    font-weight: 800;
    background: linear-gradient(120deg, #c70019 0%, #ff4b3a 55%, #1f56a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.appointment-clean-head p {
    color: #5f6d85;
    margin: 0;
}

.appointment-clean-head:after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, #c70019 0%, #ff4b3a 65%, #1f56a8 100%);
}

.appointment-clean-form .input-field input,
.appointment-clean-form .input-field textarea,
.appointment-clean-form .select-field select,
.appointment-clean-form .select-field .bootstrap-select > .dropdown-toggle {
    border-radius: 10px;
    border: 1.5px solid #cfd8e8;
    background: #ffffff;
    color: #2a3550;
}

/* Prevent bootstrap-select collapse in service column */
.appointment-clean-form .select-field,
.index-booking-area .free-appoinment-form .select-field {
    width: 100%;
}

.appointment-clean-form .select-field .bootstrap-select,
.index-booking-area .free-appoinment-form .select-field .bootstrap-select {
    width: 100% !important;
}

.appointment-clean-form .select-field .bootstrap-select > .dropdown-toggle,
.index-booking-area .free-appoinment-form .select-field .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 38px;
}

.appointment-clean-form .input-field textarea {
    min-height: 132px;
}

.appointment-clean-form .input-field .icon-holder,
.appointment-clean-form .select-field .icon-holder {
    border-radius: 10px 0 0 10px;
    background: #eef3ff;
    border-right: 1px solid #cfd8e8;
}

.appointment-clean-form .input-field input:focus,
.appointment-clean-form .input-field textarea:focus,
.appointment-clean-form .select-field select:focus,
.appointment-clean-form .select-field .bootstrap-select > .dropdown-toggle:focus {
    border-color: #2c5fb0;
    box-shadow: 0 0 0 3px rgba(44, 95, 176, 0.14);
}

.appointment-clean-form .select-field select {
    width: 100%;
    height: 54px;
    padding: 0 42px 0 66px;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.appointment-clean-form .aut-cr-btn {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(120deg, #d2001a 0%, #ff3c30 100%);
    border: 0;
    letter-spacing: 0.4px;
    box-shadow: 0 10px 20px rgba(199, 0, 25, 0.25);
}

.appointment-clean-form .aut-cr-btn:hover {
    background: linear-gradient(120deg, #ac0015 0%, #d92f23 100%);
}

@media (max-width: 991px) {
    .appointment-clean-area {
        padding: 68px 0 74px;
    }

    .appointment-clean-wrap {
        padding: 26px 18px 20px;
    }
}

.full-range-services-area .single-item .overlay {
    border-top: 1.5px solid #3d3d3d;
}

.full-range-services-area .single-item:hover .inner-content {
    border-color: #1d1d1d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.service-detail-modal .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}

.service-detail-modal .modal-header {
    background: linear-gradient(120deg, #102e62 0%, #1a4a93 100%);
    border-bottom: 0;
    padding: 16px 22px;
}

.service-detail-modal .modal-header .close {
    color: #fff;
    opacity: 0.95;
    font-size: 28px;
    margin-top: -2px;
}

.service-detail-modal .modal-title {
    color: #fff;
    font-weight: 700;
}

.service-detail-modal .modal-body {
    padding: 24px 24px 16px;
}

.service-detail-modal .modal-body h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #222;
}

.service-detail-modal .modal-body p {
    color: #666;
    line-height: 1.8em;
}

.service-detail-modal .modal-body ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.service-detail-modal .modal-body ul li {
    margin-bottom: 8px;
    color: #333;
}

.service-detail-modal .modal-footer {
    border-top: 1px solid #eee;
    text-align: left;
    padding: 14px 24px 20px;
}

.service-detail-modal .modal-footer .aut-cr-btn {
    min-width: 190px;
    text-align: center;
}

@media (max-width: 767px) {
    .service-detail-modal .modal-body {
        padding: 20px 16px 10px;
    }

    .service-detail-modal .modal-footer {
        padding: 12px 16px 16px;
    }
}

/* Index booking section redesign */
.index-booking-area {
    background: transparent;
    padding: 90px 0;
}

.index-booking-wrap {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.index-booking-info {
    height: 100%;
    padding: 46px 36px;
    background: transparent;
    color: inherit;
}

.index-booking-info h1 {
    color: #222;
    margin-bottom: 6px;
}

.index-booking-info .decor {
    margin-bottom: 20px;
}

.index-booking-info p {
    color: #666;
    line-height: 1.8em;
}

.index-booking-points {
    margin-top: 24px;
}

.index-booking-points .point-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    background: #fff;
    color: #2b2b2b;
    border: 1px solid #ececec;
    font-weight: 600;
}

.index-booking-points .point-item span {
    color: #f93e32;
    font-size: 18px;
}

.index-booking-fields {
    padding: 36px 36px 30px;
    background: transparent;
}

.index-booking-form .input-field input,
.index-booking-form .input-field textarea,
.index-booking-form .bootstrap-select > .dropdown-toggle {
    border-radius: 8px;
    border: 1px solid #e6e7eb;
    background: #fff;
}

.index-booking-form .input-field textarea {
    min-height: 132px;
}

.index-booking-form .input-field .icon-holder {
    border-radius: 8px 0 0 8px;
}

.index-booking-form .aut-cr-btn {
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 13px 20px;
    background: linear-gradient(120deg, #ff4d4d 0%, #c70019 100%);
    border: 0;
}

.index-booking-form .aut-cr-btn:hover {
    background: linear-gradient(120deg, #d81a1a 0%, #8e0012 100%);
}

@media (max-width: 991px) {
    .index-booking-area {
        padding: 70px 0;
    }

    .index-booking-info {
        padding: 34px 26px;
    }

    .index-booking-fields {
        padding: 28px 22px 24px;
    }
}

.brand-scroll:hover .brand-scroll-track {
    animation-play-state: paused;
}

@keyframes brandScrollMarquee {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .brand-scroll-area .brand-scroll-track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100% !important;
        max-width: 100%;
    }

    .brand-scroll-area .brand-scroll-track .single-item[aria-hidden="true"] {
        display: none;
    }

    .brand-scroll-area .brand-scroll {
        mask-image: none;
        -webkit-mask-image: none;
    }
}

/* Global floating contact actions */
.quick-contact-actions {
    position: fixed;
    right: 26px;
    bottom: 150px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-contact-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    animation: quickContactFloat 2.6s ease-in-out infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quick-call-btn {
    background: linear-gradient(120deg, #0f4db4 0%, #1f7cff 100%);
    animation-delay: 0.15s;
}

.quick-whatsapp-btn {
    background: linear-gradient(120deg, #0ea24b 0%, #25d366 100%);
}

.quick-contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
    color: #fff;
}

@keyframes quickContactFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

/* Global page preloader */
.page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.page-loader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.page-loader .loader {
    width: 50px;
    aspect-ratio: 1;
    color: #f03355;
    --_c: no-repeat radial-gradient(farthest-side, currentColor 92%, #0000);
    background:
        var(--_c) 50% 0 / 12px 12px,
        var(--_c) 50% 100% / 12px 12px,
        var(--_c) 100% 50% / 12px 12px,
        var(--_c) 0 50% / 12px 12px,
        var(--_c) 50% 50% / 12px 12px,
        conic-gradient(from 90deg at 4px 4px, #0000 90deg, currentColor 0) -4px -4px / calc(50% + 2px) calc(50% + 2px);
    animation: l8 1s infinite linear;
}

@keyframes l8 {
    to {
        transform: rotate(.5turn);
    }
}

@media (max-width: 767px) {
    .quick-contact-actions {
        right: 18px;
        bottom: 94px;
    }

    .quick-contact-btn {
        width: 46px;
        height: 46px;
        font-size: 21px;
    }
}


