:root {
    --ae-primary: #560ce3;
    --ae-primary-dark: #3f08aa;
    --ae-accent: #f74a1f;
    --ae-ink: #1c1c1e;
    --ae-copy: #5c5c66;
    --ae-soft: #f6f4fb;
    --ae-line: #e6e1ef;
    --ae-white: #fff;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--ae-copy); background: var(--ae-white); }
.wow { visibility: visible !important; }
body, input, select, textarea, button { font-family: var(--tg-ff-body, "Outfit", sans-serif); }
a { text-decoration: none; }
img { max-width: 100%; }
.ae-skip-link { position: fixed; top: -100px; left: 18px; z-index: 10000; padding: 11px 18px; color: #fff; background: var(--ae-primary); border-radius: 0 0 8px 8px; }
.ae-skip-link:focus { top: 0; color: #fff; }

/* Template header adaptation */
.ae-template-header { height: 146px; }
.ae-topbar { height: 42px; display: flex; align-items: center; color: rgba(255,255,255,.82); background: #16131d; font-size: 14px; }
.ae-topbar i { margin-right: 6px; color: #a987ff; }
.ae-topbar a { margin-left: 24px; color: #fff; }
.ae-header-main { height: 104px; display: flex; align-items: center; background: #fff; box-shadow: 0 8px 25px rgba(31,24,45,.07); }
.ae-header-main.header-sticky { height: 88px; }
.ae-header-logo img { width: 222px; max-height: 75px; object-fit: contain; object-position: left center; }
.ae-header-main .tgmenu__navbar-wrap > ul > li { margin: 0 18px; }
.ae-header-main .tgmenu__navbar-wrap > ul > li > a { padding: 39px 0; color: #25212b; font-size: 16px; font-weight: 600; }
.ae-header-main .tgmenu__navbar-wrap > ul > li.active > a,
.ae-header-main .tgmenu__navbar-wrap > ul > li > a:hover { color: var(--ae-primary); }
.ae-header-main .tgmenu__navbar-wrap > ul > li.active > a::after { width: 100%; height: 2px; position: absolute; left: 0; bottom: 29px; background: var(--ae-primary); content: ""; }
.ae-header-main .sub-menu { border-top-color: var(--ae-primary) !important; }
.ae-header-phone { padding-right: 20px; border-right: 1px solid #ddd8e6; line-height: 1.15; }
.ae-header-phone span { display: block; margin-bottom: 5px; color: #817989; font-size: 12px; }
.ae-header-phone a { color: var(--ae-ink); font-weight: 700; }
.ae-header-main .tg-btn { padding: 14px 21px; }
.ae-header-main .tg-header-border { background: #ddd8e6; }
.tgmobile__menu .nav-logo img { width: 210px; }
.ae-mobile-links { display: grid; gap: 9px; padding: 25px 30px; border-top: 1px solid #eee; }
.ae-mobile-links a { padding: 12px 15px; color: #302b37; background: #f6f4fb; border-radius: 7px; font-weight: 600; }
.ae-mobile-links i { width: 24px; color: var(--ae-primary); }

/* Shared template footer */
.ae-template-footer { position: relative; background-position: center; background-size: cover; }
.ae-template-footer::before { position: absolute; inset: 0; background: rgba(20,14,31,.9); content: ""; }
.ae-template-footer > * { position: relative; z-index: 1; }
.ae-footer-cta { gap: 25px; padding: 45px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.ae-footer-cta span { color: #b99bff; font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.ae-footer-cta h2 { margin: 7px 0 0; color: #fff; font-size: clamp(28px,4vw,43px); }
.ae-footer-logo { padding: 12px 15px; width: 235px; background: #fff; border-radius: 8px; }
.ae-footer-logo img { width: 100%; }
.ae-template-footer .tg-footer-info li { display: flex; gap: 14px; align-items: flex-start; }
.ae-template-footer .tg-footer-info p { color: inherit; }
.ae-footer-icon { flex: 0 0 22px; color: #b99bff; }
.ae-template-footer .tg-footer-copyright .container { padding-top: 24px; padding-bottom: 24px; }
.ae-template-footer .tg-footer-copyright a { color: #fff; }
.ae-whatsapp-float { position: fixed; right: 20px; bottom: 22px; z-index: 990; display: flex; gap: 9px; align-items: center; padding: 13px 19px; color: #fff; background: #169b5b; border-radius: 30px; box-shadow: 0 14px 35px rgba(0,0,0,.2); font-size: 14px; font-weight: 700; }
.ae-whatsapp-float:hover { color: #fff; transform: translateY(-2px); }

/* Home: original Tourex page composition */
.ae-home-hero { min-height: 680px; display: flex; align-items: center; background-position: center; background-size: cover; }
.ae-home-hero::after { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg,rgba(18,10,32,.82) 0%,rgba(18,10,32,.54) 48%,rgba(18,10,32,.08) 100%); content: ""; }
.ae-home-hero .container { position: relative; z-index: 2; }
.ae-hero-row { min-height: 680px; padding-bottom: 60px; }
.ae-hero-content h1 { margin: 0; color: #fff; font-size: clamp(54px,6.8vw,96px); font-weight: 700; line-height: .96; letter-spacing: -.045em; }
.ae-hero-content h1 em { color: #c4abff; font-style: normal; }
.ae-hero-content p { max-width: 680px; margin-top: 28px; color: rgba(255,255,255,.85); font-size: 19px; line-height: 1.65; }
.ae-hero-stats { position: absolute; right: 0; bottom: 0; z-index: 3; width: min(800px,53vw); padding: 24px 4vw; gap: 0; background: var(--ae-primary); border-radius: 18px 0 0 0; }
.ae-hero-stats span { flex: 1; padding: 0 25px; border-right: 1px solid rgba(255,255,255,.25); }
.ae-hero-stats span:last-child { border: 0; }
.ae-hero-stats strong,.ae-hero-stats small { display: block; color: #fff; }
.ae-hero-stats strong { margin-bottom: 4px; font-size: 15px; }
.ae-hero-stats small { color: rgba(255,255,255,.68); }
.ae-home-search-area { position: relative; z-index: 5; margin-top: -38px; padding-bottom: 75px; background: transparent; }
.ae-home-search-card { padding: 34px 38px 38px; border: 0; border-radius: 15px; background: #fff; box-shadow: 0 22px 65px rgba(39,25,67,.17); }
.ae-search-heading { gap: 20px; margin-bottom: 25px; }
.ae-search-heading h2 { margin: 4px 0 0; font-size: 30px; }
.ae-search-heading > a { color: var(--ae-primary); font-weight: 600; }
.ae-template-search { display: grid; grid-template-columns: 1fr 1fr 1.15fr auto; border: 1px solid var(--ae-line); border-radius: 9px; overflow: hidden; }
.ae-template-search label { min-width: 0; margin: 0; padding: 18px 22px; border-right: 1px solid var(--ae-line); }
.ae-template-search label > span { display: block; margin-bottom: 8px; color: #796f83; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.ae-template-search label > span i { margin-right: 6px; color: var(--ae-primary); }
.ae-template-search select,.ae-template-search input { width: 100%; height: 35px; padding: 0; border: 0; color: var(--ae-ink); background: transparent; font-size: 17px; font-weight: 600; outline: 0; }
.ae-template-search .nice-select { width: 100%; height: 35px; padding: 0; border: 0; line-height: 35px; }
.ae-template-search .nice-select .list { width: 100%; }
.ae-template-search button { min-width: 190px; border-radius: 0; }
.ae-home-about { overflow: hidden; }
.ae-home-about .tg-about-shape { opacity: .45; }
.tg-about-thumb-wrap { min-height: 530px; padding-right: 85px; }
.ae-about-main { width: 82%; height: 485px; object-fit: cover; border-radius: 160px 15px 15px 15px; }
.ae-about-secondary { position: absolute; right: 0; bottom: 0; width: 47%; height: 255px; object-fit: cover; border: 9px solid #fff; border-radius: 12px; }
.ae-about-badge { position: absolute; top: 38px; right: 25px; width: 155px; height: 155px; display: grid; place-content: center; padding: 18px; color: #fff; background: var(--ae-primary); border: 8px solid #fff; border-radius: 50%; text-align: center; }
.ae-about-badge strong { font-size: 37px; line-height: 1; }
.ae-about-badge span { margin-top: 6px; font-size: 12px; line-height: 1.3; }
.ae-about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ae-about-features > div { display: flex; gap: 14px; padding: 17px; background: var(--ae-soft); border-radius: 8px; }
.ae-about-features i { color: var(--ae-primary); font-size: 27px; }
.ae-about-features strong,.ae-about-features small { display: block; }
.ae-about-features strong { color: var(--ae-ink); }
.ae-about-features small { margin-top: 4px; line-height: 1.4; }
.ae-destination-card { color: inherit; background: #fff; border-radius: 12px; box-shadow: 0 10px 35px rgba(34,23,55,.09); overflow: hidden; }
.ae-destination-card .tg-destination-thumb img { height: 310px; object-fit: cover; transition: transform .5s ease; }
.ae-destination-card:hover .tg-destination-thumb > img { transform: scale(1.06); }
.ae-destination-count { position: absolute; top: 15px; right: 15px; padding: 7px 11px; color: #fff; background: var(--ae-accent); border-radius: 5px; font-size: 12px; font-weight: 700; }
.ae-destination-card .tg-destination-content { padding: 22px 15px 25px; }
.ae-destination-card .tg-destination-meta span { color: var(--ae-ink); font-size: 24px; font-weight: 700; }
.ae-destination-card small { display: block; margin-top: 6px; color: var(--ae-primary); font-weight: 600; }
.ae-tour-card { height: calc(100% - 30px); overflow: hidden; border: 1px solid var(--ae-line); border-radius: 12px; background: #fff; box-shadow: 0 10px 35px rgba(33,22,51,.07); }
.ae-tour-card .tg-listing-card-thumb { margin-bottom: 0 !important; }
.ae-tour-card .tg-listing-card-thumb img { width: 100%; height: 270px; object-fit: cover; border-radius: 0; transition: transform .5s ease; }
.ae-tour-card:hover .tg-listing-card-thumb img { transform: scale(1.05); }
.ae-tour-category { position: absolute; left: 15px; bottom: 15px; padding: 7px 11px; color: #fff; background: rgba(24,17,31,.8); border-radius: 5px; font-size: 12px; font-weight: 600; backdrop-filter: blur(5px); }
.ae-tour-card .tg-listing-main-content { padding: 24px 24px 0; }
.ae-tour-card .tg-listing-card-content { min-height: 168px; }
.ae-tour-card .tg-listing-card-title { font-size: 23px; line-height: 1.28; }
.ae-tour-summary { min-height: 49px; margin: 12px 0 18px; color: #746d7c; line-height: 1.55; }
.ae-tour-card .tg-listing-card-duration-tour { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 15px; }
.ae-tour-card .tg-listing-card-duration-tour i { margin-right: 4px; color: var(--ae-primary); }
.ae-tour-card .tg-listing-card-price { min-height: 72px; margin: 22px -24px 0; padding: 0 22px 0 25px; border-top: 1px solid var(--ae-line); }
.ae-tour-card .tg-listing-card-price-wrap { min-height: 72px; }
.ae-tour-card .tg-listing-card-currency-amount { font-size: 21px; }
.ae-tour-card .tg-listing-card-currency-amount small { display: block; color: #847b8e; font-size: 10px; line-height: 1; text-transform: uppercase; }
.ae-request-price { font-size: 17px !important; }
.ae-card-arrow { width: 39px; height: 39px; display: grid; place-items: center; color: var(--ae-primary); background: #f0eafd; border-radius: 50%; }
.ae-card-arrow:hover { color: #fff; background: var(--ae-primary); }
.ae-home-banner { min-height: 540px; display: flex; align-items: center; background-position: center; background-size: cover; }
.ae-home-banner::before { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,12,34,.85),rgba(20,12,34,.2)); content: ""; }
.ae-home-banner .container { position: relative; z-index: 1; }
.ae-home-banner p { max-width: 630px; font-size: 17px; }
.ae-benefit-card { height: calc(100% - 30px); padding: 35px 28px; border: 1px solid var(--ae-line); border-radius: 10px; transition: .25s ease; }
.ae-benefit-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: 0 20px 50px rgba(41,26,70,.11); }
.ae-benefit-card > span { width: 63px; height: 63px; display: grid; place-items: center; margin-bottom: 25px; color: var(--ae-primary); background: #f1ebff; border-radius: 50%; font-size: 28px; }
.ae-benefit-card h3 { font-size: 21px; }
.ae-benefit-card p { margin-bottom: 0; line-height: 1.65; }
.ae-blog-card { height: calc(100% - 30px); background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 12px 38px rgba(39,25,61,.08); }
.ae-blog-card .tg-blog-grid-thumb img { height: 250px; object-fit: cover; transition: transform .5s ease; }
.ae-blog-card:hover .tg-blog-grid-thumb img { transform: scale(1.05); }
.ae-blog-card .tg-blog-grid-content { padding: 26px; }
.ae-blog-card .tg-blog-grid-date { color: var(--ae-primary); font-size: 13px; font-weight: 600; }
.ae-blog-card h3 { margin: 10px 0 12px; font-size: 23px; line-height: 1.3; }
.ae-blog-card p { line-height: 1.6; }
.ae-blog-card .tg-blog-grid-btn { color: var(--ae-primary); font-weight: 700; }
.ae-empty-state { padding: 45px; border: 1px dashed #cfc6da; border-radius: 10px; text-align: center; }

/* Shared inner template pages */
.ae-breadcrumb { min-height: 350px; display: flex; align-items: center; background-position: center; background-size: cover; }
.ae-breadcrumb .tg-breadcrumb-title { color: #fff; font-size: clamp(40px,5vw,64px); }
.ae-breadcrumb .tg-breadcrumb-list-4 ul { justify-content: center; }
.ae-breadcrumb .tg-breadcrumb-list-4 li,.ae-breadcrumb .tg-breadcrumb-list-4 a { color: rgba(255,255,255,.82); }
.ae-breadcrumb .tg-breadcrumb-list-4 i { color: #cbb7ff; }
.ae-inner-intro { max-width: 720px; margin: 14px auto 0; color: rgba(255,255,255,.78); font-size: 17px; }
.ae-filter-wrap { margin-top: -48px; position: relative; z-index: 4; }
.ae-filter-card { padding: 28px; border-radius: 12px; background: #fff; box-shadow: 0 18px 55px rgba(40,25,66,.15); }
.ae-filter-form { display: grid; grid-template-columns: 1.1fr .9fr .9fr auto; gap: 12px; }
.ae-filter-form input,.ae-filter-form select,.ae-form-control { width: 100%; height: 56px; padding: 0 17px; border: 1px solid #ded8e7; border-radius: 7px; color: var(--ae-ink); background: #fff; outline: none; }
.ae-filter-form input:focus,.ae-filter-form select:focus,.ae-form-control:focus { border-color: var(--ae-primary); box-shadow: 0 0 0 3px rgba(86,12,227,.09); }
.ae-filter-form .tg-btn { min-width: 150px; }
.ae-results-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.ae-results-head h2 { margin: 0; font-size: 30px; }
.ae-results-head p { margin: 0; }
.ae-pagination { margin-top: 25px; }
.tg-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.tg-pagination li { list-style: none; }
.tg-pagination a,.tg-pagination span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--ae-ink); border: 1px solid var(--ae-line); border-radius: 50%; background: #fff; font-weight: 700; }
.tg-pagination a:hover,.tg-pagination .current { color: #fff; border-color: var(--ae-primary); background: var(--ae-primary); }
.tg-pagination .disabled { color: #b6afbd; background: #f7f5f9; }
.tg-pagination .dots { border: 0; background: transparent; }

/* Generic content/forms used by booking, tracking and policies */
.ae-panel { padding: 38px; border: 1px solid var(--ae-line); border-radius: 12px; background: #fff; box-shadow: 0 12px 40px rgba(37,24,58,.07); }
.ae-panel-title { margin-bottom: 8px; font-size: 30px; }
.ae-eyebrow { display: block; margin-bottom: 9px; color: var(--ae-primary); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ae-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ae-form-field { display: grid; gap: 8px; color: var(--ae-ink); font-weight: 600; }
.ae-form-field small { color: #8a8292; font-weight: 400; }
.ae-form-field.full { grid-column: 1/-1; }
.ae-form-field input,.ae-form-field select,.ae-form-field textarea { width: 100%; min-height: 56px; padding: 14px 17px; border: 1px solid #ddd7e6; border-radius: 7px; color: var(--ae-ink); background: #fff; outline: none; font-weight: 400; }
.ae-form-field textarea { min-height: 145px; resize: vertical; }
.ae-form-field input:focus,.ae-form-field select:focus,.ae-form-field textarea:focus { border-color: var(--ae-primary); box-shadow: 0 0 0 3px rgba(86,12,227,.08); }
.ae-alert { margin-bottom: 22px; padding: 15px 17px; border-radius: 7px; background: #fff2ef; color: #a12d15; }
.ae-alert-success { background: #ecfbf2; color: #157743; }
.ae-sidebar-card { padding: 32px; border-radius: 12px; background: #f4efff; }
.ae-sidebar-card.dark { color: #fff; background: #21192f; }
.ae-sidebar-card.dark h2,.ae-sidebar-card.dark h3,.ae-sidebar-card.dark a { color: #fff; }
.ae-sidebar-card h2 { font-size: 29px; }
.ae-info-list { display: grid; gap: 0; margin: 25px 0 0; }
.ae-info-list > div { padding: 15px 0; border-bottom: 1px solid rgba(105,88,126,.18); }
.ae-info-list dt { margin-bottom: 4px; color: #83778f; font-size: 12px; text-transform: uppercase; }
.ae-info-list dd { margin: 0; color: var(--ae-ink); font-weight: 600; }
.ae-content-prose { color: #57515f; font-size: 17px; line-height: 1.85; }
.ae-content-prose h2,.ae-content-prose h3,.ae-content-prose h4 { margin: 30px 0 14px; color: var(--ae-ink); }
.ae-content-prose ul,.ae-content-prose ol { margin: 18px 0; padding-left: 22px; }
.ae-content-prose a { color: var(--ae-primary); text-decoration: underline; }
.ae-honeypot { position: absolute !important; left: -9999px !important; }

/* Tour grid, detail and booking formats */
.ae-collection-tabs { display: flex; flex-wrap: wrap; gap: 9px; }
.ae-collection-tabs a { padding: 10px 16px; color: #62596d; border: 1px solid var(--ae-line); border-radius: 30px; background: #fff; font-size: 14px; font-weight: 600; }
.ae-collection-tabs a:hover,.ae-collection-tabs a.active { color: #fff; border-color: var(--ae-primary); background: var(--ae-primary); }
.ae-inner-cta { position: relative; padding: 70px 0; color: #fff; background-position: center; background-size: cover; }
.ae-inner-cta::before { position: absolute; inset: 0; background: rgba(37,20,65,.88); content: ""; }
.ae-inner-cta .container { position: relative; z-index: 1; }
.ae-inner-cta span { color: #cbb7ff; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.ae-inner-cta h2 { margin: 5px 0 0; color: #fff; font-size: clamp(30px,4vw,45px); }
.ae-detail-title-area { background: #f8f6fb; }
.ae-dark-breadcrumb ul { flex-wrap: wrap; }
.ae-dark-breadcrumb li,.ae-dark-breadcrumb a { color: #716a79 !important; }
.ae-dark-breadcrumb i { color: var(--ae-primary); }
.ae-detail-title-area h1 { margin: 7px 0 13px; color: var(--ae-ink); font-size: clamp(38px,5vw,62px); line-height: 1.08; }
.ae-detail-title-area p { max-width: 790px; margin: 0; font-size: 18px; line-height: 1.65; }
.ae-detail-share { display: inline-flex; gap: 8px; align-items: center; padding: 12px 16px; color: var(--ae-ink); border: 1px solid var(--ae-line); border-radius: 7px; background: #fff; font-weight: 600; }
.ae-detail-gallery { background: #f8f6fb; }
.ae-gallery-grid { display: grid; grid-template-columns: minmax(0,1fr) 150px; gap: 12px; }
.ae-gallery-main { height: 590px; border-radius: 14px; overflow: hidden; }
.ae-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.ae-gallery-thumbs { display: grid; grid-template-rows: repeat(5,1fr); gap: 10px; min-height: 0; }
.ae-gallery-thumbs button { min-height: 0; padding: 0; border: 3px solid transparent; border-radius: 9px; background: none; overflow: hidden; opacity: .72; }
.ae-gallery-thumbs button.active { border-color: var(--ae-primary); opacity: 1; }
.ae-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.ae-tour-facts { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--ae-line); border-radius: 11px; background: #fff; box-shadow: 0 12px 38px rgba(37,24,55,.06); }
.ae-tour-facts > div { display: flex; gap: 14px; align-items: center; min-height: 105px; padding: 22px 25px; border-right: 1px solid var(--ae-line); }
.ae-tour-facts > div:last-child { border: 0; }
.ae-tour-facts i { width: 48px; height: 48px; display: grid; flex: 0 0 48px; place-items: center; color: var(--ae-primary); background: #f1eaff; border-radius: 50%; font-size: 21px; }
.ae-tour-facts small,.ae-tour-facts strong { display: block; }
.ae-tour-facts small { margin-bottom: 2px; color: #867d8e; }
.ae-tour-facts strong { color: var(--ae-ink); }
.ae-tour-detail-content { padding-right: 35px; }
.ae-detail-section { padding: 0 0 45px; margin-bottom: 45px; border-bottom: 1px solid var(--ae-line); }
.ae-detail-section:last-child { border-bottom: 0; }
.ae-detail-section > h2 { margin: 0 0 21px; font-size: 34px; }
.ae-structured-list { display: grid; gap: 12px; }
.ae-structured-list > div { display: grid; grid-template-columns: 55px 1fr; gap: 19px; padding: 22px; border: 1px solid var(--ae-line); border-radius: 9px; }
.ae-structured-list > div > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--ae-primary); background: #f1ebff; border-radius: 50%; font-weight: 700; }
.ae-structured-list h3 { margin: 0 0 6px; font-size: 20px; }
.ae-structured-list p { margin: 0; line-height: 1.7; }
.ae-guest-notes { display: grid; gap: 15px; }
.ae-guest-notes article { display: flex; gap: 18px; padding: 23px; border-radius: 9px; background: var(--ae-soft); }
.ae-guest-notes i { color: var(--ae-primary); font-size: 25px; }
.ae-guest-notes h3 { margin: 0 0 7px; font-size: 20px; }
.ae-guest-notes p { margin: 0; line-height: 1.7; }
.ae-booking-sidebar { position: sticky; top: 115px; }
.ae-request-card { padding: 32px !important; border: 1px solid var(--ae-line); border-radius: 12px; box-shadow: 0 15px 45px rgba(38,24,59,.1); }
.ae-detail-price { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid var(--ae-line); }
.ae-detail-price small,.ae-detail-price strong { display: block; }
.ae-detail-price small { margin-bottom: 5px; color: #827989; }
.ae-detail-price strong { color: var(--ae-ink); font-size: 33px; line-height: 1.15; }
.ae-detail-price span { font-size: 13px; }
.ae-request-card > p { line-height: 1.6; }
.ae-request-card ul { display: grid; gap: 10px; margin: 22px 0 27px; }
.ae-request-card li i { width: 21px; color: var(--ae-primary); }
.ae-whatsapp-button { min-height: 50px; display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 11px; color: #fff; background: #169b5b; border-radius: 6px; font-weight: 700; }
.ae-whatsapp-button:hover { color: #fff; background: #10804a; }
.ae-request-contact { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--ae-line); text-align: center; }
.ae-request-contact span,.ae-request-contact a { display: block; }
.ae-request-contact a { margin-top: 4px; color: var(--ae-ink); font-size: 19px; font-weight: 700; }
.ae-booking-progress { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ae-line); border-radius: 10px; overflow: hidden; }
.ae-booking-progress > div { position: relative; display: flex; gap: 14px; align-items: center; min-height: 92px; padding: 18px 25px; background: #faf9fc; }
.ae-booking-progress > div:not(:last-child)::after { position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: var(--ae-line); content: ""; }
.ae-booking-progress i { width: 42px; height: 42px; display: grid; place-items: center; color: #81778c; border: 1px solid #cfc7d8; border-radius: 50%; font-style: normal; font-weight: 700; }
.ae-booking-progress .active { background: #f1eaff; }
.ae-booking-progress .active i { color: #fff; border-color: var(--ae-primary); background: var(--ae-primary); }
.ae-booking-progress strong,.ae-booking-progress small { display: block; }
.ae-booking-progress strong { color: var(--ae-ink); }
.ae-booking-progress small { margin-top: 2px; }
.ae-booking-form fieldset { padding: 0 0 35px; margin: 0 0 35px; border: 0; border-bottom: 1px solid var(--ae-line); }
.ae-booking-form legend { margin-bottom: 24px; color: var(--ae-ink); font-size: 23px; font-weight: 700; }
.ae-booking-form legend span { color: var(--ae-primary); font-size: 13px; }
.ae-form-grid-three { grid-template-columns: repeat(3,1fr); }
.ae-booking-submit { display: flex; gap: 25px; align-items: center; justify-content: space-between; }
.ae-booking-submit > div { display: flex; gap: 13px; align-items: center; }
.ae-booking-submit > div > i { color: var(--ae-primary); font-size: 26px; }
.ae-booking-submit strong,.ae-booking-submit small { display: block; }
.ae-booking-summary { position: sticky; top: 115px; padding: 0 0 30px; overflow: hidden; }
.ae-booking-summary > img { width: 100%; height: 250px; object-fit: cover; }
.ae-booking-summary > div { padding-right: 28px; padding-left: 28px; }
.ae-booking-summary h2 { font-size: 25px; }

/* Booking tracking, confirmation and contact */
.ae-form-security { color: #81798a; font-size: 13px; }
.ae-reference-help { display: flex; gap: 15px; padding: 19px; margin-top: 25px; background: rgba(255,255,255,.09); border-radius: 8px; }
.ae-reference-help > i { color: #b99bff; font-size: 25px; }
.ae-reference-help strong,.ae-reference-help span { display: block; }
.ae-reference-help span { margin-top: 5px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.5; }
.ae-support-email { display: block; margin-top: 18px; text-align: center; }
.ae-booking-result { max-width: 980px; margin-right: auto; margin-left: auto; padding: 38px; border: 1px solid var(--ae-line); border-radius: 12px; background: #fff; box-shadow: 0 14px 45px rgba(38,24,58,.08); }
.ae-booking-result header { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--ae-line); }
.ae-booking-result header h2 { margin: 0; font-size: 31px; }
.ae-status-pill { padding: 8px 13px; color: var(--ae-primary); background: #f0eaff; border-radius: 20px; font-size: 13px; font-weight: 700; }
.ae-result-facts { display: grid; grid-template-columns: 2fr 1fr 1fr; margin: 28px 0; border: 1px solid var(--ae-line); border-radius: 8px; }
.ae-result-facts > div { padding: 18px 20px; border-right: 1px solid var(--ae-line); }
.ae-result-facts > div:last-child { border: 0; }
.ae-result-facts small,.ae-result-facts strong { display: block; }
.ae-result-facts small { margin-bottom: 5px; color: #857c8d; }
.ae-result-facts strong { color: var(--ae-ink); }
.ae-status-timeline { margin-top: 30px; }
.ae-status-timeline > div { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 14px; padding-bottom: 24px; }
.ae-status-timeline > div:not(:last-child)::before { position: absolute; top: 13px; bottom: -2px; left: 5px; width: 2px; background: #dcd2ec; content: ""; }
.ae-status-timeline i { position: relative; z-index: 1; width: 12px; height: 12px; margin-top: 5px; background: var(--ae-primary); border: 3px solid #e8ddff; border-radius: 50%; box-sizing: content-box; }
.ae-status-timeline strong,.ae-status-timeline small { display: block; }
.ae-status-timeline small { margin-top: 2px; color: #887e90; }
.ae-booking-result.not-found > div > i { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--ae-primary); background: #f0eaff; border-radius: 50%; font-size: 27px; }
.ae-confirmation-area { min-height: 850px; display: grid; place-items: center; padding: 90px 0; background-position: center; background-size: cover; }
.ae-confirmation-card { max-width: 940px; margin: 0 auto; padding: 55px; border-radius: 16px; background: rgba(255,255,255,.97); box-shadow: 0 25px 75px rgba(26,16,42,.2); text-align: center; }
.ae-success-icon { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 22px; color: #fff; background: var(--ae-primary); border: 9px solid #ece3ff; border-radius: 50%; font-size: 26px; }
.ae-confirmation-card > h1 { margin: 0 0 15px; font-size: clamp(37px,5vw,57px); }
.ae-confirmation-card > p { max-width: 680px; margin: 0 auto; font-size: 17px; }
.ae-reference-card { max-width: 540px; margin: 30px auto; padding: 22px; color: #fff; background: #21192f; border-radius: 10px; }
.ae-reference-card span,.ae-reference-card strong,.ae-reference-card small { display: block; }
.ae-reference-card strong { margin: 5px 0; color: #cbb7ff; font-size: 29px; letter-spacing: .04em; }
.ae-reference-card small { color: rgba(255,255,255,.67); }
.ae-confirmation-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 35px 0; }
.ae-confirmation-steps article { padding: 23px 18px; background: var(--ae-soft); border-radius: 9px; }
.ae-confirmation-steps i { width: 38px; height: 38px; display: grid; place-items: center; margin: 0 auto 14px; color: var(--ae-primary); background: #fff; border-radius: 50%; font-style: normal; font-weight: 700; }
.ae-confirmation-steps h2 { margin: 0 0 7px; font-size: 20px; }
.ae-confirmation-steps p { margin: 0; font-size: 14px; line-height: 1.5; }
.ae-contact-info { height: 100%; padding: 38px; color: rgba(255,255,255,.72); background: #21192f; border-radius: 12px; overflow: hidden; }
.ae-contact-info .ae-eyebrow { color: #b99bff; }
.ae-contact-info h2 { color: #fff; font-size: 37px; }
.ae-contact-methods { display: grid; gap: 3px; margin: 30px 0; }
.ae-contact-methods > * { display: flex; gap: 15px; align-items: center; padding: 17px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.ae-contact-methods i { width: 44px; height: 44px; display: grid; flex: 0 0 44px; place-items: center; color: #cbb7ff; background: rgba(255,255,255,.08); border-radius: 50%; }
.ae-contact-methods small,.ae-contact-methods strong { display: block; }
.ae-contact-methods small { color: rgba(255,255,255,.58); }
.ae-contact-methods strong { font-size: 16px; }
.ae-contact-info > img { width: calc(100% + 76px); height: 230px; margin: 5px -38px -38px; object-fit: cover; }
.ae-contact-form-wrap { height: 100%; padding: 45px; margin-left: 25px; border: 1px solid var(--ae-line); border-radius: 12px; background: #fff; box-shadow: 0 14px 45px rgba(37,24,58,.07); }

/* Blog, about, FAQ and policy page formats */
.ae-blog-grid-card .tg-blog-grid-content { min-height: 285px; }
.ae-blog-grid-card h2 { margin: 12px 0; font-size: 25px; line-height: 1.3; }
.ae-blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #847b8e; font-size: 13px; }
.ae-blog-meta i { margin-right: 4px; color: var(--ae-primary); }
.ae-article-breadcrumb { min-height: 470px; }
.ae-article-breadcrumb .tg-breadcrumb-title { max-width: 950px; margin-right: auto; margin-left: auto; font-size: clamp(40px,5vw,66px); }
.ae-article-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; justify-content: center; color: rgba(255,255,255,.8); }
.ae-article-meta i { margin-right: 6px; color: #cbb7ff; }
.ae-article-main { overflow: hidden; border: 1px solid var(--ae-line); border-radius: 12px; background: #fff; }
.ae-article-cover { width: 100%; height: 470px; object-fit: cover; }
.ae-article-lead { margin: 0; padding: 35px 42px 0; color: var(--ae-ink); font-size: 22px; font-weight: 500; line-height: 1.65; }
.ae-article-content { padding: 28px 42px 42px; }
.ae-article-content > *:first-child { margin-top: 0; }
.ae-article-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 42px; background: var(--ae-soft); }
.ae-article-footer a { color: var(--ae-primary); font-weight: 700; }
.ae-blog-sidebar { position: sticky; top: 115px; display: grid; gap: 25px; }
.ae-blog-sidebar-image { min-height: 370px; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; color: #fff; background-position: center; background-size: cover; border-radius: 12px; overflow: hidden; position: relative; }
.ae-blog-sidebar-image::before { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(25,16,37,.9),rgba(25,16,37,.1)); content: ""; }
.ae-blog-sidebar-image > * { position: relative; z-index: 1; }
.ae-blog-sidebar-image span { color: #cbb7ff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ae-blog-sidebar-image h3 { margin: 7px 0 15px; color: #fff; font-size: 30px; }
.ae-blog-sidebar-image a { color: #fff; font-weight: 700; }
.ae-about-page-images { min-height: 570px; padding-right: 70px; }
.ae-about-page-images .main { width: 80%; height: 530px; object-fit: cover; border-radius: 15px 150px 15px 15px; }
.ae-about-page-images .small { position: absolute; right: 0; bottom: 0; width: 47%; height: 270px; object-fit: cover; border: 9px solid #fff; border-radius: 12px; }
.ae-about-page-images > div { position: absolute; top: 34px; right: 10px; width: 145px; height: 145px; display: grid; place-content: center; color: #fff; background: var(--ae-primary); border: 8px solid #fff; border-radius: 50%; text-align: center; }
.ae-about-page-images strong,.ae-about-page-images span { display: block; }
.ae-about-page-images strong { font-size: 26px; }
.ae-about-page-images span { font-size: 12px; line-height: 1.3; }
.ae-about-page-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.ae-about-page-points > div { display: flex; gap: 13px; align-items: center; padding: 17px; border: 1px solid var(--ae-line); border-radius: 8px; }
.ae-about-page-points i { color: var(--ae-primary); font-size: 25px; }
.ae-about-page-points strong,.ae-about-page-points small { display: block; }
.ae-about-page-points strong { color: var(--ae-ink); }
.ae-about-page-points small { margin-top: 3px; line-height: 1.35; }
.ae-about-banner { position: relative; min-height: 480px; display: grid; place-items: center; padding: 80px 0; background-position: center; background-size: cover; }
.ae-about-banner::before { position: absolute; inset: 0; background: rgba(31,18,49,.76); content: ""; }
.ae-about-banner .container { position: relative; z-index: 1; }
.ae-about-banner h2 { font-size: clamp(37px,5vw,62px); }
.ae-faq-visual { padding-right: 40px; }
.ae-faq-visual > img { width: 100%; height: 590px; object-fit: cover; border-radius: 150px 15px 15px; }
.ae-faq-visual > div { position: absolute; right: 0; bottom: 35px; width: 285px; padding: 25px; color: #fff; background: #21192f; border-radius: 10px; box-shadow: 0 15px 40px rgba(25,16,37,.2); }
.ae-faq-visual > div > i { color: #cbb7ff; font-size: 28px; }
.ae-faq-visual strong,.ae-faq-visual span,.ae-faq-visual a { display: block; }
.ae-faq-visual strong { margin-top: 10px; color: #fff; font-size: 21px; }
.ae-faq-visual span { margin: 5px 0 13px; color: rgba(255,255,255,.66); line-height: 1.4; }
.ae-faq-visual a { color: #cbb7ff; font-weight: 700; }
.ae-faq-accordion .accordion-item { margin-bottom: 12px; border: 1px solid var(--ae-line); border-radius: 8px !important; overflow: hidden; }
.ae-faq-accordion .accordion-button { padding: 21px 23px; color: var(--ae-ink); background: #fff; box-shadow: none; font-size: 17px; font-weight: 700; }
.ae-faq-accordion .accordion-button:not(.collapsed) { color: var(--ae-primary); background: #f3edff; }
.ae-faq-accordion .accordion-button:focus { box-shadow: none; }
.ae-faq-accordion .accordion-body { padding: 0 23px 23px; line-height: 1.7; }
.ae-policy-content { padding: 45px; }
.ae-policy-content footer { padding-top: 24px; margin-top: 35px; border-top: 1px solid var(--ae-line); color: #887f90; font-size: 13px; }
.ae-policy-track { display: block; margin-top: 18px; color: var(--ae-primary); text-align: center; font-weight: 700; }




@media (max-width: 1399px) {
    .ae-header-main .tgmenu__navbar-wrap > ul > li { margin: 0 13px; }
    .ae-template-header { height: 130px; }
    .ae-header-main { height: 88px; }
    .ae-header-main .tgmenu__navbar-wrap > ul > li > a { padding: 31px 0; }
}

@media (max-width: 1199px) {
    .ae-template-header { height: 122px; }
    .ae-header-main { height: 80px; }
    .ae-header-logo img { width: 195px; max-height: 65px; }
    .ae-home-hero,.ae-hero-row { min-height: 620px; }
    .ae-template-search { grid-template-columns: 1fr 1fr; }
    .ae-template-search label { border-bottom: 1px solid var(--ae-line); }
    .ae-template-search button { min-height: 62px; }
    .ae-filter-form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 991px) {
    .ae-topbar > div > span { display: none; }
    .ae-topbar .container-fluid { justify-content: flex-end !important; }
    .ae-topbar a:first-child { margin-left: 0; }
    .ae-home-hero,.ae-hero-row { min-height: 570px; }
    .ae-hero-content h1 { font-size: clamp(49px,10vw,74px); }
    .tg-about-thumb-wrap { margin-bottom: 65px; }
    .ae-filter-form { grid-template-columns: 1fr 1fr; }
    .ae-gallery-grid { grid-template-columns: 1fr; }
    .ae-gallery-main { height: 470px; }
    .ae-gallery-thumbs { grid-template-columns: repeat(5,1fr); grid-template-rows: 85px; }
    .ae-tour-facts { grid-template-columns: 1fr 1fr; }
    .ae-tour-facts > div:nth-child(2) { border-right: 0; }
    .ae-tour-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--ae-line); }
    .ae-tour-detail-content { padding-right: 0; }
    .ae-booking-sidebar,.ae-booking-summary { position: static; margin-top: 35px; }
    .ae-contact-form-wrap { margin: 30px 0 0; }
    .ae-blog-sidebar { position: static; }
    .ae-about-page-images { margin-bottom: 45px; }
    .ae-faq-visual { margin-bottom: 50px; }
}

@media (max-width: 767px) {
    .ae-template-header { height: 78px; }
    .ae-topbar { display: none; }
    .ae-header-main { height: 78px; }
    .ae-header-logo img { width: 175px; }
    .ae-home-hero,.ae-hero-row { min-height: 540px; }
    .ae-hero-row { padding: 50px 0 90px; }
    .ae-hero-content p { font-size: 16px; }
    .ae-home-search-area { margin-top: -55px; }
    .ae-home-search-card { padding: 27px 20px 22px; }
    .ae-template-search { display: block; }
    .ae-template-search label { display: block; border-right: 0; }
    .ae-template-search button { width: 100%; }
    .tg-about-thumb-wrap { min-height: 430px; padding-right: 50px; }
    .ae-about-main { height: 390px; }
    .ae-about-secondary { height: 190px; }
    .ae-about-badge { top: 20px; right: 0; width: 125px; height: 125px; }
    .ae-about-features { grid-template-columns: 1fr; }
    .ae-destination-card .tg-destination-thumb img { height: 340px; }
    .ae-breadcrumb { min-height: 285px; }
    .ae-filter-form { grid-template-columns: 1fr; }
    .ae-panel { padding: 28px 21px; }
    .ae-form-grid { grid-template-columns: 1fr; }
    .ae-form-field.full { grid-column: auto; }
    .ae-tour-facts { grid-template-columns: 1fr; }
    .ae-tour-facts > div { border-right: 0; border-bottom: 1px solid var(--ae-line); }
    .ae-tour-facts > div:nth-child(3) { border-bottom: 1px solid var(--ae-line); }
    .ae-gallery-main { height: 350px; }
    .ae-gallery-thumbs { grid-template-columns: repeat(5,100px); overflow-x: auto; }
    .ae-structured-list > div { grid-template-columns: 42px 1fr; padding: 18px 15px; }
    .ae-structured-list > div > span { width: 40px; height: 40px; }
    .ae-booking-progress { grid-template-columns: 1fr; }
    .ae-booking-progress > div:not(:last-child)::after { top: auto; left: 0; width: auto; height: 1px; }
    .ae-form-grid-three { grid-template-columns: 1fr; }
    .ae-booking-submit { align-items: stretch; flex-direction: column; }
    .ae-result-facts { grid-template-columns: 1fr; }
    .ae-result-facts > div { border-right: 0; border-bottom: 1px solid var(--ae-line); }
    .ae-confirmation-card { padding: 38px 20px; }
    .ae-confirmation-steps { grid-template-columns: 1fr; }
    .ae-contact-info,.ae-contact-form-wrap { padding: 30px 21px; }
    .ae-contact-info > img { width: calc(100% + 42px); margin-right: -21px; margin-left: -21px; }
    .ae-article-cover { height: 310px; }
    .ae-article-lead { padding: 25px 21px 0; font-size: 19px; }
    .ae-article-content { padding: 22px 21px 30px; }
    .ae-article-footer { align-items: flex-start; flex-direction: column; padding: 22px 21px; }
    .ae-about-page-images { min-height: 400px; padding-right: 0; }
    .ae-about-page-images .main { width: 100%; height: 390px; }
    .ae-about-page-images .small,.ae-about-page-images > div { display: none; }
    .ae-about-page-points { grid-template-columns: 1fr; }
    .ae-faq-visual { padding-right: 0; }
    .ae-faq-visual > img { height: 460px; }
    .ae-faq-visual > div { position: relative; right: auto; bottom: auto; width: calc(100% - 28px); margin: -75px 14px 0; }
    .ae-policy-content { padding: 28px 21px; }
    .ae-whatsapp-float span { display: none; }
    .ae-whatsapp-float { width: 50px; height: 50px; justify-content: center; padding: 0; font-size: 21px; }
}

@media (max-width: 479px) {
    .ae-topbar a:last-child { display: none; }
    .ae-hero-content h1 { font-size: 44px; }
    .tg-about-thumb-wrap { min-height: 355px; padding-right: 0; }
    .ae-about-main { width: 100%; height: 340px; border-radius: 90px 12px 12px; }
    .ae-about-secondary,.ae-about-badge { display: none; }
    .ae-home-search-card { border-radius: 10px; }
}
