
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* temp styles */
.wp-singular {
    background-color: #0F2D52;
}

.hero-section {
    z-index: unset !important;
}

.kb-wrapper {
    --kb-card-bg: #ffffff;
    --kb-border: #D7DFE3;
    --kb-dashed: #EAF0F1;
    --kb-text: #0F2D52;
    --kb-muted: #9AA8B0;
    --kb-accent: #95D22E;
    --kb-accent-hover: #7EB829;
    --kb-primary: #1273EB;
    --kb-tab-inactive: #D9D9D9;
    --kb-button-hover: #D9D9D9;
    --kb-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    --kb-focus: #7E6AED;
    border-radius: 12px;
    max-width: 480px;
    color: var(--kb-text);
    position: relative;
    width: 100%;
    min-width: 350px;
    /* display: none; */
    /* opacity: 0; */
    /* transition: opacity .2s ease; */
}
.kb-wrapper.kb-active {
    opacity: 1;
}
.kb-wrapper * {
    font-family: 'Inter', sans-serif;
}
.kb-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 0;
    height: 60px;
    position: relative;
    z-index: 99;
}
.kb-tabs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: var(--kb-card-bg);
    z-index: 98;
}
.kb-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 18px;
    border: none;
    background: var(--kb-tab-inactive) !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #0F2D52 !important;
    position: relative;
    line-height: 1.1;
    border-bottom: 0;
}
.kb-tab {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 99;
}
.kb-tab.kb-tab-active {
    background: #fff !important;
    /* z-index: 2; */
}
.kb-tab:focus {
    outline: none;
}
.kb-tab:not(.kb-tab-active) {
    color: #0F2D52;
}
.kb-tab:first-child:not(.kb-tab-active) {
    border-bottom-right-radius: 16px;
}
.kb-tab:last-child:not(.kb-tab-active) {
    border-bottom-left-radius: 16px;
}
.kb-tabs + .kb-panel {
    border-top: 0;
}
/* Icon system (mask-based, uses currentColor) */
.kb-icon {
    display: inline-flex;
}
.kb-icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-position: center;    
}
.kb-icon-2x::before {
    width: 2em;
    height: 2em;
}
.kb-icon-3x::before {
    width: 3em;
    height: 3em;
}
.kb-icon-plane::before {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6.07068C17 4.03068 16.0233 0 15.0388 0C15.0233 0 15.0155 0 15 0C14.9845 0 14.9767 0 14.9612 0C13.9767 0 13 4.03068 13 6.07068L13.0543 20.7525C13.062 23.9625 14.4574 30 14.4574 30H15H15.5426C15.5426 30 16.9302 23.9625 16.9457 20.7525L17 6.07068Z" fill="black"/><path d="M18.0218 10L18 16.5887L19.4563 16.7085L29.9927 21L30 18.9564L18.0218 10Z" fill="black"/><path d="M26 12.6097C26 12.2736 25.6875 12 25.3036 12H23.6964C23.3125 12 23 12.2736 23 12.6097V13.1256L26 15V12.6097Z" fill="black"/><path d="M11.9782 10L12 16.5887L10.5437 16.7085L0.00728035 21L0 18.9564L11.9782 10Z" fill="black"/><path d="M4 12.6097C4 12.2736 4.3125 12 4.69643 12H6.30357C6.6875 12 7 12.2736 7 12.6097V13.1256L4 15V12.6097Z" fill="black"/><path d="M17.6006 24L21.0006 26.2V28.2L17 27.2L17.6006 24Z" fill="black"/><path d="M12.4121 24L9.01211 26.2V28.2L13.0127 27.2L12.4121 24Z" fill="currentColor"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 6.07068C17 4.03068 16.0233 0 15.0388 0C15.0233 0 15.0155 0 15 0C14.9845 0 14.9767 0 14.9612 0C13.9767 0 13 4.03068 13 6.07068L13.0543 20.7525C13.062 23.9625 14.4574 30 14.4574 30H15H15.5426C15.5426 30 16.9302 23.9625 16.9457 20.7525L17 6.07068Z" fill="black"/><path d="M18.0218 10L18 16.5887L19.4563 16.7085L29.9927 21L30 18.9564L18.0218 10Z" fill="black"/><path d="M26 12.6097C26 12.2736 25.6875 12 25.3036 12H23.6964C23.3125 12 23 12.2736 23 12.6097V13.1256L26 15V12.6097Z" fill="black"/><path d="M11.9782 10L12 16.5887L10.5437 16.7085L0.00728035 21L0 18.9564L11.9782 10Z" fill="black"/><path d="M4 12.6097C4 12.2736 4.3125 12 4.69643 12H6.30357C6.6875 12 7 12.2736 7 12.6097V13.1256L4 15V12.6097Z" fill="black"/><path d="M17.6006 24L21.0006 26.2V28.2L17 27.2L17.6006 24Z" fill="black"/><path d="M12.4121 24L9.01211 26.2V28.2L13.0127 27.2L12.4121 24Z" fill="currentColor"/></svg>');
}
.kb-icon-bed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='20' viewBox='0 0 30 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M0 11C0 9.34315 1.34315 8 3 8H27C28.6569 8 30 9.34315 30 11V16H0V11Z' fill='%230F2D52'/%3E%3Cpath d='M3 3C3 1.34315 4.34315 0 6 0H24C25.6569 0 27 1.34315 27 3V7H3V3Z' fill='%230F2D52'/%3E%3Crect y='16' width='2' height='4' fill='%23020202'/%3E%3Crect x='3' y='11' width='23' height='1' rx='0.5' fill='white'/%3E%3Crect x='28' y='16' width='2' height='4' fill='%23020202'/%3E%3Cpath d='M7 3.5H12C12.8284 3.5 13.5 4.17157 13.5 5V7.5H5.5V5C5.5 4.17157 6.17157 3.5 7 3.5Z' stroke='white'/%3E%3Cpath d='M18 3.5H23C23.8284 3.5 24.5 4.17157 24.5 5V7.5H16.5V5C16.5 4.17157 17.1716 3.5 18 3.5Z' stroke='white'/%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
}
form.kb-form {
    background-color: var(--kb-card-bg);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.kb-panel {
    padding: 10px 10px 0 10px;
}
.kb-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-columns: repeat(1, minmax(0, 1fr)); */
    gap: 0 18px;
    /* background: repeating-linear-gradient(90deg, transparent 0, transparent calc(50% - .5px), var(--kb-dashed) calc(50% - .5px), var(--kb-dashed) 50%, transparent 50%, transparent calc(50% + .5px)); */
}
.gridine-full-width {
    grid-column: span 2 / span 2;
}
.kb-field input {
    border: 0; 
    border-radius: 10px;
}
.kb-field {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 0;
    height: 50px;
    justify-content: center;
    border-bottom: 1px dashed var(--kb-dashed);
}
.kb-grid .kb-field:nth-last-child(-n+2) {
    border-bottom: 1px dashed var(--kb-dashed);
}
.kb-field-right-b::after{
    content: "";
    width: 1px;
    height: 40px;
    border-left: 1px dashed var(--kb-dashed);
    display: block;
    position: absolute;
    right: -9px;
    top: 10px;
    /* background: red;*/
}
.kb-fromto-oneway::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M6.5 1L9.5 4L6.5 7' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M9 4L1 4' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");;
  position: absolute;
  top: 16px;
  left: -15px;
  display: none;
}


.kb-fromto-return::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16' fill='none'%3E%3Cpath d='M5 1L2 4L5 7' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.5 4L10.5 4' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7.5 9L10.5 12L7.5 15' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 12L2 12' stroke='%2306274F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 20px;
  left: -15px;
  display: none;
}
 
.kb-fromto-departure::before {
    content: "";
    width: 10px;
    height: 2px;  
    background: #06274F;  
    position: absolute;
    top: 28px;
    left: -14px;
    display: none;
  }

.kb-label {
    font-size: 13px;
    color: #2b3645;
    font-weight: 600;
    margin-bottom: 6px;
}
.kb-panel .kb-grid .kb-label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* inputs */
.kb-input,
.kb-select-display {
    height: 38px;
    box-sizing: border-box;
}
.kb-input, .kb-grid select, .kb-grid textarea, .kb-stepper-input {
    padding: 8px 12px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 16px;
    background: transparent;
    color: var(--kb-text);
}
.kb-input::placeholder, .kb-grid textarea::placeholder {
    color: var(--kb-muted);
}

/* Override placeholder color for validation errors */
.kb-input.kb-error::placeholder, .kb-grid textarea.kb-error::placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
}

/* Specific air ticket input placeholder validation */
.kb-air-form input[name="air_name"].kb-error::placeholder,
.kb-air-form input[name="air_email"].kb-error::placeholder,
.kb-air-form input[name="air_phone"].kb-error::placeholder,
.kb-air-form input[name="air_from"].kb-error::placeholder,
.kb-air-form input[name="air_to"].kb-error::placeholder,
.kb-air-form input[name="air_departure"].kb-error::placeholder,
.kb-air-form input[name="air_return"].kb-error::placeholder,
.kb-grid input[name="air_name"].kb-error::placeholder,
.kb-grid input[name="air_email"].kb-error::placeholder,
.kb-grid input[name="air_phone"].kb-error::placeholder,
.kb-grid input[name="air_from"].kb-error::placeholder,
.kb-grid input[name="air_to"].kb-error::placeholder,
.kb-grid input[name="air_departure"].kb-error::placeholder,
.kb-grid input[name="air_return"].kb-error::placeholder {
    color: #dc3545 !important;
    opacity: 1 !important;
}
.kb-input:not(:placeholder-shown) {
    color: var(--kb-text);
    /* font-weight: 600; */
}
.kb-input:hover {
    background: transparent;
}
.kb-grid textarea.kb-input {
    padding: 12px 14px;
    border: 1px solid var(--kb-border);
    border-radius: 10px;
    background: #fff;
}
.kb-input:focus, .kb-grid select:focus, .kb-grid textarea:focus, .kb-stepper-input:focus {
    outline: none;
    border-color: var(--kb-focus);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    background: #fff;
}
.kb-return-wrap {
    transition: opacity .2s ease;
}
.kb-hidden {
    display: none;
}
.kb-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.kb-btn {
    appearance: none;
    border: 1px solid #c4c9cf;
    background: #f7f9fb;
    color: #111;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 400;
    cursor: pointer;
}
.kb-hover-rounded{
    border-radius: 10px;
}
.kb-field.open .kb-hover-rounded{
    border: 1px solid var(--Kielo-Dark-Grey, #9AA8B0);
}
.kb-hover-rounded:hover{
    border-radius: 10px;
    background: var(--kb-button-hover);
}
.kb-btn:hover { opacity: .98; }
.kb-btn-ghost {
    background: transparent;
}
.kb-submit {
    display: block;
    width: 100%;
    background: var(--kb-accent) !important;
    color: #ffffff;
    border-color: var(--kb-accent) !important;
    border-radius: 0 0 12px 12px;
    /* height: 64px; */
    font-size: 20px;
    /* overflow: hidden !important; */
    /* text-overflow: ellipsis;     */
    white-space: normal;
}
.kb-submit:hover {
    border-radius: 0 0 15px 15px;
    background: var(--kb-accent-hover);
    mix-blend-mode: multiply;
}
.kb-wrapper.kb-business .kb-submit {
    background: #06274F !important;
    border-color: #06274F !important;
}
.kb-wrapper.kb-business .kb-submit:hover {
    background: #041a3a !important;
    border-color: #041a3a !important;
}
.kb-additional label {
    display: flex;
    flex-direction: column;
}
.kb-success {
    margin-top: 12px;
    padding: 12px;
    border: 1px solid #b7e4c7;
    background: #d8f3dc;
    color: #0b5137;
    border-radius: 6px;
}
@media (max-width: 330px) {
    .kb-grid {
        grid-template-columns: 1fr;
    }
}

/* Segmented controls */
.kb-segment {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.kb-seg {
    position: relative;
}
.kb-seg input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.kb-seg span {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #cfd6dc;
    border-radius: 999px;
    background: #f7f9fc;
    color: #1d2a3b;
    font-weight: 600;
    cursor: pointer;
}
.kb-seg input:checked + span {
    background: #fff;
    border-color: #2b7cff;
    box-shadow: inset 0 0 0 2px #2b7cff;
}

/* Steppers */
.kb-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.kb-stepper-btn, .kb-bags-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #cfd6dc;
    border-radius: 4px;
    background: #ffffff;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    color: #000;
    padding: 0;
    line-height: 10px;
}
.kb-stepper-btn:hover, .kb-bags-btn:hover {
    background: #eef2f7;
    color: #000;
}
.kb-stepper-btn:focus {
    background: #eef2f7;
    color: #000;
}
.kb-stepper-input {
    width: 80px;
    text-align: center;
}
.kb-help {
    font-size: 12px;
    color: #67758a;
    margin-top: 6px;
}

/* From/To icons and date */
.kb-fromto .kb-input { background: transparent; }
.kb-fromto .kb-input.kb-from { background: transparent; }
.kb-fromto .kb-input.kb-to { background: transparent; }
.kb-date {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="%2367758a" viewBox="0 0 16 16"><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v1H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2z"/></svg>');
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 50%
}
/* Subtext below date input */
.kb-subtext {
    font-size: 10px;
    color: var(--kb-muted);
    margin-top: 4px;
    position: absolute;
    bottom: 0px;
    display: none; /* Hidden by default */
    left: 16px;
}

.kb-from:focus, .kb-to:focus{
    border-radius: 10px !important;
    border: 1px solid #9AA8B0 !important;
}

/* Errors */
/* .kb-error {
    border-color: #e03131 !important;
    box-shadow: 0 0 0 2px rgba(224,49,49,.15) !important;
} */

/* Prevent buttons from getting red error styling */
.kb-btn.kb-error,
.kb-submit.kb-error,
button.kb-btn.kb-error,
button.kb-submit.kb-error {
    border-color: var(--kb-accent) !important;
    box-shadow: none !important;
    background: var(--kb-accent) !important;
    color: #ffffff !important;
}

/* Pax dropdown */
.kb-field.kb-pax {
    position: relative;
}
.kb-pax-display {
    cursor: pointer;
}
.kb-dropdown {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%;
    /* bottom: 0; */
    width: 100%;
    /* min-width: 320px; */
    /* max-width: 420px; */
    background: #fff;
    border: 1px solid var(--kb-border);
    border-radius: 12px;
    box-shadow: var(--kb-shadow);
    padding: 12px;
    margin-top: -10px;
    display: none;
}
.kb-pax.open .kb-dropdown {
    display: block;
}
.kb-pax-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 6px;
    border-bottom: 1px dashed #e6ebf0;
    gap: 10px;
}
.kb-pax-row:last-child {
    border-bottom: 0;
}
.kb-pax-label {
    font-weight: 400;
    color: #243041;
    font-size: 14px;
}
.kb-pax-label span {
    color: #8a97a6;
    font-weight: 500;
    margin-left: 6px;
}
.kb-stepper-count {
    min-width: 24px;
    text-align: center;
    font-weight: 700;
}

/* Generic select dropdowns */
.kb-select {
    position: relative;
}
.kb-select .kb-select-display {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 2px solid transparent;
    border-radius: 10px;
    white-space: nowrap; 
    overflow: hidden;   
    text-overflow: ellipsis;    
    font-size: 16px;
}
.kb-select.open .kb-select-display {
    background: #fff;
    border: 1px solid var(--kb-muted);
}
.kb-select .kb-menu {
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid var(--kb-border);
    border-radius: 12px;
    box-shadow: var(--kb-shadow);
    padding: 20px 12px;
    margin-top: -10px;
    display: none;
}
.kb-select.open .kb-menu {
    display: block;
}
.kb-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 12px;
    border: 0;
    background: #fff;
    color: var(--kb-text);
    cursor: pointer;
    border-radius: 8px;
    white-space: break-spaces;
    font-size: 14px;
}
.kb-option:hover {
    background: #F3F6FA;
    color: var(--kb-text);
}
.kb-option.kb-selected {
    font-weight: 700;
}

/* Datepicker popover */
.kb-cal {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #eaf0f1;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 20px;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 0;
    font-family: 'Inter', sans-serif;
}
.kb-cal .kb-cal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 5px;
}
.kb-cal .kb-cal-months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

/* Mobile view - make calendar vertical */
@media (max-width: 768px) {
    .kb-cal .kb-cal-months {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.kb-cal .kb-cal-grid {
    user-select: none;
}
.kb-cal .kb-cal-title {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    padding: 0 40px; /* Add padding to ensure buttons have space */
}
.kb-cal .kb-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 4px;
}
.kb-cal .kb-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    justify-items: center;
}
.kb-cal .kb-cell {
    width: 100%;
    /* width: 26px; */
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #eaf0f1;
}
.kb-cal .kb-cell.kb-out {
    opacity: .35;
    cursor: default;
    background: #fff;
}
.kb-cal .kb-cell:hover {
    background: #d9d9d9;
}
.kb-cal .kb-cell.kb-selected {
    background: #0F2D52;
    color: #fff;
}
.kb-cal .kb-cell.kb-inrange {
    background: rgba(15, 45, 82, .3);
}
.kb-cal .kb-cell.kb-disabled {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.5;
}
.kb-cal .kb-cell.kb-disabled:hover {
    background: #f5f5f5;
    color: #ccc;
}
.kb-cal .kb-flex {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 8px 0;
    font-family: 'Inter', sans-serif;
    margin-right: 3px;
}

.kb-cal .kb-flex-label {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}

.kb-cal .kb-flex select {
    padding: 6px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.kb-cal .kb-nav {
    display: flex;
    gap: 8px;
}

.kb-cal .kb-cal-title button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.kb-cal .kb-cal-title button:hover {
    background: #f0f0f0;
}

/* Position arrows correctly - left arrow to the left, right arrow to the right */
.kb-cal .kb-cal-title .kb-prev {
    position: absolute;
    left: 0;
    z-index: 10;
}

.kb-cal .kb-cal-title .kb-next {
    position: absolute;
    right: 0;
    z-index: 10;
}

.kb-cal .kb-nav button {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kb-cal .kb-nav button svg {
    width: 10px;
    height: 16px;
    stroke: #000;
    stroke-width: 2;
}

/* Full-width Email Field */
/* Make the .kb-field containing the air_email input span both grid columns */
.kb-grid .kb-field:has(input[name="air_email"]) {
    grid-column: 1 / -1;
}

/* Full-width Departure Date Field */
/* Make the departure date field span both grid columns when return date is hidden */
.kb-field-full-width {
    grid-column: 1 / -1;
}

/* Ensure the email input itself fills its container */
.kb-field input[name="air_email"] {
    width: 100%;
}


.kb-grid .kb-field:has(input[name="hotel_email"]), .kb-grid .kb-field:has(input[name="hotel_service"]), .kb-grid .kb-field:has(input[name="company_name"]) {
    grid-column: 1 / -1;
}

/* Multi-city message styling */
.kb-multi-city-message {
    grid-column: 1 / -1;
    padding: 30px;
    text-align: center;
    height: auto;
}

.kb-multi-city-content p {
    color: #6c757d;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 1.6;
}

.kb-multi-city-content p:last-child {
    margin-bottom: 0;
}

/* Hide fields when multi-city is selected */
.kb-field.kb-bags,
.kb-field.kb-class,
.kb-field.kb-flex,
.kb-field:has(input[name="air_from"]),
.kb-field:has(input[name="air_to"]),
.kb-field:has(input[name="air_departure"]) {
    transition: opacity 0.3s ease, height 0.3s ease;
}

.kb-field.kb-bags.kb-hidden,
.kb-field.kb-class.kb-hidden,
.kb-field.kb-flex.kb-hidden,
.kb-field:has(input[name="air_from"]).kb-hidden,
.kb-field:has(input[name="air_to"]).kb-hidden,
.kb-field:has(input[name="air_departure"]).kb-hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.kb-field input[name="hotel_email"],.kb-field input[name="hotel_service"],.kb-field input[name="company_name"] {
    width: 100%;
}

/* Red text validation for required fields */
input.kb-input.kb-error,
textarea.kb-input.kb-error {
    color: #dc3545 !important;
}




/* Hotel specific */
.kb-rooms-dd .kb-pax-row { border-bottom: 0; }
.kb-rooms-rows .kb-pax-row { border-bottom: 1px dashed var(--kb-dashed); }
.kb-rooms-rows .kb-pax-row:last-child { border-bottom: 0; }
.kb-select.kb-stars .kb-option,
.kb-select.kb-service .kb-option { 
    display: flex; 
    align-items: center; 
    /* gap: 8px;  */
}
.kb-select.kb-stars .kb-option input,
.kb-select.kb-service .kb-option input { accent-color: #06274F; }

/* Room popup styling to match Figma design */
.kb-rooms-dd {
    position: relative;
    background: white;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    width: 220px;
    min-height: 100px;
}

/* Luggage popup styling to match Frame 64 */
.kb-bags-dd {
    position: relative;
    background: white;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 20px;
    margin-top: 10px;
    font-family: 'Inter', sans-serif;
    width: 240px;
    min-height: 80px;
}

.kb-bags-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.kb-bags-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kb-bags-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 12px;
}

.kb-bags-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.kb-bags-stepper {
    display: flex;
    align-items: center;
    gap: 2px;
}

.kb-bags-btn {
    /* width: 20px;
    height: 20px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    padding: 0; */
}

.kb-bags-btn:hover {
    background: #f5f5f5;
}

.kb-bags-btn:active {
    background: #e0e0e0;
}

.kb-bags-count {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Inter', sans-serif;
    min-width: 30px;
    text-align: center;
}

.kb-bags-help {
    font-size: 14px;
    color: #9aa8b0;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.kb-select.kb-rooms.open .kb-menu {
    display: block !important;
}

/* Room count stepper styling to match Figma */
.kb-rooms-dd .kb-pax-row {
    border-bottom: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kb-rooms-dd .kb-pax-label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* .kb-rooms-dd .kb-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
} */

/* .kb-rooms-dd .kb-stepper-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    transition: all 0.2s ease;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
} */

.kb-rooms-dd .kb-stepper-btn:hover {
    background: #f5f5f5;
}

.kb-rooms-dd .kb-stepper-display {
    width: 24px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}


/* Room rows styling to match Figma */
.kb-room-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: none;
    visibility: visible;
    opacity: 1;
    margin-top: 5px;
}

.kb-room-row:first-child {
    margin-top: 10px;
}

.kb-room-row.kb-hidden {
    display: none !important;
}

.kb-room-row:first-child {
    display: flex !important;
}

.kb-room-row:last-child { 
    border-bottom: 0; 
}

.kb-room-label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    flex: 1;
}

/* Bed type dropdown styling to match Figma */
.kb-bed-type {
    position: relative;
    min-width: 90px;
}

.kb-bed-type .kb-select-display {
    padding: 4px 8px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background: white;
    position: relative;
    text-align: center;
    min-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.kb-bed-type .kb-select-display:after {
    content: '▼';
    position: absolute;
    right: 8px;
    font-size: 8px;
    color: #000;
}

.kb-bed-type.kb-open .kb-select-display:after {
    transform: rotate(180deg);
}

.kb-bed-type .kb-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #9aa8b0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    z-index: 1000;
    display: none;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.kb-bed-type.kb-open .kb-select-options {
    display: block;
}

.kb-bed-type .kb-option {
    padding: 6px 8px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    transition: background-color 0.2s ease;
}

.kb-bed-type .kb-option:last-child {
    border-bottom: 0;
}

.kb-bed-type .kb-option:hover {
    background: #f5f5f5;
}

/* AJAX form submission styles */
.kb-loading {
    padding: 15px;
    text-align: center;
    color: #666;
    font-style: italic;
}

.kb-success {
    padding: 15px;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 410px !important;
    margin: 10px 0;
}

/* .kb-error {
    padding: 15px;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 10px !important;
    margin: 10px 0;
} */

.kb-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Additional Hotel Form - Exact Design Implementation */
.additional-hotel-form-container {
    background-color: var(--kb-card-bg);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.additional-hotel-form-content {
    padding: 30px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
}

.additional-hotel-form-success-message {
    margin-bottom: 30px;
    line-height: 1.5;
}

.additional-hotel-form-success-message p {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.additional-hotel-form-bold {
    font-weight: 600 !important;
}

.additional-hotel-form-services {
    margin-bottom: 30px;
}

.additional-hotel-form-service-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* .additional-hotel-form-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    margin-right: 10px;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    position: relative;
} */

/* .additional-hotel-form-checkbox:checked {
    background: #95D22E;
    border-color: #95D22E;
}

.additional-hotel-form-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
} */

.additional-hotel-form-service-label {
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.additional-hotel-form-notes {
    margin-bottom: 30px;
}

.additional-hotel-form-notes-label {
    display: block;
    font-size: 16px;
    color: #848b8f;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.additional-hotel-form-textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    background: #ffffff;
    resize: vertical;
    min-height: 60px;
}

.additional-hotel-form-textarea:focus {
    outline: none;
    border-color: #95D22E;
    box-shadow: 0 0 0 2px rgba(149, 210, 46, 0.2);
}

.additional-hotel-form-textarea::placeholder {
    color: #9aa8b0;
}

.additional-hotel-form-actions {
    display: flex;
    gap: 0;
    height: 60px;
}

.additional-hotel-form-btn {
    border-radius: 0;
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all 0.2s ease;
}

.additional-hotel-form-btn-primary {
    background: #95D22E;
    color: #ffffff;
    border-bottom-right-radius: 15px;
    flex: 1;
    margin-left: 0;
}

.additional-hotel-form-btn-primary:hover {
    background: #7EB829;
}

.additional-hotel-form-btn-secondary {
    border-radius: 0;
    border: none;
    background: #848b8f;
    color: #ffffff;
    border-bottom-left-radius: 15px;
    width: 180px;
    flex-shrink: 0;
}

.additional-hotel-form-btn-secondary:hover {
    background: #6b7280;
}

.additional-hotel-form-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive adjustments for Additional Hotel Form */
@media (max-width: 680px) {
    .additional-hotel-form-content {
        padding: 20px;
    }
    
    .additional-hotel-form-actions {
        display: flex;
        gap: 0;
        height: 80px;        
        /* flex-direction: column;
        height: auto; */
    }
    
    .additional-hotel-form-btn-primary {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 15px;
        order: 2;
        width: 60%;
        white-space: normal;        
        /* border-bottom-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; */
        order: 2;
        height: 100%;
    }
    
    .additional-hotel-form-btn-secondary {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 40%;        
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        width: 100%; */
        order: 1;
        height: 100%;
    }


}

/* Additional Air Form - Exact Design Implementation */
.additional-air-form-container {
    background-color: var(--kb-card-bg);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.additional-air-form-content {
    padding: 30px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
}

.additional-air-form-success-message {
    margin-bottom: 30px;
    line-height: 1.5;
}

.additional-air-form-success-message p {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.additional-air-form-bold {
    font-weight: 600 !important;
}

.additional-air-form-services {
    margin-bottom: 30px;
}

.additional-air-form-service-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.additional-air-form-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    margin-right: 10px;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

/* .additional-air-form-checkbox:checked {
    background: #95D22E;
    border-color: #95D22E;
}

.additional-air-form-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
    font-weight: bold;
} */

.additional-air-form-service-label {
    font-size: 16px;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin: 0;
}

.additional-air-form-notes {
    margin-bottom: 30px;
}

.additional-air-form-notes-label {
    display: block;
    font-size: 16px;
    color: #848b8f;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.additional-air-form-textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #9aa8b0;
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: #000000;
    background: #ffffff;
    resize: vertical;
    min-height: 60px;
}

.additional-air-form-textarea:focus {
    outline: none;
    border-color: #95D22E;
    box-shadow: 0 0 0 2px rgba(149, 210, 46, 0.2);
}

.additional-air-form-textarea::placeholder {
    color: #9aa8b0;
}

.additional-air-form-actions {
    display: flex;
    gap: 0;
    height: 60px;
}

.additional-air-form-btn {
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all 0.2s ease;
}

.additional-air-form-btn-primary {
    background: #95D22E;
    color: #ffffff;
    border-radius: 0;
    border-bottom-right-radius: 15px;
    flex: 1;
    margin-left: 0;
}

.additional-air-form-btn-primary:hover {
    background: #7EB829;
}

.additional-air-form-btn-secondary {
    background: #848b8f;
    color: #ffffff;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    width: 180px;
    flex-shrink: 0;
}

.additional-air-form-btn-secondary:hover {
    background: #6b7280;
}

.additional-air-form-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Responsive adjustments for Additional Air Form */
@media (max-width: 680px) {
    .additional-air-form-content {
        padding: 20px;
    }
    
    .additional-air-form-actions {
        display: flex;
        gap: 0;
        height: 80px;        
        /* flex-direction: column;
        height: auto; */
    }
    
    .additional-air-form-btn-primary {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 15px;
        order: 2;
        width: 60%;
        white-space: normal;        
        /* border-bottom-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px; */
        order: 2;
        height: 100%;
    }
    
    .additional-air-form-btn-secondary {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 40%;        
        /* border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        width: 100%; */
        order: 1;
        height: 100%;
    }
}

/* Additional Air Success Page Design */
.additional-air-success {
    text-align: center;
    padding: 30px 10px;
    background: #ffff;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Additional Hotel Success Page Design */
.additional-hotel-success {
    text-align: center;
    padding: 30px 10px;
    background: #ffff;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.kb-final-success-frame87::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #95D22E 0%, #7EB829 100%);
}

.kb-success-icon {
    margin-bottom: 24px;
    animation: successBounce 0.6s ease-out;
}

@keyframes successBounce {
    0% { transform: scale(0); opacity: 0; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.kb-success-title {
    margin: 0 0 16px 0;
    font-size: 28px;
    font-weight: 700;
    color: #0F2D52;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.kb-success-description {
    margin: 0 0 32px 0;
    font-size: 16px;
    color: #6B7280;
    line-height: 1.6;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.kb-success-details {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 32px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    opacity: 0;
}

.kb-detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}

.kb-detail-item:last-child {
    border-bottom: none;
}

.kb-detail-icon {
    font-size: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kb-detail-text {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    text-align: left;
}

.kb-success-footer {
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.kb-footer-text {
    margin: 0;
    font-size: 14px;
    color: #6B7280;
    line-height: 1.5;
}

.kb-footer-text strong {
    color: #0F2D52;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .kb-final-success-frame87 {
        padding: 32px 20px;
        margin: 0 -10px;
        border-radius: 12px;
    }
    
    .kb-success-title {
        font-size: 24px;
    }
    
    .kb-success-description {
        font-size: 15px;
    }
    
    .kb-success-details {
        padding: 20px;
    }
}

/* Child age dropdowns styling */
.kb-child-ages-container {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--kb-dashed);
}

.kb-child-age-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 8px 0;
}

.kb-child-age-row:last-child {
    margin-bottom: 0;
}

.kb-child-age-row.kb-hidden {
    display: none;
}

.kb-child-age-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--kb-text);
    flex: 1;
}

.kb-child-age-select {
    max-width: 120px;
    flex: 1;
    flex: 0 0 66%;
}

.kb-child-age-dropdown {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--kb-border);
    border-radius: 8px;
    background: var(--kb-card-bg);
    font-size: 12px !important;
    color: var(--kb-text);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    padding: 8px 2px !important;
    text-align: center;
}

.kb-child-age-dropdown:focus {
    outline: none;
    border-color: var(--kb-focus);
    box-shadow: 0 0 0 3px rgba(126, 106, 237, 0.1);
}

.kb-child-age-dropdown:hover {
    border-color: var(--kb-primary);
}

.kb-child-age-dropdown option {
    padding: 8px;
}





input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #9AA8B0;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right:10px;
  }
  
  input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 10px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: #95D22E;
  }
  
  input[type="checkbox"]:checked::before {
    transform: scale(1);
  }
  
  input[type="checkbox"]:focus {
    /* outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em); */
  }
  
  input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
      color: var(--form-control-disabled);
    cursor: not-allowed;
  }
  



/* media query for larger then 576px */
@media (min-width: 576px) {

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

    /* 9px font-size */
    .kb-bed-type .kb-select-display:after {
        font-size: 9px;
    }
    
    /* 11px font-size */
    .kb-subtext {
        font-size: 12px;
    }
    
    /* 13px font-size */
    .kb-help,
    .additional-hotel-form-checkbox:checked::after,
    .additional-air-form-checkbox:checked::after {
        font-size: 13px;
    }
    
    /* 14px font-size */
    .kb-label,
    .kb-child-age-dropdown,
    .kb-cal .kb-cell {
        font-size: 14px;
    }
    
    /* 15px font-size */
    .kb-pax-label,
    .kb-cal .kb-days,
    .kb-cal .kb-flex-label,
    .kb-cal .kb-flex select,
    .kb-bags-title,
    .kb-bags-btn,
    .kb-bags-count,
    .kb-bags-help,
    .kb-rooms-dd .kb-pax-label,
    .kb-rooms-dd .kb-stepper-btn,
    .kb-rooms-dd .kb-stepper-display,
    .kb-room-label,
    .kb-bed-type .kb-select-display,
    .kb-option,
    .kb-detail-text,
    .kb-footer-text,
    .kb-child-age-label {
        font-size: 15px;
    }
    
    /* 16px font-size */
    .kb-stepper-btn,
    .kb-bags-btn,
    .kb-cal .kb-cal-title,
    .kb-select .kb-select-display,
    .kb-input,
    .kb-grid select,
    .kb-grid textarea,
    .kb-stepper-input {
        font-size: 16px;
    }
    
    /* 17px font-size */
    .kb-multi-city-content p,
    .additional-hotel-form-success-message p,
    .additional-hotel-form-service-label,
    .additional-hotel-form-notes-label,
    .additional-hotel-form-textarea,
    .additional-air-form-success-message p,
    .additional-air-form-service-label,
    .additional-air-form-notes-label,
    .additional-air-form-textarea,
    .kb-success-description {
        font-size: 17px;
    }
    
    /* 18px font-size */
    .kb-tab,
    .kb-cal .kb-cal-title button {
        font-size: 18px;
    }
    
    /* 22px font-size */
    .kb-submit,
    .additional-hotel-form-btn,
    .additional-air-form-btn,
    .kb-detail-icon {
        font-size: 22px;
    }
    
    /* 32px font-size */
    .kb-success-title {
        font-size: 32px;
    }

    .kb-fromto-return::before {
        display:block;
    } 
    .kb-fromto-departure::before {
        display:block;
    }    
    .kb-fromto-oneway::before {
        display: block;
    }    
    .kb-grid .kb-field:nth-last-child(-n+2) {
        border-bottom: 0px;
    }    
    .gridine-full-width {
        grid-column: span 1 / span 1;
    }    

    .kb-stepper-btn, .kb-bags-btn {
        width: 20px;
        height: 20px;
        font-weight: 800;
        font-size: 16px;
    }
    .kb-stepper-count {
        font-size: 14px;
        font-weight: 700;
    }    
    .kb-stepper {
        gap: 3px;
    }
    .kb-bags-count {
        min-width: 26px;
    }

}