/* Inner chapters of the homepage's Mediterranean visual language. */
body.is-inner { --themecolor: #153f46; --secondarycolor: #d6a743; --textcolor: #516368; background: #f7f5f0; color: #516368; font-family: 'Poppins', sans-serif; }
.is-inner #page-container { min-height: 100vh; padding: 0; }
.is-inner #content-wrap { padding: 0; }
.is-inner #loading { display: none; }
.inner-wrap, .is-inner #content-wrap > .container, .is-inner #content-wrap > main.container, .is-inner #content-wrap > div > .container { width: calc(100% - 64px); max-width: 1240px; margin-inline: auto; padding-inline: 0; }
.is-inner #content-wrap .container .container { width: 100%; max-width: none; padding-inline: 0; }
.is-inner #content-wrap .section-padding { padding-block: 48px 64px; background: transparent; }
.is-inner #content-wrap .section-padding .section-padding { padding-block: 40px; }
.is-inner h1, .is-inner h2, .is-inner h3, .is-inner h4, .is-inner h5 { color: #153f46; font-family: 'Poppins', sans-serif; font-style: normal; letter-spacing: -.035em; line-height: 1.4; }
.is-inner #content-wrap p, .is-inner #content-wrap li { line-height: 1.85; }
.is-inner #content-wrap p { font-size: 15px; }
.is-inner #content-wrap a { color: #153f46; }
.is-inner a:focus-visible, .is-inner button:focus-visible, .is-inner summary:focus-visible { outline: 3px solid #a67a27; outline-offset: 4px; }
.is-inner #header { box-shadow: none; border-bottom: 1px solid #e5e6dd; }
.is-inner .header-plan { box-shadow: none; }
.inner-skip { position: fixed; top: 8px; left: 20px; z-index: 2000; padding: 12px 24px; background: #fff; color: #153f46; transform: translateY(-160%); }
.inner-skip:focus { transform: none; }
.inner-hero { position: relative; display: flex; align-items: center; min-height: 365px; overflow: hidden; background: #153f46; isolation: isolate; }
.inner-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; z-index: -2; animation: inner-image-enter 1.2s ease-out both; }
.inner-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,35,41,.84), rgba(8,35,41,.48) 55%, rgba(8,35,41,.12)); }
.inner-hero__copy { padding-block: 52px; animation: inner-enter .65s ease-out both; }
.is-inner .inner-eyebrow { margin: 0 0 17px; color: #e6c485; font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.is-inner .inner-hero h1 { margin: 0 0 17px; max-width: 780px; color: #fff; font-size: clamp(32px, 3.5vw, 48px); font-weight: 500; line-height: 1.2; }
.is-inner .inner-hero__intro { max-width: 570px; margin: 0; color: #f0f2ed; font-size: 16px; line-height: 1.8; }
.inner-hero--quiet { min-height: 260px; background: #eeece3; }
.inner-hero--quiet::after { display: none; }
.is-inner .inner-hero--quiet h1 { color: #153f46; }
.is-inner .inner-hero--quiet .inner-eyebrow { color: #806536; }
.is-inner .inner-hero--quiet .inner-hero__intro { color: #516368; }
.is-inner .breadcrumb { background: transparent; border: 0; border-radius: 0; padding: 0 0 22px; margin: 0 0 30px; border-bottom: 1px solid #d9ddd3; font-size: 12px; }
.is-inner .breadcrumb-item.active { color: #657579; }
.is-inner .breadcrumb-item + .breadcrumb-item::before { color: #a28a58; }
body.is-inner .tour-package { min-height: 0; height: auto; border: 0; border-radius: 0; margin: 0 0 36px; background: transparent; box-shadow: none; }
.is-inner .tour-image { border-radius: 8px; }
.is-inner .tour-image figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.is-inner .tour-image figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.is-inner .tour-package:hover .tour-image img { transform: scale(1.04); }
.is-inner .tour-image::before { opacity: 1; background: linear-gradient(transparent 60%, #09262c55); pointer-events: none; }
.is-inner .tour-package .btn-marin { inset: auto 16px 16px auto; transform: none; padding: 9px 17px; min-height: 42px; color: #153f46 !important; background: #f7f5f0; border: 0; font-size: 12px; font-weight: 500; }
.is-inner .tour-package:hover .btn-marin, .is-inner .tour-package .btn-marin:hover { background: #e9dfc8; color: #153f46 !important; }
.is-inner .tour-price { inset: 14px auto auto 14px; margin: 0; background: #153f46; color: #fff; border-radius: 4px; padding: 7px 12px; font-size: 13px; letter-spacing: 0; }
.is-inner .tour-package .tour-description { padding: 0; }
.is-inner .tour-package h5 { margin: 18px 0 10px; text-align: left; font-size: 19px; font-weight: 600; }
.is-inner .tour-description p { margin: 0; color: #607075; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.inner-sidebar { align-self: flex-start; position: sticky; top: 28px; padding-right: 35px; }
.inner-filters { border-top: 2px solid #153f46; }
.inner-filters summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; list-style: none; color: #153f46; font-weight: 600; font-size: 14px; cursor: pointer; }
.inner-filters summary::-webkit-details-marker { display: none; }
.inner-filters summary span { transition: transform .2s; }
.inner-filters[open] summary span { transform: rotate(180deg); }
.inner-filters nav { max-height: 65vh; overflow-y: auto; scrollbar-width: thin; padding-bottom: 12px; }
.inner-filters a { display: block; padding: 10px 12px; font-size: 13px; line-height: 1.7; border-radius: 4px; }
.inner-filters a:hover, .inner-filters a[aria-current] { background: #e9e8de; }
.inner-filters a[aria-current] { box-shadow: inset 2px 0 #ac8740; font-weight: 600; }
.inner-filters .inner-filters__all { color: #806536; margin-bottom: 10px; }
.inner-filters__group { border-top: 1px solid #d9ddd3; padding: 10px 0; }
.inner-filters .inner-filters__heading { font-weight: 600; font-size: 14px; }
.is-inner .pagination { flex-wrap: wrap; gap: 5px; margin: 25px 0; }
.is-inner .pagination .page-link { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid #d4dbd2; border-radius: 4px; background: transparent; font-size: 13px; }
.is-inner .pagination .active .page-link { background: #153f46; border-color: #153f46; color: #fff !important; }
.is-inner .pagination .disabled .page-link { color: #7f8884; }
.is-inner .tour-pagination { display: flex; justify-content: center; }
.is-inner .tour-pagination .pagination { flex-wrap: nowrap; gap: 8px; }
.is-inner .tour-pagination .page-link { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; margin: 0; border-radius: 6px; line-height: 1.4; }
.is-inner .tour-pagination a.page-link:hover { background: #e9e8de; border-color: #a5b5ac; }
.is-inner .tour-pagination a.page-link:focus-visible { outline: 2px solid #153f46; outline-offset: 3px; }
.is-inner .tour-pagination .disabled .page-link { color: #66736c; background: #eeece3; }
@media (max-width: 575.98px) {
    .is-inner .tour-pagination .pagination { display: grid; grid-template-columns: repeat(calc(var(--page-count) * 2), minmax(0, 1fr)); gap: 10px 6px; width: 100%; max-width: 360px; margin: 12px 0 4px; }
    .tour-pagination__number { grid-row: 1; grid-column: span 2; }
    .tour-pagination__previous { grid-row: 2; grid-column: 1 / span var(--page-count); }
    .tour-pagination__next { grid-row: 2; grid-column: span var(--page-count); }
    .is-inner .tour-pagination .page-link { width: 100%; min-width: 0; padding: 10px 6px; }
}
.is-inner .section-title { text-align: left; margin-bottom: 28px; }
.is-inner .section-title h2 { font-size: 28px; text-align: left; }
.is-inner .section-title h2::after { display: none; }
.is-inner #popular-tour { border-top: 1px solid #d9ddd3; margin-top: 24px; }
.is-inner .carousel-wrap { width: 100%; padding-inline: 15px; min-width: 0; }
.is-inner .owl-theme .owl-nav button { color: #153f46; }
/* Long-form pages retain the original content, with an editorial reading width. */
.page-about #content-wrap > .container > .section-padding > .container > section { max-width: 830px; margin-inline: auto; }
.page-about #content-wrap > .container > .section-padding > .container > section > p:first-of-type { font-size: 21px; line-height: 1.7; color: #153f46; }
.page-about #content-wrap p { margin-bottom: 24px; }
.page-about #content-wrap ul { padding: 24px 24px 24px 44px; background: #eeece3; font-size: 13px; }
.page-terms #content-wrap > .container, .page-privacy #content-wrap > .container { max-width: 900px; }
.page-terms #content-wrap, .page-privacy #content-wrap { overflow-wrap: anywhere; }
.page-terms #content-wrap h2, .page-privacy #content-wrap h2 { font-size: 25px; margin-top: 32px; }
.page-terms #content-wrap h3, .page-privacy #content-wrap h3 { font-size: 20px; margin-top: 26px; }
.page-contact #content-wrap iframe { display: block; width: 100%; height: 420px; border-radius: 8px; filter: saturate(.7); }
.page-contact #content-wrap .col-md-5.text-center { text-align: left !important; padding: 36px 40px; background: #eeece3; border-radius: 8px; line-height: 1.9; }
.page-contact #content-wrap .col-md-5.text-center a { display: inline-block; padding: 10px 0; overflow-wrap: anywhere; font-weight: 500; }
.page-contact #content-wrap .col-md-5.text-center hr { border-color: #d4d8cf; margin-block: 25px; }
.page-contact #content-wrap .col-md-7 { padding-left: 0; padding-right: 30px; }
.page-contact #contactForm { padding: 28px !important; background: #eeece3; border-radius: 8px; }
.page-contact #contactForm label { color: #153f46; font-size: 13px; }
.page-contact #contactForm textarea { min-height: 120px; resize: vertical; }
.page-contact #contactForm button[type="submit"] { padding: 12px 25px; background: #153f46; color: #fff; border: 0; border-radius: 28px; }
/* Journal and media use the photographs as the principal structure. */
.page-blog #content-wrap section > .row { row-gap: 20px; }
.page-blog #content-wrap section > .row > div > a { display: block; overflow: hidden; border-radius: 8px; }
.page-blog #content-wrap section > .row > div > a > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .6s; }
.page-blog #content-wrap section > .row > div:hover > a > img { transform: scale(1.035); }
.page-blog #content-wrap h4 { font-size: 20px; margin-top: 20px !important; }
.page-blog #content-wrap .date { font-size: 11px; margin: 12px 0; color: #806536 !important; }
.page-blog #content-wrap section > .row > div > p:last-child { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.is-inner #blog-detail { max-width: 850px; margin-inline: auto; }
.is-inner #blog-detail h1 { font-size: clamp(28px, 3.5vw, 44px); margin-bottom: 16px !important; }
.is-inner #blog-detail > img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 8px; margin-top: 16px; }
.is-inner #blog-detail p { font-size: 16px; line-height: 1.95; }
.is-inner #blog-detail img, .is-inner .tab-content img { max-width: 100%; height: auto; }
.is-inner #gallery .row { row-gap: 24px; }
.is-inner #gallery .grid-item, .is-inner #gallery figure { display: block; height: 100%; margin: 0; border-radius: 8px; overflow: hidden; }
.is-inner #gallery figure { aspect-ratio: 4 / 3; }
.is-inner #gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.is-inner #gallery a:hover img { transform: scale(1.045); }
.is-inner #videos .embed-responsive { border-radius: 8px; background: #153f46; }
.is-inner #videos .row { row-gap: 6px; }
/* Detail pages foreground the title, booking action and existing photo galleries. */
.is-inner .tour-name { font-size: clamp(27px, 3vw, 40px); font-weight: 500; margin-bottom: 22px; }
.is-inner .btn-danger, .is-inner .btn-primary, .inner-button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 13px 26px; min-height: 48px; border-radius: 28px; border: 0; background: #153f46; color: #fff !important; font-size: 14px; font-weight: 500; transition: background .2s, transform .2s; }
.is-inner .btn-danger:hover, .is-inner .btn-primary:hover, .inner-button:hover { background: #245760; transform: translateY(-2px); }
.is-inner #tour-slider { border-radius: 10px; overflow: hidden; }
.is-inner #tour-slider figure { height: clamp(270px, 43vw, 560px); margin: 0; }
.is-inner #tour-slider figure img { width: 100%; height: 100%; object-fit: cover; }
.is-inner #tour-thumbs { position: static; display: flex; justify-content: flex-start; overflow-x: auto; margin: 16px 0 0; padding: 0 0 8px; gap: 10px; }
.is-inner #tour-thumbs li { width: 100px; height: 70px; flex: 0 0 100px; border: 0; margin: 0; opacity: .65; }
.is-inner #tour-thumbs li.active { opacity: 1; outline: 2px solid #a67a27; outline-offset: -2px; }
.is-inner #tour-thumbs figure, .is-inner #tour-thumbs img { width: 100%; height: 70px; object-fit: cover; border-radius: 4px; }
.is-inner #nav-tablar { max-width: 1000px; margin-inline: auto; }
.is-inner #pills-tabContent { border: 0; border-radius: 0; background: transparent; font-size: 15px; padding: 22px 0; }
.is-inner #tabs { padding: 12px 0 40px; background: transparent; color: #516368; }
.is-inner #tabs > .container { width: calc(100% - 64px); max-width: 1100px; margin-inline: auto; }
.is-inner #tabs .nav-tabs .nav-link { color: #153f46; font-size: 13px; font-weight: 500; }
.is-inner #tabs .nav-tabs .nav-link.active { background: #153f46; color: #fff; border: 0 !important; font-size: 13px; }
.is-inner #pills-tab, .is-inner #nav-tab { display: flex; flex-wrap: wrap; gap: 8px; border-bottom: 1px solid #d4dbd2; padding-bottom: 12px; }
.is-inner #pills-tab .nav-link, .is-inner #nav-tab .nav-item { border: 0; border-radius: 4px; min-height: 45px; padding: 12px 18px; background: #eeece3; color: #153f46; font-size: 13px; }
.is-inner #pills-tab .nav-link.active, .is-inner #nav-tab .nav-item.active { background: #153f46; color: #fff; }
.is-inner .tab-content { padding: 28px 0; color: #516368; font-size: 15px; line-height: 1.9; overflow-wrap: anywhere; }
.is-inner .tab-content .row { padding: 14px 0; border-bottom: 1px solid #d9ddd3; margin-inline: 0; }
.is-inner .tab-content table { max-width: 100%; }
.is-inner .modal-content { border: 0; border-radius: 12px; background: #f7f5f0; box-shadow: 0 20px 80px #0c2c3a33; }
.is-inner .modal-header { border-color: #d9ddd3; }
.is-inner .modal-body { overflow-wrap: anywhere; line-height: 1.8; }
.is-inner .modal-body a { display: inline-block; padding-block: 8px; }
.is-inner .modal .text-info { color: #153f46 !important; }
.is-inner .modal-footer { border-color: #d9ddd3; }
.is-inner .form-control { min-height: 46px; border-color: #cad2c9; border-radius: 4px; background: #fff; }
.is-inner .form-control:focus { border-color: #a67a27; box-shadow: 0 0 0 3px #a67a2720; }
.page-hotel-detail .zoom-gallery { border-radius: 10px; overflow: hidden; }
.page-hotel-detail .zoom-gallery .box a { display: block; height: 100%; }
.page-hotel-detail #location iframe { max-width: 100%; border-radius: 8px; }
.page-hotel-detail #hotel-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: 8px; }
.transfer-routes { list-style: none; margin: 0; padding: 0; border-top: 1px solid #d9ddd3; }
.transfer-routes a { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 72px; padding: 20px 8px; text-decoration: none; border-bottom: 1px solid #d9ddd3; }
.transfer-routes__name { min-width: 0; margin: 0; font-size: 22px; font-weight: 500; color: #153f46; overflow-wrap: anywhere; }
.transfer-routes a > span:last-child { flex-shrink: 0; color: #806536; font-size: 13px; letter-spacing: .04em; }
.transfer-routes a:hover, .transfer-routes a:focus-visible { background: #eeece3; }
.page-transfers .transfer figure img { height: 190px; width: 100%; object-fit: contain; }
.page-transfers .transfer figcaption { text-align: center; color: #153f46; font-size: 15px; padding: 16px 0; }
.page-transfers .transfer { padding-bottom: 28px !important; }
.inner-table-scroll { overflow-x: auto; margin-bottom: 48px; }
.is-inner #transfer-data { color: #516368; font-size: 14px; }
.is-inner #transfer-data th { background: #153f46; color: #fff; font-weight: 500; border: 0; padding: 18px; }
.is-inner #transfer-data td { padding: 17px 18px; border-color: #d9ddd3; vertical-align: middle; }
.is-inner #transfer-data tbody tr:nth-of-type(odd) { background: #eeece3; }
.is-inner #transfer-data tbody tr:hover { background: #e6e6dc; }
.inner-contact { padding: 48px 0; background: #e9dfc8; }
.inner-contact__row { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.is-inner .inner-contact .inner-eyebrow { color: #806536; margin-bottom: 13px; }
.inner-contact h2 { font-size: clamp(24px, 2.5vw, 32px); margin: 0 0 12px; }
.inner-contact p:last-child { margin: 0; max-width: 660px; font-size: 15px; }
.inner-button { flex-shrink: 0; }
.is-inner footer.home-footer { position: relative; }
.is-inner .home-footer h2 { color: #f3e8cc; letter-spacing: 0; }
.inner-reveal { animation: inner-enter .65s ease both; }
@keyframes inner-enter { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes inner-image-enter { from { transform: scale(1.025); } to { transform: scale(1); } }
@media (max-width: 991.98px) {
    .page-contact #content-wrap .col-md-7, .page-contact #content-wrap .col-md-5 { flex: 0 0 100%; max-width: 100%; padding-inline: 0; }
    .page-contact #content-wrap .col-md-7 { margin-bottom: 24px; }
    .inner-sidebar { position: static; padding-right: 15px; margin-bottom: 26px; }
    .inner-filters { border-bottom: 1px solid #d9ddd3; }
    .inner-filters nav { max-height: 350px; padding-bottom: 20px; }
    .inner-filters summary { min-height: 58px; }
    .inner-hero { min-height: 320px; }
    .is-inner #nav-tablar { padding-inline: 0; }
    .inner-contact__row { align-items: flex-start; flex-direction: column; gap: 26px; }
}
@media (max-width: 767.98px) {
    .inner-wrap, .is-inner #content-wrap > .container, .is-inner #content-wrap > main.container, .is-inner #content-wrap > div > .container { width: calc(100% - 44px); }
    .inner-hero { min-height: 330px; }
    .inner-hero__copy { padding-block: 42px; }
    .inner-hero::after { background: linear-gradient(90deg, #082329d9, #08232980); }
    .inner-hero--quiet { min-height: 240px; }
    .is-inner .inner-hero h1 { font-size: 32px; }
    .is-inner .inner-hero__intro { font-size: 15px; }
    .is-inner #content-wrap .section-padding { padding-block: 28px 40px; }
    .is-inner .breadcrumb { font-size: 11px; margin-bottom: 24px; padding-bottom: 20px; }
    .is-inner .tour-package { margin-bottom: 30px; }
    .is-inner .tour-image figure { aspect-ratio: 1.4; }
    .is-inner #gallery .row { row-gap: 18px; }
    .page-contact #content-wrap .col-md-7 { padding: 0; margin-bottom: 22px; }
    .page-contact #content-wrap iframe { height: 300px; }
    .page-contact #content-wrap .col-md-5.text-center { padding: 28px 24px; }
    .page-contact #content-wrap .col-md-5 { padding-inline: 0; }
    .page-contact #contactForm { padding: 22px 0 !important; background: transparent; }
    .page-about #content-wrap > .container > .section-padding > .container > section > p:first-of-type { font-size: 18px; }
    .is-inner #tour-slider figure { height: 270px; }
    .is-inner #tour-thumbs li { flex-basis: 78px; }
    .is-inner #pills-tab .nav-item { flex: 1 1 40%; text-align: center; }
    .is-inner #pills-tab .nav-item { min-width: 0; }
    .is-inner #tabs > .container { width: calc(100% - 44px); }
    .is-inner #nav-tablar .col-md-3 { font-size: 15px; }
    .is-inner #pills-tab .nav-link { padding: 12px; height: 100%; }
    .is-inner .tab-content { padding-top: 20px; }
    .inner-contact { padding-block: 36px; }
    .page-transfers .transfer .row { flex-wrap: nowrap; overflow-x: auto; }
    .page-transfers .transfer figure { flex: 0 0 75%; }
    .is-inner #transfer-data { min-width: 540px; }
}
@media (prefers-reduced-motion: reduce) {
    .is-inner *, .is-inner *::before, .is-inner *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
