/* Extracted 2026-08-19 from lat_modules row 45.
   Previously inline in the head of every page built from this module. Pulled in by a
   sentinel style block (token @css-article) that index.php swaps for a link
   tag, so these rules keep the cascade position they had when inlined, ahead of
   output.css. Only a contiguous run of blocks is extracted - see extract-css3.php.
   Never write a comment terminator inside this header: CSS comments do not nest, and
   doing so once made the parser swallow the first rules of the file. */


 ul li{
      list-style-type: disc !important;
      margin-left: 20px;
  }
  
  ol li{
      list-style-type: decimal !important;
      margin-left: 20px;
  }
  
   a{
        --tw-text-opacity: 1;
        color: rgb(29 78 216 / var(--tw-text-opacity, 1));
    }
   .areas a:hover {
        font-weight: 500;
    }

    .qss-body-actions .qss-search-btn {
        background: #ce132b !important;
        height: 3em;
        width: 28em;
        border: none;
        border-radius: 4px;
        margin-top: 24px;
        font-size: 16px;
        color: black;
        cursor: pointer;
        font-weight: 700;
    }

    .form--heading {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        padding-bottom: 16px;
    }

    .form-group-trip-type {
        display: flex;
        justify-content: space-between;
        margin: 10px 0 10px 0px;
        border: 1px solid #ffffff40;
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        padding: 10px;
        border-radius: 4px;
    }

    .passengers-luggages {
        display: flex;
        gap: 1em;
    }

    .passengers-luggages .form-group-passengers .qss-spinner,
    .passengers-luggages .form-group-luggages .qss-spinner {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .passengers-luggages .form-group-passengers .qss-spinner .qss-spinner-result,
    .passengers-luggages .form-group-luggages .qss-spinner .qss-spinner-result {
        width: 60%;
        background: white;
        border: none;
        outline: none;
        border: 1px solid #ffffff;
        color: black;
        border-radius: 5px;
        height: 52px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        padding-left: 10px;
        height: 44px;
        font-weight: 500;
        text-align: center;
    }

    .form-group input {
        background-color: white;
        padding: 0 0 0 65px;
    }

    .from-to-row {
        gap: 15px;
        display: flex;
        flex-direction: column;
    }

    .passengers-luggages .form-group-passengers label,
    .passengers-luggages .form-group-luggages label {
        font-weight: 600 !important;
        line-height: 22px !important;
        display: flex !important;
        color: #fff !important;
        text-transform: capitalize !important;
        font-size: 18px !important;
        text-align: left !important;
        margin: 10px 0 10px 0 !important;
    }

    table thead tr th {
        margin: 0 3px 0 3px;
    }

    .date-time-row {
        display: flex;
        gap: 10px;
        margin-top: 7px;
        padding-left: 5px;
        justify-content: space-between;
        align-items: center;
    }

    .input-group {
        position: relative;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        color: #fff;
    }

    .flatpickr-calendar {
        display: none;
    }

    .round-trip-group {
        position: relative;
        z-index: -1;
    }

    .flatpickr-wrapper {
        position: relative;
    }

    .open .flatpickr-calendar {
        display: block !important;
        background-color: white;
        margin-top: 10px;
        position: absolute;
        z-index: 1000000;
        color: black;
    }

    .open .round-trip-group {
        position: relative;
        z-index: 0;
    }

    .date-pick .flatpickr-wrapper #booking_date_one_way,
    .date-pick .flatpickr-wrapper #booking_date_round_trip {
        background: white;
        padding: 10px;
        outline: none;
        color: black;
        border: 1px solid #ffffff;
        border-radius: 5px;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        height: 44px;
        cursor: pointer;
        width: 100%;
    }

    .one-way-group .one-way .form-group-date,
    .round-trip-group .round-trip .form-group-date {
        width: 56%;
    }

    .time-pick {
        display: flex;
        justify-content: space-between;
    }

    .time-pick select {
        cursor: pointer;
        padding: 10px 18px;
        font-size: 15px;
        font-weight: 500;
        -webkit-appearance: auto;
        border-radius: 4px;
        color: black;
        background-color:#fff;
    }

    #one-way-label,
    #round-trip-label {
        border-bottom: 1px solid #ffffff2b;
        display: flex;
        flex-direction: column;
        color: white;
    }

    .one-way-group,
    .round-trip-group {
        margin-top: 17px;
        border: 1px solid rgba(255, 255, 255, 0.301);
        border-radius: 4px;
        padding: 10px;
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
    }

    .qss-body-actions .qss-search-btn {
        background: #ce132b !important;
        height: 3em;
        width: 100%;
        border: none;
        border-radius: 4px;
        margin-top: 24px;
        font-size: 16px;
        color: white;
        cursor: pointer;
        font-weight: 700;
    }

    tbody tr td span {
        border-radius: 4px;
        width: 24px;
        margin: 2px 3px;
        text-align: center;
        display: block;
        border: 1px solid transparent;
        font-size: 13px;
        font-weight: 500;
        padding: 3px 0px;
    }
    tbody tr td:hover span {
        background-color: rgba(206, 206, 206, 0.719);
        border: 1px solid rgba(128, 128, 128, 0.349);
        border-radius: 4px;
    }

    .flatpickr-months {
        display: flex;
        justify-content: space-around;
        margin: 5px 0 2px 0px;
    }

    .flatpickr-prev-month,
    .flatpickr-next-month {
        font-size: 20px;
        font-weight: 500;
    }

    .flatpickr-current-month {
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .flatpickr-current-month span {
        font-weight: 700 !important;
    }

    thead tr th {
        text-align: center;
        padding: 5px;
        font-weight: bold;
        color: #999;
    }

    table tbody tr .disabled {
        color: rgb(224, 224, 224);
    }

    table tbody tr td span:active {
        background: #ce132b !important;
        color: white;
    }

    .qss-box {
        position: relative;
        z-index: 0;
    }

    .round-trip-group {
        position: relative;
        z-index: -1;
    }

    .qss-body-actions {
        position: relative;
        z-index: -2;
        display: flex;
        justify-content: center;
    }

    .suggestions {
        display: flex;
        background-color: #0b2a63;
        border: 1px solid white;
        align-items: center;
        font-size: 16px;
        text-align: start;
        line-height: 25px;
        cursor: pointer;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .suggestions-li {
        display: flex;
        align-items: center;
        font-size: 16px;
        text-align: start;
        border: 1px solid transparent;
        width: 99.5%;
        margin: auto;
        background:#fff;
        gap:10px;
        font-weight:600;
    }

    .suggestions-li:hover {
        border: 1px solid #d6d5a8 !important;
        border-radius: 4px;
        background-color: #ce132b !important;
    }

    span .search-image {
        height: 18px;
        margin: 6px 4px 6px 5px;
    }

    .radio-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .radio-row .trip-type {
        height: 15px;
        width: 15px;
        accent-color: #ce132b !important;
    }

    .date-time-row .control-label {
        display: flex;
        align-items: center;
        color: white;
    }

    .round-trip-group {
        display: none;
    }

    .radio-row label {
        color: white;
    }

    .qss-spinner-down,
    .qss-spinner-up {
        background: #ce132b !important;
        color: white;
        font-weight: 600;
        padding: 0px 16px;
        font-size: 17px;
        outline: none;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media only screen and (max-width: 992px) {
        .passengers-luggages {
            flex-direction: column;
        }
    }

    @media (max-width: 640px) {
        .date-time-row {
            flex-direction: column;
        }

        .one-way-group .one-way .form-group-date,
        .round-trip-group .round-trip .form-group-date {
            width: 100%;
        }

        .passengers-luggages .form-group-passengers .qss-spinner .qss-spinner-result,
        .passengers-luggages .form-group-luggages .qss-spinner .qss-spinner-result {
            padding: 0;
        }

        .form-group-time {
            width: 100%;
        }

        .flatpickr-wrapper {
            width: 100%;
        }

        .date-pick .flatpickr-wrapper #booking_date_one_way,
        .date-pick .flatpickr-wrapper #booking_date_round_trip {
            width: 100%;
        }
    }

    .form-group label,
    .col-sm-6 label,
    .datetime label {
        margin: 8px 0;
        display: block;
    }

    .form-group,
    .col-sm-6 {
        row-gap: 0 !important;
    }

    .pjTbModal {
        display: none;
    }

    .datetime .row .col-4:nth-child(1) .form-group .input-group > .usetwentyfour {
        left: 0;
    }

    .datetime .row .col-4:nth-child(2) .form-group .input-group > .usetwentyfour {
        right: 0;
    }

    .usetwentyfour span {
        color: black;
    }

    .snippet {
        padding-top: 0 !important;
    }

    .suggestions {
        display: block !important;
    }

    .prev,
    .next {
        display: none;
    }

    .slideshow-container {
        overflow: hidden;
    }

    h3 > span {
        text-decoration: underline;
        text-underline-offset: 1rem;
        text-decoration-thickness: 2px;
        text-decoration-color: #fff;
        color: white;
    }

    .form__container--right {
        width: 32.875rem;
        background: #222547;
        box-shadow: 0px 4px 40px rgb(17 17 17 / 20%);
        border-radius: 8px;
        padding: 28px 28px 20px;
        margin: 0 auto;
        background: #000000a1;
        border-radius: 4px;
        padding: 20px;
        margin: 0 0 0 auto;
    }

    .form__container--right form > h3 {
        color: #fff;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
        text-align: left;
    }

    .form__container--right h3 {
        color: #fff;
        text-align: left;
    }

    .form-group {
        position: relative;
    }

    .form-group,
    .col-sm-6 {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .form-control,
    .btn-group input,
    .pjTbs-distance input {
        background: #242424;
        border-radius: 5px;
        width: 100%;
        height: 47px;
        outline: none;
        border: none;
        color: #000000;
        font-weight:600;
        padding: 22px 0 22px 8px;
    }

    .form-group label,
    .col-sm-6 label {
        color: #000000;
        text-transform: capitalize;
        font-size: 18px;
        text-align: left;
        position: absolute;
        margin: 12px 0px 0px 5px;
    }

    .error {
        color: red;
        padding: 3px 0 10px 0;
    }

    .btn-group {
        display: flex;
        justify-content: center;
        column-gap: 20px;
    }

    .btn-group input {
        width: 80%;
    }

    .btn-group button {
        width: 20%;
        color: #787878;
        background: transparent;
        border: 1px solid #ffc000;
        font-size: 26px;
        border-radius: 5px;
        height: auto;
        background: #242424;
    }

    .btn-group button:hover {
        cursor: pointer;
        background: #ffc000;
        color: #fff;
        font-weight: 700;
        transition: all 0.9s;
    }

    .datetime .row {
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
        width: 100%;
    }

    .row > div:nth-child(1) {
        width: 100%;
    }

    .form-group-time {
        .time-pick {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;

            label {
                display: flex;
                flex-direction: column;
            }
        }
    }

    .pjTbs-body-actions input {
        border: 1px solid #ffc000;
        border-radius: 5px;
        margin-top: 25px;
        width: 90%;
        height: 62px;
        color: #ffc000;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        background: transparent;
    }

    .pjTbs-body-actions input:hover {
        background: #ffc000;
        cursor: pointer;
        color: #fff;
        transition: all 0.8s;
    }

    .pjTbs-distance {
        color: #fff;
        text-transform: uppercase;
    }

    .pjTbs-distance input {
        width: 85%;
    }

    .usetwentyfour {
        position: absolute;
        background-color: #fff;
        right: 0;
    }

    .snippet {
        padding-top: 30px;
    }

    .datetime {
        text-align: left;
    }

    .datetime label {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        text-transform: capitalize;
        color: white;
    }

    .pjTbModal {
        display: none;
    }

    .suggestions {
        position: absolute;
        z-index: 999;
        width: 100%;
        max-height: 256px;
        overflow-y: scroll;
        transition: 0.5s ease;
    }

    .suggestions > ul {
        background: #fff;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        padding: 10px;
        transition: 0.5s ease;
        border: 3px solid #ffc000;
        border-radius: 15px;
    }

    .suggestions > ul > li {
        margin: 3px;
        cursor: pointer;
        padding: 6px;
        text-align: left;
    }

    .suggestions > ul > li:hover {
        background: #ffc000;
        border-radius: 10px;
        color: white;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

    .suggestions::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .suggestions::-webkit-scrollbar-thumb {
        background: #888;
    }

    .suggestions::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .bootstrap-datetimepicker-widget {
        list-style: none;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 15em;
    }

    .col-4 {
        max-width: 100% !important;
    }

    @media (min-width: 768px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    @media (min-width: 992px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    @media (min-width: 1200px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    .bootstrap-datetimepicker-widget.dropdown-menu:before,
    .bootstrap-datetimepicker-widget.dropdown-menu:after {
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cccccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        top: -7px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        top: -6px;
        left: 8px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid #cccccc;
        border-top-color: rgba(0, 0, 0, 0.2);
        bottom: -7px;
        left: 6px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid white;
        bottom: -6px;
        left: 7px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
        left: auto;
        right: 6px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
        left: auto;
        right: 7px;
    }

    .bootstrap-datetimepicker-widget .list-unstyled {
        margin: 0;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 6px 0;
    }

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

    .bootstrap-datetimepicker-widget .timepicker-hour,
    .bootstrap-datetimepicker-widget .timepicker-minute,
    .bootstrap-datetimepicker-widget .timepicker-second {
        width: 54px;
        font-weight: bold;
        font-size: 1.2em;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 6px;
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle AM/PM";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Clear the picker";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Set the date to today";
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center;
    }

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

    .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%;
    }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px;
    }

    .bootstrap-datetimepicker-widget table th.disabled,
    .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget table th.prev::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Previous Month";
    }

    .bootstrap-datetimepicker-widget table th.next::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Next Month";
    }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

    .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #eeeeee;
    }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

    .bootstrap-datetimepicker-widget table td.cw {
        font-size: 0.8em;
        height: 20px;
        line-height: 20px;
        color: #777777;
    }

    .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

    .bootstrap-datetimepicker-widget table td.day:hover,
    .bootstrap-datetimepicker-widget table td.hour:hover,
    .bootstrap-datetimepicker-widget table td.minute:hover,
    .bootstrap-datetimepicker-widget table td.second:hover {
        background: #eeeeee;
        cursor: pointer;
    }

    .bootstrap-datetimepicker-widget table td.old,
    .bootstrap-datetimepicker-widget table td.new {
        color: #777777;
    }

    .bootstrap-datetimepicker-widget table td.today {
        position: relative;
    }

    .bootstrap-datetimepicker-widget table td.today:before {
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #337ab7;
        border-top-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 4px;
        right: 4px;
    }

    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #337ab7;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff;
    }

    .bootstrap-datetimepicker-widget table td.disabled,
    .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table td span:hover {
        background: #eeeeee;
    }

    .bootstrap-datetimepicker-widget table td span.active {
        background-color: #337ab7;
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

    .bootstrap-datetimepicker-widget table td span.old {
        color: #777777;
    }

    .bootstrap-datetimepicker-widget table td span.disabled,
    .bootstrap-datetimepicker-widget table td span.disabled:hover {
        background: none;
        color: #777777;
        cursor: not-allowed;
    }

    .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
        height: 27px;
        line-height: 27px;
    }

    .bootstrap-datetimepicker-widget.wider {
        width: 21em;
    }

    .bootstrap-datetimepicker-widget .datepicker-decades .decade {
        line-height: 1.8em !important;
    }

    .input-group.date .input-group-addon {
        cursor: pointer;
    }

    .snippet__container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
        gap: 15px;
    }

    .snippet__container > div {
        display: flex;
        align-items: center;
        column-gap: 12px;
        margin-bottom: 0px;
    }

    .snippet__container > a {
        border: 2px solid #ffc000;
        border-radius: 5px;
        background: transparent;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        width: 240px;
        height: 51px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

    .snippet__container > a:hover {
        color: #fff;
        transform: scale(1.03);
        transition: all 0.3s;
    }

    .snippet__container > div > p {
        margin-top: 1em;
        width: 100%;
    }

    .after__snippet {
        display: none;
    }

    @media only screen and (max-width: 992px) {
        .snippet__container {
            width: 90%;
        }
    }

    @media only screen and (max-width: 768px) {
        .snippet__container > div {
            flex-wrap: wrap;
            justify-content: center;
            color: #fff;
        }

        .snippet__container {
            display: none;
        }

        .after__snippet {
            display: flex !important;
            margin: 45px auto;
        }

        .snippet__container {
            align-items: center;
        }
    }

    .datetime .row .col-4:nth-child(1) .form-group .input-group > .usetwentyfour {
        left: 0;
    }

    .datetime .row .col-4:nth-child(2) .form-group .input-group > .usetwentyfour {
        right: 0;
    }

    .usetwentyfour span {
        color: black;
    }

    input {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #787878;
    }

    select {
        appearance: none;
        -webkit-appearance: none;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
    }

    option:nth-child(1) {
        color: #242424;
    }

    button {
        cursor: pointer;
    }

    input[type="time"]::-webkit-inner-spin-button,
    input[type="time"]::-webkit-calendar-picker-indicator,
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

    .booking__form {
        width: 100%;
    }

    .booking__form button {
        border: 1px solid #ffc000;
        border-radius: 5px;
        margin-top: 25px;
        width: 27.25rem;
        height: 62px;
        color: #ffc000;
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
        background: transparent;
    }

    .booking__form button:hover {
        background: #ffc000;
        color: #fff;
    }

    .form__content {
        display: none;
    }



    .ratting__container {
       width: 80%;
       text-align: center;
       margin: 71px auto 0 auto !important;
    }
    .ratting__card {
       background: url(https://cdn.qmhtech.com/txiomar/1704456727_41cf5aa5afd86cec_ratting-bg.png) !important;
          background-size: cover !important;
       background-repeat: no-repeat !important;
        }
     .ratting__container h2 {
       font-size: 24px !important;
       font-weight: 600 !important;
       line-height: 29px;
       letter-spacing: 0em;
     }
    .ratting__card--grp {
       margin-top: 71px !important;
     }
     .ratting__card {
       min-width: 487px;
           min-height: 550px;
            height: fit-content;

     }
     .ratting__stars{
     margin-top:auto;
     }
    .blog__listing--main {
     width: 30rem;
    }
    .ratting__card--grp {
       justify-content: flex-start !important;
    }
    blockquote p > span {
       font-size: unset !important;
       font-family: unset !important;
       color: unset !important;
       background-color: unset !important;
       font-weight: unset !important;
       font-style: unset !important;
       font-variant: unset !important;
       text-decoration: unset !important;
       vertical-align: unset !important;

       white-space: unset !important;
     }
     blockquote p{
       line-height: unset !important;
       text-align: unset !important;
       margin-top: unset !important;
       margin-bottom: unset !important;
    }
    blockquote p > span > span{
       font-size: unset !important;
       font-family: unset !important;
       background-color: unset !important;
       font-variant-numeric: unset !important;
       font-variant-east-asian: unset !important;
       vertical-align: unset !important;
       white-space: unset !important;
           color: unset !important;

    }
    .listing__card {
     display: flex;
     justify-content: flex-start;
     align-items: flex-start;
     flex-direction: column;
     gap: 10px;
     margin-bottom: 20px;
     box-shadow: 0px 0px 8px 0px #00000015;
     padding: 10px 15px;
     border-radius: 10px;
     background: #fff;
    }
    .listing__card:hover h3 a{
    color:#ffc000;
    }
    .blog__listing--main {
     width: 30%;

     border-radius: 8px;
     height: fit-content;
    }
    .blog__listing--main h2 {
     color: #000;
     font-size: 20px;
     font-weight: 600;
     line-height: 24px;

    }
    .listing__card > div {
     display: flex;
     flex-direction: row;
     gap: 15px;
    }
    .listing__card h3 {
     font-size: 15px;
     font-weight: 700;
     line-height: 23px;
     color: #ffc000;
    }
    .listing__card p {
     font-size: 12px;
     font-weight: 400;
     line-height: 16px;
     text-align: justify;
     color: black;
    }
    .listing__card img {
     width: 120px;
     height: 97px;
     border-radius: 8px;
     object-fit: cover;
    }
    .listing__card a {
     font-size: 14px;
     font-weight: 700;
     line-height: 17px;
     text-decoration: underline;
     color: #000;
     margin-top: auto;
     text-decoration:none;
    }
    .listing__card a:hover {
     cursor: pointer;
    }
    .listing__card > div > div {
     display: flex;
     gap: 15px;
     flex-direction: column;
    }
    .blog__listing {
     padding:30px;
     border-radius: 8px;
     margin-top: 10px;
         background: #fbfbfb;

    }
    .blog__listing > h2 {
     margin-bottom: 24px;
     padding-bottom: 9px;
         border-bottom: 2px solid #808080;

    }
    .blog__listing--main i {
     text-decoration: underline;
     text-underline-offset: 14px;
     text-decoration-color: #ffc000;
     text-decoration-thickness: 2px;
     font-style: normal !important;
    }
    .instagram {
     background: #dd4b39;}
    .youtube {

         background: #bb0000;
    }
    .icon-bar a {
     display: block;
     text-align: center;
     padding: 16px;
     transition: all 0.3s ease;
     color: white;
     font-size: 20px;
    }

    .icon-bar a:hover {
     background-color: #000;
    }

    .home__tag {
     margin-top: 50px;
     background: #f5f5f5;
     border-radius: 8px;
     padding: 26px 31px;
    }
    .home__tag ul {
     list-style-type: none;
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-top: 20px;
    }
    .home__tag li {
     font-size: 15px;
     font-weight: 400;
     line-height: 15px;
     padding: 10px 20px;
     border: 1px solid #c4c4c4;
     color: #666666;
     border-radius: 4px;
    }
    .home__tag li:hover {
     color: #FF7C14;
     border: 1px solid #ffc000;
     cursor: pointer;
    }
    @media only screen and (max-width: 768px) {

    }
    .blog__bottom--content span a {
     color: inherit;
     text-decoration: auto;
     line-height: unset;
     font-weight: unset;
    }
    .blog__bottom {
     padding: 20px 0;
    }
    .blog__bottom h2 {
     margin-bottom: 20px;
    }
    .blog__bottom--content {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
    }
    .blog__bottom--content span {
     border: 1px solid #696a754d;
     font-size: 12px;
     font-weight: 500;
     line-height: 5px;
     color: #696a75;
     padding: 12px 12px;
     border-radius: 6px;
     text-decoration: none !important;
    }
    .blog__bottom--content span:hover {
     border: 1px solid #ffc000;
     color: #ffc000;
     cursor: pointer;
    }
    .icon-bar {
     position: fixed;
     top: 75%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
    }

    .home__container {
     max-width: 1980px;
     margin: 0 auto;
    }
    /* Home Main */
    .home__bottom {
     padding: 80px 0;
     width: 90%;
     margin: 0 auto;
    }
    .home__left p {
     font-size: 16px;
     font-weight: 400;
     line-height: 34px;
     text-align: justify;
    }
    .home__left h1,
    .home__left h2 {
     font-size: 36px;
     font-weight: 700;
     line-height: 43px;
     color: #ffc000;
    }
    .home__left p b {
     font-size: 16px;
     font-weight: 700;
     line-height: 34px;
     color: #ffc000;
     text-transform: capitalize;
    }
    .home__left span {
     color: #ffc000;
    }
    .home__left {
     width: 85%;
    }

    .home__second {
     margin-top: 80px;
    }
    .home__second,
    .home__first {
     display: flex;
     flex-direction: column;
     gap: 20px;
    }
    .home__boxes h3,
    .home__second h3,
    .home__first h3 {
     font-size: 20px;
     font-weight: 700;
     line-height: 34px;
     color: #ffc000;
    }
    .home__boxes h2 {
     margin-bottom: 20px;
    }
    .home__bottom {
     display: flex;
     gap: 104px;
    }

    .home__box ul,
    .home__second--list ul {
     padding-left: 25px;
    }
    .home__box ul li,
    .home__second--list ul li {
     font-size: 16px;
     font-weight: 400;
     line-height: 34px;
     text-align: justify;
    }
    .home__secondlast ul {
     padding-left: 20px;
    }
    .home__secondlast ul li {
     font-size: 16px;
     font-weight: 400;
     line-height: 34px;
    }
    .home__sec--img {
     display: flex;
     gap: 20px;
     align-items: flex-start;
     justify-content: flex-start;
     margin-top: 80px;
    }
    .home__sec--img > img {
     width: 100%;
    }
    .home__sec--img .home__second {
     margin-top: 0;
    }
    .row__rev {
     flex-direction: row-reverse;
    }

    .home__boxes {
     display: flex;
     gap: 21px;
     margin-top: 80px;
     flex-direction: row;
    }
    .home__box {
     box-shadow: 0px 0px 4px 0px #0d0a2c26;
     padding: 20px;
     border-radius: 8px;
     width: 50%;
    }

    @media only screen and (max-width: 1440px) {
     .home__sec--img {
       flex-direction: column;
     }
     .home__bottom {
       gap: 20px;
     }
    }

    @media only screen and (max-width: 1024px) {
     .home__bottom {
       flex-direction: column;
     }
     .home__left {
       width: 100%;
     }
    }
    @media only screen and (max-width: 768px) {
     .home__boxes {
       flex-direction: column;
     }
     .home__box {
       width: 100%;
     }
    }

    /* Second css */
    .blog-welcome {
     text-align: center;
     padding: 32px;
     background: #e3f1ff;
     border-radius: 12px;
     margin-top: -27px;
    }

    .blogh1 {
     text-align: unset !important;
     background-color: #e4f1ff;
     color: #000;
     padding: 7px;
     border-radius: 10px 0 0 10px;
    }
    .blog__bottom--content span a {
     color: inherit;
     text-decoration: auto;
     line-height: unset;
     font-weight: unset;
    }
    .imagec {
     border-radius: 20px;
     max-width: 100%;
     height: auto;
     max-height:500px;
    }
    .head-article {
     position: relative;
     margin: 20px auto;
     padding: 1rem;
     background-color: transparent;
     background-image: linear-gradient(
         247deg,
         transparent,
         #c2c2c200 2%,
         #ececec 2%,
         white 85%,
         transparent,
         85%,
         transparent
       ),
       linear-gradient(to bottom right, #ea5325, #ee5222 90%, transparent 90%);
     background-position: top left, 0.2em 0.2em;
     background-repeat: no-repeat;
     filter: drop-shadow(0 0 15px #0005);
    }
    .blog__container {
     padding: 80px 0;
     max-width: 1980px;
     margin: 0 auto;
     width: 90%;
    }
    .blog__container--inner {
     display: flex;
     flex-direction: row;
     gap: 20px;
    }
    .blog__list {
     padding: 20px;
     background: #e3f1ff;
     border-radius: 0 12px 12px 12px;

     height: fit-content;
    }
    .blog__cards {
     display: flex;
     flex-direction: column;
    }
    .testimonials__container h2,
    .blog__left h2,
    .blog__list h2,
    .blog__container h1 {
       font-size: 29px;
       font-weight: 700;

       line-height: 42px;
       margin-bottom: 10px;
    }
    .inner-cards span {
     text-decoration: underline;
     text-underline-offset: 14px;
     text-decoration-color: #ffc000;
     text-decoration-thickness: 2px;
     font-style: normal !important;
    }
    .inner-cards > h2 {
     font-size: 24px;
     font-weight: 700;
     line-height: 28px;
     text-align: center;
       text-align: left;
       margin-bottom: 25px;
       color: #000;
       display:none;
    }
    .blog__left h2,
    .blog__list h2 {
     text-align: left;
     margin-bottom: 20px;
    }

    .blog__list h2 span {
     text-decoration: underline;
     text-underline-offset: 10px;
     text-decoration-color: #ffc000;
     text-decoration-thickness: 2px;
    }
    .blog__cards--container {
     margin: 20px 0;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     grid-gap: 15px;
    }
    .blog__card {
     border: 1px solid #e8e8ea;
     border-radius: 12px;
     padding: 16px;
     display: flex;
     flex-direction: column;
     gap: 16px;
       min-height: 507px;
    }
    .blog__card img {
     width: 100%;
    }
    .blog__card:hover {
     border: 1px solid #ffc000;

    }
    .blog__card h2 {
     font-size: 20px;
     font-weight: 700;
     line-height: 24px;
     letter-spacing: 0.012em;
     color: black !important;
    }
    .blog__card p {
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
    }
    .blog__card a {
       font-size: 14px;
       font-weight: 700;
       line-height: 19px;
       color: #ffc000;
       padding: 0;
       width: fit-content;
       border-radius: 8px;
       text-decoration: underline;
       cursor: pointer;
    }
    .blog__list ul {
     padding: 0 30px;
    }
    .blog__list ul li a {
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     letter-spacing: 0em;
     color: #000;
     text-decoration: auto;
    }
    .blog__list ul li a:hover {
     color: #ffc000;
     cursor: pointer;
    }
    .blog__bottom {
     padding: 20px 0;
    }
    .blog__bottom--content {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
    }
    .blog__bottom--content span {
     border: 1px solid #696a754d;
     font-size: 12px;
     font-weight: 500;
     line-height: 5px;
     color: #696a75;
     padding: 12px 12px;
     border-radius: 6px;
    }
    .blog__bottom--content span:hover {
     border: 1px solid #ffc000;
     color: #ffc000;
     cursor: pointer;
    }
    .blog__left {
     width: 25.6rem;
    }
    .testimonials__container {
     position: relative;
    }
    .testimonials__container h2 {
     color: #ffc000;
     margin-top: 80px;
     margin-bottom: 30px;
    }
    .blog__text{
    display: flex;
       flex-direction: column;
       gap: 16px;
    }
    .blog-bottom {
         display: flex;
       gap: 50px;
       box-shadow: 0px 0px 6px 0px #2D2D2D26;
       padding: 32px 20px;
       margin: 20px 0 40px 0;
       border-radius: 8px;
           background: #fbfbfb;

    }

    #share {
       padding: 0 0;
       display: flex;
       flex-wrap: wrap;
       gap: 20px;
       }
    .social-share span {
    border-radius: 12px 0 0 0;
       font-size: 18px;
       font-weight: 600;
       line-height: 28px;
       text-decoration: underline;
       text-underline-offset: 10px;
       text-decoration-color: #ffc000;
       text-decoration-thickness: 2px;
       font-style: normal !important;
       margin: 0px 0 28px 0;
       padding-bottom: 2px;
       display: block;
           border-bottom: 2px solid #808080;

    }

    #share a {
     width: 50px;
     height: 50px;
     display: inline-block;
     margin-right: 8px;
     border-radius: 50%;
     font-size: 24px;
     color: #fff;
     opacity: 0.75;
     text-align:center;
     transition: opacity 0.15s linear;
    }

    #share a:hover {
     opacity: 1;
    }

    #share i {
     position: relative;
     top: 50%;
     transform: translateY(-50%);
    }

    .facebook {
     background: #3b5998;
    }

    .twitter {
     background: #55acee;
    }

    .googleplus {
     background: #dd4b39;
    }

    .linkedin {
     background: #0077b5;
    }

    .pinterest {
     background: #cb2027;
    }
    .blog__card img {
       border-radius: 8px;
    }

    @media only screen and (max-width: 1122px) {
     .blog__container--inner {
       flex-direction: column;
     }
     .blog__cards {
       width: 96%;
     }
     .blog__cards--container{
         grid-template-columns: repeat(3, 1fr);

     }

    }

    @media only screen and (max-width: 716px) {
     .blog__cards--container {
       align-items: center;
       justify-content: center;
     }
     .blog__cards--container {
       grid-template-columns: repeat(1, 1fr);
     }
    }
    @media only screen and (max-width: 570px) {
     .blog__cards--container {
       grid-template-columns: repeat(1, 1fr);
     }
    }
    @media only screen and (max-width: 469px) {
     .blog__left {
       width: 100%;
     }
     .testimonials__box {
       min-width: 100%;
     }
     .testimonials__buttons {
       display: none;
     }
    }

    .main__container{
    width:90%;
    margin: 0 auto;
    }
    @media only screen and (max-width: 768px) {
     .blog__listing--main {
       width: 100% !important;
     }
    }
    @media only screen and (max-width: 500px) {

     .blog__card {

       flex-direction: column;

    }
    .blog__card img {
       width: 100%;
       border-radius: 8px;
    }

    }
    @media only screen and (max-width: 1024px) {

     .blog__listing--main {
       width: 100% !important;
     }
    }
    .blog__text h2{

    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

    }
    .blog__text p{

    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;

    }
    .blog__container h1 {
    color: #000;
    }
    @media only screen and (max-width: 1400px) {
    .blog__bottom--content span a {
    line-height:20px;
    }

