@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;overflow-x:hidden}html{overflow-y:scroll}body{margin:0;background:#f8f9fa;color:#1a1a1a;font-family:Roboto,Segoe UI,system-ui,sans-serif}input,select,button,textarea{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer}.icon{width:16px;height:16px;flex-shrink:0}.icon--sm{width:14px;height:14px;flex-shrink:0}.icon--md{width:20px;height:20px;flex-shrink:0}.icon--lg{width:24px;height:24px;flex-shrink:0}.icon--blue{color:#2563eb}.icon--green{color:#25803b}.icon--gray{color:#6b7280}.icon--black{color:#111}.icon--muted{color:#6b7280}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 24px;border-radius:8px;font-size:14px;font-weight:600;border:2px solid transparent;background:#fff;white-space:nowrap}.btn--red{background:#ff0000;color:#fff;border-color:red}.btn--red:hover{background:#e00000}.btn--red:disabled{opacity:.5;cursor:not-allowed}.btn--red:disabled:hover{background:#ff0000}.btn--red-outline{background:#fff;color:red;border-color:red}.btn--red-outline:hover{background:#fff5f5}.btn--orange{background:#ff6600;color:#fff;border-color:#f60}.btn--orange:hover{background:#e65c00}.btn--orange-outline{background:#fff;color:#f60;border-color:#f60}.btn--orange-outline:hover{background:#fff7f2}.btn--header{height:36px;padding:0 12px;font-size:13px;font-weight:500;border-width:1px;color:red;border-color:red;background:#fff;border-radius:4px}.btn--header .icon{color:red}.btn--header:hover{background:#fff5f5}.btn--search{height:42px;background:#ff6600;color:#fff;border:none;font-size:15px}.btn--book{height:44px;min-width:110px;padding:0 24px;background:#ff6600;color:#fff;border:none;font-size:16px;font-weight:700}.btn--book:hover:not(:disabled){background:#e65c00}.btn--book:disabled{background:#c4c4c4;color:#fff;cursor:not-allowed}.btn--edit{height:auto;padding:5px 12px;font-size:13px;font-weight:500;color:#25803b;border:1px solid #25803b;background:#fff;border-radius:4px;gap:4px}.btn--edit:hover{background:#e8f5ec}.page-actions{display:flex;width:100%;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;padding:24px 0 8px;margin:0 auto;text-align:center;box-sizing:border-box}.page-actions .btn{flex:0 0 auto}.field{display:block;font-size:13px;font-weight:500;color:#374151}.field .required{color:red}.input,.select{width:100%;height:40px;border:1px solid #dddddd;border-radius:8px;padding:0 12px;font-size:13px;background:#fff;color:#1f2937}.field .select{margin-top:4px}.field-error{margin:4px 0 0;font-size:11px;line-height:1.3;font-weight:500;color:red}.input.is-invalid,.select.is-invalid,.dropdown.is-invalid .dropdown__trigger,.passengers__date-control.is-invalid{border-color:red!important}.table-scroll{overflow-x:auto}.card--pad{padding:20px}.card--pad-sm{padding:16px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrap{position:relative;margin-top:4px}.input-wrap .icon{position:absolute;right:12px;top:12px;pointer-events:none;color:#6b7280}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014}.meta-label{color:#6b7280;font-size:12px;margin:0 0 2px}.meta-value{margin:0;font-weight:600;color:#111827}.fare-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0}.fare-row strong,.fare-row .amount{font-weight:600}.fare-total{display:flex;justify-content:space-between;align-items:center}.fare-total span:first-child{font-weight:700;color:#25803b}.fare-total .amount{font-weight:800;font-size:20px;color:#25803b}.info-row{display:flex;flex-wrap:wrap;row-gap:16px;font-size:13px}.info-row .info-item{width:50%;min-width:0;padding-right:16px}@media (min-width: 768px){.info-row .info-item{width:25%}}.info-item .label{margin:0 0 2px;color:#6b7280;display:inline-flex;align-items:center;gap:4px}.info-item .value{margin:0;font-weight:600;color:#111827;display:block}.section-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;color:#111827;margin:0 0 12px}.section-title--green{color:#25803b}.section-title--blue{color:#2563eb}.plain-table{width:100%;font-size:12px;border-collapse:collapse}.plain-table th{text-align:left;color:#6b7280;font-weight:600;padding:8px 0;border-bottom:1px solid #e5e7eb}.plain-table td{padding:8px 0}.plain-table tbody tr{border-bottom:1px solid #e5e7eb}.plain-table tbody tr:last-child{border-bottom:0}.dropdown{position:relative;width:100%;min-width:0}.dropdown.is-open{z-index:30}.dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;height:36px;padding:0 8px 0 10px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#111;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.dropdown__trigger:focus{outline:none;border-color:#25803b;box-shadow:0 0 0 2px #25803b2e}.dropdown__trigger:focus-visible{outline:none;border-color:#25803b;box-shadow:0 0 0 2px #25803b2e}.dropdown__value,.dropdown__placeholder{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown__placeholder{color:#9ca3af;font-weight:500}.dropdown__chevron{flex-shrink:0;width:14px;height:14px;color:#666;transition:transform .15s ease}.dropdown__spinner{flex-shrink:0;width:14px;height:14px;border:2px solid #e5e5e5;border-top-color:#25803b;border-radius:50%;animation:dropdown-spin .7s linear infinite}.dropdown.is-loading .dropdown__trigger{cursor:wait;color:#9ca3af}.dropdown.is-open .dropdown__chevron{transform:rotate(180deg)}.dropdown__menu{position:fixed;z-index:200;margin:0;padding:0;background:#fff;color:#444;border:1px solid #ddd;box-shadow:0 1px 3px #0000004d;border-radius:6px;overflow:hidden;display:flex;flex-direction:column}.dropdown__search{flex:0 0 auto;padding:8px;border-bottom:1px solid #eee;background:#fafafa}.dropdown__search-input{width:100%;height:34px;padding:0 10px;border:1px solid #ddd;border-radius:4px;font-size:13px;font-family:inherit;color:#222;background:#fff;outline:none}.dropdown__search-input:focus{border-color:#25803b}.dropdown__search-input::placeholder{color:#9ca3af}.dropdown__list-wrap{position:relative;flex:1 1 auto;min-height:0;padding-right:8px;overflow:hidden;display:flex;flex-direction:column}.dropdown__list{margin:0;padding:0;list-style:none;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.dropdown__list::-webkit-scrollbar{display:none;width:0;height:0}.dropdown__scrollbar{position:absolute;top:4px;right:2px;bottom:4px;width:4px;pointer-events:none;z-index:2}.dropdown__scrollbar-thumb{width:100%;background:#25803b;border-radius:4px;pointer-events:auto;cursor:default}.dropdown__scrollbar-thumb:hover{background:#2e9345}.dropdown__empty{padding:12px 15px;font-size:13px;color:#888}.dropdown__option{display:block;width:100%;padding:10px 15px;border:none;border-bottom:1px solid #eee;border-radius:0;background:none;text-align:left;font-size:13px;font-weight:500;color:#444;white-space:nowrap}.dropdown__option:last-child{border-bottom:0}.dropdown__option.is-selected{color:#25803b;font-weight:700;background:none}.dropdown__option:hover,.dropdown__option.is-active{background:#25803b;color:#fff;font-weight:500}.dropdown--lg .dropdown__trigger{height:42px;border-color:#d0d0d0}@keyframes dropdown-spin{to{transform:rotate(360deg)}}.app{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.route-loader{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f8f9fa}.route-loader__spinner{width:34px;height:34px;border:3px solid #e5e5e5;border-top-color:#25803b;border-radius:50%;animation:route-loader-spin .7s linear infinite}.route-loader__text{font-size:14px;color:#4b5563}@keyframes route-loader-spin{to{transform:rotate(360deg)}}.err-screen{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;font-size:16px;color:#374151}.err-screen a{font-weight:700;color:#25803b}.app__main{flex:1;width:100%;max-width:none;margin:0;padding:16px 4%;overflow-x:hidden;min-width:0}.booking-shell{display:flex;flex-direction:column;gap:16px;min-width:0;width:100%;overflow-x:hidden}.split{display:flex;flex-direction:column;gap:20px}@media (min-width: 1024px){.split{flex-direction:row;align-items:flex-start}.split>*{min-width:0}.split>:first-child{flex:1}.split>:last-child{flex:0 0 300px;width:300px}.split--confirm>:first-child{flex:1.4}.split--confirm>:last-child{flex:1;width:auto}}.stack{display:flex;flex-direction:column;gap:16px}.stack--lg{gap:24px}.headersection{width:100%;background:#fff;padding:10px 0}.headersection .headersection-inner{padding:0 4%}.headersection .headersection-inner.flexed-justify{display:flex;justify-content:space-between;align-items:center}.headersection .flex-all-c{display:flex;align-items:center;justify-content:center}.headersection .flexed-justify{display:flex;justify-content:space-between;align-items:center}.headersection .flex-coloumn{flex-direction:column}.headersection .header-left .oplogo{margin:0 15px 0 0}.headersection .header-left .oplogo a{display:block;max-width:fit-content}.headersection .header-left img{height:100%;display:block}.headersection .header-left .oplogo-fallback{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 14px;border-radius:6px;background:#25803b;color:#fff;font-weight:700;font-size:14px}.headersection .header-right{display:flex;justify-content:center;align-items:center;font-size:13px;color:#666}.headersection .header-right .phoneicon{display:flex}.headersection .header-right .phoneicon img{display:block;width:auto}.headersection .header-right .querylink1{padding-left:10px}.headersection .header-right .querylink2{padding-left:15px}.headersection .header-right .loginbutton{height:34px;border-radius:30px;border:1.5px solid #e72a01;color:#e72a01;font-size:14px;margin:0 0 0 15px;cursor:pointer;white-space:nowrap}.headersection .header-right .loginbutton a{display:flex;justify-content:center;align-items:center;padding:0 23px;font-weight:600;height:100%;color:inherit;text-decoration:none}.headersection .querylink1,.headersection .querylink2{height:34px;border:solid #ddd;border-width:0 1px 0 0;padding-right:15px;color:#666;font-size:12px;display:flex;justify-content:center;line-height:20px}.footer{background:#25803b;color:#fff;text-align:center;font-size:13px;padding:12px 16px;margin-top:auto}.breadcrumb{background:#25803b;color:#fff}.breadcrumb__inner{width:100%;height:40px;display:flex;align-items:center;font-size:14px;font-weight:500;padding:0 4%}.breadcrumb__sep{margin:0 4px}.breadcrumb__current{font-weight:600}.headersection-nav{margin-top:8px;padding-left:4%;padding-right:4%}.search-bar{background:#ececec;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:12px;align-items:stretch}@media (min-width: 768px){.search-bar{flex-direction:row;align-items:flex-end}}.search-bar__field{position:relative;min-width:0}@media (min-width: 768px){.search-bar__field{flex:1}}.search-bar__field .field-error{position:absolute;left:0;right:0;top:100%;margin:4px 0 0}.search-bar .btn--search{flex:0 0 auto}.search-bar--invalid{padding-bottom:32px}.search-bar__label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.search-bar__label .icon{color:#6b7280}.search-bar__select-wrap{position:relative}.search-bar .select{height:42px;padding-right:32px;background:#fff;border:1px solid #cfcfcf;border-radius:4px;color:#111}.search-bar__chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280}.btn--search{min-width:120px;height:42px;background:#ff6600;color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;gap:8px}.btn--search:hover{background:#e65c00}.search-page{display:flex;flex-direction:column;gap:20px}.search-page__results{display:flex;flex-direction:column;gap:16px}.search-page__empty{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:40px;text-align:center;color:#4b5563}.tour-landing{width:100%}.empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:40px;text-align:center;color:#4b5563}.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 24px;font-family:Roboto,Segoe UI,system-ui,sans-serif}.error-page__code{margin:0;font-size:72px;font-weight:700;color:#25803b;line-height:1}.error-page__title{margin:12px 0 8px;font-size:22px;font-weight:600;color:#1a1a1a}.error-page__msg{margin:0 0 24px;font-size:15px;color:#6b7280;max-width:420px}.error-page__msg a{color:#25803b;font-weight:600}.error-page__btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 22px;border-radius:4px;background:#e72a01;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.error-page__btn:hover{background:#c82401;text-decoration:none;color:#fff}.tour-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;overflow:hidden}.tour-card__image{width:100%;object-fit:cover}.tour-card__head{padding:14px 20px 10px;display:flex;align-items:center;gap:12px}.tour-card__title,.tour-card__code,.tour-card__category{margin:0;font-size:16px;font-weight:700;color:#25803b}.tour-card__title{flex:1;min-width:0}.tour-card__code{display:none}.tour-card__category{flex:1;min-width:0;text-align:right;text-transform:uppercase}.tour-card__details{padding:12px 8px 16px 20px;display:flex;flex-wrap:wrap;align-items:center}.tour-card__meta{flex:1 1 140px;min-width:120px;padding:4px 18px 4px 0;border-right:1px solid #e6e6e6;margin-right:18px}.tour-card__meta .meta-label{color:#6b7280;font-size:12px;font-weight:500;margin:0 0 4px}.tour-card__meta .meta-value{margin:0;font-size:14px;font-weight:700;color:#111}.tour-card__book{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;padding:4px 12px 4px 0;gap:4px}.tour-card__tabs{padding:10px 20px 12px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;column-gap:16px;row-gap:10px;font-size:13px;color:#2563eb;font-weight:500;border-top:1px solid #f0f0f0}@media (min-width: 768px){.tour-card__tabs{flex-wrap:nowrap}}.tour-card__tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:none;border:none;color:#2563eb;font:inherit;padding:0;white-space:nowrap}.tour-card__tab>.icon:first-child{width:20px;height:20px;flex-shrink:0}.tour-card__tab .icon{color:#2563eb}.tour-card__tab:hover{text-decoration:underline}.tour-card__tab .chevron{transition:transform .15s ease;color:#2563eb;width:16px;height:16px}.tour-card__tab .chevron.is-open{transform:rotate(180deg)}.tour-card__panel{padding:0 20px 16px;font-size:13px;color:#374151}.tour-card__terms{margin:0;padding:0 0 0 18px;display:flex;flex-direction:column;gap:6px}.tour-card__terms li{line-height:1.45}.tour-card__amenities{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.tour-card__amenity{font-size:12px;background:#e8f5ec;color:#25803b;border:1px solid #bbf7d0;border-radius:999px;padding:4px 12px}.tour-card__policy{width:100%;max-width:400px}.tour-card__policy-head,.tour-card__policy-row{display:flex;justify-content:space-between;padding:5px 8px 5px 12px;width:100%;box-sizing:border-box}.tour-card__policy-head{border:1px solid rgba(0,0,0,.1490196078)}.tour-card__policy-head .h1,.tour-card__policy-head .h2,.tour-card__policy-head .h3{font-size:14px;font-weight:500;line-height:20px;letter-spacing:.03em}.tour-card__policy-head .h1{color:#000;text-align:left;width:40%}.tour-card__policy-head .h2{color:#e82d01;text-align:right;width:30%}.tour-card__policy-head .h3{color:#25803b;text-align:right;width:30%}.tour-card__policy-row{border:1px solid rgba(0,0,0,.149);border-width:0 1px 1px 1px}.tour-card__policy-row .col1,.tour-card__policy-row .col2,.tour-card__policy-row .col3{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.03em}.tour-card__policy-row .col1{color:#1a1a1a;text-align:left;width:40%}.tour-card__policy-row .col2{color:#e82d01;text-align:right;width:30%}.tour-card__policy-row .col3{color:#25803b;text-align:right;width:30%}.tour-card__dates{padding:12px 20px 16px;display:flex;align-items:center;gap:12px;border-top:1px solid #f0f0f0}.tour-card__dates-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1f2937;flex-shrink:0}.tour-card__dates-label .icon{color:#25803b}.tour-card__dates-row{flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;display:flex;gap:8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding:2px 0;scrollbar-width:none;-ms-overflow-style:none}.tour-card__dates-row::-webkit-scrollbar{display:none}.tour-card__dates-row .date-chip{scroll-snap-align:start}.tour-card__dates-spacer{flex:0 0 2px;width:2px;height:1px;pointer-events:none}.tour-card__dates-status{margin:0;font-size:13px;color:#6b7280;align-self:center;white-space:nowrap}.tour-card__nav{width:58px;height:62px;border-radius:4px;border:1px solid #cfcfcf;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.tour-card__nav:hover:not(:disabled){background:#f3f4f6;border-color:#2563eb}.tour-card__nav:disabled{opacity:.35;cursor:not-allowed}.date-chip{width:58px;height:62px;border-radius:4px;border:none;box-shadow:inset 0 0 0 1px #cfcfcf;background:#fff;color:#111;text-align:center;line-height:1.15;flex-shrink:0;padding:6px 0 0}.date-chip span{display:block;font-size:11px;font-weight:500}.date-chip .num{font-size:16px;font-weight:700;margin:1px 0}.date-chip.is-active{background:#2563eb;color:#fff;box-shadow:inset 0 0 0 1px #2563eb}.date-chip:not(.is-active):hover{box-shadow:inset 0 0 0 1px #2563eb}.timeline{position:relative;margin:0 0 0 8px;padding:0;list-style:none}.timeline__item{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__line{position:absolute;left:6px;top:12px;height:100%;width:1px;background:#dddddd}.timeline__dot{position:relative;z-index:1;margin-top:2px;width:13px;height:13px;border-radius:50%;border:2px solid #9ca3af;background:#fff;flex-shrink:0}.timeline__dot--start{background:#25803b;border-color:#25803b}.timeline__dot--end{background:#ff0000;border-color:red}.timeline__label{font-size:13px;font-weight:500;color:#1f2937}.itinerary{padding:0;width:max-content;max-width:100%}.itinerary__row{padding:10px 0}.itinerary__head{display:flex;align-items:center;width:100%;margin:0;padding:0;border:0;background:none;text-align:left;cursor:pointer;color:inherit;font:inherit}.itinerary__day{flex:0 0 72px;width:72px;font-size:16px;font-weight:700;color:#111;line-height:1.4;white-space:nowrap}.itinerary__title{flex:1 1 auto;min-width:0;padding-right:30px;font-size:16px;font-weight:400;color:#111;line-height:1.4;white-space:nowrap}.itinerary__title--solo{font-weight:700}.itinerary__plus{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#25803b;color:#fff;display:inline-flex;align-items:center;justify-content:center}.itinerary__plus .icon{width:14px;height:14px;stroke-width:2.6}.itinerary__detail{margin-left:72px;padding:8px 0 0;max-width:640px;white-space:normal}.itinerary__detail p{margin:0 0 10px;font-size:15px;font-weight:400;line-height:1.65;color:#1a1a1a}.itinerary__detail--flush{margin-left:0}.itinerary__section{margin:0 0 12px}.itinerary__section-title{margin:0 0 6px;font-size:14px;font-weight:700;color:#111}.itinerary__list{margin:0 0 10px;padding:0 0 0 18px;display:flex;flex-direction:column;gap:6px}.itinerary__list li{font-size:14px;line-height:1.45;color:#1a1a1a}.tour-summary{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:16px 20px}.tour-summary__row{display:flex;align-items:center;gap:16px;min-width:0}.tour-summary__icon{width:52px;height:52px;border-radius:50%;background:transparent;border:1.5px solid #25803b;color:#25803b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tour-summary__body{flex:1;min-width:0}.tour-summary__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:12px}.tour-summary__title{margin:0;font-size:18px;font-weight:700;color:#111}.tour-summary__badge{display:none}.tour-summary__facts{display:flex;flex-wrap:wrap}.tour-summary__fact{width:50%;min-width:0;padding:0 16px;border-right:1px solid #e0e0e0}.tour-summary__fact:nth-child(2n){border-right:0}.tour-summary__fact:first-child{padding-left:0}@media (min-width: 768px){.tour-summary__fact{width:25%}.tour-summary__fact:nth-child(2n){border-right:1px solid #e0e0e0}.tour-summary__fact:last-child{border-right:0}}.tour-summary__fact .label{margin:0 0 4px;color:#6b7280;font-size:12px;font-weight:500}.tour-summary__fact .value{margin:0;font-size:14px;font-weight:700;color:#111}.stepper{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:980px;margin:0 auto;padding:20px 8px 8px;list-style:none}.stepper__item{flex:1;display:flex;flex-direction:column;align-items:center;position:relative}.stepper__line{position:absolute;top:16px;left:50%;width:100%;height:3px;background:#8ec0ea}.stepper__line.is-done{background:#25803b}.stepper__circle{position:relative;z-index:1;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background:#8ec0ea;color:#fff;border:2px solid #8ec0ea}.stepper__circle.is-active,.stepper__circle.is-complete{background:#25803b;color:#fff;border-color:#25803b}.stepper__label{margin-top:8px;font-size:12px;text-align:center;line-height:1.2;color:#7aa7c9;font-weight:500}.stepper__label.is-active{color:#111;font-weight:700}.stepper__label.is-complete{color:#25803b;font-weight:700}.home{--home-inline: 4%;background:#fff;color:#1a1a1a;font-family:Roboto,Segoe UI,system-ui,sans-serif}.app--home .app__main{padding:0;max-width:none}.home-header{--home-inline: 4%;background:#fff}.home-header a{text-decoration:none}.home-header a:hover,.home-header a:focus{text-decoration:none}.home-header__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:10px var(--home-inline)}.home-header__logo img{display:block;height:56px;width:auto;max-width:360px;object-fit:contain}.home-header__logo-fallback{display:inline-flex;align-items:center;height:48px;padding:0 14px;border-radius:6px;background:#25803b;color:#fff;font-weight:700}.home-header__enquiry{display:flex;align-items:center;gap:12px;flex:0 1 auto;max-width:100%;min-width:0;padding:8px 22px 8px 16px;border:1px solid #cfcfcf;border-radius:999px;background:#fff;box-sizing:border-box}.home-header__enquiry--booking{gap:14px;padding:0;border:none;border-radius:0;background:transparent}.home-header__enquiry-icon{flex-shrink:0;width:28px;height:28px;object-fit:contain;display:block}.home-header__enquiry-text,.home-header__enquiry-block{min-width:0;text-align:left;line-height:1.25}.home-header__enquiry-divider{flex-shrink:0;align-self:stretch;width:1px;margin:2px 0;background:#d0d0d0}.home-header__enquiry-title{margin:0;font-size:13px;font-weight:700;color:#555}.home-header__enquiry-nums,.home-header__enquiry-social{margin:1px 0 0;font-size:12px;font-weight:400;color:#666;white-space:nowrap}.home-header__tours-logo{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.home-header__tours-logo img{display:block;height:72px;width:auto;max-width:220px;object-fit:contain}.home-header__top-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.home-header__actions{display:flex;align-items:center;gap:12px}.home-header__action-btn{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 23px;border-radius:30px;border:1.5px solid #e72a01;color:#e72a01;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;line-height:1;box-sizing:border-box;background:#fff;cursor:pointer;font-family:inherit}.home-header__action-btn:hover,.home-header__action-btn:focus{background:rgba(231,42,1,.06);text-decoration:none}.home-header__nav{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#25803b;color:#fff;padding:0 var(--home-inline);min-height:44px;position:relative;z-index:20;overflow:visible}.home-header__menu{display:flex;flex-wrap:wrap;align-items:center;gap:4px 18px;margin:0;padding:8px 0;list-style:none}.home-header__menu>li{position:relative}.home-header__menu a:not(.home-header__dd-item),.home-header__menu .home-header__dd-trigger,.home-header__menu .Login_Signup{color:#fff;text-decoration:none;font-size:13px;font-weight:500;white-space:nowrap;background:none;border:0;padding:0;cursor:pointer;font-family:inherit;line-height:1.2}.home-header__menu a:not(.home-header__dd-item):hover,.home-header__menu a:not(.home-header__dd-item):focus,.home-header__menu .home-header__dd-trigger:hover,.home-header__menu .home-header__dd-trigger:focus,.home-header__menu .Login_Signup:hover,.home-header__menu .Login_Signup:focus{text-decoration:none;opacity:.9}.home-header__dd{position:relative}.home-header__dd-trigger{display:inline-flex;align-items:center;gap:4px}.home-header__dd-caret{display:inline-flex;align-items:center;margin-left:4px;line-height:1}.home-header__dd-arrow{display:block;width:10px;height:5px;color:#fff;transition:transform .15s ease;transform-origin:center}.home-header__dd.is-open .home-header__dd-arrow{transform:rotate(180deg)}.home-header__dd-menu{position:absolute;top:100%;left:0;z-index:40;margin:0;padding:6px 0;list-style:none;min-width:160px;background:#25803b;box-shadow:0 4px 12px #0000002e}.home-header__dd-menu[hidden]{display:none}.home-header__dd-menu li{margin:0;padding:0;list-style:none}.home-header__dd-menu .home-header__dd-item{display:block;padding:10px 18px;color:#fff!important;font-size:13px;font-weight:500;text-decoration:none!important;white-space:nowrap;line-height:1.3;box-sizing:border-box}.home-header__dd-menu .home-header__dd-item:hover{background:rgba(255,255,255,.12);opacity:1!important}.home-header__follow{display:flex;align-items:center;gap:6px;font-size:13px;flex-shrink:0}.home-header__follow>span{font-size:.8rem;font-weight:500;padding:0 5px 0 8px;white-space:nowrap}.home-header__social{display:flex;align-items:center;margin:0;padding:0;list-style:none;gap:0}.home-header__social li{margin:0;padding:5px;line-height:0}.home-header__social li:hover{background:#1c602c}.home-header__social a{display:flex;color:#fff;text-decoration:none}.home-header__social a:hover,.home-header__social a:focus{text-decoration:none;opacity:1}.home-header__social img{display:block;width:28px;height:28px}.home-hero{position:relative;min-height:520px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:stretch;justify-content:flex-start;padding:40px var(--home-inline) 15px 40px;box-sizing:border-box}.home-hero__inner{width:100%;max-width:1100px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;min-height:440px;gap:28px}.home-hero__copy{margin-bottom:0;flex-shrink:0}.home-hero__title{margin:0 0 10px;font-size:clamp(28px,3.6vw,40px);font-weight:700;color:#25803b;line-height:1.2;text-align:left}.home-hero__tagline{margin:0;font-size:18px;font-weight:600;color:#25803b;text-align:left}.home-search{position:relative;width:100%;margin-top:auto;background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000029;padding:32px 22px 18px;text-align:left;box-sizing:border-box;flex-shrink:0}.home-search__tab{position:absolute;top:-15px;left:16px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:6px 6px 0 0;background:#fff;color:#25803b;font-size:14px;font-weight:600;box-shadow:0 -1px #0000000a;border:1px solid #e8e8e8;border-bottom:0}.home-search__tab svg{color:#25803b;flex-shrink:0}.home-search__fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.home-search__field{min-width:0;display:flex;flex-direction:column;gap:8px}.home-search__label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#6b7280}.home-search__label svg{color:#25803b;flex-shrink:0}.home-search__btn{display:block;width:100%;height:48px;border:0;border-radius:4px;background:#e72a01;color:#fff;font-size:15px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;cursor:pointer}.home-search__btn:hover{background:#c82401}@media (max-width: 900px){.home-search__fields{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.home-hero{min-height:0;padding-top:28px;padding-bottom:28px}.home-hero__inner{min-height:0}.home-search__fields{grid-template-columns:1fr}.home-search__tab{left:10px;font-size:12px;padding:6px 12px}}.home-section{max-width:none;width:100%;margin:0;padding:28px var(--home-inline);box-sizing:border-box}.home-section__head{text-align:center;margin-bottom:20px}.home-section__head h2{margin:0 0 6px;font-size:28px;font-weight:700;color:#25803b}.home-section__head p{margin:0;font-size:15px;color:#3b82c4;font-weight:500}.home-packages{background:#eef6fb}.home-carousel{display:flex;align-items:center;gap:14px;width:100%;max-width:none;margin:0}.home-carousel__nav{flex:0 0 42px;width:42px;height:42px;border-radius:50%;border:0;background:#3b82c4;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0000001f}.home-carousel__nav:hover{background:#2563eb}.home-carousel__track{display:flex;align-items:stretch;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0;flex:1;min-width:0;scrollbar-width:none}.home-carousel__track::-webkit-scrollbar{display:none}.home-pkg-card{flex:1 1 0;min-width:160px;max-width:none;scroll-snap-align:start;background:#fff;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column}.home-pkg-card h3{margin:12px 12px 10px;font-size:14px;font-weight:700;color:#222;min-height:40px;text-align:center;line-height:1.3}.home-pkg-card__img{height:150px;flex-shrink:0;overflow:hidden;background:#e8e8e8}.home-pkg-card__img img{width:100%;height:100%;object-fit:cover;display:block}.home-pkg-card__btn{margin:auto 12px 14px;height:36px;border:0;border-radius:6px;background:#25803b;color:#fff;font-weight:700;font-size:13px;cursor:pointer}.home-pkg-card__btn:hover{background:#2e9345}@media (max-width: 900px){.home-pkg-card{flex:0 0 200px;max-width:200px}}.home-dest__row{display:flex;gap:16px;align-items:stretch;height:420px}.home-dest__stack{flex:.95 1 0;display:flex;flex-direction:column;gap:16px;min-width:0;height:100%}.home-dest-card{position:relative;flex:1.15 1 0;min-width:0;min-height:0;height:100%;border-radius:12px;overflow:hidden;border:1px solid #e5e5e5;background:#ddd}.home-dest-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.home-dest-card span{position:absolute;left:14px;bottom:14px;z-index:1;padding:7px 14px;background:#25803b;color:#fff;font-size:13px;font-weight:700;border-radius:2px;line-height:1.2}.home-dest__stack .home-dest-card{flex:1 1 0;height:auto}.home-reviews .home-carousel{align-items:center}.home-reviews .home-carousel__track{align-items:stretch}.home-review-card{flex:1 1 0;min-width:200px;scroll-snap-align:start;background:#fff;border:1px solid #e6eef8;border-radius:10px;padding:18px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;box-sizing:border-box;min-height:180px}.home-review-card__top{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-shrink:0}.home-review-card__avatar{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}.home-review-card__name{margin:0 0 4px;font-weight:700;color:#1d4ed8;font-size:14px}.home-review-card__stars{margin:0;display:flex;gap:2px}.home-review-card__text{margin:0;font-size:13px;line-height:1.5;color:#2b6cb0;flex:1}@media (max-width: 900px){.home-review-card{flex:0 0 260px;min-width:260px}}.home-app{background:#e8f6f1;padding:28px var(--home-inline);box-sizing:border-box}.home-app__inner{max-width:none;width:100%;margin:0;display:flex;align-items:center;gap:28px;flex-wrap:wrap}.home-app__qr img{width:120px;height:120px;display:block;background:#fff;padding:6px;border-radius:8px}.home-app__copy{flex:1 1 360px;min-width:0}.home-app__copy h2{margin:0 0 8px;color:#25803b;font-size:24px}.home-app__copy p{margin:0 0 14px;color:#2b6cb0}.home-app__stores{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.home-app__store{display:inline-flex;align-items:center;padding:8px 14px;border-radius:6px;background:#111;color:#fff;font-size:12px;font-weight:600}.home-app__features{display:flex;flex-wrap:wrap;gap:8px 0;margin:0;padding:0;list-style:none}.home-app__features li{padding:0 16px;border-left:1px solid #9ecfb8;color:#25803b;font-weight:600;font-size:13px}.home-app__features li:first-child{border-left:0;padding-left:0}.home-app__phone{flex:0 0 150px}.home-app__phone-screen{width:140px;height:280px;margin:0 auto;border-radius:24px;border:6px solid #222;background:linear-gradient(180deg,rgba(0,77,44,.75),rgba(0,77,44,.35)),url(https://images.unsplash.com/photo-1602216056096-3b40cc0c9944?auto=format&fit=crop&w=400&q=60) center/cover;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 12px 24px #0000002e}.home-app__phone-screen strong{font-size:18px}.home-app__phone-screen span{font-size:12px}.home-footer{background:#25803b;color:#fff}.home-footer__inner{max-width:none;width:100%;margin:0;padding:34px 7% 16px;box-sizing:border-box;display:flex;flex-wrap:nowrap;align-items:flex-start;gap:0}.home-footer__col{box-sizing:border-box;min-width:0;padding-bottom:2%}.home-footer__col h3{margin:0 0 20px;font-size:16px;font-weight:600;letter-spacing:.05rem;color:#fff}.home-footer__col p{margin:0;font-size:14px;font-weight:500;line-height:20px;color:#fff}.home-footer__col--links{width:35%;padding-right:24px}.home-footer__col--contact{width:30%;padding-left:3%;padding-right:24px}.home-footer__col--office{width:35%;padding-left:3%}.home-footer__block{margin-bottom:20px}.home-footer__block:last-child{margin-bottom:0}.home-footer__office{padding-right:20%}.home-footer__links{display:flex;margin-top:0}.home-footer__links ul{margin:0;padding:0 30px 0 0;list-style:none}.home-footer__links li{padding-bottom:5px}.home-footer__links a{display:block;color:#fff;text-decoration:none;font-size:14px;font-weight:500}.home-footer__links a:hover{text-decoration:underline}.home-footer__apps{display:flex;margin-top:20px}.home-footer__apps a{display:inline-block;line-height:0}.home-footer__apps img{display:block;width:125px;height:39px}.home-footer__copy{background:#eeeeee;color:#444;text-align:center;padding:16px 6%;font-size:14px;font-weight:300;letter-spacing:.04rem;line-height:20px}@media (max-width: 900px){.home-header__enquiry{display:none}.home-header__nav{flex-direction:column;align-items:flex-start;padding-top:8px;padding-bottom:10px}.home-dest__row{flex-direction:column;height:auto}.home-dest__stack{height:auto}.home-dest-card{height:220px;flex:none}.home-footer__inner{flex-wrap:wrap;padding:28px 5% 12px}.home-footer__col{width:100%!important;padding-left:0!important;padding-right:0!important;padding-bottom:24px}.home-footer__office{padding-right:0}.home-footer__links{gap:0}}.site-page__body{flex:1;width:100%;background:#f0f5f9;padding:16px var(--home-inline, 4%) 40px;box-sizing:border-box;min-height:420px}.site-page.home{display:flex;flex-direction:column;min-height:100vh}.site-crumb{font-size:13px;color:#9ca3af;margin:0 0 18px}.site-crumb a{color:#9ca3af;text-decoration:none}.site-crumb a:hover{color:#25803b;text-decoration:none}.site-crumb__sep{margin:0 2px}.site-util{max-width:520px;margin:48px auto 0}.site-util--wide{max-width:none;width:100%;margin:0}.site-util--center{max-width:560px;display:flex;justify-content:center;padding-top:24px;margin-top:0}.site-util__title{margin:0 0 6px;font-size:32px;font-weight:700;color:#25803b}.site-util__sub{margin:0 0 22px;font-size:14px;color:#6b7280}.site-panel{position:relative;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}.site-panel__tabs{display:flex;align-items:flex-end;width:100%;margin:0;padding:0 0 0 14px;border-bottom:1px solid #d8d8d8;background:transparent;box-sizing:border-box}.site-panel__tab{display:inline-block;position:relative;z-index:2;padding:11px 18px;margin:0 0 -1px;font-size:15px;font-weight:500;font-family:Roboto,Segoe UI,system-ui,sans-serif;color:#1a73e8;background:#fff;border:1px solid #d8d8d8;border-bottom-color:#fff;border-radius:6px 6px 0 0;line-height:1.2;white-space:nowrap}.site-panel__tab.is-active{color:#1a73e8;background:#fff;border-bottom-color:#fff}.site-panel__body{margin:0;padding:28px 28px 30px;background:#fff;border:1px solid #d8d8d8;border-top:0;border-radius:0 0 8px 8px;box-shadow:0 4px 14px #00000014;box-sizing:border-box}.site-panel__hint{margin:0 0 18px;font-size:14px;font-weight:400;font-family:Roboto,Segoe UI,system-ui,sans-serif;color:#333;line-height:1.5}.site-panel__error{margin:12px 0 0;font-size:13px;color:#c62828;line-height:1.4}.site-panel__btn:disabled{opacity:.6;cursor:not-allowed}.site-panel__input{display:block;width:100%;height:46px;padding:0 14px;margin:0 0 18px;border:1px solid #dddddd;border-radius:4px;font-size:14px;font-family:Roboto,Segoe UI,system-ui,sans-serif;color:#222;background:#fff;box-sizing:border-box;box-shadow:none}.site-panel__input:focus{outline:none;border-color:#bbb}.site-panel__input::placeholder{color:#999}.site-panel__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:52px;margin:0;padding:0 16px;border:0;border-radius:4px;font-size:15px;font-weight:700;letter-spacing:.4px;cursor:pointer;text-decoration:none;font-family:Roboto,Segoe UI,system-ui,sans-serif;box-sizing:border-box;box-shadow:none;text-transform:uppercase}.site-panel__btn--red{background:#ee1c23;color:#fff}.site-panel__btn--red:hover{background:#d41920;color:#fff}.site-panel__btn--green{background:#25803b;color:#fff;text-transform:none}.site-panel__btn--green:hover{background:#2e9345;color:#fff}.cancel-review{display:flex;gap:20px;align-items:stretch;width:100%;margin:0}.cancel-review__card{background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000014;box-sizing:border-box;min-width:0}.cancel-review__passengers{flex:1.55 1 0;padding:20px 22px 22px;display:flex;flex-direction:column}.cancel-review__refund{flex:1 1 320px;max-width:380px;display:flex;flex-direction:column;padding:0;overflow:hidden}.cancel-review__heading{margin:0 0 14px;font-size:16px;font-weight:700;color:#1a1a1a}.cancel-review__refund .cancel-review__heading{padding:18px 20px 0;margin-bottom:8px}.cancel-review__table-wrap{margin-bottom:20px;border-radius:6px;overflow:hidden}.cancel-review__table{width:100%;border-collapse:collapse;font-size:13px}.cancel-review__table th,.cancel-review__table td{padding:12px 14px;border-bottom:1px solid #ececec}.cancel-review__table th{background:#eceff1;font-weight:700;color:#333;text-align:left}.cancel-review__table th:nth-child(2),.cancel-review__table th:nth-child(3),.cancel-review__table th:nth-child(4),.cancel-review__table td:nth-child(2),.cancel-review__table td:nth-child(3),.cancel-review__table td:nth-child(4){text-align:center}.cancel-review__table td{color:#111;background:#fff}.cancel-review__table tbody tr:last-child td{border-bottom:0}.cancel-review__btn{width:auto!important;min-width:180px;max-width:220px;margin-top:auto;align-self:flex-start}.cancel-review__lines{padding:4px 20px 12px;flex:1}.cancel-review__line{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;font-size:13px;color:#333;border-bottom:1px solid #f0f0f0}.cancel-review__line:last-child{border-bottom:0}.cancel-review__line span:last-child{font-weight:600;white-space:nowrap}.cancel-review__total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:14px 20px;background:#eceff1;font-size:14px;font-weight:700;color:#111}.cancel-review__total strong{font-size:15px}.cancel-status{width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:40px 28px 36px;text-align:center;box-sizing:border-box}.cancel-status__icon{width:72px;height:72px;margin:0 auto 18px;border-radius:50%;background:#34c759;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #34c75926}.cancel-status__title{margin:0 0 10px;font-size:22px;font-weight:700;color:#25803b}.cancel-status__msg{margin:0 0 24px;font-size:15px;color:#111}.cancel-status__btn{max-width:220px;margin:0 auto;text-decoration:none}.view-ticket{width:100%}.view-ticket__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 0 20px}.view-ticket__action{width:auto!important;min-width:220px;max-width:280px;gap:8px}.view-ticket__back{width:auto!important;min-width:180px;background:#fff;color:#25803b;border:1.5px solid #25803b}.view-ticket__back:hover{background:#f0faf4}.view-ticket__frame{width:65%;margin:0 auto;overflow-x:auto;background:#fff;border-radius:10px;box-shadow:0 2px 12px #00000014;padding:12px;box-sizing:border-box}.view-ticket__frame .tour-ticket{margin:0 auto;width:100%;max-width:100%}@media (max-width: 900px){.view-ticket__frame{width:100%}}@media (max-width: 900px){.cancel-review{flex-direction:column}.cancel-review__refund{max-width:none}.site-util__title{font-size:26px}}.passengers-page{display:flex;width:100%;min-width:0;align-items:stretch}.passengers-page__main{width:80%;display:flex;flex-direction:column;gap:16px;min-width:0;box-sizing:border-box;padding-right:16px}.passengers-page__top{display:flex;width:100%;gap:16px;align-items:stretch}.passengers__count-card,.passengers__journey-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px 18px;min-width:0;width:50%;box-sizing:border-box}.passengers__table-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:16px;min-width:0}.passengers__heading{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#111;margin:0 0 16px}.passengers__heading .icon{color:#111}.passengers__heading .icon path[fill]{fill:currentColor}.passengers__count{display:flex;align-items:center;justify-content:center;gap:20px;padding:12px 0 8px}.passengers__count.is-disabled{pointer-events:none}.passengers__stepper-btn{width:36px;height:36px;border-radius:4px;border:2px solid #25803b;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;padding:0}.passengers__stepper-btn:disabled{opacity:.4;cursor:not-allowed}.passengers__count-value{font-size:36px;font-weight:800;min-width:28px;text-align:center;color:#111;line-height:1}.passengers__boarding-field{display:flex;flex-direction:column;gap:8px;width:65%}.passengers__label{font-size:14px;font-weight:600;color:#111}.passengers__journey{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.passengers__date{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.passengers__date-control{position:relative;display:inline-flex;align-items:center;gap:8px;color:#1d4ed8;font-size:16px;font-weight:700;width:fit-content;cursor:pointer}.passengers__date-control input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%}.passengers__date-control .icon{color:inherit;width:18px;height:18px}.passengers__date-control .icon path{fill:currentColor}.passengers__table-wrap{width:100%;overflow:hidden;border:1px solid #d8d8d8;border-radius:4px}.passengers__table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:12px}.passengers__table th,.passengers__table td{overflow:hidden;vertical-align:middle}.passengers__table th{white-space:nowrap}.passengers__table td{white-space:normal}.passengers__table .field-error{display:block;white-space:normal;overflow:visible;overflow-wrap:break-word;word-break:break-word}.passengers__table th{background:#1c6a2f;color:#fff;padding:10px 8px;font-weight:600;text-align:left;font-size:12px}.passengers__table th .req{color:#ff6b6b}.passengers__table td{padding:8px;border-top:1px solid #eee;background:#fff}.passengers__table th:nth-child(1),.passengers__table td:nth-child(1){width:40px;text-align:center;vertical-align:middle}.passengers__table th:nth-child(2),.passengers__table td:nth-child(2),.passengers__table th:nth-child(3),.passengers__table td:nth-child(3){width:14%}.passengers__table th:nth-child(4),.passengers__table td:nth-child(4){width:64px}.passengers__table th:nth-child(5),.passengers__table td:nth-child(5){width:12%}.passengers__table th:nth-child(6),.passengers__table td:nth-child(6){width:14%}.passengers__table th:nth-child(7),.passengers__table td:nth-child(7){width:16%}.passengers__table th:nth-child(8),.passengers__table td:nth-child(8){width:16%}.passengers__table th:nth-child(9),.passengers__table td:nth-child(9){width:56px;text-align:center;vertical-align:middle}.passengers__table .input{display:block;width:100%;max-width:100%;min-width:0;height:36px;padding:0 8px;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;background:#fff;font-weight:600;white-space:nowrap}.passengers__table .input.is-invalid{border-color:red}.passengers__table td:nth-child(n+2):nth-child(-n+8){vertical-align:top}.passengers__delete{color:red;background:none;border:none;padding:4px}.passengers__delete:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.passengers__empty{text-align:center;color:#6b7280;padding:20px 8px!important;font-size:13px}.note-box{width:20%;box-sizing:border-box;background:#eaf3ff;border:1px solid #bfd6f6;border-radius:8px;padding:16px;min-width:0;align-self:flex-start;height:fit-content}.note-box__title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1d4ed8;margin:0 0 10px}.note-box__badge{width:20px;height:20px;border-radius:50%;background:#1d4ed8;color:#fff;font-size:12px;font-style:italic;display:flex;align-items:center;justify-content:center;flex-shrink:0}.note-box ol{margin:0;padding-left:18px;font-size:12px;color:#1d4ed8;line-height:1.45}.note-box ol li+li{margin-top:8px}.page-actions .btn--red{min-width:260px}.page-actions .btn--red-outline{min-width:110px;border-width:1px;font-weight:600}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px 24px 28px;box-shadow:0 1px 6px #0000000f}.contact-card__title{margin:0;padding-bottom:12px;font-size:18px;font-weight:700;color:#111;border-bottom:1px solid #e5e5e5}.contact-card__sub{margin:16px 0 14px;font-size:15px;font-weight:700;color:#111}.contact-card__radios{display:flex;align-items:center;gap:28px;margin-bottom:18px;font-size:14px;color:#111}.contact-card__radio{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-weight:400}.contact-card__radio input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:0;border:2px solid #25803b;border-radius:50%;background:#fff;cursor:pointer;position:relative;flex-shrink:0}.contact-card__radio input:checked:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#25803b;transform:translate(-50%,-50%)}.contact-card__fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;width:100%}@media (min-width: 768px){.contact-card__fields{flex-wrap:nowrap}}.contact-card__phone{display:flex;align-items:flex-start;gap:8px;flex:1 1 280px;min-width:0}.contact-card__field-wrap{flex:1;min-width:0}.contact-card__email-wrap{flex:1 1 280px}.contact-card__field{height:40px;padding:0 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:14px;font-family:inherit;color:#111;outline:none}.contact-card__field::placeholder{color:#9ca3af}.contact-card__field:focus{border-color:#25803b}.contact-card__field.is-invalid{border-color:red}.contact-card__cc{width:64px;text-align:center;padding:0 8px;flex-shrink:0}.contact-card__cc-dropdown{width:110px;flex-shrink:0}.contact-card__cc-dropdown .dropdown__trigger{height:40px;min-height:40px;padding:0 8px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:13px;font-weight:600}.contact-card__cc-dropdown .dropdown__value,.contact-card__cc-dropdown .dropdown__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-card__cc-dropdown.is-invalid .dropdown__trigger{border-color:red}.contact-card__mobile{min-width:160px;width:100%}.contact-card__email{min-width:200px;width:100%}.review-main{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px 22px 24px;display:flex;flex-direction:column;gap:28px}.review-main__title{margin:0;font-size:20px;font-weight:700;color:#25803b}.review-section--card{border:1px solid #e5e5e5;border-radius:8px;background:#fff;padding:18px 16px 16px}.review-section--card .review-section__title{margin-bottom:16px;padding:0 8px}.review-section--card .review-section__head{margin-bottom:14px;padding:0 8px}.review-section--card .review-info-row--flush{margin:0 -8px -8px}.review-section--card .table-scroll{border:1px solid #eee;border-radius:6px;overflow:hidden}.review-section__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.review-section__title{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:0 14px;font-size:16px;font-weight:700;color:#111}.review-section__title-text{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:0}.review-section__count{font-weight:400;color:#444}.review-section__icon{width:24px;height:24px;flex-shrink:0;color:#25803b}.review-section__icon--sm{width:20px;height:20px}.review-section__head .review-section__title{margin-bottom:0;padding:0}.review-section:not(.review-section--card) .review-section__title{padding:0}.review-info-row{display:flex;flex-wrap:wrap;border:1px solid #e5e5e5;border-radius:8px;background:#fff;overflow:hidden}.review-info-row--flush{border:0;border-radius:0}.review-info-row--flush .review-info-item__label{font-size:12px}.review-info-item{display:flex;align-items:center;gap:12px;flex:1 1 50%;min-width:160px;padding:16px 18px;border-bottom:1px solid #eee}@media (min-width: 768px){.review-info-item{flex:1 1 25%;border-bottom:0;border-right:1px solid #eee}.review-info-item:last-child{border-right:0}}.review-info-item--boarding .review-info-item__value{display:block}.review-info-item--stacked{align-items:flex-start}.review-info-item__icon{width:20px;height:20px;flex-shrink:0;color:#1a1a1a}.review-info-item__text{min-width:0;display:flex;flex-direction:column;gap:4px}.review-info-item__label{margin:0;font-size:14px;line-height:1.3;color:#555;font-weight:400}.review-info-item__value{margin:0;font-size:14px;line-height:1.35;font-weight:700;color:#111;display:inline-flex;align-items:center;gap:8px;min-width:0;word-break:break-word}.review-info-item__value-icon{width:18px;height:18px;flex-shrink:0;color:#1a1a1a}.review-info-row--contact .review-info-item{align-items:flex-start}@media (min-width: 768px){.review-info-row--contact .review-info-item{flex:1 1 0;min-width:0}}@media (min-width: 768px){.review-info-row--contact .review-info-item--email{flex:1.6 1 0}}@media (min-width: 768px){.review-info-row--contact .review-info-item--nationality{flex:.7 1 0}}.review-table{width:100%;font-size:14px;border-collapse:collapse}.review-table th{text-align:left;background:#f0f1f3;color:#1f1f1f;font-weight:700;padding:12px 14px;border-bottom:1px solid #e5e7eb;white-space:nowrap}.review-table td{padding:12px 14px;color:#222;font-weight:400;border-bottom:1px solid #ececec}.review-table tbody tr:nth-child(2n){background:transparent}.review-table tbody tr:last-child td{border-bottom:0}.review-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.fare-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px 22px 24px;display:flex;flex-direction:column;height:auto}.fare-card__title{margin:0 0 16px;font-size:20px;font-weight:700;color:#25803b}.fare-card__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:14px;color:#111}.fare-card__amount{display:inline-flex;align-items:center;gap:10px;font-weight:500;color:#111;white-space:nowrap}.fare-card__plus{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border-radius:50%;border:1.5px solid #ff6600;background:#fff;color:#f60;flex-shrink:0;cursor:pointer}.fare-card__plus .icon{width:12px;height:12px}.fare-card__plus:hover{background:#fff7f2}.fare-card__total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:14px;border-top:1px solid #e5e7eb;font-size:15px;font-weight:700;color:#25803b}.fare-card__total strong{font-size:22px;font-weight:800}.review-flow{width:100%;display:flex;flex-direction:column}.review-flow>.page-actions{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;padding:24px 0 8px;margin:0}.review-flow>.page-actions .btn{flex:0 0 auto}.review-flow>.page-actions .btn--orange-outline{min-width:110px}.review-flow>.page-actions .btn--orange{min-width:148px}.review-page{display:flex;flex-direction:column;gap:20px;align-items:stretch;width:100%}@media (min-width: 768px){.review-page{flex-direction:row}}.review-page .review-main{flex:1 1 auto;min-width:0;width:100%}@media (min-width: 768px){.review-page .review-main{flex:70 1 0;width:auto}}.review-page .fare-card{flex:1 1 auto;min-width:0;width:100%;align-self:flex-start;height:fit-content}@media (min-width: 768px){.review-page .fare-card{flex:30 1 0;width:auto}}.payment-flow{width:100%;display:flex;flex-direction:column}.payment-flow>.page-actions{display:flex;justify-content:center;align-items:center;gap:12px;width:100%;padding:24px 0 8px;margin:0}.payment-flow>.page-actions .btn{flex:0 0 auto}.payment-flow>.page-actions .btn--orange-outline{min-width:110px}.payment-flow>.page-actions .btn--orange{min-width:148px}.payment-page{display:flex;flex-direction:column;gap:20px;align-items:stretch;width:100%}@media (min-width: 768px){.payment-page{flex-direction:row}}.payment-page .payment-main{flex:1 1 auto;min-width:0;width:100%}@media (min-width: 768px){.payment-page .payment-main{flex:65 1 0;width:auto}}.payment-page .booking-summary{flex:1 1 auto;min-width:0;width:100%;height:auto;padding:20px 22px 24px;display:flex;flex-direction:column}@media (min-width: 768px){.payment-page .booking-summary{flex:35 1 0;width:auto}}.payment-page .booking-summary__title{font-size:20px}.payment-page .booking-summary .secure-box{margin-top:auto}.payment-main{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:20px 22px 24px}.payment-main__head{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #e8e8e8}.payment-main__title{margin:0 0 12px;font-size:20px;font-weight:700;color:#25803b}.payment-main__amount-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;color:#374151}.payment-main__amount-row strong{font-size:22px;font-weight:800;color:#25803b}.payment-main__amount-row span{color:#000}.payment-main__body{display:flex;flex-direction:column;gap:20px}@media (min-width: 900px){.payment-main__body{flex-direction:row;gap:24px;align-items:flex-start}}.payment-main__body .payment-methods{flex:0 0 auto;width:100%}@media (min-width: 900px){.payment-main__body .payment-methods{flex:0 0 calc(45% - 12px);width:calc(45% - 12px);max-width:calc(45% - 12px)}}.payment-main__body .payment-panel{flex:1 1 auto;min-width:0;width:100%}@media (min-width: 900px){.payment-main__body .payment-panel{flex:0 0 calc(55% - 12px);width:calc(55% - 12px);max-width:calc(55% - 12px)}}.payment-status{margin:8px 0 0;font-size:14px;color:#4b5563}.payment-status--error{color:#b91c1c}.payment-methods__title{margin:0 0 12px;font-size:14px;font-weight:700;color:#111}.payment-methods__list{display:flex;flex-direction:column;gap:10px}.payment-methods__or{display:flex;align-items:center;gap:10px;margin:14px 0}.payment-methods__or span{flex:1;height:1px;background:#e5e7eb}.payment-methods__or em{font-style:normal;font-size:12px;font-weight:600;color:#6b7280}.pay-option{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.pay-option:hover{border-color:#cfd8d3}.pay-option.is-active{border-color:#25803b;background:#f3faf6}.pay-option__left{display:inline-flex;align-items:center;gap:10px;min-width:0}.pay-option input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin:0;border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;position:relative;background:#fff}.pay-option input:checked{border-color:#25803b}.pay-option input:checked:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#25803b}.pay-option__label{font-size:14px;font-weight:600;color:#111}.pay-option__logos{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.pay-option__icon{width:22px;height:22px;color:#4b5563}.pay-logo{display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 5px;border-radius:3px;font-size:9px;font-weight:800;letter-spacing:.02em;line-height:1;background:#f3f4f6;color:#374151}.pay-logo--upi{background:#fff7ed;color:#ea580c}.pay-logo--visa{background:#1a1f71;color:#fff;font-style:italic}.pay-logo--mc{width:22px;height:14px;padding:0;border-radius:8px;background:linear-gradient(90deg,#eb001b 50%,#f79e1b 50%)}.pay-logo--rupay{background:#0b5ea8;color:#fff}.pay-logo--paytm{background:#00baf2;color:#fff}.pay-logo--phonepe{background:#5f259f;color:#fff}.pay-logo--gpay{background:#fff;color:#4285f4;border:1px solid #e5e7eb}.payment-panel{min-width:0}.payment-panel__title{margin:0 0 14px;display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:#111}.payment-panel__hint{margin:0 0 12px;font-size:13px;color:#4b5563}.payment-panel__select{max-width:320px}.upi-panel{display:flex;flex-wrap:wrap;gap:20px;align-items:flex-start}.upi-panel__content{flex:1 1 200px;min-width:0}.upi-panel__steps{margin:0;padding-left:18px;font-size:13px;color:#374151;line-height:1.55}.upi-panel__steps li+li{margin-top:6px}.upi-panel__id{margin:14px 0 0;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:#111}.upi-panel__copy{display:inline-flex;color:#2563eb;background:none;border:none;padding:2px;cursor:pointer}.upi-panel__copy:hover{color:#25803b}.upi-panel__copied{font-size:12px;color:#25803b;font-weight:600}.upi-panel__divider{display:flex;align-items:center;gap:12px;width:100%;margin:18px 0 12px;color:#9ca3af;font-size:12px;font-weight:600}.upi-panel__divider span{flex:1;height:1px;background:#e5e7eb}.upi-panel__divider em{font-style:normal;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-size:11px}.upi-panel__manual-link{color:#2563eb;font-size:14px;font-weight:600;background:none;border:none;padding:0;cursor:pointer}.upi-panel__manual-link:hover{text-decoration:underline}.upi-panel__manual-form{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.upi-panel__manual-form .input{flex:1 1 200px;max-width:280px}.qr{width:148px;height:148px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;flex-shrink:0}.card-form{display:flex;flex-wrap:wrap;gap:12px}.card-form .input{width:100%}@media (min-width: 640px){.card-form .input{width:calc(50% - 6px)}.card-form .input.card-form__full{width:100%}}.bank-popular{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.bank-popular__item{flex:1 1 calc(50% - 4px);min-width:0;min-height:42px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12px;font-weight:600;color:#111;cursor:pointer;text-align:left}@media (min-width: 640px){.bank-popular__item{flex:1 1 calc(33.333% - 6px)}}.bank-popular__item:hover,.bank-popular__item.is-active{border-color:#25803b;color:#25803b;background:#f3faf6}.bank-search{position:relative;margin-bottom:10px}.bank-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#6b7280;pointer-events:none}.bank-search .input{padding-left:36px}.bank-list{max-height:240px;overflow:auto;border:1px solid #e5e7eb;border-radius:8px}.bank-list__item{display:block;width:100%;padding:10px 12px;border:0;border-bottom:1px solid #f3f4f6;background:#fff;text-align:left;font-size:13px;color:#111;cursor:pointer}.bank-list__item:last-child{border-bottom:0}.bank-list__item:hover,.bank-list__item.is-active{background:#f3faf6;color:#25803b;font-weight:600}.wallet-grid{display:flex;flex-wrap:wrap;gap:10px}.wallet-grid__item{flex:1 1 calc(50% - 5px);min-width:0;height:44px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#111;cursor:pointer}.wallet-grid__item:hover,.wallet-grid__item.is-active{border-color:#25803b;color:#25803b;background:#f3faf6}.booking-summary{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:18px 20px 20px;height:fit-content}.booking-summary__title{margin:0 0 16px;font-size:18px;font-weight:700;color:#25803b}.booking-summary__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:14px;color:#111}.booking-summary__total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:14px;border-top:1px solid #e5e7eb;font-size:15px;font-weight:700;color:#25803b}.booking-summary__total strong{font-size:22px;font-weight:800}.secure-box{display:flex;gap:10px;align-items:flex-start;margin-top:16px;padding:12px;border-radius:8px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8}.secure-box__icon{width:22px;height:22px;flex-shrink:0;color:#2563eb}.secure-box strong{display:block;font-size:15px;margin-bottom:2px}.secure-box p{margin:0;font-size:14px;line-height:1.4;color:#000}.security-info-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:20px;color:#444;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.02em;text-align:center}.security-info-wrap img{max-width:100%;height:48px;object-fit:contain}.confirm-title{display:flex;align-items:center;gap:8px;margin:0;font-size:26px;font-weight:800;color:#25803b}.confirm-title .check{width:36px;height:36px;border-radius:50%;background:#25803b;color:#fff;display:flex;align-items:center;justify-content:center}.confirm-msg{font-size:14px;color:#374151;margin:8px 0 0}.pnr-box{margin-top:16px;background:#e8f5ec;border:1px solid #d1fae5;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px;font-size:13px}@media (min-width: 640px){.pnr-box{flex-direction:row}.pnr-box>*{flex:1;min-width:0}}.pnr-box .ref{font-weight:700;font-size:16px;display:inline-flex;align-items:center;gap:8px;margin:0}.pnr-box button{color:#25803b;background:none;border:none;padding:0}.confirm-note{font-size:13px;color:#4b5563;margin:12px 0 0}.help-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 4px #00000014;padding:16px;font-size:13px}.help-card p{margin:0;display:flex;align-items:center;gap:8px}.help-card p+p{margin-top:4px}.info-list{margin:0;padding-left:20px;font-size:13px;color:#374151}.info-list li+li{margin-top:4px}.pkg-confirm{width:100%;margin:0 0 40px;color:#222}.pkg-confirm-body{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.pkg-confirm-top,.pkg-confirm-bottom{display:flex;align-items:flex-start;gap:16px;width:100%}.pkg-confirm-top>.pkg-status,.pkg-confirm-bottom>.pkg-confirm-bottom-left{flex:2.3 1 0;min-width:0;align-self:flex-start}.pkg-confirm-top>.pkg-fare,.pkg-confirm-bottom>.pkg-passengers{flex:1 1 0;min-width:260px;max-width:420px;align-self:stretch}.pkg-confirm-bottom-left{display:flex;align-items:stretch;gap:16px;min-width:0}.pkg-confirm-bottom-left>.pkg-journey{flex:1.5 1 0;min-width:0}.pkg-confirm-bottom-left>.pkg-help{flex:.8 1 0;min-width:180px}.pkg-status{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:20px 22px;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.pkg-status__head{display:flex;align-items:flex-start;gap:12px}.pkg-status__headtext{min-width:0}.pkg-status__title{margin:0;font-size:24px;font-weight:800;color:#25803b;line-height:1.2}.pkg-status__check{width:36px;height:36px;border-radius:50%;background:#25803b;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pkg-status__check svg{width:18px;height:18px;display:block}.pkg-status__msg{margin:8px 0 0;font-size:14px;color:#374151;line-height:1.45}.pkg-status__box{margin-top:16px;margin-left:50px;background:#ecfdf5;border:1px solid #d1fae5;border-radius:8px;padding:14px 110px 14px 16px;display:inline-flex;align-items:stretch;align-self:flex-start;width:fit-content;max-width:100%;position:relative}.pkg-status__box-col{min-width:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding-right:20px}.pkg-status__box-col:last-child{padding-right:0;padding-left:20px;border-left:1px solid #d1d5db}.pkg-status__box-divider{display:none}.pkg-status__box-label{margin:0 0 6px;font-size:12px;color:#4b5563}.pkg-status__pnr{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:18px;font-weight:800;color:#25803b}.pkg-status__copy{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:#25803b;cursor:pointer}.pkg-status__copy svg{width:16px;height:16px;display:block}.pkg-status__copied{font-size:12px;font-weight:600;color:#25803b}.pkg-status__datetime{margin:0;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#111}.pkg-status__datetime svg{width:18px;height:18px;flex-shrink:0}.pkg-status__note{margin:12px 0 0 50px;font-size:13px;color:#4b5563;line-height:1.45}.pkg-status__note strong{color:#111;font-weight:700}.pkg-fare{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:20px 22px;box-sizing:border-box;width:100%;display:flex;flex-direction:column}.pkg-fare__title{margin:0 0 14px;font-size:18px;font-weight:700;color:#25803b}.pkg-fare__row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;font-size:14px;color:#111}.pkg-fare__row .amt{font-weight:600;white-space:nowrap}.pkg-fare__divider{border:0;border-top:1px solid #e5e5e5;margin:8px 0}.pkg-fare__total{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:4px;font-size:15px;font-weight:700;color:#111}.pkg-fare__total .amt{font-size:22px;font-weight:800;color:#25803b}.pkg-card{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:16px 18px;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 auto;width:100%;min-height:100%;height:auto}.pkg-card__title{margin:0 0 14px;font-size:16px;font-weight:700;color:#25803b;display:flex;align-items:center;gap:8px}.pkg-card__title--blue{color:#1d4ed8}.pkg-card__title svg{width:18px;height:18px;flex-shrink:0}.pkg-passengers .pkg-card__title svg{width:24px;height:24px}.pkg-info-row{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;margin:0 0 16px;width:100%}.pkg-info-item{flex:1 1 0;min-width:0;display:flex;align-items:flex-start;gap:8px;padding:4px 14px;border-right:1px solid #e5e5e5;box-sizing:border-box}.pkg-info-item:first-child{padding-left:0}.pkg-info-item:last-child{border-right:0;padding-right:0}.pkg-info-item__icon{width:18px;height:18px;flex-shrink:0;color:#1a1a1a;margin-top:1px}.pkg-info-item__text{min-width:0;display:flex;flex-direction:column;gap:4px}.pkg-info-item__label{margin:0;font-size:12px;color:#6b7280;font-weight:500;line-height:1.3}.pkg-info-item__value{margin:0;font-size:14px;font-weight:700;color:#111;line-height:1.35;word-break:break-word}.pkg-important{border:1px solid #e5e5e5;border-radius:8px;padding:14px 16px;background:#fafafa;margin-top:auto}.pkg-important__title{margin:0 0 10px;font-size:14px;font-weight:700;color:#1d4ed8}.pkg-important__list{margin:0;padding-left:18px}.pkg-important__list li{font-size:13px;color:#374151;margin:0 0 8px;line-height:1.45}.pkg-important__list li:last-child{margin-bottom:0}.pkg-help__intro{margin:0 0 12px;font-size:13px;color:#4b5563}.pkg-help__row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#111;margin:0 0 12px}.pkg-help__row:last-child{margin-bottom:0}.pkg-help__row svg{width:18px;height:18px;margin-top:2px;flex-shrink:0;color:#111}.pkg-help__row strong{display:block;font-size:14px;color:#6b7280;font-weight:500;margin-bottom:2px}.pkg-pax-scroll{overflow-x:auto}.pkg-pax-table{width:100%;border-collapse:collapse;font-size:13px}.pkg-pax-table th{background:#f5f5f5;text-align:left;padding:10px 8px;border-bottom:1px solid #ddd;font-weight:600;color:#333}.pkg-pax-table td{padding:10px 8px;border-bottom:1px solid #eee;color:#222}.pkg-pax-table tr:last-child td{border-bottom:0}.pkg-confirm__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:20px}.pkg-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;border:1.5px solid transparent;background:#fff;line-height:1.2}.pkg-btn svg{width:16px;height:16px;flex-shrink:0;display:block}.pkg-btn:disabled{opacity:.7;cursor:wait}.pkg-btn--outline{color:#e65100;border-color:#e65100;background:#fff}.pkg-btn--outline:hover:not(:disabled){background:#fff3e0}.pkg-btn--primary{background:#e65100;color:#fff;border-color:#e65100}.pkg-btn--primary:hover:not(:disabled){background:#ef6c00;color:#fff}@media (max-width: 960px){.pkg-confirm-top,.pkg-confirm-bottom{flex-wrap:wrap}.pkg-confirm-top>.pkg-status,.pkg-confirm-bottom>.pkg-confirm-bottom-left{flex:1 1 100%;max-width:none}.pkg-confirm-top>.pkg-fare,.pkg-confirm-bottom>.pkg-passengers{flex:1 1 100%;max-width:none;min-width:0}.pkg-confirm-bottom-left{flex-wrap:wrap}.pkg-confirm-bottom-left>.pkg-journey{flex:1 1 100%}.pkg-confirm-bottom-left>.pkg-help{flex:1 1 calc(50% - 8px);min-width:0}}@media (max-width: 720px){.pkg-confirm-bottom-left{flex-direction:column}.pkg-confirm-bottom-left>.pkg-journey,.pkg-confirm-bottom-left>.pkg-help{flex:1 1 auto;width:100%;min-width:0}.pkg-status__box{flex-direction:column}.pkg-status__box-col{width:100%;max-width:100%;flex:1 1 auto;padding-right:0;padding-left:0}.pkg-status__box-col:last-child{padding-left:0;padding-right:0;border-left:0;border-top:1px solid #d1d5db;padding-top:12px;margin-top:12px}.pkg-info-row{flex-wrap:wrap}.pkg-info-item{flex:1 1 45%;border-right:0;padding:8px 8px 8px 0;border-bottom:1px solid #f0f0f0}}@media print{.pkg-confirm__actions,.headersection,.footersection,.tb-breadcrumb,.stepper,.pkg-confirm{display:none!important}.tour-ticket-capture{position:static!important;left:auto!important;opacity:1!important;z-index:auto!important;pointer-events:auto!important;width:100%!important}.tour-ticket{width:190mm!important;max-width:190mm!important;transform-origin:top left;transform:scale(.78)}}.payment-panel--resrp{min-height:220px}.qr--container{width:100%}.qr--container.nodata{display:flex;justify-content:center;align-items:center;min-height:160px;color:#b91c1c;font-size:14px}.qr--container.is-generating{display:flex;justify-content:center;align-items:center;min-height:160px;color:#333;font-size:14px}.qr--wrap{display:flex;align-items:center;flex-direction:column;padding:12px 8px 8px}.qr--wrap .scan{font-weight:600;font-size:14px;line-height:20px;letter-spacing:.02rem;text-transform:uppercase;padding-top:8px;color:#111}.qr--details{display:flex;flex-direction:column;align-items:center}.qr--code{display:flex;justify-content:center;background:#fff;padding:8px}.qr--code--img{width:175px;height:175px;object-fit:contain}.qr--instruction{font-size:14px;font-weight:500;color:#1a1a1a;text-align:center;padding:8px 0 12px;line-height:20px}.upi--app--img{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.upi--app--img img{height:19px;width:auto}.payment--data--container{position:relative;width:100%}.top-bank-wrap,.top-wallet-wrap{display:flex;flex-wrap:wrap;position:relative;padding:8px 0 24px}.top-bank-wrap .bank,.top-wallet-wrap .wallet{display:flex;justify-content:center;align-items:center;width:calc(33.3333% - 10px);font-weight:500;font-size:14px;color:#444;text-align:center;min-height:72px;cursor:pointer;line-height:1.45;box-shadow:#0000004d 0 0 3px;background:#fff;margin:5px;padding:10px 12px;border-radius:8px}.top-bank-wrap .bank.active,.top-wallet-wrap .wallet.active{color:#fff;background:#2e9345;box-shadow:inset 0 0 3px #ccc}.top-bank-wrap .bank:hover,.top-wallet-wrap .wallet:hover{box-shadow:0 0 10px #00000059}.sel-all-bank,.sel-all-wallet{width:100%;background:#fff;border:1px solid #ccc;position:relative;margin:12px 5px 0;padding:15px;border-radius:5px;font-size:14px;font-weight:600;color:#202020;cursor:pointer;box-shadow:0 1px 3px #0003}.sel-all-bank .b-txt,.sel-all-wallet .b-txt{display:block;width:90%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sel-all-bank .net-drop-down,.sel-all-wallet .net-drop-down{border:solid #666;position:absolute;top:18px;right:15px;width:10px;height:10px;transform:rotate(45deg);border-width:0 2px 2px 0}.all-bank-opt,.all-wallet-opt{visibility:hidden;overflow:hidden;opacity:0;height:0;background:#fff;box-shadow:0 1px 3px #0003;border-radius:5px;width:calc(100% - 10px);margin-left:5px}.all-bank-opt.active,.all-wallet-opt.active{position:absolute;top:0;left:0;visibility:visible;opacity:1;height:320px;overflow:hidden;border:1px solid #ddd;z-index:5}.all-bank-opt .sel-input-wrap,.all-wallet-opt .sel-input-wrap{position:relative;margin-top:0;padding:15px 15px 15px 48px;color:#202020;font-weight:500;font-size:15px;border-bottom:1px solid #ddd}.all-bank-opt .sel-input-wrap .srch-icn,.all-wallet-opt .sel-input-wrap .srch-icn{position:absolute;left:10px;top:15px;display:inline-flex;align-items:center}.all-bank-opt .sel-input-wrap input,.all-wallet-opt .sel-input-wrap input{width:100%;border:none;outline:none;color:inherit;font-weight:inherit;font-size:inherit}.all-bank-opt .sel-input-wrap .net-drop-up,.all-wallet-opt .sel-input-wrap .net-drop-up{border:solid #666;position:absolute;top:20px;right:15px;width:10px;height:10px;transform:rotate(-135deg);border-width:0 2px 2px 0;cursor:pointer}.all-bank-opt .show-all-bank,.all-bank-opt .show-all-wallet,.all-wallet-opt .show-all-bank,.all-wallet-opt .show-all-wallet{height:calc(100% - 50px);overflow-y:auto;padding:8px 0}.all-bank-opt .bank--list,.all-bank-opt .wallet--list,.all-wallet-opt .bank--list,.all-wallet-opt .wallet--list{padding:10px 16px;font-size:13px;cursor:pointer;color:#111}.all-bank-opt .bank--list.active,.all-bank-opt .bank--list:hover,.all-bank-opt .wallet--list.active,.all-bank-opt .wallet--list:hover,.all-wallet-opt .bank--list.active,.all-wallet-opt .bank--list:hover,.all-wallet-opt .wallet--list.active,.all-wallet-opt .wallet--list:hover{background:#f3faf6;color:#2e9345;font-weight:600}.payment-card-option-wrap{display:flex;align-items:center;gap:16px;margin:8px 0 16px}.payment-card-option-wrap .card-option{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#1a1a1a;cursor:pointer}.payment-card-option-wrap .radio-btn{width:18px;height:18px;border:2px solid #9ca3af;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.payment-card-option-wrap .radio-btn>div{width:8px;height:8px;border-radius:50%;background:transparent}.payment-card-option-wrap .radio-btn>div.active{background:#2e9345}.payment-card-option-wrap .card-option:has(.radio-btn>div.active) .radio-btn{border-color:#2e9345}.payment--data--container--cards .card-wrap{padding-bottom:8px}.payment--data--container--cards .sec-valid-upto{height:28px;color:#1a1a1a;font-size:13px;font-weight:600;letter-spacing:.02em;padding:4px 0}.payment--data--container--cards .card--input--wrap{width:100%;display:flex;align-items:center;margin-bottom:8px}.payment--data--container--cards .card--input--wrap.mn--yr .inp-container{width:45%;position:relative}.payment--data--container--cards .card--input--wrap.mn--yr .divider{width:10%;text-align:center;color:#9ca3af}.payment--data--container--cards .card--input--wrap.cvv .inp-container{width:45%}.payment--data--container--cards .card--input--wrap.cvv .cvv-hint{width:50%;margin-left:10px;font-size:13px;color:#1a1a1a;font-weight:500}.payment--data--container--cards .inp-container{position:relative;width:100%;margin:8px 0}.payment--data--container--cards .inp-container.extra input{border-color:#2e9345}.payment--data--container--cards .inp-container.err input{border-color:#dc2626}.payment--data--container--cards .inp-container .field-error{display:block;margin-top:4px;font-size:12px;color:#dc2626}.payment--data--container--cards .inp-container .chk-sprite{background-image:url(/tourbooking/media/sprite-image.6ebbceed.png);background-repeat:no-repeat}.payment--data--container--cards .inp-container .chk-sprite.cvv{position:absolute;right:12px;top:14px;width:45px;height:30px;background-position:255px 1px}.payment--data--container--cards .inp-container .chk-sprite.all{position:absolute;right:12px;top:19px;width:121px;height:20px;background-position:-25px 1px}.payment--data--container--cards .inp-container .chk-sprite.visa{position:absolute;right:12px;top:19px;width:30px;height:20px;background-position:-25px 1px}.payment--data--container--cards .inp-container .chk-sprite.mastercard{position:absolute;right:12px;top:19px;width:25px;height:20px;background-position:-57px 1px}.payment--data--container--cards .inp-container .chk-sprite.amex{position:absolute;right:12px;top:19px;width:21px;height:21px;background-position:-83px 1px}.payment--data--container--cards .inp-container .chk-sprite.rupay{position:absolute;right:12px;top:19px;width:40px;height:20px;background-position:-105px 1px}.payment--data--container--cards .inp-container input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:6px;padding:18px 48px 6px 12px;font-size:14px;outline:none;background:#fff}.payment--data--container--cards .inp-container input:focus{border-color:#2e9345;border-width:2px}.payment--data--container--cards .inp-container label{position:absolute;left:12px;top:14px;font-size:14px;color:#6b7280;pointer-events:none;transition:.15s ease}.payment--data--container--cards .inp-container label.active{top:6px;font-size:11px;color:#2e9345}.payment--data--container--cards .inp-container .mn--yy-arrow{position:absolute;right:12px;top:20px;width:8px;height:8px;border:solid #666;border-width:0 2px 2px 0;pointer-events:none}.payment--data--container--cards .inp-container .mn--yy-arrow.down{transform:rotate(45deg)}.payment--data--container--cards .inp-container .mn--yy-arrow.up{transform:rotate(-135deg);top:22px}.payment--data--container--cards .inp-container .mn--yy--drop,.payment--data--container--cards .inp-container .mn--yyr--drop{position:absolute;top:52px;left:0;width:100%;background:#fff;padding:8px 0;border-radius:4px;z-index:20;box-shadow:0 1px 6px #0003;max-height:180px;overflow:auto}.payment--data--container--cards .inp-container .mn--yy--drop div,.payment--data--container--cards .inp-container .mn--yyr--drop div{padding:8px 12px;cursor:pointer;font-size:13px}.payment--data--container--cards .inp-container .mn--yy--drop div:hover,.payment--data--container--cards .inp-container .mn--yyr--drop div:hover{background:#f3f4f6}.payment-panel__hint{margin:8px 0 0;font-size:14px;color:#4b5563;line-height:1.5}.tour-ticket{--tt-red: #c62828;--tt-green: #25803b;--tt-blue: #0d47a1;--tt-purple: #6a1b9a;--tt-orange: #ef6c00;--tt-crimson: #c62828;--tt-navy: #1a237e;position:relative;isolation:isolate;overflow:hidden;width:794px;max-width:794px;box-sizing:border-box;padding:16px 20px 20px;background:#fff;color:#000;font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.35;border:0}.tour-ticket>*:not(.tour-ticket__bg){position:relative;z-index:1}.tour-ticket__bg{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:0;overflow:hidden}.tour-ticket__bg img{display:block;width:92%;max-width:720px;max-height:58%;height:auto;object-fit:contain;object-position:center center;opacity:1;-webkit-print-color-adjust:exact;print-color-adjust:exact}.tour-ticket *,.tour-ticket *:before,.tour-ticket *:after{box-sizing:border-box}.tour-ticket__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.tour-ticket__logo{flex:1 1 auto;min-width:0;margin-right:16px}.tour-ticket__logo img{display:block;height:92px;width:auto;max-width:680px;object-fit:contain;object-position:left center}.tour-ticket__logo-fallback{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 14px;border-radius:6px;background:var(--tt-green);color:#fff;font-weight:700;font-size:14px}.tour-ticket__meta{width:180px;text-align:right;flex-shrink:0}.tour-ticket__meta-label{font-size:11px;color:#000;font-weight:700;letter-spacing:.2px}.tour-ticket__meta-value{margin:3px 0 8px;font-size:13px;font-weight:700;color:#000}.tour-ticket__badge{display:inline-block;background:#111;color:#fff;font-weight:800;font-size:13px;letter-spacing:.6px;padding:5px 20px;border-radius:4px}.tour-ticket__sep{display:none}.tour-ticket__title{margin:0 0 14px;padding:10px 0;text-align:center;font-size:20px;font-weight:800;letter-spacing:.5px;color:#000;border-top:1.5px dotted #666;border-bottom:0}.tour-ticket__top{position:relative;border:0;border-bottom:1.5px dotted #666;padding:0 0 14px;margin-bottom:14px}.tour-ticket__top-stack{width:100%}.tour-ticket__cols{display:flex;align-items:flex-start;width:100%}.tour-ticket__col{flex:0 0 50%;width:50%;max-width:50%;min-width:0;box-sizing:border-box}.tour-ticket__col:first-child{padding-right:14px}.tour-ticket__col:last-child{padding-left:14px}.tour-ticket__kv{display:flex;align-items:flex-start;margin-bottom:5px;width:100%}.tour-ticket__kv-label{flex:0 0 130px;width:130px;font-weight:400;color:#000}.tour-ticket__kv-sep{flex:0 0 12px;width:12px;text-align:center;font-weight:400;color:#000}.tour-ticket__kv-value{flex:1 1 auto;min-width:0;font-weight:700;color:#000;word-break:break-word}.tour-ticket__city{display:inline;font-weight:700;word-break:break-word}.tour-ticket__city strong{font-weight:700}.tour-ticket__city-time{font-weight:700;white-space:nowrap}.tour-ticket__city-time:before{content:" "}.tour-ticket__pkg{width:100%;margin:10px 0 8px;border-collapse:collapse;table-layout:fixed;border:1px solid #1b5e20;background:#fff}.tour-ticket__pkg th{background:#1b5e20;color:#fff;font-weight:700;font-size:13px;padding:7px 10px;text-align:left;vertical-align:middle}.tour-ticket__pkg th:first-child{width:40%;border-right:1px solid rgba(255,255,255,.35)}.tour-ticket__pkg th:last-child{width:60%}.tour-ticket__pkg td{padding:8px 10px;vertical-align:top;font-size:13px;font-weight:700;word-break:break-word;overflow-wrap:anywhere}.tour-ticket__pkg td:first-child{width:40%;border-right:1px solid #c5c5c5}.tour-ticket__pkg td:last-child{width:60%}.tour-ticket__pkg-col-bus{width:40%}.tour-ticket__pkg-col-name{width:60%}.tour-ticket__pkg-extra{margin-top:2px}.tour-ticket__pkg-extra .tour-ticket__kv-label{flex-basis:130px;width:130px}.tour-ticket__pkg-stats{margin-top:10px}.tour-ticket__pkg-stats .tour-ticket__kv{margin-bottom:6px}.tour-ticket__pkg-stats .tour-ticket__kv-label{flex-basis:130px;width:130px}.tour-ticket__wm{display:none}.tour-ticket__ribbon-img{display:inline-block;height:26px;width:auto;margin:0 12px 0 0;vertical-align:top;border:0}.tour-ticket__dots{display:none}.tour-ticket__block{margin-bottom:14px;position:relative;z-index:1}.tour-ticket__block:last-child{margin-bottom:0}.tour-ticket__mid{position:relative;border:0;padding:4px 0 10px;margin-bottom:14px;overflow:hidden}.tour-ticket__mid-wm{display:none}.tour-ticket__journey{display:flex;align-items:flex-start;padding:10px 2px 4px;position:relative;z-index:1}.tour-ticket__journey-info{flex:1 1 auto;min-width:0;margin-right:12px}.tour-ticket__journey-info .tour-ticket__kv-label{flex-basis:128px;width:128px}.tour-ticket__journey-info .tour-ticket__kv{margin-bottom:6px}.tour-ticket__qr{flex:0 0 150px;width:150px;text-align:center;position:relative;z-index:1}.tour-ticket__qr img{width:128px;height:128px;display:inline-block;border:1px solid #ccc;background:#fff}.tour-ticket__qr-ph{width:128px;height:128px;margin:0 auto;border:1px solid #bbb;color:#999;display:flex;align-items:center;justify-content:center;font-size:13px;background:#fff}.tour-ticket__qr-cap{margin-top:5px;font-size:10px;color:#000;line-height:1.25}.tour-ticket__pax{width:100%;border-collapse:collapse;font-size:11px;margin-top:4px;position:relative;z-index:1;background:rgba(255,255,255,.82)}.tour-ticket__pax th,.tour-ticket__pax td{border:1px solid #cfcfcf;padding:6px 4px;text-align:left;vertical-align:middle}.tour-ticket__pax th{background:#fff;color:#6a1b9a;font-weight:700;border-color:#ce93d8}.tour-ticket__pax td{color:#000;font-weight:600}.tour-ticket__note{margin:8px 0 0;font-size:12px;color:#000;position:relative;z-index:1}.tour-ticket__note strong{font-weight:700}.tour-ticket__split{display:flex;align-items:stretch;margin:14px 0 16px}.tour-ticket__panel{flex:1 1 50%;min-width:0;border:1px solid #d0d0d0;border-radius:8px;overflow:hidden;background:#fff;padding:0 0 10px}.tour-ticket__panel:first-child{margin-right:16px}.tour-ticket__panel-body{padding:10px 14px 6px}.tour-ticket__panel-body--contact .tour-ticket__kv-label{flex-basis:88px;width:88px;font-weight:400}.tour-ticket__panel-body--contact .tour-ticket__kv{margin-bottom:6px}.tour-ticket__panel-body--contact .tour-ticket__kv-value{font-weight:600}.tour-ticket__fare-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:4px 0;font-size:13px;color:#000}.tour-ticket__fare-line.is-strong{font-weight:700;padding-top:2px}.tour-ticket__fare-line.is-emphasis{margin-top:6px;font-weight:800;color:#25803b;font-size:14px}.tour-ticket__fare-line.is-emphasis span:last-child{font-size:16px}.tour-ticket__hairline{border:0;border-top:1px solid #cfcfcf;margin:8px 0}.tour-ticket__booked-by{text-align:center;font-size:16px;font-weight:800;letter-spacing:.5px;padding:14px 12px 12px;text-transform:uppercase;color:#000}.tour-ticket__dash{border:0;border-top:1.5px dashed #9e9e9e;margin:0 14px 12px}.tour-ticket__terms-wrap{margin-top:4px}.tour-ticket__terms{margin:8px 0 0;padding:0 0 0 18px;border:0;font-size:11px;line-height:1.5;color:#000;list-style:decimal}.tour-ticket__terms li{margin:0 0 3px;padding-left:2px}.tour-ticket-capture{position:fixed;left:-10000px;top:0;width:794px;pointer-events:none;z-index:-1;opacity:0}@media print{.tour-ticket-capture{position:static;left:auto;z-index:auto;pointer-events:auto;opacity:1}}@page{size:A4 portrait;margin:8mm}@media print{html,body{background:#fff!important;height:auto!important;overflow:visible!important}body.is-printing-ticket *{visibility:hidden!important}body.is-printing-ticket .tour-ticket,body.is-printing-ticket .tour-ticket *{visibility:visible!important}body.is-printing-ticket .tour-ticket-capture,body.is-printing-ticket .view-ticket__frame{position:static!important;left:auto!important;opacity:1!important;z-index:auto!important;pointer-events:auto!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;box-shadow:none!important;background:transparent!important;overflow:visible!important}body.is-printing-ticket .tour-ticket{position:absolute!important;left:0!important;top:0!important;width:190mm!important;max-width:190mm!important;margin:0!important;padding:3mm 4mm!important;border:0!important;box-shadow:none!important;transform-origin:top left;transform:scale(.78);-webkit-print-color-adjust:exact;print-color-adjust:exact}body.is-printing-ticket .tour-ticket__bg{display:flex!important;visibility:visible!important}body.is-printing-ticket .tour-ticket__bg img{visibility:visible!important;opacity:1!important;width:92%!important;max-width:720px!important;max-height:58%!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}body.is-printing-ticket .home-header,body.is-printing-ticket .home-footer,body.is-printing-ticket .site-crumb,body.is-printing-ticket .view-ticket__actions,body.is-printing-ticket .pkg-confirm,body.is-printing-ticket .headersection,body.is-printing-ticket .footer,body.is-printing-ticket .breadcrumb{display:none!important}}
