.ihpl-header{background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0;z-index:9999;box-shadow:0 1px 6px #0000000f;width:100%}.ihpl-inner{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:90px;max-width:1400px;margin:0 auto}.ihpl-logo{display:flex;flex-direction:column;align-items:flex-start;text-decoration:none;line-height:1;flex-shrink:0}.ihpl-logo-img{max-height:75px;width:auto;object-fit:contain}.ihpl-nav{display:flex;align-items:center;flex:1;justify-content:center}.ihpl-nav-item{position:relative}.ihpl-nav-link{display:flex;align-items:center;gap:5px;padding:22px 14px;font-size:14px;font-weight:400;color:#2c2c2c!important;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .2s;letter-spacing:.2px}.ihpl-nav-link:hover{color:#c0392b}.ihpl-nav-link .ihpl-chev{width:10px;height:10px;opacity:.5;transition:transform .25s;flex-shrink:0}.ihpl-nav-item:hover .ihpl-chev{transform:rotate(180deg);opacity:.8}.ihpl-drop{display:none;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%);background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 8px 32px #0000001a;min-width:300px;padding:20px 24px 24px;z-index:9998;animation:ihplFade .18s ease}@keyframes ihplFade{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.ihpl-nav-item:first-child .ihpl-drop,.ihpl-nav-item:nth-child(2) .ihpl-drop{left:0;transform:none;animation-name:ihplFadeEdge}.ihpl-nav-item:last-child .ihpl-drop,.ihpl-nav-item:nth-last-child(2) .ihpl-drop{left:auto;right:0;transform:none;animation-name:ihplFadeEdge}@keyframes ihplFadeEdge{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ihpl-nav-item:hover .ihpl-drop{display:block}.ihpl-drop-link{display:block;padding:14px 0;border-bottom:1px solid #f0f0f0;text-decoration:none;transition:opacity .15s}.ihpl-drop-link:last-child{border-bottom:none;padding-bottom:0}.ihpl-drop-link:first-child{padding-top:0}.ihpl-drop-link:hover{opacity:.7}.ihpl-drop-title{font-size:14px;font-weight:500;color:#1a1a1a;margin-bottom:4px}.ihpl-drop-desc{font-size:13px;color:#777;line-height:1.5;font-weight:400}.ihpl-search{display:flex;align-items:center;border:1px solid #d5d5d5;border-radius:3px;overflow:hidden;height:36px;flex-shrink:0}.ihpl-search input{border:none;outline:none;padding:0 12px;font-size:13px;color:#444;width:180px;background:transparent}.ihpl-search input::placeholder{color:#aaa}.ihpl-search button{background:none;border:none;padding:0 10px;cursor:pointer;color:#888;display:flex;align-items:center}.ihpl-search button:hover{color:#c0392b}.ihpl-burger{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}.ihpl-burger span{display:block;width:24px;height:2px;background:#2c2c2c;border-radius:2px;transition:all .3s}.ihpl-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ihpl-burger.open span:nth-child(2){opacity:0}.ihpl-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ihpl-mobile{display:none;background:#fff;border-top:1px solid #eee;position:fixed;inset:90px 0 0;overflow-y:auto;z-index:9997;padding-bottom:40px}.ihpl-mobile.open{display:block}.ihpl-m-link{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:16px;font-weight:500;color:#1a1a1a;border-bottom:1px solid #f0f0f0;cursor:pointer;-webkit-user-select:none;user-select:none}.ihpl-m-link a{font-size:15px;color:#1a1a1a;cursor:pointer;-webkit-user-select:none;user-select:none}.ihpl-m-chev{width:16px;height:16px;color:#aaa;transition:transform .25s;flex-shrink:0}.ihpl-m-item.open .ihpl-m-chev{transform:rotate(180deg)}.ihpl-m-drop{display:none;background:#fafafa;border-bottom:1px solid #f0f0f0}.ihpl-m-item.open .ihpl-m-drop{display:block}.ihpl-m-drop-link{display:block;padding:14px 24px 14px 32px;border-bottom:1px solid #efefef;text-decoration:none}.ihpl-m-drop-link:last-child{border-bottom:none}.ihpl-m-drop-title{font-size:15px;font-weight:500;color:#1a1a1a;margin-bottom:3px}.ihpl-m-drop-desc{font-size:14px;color:#888;line-height:1.45;font-weight:300}.ihpl-m-search{display:flex;align-items:center;margin:20px 24px;border:1px solid #d5d5d5;border-radius:3px;height:44px;overflow:hidden}.ihpl-m-search input{flex:1;border:none;outline:none;padding:0 14px;font-size:14px;color:#444;background:transparent}.ihpl-m-search button{background:none;border:none;padding:0 14px;cursor:pointer;color:#888;display:flex;align-items:center}@media(max-width:1024px){.ihpl-nav,.ihpl-search{display:none}.ihpl-burger{display:flex}.ihpl-inner{padding:0 20px}form#searchform{width:100%!important}}@media(min-width:1024px)and (max-width:1240px){.ihpl-nav-link{gap:4px;padding:22px 6px;font-size:12px;letter-spacing:.2px}}.enquire-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:10000;display:flex;align-items:center;justify-content:center;animation:enquireOverlayFadeIn .25s ease}@keyframes enquireOverlayFadeIn{0%{opacity:0}to{opacity:1}}.enquire-modal-content{background:#fff;border-radius:12px;width:90%;max-width:520px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d;animation:enquireSlideUp .3s ease}@keyframes enquireSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.enquire-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;color:#666;cursor:pointer;line-height:1;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}.enquire-modal-close:hover{background:#f0f0f0;color:#333}.enquire-modal-heading{background:linear-gradient(135deg,#e94500,#ff6b35);color:#fff;padding:22px 24px;font-size:20px;font-weight:600;border-radius:12px 12px 0 0;margin:0}.enquire-modal-subheading{font-size:13px;font-weight:400;opacity:.9;margin-top:4px}.enquire-modal-body{padding:24px}.enquire-form-group{margin-bottom:16px}.enquire-form-group label{display:block;font-size:13px;font-weight:500;color:#555;margin-bottom:5px}.enquire-form-group label .required{color:#e94500;margin-left:2px}.enquire-form-group input,.enquire-form-group select,.enquire-form-group textarea{width:100%;padding:10px 14px;border:1px solid #ddd;border-radius:6px;font-size:14px;color:#333;background:#fafafa;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.enquire-form-group input:focus,.enquire-form-group select:focus,.enquire-form-group textarea:focus{outline:none;border-color:#e94500;box-shadow:0 0 0 3px #e945001a;background:#fff}.enquire-form-group textarea{resize:vertical;min-height:80px}.enquire-phone-row{display:flex;gap:8px}.enquire-phone-code{flex:0 0 80px}.enquire-phone-number{flex:1}.enquire-form-row{display:flex;gap:12px}.enquire-form-row .enquire-form-group{flex:1}.enquire-checkbox-group{margin-top:16px}.enquire-checkbox-item{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;color:#555;cursor:pointer}.enquire-checkbox-item input[type=checkbox]{width:auto;margin-top:2px;accent-color:#e94500;cursor:pointer}.enquire-checkbox-item a{color:#e94500;text-decoration:none}.enquire-checkbox-item a:hover{text-decoration:underline}.enquire-submit-btn{display:block;width:100%;padding:14px;background:linear-gradient(135deg,#e94500,#ff6b35);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;margin-top:20px;transition:opacity .2s,transform .1s}.enquire-submit-btn:hover{opacity:.92}.enquire-submit-btn:active{transform:scale(.98)}.enquire-submit-btn:disabled{opacity:.6;cursor:not-allowed}.enquire-product-badge{background:#fff3;display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;margin-top:6px}.enquire-success-message{text-align:center;padding:40px 24px}.enquire-success-icon{font-size:56px;margin-bottom:16px}.enquire-success-message h3{color:#2e7d32;font-size:22px;margin:0 0 8px}.enquire-success-message p{color:#666;font-size:14px;margin:0}.enquire-form-error{background:#fff3f0;color:#e94500;padding:10px 14px;border-radius:6px;font-size:13px;margin-bottom:16px;border:1px solid #ffd6cc}@media(max-width:560px){.enquire-modal-content{width:95%;max-height:95vh;border-radius:8px}.enquire-modal-heading{padding:18px 20px;font-size:18px;border-radius:8px 8px 0 0}.enquire-modal-body{padding:18px}.enquire-form-row{flex-direction:column;gap:0}}:root{--ih-color-brand-primary: #d45c12;--ih-color-brand-secondary: #0e6f8e;--ih-color-brand-accent: #c8a24a;--ih-color-text-primary: #21241b;--ih-color-text-muted: #616359;--ih-color-border: #e6e7e9;--ih-color-bg-page: #f6f7f8;--ih-color-surface: #fff;--ih-space-12: 12px;--ih-space-16: 16px;--ih-space-20: 20px;--ih-space-24: 24px;--ih-space-32: 32px;--ih-space-40: 40px;--ih-space-56: 56px;--ih-radius-12: 12px;--ih-radius-16: 16px;--ih-shadow-sm: 0 8px 24px rgba(33, 36, 27, .06);--ih-container: 1180px;--ih-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif }a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgba(14,111,142,.28);outline-offset:3px;border-radius:8px}.ih-footer{background:var(--ih-color-surface);border-top:1px solid var(--ih-color-border)}.ih-footer__container{width:min(100% - 32px,var(--ih-container));margin:0 auto}.ih-footer__top{display:grid;grid-template-columns:minmax(280px,1fr) 2fr;gap:var(--ih-space-20);padding:var(--ih-space-40) 0 var(--ih-space-40)}.ih-footer__brand{max-width:430px;padding-right:35px}.ih-footer__logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:var(--ih-space-16);font-size:24px;line-height:1.1;font-weight:700;letter-spacing:-.02em;color:var(--ih-color-text-primary)}.ih-footer__logo-mark{display:inline-grid;place-items:center;color:var(--ih-color-surface);box-shadow:inset 0 0 0 4px #ffffff2e;font-size:15px;font-weight:700;letter-spacing:.02em}.ih-footer__description{margin:0;font-size:15px;line-height:1.7;color:var(--ih-color-text-muted)}.ih-footer__links{display:grid;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(0,1fr));gap:var(--ih-space-32)}.ih-footer-newsletter{min-width:0}.ih-footer-newsletter__text{margin:-6px 0 var(--ih-space-12);color:var(--ih-color-text-muted);font-size:13px;line-height:1.55}.ih-footer-newsletter__form{display:grid;gap:10px}.ih-footer-newsletter__field{width:100%;min-height:40px;padding:0 12px;border:1px solid var(--ih-color-border);border-radius:10px;background:var(--ih-color-surface);color:var(--ih-color-text-primary);font:inherit;font-size:13px;transition:border-color .16s ease,box-shadow .16s ease}.ih-footer-newsletter__field::placeholder{color:#616359b3}.ih-footer-newsletter__field:focus{outline:0;border-color:#0e6f8e8c;box-shadow:0 0 0 3px #0e6f8e1f}.ih-footer-newsletter__legend{padding:0;color:var(--ih-color-text-primary);font-size:11px;line-height:1.3;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.ih-footer-newsletter__choices{display:inline-flex;align-items:center;gap:14px;flex:0 0 auto}.ih-footer-newsletter__choice{display:inline-flex;align-items:center;gap:6px;color:var(--ih-color-text-muted);cursor:pointer;font-size:13px;line-height:1.3}.ih-footer-newsletter__choice input{width:14px;height:14px;margin:0;accent-color:var(--ih-color-brand-secondary)}.ih-footer-newsletter__submit{min-height:40px;border:0;border-radius:999px;background:var(--ih-color-brand-primary);color:var(--ih-color-surface);cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;transition:background-color .16s ease,transform .16s ease}.ih-footer-newsletter__submit:hover{background:#bf4f0d}.ih-footer-newsletter__submit:active{transform:translateY(1px)}.ih-footer-newsletter__note{margin:0;color:var(--ih-color-text-muted);font-size:11px;line-height:1.5}.ih-footer-newsletter__note a{color:var(--ih-color-text-primary);text-decoration:underline;text-underline-offset:3px}.ih-footer-social{display:flex;align-items:center;gap:10px;margin-top:var(--ih-space-20)}.ih-footer-social__link{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid var(--ih-color-border);border-radius:999px;color:var(--ih-color-text-muted);background:var(--ih-color-surface);transition:color .16s ease,border-color .16s ease,background-color .16s ease}.ih-footer-social__link:hover{color:var(--ih-color-brand-secondary);border-color:#0e6f8e59;background:#0e6f8e0f}.ih-footer-social__link svg{width:16px;height:16px}.ih-footer__proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:22px 0 24px;border-bottom:1px solid var(--ih-color-border)}.ih-footer__proof-item{display:flex;align-items:flex-start;gap:10px;min-width:0}.ih-footer__proof-icon{flex:0 0 36px;width:36px;height:36px;color:#616359e6;margin-top:2px}.ih-footer__proof-title{margin:0 0 3px;color:var(--ih-color-brand-primary);font-size:17px;font-weight:700;line-height:1.2;letter-spacing:-.01em}.ih-footer__proof-text{margin:0;color:var(--ih-color-text-muted);font-size:13px;line-height:1.5;font-weight:500}.ih-footer__column-title{margin:0 0 var(--ih-space-16);font-size:13px;line-height:1.3;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ih-color-text-primary)}.ih-footer__nav{display:grid;gap:10px;margin:0;padding:0;list-style:none!important}.ih-footer__nav a{display:inline-flex;width:fit-content;min-height:26px;align-items:center;font-size:14px;line-height:1.4;color:var(--ih-color-text-muted);transition:color .16s ease,text-decoration-color .16s ease;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:4px}.ih-footer__nav a:hover{color:var(--ih-color-brand-secondary);text-decoration-color:currentColor}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ih-footer-packages{background:var(--ih-color-bg-page);border-top:1px solid var(--ih-color-border);border-bottom:1px solid var(--ih-color-border)}.ih-footer-packages__inner{width:min(100% - 32px,var(--ih-container));margin:0 auto;padding:28px 0 34px}.ih-footer-packages__tabs{display:flex;flex-wrap:wrap;gap:36px;align-items:flex-end;border-bottom:1px solid var(--ih-color-border);margin-bottom:26px}.ih-footer-packages__tab{appearance:none;background:0 0;border:0;border-bottom:3px solid transparent;color:var(--ih-color-text-muted);cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1.2;padding:0 0 14px;transition:color .16s ease,border-color .16s ease}.ih-footer-packages__tab:hover{color:var(--ih-color-text-primary);border-radius:0}.ih-footer-packages__tab.is-active{color:var(--ih-color-text-primary);border-bottom-color:var(--ih-color-brand-secondary);border-radius:0}.ih-footer-packages__panel{display:none}.ih-footer-packages__panel.is-active{display:block}.ih-footer-packages__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));column-gap:26px;row-gap:20px}.ih-footer-packages__grid a{display:block;color:var(--ih-color-text-muted);font-size:14px;font-weight:400;line-height:1.45;text-decoration:none;transition:color .16s ease}.ih-footer-packages__grid a:hover{color:var(--ih-color-brand-secondary)}.ih-footer__mid{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--ih-space-20);padding:var(--ih-space-24) 0;border-top:1px solid var(--ih-color-border)}.ih-footer__office-title{margin:0 0 6px;font-size:13px;font-weight:700;color:var(--ih-color-text-primary)}.ih-footer__office-text{margin:0;font-size:13px;line-height:1.65;color:var(--ih-color-text-muted)}.ih-footer__contact-card{display:flex;justify-content:flex-end;align-items:center;gap:var(--ih-space-16)}.ih-footer__contact-note{margin:0;max-width:260px;font-size:13px;line-height:1.55;color:var(--ih-color-text-muted);text-align:right}.ih-footer__contact-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;padding:0 var(--ih-space-20);border:1px solid var(--ih-color-border);border-radius:999px;color:var(--ih-color-brand-secondary);font-size:14px;font-weight:700;background:var(--ih-color-surface);transition:border-color .16s ease,background-color .16s ease}.ih-footer__contact-link:hover{border-color:#0e6f8e66;background:#0e6f8e0f}.ih-footer__bottom{background:var(--ih-color-bg-page);border-top:1px solid var(--ih-color-border)}.ih-footer__bottom-inner{width:min(100% - 32px,var(--ih-container));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--ih-space-20);padding:var(--ih-space-20) 0}.ih-footer__copyright{margin:0;font-size:13px;color:var(--ih-color-text-muted)}.ih-footer__mobile-links{display:none}.ih-footer__mobile-links details{border-top:1px solid var(--ih-color-border)}.ih-footer__mobile-links details:last-child{border-bottom:1px solid var(--ih-color-border)}.ih-footer__mobile-links summary{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:var(--ih-space-16);cursor:pointer;list-style:none;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ih-color-text-primary)}.ih-footer__mobile-links summary::-webkit-details-marker{display:none}.ih-footer__mobile-links summary:after{content:"+";color:var(--ih-color-brand-secondary);font-size:20px;line-height:1;font-weight:400}.ih-footer__mobile-links details[open] summary:after{content:"Ã¢Ë†â€™"}.ih-footer__mobile-panel{padding:0 0 var(--ih-space-20)}@media(max-width:1200px){.ih-footer-packages__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.ih-footer-packages__tabs{gap:24px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.ih-footer-packages__tab{font-size:17px;display:inline-flex;flex-shrink:0}.ih-footer-packages__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:16px}.ih-footer-packages__grid a{font-size:16px}}@media(max-width:980px){.ih-footer__top{grid-template-columns:1fr;gap:var(--ih-space-40)}.ih-footer__brand{max-width:680px}.ih-footer__links{grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(0,1fr))}.ih-footer__proof{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 22px}.ih-footer__mid{grid-template-columns:1fr}.ih-footer__contact-card{justify-content:flex-start}.ih-footer__contact-note{text-align:left}}@media(max-width:680px){.ih-footer__top{padding:var(--ih-space-40) 0 var(--ih-space-24)}.ih-footer__logo{font-size:22px}.ih-footer__proof{grid-template-columns:1fr;gap:16px;padding:18px 0 24px}.ih-footer__proof-icon{flex-basis:32px;width:32px;height:32px}.ih-footer__proof-title{font-size:16px}.ih-footer__links{display:none}.ih-footer__mobile-links{display:block}.ih-footer__mid{padding:var(--ih-space-24) 0}.ih-footer__contact-card{display:block}.ih-footer__contact-note{max-width:none;margin-bottom:var(--ih-space-16)}.ih-footer__contact-link{width:100%}.ih-footer-packages__inner{padding:22px 0 28px}.ih-footer-packages__tabs{gap:18px;margin-bottom:20px}.ih-footer-packages__tab{font-size:16px;padding-bottom:12px}.ih-footer-packages__grid{grid-template-columns:1fr;row-gap:14px}.ih-footer-packages__grid.mobile-2{grid-template-columns:1fr 1fr}.ih-footer-packages__grid a{font-size:15px;line-height:1.4}.ih-footer__bottom-inner{align-items:flex-start;flex-direction:column}}.tour-details-container{flex:1;height:100%;overflow-y:auto;background-color:#f9fafb;font-family:Geist,sans-serif}.hero-section{position:relative;min-height:60vh;width:100%;background-color:#111827;overflow:hidden;display:flex;align-items:flex-end}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}.hero-gradient{position:absolute;inset:0;background:linear-gradient(to top,#111827,transparent,transparent)}.hero-content{position:relative;width:100%;padding:6rem 2rem 2rem;z-index:10}@media(min-width:768px){.hero-content{padding:4rem}}.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}.back-btn{color:#fff;margin-bottom:1.5rem;display:flex;align-items:center;background:#0000004d;padding:.5rem 1rem;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:fit-content;border:none;cursor:pointer;transition:color .2s}.back-btn:hover{color:#d1d5db}.back-icon{height:1.25rem;width:1.25rem;margin-right:.5rem}.hero-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.2}@media(min-width:768px){.hero-title{font-size:3.75rem}}.hero-tags{display:flex;flex-wrap:wrap;gap:1rem;color:#ffffffe6;font-size:1.125rem}.hero-tag{display:flex;align-items:center;background:#fff3;padding:.5rem 1rem;border-radius:9999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-tag-icon{height:1.25rem;width:1.25rem;margin-right:.5rem}.main-content-layout{max-width:80rem;margin:0 auto;padding:3rem 1rem;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.main-content-layout{flex-direction:row;padding:3rem 2rem}}.left-column{display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.left-column{width:66.666667%}}.content-section{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 2px #0000000d;border:1px solid #f3f4f6}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem;display:flex;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-top:0}.icon-wrapper{padding:.5rem;border-radius:.5rem;margin-right:1rem;display:inline-flex}.icon-blue{background-color:#dbeafe;color:#2563eb}.icon-amber{background-color:#fef3c7;color:#d97706}.icon-emerald{background-color:#d1fae5;color:#059669}.icon-indigo{background-color:#e0e7ff;color:#4f46e5}.icon-green{color:#16a34a}.icon-red{color:#dc2626}.icon-gray{color:#6b7280}.section-icon{height:1.5rem;width:1.5rem}.overview-text{color:#374151;line-height:1.625;font-size:1.125rem;margin:0}.highlights-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.highlights-grid{grid-template-columns:repeat(2,1fr)}}.highlight-card{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem}.highlight-city{font-weight:700;font-size:1.25rem;color:#1e3a8a;margin-top:0;margin-bottom:1rem}.list-items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.list-item{display:flex;align-items:flex-start;color:#374151}.list-icon{height:1.25rem;width:1.25rem;color:#22c55e;margin-right:.5rem;flex-shrink:0}.itinerary-container{position:relative;display:flex;flex-direction:column;gap:2rem}.itinerary-container:before{content:"";position:absolute;top:0;bottom:0;left:1.25rem;width:2px;background:linear-gradient(to bottom,transparent,#d1d5db,transparent);transform:translate(-1px)}@media(min-width:768px){.itinerary-container:before{left:50%;transform:translate(-50%)}}.itinerary-item{position:relative;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.itinerary-item:nth-child(odd){flex-direction:row-reverse}}.itinerary-day{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;border:4px solid white;background-color:#2563eb;color:#fff;box-shadow:0 1px 3px #0000001a;flex-shrink:0;z-index:10;font-weight:700;font-size:.875rem;white-space:nowrap}@media(min-width:768px){.itinerary-item:nth-child(odd) .itinerary-day{transform:translate(-50%)}.itinerary-item:nth-child(2n) .itinerary-day{transform:translate(50%)}}.itinerary-card{width:calc(100% - 4rem);background-color:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:transform .3s,box-shadow .3s}.itinerary-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a}@media(min-width:768px){.itinerary-card{width:calc(50% - 2.5rem)}}.itinerary-title{font-weight:700;font-size:1.125rem;color:#111827;margin-top:0;margin-bottom:.75rem}.itinerary-detail-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.itinerary-detail-item{display:flex;align-items:flex-start;color:#4b5563;font-size:.875rem}.itinerary-dot{width:.375rem;height:.375rem;background-color:#60a5fa;border-radius:50%;margin-top:.375rem;margin-right:.5rem;flex-shrink:0}.table-responsive{overflow-x:auto}.hotels-table{min-width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.hotels-table th,.hotels-table td{padding:.75rem 1.5rem;text-align:left}.hotels-table th{background-color:#f9fafb;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.hotels-table td{border-bottom:1px solid #e5e7eb;font-size:.875rem}.hotels-table tr:last-child td{border-bottom:none}.hotels-table tr:hover{background-color:#f9fafb}.inc-exc-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.inc-exc-grid{grid-template-columns:repeat(2,1fr)}}.inc-card{background-color:#f0fdf480;border-radius:1rem;padding:2rem;border:1px solid #dcfce7}.inc-title{font-size:1.25rem;font-weight:700;color:#166534;margin-bottom:1.5rem;display:flex;align-items:center;border-bottom:1px solid #bbf7d0;padding-bottom:1rem;margin-top:0}.inc-item{display:flex;align-items:flex-start;color:#14532dcc;font-size:.875rem}.inc-dot{width:.375rem;height:.375rem;background-color:#22c55e;border-radius:50%;margin-top:.375rem;margin-right:.75rem;flex-shrink:0}.exc-card{background-color:#fef2f280;border-radius:1rem;padding:2rem;border:1px solid #fee2e2}.exc-title{font-size:1.25rem;font-weight:700;color:#991b1b;margin-bottom:1.5rem;display:flex;align-items:center;border-bottom:1px solid #fecaca;padding-bottom:1rem;margin-top:0}.exc-item{display:flex;align-items:flex-start;color:#7f1d1dcc;font-size:.875rem}.exc-dot{width:.375rem;height:.375rem;background-color:#f87171;border-radius:50%;margin-top:.375rem;margin-right:.75rem;flex-shrink:0}.notes-card{background-color:#f3f4f6;border-radius:1rem;padding:2rem;border:1px solid #e5e7eb}.notes-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;display:flex;align-items:center;margin-top:0}.notes-item{display:flex;align-items:flex-start;color:#4b5563;font-size:.875rem}.notes-dot{width:.375rem;height:.375rem;background-color:#9ca3af;border-radius:50%;margin-top:.375rem;margin-right:.75rem;flex-shrink:0}@media(min-width:1024px){.right-column{width:33.333333%}}.sticky-sidebar{position:sticky;top:6rem;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border:1px solid #f3f4f6;padding:2rem;overflow:hidden}.sidebar-blob{position:absolute;top:0;right:0;width:8rem;height:8rem;background-color:#eff6ff;border-radius:50%;margin-right:-4rem;margin-top:-4rem;transition:transform .5s}.sticky-sidebar:hover .sidebar-blob{transform:scale(1.1)}.sidebar-content{position:relative;z-index:10}.sidebar-subtitle{color:#6b7280;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;margin-top:0}.sidebar-price-main{font-size:2.25rem;font-weight:700;color:#1e3a8a;margin-bottom:.25rem}.sidebar-price-sub{font-size:.875rem;color:#6b7280;margin-bottom:2rem}.sidebar-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.sidebar-detail-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.sidebar-detail-label{color:#4b5563}.sidebar-detail-value{font-weight:600;color:#111827}.sidebar-detail-value.green{color:#16a34a}.enquire-btn{width:100%;background-color:#ef4444;color:#fff;font-weight:700;padding:1rem 1.5rem;border-radius:.75rem;border:none;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;transition:all .3s}.enquire-btn:hover{background-color:#dc2626;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.sidebar-footer{text-align:center;font-size:.75rem;color:#9ca3af;margin-top:1rem;margin-bottom:0}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;display:flex;flex-direction:column}body{overflow:hidden}.legacy-site-frame{display:block;width:100%;flex:1;min-height:0;border:0;background:#fff}
