.badges-wraper {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 45px;
    justify-content: center;
    margin-top: 100px;
}

/*======= Home Page CSS =======*/
.hero-slider{
    position:relative;
    width:100%;
    overflow:hidden;
    height: 100vh;
}
/*.hero-slider::after, .hero-inner-page::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: rgba(75, 75, 75, 0.2);
    backdrop-filter: blur(30px);
    z-index: 9;
}*/
.hero-slider .hero-slide::before {
    position: absolute;
    content: "";
    background: #00000099;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 130px;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: translateX(6%);
    transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
    pointer-events: none;
    will-change: opacity, transform;
    z-index: 0;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-slide.active{
    position:relative;
    opacity:1;
    transform:translateX(0);
    pointer-events:auto;
    z-index:2;
}
.hero-slide.leaving{
    position:absolute;
    opacity:0;
    transform:translateX(-6%);
    z-index:1;
}
.hero-tagline, .hero-title, .hero-des, .hero-cta{
    opacity:0;
    transform:translateX(28px);
    filter:blur(6px);
    transition:opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1), filter .6s ease;
}
.hero-slide.active .hero-tagline{
    transition-delay:.12s;
}
.hero-slide.active .hero-title{
    transition-delay:.22s;
}
.hero-slide.active .hero-des{
    transition-delay:.34s;
}
.hero-slide.active .hero-cta{
    transition-delay:.46s;
}
.hero-slide.active .hero-tagline,
.hero-slide.active .hero-title,
.hero-slide.active .hero-des,
.hero-slide.active .hero-cta{
    opacity:1;
    transform:translateX(0);
    filter:blur(0);
}
.hero-slide.leaving .hero-tagline,
.hero-slide.leaving .hero-title,
.hero-slide.leaving .hero-des,
.hero-slide.leaving .hero-cta{
    opacity:0;
    transform:translateX(-16px);
    filter:blur(3px);
    transition:opacity .3s ease, transform .3s ease, filter .3s ease;
}*/
.hero-content {
    max-width: 1050px;
    margin-left: 100px;
}
.hero-tagline {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-orange);
    margin-bottom: 12px;
    line-height: 1;
    letter-spacing: 0.45px;
}
.hero-slide-4 .hero-tagline {
    color: #fff;
}
.hero-slide-4 .hero-tagline span {
    background: #F59E0B;
    padding: 10px 12px;
    border-radius: 3px;
    display: inline-block;
}
.hero-title {
    font-size: clamp(40px, 8vw, 72px);
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-light);
    text-transform: capitalize;
    margin-bottom: 24px;
    font-family: "Momo Trust Display", sans-serif;
}
.hero-slide .hero-des {
    font-size: 21px;
    color: #F59E0B;
    max-width: 480px;
    margin-top: 25px;
}
.hero-cta {
    margin-top: 70px;
}
.hero-cta .btn {
    padding: 15px 90px;
}
.hero-slider .dots {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 99;
    left: auto;
    bottom: auto;
    width: auto;
}
.hero-slider .dot{
    width:11px;
    height:11px;
    border-radius:50%;
    background: conic-gradient(from 182.6deg at 50% 50%, #D9D9D9 0deg, #737373 180deg, #D9D9D9 360deg);
    border:none;
    cursor:pointer;
    padding:0;
    transition:background .3s ease, height .3s ease;
}
.hero-slider .dot.active{
    background: rgba(217, 217, 217, 1);
    height: 30px;
    border-radius:10px;
}

/*======= Home Section 2 CSS =======*/
.about-sec {
    background-size: cover;
    background-position: center;
}
.about-sec {
    padding: 150px 0;
}
.about-sec .section-title {
    font-size: 48px;
    margin-bottom: 15px;
    color: #fff;
}
.bottom-title {
    color: var(--color-orange);
    font-size: 16px;
    line-height: 1.5;
}
.about-sec .content {
    color: #D1D1D1;
    font-size: 18px;
    line-height: 1.6;
    max-width: 480px;
    margin-left: 80px;
}
.about-sec .badges-wraper {
    gap: 38px;
    margin-top: 70px;
    justify-content: flex-start;
}
.about-sec .badges-wraper img {
    max-width: 190px;
    height: 90px;
    object-fit: contain;
}


/*======= Home Section 6 CSS =======*/
.product-sec {
    padding: 100px 0;
    background-image: url(../desktop-images/service-sec-bg.webp);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-sec::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(30px);
}
.product-sec .head-sec {
    margin-bottom: 90px;
    text-align: center;
}
.product-sec .product-loop {
    margin-bottom: 110px;
}
.product-sec .product-loop:last-child {
    margin-bottom: 0px;
}
.product-img {
    display: block;
    border-radius: 17px;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    width: 100%;
    object-position: center;
    aspect-ratio: 3 / 1.6;
}
.product-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -30.29%, rgba(255, 255, 255, 0) 144.92%);
    backdrop-filter: blur(64.54804229736328px);
    padding: 30px 35px 40px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0px;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(302.81deg, rgba(245, 251, 242, 0.44) -6.51%, rgba(245, 251, 242, 0.24) 102.43%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.product-card .product-title {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 300;
}
.product-card .product-des {
    color: #9BA1AE;
    line-height: 1.9;
    font-weight: 400;
}
.product-card .btn-primary {
    margin-top: 70px;
}
















/* -------------------------------------------------------
   ABOUT TITLE
   ------------------------------------------------------- */



.hero__title-about {
    display: flex;
    flex-direction: column;
    font-size: clamp(32px, 8vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-light);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero__title-about span:last-child {
    position: relative;
    padding-left: 5rem;
}

.hero__title-about span:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
}

/* -------------------------------------------------------
   SPACER
   ------------------------------------------------------- */

.hero__spacer {
    flex: 1;
}

/* -------------------------------------------------------
   BADGES
   ------------------------------------------------------- */
.hero__badges {
    display: flex;
    align-items: center;
    /* vertically center all badges to same line */
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    flex-shrink: 0;
}

.hero__badge-item {
    flex: 1;
    display: flex;
    align-items: center;
    height: 73px;
    border-radius: 10px;
    padding: 6px 8px;
}

/* Left badge */
.hero__badge-item:nth-child(1) {
    justify-content: flex-start;
}

/* Middle badge */
.hero__badge-item:nth-child(2) {
    justify-content: center;
}

/* Right badge */
.hero__badge-item:nth-child(3) {
    justify-content: flex-end;
}

.hero__badge-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* -------------------------------------------------------
   PARTNERS STRIP
   ------------------------------------------------------- */

.hero__partners {
    background-color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 20px;
    overflow-x: auto;
    flex-shrink: 0;
}

.hero__partners img {
    height: 28px;
    width: auto;
    object-fit: contain;
    opacity: 0.85;
}

/* -------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------- */

@media (max-width: 380px) {
    .hero__title {
        max-width: 85%;
        font-size: 32px;
    }



}

@media (min-width: 420px) {

}

/* -------------------------------------------------------
   SAFE AREA
   ------------------------------------------------------- */

@supports (padding-bottom: env(safe-area-inset-bottom)) {
    .hero__badges {
        padding-bottom: calc(20px + env(safe-area-inset-bottom));
    }

    .hero__partners {
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
    }
}

/* -------------------------------------------------------
   PRODUCT LISTING SECTION
   ------------------------------------------------------- */
.prod-listing {
    padding: 32px 0 80px;
}

.prod-listing__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-light);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

/* ── Filter pill bar ── */
.prod-listing__filters-wrap {
    margin-bottom: 24px;


}

/*.prod-listing__filters {
    display: flex;
    align-items: center;
    background: radial-gradient(ellipse at center, #2e2e2e 0%, #1a1a1a 100%);
    border-radius: 999px;
    padding: 5px 6px;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.6);
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.prod-listing__filters::-webkit-scrollbar {
    display: none;
}

.prod-filter {
    padding: 9px 22px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.prod-filter.is-active {
    background: linear-gradient(180deg, #3a3a3a 0%, #2c2c2c 100%);
    color: #ffffff;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.6),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}*/


.prod-listing__filters {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
}
.prod-listing__filters .prod-filter {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    padding: 14px 18px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

/* ── Cards ── */
.prod-listing__grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.prod-listing__card {
    border-radius: 20px;
    overflow: hidden;
}

.prod-listing__card.is-hidden {
    display: none;
}

.prod-listing__img-wrap {
    position: relative;
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    /* ← remove this line */
    border-radius: 20px;
    overflow: hidden;
    background: #222;
}

.prod-listing__img-wrap img {
    width: 100%;
    height: auto;
    /* ← was 100%, change to auto */
    object-fit: cover;
    display: block;
}

/* ── Bottom label bar — frosted glass strip ── */
.prod-listing__label-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    border-radius: 41px;
    align-items: center;
    justify-content: space-between;
    padding: 6px 14px 6px 18px;
    background: rgba(202, 202, 202, 0.55);
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prod-listing__label {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    font-family: 'Muli', sans-serif;
    line-height: 1.35;
    flex: 1;
    padding-right: 12px;
}

/* ── Arrow button ── */
.btn-listing {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
}

.btn-listing:active {
    background: #d48f1a;
    transform: scale(0.93);
}

.btn-listing .icon {
    transform: rotate(40deg);
}

/* -------------------------------------------------------
   NEWS & DEALS LISTING SECTION
   ------------------------------------------------------- */
.news-listing {
    padding: 32px 0 80px;
}

.news-listing__title {
    font-size: 10px;
    font-weight: 700;
    color: var(--color-light);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 20px;

}

/* ── Cards grid ── */
.news-listing__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-listing__card {
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-listing__card:hover {
    transform: translateY(-2px);
}

.news-listing__card.is-hidden {
    display: none;
}

/* ── Image on top ── */
.news-listing__img-wrap {
    position: relative;
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    background: #222;
}

.news-listing__img-wrap img {
    width: 100%;
    height: 200px;
    object-fit: fit;
    display: block;
}

/* ── Content below image ── */
.news-listing__body {
    padding: 16px 16px 20px;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
}

.news-listing__card-title {
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    font-family: 'Muli', sans-serif;
    line-height: 1.4;
    margin-bottom: 8px;
    padding-right: 44px;
    position: relative;
}

.news-listing__card-desc {
    font-size: 12px;
    font-weight: 400;
    color: #555555;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
}

/* ── Title row with arrow button ── */
.news-listing__card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.news-listing__card-header .news-listing__card-title {
    margin-bottom: 0;
    padding-right: 0;
    flex: 1;
}

/* ── Arrow button ── */
.btn-news {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
    margin-top: 2px;
}

.btn-news:active {
    background: #d48f1a;
    transform: scale(0.93);
}

.btn-news .icon {
    transform: rotate(40deg);
    transition: transform 0.25s ease;
}

.news-listing__card:hover .btn-news .icon,
.news-listing__card.is-hovered .btn-news .icon {
    transform: rotate(-45deg);
}

/* ── Show More ── */
.news-listing__show-more {
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    color: var(--color-orange);
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: opacity 0.2s;
}

.news-listing__show-more:active {
    opacity: 0.7;
}

/* -------------------------------------------------------
   ABOUT SECTION
   ------------------------------------------------------- */
.about {
    padding: 40px 0 48px;
}

.about__header {
    margin-bottom: 20px;
}

.about__title {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-light);
    font-family: 'Poppins', sans-serif;
}

.about-card {
    position: relative;
    border-radius: 20px;
    overflow: visible;
}

.about-card__slides {
    position: relative;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

/* hidden by default — JS controls display inline */
.about-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.about-slide.is-active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.about-card__img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.about-card__body {
    padding: 22px 20px 36px;
}

/* ── Base arrow styles (shared) ── */
.about-card__arrow {
    position: absolute;
    bottom: 220px;
    top: 310px;
    width: 48px;
    height: 48px;
    border-radius: 20%;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    color: var(--color-light);
    z-index: 2;
    transition: background 0.2s, transform 0.15s, opacity 0.25s, visibility 0.25s;
}

.about-card__arrow:active {
    transform: scale(0.93);
    background: #d48f1a;
}

/* ── Next (right) button ── */
.about-card__arrow--next {
    right: 1px;
}

/* ── Prev (left) button ── */
.about-card__arrow--prev {
    left: 1px;
    right: auto;
}

.about-card__name {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.about-card__text {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 10px;
    font-family: 'Muli', sans-serif;
    text-align: center;
}

.about-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: 3rem;
}

.about-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    transition: width 0.25s, background 0.25s;
}

.about-dot.is-active {
    width: 24px;
    border-radius: 4px;
    background: var(--color-orange);
}




/* -------------------------------------------------------
   PRODUCT STATS
   ------------------------------------------------------- */
.prod-stats {
    padding: 36px 0;
}

.prod-stats__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
    overflow: hidden;

    background: linear-gradient(180deg,
        rgba(105, 105, 105, 0.95) 0%,
        rgba(22, 22, 22, 0.98) 100%);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 15px 40px rgba(0, 0, 0, 0.45);
}

/* Gradient border effect */
.prod-stats__grid::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;

    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.20),
        rgba(255, 255, 255, 0.04),
        rgba(255, 255, 255, 0.15));

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.prod-stat {
    position: relative;
    padding: 48px 18px;
    min-height: 120px;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 8px;

    text-align: center;
}

/* Short vertical divider */
.prod-stat:nth-child(odd)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 18%;
    width: 1px;
    height: 54%;
    background: rgb(255, 255, 255);
}


.prod-stat__num {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: "Mulish", sans-serif;
}

.prod-stat__label {
    max-width: 100px;
    font-size: 12px;
    line-height: 1.45;
    color: rgb(255, 255, 255);
    font-family: "Mulish", sans-serif;
}

@media (max-width: 480px) {
    .prod-stat {
        padding: 22px 14px;
        min-height: 105px;
    }

    .prod-stat__num {
        font-size: 30px;
    }

    .prod-stat__label {
        font-size: 11px;
    }
}


/* -------------------------------------------------------
   JOIN US BENEFITS GRID
   ------------------------------------------------------- */
.join-benefits {
    padding: 36px 0;
}

.join-benefits__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(160deg,
        #3a3a3a 0%,
        #2a2a2a 40%,
        #1a1a1a 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
}

/* ---- Shared divider base ---- */
.divider {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

/* ---- Vertical segments ---- */
.divider--top,
.divider--bottom {
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
}

/* TOP — thick at center, fades upward */
.divider--top {
    top: 0;
    bottom: 50%;
    background: linear-gradient(to top,
        rgba(245, 166, 35, 0.9) 0%,
        rgba(245, 166, 35, 0.4) 50%,
        rgba(245, 166, 35, 0) 100%);
}

/* BOTTOM — thick at center, fades downward */
.divider--bottom {
    top: 50%;
    bottom: 0;
    background: linear-gradient(to bottom,
        rgba(245, 166, 35, 0.9) 0%,
        rgba(245, 166, 35, 0.4) 50%,
        rgba(245, 166, 35, 0) 100%);
}

/* ---- Horizontal segments ---- */
.divider--left,
.divider--right {
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
}

/* LEFT — thick at center, fades left */
.divider--left {
    left: 0;
    right: 50%;
    background: linear-gradient(to left,
        rgba(245, 166, 35, 0.9) 0%,
        rgba(245, 166, 35, 0.4) 50%,
        rgba(245, 166, 35, 0) 100%);
}

/* RIGHT — thick at center, fades right */
.divider--right {
    left: 50%;
    right: 0;
    background: linear-gradient(to right,
        rgba(245, 166, 35, 0.9) 0%,
        rgba(245, 166, 35, 0.4) 50%,
        rgba(245, 166, 35, 0) 100%);
}

/* ---- Grid items ---- */
.join-benefit {
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.join-benefit__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-orange);
    font-family: 'Muli', sans-serif;
    line-height: 1.3;
}

.join-benefit__text {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
}

@media (max-width: 380px) {
    .join-benefit {
        padding: 24px 14px;
    }

    .join-benefit__title {
        font-size: 14px;
    }

    .join-benefit__text {
        font-size: 12px;
    }
}

/* -------------------------------------------------------
   JOIN US FEATURE
   ------------------------------------------------------- */

.join-feature {
    padding: 42px 0;
}

.join-feature__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.join-feature__intro {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 34px;
}

.join-feature__intro strong {
    color: #fff;
    font-weight: 700;
}

.join-feature__features {
    margin-left: 0.5rem;
}

.join-feature__icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border-radius: 50%;
    background: #7d6842;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-feature__features-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.join-feature__kf-title {
    color: var(--color-orange);
    font-size: 16px;
    font-weight: 700;
}

.join-feature__kf-list {
    list-style: disc;
    padding-left: 70px;
}

.join-feature__kf-list>li {
    list-style: disc;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
    padding-left: 6px;
    margin-bottom: 16px;
}

.join-feature__kf-list>li:last-child {
    margin-bottom: 0;
}

.join-feature__kf-list>li::marker {
    color: rgba(255, 255, 255, 0.87);
}

.join-feature__kf-item-title {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-right: 2px;
}

/* -------------------------------------------------------
   JOIN US — NOT JUST FOR ANYONE
   ------------------------------------------------------- */

.join-anyone {
    padding: 42px 0;
}

.join-anyone__title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 16px;
}

.join-anyone__intro {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 32px;
}



/* -------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------- */

@media (max-width: 768px) {

    .join-feature__title,
    .join-anyone__title {
        font-size: 20px;
    }

    .join-feature__kf-title {
        font-size: 16px;
    }

    .join-feature__intro,
    .join-feature__kf-list li,
    .join-anyone__intro {
        font-size: 13px;
    }

    .join-feature__features {
        margin-left: 0;
    }

    .join-anyone__btn {
        font-size: 15px;
        padding: 14px 24px;
    }
}





/* -------------------------------------------------------
   PRODUCT FEATURE
   ------------------------------------------------------- */




.prod-feature {
    padding: 42px 0;
}

.prod-feature__title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.prod-feature__intro {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .72);
    margin-bottom: 34px;
}

.prod-feature__highlight {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 34px;
    margin-left: 5rem;
}

.prod-feature__features {
    margin-left: 5rem;
}

.prod-feature__icon {
    width: 18px;
    height: 18px;
    min-width: 18px;

    border-radius: 50%;
    background: #7d6842;

    color: #fff;
    font-size: 10px;
    font-weight: 700;

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

    margin-top: 4px;
}

.prod-feature__highlight-heading {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.prod-feature__highlight-text {
    font-size: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, .72);
}

.prod-feature__table-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 36px;
}

.prod-feature__table-img img {
    width: 100%;
    display: block;
}

.prod-feature__features-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.prod-feature__kf-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.prod-feature__kf-list {
    padding-left: 38px;
    list-style-type: disc;
}

.prod-feature__kf-list li {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    line-height: 2;
    margin-bottom: 12px;
    list-style-type: disc;
}

.prod-feature__content p{
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    line-height: 2;
    margin-bottom: 12px;
    list-style-type: disc;
}
.prod-feature__content ul{
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    line-height: 2;
    margin-bottom: 12px;
    list-style-type: disc;
}

@media (max-width: 768px) {

    .prod-feature__title {
        font-size: 22px;
    }

    .prod-feature__highlight-heading,
    .prod-feature__kf-title {
        font-size: 16px;
    }

    .prod-feature__intro,
    .prod-feature__highlight-text,
    .prod-feature__kf-list li {
        font-size: 13px;
    }

    .prod-feature__highlight,
    .prod-feature__features {
        margin-left: 1rem;
    }
}

/* -------------------------------------------------------
   WHY CHOOSE SECTION
   ------------------------------------------------------- */

.prod-why {
    padding: 40px 0 48px;
}

.prod-why__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-light);
    font-family: 'Muli', sans-serif;
    line-height: 1.3;
    margin-bottom: 16px;
}

.prod-why__intro {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Muli', sans-serif;
    margin-bottom: 16px;
}

.prod-why__sub {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Muli', sans-serif;
    margin-bottom: 28px;
}

.prod-why__points {
    list-style: disc;
    padding-left: 6rem;
    margin-bottom: 28px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.prod-why__points li {
    list-style-type: disc;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.7;
    font-family: 'Muli', sans-serif;
}

.prod-why__point-title {
    font-size: 13px;


    font-family: 'Muli', sans-serif;
}

.prod-why__cta-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.815);
    font-family: 'Muli', sans-serif;
    margin-top: 28px;
}





/* ── Textarea ── */
.contact__textarea {
    resize: none;
    height: 110px;
}

/* ── Other ways to reach us ── */
.contact__other {
    padding: 0px 20px;
    margin-bottom: 10rem;
    margin-top: 32px;

}

.contact__other-title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Muli', sans-serif;
    margin-bottom: 14px;
}

.contact__reach-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(175deg, #8b8b8b 0%, #3f3f3f 60%, #161616 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
    transition: background 0.2s ease;
}

.contact__reach-item:active {
    background: linear-gradient(135deg, #444 0%, #2c2c2c 60%, #1a1a1a 100%);
}

.contact__reach-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(245, 166, 35, 0.12);
    border: 1px solid rgba(245, 166, 35, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact__reach-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Muli', sans-serif;
    margin-bottom: 3px;
}

.contact__reach-value {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

/* ── File Upload ── */
.contact__file-upload {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.06);
    cursor: pointer;
    text-align: center;
}

.contact__file-upload input[type="file"] {
    display: none;
}

.contact__file-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    font-family: 'Muli', sans-serif;
}

/* -------------------------------------------------------
   TESTIMONIAL SECTION
------------------------------------------------------- */
.testimonial {
    position: relative;
    overflow: hidden;
    background: #000;
}
.testimonial .row {
    margin: 0;
}
.testimonial .container-fluid {
    padding: 0;
}
.testimonial .section-title {
    margin-bottom: 60px;
}

.testimonial .testimonial-content-col {
    padding: 100px 0;
}
.testimonial__card {
    position: relative;
    margin: 0 10px;
}

.testimonial__img-outer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    z-index: 0;

}
.testimonial__img-inner {
    position: absolute;
    inset: 70px 16px 16px 16px;
    width: calc(100% - 32px);
    height: calc(100% - 96px);
    object-fit: fill;
    display: block;
    z-index: 1;
}
.bg-gif {
    position: relative;
    height: 100%;
    width: 100%;
}
.bg-gif img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.testimonial__content {
    background: #F59E0B;
    border-radius: 10px 0 0 10px;
    position: relative;
    z-index: 2;
    padding: 90px 90px 50px;
    overflow: hidden;
}
.testimonial__content  .logo-icon {
    position: absolute;
    right: 20px;
    top: 30px;
}
.testimonial__quote-icon {
    display: block;
    margin-bottom: 40px;
}
.testimonial__text {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    max-width: 750px;
    color: #000;
}
.testimonial__author-name {
    display: block;
    font-size: 27px;
    font-weight: 700;
    color: #ffffff;
}
.author-title {
    color: #fff;
    font-size: 20px;
}

.testimonial .swiper-pagination {
    position: static;
    margin-top: 45px;
}
.testimonial .swiper-pagination-bullet  {
    background: #D9D9D9;
    width: 11px;
    height: 11px;
    opacity: 1;
}
.testimonial .swiper-pagination-bullet-active {
    background: var(--color-orange);
}


/* -------------------------------------------------------
   WORK GALLERY SECTION
   ------------------------------------------------------- */
.gallery {
    padding: 48px 0 48px;
}

.gallery__images {
    position: relative;
    display: flex;
    height: 270px;
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
}

.gallery__img-wrap {
    flex: 1;
    height: 100%;
    overflow: hidden;
    min-width: 0; /* prevents flex overflow on small screens */
}

.gallery__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fill can distort images, cover is safer */
}

/* Fixed skew amount in px — SAME on every screen size */
:root {
    --gallery-skew:1px; /* tweak this once to match your divider image angle */
}



/* Left photo */
.gallery__img-wrap:first-child {
    left: 0;
    clip-path: polygon(
        0 0,
        calc(100% - var(--gallery-skew)) 0,
        calc(100% - var(--gallery-skew)) 100%,   /* same x as top-right point */
        0 100%
        );
}
/* Right photo */
.gallery__img-wrap:last-child {
    right: 0;
    clip-path: polygon(
        var(--gallery-skew) 0,
        100% 0,
        100% 100%,
        var(--gallery-skew) 100%   /* same x as top-left point */
        );
}
/* Divider image sits centered on top */
.gallery__divider-img {
    position: absolute;
    top: 0;
    left: 43%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    z-index: 2;
    pointer-events: none;
}

/* Optional: scale height down a bit on small screens so the diagonal doesn't look too tall/steep */
@media (max-width: 480px) {
    .gallery__images {
        height: 250px;
    }
    :root {
        --gallery-skew: 1px;
    }
}
/* -------------------------------------------------------
   QUOTE / CONTACT SECTION
   ------------------------------------------------------- */
.quote {
    position: relative;
    padding: 73px 0 69px;
    background: var(--color-dark);
    /* solid dark — no bleed-through from hero */
    z-index: 1;
}

.quote::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--quote-bg, url('/../mobile-images/service-cars-form.jpg')) center / cover no-repeat;
    z-index: 0;
}
.quote .section-title span {
    display: block;
}
.quote .container {
    position: relative;
    z-index: 2;
}

.quote__header {
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif;
}

.quote .eyebrow {
    color: #636363;
    font-size: 20px;
}

.quote__title {
    font-size: 26px;
    font-weight: 700;
    color: var(--color-orange);
}

.quote-card {
    position: relative;
    border-radius: 20px;
    overflow: visible;
    margin-bottom: 24px;
    padding: 50px 28px 30px 54px;
    backdrop-filter: blur(64px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -30.29%, rgba(255, 255, 255, 0) 144.92%);
}
.quote-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(302.81deg, rgba(245, 251, 242, 0.44) -6.51%, rgba(245, 251, 242, 0.24) 102.43%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.wpcf7-form {
    padding: 55px 0 0;
}
/* SVG card background with notch */
.quote-card__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
    border-radius: 16px;


}

/* everything inside card sits above the SVG bg */
.quote-card>*:not(.quote-card__bg) {
    position: relative;
    z-index: 2;

}

/* ── TAB ROW ── */
.quote-types {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    height: 72px;
    margin-bottom: 20px;
    overflow: visible;
}
#quoteTypeTabs{
    padding:0rem
}
.quote-type {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
    z-index: 3;
}

.quote-type input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.quote-type__icon {
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 3;
    margin-bottom: 8px;
}

.quote-type__label {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: color 0.2s ease;
    line-height: 1;
    margin-bottom: 6px;
}

/* ── ACTIVE TAB ── */
.quote-type.is-active .quote-type__icon {
    width: 78px;
    height: 78px;
    background: linear-gradient(145deg, #a0a0a0 0%, #535353 55%, #4e4e4e 100%);
    color: #F5A623;
    border: 2px solid #F5A623;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.20),
        0 6px 20px rgba(0, 0, 0, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
    position: absolute;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}

.quote-type.is-active .quote-type__label {
    position: absolute;
    margin-top: 10px;
}

.quote-type .quote-type__icon svg {
    width: 42px;
    height: 32px;
}

.quote-type.is-active .quote-type__icon svg {
    width: 42px;
    height: 32px;
}

/* ── FORM ── */
.quote-form {

    border: none;
    border-radius: 0;
    padding: 0;

}
.wpcf7-list-item{
    display: flex;
    flex-direction:row;
    align-items:center;
    gap:1rem;
}
.wpcf7-list-item-label{
    color:#ffffff;

}
/* ── Quote fields show/hide ── */
.quote-fields {
    display: none;
}

.quote-fields.is-active {
    display: block;
}

/* ── Submit Button ── */
.quote-submit {
    width: auto;
    background-color: var(--color-orange);
    color: var(--color-light);
    border: none;
    border-radius: 5px;
    padding: 19px 50px;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-top: 8px;
    margin-left: auto;
}

.quote-submit:active {
    opacity: 0.85;
}

.quote-submit::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 30px;
    background: conic-gradient(from var(--angle, 0deg),
        transparent 0deg,
        #ffffff 60deg,
        #f5a623 120deg,
        transparent 180deg);
    z-index: -1;
    animation: rotateBorder 2.5s linear infinite;
}

.quote-submit::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 28px;
    background-color: var(--color-orange);
    z-index: -1;
}
/* ── Center spinner over the submit button (all browsers) ── */
.quote-fields .quote-submit {
    position: relative;
}

.quote-fields .wpcf7-spinner {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

@keyframes rotateBorder {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }
}

/* -------------------------------------------------------
   BOTTOM NAV SPACER — ensures last form field
   never hides behind the fixed bottom nav
   ------------------------------------------------------- */
.bottom-nav-spacer {
    height: 90px;
}

/* -------------------------------------------------------
   FAQ SECTION
   ------------------------------------------------------- */

.faq {
    padding: 138px 0 91px;
}
.faq__title {
    margin-bottom: 50px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.faq  .eyebrow {
    color: #6C6C6C;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 18px;
    display: block;
}
.faq-item {
    /*  border-radius: 7px;
      border: 1px solid rgba(255, 255, 255, 0.35);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
      background: linear-gradient(135deg, #4a4a4a 0%, #2f2f2f 50%, #161616 100%);*/
    margin-bottom: 65px;
    overflow: hidden;
}
.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0 13px 52px;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    background: none;
    border: none;
    color: #D3D3D3;
    font-family: "Mulish", sans-serif;
    cursor: pointer;
    transition: color 0.25s ease;
    position: relative;
}
.faq-item__question .count-no {
    color: #919191;
    position: absolute;
    left: 0;
    top: 13px;
}


/* Icon circle */
.faq-item__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5a623;
    transition: background 0.25s ease, border-color 0.25s ease;

}

.faq-item.is-open .faq-item__icon {
    color: var(--color-orange);
}


.faq-item__icon .icon-plus {
    display: block;
}

.faq-item__icon .icon-minus {
    display: none;
}

.faq-item.is-open .faq-item__icon .icon-plus {
    display: none;
}

.faq-item.is-open .faq-item__icon .icon-minus {
    display: block;
}

/* Smooth height via CSS grid trick */
.faq-item__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-item__answer {
    grid-template-rows: 1fr;
}

.faq-item__answer-inner {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    color: #A2A2A2;
    padding-bottom: 0;
    padding-right: 18px;
    padding-left: 52px;
    transition: padding-bottom 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-item__answer-inner {
    padding-bottom: 0;
}

/* -------------------------------------------------------
   BOTTOM NAV SPACER
   ------------------------------------------------------- */
.bottom-nav-spacer {
    height: 90px;
}



/* -------------------------------------------------------
   GALLERY PAGE — gallery.css (inline for portability)
   ------------------------------------------------------- */

/* Page background */
.gallery-page {
    background-color: var(--color-dark);
    min-height: 100vh;
    padding-bottom: 90px;
}

/* Hero text block */
.gallery-hero {
    padding: 100px 20px 28px;
}

.gallery-hero__title {
    font-size: 34px;
    font-weight: 800;
    color: var(--color-light);
    font-family: 'Muli', sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
}

.gallery-hero__sub {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Muli', sans-serif;
    line-height: 1.6;
    max-width: 80%;
}

/* -------------------------------------------------------
   MAIN LAYOUT — sidebar + grid
   ------------------------------------------------------- */
.gallery-layout {
    display: flex;
    gap: 10px;
    padding: 0 10px 0 10px;
}

/* ── Sidebar category icons ── */
.gallery-sidebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    padding-top: 2px;
}

.gallery-cat-btn {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(175deg, #8d8d8d 0%, #3b3b3b 50%, #141414 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
    color: rgba(255, 255, 255, 0.55);
    flex-shrink: 0;
}

.gallery-cat-btn.is-active {
    color: var(--color-orange);
}

.gallery-cat-btn:active {
    background: rgba(255, 255, 255, 0.10);
}

.gallery-cat-btn .icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ── Photo grid ── */
.gallery-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;

    height: auto;
    align-content: start;
    justify-content: stretch;
    min-width: 0;
}

.gallery-grid__item {
    border-radius: 10px;
    overflow: hidden;
    background: #222;
    aspect-ratio: 1 / 0.85;
}


.gallery-grid__item.is-hidden {
    display: none;
}

.gallery-grid__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gallery-grid__item:active img {
    transform: scale(0.97);
}


/* =======================================================
   TINT VIEWER SECTION
   Uses global.css tokens: --color-dark, --color-orange, --color-light, --color-gray
   ======================================================= */


.tint-viewer {
    padding: 250px 0  120px;
    background-color: var(--color-dark);
    background-image: url(../desktop-images/tint-viewer-bg.png);
    background-size: cover;
    background-position: left center;
}

.tint-viewer__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-light);
    font-family: 'Muli', sans-serif;
    text-align: center;
    margin-bottom: 24px;
}

/* ── Car image card ── */
.tint-viewer__car {
    margin-bottom: 32px;
}
.tint-viewer__car img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
}

/* ── Sliders ── */
.viewer-info-row {
    --gutter-x: 140px;
}
.tint-slider {
    margin-bottom: 60px;
}
.tint-slider:last-child {
    margin-bottom: 0;
}
.tint-slider__label {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-orange);
    margin-bottom: 15px;
}

.tint-slider__track {
    position: relative;
    height: 4px;
    background: #333333;
    border-radius: 0;
    margin-bottom: 22px;
    cursor: pointer;
}

.tint-slider__fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--color-orange);
    border-radius: 2px;
    width: 0%;
    transition: width 0.05s linear;
}
.tint-slider__handle {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--color-orange);
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 2;
    border: 7px solid #4C4C4D;
    transition: left 0.05s linear;
}
.tint-slider__handle:active,
.tint-slider__track.is-dragging .tint-slider__handle {
    cursor: grabbing;
}

.tint-slider__track.is-dragging .tint-slider__fill,
.tint-slider__track.is-dragging .tint-slider__handle {
    transition: none;
}

/* ── Ticks: positioned absolutely so each label aligns
   exactly with the handle/fill percentage on the track ── */
.tint-slider__ticks {
    height: 24px; /* room for 2-line wrapped labels on the last two ticks */
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;

}
.tint-slider__ticks span {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: #ACACAC;
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease;
}


/* "No Tint" and "Darkest Legal Tint" are the two tightest-packed
   labels. Give each a narrow, right-aligned, wrappable box anchored
   to its own tick mark so they can never run into each other. */

.tint-slider__ticks span.is-active {
    color: var(--color-orange);
}

/* ── Stat bars ── */
.tint-stats {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 8px;
}

.tint-stat__label {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-light);
    margin-bottom: 14px;
}

.tint-stat__bar {
    position: relative;
    height: 19px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.tint-stat__fill {
    height: 100%;
    border-radius: 99px;
    background: radial-gradient(121.52% 132.26% at 0% 50%, #F59E0B 0%, rgba(245, 158, 11, 0) 100%);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.09);
}

.tint-stat__value {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    font-family: 'Muli', sans-serif;
    z-index: 2;
}

/* ============================================
  TINT VIEWER
============================================ */
.tint-viewer__title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Vehicle type selector */
.tint-viewer__vehicles {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
}

.tint-vehicle {
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: #f2f2f2;
    cursor: pointer;
    line-height: 0;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.tint-vehicle img {
    display: block;
    width: 96px;
    height: 78px;
    object-fit: cover;
    border-radius: 8px;
}

.tint-vehicle.is-active {
    border-color: #ff7a00;
    background: #fff;
}

/* Main car image */
.row.tint-viewer-car {
    margin-top: 120px;
    margin-bottom: 40px;
}
.tint-viewer__car {
    overflow: hidden;
    margin-bottom: 0px;
}

.tint-viewer__car img {
    display: block;
    width: auto;
    height: auto;
    max-width: 840px;
    margin: 0 auto;
}

/* Info panel */
.tint-viewer__film-name {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 2px;
}

.tint-viewer__film-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin: 0 0 14px;
}

.tint-viewer__film-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

/* Stat bars */
.tint-stats {
    display: flex;
    flex-direction: column;
    gap: 54px;
}
.tint-stat__label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}
.tint-stat__bar {
    position: relative;
    width: 100%;
    height: 22px;
    background: #353535;
    border-radius: 999px;
    overflow: hidden;
    background: radial-gradient(100% 100% at 0% 0%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.note-content-row {
    color: #F59E0B;
    margin-top: 70px;
}
/* .tint-stat__fill {
  position: relative;
  height: 100%;
  background: #ff7a1a;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  transition: width 0.5s ease;
  min-width: 32px;
} */

.tint-stat__value {
    font-size: 12px;
    font-weight: 700;
    color: #ACACAC;
    white-space: nowrap;
}


.quote-type__icon img {
    position: absolute;
    width: 42px;
    height: 32px;
    object-fit: contain;
}

.quote-type__icon .icon--active {
    display: none;
}

.quote-type.is-active .icon--default {
    display: none;
}

.quote-type.is-active .icon--active {
    display: block;
}
.wpcf7-response-output {
    color: var(--color-light);
}




.service-categories {
    padding: 70px 0 100px;
    background-image: url(../desktop-images/service-sec-bg.webp);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-categories::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(30px);
}
.service-categories .sec-head {
    position: relative;
}
.service-categories .container-fluid {
    padding: 0 46px;
    max-width: 1650px;
    margin: 0 auto;
}
.service-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}
.service-cat-grid .service-cat-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -30.29%, rgba(255, 255, 255, 0) 144.92%);
    backdrop-filter: blur(64px);
    padding: 26px 40px;
    border-radius: 19px;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.service-cat-grid .service-cat-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0px;
    padding: 0.58px;
    border-radius: inherit;
    background: linear-gradient(302.81deg, rgba(245, 251, 242, 0.44) -6.51%, rgba(245, 251, 242, 0.24) 102.43%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.service-cat-grid .service-cat-card::after {
    content: "";
    position: absolute;
    background: #474747;
    width: 1px;
    height: 100%;
    right: -45px;
    top: 0;
}
.service-cat-grid .service-cat-card:nth-child(3n)::after {
    display: none;
}
.service-cat-grid .card-count {
    color: #F59E0B;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 43px;
}
.service-cat-grid .card-title {
    font-size: 27px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 22px;
}
.service-cat-grid ul {
    color: #D1D1D1;
    padding-left: 20px;
}
.service-cat-grid ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.service-cat-grid ul li:last-child {
    margin-bottom: 0;
}
.service-cat-grid ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #D1D1D1;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


/* -------------------------------------------------------
   Why Choose SECTION (homepage)
   ------------------------------------------------------- */
.why-choose-sec {
    padding: 100px 0 60px;
}
.why-choose-sec .section-title {
    text-align: center;
    margin-bottom: 15px;
}
.why-track-wrap {
    overflow: hidden;
    margin-top: 100px;
    cursor: grab;
    user-select: none;
}
.why-track-wrap.dragging {
    cursor: grabbing;
}
.why-track {
    display: flex;
    gap: 52px;
    padding-left: 48px;
    width: max-content;
    will-change: transform;
    text-align: center;
}
.why-choose-sec .why-card {
    color: #fff;
    font-size: 51px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -30.29%, rgba(255, 255, 255, 0) 144.92%);
    backdrop-filter: blur(64.54804229736328px);
    border-radius: 20px;
    pointer-events: none;
    line-height: 1.1;
    padding: 50px 30px;
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-choose-sec .why-card::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0px;
    padding: 0.58px;
    border-radius: inherit;
    background: linear-gradient(302.81deg, rgba(245, 251, 242, 0.44) -6.51%, rgba(245, 251, 242, 0.24) 102.43%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.why-choose-sec .why-card .content {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
    font-weight: 400;
}
.why-card .accent{
    color: #BA0000;
}
.why-card svg, .why-card img {
    height: 24px;
    margin-top: 5px;
    display: block;
    margin-bottom: 12px;
}







.why-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

.why-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.why-nav-btn:hover {
    background: #fff;
    color: #000;
}

.why-nav-btn.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
}


.partnership-sec {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #E6E6E6;
}
.partnership-sec .section-title {
    margin-bottom: 22px;
}
.partnership-sec .content {
    max-width: 950px;
    margin: 0 auto;
}



.location-sec {
    padding: 88px 0;
    background-image: url(../desktop-images/location-bg.webp);
    background-size: cover;
    background-position: center;
}
.location-sec .section-title {
    font-size: 28px;
}
.location-box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) -30.29%, rgba(255, 255, 255, 0) 144.92%);
    backdrop-filter: blur(64.54804229736328px);
    position: relative;
    padding: 74px 15px 74px 34px;
    border-radius: 20px;
}
.location-box::before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0px;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(302.81deg, rgba(245, 251, 242, 0.44) -6.51%, rgba(245, 251, 242, 0.24) 102.43%);
    mask: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px) content-box exclude, linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
}
.location-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px 15px;
    margin-top: 65px;
}
.location-box ul li {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    background-image: url(../desktop-images/pin-icon.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.location-box .btn {
    margin-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
}
.location-sec .location-item {
    cursor: pointer;
    transition: color 0.2s ease;
}
.location-sec .location-item.active {
    color: var(--color-orange);
}
.location-sec .map-embed-wrapper {
    height: 100%;
}
.location-sec .map-embed-wrapper .map-item{
    display: none;
    height: 100%;
}
.location-sec .map-embed-wrapper .map-item.active{
    display: block;
}
.location-sec .map-embed-wrapper iframe {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 34px;
}