body {
    margin: 0;
    font-family: "Cairo", sans-serif;
}

/* Header */
header {
    background: #0B2E1F;
    color: white;
    height: 110px; /* ارتفاع ثابت للهيدر */
    padding: 0 40px; /* بدون padding علشان اللوجو ياخد المساحة كاملة */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 100%; /* اللوجو ياخد ارتفاع الهيدر بالكامل */
    width: auto;
    object-fit: contain;
}

header nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    font-weight: 500;
}

.btn-header {
    background: #C8A24A;
    padding: 5px 40px;
    color: #0B2E1F;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

/* Hero Section */
.hero {
    position: relative;
    height: 75vh;
    overflow: hidden;
}

/* Slider */
.slides {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    padding-top: 160px;
}

.btn-main {
    background: #C8A24A;
    padding: 12px 25px;
    color: #0B2E1F;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

/* About */
.about {
    padding: 50px 20px;
    text-align: center;
}

/* Features */
.features {
    padding: 50px 20px;
    text-align: center;
}

.features-box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.feature {
    background: #DFF2E6;
    padding: 20px;
    border-radius: 8px;
    width: 180px;
    font-weight: bold;
}

/* Packages */
.packages {
    padding: 50px 20px;
    text-align: center;
}

.packages-box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.card {
    background: white;
    border: 1px solid #145C3A;
    padding: 20px;
    border-radius: 8px;
    width: 250px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.btn-card {
    display: inline-block;
    margin-top: 10px;
    background: #0B2E1F;
    color: white;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 5px;
}

/* Contact */
.contact {
    padding: 50px 20px;
    text-align: center;
    background: #DFF2E6;
}

/* Footer */
footer {
    background: #0B2E1F;
    color: white;
    text-align: center;
    padding: 15px;
}


/* Contact Page */
.contact-page {
    padding: 50px 20px;
    text-align: center;
}

.contact-page h1 {
    font-size: 32px;
    color: #0B2E1F;
}

.contact-page p {
    margin-bottom: 30px;
    color: #333;
}

.contact-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Contact Info */
.contact-info {
    background: #DFF2E6;
    padding: 25px;
    border-radius: 8px;
    width: 300px;
    text-align: right;
    border-right: 4px solid #0B2E1F;
}

.contact-info p {
    margin: 10px 0;
    font-size: 16px;
}

/* Contact Form */
.contact-form {
    width: 350px;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contact-form label {
    margin: 10px 0 5px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    border: 1px solid #145C3A;
    border-radius: 5px;
    font-size: 15px;
}

.contact-form button {
    margin-top: 15px;
    padding: 12px;
    background: #0B2E1F;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}

.contact-form button:hover {
    background: #145C3A;
}



/* About Page */
.about-page {
    padding: 50px 20px;
    text-align: center;
}

.about-page h1 {
    font-size: 34px;
    color: #0B2E1F;
}

.about-page .intro {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #444;
}

.about-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.about-text {
    width: 400px;
    text-align: right;
}

.about-text h2 {
    color: #0B2E1F;
    margin-top: 20px;
}

.about-text p {
    color: #444;
    line-height: 1.8;
}

.about-text ul {
    list-style: none;
    padding: 0;
}

.about-text ul li {
    background: #DFF2E6;
    padding: 10px;
    margin: 8px 0;
    border-radius: 6px;
    font-weight: bold;
}

.about-image img {
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

/* Services Page */
.services-page {
    padding: 50px 20px;
    text-align: center;
}

.services-page h1 {
    font-size: 34px;
    color: #0B2E1F;
}

.services-page .intro {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #444;
}

.services-box {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.service-card {
    background: white;
    border: 1px solid #145C3A;
    padding: 25px;
    width: 260px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.service-card h3 {
    color: #0B2E1F;
    margin-bottom: 10px;
}

.service-card p {
    color: #444;
    line-height: 1.7;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    margin: 0 10px;
    color: #C8A24A;
    text-decoration: none;
    font-weight: bold;
}

.social-links a:hover {
    color: white;
}
.social-icons {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons .icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}

.social-icons .icon svg {
    width: 100%;
    height: 100%;
}

.social-icons .icon:hover {
    transform: scale(1.2);
}
.lang-btn {
    background: #C8A24A;
    padding: 6px 12px;
    color: #0B2E1F;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
}
/* Contact Page Layout */
.contact-page {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.contact-page h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #0B2E1F;
}

.contact-page p {
    font-size: 18px;
    color: #444;
    margin-bottom: 30px;
}

/* Main container */
.contact-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Contact Info Box */
.contact-info {
    flex: 1;
    min-width: 300px;
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
    line-height: 1.8;
    border: 1px solid #ddd;
}

.contact-info h3 {
    margin-bottom: 15px;
    color: #0B2E1F;
}

/* Contact Form */
.contact-form {
    flex: 1;
    min-width: 300px;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.contact-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: #0B2E1F;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background: #C8A24A;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #b18c3f;
}

/* Arabic pages */
html[lang="ar"] body {
    direction: rtl;
    text-align: right;
}

/* English pages */
html[lang="en"] body {
    direction: ltr;
    text-align: left;
}
html[lang="ar"] .contact-info,
html[lang="ar"] .contact-form {
    text-align: right;
}
html[lang="en"] .contact-info,
html[lang="en"] .contact-form {
    text-align: left;
}