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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

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

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.2;
}

/* Arabic Typography */
.title-arabic, .subtitle-arabic, .nav-arabic, .btn-arabic, .cta-arabic {
    font-family: 'Cairo', 'Amiri', sans-serif;
    font-weight: 600;
}

/* Bilingual Layout */
.brand-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-arabic {
    font-family: 'Cairo', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #d4a574;
}

.brand-english {
    font-size: 1rem;
    color: #2c3e50;
    margin-top: -2px;
}

/* Navigation Bilingual */
.nav-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.nav-arabic {
    font-size: 0.9rem;
    font-weight: 600;
}

.nav-english {
    font-size: 0.8rem;
    opacity: 0.8;
}

.cta-button {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
}

.cta-arabic {
    font-size: 0.9rem;
    font-weight: 600;
}

.cta-english {
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Navigation Right Side */
.nav-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Header Social Icons */
.header-social-links {
    display: flex;
    gap: 0.8rem;
    align-items: center;
}

.social-icon {
    color: #2c3e50;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: #d4a574;
    border: 2px solid #2c3e50;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.social-icon:hover {
    transform: translateY(-2px);
    text-decoration: none;
    background: rgba(212, 165, 116, 0.2);
}

.social-icon[href*="facebook"]:hover {
    color: #1877f2;
    background: rgba(24, 119, 242, 0.1);
}

.social-icon[href*="instagram"]:hover {
    color: #e4405f;
    background: rgba(228, 64, 95, 0.1);
}

.social-icon[href*="whatsapp"]:hover,
.social-icon[href*="wa.me"]:hover {
    color: #25d366;
    background: rgba(37, 211, 102, 0.1);
}

/* Social Media Bar */
.social-media-bar {
    background: linear-gradient(135deg, #d4a574, #b8956b);
    padding: 1.5rem 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.social-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.social-bar-text {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

.social-text-arabic,
.social-text-english {
    display: none;
}

[data-lang="ar"] .social-text-arabic,
[data-lang="en"] .social-text-english {
    display: inline;
}

.social-bar-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-bar-icon {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-bar-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    text-decoration: none;
    color: white;
}

.social-bar-icon.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-bar-icon.instagram:hover {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
    border-color: #dd2a7b;
}

.social-bar-icon.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
}

.social-bar-icon i {
    font-size: 1.2rem;
}

/* Language Toggle */
.language-toggle {
    margin-left: 1rem;
}

.lang-btn {
    background: transparent;
    border: 2px solid #d4a574;
    color: #d4a574;
    padding: 8px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    background: #d4a574;
    color: white;
}

/* Hero Bilingual */
.hero-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.title-arabic {
    font-size: 3.5rem;
    direction: rtl;
    text-align: center;
}

.title-english {
    font-size: 3rem;
    opacity: 0.9;
}

.hero-subtitle {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.subtitle-arabic {
    font-size: 2rem;
    direction: rtl;
    text-align: center;
}

.subtitle-english {
    font-size: 1.8rem;
    opacity: 0.9;
}

/* Button Bilingual */
.hero-buttons .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    min-width: 150px;
}

.btn-arabic {
    font-size: 1rem;
    font-weight: 600;
}

.btn-english {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Section Headers Bilingual */
.section-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.section-title .title-arabic {
    font-size: 2.2rem;
    direction: rtl;
}

.section-title .title-english {
    font-size: 2rem;
    opacity: 0.9;
}

.section-subtitle {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.section-subtitle .subtitle-arabic {
    direction: rtl;
    font-size: 1.1rem;
    line-height: 1.6;
}

.section-subtitle .subtitle-english {
    font-size: 1rem;
    opacity: 0.9;
}

/* Language Switching */
[data-lang="ar"] .nav-english,
[data-lang="ar"] .title-english,
[data-lang="ar"] .subtitle-english,
[data-lang="ar"] .btn-english,
[data-lang="ar"] .cta-english,
[data-lang="ar"] .brand-english {
    display: none;
}

[data-lang="en"] .nav-arabic,
[data-lang="en"] .title-arabic,
[data-lang="en"] .subtitle-arabic,
[data-lang="en"] .btn-arabic,
[data-lang="en"] .cta-arabic,
[data-lang="en"] .brand-arabic {
    display: none;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #2c3e50;
}

.section-subtitle {
    font-size: 1.2rem;
    text-align: center;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #d4a574, #b8956b);
    color: white;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #b8956b, #a08660);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.4);
}

.btn-secondary {
    background: transparent;
    color: #2c3e50;
    border: 2px solid #2c3e50;
}

.btn-secondary:hover {
    background: #2c3e50;
    color: white;
}

/* Hero section specific styling for btn-secondary */
.hero .btn-secondary {
    color: white;
    border: 2px solid white;
}

.hero .btn-secondary:hover {
    background: white;
    color: #2c3e50;
}

.btn-outline {
    background: transparent;
    color: #d4a574;
    border: 2px solid #d4a574;
}

.btn-outline:hover {
    background: #d4a574;
    color: white;
}

.btn-large {
    padding: 16px 32px;
    font-size: 1.1rem;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.navbar {
    padding: 1rem 0;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.brand-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #d4a574;
}

.cta-button {
    background: linear-gradient(135deg, #d4a574, #b8956b);
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: linear-gradient(135deg, #b8956b, #a08660);
    transform: translateY(-2px);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 4px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
}

/* Hero Section with Petra Slideshow */
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    z-index: 1;
}

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

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    animation: kenBurnsEffect 15s ease-in-out infinite;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(44, 62, 80, 0.6), rgba(212, 165, 116, 0.4));
    z-index: 3;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
}

.hero-subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

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

/* Slideshow Navigation */
.slideshow-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    transform: translateY(-50%);
}

.nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 1.2rem;
}

.nav-btn:hover {
    background: rgba(212, 165, 116, 0.8);
    border-color: rgba(212, 165, 116, 1);
    transform: scale(1.1);
}

/* Slide Indicators */
.slide-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    z-index: 10;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active,
.indicator:hover {
    background: #d4a574;
    border-color: #d4a574;
    transform: scale(1.3);
}

/* Ken Burns Animation */
@keyframes kenBurnsEffect {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.1) translate(-2%, -1%);
    }
    50% {
        transform: scale(1.15) translate(1%, -2%);
    }
    75% {
        transform: scale(1.1) translate(-1%, 1%);
    }
    100% {
        transform: scale(1.2) translate(2%, -1%);
    }
}

/* Hotels Section */
.hotels {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
}

/* Hotel with Side Gallery Layout */
.hotel-with-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    grid-column: 1 / -1;
    margin: 0 auto;
    max-width: 1200px;
}

/* Side Petra Gallery */
.side-petra-gallery {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gallery-header-side {
    text-align: center;
    margin-bottom: 1.5rem;
}

.side-gallery-title {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin: 0;
}

.side-arabic {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    color: #d4a574;
    direction: rtl;
}

.side-english {
    font-size: 1.1rem;
    color: #2c3e50;
    font-style: italic;
}

.side-gallery-grid {
    display: grid;
    gap: 1.5rem;
}

.side-gallery-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.side-gallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.side-gallery-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.side-gallery-card:hover img {
    transform: scale(1.1);
}

.side-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem 1rem 1rem;
    color: white;
    text-align: center;
}

.side-caption-ar {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    direction: rtl;
    margin-bottom: 0.2rem;
}

.side-caption-en {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
    font-style: italic;
}

.gallery-cta {
    text-align: center;
    margin-top: 1.5rem;
}

.gallery-btn {
    background: linear-gradient(135deg, #d4a574, #b8956b);
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 25px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 165, 116, 0.3);
}

.gallery-btn:hover {
    background: linear-gradient(135deg, #b8956b, #a08660);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.4);
}

.cta-ar {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
}

.cta-en {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Petra Gallery Section */
.petra-gallery-section {
    padding: 4rem 0 2rem;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.gallery-header {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 0;
}

.gallery-arabic {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #d4a574;
    direction: rtl;
}

.gallery-english {
    font-size: 1.8rem;
    opacity: 0.9;
    font-style: italic;
}

.petra-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.gallery-image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.gallery-image-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.gallery-image-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.gallery-image-card:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 3rem 2rem 2rem;
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.gallery-image-card:hover .gallery-overlay {
    transform: translateY(0);
}

.gallery-caption {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.gallery-caption .caption-arabic {
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    direction: rtl;
    text-align: right;
}

.gallery-caption .caption-english {
    font-size: 1.1rem;
    opacity: 0.9;
    font-style: italic;
}

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

.hotels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.hotel-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.hotel-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.hotel-card.featured {
    border: 3px solid #d4a574;
    position: relative;
}

.hotel-card.featured::before {
    content: "RECOMMENDED";
    position: absolute;
    top: 20px;
    right: -30px;
    background: #d4a574;
    color: white;
    padding: 5px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(45deg);
    z-index: 2;
}

.hotel-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

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

.hotel-card:hover .hotel-image img {
    transform: scale(1.1);
}

.hotel-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(212, 165, 116, 0.9);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

.hotel-rating {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stars {
    color: #ffc107;
}

.rating-text {
    font-size: 0.9rem;
    color: #666;
}

.hotel-content {
    padding: 2rem;
}

.hotel-name {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.hotel-location {
    color: #666;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.hotel-location i {
    color: #d4a574;
}

.hotel-description {
    color: #666;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.amenity {
    background: #f8f9fa;
    color: #666;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.amenity i {
    color: #d4a574;
}

.pricing-section {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 15px;
    margin-bottom: 2rem;
}

.room-types {
    margin-bottom: 1rem;
}

.room-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e9ecef;
}

.room-type:last-child {
    border-bottom: none;
}

.room-name {
    font-weight: 600;
    color: #2c3e50;
}

.meal-plan {
    font-size: 0.9rem;
    color: #666;
}

.room-price {
    text-align: right;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4a574;
}

.per-night {
    font-size: 0.9rem;
    color: #666;
    display: block;
}

.supplement-info {
    background: #e3f2fd;
    padding: 0.8rem;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.supplement-info p {
    margin: 0;
    font-size: 0.9rem;
    color: #1976d2;
}

.hotel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hotel-actions .btn {
    justify-content: center;
    min-width: auto;
    text-align: center;
    padding: 12px 16px;
    font-size: 0.9rem;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 3px !important;
}

.currency-jod {
    font-weight: 700;
    font-size: 1.1rem;
    color: inherit;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 4px;
    margin-bottom: 2px;
    letter-spacing: 1px;
}

.hotel-actions .btn-primary {
    background: linear-gradient(135deg, #d4a574, #b8956b);
    color: white;
    border: none;
    order: 1;
}

.hotel-actions .btn-primary:hover {
    background: linear-gradient(135deg, #b8956b, #a08660);
    transform: translateY(-2px);
}

.hotel-actions .btn-outline {
    background: transparent;
    color: #d4a574;
    border: 2px solid #d4a574;
    order: 2;
}

.hotel-actions .btn-outline:hover {
    background: #d4a574;
    color: white;
}

.hotel-actions .btn-secondary {
    background: #2c3e50;
    color: white;
    border: 2px solid #2c3e50;
    order: 3;
}

.hotel-actions .btn-secondary:hover {
    background: transparent;
    color: #2c3e50;
    border-color: #2c3e50;
}

/* About Petra Section */
.about-petra {
    padding: 5rem 0;
    background: linear-gradient(135deg, #2c3e50, #3d566e);
    color: white;
}

/* Petra Images Gallery */
.petra-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.petra-image-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.petra-image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.petra-image-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.petra-image-card:hover img {
    transform: scale(1.1);
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 2rem 1.5rem 1.5rem;
    color: white;
}

.caption-arabic {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.3rem;
    direction: rtl;
    text-align: right;
}

.caption-english {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
    font-style: italic;
}

.about-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: flex-start;
}

.about-text .section-title {
    color: white;
    text-align: left;
    margin-bottom: 2rem;
}

.section-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #ecf0f1;
}

.petra-highlights {
    display: grid;
    gap: 1.5rem;
}

.highlight {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.highlight i {
    color: #d4a574;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.highlight h3 {
    margin-bottom: 0.5rem;
    color: #ecf0f1;
}

.highlight p {
    color: #bdc3c7;
}

.about-image-main {
    position: relative;
    position: sticky;
    top: 2rem;
}

.about-image-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* CTA Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #d4a574, #b8956b);
    color: white;
    text-align: center;
}

.cta-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.cta-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

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

/* Footer */
.footer {
    background: #2c3e50;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

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

.footer-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.footer-brand h3 {
    color: #d4a574;
    font-size: 1.5rem;
}

.footer-section h4 {
    color: #d4a574;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-info i {
    color: #d4a574;
    width: 20px;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 2rem;
}

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

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

.social-links a {
    color: #d4a574;
    font-size: 1.4rem;
    transition: all 0.3s ease;
    padding: 0.8rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 165, 116, 0.1);
    border: 1px solid rgba(212, 165, 116, 0.3);
}

.social-links a:hover {
    transform: translateY(-2px);
    background-color: rgba(212, 165, 116, 0.1);
}

.social-links a[href*="facebook"]:hover {
    color: #1877f2;
}

.social-links a[href*="instagram"]:hover {
    color: #e4405f;
}

.social-links a[href*="whatsapp"]:hover,
.social-links a[href*="wa.me"]:hover {
    color: #25d366;
}

/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    border-radius: 50px;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1000;
    transition: all 0.3s ease;
    font-weight: 600;
    animation: whatsapp-pulse 2s infinite;
}

.floating-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
    text-decoration: none;
    color: white;
}

.floating-whatsapp i {
    font-size: 1.2rem;
}

.whatsapp-text {
    font-size: 0.9rem;
}

.whatsapp-text .text-arabic,
.whatsapp-text .text-english {
    display: none;
}

/* Show appropriate language text */
[data-lang="ar"] .whatsapp-text .text-arabic,
[data-lang="en"] .whatsapp-text .text-english {
    display: inline;
}

@keyframes whatsapp-pulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 25px rgba(37, 211, 102, 0.7);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .nav-right {
        gap: 0.5rem;
    }
    
    .header-social-links {
        gap: 0.4rem;
    }
    
    .social-icon {
        font-size: 1rem;
        padding: 8px;
        min-width: 35px;
        min-height: 35px;
    }
    
    
    .section-title {
        font-size: 2rem;
    }
    
    .hotels-grid {
        grid-template-columns: 1fr;
    }
    
    .hotel-card {
        margin: 0 auto;
        max-width: 400px;
    }
    
    .hotel-with-gallery {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .side-petra-gallery {
        padding: 1.5rem;
    }
    
    .side-gallery-card img {
        height: 150px;
    }
    
    .side-overlay {
        padding: 1.5rem 0.8rem 0.8rem;
    }
    
    .side-arabic {
        font-size: 1.1rem;
    }
    
    .side-english {
        font-size: 0.95rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .about-text .section-title {
        text-align: center;
    }
    
    .petra-images {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin: 2rem 0;
    }
    
    .petra-image-card img {
        height: 250px;
    }
    
    .image-caption {
        padding: 1.5rem 1rem 1rem;
    }
    
    .caption-arabic {
        font-size: 0.9rem;
    }
    
    .caption-english {
        font-size: 0.8rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .hotel-actions {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .hotel-actions .btn {
        padding: 12px 16px;
    }
    
    .hero-title .title-arabic {
        font-size: 2.5rem;
    }
    
    .hero-title .title-english {
        font-size: 2rem;
    }
    
    .hero-subtitle .subtitle-arabic {
        font-size: 1.5rem;
    }
    
    .hero-subtitle .subtitle-english {
        font-size: 1.3rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .slideshow-nav {
        padding: 0 1rem;
    }
    
    .nav-btn {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .brand-name {
        align-items: center;
    }
    
    .nav-menu a {
        gap: 1px;
    }
    
    .nav-arabic, .nav-english {
        font-size: 0.8rem;
    }
    
    .section-title .title-arabic {
        font-size: 1.8rem;
    }
    
    .section-title .title-english {
        font-size: 1.5rem;
    }
    
    .petra-gallery-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .gallery-image-card img {
        height: 280px;
    }
    
    .gallery-title .gallery-arabic {
        font-size: 1.8rem;
    }
    
    .gallery-title .gallery-english {
        font-size: 1.4rem;
    }
    
    .gallery-overlay {
        padding: 2rem 1.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    

    
    .hotel-content {
        padding: 1.5rem;
    }
    
    .hero-title .title-arabic {
        font-size: 2rem;
    }
    
    .hero-title .title-english {
        font-size: 1.7rem;
    }
    
    .hero-subtitle .subtitle-arabic {
        font-size: 1.2rem;
    }
    
    .hero-subtitle .subtitle-english {
        font-size: 1rem;
    }
    
    .hero-content {
        padding: 0 1rem;
    }
    
    .slide-indicators {
        bottom: 20px;
        gap: 0.8rem;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
    
    .language-toggle {
        margin-left: 0.5rem;
    }
    
    .lang-btn {
        padding: 6px 10px;
        font-size: 0.8rem;
    }
    
    .petra-gallery-section {
        padding: 3rem 0 1rem;
    }
    
    .gallery-caption .caption-arabic {
        font-size: 1.1rem;
    }
    
    .gallery-caption .caption-english {
        font-size: 0.95rem;
    }
    
    .pricing-section {
        padding: 1rem;
    }
    
    .room-type {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .room-price {
        text-align: left;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hotel-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Booking Modal */
.booking-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.booking-modal.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    background: white;
    border-radius: 20px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(30px);
    transition: transform 0.3s ease;
}

.booking-modal.show .modal-content {
    transform: translateY(0);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem 1rem;
    border-bottom: 2px solid #f8f9fa;
}

.modal-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.modal-arabic {
    font-family: 'Cairo', sans-serif;
    font-size: 1.5rem;
    color: #d4a574;
    direction: rtl;
}

.modal-english {
    font-size: 1.2rem;
    color: #2c3e50;
}

.modal-close {
    background: none;
    border: none;
    color: #666;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: #f8f9fa;
    color: #2c3e50;
}

/* Booking Form */
.booking-form {
    padding: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-row.triple {
    grid-template-columns: 1fr 1fr 1fr;
}

.form-label {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.label-arabic {
    font-family: 'Cairo', sans-serif;
    color: #2c3e50;
    font-size: 1rem;
    direction: rtl;
    text-align: right;
}

.label-english {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
}

.required {
    color: #e74c3c;
    margin-left: 3px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: inherit;
}

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

.form-textarea {
    resize: vertical;
    min-height: 80px;
}

.form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
}

.form-submit {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border: none;
    color: white;
}

.form-submit:hover {
    background: linear-gradient(135deg, #229954, #27ae60);
    transform: translateY(-2px);
}

.modal-cancel {
    background: transparent;
    color: #666;
    border: 2px solid #e9ecef;
}

.modal-cancel:hover {
    background: #f8f9fa;
    color: #2c3e50;
    border-color: #d4a574;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 1rem;
        max-height: 95vh;
    }
    
    .modal-header,
    .booking-form {
        padding: 1.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-row.triple {
        grid-template-columns: 1fr;
    }
    
    .form-actions {
        grid-template-columns: 1fr;
    }
    
    .modal-arabic {
        font-size: 1.3rem;
    }
    
    .modal-english {
        font-size: 1rem;
    }
    
    /* Social Media Bar Mobile */
    .social-bar-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .social-bar-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .social-bar-icon {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .social-bar-icon span {
        display: none;
    }
    
    /* Floating WhatsApp Mobile */
    .floating-whatsapp {
        bottom: 1rem;
        right: 1rem;
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
    }
    
    .whatsapp-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .modal-header {
        padding: 1rem;
    }
    
    .booking-form {
        padding: 1rem;
    }
    
    .form-input,
    .form-select,
    .form-textarea {
        padding: 10px 12px;
    }
}

/* Accessibility */
.btn:focus,
.nav-menu a:focus {
    outline: 2px solid #d4a574;
    outline-offset: 2px;
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .cta-section,
    .booking-modal {
        display: none;
    }
    
    .hotel-card {
        break-inside: avoid;
        margin-bottom: 2rem;
    }
}

/* Print Styles */
@media print {
    .header,
    .footer,
    .cta-section {
        display: none;
    }
    

    
    .hotel-card {
        break-inside: avoid;
        margin-bottom: 2rem;
    }
}