/* ============================================
   ARABIAN WAY TOUR OPERATORS - Main Stylesheet
   Modern Travel Agency Theme
   ============================================ */

/* ===== CSS VARIABLES ===== */
:root {
    --primary: #c8a45a;
    --primary-dark: #b08d3e;
    --primary-light: #e8d5a0;
    --secondary: #1a1a2e;
    --dark: #0f0f1a;
    --dark-2: #16213e;
    --text: #555555;
    --text-light: #888888;
    --white: #ffffff;
    --light-bg: #f8f6f2;
    --border: #e8e8e8;
    --card-bg: #ffffff;
    --body-bg: #ffffff;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Poppins', sans-serif;
    --shadow: 0 10px 40px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.12);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --radius: 12px;
}

/* ===== DARK THEME ===== */
[data-theme="dark"] {
    --secondary: #e8e8e8;
    --dark: #0a0a14;
    --dark-2: #111125;
    --text: #b0b0b0;
    --text-light: #8a8a8a;
    --white: #14142a;
    --light-bg: #1a1a32;
    --border: #2a2a45;
    --card-bg: #1e1e38;
    --body-bg: #111128;
    --shadow: 0 10px 40px rgba(0,0,0,0.3);
    --shadow-lg: 0 20px 60px rgba(0,0,0,0.4);
}

[data-theme="dark"] body {
    background-color: var(--body-bg);
}

[data-theme="dark"] .bg-light {
    background-color: var(--light-bg) !important;
}

[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: #e8e8e8;
}

[data-theme="dark"] .header.scrolled {
    background: var(--body-bg);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

[data-theme="dark"] .header.scrolled .brand-text {
    color: #e8e8e8;
}

[data-theme="dark"] .header.scrolled .nav-link {
    color: #c0c0c0 !important;
}

[data-theme="dark"] .header.scrolled .nav-link:hover,
[data-theme="dark"] .header.scrolled .nav-link.active {
    color: var(--primary) !important;
}

[data-theme="dark"] .navbar-collapse {
    background: var(--body-bg) !important;
}

[data-theme="dark"] .header.scrolled .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%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-theme="dark"] .service-card,
[data-theme="dark"] .tour-card,
[data-theme="dark"] .blog-card,
[data-theme="dark"] .testimonial-card,
[data-theme="dark"] .contact-info-card,
[data-theme="dark"] .contact-form-wrapper,
[data-theme="dark"] .booking-form-wrapper {
    background: var(--card-bg);
    border-color: var(--border);
}

[data-theme="dark"] .service-card h5,
[data-theme="dark"] .tour-card-title,
[data-theme="dark"] .blog-card-body h5 a {
    color: #e8e8e8;
}

[data-theme="dark"] .tour-price {
    background: var(--card-bg);
}

[data-theme="dark"] .booking-form .form-control,
[data-theme="dark"] .booking-form .form-select,
[data-theme="dark"] .contact-form .form-control,
[data-theme="dark"] .contact-form .form-select {
    background-color: var(--light-bg);
    border-color: var(--border);
    color: #e0e0e0;
}

[data-theme="dark"] .why-us-item:hover {
    background: var(--light-bg);
    border-color: var(--border);
}

[data-theme="dark"] .why-us-floating-card {
    background: var(--card-bg);
}

[data-theme="dark"] .why-us-floating-card h6 {
    color: #e8e8e8;
}

[data-theme="dark"] .newsletter-wrapper {
    background: var(--dark);
}

[data-theme="dark"] .newsletter-form .form-control {
    background: var(--light-bg);
    color: #e0e0e0;
}

[data-theme="dark"] .footer {
    background: #0a0a14;
}

[data-theme="dark"] .footer-bottom {
    border-top-color: rgba(255,255,255,0.05);
}

[data-theme="dark"] .filter-btn {
    border-color: var(--border);
    color: var(--text);
}

[data-theme="dark"] .about-feature-item {
    background: var(--light-bg);
}

[data-theme="dark"] .about-feature-item h6 {
    color: #e8e8e8;
}

[data-theme="dark"] .about-img-secondary {
    border-color: var(--body-bg);
}

[data-theme="dark"] .quick-contact-card {
    background: var(--light-bg);
    border-color: var(--border);
    color: #e0e0e0;
}

[data-theme="dark"] .quick-contact-card:hover {
    background: var(--card-bg);
    color: var(--primary);
}

[data-theme="dark"] .page-banner-overlay {
    background: linear-gradient(135deg, rgba(10,10,20,0.9) 0%, rgba(10,10,20,0.7) 100%);
}

/* ===== RESET & BASE ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--secondary);
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

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

.section-padding {
    padding: 100px 0;
}

.bg-light {
    background-color: var(--light-bg) !important;
}

/* ===== PRELOADER ===== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

.loader {
    text-align: center;
}

.loader-inner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(200, 164, 90, 0.2);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

.loader span {
    color: var(--primary);
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== BUTTONS ===== */
.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: var(--transition);
    text-transform: uppercase;
}

.btn-primary:hover {
    background: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(200, 164, 90, 0.35);
}

.btn-outline-primary {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: var(--transition);
    text-transform: uppercase;
}

.btn-outline-primary:hover {
    background: var(--primary) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

.btn-outline-light {
    border-color: rgba(255,255,255,0.5) !important;
    color: var(--white) !important;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-outline-light:hover {
    background: var(--white) !important;
    color: var(--secondary) !important;
    transform: translateY(-2px);
}

.btn-light {
    background: var(--white) !important;
    color: var(--primary) !important;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
}

.btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* ===== SECTION TITLES ===== */
.section-subtitle {
    display: inline-block;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
}

.section-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

.text-center .section-subtitle {
    padding-left: 0;
}

.text-center .section-subtitle::before {
    display: none;
}

.section-title {
    font-size: 42px;
    margin-bottom: 15px;
    color: var(--secondary);
}

.section-title .text-primary {
    color: var(--primary) !important;
}

.section-desc {
    color: var(--text-light);
    font-size: 16px;
    max-width: 600px;
}

/* ===== TOP BAR ===== */
.top-bar {
    background: var(--secondary);
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.top-info {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.top-info li {
    color: rgba(255,255,255,0.7);
}

.top-info li i {
    color: var(--primary);
    margin-right: 6px;
}

.top-social {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.top-social a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    transition: var(--transition);
}

.top-social a:hover {
    color: var(--primary);
}

/* ===== NAVBAR ===== */
.navbar {
    padding: 18px 0;
    transition: var(--transition);
    background: transparent;
    position: relative;
    z-index: 100;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: var(--transition);
}

.header.scrolled {
    background: var(--white);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.header.scrolled .top-bar {
    display: none !important;
}

.header.scrolled .navbar {
    padding: 12px 0;
}

.header:not(.scrolled) .navbar {
    background: transparent;
}

.brand-text {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 1px;
}

.header.scrolled .brand-text {
    color: var(--secondary);
}

.brand-text .text-primary {
    color: var(--primary) !important;
}

.navbar-logo {
    height: 50px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    display: block;
}

.header:not(.scrolled) .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255,255,255,0.85) !important;
    padding: 8px 16px !important;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header.scrolled .nav-link {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary) !important;
    padding: 8px 16px !important;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-link {
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px !important;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header:not(.scrolled) .nav-link:hover,
.header:not(.scrolled) .nav-link.active {
    color: var(--primary) !important;
}

.header.scrolled .nav-link:hover,
.header.scrolled .nav-link.active {
    color: var(--primary) !important;
}

.btn-nav {
    padding: 10px 28px !important;
    font-size: 13px !important;
}

.navbar-toggler {
    border: none;
    padding: 0;
    font-size: 28px;
}

.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%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.header.scrolled .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%2826, 26, 46, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== HERO SECTION ===== */
.hero-section {
    height: 100vh;
    min-height: 700px;
    position: relative;
}

.hero-slider {
    height: 100%;
}

.hero-slider .swiper-wrapper {
    height: 100%;
}

.hero-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15,15,26,0.85) 0%, rgba(15,15,26,0.5) 50%, rgba(15,15,26,0.3) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
}

.hero-subtitle {
    display: inline-block;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--primary);
}

.hero-title {
    font-size: 68px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.15;
    font-weight: 700;
}

.hero-title .text-primary {
    color: var(--primary) !important;
}

.hero-desc {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    margin-bottom: 35px;
    max-width: 550px;
    line-height: 1.8;
}

.hero-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hero-slider .swiper-pagination {
    bottom: 40px;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 35px;
    border-radius: 6px;
}

/* ===== BOOKING FORM ===== */
.booking-section {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    padding-bottom: 0;
}

.booking-form-wrapper {
    background: var(--white);
    border-radius: var(--radius);
    padding: 35px 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(200,164,90,0.1);
}

.booking-form .form-label {
    font-weight: 600;
    font-size: 13px;
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.booking-form .form-label i {
    color: var(--primary);
    margin-right: 5px;
}

.booking-form .form-control,
.booking-form .form-select {
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--secondary);
    transition: var(--transition);
    background-color: var(--light-bg);
}

.booking-form .form-control:focus,
.booking-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(200,164,90,0.15);
}

.btn-search {
    padding: 14px 30px !important;
    font-size: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ===== ABOUT SECTION ===== */
.about-images {
    position: relative;
    padding-right: 30px;
}

.about-img-main img {
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.about-img-secondary {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 220px;
    border: 6px solid var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.about-img-secondary img {
    border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.about-experience-badge {
    position: absolute;
    top: 30px;
    left: -30px;
    background: var(--primary);
    color: var(--white);
    padding: 25px 30px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: 0 10px 30px rgba(200,164,90,0.4);
}

.exp-number {
    display: block;
    font-family: var(--font-heading);
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.exp-text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-text {
    color: var(--text);
    margin-bottom: 15px;
    font-size: 15px;
}

.about-features {
    margin-top: 25px;
}

.about-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: var(--light-bg);
    border-radius: 10px;
    transition: var(--transition);
}

.about-feature-item:hover {
    transform: translateX(5px);
    box-shadow: var(--shadow);
}

.feature-icon {
    width: 55px;
    height: 55px;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    flex-shrink: 0;
}

.about-feature-item h6 {
    font-family: var(--font-body);
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--secondary);
}

.about-feature-item p {
    font-size: 13px;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ===== SERVICES SECTION ===== */
.service-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius);
    text-align: center;
    transition: var(--transition);
    border: 1px solid var(--border);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-light), rgba(200,164,90,0.15));
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    margin: 0 auto 25px;
    transition: var(--transition);
}

.service-card:hover .service-icon {
    background: var(--primary);
    color: var(--white);
    transform: rotateY(180deg);
}

.service-card h5 {
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 18px;
}

.service-card p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
}

.service-link {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.service-link:hover {
    gap: 10px;
}

/* ===== TOURS / PACKAGES ===== */
.tour-filter {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 2px solid var(--border);
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.tour-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.tour-card-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.tour-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

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

.tour-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-badge.featured {
    background: #e74c3c;
}

.tour-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--white);
    padding: 8px 18px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    text-align: center;
}

.price-from {
    display: block;
    font-size: 11px;
    color: var(--text-light);
    line-height: 1;
}

.price-amount {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
}

.tour-card-body {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tour-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.tour-meta span {
    font-size: 13px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 4px;
}

.tour-meta span i {
    color: var(--primary);
}

.tour-card-title {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--secondary);
}

.tour-card-body > p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
    flex-grow: 1;
}

.tour-card-footer {
    display: flex;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
}

.tour-card-footer .btn {
    flex: 1;
    padding: 8px 16px !important;
    font-size: 12px !important;
}

/* ===== STATS SECTION ===== */
.stats-section {
    background: url('https://images.unsplash.com/photo-1451337516015-6b6e9a44a8a3?w=1920&q=80') center/cover fixed no-repeat;
    padding: 80px 0;
    position: relative;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15,15,26,0.88);
}

.stat-item {
    padding: 20px;
}

.stat-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-heading);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* ===== DESTINATIONS ===== */
.destination-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 280px;
    cursor: pointer;
}

.destination-card-lg {
    height: 100%;
    min-height: 280px;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.destination-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(15,15,26,0.8) 0%, rgba(15,15,26,0.1) 60%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    transition: var(--transition);
}

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

.destination-card:hover .destination-overlay {
    background: linear-gradient(0deg, rgba(15,15,26,0.9) 0%, rgba(15,15,26,0.3) 60%);
}

.destination-info h4 {
    color: var(--white);
    font-size: 22px;
    margin-bottom: 3px;
}

.destination-info span {
    color: var(--primary);
    font-size: 13px;
    font-weight: 500;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 80px 0;
    background: var(--secondary);
}

.cta-wrapper {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 20px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.cta-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.cta-wrapper::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.cta-wrapper h2 {
    color: var(--white);
    font-size: 36px;
    margin-bottom: 10px;
}

.cta-wrapper p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    margin: 0;
}

/* ===== TESTIMONIALS ===== */
.testimonial-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin: 10px;
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 100px;
    color: var(--primary-light);
    font-family: var(--font-heading);
    line-height: 1;
    opacity: 0.5;
}

.testimonial-rating {
    margin-bottom: 20px;
    display: flex;
    gap: 3px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 16px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary-light);
}

.testimonial-author h6 {
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 16px;
}

.testimonial-author span {
    font-size: 13px;
    color: var(--primary);
    font-weight: 500;
}

.testimonial-slider .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.testimonial-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: var(--primary-light);
    opacity: 1;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 30px;
    border-radius: 5px;
}

/* ===== WHY CHOOSE US ===== */
.why-us-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: var(--radius);
    transition: var(--transition);
    border: 1px solid transparent;
}

.why-us-item:hover {
    background: var(--light-bg);
    border-color: var(--border);
}

.why-us-number {
    font-family: var(--font-heading);
    font-size: 36px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    min-width: 50px;
    opacity: 0.6;
}

.why-us-item h5 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}

.why-us-item p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 0;
}

.why-us-image {
    position: relative;
}

.why-us-image img {
    box-shadow: var(--shadow-lg);
    height: 550px;
    object-fit: cover;
    width: 100%;
}

.why-us-floating-card {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: var(--white);
    padding: 20px 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 15px;
}

.why-us-floating-card i {
    font-size: 36px;
    color: var(--primary);
}

.why-us-floating-card h6 {
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 16px;
}

.why-us-floating-card p {
    font-size: 13px;
    color: var(--text-light);
    margin: 0;
}

/* ===== BLOG ===== */
.blog-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.blog-card-img {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.blog-card:hover .blog-card-img img {
    transform: scale(1.08);
}

.blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.blog-card-body {
    padding: 25px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 12px;
}

.blog-meta span {
    font-size: 13px;
    color: var(--text-light);
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta span i {
    color: var(--primary);
}

.blog-card-body h5 {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-card-body h5 a {
    color: var(--secondary);
    transition: var(--transition);
}

.blog-card-body h5 a:hover {
    color: var(--primary);
}

.blog-card-body p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 15px;
}

.blog-read-more {
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog-read-more:hover {
    gap: 10px;
    color: var(--primary-dark);
}

/* ===== NEWSLETTER ===== */
.newsletter-section {
    padding: 80px 0;
    background: var(--light-bg);
}

.newsletter-wrapper {
    background: var(--secondary);
    border-radius: 20px;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;
}

.newsletter-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(200,164,90,0.08);
    border-radius: 50%;
}

.newsletter-wrapper h3 {
    color: var(--white);
    font-size: 28px;
    margin-bottom: 8px;
}

.newsletter-wrapper p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    margin: 0;
}

.newsletter-form .input-group {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.newsletter-form .form-control {
    border: none;
    padding: 16px 25px;
    font-size: 14px;
    border-radius: 50px 0 0 50px;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter-form .btn {
    border-radius: 0 50px 50px 0 !important;
    padding: 16px 35px !important;
}

/* ===== CONTACT ===== */
.contact-info-card {
    background: var(--white);
    padding: 35px 30px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: var(--shadow);
    height: 100%;
    transition: var(--transition);
    border: 1px solid var(--border);
}

.contact-info-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: var(--shadow-lg);
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    margin: 0 auto 20px;
}

.contact-info-card h5 {
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-card p {
    color: var(--text-light);
    font-size: 14px;
    margin: 0;
}

.contact-form-wrapper {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 14px;
    transition: var(--transition);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(200,164,90,0.1);
}

/* ===== FOOTER ===== */
.footer {
    background: var(--dark);
}

.footer-top {
    padding: 80px 0 40px;
}

.footer-brand {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.footer-logo {
    height: 120px;
    width: auto;
    max-width: 300px;
    object-fit: contain;
    display: block;
    margin-bottom: 20px;
}

.footer-widget p {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    transition: var(--transition);
}

.footer-social a:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-3px);
}

.footer-widget h5 {
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.footer-widget h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-links a::before {
    content: '\203A';
    color: var(--primary);
    font-size: 18px;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: flex-start;
}

.footer-contact li i {
    color: var(--primary);
    font-size: 16px;
    margin-top: 3px;
}

.footer-contact li span {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 20px 0;
}

.footer-bottom p {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    margin: 0;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}

.footer-bottom-links a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    transition: var(--transition);
}

.footer-bottom-links a:hover {
    color: var(--primary);
}

/* ===== THEME TOGGLE ===== */
.theme-toggle {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--card-bg);
    border: 2px solid var(--border);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
    transition: var(--transition);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.theme-toggle:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    transform: translateY(-3px);
}

.theme-toggle .bi-sun-fill {
    display: none;
}

[data-theme="dark"] .theme-toggle .bi-sun-fill {
    display: inline-block;
}

[data-theme="dark"] .theme-toggle .bi-moon-fill {
    display: none;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: var(--primary);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(200,164,90,0.4);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 99;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    color: var(--white);
    transform: translateY(-3px);
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    z-index: 99;
    transition: var(--transition);
    animation: pulse-wa 2s infinite;
}

.whatsapp-float:hover {
    background: #128C7E;
    color: var(--white);
    transform: scale(1.1);
}

@keyframes pulse-wa {
    0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
    100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 54px;
    }
    .section-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 70px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-desc {
        font-size: 16px;
    }

    .navbar-collapse {
        background: var(--white);
        padding: 20px;
        border-radius: var(--radius);
        margin-top: 15px;
        box-shadow: var(--shadow-lg);
    }

    .nav-link {
        color: var(--secondary) !important;
        padding: 10px 0 !important;
    }

    .booking-form-wrapper {
        padding: 25px;
    }

    .cta-wrapper {
        padding: 40px;
        text-align: center;
    }

    .cta-wrapper .text-lg-end {
        text-align: center !important;
        margin-top: 20px;
    }

    .about-experience-badge {
        left: 0;
    }

    .why-us-floating-card {
        left: 20px;
    }

    .newsletter-wrapper {
        padding: 35px;
        text-align: center;
    }

    .newsletter-form {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        min-height: 600px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .section-title {
        font-size: 30px;
    }

    .booking-section {
        margin-top: -40px;
    }

    .about-img-secondary {
        display: none;
    }

    .about-img-main img {
        height: 350px;
    }

    .stat-number {
        font-size: 36px;
    }

    .destination-card {
        height: 220px;
    }

    .footer-bottom .row > div {
        text-align: center !important;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 10px;
    }

    .contact-form-wrapper {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-btns .btn {
        width: 100%;
    }

    .section-title {
        font-size: 26px;
    }

    .cta-wrapper h2 {
        font-size: 26px;
    }

    .why-us-image img {
        height: 350px;
    }
}

/* ===== PAGE BANNER (Inner Pages) ===== */
.page-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 76px;
}

.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15,15,26,0.85) 0%, rgba(15,15,26,0.6) 100%);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-banner-content h1 {
    color: var(--white);
    font-size: 52px;
    margin-bottom: 15px;
}

.page-banner .breadcrumb {
    justify-content: center;
    margin: 0;
}

.page-banner .breadcrumb-item {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
}

.page-banner .breadcrumb-item a {
    color: var(--primary);
}

.page-banner .breadcrumb-item.active {
    color: rgba(255,255,255,0.9);
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

/* ===== HIGHLIGHT CARDS (UAE Tours) ===== */
.highlight-card {
    padding: 15px;
    transition: var(--transition);
}

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

.highlight-img {
    border-radius: var(--radius);
    overflow: hidden;
    height: 200px;
}

.highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.highlight-card:hover .highlight-img img {
    transform: scale(1.05);
}

/* ===== WHATSAPP CTA CARD (Contact Page) ===== */
.whatsapp-cta-card {
    background: linear-gradient(135deg, #075e54, #128C7E);
    border-radius: var(--radius);
    padding: 40px;
    text-align: center;
    color: var(--white);
}

.whatsapp-cta-icon {
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 20px;
}

.whatsapp-cta-card h4 {
    color: var(--white);
    margin-bottom: 10px;
}

.whatsapp-cta-card p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    margin-bottom: 15px;
}

.whatsapp-number {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.btn-whatsapp {
    background: #25D366 !important;
    border: none !important;
    color: var(--white) !important;
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
}

.btn-whatsapp:hover {
    background: #1da851 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37,211,102,0.4);
}

/* ===== QUICK CONTACT CARDS ===== */
.quick-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: var(--light-bg);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    transition: var(--transition);
    text-decoration: none;
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
}

.quick-contact-card i {
    font-size: 22px;
}

.quick-contact-card:hover {
    background: var(--white);
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    color: var(--primary);
}

/* ===== MAP SECTION ===== */
.map-section iframe {
    display: block;
}

@media (max-width: 767px) {
    .page-banner {
        height: 300px;
    }
    .page-banner-content h1 {
        font-size: 32px;
    }
}

/* ===== GSAP ANIMATIONS ===== */
.reveal-text {
    opacity: 0;
    transform: translateY(40px);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-50px);
}

.reveal-right {
    opacity: 0;
    transform: translateX(50px);
}

.tour-item.hide {
    display: none;
}

.tour-item.show {
    display: block;
    animation: fadeInUp 0.5s ease forwards;
}

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