.rts-banner-slider-active-three .rts-hero-banner {
    min-height: 600px;
    background-position: center;
    background-size: cover;
}

.banner-content-center-area .banner-btn-area .rts__btn {
    gap: 10px;
}

.rts-why-choose-area.rts-section-gapTop {
    padding-top: 25px;
} 

.rts-why-choose-area .why-choose-image-left-area > .image-area > img {
    display: block;
    width: 590px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.rts-why-choose-area .why-choose-image-left-area .overlay-image img {
    display: block;
    width: 235px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background: #f5f6f8;
}

.rts-why-choose-area .why-choose-image-left-area .why-choose-third-image {
    width: 235px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
}

.rts-why-choose-area .why-choose-image-left-area .why-choose-third-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    max-width: none;
    object-fit: cover;
    object-position: center top;
}

.home-book-ride {
    padding: 0 0 100px;
}

.home-book-ride-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 42px 48px;
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.home-book-ride-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(5, 11, 32, .95), rgba(5, 11, 32, .7));
}

.home-book-ride-inner > * {
    position: relative;
    z-index: 1;
}

.home-book-ride-content {
    flex: 1 1 auto;
    width: auto;
    max-width: 720px;
    min-width: 0;
}

.home-book-ride-content > span {
    color: #FBAF3B;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.home-book-ride-content h2 {
    margin: 8px 0;
    color: #fff;
    font-size: 32px;
}

.home-book-ride-content p {
    margin: 0;
    color: rgba(255,255,255,.75);
}

.home-book-ride-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 10px;
    padding: 15px 22px;
    border: 1px solid #FBAF3B;
    border-radius: 30px;
    background: #FBAF3B;
    color: #fff;
    font-weight: 600;
    transition: .25s ease;
    width: auto !important;
    min-width: 170px;
    max-width: max-content;
    white-space: nowrap;
}

.home-book-ride-btn svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-book-ride-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #FBAF3B;
}

.about-right-content-area > .desc,
.about-right-content-area .about-item-wrapper .content p,
.why-choose-item-wrapper .why-choose-item-two .content .desc,
.home-contact-intro > p,
.single-testimonials-item .desc {
    font-size: 16px;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.rts-testimonials-item-slider .swiper-slide {
    height: auto;
}

.rts-testimonials-item-slider .single-testimonials-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 430px;
}

.rts-testimonials-item-slider .single-testimonials-item .desc {
    flex: 1 1 auto;
    margin: 28px 0 32px;
}

.rts-testimonials-item-slider .author-area {
    min-width: 0;
    margin-top: auto;
    padding-right: 72px;
}

.rts-testimonials-item-slider .author-thumb {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border: 3px solid #f3b044;
    border-radius: 50%;
    background: #f3f4f7;
}

.rts-testimonials-item-slider .author-thumb img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.rts-testimonials-item-slider .author-content {
    min-width: 0;
}

.rts-testimonials-item-slider .author-name {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.rts-testimonials-item-slider .author-role {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.about-right-content-area > .desc {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.75;
}

.rts-process-item-wrapper .single-process-item {
    min-height: 440px;
    overflow: hidden;
    border-radius: 20px;
}

.rts-process-item-wrapper .single-process-item .image-area,
.rts-process-item-wrapper .single-process-item .image-area img {
    width: 100%;
    height: 440px;
}

.rts-process-item-wrapper .single-process-item .image-area img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.rts-process-item-wrapper .single-process-item .image-area::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(5, 11, 32, 0.08) 25%, rgba(5, 11, 32, 0.94) 100%);
}

.rts-process-item-wrapper .single-process-item .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    box-sizing: border-box;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    max-width: calc(100% - 48px);
}

.rts-process-item-wrapper .single-process-item .content .title {
    margin-bottom: 10px;
    color: #fff !important;
    line-height: 1.3;
}

.rts-process-item-wrapper .single-process-item .content .desc {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 15px !important;
    line-height: 1.6;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: auto;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 991px) {
    .rts-process-item-wrapper .single-process-item .content {
        right: 24px;
        bottom: 24px;
        left: 24px;
        width: auto !important;
        max-width: calc(100% - 48px);
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }

    .rts-process-item-wrapper .single-process-item .content .title,
    .rts-process-item-wrapper .single-process-item .content .desc {
        width: 100%;
        max-width: 100%;
    }
}

.rts-process-item-wrapper .single-process-item .inner {
    z-index: 3;
}

.service-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: auto;
    height: 42px;
    margin-top: 14px;
    padding: 0 16px 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 30px;
    background: #FBAF3B;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.service-view-all-btn {
    gap: 0;
    padding: 0;
    border: 1px solid rgba(85, 85, 85, 0.5);
    border-radius: 100px;
    background: transparent;
    overflow: hidden;
}

.service-view-all-btn::before {
    display: none;
}

.service-view-all-btn .rts__btn__wrap {
    border: 0;
    background: transparent;
}

.service-view-all-btn .rts__btn__icon {
    flex: 0 0 52px;
    margin: 4px 4px 4px 0;
}

.service-view-all-btn:hover {
    border-color: #FBAF3B !important;
    background: #FBAF3B !important;
}

.service-view-all-btn:hover .rts__btn__wrap {
    border-color: transparent;
    background: transparent;
    color: #fff;
}

.service-view-all-btn:hover .rts__btn__icon {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.service-book-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #FBAF3B;
    transform: translateY(-2px);
}

.service-book-btn svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

/* Booking Popup Styles */
.home-contact-section {
    background: #f5f6f8;
    padding-bottom: 70px;
}

.home-service-highlights .single-category-item {
    height: 100%;
    min-height: 250px;
    padding: 24px 20px;
}

.home-service-highlights .category-slider .swiper-wrapper {
    align-items: stretch;
}

.home-service-highlights .category-slider .swiper-slide {
    height: auto;
}

.home-service-highlights .single-category-item .content {
    min-width: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.home-service-highlights .single-category-item .content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-bottom: 8px;
    line-height: 1.3;
}

.home-service-highlights .single-category-item .sub-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 44px;
    line-height: 1.4;
}

.home-contact-card {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(13, 18, 28, 0.1);
}

.home-contact-intro {
    height: 100%;
    padding: 55px 45px;
    background: #1D3159;
    color: #fff;
}

.home-contact-intro .subtitle,
.home-contact-form-heading span {
    color: #FBAF3B;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-contact-intro h2 {
    margin: 14px 0 18px;
    color: #fff;
    font-size: 38px;
    line-height: 1.18;
}

.home-contact-intro h2 span {
    color: #FBAF3B;
}

.home-contact-intro > p {
    color: rgba(255,255,255,.72);
    line-height: 1.75;
}

.home-contact-details {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.home-contact-details a {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}

.home-contact-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #FBAF3B;
    color: #fff;
    font-size: 17px;
}

.home-contact-detail-icon .phone-icon-svg {
    width: 17px;
    height: 17px;
}

.home-contact-details span {
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.home-contact-details small {
    margin-bottom: 3px;
    color: rgba(255,255,255,.58);
    font-size: 12px;
    font-weight: 400;
}

.home-contact-form-wrap {
    padding: 50px;
}

.home-contact-form-heading h3 {
    margin: 6px 0 28px;
    font-size: 28px;
}

.home-contact-form label {
    display: block;
    margin-bottom: 8px;
    color: #1D3159;
    font-size: 13px;
    font-weight: 600;
}

.home-contact-form input,
.home-contact-form textarea {
    width: 100%;
    border: 1px solid #e2e4e8;
    border-radius: 8px;
    background: #f8f9fa;
    color: #1D3159;
}

.home-contact-form input {
    height: 52px;
    padding: 0 16px;
}

.home-contact-form textarea {
    min-height: 112px;
    padding: 14px 16px;
    resize: vertical;
}

.home-contact-form input:focus,
.home-contact-form textarea:focus {
    border-color: #FBAF3B;
    background: #fff;
}

.home-contact-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: auto !important;
    max-width: max-content;
    margin-left: auto;
    padding: 12px 20px;
    border: 1px solid #FBAF3B;
    border-radius: 30px;
    background: #FBAF3B;
    color: #fff;
    font-weight: 600;
    transition: .25s ease;
}

.home-contact-form .col-12:last-child {
    display: flex;
    justify-content: flex-end;
}

.home-contact-submit:hover {
    background: #1D3159;
    border-color: #1D3159;
}

.booking-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(7, 12, 24, 0.78);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
    box-sizing: border-box;
}

.booking-popup {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 520px;
    max-height: calc(100vh - 40px);
    width: 100%;
    box-shadow: 0 28px 80px rgba(0,0,0,0.32);
    animation: slideUp 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    overflow-y: auto;
}

.popup-accent {
    height: 5px;
    background: #FBAF3B;
}

.popup-header {
    padding: 18px 24px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popup-brand img {
    display: block;
    width: 155px;
    height: auto;
}

.popup-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #f7f7f7;
    color: #111827;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    transition: all 0.25s ease;
}

.popup-close:hover {
    border-color: #FBAF3B;
    background: #FBAF3B;
    color: #fff;
    transform: rotate(90deg);
}

.popup-body {
    padding: 10px 38px 32px;
    text-align: center;
}

.popup-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(251, 175, 59, 0.1);
    color: #FBAF3B;
    font-size: 28px;
}

.popup-eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #FBAF3B;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.popup-body h3 {
    margin: 0 0 10px;
    color: #0b1220;
    font-family: "Syne", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.popup-body p {
    max-width: 380px;
    margin: 0 auto 24px;
    color: #656b76;
    font-size: 15px;
    line-height: 1.65;
}

.popup-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.popup-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding: 13px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

/* Home page heading and About CTA refinements */
.rts-section-title .heading-title span::after,
.rts-section-title-area .rts-section-title .heading-title span::after {
    display: none;
}

.rts-about-area .about-right-content-area > .rts__btn {
    gap: 10px;
}

.popup-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    font-size: 20px;
}

.popup-btn-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.popup-btn-copy small {
    margin-bottom: 2px;
    color: inherit;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.82;
}

.popup-btn-arrow {
    font-size: 15px;
}

.whatsapp-btn {
    background: #25D366;
    color: #fff;
}

.whatsapp-btn:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.call-btn {
    background: #FBAF3B;
    color: #fff;
}

.call-btn:hover {
    background: #e03000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(251, 175, 59, 0.4);
}

.popup-footer {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.popup-footer span {
    color: #606672;
    font-size: 12px;
}

.popup-footer i {
    margin-right: 5px;
    color: #FBAF3B;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to { 
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .rts-process-item-wrapper .single-process-item,
    .rts-process-item-wrapper .single-process-item .image-area,
    .rts-process-item-wrapper .single-process-item .image-area img {
        height: 400px;
        min-height: 400px;
    }

    .rts-process-item-wrapper .single-process-item .content {
        right: 20px;
        bottom: 20px;
        left: 20px;
        width: auto !important;
        max-width: calc(100% - 40px);
        padding: 0;
    }

    .rts-process-item-wrapper .single-process-item .content .desc {
        font-size: 15px !important;
        line-height: 1.5;
        -webkit-line-clamp: 4;
    }

    .service-book-btn {
        min-height: 42px;
        padding: 0 16px;
        font-size: 14px;
    }

    .booking-popup {
        width: 100%;
        max-width: calc(100vw - 32px);
        max-height: calc(100vh - 32px);
        border-radius: 10px;
    }
    
    .popup-header {
        padding: 15px 18px 8px;
    }
    
    .popup-brand img {
        width: 135px;
    }
    
    .popup-body {
        padding: 8px 20px 24px;
    }

    .popup-icon {
        width: 56px;
        height: 56px;
        font-size: 23px;
    }

    .popup-body h3 {
        font-size: 23px;
    }
    
    .popup-btn {
        padding: 11px 13px;
        font-size: 14px;
    }
    
    .popup-footer {
        flex-direction: column;
        gap: 7px;
    }
}

/* Section Heading Font Size Override */
.home-booking-ad {
    position: absolute;
    top: 24px;
    left: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(560px, calc(100% - 32px));
    min-height: 92px;
    padding: 14px 18px 14px 22px;
    overflow: hidden;
    border: 2px solid rgba(125, 235, 220, .95);
    border-radius: 18px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 22% 24%, rgba(255, 222, 132, .95) 0 1.5px, transparent 2.5px),
        radial-gradient(circle at 79% 31%, rgba(255, 255, 255, .85) 0 1px, transparent 2px),
        radial-gradient(circle at 86% 63%, rgba(255, 213, 105, .9) 0 1.5px, transparent 2.5px),
        radial-gradient(circle at 67% 82%, rgba(255, 255, 255, .75) 0 1px, transparent 2px),
        radial-gradient(circle at 25% 75%, rgba(255, 213, 105, .82) 0 1px, transparent 2px),
        radial-gradient(circle at 12% 51%, rgba(255, 255, 255, .7) 0 1px, transparent 2px),
        radial-gradient(circle at 76% 17%, rgba(105, 240, 220, .32), transparent 30%),
        radial-gradient(circle at 18% 88%, rgba(53, 184, 255, .28), transparent 38%),
        linear-gradient(135deg, #063970 0%, #007f86 52%, #00a878 100%);
    box-shadow: 0 14px 34px rgba(0, 71, 92, .4), 0 0 0 5px rgba(66, 214, 194, .14);
    color: #fff;
    isolation: isolate;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.home-booking-ad:hover {
    border-color: #a7f3e8;
    box-shadow: 0 22px 52px rgba(0, 71, 92, .46), 0 0 0 9px rgba(66, 214, 194, .18);
    transform: translateX(-50%) translateY(-4px);
}

.home-booking-ad-copy { min-width: 0; }

.home-booking-ad::before {
    position: absolute;
    top: -60px;
    right: -50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: -1;
    background: rgba(125, 235, 220, .2);
    content: "";
}

.home-booking-ad::after {
    position: absolute;
    top: -45%;
    left: -80%;
    z-index: -1;
    width: 42%;
    height: 190%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    content: "";
    transform: rotate(24deg);
    animation: homeBookingAdShine 4.5s ease-in-out infinite;
}

@keyframes homeBookingAdShine {
    0%, 58% { left: -80%; opacity: 0; }
    68% { opacity: 1; }
    88%, 100% { left: 145%; opacity: 0; }
}

.home-booking-ad-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 2px;
    color: #ffe08a;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.home-booking-ad h2 {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
}

.home-booking-ad h2 strong {
    display: inline;
    color: #ffd166;
    font-weight: 800;
}

.home-booking-ad p {
    position: relative;
    margin: 4px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 9px;
    line-height: 1.4;
    text-align: left;
}

.home-booking-ad-actions {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.home-booking-ad-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    min-height: 35px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, .85);
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-booking-ad-actions a:hover {
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .28);
    transform: translateY(-4px) scale(1.1);
}

.home-booking-ad-call {
    background: linear-gradient(135deg, #ffbd45, #ff8a27);
    box-shadow: 0 8px 20px rgba(251, 175, 59, .4);
}

.home-booking-ad-whatsapp {
    background: linear-gradient(135deg, #2be477, #16a957);
    box-shadow: 0 8px 20px rgba(37, 211, 102, .35);
}

.home-booking-ad-actions i {
    font-size: 17px;
}

.home-booking-ad-actions .phone-icon-svg {
    width: 15px;
    height: 15px;
}

.about-right-image-area .about-image-area img {
    display: block;
    width: 100%;
    height: auto;
}

.rts-section-title .heading-title {
    font-size: 32px !important;
}

.rts-section-title .subtitle {
    font-size: 14px !important;
}

.single-process-item .title {
    font-size: 16px !important;
}

.single-category-item .title {
    font-size: 16px !important;
}

.single-testimonials-item .author-name {
    font-size: 16px !important;
}

.accordion-button {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .rts-testimonials-item-slider .single-testimonials-item {
        min-height: 400px;
    }

    .rts-testimonials-item-slider .author-area {
        padding-right: 62px;
    }

    .rts-testimonials-item-slider .author-thumb {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .rts-testimonials-item-slider .author-name {
        white-space: normal;
    }

    .home-booking-ad {
        top: 14px;
        left: 50%;
        width: calc(100% - 24px);
        min-height: 74px;
        padding: 10px 12px 10px 15px;
        border-radius: 14px;
        transform: translateX(-50%);
    }

    .home-booking-ad p {
        display: none;
    }

    .home-booking-ad-badge { margin-bottom: 1px; font-size: 7px; }

    .home-booking-ad h2 {
        margin-bottom: 0;
        font-size: 14px;
        text-align: left;
    }

    .home-booking-ad h2 strong {
        display: inline;
    }

    .home-booking-ad-actions a {
        width: 34px;
        height: 34px;
        min-height: 34px;
    }

    .home-booking-ad:hover { transform: translateX(-50%); }

    .home-book-ride {
        padding-bottom: 70px;
    }

    .home-book-ride-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 32px 24px;
    }

    .home-book-ride-content {
        width: 100%;
        max-width: 100%;
    }

    .home-book-ride-btn {
        width: auto !important;
        min-width: 0;
    }

    .home-book-ride-content h2 {
        font-size: 26px;
    }

    .home-contact-section {
        padding-bottom: 45px;
    }

    .home-contact-intro,
    .home-contact-form-wrap {
        padding: 35px 24px;
    }

    .home-contact-intro h2 {
        font-size: 30px;
    }

    .home-contact-details a {
        min-width: 0;
    }

    .home-contact-details a > span:last-child {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .rts-section-title .heading-title {
        font-size: 24px !important;
    }
    
    .banner-title {
        font-size: 28px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-booking-ad::after { animation: none; }
}

@media (max-width: 400px) {
    .home-contact-intro,
    .home-contact-form-wrap {
        padding-right: 18px;
        padding-left: 18px;
    }

    .home-contact-details {
        gap: 14px;
    }

    .home-contact-details a {
        gap: 11px;
        font-size: 15px;
    }
}
