@font-face{
  font-family: "Almarai";
  src: url("/wp-content/themes/lusailstudios/fonts/Almarai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root{
  --bg:#ffffff;
  --text:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;

  --soft:#f8fafc;
  --soft2:#f3f4f6;

  --dark:#0b0f16;
  --dark2:#141821;

  --red:#e11d2e;
  --red2:#c91322;

  --shadow: 0 10px 30px rgba(16,24,40,.12);
  --shadow2: 0 8px 18px rgba(16,24,40,.10);

  --radius: 18px;
  --radius2: 22px;

  --container: 1400px;
}
.about-hero__content .btn{
    margin-top: 40px;	
}
/*  csss for modal booking*/
.ls-booking-body.is-locked .ls-booking-card {
  pointer-events: none;
  opacity: 0.45;
  filter: grayscale(30%);
  cursor: not-allowed;
}

/* Style for the consent line */
.ls-booking-legal {
  margin-top: 8px;
  font-size: 13px;
}

.ls-consent-label {
  display: flex;
  gap: 2px;
  align-items: flex-start;
  cursor: pointer;
}

.ls-consent-label input {
  margin-top: 3px;
}

.ls-consent-error {
  color: #666;      /* neutral grey */
  font-size: 12px;
  margin-top: 6px;
}
.page-template-services .ls-panel{
	display:block !important;
}
html[lang="ar"] .ls-consent-label input{
    position: relative;
    top: 0 !important;
}
html[lang="ar"] .ls-booking-close{
	line-height: 5px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.ls-booking-overlay{
  position:fixed; inset:0; z-index:99999;
  background:rgba(0,0,0,.55);
  display:none; align-items:center; justify-content:center;
  padding:18px;
}
.ls-booking-overlay.is-open{ display:flex; }
.ls-booking-modal{
  width:min(780px,100%);
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(0,0,0,.28);
  transform:translateY(10px);
  opacity:0;
  transition:transform .18s ease, opacity .18s ease;
}
.ls-booking-overlay.is-open .ls-booking-modal{ transform:translateY(0); opacity:1; }

.ls-booking-head{
  background:linear-gradient(90deg,#b80017,#e1121f);
  color:#fff;
  padding:16px 16px 14px;
  display:flex; align-items:flex-start; justify-content:space-between; gap:14px;
}
.ls-booking-title{ margin:0; font-size:18px; font-weight:800; line-height:1.2; }
.ls-booking-sub{ margin:6px 0 0; font-size:13px; opacity:.95; }

.ls-booking-close{
  width:40px; height:40px;
  border:0; border-radius:12px;
  background:rgba(255,255,255,.18);
  color:#fff; cursor:pointer;
  font-size:22px; line-height:40px;
}
.ls-booking-close:hover{ background:rgba(255,255,255,.25); }

.ls-booking-body{
  padding:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.ls-booking-card{
  display:flex; align-items:center; gap:12px;
  text-decoration:none;
  border:1px solid #eee;
  border-radius:16px;
  padding:14px;
  background:#fff;
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.ls-booking-card:hover{
  transform:translateY(-1px);
  border-color:rgba(225,18,31,.35);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
.ls-booking-card__icon{
  width:44px; height:44px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(225,18,31,.08);
  font-size:20px;
}
.ls-booking-card__title{
  font-weight:800;
  color:#111;
}
.ls-booking-card__desc{
  margin-top:3px;
  color:#666;
  font-size:13px;
}
.ls-booking-card__arrow{
  margin-left:auto;
  font-size:18px;
  color:#e1121f;
  font-weight:800;
}

.ls-booking-foot{
  padding:0 16px 16px;
  display:flex; justify-content:space-between;
}
.ls-booking-secondary{
  border:1px solid #eee;
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  cursor:pointer;
}
.ls-booking-secondary:hover{ border-color:#ddd; background:#fafafa; }

@media (min-width:700px){
  .ls-booking-body{ grid-template-columns:1fr 1fr 1fr; }
  .ls-booking-card{ flex-direction:column; align-items:flex-start; }
  .ls-booking-card__arrow{ margin-left:0; margin-top:8px; }
}
/* checkout css */
.checkoutnow form.checkout.woocommerce-checkout{
	display: flex;
    gap: 35px;
    margin-top: 18px;
    margin-bottom: 32px;
}
.checkoutnow .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	width: 100% !important;
}
.checkoutnow input{
	width: 100% !important;
    padding: 12px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    font-size: 13px;
}
.checkoutnow  select{
	width: 100% !important;
    padding: 12px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    font-size: 13px;
}
.checkoutnow .woocommerce-additional-fields, .checkoutnow h3#order_review_heading, .checkoutnow  .woocommerce-form-coupon-toggle{
display: none;	
}
.woocommerce-checkout{
	overflow-x:hidden;
}
label,input{
	font-family: "Almarai", Arial, sans-serif;
}
.checkoutnow p{
	font-family: "Almarai", Arial, sans-serif;
}
.checkoutnow button#place_order{
    background: #e61220;
    color: #fff;
    box-shadow: 0 10px 20px rgba(225, 29, 46, .22);
    border-radius: 12;
    padding: 17px 43px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
}
.checkoutnow .woocommerce form .form-row-first{
	width:50% !important;
}
.woocommerce form .form-row {
   
    margin: 0 0 19px !important;
}
/*  Rental studio*/
.ls-book.is-hidden{ display:none; }
.ls-overlay{ display:none; position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:999999; }
.ls-overlay.is-open{ display:block; }
.ls-modal{ width:min(980px,94%); margin:6vh auto 0; background:#fff; border-radius:18px; overflow:hidden; }
.ls-modal-body{ padding:0; }	
.ls-card-title{
  font-size:17px;
  font-weight:900;
  margin-bottom:6px;
}

.ls-card-tags{
  display:flex;
  gap:8px;
  margin-bottom:6px;
  align-items: center; 	
}

.ls-time-pill{
  padding:4px 10px;
  border-radius:999px;
  background:#f2f2f2;
  font-size:12px;
  font-weight:700;
  color:#333;
}
.ls-packages{background:#fff;position: relative;}
.ls-wrap{
	width: min(1100px, 92%);
    margin: 0 auto;
    height: auto;}
.ls-head{text-align:center;margin-bottom:0}
.ls-head h2{font-size:clamp(22px,2.6vw,34px);margin:0 0 8px;font-weight:800;letter-spacing:-.02em}
.ls-sub{margin:0 auto;color:#666;max-width:680px;font-size:14.5px;line-height:1.6}
/* Hide Express payment */


/* Tabs (CSS only) */
.ls-tabs{   
	margin-top: -95px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 1186px;}
.ls-radio{position:absolute;opacity:0;pointer-events:none}
.ls-toggle{display:inline-flex;gap:8px;background:#f3f3f3;border:1px solid #e6e6e6;padding:6px;border-radius:999px;margin-top:8px}
.ls-tab{padding:10px 16px;border-radius:999px;font-weight:900;cursor:pointer;color:#333;font-size:14px;user-select:none}
#lsWeekday:checked ~ .ls-toggle label[for="lsWeekday"],
#lsWeekend:checked ~ .ls-toggle label[for="lsWeekend"]{
  background:#c6001a;color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.12)
}
.ls-tag-weekend{
  padding:4px 10px;
  border-radius:999px;
  background:#111;
  font-size:12px;
  font-weight:700;
  color:#fff;
}
/* Show/Hide panels */
.ls-panel{
	display:none; 
	margin-top: 30px;
    padding: 23px;
	}
.ls-panel h3 {
     font-weight: 600 !important;
    display: flex;
    gap: 13px;
}	
#lsWeekday:checked ~ .ls-panel-weekday-rental{display:block}
#lsWeekend:checked ~ .ls-panel-weekend{display:block}

/* Show correct exclusive banner */
.ls-exclusive-top{display:none;margin:16px auto 0;width:min(980px,100%);text-align:left}
#lsWeekday:checked ~ .ls-exclusive-weekday{display:flex}
#lsWeekend:checked ~ .ls-exclusive-weekend{display:flex}

/* Exclusive banner */
.ls-exclusive-top{
  gap:16px;align-items:flex-start;justify-content:space-between;
  background:linear-gradient(135deg,#111 0%, #1b1b1b 55%, #2b0a10 100%);
  color:#fff;border-radius:18px;padding:18px 18px;
  box-shadow:0 18px 60px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
}
.ls-ex-left{flex:1;min-width:0}
.ls-ex-pill{display:inline-block;background:#c6001a;color:#fff;font-weight:900;font-size:11px;padding:6px 10px;border-radius:999px}
.ls-ex-title{margin-top:10px;font-size:16px;font-weight:900}
.ls-ex-mini{opacity:.85;font-weight:800;margin-left:6px}
.ls-ex-desc,.ls-ex-ar{margin-top:8px;color:rgba(255,255,255,.86);font-size:13.5px;line-height:1.6}
.ls-ex-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end;min-width:210px}
.ls-ex-price{font-size:18px}
.ls-ex-cur{font-size:12px;opacity:.9;margin-left:4px}
.ls-ex-btn{display:inline-block;text-decoration:none;text-align:center;background:#c6001a;color:#fff;padding:12px 14px;border-radius:12px;font-weight:900;font-size:14px;box-shadow:0 12px 28px rgba(198,0,26,.25)}
.ls-ex-btn:hover{opacity:.95;transform:translateY(-1px)}
@media (max-width:820px){
  .ls-exclusive-top{flex-direction:column;align-items:stretch}
  .ls-ex-right{align-items:stretch;min-width:0}
}

/* Cards */
.ls-grid-rental{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;margin-top:0}
.buttonprofile{
background:#F7F8FB !important;
color:#111827 !important;	
}
li.nav__cta {
    gap: 9px !important;
}
@media (max-width:980px){
	.ls-booking-foot {

    flex-direction: column;
}
.ls-consent-label a{
	display: contents;
	}
.about-hero__content {
 
    padding: 0 13px;
}	
	dl.variation{
	display: flex;
    flex-direction: column;	
	}	
.checkoutnow form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
}
	.ls-grid-rental{grid-template-columns:1fr;gap:14px}
	.ls-wrap {
	    width: 100%;	
	    height: auto;
	}
.ls-tabs {
   

    position: relative;
     margin-left: auto; 
    margin-right: auto; 
    left: unset; 
     right: unset; 
     text-align: center; 

    width: 100%;
}
}
.ls-card-rental{border:1px solid #ececec;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06);overflow:none !important;text-align:left}
.ls-card-top{padding:22px 22px 14px}
.ls-card h3{margin:0 0 6px;font-size:16px;font-weight:900}
.ls-bilingual{margin:10px 0 14px !important;color:#777  !important;font-size:14px  !important;line-height:1.45  !important;font-weight: 600;}
.ls-price{display:flex;align-items:baseline;gap:6px;margin:6px 0 14px}
.ls-price-num{font-size:30px;font-weight:900}
.ls-price-cur{font-size:14px;font-weight:900;color:#333}
.ls-price-note{font-size:12px;color:#888;margin-left:8px}
.ls-btn{display:block;text-align:center;text-decoration:none;background:#c6001a;color:#fff;padding:12px 14px;border-radius:12px;font-weight:900;font-size:14px;transition:.12s}
.ls-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(198,0,26,.25)}
.ls-features {
    margin: 0;
    padding: 0 22px 22px;
    list-style: none;
    border-top: 1px solid #f0f0f0;
    padding: 10px 22px 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #666;
}
.ls-features li{padding:10px 0;display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:#333;border-bottom:1px dashed #f1f1f1}
.ls-features li:last-child{border-bottom:0}
.ls-features li::before{content:"✓";font-weight:900;color:#1a9b3b;margin-top:1px}
.ls-muted{color:#666}
.ls-card-featured{border:2px solid #c6001a;box-shadow:0 14px 40px rgba(198,0,26,.10);position: relative;}
@keyframes badgeFloat {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}	
.ls-badge-rental {
	animation: badgeFloat 3s ease-in-out infinite;
    position: absolute;
    margin: 14px 0 0 14px;
    background: #c6001a;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    /* padding: 13px 18px; */
    border-radius: 999px;
    right: -11px;
    top: -29px;
    z-index: 999;
    width: 55px;
    height: 55px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.ls-card-media{
  width: 100%;
  height: 170px;            /* عدّليه حسب ذوقك */
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f3f3f3;
  position: relative;
}

.ls-card-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform .35s ease;
}

/* Optional hover */
.ls-card-rental:hover .ls-card-media img{
  transform: scale(1.04);
}

/* Mobile tweaks */
@media (max-width: 768px){
  .ls-card-media{ height: 150px; border-radius: 14px; }
}
html[lang="ar"] .ls-ex-left{
text-align: right;	
}
html[lang="ar"] .ls-bilingual {
 
    text-align: right;
}
html[lang="ar"] .ls-card-tags {
 
    text-align: center;
}
html[lang="ar"] button.ls-close {
left: 0;
    right: unset;	
}
html[lang="ar"] .ls-features li {
	text-align:right;
}
html[lang="ar"] .ls-panel h3 {
  
    text-align: right;
}
/* end */
.ls-confirm-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000000;
}

.ls-confirm-overlay.show{display:flex;}

.ls-confirm-box{
  background:#111;
  color:#fff;
  padding:28px 26px;
  border-radius:18px;
  width:min(420px,90%);
  text-align:center;
  box-shadow:0 40px 100px rgba(0,0,0,.6);
}

.ls-confirm-box h3{
  margin:0 0 8px;
  font-size:20px;
}

.ls-confirm-box p{
  margin:0 0 20px;
  color:rgba(255,255,255,.7);
  font-size:14px;
}

.ls-confirm-actions{
  display:flex;
  gap:12px;
  justify-content:center;
}

.ls-confirm-actions button{
  padding:10px 18px;
  border-radius:10px;
  border:0;
  cursor:pointer;
  font-weight:600;
}

.ls-confirm-no{
  background:#2a2a2a;
  color:#fff;
}

.ls-confirm-yes{
  background:#e1121f;
  color:#fff;
}
	
#book { display:none; }

/* Overlay */
.ls-overlay{
  position:fixed; inset:0;
  display:none;
  place-items:center;
  background:rgba(0,0,0,.65);
  z-index:999999;
  padding:18px;
}
.ls-overlay.is-open{ display:grid; }

/* Modal */
.ls-modal{
width: 819px;
    background: #F7F9FC;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
    color: #fff;
    position: relative;
    max-width: 100%;
    height: 711px;
    overflow: hidden;
}

.ls-modal-head{ padding: 0 6px 12px; border-bottom:1px solid rgba(0,0,0,.08); }
.ls-title{
	margin:0 0 4px; 
	font-size:18px;
	color: #111827;
	}
	.amelia-v2-booking #amelia-container .am-fs-sb__step-checker .am-icon-check{
		    background-color: #ffffff !important;
	}	
	span.am-custom-required-as-html{
		font-weight:500;
	}	
.ls-sub{ margin:0; color:rgba(0,0,0,.6); font-size:13px; }

#lsBookingMount{  
	padding: 0;
    margin-top: -67px; }

/* موبايل */
@media (max-width: 768px){
 /* 1) Modal: full screen on mobile so Amelia uses mobile layout correctly */
  .ls-overlay.is-open{
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    padding: 0 !important;
  }

  .ls-modal{
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ls-modal-head{
    flex: 0 0 auto !important;
    padding: 12px 16px !important;
  }

  .ls-modal-body{
    flex: 1 1 auto !important;
    overflow: hidden !important; /* you asked no scroll on modal */
    padding: 0 !important;
  }

  #lsBookingMount{
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 2) FORCE Amelia to mobile and REMOVE the red sidebar */
  #amelia-container .am-fs__main{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* This is the sidebar (red menu). Hide it on mobile modal */
  #amelia-container .am-fs__sidebar,
  #amelia-container .am-fs__sidebar-mobile,
  #amelia-container .am-fs__sidebar-inner{
    display: none !important;
  }

  /* Ensure content uses full width when sidebar hidden */
  #amelia-container .am-fs__main,
  #amelia-container .am-fs__main-inner{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* 3) If Amelia still taller than screen: scale it slightly (NO sidebar) */
  #amelia-container{
    transform: scale(0.92) !important;
    transform-origin: top center !important;
    width: 100% !important; /* 100/0.92 */
	margin: 55px 3px !important;
  }
	
}	
 .ls-overlay{position:fixed;inset:0;display:none;place-items:center;background:rgba(0,0,0,.65);z-index:999999;}
  .ls-overlay.is-open{display:grid;}
 
  .ls-close{    position: absolute;
    right: 4px;
    top: -14px;
    width: 57px;
    height: 57px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: black;
    font-size: 40px;
    cursor: pointer;}
  .ls-title{margin:0 0 6px;font-size:22px}
  .ls-sub{margin:0 0 16px;color:#111827}
  .ls-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .ls-card{background:linear-gradient(135deg,#121522,#1a1e2b);border:1px solid rgba(255,255,255,.08);
    border-radius:16px;overflow:hidden}
  .ls-card img{width:100%;height:180px;object-fit:cover;display:block}
  .ls-card h3{margin:12px 12px 6px;font-size:16px}
  .ls-card p{margin:0 12px 12px;color:rgba(255,255,255,.75);font-size:13px;line-height:1.5}
  .ls-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px 14px}
  .ls-price{font-weight:700}
  .ls-add{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;
    padding:10px 12px;border-radius:12px;cursor:pointer}
  .ls-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
  .ls-skip{background:transparent;border:1px solid rgba(255,255,255,.18);color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer}
  .ls-continue{background:#e1121f;border:0;color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer}
  @media (max-width: 820px){ .ls-grid{grid-template-columns:1fr} .ls-card img{height:160px} }
	
	
	
.pkg-wrap{padding:30px 0}
.pkg-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pkg-card{
  background:#fafafa;
  color:#111827;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  position:relative;

  transition: 
    transform 1.1s cubic-bezier(.16,1,.3,1),
    box-shadow 1.1s cubic-bezier(.16,1,.3,1),
    border-color 1.1s cubic-bezier(.16,1,.3,1),
    filter 1.1s cubic-bezier(.16,1,.3,1);
    
  will-change: transform;
}

/* باقي الباقات تهدأ بلطف */
.pkg-grid:hover .pkg-card{
  transform: scale(.985);
  filter: brightness(.93);
}

/* البطاقة النشطة */
.pkg-grid .pkg-card:hover{
  transform: scale(.96);
  filter: brightness(1);
  box-shadow: 0 30px 65px rgba(0,0,0,.35);
  border-color: rgba(225,18,31,.75);
}

/* تمييز الباقة الأفضل */
.pkg-card.best:hover{
  transform: scale(.945);
  box-shadow: 0 40px 85px rgba(225,18,31,.45);
}
.am-collapse-item__content {
	 display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
}
.amelia-v2-booking #amelia-container .am-fs__extras-card__header {
	
    flex-direction: column;
    display: flex !important;
}
/* Disable ALL hover effects on touch devices */
.ls-overlay,
.ls-confirm-overlay{
  pointer-events: none;
}

/* فقط لما يكون مفتوح فعليًا */
.ls-overlay.is-open,
.ls-confirm-overlay.show{
  pointer-events: auto;
}
/* خلّي سحب الشاشة العمودي له أولوية */
/* body, html{
  touch-action: pan-y;
} */
.pkg-card.best{border:2px solid #e1121f;box-shadow:0 0 0 1px rgba(225,18,31,.25)}
.pkg-badge{position:absolute;top:14px;left:14px;background:#e1121f;color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}
.pkg-card h3{margin:26px 0 6px;font-size:18px}
.pkg-sub{margin: 28px 1px;color::#111827;font-size:13px}
.pkg-price{font-size:26px;font-weight:800;margin-bottom:14px}
.pkg-price span{font-size:13px;font-weight:600;color:#111827}
.pkg-btn{    
	display: block;
    text-align: center;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    color: white;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 14px;
    background: linear-gradient(180deg, #db0e24, #b20d1c);
	}
.pkg-btn:hover{border-color:#e1121f}
.pkg-lists h4{margin:14px 0 8px;font-size:13px;color:#111827}
.pkg-lists ul{margin:0 0 10px;padding:0;list-style:none}
.pkg-lists li{margin:17px 0;padding-left:22px;position:relative;font-size:14.5px;color:#111827}
.pkg-lists li.yes:before{content:"✓";position:absolute;left:0;top:0;color:#3bd671;font-weight:900}
.pkg-lists li.no:before{content:"✕";position:absolute;left:0;top:0;color:#ff4d4d;font-weight:900}
.pkg-lists small{display:block;margin-top:10px;color:#111827}
@media(max-width:1000px){.pkg-grid{grid-template-columns:1fr}}
/* ===== Lusail Extras: Image Cards ===== */
#book .am-fs__extras-main .am-collapse-item{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0,0,0,.06);
  margin-bottom: 14px;
}

/* الهيدر حق الإضافة */
#book .am-fs__extras-card__header{
  display: grid !important;
  grid-template-columns: 92px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 12px 14px !important;
}


#book{display:none;}

/* الصورة */
#book .ls-extra-thumb{
  width: 92px;
  height: 70px;
  border-radius: 14px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid rgba(0,0,0,.06);
}
#book .ls-extra-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* اسم الإضافة */
#book .am-fs__extras-card__header-left{
  font-weight: 800;
  font-size: 14px;
  color: #111827;
}

/* السعر + عداد الكمية */
#book .am-fs__extras-card__header-right{
  justify-self: end;
  display:flex;
  align-items:center;
  gap: 10px;
}

/* محتوى Learn More */
#book .am-fs__extras-card__content{
  padding: 0 14px 14px !important;
}
/* .am-radio-group{
	display: flex !important;
    flex-direction: row !important;
    padding-top: 37px !important;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 auto !important;
    width: 458px;	
} */
 	#am-cf-1 {
    margin-top: 34px !important;		
	display: flex !important;
    flex-direction: column;
    gap: 18px;	
	} 
span.am-custom-required-as-html{
		font-weight:500 !important;
	}	
/* موبايل */
@media (max-width: 640px){
  #book .am-fs__extras-card__header{
    grid-template-columns: 1fr;
  }
  #book .ls-extra-thumb{
    width: 100%;
    height: 160px;
  }
  #book .am-fs__extras-card__header-right{
    justify-self: start;
  }
}
/* اخفاء امليا لين يتم اختيار باكيج */
#book{display:none;}

/* Visible state */
.social-wrapper.open .social-bar{
  left: 0;
  opacity: 1;
 transform: translateX(0);
}
.social-wrapper{
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 9999;
  bottom:0;
display: flex;
  align-items: center;
}
/* Toggle button */
.social-toggle{
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    background: #111;
    color: #fff;
    border: none;
    padding: 21px 11px;
    cursor: pointer;
    border-radius: 0 8px 2px 0;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .35s ease;
    bottom: 0;
    font-family: "Almarai", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}
/* Moving hint icon */
.hint-icon{
  display: inline-block;
  font-size: 14px;
  opacity: .8;
  animation: hintMove 1.2s ease-in-out infinite;
}

/* Stop animation & rotate when open */
.social-wrapper.open .hint-icon{
  animation: none;
  transform: rotate(180deg);
}

/* Keyframes */
@keyframes hintMove{
  0%   { transform: translateX(0); }
  50%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
/* Button shift when open */
.social-wrapper.open .social-toggle{
      left: 55px;
}
.package-list { list-style: none; padding: 0; }
.package-list li { margin: 6px 0; font-size: 14px; }
.pp-wrap {
background: #ffffff;
    padding: 60px 20px;
    padding-top: 140px;
}

.pp-box {
  max-width: 850px;
  margin: auto;
  background: #fff;
  padding: 40px 45px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.pp-box h1 {
  margin-top: 0;
  font-size: 34px;
}

.pp-box h2 {
  margin-top: 30px;
  font-size: 20px;
}

.pp-box p,
.pp-box li {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.pp-date {
  color: #888;
  font-size: 14px;
  margin-bottom: 25px;
}

.pp-box ul {
  padding-left: 20px;
}

.pp-box a {
  color: #000;
  text-decoration: underline;
}
.trp-floating-switcher{
display:none !important;	
}
.trp-shortcode-switcher {
    position: static;
    overflow: unset !important;
    margin-left: -13px;
}
body{
  font-family: "Almarai", Arial, sans-serif;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
 
  color:var(--text);
  background:var(--bg);
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.pod-wrap{
  padding:48px 18px;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,0,80,.18), transparent 60%),
              radial-gradient(900px 500px at 85% 40%, rgba(0,150,255,.14), transparent 55%),
              #0b0d12;
  color:#eaf0ff;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.pod-header{max-width:1100px;margin:0 auto 18px}
.pod-header h2{font-size:28px;margin:10px 0 6px}
.pod-header p{opacity:.78;margin:0}
.pod-steps{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.pod-step{
  font-size:13px;opacity:.7;padding:6px 10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.12); background:transparent; color:#eaf0ff;
  cursor:pointer;
}
.pod-step.is-current{opacity:1;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.26)}
.pod-step.is-done{opacity:.95;background:rgba(80,255,160,.08);border-color:rgba(80,255,160,.35)}
.pod-line{height:1px;width:44px;background:rgba(255,255,255,.12)}
.pod-grid{max-width:1100px;margin:16px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.pod-card{
  position:relative;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:20px 18px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  backdrop-filter: blur(10px);
  transition:.25s ease;
  overflow:hidden;
}
.pod-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.20);box-shadow:0 18px 45px rgba(0,0,0,.45)}
.pod-card.best{border-color:rgba(255,40,90,.55);box-shadow:0 22px 60px rgba(255,40,90,.14),0 18px 45px rgba(0,0,0,.45)}
.pod-badge{position:absolute;top:14px;left:14px;font-size:12px;padding:6px 10px;border-radius:999px;background:rgba(255,40,90,.18);border:1px solid rgba(255,40,90,.35)}
.pod-card h3{margin:34px 0 6px;font-size:20px}
.pod-sub{margin:0 0 14px;opacity:.78}
.pod-price{display:flex;align-items:baseline;gap:6px;margin:8px 0 14px}
.cur{opacity:.75;font-size:13px}
.amt{font-size:34px;font-weight:700}
.per{opacity:.65;font-size:13px}
.pod-btn{
  width:100%;border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);color:#fff;border-radius:12px;
  padding:12px 14px;cursor:pointer;transition:.2s ease;
}
.pod-btn:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);transform:translateY(-1px)}
.pod-card.is-selected{border-color:rgba(120,200,255,.55);box-shadow:0 22px 60px rgba(120,200,255,.12),0 18px 45px rgba(0,0,0,.45)}
.pod-list{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}
.pod-list li{position:relative;padding-left:22px;font-size:13px;opacity:.88}
.pod-list li::before{content:"✓";position:absolute;left:0;top:0;color:rgba(120,255,190,.95)}

.pod-panel{
  max-width:1100px;margin:18px auto 0;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  border-radius:18px;
  padding:18px;
}
.pod-panel-head h3{margin:0 0 4px;font-size:20px}
.pod-panel-head p{margin:0;opacity:.75}

.pod-form-grid{
  margin-top:14px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
}
.pod-field{display:flex;flex-direction:column;gap:6px}
.pod-field span{font-size:12px;opacity:.75}
.pod-field input,.pod-field textarea{
  background:rgba(10,12,18,.7);
  border:1px solid rgba(255,255,255,.12);
  color:#eaf0ff;
  border-radius:12px;
  padding:12px 12px;
  outline:none;
}
.pod-field input:focus,.pod-field textarea:focus{border-color:rgba(255,255,255,.26)}
.pod-field.full{grid-column:1 / -1}

.pod-actions{
  margin-top:14px;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.pod-primary,.pod-secondary{
  border-radius:12px;
  padding:12px 14px;
  cursor:pointer;
  border:1px solid rgba(255,255,255,.14);
}
.pod-secondary{background:transparent;color:#eaf0ff}
.pod-primary{
  border:none;
  color:#0b0d12;
  font-weight:700;
  background:linear-gradient(90deg, rgba(255,40,90,.95), rgba(255,120,180,.95));
}
.pod-primary:disabled{opacity:.55;cursor:not-allowed}

.pod-summary{
  margin-top:12px;
  border:1px dashed rgba(255,255,255,.14);
  border-radius:14px;
  padding:12px;
  background:rgba(255,255,255,.03);
}
.sum-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;opacity:.9}
.pod-toast{
  margin-top:12px;
  padding:12px;
  border-radius:14px;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.12);
  font-size:13px;
}
html[lang="ar"] .burger:before,html[lang="ar"] .burger:after {
    content: "";
    position: absolute;
    left: -4px;
    width: 18px;
    height: 2px;
    background: #fff;
}
html[lang="ar"] .logo img {
    width: 205px;
}
@media (max-width: 980px){
	
.social-toggle {
  display: none;	
}	
.social-bar	{
	opacity: 1 !important;
    left: 0 !important;
    transform: none !important;
}
.social-bar {
   
    top: 72px  !important;
    height: 65px  !important;
    width: 100%  !important;
    display: flex;
    flex-direction: row  !important;
    align-items: center  !important;
    justify-content: center  !important;
    gap: 12px  !important;
    border-radius: inherit !important;
}	
	.wa__btn_popup{
	    right: 11px !important;	
	}
	.teamGrid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
.link {

    margin-bottom: 0 !important;
}	
  .pod-grid{grid-template-columns:1fr}
  .pod-form-grid{grid-template-columns:1fr}
  .pod-line{display:none}
}


.container{
  width: min(var(--container), calc(100% - 40px));
  margin:0 auto;
}

/* Header */
.header{
  position:fixed;
  top:0; left:0; right:0;
  z-index:1000;
  background-color: #262626;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header__inner{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#e5e7eb;
}
.brand__mark{ color:#e5e7eb; opacity:.95; }
.brand__text{ display:flex; flex-direction:column; line-height:1; }
.brand__name{ font-weight:700; letter-spacing:.18em; font-size:12px; }
.brand__sub{ font-weight:500; letter-spacing:.2em; font-size:10px; opacity:.8; margin-top:2px; }

.nav{ display:flex; align-items:center; }
.nav__toggle{
  display:none;
  width:44px; height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
  color:#fff;
}
.burger{
  display:block;
  width:18px; height:2px;
  background:#fff;
  margin:0 auto;
  position:relative;
}
.burger:before, .burger:after{
  content:"";
  position:absolute;
  left:0;
  width:18px; height:2px;
  background:#fff;
}
.burger:before{ top:-6px; }
.burger:after{ top:6px; }

.nav__menu{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  align-items:center;
  gap:22px;
  color:#e5e7eb;
  font-size:15px;
}
.nav__link{
  opacity:.85;
  transition:opacity .2s ease;
}
.nav__link:hover{ opacity:1; }
.nav__link.is-active{ opacity:1; }
.nav__cta{ margin-left:6px; }

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:14px;
  font-weight:600;
  font-size:14px;
  border:1px solid transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .2s ease, border-color .2s ease;
  user-select:none;
}
.logo img{
	    width: 300px;
}
.btn:active{ transform: translateY(1px); }
.btn--pill{ border-radius:999px; }

.btn--primary{
  background: #e61220;
  color:#fff;
  box-shadow: 0 10px 20px rgba(225,29,46,.22);
}
.btn--primary:hover{ box-shadow: 0 14px 26px rgba(225,29,46,.28); }

.btn--ghost{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
  color:#fff;
}
.btn--ghost:hover{ background: rgba(255,255,255,.10); }

.btn__icon svg{ width:16px; height:16px; fill:currentColor; }

.btn--light{
  background:#fff;
  color:#111827;
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 14px 30px rgba(0,0,0,.16);
}
.btn--outlineLight{
  background: transparent;
  border-color: rgba(255,255,255,.35);
  color:#fff;
}
.btn--outlineLight:hover{ background: rgba(255,255,255,.08); }

/* Hero */
.hero{
  position:relative;
  min-height: 640px;
  padding-top: 72px;
  overflow:hidden;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  height: 100dvh;
  display: flex;
  align-items: center;	
}
.hero__video{
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero__videoIframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 */
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
  pointer-events: none; /* يمنع التفاعل */
}

/* overlay للتغميق */
.hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: -1;
  pointer-events: none;
}
.hero__video,
.hero__videoIframe,
.hero__overlay{
  pointer-events: none;
}
/* المحتوى فوق الفيديو */
.hero__content{
  position: relative;
  z-index: 1;
}

/* عطّلي أي bg قديم */
.hero__bg{ display:none; }
.hero__bg{
  position:absolute; inset:0;
  background:
    url("https://images.unsplash.com/photo-1526948128573-703ee1aeb6fa?auto=format&fit=crop&w=2200&q=70")
    center/cover no-repeat;
  transform: scale(1.02);
}
.hero__overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(800px 420px at 42% 46%, rgba(0,0,0,.20), rgba(0,0,0,.62)),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.62));
}
.hero__content{
  position:relative;
  padding: 110px 0 70px;
  text-align:center;
  color:#fff;
}
.hero__kicker span{
    color: #d61929;
    font-size: 13px;	
}
.hero__kicker svg{
	color: #d61929;
}
.hero__kicker{
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
    border: 1px solid #d61929;
    border-radius: 999px;
    background: rgba(210, 17, 30, 0.4);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    width: 178px;
    height: 41px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.hero__title{
    margin: 0;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 21px;
    margin-top: 21px;
	line-height: 60px;
}
.hero__subtitle{
    margin: 12px 4px 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, .86);
    font-size: 23px;
}
.hero__desc{
    margin: 14px auto 0;
    max-width: 720px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .72);
}
.hero__actions{
  margin-top: 26px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.hero__tools{
  position:absolute;
  left: 34px;
  top: 170px;
  display:flex;
  flex-direction:column;
  gap:14px;
  z-index:2;
}
.tool{
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  display:grid;
  place-items:center;
  color: rgba(255,255,255,.85);
  box-shadow: 0 14px 28px rgba(0,0,0,.14);
}
.tool svg{ width:18px; height:18px; fill:currentColor; opacity:.9; }

.scrollDown{
 display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .72);
    font-size: 11px;
}
.scrollDown__mouse{
  width:22px; height:34px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  position:relative;
  opacity:.9;
}
.scrollDown__mouse:after{
  content:"";
  position:absolute;
  left:50%; top:8px;
  width:4px; height:4px;
  border-radius:999px;
  background: rgba(255,255,255,.8);
  transform:translateX(-50%);
  animation: scrollDot 1.25s infinite ease;
}
@keyframes scrollDot{
  0%{ transform:translate(-50%, 0); opacity:1; }
  70%{ transform:translate(-50%, 10px); opacity:.2; }
  100%{ transform:translate(-50%, 0); opacity:1; }
}

/* Sections */
.section{
  padding: 80px 0;
}
.whatoffer{
	text-align: center;
    font-size: 14px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #e61220;
    margin-bottom: 12px;
    background: #fef2f2;
    border-radius: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
}
.section__eyebrow{
text-align: center;
    font-size: 13px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #e61220;
    margin-bottom: 12px;
}
.whyus{
	background: #fef2f2;
    border-radius: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    max-width: 100%;
	text-align:left;
}
.section__eyebrow--left{ text-align:left; }
.section__title{
text-align: center;
    margin: 0;
    font-size: 39px;
    font-weight: 500;
    letter-spacing: -.02em;
    margin-top: 33px;
}
.section__lead{
  text-align:center;
  margin:12px auto 0;
  color:var(--muted);
  max-width: 720px;
  font-size:18px;
  line-height:1.7;
}

/* Services cards (two centered like screenshot) */
.cards{
    display: flex;
    gap: 31px;
    margin-top: 38px;
}
.cards--center{
  grid-template-columns: repeat(2, minmax(0, 260px));
  justify-content:center;
}
.services{
	padding-bottom:60px !important;
}
.card{
	
    border: 1px solid #c5cacf;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 45%, #f6f7f9 100%);
    box-shadow: var(--shadow2);
    padding: 22px;
    min-height: 132px;
    max-width: 261px;
    height: 269px;
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	 transition: 
    transform 0.4s ease,
    box-shadow 0.4s ease,
    border-color 0.4s ease;
	
}
.card:hover {
  border-color: #e61220;
  transform: scale(1.03);
  box-shadow: 0 18px 40px rgba(230, 18, 32, 0.18);
}
.card--muted{
  opacity:.55;
  filter: saturate(.7);
}
.card__icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    box-shadow: 0 12px 18px rgba(16, 24, 40, .10);
	transition: 
    background-color 0.4s ease,
    transform 0.4s ease;
}
.card:hover .card__icon--red {
  background: #e61220;
  transform: scale(1.05);
}
.card__icon svg {
    width: 56px;
    height: 31px;
    fill: #fff;
    color: #c00f1b;
	transition: 
    transform 0.45s ease,
    color 0.4s ease;
}
.card:hover .card__icon svg {
 
  transform: rotate(360deg) scale(1.1);
}
.card__icon--red{background: #fef2f2;}
.card__icon--pink{ background: linear-gradient(180deg, #ff8aa3, #f43f5e); }
.card__title{     
	margin: 0;
    font-size: 18px;
    padding-bottom: 11px;
    padding-top: 19px;
}
.card__text{ 
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;

}
.cta-btn{
    margin-bottom: 51px;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e61220;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 9999px;
    font-weight: 600;
    line-height: 1;
    border: none;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(230, 18, 32, .28);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .cta-btn:hover{
    background:#cf0f1b;
    transform:translateY(-1px);
    box-shadow:0 18px 38px rgba(230, 18, 32, .35);
  }

  .cta-btn:active{
    transform:translateY(0px) scale(.99);
  }

  /* optional: keep arrow nicely centered */
  .cta-btn svg{
    display:block;
  }

/* Why section with pale background */
.why{
  background: #f7f8fb;
}
.why__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 44px;
  align-items:center;
}
.why__title{
    margin: 0;
    font-size: 40px;
    letter-spacing: -.02em;
    padding-top: 11px;
    padding-bottom: 6px;
}
.why__text{
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.75;
    max-width: 602px;
    margin-bottom: 26px;
}
.bullets{
  list-style:none;
  padding:0;
  margin: 24px 0 16px;
  display:grid;
  gap:31px;
}
.bullet{
 display:flex;
  gap:11px;
  align-items:flex-start;
}
.bullet__dot{
  margin-top:6px;
  width:10px; height:10px;
  border-radius:999px;
  background: var(--red);
  box-shadow: 0 8px 16px rgba(225,29,46,.22);
}
.bullet__title{    
	font-weight: 600;
    font-size: 15px; }
.bullet__text{ font-size:15px; margin-top:4px; line-height:1.6; }
.bullet--soft{ opacity:.45; }
.bullet__dot--soft{ background: #c7cdd8; box-shadow:none; }

.link{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
    color: var(--red);
    margin-top: 30px;
    margin-bottom: 85px;
}
.link__arrow{ transform: translateY(-1px);
    font-size: 28px;}
/* RED BOX */
.mediaCard__pin {
    position: absolute;
    bottom: -33px;
    left: -31px;
    background: #e61220;
    width: 169px;
    height: 120px;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* BIG NUMBER */
.pin__number {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* SMALL TEXT */
.pin__text {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
  opacity: 0.95;
}

/* HOVER EFFECT */
.mediaCard:hover .mediaCard__pin {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 25px 55px rgba(230, 18, 32, 0.45);
}
.mediaCard{
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
   
    border: 1px solid rgba(17, 24, 39, .06);
    height: 497px;
    max-width: 580px;
    margin-left: auto;
    position: relative;
	

}
.mediaCard img{
  border-radius: 20px;
  width:100%;
  height:100%;
  object-fit:cover;
  filter: saturate(1.1);
}
/* .mediaCard__pin{
  position:absolute;
  width:10px; height:10px;
  border-radius:999px;
  background: var(--red);
  left: 52%;
  top: 48%;
  box-shadow: 0 16px 30px rgba(225,29,46,.30);
} */

/* Numbers */
.numbers{
  background: #fff;
}
.ourimpact{
	background: #fef2f2;
    border-radius: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    max-width: 100%;
	margin:0 auto;
}
.statRow{
   display: flex;
    grid-template-columns: repeat(2, minmax(0, 230px));
    justify-content: center;
    gap: 29px;
    margin-top: 40px;
    margin-bottom: 43px;
}
.statCard{
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: var(--radius);
    box-shadow: var(--shadow2);
    padding: 18px 20px;
    text-align: center;
    width: 294px;
    /* height: 202px; */
    margin-top: 5px;
	position: relative;
    transition: all .35s ease;
    overflow: hidden;
}
.statCard:hover {
  transform: scale(.96);
}

/* Red border line animation */
.statCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  transition: all .35s ease;
}

.statCard:hover::before {
  border-color: #d2111e;
  box-shadow: 0 0 18px rgba(210, 17, 30, .55);
}

/* Icon pop effect */
.statCard__icon {
  transition: transform .35s ease;
}

.statCard:hover .statCard__icon {
  transform: scale(1.12);
}
.statCard--muted{
  opacity:.42;
  filter:saturate(.7);
}
.statCard__icon{
  width: 53px;
    height: 53px;
  border-radius:14px;
  display:grid;
  place-items:center;
  margin: 0 auto 10px;
  background:#e61220 !important;
}
.statCard__icon svg{ width: 35px;
    height: 26px;
    fill: #fff; }
.statCard__icon--pink{ background: linear-gradient(180deg, #ff8aa3, #f43f5e); }
.statCard__icon--blue{ background: linear-gradient(180deg, #8cc8ff, #3b82f6); }
.statCard__value{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin-bottom: 12px;
    margin-top: 24px;
}
.statCard__label{
    margin-top: 6px;
    color: var(--muted);
    font-size: 16px;
    margin-bottom: 27px;
}

/* Clients band */
.clients{
  background: #f7f8fb;
}
.logoRow{
margin-top: 30px;
   
    gap: 16px;
    align-items: stretch;
    margin-bottom: 81px;
    margin-top: 57px;;
}
.logoCard{
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    font-size: 12px;
    color: #111827;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 171px;
    width: 247px !important;
}
.clients .slick-initialized .slick-slide {
    display: block;
    margin-left: 15px;
}
.logoCard span{
  display:block;
  margin-top:4px;
  font-size:10px;
  color:var(--muted);
}

/* Team */
.teamGrid{
  margin-top: 34px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:18px;
}
.person{
  text-align:center;
}
.person__img{
  border-radius: 18px;
  overflow:hidden;
  box-shadow: var(--shadow);
  border:1px solid rgba(17,24,39,.06);
  height: 384px;
 position: relative;
  overflow: hidden;	
}
.person__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display: block;
  transition: transform .45s ease;
	
}
.person__name{
    margin: 26px 0 0;
    font-size: 15px;
    font-weight: 700;
}
.person__role{
    margin-top: 4px;
    font-size: 12px;
    color: var(--red);
    font-weight: 600;
}


/* Hover: zoom image only */
.person:hover .person__img img {
  transform: scale(1.12);
}
.person__social{
  margin-top: 10px;
  display:flex;
  justify-content:center;
  gap:10px;
}
.person__social a{
  width:22px; height:22px;
  display:grid;
  place-items:center;
  color: rgba(17,24,39,.45);
  transition: color .2s ease, transform .2s ease;
}
.person__social a:hover{
  color: rgba(225,29,46,.9);
  transform: translateY(-1px);
}
.person__social svg{ width:18px; height:18px; fill:currentColor; }

/* Join card */
.join{
  margin-top: 36px;
  background: #f7f0f2;
  border: 1px solid rgba(225,29,46,.10);
  border-radius: 18px;
  padding: 28px;
  text-align:center;
}
.join__title{ margin:0; font-size:16px; font-weight:800; }
.join__text{
  margin:10px auto 16px;
  max-width: 640px;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

/* CTA Red */
.cta{
     position: relative;
    padding: 71px 0;
    overflow: hidden;
    margin-top: 53px;
}
.cta__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(800px 400px at 60% 20%, rgba(255,255,255,.15), transparent 60%),
    linear-gradient(180deg, #db0e24, #b20d1c);
}
.cta__inner{
  position:relative;
  color:#fff;
  text-align:center;
}
.cta__title{
  margin:0;
  font-size:34px;
  font-weight:800;
  letter-spacing:-.02em;
}
.cta__text{
  margin:10px auto 0;
  max-width: 700px;
  color: rgba(255,255,255,.88);
  font-size:13px;
}
.cta__actions{
  margin-top: 22px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
 html[lang="ar"] .ls-whyList li::before {
    left: 0;
    font-size: 12px;
    right: -24px;
}

html[lang="ar"] .ls-whyList li::after {
 
    left: 0;
 
    right: -20px;
}
html[lang="ar"]  .ls-whyList li {
    
    margin-right: 25px;
}
/* Footer (dark block like screenshot) */
.footer{
  background: #1f2328;
  color: rgba(255,255,255,.86);
  padding: 54px 0 22px;
  margin-bottom: -24px;	
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  align-items:flex-start;
}
.brand--footer{ color:#fff; }
.footer__desc{
  margin: 14px 0 18px;
  color: rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.7;
  max-width: 340px;
}

.contactList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
  font-size:12px;
  color: rgba(255,255,255,.70);
}
.contactList__icon{
  width:16px; height:16px;
  display:inline-grid;
  place-items:center;
  margin-right:8px;
  color: rgba(255,255,255,.70) !important;
}
.contactList__icon svg{ width:16px; height:16px; fill:currentColor; vertical-align:middle; }

.footer__col{
  display:grid;
  gap:10px;
  font-size:12px;
}
.footer__title{
  margin: 0 0 6px;
  font-size:12px;
  font-weight:800;
  color:#fff;
}
.footer__col a{
  color: rgba(255,255,255,.68) !important;
  transition: color .2s ease;
}
.footer__col a:hover{ color:#fff; }

.hours{
  display:grid;
  gap:12px;
  color: rgba(255,255,255,.70);
  font-size:12px;
  margin-top: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.hours__row{
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.footer__book{
  margin-top: 14px;
  width: 150px;
}

.footer__bottom{
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  font-size:11px;
  color: rgba(255,255,255,.60);
}
.footer__legal{
  display:flex;
  gap:16px;
}
.footer__legal a{
  color: rgba(255,255,255,.60);
}
.footer__legal a:hover{
  color:#fff;
}
.heroServices{
    padding-top: 101px;
    background: linear-gradient(180deg, #db0e24, #b20d1c);
    color: #fff;
    padding-bottom: 32px;

}
.heroServices__inner{
  padding: 74px 0 58px;
  text-align:center;
}
.pill{
  display:inline-block;
  padding:7px 12px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color: rgba(255,255,255,.9);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  background: rgba(0,0,0,.10);
  margin-bottom: 14px;
}
.heroServices h1{
  margin:0;
  font-size: 38px;
  font-weight:700;
  letter-spacing:-.02em;
}
.heroServices p{
margin: 10px auto 0;
    max-width: 760px;
    font-size: 17.5px;
    line-height: 27px;
    color: rgba(255, 255, 255, .88);
}

/* Main list */
.section{ padding: 64px 0 20px; }
.stack{ display:flex; flex-direction:column; gap: 80px; }

.serviceRow{
     display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 61px;
    align-items: center;
    margin-bottom: 15px;
}
.serviceRow--reverse{
  grid-template-columns: .9fr 1.1fr;
}
.serviceRow--reverse .serviceCopy{ order:2; }
.serviceRow--reverse .serviceMedia{ order:1; }
.serviceRow .btn{
	margin-top: 30px;
	    margin-left: 15px;
}
.ls-customWhy{
padding: 49px 0;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    color: #0b0d12;
    background: radial-gradient(900px 400px at 100% 0%, rgba(225, 18, 31, .10), transparent 60%), radial-gradient(700px 400px at 0% 100%, rgba(0, 0, 0, .04), transparent 60%), linear-gradient(180deg, #f7f8fc, #ffffff);
    margin-top: 67px;
}

.ls-customWhy-wrap{
  width: min(1120px, 92%);
  margin: 0 auto;
}

.ls-customWhy-head{
  text-align: center;
  margin-bottom: 26px;
}

.ls-miniTag{
  display:inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #eceef5;
  background: #f6f7fb;
  font-size: 12px;
  color: #5f6575;
}

.ls-customWhy-head h2{
  margin: 12px 0 10px;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.25;
}

.ls-customWhy-head p{
  margin: 0 auto;
  max-width: 820px;
  color:#5f6575;
  line-height: 1.9;
}

.ls-customWhy-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 18px;
  margin-top: 22px;
}

/* Panels */
.ls-panel{
  border: 1px solid #eceef5;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0,0,0,.08);
  padding: 18px;
  overflow: hidden;
}

.ls-panel h3{
  margin: 10px 0 6px;
  font-size: 18px;
     font-weight: 500;	
}

.ls-muted{
  margin: 0 0 14px;
  color:#5f6575;
  line-height: 1.85;
}

/* Custom panel accent (PDF red vibe) */
.ls-panel--custom{
  position: relative;
  background: linear-gradient(180deg, rgba(225,18,31,.06), rgba(255,255,255,1) 45%);
}

.ls-panel--custom::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 18px;
  pointer-events:none;
  background: radial-gradient(600px 240px at 90% 0%, rgba(225,18,31,.22), transparent 60%);
  opacity:.9;
}

.ls-panel--custom > *{ position:relative; }

/* Icon */
.ls-panelIcon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(225,18,31,.10);
  border: 1px solid rgba(225,18,31,.20);
  font-size: 18px;
}

/* Bullets grid (like your services blocks) */
.ls-bullets{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 10px;
}

.ls-bulletsCol ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
html[lang="ar"] .ls-bulletsCol li::after {
 
    right: -23px;
}
html[lang="ar"] .ls-bulletsCol li::before {
  
    right: -27px;
}
html[lang="ar"] .ls-bulletsCol li{
	   margin-right: 21px;
} 
.ls-bulletsCol li{
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
  line-height: 1.7;
  color:#2b2f3b;
  font-size: 13px;
	font-weight:400;
}


.ls-bulletsCol li::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:16px;
  height:16px;
  border-radius: 999px;
  background:#E1121F;
  box-shadow: 0 0 0 5px rgba(225,18,31,.10);
}

.ls-bulletsCol li::after{
  content:"✓";
  position:absolute;
  left:4px;
  top:.15em;
  color:#fff;
  font-weight: 700;
  font-size: 12px;
}

/* Footer row */
.ls-panelFooter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #eceef5;
}

.ls-note span{
  display:block;
  font-size: 12px;
  color:#5f6575;
}

.ls-note strong{
  display:block;
  font-size: 14px;
  margin-top: 4px;
}

/* Why panel top */
.ls-panelTop{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 12px;
}

.ls-badge{
  background: rgba(225,18,31,.10);
  border: 1px solid rgba(225,18,31,.22);
  color:#b60f19;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 12px;
  white-space: nowrap;
}

/* Why list */
.ls-whyList{
  list-style:none;
  padding:0;
  margin: 14px 0 0;
}

.ls-whyList li{
  position:relative;
  padding-left: 28px;
  margin: 0 0 10px;
  color:#2b2f3b;
  line-height: 1.7;
  font-size: 14px;
}

.ls-whyList li::before{
  content:"";
  position:absolute;
  left:0;
  top:.35em;
  width:16px;
  height:16px;
  border-radius: 999px;
  background:#E1121F;
  box-shadow: 0 0 0 5px rgba(225,18,31,.10);
}

.ls-whyList li::after{
  content:"✓";
  position:absolute;
  left:4px;
  top:.15em;
  color:#fff;
  font-weight: 700;
  font-size: 12px;
}

/* Callout bottom */
.ls-callout{
  margin-top: 14px;
  border-radius: 16px;
  border: 1px solid #eceef5;
  background: #f6f7fb;
  padding: 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ls-callout strong{ display:block; margin-bottom: 4px; }
.ls-callout p{ margin:0; color:#5f6575; line-height: 1.8; }

/* Buttons */
.ls-ctaBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 11px 16px;
  border-radius: 999px;
  background:#E1121F;
  color:#fff;
  text-decoration:none;
  font-size: 13px;
  box-shadow: 0 12px 30px rgba(225,18,31,.20);
  transition: .18s ease;
  white-space: nowrap;
}

.ls-ctaBtn:hover{ transform: translateY(-1px); filter: brightness(.98); }
.ls-ctaBtn--dark{ background:#0b0d12; box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.about-hero__overlay {

    pointer-events: none;
}
/* Responsive */
@media (max-width: 980px){
	.wa__widget_container , .grecaptcha-badge{
		display: none;
	}	
.ls-title {
    margin: 0 0 6px;
    font-size: 17px;
}	
.ls-close {
    position: absolute;
    right: 20px;
    top: 1px;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    color: black;
    font-size: 40px;
    cursor: pointer;
}	
.about-section {
    padding: 3px 0 !important;
}	
/* منع iOS من حجز السكرول */
body, html{
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}	
  .ls-customWhy-grid{ grid-template-columns: 1fr; }
  .ls-bullets{ grid-template-columns: 1fr; }
  .ls-callout{ flex-direction: column; align-items: stretch; }
}
.serviceIcon{
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(225, 29, 46, .12);
    display: grid;
    place-items: center;
    margin-bottom: 12px;
}
.serviceIcon svg{ 
	width: 29px;
    height: 29px;
    fill: var(--red); 
}

.serviceCopy h2{
    margin: 0px;
    font-size: 25px;
    letter-spacing: -.01em;
    padding-top: 13px;
}
.serviceCopy p{
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 25px;
    max-width: 520px;
}

.featureGrid{
  margin-top: 16px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 520px;
}

.bullets li{
position: relative;
padding-left: 48px;

}
.bullets svg{
	 z-index: 2;
    color: white;
	position: relative;
    top: 4px;
}
.bullets li:before{
    content: "";
    position: absolute;
    left: 14px;
    top: 0px;
    width: 23px;
    height: 23px;
    border-radius: 999px;
    background: var(--red);
    box-shadow: 0 8px 16px rgba(225, 29, 46, .22);
    z-index: 1;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.serviceMedia{ display:flex; justify-content:center; }
.imgCard{
width: 100%;
    height: 386px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(17, 24, 39, .06);
	overflow: hidden;
	 transform: scale(1.05); /* start slightly zoomed */
  transition: transform .45s ease;
}
/* container */
.masonry{
  padding: 24px 0;
}
.masonry__grid{
  column-count: 1;
  column-gap: 24px;
}

@media (min-width: 640px){
  .masonry__grid{ column-count: 2; }
}
@media (min-width: 1024px){
  .masonry__grid{ column-count: 3; }
}

/* card */
.mCard{
  position: relative;
  break-inside: avoid;
  margin: 0 0 24px;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  background: #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: box-shadow .25s ease, transform .25s ease;
}

.mCard:hover{
  box-shadow: 0 22px 55px rgba(0,0,0,.18);
  transform: translateY(-4px);
}

/* media */
.mCard__media{
  position: relative;
  overflow: hidden;
}

.mCard__media img,
.mCard__media video{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform .6s ease;
}

.mCard:hover .mCard__media img,
.mCard:hover .mCard__media video{
  transform: scale(1.10);
}

/* overlay gradient */
.mCard__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,.82) 0%,
    rgba(0,0,0,.45) 45%,
    rgba(0,0,0,0) 78%
  );
  opacity: 0;
  transition: opacity .35s ease;
}

.mCard:hover .mCard__overlay{
  opacity: 1;
}

/* ✅ slow content slide-up animation */
.mCard__content{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;

  transform: translateY(22px);
  opacity: 0;

  transition: transform .65s ease, opacity .45s ease;
}

.mCard:hover .mCard__content{
  transform: translateY(0);
  opacity: 1;
}

/* text styles */
.mCard__tag{
  display: inline-block;
  background: #e61220;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.mCard__title{
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.mCard__desc{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.84);
}

/* play button for videos */
.mCard__play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  color: #e61220;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  transition: transform .3s ease, background .3s ease;
}

.mCard:hover .mCard__play{
  transform: translate(-50%,-50%) scale(1.08);
}

/* optional darken video/image on hover */
.mCard__media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.0);
  transition: background .35s ease;
}
.mCard:hover .mCard__media::after{
  background: rgba(0,0,0,.15);
}

.imgCard img{
  width:100%; height:100%;
  object-fit:cover;

}
.imgCard:hover  {
  transform: scale(0.95);
}
/* Dark CTA block (Need a Custom Solution?) */
.customCta{
  margin-top: 40px;
  background: #2a2d31;
  color:#fff;
  padding: 56px 0;
}
.customCta__inner{
  text-align:center;
}
.customCta h3{
  margin:0;
  font-size: 24px;
  font-weight:700;
}
.customCta p{
  margin: 10px auto 18px;
  max-width: 720px;
  color: rgba(255,255,255,.76);
  font-size: 12.5px;
  line-height:1.7;
}
.center {
  text-align: center;
}

.tag {
  
  font-size: 11px;
  color: #e11d2e;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;	
}
/* HERO */
.about-hero {
  height: 574px;
  background: url("/wp-content/uploads/2025/12/backgound.jpeg") center/cover no-repeat;
  position: relative;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.about-hero__content {
  position: relative;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-hero h1 {
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.about-hero p {
    font-size: 17px;
    opacity: .85;
    max-width: 650px;
    text-align: center;
	line-height: 27px;
}
.about-hero h5{
font-size: 17px;	
}
/* SECTIONS */
.about-section {
  padding: 80px 0;
}

.about-light {
  background: #f7f7f7;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.about-text h2 {
font-size: 28px;
margin: 20px 0 20px;
    font-weight: 500;
}
.about-image img{
width: 100%;
height: 655px;
object-fit: cover;
border-radius: 14px;	
}
.about-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #272424;
    font-weight: 500;
}
/* ✅ Vision & Mission Section (matches your About page style) */
.vm-section{
  --brand:#e1121f;      /* your site red */
  --text:#0b0b0f;
  --muted:#6b7280;
  --card:#ffffff;
  --line:#eef0f4;
  --shadow: 0 18px 45px rgba(13, 18, 28, .08);

  padding: 70px 0;
  background: #fff;
}

.vm-container{
  width: min(1120px, 92%);
  margin: 0 auto;
}

.vm-header{
  text-align: center;
  margin-bottom: 28px;
}

.vm-kicker{
  display:inline-block;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 700;
  background: rgba(225, 18, 31, .08);
  border: 1px solid rgba(225, 18, 31, .14);
  padding: 8px 12px;
  border-radius: 999px;
}

.vm-title{
    margin: 36px 0 31px;
    font-size: clamp(22px, 2.3vw, 34px);
    color: var(--text);
    font-weight: 800;
    line-height: 1.15;
}

.vm-subtitle{
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.nav__menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 22px;
    color: #e5e7eb;
    font-size: 15px;
}
.nav__link {
    opacity: .85;
    transition: opacity .2s ease;
    color: #e5e7eb;
    font-size: 15px;
}
a.nav__link:visited {
     color: #e5e7eb !important;
}
.vm-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.vm-card{
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vm-card::before{
  content:"";
  position:absolute;
  inset: 0;
  background: radial-gradient(800px 180px at 10% 0%, rgba(225,18,31,.08), transparent 55%);
  opacity: .9;
  pointer-events:none;
}

.vm-card__top{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.vm-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(225, 18, 31, .10);
  border: 1px solid rgba(225, 18, 31, .18);
  color: var(--brand);
  flex: 0 0 auto;
}

.vm-icon svg{
  width: 22px;
  height: 22px;
}

.vm-card__title{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: var(--text);
}

.vm-card__hint{
  margin: 3px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.vm-card__text{
  position: relative;
  margin: 0;
  color: #2b2f36;
  font-size: 15px;
  line-height: 1.85;
}

.vm-accent-line{
  position: relative;
  margin-top: 16px;
  height: 3px;
  width: 54px;
  border-radius: 999px;
  background: var(--brand);
  opacity: .95;
}

/* hover like your cards */
.vm-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(13, 18, 28, .12);
  border-color: rgba(225, 18, 31, .22);
}

/* small variation between cards */
.vm-card--mission::before{
  background: radial-gradient(800px 180px at 90% 0%, rgba(225,18,31,.09), transparent 55%);
}
.page-template-services .bullets li:before {
    content: "";
    position: absolute;
    left: 0;
    right: -22px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
  
    box-shadow: 0 8px 16px rgba(225, 29, 46, .22);
    z-index: 1;
   
    background-size: 14px 14px;
}

html[lang="ar"] .page-template-home .bullets li:before {
       left: 0;
    right: -5px;
    top: 0px;
   
}
.ls-services-page { font-family: Arial, sans-serif; background:#fff; }
.ls-hero { background:#e1121f; color:#fff; padding:80px 20px; text-align:center; }
.ls-hero-inner { max-width:900px; margin:auto; }

.ls-wrap { max-width:1100px; margin:auto; padding:60px 20px; }

.ls-row { display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-bottom:80px; align-items:center; }
.ls-row.reverse { direction: rtl; }
.ls-row.reverse > * { direction: ltr; }

.ls-text h2 { margin-bottom:10px; }
.ls-muted { color:#777; }

.ls-checklist { list-style:none; padding:0; margin:20px 0; }
.ls-checklist li { padding-left:28px; margin-bottom:10px; position:relative; }
.ls-checklist li::before {
  content:"✓"; color:#e1121f; font-weight:bold;
  position:absolute; left:0; top:0;
}

.ls-meta { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.ls-btn {
  background:#e1121f; color:#fff; padding:10px 18px;
  border-radius:25px; text-decoration:none; font-size:14px;
}

.ls-media img { width:100%; border-radius:15px; box-shadow:0 20px 40px rgba(0,0,0,.2); }

.servicetag{
	margin-top: -11px;
    color: #e1121f;
}
.price-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  font-weight: 600;
  font-size: 15px;
  margin-top: 16px;
}

.price-badge .currency{
  color: #e1121f;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .5px;
}

.price-badge .amount{
  color: #111;
}

.price-badge .unit{
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}
.iconcontet{
display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;	
}
.lsf-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 20px 0 30px;
}

.lsf-chip{
  cursor: pointer;
  border: 1px solid #eceef5;
  background: rgba(0,0,0,0.03);
  color: #0b0d12;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  transition: all .2s ease;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
}

.lsf-chip:hover{
  transform: translateY(-2px);
  border-color: rgba(225,18,31,.4);
  box-shadow: 0 10px 25px rgba(225,18,31,.15);
}

.lsf-chip.is-active{
  background: linear-gradient(135deg, #e1121f, #c10b16);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(225,18,31,.35);
}
@media(max-width:900px){
  .ls-row { grid-template-columns:1fr; }
  .ls-row.reverse { direction:ltr; }
}
/* Responsive */
@media (max-width: 880px){
 body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* لو layout نفسه يمنع */
  body.woocommerce-checkout .wc-block-components-sidebar-layout{
    display: flex !important;
    flex-wrap: wrap !important;
  }	
	.wc-block-cart-item__total{
		display:none;
	}	
 .wc-block-components-main {

    width: 100% !important;
}	
header.entry-header {

    padding: 144px 0 32px !important;
  
}	
.page-template-contact .left-side {
    padding-top: 0px !important;
}	
	.vm-kicker	{
	    width: 100%;
	}
.stack {

    gap: 37px;
}	
	    .serviceRow {
       
        border-bottom: 1px solid #b8adad;
        margin-bottom: 2px;
        padding-bottom: 23px;
    }
html[lang="ar"]	.serviceCopy .bullets li {
    position: relative;
 
    margin-right: 14px;
}
	.fotterprice{
		    display: flex;
    flex-direction: column;
	}
.featureGrid {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    max-width: 520px;
    display: flex;
    flex-direction: column;
}	
html[lang="ar"] .brand--footer img {

    left: 65px;
  
}
	
html[lang="ar"] .timeline-card p {
 
    text-align: center;
}	
/* Arabic-only layout adjustments */
html[lang="ar"] .about-hero p{
  font-size: 16px;
}

html[lang="ar"] .vm-header{
  text-align: center;
}
html[lang="ar"] .contactList {
  
    color: rgba(255, 255, 255, .70) !important;
}
/* Prevent horizontal scroll (iPhone fix) */
/* html, body{
  max-width: 100%;
  overflow-x: hidden;
} */

body.page-template-about section{
  overflow-x: hidden;
}

/* Header & social bar alignment */
.header,
.social-bar{

  left: 0;
  right: 0;
  max-width: 100%;
}

/* Global overflow protection */
/* *,
*::before,
*::after{
  box-sizing: border-box;
  max-width: 100%;
} */
.logoCard {
  margin:0 auto;
    height: 235px !important;
    width: 270px !important;
}	
.scrollDown {
		display:none;
	}	
html[lang="ar"] .vm-kicker,html[lang="ar"] .tag ,.section__eyebrow--left,.section__eyebrow{
  text-transform: none;      /* ✅ don’t uppercase Arabic */
  letter-spacing: 0;         /* ✅ spacing breaks Arabic */
  line-height: 1.8;          /* ✅ avoid cut on iPhone */
  direction: rtl;
 text-align:center;
margin:0 auto;	
}
html[lang="ar"] .about-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center;
    margin-top: -83px;
}
html[lang="ar"] .vm-kicker{ overflow: visible; }	
  .vm-section{ padding: 55px 0; }
  .vm-grid{ grid-template-columns: 1fr; }
  .vm-header{ text-align: left; }
  .vm-subtitle{ margin: 0; }
}

/* STATS */
.stats {
  background: #e11d2e;
  color: #fff;
  padding: 50px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.stat strong {
  font-size: 28px;
  display: block;
}

.stat span {
  font-size: 15px;
  opacity: .9;
}

/* TIMELINE */
.timeline {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.timeline-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  text-align: left;
  transition: all .35s ease;
  overflow: hidden;
}
.timeline-card:hover {
  transform: scale(.96);
}

/* red animated border */
.timeline-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  transition: all .35s ease;
  pointer-events: none;
}
html[lang="ar"] .timeline-card {
  
    display: flex;
    flex-direction: column;
    align-items: center;
}
html[lang="ar"]  .tag {
    font-size: 15px;
   
}

.timeline-card:hover::before {
  border-color: #d2111e;
  box-shadow: 0 0 18px rgba(210, 17, 30, 0.45);
}
.timeline-card .year {
    background: #e11d2e;
    color: #fff;
    padding: 17px 32px;
    border-radius: 14px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 6px;
}

.timeline-card h4 {
font-size: 18.5px;
    /* color: #555; */
    font-weight: 500;
}

.timeline-card p {
   font-size: 16.5px;
    color: #555;
    font-weight: 400;
    max-width: 354px;
}

/* VALUES */
.values-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.values-grid .value{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	  transition: transform .35s ease;
}
.values-grid svg{
	color:#e61220;
	
}
.values-grid .icon {
	    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    box-shadow: 0 12px 18px rgba(16, 24, 40, .10);
    transition: background-color 0.4s ease, transform 0.4s ease;
    background: #fef2f2;
}
.value:hover {
  transform: scale(.94);
}

/* icon rotation */
.value .icon svg {
  transition: transform .6s ease;
}

.value:hover .icon svg {
    transform:  scale(1.15);

}
.value h4 {
  margin-bottom: 8px;
}

.value p {
  font-size: 16.5px;
  color: #555;
}

/* CTA */
.about-cta {
  background: linear-gradient(180deg, #db0e24, #b20d1c);
  color: #fff;
  padding: 80px 0;
}

.about-cta p {
  font-size: 13px;
  opacity: .9;
}

.cta-buttons {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.btn {
  padding: 14px 41px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.btn.light {
  background: #fff;
  color: #111;
}

.btn.outline {
   border: 1px solid white !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

/* HERO */
.gallery-hero {
  background: linear-gradient(180deg, #db0e24, #b20d1c);
  color: #fff;
  padding: 90px 0 70px;
}

.gallery-hero h1 {
  font-size: 38px;
  margin: 10px 0;
}

.gallery-hero p {
  font-size: 13px;
  max-width: 720px;
  margin: auto;
  opacity: .9;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.3);
  margin-bottom: 12px;
}

/* FILTERS */
.gallery-filters {
  padding: 40px 0 10px;
}

.filter {
  background: #fff;
  border: 1px solid #eee;
  padding: 8px 16px;
  border-radius: 999px;
  margin: 0 6px;
  font-size: 12px;
  cursor: pointer;
}

.filter.active {
  background: #e11d2e;
  color: #fff;
  border-color: #e11d2e;
}

/* GRID */
.gallery-section {
  padding: 30px 0 80px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.gallery-item img {
  height: 100%;
  object-fit: cover;
}

/* VIDEO ICON */
.gallery-item.video::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25);
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  background: #e11d2e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #fff;
}

/* CTA */
.gallery-cta {
  background: #f6f6f6;
  padding: 80px 0;
}

.gallery-cta h2 {
  font-size: 28px;
}

.gallery-cta p {
  font-size: 13px;
  color: #555;
  margin: 10px auto 20px;
  max-width: 680px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}

/* BUTTONS */


.btn.primary {
  background: #e11d2e;
  color: #fff;
}

.btn.outline {
  border: 1px solid #111;
  color: #111;
}
/* HERO */
.contact-hero {
     background: linear-gradient(180deg, #db0e24, #b20d1c);
    color: #fff;
    padding: 142px 0 92px;
	
}

.contact-hero h1 {
  font-size: 38px;
  margin: 10px 0;
}
.info-card svg{
	color:#e61220;
}
 .icon{
	width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(225, 29, 46, .12);
    display: grid;
    place-items: center;
    margin-bottom: 12px;
}
.contact-hero p {
  font-size: 18px;
  max-width: 720px;
  margin: auto;
  opacity: .9;
}

.pill {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.3);
  margin-bottom: 12px;
}

/* INFO */
.contact-info {
  padding: 60px 0 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-card {
     background: #fafafa;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	  transition: all .45s cubic-bezier(.4,0,.2,1);
  overflow: hidden;
	position: relative;
	
}
info-card:hover {
   transform: scale(0.92);
}

/* red border glow */
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: all .45s cubic-bezier(.4,0,.2,1);
	pointer-events: none;
}

.info-card:hover::before {
  border-color: #e61220;
	pointer-events: none;
  box-shadow: 0 0 20px rgba(230,18,32,.45);
}
.brand--footer img {
position: relative;
    left: -83px;
    width: 330px !important;
    margin-bottom: 10px;
}
/* icon animation */
.info-card .icon svg {
  transition: transform .65s cubic-bezier(.4,0,.2,1);
}

.info-card:hover .icon svg {
  transform: rotate(380deg);
}
.contact-location svg{
	color:#e61220;
}
.contact-location iframe{
	width:100%;
}
.info-card h4 {
  margin-bottom: 6px;
}
.form-alert {
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
}

.form-alert.success {
  background: #87cefa;
  color: black;
}

.form-alert.error {
  background: #ffe8e8;
  color: #b3261e;
}
.page-template-gallery .btn.outline {
    border: 1px solid #111 !important;
    color: #111 !important;
}
.info-card p {
  font-weight: 600;
  margin-bottom: 6px;
}

.info-card span {
  font-size: 12px;
  color: #666;
}

/* MAIN */
.contact-main {
  padding: 21px 0;
}
.page-template-contact .left-side{
padding-top: 121px;	
}    
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 30px;
}

.contact-form h3 {
  margin-bottom: 6px;
}

.contact-form p {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  font-size: 12px;
  display: block;
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 12px !important;
  border: 1px solid #ddd !important;
  font-size: 13px;
}
.contact-side svg{
  animation: floaty 2.2s ease-in-out infinite, glow 2.2s ease-in-out infinite;
  transform-origin:center;
}

@keyframes floaty{
  0%,100%{ transform: translateY(0) }
  50%{ transform: translateY(-10px) }
}

@keyframes glow{
  0%,100%{ filter: drop-shadow(0 0 0 rgba(255,255,255,0)) }
  50%{ filter: drop-shadow(0 10px 22px rgba(255,255,255,.45)) }
}
 html[lang="ar"] .brand--footer img {
position: relative;
    left: 0;
    width: 205px !important;
    margin-bottom: 10px;
}
.field textarea {
  height: 120px;
  resize: none;
}
.social-bar {
    position: fixed;
    bottom: 0;
    left: -90px;
    background: #262626;
    padding: 10px 10px;
    display: flex;
    gap: 0px;
    border-top-right-radius: 14px;
    flex-direction: column;
    z-index: 9;
	  opacity: 0;
  transform: translateX(-100%);
  transition: 
    left .45s cubic-bezier(.22,.61,.36,1),
    opacity .35s ease,
    transform .45s cubic-bezier(.22,.61,.36,1);
}

.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
}

.icon:hover {
  background: #fff;
  color: #2c3b55;
  transform: translateY(-3px);
}

.field.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background: #e11d2e;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

/* SIDE */
.contact-side {
  background: linear-gradient(180deg, #db0e24, #b20d1c);
  color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.contact-side p {
  font-size: 13px;
  opacity: .9;
  margin: 10px 0 20px;
}

.side-item {
  background: rgba(255,255,255,.15);
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.side-item span {
  font-size: 13px;
  display: block;
}

/* FAQ */
.contact-faq {
  padding: 40px 0;
}

.faq-item {
  background: #fafafa;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 16px;
}

.faq-item p {
  font-size: 13px;
  color: #555;
}


/* LOCATION */
.contact-location {
  background: #f5f5f5;
  padding: 40px 0;
}

.contact-location span {
  font-size: 12px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 900px) {
	.trp-shortcode-switcher {

    margin-left: 0px !important;
}
  .info-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .field.two {
    grid-template-columns: 1fr;
  }

  .contact-hero h1 {
    font-size: 29px;
	  text-align: center;
  }
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
	.about-image img {
   
    height: 380px;

}

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-hero h1 {
    font-size: 30px;
  }
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid,
  .stats-grid,
  .timeline,
  .values-grid {
    grid-template-columns: 1fr !important;
  }

  .about-hero h1 {
    font-size: 29px;
	text-align:center;
  }
}
/* Responsive */
@media (max-width: 980px){
	.gallery-filters .container{
		width:100% !important;
	}	
.gallery-hero {
  
    padding: 174px 0 61px !important;
}	
.about-hero p {
   
    text-align: center;
}	
.statRow {
     flex-direction: column;
    align-items: center;

}
.cards {

    flex-direction: column;
    align-items: center;
}
	
.serviceMedia {

    width: 100%;
}	
.serviceRow {

    display: flex;
    flex-direction: column;
}	
  .why__grid{ grid-template-columns: 1fr; }
  .mediaCard{ margin: 22px auto 0; }
  .logoRow{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .teamGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px){
  .hero__title{ font-size:38px; }
  .hero__tools{ display:none; }

  .cards--center{ grid-template-columns: 1fr; max-width: 320px; margin-left:auto; margin-right:auto; }
  .statRow{ grid-template-columns: 1fr; max-width: 320px; margin-left:auto; margin-right:auto; }
  .logoRow{ grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .nav__toggle{ display:inline-flex; align-items:center; justify-content:center; }
.nav__menu {
        position: absolute;
        right: 0px;
        top: 72px;
        width: 100%;
        background: rgba(10, 12, 16, .96);
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 0;
        padding: 12px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease;
    }
  .nav__menu.is-open{
    opacity:1;
    transform: translateY(0);
    pointer-events:auto;
  }
  .nav__cta{ margin-left:0; padding-top:6px; }
  .nav__link{ display:block; padding: 10px 10px; border-radius: 12px; background: rgba(255,255,255,.04); }
  .nav__link:hover{ background: rgba(255,255,255,.08); }

  .footer__grid{ grid-template-columns: 1fr; }
  .footer__bottom{ flex-direction:column; align-items:flex-start; }
}
