/*!
Theme Name: Yacht Rental Dubai
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yacht-rental-dubai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Yacht Rental Dubai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Font Family Setup */
body {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'El Messiri', sans-serif;
}

/* Header Styles */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar {
    background-color: transparent !important;
}

.navbar > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    flex: 1 1 0;
    justify-content: flex-start;
    align-items: center;
}

.mobile-nav {
    display: none;
}

.desktop-actions {
    flex: 1 1 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.nav-link {
    color: #2c5f6e !important;
    font-weight: 500;
    padding: 0.5rem 0 !important;
    font-size: 1rem;
}

.nav-link.active {
    color: #d4a574 !important;
    font-weight: 700;
}

.nav-link.dropdown-toggle::after {
    margin-left: 0.5rem;
    color: #2c5f6e;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Logo Styles */
.navbar-brand {
    font-family: 'El Messiri', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c5f6e !important;
    text-decoration: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .navbar > .container {
        position: relative;
    }
    
    .desktop-nav {
        flex: 1 1 0;
        min-width: 0;
    }
    
    .desktop-actions {
        flex: 1 1 0;
        min-width: 0;
    }
    
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        pointer-events: auto;
    }
}

/* Mobile Toggle Button */
.navbar-toggler {
    display: none;
    border: none;
    padding: 0.25rem 0.5rem;
    z-index: 2;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 95, 110, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hide Mobile Navigation on Desktop */
@media (min-width: 992px) {
    #navbarNav {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .navbar-collapse.show {
        display: none !important;
    }
    
    .navbar-toggler {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
    
    .mobile-nav {
        display: none !important;
        visibility: hidden !important;
    }
    
    .mobile-nav-actions {
        display: none !important;
        visibility: hidden !important;
    }
    
    /* Ensure Desktop Navigation Shows */
    .desktop-nav {
        display: flex !important;
        visibility: visible !important;
    }
    
    .desktop-actions {
        display: flex !important;
        visibility: visible !important;
    }
}

/* Mobile Navigation Actions */
.mobile-nav-actions {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.logo-text {
    position: relative;
    display: inline-block;
}

.logo-accent-line {
    position: absolute;
    top: -8px;
    left: 0.25em;
    width: 1.5em;
    height: 2px;
    background-color: #d4a574;
    display: block;
}

/* Phone Info Styles */
.navbar > .container > .d-flex {
    flex: 1;
    justify-content: flex-end;
}

.phone-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2c5f6e;
}

.phone-info i {
    color: #d4a574;
    font-size: 1rem;
}

.phone-number {
    font-weight: 500;
    font-size: 1rem;
}

/* Book Now Button */
.btn-book-now {
    background-color: #6b8fa0;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    border: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-book-now:hover {
    background-color: #5a7a8a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Hero Video Section */
.hero-video-section {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    
}

/* Booking Form Container */
.booking-form-container {
    position: absolute;
    bottom: -16%;
    left: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.booking-form-container .container {
    pointer-events: auto;
}

/* Booking Form Styles */
.booking-form-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.booking-form {
    background: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.booking-form .form-group {
    flex: 1;
    min-width: 180px;
}

.booking-form .form-group label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.booking-form .form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.booking-form .form-control:focus {
    outline: none;
    border-color: #d4a574;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.booking-form .form-control::placeholder {
    color: #999;
}

.booking-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.btn-book-form {
    background-color: #d4a574;
    color: #fff;
    font-weight: 700;
    padding: 0.875rem 2.5rem;
    border-radius: 0.5rem;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    height: fit-content;
}

.btn-book-form:hover {
    background-color: #c59560;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .navbar > .container {
        flex-wrap: wrap;
    }
    
    /* Hide Desktop Navigation */
    .desktop-nav {
        display: none !important;
    }
    
    .desktop-actions {
        display: none !important;
    }
    
    /* Show Mobile Elements */
    .navbar-toggler {
        display: block;
        order: 2;
        margin-left: auto;
    }
    
    .navbar-brand {
        position: relative;
        left: auto;
        transform: none;
        order: 1;
        flex: 0 0 auto;
    }
    
    .navbar-collapse {
        order: 3;
        width: 100%;
        margin-top: 1rem;
        flex-basis: 100%;
        display: none !important;
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    .mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .mobile-nav .nav-item {
        width: 100%;
    }
    
    .mobile-nav .nav-link {
        padding: 0.75rem 0 !important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .mobile-nav-actions {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 1rem;
    }
    
    .mobile-nav-actions .phone-info {
        display: flex;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .mobile-nav-actions .btn-book-now {
        width: 100%;
    }
    
    .booking-form {
        flex-direction: column;
        padding: 2rem;
    }
    
    .booking-form .form-group {
        width: 100%;
        min-width: 100%;
    }
    
    .btn-book-form {
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 576px) {
    .hero-video-section {
        min-height: 600px;
    }
    
    .booking-form {
        padding: 1.5rem;
    }
    
    .booking-form-container {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        padding: 0 1rem;
    }
    .booking-form{
        padding: 1rem;
        gap: 1rem;
    }
    .booking-form .form-control{
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
    .booking-form .form-control::placeholder{
        font-size: 0.875rem;
    }
    .booking-form .form-control:focus{
        font-size: 0.875rem;
    }
    .booking-form .form-control:focus::placeholder{
        font-size: 0.875rem;
    }
}

/* Crafting Section */
.crafting-section {
    padding: 5rem 0;
    background-color: #fff;
}

.crafting-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
}

.crafting-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


.section-accent-line {
    width: 60px;
    height: 3px;
    background-color: #d4a574;
    margin-bottom: 1.5rem;
}

.crafting-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.crafting-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    margin-bottom: 3rem;
}

.crafting-stats {
    display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}

.stat-item {
    flex: 1;
   max-width: fit-content;
}

.stat-number {
    font-family: 'El Messiri', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-main {
    color: #2c5f6e;
}

.stat-accent {
    color: #d4a574;
}

.stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive for Crafting Section */
@media (max-width: 991px) {
   
    .crafting-heading {
        font-size: 2rem;
    }
    
    .crafting-stats {
        gap: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .crafting-section {
        padding: 3rem 0;
    }
    
    .crafting-image-wrapper {
        min-height: 200px;
    }
    
  
    
    .crafting-heading {
        font-size: 1.75rem;
    }
    
    .crafting-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .crafting-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .stat-item {
        min-width: 100%;
    }
    
    .stat-number {
        font-size: 2.25rem;
    }
}

/* Services Section */
.services-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}

.services-content {
    height: 100%;
    display: flex;
    flex-direction: column;
   
}

.services-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.services-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-bottom: 3rem;
}
/* Service Cards Grid */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.service-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #d4a574;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.service-icon i {
    font-size: 1.5rem;
    color: #d4a574;
}

.service-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.service-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Services Image */
.services-image-wrapper {
    position: relative;
    width: 100%;
    max-height: 700px;
    border-radius: 1rem;
    overflow: hidden;
}

.services-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

/* Responsive for Services Section */
@media (max-width: 991px) {
    .services-content {
        padding: 2rem 0 3rem;
    }
    
    .services-heading {
        font-size: 2rem;
    }
    
    .service-cards-grid {
        gap: 1.25rem;
    }
    
    .service-card {
        padding: 1.75rem;
    }
}

@media (max-width: 768px) {
    .service-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
   
}

@media (max-width: 576px) {
    .services-section {
        padding: 3rem 0;
    }
    
    .services-content {
        padding: 2rem 0;
    }
    
    .services-heading {
        font-size: 1.75rem;
    }
    
    .services-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .service-card {
        padding: 1.5rem;
    }
    
    .service-title {
        font-size: 1.25rem;
    }
   
}

/* Packages Section */
.packages-section {
    padding-bottom: 5rem ;
    background-color: #fff;
}

.packages-header {
    margin-bottom: 4rem;
}

.section-accent-line-centered {
    width: 60px;
    height: 3px;
    background-color: #d4a574;
    margin: 0 auto 1.5rem;
}

.packages-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.packages-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Yacht Cards */
.yacht-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.yacht-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.yacht-image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.yacht-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Specifications Overlay */
.yacht-specs-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 1.5rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
}

.spec-item i {
    font-size: 1rem;
    color: #fff;
}

/* Yacht Card Content */
.yacht-card-content {
    padding: 2rem;
    position: relative;
}

.yacht-name {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.yacht-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

.btn-read-more {
   
   
   
    background-color: #d4a574;
    color: #fff;
    font-weight: 700;
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    border: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background-color: #c59560;
    transform: scale(1.1);
}

/* Responsive for Packages Section */
@media (max-width: 991px) {
    .packages-heading {
        font-size: 2rem;
    }
    
    .yacht-image-wrapper {
        height: 350px;
    }
}

@media (max-width: 576px) {
    .packages-section {
        padding-bottom: 3rem ;
    }
    
    .packages-header {
        margin-bottom: 2.5rem;
    }
    
    .packages-heading {
        font-size: 1.75rem;
    }
    
    .packages-description {
        font-size: 1rem;
    }
    
    .yacht-image-wrapper {
        height: 300px;
    }
    
    .yacht-specs-overlay {
        gap: 1.5rem;
        padding: 1.25rem;
    }
    
    .spec-item {
        font-size: 0.85rem;
    }
    
    .yacht-card-content {
        padding: 1.5rem;
    }
    
    .yacht-name {
        font-size: 1.5rem;
    }
    
    .yacht-description {
        font-size: 0.95rem;
        padding-right: 3rem;
    }
    
    .btn-read-more {
       
        padding: 0.5rem 1rem;
        
    }
    .yacht-card-content{
        padding: 1rem;
    }
}

/* Private Destinations Section */
.private-destinations-section {
    padding: 6rem 0;
    background-color: #1a1a1a;
    position: relative;
}

.private-destinations-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(212, 165, 116, 0.3), transparent);
}

.destinations-heading-content {
    padding-right: 2rem;
}

.destinations-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.destinations-heading .heading-line-1,
.destinations-heading .heading-line-2 {
    display: block;
}

.destinations-description {
    padding-left: 2rem;
}

.destinations-description p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.8;
    margin: 0;
}

/* Responsive for Private Destinations Section */
@media (max-width: 991px) {
    .private-destinations-section {
        padding: 4rem 0;
    }
    
    .destinations-heading-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .destinations-description {
        padding-left: 0;
    }
    
    .destinations-heading {
        font-size: 2.5rem;
    }
    
    .destinations-description p {
        font-size: 1.05rem;
    }
}

@media (max-width: 576px) {
    .private-destinations-section {
        padding: 3rem 0;
    }
    
    .destinations-heading {
        font-size: 2rem;
    }
    
    .destinations-description p {
        font-size: 1rem;
    }
}

/* Gallery Section */
.gallery-section {
    padding: 5rem 0;
    background-color: #fff;
}

.gallery-header {
    margin-bottom: 4rem;
}

.gallery-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.gallery-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Activities Grid */
.activities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.activity-card {
    position: relative;
    width: 100%;
    height: 350px;
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.activity-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-card:hover .activity-image {
    transform: scale(1.05);
}

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 1.5rem;
}

.activity-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    display: block;
}
 .about-hero {
            position: relative;
            padding: 6rem 0 7rem;
            color: #fff;
            background: linear-gradient(120deg, rgba(10, 20, 35, 0.92), rgba(16, 64, 99, 0.78)), url('assets/images/huge-luxury-yacht3.webp') center/cover no-repeat;
        }
        .about-hero .hero-content {
            max-width: 760px;
        }
        p{
            margin-bottom: 0;
        }
        .hero-eyebrow {
            text-transform: uppercase;
            letter-spacing: 0.35rem;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.85);
        }
        .about-hero h1 {
            font-family: 'El Messiri', sans-serif;
            font-size: clamp(2.6rem, 4vw, 3.6rem);
            margin: 1rem 0;
        }
        .about-hero p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
        }
        .hero-highlight {
            display: inline-flex;
            gap: 0.75rem;
            align-items: center;
            background: rgba(255, 255, 255, 0.15);
            padding: 0.85rem 1.4rem;
            border-radius: 999px;
            margin-top: 1.5rem;
            font-weight: 600;
        }
        .about-page-section {
            padding: 4.5rem 0;
        }
        .story-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            align-items: center;
        }
        .story-card {
            background: #fff;
            border-radius: 1.5rem;
            padding: 2rem;
            box-shadow: 0 25px 70px rgba(7, 14, 30, 0.08);
        }
        .story-card h3 {
            font-family: 'El Messiri', sans-serif;
            font-size: 1.75rem;
            margin-bottom: 0.9rem;
        }
        .story-card p {
            color: #526173;
            line-height: 1.8;
        }
        .badge-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1rem;
            margin-top: 1.5rem;
        }
        .badge-item {
            border: 1px solid rgba(212, 165, 116, 0.4);
            border-radius: 999px;
            padding: 0.75rem 1.25rem;
            font-size: 0.95rem;
            color: #524233;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.5rem;
        }
        .why-card {
            background: #f9fbff;
            border: 1px solid rgba(20, 40, 60, 0.08);
            border-radius: 1.25rem;
            padding: 1.75rem;
            height: 100%;
        }
        .why-card h4 {
            font-size: 1.2rem;
            margin-bottom: 0.6rem;
        }
        .stats-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin-top: 2.5rem;
        }
        .stat-box {
            text-align: center;
            border-radius: 1rem;
            padding: 1.5rem;
            background: #f0f5ff;
        }
        .stat-box h3 {
            font-size: 2.1rem;
            color: #d4a574;
            margin-bottom: 0.25rem;
        }
        .mission-panel {
            background: linear-gradient(120deg, #0c1c2d, #1e4560);
            border-radius: 1.5rem;
            padding: 3rem;
            color: #fff;
        }
        .mission-panel h3 {
            font-family: 'El Messiri', sans-serif;
            margin-bottom: 1rem;
        }
        .mission-panel p {
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.7;
        }
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.5rem;
        }
        .team-card {
            border: 1px solid rgba(14, 26, 40, 0.08);
            border-radius: 1.2rem;
            padding: 1.75rem;
            text-align: center;
        }
        .team-card img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
        }
        .cta-panel {
            border: 1px solid rgba(212, 165, 116, 0.4);
            border-radius: 1.5rem;
            padding: 2.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1rem;
            align-items: center;
        }
        .cta-panel h3 {
            margin: 0;
        }
		  .contact-hero-banner {
            position: relative;
            padding: 6rem 0 7rem;
            color: #fff;
            background: linear-gradient(120deg, rgba(4, 10, 25, 0.85), rgba(16, 59, 92, 0.75)), url('assets/images/huge-luxury-yacht.webp') center/cover no-repeat;
            overflow: hidden;
        }
        .contact-hero-banner::after {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at top left, rgba(255, 215, 128, 0.25), transparent 45%);
            opacity: 0.8;
        }
        .banner-content {
            position: relative;
            max-width: 760px;
        }
        .banner-eyebrow {
            text-transform: uppercase;
            letter-spacing: 0.35rem;
            font-size: 0.9rem;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            color: rgba(255, 255, 255, 0.85);
        }
        .banner-eyebrow::before {
            content: "";
            width: 32px;
            height: 1px;
            background: rgba(255, 255, 255, 0.4);
        }
        .banner-content h1 {
            font-family: 'El Messiri', sans-serif;
            font-size: clamp(2.5rem, 4vw, 3.7rem);
            font-weight: 600;
            margin: 1.2rem 0 1rem;
            line-height: 1.2;
        }
        .banner-content h1 span {
            color: #ffd977;
        }
        .banner-content p {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.8;
            margin-bottom: 2rem;
        }
        .banner-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .banner-tag {
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 1rem;
            padding: 0.9rem 1.4rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
            backdrop-filter: blur(6px);
        }
        .banner-tag i {
            font-size: 1.1rem;
            color: #ffd977;
        }
        .banner-tag strong {
            color: #fff;
            display: block;
            font-size: 1rem;
        }
        .banner-tag span {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.92rem;
        }
        .contact-page {
            font-family: 'Montserrat', sans-serif;
            padding: 4.5rem 0 5rem;
            background: #f7fbff;
            position: relative;
            z-index: 1;
            margin-top: -2rem;
        }
        .contact-intro {
            text-align: center;
            max-width: 780px;
            margin: 0 auto 2.5rem;
        }
        .contact-intro h2 {
            font-family: 'El Messiri', sans-serif;
            font-size: 2.4rem;
            color: #1d1f2c;
            margin-bottom: 1rem;
        }
        .contact-intro p {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #5c6979;
            margin-bottom: 0;
        }
        .contact-info-panel {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.5rem;
        }
        .info-card {
            background: linear-gradient(135deg, rgb(240, 230, 220), #ffffff);
            border-radius: 1.5rem;
            padding: 1.75rem;
            border: 1px solid rgb(212, 165, 116);
            box-shadow: 0 18px 40px rgba(14, 63, 102, 0.07);
            display: flex;
            flex-direction: column;
        }
        .info-card-header {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;
        }
        .info-card-icon {
            width: 54px;
            height: 54px;
            border-radius: 16px;
            background: #d4a574;
            color: #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 10px 25px rgb(212, 165, 116);
        }
        .info-card-title p {
            margin: 0;
            text-transform: uppercase;
            letter-spacing: 0.15rem;
            font-size: 0.8rem;
            color: #6c7d8f;
        }
        .info-card-title h4 {
            margin: 0.2rem 0 0;
            font-size: 1.3rem;
            color: #0f1f2f;
            font-weight: 700;
        }
        .info-card-details {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
        }
        .info-card-details li {
            display: flex;
            justify-content: space-between;
            font-size: 0.98rem;
            color: #1f2f3e;
        }
        .info-card-details li span {
            color: #596579;
        }
        .info-card-details li strong {
            color: #111827;
        }
        @media (max-width: 991px) {
            .banner-content h1 {
                font-size: 2.6rem;
            }
            .banner-tags {
                flex-direction: column;
            }
            .contact-info-panel {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 576px) {
            .contact-hero-banner {
                padding: 4.5rem 0 5rem;
            }
            .contact-page {
                padding: 3rem 0;
            }
           
        }
        @media (max-width: 576px) {
            .mission-panel,
            .story-card {
                padding: 1.75rem;
            }
            .hero-eyebrow {
                letter-spacing: 0.2rem;
            }
        }
/* Responsive for Gallery Section */
@media (max-width: 991px) {
    .activities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }
    
    .activity-card {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .gallery-heading {
        font-size: 2rem;
    }
    
    .activities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .activity-card {
        height: 280px;
    }
}

@media (max-width: 576px) {
    .gallery-section {
        padding: 3rem 0;
    }
    
    .gallery-header {
        margin-bottom: 2.5rem;
    }
    
    .gallery-heading {
        font-size: 1.75rem;
    }
    
    .gallery-description {
        font-size: 1rem;
    }
    
    .activities-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .activity-card {
        height: 300px;
    }
    
    .activity-label {
        font-size: 1.1rem;
    }
}



.adventure-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.adventure-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.adventure-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-adventure-cta {
    background-color: #d4a574;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1rem 3rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-adventure-cta:hover {
    background-color: #c59560;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

/* Responsive for Adventure CTA Section */
@media (max-width: 991px) {
   
    .adventure-heading {
        font-size: 2.5rem;
    }
    
    .adventure-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
   
    
    .adventure-heading {
        font-size: 2rem;
    }
    
    .adventure-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .btn-adventure-cta {
        padding: 0.875rem 2.5rem;
        font-size: 0.95rem;
    }
}

/* Reviews/Testimonials Section */
.reviews-section {
    background-color: #1a1a1a;
}

.reviews-section .row {
    margin: 0;
}

.testimonial-content {
    padding: 5rem 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-text {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 2.5rem 0;
    font-style: italic;
    quotes: none;
}

.testimonial-text::before,
.testimonial-text::after {
    content: '';
}

.testimonial-author {
    margin-top: auto;
}

.author-name {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.author-location {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #cccccc;
    margin: 0;
}

.testimonial-image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive for Reviews Section */
@media (max-width: 991px) {
    .testimonial-content {
        padding: 4rem 3rem;
    }
    
    .testimonial-text {
        font-size: 1.3rem;
    }
    
    .testimonial-image-wrapper {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .testimonial-content {
        padding: 3rem 2rem;
    }
    
    .testimonial-text {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .author-name {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .testimonial-content {
        padding: 3rem 1.5rem;
    }
    
    .testimonial-text {
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 1.5rem;
    }
    
    .author-name {
        font-size: 1.2rem;
    }
    
    .author-location {
        font-size: 0.9rem;
    }
    
    .testimonial-image-wrapper {
        min-height: 400px;
    }
}

/* Blog Section */
.blog-section {
    padding: 5rem 0;
    background-color: #fff;
}

.blog-header {
    margin-bottom: 4rem;
}

.blog-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.blog-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

/* Blog Cards Grid */
.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.blog-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-category-tag {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: #d4a574;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.blog-card-content {
    padding: 1.75rem;
}

.blog-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c5f6e;
    margin: 0;
    line-height: 1.5;
}

.blog-card:hover .blog-title {
    color: #d4a574;
}

/* Responsive for Blog Section */
@media (max-width: 991px) {
    .blog-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .blog-header {
        margin-bottom: 3rem;
    }
    
    .blog-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .blog-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 3rem 0;
    }
    
    .blog-header {
        margin-bottom: 2.5rem;
    }
    
    .blog-heading {
        font-size: 1.75rem;
    }
    
    .blog-description {
        font-size: 1rem;
    }
    
    .blog-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blog-image-wrapper {
        height: 280px;
    }
    
    .blog-title {
        font-size: 1.1rem;
    }
}

/* Footer Section */
.footer-section {
    background-color: #1a1a1a;
    color: #fff;
}

/* Footer Top Section */
.footer-top {
    padding: 4rem 0 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #fff;
}

.contact-item i {
    color: #d4a574;
    font-size: 1.1rem;
}

.footer-brand {
    padding: 0 2rem;
}

.footer-logo {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-logo-text {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
    position: relative;
    display: inline-block;
}

.footer-logo-accent-line {
    position: absolute;
    top: -8px;
    left: 0.25em;
    width: 1.5em;
    height: 2px;
    background-color: #d4a574;
    display: block;
}

.footer-slogan {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #cccccc;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #d4a574;
}

/* Footer Middle Section */
.footer-middle {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
}

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

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

.social-icon {
    width: 45px;
    height: 45px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-icon:hover {
    background-color: #d4a574;
    transform: translateY(-3px);
}

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

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    max-width: 100%;
}

.newsletter-input {
    flex: 1;
    padding: 0.875rem 1rem;
    background-color: #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    outline: none;
}

.newsletter-input::placeholder {
    color: #999;
}

.newsletter-input:focus {
    border-color: #d4a574;
}

.btn-newsletter {
    background-color: #d4a574;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-newsletter:hover {
    background-color: #c59560;
    transform: translateY(-2px);
}

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

.payment-icons {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.payment-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  
}

.payment-icon i {
    font-size: 2rem;
    color: #fff;
}

.payment-icon:hover {
    background-color: #3a3a3a;
    border-color: rgba(255, 255, 255, 0.2);
}

/* Footer Bottom Section */
.footer-bottom {
    padding: 2rem 0;
    background-color: #0f0f0f;
}

.copyright-text,
.powered-by-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
    margin: 0;
}

/* Responsive for Footer */
@media (max-width: 991px) {
    .footer-top {
        padding: 3rem 0 2rem;
    }
    
    .footer-contact,
    .footer-brand,
    .footer-links {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .footer-links {
        justify-content: center;
    }
    
    .footer-brand {
        padding: 0;
    }
    
    .footer-middle {
        padding: 2.5rem 0;
    }
    
    .footer-social,
    .footer-newsletter,
    .footer-payment {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .payment-icons {
        justify-content: center;
    }
    
    .newsletter-form {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .footer-top {
        padding: 2.5rem 0 1.5rem;
    }
    
    .footer-logo-text {
        font-size: 2rem;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }
    
    .footer-middle {
        padding: 2rem 0;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .btn-newsletter {
        width: 100%;
    }
    
    .payment-icons {
        justify-content: center;
    }
    
    .footer-bottom {
        padding: 1.5rem 0;
    }
    
    .copyright-text,
    .powered-by-text {
        text-align: center;
        margin-bottom: 0.5rem;
    }
}

/* Yacht Detail Hero Section */
.yacht-detail-hero {
    padding: 6rem 0;
    background-color: #f0f4f6;
}

.yacht-detail-content {
    max-width: 900px;
    margin: 0 auto;
}

.yacht-detail-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.yacht-detail-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a7a8a;
    line-height: 1.8;
    margin: 0;
}

/* Responsive for Yacht Detail Hero */
@media (max-width: 991px) {
    .yacht-detail-hero {
        padding: 4rem 0;
    }
    
    .yacht-detail-title {
        font-size: 2.5rem;
    }
    
    .yacht-detail-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .yacht-detail-hero {
        padding: 3rem 0;
    }
    
    .yacht-detail-title {
        font-size: 2rem;
    }
    
    .yacht-detail-description {
        font-size: 1rem;
    }
}

/* Booking Form Section */
.booking-form-section {
    padding: 5rem 0;
    background-color: #fff;
}

/* Yacht Gallery */
.yacht-gallery {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.main-image-wrapper {
    width: 100%;
    height: 500px;
    border-radius: 1rem;
    overflow: hidden;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
    transition: opacity 0.3s ease;
}

.thumbnail-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.thumbnail-item {
    width: 100%;
    height: 120px;
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.thumbnail-item:hover {
    border-color: #d4a574;
    transform: translateY(-3px);
}

.thumbnail-item.active {
    border-color: #d4a574;
}

.thumbnail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    display: block;
}

/* Booking Form Card */
.booking-form-card {
    background: #fff;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: fit-content;
   
}

.booking-form-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 2rem;
    text-align: center;
}

.yacht-booking-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.yacht-booking-form .form-group {
    display: flex;
    flex-direction: column;
}

.yacht-booking-form .form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.yacht-booking-form .form-control {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
}

.yacht-booking-form .form-control:focus {
    outline: none;
    border-color: #d4a574;
    box-shadow: 0 0 0 3px rgba(212, 165, 116, 0.1);
}

.yacht-booking-form .form-control::placeholder {
    color: #999;
}

.yacht-booking-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.btn-booking-submit {
    background-color: #d4a574;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 0.5rem;
}

.btn-booking-submit:hover {
    background-color: #c59560;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 165, 116, 0.4);
}

/* Responsive for Booking Form Section */
@media (max-width: 991px) {
    .booking-form-section {
        padding: 4rem 0;
    }
    
    .main-image-wrapper {
        height: 400px;
    }
    
    .booking-form-card {
        position: static;
        margin-top: 2rem;
    }
    
    .thumbnail-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .thumbnail-item {
        height: 100px;
    }
}

@media (max-width: 768px) {
    .main-image-wrapper {
        height: 350px;
    }
    
    .thumbnail-item {
        height: 80px;
    }
}

@media (max-width: 576px) {
    .booking-form-section {
        padding: 3rem 0;
    }
    
    .main-image-wrapper {
        height: 300px;
    }
    
    .booking-form-card {
        padding: 2rem;
    }
    
    .booking-form-title {
        font-size: 1.75rem;
    }
    
    .thumbnail-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
    
    .thumbnail-item {
        height: 100px;
    }
}

/* Help Center Card */
.help-center-card {
    background-color: #1a1a1a;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-top: 2rem;
}

.help-center-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2rem;
}

.help-center-item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.help-center-item:last-child {
    margin-bottom: 0;
}

.help-center-icon {
    width: 50px;
    height: 50px;
    border: 2px solid #d4a574;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.help-center-icon i {
    font-size: 1.25rem;
    color: #d4a574;
}

.help-center-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.help-center-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #cccccc;
}

.help-center-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

/* Responsive for Help Center */
@media (max-width: 991px) {
    .help-center-card {
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .help-center-card {
        padding: 2rem;
        margin-top: 2rem;
    }
    
    .help-center-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .help-center-item {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .help-center-icon {
        width: 45px;
        height: 45px;
    }
    
    .help-center-icon i {
        font-size: 1.1rem;
    }
    
    .help-center-value {
        font-size: 1rem;
    }
}

/* Yacht Details Content */
.yacht-details-content {
    margin-top: 3rem;
}

/* Yacht Details Header */
.yacht-details-header {
    margin-bottom: 3rem;
}

.yacht-name {
    font-family: 'El Messiri', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 0;
}

.yacht-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.price-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #999;
    margin-bottom: 0.25rem;
}

.price-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #d4a574;
}

.yacht-stats {
    margin-top: 2rem;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.stat-icon {
    font-size: 1.5rem;
    color: #d4a574;
}

.stat-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.section-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 2.5rem 0;
}

/* About Zephira Section */
.about-zephira {
    margin-bottom: 3rem;
}

.section-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
}

.about-content {
    font-family: 'Montserrat', sans-serif;
}

.about-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 1.5rem;
}

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

/* Facilities Section */
.facilities-section {
    margin-top: 3rem;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0rem 2rem;
}

.facility-item {
    display: flex;
    align-items: center;
    gap: 1rem;
  padding-bottom: 16px;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.facility-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.facility-icon {
    font-size: 1.5rem;
    color: #d4a574;
    width: 30px;
    text-align: center;
    flex-shrink: 0;
}

.facility-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

/* Responsive for Yacht Details */
@media (max-width: 991px) {
    .yacht-details-content {
        margin-top: 2rem;
    }
    
    .yacht-name {
        font-size: 2.5rem;
    }
    
    .price-value {
        font-size: 1.75rem;
    }
    
    .facilities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .yacht-stats {
        margin-top: 1.5rem;
    }
    
    .stat-item {
        gap: 0.5rem;
    }
    
    .stat-icon {
        font-size: 1.25rem;
    }
    
    .stat-value {
        font-size: 0.9rem;
    }
    
    .section-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .yacht-details-content {
        margin-top: 2rem;
    }
    
    .yacht-name {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .yacht-price {
        align-items: flex-start;
        margin-top: 1rem;
    }
    
    .price-value {
        font-size: 1.5rem;
    }
    
    .yacht-stats {
        margin-top: 1.5rem;
    }
    
    .section-divider {
        margin: 2rem 0;
    }
    
    .section-heading {
        font-size: 1.5rem;
    }
    
    .about-content p {
        font-size: 0.95rem;
    }
    
    .facilities-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .facility-item {
        padding: 0.75rem;
    }
    
    .facility-icon {
        font-size: 1.25rem;
    }
    
    .facility-text {
        font-size: 0.95rem;
    }
}

/* Suggested Destinations Section */
.suggested-destinations-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.destination-card {
    border-radius: 0.75rem;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

.destination-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 0.75rem;
}

.destination-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.destination-card:hover .destination-image {
    transform: scale(1.05);
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    pointer-events: none;
}

.destination-name {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: center;
    z-index: 1;
}

/* Cancellation Section */
.cancellation-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
}

.cancellation-content {
    margin-top: 1.5rem;
}

.cancellation-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #666;
    margin-bottom: 0rem;
}

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

/* Responsive for Suggested Destinations and Cancellation */
@media (max-width: 991px) {
    .suggested-destinations-section,
    .cancellation-section {
        margin-top: 2.5rem;
        padding-top: 2.5rem;
    }
    
    .destinations-grid {
        gap: 1.25rem;
    }
    
    .destination-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .destinations-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .destination-image-wrapper {
        height: 280px;
    }
    
    .destination-name {
        font-size: 1.25rem;
        bottom: 1.25rem;
    }
}

@media (max-width: 576px) {
    .suggested-destinations-section,
    .cancellation-section {
        margin-top: 2rem;
        padding-top: 2rem;
    }
    
    .destinations-grid {
        gap: 1rem;
    }
    
    .destination-image-wrapper {
        height: 250px;
    }
    
    .destination-name {
        font-size: 1.15rem;
        bottom: 1rem;
    }
    
    .cancellation-content p {
        font-size: 0.95rem;
    }
}

/* Blog Hero Section */
.blog-hero-section {
    padding: 6rem 0;
    background: linear-gradient(to bottom, #f8fbfc, #f0f4f6, #f8fbfc);
}

.blog-hero-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.blog-hero-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #5a7a8a;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 800px;
}

/* Responsive for Blog Hero */
@media (max-width: 991px) {
    .blog-hero-section {
        padding: 4rem 0;
    }
    
    .blog-hero-title {
        font-size: 2.8rem;
    }
    
    .blog-hero-description {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .blog-hero-title {
        font-size: 2.2rem;
    }
    
    .blog-hero-description {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .blog-hero-section {
        padding: 3rem 0;
    }
    
    .blog-hero-title {
        font-size: 1.8rem;
    }
    
    .blog-hero-description {
        font-size: 0.95rem;
    }
}

/* Blog Cards Section */
.blog-cards-section {
    padding: 5rem 0;
    background-color: #fff;
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.blog-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image {
    transform: scale(1.05);
}

.blog-category-tag {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background-color: #d4a574;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    z-index: 2;
}

.blog-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
   
    flex: 1;
}
.pagination-wrapper {
	text-align: center;
}
.pagination-wrapper ul {
	    list-style: none;
}
.pagination-wrapper ul li{  
    display: inline-block;
}
.pagination-wrapper ul li .page-numbers{  
    padding: 10px 20px;
    border: none;
    background: #d4a574;
    color: white;
	    border-radius: 8px;
    text-decoration: none;
}
.pagination-wrapper ul li .current {
    background: #6b8fa0; 
}
/* Responsive for Blog Cards */
@media (max-width: 991px) {
    .blog-cards-section {
        padding: 4rem 0;
    }
    
    .blog-image-wrapper {
        height: 260px;
    }
    
    .blog-title {
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {
    .blog-cards-section {
        padding: 3rem 0;
    }
    
    .blog-image-wrapper {
        height: 240px;
    }
    
    .blog-title {
        font-size: 1.25rem;
    }
    
    .blog-content {
        padding: 1.25rem;
    }
}

@media (max-width: 576px) {
    .blog-cards-section {
        padding: 2.5rem 0;
    }
    
    .blog-image-wrapper {
        height: 220px;
    }
    
    .blog-title {
        font-size: 1.15rem;
    }
    
    .blog-description {
        font-size: 0.9rem;
    }
    
    .blog-content {
        padding: 1rem;
    }
    
    .blog-category-tag {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
        bottom: 0.75rem;
        left: 0.75rem;
    }
}

/* Blog Detail Hero Section */
.blog-detail-hero {
    width: 100%;
    background-color: #fff;
}

.blog-detail-hero-content {
    padding: 3rem 0 2rem;
    text-align: center;
}

.blog-detail-title {
    font-family: 'El Messiri', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin: 0;
    line-height: 1.3;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.blog-detail-hero-image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 1rem;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive for Blog Detail Hero */
@media (max-width: 991px) {
    .blog-detail-hero-content {
        padding: 2.5rem 0 1.5rem;
    }
    
    .blog-detail-title {
        font-size: 2.8rem;
    }
    
    .blog-detail-hero-image {
        height: 500px;
    }
}

@media (max-width: 768px) {
    .blog-detail-hero-content {
        padding: 2rem 0 1.5rem;
    }
    
    .blog-detail-title {
        font-size: 2.2rem;
    }
    
    .blog-detail-hero-image {
        height: 450px;
    }
}

@media (max-width: 576px) {
    .blog-detail-hero-content {
        padding: 1.5rem 0 1rem;
    }
    
    .blog-detail-title {
        font-size: 1.8rem;
        padding: 0 1rem;
    }
    
    .blog-detail-hero-image {
        height: 400px;
    }
}

/* Blog Detail Content Section */
.blog-detail-content-section {
    padding: 5rem 0;
    background-color: #fff;
}

.blog-detail-content {
    max-width: 900px;
    margin: 0 auto;
}

.blog-main-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.blog-content-paragraph {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: left;
}

.blog-sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.blog-numbered-list {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-top: 2rem;
    padding-left: 2rem;
}

.blog-numbered-list li {
    padding-left: 0.5rem;
}

.blog-numbered-list li:last-child {
    margin-bottom: 0;
}

/* Responsive for Blog Detail Content */
@media (max-width: 991px) {
    .blog-detail-content-section {
        padding: 4rem 0;
    }
    
    .blog-main-heading {
        font-size: 2.5rem;
    }
    
    .blog-sub-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .blog-detail-content-section {
        padding: 3.5rem 0;
    }
    
    .blog-main-heading {
        font-size: 2.2rem;
    }
    
    .blog-content-paragraph {
        font-size: 1rem;
    }
    
    .blog-sub-heading {
        font-size: 1.35rem;
        margin-top: 2.5rem;
    }
    
    .blog-numbered-list {
        font-size: 1rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 576px) {
    .blog-detail-content-section {
        padding: 3rem 0;
    }
    
    .blog-detail-content {
        padding: 0 1rem;
    }
    
    .blog-main-heading {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }
    
    .blog-content-paragraph {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }
    
    .blog-sub-heading {
        font-size: 1.25rem;
        margin-top: 2rem;
        margin-bottom: 1.25rem;
    }
    
    .blog-numbered-list {
        font-size: 0.95rem;
        padding-left: 1.25rem;
    }
    
   
    
}

/* Blog Image Content Block */
.blog-image-content-block {
    margin-top: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blog-content-image-wrapper {
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.wp-block-image {
    width: 100%;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.wp-block-image img{
       width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.blog-content-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.blog-image-content-text {
    padding: 0 1rem;
}

.blog-image-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.blog-image-paragraph {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: left;
}

.blog-image-paragraph:last-child {
    margin-bottom: 0;
}

/* Responsive for Blog Image Content Block */
@media (max-width: 991px) {
    .blog-image-content-block {
        margin-top: 3.5rem;
    }
    
    .blog-image-heading {
        font-size: 1.75rem;
    }
}

@media (max-width: 768px) {
    .blog-image-content-block {
        margin-top: 3rem;
    }
    
    .blog-image-heading {
        font-size: 1.5rem;
    }
    
    .blog-image-paragraph {
        font-size: 1rem;
    }
    
    .blog-content-image-wrapper {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .blog-image-content-block {
        margin-top: 2.5rem;
    }
    
    .blog-content-image-wrapper {
        border-radius: 0.75rem;
        margin-bottom: 1.5rem;
    }
    
    .blog-image-content-text {
        padding: 0;
    }
    
    .blog-image-heading {
        font-size: 1.35rem;
        margin-bottom: 1.25rem;
    }
    
    .blog-image-paragraph {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }
}

/* Blog Quote and Footer Section */
.blog-quote-footer-section {
    margin-top: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Quote Box */
.wp-block-quote {
    background-color: #e8f0f3;
    border-radius: 0.75rem;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
}
.wp-block-quote p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}
.blog-quote-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* Additional Content */
.blog-additional-content {
    margin-bottom: 2.5rem;
}

/* Blog Post Footer */
.blog-post-footer {
    border-top: 1px solid #e0e0e0;
    padding-top: 1.5rem;
    margin-top: 3rem;
}

.blog-post-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.blog-category-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-share-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.share-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
}

.blog-social-icons {
    display: flex;
    gap: 0.75rem;
}

.blog-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d4a574;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-social-icon:hover {
    background-color: #c59560;
    transform: translateY(-2px);
}

.blog-social-icon i {
    font-size: 1rem;
}

/* Responsive for Blog Quote and Footer */
@media (max-width: 991px) {
    .blog-quote-footer-section {
        margin-top: 3.5rem;
    }
    
    .blog-quote-box {
        padding: 2rem;
    }
    
    .blog-quote-text {
        font-size: 1.15rem;
    }
}

@media (max-width: 768px) {
    .blog-quote-footer-section {
        margin-top: 3rem;
    }
    
    .blog-quote-box {
        padding: 1.75rem;
        margin-bottom: 2rem;
    }
    
    .blog-quote-text {
        font-size: 1.1rem;
    }
    
    .blog-additional-content {
        margin-bottom: 2rem;
    }
    
    .blog-post-footer-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .blog-quote-footer-section {
        margin-top: 2.5rem;
        padding: 0 1rem;
    }
    
    .blog-quote-box {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .blog-quote-text {
        font-size: 1rem;
    }
    
    .blog-additional-content {
        margin-bottom: 1.5rem;
    }
    
    .blog-post-footer {
        margin-top: 2rem;
        padding-top: 1.25rem;
    }
    
    .blog-share-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .blog-social-icon {
        width: 36px;
        height: 36px;
    }
    
    .blog-social-icon i {
        font-size: 0.9rem;
    }
}

/* Blog Author Section */
.blog-author-section {
    margin-top: 4rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.blog-author-card {
    background-color: #e8f0f3;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.blog-author-image-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.blog-author-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
}

.blog-author-info {
    flex: 1;
}

.blog-author-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.blog-author-social {
    margin-bottom: 1rem;
}

.blog-author-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1877f2;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-author-social-icon:hover {
    background-color: #166fe5;
    transform: translateY(-2px);
}

.blog-author-social-icon i {
    font-size: 0.9rem;
}

.blog-author-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    line-height: 1.7;
    margin: 0;
}

/* Responsive for Blog Author Section */
@media (max-width: 991px) {
    .blog-author-section {
        margin-top: 3.5rem;
    }
    
    .blog-author-card {
        padding: 1.75rem;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .blog-author-section {
        margin-top: 3rem;
    }
    
    .blog-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2rem;
    }
    
    .blog-author-image-wrapper {
        width: 100px;
        height: 100px;
    }
    
    .blog-author-name {
        font-size: 1.35rem;
    }
    
    .blog-author-description {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .blog-author-section {
        margin-top: 2.5rem;
        padding: 0 1rem;
    }
    
    .blog-author-card {
        padding: 1.5rem;
        gap: 1.25rem;
    }
    
    .blog-author-image-wrapper {
        width: 90px;
        height: 90px;
    }
    
    .blog-author-name {
        font-size: 1.25rem;
    }
    
    .blog-author-description {
        font-size: 0.9rem;
    }
}

/* Pricing Table Section */
.pricing-table-section {
    padding: 5rem 0;
    background-color: #fff;
}

.table-wrapper {
    overflow-x: auto;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.yacht-pricing-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.yacht-pricing-table thead {
    background-color: #2c5f6e;
}

.yacht-pricing-table th {
    padding: 1.25rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #1a4550;
}

.yacht-pricing-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

.yacht-pricing-table tbody tr:hover {
    background-color: #f8f9fa;
}

.yacht-pricing-table tbody tr:last-child {
    border-bottom: none;
}

.yacht-pricing-table td {
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    color: #333;
    vertical-align: middle;
}

.yacht-pricing-table td:first-child {
    font-weight: 600;
    color: #2c5f6e;
}

.yacht-pricing-table td:last-child {
    font-weight: 700;
    color: #d4a574;
    font-size: 1.1rem;
}

/* Responsive for Pricing Table */
@media (max-width: 991px) {
    .pricing-table-section {
        padding: 4rem 0;
    }
    
    .yacht-pricing-table th,
    .yacht-pricing-table td {
        padding: 1rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .pricing-table-section {
        padding: 3rem 0;
    }
    
    .table-wrapper {
        border-radius: 0.75rem;
    }
    
    .yacht-pricing-table th {
        font-size: 0.85rem;
        padding: 0.875rem 0.75rem;
    }
    
    .yacht-pricing-table td {
        padding: 0.875rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .yacht-pricing-table td:last-child {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .pricing-table-section {
        padding: 2.5rem 0;
    }
    
    .yacht-pricing-table th {
        font-size: 0.8rem;
        padding: 0.75rem 0.5rem;
    }
    
    .yacht-pricing-table td {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }
    
    .yacht-pricing-table td:last-child {
        font-size: 0.95rem;
    }
}

/* Text Content Section */


.text-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.text-content-heading {
    font-family: 'El Messiri', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c5f6e;
    margin-bottom: 2rem;
    line-height: 1.3;
}

.text-content-body {
    font-family: 'Montserrat', sans-serif;
}

.text-content-preview {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-content-full {
    display: none;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-top: 1rem;
}

.text-content-full p {
    margin-bottom: 1.5rem;
}

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



/* Responsive for Text Content Section */
@media (max-width: 991px) {
    
    
    .text-content-heading {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
   
    
    .text-content-heading {
        font-size: 2rem;
    }
    
    .text-content-preview,
    .text-content-full {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
   
    
    .text-content-wrapper {
        padding: 0 1rem;
    }
    
    .text-content-heading {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }
    
    .text-content-preview,
    .text-content-full {
        font-size: 0.95rem;
    }
}

