

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=BenchNine:300,400,700');

@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('jquery.mCustomScrollbar.min.css');
@import url('owl.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@font-face{
	font-family: ae;
	src: url('../fonts/ae_AlMateen.ttf');
}
@font-face{
	font-family: cr;
	src: url('../fonts/12\ ae_Cortoba.ttf');
}
@font-face{
	font-family: dh;
	src: url('../fonts/Dahab\ Arabic\ ITF\ Light.otf');
}
@font-face{
	font-family: ha;
	src: url('../fonts/Hacen\ Extender\ X4\ Super\ Fit.ttf');
}
@font-face{
	font-family: co;
	src: url('../fonts/alfont_com_AlFont_com_Co-Headline-Regular.otf');
}
@font-face{
	font-family: cl;
	src: url('../fonts/calibril.ttf');
}
@font-face{
	font-family: clr;
	src: url('../fonts/calibri.ttf');
}
@font-face{
	font-family: clb;
	src: url('../fonts/calibrib.ttf');
}



/*** 

====================================================================
		Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

***/

body {
	
	font-size:14px;
	color:#777777;
	line-height: 28px;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'dh';
	scroll-behavior: smooth;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#e19766;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'dh';
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
}

p,.text{
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555555;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.centered{
	text-align:center !important;
}




























/*------------------------------------------------------- NAVBAR -------------------------------------------------------*/

/* ================================
   MOBILE HEADER (RTL)
   Logo RIGHT, Burger LEFT
=================================== */

.alou-mobile-header{
  display: none; /* will show only on mobile below */
}

.alou-mobile-header__bar{
  height: 88px;
  padding: 0 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #153427;
  border-bottom: 1px solid rgba(255,255,255,.10);

  /* nice premium feel */
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* Burger on LEFT */
.alou-mobile-header__burger{
  width: 46px;
  height: 46px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);

  color: #fff;
  text-decoration: none;

  transition: .22s ease;
}

.alou-mobile-header__burger:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

.alou-mobile-header__burger i{
  font-size: 20px;
  color: #fff;
}

/* Logo on RIGHT */
.alou-mobile-header__logo img{
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

/* ================================
   MOBILE SIDEBAR PANEL STYLE
=================================== */

.alou-mobile-panel{
  background: rgba(21,52,39,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-left: 1px solid rgba(255,255,255,.10);
  box-shadow: -18px 0 48px rgba(0,0,0,.35);

  /* optional rounding */
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;

  /* ensure it sits above page */
  z-index: 99999999;
}

/* header */
.alou-mobile-panel .ps-panel__header{
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.alou-mobile-panel__title{
  margin: 0;
  color: rgba(255,255,255,.95);
  font-weight: 600;
}

/* menu */
.alou-mobile-panel .ps-panel__content{
  padding: 14px 18px 20px;
  text-align: center;
}

.alou-mobile-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.alou-mobile-menu a{
  height: 50px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);

  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-weight: 600;

  transition: .22s ease;
}

.alou-mobile-menu a:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

/* ================================
   RESPONSIVE SWITCHING
   Desktop navbar on desktop, mobile header on mobile
=================================== */

/* Default: desktop navbar visible, mobile hidden */
.alou-navbar{ display: block; }
.alou-mobile-header{ display: none; }

/* Mobile: hide desktop navbar, show mobile header */
@media (max-width: 992px){
  .alou-navbar{ display: none; }
  .alou-mobile-header{ display: block; }
}


/* =========================================
   MOBILE SIDEBAR - FIX OVERLAP + ELEGANT UI
========================================= */

/* adjust this if your mobile header height differs */
:root{
  --alou-mobile-header-h: 88px;
}

/* Sidebar panel */
.alou-mobile-panel{
  position: fixed;
  top: var(--alou-mobile-header-h) !important;   /* ✅ starts BELOW the green header */
  height: calc(100vh - var(--alou-mobile-header-h)) !important;
  padding-top: 0 !important;

  background: rgba(21,52,39,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-left: 1px solid rgba(255,255,255,.10);
  box-shadow: -24px 0 60px rgba(0,0,0,.40);

  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;

  overflow: hidden;
  z-index: 9999999; /* above content, below header is fine because top offset clears it */
}

/* Header inside panel */
.alou-mobile-panel__header{
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}

.alou-mobile-panel__title{
  margin: 0;
  color: rgba(255,255,255,.96);
  font-weight: 700;
  letter-spacing: .2px;
}

/* Content area scrolls if needed */
.alou-mobile-panel__content{
  padding: 14px 18px 18px;
  height: calc(100% - 58px);
  overflow: auto;
}

/* Menu */
.alou-mobile-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

/* Elegant pill items */
.alou-mobile-menu a{
  height: 56px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);

  color: rgba(255,255,255,.96);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;               /* ✅ big, premium */
  letter-spacing: .2px;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transition: .22s ease;
}

.alou-mobile-menu a:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

/* Subtle separator line between items (optional, classy) */
.alou-mobile-menu li{
  position: relative;
}
.alou-mobile-menu li::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -6px;
  height: 1px;
  background: rgba(255,255,255,.08);
}

/* Social block at bottom */
.alou-mobile-social{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);

  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.alou-mobile-social__icon{
  width: 46px;
  height: 46px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);

  color: #fff;
  text-decoration: none;

  transition: .22s ease;
}

.alou-mobile-social__icon:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

.alou-mobile-social__icon i{
  font-size: 18px;
}
.alou-mobile-social__icon svg{
  width: 18px;
  height: 18px;
  color: #fff;
}

/* Make sure the mobile header always stays on top */
.alou-mobile-header{
  position: sticky;
  top: 0;
  z-index: 99999999;
}






/* =====================================================
   NAVBAR BACKGROUND – FORCE GREEN
   ===================================================== */
.header,
.header.header--default,
.header.header--home-4,
.header[data-sticky="true"] {
  background-color: #153427 !important;
}

/* Remove any bottom borders / lines (often yellow in themes) */
.header,
.header *,
.header.line {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* =====================================================
   MENU LINKS – RESET ANY EXISTING UNDERLINES (YELLOW)
   ===================================================== */
.header .menu li a {
  position: relative;
  color: #ffffff !important;
  text-decoration: none !important;
  background-image: none !important;
}

/* Kill theme underline pseudo-elements */
.header .menu li a::before {
  content: none !important;
}

/* =====================================================
   PURPLE UNDERLINE (ON HOVER ONLY)
   ===================================================== */
.header .menu li a::after {
  content: "";
  position: absolute;
  right: 50%;              /* RTL-friendly */
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #766fb2; /* PURPLE */
  opacity: 0;
  transition:
    width 0.35s ease,
    right 0.35s ease,
    opacity 0.35s ease;
}

/* Hover underline */
.header .menu li a:hover::after {
  width: 100%;
  right: 0;
  opacity: 1;
}

/* =====================================================
   ICONS & SOCIAL – FORCE WHITE
   ===================================================== */
.header i,
.header svg,
.header svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Hover fade (no color change) */
.header a:hover {
  opacity: 0.8;
}

/* =====================================================
   MOBILE SAFETY
   ===================================================== */
@media (max-width: 991px) {
  .header {
    background-color: #153427 !important;
  }

  .header .menu li a::after {
    bottom: -4px;
  }
}
/* =====================================================
   SOCIAL ICONS – PURPLE ON HOVER
   ===================================================== */

/* Default state */
.ps-list--social li a i,
.header__actions a i,
.header__actions svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  transition: color 0.35s ease, fill 0.35s ease, opacity 0.35s ease;
}

/* Hover state */
.ps-list--social li a:hover i,
.header__actions a:hover i,
.header__actions a:hover svg {
  color: #766fb2 !important;
  fill: #766fb2 !important;
  opacity: 1;
}









/*------------------------------------------------------- SLIDER BUTTONS -------------------------------------------------------*/



/* slider buttons */

/* =========================================
   HERO BUTTONS – SEMI TRANSPARENT → SOLID
   ========================================= */

.ps-home-banner .ps-btn {
  font-family: dh;
  font-weight: 100;
  padding: 14px 38px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.4px;
  margin: 8px;
  min-width: 170px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background-color 0.35s ease, border-color 0.35s ease;
}

/* ===============================
   GREEN BUTTON (حجز موعد)
   =============================== */
.ps-home-banner .ps-btn:first-of-type {
  background-color: rgba(21, 52, 39, 0.55); /* semi-transparent */
  border: 1.5px solid #153427;            /* full opacity */
}

.ps-home-banner .ps-btn:first-of-type:hover {
  background-color: #153427;               /* solid */
  border-color: #153427;
}

/* ===============================
   PURPLE BUTTON (طلب استشارة)
   =============================== */
.ps-home-banner .ps-btn:last-of-type {
  background-color: rgba(21, 52, 39, 0.55); /* semi-transparent */
  border: 1.5px solid #153427;                /* full opacity */
}

.ps-home-banner .ps-btn:last-of-type:hover {
  background-color: #153427;                  /* solid */
  border-color: #153427;
}

/* Improve text clarity on images */
.ps-home-banner .ps-banner__content {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}




.section-spacer {
  height: 70px;
  background: rgb(21, 52, 39);
}



























/*------------------------------------------------------- MOBILE HEADER -------------------------------------------------------*/



/* ================================
   MOBILE HEADER (RTL)
   Logo RIGHT, Burger LEFT
=================================== */

.alou-mobile-header{
  display: none; /* will show only on mobile below */
}

.alou-mobile-header__bar{
  height: 88px;
  padding: 0 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #153427;
  border-bottom: 1px solid rgba(255,255,255,.10);

  /* nice premium feel */
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
}

/* Burger on LEFT */
.alou-mobile-header__burger{
  width: 46px;
  height: 46px;
  border-radius: 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);

  color: #fff;
  text-decoration: none;

  transition: .22s ease;
}

.alou-mobile-header__burger:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

.alou-mobile-header__burger i{
  font-size: 20px;
  color: #fff;
}

/* Logo on RIGHT */
.alou-mobile-header__logo img{
  height: 48px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

/* ================================
   MOBILE SIDEBAR PANEL STYLE
=================================== */

.alou-mobile-panel{
  background: rgba(21,52,39,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-left: 1px solid rgba(255,255,255,.10);
  box-shadow: -18px 0 48px rgba(0,0,0,.35);

  /* optional rounding */
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;

  /* ensure it sits above page */
  z-index: 99999999;
}

/* header */
.alou-mobile-panel .ps-panel__header{
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.alou-mobile-panel__title{
  margin: 0;
  color: rgba(255,255,255,.95);
  font-weight: 600;
}

/* menu */
.alou-mobile-panel .ps-panel__content{
  padding: 14px 18px 20px;
  text-align: center;
}

.alou-mobile-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.alou-mobile-menu a{
  height: 50px;
  border-radius: 16px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);

  color: rgba(255,255,255,.95);
  text-decoration: none;
  font-weight: 600;

  transition: .22s ease;
}

.alou-mobile-menu a:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

/* ================================
   RESPONSIVE SWITCHING
   Desktop navbar on desktop, mobile header on mobile
=================================== */

/* Default: desktop navbar visible, mobile hidden */
.alou-navbar{ display: block; }
.alou-mobile-header{ display: none; }

/* Mobile: hide desktop navbar, show mobile header */
@media (max-width: 992px){
  .alou-navbar{ display: none; }
  .alou-mobile-header{ display: block; }
}


/* =========================================
   MOBILE SIDEBAR - FIX OVERLAP + ELEGANT UI
========================================= */

/* adjust this if your mobile header height differs */
:root{
  --alou-mobile-header-h: 88px;
}

/* Sidebar panel */
.alou-mobile-panel{
  position: fixed;
  top: var(--alou-mobile-header-h) !important;   /* ✅ starts BELOW the green header */
  height: calc(100vh - var(--alou-mobile-header-h)) !important;
  padding-top: 0 !important;

  background: rgba(21,52,39,.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border-left: 1px solid rgba(255,255,255,.10);
  box-shadow: -24px 0 60px rgba(0,0,0,.40);

  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;

  overflow: hidden;
  z-index: 9999999; /* above content, below header is fine because top offset clears it */
}

/* Header inside panel */
.alou-mobile-panel__header{
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
}

.alou-mobile-panel__title{
  margin: 0;
  color: rgba(255,255,255,.96);
  font-weight: 700;
  letter-spacing: .2px;
}

/* Content area scrolls if needed */
.alou-mobile-panel__content{
  padding: 14px 18px 18px;
  height: calc(100% - 58px);
  overflow: auto;
}

/* Menu */
.alou-mobile-menu{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

/* Elegant pill items */
.alou-mobile-menu a{
  height: 56px;
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);

  color: rgba(255,255,255,.96);
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;               /* ✅ big, premium */
  letter-spacing: .2px;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transition: .22s ease;
}

.alou-mobile-menu a:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

/* Subtle separator line between items (optional, classy) */
.alou-mobile-menu li{
  position: relative;
}
.alou-mobile-menu li::after{
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: -6px;
  height: 1px;
  background: rgba(255,255,255,.08);
}

/* Social block at bottom */
.alou-mobile-social{
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);

  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.alou-mobile-social__icon{
  width: 46px;
  height: 46px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);

  color: #fff;
  text-decoration: none;

  transition: .22s ease;
}

.alou-mobile-social__icon:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  transform: translateY(-1px);
}

.alou-mobile-social__icon i{
  font-size: 18px;
}
.alou-mobile-social__icon svg{
  width: 18px;
  height: 18px;
  color: #fff;
}

/* Make sure the mobile header always stays on top */
.alou-mobile-header{
  position: sticky;
  top: 0;
  z-index: 99999999;
}














/*------------------------------------------------------- SERVCES SECTION -------------------------------------------------------*/





/* ===============================
   LOCAL ARABIC FONTS
================================ */

@font-face {
  font-family: dh;
  src: url('../fonts/Dahab Arabic ITF Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: ha;
  src: url('../fonts/Hacen Extender X4 Super Fit.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/* ===============================
   SERVICES SECTION
================================ */

.services-section {
  padding: 80px 0;
  background: #f9f9fb;
  direction: rtl;
  font-family: ha, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* SECTION TITLE */

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-family: dh, system-ui, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #153427;
}


/* ===============================
   GRID LAYOUT
================================ */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}


/* ===============================
   SERVICE CARD
================================ */

.service-box {
  background-color: #ffffff;
  padding: 35px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);

  transition:
    background-color 0.6s ease,
    box-shadow 0.6s ease;
}

/* HOVER */

.service-box:hover {
  background-color: #153427;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}


/* ===============================
   ICON
================================ */

.service-box i {
  font-size: 36px;
  color: #766fb2;
  margin-bottom: 20px;
  transition: color 0.6s ease;
}

.service-box:hover i {
  color: #ffffff;
}


/* ===============================
   TITLE
================================ */

.service-box h3 {
  font-family: dh, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #153427;
  transition: color 0.6s ease;
}

.service-box:hover h3 {
  color: #ffffff;
}


/* ===============================
   TEXT
================================ */

.service-box p {
  font-family: dh, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  transition: color 0.6s ease;
}

.service-box:hover p {
  color: #f1f1f1;
}


/* ===============================
   RESPONSIVE
================================ */

/* TABLET */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .section-title h2 {
    font-size: 28px;
  }
}






/*------------------------------------------------------- ABOUT SECTION -------------------------------------------------------*/









/*------------------------------------------------------- ABOUT SECTION / ROYAL QUOTE -------------------------------------------------------*/





/* =========================================================
   ROYAL QUOTE – PREMIUM / CENTERED / GLASS / GOLD
   Reusable across Home, About, Footer, 404
========================================================= */

/* Main Wrapper */
.about-royal-quote{
  position: relative;
  margin: 50px auto 0 auto;
  padding: 45px 50px;
  max-width: 880px;
  width: 100%;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(21,52,39,0.06),
    rgba(255,215,0,0.04)
  );

  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,215,0,0.25);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Crown */
.quote-crown{
  display: block;
  font-size: 28px;
  color: #c9a24d;
  margin-bottom: 12px;
}

/* Quote Text */
.quote-text{
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 2;
  color: #153427;
  margin: 0;
}

/* Decorative Quote Marks */
.quote-mark{
  position: absolute;
  font-size: 90px;
  font-family: serif;
  font-weight: 700;
  color: rgba(201,162,77,0.18);
  pointer-events: none;
}

.quote-mark--top{
  top: 10px;
  right: 25px;
}

.quote-mark--bottom{
  bottom: -20px;
  left: 25px;
}

/* Saudi-Inspired Divider */
.quote-divider{
  width: 120px;
  height: 2px;
  margin: 22px auto 14px;
  background: linear-gradient(
    to right,
    transparent,
    #c9a24d,
    transparent
  );
}

/* Author */
.quote-author{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: rgba(0,0,0,0.65);
}

/* =========================================================
   SCROLL FADE-UP ANIMATION
========================================================= */
[data-animate="fade-up"]{
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.9s ease;
}

[data-animate].visible{
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   DARK MODE SUPPORT
========================================================= */
body.dark-mode .about-royal-quote{
  background: linear-gradient(
    135deg,
    rgba(21,52,39,0.35),
    rgba(201,162,77,0.12)
  );
  border-color: rgba(201,162,77,0.35);
}

body.dark-mode .quote-text{
  color: #f5f5f5;
}

body.dark-mode .quote-author{
  color: rgba(255,255,255,0.7);
}

/* =========================================================
   RESPONSIVE TUNING
========================================================= */
@media (max-width: 768px){
  .about-royal-quote{
    padding: 35px 22px;
    margin: 40px auto 0;
  }

  .quote-text{
    font-size: 22px;
  }

  .quote-mark{
    font-size: 70px;
  }
}























/*------------------------------------------------------- ALOU DIVIDER MOTIF LOGO SVG -------------------------------------------------------*/




.alou-divider{
  position: relative;
  height: 90px;                 /* breathing room */
  background-color: #ffffff;
  overflow: hidden;
}

/* Repeated logo motif */
.alou-divider::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;

  /* slightly off-center for elegance */
  top: 52%;
  transform: translateY(-50%);

  height: 48px;

  /* Path fallback (safe for subfolders) */
  background-image:
    url("img/alou.svg"),
    url("./img/alou.svg"),
    url("../img/alou.svg");

  background-repeat: repeat-x;
  background-position: center;

  /* 🔑 KEY TUNING (less repetition) */
  background-size: 160px 48px;

  /* subtle authority */
  opacity: 0.12;

  pointer-events: none;
}


/* ============================
   MOBILE TUNING
============================ */
@media (max-width: 768px){
  .alou-divider{
    height: 70px;
  }

  .alou-divider::before{
    height: 36px;
    background-size: 120px 36px;
    opacity: 0.10;
  }

  .alou-divider::after{
    background: rgba(21, 52, 39, 0.12);
  }
}


























/*------------------------------------------------------- GOALS SECTION -------------------------------------------------------*/



/* ===============================
   GOALS SECTION
================================ */

.goals-section {
  padding: 90px 0;
  background: #ffffff;
  direction: rtl;
  font-family: dh, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* SECTION TITLE */

.goals-section .section-title {
  text-align: center;
  margin-bottom: 55px;
}

.goals-section .section-title h2 {
  font-family: dh, system-ui, sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #153427;
  text-decoration: underline;
}


/* ===============================
   GOALS GRID
================================ */

.goals-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
}


/* ===============================
   GOAL CARD
================================ */

.goal-box {
  background-color: #f9f9fb;
  border-radius: 14px;
  padding: 40px 25px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);

  transition:
    background-color 0.7s ease,
    box-shadow 0.7s ease;
}

/* HOVER */

.goal-box:hover {
  background-color: #153427;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}


/* ===============================
   ICON
================================ */

.goal-box i {
  font-size: 34px;
  color: #766fb2;
  margin-bottom: 18px;
  transition: color 0.7s ease;
}

.goal-box:hover i {
  color: #ffffff;
}


/* ===============================
   TEXT
================================ */

.goal-box h3 {
  font-family: dh, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #153427;
  transition: color 0.7s ease;
}

.goal-box:hover h3 {
  color: #ffffff;
}


/* ===============================
   RESPONSIVE
================================ */

/* TABLET */
@media (max-width: 992px) {
  .goals-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .goals-grid {
    grid-template-columns: 1fr;
  }

  .goals-section .section-title h2 {
    font-size: 28px;
  }
}
.goal-box {
  background-color: #f9f9fb;
  border-radius: 14px;
  padding: 40px 25px;
  text-align: center;

  border: 1.5px solid rgba(21, 52, 39, 0.25); /* GREEN BORDER */

  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);

  transition:
    background-color 0.7s ease,
    box-shadow 0.7s ease,
    border-color 0.7s ease;
}





























/*------------------------------------------------------- CONTACT SECTION -------------------------------------------------------*/



/* =========================================
   CONTACT SECTION – FINAL (DH ONLY / TRUE RTL)
========================================= */

.contact-section--pro {
  padding: 60px 0;
  background: #ffffff;
  font-family: dh, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;
}

/* TITLES */
.contact-title {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  color: #153427;
  margin-bottom: 10px;
  font-family: dh, system-ui, sans-serif;
}

.contact-subtitle {
  text-align: center;
  color: #666;
  font-weight: 300;
  margin-bottom: 35px;
  line-height: 1.9;
  font-family: dh, system-ui, sans-serif;
}

/* Cards */
.contact-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(21, 52, 39, 0.14);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  padding: 26px 22px;
  height: 100%;
  position: relative;

  direction: rtl;               /* force RTL inside card */
  unicode-bidi: plaintext;
  text-align: right;
  font-family: dh, system-ui, sans-serif;
}

.contact-card-title {
  text-align: center;
  font-weight: 300;
  color: #153427;
  margin-bottom: 18px;
  font-family: dh, system-ui, sans-serif;
}

/* ============================
   PATTERN BACKGROUND (FORM)
============================ */

.contact-card--form {
  background-image: url("img/pattern-2.jpg");
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.contact-card--form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 0;
}

.contact-card--form > * {
  position: relative;
  z-index: 1;
}

/* ============================
   INFO LIST (ICON RIGHT + TEXT RIGHT)
   IMPORTANT: RTL must be on the flex container
============================ */

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;

  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;
}

.contact-info-item {
  display: flex;

  direction: rtl;               /* THIS is the critical fix */
  unicode-bidi: plaintext;

  justify-content: flex-start;  /* start == RIGHT in RTL */
  align-items: flex-start;

  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(21, 52, 39, 0.10);
  text-align: right;
}

.contact-info-item:last-child {
  border-bottom: none;
}

.contact-info-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(118, 111, 178, 0.10);
  color: #766fb2;
  flex-shrink: 0;

  /* ensure icon stays first (right side in RTL start) */
  order: 0;
}

.contact-info-text {
  color: #153427;
  font-weight: 300;
  line-height: 1.9;
  text-align: right;
  font-family: dh, system-ui, sans-serif;

  order: 1;
}

.contact-link {
  color: #153427;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  direction: rtl;
  unicode-bidi: plaintext;
}

.contact-link:hover {
  border-bottom-color: #766fb2;
}

/* Note */
.contact-note {
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(21, 52, 39, 0.06);
  color: #153427;

  display: flex;
  direction: rtl;
  unicode-bidi: plaintext;

  justify-content: center;
  align-items: center;
  gap: 10px;

  font-family: dh, system-ui, sans-serif;
  font-weight: 300;
  text-align: right;
}

/* ============================
   FORM FIELDS
============================ */

.field-label {
  display: block;
  margin-bottom: 8px;
  color: #153427;
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  font-family: dh, system-ui, sans-serif;
}

.field-input,
.field-textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(21, 52, 39, 0.18);
  padding: 12px 14px;

  font-family: dh, system-ui, sans-serif;
  font-weight: 300;

  color: #153427;
  background: #ffffff;
  outline: none;

  direction: rtl;
  unicode-bidi: plaintext;
  text-align: right;

  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.field-textarea {
  min-height: 130px;
  resize: vertical;
}

.field-input::placeholder,
.field-textarea::placeholder {
  text-align: right;
  direction: rtl;
  color: #999;
}

.field-input:focus,
.field-textarea:focus {
  border-color: rgba(118, 111, 178, 0.7);
  box-shadow: 0 0 0 4px rgba(118, 111, 178, 0.12);
}

/* Submit */
.contact-btn {
  width: 100%;
  border: 1px solid #153427;
  background: #153427;
  color: #ffffff;
  border-radius: 12px;
  padding: 12px;

  font-family: dh, system-ui, sans-serif;
  font-weight: 300;
  font-size: 16px;

  transition: transform 0.25s ease, background-color 0.25s ease;
}

.contact-btn:hover {
  background: #0f261d;
  transform: translateY(-2px);
}

/* Privacy note */
.contact-privacy {
  margin-top: 14px;
  font-size: 12px;
  color: #777;
  text-align: center;

  direction: rtl;
  unicode-bidi: plaintext;

  font-family: dh, system-ui, sans-serif;
  font-weight: 300;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-section--pro {
    padding: 45px 0;
  }

  .contact-title {
    font-size: 32px;
  }
}





























/*------------------------------------------------------- APPOINTMENT SECTION -------------------------------------------------------*/

/*
.alou-appointment .container {
	padding: 30px 0;
	position: relative;
}
	*/
/* ✅ Put your exact green color here */
:root{
  --alou-green: #163b2e; /* replace if different */
  --alou-green-tint: rgba(22, 59, 46, 0.10);
  --alou-border: #e6edf6;
  --alou-text: #111827;
  --alou-muted: #6b7280;
  --alou-input-bg: #f7f9fc;
}

/* ✅ Fix “weird English numbers” globally */
html, body{
  font-family: "Cairo", "Tajawal", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

/* ============ Section Base ============ */
.alou-appointment{
  padding: 80px 0;
  position: relative;
  background: #ffffff;
}

.alou-appointment .container{
  position: relative;
  z-index: 2;
}

/* subtle background glow */
.alou-appointment::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 450px at 20% 10%, rgba(180, 140, 255, 0.10), transparent 55%),
    radial-gradient(900px 450px at 80% 35%, rgba(22, 59, 46, 0.08), transparent 55%);
  pointer-events:none;
  z-index:1;
}

/* ============ Header ============ */
.alou-appointment__header{
  text-align:center;
  margin-bottom: 28px;
}

.alou-appointment__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  font-size:14px;
  color: var(--alou-green);
  background: rgba(22, 59, 46, 0.06);
  border: 1px solid rgba(22, 59, 46, 0.14);
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.08);
}

.alou-appointment__title{
  margin:10px 0 6px;
  color: var(--alou-green);
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: .2px;
}

.alou-appointment__sub{
  margin: 0 auto;
  max-width: 820px;
  color: var(--alou-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ============ Cards ============ */
/* IMPORTANT: no green hover here (you said ONLY the 4 info cards) */
.alou-card{
  border-radius: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--alou-border);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
}

.alou-card--form,
.alou-card--info{
  overflow:hidden;
}

/* Card headings */
.alou-card__title{
  margin:0 0 6px;
  color: var(--alou-text);
  font-size: 22px;
  line-height: 1.3;
  text-align:right;
}

.alou-card__text{
  margin:0 0 18px;
  color: var(--alou-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align:right;
}

/* ============ Form ============ */
.alou-form{ direction: rtl; }
.alou-form .row > div{ margin-bottom:16px; }

.alou-label{
  display:block;
  margin-bottom:8px;
  color: var(--alou-text);
  font-size:14px;
  line-height: 1.35;
  text-align:right;
}

.alou-input,
.alou-textarea{
  width:100%;
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid #dbe4ef;
  background: var(--alou-input-bg);
  color: var(--alou-text);
  outline:none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;

  direction: rtl;
  text-align: right;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.alou-input::placeholder,
.alou-textarea::placeholder{
  color: #9aa6b2;
  direction: rtl;
  text-align: right;
}

.alou-input:focus,
.alou-textarea:focus{
  border-color: rgba(22, 59, 46, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(22, 59, 46, 0.12);
}

.alou-textarea{
  min-height: 140px;
  resize: vertical;
}

/* ✅ datetime-local: keep LTR for stable digits BUT align to right */
.alou-input--datetime{
  direction:ltr;
  text-align:right;
  unicode-bidi: plaintext;
}

/* Force internal date/time text to appear right aligned (webkit browsers) */
.alou-input--datetime::-webkit-datetime-edit{
  text-align:right;
}
.alou-input--datetime::-webkit-datetime-edit-fields-wrapper{
  display:flex;
  justify-content:flex-end;
}
.alou-input[type="datetime-local"]::-webkit-calendar-picker-indicator{
  opacity: 0.85;
  cursor: pointer;
}

/* Submit Button (green) */
.alou-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(22, 59, 46, 0.20);
  background: var(--alou-green);
  color:#fff;
  font-weight: 900;
  cursor:pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.alou-btn:hover{
  transform: translateY(-1px);
  background: #0f2f24;
  border-color: rgba(22, 59, 46, 0.45);
  box-shadow: 0 14px 35px rgba(16, 24, 40, 0.18);
}

.alou-btn:active{ transform: translateY(0); }

.alou-form__note{
  margin: 12px 0 0;
  color: var(--alou-muted);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}



/* ============ Info Grid ============ */
.alou-info-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}

/* ✅ ONLY these 4 cards hover green */
.alou-info-grid .alou-mini{
  display:flex;
  gap:12px;
  padding:14px;
  border-radius:16px;
  background:#ffffff;
  border: 1px solid var(--alou-border);
  text-decoration:none;
  color: inherit;
  min-width:0;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.alou-info-grid .alou-mini:hover{
  transform: translateY(-1px);
  background: var(--alou-green-tint);
  border-color: rgba(22, 59, 46, 0.30);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.12);
}

/* icon */
.alou-mini__icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background: rgba(22, 59, 46, 0.08);
  border: 1px solid rgba(22, 59, 46, 0.18);
  color: var(--alou-green);
  flex: 0 0 auto;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.alou-info-grid .alou-mini:hover .alou-mini__icon{
  background: rgba(22, 59, 46, 0.14);
  border-color: rgba(22, 59, 46, 0.30);
}

.alou-mini__icon svg{ width:22px; height:22px; }

.alou-mini__content{
  min-width:0;
  text-align:right;
}

.alou-mini__label{
  display:block;
  color: var(--alou-muted);
  font-size:13px;
  margin-bottom:4px;
  text-align:right;
}

.alou-mini__value{
  margin:0;
  color: var(--alou-text);
  font-size:14px;
  line-height:1.6;
  word-break: break-word;
  text-align:right;
}

/* CTA */
.alou-mini__cta{
  display:inline-block;
  margin-top:8px;
  font-size: 12.5px;
  font-weight: 900;
  color: rgba(22, 59, 46, 0.85);
  transition: color .2s ease;
}

.alou-info-grid .alou-mini:hover .alou-mini__cta{
  color: var(--alou-green);
}

/* ✅ Fix RTL number/email ordering */
.alou-ltr{
  direction: ltr;
  unicode-bidi: isolate;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

/* WhatsApp Button (green) */
.alou-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  width:100%;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--alou-green);
  border: 1px solid rgba(22, 59, 46, 0.20);
  color:#fff;
  text-decoration:none;
  font-weight: 900;
  transition: transform .15s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.alou-whatsapp:hover{
  transform: translateY(-1px);
  background: #0f2f24;
  border-color: rgba(22, 59, 46, 0.45);
  box-shadow: 0 14px 35px rgba(16, 24, 40, 0.18);
}

/* Responsive */
@media (max-width: 1199px){
  .alou-info-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px){
  .alou-appointment{ padding: 60px 0; }
  .alou-appointment__title{ font-size: 28px; }
  .alou-info-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 575px){
  .alou-card{ padding: 18px; }
  .alou-appointment__title{ font-size: 24px; }
  .alou-appointment__sub{ font-size: 15px; }
}

/* Focus */
.alou-mini:focus-visible,
.alou-whatsapp:focus-visible,
.alou-btn:focus-visible{
  outline: 3px solid rgba(22, 59, 46, 0.25);
  outline-offset: 3px;
}
























/*------------------------------------------------------- SCROLL TO TOP -------------------------------------------------------*/



/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:80px;
	right:20px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:40px;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#053450;
	display:none;
	border-radius: 50%;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background:#e19766;
	color: #053450;
}





/*------------------------------------------------------- WHATSAPP -------------------------------------------------------*/

/*** 

====================================================================
	whatsapp style
====================================================================

***/
.whatsapp-button {
	display: inline-block;
	text-decoration: none;
	background-color: #25d366;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 50px;
	transition: background-color 0.3s;
	position: fixed;
	bottom:30px;
	right:20px;
	font-size:20px;
	line-height:10px;
	z-index: 100;
	
  }
  
  .whatsapp-button:hover {
	background-color: #128c7e;
  }








































/*------------------------------------------------------- FOOTER -------------------------------------------------------*/

/* =========================================
   FOOTER: COLORS ONLY (NO LAYOUT OVERRIDES)
   ========================================= */

/* ======================================
   FOOTER FINAL CLEAN STYLE (NO GLASS)
   ====================================== */

/* Footer background */
.ps-footer__bottom {
  background: #ffffff !important;
}

/* Social list layout */
.ps-footer__bottom .ps-list--social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

/* REMOVE any circular / glass / background effects */
.ps-footer__bottom .ps-list--social a {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Icons color = GREEN (FontAwesome + SVG) */
.ps-footer__bottom .ps-list--social i,
.ps-footer__bottom .ps-list--social svg {
  color: #153427 !important;
  fill: currentColor !important;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

/* Kill ALL hover effects */
.ps-footer__bottom .ps-list--social a:hover,
.ps-footer__bottom .ps-list--social a:hover i,
.ps-footer__bottom .ps-list--social a:hover svg {
  color: #153427 !important;
  fill: #153427 !important;
  background: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Text color below icons */
.ps-footer__bottom p,
.ps-footer__bottom a {
  color: #153427 !important;
}






























