.contact-form .form-floating .form-control,
.contact-form .form-floating .form-select,
.contact-form .form-item input {
    border: 1px solid #dde3ec !important;
    border-radius: 15px !important;
    height: 60px !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.contact-form .form-floating label {
    padding: 0 18px;
    display: flex;
    align-items: center;
    height: 60px;
    color: #94a3b8;
    font-size: 15px;
    top: -6px;
}

.slect_onway {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.legal-main-content {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    padding: 40px;
}

.legal-nav-section .container {
    text-align: center;
}

.legal-nav-tabs {
    display: inline-flex;
    background: #f3f4f6;
    border-radius: 50px;
    padding: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    border: none;
}

.legal-tab-btn {
    border: none;
    background: transparent;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    color: #6b7280;
    cursor: pointer;
    transition: .3s;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.legal-tab-btn:hover {
    color: #111827;
}

.legal-tab-btn.active {
    color: #111827;
    background: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.legal-tab-btn.active::after {
    display: none;
}

.formNumber {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

.counter-controls {
    display: flex;
    align-items: center;
    border: 1px solid #dde3ec;
    border-radius: 15px;
    height: 60px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.counter-controls button {
    background: #f3f4f6;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #111827;
    transition: 0.3s;
}

.counter-controls button:hover {
    background: #e5e7eb;
}

.counter-controls input {
    border: none;
    text-align: center;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    box-shadow: none !important;
    outline: none !important;
}


.booking-card {

    width: 480px;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
.form-select:focus {
    outline: none !important;
    border: none;

    box-shadow: none;
}

.tabs {

    display: flex;
    border-top: 5px solid #d9861b;
    border-bottom: 1px solid #ddd;
    align-items: center;
    justify-content: center;
}

.form--select {
    border: 1px solid #ccc !important;
    height: 50px;
}

.tab-btn {

    width: 50%;
    border: none;
    background: white;
    padding: 20px;

    cursor: pointer;

    font-size: 18px;
    font-weight: 600;

    color: #8b96ad;

    transition: .3s;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    position: relative;

}

.tab-btn.active {

    color: #111827;

}

.tab-btn.active::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 100%;
    height: 3px;

    background: #111827;

}

.tab-content {

    display: none;
    padding: 30px;

}

.tab-content.active {

    display: block;

}

.input-box {

    display: flex;

    align-items: center;

    border: 1px solid #dde3ec;

    border-radius: 15px;

    padding: 0 18px;

    height: 50px;

    margin-bottom: 18px;

}

.input-box i {

    color: #94a3b8;
    margin-right: 12px;

}

.form-select {
    background-color: transparent;
}

.input-box input {

    border: none;
    outline: none;
    width: 100%;
    font-size: 16px;
    background-color: transparent;

}

.page-hero-banner .text-bg {
    position: absolute;
    bottom: -135px;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 300px;
    z-index: -1;
    background-color: #cccccc52;
}

.page-hero-banner .page-content h2 {
    /* color: #fff; */
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-size: 30px;
}

.page-hero-banner .page-content p {
    /* color: #fff; */
    margin-bottom: 12px;
    letter-spacing: -0.03em;
    font-weight: 400;
    font-size: 17px;
}

.booking--card__i {

    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-right: 7px;
}

.row .input-box {

    flex: 1;

}

.book-btn {

    width: 100%;

    height: 60px;

    border: none;

    border-radius: 15px;

    background: #12192e;

    color: white;

    font-size: 22px;

    font-weight: bold;

    cursor: pointer;

    margin-top: 10px;

    transition: .3s;

}

.book-btn:hover {

    background: #0b1222;

}

.page-hero-banner .text-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 489px;
    z-index: -1;
    background-color: #cccccc52;
}

.page-content {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    height: 233px;
    z-index: -1;
    /* background-color: rgba(0, 0, 0, .2); */
    padding: 18px;
}

.form-select {
    background-color: transparent;
    border: none;
}

.page-hero-banner {
    margin: 0 62px;
    border-radius: 15px;
    padding-top: 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffc107;
    /* height: 54vh; */
    background: center;
}

.city-transfer {
    padding: 90px 0;
}

.image-box {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
    width: 100%;
    height: 513px;
    position: sticky;
    top: 160px;
}

.image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f58220;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-subtitle i {
    font-size: 15px;
}

.section-title {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #22566f;
    margin-bottom: 25px;
}

.section-desc {
    font-size: 20px;
    line-height: 1.8;
    color: #4f5f78;
    max-width: 560px;
}

.Breadcrumb-cover {
    display: block !important;
}

.step__vehicles {
    background: #22566f;
    padding: 20px 33px;
    border-bottom: 1px solid #1f2937;
    margin-top: 25px;
    border-radius: 21px;
}

.step__vehicles_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.Locations {
    display: flex;
    gap: 30px;
    color: white;
}

.Locations_box {
    position: relative;
    padding-left: 20px;
}

.Locations_icons {
    position: absolute;
    left: -1px;
    top: 2px;
    width: 12px;
    height: 12px;
    background: #ffc107;
    border-radius: 50%;
}

.Locations_icon {
    position: absolute;
    left: 3px;
    top: 15px;
    width: 3px;
    height: 58px;
    background: #0d6efd;
}

.Locations_Pick-up {
    font-size: 12px;
    color: #ffc107;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.Locations_Pick {
    font-size: 14px;
    font-weight: 600;
}

.Locations_i {
    position: absolute;
    left: -1px;
    bottom: 5px;
    width: 12px;
    height: 11px;
    border: 2px solid #ffc107;
    border-radius: 50%;
    background: transparent;
}

.Locations_Drop {
    font-size: 13px;
    color: #ffc107;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 15px;

}

.Locations_Drop-off {
    font-size: 14px;
    font-weight: 600;
}


.Date_Time {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.Time {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.Date {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.Date_icon {
    background: #ffc107;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22566f;
}

.Date_box {
    font-size: 13px;
    color: #ffc107;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.Date__box {
    font-size: 14px;
    font-weight: 600;
}


.Time_icon {
    background: #ffc107;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22566f;
}

.Time_box {
    font-size: 12px;
    color: #ffc107;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.Time__box {
    font-size: 14px;
    font-weight: 600;
}

.booking--card {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
    position: sticky;
    top: 144px;
}

.booking--card h4 {
    font-size: 17px;
    font-weight: 500;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.booking--card_box {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.booking--card__i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d1e7dd;
    color: #198754;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.booking--card__ic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #cfe2ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
        margin-right: 7px;
}

.booking--card__icn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff3cd;
    color: #ffc107;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
        margin-right: 7px;
}

.booking--card_title {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.booking--card_text {
    font-weight: 700;
    font-size: 14px;
    color: #111827;
}

.booking-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
}

.booking_card {
    width: 35%;
    position: relative;
}

.booking_lapal {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffc107;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 1;
}

.booking_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
}

.booking_card_taxt {
    width: 40%;
    padding: 25px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.booking_card_taxt h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--deep-blue);
    margin-bottom: 5px;
}

.booking_card_taxt p {
    margin-bottom: 15px;
}

.booking_card__taxt {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.booking__card__taxt {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-weight: 600;
    font-size: 14px;
}

.booking__card__taxt i {
    color: #ffc107;
}

.Total_Price_box {
    width: 25%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.Total_Price {
    font-size: 11px;
    color: #6b7280;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.Price {
    font-size: 32px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 15px;
}

.select-vehicle-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    border-radius: 10px;
}

/* Premium Passenger Details Styles */
.passenger-details-title-section h2 {
    font-weight: 800;
    color: #0f172a;
    font-size: 32px;
    margin-bottom: 6px;
}

.passenger-details-title-section p {
    color: #64748b;
    font-size: 15px;
    margin-bottom: 30px;
}

.premium-details-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.premium-details-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.premium-details-card-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.premium-details-card-header i {
    font-size: 18px;
    color: #ffc107;
    ;
}

.premium-details-card-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.premium-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

.premium-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.premium-input-group:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    background: #fff;
}

.premium-input-group i {
    position: absolute;
    left: 16px;
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}

.premium-input-group input,
.premium-input-group select {
    width: 100%;
    padding: 14px 16px 14px 44px;
    border: none !important;
    outline: none !important;
    background: transparent;
    font-size: 15px;
    color: #1e293b;
}

.premium-input-group input::placeholder {
    color: #94a3b8;
}

.premium-input-group.icon-right i {
    left: auto;
    right: 16px;
}

.premium-input-group.icon-right input {
    padding-left: 16px;
    padding-right: 44px;
}

.input-info-text {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 6px;
}

/* Phone input custom styling */
.phone-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.phone-input-container:focus-within {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
    background: #fff;
}

.phone-prefix-btn {
    padding: 14px 10px 14px 16px;
    color: #64748b;
    font-size: 15px;
    font-weight: 500;
    user-select: none;
}

.phone-code-dropdown {
    border: none !important;
    outline: none !important;
    background: transparent;
    padding: 14px 24px 14px 0;
    color: #1e293b;
    font-size: 15px;
    cursor: pointer;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.phone-divider {
    width: 1px;
    height: 24px;
    background: #e2e8f0;
    margin: 0 12px;
}

.phone-main-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    background: transparent;
    padding: 14px 44px 14px 0;
    font-size: 15px;
    color: #1e293b;
}

.phone-icon {
    position: absolute;
    right: 16px;
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}

/* Travel details and options */
.badge-tracking {
    background: #e2fbf0;
    color: #10b981;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pickup-info-banner {
    display: flex;
    gap: 16px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 24px;
}

.pickup-info-icon {
    background: #dbeafe;
    color: #ffc107;
    ;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.pickup-info-text strong {
    display: block;
    font-size: 15px;
    color: #1e293b;
    margin-bottom: 4px;
}

.pickup-info-text p {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.optional-service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    margin-top: 24px;
}

.optional-service-left {
    flex: 1;
    padding-right: 20px;
}

.optional-service-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.optional-icon {
    color: #3b82f6;
    font-size: 16px;
}

.optional-title {
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.badge-optional {
    background: #f1f5f9;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}

.optional-desc {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
}

.optional-service-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.optional-price {
    text-align: right;
}

.price-value {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
}

.price-unit {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
}

.premium-checkbox {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 2px solid #cbd5e1;
    cursor: pointer;
    accent-color: #ffc107;
    ;
}

/* Sidebar styles */
.premium-sidebar {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: sticky;
    top: 150px;
}

.sidebar-header-image {
    position: relative;
    height: 180px;
}

.sidebar-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    padding: 20px 16px 16px 16px;
    color: #fff;
}

.badge-selected-vehicle {
    background: #ffc107;
    ;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 8px;
}

.vehicle-class-name {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 2px 0;
    color: #fff;
}

.vehicle-model-desc {
    font-size: 12px;
    color: #cbd5e1;
    margin: 0;
}

.sidebar-body {
    padding: 20px 16px;
}

.summary-section {
    margin-bottom: 20px;
}

.summary-title {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.timeline-item {
    display: flex;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.dot-pickup {
    background: #ffc107;
    ;
}

.dot-dropoff {
    border: 2px solid #f59e0b;
    background: #fff;
}

.timeline-line {
    position: absolute;
    left: 4px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: #e2e8f0;
    z-index: 1;
}

.timeline-content {
    display: flex;
    flex-direction: column;
}

.timeline-label {
    font-size: 10px;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 2px;
}

.timeline-text {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

.date-time-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
    padding: 16px 0;
    margin-bottom: 20px;
}

.date-time-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-time-box:first-child {
    border-right: 1px solid #f1f5f9;
    padding-right: 10px;
}

.date-time-box:last-child {
    padding-left: 10px;
}

.box-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #eff6ff;
    color: #ffc107;
    ;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.box-label {
    display: block;
    font-size: 10px;
    color: #94a3b8;
}

.box-val {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1e293b;
}

.price-footer-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.price-label small {
    display: block;
    font-size: 11px;
    color: #94a3b8;
}

.price-amount {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
}

.btn-proceed-payment {
    background: #0f172a;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}

.btn-proceed-payment:hover {
    background: #1e293b;
}

.security-note {
    font-size: 11px;
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 600;
}


/* Tablet */
@media (max-width:991px) {

    .city-transfer {
        padding: 70px 0;
    }

    .section-title {
        font-size: 48px;
    }

    .section-desc {
        font-size: 20px;
    }

    .image-box img {
        height: 400px;
    }

}

/* Mobile */
@media (max-width:767px) {

    .city-transfer {
        padding: 50px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .section-desc {
        font-size: 18px;
        line-height: 1.7;
    }

    .image-box img {
        height: 280px;
    }

    .page-hero-banner {
        margin: 0;
        border-radius: 15px;
        padding-top: 35px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        background-color: #ffc107;
        height: auto;
        background: center;
    }

    .page-content {
        height: auto;
    }

    .booking-card {
        width: 100%;
    display: flex;
    flex-direction: column;
    }

    .booking_card{

    width: 100%;
    }
.booking_card_taxt {
    width: 100%;
}
.Total_Price_box {
    width: 100%;
}

.premium-details-card-header{
        display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.optional-service-card{
    display: flex;
    flex-direction: column;
}
.Order{
order: 1;
margin-bottom: 20px;
}

.Forms{
order: 2;
}
}

.input--box{
    margin-left: -15px;
}

@media (max-width: 991px) {
    .legal-nav-tabs {
        flex-direction: row;
        gap: 0;
        width: 100%;
    }
    .legal-tab-btn.active {
    padding: 0;
    }
    .legal-main-content {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    padding: 9px;
    width: 94%;
}
.form-select {
    background-color: transparent;
    border: 1px solid #ddd;
}
.legal-sidebar {
        position: static;
        order: -1;
        width: 90%;
    }
}




.form_select{
    border: none;
}


@media (max-width: 767px) {
    .image-box {
        margin-bottom: 0;
        display: block;
        height: 278px !important;
    }
}

@media (max-width: 991px) {
    .legal-tab-btn.active {
        padding: 20px;
    }
}


@media (max-width: 991px) {
    .legal-sidebar {
        position: static;
        order: -1;
        width: 94%;
    }
}

.description{
        margin: 0px 0px 10px;
    overflow: auto;
    color: rgba(13, 59, 76, 0.75);
    font-size: 15px;
    line-height: 1.75;
    font-style: italic;
    height: 138px;
}.booking--card__i {

    background: #d0e2fe;
    color: #1a6ff9;
}
.form-code{
    border: 1px solid #ddd;
}




