html,
body {
    overflow-x: hidden;
}

body {
    color: #1f2933;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.navbar-nav,
.btn-default,
button,
input[type="button"],
input[type="submit"],
.rs-nav-search input,
.rs-mobile-nav-search input,
.header-style1__contact,
.rs-client-strip,
.rs-trusted-customers__head,
.rs-policy-kicker,
.rs-policy-card h3,
.rs-service-highlight span,
.rs-service-highlight h3,
.perfect-fleet-content h3,
.service-content h3,
.trusted-booking-content h3,
.why-choose-content h3,
.footer-links h3,
.footer-newsletter h3 {
    font-family: "Inter", sans-serif;
}

h1,
h2,
.section-title h1,
.section-title h2,
.page-header-box h1,
.rs-home-fleet-intro h2,
.rs-fleet-browse h2,
.rs-contact-card h2,
.rs-policy-panel h2,
.rs-blog-head h2,
.rs-blog-detail h2,
.rs-blog-detail h3,
.perfect-fleet-title h2,
.about-content .section-title h2,
.our-faqs-content .section-title h2,
.cta-box-content .section-title h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    letter-spacing: 0;
}

p,
li,
.perfect-fleet-body,
.rs-client-strip,
.rs-trusted-customers,
.about-content,
.service-content,
.footer-links,
.about-footer-content,
.contact-info-list,
.rs-footer-credit {
    font-family: "Inter", sans-serif;
}

.about-footer-content p {
    max-width: 270px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #1f2933;
    font-size: 15px;
    line-height: 1.6;
}

.rs-footer-credit {

}

.rs-footer-credit a {
    color: inherit;
   
}

    .rs-footer-credit a:hover {
        color: var(--accent-color);
    }

.rs-footer-separator {
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.26);
}

input,
textarea,
select {
    font-family: "Inter", sans-serif;
}

.main-header-one__top {
    background: #00548f;
}

.main-header-one__top-left .icon,
.header-style1__contact .icon {
    display: none;
}

.header-style1__social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background: #fff;
    color: #00548f;
    font-size: 0;
    font-weight: 900;
}

.header-style1__social-links a:first-child::after {
    content: "f";
    font-size: 14px;
}

.header-style1__social-links a:last-child::after {
    content: "ig";
    font-size: 11px;
    text-transform: uppercase;
}

.navbar-brand {
    display: block;
    align-items: center;
    min-height: 54px;
}

.navbar-brand img {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
    margin-bottom:4px
}

.rs-header-actions {
    align-items: center;
    gap: 12px;
}

.navbar-nav .nav-link {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
}

.rs-nav-search {
    display: grid;
    width: 230px;
    margin: 0;
}

.rs-nav-search span {
    color: #00548f;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.rs-nav-search input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 5px;
    background: #f7f7f7;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    outline: none;
}

.rs-nav-search input:focus {
    border-color: #00548f;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.10);
}

.main-header__language-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-header-one__top-right {
    margin-left: auto;
}

.main-header-one__top-right .header-style1__social-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rs-top-search {
    display: grid;
    width: 230px;
    margin: 0;
}

.rs-top-search input {
    width: 100%;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #ffffff;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    outline: none;
}

.rs-top-search input:focus {
    border-color: #8d98a3;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

.rs-mobile-nav-search {
    display: none;
}

.perfect-fleet-body ul {
    display: grid;
    grid-template-columns: minmax(120px, 0.85fr) minmax(150px, 1.15fr);
    gap: 12px 16px;
}

.perfect-fleet-body ul li {
    align-items: flex-start;
    display: flex;
    gap: 8px;
    line-height: 1.45;
    padding-left: 0;
    width: auto;
}

.perfect-fleet-body ul li img {
    flex: 0 0 auto;
    margin-top: 2px;
    position: static;
    transform: none;
}

.rs-logo-text {
    color: #243244 !important;
    font-size: 15px;
   
    line-height: 1;
    letter-spacing: 0;
}

.hero-section.bg-section {
    position: relative;
    overflow: hidden;
    background: #ffffff !important;
    min-height: 440px;
    padding: 78px 0 86px;
}

.hero-section.bg-section::before {
    background: transparent !important;
    z-index: 1;
}

.hero-section.bg-section::after {
    content: '';
    position: absolute;
    right: 1%;
    bottom: 14px;
    z-index: 1;
    width: min(64vw, 930px);
    aspect-ratio: 720 / 327;
    background: url('../images/rolls-royce-black-side-final.png') center center / contain no-repeat;
    filter: drop-shadow(0 28px 32px rgba(17, 24, 39, 0.22));
    pointer-events: none;
}

.hero-section.bg-section .container {
    position: relative;
    z-index: 2;
}

.hero-content .section-title h1,
.hero-content .section-title h3,
.hero-content .section-title p {
    color: #071627;
}

.hero-content .section-title h3 {
    display: none;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: none;
}

.hero-content .section-title h1 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    max-width: 610px;
    font-size: 46px;
    line-height: 1.12;
    letter-spacing: 0;
    margin-bottom: 22px;
    text-shadow: none;
}

.hero-content .section-title p {
    max-width: 660px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.74;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #344054;
}

.hero-content-body {
    display: flex;
    align-items: center;
    gap: 12px;
   
    margin-top: 26px;
}

.btn-default {
    background: #00548f;
    min-height: 46px;
    padding: 14px 12px;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
}

.btn-default.btn-highlighted {
    color: #111;
    padding-right: 26px;
    padding-left: 26px;
}

.rs-mini-actions .btn-default.btn-highlighted {
    border: 1px solid #d8d8d8;
    background: #ffffff;
    box-shadow: none;
}

.rs-mini-actions .btn-default.btn-highlighted::before {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 1px #d8d8d8;
}

.hero + section {
    margin-top: 28px !important;
    position: relative;
    z-index: 3;
}

.rs-home-quick-panel {
    padding: 0 0 42px;
    background: #ffffff;
}

.rs-home-quick-panel__inner {
    max-width: 1270px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.rs-home-quick-panel .curcule-1 {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.curcule-1 ul {
    max-width: none;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    backdrop-filter: none;
}

.curcule-1 ul li span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.rs-stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7f7f7;
    color: #00548f;
    font-size: 15px;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px #ececec;
}

.rs-client-strip {
    padding: 30px 0;
    background: #f7f7f7;
}

.rs-home-black-fleet .perfect-fleet-title h3 {
    background: #071627;
    color: #fff;
    letter-spacing: 0.08em;
}

.rs-client-strip__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.rs-client-strip__item {
    padding: 22px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.07);
}

.rs-client-strip strong {
    display: block;
    color: #00548f;
    font-size: 24px;
    line-height: 1;
}

.rs-client-strip__item > span:not(.rs-client-strip__icon) {
    display: block;
    margin-top: 8px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
}

.rs-client-strip {
    padding: 28px 0 30px;
}

.rs-client-strip__inner {
    align-items: stretch;
}

.rs-client-strip__item {
    position: relative;
    min-height: 154px;
    padding: 20px 22px 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rs-client-strip__item:hover {
    border-color: rgba(17, 24, 39, 0.24);
    box-shadow: 0 20px 44px rgba(17, 24, 39, 0.1);
    transform: translateY(-2px);
}

.rs-client-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #f7f7f7;
    color: #00548f;
    font-size: 17px;
}

.rs-client-strip__icon i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
}

.rs-client-strip strong {
    font-size: 22px;
    letter-spacing: 0;
}

.rs-client-strip__item > span:not(.rs-client-strip__icon) {
    line-height: 1.55;
}

.rs-client-strip .rs-client-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1;
}

.rs-trusted-customers {
    padding: 40px 0 34px;
    background: #fff;
}

.rs-trusted-customers__head {
    max-width: 720px;
    margin: 0 auto 22px;
    text-align: center;
}

.rs-trusted-customers__head span {
    display: block;
    margin-bottom: 8px;
    color: #00548f;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rs-trusted-customers__head h2 {
    margin: 0;
    color: #071627;
    font-size: 30px;
    line-height: 1.16;
}

.rs-trusted-customers__logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.rs-trusted-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 82px;
    padding: 16px 12px;
    border: 1px solid rgba(17, 24, 39, 0.14);
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rs-trusted-logo:hover {
    border-color: rgba(17, 24, 39, 0.28);
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.1);
}

.rs-trusted-logo img {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: 42px;
    object-fit: contain;
}

.rs-home-fleet-intro,
.rs-fleet-browse {
    background: #fff;
}

.rs-home-fleet-intro {
    padding: 34px 0 0;
}

.rs-home-fleet-intro__panel,
.rs-fleet-browse__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.rs-home-fleet-intro__panel {
    padding: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.rs-home-fleet-intro h2,
.rs-fleet-browse h2 {
    margin: 0;
    color: #111;
    font-size: 30px;
    line-height: 1.18;
    letter-spacing: 0;
}

.rs-home-fleet-intro p,
.rs-fleet-browse p {
    margin: 8px 0 0;
    color: #555;
    font-size: 14px;
}

.about-us .about-image {
    max-width: 590px;
    margin-right: 42px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.10);
}

.about-us .about-img-1 {
    width: 100%;
}

.about-us .about-img-1::before {
    display: none;
}

.about-us .about-img-1 img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
}

.about-us .about-img-1 img[src*="about-rolls-royce-front"] {
    padding: 0;
    background: transparent;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(17, 24, 39, 0.18));
}

.about-us .about-image--cutout {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.about-us .about-img-2 {
    display: none;
}

.vision-mission {
    padding: 56px 0 64px;
    background: #fff;
}

.vision-mission .section-title {
    max-width: 820px;
    margin: 0 auto 24px;
    text-align: center;
}

.vision-mission .section-title h3 {
   
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vision-mission .section-title h2 {
    font-size: 34px;
    line-height: 1.16;
}

.our-projects-nav {
    margin-bottom: 40px;
}

.our-projects-nav .nav-tabs {
    gap: 8px;
    padding: 10px;
    background: #f7f7f7;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
}

.our-projects-nav ul li {
    margin-right: 0;
}

.our-projects-nav ul li .nav-link {
    min-width: 160px;
    padding: 13px 24px;
    color: #071627;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.our-projects-nav ul li .nav-link.active {
    background-color: #00548f;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.18);
}

.vision-mission-box {
    max-width: 1220px;
    margin: 0 auto;
}

.vision-mission-content {
    padding-right: 36px;
}

.vision-mission-content .section-title {
    max-width: none;
    margin: 0;
    text-align: left;
}

.vision-mission-content .section-title h3 {
    margin-bottom: 12px;
}

.vision-mission-content .section-title h2 {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
}

.vision-mission-content .section-title p {
    color: #243244;
    font-size: 16px;
    line-height: 1.8;
}

.vision-mission-list ul li {
    color: #071627;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    margin-bottom: 16px;
}

.vision-mission-list ul li:before {
    color: #00548f;
}

.vision-image {
    margin-left: 20px;
}

.vision-image figure,
.vision-image img {
    border-radius: 18px;
}

.vision-image img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.rs-mini-actions,
.rs-filter-bar,
.perfect-fleet-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content:center
}

.rs-mini-actions {
    align-items: flex-end;
    justify-content: flex-end;
}

.rs-filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 35px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.rs-filter-btn.is-active {
    background: #00548f;
    color: #fff;
    border-color: #00548f;
}

.rs-fleet-browse {
    padding: 32px 0 20px;
}

.perfect-fleet-item {
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.perfect-fleet-item .image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 10;
    min-height: 220px;
    background: #f7f7f7;
}

.perfect-fleet-item .image-box img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
}

.perfect-fleet-item .image-box img.rs-image-hidden {
    display: none;
}

.rs-vehicle-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 220px;
    padding: 28px;
    text-align: center;
    color: #00548f;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.08)), #f7f7f7;
}

.rs-vehicle-placeholder span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #00548f;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.rs-vehicle-placeholder strong {
    color: #111;
    font-size: 22px;
    line-height: 1.2;
}

.rs-vehicle-placeholder small {
    margin-top: 6px;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.perfect-fleet-title h3 {
    color: #6a6a6a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.perfect-fleet-title h2 {
    color: #111;
    letter-spacing: 0;
}

.perfect-fleet-btn .rs-card-whatsapp {
    background: #0f8f4d;
    color: #fff;
}

.page-header {
    background: linear-gradient(135deg, rgb(17 24 39 / 9%), rgb(17 24 39 / 0%)), url(../images/bredc.png) center center / cover no-repeat !important
}

.rs-contact-page {
    padding: 52px 0 70px;
    background: linear-gradient(180deg, #f7f7f7 0%, #fff 62%);
}

.rs-contact-panel {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 28px;
    /*padding: 28px;
    border: 1px solid rgba(17, 24, 39, 0.12);*/
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.10);
}

.rs-contact-card {
    padding: 34px;
    border-radius: 8px;
    background: #f7f7f7;
}

.rs-contact-card h2,
.rs-contact-form-card h3 {
    margin: 0;
    color: #111;
    letter-spacing: 0;
}

    .rs-contact-card h2 {
        font-size: 31px;
        line-height: 1.12;
        margin-bottom: 10px;
    }

.rs-contact-card p {
    color: #4b5563;
}

.rs-contact-method {
    display: block;
    margin-top: 12px;
    padding: 5px 16px;
   /* border: 1px solid rgba(17, 24, 39, 0.12);*/
    border-radius: 6px;
    background: #fff;
    color: #111;
}

.rs-contact-method.is-primary {
  
}

.rs-contact-method span,
.rs-contact-method strong {
    display: block;
    color: inherit;
}

.rs-contact-method span {
    opacity: 0.72;
    font-size: 13px;
    font-weight: 700;
}

.rs-contact-method strong {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.35;
}

.rs-contact-actions,
.rs-contact-submit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.rs-contact-actions a,
.rs-inline-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 800;
}

.rs-contact-actions a:first-child {
    background: #00548f;
    color: #fff;
}

.rs-contact-actions a:last-child,
.rs-inline-whatsapp {
    background: #0f8f4d;
    color: #fff;
}

.rs-contact-form-card {
    padding: 34px;
    border-radius: 8px;
    background: #fff;
}

    .rs-contact-form-card h3 {
        font-size: 28px;
        margin-bottom: 11px;
    }

.rs-contact-form-card label {
    margin-bottom: 10px;
    color: #111;
    font-weight: 800;
    text-transform: none;
}

.rs-contact-form-card .form-control {
    min-height: 52px;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 0;
    background: transparent;
    color: #111;
}

.rs-contact-form-card textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.rs-contact-form-card .form-control:focus {
    border-color: #00548f;
    box-shadow: none;
}

.rs-contact-map {
    
    margin: 30px auto 0;
   
   
    border-radius: 8px;
    background: #ffffff;
   
}

.rs-contact-map__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.rs-contact-map__head span {
    display: inline-flex;
    margin-bottom: 8px;
    color: #00548f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-contact-map__head h3 {
    margin: 0;
    color: #111;
    font-size: 30px;
    line-height: 1.15;
}

.rs-contact-map__head p {
    max-width: 720px;
    margin: 10px 0 0;
    color: #4b5563;
    line-height: 1.65;
}

.rs-contact-map__head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    background: #00548f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.rs-contact-map iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
    border-radius: 8px;
    background: #ececec;
}

.rs-policy-page {
    padding: 80px 0;
    background: #f7f7f7;
}

.rs-policy-panel {
    padding: 34px;
    margin-bottom: 24px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
}

.rs-policy-kicker {
    display: block;
    margin-bottom: 10px;
    color: #00548f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-policy-panel h2 {
    margin-bottom: 16px;
    color: #071627;
    font-size: 32px;
    line-height: 1.2;
}

.rs-policy-panel p,
.rs-policy-list li {
    color: #344054;
    line-height: 1.75;
}

.rs-policy-panel a {
    color: #00548f;
    font-weight: 800;
}

.rs-policy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}

.rs-policy-card {
    padding: 20px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #f7f7f7;
}

.rs-policy-card h3 {
    margin-bottom: 8px;
    color: #00548f;
    font-size: 18px;
}

.rs-policy-card p {
    margin: 0;
    font-size: 14px;
}

.rs-policy-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding-left: 20px;
}

.rs-service-highlight {
   
}
.rs-service-highlight {
    margin-top: 20px;
}
.rs-service-highlight span {
    display: block;
    margin-bottom: 8px;
    color: #00548f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-service-highlight h3 {
    margin-bottom: 16px;
    color: #071627;
    font-size: 26px;
    line-height: 1.25;
}

.rs-service-highlight ul {
   
}

.rs-service-highlight li {
    color: #344054;
    line-height: 1.65;
}

.rs-blog-page,
.rs-blog-detail-page {
    padding: 80px 0;
    background: #f7f7f7;
}

.rs-blog-head {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.rs-blog-head span,
.rs-blog-card__body span,
.rs-blog-detail__meta {
    display: block;
    color: #00548f;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-blog-head h2 {
    margin: 10px 0 14px;
    color: #071627;
    font-size: 38px;
    line-height: 1.18;
}

.rs-blog-head p {
    margin: 0;
    color: #4b5563;
    line-height: 1.75;
}

.rs-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.rs-blog-card,
.rs-blog-detail {
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    overflow: hidden;
}

.rs-blog-card__image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.rs-blog-card__image img,
.rs-blog-detail > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rs-blog-card__body {
    padding: 24px;
}

.rs-blog-card__body h3 {
    margin: 10px 0 12px;
    font-size: 23px;
    line-height: 1.25;
}

.rs-blog-card__body h3 a {
    color: #071627;
}

.rs-blog-card__body p {
    margin-bottom: 18px;
    color: #4b5563;
    line-height: 1.65;
}

.rs-blog-read {
    color: #00548f;
    font-family: "Inter", sans-serif;
    font-weight: 800;
}

.rs-blog-detail {
    max-width: 920px;
    margin: 0 auto;
    padding: 38px;
}

.rs-blog-detail h2 {
    margin: 10px 0 16px;
    color: #071627;
    font-size: 42px;
    line-height: 1.15;
}

.rs-blog-detail__lead {
    color: #344054;
    font-size: 18px;
    line-height: 1.75;
}

.rs-blog-detail > img {
    height: 430px;
    margin: 24px 0 30px;
    border-radius: 8px;
}

.rs-blog-detail h3 {
    margin: 24px 0 10px;
    color: #071627;
    font-size: 24px;
}

.rs-blog-detail p {
    color: #4b5563;
    line-height: 1.8;
}

.rs-blog-detail__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    padding: 26px;
    border-radius: 8px;
    background: #f7f7f7;
}

.rs-blog-detail__cta h3 {
    margin-top: 0;
}

.rs-blog-detail__cta p {
    margin: 0;
}


.navbar-brand.is-logo-missing img {
    display: none;
}

.navbar-brand.is-logo-missing .rs-logo-text {
    display: inline-flex;
}

.rs-quick-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    gap: 10px;
}

.rs-quick-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.rs-quick-contact .rs-call {
    background: #00548f;
}

.rs-quick-contact .rs-whatsapp {
    background: #0f8f4d;
}

@media (max-width: 991px) {
    .about-us .about-image {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
    }

    .hero-section.bg-section {
        min-height: 0;
        padding: 72px 0 78px;
        background: #ffffff !important;
    }

    .hero-section.bg-section::after {
        right: -12%;
        bottom: 24px;
        width: min(66vw, 580px);
        opacity: 0.34;
    }

    .hero-content .section-title h1 {
        max-width: 620px;
    }

    .hero + section {
        margin-top: 16px !important;
    }

    .main-header-one__top {
        min-height: auto;
    }

    .main-header-one__top-inner {
        justify-content: center;
        min-height: 44px;
        padding: 0;
    }

    .header-style1__contact {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 12px;
        width: 100%;
        padding: 0;
    }

    .header-style1__contact li {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        padding: 0;
    }

    .header-style1__contact li::before,
    .header-style1__contact li + li::before {
        display: none;
    }

    .header-style1__contact li .icon,
    .header-style1__contact .icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: auto;
        min-width: 16px;
        color: #fff;
    }

    .header-style1__contact li .text p {
        margin: 0;
        line-height: 1.1;
    }

    .header-style1__contact li .text p,
    .header-style1__contact li .text p a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        white-space: nowrap;
    }

    .header-style1__contact li:nth-child(2) {
        display: none !important;
    }

    .header-style1__contact li:nth-child(3) {
        padding-left: 12px;
        border-left: 1px solid rgba(255, 255, 255, 0.45);
    }

    .header-sticky .navbar {
        padding: 10px 0;
    }

    .navbar-brand {
        min-height: 42px;
    }

    .navbar-brand img {
        width: 140px;
    }

    .rs-mobile-nav-search {
        display: block !important;
        flex: 0 0 100%;
        order: 10;
        width: 100%;
        margin: 10px 0 0;
    }

    .rs-mobile-nav-search input {
        width: 100%;
        height: 42px;
        padding: 0 14px;
        border: 1px solid rgba(17, 24, 39, 0.18);
        border-radius: 6px;
        background: #f7f7f7;
        color: #111;
        font-size: 14px;
        font-weight: 700;
        outline: none;
    }

    .rs-mobile-nav-search input:focus {
        border-color: #00548f;
        box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.10);
    }

    .slicknav_btn {
        width: 36px;
        height: 36px;
        border-radius: 7px;
    }

    .slicknav_menu {
        top: 100%;
        right: 15px;
        left: 15px;
        width: auto;
        border-radius: 0 0 8px 8px;
        background: #fff;
        border: 1px solid rgba(17, 24, 39, 0.12);
        overflow: hidden;
        box-shadow: 0 20px 45px rgba(17, 24, 39, 0.16);
    }

    .slicknav_menu ul {
        margin: 0;
        padding: 8px 0;
    }

    .slicknav_nav li a {
        padding: 9px 20px;
        color: #071627;
        font-size: 15px;
        font-weight: 700;
    }

    .slicknav_nav a:hover,
    .slicknav_nav a:focus,
    .slicknav_nav .slicknav_row:hover {
        color: #00548f;
        background: #f7f7f7;
    }

    .rs-client-strip__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .rs-trusted-customers__logos {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rs-policy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rs-blog-grid {
        grid-template-columns: 1fr;
    }

    .rs-blog-detail__cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .rs-home-fleet-intro__panel,
    .rs-fleet-browse__head,
    .rs-contact-panel {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .rs-mini-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .rs-contact-map {
        margin-right: 16px;
        margin-left: 16px;
    }

    .rs-contact-map__head {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    body {
        padding-bottom: 72px;
    }

    .hero-section.bg-section {
        padding: 58px 0 66px;
        background: #ffffff !important;
    }

    .hero-section.bg-section::after {
        right: -38%;
        bottom: 14px;
        width: 108vw;
        opacity: 0.13;
    }

    .hero-content .section-title h3 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .hero-content .section-title h1 {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 34px;
        line-height: 1.12;
    }

    .hero-content .section-title p {
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-content-body {
        gap: 12px;
        margin-top: 22px;
    }

    .hero-content-body .btn-default {
        width: 100%;
        justify-content: center;
    }

    .main-header-one__top-inner {
        min-height: 42px;
    }

    .header-style1__contact {
        gap: 9px;
    }

    .header-style1__contact li .text p,
    .header-style1__contact li .text p a {
        font-size: 12px;
    }

    .header-style1__contact li:nth-child(3) {
        padding-left: 9px;
    }

    .rs-mobile-nav-search {
        margin-top: 8px;
    }

    .rs-mobile-nav-search input {
        height: 40px;
        font-size: 13px;
    }

    .rs-client-strip__inner {
        grid-template-columns: 1fr;
    }

    .rs-trusted-customers {
        padding: 32px 0 26px;
    }

    .rs-trusted-customers__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rs-trusted-logo {
        min-height: 68px;
    }

    .rs-trusted-logo img {
        max-width: 98px;
        max-height: 34px;
    }

    .perfect-fleet-body ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .perfect-fleet-body ul li {
        align-items: flex-start;
        display: flex;
        gap: 8px;
        line-height: 1.45;
        padding-left: 0;
        width: 100%;
    }

    .perfect-fleet-body ul li img {
        flex: 0 0 auto;
        margin-top: 2px;
        position: static;
        transform: none;
    }

    .rs-home-fleet-intro h2,
    .rs-fleet-browse h2,
    .rs-contact-card h2 {
        font-size: 25px;
    }

    .rs-contact-card,
    .rs-contact-form-card,
    .rs-contact-panel,
    .rs-contact-map,
    .rs-policy-panel {
        padding: 22px;
    }

    .rs-policy-grid {
        grid-template-columns: 1fr;
    }

    .rs-policy-panel h2 {
        font-size: 25px;
    }

    .rs-blog-page,
    .rs-blog-detail-page {
        padding: 52px 0;
    }

    .rs-blog-head h2,
    .rs-blog-detail h2 {
        font-size: 28px;
    }

    .rs-blog-detail {
        padding: 24px;
    }

    .rs-blog-detail > img {
        height: 260px;
    }

    .perfect-fleet-item {
        border-radius: 6px;
    }

    .perfect-fleet-btn {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .perfect-fleet-btn .btn-default {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 48px;
        margin-right: 0;
        padding: 14px 18px;
        border-radius: 24px;
        text-align: center;
        line-height: 1.15;
    }

    .perfect-fleet-btn .btn-default::before {
        display: none;
    }

    .rs-contact-map__head h3 {
        font-size: 25px;
    }

    .rs-contact-map iframe {
        height: 300px;
    }

    .rs-footer-separator {
        display: none;
    }

    .rs-footer-credit {
        display: block;
        margin-top: 4px;
    }

    
.navbar-brand.is-logo-missing img {
    display: none;
}

.navbar-brand.is-logo-missing .rs-logo-text {
    display: inline-flex;
}

.rs-quick-contact {
        right: 0;
        bottom: 0;
        left: 0;
        gap: 0;
    }

    .rs-quick-contact a {
        flex: 1;
        min-height: 56px;
        border-radius: 0;
        box-shadow: none;
    }
}

/* Fleet page polish */
.rs-fleet-overview {
    padding: 34px 0 18px !important;
    background: #fff;
}

.rs-fleet-overview__head {
    max-width: 980px;
    margin: 0 auto 24px;
    text-align: center;
}

.rs-fleet-overview__head .section-title {
    margin-bottom: 10px;
    color: #111;
    font-size: 32px;
    line-height: 1.15;
}

.rs-fleet-overview__head .section-text {
    max-width: 900px;
    margin: 0 auto;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.rs-fleet-overview .fleet-card {
    height: 100%;
    padding: 26px 28px;
  
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: none;
}

.rs-fleet-overview .fleet-card h5 {
    margin-bottom: 18px;
    color: #111;
    font-size: 21px;
    letter-spacing: 0;
    text-transform: none;
}

.rs-fleet-overview .feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    padding: 0;
}

.rs-fleet-overview .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    color: #1f2933;
    font-size: 14px;
    line-height: 1.45;
}

.rs-fleet-overview .feature-list li::marker {
    content: '';
}

.rs-fleet-overview .feature-list i {
    margin-top: 3px;
    color: #00548f;
    font-size: 13px;
}

.rs-fleet-overview .fleet-image {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: none;
}

.rs-fleet-overview .fleet-image img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
}

.rs-fleet-overview .rs-rolls-feature {
    position: relative;
    min-height: 300px;
   /* border: 1px solid rgba(17, 24, 39, 0.14);
    background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 55%, #ececec 100%);*/
}

.rs-fleet-overview .rs-rolls-feature img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    padding: 18px;
    object-fit: contain;
    object-position: center;
}

.rs-rolls-feature__caption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    padding: 18px 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.rs-rolls-feature__caption span {
    color: #00548f;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.rs-rolls-feature__caption strong {
    display: block;
    margin-top: 6px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
}

.rs-fleet-browse {
    padding-top: 18px;
}

.rs-fleet-browse__head {
    padding: 18px 20px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 8px;
    background: #f7f7f7;
}

.rs-fleet-browse__controls {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.rs-fleet-search {
    display: grid;
    gap: 6px;
    min-width: 280px;
    margin: 0;
}

.rs-fleet-search span {
    color: #00548f;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.rs-fleet-search input {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(17, 24, 39, 0.18);
    border-radius: 6px;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rs-fleet-search input:focus {
    border-color: #00548f;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.10);
}

.rs-fleet-no-results {
    margin: 18px 0 0;
    padding: 18px 20px;
    border: 1px dashed rgba(17, 24, 39, 0.22);
    border-radius: 8px;
    background: #f7f7f7;
    color: #1f2933;
    font-weight: 800;
    text-align: center;
}

@media (max-width: 991px) {
    .rs-fleet-overview .feature-list {
        grid-template-columns: 1fr;
    }

    .rs-fleet-overview .fleet-image,
    .rs-fleet-overview .fleet-image img {
        min-height: 240px;
    }

    .rs-fleet-overview .rs-rolls-feature {
        min-height: 240px;
    }

    .rs-fleet-overview .rs-rolls-feature img {
        min-height: 240px;
    }

    .rs-rolls-feature__caption strong {
        font-size: 28px;
    }

    .rs-fleet-browse__controls {
        justify-content: flex-start;
        width: 100%;
    }

    .rs-fleet-search {
        width: 100%;
        min-width: 0;
    }
}

/* Disable template custom cursor dot */
#magic-cursor,
#ball,
.cb-cursor,
.cb-cursor::before,
.cb-cursor-text {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html,
body {
    cursor: auto !important;
}

a,
button,
.btn-default,
.accordion-button {
    cursor: pointer !important;
}

/* Restore real social icons */
.header-style1__social-links a {
    font-size: 14px !important;
}

.header-style1__social-links a::after {
    content: none !important;
    display: none !important;
}

.header-style1__social-links a i {
    display: inline-flex !important;
    color: #00548f;
    font-size: 14px;
    line-height: 1;
}

/* About page polish */
.about-us.page-about-us,
.rs-about-page > .rs-about-shell > .container {
    padding-top: 42px;
    padding-bottom: 46px;
}

.rs-about-visual {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 8px;
    background: #f7f7f7;
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.10);
}

.rs-about-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center;
}

.rs-about-visual img[src*="about-rolls-royce-front"] {
    padding: 0;
    background: transparent;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(17, 24, 39, 0.18));
}

.rs-about-visual--cutout {
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.rs-about-visual--cutout::after,
.rs-about-visual--cutout .rs-about-visual__stats {
    display: none;
}

.rs-about-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.05), rgba(17, 24, 39, 0.42));
}

.rs-about-visual__stats {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(10px);
}

.rs-about-visual__stats span {
    display: block;
    padding: 15px 14px;
    background: rgba(255, 255, 255, 0.88);
    color: #1f2933;
    font-size: 13px;
    line-height: 1.35;
}

.rs-about-visual__stats strong {
    display: block;
    color: #00548f;
    font-size: 22px;
    line-height: 1;
}

.about-content .section-title h2 {
    max-width: 720px;
    font-size: clamp(34px, 3.2vw, 44px);
    line-height: 1.13;
}

.about-content .about-content-footer {
    margin-top: 18px;
    padding-bottom: 28px;
}

.about-trusted-booking {
    padding: 18px 0;
}

/* Home FAQ and enquiry CTA polish */
.our-faqs.bg-section {
    padding: 54px 0;
    background: #f7f7f7 !important;
}

.our-faqs .row {
    row-gap: 28px;
}

.our-faqs-content .section-title {
    margin-bottom: 18px;
}

.our-faqs-content .section-title h2 {
    text-transform: none;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.18;
}

.our-faqs-accordion .accordion-item {
    border-color: rgba(17, 24, 39, 0.14);
}

.our-faqs-accordion .accordion-item .accordion-button {
    color: #0f172a;
    font-size: 17px;
    line-height: 1.35;
}

.our-faqs-accordion .accordion-item .accordion-body p {
    color: #3f4b5b;
    font-size: 15px;
    line-height: 1.75;
}

.our-faqs-image {
    max-width: 560px;
}

.rs-faq-aside {
    max-width: 560px;
    padding: 34px;
    
    border-radius: 8px;
    background: #ffffff;
    box-shadow: unset!important;
}

.rs-faq-aside span {
    display: inline-flex;
    margin-bottom: 14px;
   
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.rs-faq-aside h3 {
    max-width: 440px;
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.16;
}

.rs-faq-aside p {
    max-width: 500px;
    margin-bottom: 18px;
    color: #3f4b5b;
    font-size: 15px;
    line-height: 1.75;
}

.rs-faq-aside ul {
    display: grid;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.rs-faq-aside li {
    position: relative;
    padding-left: 24px;
    color: #1f2933;
    font-size: 15px;
    line-height: 1.45;
}

.rs-faq-aside li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00548f;
    box-shadow: 0 0 0 5px rgba(17, 24, 39, 0.10);
}

.rs-faq-aside a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 5px;
    background: #109447;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.cta-box.bg-section {
    position: relative;
    margin: 50px auto;
    max-width: 1400px;
    padding: 44px 0;
    
    border-radius: 8px;
    background: linear-gradient(135deg, #ffffff 0%, #f7f7f7 100%) !important;
   
    overflow: hidden;
}

.cta-box.bg-section .row {
    min-height: 0;
}

.cta-box.bg-section::before {
    display: none;
}

.cta-box-content {
    padding: 10px 0 10px 18px;
}

.cta-box-content .section-title h3 {
    margin-bottom: 12px;
   
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cta-box-content .section-title h2 {
    max-width: 620px;
    color: #071627;
    font-size: 36px;
    line-height: 1.16;
}

.cta-box-content .section-title p {
    max-width: 620px;
    color: #344054;
    font-size: 16px;
    line-height: 1.7;
}

.rs-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 4px 0 24px;
}

.rs-cta-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(17, 24, 39, 0.16);
    border-radius: 999px;
    background: #ffffff;
    color: #243244;
    font-size: 13px;
    font-weight: 700;
}

.cta-box-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.cta-box-btn .btn-default-secondary {
    background: #109447;
}

.cta-box-btn .btn-default-secondary::before {
    background: #0b7b39;
}

.cat-box-image {
    display: flex;
    justify-content: flex-end;
  
}

.rs-cta-card {
    width: 100%;
    max-width: 420px;
    padding: 28px;
    border: unset;
    border-radius: 8px;
    background: #ffffff;
   /* box-shadow: 0 18px 40px rgba(17, 24, 39, 0.08);*/
}

    .rs-cta-card span {
        display: block;
        margin-bottom: 16px;
        color: #00548f;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        text-align: left;
}

.rs-cta-card ul {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

    .rs-cta-card li {
        position: relative;
        padding-left: 25px;
        color: #243244;
        font-size: 15px;
        line-height: 1.45;
        text-align: left;
    }

.rs-cta-card li::before {
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 0;
    color: #00548f;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    font-weight: 900;
}

.rs-cta-card strong {
    display: block;
    padding-top: 16px;
    border-top: 1px solid rgba(17, 24, 39, 0.12);
    color: #071627;
    font-size: 16px;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .rs-top-search {
        display: none;
    }

    .our-faqs.bg-section {
        padding: 46px 0;
    }

    .cta-box.bg-section {
        margin: 32px 16px;
        padding: 34px 0;
    }

    .cta-box.bg-section .row {
        min-height: 0;
    }

    .cat-box-image {
        justify-content: flex-start;
        margin-top: 24px;
    }

    .rs-cta-card {
        max-width: none;
    }

    .cat-box-image figure {
        margin-top: 24px;
        transform: none;
    }
}

@media (max-width: 991px) {
    .rs-about-visual,
    .rs-about-visual img {
        min-height: 360px;
    }
}

@media (max-width: 575px) {
    .rs-about-visual__stats {
        grid-template-columns: 1fr;
    }

    .rs-about-visual,
    .rs-about-visual img {
        min-height: 320px;
    }
}

@media (max-width: 991px) {
    .vision-mission {
        padding: 42px 0 48px;
    }

    .vision-mission .section-title h2,
    .vision-mission-content .section-title h2 {
        font-size: 30px;
    }

    .vision-mission-content {
        padding-right: 0;
        margin-bottom: 28px;
    }

    .vision-image {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .vision-mission .section-title h2,
    .vision-mission-content .section-title h2 {
        font-size: 27px;
    }

    .our-projects-nav .nav-tabs {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        border-radius: 10px;
    }

    .our-projects-nav ul li .nav-link {
        width: 100%;
        min-width: 0;
        border-radius: 8px;
    }

    .vision-mission-list ul li {
        font-size: 15px;
    }
}

.about-image--cutout,
.rs-about-visual--cutout {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.about-image--cutout img[src*="about-rolls-royce-front"],
.rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
    background: transparent !important;
}

/* Client neutral palette: white and grey surfaces, blue reserved for buttons and icons */
        .main-header-one__top {
    background: #f7f7f7 !important;
    border-bottom: 1px solid #ececec;
}

.main-header-one__top::before {
    display: none !important;
    border: 0 !important;
    background: transparent !important;
}

.main-header-one__top .header-style1__contact li .text p,
.main-header-one__top .header-style1__contact li .text p a,
.main-header-one__top .header-style1__contact li .text p a:hover {
    color: #243244 !important;
}

.main-header-one__top .header-style1__contact li .icon,
.main-header-one__top .header-style1__contact .icon {
    display: inline-flex !important;
    color: #00548f !important;
}

.main-header-one__top .header-style1__contact li::before,
.main-header-one__top .header-style1__contact li + li::before {
    background: #d8d8d8 !important;
}

.header-style1__social-links a {
    background: transparent !important;
    border: 0;
    color: #00548f !important;
}

.rs-nav-search input,
.rs-top-search input,
.rs-mobile-nav-search input,
.rs-fleet-search input,
.rs-policy-card,
.rs-contact-card,
.rs-contact-form-card,
.rs-contact-map,
.rs-client-strip,
.rs-trusted-logo,
.rs-home-fleet-intro__panel,
.rs-fleet-browse__head,
.rs-service-highlight,
.rs-faq-aside,
.rs-blog-detail__cta,
.rs-cta-card,
.perfect-fleet-item .image-box,
.rs-vehicle-placeholder {
    background-color: #f7f7f7 !important;
    background-image: none !important;
}

.rs-contact-page,
.perfect-fleet.bg-section,
.our-faqs.bg-section,
.cta-box.bg-section,
.rs-trusted-customers,
.rs-policy-section,
.rs-blog-section,
.rs-blog-detail,
.rs-home-black-fleet,
.rs-fleet-browse {
    background: #ffffff !important;
}

.perfect-fleet-item,
.rs-policy-card,
.rs-contact-panel,
.rs-contact-card,
.rs-contact-form-card,
.rs-contact-map,
.rs-client-strip,
.rs-trusted-logo,
.rs-service-highlight,
.rs-faq-aside,
.rs-blog-card,
.rs-blog-detail__cta,
.rs-cta-card {
    border-color: #d8d8d8 !important;
    /*box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08) !important;*/
}

.rs-nav-search input:focus,
.rs-top-search input:focus,
.rs-mobile-nav-search input:focus,
.rs-fleet-search input:focus,
.rs-contact-form-card .form-control:focus {
    border-color: #8d98a3 !important;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08) !important;
}

.rs-client-strip strong,
.rs-home-fleet-intro__eyebrow,
.rs-policy-kicker,
.rs-contact-map__head span,
.rs-cta-card span,
.perfect-fleet-title h3,
.rs-service-highlight span,
.rs-blog-card__meta,
.rs-blog-detail__meta {
    color: #4b5563 !important;
}

/* Home quick panel: combine stats and fleet intro into one section */
.rs-home-quick-panel .rs-home-fleet-intro__panel {
    background: transparent !important;
    background-image: none !important;
}

.rs-home-quick-panel .curcule-1 ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.rs-home-quick-panel .curcule-1 ul li {
    justify-content: center;
    min-height: 64px;
    padding: 0 22px;
    border-right: 1px solid #d8d8d8;
    background: #ffffff !important;
    cursor: default;
}

.rs-home-quick-panel .curcule-1 ul li:last-child {
    border-right: 0 !important;
}

.rs-home-quick-panel .curcule-1 ul li > span:last-child {
    color: #1f2933;
    font-size: 16px;
    font-weight: 500;
}

.rs-home-quick-panel .curcule-1 ul li strong {
    color: #071627;
    font-weight: 800;
}

@media (max-width: 991px) {
    .rs-home-quick-panel {
        padding-right: 16px;
        padding-left: 16px;
    }

    .rs-home-quick-panel .curcule-1 ul {
        grid-template-columns: 1fr;
    }

    .rs-home-quick-panel .curcule-1 ul li {
        justify-content: flex-start;
        min-height: 58px;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 24, 39, 0.12);
    }

    .rs-home-quick-panel .curcule-1 ul li:last-child {
        border-bottom: 0;
    }

    .rs-home-quick-panel .rs-home-fleet-intro__panel {
        padding: 24px;
    }
}

/* Final visual polish: remove patchy surfaces and keep white/grey consistent */
.about-image--cutout,
.rs-about-visual--cutout {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.about-image--cutout img[src*="about-rolls-royce-front"],
.rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
    background: transparent !important;
    filter: drop-shadow(0 22px 26px rgba(17, 24, 39, 0.16));
}

.about-image--cutout figure,
.about-image--cutout .reveal,
.rs-about-visual--cutout figure {
    background: transparent !important;
}

.about-us .about-image--cutout {
    max-width: 610px;
}

.rs-about-visual--cutout {
    min-height: 500px;
}

.rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
    min-height: 500px;
}

.about-content .section-title h2 {
    max-width: 760px;
}

.perfect-fleet-item,
.rs-home-quick-panel__inner,
.rs-contact-panel,
.rs-contact-card,
.rs-contact-form-card,
.rs-contact-map,
.rs-trusted-logo,
.rs-policy-card,
.rs-blog-card,
.rs-cta-card {
  /*  border-color: #d6d6d6 !important;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06) !important;*/
}

.perfect-fleet-item .image-box {
    background: #f7f7f7 !important;
}

.rs-trusted-logo,
.rs-contact-card,
.rs-service-highlight,
.rs-faq-aside,
.rs-blog-detail__cta {
    background: #fff !important;
}

.rs-home-quick-panel__inner,
.rs-contact-panel,
.rs-contact-form-card,
.rs-contact-map,
.perfect-fleet-item,
.rs-blog-card,
.rs-cta-card {
    background: #ffffff !important;
}

.rs-home-quick-panel .curcule-1 ul {
    border-bottom-color: #d6d6d6;
}

.rs-home-quick-panel .curcule-1 ul li {
    border-right-color: #d6d6d6;
}

@media (max-width: 991px) {
    .rs-about-visual--cutout,
    .rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
        min-height: 340px;
    }
}

@media (max-width: 575px) {
    .about-us .about-image--cutout {
        margin-bottom: 18px;
    }

    .rs-about-visual--cutout,
    .rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
        min-height: 280px;
    }
}

/* Site patch refinement: cleaner white/grey surfaces and cutout image handling */
.hero-section.bg-section {
    display: flex;
    align-items: center;
    min-height: 470px;
    border: 1px solid #ececec;
    background: #ffffff !important;
}

    .hero-section.bg-section::after {
        right: 1.5%;
        bottom: 18px;
        width: min(63vw, 980px);
        filter: contrast(1.08) drop-shadow(0 30px 34px rgba(17, 24, 39, 0.18));
    }

.rs-home-quick-panel {
    margin-top: -18px;
    padding-bottom: 52px;
}

.rs-home-quick-panel__inner {
    overflow: hidden;
    border-radius: 8px !important;
    box-shadow: 0 20px 50px rgba(17, 24, 39, 0.07) !important;
}

.rs-home-quick-panel .curcule-1 ul li {
    min-height: 70px;
}

.rs-home-fleet-intro__panel {
    padding: 30px 28px 32px !important;
}

    .rs-home-fleet-intro__panel h2 {
        max-width: 760px;
        font-size: 34px;
    }

.hero-content .section-title p {
    max-width: 540px;
}

.hero-content-body .btn-default.btn-highlighted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.perfect-fleet {
    padding-top: 72px;
}

.perfect-fleet-item {
    overflow: hidden;
}

.perfect-fleet-item .image-box {
    background: #f7f7f7 !important;
}

.perfect-fleet-item .image-box img {
    transform: scale(1.02);
}

.rs-trusted-customers {
    padding: 56px 0 62px;
}

.rs-trusted-customers__head {
    margin-bottom: 26px;
}

.rs-trusted-logo {
    min-height: 92px;
    border-radius: 8px;
}

.about-us.bg-light,
.rs-about-shell {
    background: #f7f7f7 !important;
}

.about-us .about-image--cutout,
.rs-about-visual--cutout {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    margin-right: 34px;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.about-us .about-image--cutout .about-img-1,
.about-us .about-image--cutout .about-img-1 figure,
.rs-about-visual--cutout {
    width: 100%;
}

.about-us .about-image--cutout .about-img-1 img[src*="about-rolls-royce-front"],
.rs-about-visual--cutout img[src*="about-rolls-royce-front"] {
    width: min(100%, 620px);
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    background: transparent !important;
    filter: drop-shadow(0 28px 28px rgba(17, 24, 39, 0.16));
}

.about-us .about-image--cutout .about-img-2 {
    display: none !important;
}

.about-content .section-title h2 {
    max-width: 760px;
    font-size: clamp(32px, 3vw, 42px);
}

.about-trusted-booking {
    border-bottom-color: #d8d8d8 !important;
}

.rs-contact-panel,
.rs-policy-card,
.rs-blog-card,
.rs-cta-card {
    border-radius: 8px;
}

.rs-fleet-overview .fleet-card::before,
.rs-fleet-overview .fleet-card::after {
    display: none !important;
    content: none !important;
}

.rs-fleet-overview .fleet-card {
    background: #ffffff !important;
}

.rs-fleet-search span {
    display: none !important;
}

.rs-fleet-search {
    gap: 0;
}

.rs-fleet-browse__head {
    background: #ffffff !important;
}

@media (max-width: 1199px) {
    .hero-section.bg-section::after {
        width: min(58vw, 760px);
    }
}

@media (max-width: 991px) {
    .hero-section.bg-section {
        min-height: auto;
        padding: 58px 0 280px;
    }

    .hero-section.bg-section::after {
        right: 50%;
        bottom: 18px;
        width: min(88vw, 620px);
        transform: translateX(50%);
        filter: contrast(1.16) drop-shadow(0 22px 24px rgba(17, 24, 39, 0.16));
    }

    .rs-home-quick-panel {
        margin-top: 0;
    }

    .about-us .about-image--cutout,
    .rs-about-visual--cutout {
        min-height: 310px;
        margin-right: 0;
        margin-bottom: 26px;
    }
}

@media (max-width: 575px) {
    .hero-section.bg-section {
        padding: 42px 0 230px;
    }

    .hero-section.bg-section::after {
        width: 96vw;
    }

    .hero-content-body {
        gap: 12px;
    }

    .hero-content-body .btn-default.btn-highlighted {
        min-width: 220px;
    }

    .hero-content .section-title h1 {
        font-size: 34px;
    }

    .hero-content .section-title p {
        font-size: 15px;
        line-height: 1.62;
    }

    .rs-home-fleet-intro__panel {
        padding: 22px 18px 24px !important;
    }

    .about-us .about-image--cutout,
    .rs-about-visual--cutout {
        min-height: 240px;
    }
}

