/* Bootstrap 5 compatibility for the legacy public template */

.text-left,
.text-start {
    text-align: left !important;
}

.text-right,
.text-end {
    text-align: right !important;
}

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

.OnlyMobil {
    display: none !important;
}

.top-navbar .nav-link,
.top-navbar .nav-link:visited {
    color: #58595B !important;
}

.top-navbar .nav-link:hover,
.top-navbar .nav-link:focus {
    color: #F7C831 !important;
}

.top-navbar .nav-link.active,
.top-navbar .navbar-nav .nav-link.active {
    color: #58595B !important;
    font-weight: 600;
}

.top-navbar .navbar-toggler {
    border-color: #d2d2d2;
    padding: 0.375rem 0.5rem;
}

.top-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(247, 200, 49, 0.35);
}

.top-navbar-language-mobile {
    display: none !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-left: auto;
    margin-right: 0.75rem;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 1px 4px #e8e8e8;
}

.top-navbar-language-mobile:hover,
.top-navbar-language-mobile:focus {
    text-decoration: none;
    border-color: #F7C831;
}

.top-navbar-language-mobile img {
    display: block;
    width: 18px;
    height: auto;
}

#accordion .btn-link {
    padding: 0;
    color: #58595B;
    text-align: left;
    text-decoration: none;
    white-space: normal;
}

#accordion .btn-link:hover,
#accordion .btn-link:focus {
    color: #58595B;
    text-decoration: none;
    box-shadow: none;
}

.top-navbar .orange_button_link {
    white-space: nowrap;
}

.footer-credit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    vertical-align: middle;
}

.footer-credit-link:hover,
.footer-credit-link:focus {
    text-decoration: none;
}

.footer-credit-logo {
    display: block;
    width: auto;
    /* height: 20px; */
    max-width: 120px;


    filter: brightness(0);
    height: .8rem;    
}

.choose-car-card {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.choose-car-card.choose-car-card-desktop {
    align-items: center;
}

.choose-car-card .car-info ul {
    margin: 0;
    padding: 0;
}

.choose-car-card .car-info li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    margin-bottom: 0.85rem;
    padding: 0;
    line-height: 1.45;
    color: #58595B;
}

.choose-car-card .car-info li:last-child {
    margin-bottom: 0;
}

.choose-car-card .car-info li img {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 0.1rem;
}

.choose-car-card .car-info li b {
    color: #58595B;
}

.choose-car-card .car-info li span {
    color: #656d78;
}

.choose-car-card .car-img {
    text-align: center;
}

.choose-car-image {
    width: 100%;
    max-width: 440px;
    max-height: 240px;
    object-fit: contain;
}

.choose-car-summary-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.choose-car-summary-col h2,
.choose-car-summary-col h4 {
    margin: 0;
}

.choose-car-category {
    color: #58595B;
    line-height: 1.15;
}

.choose-car-model {
    color: #7c8490;
    line-height: 1.35;
}

.choose-car-price {
    color: #58595B;
    line-height: 1.15;
}

.choose-car-summary-col .orange_button_link {
    width: 100%;
}

.choose-car-card-mobile {
    padding: 2rem 0;
}

.choose-car-card-mobile .choose-car-summary-col,
.choose-car-card-mobile .choose-car-image-col,
.choose-car-card-mobile .choose-car-specs-col {
    margin-bottom: 1rem;
}

.extras-layout {
    margin-top: 3rem;
    row-gap: 2rem;
}

.extras-summary-col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.extras-summary-card {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 1.5rem;
    background: #fff;
}

.extras-summary-card h5 {
    margin: 0 0 1rem;
    color: #58595B;
}

.extras-summary-image {
    text-align: center;
    margin-bottom: 1rem;
}

.extras-summary-image img {
    width: 100%;
    max-width: 300px;
    max-height: 220px;
    object-fit: contain;
}

.extras-feature-list p,
.extras-detail-list p {
    margin: 0 0 0.9rem;
    color: #656d78;
    line-height: 1.5;
}

.extras-feature-list p:last-child,
.extras-detail-list p:last-child {
    margin-bottom: 0;
}

.extras-feature-list p {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
}

.extras-feature-list p img {
    flex: 0 0 18px;
    width: 18px;
    margin-top: 0.15rem;
}

.extras-feature-list p b,
.extras-detail-list p b {
    color: #58595B;
}

.extras-detail-list .extras-detail-price {
    display: inline-block;
    margin-left: 0.5rem;
    font-weight: 700;
    color: #58595B;
}

.extras-total-card {
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
}

.extras-options-col {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.extras-option-card {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
}

.extras-option-card:first-child {
    padding-top: 0;
}

.extras-option-image {
    text-align: center;
}

.extras-option-image img {
    width: 100%;
    max-width: 380px;
    max-height: 220px;
    object-fit: contain;
}

.extras-option-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.extras-option-name {
    margin: 0;
    color: #58595B;
}

.extras-option-description {
    margin: 0;
    color: #656d78;
    line-height: 1.55;
}

.extras-option-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.extras-option-price {
    margin: 0;
    color: #58595B;
    font-size: 1.05rem;
}

.extras-option-price-block {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.extras-option-price-tag {
    display: inline-block;
    margin-left: 0.45rem;
    color: #b57b00;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.extras-option-price-note {
    margin: 0;
    color: #7c8490;
    font-size: 0.83rem;
    line-height: 1.45;
}

.extras-option-control {
    width: 100%;
    max-width: 220px;
    margin-left: auto;
}

.extras-option-label {
    display: block;
    margin-bottom: 0.4rem;
    color: #7c8490;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: right;
}

.extras-option-control .sbHolder,
.extras-option-control select {
    width: 100% !important;
}

.extras-option-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 46px;
}

.extras-option-checkbox input[type="checkbox"] {
    margin: 0;
}

.extras-continue-row {
    justify-content: flex-end;
    margin-top: 0.5rem;
}

.extras-continue-col {
    margin-left: auto;
}

.reservation-layout {
    margin-top: 3rem;
    margin-bottom: 4rem;
    row-gap: 2rem;
}

.reservation-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reservation-eyebrow {
    display: inline-block;
    margin-bottom: 0.85rem;
    color: #b57b00;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-car-title {
    margin: 0 0 0.35rem;
    color: #58595B;
    font-size: 1.15rem;
    line-height: 1.3;
}

.reservation-car-category {
    margin: 0 0 1.1rem;
    color: #7c8490;
    line-height: 1.45;
}

.reservation-car-image {
    margin-bottom: 1.25rem;
}

.reservation-description {
    margin: 1.15rem 0 0;
    color: #656d78;
    line-height: 1.6;
}

.reservation-summary-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.reservation-summary-header h5 {
    margin: 0;
    color: #58595B;
}

.reservation-summary-header span {
    color: #7c8490;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reservation-extra-list {
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.reservation-extra-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.95rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.reservation-extra-row:first-child {
    padding-top: 0;
    border-top: 0;
}

.reservation-extra-name {
    color: #656d78;
    line-height: 1.55;
}

.reservation-extra-price {
    color: #58595B;
    white-space: nowrap;
}

.reservation-empty {
    margin: 0;
    color: #7c8490;
    line-height: 1.55;
}

.reservation-detail-list {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.reservation-detail-block strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #58595B;
    font-size: 1rem;
}

.reservation-detail-block p {
    margin: 0;
    color: #656d78;
    line-height: 1.55;
}

.reservation-detail-label {
    display: inline-block;
    margin-bottom: 0.4rem;
    color: #7c8490;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-detail-charge {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #7c8490;
    flex-wrap: wrap;
}

.reservation-detail-charge strong {
    margin-bottom: 0;
}

.reservation-total-card {
    text-transform: none;
}

.reservation-total-label {
    display: inline-block;
    margin-bottom: 0.3rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-total-price {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.95rem;
    line-height: 1.05;
}

.reservation-total-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.55;
    text-transform: none;
}

.reservation-form-shell {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.reservation-form-card {
    border: 1px solid rgba(88, 89, 91, 0.12);
    border-radius: 24px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 18px 38px rgba(37, 47, 63, 0.08);
}

.reservation-form-intro h1 {
    margin: 0 0 0.85rem;
    color: #58595B;
    font-size: clamp(1.9rem, 3.1vw, 2.7rem);
    line-height: 1.02;
    max-width: 20ch;
}

.reservation-form-intro p {
    margin: 0;
    max-width: 40rem;
    color: #656d78;
    line-height: 1.65;
}

.reservation-alert {
    margin-top: 1.25rem;
    margin-bottom: 0;
    border: 0;
    border-radius: 1rem;
    background: #fff5cf;
    color: #5f4b00;
}

.reservation-section-header {
    margin-bottom: 1.5rem;
}

.reservation-section-header h2,
.reservation-notice-card h2 {
    margin: 0 0 0.45rem;
    color: #58595B;
    font-size: 1.3rem;
}

.reservation-section-header p {
    margin: 0;
    color: #7c8490;
    line-height: 1.55;
}

.reservation-form-card .form-group {
    margin-bottom: 0;
}

.reservation-form-card label {
    display: block;
    margin-bottom: 0.55rem;
    color: #7c8490;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.reservation-form-card .form-control {
    min-height: 3.35rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid #d9e1eb;
    background: #fff;
    color: #3c4653;
    box-shadow: none;
}

.reservation-form-card .form-control:focus {
    border-color: #F7C831;
    box-shadow: 0 0 0 0.16rem rgba(247, 200, 49, 0.15);
}

.reservation-notice-card {
    border-radius: 24px;
    padding: 2rem;
    background: linear-gradient(180deg, #f7c831 0%, #f2b71b 100%);
    box-shadow: 0 18px 36px rgba(247, 200, 49, 0.22);
}

.reservation-notice-card p {
    margin: 0 0 0.75rem;
    color: #4b4434;
    line-height: 1.6;
    max-width: 42rem;
}

.reservation-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1rem;
    color: #3c3528;
    font-weight: 600;
    line-height: 1.55;
}

.reservation-checkbox input {
    flex: 0 0 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.25rem;
    accent-color: #58595B;
}

.reservation-checkbox a {
    color: #2f2a1e;
    font-weight: 700;
    text-decoration: underline;
}

.reservation-submit-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(88, 89, 91, 0.12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(37, 47, 63, 0.08);
}

.reservation-submit-total {
    max-width: 34rem;
}

.reservation-submit-total strong {
    display: block;
    margin-top: 0.15rem;
    color: #58595B;
    font-size: 2rem;
    line-height: 1.05;
}

.reservation-submit-total p {
    margin: 0.45rem 0 0;
    color: #7c8490;
    line-height: 1.55;
}

.reservation-submit-action {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
}

.reservation-submit-action .orange_button {
    width: 100%;
    text-align: center;
    color: #58595B !important;
}

.reservation-form-card textarea.form-control,
.contact-textarea {
    min-height: 15rem;
    resize: vertical;
}

.contact-layout {
    align-items: start;
}

.contact-sidebar-card {
    overflow: hidden;
}

.contact-map-frame {
    margin-bottom: 1.35rem;
    border-radius: 1.1rem;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(88, 89, 91, 0.08);
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 260px;
    border: 0;
}

.contact-detail-list a {
    color: #58595B;
    text-decoration: none;
}

.contact-detail-list a:hover,
.contact-detail-list a:focus {
    color: #b57b00;
}

.contact-highlight-card {
    text-transform: none;
}

.contact-highlight-value {
    font-size: clamp(1.5rem, 2.6vw, 2.25rem);
}

.contact-form-intro h1 {
    max-width: 18ch;
}

.contact-notice-card {
    background: linear-gradient(180deg, #f7c831 0%, #f2b71b 100%);
}

.contact-submit-bar .reservation-submit-total strong {
    max-width: 18ch;
    font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.contact-success-card {
    margin-top: 1.5rem;
    border-color: rgba(247, 200, 49, 0.35);
    background: #fffdf3;
    color: #5a513b;
}

.terms-layout {
    align-items: start;
}

.terms-pdf-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0 0.15rem;
}

.terms-pdf-icon img {
    display: block;
    width: 96px;
    height: auto;
}

.terms-download-button {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    color: #58595B !important;
}

.terms-accordion-card {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.terms-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.terms-accordion .accordion-item {
    border: 1px solid rgba(88, 89, 91, 0.12);
    border-radius: 1.15rem;
    overflow: hidden;
    background: #fff;
}

.terms-accordion .accordion-button {
    gap: 0.9rem;
    padding: 1.15rem 1.25rem;
    color: #58595B;
    font-weight: 700;
    line-height: 1.4;
    background: #fff;
    box-shadow: none;
}

.terms-accordion .accordion-button:not(.collapsed) {
    color: #58595B;
    background: #fff7dc;
    box-shadow: none;
}

.terms-accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.16rem rgba(247, 200, 49, 0.15);
}

.terms-accordion .accordion-button::after {
    flex-shrink: 0;
}

.terms-accordion-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #fff2c1;
    color: #58595B;
    flex: 0 0 2rem;
}

.terms-accordion .accordion-body {
    padding: 1.25rem 1.35rem 1.4rem;
    color: #656d78;
    line-height: 1.65;
}

.terms-accordion .accordion-body p {
    margin: 0 0 0.9rem;
}

.terms-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.terms-accordion .accordion-body ul {
    margin: 0.9rem 0;
    padding: 0;
    list-style: none;
}

.terms-accordion .accordion-body li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    margin-bottom: 0.7rem;
}

.terms-accordion .accordion-body li:last-child {
    margin-bottom: 0;
}

.terms-accordion .accordion-body li i {
    margin-top: 0.18rem;
    color: #f7b703;
}

.terms-help-card {
    text-transform: none;
}

.terms-help-value {
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.terms-note-card a {
    color: #2f2a1e;
    font-weight: 700;
    text-decoration: underline;
}

.home-hero {
    position: relative;
    background-position: center;
    overflow: hidden;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(26, 32, 44, 0.78) 0%, rgba(26, 32, 44, 0.55) 38%, rgba(26, 32, 44, 0.28) 100%);
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 480px);
    gap: 2.5rem;
    align-items: center;
    min-height: 38rem;
    padding: 3.5rem 1rem;
}

.home-hero-copy {
    max-width: 38rem;
    color: #fff;
}

.home-hero-eyebrow {
    display: inline-block;
    margin-bottom: 0.9rem;
    color: #f7c831;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-copy h1 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.35rem, 5vw, 4.35rem);
    line-height: 0.96;
    max-width: 11ch;
}

.home-hero-copy p {
    margin: 0;
    max-width: 38rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
    line-height: 1.7;
}

.home-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.home-hero-points span {
    display: inline-flex;
    align-items: center;
    min-height: 2.4rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.home-booking-form {
    width: 100%;
    max-width: 30rem;
    margin: 0 0 0 auto !important;
    border-radius: 1.5rem;
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.28);
    overflow: hidden;
    float: none !important;
}

.home-booking-form .main_form_navigation {
    display: none;
}

.home-booking-form .content-form {
    padding: 1.7rem 1.5rem 1.5rem;
}

.home-booking-form .content-form .form-block {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
}

.home-booking-form .content-form .form-block h4 {
    margin-bottom: 0.6rem;
    color: #7c8490;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-booking-form .pick-up,
.home-booking-form .drop-off {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-booking-form .pick-up h4,
.home-booking-form .drop-off h4 {
    width: 100%;
}

.home-booking-form .pick-up input[type="date"],
.home-booking-form .drop-off input[type="date"],
.home-booking-form .pick-up .time-select,
.home-booking-form .drop-off .time-select {
    flex: 1 1 12rem;
    width: auto !important;
}

.home-booking-form .orange_button {
    width: 100%;
    text-align: center;
}

.home-booking-disclaimer {
    clear: both;
    margin-top: 0.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(88, 89, 91, 0.12);
    color: #7c8490;
    font-size: 0.86rem;
    line-height: 1.55;
}

.home-services {
    padding: 4rem 0 4.5rem;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}

.home-services .titulo {
    margin-bottom: 2rem;
}

.home-service-card {
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
    padding: 1.5rem;
    border: 1px solid rgba(88, 89, 91, 0.1);
    border-radius: 1.4rem;
    background: #fff;
    box-shadow: 0 16px 34px rgba(37, 47, 63, 0.08);
}

.home-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(37, 47, 63, 0.12);
}

.home-service-card .yellow-icon {
    margin-bottom: 1rem;
}

.home-service-card .yellow-details h5 {
    margin-bottom: 0.55rem;
}

.faq-layout {
    align-items: start;
}

.faq-topic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-topic-list li {
    display: flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.8rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #656d78;
    font-weight: 600;
    line-height: 1.5;
}

.faq-topic-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.faq-help-card {
    text-transform: none;
}

.faq-help-value {
    font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.faq-note-card a {
    color: #2f2a1e;
    font-weight: 700;
    text-decoration: underline;
}

#finalizarBTN.disabled,
#finalizarBTN:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .OnlyDesktop {
        display: none !important;
    }

    .OnlyMobil {
        display: block !important;
    }

    .MenuDesktop {
        display: none !important;
    }

    .MenuMobil {
        display: block !important;
        width: 100%;
    }

    .top-navbar-language-mobile {
        display: inline-flex !important;
    }

    .top-navbar .navbar-collapse {
        order: 10;
        width: 100%;
        flex-basis: 100%;
        padding-top: 1rem;
    }

    .top-navbar .navbar-nav {
        width: 100%;
    }

    .top-navbar .nav-item {
        width: 100%;
    }

    .top-navbar .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .top-navbar .orange_button_link {
        width: 100%;
        margin-top: 0.75rem;
    }

    .footer-credit-link {
        gap: 0.35rem;
    }

    .footer-credit-logo {
        height: 18px;
    }

    .choose-car-card {
        padding: 2rem 0;
    }

    .choose-car-image {
        max-width: 360px;
        max-height: none;
    }

    .extras-layout {
        margin-top: 2rem;
    }

    .extras-option-card {
        padding: 1.5rem 0;
    }

    .extras-option-control {
        max-width: none;
    }

    .extras-option-label {
        text-align: left;
    }

    .extras-option-price-tag {
        display: block;
        margin-top: 0.25rem;
        margin-left: 0;
    }

    .extras-option-checkbox {
        justify-content: flex-start;
    }

    .reservation-layout {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .reservation-sidebar {
        position: static;
    }

    .reservation-summary-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .reservation-form-card,
    .reservation-notice-card {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .reservation-form-intro h1 {
        max-width: none;
    }

    .reservation-submit-bar {
        padding: 1.25rem;
    }

    .reservation-submit-total strong {
        font-size: 1.75rem;
    }

    .reservation-submit-action {
        max-width: none;
    }

    .contact-map-frame iframe {
        height: 220px;
    }

    .contact-form-intro h1,
    .contact-submit-bar .reservation-submit-total strong {
        max-width: none;
    }

    .home-hero-grid {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 1.5rem;
        padding: 2.25rem 1rem;
    }

    .home-hero-copy h1 {
        max-width: none;
    }

    .home-booking-form {
        max-width: none;
        margin-left: 0 !important;
    }

    .home-booking-form .content-form {
        padding: 1.35rem 1.2rem 1.25rem;
    }

    .home-booking-form .pick-up input[type="date"],
    .home-booking-form .drop-off input[type="date"],
    .home-booking-form .pick-up .time-select,
    .home-booking-form .drop-off .time-select {
        flex-basis: 100%;
    }

    .terms-accordion .accordion-button {
        padding: 1rem 1.1rem;
    }

    .terms-accordion .accordion-body {
        padding: 1.1rem 1.1rem 1.25rem;
    }
}
