.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}/* Start custom CSS *//* === Reset & Base === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #003560;
    --color-primary-light: #3B6B2B;
    --color-green-dark: #2B5A1E;
    --color-green-sage: #7C9070;
    --color-terracotta: #D4845E;
    --color-gold: #FFD54F;
    --color-star: #FFB800;
    --color-green-accent: #4CAF50;
    --color-bg-warm: #F5F3EF;
    --color-bg-white: #FFFFFF;
    --color-text-primary: #1A1A1A;
    --color-text-secondary: #555555;
    --color-text-tertiary: #8E8E93;
    --color-text-light: rgba(255, 255, 255, 0.75);
    --color-border: #E8E6E1;
    --color-border-dark: #D5D3CE;
    --color-google-blue: #4285F4;
    --font-display: 'Fraunces', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --content-padding: 0 12.5%;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #003560;
    background: var(--color-bg-warm);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-footer {
    margin-top: auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

/* === Header === */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12.5%;
    background: none;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 400px;
    height: 130px;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.nav-links {
    display: flex;
    gap: 28px;
    list-style: none;
    align-items: center;
}

.nav-links a {
    font-size: 20px;
    font-family: Sans-serif;
    font-weight: normal;
    color: white;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a.active {
    color: #fff;
}

.header-right {
    display: flex;
    align-items: flex-end;
    gap: 60px;
    margin: 0 0 0 20px;
}

.menu-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-right a {
    display: flex;
    align-items: center;
}

.header-right i,
.header-right svg {
    color: #fff;
    cursor: pointer;
}

.mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 0 16px;
    cursor: pointer;
}

/* === Hero === */
.hero {
    position: relative;
    width: 100%;
    height: 99vh;
    min-height: 650px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-bg-video {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-bg-video {
        display: block;
    }
}

.hero-overlay {
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.1) 30%,
        rgba(0, 0, 0, 0.4) 60%,
        rgba(0, 0, 0, 0.7) 85%,
        rgba(0, 0, 0, 0.85) 100%
    );
}

.hero-intro {
    position: absolute;
    background: #fff;
    z-index: 3;
    animation: heroFadeOut 0.8s ease-out 0.2s forwards;
}

@keyframes heroFadeOut {
    to {
        opacity: 0;
        pointer-events: none;
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    padding: 0 12.5% 72px;
    gap: 105px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    width: fit-content;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.hero-badge-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.hero-badge-title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    line-height: 1.3;
}

.hero-badge-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

.hero-badge-rating {
    font-size: 14px;
    font-weight: 700;
    margin-left: 4px;
}

.hero-headline {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 44px;
    color: #fff;
    max-width: 60%;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 0;
}

.btn-book {
    width: fit-content;
    padding: 14px 32px;
    background: #003560;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-book:hover {
    background: #c47350;
}

/* === Features Bar === */
.features-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 12.5%;
    background: #003560;
    gap: 40px;
    height: 180px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.feature-item i {
    color: #FFD54F;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.feature-text p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
    max-width: 260px;
}

/* === Description Section === */
.description-section {
    padding: 40px 12.5% 56px 12.5%;
    background: var(--color-bg-warm);
}

.description-text {
    font-family: 'Fraunces', serif;
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
    color: #1A1A1A;
    max-width: 63%;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 28px;
}

.description-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.description-links .link-tours {
    font-size: 20px;
    font-weight: bold;
    color: #1A1A1A;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.description-links .link-phone {
    font-size: 20px;
    font-weight: bold;
}

/* === Tour Cards Section === */
.tour-cards-section {
    padding: 0 12.5% 48px;
    background: var(--color-bg-warm);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.tour-cards-wrapper {
    width: 100%;
    overflow: hidden;
}

.swiper-tours .swiper-wrapper {
    display: flex;
}

.tour-card {
    border-radius: 12px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px;
    transition: box-shadow 0.3s;
}

.tour-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.tour-card-image {
    border-radius: 12px;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.tour-card-body {
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tour-card-title {
    font-size: 30px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.45;
}

.tour-card-cta {
    font-size: 20px;
    font-weight: 700;
    color: #003560;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
}

/* Swiper pagination */
.tours-pagination {
    text-align: center;
    margin: 10px 0 35px 0;
}

.tours-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-border-dark);
    opacity: 1;
    margin: 0 4px;
}

.tours-pagination .swiper-pagination-bullet-active {
    background: #003560;
}


/* === Contact CTA Section === */
.contact-cta-section {
    display: flex;
    align-items: center;
    padding: 64px 12.5%;
    gap: 200px;
    background: #FFFFFF;
}

.cta-left {
    display: flex;
    flex-direction: column;
    max-width: 55%;
}

.cta-left p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7em;
    color: #1A1A1A;
}

.cta-left .secondary {
    font-size: 14px;
    color: #555555;
}

.cta-links {
    display: flex;
    gap: 28px;
    align-items: center;
    margin-top: 30px;
}

.cta-links .enquiry {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1A1A1A;
    padding-bottom: 2px;
}

.cta-links .phone {
    font-size: 20px;
    font-weight: bold;
}

.cta-logo {
    width: 400px;
    height: 130px;
    flex-shrink: 0;
}

/* === Footer === */
.site-footer {
    display: flex;
    flex-direction: column;
    background: black;
    gap: 55px;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    padding: 24px 12.5%;
    margin-top: 40px;
    background: black;
}

.footer-nav a {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: white;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #003560;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 32px 12.5% 28px;
    gap: 50px;
    background: black;
}

.footer-brand {
    font-size: 16px;
    font-weight: 200;
    color: #8E8E93;
    letter-spacing: 0.5px;
}

.footer-company {
    font-size: 16px;
    color: #8E8E93;
    font-weight: 200;
    letter-spacing: 0.5px;
}

.footer-links {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.footer-links a {
    font-size: 16px;
    color: white;
    font-weight: 500;
}

.footer-links a:hover {
    color: #fff;
}

.footer-credit {
    font-size: 16px;
    color: #8E8E93;
}

.footer-credit a {
    color: #8E8E93;
}

.footer-credit a:hover {
    color: #fff;
}

/* === Experiences Page === */
.experiences-page {
    padding: 140px 12.5% 80px;
    background: var(--color-bg-warm);
}

.experiences-title {
    font-family: 'Fraunces', serif;
    font-size: 40px;
    font-weight: 400;
    color: #1A1A1A;
}

.experiences-divider {
    border: none;
    border-top: 1px solid #E8E6E1;
    margin: 24px 0 40px;
}

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

.experiences-grid .tour-card-image {
    height: 480px;
}

.experiences-grid .tour-card-title {
    font-size: 22px;
}

.experiences-grid .tour-card-cta {
    font-size: 16px;
}

/* === Inner Page Header Override (Experiences, Reviews, etc.) === */
.page-template-page-experiences .site-header,
.page-template-page-reviews .site-header,
.page-template-page-about .site-header,
.page-template-page-contact .site-header {
    background: #fff;
    border-bottom: 1px solid #E8E6E1;
}

.page-template-page-experiences .site-header img,
.page-template-page-reviews .site-header img,
.page-template-page-about .site-header img,
.page-template-page-contact .site-header img {
    height: 110px;
    width: 300px;
}

.page-template-page-experiences .nav-links a,
.page-template-page-reviews .nav-links a,
.page-template-page-about .nav-links a,
.page-template-page-contact .nav-links a {
    color: #1A1A1A;
}

.page-template-page-experiences .nav-links a:hover,
.page-template-page-experiences .nav-links a.active,
.page-template-page-reviews .nav-links a:hover,
.page-template-page-reviews .nav-links a.active,
.page-template-page-about .nav-links a:hover,
.page-template-page-about .nav-links a.active,
.page-template-page-contact .nav-links a:hover,
.page-template-page-contact .nav-links a.active {
    color: #003560;
}

.page-template-page-experiences .header-right i,
.page-template-page-experiences .header-right svg,
.page-template-page-reviews .header-right i,
.page-template-page-reviews .header-right svg,
.page-template-page-about .header-right i,
.page-template-page-about .header-right svg,
.page-template-page-contact .header-right i,
.page-template-page-contact .header-right svg {
    color: #1A1A1A;
}

.page-template-page-experiences .mobile-menu-toggle,
.page-template-page-reviews .mobile-menu-toggle,
.page-template-page-about .mobile-menu-toggle,
.page-template-page-contact .mobile-menu-toggle {
    border-left-color: rgba(0, 0, 0, 0.15);
}

/* === Reviews Page === */
.reviews-page-intro {
    padding: 140px 12.5% 56px;
    background: var(--color-bg-warm);
}

.reviews-page-heading {
    font-family: 'Fraunces', serif;
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
    color: #1A1A1A;
    line-height: 1.2em;
    margin-bottom: 28px;
}

.reviews-page-description {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    max-width: 63%;
    margin-bottom: 20px;
}

.reviews-page-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 28px;
}

.reviews-plugin-area {
    padding: 0 12.5% 80px;
    background: var(--color-bg-warm);
}

/* === About Page === */

/* Section 1: Intro */
.about-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 140px 12.5% 80px;
    background: #FFFFFF;
    gap: 60px;
}

.about-intro-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-shrink: 0;
}

.about-intro-title {
    font-family: 'Fraunces', serif;
    font-size: 55px;
    font-weight: 400;
    color: #1A1A1A;
}

.about-intro-logo {
    width: 470px;
    height: 270px;
}

.about-intro-right {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.about-intro-tagline {
    font-family: 'Fraunces', serif;
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
    color: #003560;
    line-height: 1.2em;
}

/* Section 2: Team Hero */
.about-hero {
    position: relative;
    width: 100%;
    height: 720px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.about-hero--placeholder {
    background: #003560;
}

.about-hero-overlay {
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.15) 40%,
        rgba(0, 0, 0, 0.5) 70%,
        rgba(0, 0, 0, 0.75) 100%
    );
    display: flex;
    align-items: flex-end;
}

.about-hero-content {
    padding: 0 12.5% 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 60%;
}

.about-hero-text {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    color: #fff;
    line-height: 1.35;
}

.about-hero-cta {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Section 3: Team Members Grid */
.about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 90px 12.5% 35px 12.5%;
    background: #FFFFFF;
}

.about-member-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-member-photo {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.about-member-photo--placeholder {
    background: #E8E6E1;
    border-radius: 8px;
}

.about-member-name {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
}

.about-member-role {
    font-size: 13px;
    font-weight: 600;
    color: #003560;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section 4: About Content */
.about-content {
    display: flex;
    gap: 60px;
    padding: 80px 12.5%;
    background: #FFFFFF;
}

.about-content-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 60%;
}

.about-content-heading {
    font-family: 'Fraunces', serif;
    font-size: 42px;
    font-weight: 300;
    font-style: italic;
    color: #003560;
    line-height: 1.25;
}

.about-content-body p {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 16px;
}

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

.about-content-left .description-links {
    margin-top: 8px;
}

.about-badge-image {
    width: 120px;
    height: auto;
    margin-top: 16px;
}

.about-content-right {
    flex-shrink: 0;
    width: 500px;
}

.about-content-right .tour-card {
    position: sticky;
    top: 140px;
    background: #003560;
}

.about-content-right .tour-card-title {
    color: #FFFFFF;
}

.about-content-right .tour-card-cta {
    color: #FFFFFF;
}

.about-content-right .tour-card-image {
    height: 350px;
}

.about-tour-image--placeholder {
    background: #E8E6E1;
    height: 320px;
    border-radius: 12px;
}

/* Section 5: Photo Gallery */
.about-gallery {
    padding: 40px 0 50px;
    background: #FFFFFF;
}

.swiper-about-gallery {
    width: 100%;
}

.swiper-about-gallery .swiper-slide {
    overflow: hidden;
    border-radius: 8px;
}

.about-gallery-image {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

.about-gallery-pagination {
    text-align: center;
    margin-top: 24px;
}

.about-gallery-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-border-dark);
    opacity: 1;
    margin: 0 4px;
}

.about-gallery-pagination .swiper-pagination-bullet-active {
    background: #003560;
}

/* === Contact Page === */

/* Section 1: Contact Info */
.contact-info {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    padding: 140px 12.5% 80px;
    background: #FFFFFF;
}

.contact-info-left {
    flex-shrink: 0;
}

.contact-logo {
    width: 450px;
    height: 200px;
}

.contact-info-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: 'Fraunces', serif;
    font-size: 26px;
    font-weight: 400;
    color: #1A1A1A;
}

.contact-icon {
    width: 28px;
    height: 28px;
    color: #003560;
    flex-shrink: 0;
}

.contact-cta-btn {
    display: inline-block;
    width: fit-content;
    padding: 16px 40px;
    background: #003560;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.3s;
}

.contact-cta-btn:hover {
    opacity: 0.9;
}

/* Section 2: Map */
.contact-map {
    width: 100%;
    line-height: 0;
}

.contact-map iframe,
.contact-map .wpgmza_map,
.contact-map .wpgmza-map {
    width: 100%;
    min-height: 500px;
}

/* Section 3: Company Data */
.contact-company {
    padding: 80px 12.5%;
    background: #FFFFFF;
}

.contact-company-heading {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    font-weight: 400;
    color: #003560;
    margin-bottom: 20px;
}

.contact-company-address {
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 8px;
}

.contact-company-detail {
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 6px;
}

.contact-corporate-heading {
    font-family: 'Fraunces', serif;
    font-size: 28px;
    font-weight: 400;
    color: #003560;
    margin-top: 40px;
    margin-bottom: 16px;
}

.contact-company-registration {
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    line-height: 1.6;
}

/* Section 4: Enquiry Form */
.contact-form-section {
    padding: 60px 12.5% 80px;
    background: #FFFFFF;
}

.contact-form-heading {
    font-family: 'Fraunces', serif;
    font-size: 32px;
    font-weight: 400;
    color: #003560;
    margin-bottom: 24px;
}

.contact-form-placeholder {
    font-size: 16px;
    color: #8E8E93;
    font-style: italic;
}


/* === Responsive === */
@media (max-width: 1024px) {
    :root {
        --content-padding: 0 6%;
    }

    .site-header {
        padding: 14px 6%;
    }

    .nav-links {
        display: none;
    }

    .hero-content {
        padding: 0 6% 48px;
    }

    .hero-headline {
        font-size: 32px;
    }

    .features-bar {
        flex-direction: column;
        gap: 20px;
        padding: 24px 6%;
    }

    .experiences-page {
        padding: 120px 6% 60px;
    }

    .description-section,
    .tour-cards-section,
    .reviews-section,
    .contact-cta-section {
        padding-left: 6%;
        padding-right: 6%;
    }

    .reviews-page-intro {
        padding: 120px 6% 40px;
    }

    .reviews-page-heading {
        font-size: 36px;
    }

    .reviews-page-description {
        max-width: 100%;
    }

    .reviews-plugin-area {
        padding-left: 6%;
        padding-right: 6%;
    }

    .description-text {
        font-size: 26px;
    }

    .contact-cta-section {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }

    .cta-left {
        max-width: 100%;
    }

    .footer-nav {
        padding-left: 6%;
        padding-right: 6%;
        gap: 32px;
    }

    .footer-bottom {
        padding-left: 6%;
        padding-right: 6%;
    }

    .reviews-prev {
        left: -12px;
    }

    .reviews-next {
        right: -12px;
    }

    .about-intro {
        padding: 120px 6% 60px;
        flex-direction: column;
        gap: 30px;
    }

    .about-intro-tagline {
        font-size: 36px;
    }

    .about-hero-content {
        padding: 0 6% 48px;
    }

    .about-hero-text {
        font-size: 32px;
    }

    .about-team-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 60px 6%;
    }

    .about-content {
        padding: 30px 6%;
        flex-direction: column;
    }

    .about-content-heading {
        font-size: 32px;
    }

    .about-content-right {
        width: 100%;
    }

    .about-gallery {
        padding: 30px 0 60px;
    }

    .contact-info {
        padding: 120px 6% 60px;
        gap: 50px;
    }

    .contact-logo {
        width: 220px;
    }

    .contact-detail-item {
        font-size: 22px;
    }

    .contact-company {
        padding: 60px 6%;
    }

    .contact-form-section {
        padding: 40px 6% 60px;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 12px 5%;
    }

    .hero {
        min-height: 500px;
    }

    .hero-content {
        padding: 0 5% 36px;
    }

    .hero-headline {
        font-size: 26px;
    }

    .features-bar {
        padding: 20px 5%;
    }

    .experiences-page {
        padding: 100px 5% 48px;
    }

    .experiences-grid {
        margin-top: 100px;
        grid-template-columns: 1fr;
    }

    .description-section,
    .tour-cards-section,
    .reviews-section,
    .contact-cta-section {
        padding-left: 5%;
        padding-right: 5%;
    }

    .reviews-page-intro {
        padding: 100px 5% 32px;
    }

    .reviews-page-heading {
        font-size: 28px;
    }

    .reviews-plugin-area {
        padding-left: 5%;
        padding-right: 5%;
    }

    .description-text {
        font-size: 22px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    .footer-bottom {
        padding-left: 5%;
        padding-right: 5%;
    }

    .reviews-prev,
    .reviews-next {
        display: none;
    }

    .cta-logo {
        width: 140px;
        height: 140px;
        align-self: center;
    }

    .about-intro {
        padding: 100px 5% 48px;
    }

    .about-intro-tagline {
        font-size: 28px;
    }

    .about-hero {
        min-height: 300px;
    }

    .about-hero-content {
        padding: 0 5% 36px;
    }

    .about-hero-text {
        font-size: 32px;
    }

    .about-team-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 48px 5%;
        gap: 24px;
    }

    .about-content {
        padding: 48px 5%;
    }

    .about-content-heading {
        font-size: 32px;
    }

    .about-gallery {
        padding: 24px 0 48px;
    }

    .about-gallery-image {
        height: 220px;
    }

    .contact-info {
        padding: 100px 5% 48px;
        flex-direction: column;
        gap: 30px;
    }

    .contact-logo {
        width: 180px;
    }

    .contact-detail-item {
        font-size: 18px;
    }

    .contact-icon {
        width: 22px;
        height: 22px;
    }

    .contact-map iframe,
    .contact-map .wpgmza_map,
    .contact-map .wpgmza-map {
        min-height: 350px;
    }

    .contact-company {
        padding: 48px 5%;
    }

    .contact-company-heading {
        font-size: 26px;
    }

    .contact-corporate-heading {
        font-size: 22px;
    }

    .contact-form-section {
        padding: 32px 5% 48px;
    }

    .contact-form-heading {
        font-size: 26px;
    }
}/* End custom CSS */