/*
 Theme Name:   The7 Child
 Theme URI:    http://the7.io/
 Description:  The7 Child Theme - Ghost Yachts
 Author:       Dream-Theme
 Author URI:   http://dream-theme.com/
 Template:     dt-the7
 Version:      1.0.1
*/

/* =============================================================================
   TABLE OF CONTENTS
   =============================================================================
   1. THE7 / WP BAKERY OVERRIDES
   2. CSS VARIABLES (BLACK, WHITE, GOLD)
   3. BASE STYLES
   4. BANNER
   5. HERO SECTION
   6. BUTTONS
   7. SECTIONS & CONTAINERS
   8. GRIDS
   9. IYBA YACHT SLIDER INTEGRATION
   10. SERVICE CARDS
   11. ABOUT SECTION
   12. ASTONDOA SECTION
   13. HELP SECTION
   14. LUXURY SECTION
   15. TESTIMONIALS
   16. FOOTER
   17. SCROLL TO TOP
   18. ANIMATIONS
   19. RESPONSIVE BREAKPOINTS
   ============================================================================= */


/* =============================================================================
   1. THE7 / WP BAKERY OVERRIDES FOR PAGE 1624
   ============================================================================= */

/* ============================================
   CRITICAL: REMOVE THE 322px GAP
   The gap is caused by The7's header spacer system
   ============================================ */

/* Remove phantom spacer */
.page-id-1624 #phantom {
    display: none !important;
    height: 0 !important;
}

/* Force .wf-wrap to not create space - this was 200px! */
.page-id-1624 .wf-wrap {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
}

/* The main page container - remove all top spacing */
.page-id-1624 #page,
.page-id-1624 #main,
.page-id-1624 #content,
.page-id-1624 .wf-container-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Remove The7's top bar spacing */
.page-id-1624 .top-bar {
    display: none !important;
}

/* ============================================
   HEADER: Make it overlay the hero
   ============================================ */

/* The header should float over content, not push it down */
.page-id-1624 header.header-bar,
.page-id-1624 .header-bar {
    position: fixed !important;
    top: 32px !important; /* Account for WP admin bar when logged in */
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: transparent !important;
}

/* When logged out, no admin bar */
body.page-id-1624:not(.logged-in) header.header-bar,
body.page-id-1624:not(.logged-in) .header-bar {
    top: 0 !important;
}

/* Make header background transparent initially, solid on scroll (handled by The7) */
.page-id-1624 .masthead {
    position: fixed !important;
    top: 32px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    background: transparent !important;
    height: auto !important;
}

body.page-id-1624:not(.logged-in) .masthead {
    top: 0 !important;
}

/* Ensure header links are visible on dark background */
.page-id-1624 .header-bar a,
.page-id-1624 .masthead a,
.page-id-1624 .main-nav a,
.page-id-1624 .menu-item a {
    color: #ffffff !important;
}

.page-id-1624 .header-bar a:hover,
.page-id-1624 .masthead a:hover,
.page-id-1624 .main-nav a:hover,
.page-id-1624 .menu-item a:hover {
    color: #d4af37 !important;
}

/* Branding/logo should also be white */
.page-id-1624 .branding a,
.page-id-1624 .branding img {
    filter: brightness(0) invert(1);
}

/* ============================================
   CONTENT: Start from the very top
   ============================================ */

/* Hide page title and breadcrumbs */
.page-id-1624 .page-title-head,
.page-id-1624 #page-title,
.page-id-1624 .entry-title,
.page-id-1624 .breadcrumbs {
    display: none !important;
}

/* Full-width container overrides */
.page-id-1624 .wf-container-main {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    grid-template-columns: none !important;
}

.page-id-1624 #content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    grid-column: 1 / -1 !important;
}

.page-id-1624 .sidebar,
.page-id-1624 #sidebar {
    display: none !important;
}

.page-id-1624 #main,
.page-id-1624 #page {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

.page-id-1624 #page.closed-mobile-header {
    display: block !important;
    grid-template-columns: none !important;
}

/* ============================================
   WP BAKERY: Reset all row/column spacing
   ============================================ */

.page-id-1624 .vc_row,
.page-id-1624 .vc_row-fluid,
.page-id-1624 .wpb_row,
.page-id-1624 .vc_row[data-vc-full-width="true"] {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.page-id-1624 .vc_column_container,
.page-id-1624 .wpb_column,
.page-id-1624 .vc_column-inner {
    padding: 0 !important;
}

.page-id-1624 .wpb_wrapper {
    margin: 0 !important;
}

.page-id-1624 .wpb_raw_code.wpb_content_element,
.page-id-1624 .wpb_text_column.wpb_content_element {
    margin: 0 !important;
    padding: 0 !important;
}


/* =============================================================================
   2. CSS VARIABLES - BLACK, WHITE, GOLD COLOR SCHEME
   ============================================================================= */

:root {
    --gy-black: #000000;
    --gy-dark: #0a0a0a;
    --gy-charcoal: #1a1a1a;
    --gy-white: #ffffff;
    --gy-off-white: #f5f5f5;
    --gy-grey: #888888;
    --gy-light-grey: #e5e5e5;
    --gy-gold: #d4af37;
    --gy-gold-light: #e5c665;
}


/* =============================================================================
   3. BASE STYLES
   ============================================================================= */

.gy {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    color: var(--gy-black);
    line-height: 1.7;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.gy *,
.gy *::before,
.gy *::after {
    box-sizing: border-box;
}

.gy h1,
.gy h2,
.gy h3,
.gy h4 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1.3;
}

.gy p {
    margin: 0 0 1rem;
}

.gy a {
    text-decoration: none;
    transition: all 0.3s ease;
}

.gy ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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


/* =============================================================================
   4. BANNER
   ============================================================================= */

.gy-banner {
    background: var(--gy-gold);
    padding: 1rem 2rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--gy-black);
    width: 100%;
}


/* =============================================================================
   5. HERO SECTION
   ============================================================================= */

.gy-hero {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--gy-black);
}

.gy-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gy-hero-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.gy-hero-bg video,
.gy-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gy-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    padding: 2rem;
    color: var(--gy-white);
}

.gy-hero-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gy-gold);
    margin-bottom: 1.5rem;
}

.gy-hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
    color: var(--gy-white) !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.2 !important;
    letter-spacing: 1px;
}

.gy-hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.gy-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}


/* =============================================================================
   6. BUTTONS
   ============================================================================= */

.gy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Inter', sans-serif !important;
}

.gy-btn-gold {
    background: var(--gy-gold);
    color: var(--gy-black) !important;
    border-color: var(--gy-gold);
}

.gy-btn-gold:hover {
    background: var(--gy-gold-light);
    border-color: var(--gy-gold-light);
    color: var(--gy-black) !important;
}

.gy-btn-outline {
    background: transparent;
    color: var(--gy-white) !important;
    border-color: var(--gy-white);
}

.gy-btn-outline:hover {
    background: var(--gy-white);
    color: var(--gy-black) !important;
}

.gy-btn-dark {
    background: var(--gy-black);
    color: var(--gy-white) !important;
    border-color: var(--gy-black);
}

.gy-btn-dark:hover {
    background: var(--gy-gold);
    color: var(--gy-black) !important;
    border-color: var(--gy-gold);
}

.gy-btn-white {
    background: var(--gy-white);
    color: var(--gy-black) !important;
    border-color: var(--gy-white);
}

.gy-btn-white:hover {
    background: var(--gy-gold);
    color: var(--gy-black) !important;
    border-color: var(--gy-gold);
}


/* =============================================================================
   7. SECTIONS & CONTAINERS
   ============================================================================= */

.gy-section {
    width: 100%;
    padding: 6rem 4rem;
}

.gy-bg-white {
    background: var(--gy-white);
}

.gy-bg-off-white {
    background: var(--gy-off-white);
}

.gy-bg-black {
    background: var(--gy-black);
}

.gy-bg-charcoal {
    background: var(--gy-charcoal);
}

.gy-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.gy-container-narrow {
    max-width: 900px;
}

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

.gy-section-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.gy-label {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gy-gold);
    margin-bottom: 1rem;
    display: block;
}

.gy-title {
    font-size: clamp(2rem, 4vw, 3rem) !important;
    color: var(--gy-black) !important;
    margin-bottom: 1rem !important;
    line-height: 1.3 !important;
}

.gy-title-light {
    color: var(--gy-white) !important;
}

.gy-desc {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--gy-grey);
    max-width: 800px;
    margin: 0 auto;
}

.gy-cta {
    text-align: center;
    margin-top: 3rem;
}


/* =============================================================================
   8. GRIDS
   ============================================================================= */

.gy-grid {
    display: grid;
    gap: 2rem;
}

.gy-grid-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: center;
}

.gy-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gy-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gy-grid-footer {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
}


/* =============================================================================
   9. IYBA YACHT SLIDER INTEGRATION
   ============================================================================= */

/* Container for IYBA shortcode sections */
.gy-yacht-slider-section {
    padding: 6rem 0;
    overflow: hidden;
}

.gy-yacht-slider-section.gy-bg-off-white {
    background: var(--gy-off-white);
}

.gy-yacht-slider-section.gy-bg-white {
    background: var(--gy-white);
}

.gy-yacht-slider-section .gy-section-intro {
    padding: 0 4rem;
    margin-bottom: 3rem;
}

/* IYBA Slider Override Styles - Black, White, Gold Theme */
.gy .iyba-featured-yachts-slider,
.gy .iyba-slider,
.gy [class*="iyba"] {
    font-family: 'Inter', sans-serif !important;
}

/* Slider container */
.gy .iyba-featured-yachts-slider {
    padding: 0 2rem;
}

/* Individual yacht cards in slider */
.gy .iyba-featured-yachts-slider .yacht-card,
.gy .iyba-featured-yachts-slider .slick-slide > div,
.gy .iyba-featured-yachts-slider .yacht-item,
.gy .iyba-featured-yachts-slider [class*="yacht"] {
    background: var(--gy-white) !important;
    border: 1px solid var(--gy-light-grey) !important;
    border-radius: 0 !important;
    overflow: hidden;
    transition: all 0.4s ease;
    margin: 0 1rem;
}

.gy .iyba-featured-yachts-slider .yacht-card:hover,
.gy .iyba-featured-yachts-slider .yacht-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Yacht images */
.gy .iyba-featured-yachts-slider img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Yacht titles */
.gy .iyba-featured-yachts-slider .yacht-title,
.gy .iyba-featured-yachts-slider h3,
.gy .iyba-featured-yachts-slider h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.35rem !important;
    color: var(--gy-black) !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
}

/* Yacht builder/make */
.gy .iyba-featured-yachts-slider .yacht-builder,
.gy .iyba-featured-yachts-slider .yacht-make,
.gy .iyba-featured-yachts-slider .make {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: var(--gy-gold) !important;
    margin-bottom: 0.5rem !important;
}

/* Yacht price */
.gy .iyba-featured-yachts-slider .yacht-price,
.gy .iyba-featured-yachts-slider .price {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: var(--gy-black) !important;
}

/* Yacht specs */
.gy .iyba-featured-yachts-slider .yacht-specs,
.gy .iyba-featured-yachts-slider .specs,
.gy .iyba-featured-yachts-slider .yacht-details {
    font-size: 0.875rem !important;
    color: var(--gy-grey) !important;
    border-top: 1px solid var(--gy-light-grey) !important;
    padding-top: 1rem !important;
    margin-top: 1rem !important;
}

/* Price reduction badge */
.gy .iyba-featured-yachts-slider .reduced,
.gy .iyba-featured-yachts-slider .badge,
.gy .iyba-featured-yachts-slider .price-reduced {
    background: var(--gy-gold) !important;
    color: var(--gy-black) !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    padding: 0.4rem 0.8rem !important;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 10;
}

/* Old price strikethrough */
.gy .iyba-featured-yachts-slider .old-price,
.gy .iyba-featured-yachts-slider .was-price {
    text-decoration: line-through !important;
    color: var(--gy-grey) !important;
    font-size: 0.9rem !important;
    opacity: 0.7;
}

/* Slider arrows */
.gy .iyba-featured-yachts-slider .slick-prev,
.gy .iyba-featured-yachts-slider .slick-next,
.gy .iyba-featured-yachts-slider .slider-arrow {
    background: var(--gy-black) !important;
    color: var(--gy-white) !important;
    border: none !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0 !important;
    transition: all 0.3s ease !important;
    z-index: 100 !important;
}

.gy .iyba-featured-yachts-slider .slick-prev:hover,
.gy .iyba-featured-yachts-slider .slick-next:hover,
.gy .iyba-featured-yachts-slider .slider-arrow:hover {
    background: var(--gy-gold) !important;
    color: var(--gy-black) !important;
}

/* Slider dots */
.gy .iyba-featured-yachts-slider .slick-dots li button,
.gy .iyba-featured-yachts-slider .slider-dots button {
    background: var(--gy-light-grey) !important;
    border: none !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
}

.gy .iyba-featured-yachts-slider .slick-dots li.slick-active button,
.gy .iyba-featured-yachts-slider .slider-dots .active button {
    background: var(--gy-gold) !important;
}

/* Links/buttons in slider */
.gy .iyba-featured-yachts-slider a.view-details,
.gy .iyba-featured-yachts-slider .btn,
.gy .iyba-featured-yachts-slider button {
    color: var(--gy-gold) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 0.8rem !important;
}

.gy .iyba-featured-yachts-slider a.view-details:hover {
    color: var(--gy-black) !important;
}


/* =============================================================================
   10. SERVICE CARDS
   ============================================================================= */

.gy-service {
    background: var(--gy-white);
    padding: 2.5rem 2rem;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    border: 1px solid var(--gy-light-grey);
}

.gy-service:hover {
    border-left-color: var(--gy-gold);
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gy-service-num {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gy-gold);
    opacity: 0.3;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif !important;
}

.gy-service-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem !important;
    color: var(--gy-black) !important;
    margin-bottom: 1rem !important;
}

.gy-service-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--gy-grey);
    margin-bottom: 1.5rem;
}

.gy-service-link {
    color: var(--gy-gold) !important;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gy-service-link:hover {
    color: var(--gy-black) !important;
}


/* =============================================================================
   11. ABOUT SECTION
   ============================================================================= */

.gy-about-text {
    font-size: 1.125rem;
    line-height: 2;
    color: var(--gy-grey);
    margin-top: 2rem;
}


/* =============================================================================
   12. ASTONDOA SECTION
   ============================================================================= */

.gy-ast-badge {
    display: inline-block;
    background: var(--gy-gold);
    color: var(--gy-black);
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.gy-ast-title {
    font-size: 3rem !important;
    margin-bottom: 1.5rem !important;
}

.gy-ast-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--gy-grey);
    margin-bottom: 2rem;
}

.gy-ast-buttons {
    margin-top: 2rem;
}

.gy-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.gy-feature {
    display: flex;
    gap: 1.5rem;
}

.gy-feature-icon {
    font-size: 1.75rem;
    flex-shrink: 0;
    width: 40px;
    color: var(--gy-gold);
}

.gy-feature h4 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: var(--gy-black) !important;
    margin-bottom: 0.5rem !important;
}

.gy-feature p {
    font-size: 0.95rem;
    color: var(--gy-grey);
    line-height: 1.7;
    margin: 0 !important;
}

.gy-ast-visual {
    position: relative;
}

.gy-ast-img {
    height: 500px;
    background: var(--gy-charcoal);
    overflow: hidden;
}

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

.gy-ast-stat {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    background: var(--gy-gold);
    color: var(--gy-black);
    padding: 2rem;
    text-align: center;
}

.gy-ast-stat-num {
    font-size: 3rem;
    font-weight: 700;
}

.gy-ast-stat-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
}


/* =============================================================================
   13. HELP SECTION (Not Sure Where to Start)
   ============================================================================= */

.gy-help-item {
    text-align: center;
    padding: 2rem;
}

.gy-help-item h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem;
    color: var(--gy-black);
    margin-bottom: 1rem;
}

.gy-help-item p {
    color: var(--gy-grey);
    line-height: 1.8;
}


/* =============================================================================
   14. LUXURY SECTION
   ============================================================================= */

.gy-luxury-img {
    height: 450px;
    background: var(--gy-charcoal);
    overflow: hidden;
}

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

.gy-luxury-title {
    font-size: 2.75rem !important;
    margin-bottom: 2rem !important;
}

.gy-luxury-content p {
    font-size: 1.1rem;
    line-height: 2;
    color: var(--gy-grey);
    margin-bottom: 1.5rem;
}


/* =============================================================================
   15. TESTIMONIALS
   ============================================================================= */

.gy-testimonials {
    background: var(--gy-black);
    padding: 6rem 4rem;
}

.gy-testimonial-wrap {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.gy-testimonial {
    display: none;
    text-align: center;
}

.gy-testimonial.active {
    display: block;
    animation: gyFadeIn 0.5s ease;
}

.gy-testimonial-quote {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.75rem !important;
    font-style: italic;
    line-height: 1.6;
    color: var(--gy-white) !important;
    margin-bottom: 2rem !important;
}

.gy-testimonial-author {
    font-size: 1rem;
    font-weight: 600;
    color: var(--gy-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gy-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 3rem;
}

.gy-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.gy-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

.gy-dot.active {
    background: var(--gy-gold);
}


/* =============================================================================
   16. FOOTER
   ============================================================================= */

.gy-footer {
    background: var(--gy-black);
    padding: 5rem 4rem 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.gy-footer-brand {
    max-width: 280px;
}

.gy-footer-logo {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.5rem;
    color: var(--gy-white);
    margin-bottom: 1.5rem;
}

.gy-footer p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.gy-social {
    display: flex;
    gap: 1rem;
}

.gy-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--gy-white) !important;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s;
}

.gy-social a:hover {
    background: var(--gy-gold);
    border-color: var(--gy-gold);
    color: var(--gy-black) !important;
}

.gy-footer h4 {
    color: var(--gy-gold) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: 0.5px;
}

.gy-footer-links li {
    margin-bottom: 0.75rem;
}

.gy-footer-links a,
.gy-footer-links span {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.95rem;
}

.gy-footer-links a:hover {
    color: var(--gy-gold) !important;
}

.gy-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 3rem;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}


/* =============================================================================
   17. SCROLL TO TOP
   ============================================================================= */

#gy-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--gy-gold);
    color: var(--gy-black);
    border: none;
    border-radius: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

#gy-top.visible {
    opacity: 1;
    visibility: visible;
}

#gy-top:hover {
    background: var(--gy-black);
    color: var(--gy-gold);
}


/* =============================================================================
   18. ANIMATIONS
   ============================================================================= */

@keyframes gyFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =============================================================================
   19. RESPONSIVE BREAKPOINTS
   ============================================================================= */

/* Large tablets and small desktops */
@media (max-width: 1200px) {
    .gy-grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .gy-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .gy-grid-footer {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .gy-grid-2 {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .gy-grid-footer {
        grid-template-columns: repeat(2, 1fr);
    }

    .gy-section {
        padding: 4rem 2rem;
    }

    .gy-yacht-slider-section .gy-section-intro {
        padding: 0 2rem;
    }

    .gy-ast-title {
        font-size: 2.5rem !important;
    }

    .gy-luxury-title {
        font-size: 2.25rem !important;
    }
}

/* Mobile landscape and large phones */
@media (max-width: 768px) {
    /* Header adjustments for mobile */
    .page-id-1624 .masthead,
    .page-id-1624 header {
        position: relative !important;
        background: var(--gy-black) !important;
    }

    .gy-grid-3,
    .gy-grid-4 {
        grid-template-columns: 1fr;
    }

    .gy-grid-footer {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .gy-section {
        padding: 3rem 1.5rem;
    }

    .gy-yacht-slider-section {
        padding: 3rem 0;
    }

    .gy-yacht-slider-section .gy-section-intro {
        padding: 0 1.5rem;
    }

    .gy-hero {
        min-height: 80vh;
    }

    .gy-hero-title {
        font-size: 2.5rem !important;
    }

    .gy-hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .gy-btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .gy-testimonials {
        padding: 4rem 1.5rem;
    }

    .gy-footer {
        padding: 3rem 1.5rem 2rem;
    }

    .gy-footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .gy-banner {
        font-size: 0.7rem;
        padding: 0.875rem 1rem;
        letter-spacing: 1px;
    }

    .gy-ast-img,
    .gy-luxury-img {
        height: 350px;
    }

    .gy-ast-stat {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: -2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

/* Small phones */
@media (max-width: 480px) {
    .gy-section {
        padding: 2.5rem 1rem;
    }

    .gy-section-intro {
        margin-bottom: 2.5rem;
    }

    .gy-title {
        font-size: 1.75rem !important;
    }

    .gy-hero-subtitle {
        font-size: 1rem;
    }

    .gy-hero-content {
        padding: 1.5rem;
    }

    .gy-testimonial-quote {
        font-size: 1.35rem !important;
    }

    .gy-service {
        padding: 2rem 1.5rem;
    }
}
