/*
Theme Name: BEDO Travels & Tourism
Theme URI: https://bedotravels.com
Author: BEDO Travels
Author URI: https://bedotravels.com
Description: Professional travel agency WordPress theme for BEDO Travels & Tourism. Features include flight booking, visa services, study abroad programs, holiday packages, and more. Fully responsive and SEO optimized.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bedo-travels
Tags: travel, tourism, agency, business, responsive, one-page
*/

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #0f2c59;
    --secondary-color: #3498db;
    --accent-color: #e74c3c;
    --text-dark: #1a1a1a;
    --text-gray: #666;
    --bg-light: #f8f9fa;
    --border-color: #e0e0e0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: #fff;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}