/* =============================================
   MOBILE.CSS — Solimarbus Website
   Clean 3-tier responsive system
   ============================================= */

/* =============================================
   GLOBAL MOBILE RESETS
   ============================================= */

html, body {
    overflow-x: hidden;
}

/* =============================================
   TABLET — max-width: 992px
   ============================================= */

@media (max-width: 992px) {

    /* --- Header / Nav --- */
    .ham {
        display: flex;
        position: relative;
        z-index: 1001;
    }

    /* --- Hero --- */
    .hero {
        padding: 0 2rem;
    }

    /* --- Welcome --- */
    .welcome {
        padding: 2rem;
    }

    /* --- About --- */
    .about {
        padding: 2rem;
    }

    .in-about {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .about-headline,
    .about-subheadline,
    .about-smallheadline {
        width: 100%;
        text-align: center;
    }

    .about-features {
        justify-content: space-between;
    }

    .about-smallheadline {
        font-size: 14px;
    }

    .about-feature p {
        font-size: 13px;
    }

    .about-image {
        width: 100%;
    }

    .about-image img {
        max-width: 100%;
        height: auto;
    }

    .break {
        display: none;
    }

    .round-flex img {
        height: 20px;
        width: 20px;
        position: absolute;
    }

    /* --- Expert --- */
    .expert {
        padding: 0;
    }

    .in-expert {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .expert-image-sec {
        width: 100%;
        min-width: 100%;
    }

    .down-text {
        min-width: 90%;
    }

    .expert-text {
        width: 100%;
        padding: 1rem;
        text-align: center;
    }

    /* --- Services Cards (Index) --- */
    .services {
        padding: 2rem;
    }

    .service-card-row-1 .services-card {
        padding: 1rem;
        grid-column: span 3;
    }

    .orange-card {
        transform: translateY(0);
        order: -1;
    }

    .grid-span-0 {
        display: none;
    }

    .services-features {
        margin-top: 2rem;
    }

    /* --- Q&A --- */
    .qa {
        padding: 2rem;
    }

    /* --- Footer --- */
    footer {
        padding: 2rem;
    }

    /* --- Contact Page (old hero) --- */
    .contact-hero {
        background-position: 80% 100%;
    }

    /* --- Contact Form Section --- */
    .contact-form-section {
        padding: 2rem;
    }

    .in-contact-form {
        flex-direction: column;
        gap: 3rem;
    }

    .contact-form-inner {
        max-width: 100%;
    }

    /* --- Contact Bus Images --- */
    .contact-hero {
        padding: 0 2rem;
    }

    .contact-bus-images {
        position: relative;
        right: auto;
        bottom: auto;
        justify-content: center;
        margin-top: 2rem;
    }

    /* --- Connection Section --- */
    .connection-section {
        padding: 2rem;
    }

    .in-connection {
        flex-direction: column;
        gap: 3rem;
    }

    .connection-images {
        justify-content: center;
        width: 100%;
        min-height: auto;
        margin-bottom: 2rem;
    }

    .connection-badge {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: max-content;
    }

    /* --- International Route --- */
    .intl-route {
        padding: 3rem 2rem;
    }

    .intl-route-inner {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    /* --- International Fleet --- */
    .intl-fleet {
        padding: 3rem 2rem;
    }

    .intl-fleet-inner {
        flex-direction: column;
        gap: 2rem;
    }

    /* --- International Showcase --- */
    .intl-showcase {
        padding: 3rem 2rem;
    }

    .intl-showcase-inner {
        flex-direction: column;
        gap: 2rem;
    }

    .intl-showcase-stats {
        justify-content: center;
    }

    /* --- International Booking --- */
    .intl-booking {
        padding: 3rem 2rem;
    }

    .intl-booking-inner {
        flex-direction: column;
        text-align: center;
        gap: 2.5rem;
    }

    .intl-booking-promo {
        max-width: 280px;
    }

    .intl-booking-sub {
        max-width: 100%;
    }

    .intl-booking-phone {
        justify-content: center;
    }

    .intl-booking-wa {
        justify-content: center;
    }

    /* --- Contact Cards --- */
    .ct-cards {
        padding: 0 2rem;
    }

    /* --- Contact Form + Info --- */
    .ct-form-section {
        padding: 3rem 2rem;
    }

    .ct-form-inner {
        flex-direction: column;
        gap: 3rem;
    }

    .ct-form-wrap {
        width: 100%;
    }

    /* --- Contact Why --- */
    .ct-why {
        padding: 3rem 2rem;
    }

    .ct-why-inner {
        flex-direction: column;
        gap: 3rem;
    }

    .ct-why-img {
        width: 100%;
        min-height: 300px;
        display: flex;
        justify-content: center;
    }

    .ct-why-img > img:first-child {
        width: 60%;
        height: 300px;
    }

    .ct-why-img-overlap {
        width: 50%;
        bottom: -10px;
    }
}


/* =============================================
   MOBILE — max-width: 768px
   ============================================= */

@media (max-width: 768px) {

    /* --- Global touch targets --- */
    a,
    button,
    select,
    input[type="submit"] {
        min-height: 44px;
    }

    /* Prevent iOS zoom on input focus */
    input,
    select,
    textarea {
        font-size: 16px !important;
    }

    /* Scroll padding for fixed header */
    html {
        scroll-padding-top: 80px;
    }

    /* --- Language Selector --- */
    .lang-select {
        position: fixed;
        top: 1.1rem;
        right: 4rem;
        z-index: 1002;
        padding: 8px 28px 8px 10px;
        font-size: 0.85rem;
        min-height: 44px;
        min-width: 55px;
    }

    /* --- Header / Nav --- */
    header {
        padding: 1rem;
    }

    nav ul {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        z-index: 1000;
        margin: 0;
        padding: 0;
    }

    nav ul.show {
        transform: translateX(0);
        height: 100vh;
    }

    nav ul a {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }

    nav ul.show a {
        opacity: 1;
        transform: translateY(0);
    }

    nav ul.show > a:nth-child(1) { transition-delay: 0.1s; }
    nav ul.show > a:nth-child(2) { transition-delay: 0.15s; }
    nav ul.show > a:nth-child(3) { transition-delay: 0.2s; }
    nav ul.show > a:nth-child(4) { transition-delay: 0.25s; }
    nav ul.show > a:nth-child(5) { transition-delay: 0.3s; }
    nav ul.show > a:nth-child(6) { transition-delay: 0.35s; }

    nav ul li {
        font-size: 1.3rem;
        font-family: var(--mont-extrabold);
        font-weight: 700;
        color: var(--white-color);
        padding: 0;
    }

    /* --- Hero --- */
    .hero {
        padding: 90px 1.25rem 1.5rem;
        text-align: center;
        background-position: 50% 50%;
        position: relative;
        isolation: isolate;
    }

    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.55) 0%,
            rgba(0, 0, 0, 0.25) 35%,
            rgba(0, 0, 0, 0.15) 60%,
            rgba(0, 0, 0, 0.6) 100%);
        z-index: -1;
        pointer-events: none;
    }

    .hero-content {
        min-height: calc(100vh - 90px);
        grid-template-rows: 1fr auto;
        gap: 1.75rem;
        align-content: space-between;
    }

    .hero-text {
        align-self: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .hero-headline {
        font-size: 2.1rem;
        line-height: 1.2;
    }

    .hero-headline br {
        display: none;
    }

    .hero-subhead {
        font-size: 1rem;
        line-height: 1.5;
        padding: 0.75rem 0 1.5rem;
        max-width: 32ch;
        margin-inline: auto;
    }

    .hero-subhead br {
        display: none;
    }

    .hero-in a:has(.primary-button) {
        display: inline-block;
        width: auto;
    }

    .primary-button {
        display: inline-block;
        padding: 0.75rem 1.75rem;
        font-size: 0.9rem;
        min-height: 44px;
        border-radius: 50px;
        width: auto;
        max-width: 180px;
        justify-self: center;
    }

    .hero-features {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
        align-self: end;
    }

    .feature {
        width: auto;
        justify-content: flex-start;
        gap: 0.5rem;
        background: rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        padding: 0.55rem 0.7rem;
    }

    .feature img {
        height: 20px;
        flex-shrink: 0;
    }

    .feature p {
        font-size: 0.75rem;
        line-height: 1.2;
        text-align: left;
    }

    /* --- Welcome --- */
    .welcome {
        padding: 2rem 1rem;
    }

    .welcome-features {
        flex-wrap: wrap;
        gap: 1rem;
        margin-top: 2rem;
    }

    .welcome-card {
        width: 100%;
    }

    .welcome-card img {
        height: 120px;
    }

    /* --- About --- */
    .about {
        padding: 2rem 1rem;
    }

    .about-feature {
        width: 100%;
    }

    .about-feature p {
        font-size: 1rem;
    }

    /* --- Expert --- */
    .expert-image-sec {
        min-width: 0;
        width: 100%;
    }

    /* --- Services Cards (Index) --- */
    .services {
        padding: 2rem 1rem;
    }

    .service-card-row-1 .services-card {
        padding: 1rem;
        grid-column: span 6;
    }

    .service-card-row-1 {
        gap: 1rem;
    }

    /* --- Marquee --- */
    .marquee-brand {
        padding: 2rem 0;
    }

    .marquee-brand p {
        -webkit-text-stroke: 2px var(--base-orange);
    }

    /* --- Comfort --- */
    .comfort {
        position: relative;
        padding: 0;
        width: 100%;
    }

    .in-comfort {
        flex-wrap: wrap;
        gap: 0;
        text-align: center;
    }

    .comfort-image {
        width: 100%;
    }

    .comfort-text {
        order: -1;
        width: 100%;
        transform: translateY(2rem);
        padding-right: 0;
        justify-content: center;
    }

    .comfort-image img {
        margin: auto;
    }

    .comfort-text p {
        text-align: center;
    }

    .orange-rect {
        height: 80px;
    }

    /* --- Ticket --- */
    .ticket {
        padding: 4rem 1rem;
    }

    .in-ticket {
        flex-wrap: wrap;
    }

    .ticket-text {
        width: 100%;
        text-align: center;
    }

    .ticket-image {
        display: none;
    }

    .ticket-text br,
    .comfort-text br {
        display: none;
    }

    /* --- Q&A --- */
    .qa {
        padding: 2rem 1rem;
    }

    .in-qa {
        flex-wrap: wrap;
    }

    .qa-image {
        width: 100%;
    }

    .qa-text {
        width: 100%;
    }

    .qa-headline {
        text-align: center;
    }

    .qa-subheadline {
        text-align: center;
    }

    .question-flex {
        min-width: 44px;
        min-height: 44px;
        width: 44px;
        height: 44px;
    }

    /* --- Footer --- */
    footer {
        padding: 2rem 1rem;
    }

    .in-footer {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-left img {
        display: block;
        margin: 0 auto;
    }

    .footer-left p {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        gap: 1.5rem;
    }

    .social-icons i {
        font-size: 1.8rem;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-right {
        width: 100%;
        flex-direction: column;
        gap: 2rem;
        text-align: center;
        margin-top: 0;
    }

    .footer-right ul li {
        padding: 0.4rem 0;
    }

    .explore {
        width: 100%;
        margin-bottom: 0;
    }

    .navigation {
        width: 100%;
    }

    .touch {
        width: 100%;
        margin-top: 0;
    }


    /* =============================================
       SERVICES PAGE
       ============================================= */

    /* --- Services Hero --- */
    .services-hero {
        background-position: 60% 100%;
    }

    .in-services-hero {
        padding: 1rem;
        text-align: center;
    }

    /* --- Page Tear --- */
    .page-tear {
        padding: 1rem;
        background-position: 100% 100%;
        height: auto;
        min-height: 250px;
    }

    .in-page-tear p {
        max-width: 100%;
    }

    .in-page-tear h1 {
        padding-top: 2rem;
    }

    /* --- Fleet --- */
    .fleet {
        padding: 1rem;
    }

    .in-fleet {
        flex-wrap: wrap;
        justify-content: center;
    }

    .fleet-image {
        width: 100%;
        order: -1;
    }

    .fleet-text {
        width: 100%;
        text-align: center;
    }

    /* --- Transfer --- */
    .transfer {
        padding: 1rem;
    }

    .in-transfer {
        flex-wrap: wrap;
    }

    .transfer-text {
        width: 100%;
        text-align: center;
    }

    .transfer-image {
        width: 100%;
    }

    /* --- Service Cards (detail) --- */
    .service-card {
        flex-wrap: wrap;
    }

    .service-text {
        width: 100%;
        text-align: center;
    }

    .service-number {
        width: 100%;
        order: -1;
    }

    .start,
    .end {
        text-align: center;
    }

    .services-sec {
        padding: 1rem;
    }

    .key-features {
        text-align: start;
    }

    .service-subheadline {
        font-size: 15px;
    }


    /* =============================================
       CONTACT PAGE (old styles)
       ============================================= */

    .why-choose {
        padding: 1rem;
    }

    .in-choose {
        flex-wrap: wrap;
        justify-content: center;
        padding: 1rem;
    }

    .choose-image {
        width: 100%;
    }

    .choose-text {
        width: 100%;
        text-align: center;
    }

    .for-booking {
        padding: 1rem;
    }

    .contact-hero {
        padding: 0 1rem;
        min-height: auto;
        padding-bottom: 2rem;
        text-align: center;
        background-position: 70% 100%;
    }

    .in-contact-hero {
        padding: 1rem;
    }

    .contact-text {
        text-align: center;
        transform: translateY(-3rem);
    }

    .contact-hero-content {
        padding-top: 80px;
    }

    .contact-hero-text {
        max-width: 100%;
    }

    .contact-hero-stripes {
        display: none;
    }

    .contact-bus-images {
        flex-direction: column;
        align-items: center;
    }

    .bus-image-interior img {
        width: 200px;
        height: 150px;
    }

    .bus-image-exterior {
        margin-left: 0;
        margin-top: -30px;
    }

    .bus-image-exterior img {
        width: 250px;
    }

    /* --- Contact Bus Section --- */
    .contact-bus-section {
        padding: 0 1rem;
        margin-top: -50px;
    }

    .contact-services-bar {
        flex-direction: column;
        gap: 1.5rem;
        padding: 1.5rem;
    }

    /* --- Contact Form Section (old) --- */
    .contact-form-section {
        padding: 2rem 1rem;
    }

    .contact-form-container {
        min-width: 0;
        width: 100%;
        padding: 1rem;
    }

    .contact-info {
        text-align: center;
    }

    .contact-info-subhead {
        margin: 1.5rem auto;
    }

    .contact-details {
        align-items: center;
    }

    .contact-detail {
        text-align: left;
    }

    .contact-form-inner {
        padding: 1rem;
        border-radius: 5px;
    }

    /* --- Servicios --- */
    .servicios {
        padding: 1rem 0;
        transform: translateY(-4rem);
    }

    .in-servicios {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .servicios-text {
        width: 100%;
        transform: translateY(0);
        padding: 0 1rem;
    }

    .servicios-image {
        width: 100%;
    }

    /* --- Contact Section (Index) --- */
    .contact-sec {
        padding: 1rem;
    }

    .in-contact-sec {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .contact-text-sec {
        width: 100%;
        text-align: center;
    }

    .contact-text-small-headline {
        text-align: center;
        max-width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .contact-details {
        align-items: center;
        justify-content: center;
    }

    .contact-flex a {
        margin-top: 0;
    }

    .contact-flex div {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    /* --- Connection Section --- */
    .connection-section {
        padding: 2rem 1rem;
    }

    /* --- Booking Notice --- */
    .booking-notice {
        padding: 2rem 1rem;
    }

    .in-booking-notice > p {
        font-size: 1rem;
    }

    .booking-phone {
        font-size: 1.1rem;
    }

    /* --- Privacy / Legal --- */
    .privacy {
        padding: 8rem 1rem 1rem;
        text-align: left;
    }

    /* --- FAQ --- */
    .faq-sec {
        padding: 6rem 1rem 1rem;
    }

    .in-faq-sec {
        max-height: 100%;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .faq-image-sec {
        width: 100%;
    }

    .faq-text {
        width: 100%;
    }


    /* =============================================
       AUTOCA PAGE — Legacy Styles
       ============================================= */

    .auto-title {
        font-size: 2.5em;
    }

    .auto-description {
        font-size: 1.25em;
        margin: 20px 0;
        line-height: 1.4;
        text-align: left;
    }

    .auto-banner-container {
        height: 100vh;
        width: 100%;
    }

    .auto-banner-img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: 70% center !important;
    }

    .autocares-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 10px;
    }

    .auto-services {
        flex-direction: column;
        gap: 32px;
    }

    .auto-service-left,
    .auto-service-right {
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .auto-service-right {
        align-items: center;
    }

    .auto-service-title {
        font-size: 1.8em;
        text-align: center;
    }

    .auto-service-list {
        text-align: left;
        font-size: 1em;
    }


    /* =============================================
       AUTOCA PAGE — Redesigned (intl-)
       ============================================= */

    /* --- Hero --- */
    .intl-hero {
        padding: 6rem 1.5rem 3rem;
        text-align: center;
        min-height: 90vh;
    }

    .intl-hero-content {
        max-width: 100%;
    }

    .intl-hero-sub {
        max-width: 100%;
    }

    .intl-hero-actions {
        justify-content: center;
    }

    /* --- Route --- */
    .intl-route {
        padding: 3rem 1rem;
    }

    /* --- Features --- */
    .intl-features {
        padding: 3rem 1rem;
    }

    .intl-features-grid {
        grid-template-columns: 1fr;
    }

    /* --- Fleet --- */
    .intl-fleet {
        padding: 3rem 1rem;
    }

    .intl-fleet-list {
        grid-template-columns: 1fr;
    }

    .intl-fleet-text {
        text-align: center;
    }

    .intl-fleet-list li {
        justify-content: center;
    }

    /* --- Showcase --- */
    .intl-showcase {
        padding: 3rem 1rem;
    }

    .intl-showcase-text {
        text-align: center;
    }

    .intl-showcase-stats {
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;
    }

    .intl-stat {
        align-items: center;
    }

    /* --- Booking --- */
    .intl-booking {
        padding: 3rem 1rem;
    }

    .intl-booking-phone {
        font-size: 1.4rem;
    }


    /* =============================================
       CONTACT PAGE — Redesigned (ct-)
       ============================================= */

    /* --- Hero --- */
    .ct-hero {
        min-height: 70vh;
        padding: 7rem 1.5rem 4rem;
    }

    /* --- Cards --- */
    .ct-cards {
        padding: 0 1rem;
        margin-top: -2rem;
    }

    .ct-cards-inner {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ct-card {
        padding: 2rem 1.5rem;
    }

    .ct-card p a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }

    /* --- Form + Info --- */
    .ct-form-section {
        padding: 3rem 1rem;
    }

    .ct-form-wrap {
        padding: 2rem 1.5rem;
    }

    .ct-form-row {
        flex-direction: column;
    }

    .ct-info {
        text-align: center;
    }

    .ct-info-sub {
        max-width: 100%;
    }

    .ct-info-details {
        align-items: center;
    }

    .ct-info-item {
        text-align: left;
    }

    .ct-info-social {
        justify-content: center;
    }

    .ct-submit-btn {
        min-height: 48px;
    }

    /* --- Why Choose --- */
    .ct-why {
        padding: 3rem 1rem;
    }

    .ct-why-text {
        text-align: center;
    }

    .ct-why-list li {
        justify-content: center;
    }

    .ct-why-img > img:first-child {
        width: 65%;
        height: 250px;
    }

    .ct-why-img-overlap {
        width: 55%;
    }

    /* --- Booking CTA --- */
    .ct-cta {
        padding: 3rem 1rem;
    }

    .ct-cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .ct-cta-phone,
    .ct-cta-wa {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }


    /* =============================================
       RTL — Mobile adjustments
       ============================================= */

    [dir="rtl"] .lang-select {
        left: 4rem;
        right: auto;
    }

    [dir="rtl"] .footer-left,
    [dir="rtl"] .footer-right {
        text-align: center;
    }
}


/* =============================================
   SMALL PHONE — max-width: 480px
   ============================================= */

@media (max-width: 480px) {

    /* --- Language Selector --- */
    .lang-select {
        right: 3.5rem;
        padding: 6px 24px 6px 8px;
        font-size: 0.8rem;
    }

    /* --- Header / Nav --- */
    .brand img {
        height: 40px;
    }

    nav ul li {
        font-size: 1.1rem;
    }

    /* --- Hero --- */
    .hero {
        padding: 85px 1rem 1.25rem;
    }

    .hero-headline {
        font-size: 1.75rem;
    }

    .hero-subhead {
        font-size: 0.9rem;
        padding: 0.6rem 0 1.25rem;
    }

    .hero-content {
        min-height: calc(100vh - 85px);
        gap: 1.25rem;
    }

    .hero-features {
        gap: 0.5rem;
    }

    .feature {
        padding: 0.5rem 0.6rem;
    }

    .feature img {
        height: 18px;
    }

    .feature p {
        font-size: 0.7rem;
    }

    .primary-button {
        display: inline-block;
        padding: 0.7rem 1.5rem;
        font-size: 0.85rem;
        width: auto;
        max-width: 160px;
    }

    /* --- Welcome --- */
    .welcome-card img {
        height: 100px;
    }

    .welcome-card .welcome-card-subheadline {
        font-size: 0.9rem;
    }

    /* --- About --- */
    .about-smallheadline {
        font-size: 0.85rem;
    }

    /* --- Services Cards (Index) --- */
    .service-card-smallheadline {
        font-size: 0.85rem;
    }

    /* --- Marquee --- */
    .marquee-brand p {
        -webkit-text-stroke: 1px var(--base-orange);
    }

    /* --- Comfort --- */
    .comfort-text p {
        font-size: 1.2rem;
    }

    .orange-rect {
        height: 60px;
    }

    /* --- Ticket --- */
    .ticket-headline {
        word-break: break-word;
    }

    /* --- Footer --- */
    .footer-left p {
        font-size: 0.85rem;
    }


    /* =============================================
       SERVICES PAGE — Small phone
       ============================================= */

    .page-tear {
        min-height: 200px;
    }

    .fleet-headline,
    .transfer-headline {
        text-align: center;
    }

    .service-number p {
        font-size: 5rem;
    }


    /* =============================================
       AUTOCA PAGE — Small phone
       ============================================= */

    .auto-title {
        font-size: 2em;
    }

    .solimar-left h2,
    .solimar-action {
        font-size: 1.5em;
    }

    .solimar-number {
        font-size: 1.5em;
    }

    .auto-service-list {
        font-size: 0.9em;
    }

    .intl-hero-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .intl-booking-phone {
        font-size: 1.2rem;
    }

    .intl-showcase-stats {
        flex-direction: column;
        align-items: center;
    }


    /* =============================================
       CONTACT PAGE — Small phone
       ============================================= */

    .ct-hero-title {
        font-size: 1.6rem;
    }

    .ct-hero-sub {
        font-size: 0.9rem;
    }

    .ct-form-wrap {
        padding: 1.5rem 1rem;
    }

    .ct-form-heading {
        font-size: 1.2rem;
    }

    .ct-why-img > img:first-child {
        width: 100%;
        height: auto;
    }

    .ct-why-img-overlap {
        position: static;
        width: 100%;
        margin-top: -20px;
    }

    .ct-why-img {
        min-height: auto;
    }

    /* --- RTL Small phone --- */
    [dir="rtl"] .lang-select {
        left: 3.5rem;
    }
}
