/*=============== :ROOT ===============*/
:root {
    --primary-green-dark: #1e3a21;
    --background-gray: #f5f6fa;
    --text-primary: #1a1a1a;
    --text-secondary: #666666;
    --text-muted: #999999;
    --border-color: #e1e5e9;
    --sidebar-width: 240px;
    --header-height: 72px;
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 4px 20px rgba(0, 0, 0, 0.15);
}

select {
  appearance: none;          /* Standard */
  -webkit-appearance: none;  /* Safari/Chrome */
  -moz-appearance: none;     /* Firefox */
  background: none;          /* Optional: removes default background */
}
/*=============== REUSABLE CLASSES ===============*/

.dtmg-flex {
    display: flex;
}

.dtmg-grid {
    display: grid;
}
.img__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
/*=============== NICE SELECT DROPDOWN FIX ===============*/
.mmb-main-content .nice-select .list {
    max-height: 280px;
    overflow-y: scroll;
}
.mmb-page-content .nice-select {
    padding-left: 0;
}
.mmb-page-content .frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus {
    box-shadow: none;
    border: 0;
}
/*=============== MMB HEADER ===============*/
.mmb-section p {
    margin-bottom: 8px;
}
.mmb-search #search-form-container {
    height: 56px;
    flex-direction: row;
    box-shadow: none;
    padding:0;
    background: transparent;
    gap:0;
}
.mmb-search #search-form-container .search-form-item div:not(.search-form-dropdown) {
    border:0;
}
.mmb-search #search-form-container .search-form-item {
    background-color: #F6F7F9;
    -webkit-box-shadow:inset 0px 0px 0px 1px rgba(121, 116, 126, 0.04);
    -moz-box-shadow:inset 0px 0px 0px 1px rgba(121, 116, 126, 0.04);
    box-shadow:inset 0px 0px 0px 1px rgba(121, 116, 126, 0.04);
}
.mmb-search #search-form-container .search-form-item span.label {
    display: none;
}
.mmb-search #search-form-container > div:first-of-type {
    border-radius: 30px 0 0 30px;
    padding-left: 16px;
}
.mmb-search #search-form-container a.submit {
    border-radius: 0 30px 30px 0;
}
.mmb-search #search-form-container .button-wrapper {
    margin: 0;
}

        /*
         * UPCOMING BOOKINGS
         */

         .upcoming-bookings, .mmb-section {
            background-color: #FFF;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(238, 238, 238, 0.5);
            padding: 32px 0;
         }
         .mmb-section {
            padding: 32px;
         }
         .mmb-section.past-bookings {
            background-color: #E8E8E8;
            box-shadow: none;
         }

         .mmb-section h2,
         .upcoming-bookings h2 {
            font-size: 18px;
            font-weight: 700;
            color: #111827;
            margin-bottom: 24px;
         }
         .upcoming-bookings h2.section-title {
            padding: 0 32px;
         }

         .booking-card-item {
            /* max-width: 580px; */
            /* margin: 0 auto; */
            padding: 24px;
            /* background: white; */
            /* border-radius: 16px; */
            /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); */
        }

        .booking-card-header {
            margin-bottom: 32px;
        }

        .booking-card-title {
            font-size: 24px;
            font-weight: 700;
            color: #111827;
            margin-bottom: 24px;
        }

        .trip-info {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 24px;
            gap: 16px;
        }

        .trip-details {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .trip-image {
            width: 112px;
            height: 90px;
            border-radius: 8px;
            overflow: hidden;
            background-color: #e5e7eb;
            flex-shrink: 0;
        }

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

        .trip-text h2 {
            font-size: 18px;
            font-weight: 600;
            color: #111827;
            margin-bottom: 4px;
        }

        .past-bookings .trip-text h2 {
            font-size: 14px;
            font-weight: 600;
            color: #111827;
            margin-bottom: 4px;
        }

        .trip-text p {
            color: #6b7280;
            font-size: 16px;
            margin-bottom: 6px;
        }

        .past-bookings .trip-text p {
            font-size: 12px;
            margin-bottom: 4px;
        }
        .past-bookings .trip-text p.price-total {
            color: var(--text, #111827);
            font-size: 16px;
        }

        .trip-actions {
            display: flex;
            align-items: center;
            gap: 16px;
            flex-shrink: 0;
        }

        .reference-number {
            color: #9ca3af;
            font-size: 14px;
            font-family: 'Courier New', monospace;
        }

        .action-button {
            padding: 8px 14px;
            background-color: #ffffff;
            color: #2563eb;
            border: 1px solid #dbeafe;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.2s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            width: 100px;
            max-height: 36px;
        }

        .action-button:hover {
            background-color: #dbeafe;
        }
        .action-button span img {
            width: 16px;
            height: 16px;
        }

        .view-button {
            color: #2563eb;
            border: 1px solid #dbeafe;
        }
        .pdf-button {
            color: #2563eb;
            border: 1px solid #dbeafe;
        }
        .del-button {
            color: #FF7757;
            border: 1px solid #FF7757;
        }
        .del-button:hover {
            background-color: rgba(255, 119, 87, 0.1);
            color: #ff7757;
            border: 1px solid #FF7757;
        }

        .mmb-pagination ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            gap:0.5rem;
            margin-top: 24px;
        }
        .mmb-pagination li a.page-numbers:not(.next):not(.prev) {
            width: 38px;
            height: 38px;
            background-color: var(--white, #FFF);
            color: var(--text-primary);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }
        .mmb-pagination li span.page-numbers.current {
            width: 38px;
            height: 38px;
            background-color: var(--green);
            color: var(--white, #FFF);
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: var(--transition);
        }

        .payment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
            gap: 18px;
            margin-bottom: 32px;
        }

        .payment-item h3 {
            font-size: 16px;
            font-weight: 600;
            color: #111827;
            margin-bottom: 8px;
        }

        .payment-item p {
            font-size: 16px;
            font-weight: 500;
            color: #374151;
            margin-bottom: 0;
        }

        .balance-section {
            display: flex;
            align-items: end;
            justify-content: space-between;
            padding-top: 24px;
            border-top: 1px solid #e5e7eb;
            flex-wrap: wrap;
            gap: 16px;
        }

        .balance-info h3 {
            font-size: 16px;
            font-weight: 600;
            color: #111827;
            margin-bottom: 8px;
        }

        .balance-info p {
            font-size: 14px;
            color: #6b7280;
            max-width: 300px;
        }

        .balance-amount {
            font-size: 36px;
            font-weight: 700;
            color: #111827;
            text-align: right;
        }

        .past-bookings {
            background-color: #FFF;
            border-radius: 16px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            padding: 32px;
        }
        .past-bookings .booking-card-item{
            padding: 1rem 0;
        }

        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .booking-card-item {
                padding: 24px;
            }

            .trip-info {
                flex-direction: column;
                align-items: flex-start;
            }

            .trip-actions {
                align-self: stretch;
                justify-content: space-between;
            }

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

            .balance-section {
                flex-direction: column;
                align-items: flex-start;
            }

            .balance-amount {
                text-align: left;
                align-self: stretch;
            }
        }

        @media (max-width: 480px) {

            .booking-card-item {
                padding: 20px;
            }

            .booking-card-title {
                font-size: 20px;
            }

            .trip-image {
                width: 60px;
                height: 60px;
            }

            .trip-text h2 {
                font-size: 18px;
            }

            .payment-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .balance-amount {
                font-size: 28px;
            }
        }
/*=============== MMB PROFILE ===============*/
.profile__data {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile__data li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #374151;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}

/*=============== MMB PAYMENT ===============*/

/*=============== MMB DOCUMENTS ===============*/

/*=============== MMB SLIDER ===============*/

/*=============== MMB FORM ===============*/

/*=============== MMB BOOKINGS ===============*/

/* ============ TABLE ============ */

/*=============== BOOKING PAGE ===============*/
/* Payment Information Section */
        .payment-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 32px;
            flex-wrap: wrap;
            gap: 16px;
        }

        .payment-title {
            flex: 1;
        }

        .payment-title h1 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .payment-title p {
            font-size: 16px;
            color: #6b7280;
        }

        .payment-button {
            padding: 12px 24px;
            background-color: #3b82f6;
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background-color 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }

        .payment-button:hover {
            background-color: #2563eb;
        }

        .payment-button::before {
            content: "💳";
            font-size: 14px;
        }

        .payment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
            gap: 26px;
            margin-bottom: 24px;
        }

        .payment-item h3 {
            font-size: 16px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .payment-item p {
            font-size: 16px;
            font-weight: 500;
            color: #374151;
        }

        .balance-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 24px;
            border-top: 1px solid #e5e7eb;
            flex-wrap: wrap;
            gap: 16px;
        }

        .balance-info h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .balance-info p {
            font-size: 16px;
            color: #6b7280;
            max-width: 400px;
        }

        .balance-amount {
            font-size: 30px;
            font-weight: 700;
            color: #1f2937;
            text-align: right;
        }

        /* Booking Documents Section */
        .documents-header {
            margin-bottom: 24px;
        }

        .documents-header h2 {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 8px;
        }

        .documents-header p {
            font-size: 16px;
            color: #6b7280;
        }

        .documents-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }

        .documents-table thead {
            border-bottom: 2px solid #e5e7eb;
        }

        .documents-table th {
            text-align: left;
            padding: 16px 0;
            font-size: 14px;
            font-weight: 500;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .documents-table td {
            padding: 20px 0;
            border-bottom: 1px solid #f3f4f6;
        }

        .documents-table td:first-of-type,
        .documents-table th:first-of-type {
            width:30px;
        }
        .documents-table tr:last-child td {
            border-bottom: none;
        }

        .file-number {
            font-size: 16px;
            font-weight: 600;
            color: #6b7280;
            width: 60px;
        }

        .file-name {
            font-size: 16px;
            font-weight: 500;
            color: #1f2937;
        }

        .file-action {
            text-align: right;
        }

        button.action-link {
            background-color: transparent;
            border: none;
            cursor: pointer;
        }

        .action-link {
            color: #3b82f6;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 6px;
            transition: all 0.2s ease;
        }

        .action-link:hover {
            background-color: #eff6ff;
            color: #2563eb;
        }

        .main-contact-details .detail-row p {
            margin: 20px 0;
        }
        .main-contact-details .detail-row {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #f3f4f6;
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .container {
                gap: 24px;
            }

            .section {
                padding: 24px;
            }

            .payment-header {
                flex-direction: column;
                align-items: stretch;
            }

            .payment-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .balance-section {
                flex-direction: column;
                align-items: flex-start;
            }

            .balance-amount {
                text-align: left;
                align-self: stretch;
                font-size: 36px;
            }

            /* Mobile table layout */
            .documents-table,
            .documents-table thead,
            .documents-table tbody,
            .documents-table th,
            .documents-table td,
            .documents-table tr {
                display: block;
            }

            .documents-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .documents-table tr {
                border: 1px solid #e5e7eb;
                border-radius: 8px;
                margin-bottom: 16px;
                padding: 16px;
                background: #f9fafb;
            }

            .documents-table td {
                border: none;
                padding: 8px 0;
                position: relative;
                padding-left: 50%;
                display: flex;
                align-items: center;
            }

            .documents-table td:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 25%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: 600;
                color: #6b7280;
            }

            .file-action {
                text-align: left;
            }
        }

        @media (max-width: 480px) {

            .section {
                padding: 20px;
            }

            .payment-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .payment-title h1,
            .documents-header h2 {
                font-size: 16px;
            }
        }
/*=============== AGENT PROFILE SCREEN ===============*/
.mmb__profile_form {
    flex: 1;
}
.mmb__profile_photo {
    width: 320px;
    height: 400px;
}
.mmb__profile_photo .photo__wrapper img {
    height: 120px;
    width: auto;
}
.file-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mint-green);
  color: var(--green);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#avatar-upload-form button.dtmg__btn {
    height: initial;
    width: 100%;
}

#avatar-upload-form button:hover,
.file-upload:hover {
  background-color: var(--accent);
  color: var(--white, #FFF);
}

.file-upload input[type="file"] {
  display: none; 
}
#form_edit-agent-profile .frm_submit {
   display: flex;
    justify-content: flex-end;
}
/*=============== AGENT REGISTRATION / LOGIN ===============*/
.image__wrapper_registration {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
}
body.page-template-page-agent-registration .image__wrapper_registration {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;
    border-radius: 20px;
}
.login-slider__wrapper .slider__controls {
    /* position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%); */
}
.login-slider__wrapper .slider__controls .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-slider__wrapper .slider__controls .slick-dots li button::before {
    line-height: 1;
    transition: all .3s ease-in-out;
}
.login-slider__wrapper .slider__controls .slick-dots li.slick-active button::before {
    content: ' ';
    display: inline-block;
    width: 32px;
    height: 11px;
    border-radius: 32px;
    background-color: var(--white);
    transition: all .3s ease-in-out;
}
.frm_style_formidable-style.with_frm_style #form_agent-registration-form .form-field,
.frm_style_formidable-style.with_frm_style #form_agent-registration-request .form-field {
    position: relative;
}
#form_agent-registration-form .frm_form_field.frm_capitalize input:not([type="checkbox"]):not([type="radio"]),
#form_agent-registration-form input:not([type="checkbox"]):not([type="radio"]),
#form_agent-registration-request .frm_form_field.frm_capitalize input:not([type="checkbox"]):not([type="radio"]),
#form_agent-registration-request input:not([type="checkbox"]):not([type="radio"]) {
    height: 56px;
    background-color: var(--white, #FFF);
    border: 1px solid #79747E;
    border-radius: 4px;
    padding: 0 15px;
}
.frm_style_formidable-style.with_frm_style #form_agent-registration-request .form-field:not(.vertical_radio) .frm_primary_label,
.frm_style_formidable-style.with_frm_style #form_agent-registration-form .form-field:not(.vertical_radio) .frm_primary_label {
    position: absolute;
    top: -12px;
    left: 10px;
    margin: 0 4px;
    z-index: 10;
}
.frm_style_formidable-style.with_frm_style #form_agent-registration-request .form-field:not(.vertical_radio) .frm_primary_label::after,
.frm_style_formidable-style.with_frm_style #form_agent-registration-form .form-field:not(.vertical_radio) .frm_primary_label::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 4px;
    background-color: var(--white, #FFF);
}
.frm_forms.frm_full_submit #form_agent-registration-form .frm_submit button,
.frm_forms.frm_full_submit #form_agent-registration-request .frm_submit button {
    background-color: var(--green);
    color: var(--white, #FFF);
    border-radius: 4px;
    padding: 12px 24px;
    font-weight: 600;
    display: block;
    border: 1px solid var(--green);
    margin-top: 40px;
    width: 100%;
    height: 48px;
}
.with_frm_style #form_agent-registration-form .vertical_radio .frm_checkbox label,
.with_frm_style #form_agent-registration-request .vertical_radio .frm_checkbox label {
    display: flex;
    align-items: center;
}
.frm_style_formidable-style.with_frm_style #form_agent-registration-request .frm_error,
.frm_style_formidable-style.with_frm_style #form_agent-registration-form .frm_error {
    color: #FF0000;
}
/*=============== VMB FIND MY BOOKING FORM ===============*/
#vmb-find-booking-form {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(121, 116, 126, 0.04);
}
#vmb-find-booking-form input[type="text"], #vmb-find-booking-form select {
    height: 56px;
    background-color: #F6F7F9;
    border-radius: 0;
    border:0;
    border-bottom: 1px solid rgba(121, 116, 126, 0.04);
    box-shadow: inset 0px 0px 0px 1px rgba(121, 116, 126, 0.04);
}
#vmb-find-booking-form .form__field{
    border-bottom: 1px solid rgba(121, 116, 126, 0.04);
}
#vmb-find-booking-form .dtmg__btn {
    border-radius: 0 0 12px 12px;
    text-align: center;
    justify-content: center;
}
/*=============== PASSENGERS FORM ===============*/
.mmb__passengers__form .form__field {
    width: 100%;
}
.mmb__passengers__form .row.flex {
    flex-direction: column;
}
.mmb__passengers__form .form__field label {
    margin-bottom: 5px;
}
.mmb__passengers__form .nice-select .list {
    height: 260px;
    overflow-y: auto;
    margin: 0;
}
.mmb__passengers__form .nice-select .list:hover .option:not(:hover) {
    color: var(--text-color);
}
.mmb__bookings .dtmg-table {
    background-color: #fefefe;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
}
.mmb__bookings .dtmg-table .dtmg-table__head {
    display: none;
}
.mmb__bookings .dtmg-table .dtmg-table__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #edeef2;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    
}
@media (max-width: 920px) {
    
}

/*=============== MEDIA QUERIES ===============*/

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 920px) {
    
}


        .mmb-app-container {
            display: flex;
            min-height: 100vh;
        }

        /* Sidebar Styles */
        .mmb-sidebar {
            display: block;
            width: var(--sidebar-width);
            background: var(--white);
            position: fixed;
            left: 0;
            top: 0;
            height: 100vh;
            transform: translateX(0);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000;
            overflow-y: auto;
        }

        .mmb-sidebar.mmb-collapsed {
            transform: translateX(-100%);
        }

        .mmb-sidebar-header {
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .mmb-logo {
            width: 32px;
            height: 32px;
            background: var(--green);
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 14px;
        }

        .mmb-logo-text {
            font-size: 16px;
            font-weight: 600;
            color: var(--text-primary);
        }

        .mmb-nav-menu {
            padding: 0 0 20px;
        }

        .mmb-nav-item {
            display: flex;
            align-items: center;
            padding: 12px 20px;
            color: var(--text-secondary);
            text-decoration: none;
            transition: all 0.2s ease;
            margin: 2px 12px;
            border-radius: 8px;
            font-size: 14px;
        }

        .mmb-nav-item:hover {
            background: var(--green);
            color: var(--white, #FFF);
        }

        .mmb-nav-item:hover img {
            -webkit-filter: invert(100%) brightness(1000%) contrast(100%);
            filter: invert(100%) brightness(1000%) contrast(200%);
        }

        .mmb-nav-item.active {
            background: var(--mint-green);
            color: var(--green);
        }

        .mmb-nav-icon {
            width: 18px;
            height: 18px;
            margin-right: 12px;
            opacity: 0.8;
        }

        .mmb-nav-text {
            font-weight: 500;
        }

        /* Main Content */
        .mmb-main-content {
            flex: 1;
            margin-left: var(--sidebar-width);
            transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            min-height: 100vh;
        }

        .mmb-main-content.mmb-expanded {
            margin-left: 0;
        }

        /* Header */
        .mmb-header {
            height: var(--header-height);
            background: var(--white);
            /* border-bottom: 1px solid var(--border-color); */
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 24px;
            position: sticky;
            top: 0;
            z-index: 100;
        }

        #sidebar #header-logo img {
            height: 60px;
            width: auto;
        }

        .mmb-header-left {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .mmb-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 18px;
            cursor: pointer;
            padding: 8px;
            border-radius: 6px;
            color: var(--text-secondary);
        }

        .mmb-menu-toggle:hover {
            background: var(--background-gray);
        }

        .mmb-header-nav {
            display: flex;
            align-items: center;
            gap: 32px;
        }
        .mmb-header-nav .mmb-agent-name {
            font-size: 16px;
            font-weight: 700;
            margin-right: 16px;
        }

        .mmb-header-nav a {
            color: var(--text-secondary);
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .mmb-header-nav a:hover,
        .mmb-header-nav a.mmb-active {
            color: var(--text-primary);
        }

        .mmb-header-right {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .mmb-search-btn {
            background: var(--green);
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 14px;
            cursor: pointer;
            transition: background 0.2s ease;
        }

        .mmb-search-btn:hover {
            background: var(--primary-green-dark);
        }

        .mmb-user-profile {
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
        }

        .mmb-user-avatar,
        .mmb-user-profile img {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--green), #63f1bb);
            flex-shrink: 0;
        }

        .mmb-user-name {
            font-size: 14px;
            font-weight: 500;
            color: var(--text-primary);
        }

        /* Page Content */
        .mmb-page-content {
            padding: 32px 24px;
            max-width: 1200px;
            /* margin: 0 auto; */
        }

        .mmb-inner-wrapper {
            border-radius: 16px;
            background: #FFF;
            padding: 10px 32px;
        }

        /* Booking Cards */
        .mmb-booking-card {
            background: var(--white);
            border-radius: 12px;
            /* box-shadow: var(--shadow); */
            border: 1px solid var(--text);
            margin-bottom: 24px;
            overflow: hidden;
        }

        .mmb-booking-header {
            background: var(--green);
            color: white;
            padding: 16px 24px;
            margin: 16px 16px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
        }

        .mmb-booking-title {
            font-size: 16px;
            font-weight: 600;
        }

        .mmb-booking-subtitle {
            font-size: 12px;
            opacity: 0.9;
            margin-top: 2px;
        }

        .mmb-booking-content {
            padding: 16px;
        }

        .mmb-booking-info-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }

        .mmb-booking-image {
            width: 100%;
            height: 288px;
            object-fit: cover;
            border-radius: 8px;
        }

        .mmb-booking-details {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .mmb-detail-row {
            display: flex;
            justify-content: space-between;
            font-size: 14px;
        }

        .mmb-detail-label {
            color: var(--text-secondary);
            font-weight: 500;
        }

        .mmb-detail-value {
            color: var(--text-primary);
            font-weight: 500;
        }

        /* Form Grid */
        .mmb-form-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
            margin-bottom: 24px;
        }

        .mmb-form-group {
            display: flex;
            flex-direction: column;
        }

        .mmb-form-label {
            font-size: 12px;
            font-weight: 600;
            color: var(--text-secondary);
            margin-bottom: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .mmb-form-input {
            padding: 12px;
            border: 1px solid var(--border-color);
            border-radius: 6px;
            font-size: 14px;
            background: var(--background-gray);
            transition: all 0.2s ease;
        }

        .mmb-form-input:focus {
            outline: none;
            border-color: var(--green);
            background: white;
        }

        /* Ship Overview */
        .mmb-ship-overview {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-bottom: 24px;
        }

        .mmb-ship-image {
            width: 100%;
            height: 288px;
            object-fit: cover;
            border-radius: 8px;
        }

        .mmb-ship-details h3 {
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: 8px;
        }

        .mmb-ship-description {
            color: var(--text-secondary);
            font-size: 14px;
            line-height: 1.6;
        }

        /* Itinerary */
        .mmb-itinerary-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 24px;
        }

        .mmb-itinerary-table th {
            background: var(--background-gray);
            padding: 12px;
            text-align: left;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-secondary);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .mmb-itinerary-table td {
            padding: 12px;
            border-bottom: 1px solid var(--border-color);
            font-size: 14px;
            color: var(--text-primary);
        }

        .mmb-itinerary-table tr:hover {
            background: var(--background-gray);
        }

        /* Booking Summary */
        .mmb-summary-table {
            width: 100%;
            margin-bottom: 20px;
        }

        .mmb-summary-table th {
            background: var(--background-gray);
            padding: 10px 12px;
            text-align: left;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-secondary);
            text-transform: uppercase;
        }

        .mmb-summary-table td {
            padding: 10px 12px;
            border-bottom: 1px solid var(--border-color);
            font-size: 14px;
        }

        .mmb-total-row {
            border-top: 2px solid var(--green);
            font-weight: 600;
            background: var(--background-gray);
        }

        .mmb-add-row-btn {
            background: var(--green);
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 12px;
            cursor: pointer;
            margin-bottom: 24px;
        }

        /* Travel Agent Card */
        .mmb-agent-card {
            background: var(--green);
            color: white;
            border-radius: 12px;
            padding: 24px;
            /* display: flex;
            align-items: center;
            gap: 20px; */
            margin-bottom: 24px;
        }

        .mmb-agent-avatar {
            width: 300px;
            height: 295px;
            border-radius: 12px;
            object-fit: cover;
        }

        .mmb-agent-info h2 {
            font-size: 32px;
            margin-bottom: 8px;
        }

        .mmb-agent-contact {
            font-size: 18px;
            margin-bottom: 14px;
        }

        .mmb-agent-disclaimer {
            font-size: 16px;
            line-height: 1.4;
            margin-top: 24px;
            margin-bottom: 0;
        }

        .image__wrapper_avatar {
            position: relative;
            width: 320px;
            height: 320px;
            border-radius: 12px;
            overflow: hidden;
        }

        .mmb-agent-card .image__wrapper_avatar img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Action Buttons */
        .mmb-action-buttons {
            display: flex;
            justify-content: center;
            gap: 16px;
            padding-top: 24px;
            border-top: 1px solid var(--border-color);
        }

        .mmb-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .mmb-btn-secondary {
            background: var(--background-gray);
            color: var(--text-secondary);
        }

        .mmb-btn-secondary:hover {
            background: var(--border-color);
            color: var(--text-primary);
        }

        .mmb-btn-primary {
            background: var(--green);
            color: white;
        }

        .mmb-btn-primary:hover {
            background: var(--primary-green-dark);
        }

        .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading.mmb-booking-card {
            padding: 16px;
        }
        .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading.mmb-booking-card .mmb-booking-title {
            background-color: var(--green);
            border-radius: 10px;
            padding: 16px 24px;
        }
        .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading.mmb-booking-card h3 {
            color: white;
            margin: 0;
            padding: 0;
            border: 0;
        }
        .frm_style_formidable-style.with_frm_style .form-field.frm_section_heading.mmb-booking-card .mmb-booking-subtitle {
            color: white;
        }
        #form_quotations .frm_repeat_sec.frm_grid_container {
            display: grid!important;
            grid-column: span 12 / span 12;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .mmb-booking-info-grid,
            .mmb-ship-overview {
                grid-template-columns: 1fr;
            }

            .mmb-form-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            }
            header .mmb-search {
                display: none;
            }
            header.mmb-header .mmb-search.open {
                display: flex;
                align-items: center;
                position:fixed;
                top: var(--header-height);
                left: 0;
                right: 0;
                top:auto;
                bottom:0;
                width: 100%;
                height: 60%;
                background: var(--mint-green);
                padding: 20px;
                z-index: 999;
            }
            .mmb-search #search-form-container {
                height:initial;
                flex-direction: column;
            }
            .mmb-search #search-form-container > div:first-of-type,
            .mmb-search #search-form-container a.submit {
                border-radius: 0;
            }
            .mmb-search #search-form-container > div:first-of-type {
                padding-left: 0;
            }
        }
        @media (max-width: 1280px) {
            .mmb-header-nav .mmb-agent-name {
                display: none;
            }
        }

        @media (min-width: 1024px) {
            .mmb-search {
                display: block;
            }
        }

        @media (min-width: 1281px) {
            .mmb-header-nav .mmb-agent-name {
                display: block;
            }
        }

        @media (max-width: 768px) {
            .mmb-menu-toggle {
                display: block;
            }

            .mmb-sidebar {
                transform: translateX(-100%);
            }

            .mmb-sidebar.mmb-active {
                transform: translateX(0);
                display: block;
            }

            .mmb-main-content {
                margin-left: 0;
            }

            .mmb-header {
                padding: 0 16px;
            }

            .mmb-header-nav {
                display: none;
            }

            .mmb-page-content {
                padding: 20px 16px;
            }

            .mmb-booking-content {
                padding: 8px;
            }

            .mmb-form-grid {
                grid-template-columns: 1fr;
            }

            .mmb-agent-card {
                flex-direction: column;
                text-align: center;
            }

            .mmb-action-buttons {
                flex-direction: column;
            }
        }

        /* Sidebar Overlay */
        .mmb-sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 999;
        }

        .mmb-sidebar-overlay.mmb-active {
            opacity: 1;
            visibility: visible;
        }

        /* Text areas */
        .mmb-text-area {
            min-height: 100px;
            resize: vertical;
            font-family: inherit;
        }