/* Atlantic 62 Yzerfontein - Exact Replica Styles */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
    overflow-x: hidden;
    width: 100%;
}

section[id] {
    scroll-margin-top: 76px;
}

body {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}

/* Ensure all Montserrat text is 16px */
* {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
}

/* Override for Lobster Two elements */
.lobster-two, h1, h2, h3, .rating-section h2 {
    font-family: 'Lobster Two', serif, system-ui;
}

/* Specific Montserrat elements - ensure 16px */
p, .nav-link, .dropdown-link, .btn, .promo-banner p, .footer p, .cookie-banner p, .amenity-text p, .review-content p, .reviewer-name, .rooms-swipe-text {
    font-size: 16px;
}

h4 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

/* Braai Inside/Outside specific styling */
.braai-image-item h4 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #333;
}

/* DSTV-WiFi image sizing */
.amenity-section img[src*="dstv-wifi"] {
    max-width: 814px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    transition: all 0.5s ease;
}

.main-nav.scrolled {
    box-shadow: 0 2px 6px 0px rgba(0,0,0,0.2);
}

/* Removed gap change to prevent button movement */

    .promo-banner {
        background: #000;
        padding: 4px 0;
        text-align: right;
    }
    
    .promo-banner .container {
        padding: 0 16px;
    }
    
    .promo-banner p {
        font-size: 12px;
    }

.promo-banner p {
    color: #e2e2e2;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}

.promo-banner a {
    color: #e2e2e2;
    text-decoration: none;
}

.promo-banner a:hover {
    color: #fff;
}

.main-nav {
    transition: padding 0.5s ease;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.nav-center {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.nav-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background: #1b1b1b;
    transition: all 0.3s ease;
}

.logo {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
}

.logo-img {
    height: 80px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: transparent;
    transition: max-height 0.5s;
    border-radius: 0;
}

.desktop-nav {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    white-space: nowrap;
    visibility: visible;
}

.nav-item {
    display: inline-block;
    vertical-align: top;
    padding: 6px;
    position: relative;
    white-space: nowrap;
    visibility: visible;
}

.nav-link {
    text-decoration: none;
    color: #1b1b1b;
    font-weight: 400;
    padding: 6px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: top;
}

.nav-link:hover,
.nav-link.active {
    color: #000;
    border-bottom: 2px solid #1b1b1b;
}

.nav-link.active {
    color: #1b1b1b;
}

/* Dropdown Menu */
.nav-dropdown {
    position: relative;
}

.dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.dropdown-toggle::after {
    content: '▼';
    font-size: 10px;
    transition: transform 0.3s ease;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-link {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.dropdown-link:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/* Hero Section */
.hero {
    margin-top: 100px;
    background: #fff;
}

.hero-background {
    width: 80%;
    height: 70vh;
    min-height: 500px;
    margin: 150px auto 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url(../images/hero-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    text-shadow: none;
    object-fit: cover;
}

.hero-content {
    padding: 60px 0;
    background: #fff;
}

.hero h1 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 32px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.25;
    font-style: italic;
}

.hero-text {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.hero-text p {
    font-family: 'Montserrat', arial, sans-serif;
    color: #5e5e5e;
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
}

/* About Section */
.about {
    background: #fff;
}

.about-content {
    display: flex;
    justify-content: center;
}

.about-card {
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #333;
    max-width: 600px;
    width: 100%;
}

.about-text p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 22px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #5e5e5e;
}

.about-button {
    margin-top: 24px;
}

.btn {
    display: inline-flex;
    min-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: #000;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #262626;
}

/* Video Section */
.video-section {
    background: #fff;
}

.video-container {
    position: relative;
    width: 100%;
    max-height: 620px;
    padding-bottom: 56.25%;
    pointer-events: auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Rating Section */
.rating-section {
    background: #fff;
    text-align: center;
}

.rating-section h2 {
    font-family: 'Lobster Two', cursive;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

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

.rating-image img {
    width: 600px;
    height: auto;
    display: block;
    aspect-ratio: 2.2846153846153845 / 1;
    object-fit: contain;
}

/* Reviews Section */
.reviews {
    background: #fff;
    text-align: center;
}

.reviews h2 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 32px;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.25;
    font-style: italic;
}

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

.stars-image {
    max-width: 80%;
}

.stars-image img {
    width: 100%;
    height: auto;
    max-width: 814px;
    aspect-ratio: 2.2846153846153845 / 1;
    object-fit: contain;
}

/* Reviews Banner - Matching Original */
.reviews-banner {
    position: relative;
    padding: 40px 0;
    text-align: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('../images/gallery-2.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.reviews-banner .container {
    position: relative;
    z-index: 2;
}

.reviews-banner h2 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 38px;
    color: #fff !important;
    margin-bottom: 24px;
    line-height: 1.2;
    text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 2;
    font-style: italic;
    margin-top: 0;
}

.reviews-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    position: relative;
    z-index: 2;
}

.reviews-loader svg {
    animation: blink 2s infinite alternate cubic-bezier(0.64, 0.21, 0.39, 0.9);
    color: #fff;
}

.reviews-loader svg circle {
    animation: blink 2s infinite alternate cubic-bezier(0.64, 0.21, 0.39, 0.9);
}

/* Reviews Carousel in Banner */
.reviews-banner .reviews-carousel {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.reviews-banner .reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.reviews-banner .reviews-prev,
.reviews-banner .reviews-next {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    position: absolute;
    z-index: 10;
}

.reviews-banner .reviews-prev {
    top: 20px;
    left: 20px;
}

.reviews-banner .reviews-next {
    top: 20px;
    right: 20px;
}

.reviews-banner .reviews-prev:hover,
.reviews-banner .reviews-next:hover {
    background: #fff;
    border-color: #007bff;
    color: #007bff;
}

.reviews-banner .reviews-slides {
    width: 100%;
    max-width: 800px;
    position: relative;
    min-height: 200px;
}

.reviews-banner .review-slide {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.reviews-banner .review-slide.active {
    display: block;
    opacity: 1;
}

.reviews-banner .review-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    margin: 0 10px;
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    box-sizing: border-box;
}

.reviews-banner .reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.reviews-banner .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.reviews-banner .dot.active {
    background: #fff;
}

@keyframes blink {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Lightbox Modal */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    animation: fadeIn 0.3s;
}

.lightbox.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: color 0.3s ease;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #fff;
    text-decoration: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes zoomIn {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@media (max-width: 767px) {
    .lightbox-content {
        max-width: 95%;
        max-height: 85vh;
    }
    
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 32px;
    }
}

/* Footer */
.footer {
    background: #fff;
    padding: 56px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-left p,
.footer-right p {
    color: #595959;
    font-size: 16px;
    margin: 0;
}

.footer-right {
    text-align: right;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 24px;
    z-index: 10000;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-content h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 400;
    font-style: italic;
}

.cookie-content p {
    font-family: 'Montserrat', arial, sans-serif;
    color: #919191;
    margin: 0;
    font-size: 16px;
    word-break: break-word;
}

.cookie-accept {
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.cookie-accept:hover {
    background: #d4d4d4;
}

/* Gallery Page Styles */
.gallery-page {
    padding: 140px 0 80px;
    background: #fff;
    min-height: 100vh;
}

.gallery-page h1 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.25;
    font-style: italic;
}

.gallery-carousel {
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px;
}

.gallery-slides {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 2;
}

.gallery-slide:not(.active) {
    z-index: 1;
    pointer-events: none;
}

.gallery-slide .gallery-image {
    pointer-events: auto;
    position: relative;
    z-index: 10;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.gallery-image:hover {
    opacity: 0.9;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: background 0.3s ease;
    z-index: 10;
}

.gallery-prev {
    left: 0;
}

.gallery-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.gallery-thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
    border-color: #000;
    transform: scale(1.05);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Page-specific Styles */
.rooms-page,
.pricelist-page,
.activities-page,
.contact-page {
    padding: 140px 0 80px;
    background: #fff;
    min-height: 100vh;
}

.rooms-page h1,
.pricelist-page h1,
.activities-page h1,
.contact-page h1 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    margin-top: 100px;
    margin-bottom: 30px;
    line-height: 1.25;
}

.rooms-content,
.pricelist-content,
.activities-content,
.contact-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.rooms-content h2,
.pricelist-content h2,
.activities-content h2,
.contact-content h2 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin: 30px 0;
    font-weight: 400;
    font-style: italic;
}

.rooms-content p,
.pricelist-content p,
.activities-content p,
.contact-content p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 18px;
    color: #5e5e5e;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* Pricelist PDF Styles */
.download-section {
    text-align: center;
    margin: 30px 0;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.pdf-download-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.pricelist-preview {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pricelist-image {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: block;
}

/* PDF Preview Container */
.pdf-preview-container {
    margin: 40px 0;
    width: 100%;
}

.pdf-preview-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pdf-preview {
    width: 100%;
    height: 800px;
    min-height: 600px;
    display: block;
    border: none;
}

.pdf-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.pdf-overlay-link:hover {
    background: rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
    .pdf-preview {
        height: 600px;
        min-height: 400px;
    }
}

/* Rooms Page Specific Styles */
.rooms-gallery {
    text-align: center;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.amenity-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}

.amenity-item h3 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
    font-style: italic;
}

.amenity-item p {
    color: #5e5e5e;
    line-height: 1.6;
}

/* Contact Page Specific Styles */
.contact-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-container {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    font-style: italic;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    position: relative;
}

.input-float-label {
    position: relative;
    margin-bottom: 20px;
}

.input-float-label input {
    width: 100%;
    padding: 16px 12px 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Montserrat', arial, sans-serif;
    background: #fff;
    transition: border-color 0.3s ease;
}

.input-float-label input:focus {
    outline: none;
    border-color: #000;
}

.input-float-label label {
    position: absolute;
    left: 12px;
    top: 16px;
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat', arial, sans-serif;
    transition: all 0.3s ease;
    pointer-events: none;
    background: #fff;
    padding: 0 4px;
}

.input-float-label input:focus + label,
.input-float-label input:not(:placeholder-shown) + label,
.input-float-label label.active {
    top: -8px;
    font-size: 12px;
    color: #000;
}

.form-group textarea {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Montserrat', arial, sans-serif;
    background: #fff;
    resize: vertical;
    min-height: 120px;
    transition: border-color 0.3s ease;
}

.form-group textarea:focus {
    outline: none;
    border-color: #000;
}

.btn-primary {
    background: #000;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-family: 'Montserrat', arial, sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.btn-primary:hover {
    background: #333;
}

.recaptcha-notice {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.recaptcha-notice a {
    color: #000;
    text-decoration: underline;
}

/* WhatsApp Section */
.whatsapp-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.whatsapp-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.whatsapp-content h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    font-style: italic;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', arial, sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn:hover {
    background: #20b038;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Contact Details Section */
.contact-details-section {
    padding: 60px 0;
    background: #fff;
}

.contact-details-section h2 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 32px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
}

.contact-details-content {
    max-width: 600px;
    margin: 0 auto;
}

.contact-details {
    text-align: center;
    background: #f8f9fa;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-details p {
    margin: 15px 0;
    font-size: 16px;
    color: #5e5e5e;
}

.contact-details p strong {
    font-weight: 700;
    color: #000;
}

.contact-details h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 24px;
    color: #000;
    margin: 20px 0;
    font-style: italic;
}

.contact-details a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #666;
    text-decoration: underline;
}

.where-to-find-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.where-to-find-section h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.where-to-find-section > .container > p {
    text-align: center;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 30px;
}

.map-container {
    position: relative;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: #e9ecef;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23e9ecef"/><text x="50" y="50" font-size="14" fill="%23999" text-anchor="middle" dominant-baseline="middle">Map</text></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px;
}

.get-directions-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.get-directions-btn:hover {
    background: #333;
    color: #fff;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.get-directions-btn svg {
    flex-shrink: 0;
}

.download-section {
    text-align: center;
    margin: 40px 0;
}

.activities-button {
    text-align: center;
    margin: 30px 0;
}

/* Reviews Carousel */
.reviews-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    visibility: visible;
}

.reviews-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.reviews-prev,
.reviews-next {
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333;
    position: absolute;
    z-index: 10;
}

.reviews-prev {
    top: 20px;
    left: 20px;
}

.reviews-next {
    top: 20px;
    right: 20px;
}

.reviews-prev:hover,
.reviews-next:hover {
    background: #f8f9fa;
    border-color: #007bff;
    color: #007bff;
}

.reviews-slides {
    width: 100%;
    max-width: 800px;
    position: relative;
    min-height: 200px;
}

.review-slide {
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
}

.review-slide.active {
    display: flex;
    opacity: 1;
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    margin: 0 10px;
    display: block;
    visibility: visible;
    width: 100%;
    max-width: 600px;
    min-height: 300px;
    box-sizing: border-box;
}

.review-content {
    margin-bottom: 20px;
    min-height: 120px;
}

.review-content {
    padding: 25px;
}

.review-content p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #5e5e5e;
    margin: 0 0 10px 0;
    font-style: italic;
}

.review-text-short,
.review-text-full {
    display: inline;
}

.read-more-btn,
.read-less-btn {
    background: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    text-decoration: underline;
    transition: color 0.3s ease;
    margin-top: 8px;
    display: inline-block;
}

.read-more-btn:hover,
.read-less-btn:hover {
    color: #0056b3;
}

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

.reviewer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.reviewer-info h4 {
    width: 40px;
    height: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.rating {
    display: flex;
    gap: 2px;
}

.star {
    color: #FBCF1E;
    font-size: 16px;
}

.review-details {
    width: 100%;
    text-align: center;
}

.review-details h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    font-style: italic;
}

.review-details p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.reviewer-name {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0;
}

.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dot.active {
    background: #007bff;
}

/* Rooms Swipe Text */
.rooms-swipe-text {
    text-align: center;
    margin: 30px 0 20px 0;
    font-style: italic;
    color: #666;
}

.rooms-swipe-text p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

/* Rooms Slider */
.rooms-slider {
    margin: 40px 0;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.rooms-slider-container {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    cursor: grab;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
}

.rooms-slider-container:active {
    cursor: grabbing;
}

.rooms-slides {
    display: flex;
    width: 100%;
    height: 500px;
    transition: transform 0.5s ease-in-out;
    touch-action: pan-x;
    scroll-behavior: smooth;
    flex: 1;
}

.room-slide {
    flex: 0 0 100%; /* Each slide takes full width */
    height: 100%;
    position: relative;
}

.room-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    pointer-events: none;
}

/* Rooms Navigation Buttons */
.rooms-prev,
.rooms-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.rooms-prev {
    left: 15px;
}

.rooms-next {
    right: 15px;
}

.rooms-prev:hover,
.rooms-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.rooms-prev svg,
.rooms-next svg {
    color: #333;
    width: 24px;
    height: 24px;
}

/* Rooms Dots */
.rooms-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 8px;
}

.rooms-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rooms-dots .dot.active {
    background: #007bff;
    transform: scale(1.2);
}

/* Amenities Grid Container */
.amenity-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 60px 0;
}

/* Amenities Sections */
.amenity-section {
    margin: 0;
    padding: 40px 0;
}

.amenity-section:last-child {
    border-bottom: none;
}

.amenity-section h3 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin: 0 0 30px 0;
    font-style: italic;
}

/* Removed grid and card styling - now using consistent section layout */

/* Vertical content wrapper for top-to-bottom layout */
.amenity-content-wrapper-vertical {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.amenity-content-wrapper-vertical .amenity-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.amenity-content-wrapper-vertical .amenity-image img {
    width: 100%;
    max-width: 814px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.amenity-text {
    flex: 1;
}

.amenity-text p {
    font-family: 'Montserrat', arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Horizontal content wrapper for left-to-right layout (keeping for other sections) */
.amenity-content-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0;
}

.amenity-content-wrapper .amenity-image {
    flex: 0 0 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.amenity-content-wrapper .amenity-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* Braai Images Special Layout */
.braai-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.braai-image-item {
    text-align: center;
}

.braai-image-item h4 {
    font-family: 'Lobster Two', serif, system-ui;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin: 0 0 15px 0;
}

.braai-image-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Mobile Responsive for Amenities */
@media (max-width: 768px) {
    .amenity-content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .amenity-content-wrapper .amenity-image {
        flex: none;
        width: 100%;
        max-width: 300px;
    }
    
    .braai-images {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .amenity-section h3 {
        font-size: 24px;
    }
    
    .amenity-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 999;
}

.mobile-nav.active {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    padding: 20px 0;
}

.mobile-nav-item {
    border-bottom: 1px solid #eee;
}

.mobile-nav-item:last-child {
    border-bottom: none;
}

    .mobile-nav-link {
        display: block;
        padding: 16px 24px;
        min-height: 44px;
        color: #1b1b1b;
        text-decoration: none;
        font-weight: 400;
        transition: background-color 0.3s ease;
    }

.mobile-nav-link:hover,
.mobile-nav-link.active {
    background-color: #f8f9fa;
    color: #007bff;
}

/* Responsive Design */
@media (max-width: 767px) {
    .mobile-menu-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }
    
    .desktop-nav {
        display: none;
    }
    
    .nav-content {
        padding: 0 16px;
    }
    
    .logo-img {
        height: 60px;
        max-height: 60px;
    }
    
    .header {
        z-index: 1001;
    }
    
    .mobile-nav {
        z-index: 1000;
    }
    
    .hero {
        margin-top: 0;
        padding: 0;
    }
    
    .hero-background {
        width: 100%;
        height: 40vh;
        min-height: 250px;
        margin-top: 120px;
        background-size: cover;
        background-position: center center;
    }
    
    .hero-content {
        padding: 24px 0;
    }
    
    .hero h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .hero-text {
        max-width: 100%;
        padding: 0 16px;
    }
    
    .hero-text p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .rooms-page,
    .pricelist-page,
    .activities-page,
    .contact-page {
        padding: 90px 0 40px;
    }
    
    .gallery-page h1 {
        margin-top: 0;
        font-size: 24px;
    }
    
    .rooms-page h1,
    .pricelist-page h1,
    .activities-page h1,
    .contact-page h1 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    
    .rooms-content p,
    .pricelist-content p,
    .activities-content p,
    .contact-content p {
        font-size: 14px;
    }
    
    .about-card {
        padding: 24px;
        margin: 0 16px;
    }
    
    .about-text p {
        font-size: 18px;
    }
    
    .about-button .btn {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .video-section {
        padding: 40px 0;
    }
    
    .video-container {
        padding-bottom: 56.25%;
        max-height: none;
    }
    
    .reviews {
        padding: 24px 0;
    }
    
    .reviews h2 {
        font-size: 20px;
    }
    
    .reviews-banner {
        padding: 24px 0;
        min-height: 300px;
    }
    
    .reviews-banner h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .reviews-banner .reviews-container {
        padding: 0 16px;
    }
    
    .reviews-banner .review-card {
        margin: 0;
        padding: 20px;
        max-width: 100%;
        min-height: auto;
    }
    
    .reviews-banner .reviews-prev,
    .reviews-banner .reviews-next {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }
    
    .reviews-banner .reviews-slides {
        max-width: 100%;
        min-height: 250px;
    }
    
    .review-content {
        padding: 15px !important;
    }
    
    .review-text {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .read-more-btn,
    .read-less-btn {
        min-height: 44px;
        padding: 10px 16px;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .review-footer {
        margin-top: 15px;
    }
    
    .reviewer-info h4 {
        font-size: 24px;
    }
    
    .review-details h4 {
        font-size: 18px;
    }
    
    .reviewer-name {
        font-size: 14px;
    }
    
    .footer {
        padding: 24px 0;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    
    .footer-right {
        text-align: center;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
    
    .cookie-accept {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 16px;
        margin-top: 16px;
    }
    
    .cookie-banner {
        padding: 16px;
    }
    
    .cookie-banner h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .cookie-banner p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .gallery-carousel {
        margin: 0 16px;
    }
    
    .gallery-slides {
        height: 300px;
    }
    
    .gallery-prev,
    .gallery-next {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        font-size: 18px;
        padding: 8px;
    }
    
    .gallery-thumbnails {
        padding: 0 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .gallery-thumbnails::-webkit-scrollbar {
        height: 4px;
    }
    
    .thumbnail {
        width: 60px;
        height: 45px;
        min-width: 60px;
        flex-shrink: 0;
    }
    
    .rooms-swipe-text {
        margin: 20px 0 15px 0;
    }
    
    .rooms-swipe-text p {
        font-size: 14px;
    }
    
    .amenity-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }
    
    .amenity-section {
        padding: 24px 0;
    }
    
    .amenity-section h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .braai-images {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-form-container {
        padding: 24px 16px;
        margin: 0 16px;
    }
    
    .contact-form input,
    .contact-form textarea {
        min-height: 44px;
        font-size: 16px;
        padding: 12px 16px;
    }
    
    .contact-form button {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .contact-details {
        padding: 24px 16px;
    }
    
    .map-container {
        margin: 0 16px;
        height: 300px;
    }
    
    .map-container iframe {
        width: 100%;
        height: 100%;
    }
    
    .rating-section {
        padding: 40px 0;
    }
    
    .rating-image img {
        width: 100%;
        max-width: 100%;
    }
    
    .pdf-preview-container {
        margin: 20px 16px;
    }
    
    .pdf-download-btn {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 16px;
    }
    
    .download-section {
        margin: 20px 16px;
    }
    
    .pricelist-preview {
        margin: 20px auto 0;
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .pricelist-image {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    
    /* Make all images smaller and more contained on mobile */
    img {
        max-width: 100%;
        height: auto;
    }
    
    .gallery-image,
    .room-image {
        max-height: 250px;
        object-fit: cover;
    }
    
    .amenity-content-wrapper .amenity-image,
    .amenity-content-wrapper-vertical .amenity-image {
        max-width: 100%;
        max-height: 200px;
    }
    
    .amenity-content-wrapper .amenity-image img,
    .amenity-content-wrapper-vertical .amenity-image img {
        max-height: 200px;
        object-fit: fill;
    }
    
    .braai-image-item img {
        max-height: 180px;
        object-fit: cover;
    }
    
    .room-image {
        max-height: 250px;
    }
    
    .about-card img,
    .rating-image img {
        max-width: 100%;
        max-height: 200px;
        object-fit: contain;
    }
    
    /* Ensure no horizontal overflow */
    * {
        max-width: 100%;
    }
    
    .container {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }
    
    /* Rooms carousel mobile fixes */
    .rooms-prev,
    .rooms-next {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 8px;
    }
    
    /* Activities page button */
    .activities-button .btn {
        min-height: 44px;
        padding: 12px 24px;
        font-size: 16px;
    }
    
    /* Ensure dropdown is accessible */
    .dropdown-menu {
        position: absolute;
        z-index: 1002;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mobile-menu-toggle {
        display: none;
    }
    
    .desktop-nav {
        display: flex;
    }
    
    .nav-list {
        visibility: visible;
    }
    
    .nav-item {
        visibility: visible;
    }
    
    .logo-img {
        height: 80px;
        max-height: 80px;
    }
    
    /* Hide some nav items on medium screens */
    .nav-left .nav-list li:nth-child(3) {
        display: none;
    }
    
    .hero h1 {
        font-size: 30px;
    }
    
    .reviews h2 {
        font-size: 30px;
    }
    
    .reviews-banner h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none;
    }
    
    .desktop-nav {
        display: flex;
    }
    
    .nav-list {
        visibility: visible;
    }
    
    .nav-item {
        visibility: visible;
    }
    
    /* Desktop Typography */
    h1, h2, h3, h4 {
        font-size: 30px;
        color: #000;
    }
    
    p {
        font-size: 20px;
        color: #5e5e5e;
        font-weight: 400;
    }
    
    .hero h1 {
        font-size: 32px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }
    
    .reviews-banner h2 {
        font-size: 38px;
    }
}

@media (min-width: 1280px) {
    .hero h1 {
        font-size: 32px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }
    
    .reviews-banner h2 {
        font-size: 44px;
    }
}

@media (min-width: 1536px) {
    .hero h1 {
        font-size: 32px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }
    
    .reviews-banner h2 {
        font-size: 48px;
    }
}

/* Legacy responsive styles - keeping for compatibility */

@media (min-width: 768px) and (max-width: 1023px) {
    .hero h1 {
        font-size: 30px;
    }
    
    .reviews h2 {
        font-size: 30px;
    }
    
    .reviews-banner h2 {
        font-size: 30px;
    }
}

@media (min-width: 1024px) {
    .nav-list {
        visibility: visible;
    }
    
    .nav-item {
        visibility: visible;
    }
    
    /* Desktop Typography */
    h1, h2, h3, h4 {
        font-size: 30px;
        color: #000;
    }
    
    p {
        font-size: 20px;
        color: #5e5e5e;
        font-weight: 400;
    }
    
    .hero h1 {
        font-size: 30px;
        color: #000;
    }
    
    .reviews h2 {
        font-size: 30px;
        color: #000;
    }
    
    .reviews-banner h2 {
        font-size: 30px;
        color: #000;
    }
}

@media (min-width: 1280px) {
    .hero h1 {
        font-size: 32px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }
    
    .reviews-banner h2 {
        font-size: 44px;
    }
}

@media (min-width: 1536px) {
    .hero h1 {
        font-size: 32px;
    }
    
    .reviews h2 {
        font-size: 32px;
    }
    
    .reviews-banner h2 {
        font-size: 48px;
    }
}