/*
Theme Name: Egypt Wonders by main flair
Theme URI: https://www.egyptwonders.net/
Author: George Emil
Author URI: https://www.egyptwonders.net/
Description: A premium WordPress theme for Egyptian tours and travel experiences. Fully compatible with Elementor page builder. Features custom post types for tours and destinations, custom Elementor widgets, and pixel-perfect design matching the Egypt Wonders website.
Version: 2.1.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: egyptwonders
Tags: travel, tourism, elementor, custom-post-type, egypt, tours, luxury
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* Links */
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background-color: #d4af37;
    color: #fff;
}

.btn-primary:hover {
    background-color: #b8941f;
    transform: translateY(-2px);
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Elementor Compatibility */
.elementor-widget-container {
    margin-bottom: 0;
}

/* Lazy Loading */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Import Main Styles */
@import url('assets/css/main.css');