header {
    height: 55px;
    background: rgba(51, 51, 51, 1);
}

.logo-block {
    width: 90px;
    height: 125px;
    background: rgba(215, 25, 33, 1);
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: 30px;
}

.header-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: white;
    text-decoration: none;
    margin-right: 20px;
}

.header-actions {
    gap: 0;
}

.header-locale-text-mobile {
    display: none;
}

.header-menu-btn {
    display: none;
    margin-left: 12px;
    padding: 6px 12px;
    border: 1px solid rgba(122, 122, 122, 1);
    border-radius: 4px;
    background: transparent;
    color: rgba(255, 255, 255, 1);
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.main-banner {
    background: url("../img/main-banner.png") no-repeat;
    height: 460px;
}

.main-banner-subtitle {
    color: rgba(255, 255, 255, 1);
    font-family: "Emirates", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 2px;
    transform: rotate(0deg) scale(1) skew(-13deg) translate(0);
    text-shadow: .1rem .1rem .5rem rgba(0, 0, 0, .3);
}

.main-banner-title {
    color: rgba(255, 255, 255, 1);
    font-family: "Heroic", sans-serif;
    font-size: 120px;
    font-weight: 400;
    line-height: 123px;
    letter-spacing: -5.05px;
    transform: rotate(0deg) scale(1) skew(-8deg) translate(0);
}

.main-banner-btn {
    width: 150px;
    height: 40px;
    margin-top: 14px;
}

.search {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    position: absolute;
    top: -60px;
    background: white;
}

.search-header {
    cursor: pointer;
}

.search-header-section {
    padding: 19px 0 20px 0;
    width: 275px;
    display: flex;
    justify-content: center;
    color: rgba(102, 102, 102, 1);
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    border: 1px solid rgba(216, 216, 216, 1);
}

.search-header-section:last-child {
    border-right: none;
}

.search-header-section img {
    margin-right: 15px;
}

.search-header-section-active {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid rgb(215, 25, 33);
}

.search-body {
    padding: 15px 20px 20px 20px;
}

.search-body-option-container {
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    overflow: hidden;
    display: inline-flex;
    width: max-content;
    margin-bottom: 15px;
}

.search-body-option {
    border: none;
    border-right: 1px solid rgba(102, 102, 102, 1);
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    color: rgba(51, 51, 51, 1);
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.search-body-option-active {
    font-size: 14px;
    font-weight: 700;
    box-shadow: inset 3px 3px 0px 2px rgba(240, 240, 240, 1);
    background: rgba(247, 247, 247, 1);
}

.search-body-option:last-child {
    border-right: none;
}

.search-body-link {
    display: flex;
    justify-content: end;
    color: rgba(215, 25, 33, 1);
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    margin-bottom: 13px;
}

.search-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: none;
    position: relative;
}

.search-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.search-errors {
    background: rgba(250, 230, 233, 1);
    border-radius: 3px;
    padding: 10px 14px;
    color: rgba(170, 0, 0, 1);
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

.search-errors p {
    margin: 4px 0;
}

.site-footer {
    background: rgba(51, 51, 51, 1);
    color: rgba(204, 204, 204, 1);
    font-family: "Arial", sans-serif;
}

.footer-section {
    padding: 8px 0;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-col {
    min-width: 180px;
    flex: 1 1 200px;
}

.footer-title {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: none;
    font-family: "Emirates", sans-serif;
}

.footer-link {
    display: block;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    margin-bottom: 4px;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin: 18px 0;
}

.footer-cta-columns {
    align-items: flex-start;
}

.footer-text {
    font-size: 14px;
    line-height: 18px;
    color: rgba(190, 190, 190, 1);
}

.footer-subscribe-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0 8px;
}

.footer-subscribe-form input {
    height: 34px;
    border-radius: 3px;
    border: 1px solid rgba(120, 120, 120, 1);
    background: rgba(255, 255, 255, 1);
    padding: 0 10px;
    font-size: 12px;
    width: 200px;
}

.footer-subscribe-form button {
    height: 34px;
    border-radius: 3px;
    border: 1px solid rgba(120, 120, 120, 1);
    background: rgba(60, 60, 60, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 0 16px;
}

.footer-caption {
    font-size: 14px;
    color: #a9a9a9;
}

.footer-apps {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.footer-apps img {
    height: 40px;
    width: auto;
}

.footer-social-icons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.footer-social-icons img {
    width: 40px;
    height: 40px;
}

.footer-bottom {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    max-width: 900px;
}

.footer-bottom-link {
    color: #a9a9a9;
    font-size: 14px;
    text-decoration: none;
}

.footer-bottom-link:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-bottom-meta {
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
}

.footer-logo img {
    background: rgba(215, 25, 33, 1);
    padding: 6px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .footer-subscribe-form {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-subscribe-form input,
    .footer-subscribe-form button {
        width: 100%;
    }
}

.has-error {
    border-color: rgba(215, 25, 33, 1) !important;
}

.date-range.has-error {
    border-color: rgba(215, 25, 33, 1);
}

.is-hidden {
    display: none;
}

.search-field {
    position: relative;
    flex: 1;
}

.search-field label {
    display: block;
    margin-bottom: 6px;
    color: rgba(102, 102, 102, 1);
    font-family: "Arial", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.search-field input {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    box-shadow: inset 4px 4px 0px 1px rgba(246, 246, 246, 1);
    color: rgba(51, 51, 51, 1);
    font-family: "Arial", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    padding: 20px 19px 21px 19px;
}

.search-field select {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    font-family: "Arial", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 18px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgba(102, 102, 102, 1) 50%), linear-gradient(135deg, rgba(102, 102, 102, 1) 50%, transparent 50%);
    background-position: calc(100% - 20px) 26px, calc(100% - 14px) 26px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.passengers-field {
    position: relative;
}

.passengers-trigger {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    text-align: left;
    padding: 10px 16px;
    font-family: "Arial", sans-serif;
    box-shadow: inset 4px 4px 0px 1px rgba(246, 246, 246, 1);
    cursor: pointer;
}

.passengers-label, .class-label {
    display: block;
    font-size: 9px;
    color: rgba(102, 102, 102, 1);
    text-transform: uppercase;
    font-weight: 200;
}

.passengers-value, .class-value {
    display: block;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}

.passengers-dropdown {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 30;
}

.passengers-dropdown::before,
.passengers-dropdown::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.passengers-dropdown::before {
    border-bottom: 10px solid rgba(102, 102, 102, 1);
}

.passengers-dropdown::after {
    top: -9px;
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.passengers-header {
    font-weight: 700;
    text-align: center;
}

.passengers-divider {
    height: 1px;
    background: rgba(216, 216, 216, 1);
    margin: 14px 0;
}

.passengers-row {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    align-items: center;
    gap: 12px;
    padding: 6px 0;
}

.passengers-row > div {
    text-align: center;
}

.passengers-type {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.passengers-sub {
    font-size: 12px;
    color: #333;
}

.passengers-btn {
    width: 39px;
    height: 39px;
    border-radius: 4px;
    border: 1px solid rgba(102, 102, 102, 1);
    background: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 1;
    padding: 0 !important;
    cursor: pointer;
}

.passengers-number {
    display: inline-block;
    min-width: 12px;
}

.passengers-btn.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.passengers-note {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.class-field {
    position: relative;
}

.class-trigger {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    text-align: left;
    padding: 10px 16px;
    font-family: "Arial", sans-serif;
    box-shadow: inset 4px 4px 0px 1px rgba(246, 246, 246, 1);
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, rgba(102, 102, 102, 1) 50%), linear-gradient(135deg, rgba(102, 102, 102, 1) 50%, transparent 50%);
    background-position: calc(100% - 20px) 26px, calc(100% - 14px) 26px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.class-dropdown {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 30;
    padding: 6px 0;
}

.class-dropdown::before,
.class-dropdown::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.class-dropdown::before {
    border-bottom: 10px solid rgba(102, 102, 102, 1);
}

.class-dropdown::after {
    top: -9px;
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.class-option {
    width: 100%;
    text-align: left;
    padding: 12px 18px;
    border: none;
    background: transparent;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    position: relative;
}

.class-option + .class-option {
    border-top: none;
}

.class-option-heading {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
    text-transform: uppercase;
    cursor: default;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.class-option.is-selected::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url("../img/allow.png") no-repeat center / contain;
}

.class-option.is-selected {
    font-weight: 700;
    border-top: 1px dashed rgba(216, 216, 216, 1);
    border-bottom: 1px dashed rgba(216, 216, 216, 1);
}

.date-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border: 1px solid rgba(102, 102, 102, 1);
    border-radius: 3px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 1);
    gap: 10px;
}

.date-range.is-one-way .date-part[data-part="returning"] {
    opacity: 0.4;
    pointer-events: none;
}

.date-range.is-one-way .date-separator {
    opacity: 0.3;
}

.date-part {
    flex: 1;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0;
    color: rgba(51, 51, 51, 1);
    font-family: "Arial", sans-serif;
}

.date-part.is-active .date-label {
    color: rgba(215, 25, 33, 1);
}

.date-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1);
}

.date-value {
    display: block;
    font-size: 16px;
    margin-top: 4px;
}

.date-separator {
    color: rgba(102, 102, 102, 1);
    font-weight: 700;
}

.date-picker {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    padding: 16px;
    z-index: 20;
}

.date-picker::before,
.date-picker::after {
    content: "";
    position: absolute;
    top: -10px;
    left: var(--pointer-left, 70%);
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.date-picker::before {
    border-bottom: 10px solid rgba(216, 216, 216, 1);
}

.date-picker::after {
    top: -9px;
    border-bottom: 10px solid rgba(255, 255, 255, 1);
}

.date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.date-picker-title {
    font-family: "Arial", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.date-picker-icon {
    width: 24px;
    height: 24px;
}

.date-picker-options {
    display: flex;
    gap: 22px;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.date-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.date-picker-divider {
    height: 1px;
    background: rgba(232, 232, 232, 1);
    margin: 6px 0 12px;
}

.date-picker-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.date-nav {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(216, 216, 216, 1);
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.date-picker-months {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.date-month {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.date-month-header {
    text-align: center;
    font-weight: 700;
}

.date-weekdays,
.date-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.date-weekdays span {
    font-size: 11px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.date-day {
    border: 1px solid rgba(216, 216, 216, 1);;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    font-size: 15px;
    height: 42px;
    min-width: 54px;
    cursor: pointer;
    color: #666;
}

.date-day.is-today {
    background: #d71921;
    color: white;
    font-weight: 700;
}

.date-day.is-disabled {
    color: rgba(180, 180, 180, 1);
    background: rgba(248, 248, 248, 1);
    border-color: rgba(232, 232, 232, 1);
    cursor: not-allowed;
}

.date-day.is-empty {
    border: none;
    background: transparent;
    cursor: default;
}

.date-day.is-selected {
    background: #d71921;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
}

.date-day.is-in-range {
    background: #edf0f8;
    border-color: rgba(232, 232, 232, 1);
}

.search-field-wide {
    flex: 1.2;
}

.search-field-compact {
    flex: 1;
}

.search-field-date {
    flex: 1;
}

.search-continue {
    min-width: 180px;
    height: 60px;
    margin-top: 0;
    border: none;
    border-radius: 3px;
    background: rgba(215, 25, 33, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.search-continue:active {
    transform: translateY(1px);
}

.search-submit {
    min-width: 340px;
    height: 60px;
    border: none;
    border-radius: 3px;
    background: rgba(215, 25, 33, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.search-submit:active {
    transform: translateY(1px);
}

.search-options {
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 216, 216, 1);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    z-index: 10;
}

.search-options li {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.search-options li:last-child {
    border-bottom: none;
}

.options-header {
    padding: 12px 14px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(102, 102, 102, 1);
    background: rgba(250, 250, 250, 1);
}

.options-empty {
    padding: 12px 14px;
    font-family: "Arial", sans-serif;
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.search-options button {
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    border: none;
    background: transparent;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
}

.option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.option-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.option-title {
    font-weight: 700;
}

.option-subtitle {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.option-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.option-logo {
    width: 20px;
    height: 20px;
}

.option-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 32px;
    padding: 0 8px;
    border-radius: 4px;
    background: #C9EBEC;
    font-weight: 700;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
}

.search-options button:hover,
.search-options button:focus {
    background: rgba(245, 245, 245, 1);
}


.btn {
    color: rgba(255, 255, 255, 1) !important;
    font-family: "Arial", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    border-radius: 3px !important;
    background: rgba(215, 25, 33, 1) !important;
}

@media (max-width: 992px) {
    .main-banner {
        height: auto;
        background-size: cover;
        background-position: center;
        padding: 30px 0 90px;
    }

    .main-banner-title {
        font-size: 70px;
        line-height: 72px;
        letter-spacing: -2.8px;
    }

    .main-banner-subtitle {
        font-size: 22px;
        line-height: 28px;
    }

    .search {
        position: static;
        margin-top: -50px;
        width: 100%;
    }

    .search-header {
        flex-wrap: wrap;
    }

    .search-field {
        width: 100%;
    }

    .search-header-section {
        width: 50%;
        padding: 14px 10px;
        font-size: 14px;
    }

    .search-body {
        padding: 12px 14px 18px;
    }

    .search-body-link {
        justify-content: flex-start;
        font-size: 12px;
    }

    .search-row {
        flex-direction: column;
        gap: 12px;
    }

    .search-field input {
        height: 52px;
        font-size: 16px;
        padding: 16px 14px;
    }

    .passengers-trigger,
    .class-trigger,
    .search-continue,
    .search-submit {
        height: 52px;
    }

    .search-continue,
    .search-submit {
        width: 100%;
        min-width: 0;
    }

    .date-range {
        height: 52px;
        padding: 0 10px;
    }

    .date-picker {
        position: static;
        margin-top: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .date-picker-months {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

@media (max-width: 768px) {
    header {
        height: 64px;
        padding: 0;
    }

    header .container {
        height: 64px;
        align-items: stretch;
    }

    .logo-block {
        width: 90px;
        height: 64px;
        margin-right: 12px;
        align-items: center;
    }

    .logo-img {
        height: 46px;
        width: 70px;
    }

    .header-nav {
        display: none;
    }

    .header-actions {
        margin-left: auto;
        gap: 14px;
    }

    .header-actions .header-text {
        margin-right: 0;
    }

    .header-actions .header-search-icon {
        display: none;
    }

    .header-actions a:nth-child(3) .header-text {
        display: none;
    }

    .header-locale-text {
        display: none;
    }

    .header-locale-text-mobile {
        display: inline;
        margin-right: 0 !important;
    }

    .header-menu-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header-text {
        font-size: 11px;
        margin-right: 10px;
    }

    .main-banner {
        padding: 24px 0 110px;
    }

    .main-banner-title {
        font-size: 52px;
        line-height: 56px;
        letter-spacing: -2px;
    }

    .main-banner-subtitle {
        font-size: 18px;
        line-height: 22px;
    }

    .search-header-section {
        width: 100%;
        justify-content: flex-start;
        gap: 8px;
    }

    .search-body-option-container {
        width: 100%;
    }

    .search-body-option {
        flex: 1;
        padding: 5px 10px;
        font-size: 12px;
    }

    .date-picker-title {
        font-size: 16px;
    }

    .date-day {
        min-width: 0;
        height: 38px;
        font-size: 13px;
    }

    .search-options {
        max-height: 300px;
    }
}
