
/* Atlas Premium CSS */
:root{--accent:#b85c00;--dark:#2b2b2b;--muted:#666;--maxw:1200px}
*{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial;background:#fff;color:var(--dark);-webkit-font-smoothing:antialiased}
.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}
.header{display:flex;align-items:center;justify-content:space-between;padding:18px 0}
.header .brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.header img{height:56px}
.nav{display:flex;gap:18px}
.nav a{color:var(--dark);text-decoration:none;font-weight:600;position:relative;padding:6px 8px;border-radius:6px}
.nav a:hover{background:rgba(0,0,0,0.04)}
.hero{position:relative;height:78vh;display:flex;align-items:center;background:linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.15));overflow:hidden}
.hero .slides{position:absolute;inset:0}
.hero .slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease-in-out}
.hero .slide img{width:100%;height:78vh;object-fit:cover;filter:contrast(1.05) saturate(1.05)}
.hero .slide.active{opacity:1}
.hero .content{position:relative;z-index:5;color:#fff;padding:40px;max-width:700px}
.h1{font-size:44px;margin:0 0 12px;line-height:1.05;text-shadow:0 10px 30px rgba(0,0,0,0.45)}
.lead{font-size:18px;margin-bottom:18px;color:rgba(255,255,255,0.95)}
.cta{display:flex;gap:12px}
.btn{background:var(--accent);color:#fff;padding:12px 18px;border-radius:8px;text-decoration:none;font-weight:700;box-shadow:0 6px 20px rgba(184,92,0,0.18)}
.btn.ghost{background:transparent;border:2px solid rgba(255,255,255,0.14)}

.section{padding:48px 0}
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.card{background:#fff;padding:20px;border-radius:12px;box-shadow:0 8px 30px rgba(14,14,14,0.06);transition:transform .25s}
.card:hover{transform:translateY(-6px)}
.tour-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.tour{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px rgba(14,14,14,0.06);display:flex;flex-direction:column}
.tour img{width:100%;height:180px;object-fit:cover}
.tour .body{padding:16px;flex:1;display:flex;flex-direction:column}
.tour h3{margin:0 0 8px}
.tour p{margin:0 0 12px;color:var(--muted);flex:1}
.tour .meta{font-weight:700;color:var(--accent)}

.footer{background:#0f1720;color:#fff;padding:36px 0;margin-top:36px}
.footer .inner{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.footer a{color:rgba(255,255,255,0.85);text-decoration:none}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25d366;color:#fff;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(37,211,102,0.18);z-index:999}
.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.gallery {
  padding: 40px 0;
}

.gallery h2 {
  text-align: center;
  margin-bottom: 20px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}
.lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.8);z-index:9999}
.lightbox img{max-width:90%;max-height:80%}
@media(max-width:900px){.h1{font-size:28px}.hero{height:56vh}.hero .content{padding:20px}.nav{display:none}}
/* subtle anims */
.fade-up{opacity:0;transform:translateY(18px);animation:fadeUp .9s ease forwards}
@keyframes fadeUp{to{opacity:1;transform:none}}
/* --- MEGA FOOTER PREMIUM --- */
.mega-footer {
  margin-top: 60px;
  background: #2f3338;
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer-top {
  background: #3d4146;
  padding: 30px 0;
  text-align: center;
}

.footer-top h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.footer-btn {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 26px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}
.footer-btn:hover {
  background: #fff;
  color: #2f3338;
}

.footer-main {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 26px;
  padding: 40px 20px;
}

.footer-logo {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 12px;
}

.footer-col h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #ffcc66;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #ddd;
  margin-bottom: 6px;
  font-size: 15px;
}
.footer-col a:hover {
  color: #fff;
}

.footer-contact {
  line-height: 1.6;
  font-size: 15px;
}

.footer-form input,
.footer-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-bottom: 10px;
  background: #fff;
  color: #000;
}

.footer-form button {
  width: 100%;
  background: #f6c13a;
  color: #000;
  padding: 10px;
  font-weight: 700;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.footer-form button:hover {
  background: #ffdd6d;
}

.footer-bottom {
  text-align: center;
  padding: 14px 0;
  background: #26292d;
  font-size: 14px;
  color: #bbb;
}
<style>
/* ---- خلفية عامة فاخرة ---- */
body{
  background:linear-gradient(135deg,#f7f3ea,#efe7d9);
  font-family:"Poppins", sans-serif;
  color:#3b2f1b;
}

/* ---- الحاوية الرئيسية ---- */
.booking-container{
  max-width:850px;
  margin:40px auto;
  background:#ffffff;
  padding:40px;
  border-radius:20px;
  border:1px solid rgba(184,134,11,0.35);
  box-shadow:0 12px 40px rgba(0,0,0,0.15);
  position:relative;
  overflow:hidden;
}

/* لمسة ديال الذهب على الحواف */
.booking-container:before{
  content:"";
  position:absolute;
  top:0;left:0;
  width:100%;
  height:6px;
  background:linear-gradient(to right,#b8860b,#e0c77d,#b8860b);
}

/* ---- عنوان الصفحة ---- */
.booking-title{
  font-size:30px;
  font-weight:800;
  text-align:center;
  background:linear-gradient(to right,#b8860b,#e1c678,#b8860b);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  margin-bottom:25px;
  letter-spacing:1px;
}

/* ---- عنوان الأقسام ---- */
.section-title{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:19px;
  font-weight:700;
  margin:25px 0 15px;
  color:#b8860b;
  padding-left:12px;
  border-left:4px solid #b8860b;
}

/* ---- حقول الإدخال ---- */
.booking-container input,
.booking-container select,
.booking-container textarea{
  width:100%;
  padding:15px;
  border:1px solid #d7c095;
  border-radius:14px;
  background:#fcfaf6;
  font-size:15px;
  margin-bottom:20px;
  transition:.25s;
}

/* تأثير عند التركيز */
.booking-container input:focus,
.booking-container select:focus,
.booking-container textarea:focus{
  border-color:#b8860b;
  background:#fff;
  box-shadow:0 0 6px rgba(184,134,11,0.45);
  transform:scale(1.01);
}

/* ---- زر الإرسال ---- */
.submit-btn{
  width:100%;
  background:linear-gradient(135deg,#b8860b,#d8b56d,#b8860b);
  color:#fff;
  padding:16px;
  font-size:17px;
  font-weight:700;
  border:none;
  border-radius:14px;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(184,134,11,0.35);
  transition:.25s;
}

.submit-btn:hover{
  background:linear-gradient(135deg,#d0b05c,#b8860b);
  box-shadow:0 12px 28px rgba(184,134,11,0.45);
  transform:translateY(-2px);
}

/* ---- رابط واتساب ---- */
.booking-container a{
  color:#b8860b;
  font-weight:700;
  transition:.2s;
}
.booking-container a:hover{
  color:#8a6508;
}

/* ---- Responsive ---- */
@media(max-width:600px){
  .booking-container{
    padding:25px;
  }
  .booking-title{
    font-size:24px;
  }
}
.top-bar {
    width: 100%;
    background: #666;
    color: white;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.top-bar .left img {
    width: 22px;
    margin-right: 5px;
}

.top-bar .social i {
    margin: 0 6px;
    cursor: pointer;
}

.top-bar .contacts span {
    margin-left: 15px;
    opacity: .8;
}



</style>
