.temp-home-page {
    --temp-home-sticky-offset: 0px;
    background:
        radial-gradient(circle at top, rgba(29, 233, 182, 0.08), transparent 35%),
        linear-gradient(180deg, #03060d 0%, #020408 45%, #060b13 100%);
}

.temp-home-hero {
    padding: 4rem 0 2rem;
}

.temp-home-hero-inner {
    display: grid;
    gap: 1.5rem;
    align-items: end;
}

.temp-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.875rem;
    border: 1px solid rgba(29, 233, 182, 0.35);
    background: rgba(8, 12, 20, 0.68);
    color: #1de9b6;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.temp-home-title {
    margin: 1rem 0 0;
    font-size: clamp(2.5rem, 5vw, 4.75rem);
    line-height: 0.95;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.temp-home-subtitle {
    margin: 1rem 0 0;
    max-width: 42rem;
    color: #cbd5e1;
    font-size: 1.05rem;
}

.temp-home-hero-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    flex-direction: row;
}
.temp-home-hero-copy:before{
        content:"";
        position:absolute;
        inset:0;
        background:
        radial-gradient(circle at 30% 40%,
        rgba(24,255,224,.08),
        transparent 45%);
        pointer-events:none;
        }
.temp-home-flow {
    padding: 2rem 0 3.5rem;
}

.temp-home-stepbar {
    position: relative;
    margin-bottom: 2rem;
    z-index: 5;
}

.temp-home-stepbar-track {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.temp-home-stepbar-progress {
    display: block;
    width: 48%;
    height: 3px;
    background: linear-gradient(
90deg, transparent, #1de9b6);
    box-shadow: 0 0 16px rgba(29, 233, 182, 0.45);
    transition: width 0.3s ease;
}

.temp-home-stepbar-points {
    display: flex;
    justify-content: space-around;
    margin-top: -1.15rem;
}

.temp-home-steppoint {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #050810;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 800;
    transition: .5s;
}

.temp-home-steppoint.is-active {
    border-color: #1de9b6;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(29, 233, 182, 0.12), 0 0 16px rgba(29, 233, 182, 0.38);
    transform: scale(1.08);
}

.temp-home-flow-grid,
.temp-home-booking-grid {
    display: grid;
    gap: 1.5rem;
}

.temp-home-flow-shell {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: max-height 0.3s ease;
}

.temp-home-flow-shell.is-booking-open .temp-home-booking {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.temp-home-panel,
.temp-home-booking-summary,
.temp-home-booking-form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 12, 20, 0.85);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.temp-home-panel {
    padding: 1.25rem;
}

.temp-home-panel-head {
    margin-bottom: 1.25rem;
}

.temp-home-panel-title {
    font-size: clamp(1.6rem, 3vw, 1.85rem);
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}

.temp-home-panel-note {
    /* margin-top: 0.5rem; */
    color: #cbd5e1;
}

.temp-home-category-grid {
    display: grid;
    gap: 1rem;
}

.temp-home-category-card,
.temp-home-moto-card,
.temp-home-service-card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top, rgba(29, 233, 182, 0.08), transparent 42%),
        rgba(3, 8, 16, 0.92);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.temp-home-category-card {
    position: relative;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    text-align: left;
    cursor: pointer;
}

.temp-home-category-card.is-active,
.temp-home-service-card.is-active,
.temp-home-moto-card.is-active {
    border-color: #1de9b6;
    box-shadow: 0 0 24px rgba(29, 233, 182, 0.2);
}

.temp-home-category-card:hover,
.temp-home-service-card:hover,
.temp-home-moto-card:hover {
    transform: translateY(-2px);
    border-color: rgba(29, 233, 182, 0.7);
}

.temp-home-category-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.temp-home-category-roman {
    color: #1de9b6;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.temp-home-category-check {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition:.2s;
}
.temp-home-category-check:hover {
    border-color:#1de9b6;
    box-shadow:0 0 12px rgba(24,255,224,.2);    
}
.temp-home-category-check::after {
    content: "";
    position: absolute;
    inset: 0.18rem;
    background: #1de9b6;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.temp-home-category-card.is-active .temp-home-category-check,
.temp-home-moto-card.is-active .temp-home-category-check {
    border-color: #1de9b6;
}

.temp-home-category-card.is-active .temp-home-category-check::after,
.temp-home-moto-card.is-active .temp-home-category-check::after {
    opacity: 1;
}

.temp-home-category-title {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.05;
    text-transform: uppercase;
    /* min-height: 2.6rem; */
}

.temp-home-category-desc {
    color: #cbd5e1;
    font-size: 0.8rem;
    max-width: 180px;
    min-height: 2.6rem;
}

.temp-home-category-image {
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;

}

.temp-home-category-image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    /* scale: 1.25; */
    transition:.25s ease;
}



.temp-home-moto-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    scale: 1;
    transition:.25s ease;
}
.temp-home-category-examples {
    display: grid;
    gap: 0.4rem;
    color: #e2e8f0;
    font-size: 0.75rem;
    text-align: center;
}

.temp-home-category-examples-label {
    color: #1de9b6;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.temp-home-moto-card {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
    display: grid;
    gap: 1rem;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.temp-home-moto-copy h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.temp-home-moto-copy p {
    color: #cbd5e1;
    font-size: 0.85rem;
}

.temp-home-selected {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.125rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.temp-home-selected-icon {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.temp-home-selected-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.temp-home-selected-label,
.temp-home-total-label,
.temp-home-summary-list dt {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .6;
}

.temp-home-selected strong,
.temp-home-summary-list dd {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.temp-home-change-btn {
    justify-self: start;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(29, 233, 182, 0.6);
    color: #1de9b6;
    cursor: pointer;
    font-weight: 800;
    transform: skewX(-12deg);
    font-style: italic;
    text-transform: uppercase;
}

.temp-home-service-stack {
    display: grid;
    gap: 1rem;
}

.temp-home-service-card {
    padding: 1rem 1.125rem;
    cursor: pointer;
}

.temp-home-service-card.is-disabled {
    opacity: 0.58;
    cursor: default;
}

.temp-home-service-card.is-disabled:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.14);
}

.temp-home-service-card.is-disabled .temp-home-service-toggle {
    cursor: default;
    color: rgba(29, 233, 182, 0.55);
}

.temp-home-service-card[hidden] {
    display: none !important;
}

.temp-home-service-main {
    display: grid;
    grid-template-columns: auto 1.2fr auto;
    gap: 1rem;
    align-items: center;
}

.temp-home-service-icon {
    width: 6rem;
    transition:.25s ease;
}

.temp-home-service-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.temp-home-service-copy h3 {
    font-size: clamp(1.2rem, 3vw, 1.9rem);
    line-height: 1;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    /* text-wrap-mode: nowrap; */
}

.temp-home-service-copy p {
    margin-top: 0.35rem;
    color: #e2e8f0;
    font-size: 0.8rem;
}

.temp-home-service-price {
    font-size: clamp(1.6rem, 5vw, 2.8rem);
    font-weight: 600;
    color: #1de9b6;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-shadow:0 0 18px rgba(22,242,210,.35);
}

.temp-home-service-toggle {
    /* margin-top: 0.85rem; */
    color: #1de9b6;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    /* text-wrap-mode: nowrap; */
}

.temp-home-service-details {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 0.55rem;
    color: #cbd5e1;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: 0.3s ease;
}

.temp-home-service-details.is-open {
    max-height: max-content!important;
    margin-top: 1rem;
    padding-top: 1rem;
    opacity: 1;
}

.temp-home-service-details li {
    display: block;
}

.temp-home-service-detail-option {
    display: grid;
    grid-template-columns: 1rem 1fr;
    gap: 0.75rem;
    align-items: start;
    cursor: pointer;
}

.temp-home-service-detail-option input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
}

.temp-home-service-detail-option span {
    line-height: 1.45;
}

.temp-home-heavy-soil {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 1rem 1.125rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
}

.temp-home-heavy-soil input {
    width: 1.4rem;
    height: 1.4rem;
}

.temp-home-heavy-soil strong {
    margin-left: auto;
    color: #1de9b6;
    font-size: 1.6rem;
    text-wrap-mode: nowrap;
    text-shadow: 0 0 18px rgba(22,242,210,.35);
}

.temp-home-heavy-soil-note {
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.85rem;
}

.temp-home-total-bar {
    display: grid;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    margin-top: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.03);
    grid-template-columns: 0.8fr 1fr;
}

.temp-home-total-bar .btn-speed {
    cursor: pointer;
}

.temp-home-total-bar .btn-speed[disabled],
.temp-home-total-bar .btn-speed[aria-disabled="true"] {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
    filter: grayscale(0.15);
    pointer-events: none;
}
.temp-home-total-bar>div{
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: center;
    gap: 1rem;
    grid-auto-flow: column;
}
.temp-home-total-value {
    display: block;
    font-size: clamp(2.2rem, 5vw, 2.8rem);
    font-weight: 700;
    color: #1de9b6;
    text-shadow: 0 0 18px rgba(22,242,210,.35);
}

.temp-home-footnotes {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.72);
}

.temp-home-footnote {
    padding-left: 1rem;
    border-left: 2px solid rgba(29, 233, 182, 0.35);
    font-size: 0.95rem;
}

.temp-home-booking {
    position: absolute;
    inset: 0;
    padding: 0;
    background: rgba(3, 6, 13, 0.98);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
    overflow-y: auto;
    z-index: 3;
}

.temp-home-booking-summary,
.temp-home-booking-form {
    padding: 1.25rem;
}
.temp-home-booking-form button{
    margin-top:20px
} 
.temp-home-booking-back {
    margin-top: 20px;
}
.temp-home-booking-summary {
    display: flex;
    flex-direction: column;
}

.temp-home-booking-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    width: fit-content;
    margin-top: auto;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(29, 233, 182, 0.6);
    color: #1de9b6;
    cursor: pointer;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.temp-home-booking-summary h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}

.temp-home-booking-summary p {
    margin-top: 0.75rem;
    color: #cbd5e1;
}

.temp-home-summary-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
}

.temp-home-summary-contact {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    grid-auto-flow: column;
    justify-content: stretch;
    align-items: center;
}

.temp-home-summary-contact-label {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.temp-home-summary-phone {
    color: #1de9b6;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-shadow: 0 0 18px rgba(22,242,210,.35);
}

.temp-home-summary-socials {
    display: flex;
    gap: 0.75rem;
}

.temp-home-summary-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid rgba(29, 233, 182, 0.4);
    color: #1de9b6;
    background: rgba(3, 8, 16, 0.92);
}

.temp-home-summary-social svg {
    width: 1.25rem;
    height: 1.25rem;
}

.temp-home-summary-social.is-hidden {
    display: none;
}

.temp-home-form-grid {
    display: grid;
    gap: 1rem;
}

.temp-home-form-errors {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.5rem;
}

.temp-home-form-grid label,
.temp-home-booking-form > label {
    display: grid;
    gap: 0.45rem;
}

.temp-home-form-grid span,
.temp-home-booking-form > label span {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.temp-home-form-grid input,
.temp-home-form-grid select {
    width: 100%;
    box-sizing: border-box;
    min-height: 3.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(3, 8, 16, 0.92);
    color: #fff;
}
input,
select{transition:.2s;}
input:hover,
select:hover{
    border-color:#1de9b6;
}

input:focus,
select:focus{
    border-color:#1de9b6;
    box-shadow:
        0 0 0 4px rgba(24,255,224,.12);
}
.temp-home-field-full {
    grid-column: 1 / -1;
}

.temp-home-consent {
    display: grid;
    grid-template-columns: 1.15rem 1fr;
    gap: 0.75rem;
    align-items: start;
    margin-top: 1rem;
    color: #cbd5e1;
}

.temp-home-consent input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.1rem;
}

.temp-home-consent span {
    line-height: 1.4;
}

.temp-home-booking-form small {
    display: block;
    /* min-height: 1.15rem; */
    height: fit-content;
    color: #f87171;
    font-size: 0.8rem;
}

.temp-home-form-message,
.temp-home-form-success {
    /* min-height: 1.5rem; */
    margin: 0.85rem 0;
    font-size: 0.95rem;
}

.temp-home-form-success {
    color: #1de9b6;
}

.temp-detailing-card {
    min-height: 28rem;
    perspective: 1600px;
}

.temp-detailing-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 28rem;
    transform-style: preserve-3d;
    transition: transform 0.7s ease;
}

.temp-detailing-card.is-flipped .temp-detailing-card-inner {
    transform: rotateY(180deg);
}

.temp-detailing-card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.temp-detailing-card-front {
    z-index: 2;
}

.temp-detailing-card-back {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: rotateY(180deg);
    overflow-y: auto;
}

.temp-detailing-card-backhead {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.temp-detailing-form-label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.temp-detailing-close {
    border: 1px solid rgba(29, 233, 182, 0.6);
    color: #1de9b6;
    padding: 0.45rem 0.8rem;
    cursor: pointer;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
}

.temp-detailing-price-row {
    display: none;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.temp-detailing-form {
    display: none;
    gap: 0.85rem;
}

.temp-detailing-card.is-flipped .temp-detailing-card-backhead {
    display: flex;
}

.temp-detailing-card.is-flipped .temp-detailing-price-row {
    display: flex;
}

.temp-detailing-card.is-flipped .temp-detailing-form {
    display: grid;
}

.temp-detailing-form-grid {
    display: grid;
    gap: 1rem;
}

.temp-detailing-form-grid label {
    display: grid;
    gap: 0.45rem;
}

.temp-detailing-form-grid span {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.temp-detailing-form-grid input,
.temp-detailing-form-grid select {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(3, 8, 16, 0.92);
    color: #fff;
    box-sizing: border-box;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    -webkit-appearance: auto;
    opacity: 1;
    cursor: pointer;
}

input[type="date"] {
    color-scheme: dark;
}
.temp-detailing-form-full {
    grid-column: 1 / -1;
}

.temp-detailing-form-errors {
    display: grid;
    gap: 0.35rem;
}

.temp-detailing-form-errors small,
.temp-detailing-form-message,
.temp-detailing-form-success {
    display: none;
    /* min-height: 1.15rem; */
    font-size: 0.8rem;
}

.temp-detailing-form-errors small,
.temp-detailing-form-message {
    color: #f87171;
}

.temp-detailing-form-success {
    color: #1de9b6;
}

.temp-detailing-bundle-card {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.temp-detailing-bundle-head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.temp-detailing-bundle-options {
    display: grid;
    gap: 0.85rem;
}

.temp-detailing-bundle-option {
    display: grid;
    grid-template-columns: 1.1rem 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
}

.temp-detailing-bundle-option input[type="checkbox"] {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
}

.temp-detailing-bundle-option input[type="hidden"] {
    display: none;
}

.temp-detailing-bundle-option-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.temp-detailing-bundle-option-copy strong {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.temp-detailing-bundle-option-copy em {
    color: #1de9b6;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.temp-detailing-bundle-form {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .temp-home-hero-inner,
    .temp-home-flow-grid,
    .temp-home-booking-grid{
        grid-template-columns: 1fr 1fr;
    }

    .temp-home-category-grid {
        grid-template-columns: 1fr 1fr;
    }

    .temp-home-moto-card {
        grid-template-columns: 5rem 1fr 9rem;
    }

    .temp-home-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .temp-detailing-form-grid {
        grid-template-columns: 1fr 1fr;
    }

    .temp-detailing-bundle-options {
        grid-template-columns: 1fr 1fr;
    }

    .temp-home-total-bar > .btn-speed {
        justify-self: end;
    }

    .temp-home-booking {
        padding: 1rem 0 0;
    }
}

@media (max-width: 767px) {
    .temp-home-stepbar {
        position: sticky;
        top: 112px;
        padding: 2rem 0 1rem;
        backdrop-filter: blur(10px);
        margin-bottom: 20px;
    }

    .temp-home-stepbar-points {
    }

    .temp-home-service-main {
        grid-template-columns: auto 1fr auto;
        gap: 0.8rem;
    }
    .temp-home-category-image img{
        scale:1;
    }
    .temp-home-service-icon{
        width: 4.5rem;
        scale: 1.4;
    }
    .temp-home-service-copy{
        text-align: center;
    }
    .temp-home-service-details{
        margin: 0;
    }
    .temp-home-service-price,
    .temp-home-change-btn {
        justify-self: start;
    }

    .temp-home-selected {
        grid-template-columns: 1fr 3rem;
    }
    .temp-home-booking-grid{
        grid-template-columns: 1fr;
    }
    .temp-home-total-bar {
        grid-template-columns: 1fr;
    }
    .temp-home-selected button{
        order: 1;
    }
    .temp-home-selected-icon{
        order: 1;
    }
    .temp-home-booking-back {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .temp-home-booking {
        padding-top: 0.5rem;
    }
    .temp-home-booking-form button{
        width:100%;
    }

    .temp-detailing-card,
    .temp-detailing-card-inner {
        min-height: 38rem;
    }

    .temp-detailing-card-backhead,
    .temp-detailing-price-row {
        flex-direction: column;
        align-items: stretch;
    }

    .temp-detailing-bundle-option-copy {
        align-items: start;
    }
}
.temp-home-category-card,.temp-home-moto-card{
    position:relative;
    overflow:hidden;
}

.temp-home-category-card:before,.temp-home-moto-card:before{
    z-index: 3;
    content:"";
    position:absolute;
    width:120px;
    height:250%;
    top:-80%;
    left:-150px;
    transform:rotate(25deg);
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.08),
            transparent
        );
    transition:.5s;
}

.temp-home-category-card:hover:before,.temp-home-moto-card:hover:before{
    left:140%;
}
.temp-home-category-card img,.temp-home-moto-card img {
    transition:.25s ease;
}
.temp-home-category-card:hover img,.temp-home-moto-card:hover img{
    transform:scale(1.1);
}
