/*
Theme Name: Smart Traveler
Theme URI: https://smarttraveler.ly
Author: Smart Traveler
Description: قالب شركة سفر وسياحة
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial;
    background: #fff;
    direction: rtl;
}

header {
    background: #0d6efd;
    color: white;
    text-align: center;
    padding: 20px;
}

section {
    padding: 40px;
    text-align: center;
}

h2 {
    color: #0d6efd;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service {
    background: #f1f5ff;
    margin: 10px;
    padding: 20px;
    width: 200px;
    border-radius: 10px;
}

.contact {
    background: #0d6efd;
    color: white;
}

.btn {
    background: white;
    color: #0d6efd;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
}
