
:root{
  --blue:#061e5c;
  --blue2:#0d4fb3;
  --gold:#c9972f;
  --gold2:#e5b856;
  --pink:#e83e8c;
  --soft:#f5f8ff;
  --text:#15233f;
}
*{box-sizing:border-box}
body{font-family:Tahoma,Arial,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none}
.text-gold,.gold{color:var(--gold)!important}
.topbar,.footer{background:linear-gradient(90deg,#041845,var(--blue),#072b73)}
.mainnav{min-height:86px}
.logo{width:88px;height:74px;object-fit:contain}
.brand-text strong{display:block;color:var(--blue);font-weight:900;font-size:1.1rem}
.brand-text small{display:block;color:var(--gold);font-weight:700;font-size:.8rem}
.navbar .nav-link{font-weight:800;color:var(--blue);padding:.8rem .6rem!important;border-bottom:3px solid transparent}
.navbar .nav-link:hover{color:var(--gold);border-bottom-color:var(--gold)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));border:0;color:#fff!important;font-weight:800;border-radius:10px;padding:.75rem 1.25rem;box-shadow:0 10px 18px rgba(201,151,47,.25)}
.btn-gold:hover{filter:brightness(.95);transform:translateY(-1px)}
.btn-blue{background:linear-gradient(135deg,var(--blue),var(--blue2));border:0;color:#fff!important;font-weight:800;border-radius:10px;padding:.75rem 1.25rem}
.hero-carousel{position:relative}
.hero-img{width:100%;height:610px;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,69,.92),rgba(4,24,69,.48),rgba(4,24,69,.08))}
.rtl .hero-overlay{background:linear-gradient(270deg,rgba(4,24,69,.92),rgba(4,24,69,.48),rgba(4,24,69,.08))}
.hero-content{position:absolute;inset:0;display:flex;align-items:center}
.hero-box{max-width:640px;color:#fff}
.hero-kicker{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:50px;padding:.45rem 1rem;margin-bottom:1rem;font-weight:800}
.hero-box h1{font-size:4rem;font-weight:900;line-height:1.25;margin-bottom:1rem;text-shadow:0 8px 25px rgba(0,0,0,.25)}
.hero-box p{font-size:1.35rem;line-height:1.9;margin-bottom:2rem;max-width:560px}
.feature-strip{margin-top:-52px;position:relative;z-index:5}
.mini-feature{background:#fff;border-radius:18px;padding:22px 18px;text-align:center;height:100%;box-shadow:0 12px 35px rgba(6,30,92,.12);border:1px solid rgba(6,30,92,.07)}
.mini-feature i{font-size:32px;color:var(--blue);background:#fff4db;border-radius:50%;padding:14px;margin-bottom:10px;display:inline-block}
.mini-feature h6{font-weight:900;color:var(--blue);margin:.5rem 0}
.mini-feature p{font-size:.9rem;margin:0;color:#667}
.section-label{color:var(--gold);font-weight:900;letter-spacing:.5px;display:inline-block;margin-bottom:.65rem}
.section-title{color:var(--blue);font-weight:900;font-size:2.25rem;line-height:1.35;margin-bottom:1rem}
.section-title-sm{color:var(--blue);font-weight:900;font-size:1.55rem}
.lead-text{font-size:1.08rem;line-height:2;color:#344}
.light-section{background:var(--soft)}
.image-stack{position:relative;padding:0 45px 45px 0}
.ltr .image-stack{padding:0 0 45px 45px}
.image-stack .main-img{width:88%;height:460px;object-fit:cover;border-radius:28px;box-shadow:0 20px 45px rgba(0,0,0,.16)}
.image-stack .small-img{position:absolute;bottom:0;right:0;width:245px;height:245px;object-fit:cover;border-radius:28px;border:10px solid #fff;box-shadow:0 16px 35px rgba(0,0,0,.18)}
.ltr .image-stack .small-img{right:auto;left:0}
.info-pill{background:#fff;border:1px solid rgba(6,30,92,.08);border-radius:16px;padding:18px;box-shadow:0 8px 22px rgba(6,30,92,.06)}
.info-pill strong{display:block;color:var(--gold);font-size:1.6rem}.info-pill span{font-weight:700;color:var(--blue)}
.section-card,.news-card,.gallery-card,.panel-card,.info-box,.form-card,.map-box{background:#fff;border:1px solid rgba(6,30,92,.08);border-radius:22px;box-shadow:0 12px 35px rgba(6,30,92,.08);overflow:hidden}
.section-card img,.news-card img{width:100%;height:245px;object-fit:cover}
.section-card h3,.section-card h4,.news-card h3{color:var(--blue);font-weight:900}
.panel-card{padding:26px}
.small-link{font-weight:800;color:var(--gold)}
.news-row{display:flex;gap:15px;padding:14px 0;border-bottom:1px solid #edf0f7}
.news-row:last-child{border-bottom:0}
.news-row img{width:130px;height:90px;object-fit:cover;border-radius:14px}
.news-row h6{font-weight:900;color:var(--blue);margin:0 0 4px}
.news-row span,.date{font-size:.85rem;color:#778}
.news-row p{font-size:.9rem;margin:.35rem 0 0;color:#556}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.gallery-grid img{width:100%;height:130px;object-fit:cover;border-radius:14px}
.gallery-card{padding:10px}
.gallery-card img{width:100%;height:225px;object-fit:cover;border-radius:16px}
.gallery-card h6{text-align:center;font-weight:800;color:var(--blue);padding:12px 5px 6px}
.cta-section{background:linear-gradient(135deg,var(--blue),#0b4eb3);color:#fff;text-align:center;padding:70px 0;margin-top:30px}
.cta-section h2{font-weight:900;font-size:2.4rem}
.page-head{background:linear-gradient(135deg,var(--blue),#0b4eb3);color:white;padding:85px 0;position:relative;overflow:hidden}
.page-head:after{content:"";position:absolute;inset:auto -80px -120px auto;width:360px;height:360px;background:rgba(255,255,255,.08);border-radius:50%}
.page-head span{color:var(--gold2);font-weight:900}
.page-head h1{font-size:3rem;font-weight:900;margin:.4rem 0}
.page-head p{font-size:1.2rem;margin:0}
.info-box{padding:32px}
.info-box i{font-size:2.1rem;color:var(--gold)}
.check-list{list-style:none;padding:0;margin:1rem 0}
.check-list li{padding:.65rem 0;font-weight:700;color:#334}
.check-list li:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#eaf3ff;color:var(--blue);font-weight:900;margin-inline-end:10px}
.form-card{padding:34px}
.form-control,.form-select{padding:.85rem 1rem;border-radius:12px;border-color:#dfe6f4}
.form-control:focus,.form-select:focus{box-shadow:0 0 0 .2rem rgba(201,151,47,.15);border-color:var(--gold)}
.map{width:100%;height:430px;border:0;border-radius:22px}
.stats-bar{background:rgba(255,255,255,.06);padding:26px 0}
.stat i{font-size:2rem;color:var(--gold2)}
.stat h3{font-size:2rem;font-weight:900;margin:.2rem 0}
.stat p{margin:0;color:#dfe8ff}
.footer-logo{width:100px;height:82px;object-fit:contain;background:#fff;border-radius:15px;padding:6px}
.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.footer-links a{color:#fff;opacity:.9}.footer-links a:hover{color:var(--gold2)}
.whatsapp-float{position:fixed;bottom:22px;left:22px;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:flex;align-items:center;justify-content:center;font-size:30px;z-index:1000;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.ltr .whatsapp-float{left:auto;right:22px}
.object-fit-cover{object-fit:cover}
@media(max-width:991px){
  .hero-img{height:560px}
  .hero-box h1{font-size:2.6rem}
  .hero-box p{font-size:1.05rem}
  .feature-strip{margin-top:20px}
  .brand-text small{display:none}
}
@media(max-width:576px){
  .topbar{font-size:.75rem}
  .logo{width:68px;height:58px}
  .brand-text strong{font-size:.9rem}
  .hero-img{height:500px}
  .hero-box h1{font-size:2rem}
  .image-stack{padding:0}
  .image-stack .main-img{width:100%;height:350px}
  .image-stack .small-img{display:none}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .news-row{flex-direction:column}
  .news-row img{width:100%;height:170px}
}
