:root {
    --color-header: #447500;
    --color-main: #f0edde;
    --color-footer: #264653;
    --color-accent: #0A3C00;
    --color-text-dark: #333;
    --color-text-light: #f4f4f4;
    --container-width: 1200px;
    --header-height-desktop: 138px;
    --header-height-mobile: 70px;
    --hero-height-mobile: 260px;
    --hero-height-desktop: 420px;
    --topbar-height: 30px;
    --nav-height: 70px;
    --transition-default: 0.3s ease;
    --hero-title-color: white;
    --sand-dark: #c2a385;
    --sand-text: #5d4037;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-400-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-500-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-600-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-700-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-800-extrabold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster/Lobster-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* Sorgt dafür, dass Text sofort sichtbar ist, während die Schrift lädt */
}

.hero-title {
    color: var(--hero-title-color);
    font-weight: 800;
}

/*#hero-title*/
:is(
    .tour-a,
    .tour-b,
    .tour-c,
    .tour-d,
    .sunset-dinner,
    .combi-tour,
    .expedition,
    .elnido-coron,
    .coron-elnido,
    .reviews,
    .linapacan,
    .balabac3d,
    .balabac4d,
    .yacht-tours,
    .firefly,
    .whaleshark,
    .underground-river-tour ) .hero-title {
    --hero-title-color: gold;
    letter-spacing: 2px;
}

.about-me .hero-title {
    --hero-title-color: #acb47b;
    letter-spacing: 2px;
}

/*#font*/
:is(
    .palawan,
    .coron,
    .puerto,
    .explore-palawan,
    .el-nido,
    .balabac,
    .underground-river,
    .car-rental,
    .pukaway-cave ) .hero-content h1 {
    --hero-title-color: gold;
    font-family: 'Lobster', sans-serif;
    font-size: 2rem !important;
    letter-spacing: 6px;
}

:is(
    .tour-a,
    .tour-b,
    .tour-c,
    .tour-d,
    .elnido-coron,
    .coron-elnido,
    .reviews,
    .combi-tour,
    .linapacan,
    .balabac3d,
    .balabac4d,
    .island-hopping,
    .yacht-tours,
    .underground-river-tour,
    .palawan,
    .coron,
    .puerto,
    .explore-palawan,
    .el-nido,
    .balabac,
    .underground-river,
    .car-rental,
    .about-me,
    .pukaway-cave) .hero-title {
    font-size: 1.8rem !important;
    margin-top: -5.5rem;
}

.whaleshark .hero-title {
    font-size: 1.8rem !important;
    margin-top: -3.5rem;
}

.home .hero-title {
    margin-top: -1.5rem
}

.post-1 .hero-title {
    margin-top: 80rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: var(--color-text-dark);
    display: flex;
    flex-direction: column;
    /* Beach Background */
    background-color: #ece3d2;
    background-image: url('/assets/img/design/sand-texture.webp');
    background-repeat: repeat;
    background-size: 500px auto;
    background-position: top center;
}

html,
body {
    min-height: 100%;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

h5.title, h6.title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}

.h7title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333;
}

.main-content {
    padding-top:var(--header-height-mobile);
    /*background-color: var(--color-main);*/
    flex: 1;
}

.section-padding {
    padding: 30px 0;
}

/*.section-intro-wrapper.section-padding {
    padding-top: 10px !important;
}*/

.section-triple-text.section-padding {
    padding-top: 10px !important;
}

.text-center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.red {
    color: #8A5A12;
    font-size: 1.1rem;
}

.size14rem{
    font-size: 1.4rem;
}

.size11rem{
    font-size: 1.1rem;
}

.size12rem{
    font-size: 1.2rem;
}

.section-triple-text .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.text-field {
    flex: 1;
    min-width: 250px;
}

.site-header {
    font-weight: 400;
    width: 100%;
    background-color: #447500 !important;
    position: fixed;
    inset:0 0 auto 0;
    height:var(--header-height-mobile);
    z-index: 3000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
}

.main-nav {
    height: 100%;
    background-color: var(--color-header);
    transition: padding 0.4s ease-in-out;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.mobile-nav-toggle {
    display: flex;
    position: static;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border: none;
    cursor: pointer;
    order: 2;
    z-index: 100001 !important;
    pointer-events: auto !important;
    width: 45px;
    height: 45px;
    background: #447500 !important;
    border-radius: 5px;
    margin-left: auto;
    padding: 0;
}

.mobile-nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff !important;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-nav-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-list {
    display: block;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 80% !important;
    height: 100vh !important;
    background-color: #27621b !important;
    z-index: 100000 !important;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out !important;
    overflow-y: auto !important;
    visibility: hidden;
    pointer-events: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list.active {
    visibility: visible;
    transform: translateX(0) !important;
    box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    pointer-events: auto;
}

.nav-list li {
    list-style: none;
    width: 100%;
}

.nav-list li a {
    color: #f1f1f1 !important;
    text-decoration: none;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    font-size: 1.0rem;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-list li a:hover,
    .nav-list li .menu-link:hover,
    .nav-list li .menu-link-home:hover {
        color: #D4A373 !important;
        transition: color 0.3s ease;
    }

.nav-list li .menu-link {
    appearance: none;
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    color: #f1f1f1;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    font-size: 1.0rem;
    cursor: pointer;
}

.nav-list .dropdown,
.mega-menu {
    display: none;
    position: static !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    box-shadow: none !important;
    transform: none !important;
    padding: 0 !important;
}

.nav-list li.active > .mega-menu,
.nav-list li.active > .dropdown {
    display: block;
}

.dropdown li a, .mega-links a {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding: 10px 20px !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-content {
    display: block;
    padding: 0 !important;
}

.mega-content > div:last-child,
.mega-links h3{
    display: none;
}

.mega-links ul {
    display: flex;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.logo-img {
    height: 52px;
    width: auto;
    display: block;
}

.hero-section {
    height:var(--hero-height-mobile);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: white;
}

/*#banner*/
.home .hero-section {
    background-position: center 75%;
}

.tour-a .hero-section {
    background-position: center 90%;
}

.tour-b .hero-section {
    background-position: center 70%;
}

.tour-c .hero-section {
    background-position: center 60%;
}

.tour-d .hero-section {
    background-position: center 75%;
}

.sunset-dinner .hero-section {
    background-position: center bottom;
}

.combi-tour .hero-section {
    background-position: center 45%;
}

.linapacan .hero-section {
    background-position: center 35%;
}

.yacht-tours .hero-section {
    background-position: center 25%;
}

.whaleshark .hero-section {
    background-position: center 35%;
}

.palawan .hero-section {
    background-position: center 100%;
}

.hero-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem) !important;
    line-height: 1.1 !important;
    margin-top: 0;
    margin-bottom: 20px !important;
    width: 100%;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    text-align: center;
}

.hero-h2 {
    font-size: 1.0rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    padding: 0 10px;
    margin-bottom: 25px !important;
    font-weight: normal;
}

.hero-h2-bold {
    font-weight: 600;
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
    padding: 0 10px;
    margin-bottom: 25px !important;
    font-weight: bold;
    text-align: center;
}

.line-break {
    display: block;
    margin-top: 0;
}

.underline {
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 4px;
}

.highlight {
    display: block;
    font-weight: bold;
    font-family: 'Brush Script MT', 'Dancing Script', cursive !important;
}

.balabac3d .highlight {
    font-size: 1.5rem;
}

.green {
    color: #6bb800;
}

.spacing {
    letter-spacing: 1.0rem;
}

.yellow {
    color: #F0E45C;
    font-size: 2.4rem !important;
    font-family: 'Caveat', 'Brush Script MT', cursive;
    letter-spacing: 1.0rem;
    text-transform: capitalize;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    font-weight: 900;
}

.btn-primary {
    display: inline-block;
    background-color: var(--color-footer);
    color: white;
    padding: 7px 20px !important;
    font-size: 0.9rem !important;
    text-decoration: none;
    border-radius: 15px;
    font-weight: bold;
}

.btn-primary:hover {
    color: #c38200 !important;
    border-bottom-color: #c38200;
    opacity: 0.9;
}

.reserve-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1px;
}

.reserve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    padding: 14px 38px;
    background: #0F766E;
    color: white;
    border: 2px solid #111;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
    /*box-shadow: 0 3px 0 rgba(0,0,0,0.25);*/
}

.reserve-btn:hover {
    background: #0F766E;
    transform: translateY(-2px);
}

.reserve-btn:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

.section-single-text .text-content {
    text-align: center;
    line-height: 1.5;
    color: var(--color-text-dark);
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.0rem;
    padding: 20px 0;
}

.section-table {
    text-align: center;
    line-height: 1.5;
    color: var(--color-text-dark);
    max-width: 80%;
    margin: 0 auto;
    font-size: 1.0rem;
    padding: 20px 0;
}

.text-content p {
    margin-bottom: 20px;
}

.text-content p:last-child {
    margin-bottom: 0;
}

.intro-flex {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 1.4rem;
}

.intro-text {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    font-size: 1.3rem;
    padding: 0 10px;
    flex: 1;
}

.layout-three {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-site {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.left-top,
.left-bottom,
.right-site {
    padding: 5px;
    border-radius: 12px;
}

.review-widget-container {
    position: static;
    margin-top: 1px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.home .review-widget-container{
    justify-content: center;
}

.info-hub-section {
    padding: 40px 0;
    margin: 50px 0;
    width: 100%;
}

.info-grid-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cards-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: none;
    margin: 0;
}

.cards-top-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding: 0 5px;
    align-items: stretch;
    box-sizing: border-box;
}

.info-box {
    background: #fff;
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 5px;
    border-radius: 8px;
    border-bottom: 5px solid #1f6f78;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    min-height: auto !important;
    box-sizing: border-box;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.info-box h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-size: 0.85rem;
    word-wrap: break-word;
    line-height: 1.1;
    padding: 0.2px;
}

.info-box p {
    font-size: 0.7rem;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-link {
    color: #2b7a2f;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    white-space: nowrap;
}

.info-link:hover {
    color: #c38200;
}

.video-right {
    order: -1;
    width: 70%;
    max-width: 280px;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.video-rechts {
    flex: 1;
    width: 70%;
    max-width: 280px;
    margin: 0 auto 25px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-video {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}

.media-image {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 25px;
}

.explore-palawan .media-image {
    margin-top: 70px;
}

.card-grid-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.media-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    background:#fcfbf7;
}

.luxury-card {
    order: 1;
    width: 100%;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    margin: 0;
}

.card-image-container {
    position: relative;
    height: 220px;
}

.card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D4A745;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 10;
}

.card-content {
    padding: 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-content h3 {
    margin: 0 0 15px 0;
    color: #1a1a1a;
    font-size: 22px;
}

.card-content p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.card-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.card-bullets li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #444;
}

.card-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #D4A745;
    font-weight: bold;
}

.card-action-group {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

.media-grid {
    display: grid;
    width: 100%;
}

.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.image-card img {
    height: 160px;
    cursor: pointer;
}

.image-card p {
    text-align: center;
    margin-top: 10px;
}

.media-grid-2,
.media-grid-2-1{
    grid-template-columns:1fr;
    gap:20px;
}

.media-grid-2{
    align-items:center;
}

.media-grid-2-1{
    align-items:flex-start;
}

.media-grid-2-3 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}

.item-1 {
  grid-column: 1;
  grid-row: 1 / 3;
}

.item-2 {
  grid-column: 2;
  grid-row: 1;
}

.item-3 {
  grid-column: 2;
  grid-row: 2;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:is(
    .reviews,
    .firefly, ) .media-grid-2 {
    grid-template-columns: 1fr;
    align-items: flex-start;
    }

.media-item {
    width: 100%;
}

.media-item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 25px;
    overflow: hidden;
    display: block;
}

.bala img {
    height: auto;
}

.media-item p {
    text-align: center;
    margin-top: 10px;
}

.media-16-9,
.media-grid-video {
    aspect-ratio: 16 / 9;
}

.media-grid-balabac {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.media-grid-balabac .media-text-box {
    grid-row: 1 / 3;
}

.youtube-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding-bottom: 56.25%; /* 16:9 Verhältnis */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.grid-image-1 {
    grid-area: image1;
}

.grid-image-2 {
    grid-area: image2;
}

.grid-image-3 {
    grid-area: image3;
}

.grid-image-7 {
    grid-area: image7;
}

.grid-image-8 {
    grid-area: image8;
}

.grid-text {
    grid-area: text;
}

.grid-text-1 {
    grid-area: text1;
}

.grid-text-2 {
    grid-area: text2;
}

.grid-video-1 {
    grid-area: video1;
}

.media-grid-3,
.media-grid-3-2hide{
    align-items:center;
    grid-template-columns:1fr;
    gap:10px;
}

.balabac3d .media-grid-3 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "text video"
        "text image1";
}

.yacht-tours .media-grid-3 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "video1 video1"
        "image1 image2";
        gap: 10px;
}

.media-description {
    display: block;
    line-height: 1.6;
    font-size: 0.9rem;
}

.media-grid-3-img {
    height: 140px;
}

.media-text-box,
.media-text-box-2hide,
.media-text-box-1{
    display:flex;
}

.media-text-box,
.media-text-box-2hide{
    flex-direction:column;
}

.media-text-box-1{
    flex-direction:column-reverse;
}

.media-text-box-2hide{
    text-align:center;
    justify-content:center;
    width:100%;
}

.media-box p {
    text-align: center;
    margin-top: 10px;
}

.inline-headline {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
}

.explore-palawan .inline-headline,
.about-me .inline-headline {
    font-size: 1.2rem;
}

.media-text-box-1 .inline-headline {
    font-size: inherit;
    line-height: inherit;
}

.media-text-box h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.media-text-box p {
    margin-top: 0;
    line-height: 1.6;
}

.elnido-coron .media-text-box p {
    font-size: 1.0rem;
    text-align: center;
}

.media-grid-4 {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-areas:
        "image7 image8"
        "text1 text1";
        gap: 20px;
}

.media-grid-4 .grid-image-7 img,
.media-grid-4 .grid-image-8 img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    border-radius: 25px;
}

.about-me .media-item img {
    object-position: center 15%;
}

.about-me .media-text-box {
        display: block;
        text-align: center;
    }

.media-grid-5 {
    grid-template-rows: 1fr;
    grid-template-areas:
        "imageTop"
        "video"
        "text"
        "imageBottom";
    gap: 20px;
}

.elnido-coron .media-grid-5,
.coron-elnido .media-grid-5,
.linapacan .media-grid-5,
.balabac3d .media-grid-5,
.balabac4d .media-grid-5,
.firefly .media-grid-5 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "video1"
        "image1"
        "text"
        "image2"
        "video2"
        "image4"
        "image5";
        gap: 10px;
}

.whaleshark .media-grid-5 {
    grid-template-columns: 1fr;
    grid-template-areas:
        "image1"
        "image2"
        "text"
        "image3";
        gap: 10px;
}

.underground-river-tour .media-grid-5{
    grid-template-columns: 1fr;
    grid-template-areas:
        "image1"
        "image2"
        "text"
        "image3"
        "image4";
        gap: 10px;
}

.media-grid-6 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "text";
        gap: 10px;
}

.media-grid-6 .grid-image-1,
.media-grid-6 .grid-image-2 {
    display: none;
}

.whaleshark .media-grid-5 .grid5-image-1,
.whaleshark .media-grid-5 .grid5-image-2,
.whaleshark .media-grid-5 .grid5-image-3,
.whaleshark .media-grid-5 .grid5-image-4 {
    height: 160px;
}

/* Gemeinsame Medien */
.grid5-media {
    height: auto;
}

/* Textbox */
.grid5-text {
    grid-area: text;
    text-align: center;
}

.grid5-video {
    grid-area: video;
    display: flex;
}

.grid5-image-left {
    display: none;
}

.grid5-image-top {
    grid-area: imageTop;
}

.grid5-image-bottom {
    grid-area: imageBottom;
}

.grid5-image-top,
.grid5-image-bottom,
.grid5-video {
    align-self: center;
}

.media-text-box p {
    margin-top: 0;
    line-height: 1.6;
}

.tour-includes {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.tour-includes li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.tour-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    display: inline-block;
    text-align: left;
}

.firefly .tour-list {
    text-align: center;
}

.tour-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.tour-list li::before {
    content: var(--list-icon);
    position: absolute;
    left: 0;
    top: 2;
}

.tour-list.tour-list-center {
    text-align: center;
}

.tour-list.tour-list-center li {
    padding-left: 0;
}

.tour-list.tour-list-center li::before {
    position: static;
    margin-right: 8px;
}

.m-btn {
    flex: 1;
    display: block;
    background: #1F6F78;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 12px 5px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid #1F6F78;
    transition: all 0.3s ease;
}

.m-btn:hover {
    background: #D4A745;
    color: #1a1a1a;
}

.section-full-image {
    width: 100%;
    max-width: 70%;
    margin: 30px auto;
    padding: 0 20px;
}

.section-full-image .responsive-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: block;
}

.section-divider-text {
    text-align: center;
    font-weight: bold;
    margin: 25px 0 10px;
    font-size: 1rem;
    width: 100%;
    padding: 0 15px;
}

.hi-infinite-slider {
    display: none;
}

.hi-mobile-snap-container {
    display: block;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 15px 0;
}

.hi-mobile-snap-container::-webkit-scrollbar {
    display: none;
}

.hi-snap-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 0 20px;
    width: auto;
}

.hi-snap-card {
    flex: 0 0 45vw;
    height: 100px;
    scroll-snap-align: start;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.hi-snap-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hi-snap-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(48, 55, 18, 0.4);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 4px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-footer {
    background-color: var(--color-footer);
    color: var(--color-text-light);
    padding: 2rem 0 2rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
}

.footer-bottom-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    align-items: start;
}

.footer-payments {
    align-self: center;
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.footer-menu {
    text-align: left;
}

.footer-map iframe {
    display: block;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.footer-contact h4 {
    font-size: 1.2rem;
    color: #5ea100;
    font-weight: bold;
}

.contact-number {
    font-size: 1.1rem;
    text-decoration: none;
    color: var(--color-text-light);
    transition: color 0.3s;
}
.contact-number:hover {
    color: #5ea100
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

.footer-links {
    color: var(--accent-color);
    margin-bottom: 7px;
    font-size: 1.1rem;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 3px;
}

.footer-menu a {
    color: #d7d7d7;
    text-decoration: none;
    transition: color .25s ease, padding-left .25s ease;
}

.footer-menu a:hover {
    color: white;
    padding-left: 6px;
}

.social-links .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    width: 45px !important;
    height: 45px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50%;
    color: white;
    text-decoration: none;
}
.social-icon.fb {
    background-color: #1877F2;
}

.social-icon.wa {
    background-color: #25D366;
}

.pay-header {
    width: 128px;
    background-color: #d8b44d;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.pay-card {
    height: 39px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    color: white;
    transition: transform 0.2s;
    cursor: default;
}
.pay-card:hover {
    transform: translateY(-2px);
}

.pay-card.rev   {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ddd;
}

.pay-card.wise  {
    background-color: #00b67a;
}

.pay-card.maya  {
    background-color: #000000;
}

.pay-card.gcash {
    background-color: #0056e3;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    z-index: 9999;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.mobile-only {
    display: block;
}

.top-bar {
    display: none;
}

.mobile-only-flags {
    display: block;
    padding: 10px 20px;
}

.flag-container {
    display: flex;
    gap: 20px;
    font-size: 1.8rem;
}

.lang-dropdown {
    display: none;
}

.round-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 20px;
    transition: transform 0.3s ease;
}
.profile-link-wrapper:hover .round-photo {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.inline-link {
    color: var(--color-header);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--color-header);
    transition: all 0.3s ease;
}

.pukaway-cave .inline-link {
    color: inherit;
}

.inline-link:hover {
    color: #c38200;
    border-bottom-color: #c38200;
    opacity: 0.9;
}

.inline-link-1 {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #1a1a1a;
    transition: all 0.3s ease;
}

.inline-link-1:hover {
    color: #c38200;
    border-bottom-color: #c38200;
    opacity: 0.9;
}

.inline-link-1 .break-line {
    display: block;
}

.no-style-link {
  text-decoration: none;
  color:  inherit;
  display: block;
}

.no-style-link:hover{
  color: #c38200 !important;
  border-bottom-color: #c38200;
  opacity: 0.9;
}

.section-reviews-full {
    margin: 50px auto;
}

.sub-header-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c3e50;
}

.tours-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  max-width: 1300px;
  margin: -40px auto;
}

.tour-card {
  width: calc(50% - 15px);
  min-width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e1d9;
  box-shadow: 0 4px 12px rgba(93, 64, 55, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.tour-card:hover {
    transform: translateY(-5px);
}

.tour-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 110px);
  gap: 2px;
  background-color: #eee;
}

.yacht-tours .tour-gallery-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 220px;
}

.yacht-tours .tour-gallery-strip {
    display: flex;
    gap: 2px;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.yacht-tours .strip-thumb {
    width: 25%;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.yacht-tours .strip-thumb:hover {
    opacity: 0.8;
}

.yacht-tours .tour-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 220px;
}

.gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.gallery-thumb:hover {
    opacity: 0.8;
}

.tour-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.tour-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.tour-header h3 {
  margin: 0;
  color: var(--sand-text);
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.tour-price {
    min-width: 130px;
    background: #1f6f78;
    color: #fff;
    text-align: center;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 900;
}

.price-highlight {
    color: #8A5A12;
    font-size: 18px;
    font-weight: 700;
}

.tour-intro {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
}

.tour-details {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 15px;
}

.tour-details summary {
  font-size: 14px;
  font-weight: 900;
  color: #1f6f78;
  cursor: pointer;
  text-transform: uppercase;
  list-style: none;
}

.tour-details summary {
    font-size: 12px;
  }

.tour-details summary::after {
    content: " ▼"; font-size: 14px;
}

.tour-details[open] summary::after {
    content: " ▲";
}

.details-inner {
  padding-top: 10px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.tour-highlights {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  font-weight: bold;
}

.card-footer {
  margin-top: auto;
  border-top: 1px solid #eee;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.booking-action {
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    color: #1f6f78;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: none;
    border: none;
    cursor: pointer;
}

.booking-link, .private-link {
    flex: 0 0 calc(50% - 5px);
}

.yacht-tours .booking-link {
    margin: auto;
}

.booking-link:hover, .private-link:hover {
    text-decoration: underline;
}

.booking-link-4-button:hover {
    border-bottom: 1px solid var(--sand-dark);
}

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-overlay.is-open {
    display: block;
}

.modal-container {
    background: #fff;
    margin: auto;
    display: block;
    width: 90%;
    padding: 20px;
    max-width: 400px;
    border-radius: 12px;
    position: relative;
    color: #333;
    max-height: 85vh;
    overflow-y: auto;
    object-fit: contain;
}

#lightbox-caption {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000;
    font-size: 18px;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #444;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease;
}

.modal-close:hover {
    color: #0f766e;
}

.modal-overlay .modal-blur-bg {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(8px);
}

.eco-tax {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    color: #888;
    text-align: center;
}

/* Container für das Wort */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: help;
    border-bottom: 1px dotted #5d1c1a;
    font-weight: bold;
    color: #888;
}

.tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    margin-left: -110px; /* Zentrierung: Hälfte der Breite */

    /* Sanftes Einblenden */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Der kleine Pfeil unten am Fenster */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Anzeigen beim Hover */
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.policy-tooltip-container {
    position: relative;
    display: inline-block;
    cursor: help;
    border-bottom: 1px dotted #5d1c1a;
    font-weight: bold;
    color: #000000;
}

.policy-tooltip-text {
    visibility: hidden;
    width: 900px;
    max-width: 88vw;
    box-sizing: border-box;
    margin-left: 0;
    transform: translateX(-50%);
    background-color: #f0edde;
    color: #333;
    text-align: left;
    border: 2px solid var(--color-header);
    border-radius: 8px;
    padding: 20px;
    position: absolute;
    max-height: 75vh;
    overflow-y: auto;
    z-index: 10;
    bottom: 125%; /* Erscheint über dem Text */
    left: 50%;

    /* Sanftes Einblenden */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.policy-tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #f0edde transparent transparent transparent;
}

.policy-tooltip-container:hover .policy-tooltip-text {
    visibility: visible;
    opacity: 1;
}

.policy-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 4px;
    border-radius: 50%;
    background: var(--color-header);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: inherit;
}

.submit-btn {
    background: #0f766e;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.submit-btn:disabled {
    opacity: .7;
    cursor: wait;
    pointer-events: none;
}

.share-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 10px;

    padding: 12px 16px;
    margin: 30px auto;

    background: #f7f3ea;

    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 999px;

    width: fit-content;
    max-width: 95%;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.05);
}

.share-label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    margin-right: 4px;
}

.share-btn {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    text-decoration: none;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.share-btn i {
    color: #fff;
    font-size: 1rem;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.share-btn:active {
    transform: scale(0.96);
}

.facebook {
    background: #1877f2;
}

.twitter {
    background: #111;
}

.reddit {
    background: #ff4500;
}

.whatsapp {
    background: #25d366;
}

.viber {
    background: #7360f2;
}

.tour-section {
    padding: 20px 20px 40px;
    text-align: center;
}

.tour-section .tour-comparison-row {
    max-width: 1400px;
    margin: 0 auto;
}

.section-title {
    font-size: 20px;
    font-weight: 900;
    color: var(--sand-text);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px;
    display: block;
}

.section-sub-header {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .combo-tour-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 5px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.radio-option input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.tour-comparison-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tour-comparison-row:not(:last-child) {
    margin-bottom: 20px;
}

.wide-compact-card {
    width: 100%;
    background: #fcfbf7;
    border: 1px solid #e8e1d9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(93, 64, 55, 0.05);
    display: flex;
    flex-direction: column;
}

.wide-compact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(93, 64, 55, 0.1);
}

.card-header-bar {
    background: #415d0b;
    border-bottom:4px solid #c8a95c;
    color: #fff;
    padding: 15px;
    font-weight: 950;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0;
}

.card-main-content {
    display: flex;
    padding: 20px 15px;
    gap: 15px;
    align-items: flex-start;
    flex: 1;
}

.content-left {
    flex: 1.1;
    text-align: left;
}
.content-right {
    flex: 0.9;
}

.card-price-tag {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
    color: var(--sand-text);
}

.firefly .card-price-tag {
    font-size: 20px;
}

.balabac3d .grid5-video-1 video {
    max-height: 350px;
    width: 100%;
    height: auto;
}

.price-wrapper {
    display: flex;
    flex-direction: column; /* Zwingt Preis und Sub-Text untereinander */
    align-items: flex-end;  /* Richtet beides rechtsbündig aus */
    text-align: right;
}

.card-price-sub {
    font-size: 13px;
    font-weight: 600;
    color: #8d6e63;
    margin-bottom: 12px;
    font-style: italic;
    line-height: 1.4;
}

.feature-list li {
    margin-bottom: 6px;
    display: flex;
    line-height: 1.3;
}

.feature-list li span {
    color: var(--sand-dark);
    margin-right: 8px;
    font-weight: bold;
}

.side-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    border: 1px solid #f0ece6;
}

.card-footer-1 {
    margin-top: auto;
    padding: 0 15px 20px;
}

.action-btn {
    display: block;
    text-align: center;
    background: var(--sand-light);
    color: var(--sand-text);
    padding: 11px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 800;
    font-size: 15px;
    transition: 0.3s;
    border: 1px solid var(--sand-dark);
}

.action-btn:hover {
    background: #5f870d;
    color: #fff;
    transform: translateY(-2px);
}

.tour-day + .tour-day {
    margin-top: 50px;
}

.tour-day p {
    margin-bottom: 10px;
    font-size: 1.0rem !important;
}

.day-title {
    margin-bottom: 20px;
}

.comment-box,
.comment-section {
    max-width: 450px;
    margin: 30px auto 0;
    padding: 30px;
    box-sizing: border-box;
    background: #f7f2e8;
    backdrop-filter: blur(8px);
    border: 2px solid var(--sand-dark);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.comment-form .form-group {
    margin-bottom: 15px;
}

.comment-hero {
    color: #0f766e;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: .8px;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center;
}

.comment-hero-sub {
    color: #0f766e;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: .4px;
    padding: 0 10px;
    margin-bottom: 25px;
    text-align: center;
}

.comment-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--text-dark);
}

.comment-form input[type="text"],
.comment-form input[type="file"],
.comment-form select,
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 15px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(13,110,138,.25);
    border-radius: 8px;
    box-sizing: border-box;
    transition: .25s;
}

.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(13,110,138,.18);
}

.comment-form .reserve-btn {
    padding: 6px 20px;
    font-size: 1rem;
    display: block;
    margin: 25px auto 0 auto;
    min-width: 150px;
}

.comment-success {
    color: green;
    font-weight: bold;
}

.comment-error {
    color: red;
    font-weight: bold;
}

.comments-list {
    margin-top: 30px;

}

.comment-item {
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(13,110,138,.18);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.comment-meta {
    margin-bottom: 10px;
    font-size: .9rem;
    color: #666;
}

.comment-text {
    line-height: 1.5;
}

.gray {
    color: #777;
}

/* Blendet das Honeypot-Feld für Menschen unsichtbar aus */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.comment-tour-tag {
    margin-top: 3px;
    font-style: italic;
    color: #a0a0a0;
    opacity:.75;
}
.comment-tour-tag i {
    margin-right: 4px;
}
.comment-attached-image {
    margin-top: 12px;
}
.comment-attached-image img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: transform 0.2s ease;
}
.comment-attached-image img:hover {
    transform: scale(1.03);
}

.testimonial-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.gallery-thumb-2 {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: 100%;
    object-fit: cover;
    display: block;
    cursor: pointer;
    padding: 3px;
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.gallery-thumb-2:hover {
    opacity: 0.8;
    transform: scale(1.02);
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.price-table th, .price-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.price-table th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
}
.price-table tr:hover {
    background-color: #f9f9f9;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3) {
    text-align: center;
}

.center {
    text-align: center !important;
}

.blog-overview-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
}

.blog-overview-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-overview-thumb a {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
}

.blog-overview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    transition: transform 0.3s ease;
}

.blog-overview-meta h3 {
    margin: 0 0 8px 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.blog-overview-meta h3 a {
    text-decoration: none;
    color: inherit;
}

.blog-overview-excerpt {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.google-small-widget {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-size: 14px;
    transition: transform .2s ease;
}

.google-small-widget:hover {
    transform: translateY(-2px);
}

.google-small-widget:hover .stars {
    color: #fbbc04;
}

.google-small-widget-grid {
    display: flex;
    justify-content: center;
    width: 100%;
}

.google-widget-link-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;

    text-align: center;
    text-decoration: none;
    color: inherit;
}

.stars-grid {
    color: #F4B400;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 2px;
}

.google-count-grid {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}

.google-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.google-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.stars {
    color: #fbbc04;
    font-size:26px;
    letter-spacing: 1px;
}

.rating-value {
    font-weight: 510;
    color: #5f6369;
}

.google-count {
    color: #777;
    font-size: 13px;
}

.review-link {
    margin-top: 18px;
    font-size: 13px;
    font-weight: 600;
    color: #2b7a2f;
    text-decoration: none;
}

.review-link:hover {
    text-decoration: underline;
}

.reviews-viewport{
    overflow:hidden;
    flex:1;
}

.reviews-track{
    display:flex;
    gap:20px;
    transition:transform .35s ease;
}

.review-card{
    flex:0 0 100%;
    background:#fcfbf7;
    border-radius:16px;
    padding:20px;
    box-shadow:0 4px 14px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
}

.review-card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 30px rgba(0,0,0,.12);
}

.reviews-slider{
    position:relative;
    display:flex;
    align-items:center;
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

.review-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    font-size:18px;
    border-radius:50%;
    border:none;
    background:white;
    box-shadow:0 6px 18px rgba(0,0,0,.18);
    cursor:pointer;
    z-index:20;
    transition:.25s;
}

.review-arrow:hover{
    transform:translateY(-50%) scale(1.08);
}

.review-prev{
    left:-22px;
}

.review-next{
    right:-22px;
}

.review-avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.review-avatar-fallback{
    display:flex;
    justify-content:center;
    align-items:center;
    background:#2f5530;
    color:#fff;
    font-weight:700;
}

.review-name {
    font-weight: 600;
}

.review-date {
    font-size: 12px;
    color: #777;
}

.review-rating {
    color: #f5b301;
    font-size: 15px;
}

.review-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}

.google-review-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    padding:12px 24px;
    border-radius:999px;
    background:#4285F4;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    transition: all .25s ease;
}

.google-review-button:hover{
    opacity:.9;
    background: #3367D6;
    transform: translateY(-2px);
}

.button-google-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.reviews-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.lb-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.lb-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

}

.lb-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(8, 20, 35, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99999;
    transition:
        opacity .25s ease,
        backdrop-filter .25s ease;
}

.lb-image {
    max-width: 92vw;
    max-height: 92vh;
    border-radius: 12px;
    transform: scale(.95);
    transition:
        transform .25s ease;
}

.lb-visible .lb-image {
    transform: scale(1);
}

.lb-image-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 12px;
}

.lb-prev,
.lb-next {
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:54px;
    color: #0f766e;
    background:none;
    border:0;
    cursor:pointer;
    z-index:10;
    transition: .2s ease;
}

.lb-prev{
    left:20px;
}

.lb-next{
    right:20px;
}
.lb-close{
    position:absolute;
    top:30px;
    right:40px;
    font-size:50px;
    font-weight: 700;
    color:#0f766e;
    background:none;
    border:0;
    cursor:pointer;
    z-index: 11;
    transition: .2s ease;
}

.lb-prev,
.lb-next,
.lb-close {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-prev:hover,
.lb-next:hover,
.lb-close:hover {
    color: #14b8a6;
    transform: translateY(-50%) scale(1.15);
}

.lb-close:hover {
    transform: scale(1.15);
}

.lb-caption {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%) translateY(8px);
    width: max-content;
    max-width: 80%;
    padding: 12px 18px;
    border-radius: 8px;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,.6);
    opacity: 0;
    transition: all .25s ease;
}

.lb-visible .lb-caption {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.lb-content {
    position: relative;
    text-align:center;
}

/* ==========================================================================
   5. Desktop Ansicht (ab 901px)
   ========================================================================== */
@media (min-width: 901px) {
    .container {
        max-width: 1500px;              /* Oder dein Standardmaß [cite: 5, 131] */
        margin: 0 auto;
        padding: 0 20px;
        overflow: visible !important;
    }

    .top-bar {
        height:var(--topbar-height);
        display: block;
        font-size: 0.8rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top-nav {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        list-style: none;
    }

    .top-nav a {
        display: flex;
        justify-content: flex-end;
        text-decoration: none;
        color: var(--color-text-dark);
        font-weight: bold;
        transition: color 0.3s;
        gap: 20px;
        margin: 0;
        font-size: 14px;
        opacity: 0.8;
    }

    .top-nav a:hover { color: #D4A373; }

    .site-header {
        height: var(--header-height-desktop);
        background-color: var(--color-header) !important;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        z-index: 2500;
        overflow: visible !important;
    }

    .main-nav {
        height:var(--nav-height);
        overflow: visible !important;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .nav-wrapper {
        padding: 0;
        width: 100%;
        flex-wrap: nowrap;
        overflow: visible !important;
    }

    .logo-img {
        width: 300px;
        margin-left: -45px;
        height: auto;
    }

    .nav-list {
        display: flex;
        position: static !important;
        width: auto !important;
        height: auto !important;
        background-color: transparent !important;
        transform: none !important;
        visibility: visible !important;
        pointer-events: auto !important;
        gap: 40px;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        box-shadow: none;
        overflow: visible !important;
    }

    .nav-list li a {
        white-space: nowrap !important;
        font-weight: 500 !important;
        line-height: 1.2;
        text-decoration: none;
        color: #f1f1f1 !important;
        padding: 10px 15px !important;
        display: inline-block;
        border-bottom: none;
        width: auto;
        font-size: 15px;
    }

    .nav-list li a:hover,
    .nav-list li .menu-link:hover,
    .nav-list li .menu-link-home:hover {
        color: #D4A373 !important;
        transition: color 1.3s ease;
    }

    .nav-list li .menu-link {
        appearance: none;
        border: none;
        background: none;
        min-height: 80px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0 15px !important;
        color: #f1f1f1 !important;
        font-size: 1.2rem;
        font-weight: 400;
        cursor: pointer;
    }

    .nav-list li .menu-link-home {
        appearance: none;
        border: none;
        background: none;
        min-height: 49px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 12px;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 5px 0;
        color: #f1f1f1 !important;
        font-size: 1.2rem;
        font-weight: 400;
        cursor: pointer;
    }

    .nav-list .mega-links ul li a {
        font-size: 1.2rem !important;
    }

    /* Dropdowns & Mega Desktop */
    .has-dropdown, .has-mega {
        position: relative;
    }

    .has-dropdown > a::after, .has-mega > a::after {
        content: '';
        display: inline-block;
        margin-left: 8px;
        vertical-align: middle;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid var(--color-text-dark);
        transition: transform 0.3s;
    }

    .has-dropdown:hover > a::after, .has-mega:hover > a::after {
        transform: rotate(180deg);
    }

    .dropdown {
        position: absolute;
        display: block !important;
        top: 100%;
        left: 0;
        background-color: var(--color-header);
        min-width: 180px;
        list-style: none;
        padding: 15px !important;
        box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        border-radius: 5px;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(10px) !important;
        transition: all 0.3s ease;
        z-index: 3000;
    }

    .has-dropdown:hover .dropdown {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .has-mega {
        position: static;
    }

    .mega-menu {
        pointer-events: auto;
        position: absolute !important;
        display: block !important;
        top: 100% !important;
        left: 0 !important;
        width: 100% !important;
        background-color: var(--color-accent) !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translate3d(0, -9px, 0) !important;
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s !important;
        z-index: 3000;
        padding: 5px 0 !important;
        padding-top: 20px !important;
        margin-top: -15px;
    }

    .mega-menu::before {
        content: '';
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 25px;
        background: transparent;
    }

    .has-mega:hover .mega-menu {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
        transition-delay: 0.2s !important;
    }

    .mega-content {
        display: grid;
        grid-template-columns: 1fr 350px;
        gap: 40px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 50px 40px 50px !important;
    }

    .mega-content > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }

    .mega-content > div:last-child img {
        max-height: 180px;
        width: auto;
        border-radius: 8px;
        object-fit: cover;
        display: block;
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        margin-bottom: 10px;
    }

    .mega-content > div:last-child p {
        color: white;
        font-size: 0.9rem;
        width: 100%;
        opacity: 0.9;
    }

    .mega-links h3 {
        display: block;
        text-align: left;
        font-size: 1.8rem !important;
        margin-bottom: 25px !important;
        color: white;
        width: 100%;
    }

   .mega-links ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 20px;
    }

    .mega-links a {
        color: white !important;
        font-weight: normal !important;
        font-size: 1.1rem !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
        padding-bottom: 5px;
        background-color: transparent !important;
        border-bottom: none;
        width: auto;
        padding: 0 !important;
    }

    .mega-links a::after {
        content: '';
        position: absolute;
        width: 0; height: 2px;
        bottom: 0; left: 0;
        background-color: var(--color-header);
        transition: width 0.3s ease;
    }

    .mega-links a:hover::after {
        width: 100%;
    }

    .nav-extras {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 5px;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .highlight.yellow {
        font-size: 3.4rem !important;
        letter-spacing: 1.55rem;
    }

    .balabac3d .highlight {
        font-size: 1.9rem;
    }

    .social-links {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .social-links .social-icon {
        width: 32px !important;
        height: 32px !important;
        line-height: 2.3;
        font-size: 16px;
    }

    .social-icon:hover {
        transform: scale(1.1);
    }

    .section-single-text .text-content {
        font-size: 1.0rem;
        max-width: 1000px;
    }

    .section-table {
        max-width: 50%;
    }

    /* Hero Desktop */
    .hero-section {
        height:var(--hero-height-desktop);
        align-items: center;
        padding-left: 0%;
    }

    .main-content {
        padding-top:var(--header-height-desktop);
    }

    :is(
    .tour-a,
    .tour-b,
    .tour-c,
    .tour-d,
    .elnido-coron,
    .coron-elnido,
    .reviews,
    .combi-tour,
    .linapacan,
    .balabac3d,
    .balabac4d,
    .island-hopping,
    .yacht-tours,
    .underground-river-tour,
    .palawan,
    .coron,
    .puerto,
    .explore-palawan,
    .el-nido,
    .balabac,
    .underground-river,
    .car-rental,
    .about-me,
    .pukaway-cave,
    .whaleshark) .hero-title {
    font-size: 3rem !important;
    letter-spacing: 6px;
}

    /*#banner*/
    :is(
        .yacht-tours,
        .car-rental .hero-section ) {
        background-position: center 32%;
    }

    .underground-river-tour .hero-section {
        background-position: center 70%;
    }

    .palawan .hero-section {
        background-position: center 80%;
    }

    .explore-palawan .hero-section {
        background-position: center 28%;
    }

    .pukaway-cave .hero-section {
        background-position: center 90%;
    }

    .hero-title {
        font-size: 3rem !important;
        margin-bottom: 1.5rem;
        margin-top: -75px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        text-align: center; width: 100%;
    }

    .hero-h2 {
        font-size: 1.5rem !important;
        margin-bottom: 2rem;
    }

    .hero-h2-bold {
        font-size: 1.6rem !important;
    }

    .comment-hero {
        font-size: 1.6rem;
    }

    .comment-hero-sub {
        font-size: 1.0rem;
    }

    .btn-primary {
        padding: 15px 35px !important;
        font-size: 1.1rem !important;
    }

    /* Intro Desktop */
    .intro-flex {
        flex-direction: row;
        justify-content: center;
    }

    .intro-text {
        text-align: center;
    }

    .layout-three {
        flex-direction: row;
        align-items: stretch;
    }

    .left-site {
        flex: 1;
    }

    .right-site {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .left-top,
    .left-bottom {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    /* Info Hub Desktop */
    .info-hub-section {
        padding: 50px;
    }

    .info-grid-main {
        flex-direction: row;
        align-items: stretch;
    }

    .cards-left {
        flex: 2;
        width: auto;
        max-width: none;
        gap: 20px;
        justify-content: space-between;
    }

    .cards-top-row {
        flex-direction: row;
        justify-content: center;
        gap: 70px;
        width: 100%;
    }

    .info-box {
        padding: 40px 30px;
        flex: 0 1 350px;
        min-height: auto;
    }

    .info-box h3 {
        font-size: 1.2rem;
    }

    .info-box p {
        font-size: 1.0rem;
        line-height: 1.3;
    }

    .video-right {
        order: 2; width: 100%;
        display: flex;
        max-width: none;
        margin: 0 auto;
    }

    .video-rechts {
        width: 100%;
    }

    .card-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "card1 video card2";
        gap: 15px;
        align-items: stretch;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .card-grid-2 > .luxury-card:first-child {
        grid-area: card1;
    }

    .card-grid-2 > .luxury-card:last-child {
        grid-area: card2;
    }

    .luxury-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .hi-infinite-slider {
        display: block;
        --h: 160px;
        --gap: 14px;
        --speed: 60s;
        max-width: 1200px;
        margin: 20px auto 80px;
        overflow: hidden;
        width: 100%;
        height: var(--h);
        border-radius: 14px;
        position: relative;
        background: transparent;
    }

    .hi-track {
        display: flex;
        gap: var(--gap);
        height: 100%;
        width: max-content;
        animation: hi-marquee var(--speed) linear infinite;
        will-change: transform;
    }

    .hi-track:hover {
        animation-play-state: paused;
    }

    .hi-slide {
        position: relative;
        flex: 0 0 auto;
        height: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 14px;
        transition: transform 0.3s ease;
    }

    .hi-slide:hover {
        transform: scale(1.03);
    }

    .hi-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: filter 0.3s ease;
    }

    .hi-slide:hover img {
        filter: brightness(1.1);
    }

    .hi-caption {
        position: absolute;
        left: 1px;
        right: 1px;
        bottom: 8px;
        width: 100%;
        padding: 6px;
        border-radius: 8px;
        background: rgba(48, 55, 18, 0.4);
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        backdrop-filter: blur(4px); /* Schicker Glas-Effekt */
    }

    @keyframes hi-marquee {
        from { transform: translateX(0); }
        to { transform: translateX(calc(-50% - (var(--gap) / 2))); }
    }

    .hi-mobile-snap-container {
        display: none;
    }

    /* Images Desktop */
    .section-full-image {
        max-width: 800px;
        margin: 50px auto;
    }

    .section-full-image .responsive-img {
        border-radius: 25px;
    }

    .section-divider-text {
        font-size: 1.2rem;
        margin: 25px 0 10px;
    }

    .lang-dropdown {
        display: inline-block;
        position: relative; /* Wichtig: Ankerpunkt für das Dropdown */
        top: 5px;
    }

    .lang-dropdown .dropdown {
        min-width: 120px !important;
        padding: 10px 0 !important;
        text-align: center !important;
        background-color: var(--color-header) !important;
        display: block !important;
        position: absolute !important;
        top: 100% !important; /* Dockt direkt unter der Flagge an */
        left: 50% !important;
        transform: translateX(-50%) translateY(10px) !important; /* Zentriert unter Flagge */
        visibility: hidden !important;
        opacity: 0 !important;
        z-index: 9999 !important;
        transition: all 0.3s ease !important;
        pointer-events: none;
    }

    .lang-dropdown:hover .dropdown {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translateX(-50%) translateY(0) !important;
        pointer-events: auto;
    }

    .lang-dropdown .dropdown li a {
        background-color: transparent !important;
        border-bottom: none !important;
        color: #ffffff !important;
        font-size: 12px !important;
    }

    /* Hover-Effekt für die einzelnen Sprachen */
    .lang-dropdown .dropdown li a:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #D4A373 !important;
    }

    .footer-grid {
        grid-template-columns: 1.5fr 1fr 1.2fr 1.5fr;
        text-align: left;
        align-items: flex-start;
        gap: 40px;
    }

    .footer-bottom-row{
        display:contents;
    }

    .footer-payments {
        align-self: flex-start;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .mobile-only {
        display: none;
    }

    .mobile-only-flags {
        display: none;
    }

    .whatsapp-float {
        width: 60px;
        height: 60px;
        bottom: 30px;
        right: 30px;
        font-size: 35px;
    }

    .whatsapp-float:hover {
        transform: scale(1.1);
        background-color: #128c7e;
        box-shadow: 2px 5px 20px rgba(0,0,0,0.4);
    }

    .section-reviews-full {
        flex: 2;
        min-width: 300px;
    }

    .section-profile {
        flex: 1;
        min-width: 250px;
    }

    .break-line {
        display: block;
    }

    /* Profilbilder  */
    .round-photo {
        width: 150px;
        height: 150px;
    }

    .sub-header-title {
        font-size: 1.6rem;
    }

    .section-sub-header {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .tours-grid {
        flex-direction: row;
    }

    .yacht-tours .tours-grid {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
    }

    .yacht-tours .tour-card {
        width: calc(33.333% - 20px);
        min-width: 0;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .yacht-tours .tour-content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .yacht-tours .card-footer {
        margin-top: auto;
    }

    .booking-link, .private-link, .booking-link-4-button {
        font-size: 15px;
    }

    .tour-card {
        min-width: 400px;
        min-height: 500px;
    }

    .tour-header h3 {
        font-size: 17px;
    }

    .tour-intro {
        font-size: 14px;
    }

    .details-inner {
        font-size: 14px;
    }

    .modal-container {
        max-width: 800px;
    }

    .image-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .image-card img {
        width: 80%;
        height: 260px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .media-grid-2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .reviews .media-grid-2 {
        grid-template-columns: 1.9fr 1fr;
    }

    .palawan .media-grid-2 {
        grid-template-columns: 1.5fr 1fr;
    }

    .firefly .media-grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .underground-river-tour .media-grid-2-1 {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .media-grid-2-3 {
        max-width: 1000px;
    }

    .explore-palawan .media-item {
        justify-self: end;
        width: 80%;
    }

    .media-16-9,
    .media-grid-video {
        margin: 0 auto;
    }

    .media-grid-balabac {
        grid-template-columns: 1fr 1fr;
    }

    .media-grid-balabac .media-text-box {
        grid-row: auto;
    }

    .explore-palawan .media-text-box {
        align-items: center;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }

    .media-grid-3 {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
        margin-top: 1px;
    }

    .balabac3d .media-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

    .yacht-tours .media-grid-3 {
        grid-template-columns: 1fr 1.8fr 1fr;
        grid-template-areas:
        "image1 video1 image2";
        gap: 10px;
    }

    .media-grid-3-img {
        width: 100%;
        height: 260px !important;
    }

    .media-text-box {
        min-height: 260px;
        text-align: center;
    }

    .explore-palawan .media-text-box .inline-headline {
        font-size: 1.6rem;
}

    .media-grid-5 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "video text imageTop"
            "imageLeft text imageBottom";
        align-items: stretch;
        gap: 30px;
    }

    .elnido-coron .media-grid-5,
    .coron-elnido .media-grid-5,
    .linapacan .media-grid-5,
    .balabac3d .media-grid-5,
    .balabac4d .media-grid-5,
    .firefly .media-grid-5 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "video text image1"
            "image2 text image3"
            "image4 text image5";
        align-items: center;
        gap: 30px;
    }

    .whaleshark .media-grid-5 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "image1 text image2"
            "image3 text image4";
        align-items: center;
        gap: 30px;
    }

    .underground-river-tour .media-grid-5 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "image1 text image2"
            "image3 text image4";
        gap: 30px;
    }

    .media-grid-4 .grid-image-7 img,
    .media-grid-4 .grid-image-8 img {
        max-height: none;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .media-grid-4 {
        display: block;
        position: relative;
    }

    .media-grid-4 .grid-image-7 {
        float: left;
        width: 280px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .media-grid-4 .grid-image-8 {
        float: right;
        width: 500px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .media-text-box-1 {
        display: block;
    }

    .media-text-box-1 p {
        line-height: 1.6;
        margin: 0;
    }

    .media-grid-4::after {
        content: "";
        display: table;
        clear: both;
    }

    /* #Areas */
    .grid5-video {
        grid-area: video;
        align-items: center;
        justify-content: center;
    }

    .grid5-image-left {
        display: flex;
        grid-area: imageLeft;
        align-items: center;
        justify-content: center;
    }

    .grid5-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grid5-image-top {
        grid-area: imageTop;
        align-items: center;
        justify-content: center;
    }

    .grid5-image-bottom {
        grid-area: imageBottom;
        align-items: center;
        justify-content: center;
    }

    /* Medien Desktop */

    .grid5-media {
        height: 260px;
    }

    .media-grid-3-2hide {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .media-box-2hide {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .media-description {
        font-size: 1.0rem;
}

    .share-bar {
        gap: 10px;
        padding: 14px 22px;
    }

    .share-label {
        font-size: 0.8rem;
    }

    .share-btn {
        width: 30px;
        height: 30px;
    }

    .share-btn i {
        font-size: 1.1rem;
    }

    .footer-navigation {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-navigation a:not(:last-child)::after {
        content: "|";
        margin-left: 10px;
    }

    .sunset-dinner .tour-price {
        font-size: 20px;
    }

    .tour-comparison-row {
        flex-direction: row;
        align-items: stretch;
    }

    .card-main-content {
        flex: 1;
    }

    .card-footer-1 {
        margin-top: auto;
    }

    .wide-compact-card {
        flex: 1;
    }

    .size-desk {
        font-size: 1.2rem;
    }

    .tour-day p {
    font-size: 1.0rem !important;
}

    .elnido-coron .size11rem,
    .coron-elnido .size11rem {
        font-size: 1.2rem;
    }

    .media-grid-6 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "image1 text image2";
            gap: 20px;
    }

    .media-grid-6 .grid-image-1,
    .media-grid-6 .grid-image-2 {
        display: block;
    }

    .whaleshark .media-grid-5 .grid5-image-1,
    .whaleshark .media-grid-5 .grid5-image-2,
    .whaleshark .media-grid-5 .grid5-image-3,
    .whaleshark .media-grid-5 .grid5-image-4 {
        height: 260px;
    }

    .underground-river-tour .media-grid-5 .grid5-image-1,
    .underground-river-tour .media-grid-5 .grid5-image-2,
    .underground-river-tour .media-grid-5 .grid5-image-3,
    .underground-river-tour .media-grid-5 .grid5-image-4 {
        height: 260px;
    }

    .testimonial-gallery {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }

    .red {
        font-size: 1.3rem;
    }

    .bala img {
        height: 260px;
    }

    .explore-palawan .destinations-grid .container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
    }

    .explore-palawan .destinations-grid .media-grid-2 {
        display: flex !important;
        flex-direction: column !important;
        grid-template-columns: none !important;
        gap: 15px !important;
        height: 100%;
        justify-content: flex-end;
    }

    .explore-palawan .destinations-grid .media-text-box {
        text-align: center;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 !important;
    }

    .explore-palawan .destinations-grid .media-item {
        margin-top: auto;
        width: 100%;
    }

    .explore-palawan .destinations-grid .media-item img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        width: 85%;
        height: auto;
        border-radius: 20px;
    }

    .blog-overview-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }

    .blog-overview-card {
        grid-template-columns: 160px 1fr;
        gap: 20px;
        align-items: start;
    }

    .blog-overview-thumb a {
        width: 160px;
        height: 110px;
    }

    .blog-overview-card:hover .blog-overview-thumb img {
        transform: scale(1.05);
    }

    .google-small-widget {
        font-size: 24px;
    }

    .google-icon {
        width: 32px;
        height: 32px;
    }

    .review-card{
        flex:0 0 calc((100% - 40px)/3);
    }
}
