/* =========================
  Header Start Here
========================= */
:root{
  --footer-height: 74px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}


html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  font-family:'Cairo',sans-serif;
  background:#e9edf2;
  color:var(--gray-800);
  min-height:100vh;
  min-height:100dvh;
  overflow-x:hidden;
  line-height:1.5;
}

/* ===== APP SHELL ===== */
.app-shell{
  width:100%;
  max-width:100%;
  margin:0;
  min-height:100vh;
  min-height:100dvh;
  background:#f5f7fa;
  position:relative;
  box-shadow:none;
  padding-bottom:calc(var(--footer-height) + var(--safe-bottom) + 24px);
}

/* ===== HEADER ===== */
.app-header{
  position:sticky;
  top:0;
  z-index:300;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,.05);
  box-shadow:0 6px 18px rgba(0,0,0,.04);
}

.hotline-bar{
  min-height:var(--hotline-height);
  background:linear-gradient(135deg,#12a4e3,#2bbcf1);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(8px, 3vw, 16px);
  color:#fff;
  padding:8px 12px;
  font-size:clamp(10px, 2.8vw, 12px);
  font-weight:700;
  flex-wrap:wrap;
}

.hotline-bar a{
  color:#fff;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:5px;
  white-space:nowrap;
}

.main-header{
  min-height:var(--header-height);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:clamp(6px, 2vw, 12px);
  padding:clamp(8px, 2.5vw, 12px) clamp(10px, 3vw, 16px);
  direction:ltr;
}

.header-logo-link,
.header-bar-link{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex-shrink:0;
}

.header-logo{
  display:block;
  height:clamp(38px, 12vw, 52px);
  width:auto;
  max-width:185px;
  object-fit:contain;
}

.header-bar{
  display:block;
  height:clamp(28px, 9vw, 40px);
  width:auto;
  max-width:150px;
  object-fit:contain;
}
/* =========================
  Header End Here
========================= */


 


/* ===============================
   Dar Al-Ifta Final Hero
================================ */
  :root{
      --bg:#061827;
      --gold:#d6ae63;
      --gold-light:#f4d48d;
      --ayah:#15384f;
      --white:#ffffff;
    }

    *{
      box-sizing:border-box;
      margin:0;
      padding:0;
    }

    html,body{
      width:100%;
      min-height:100%;
      background:var(--bg);
      font-family:"Cairo",sans-serif;
    }

    body{
      display:flex;
      justify-content:center;
      align-items:flex-start;
      overflow-x:hidden;
    }

    .hero-page{
      width:100%;
      display:flex;
      justify-content:center;
      background:var(--bg);
    }

    .iftaa-hero{
      position:relative;
      width:100%;
      max-width:620px;
      margin-inline:auto;
      overflow:hidden;
      background:var(--bg);
    }

    .hero-bg{
      display:block;
      width:100%;
      height:auto;
      user-select:none;
      pointer-events:none;
      -webkit-user-drag:none;
	  
    }

    .hero-content,
    .hero-actions{
      position:absolute;
      inset:0;
    }

    .hero-content{
      z-index:3;
      pointer-events:none;
    }

    .hero-actions{
      z-index:6;
      pointer-events:none;
    }

     

    /* السطر الذهبي */
    .hero-mini{
      position:absolute;
      top:32%;
      left:50%;
      transform:translateX(-50%);
      width:86%;
      text-align:center;

      color:var(--gold);
      font-size:clamp(.72rem, 2.9vw, 1.02rem);
      font-weight:900;
      line-height:1.2;
      white-space:nowrap;
      text-shadow:0 3px 12px rgba(0,0,0,.32);
    }

    /* العنوان الرئيسي */
    .hero-title{
      position:absolute;
      top:37.4%;
      left:50%;
      transform:translateX(-50%);
      width:92%;
      text-align:center;
      line-height:1.08;
      text-shadow:0 8px 22px rgba(0,0,0,.35);
    }

    .hero-title .line{
      display:block;
      font-weight:900;
      color:var(--white);
      letter-spacing:-1px;
    }

    .hero-title .line-one{
      font-size:clamp(1.75rem, 4vw, 3.3rem);
    }

    .hero-title .line-two{
      margin-top:.03em;
      font-size:clamp(1.95rem, 4vw, 3.75rem);
    }

    .hero-title .gold{
      color:var(--gold-light);
    }

    /* الوصف لو حبيتي ترجعيه */
    .hero-desc{
      position:absolute;
      top:57%;
      left:50%;
      transform:translateX(-50%);
      width:78%;
      text-align:center;

      color:rgba(255,255,255,.95);
      font-size:clamp(.8rem, 3.2vw, 1.08rem);
      font-weight:600;
      line-height:1.6;
      text-shadow:0 4px 15px rgba(0,0,0,.35);
    }

    /* روابط الكروت */
    .hero-action{
      position:absolute;
      display:block;
      text-decoration:none;
      color:#fff;
      border-radius:28px;
      pointer-events:auto;
      -webkit-tap-highlight-color:transparent;
      outline:none;
      transition:transform .22s ease, filter .22s ease;
    }

    .hero-action:hover,
    .hero-action:focus-visible{
      transform:translateY(-3px);
      filter:brightness(1.06);
    }

    /* نص الكارت */
    .hero-action .txt{
      position:absolute;
      left:6%;
      right:6%;
      bottom:-8%;
      text-align:center;
      text-shadow:0 5px 16px rgba(0,0,0,.42);
    }

    .hero-action h3{
      margin:0 0 .2em;
      color:#fff;
      font-size:clamp(.68rem, .85vw, 1rem);
      font-weight:900;
      line-height:1.1;
      letter-spacing:-.3px;
    }

    .hero-action p{
      margin:0 auto;
      max-width:96%;
      color:rgba(255,255,255,.94);
      font-size:clamp(.6rem, 1.5vw, .86rem);
      font-weight:600;
      line-height:1.28;
    }

    /* أماكن الكروت على الصورة الحالية */
    .action-inquiry{
      left:3.5%;
      top:68%;
      width:29.5%;
      height:31%;
    }

    .action-fatwa{
      left:34%;
      top:68%;
      width:29.5%;
      height:31%;
    }

    .action-book{
      left:65%;
      top:68%;
      width:29.5%;
      height:31%;
    }
	
	
	/* =========================================================
   Hero Actions Position - Tablet
   For larger mobile / tablet screens
========================================================= */

@media (min-width: 600px) and (max-width: 1024px){

  .action-inquiry{
    left: 4%;
    top: 57%;
    width: 29%;
    height: 30%;
  }

  .action-fatwa{
    left: 35.5%;
    top: 57%;
    width: 29%;
    height: 30%;
  }

  .action-book{
    left: 67%;
    top: 57%;
    width: 29%;
    height: 30%;
  }

}

    /* تابلت */
    @media (min-width:600px){
      .hero-calligraphy{ font-size:2.7rem; }
      .hero-mini{ font-size:1rem; }
      .hero-title .line-one{ font-size:3.15rem; }
      .hero-title .line-two{ font-size:3.55rem; }
      .hero-action h3{ font-size:.98rem; }
      .hero-action p{ font-size:.84rem; }
    }

    /* موبايل */
    @media (max-width:430px){
      .hero-calligraphy{
        top:14.6%;
        font-size:1.55rem;
      }

      .hero-mini{
        top:34%;
        font-size:.74rem;
      }

      .hero-title{
        top:38.7%;
      }

      .hero-title .line-one{
        font-size:1.78rem;
      }

      .hero-title .line-two{
        font-size:2rem;
      }

      .hero-action .txt{
        bottom:27%;
      }

      .hero-action h3{
        font-size:.78rem;
      }

      .hero-action p{
        font-size:.6rem;
      }
    }

    @media (max-width:375px){
      .hero-calligraphy{
        font-size:1.38rem;
      }

      .hero-mini{
        font-size:.67rem;
      }

      .hero-title .line-one{
        font-size:1.58rem;
      }

      .hero-title .line-two{
        font-size:1.78rem;
      }

      .hero-action h3{
        font-size:.64rem;
      }

      .hero-action p{
        font-size:.53rem;
      }
    }/* الآية مثل التصميم المرفق */
.hero-calligraphy{
  position: absolute;
  top: 13.1%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  margin: 0;
  padding: 0;

  text-align: center;
  direction: rtl;
  unicode-bidi: isolate;
  white-space: nowrap;
  line-height: 1.02;

  font-family: "Amiri Quran", "Amiri", serif;
  font-size: clamp(3.85rem, 4.2vw, 4.85rem);
  font-weight: 400;
  letter-spacing: 0;

  text-shadow:
    0 1px 0 rgba(255,255,255,.22),
    0 2px 8px rgba(0,0,0,.06);
}

.hero-calligraphy .gold,
.hero-calligraphy .blue{
  display: inline;
}

.hero-calligraphy .gold{
  color: #88652a;
}

.hero-calligraphy .blue{
  color: #032943;
}

/* موبايل */
@media (max-width: 430px){
  .hero-calligraphy{
    top: 14.35%;
    width: 82%;
    font-size: clamp(1.7rem, 7vw, 2.45rem);
    line-height: 1;
  }
}

@media (max-width: 375px){
  .hero-calligraphy{
    top: 14.35%;
    width: 84%;
    font-size: 2.58rem;
  }
}










 :root {
      --primary-color: #102f46;
      --primary-light: #1d5876;
      --primary-dark: #061827;

      --gold-primary: #c7a35a;
      --gold-light: #f3dfaa;
      --gold-dark: #8c672a;

      --bg-body: #f8f6f0;
      --bg-card: #ffffff;
      --bg-soft: #fffaf0;

      --text-main: #102f46;
      --text-muted: rgba(16, 47, 70, .62);

      --gradient-main: linear-gradient(135deg, #102f46 0%, #1d5876 58%, #0b2538 100%);
      --gradient-icon: linear-gradient(145deg, #f8e7b2, #c7a35a 58%, #8c672a);
    }

 

    .iftaa-contact-section {
      width: 100%;
      padding: 34px 16px 44px;
      background: transparent;
    }

    .container {
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
    }

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

    .section-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 7px 16px;
      margin-bottom: 12px;
      border-radius: 999px;
      color: var(--primary-color);
      background:
        linear-gradient(180deg, #fff, #fffaf0);
      border: 1px solid rgba(199, 163, 90, .24);
      box-shadow: 0 10px 24px rgba(16, 47, 70, .06);
      font-size: .82rem;
      font-weight: 900;
    }

    .section-badge .iconify {
      font-size: 18px;
      color: var(--gold-primary);
    }

    .section-title {
      font-size: clamp(1.75rem, 5.5vw, 2.7rem);
      font-weight: 900;
      color: var(--text-main);
      margin-bottom: 9px;
      line-height: 1.2;
      letter-spacing: -.7px;
    }

    .section-desc {
      color: var(--text-muted);
      font-size: .86rem;
      max-width: 540px;
      margin: 0 auto;
      line-height: 1.85;
      font-weight: 600;
    }

    /* =========================
       Hotline Button
    ========================= */

    .hotline-wrapper {
      margin-bottom: 18px;
      perspective: 1000px;
      animation: fadeInUp 0.6s ease-out forwards;
    }

    .hotline-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-height: 128px;
      padding: 22px 32px;
      background:
        radial-gradient(circle at 12% 10%, rgba(255,255,255,.18), transparent 30%),
        var(--gradient-main);
      color: #fff;
      border-radius: 30px;
      text-decoration: none;
      box-shadow:
        0 18px 38px rgba(16, 47, 70, .22),
        inset 0 1px 0 rgba(255,255,255,.16);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(243, 223, 170, .22);
    }

    .hotline-btn::before {
      content: "";
      position: absolute;
      inset: 10px;
      border-radius: 23px;
      border: 1px solid rgba(255,255,255,.1);
      pointer-events: none;
    }

    .hotline-btn::after {
      content: "";
      position: absolute;
      top: -70%;
      right: -35%;
      width: 55%;
      height: 220%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
      transform: rotate(18deg);
      pointer-events: none;
    }

    .hotline-btn:hover {
      transform: translateY(-4px);
      box-shadow:
        0 24px 46px rgba(16, 47, 70, .28),
        inset 0 1px 0 rgba(255,255,255,.18);
    }

    .hotline-content {
      display: flex;
      align-items: center;
      gap: 20px;
      position: relative;
      z-index: 2;
    }

    .hotline-icon-box {
      width: 74px;
      height: 74px;
      background: var(--gradient-icon);
      border-radius: 22px;
      display: grid;
      place-items: center;
      font-size: 34px;
      color: var(--primary-color);
      position: relative;
      flex-shrink: 0;
      box-shadow:
        0 12px 26px rgba(0,0,0,.22),
        inset 0 0 18px rgba(255,255,255,.45);
    }

    .hotline-icon-box::after {
      content: '';
      position: absolute;
      inset: -3px;
      border-radius: 25px;
      background: conic-gradient(
        from 0deg,
        transparent,
        rgba(243, 223, 170, .95),
        transparent,
        rgba(199, 163, 90, .7),
        transparent
      );
      z-index: -1;
      animation: rotate-icon 3s linear infinite;
    }

    @keyframes rotate-icon {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .pulse-ring {
      position: absolute;
      inset: -4px;
      border-radius: 25px;
      border: 1px solid rgba(243, 223, 170, .72);
      animation: pulse-ring 2s infinite;
      z-index: -1;
    }

    @keyframes pulse-ring {
      0% { transform: scale(1); opacity: 0.8; }
      100% { transform: scale(1.3); opacity: 0; }
    }

    .hotline-text h3 {
      font-size: 0.95rem;
      font-weight: 800;
      opacity: .86;
      margin-bottom: 5px;
      color: rgba(255,255,255,.82);
    }

    .hotline-number {
      font-size: clamp(2.65rem, 11vw, 4.4rem);
      font-weight: 900;
      line-height: .92;
      letter-spacing: 1px;
      display: block;
      color: #fff;
      text-shadow: 0 8px 22px rgba(0,0,0,.22);
    }

    .hotline-note {
      display: block;
      margin-top: 8px;
      color: rgba(255,255,255,.72);
      font-size: .78rem;
      font-weight: 700;
    }

    .hotline-arrow {
      position: relative;
      z-index: 2;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      background: rgba(255,255,255,.12);
      border: 1px solid rgba(255,255,255,.12);
      flex: 0 0 auto;
    }

    .hotline-arrow .iconify {
      font-size: 23px;
      opacity: .9;
    }

    /* =========================
       Contact Grid - 2 Per Row
    ========================= */

    .grid-buttons.contact-two-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .contact-two-grid .contact-btn {
      position: relative;
      min-height: 132px;
      padding: 18px 14px 16px;
      border-radius: 24px;

      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 12px;

      text-decoration: none;
      color: var(--text-main);
      overflow: hidden;

      background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,240,.94));
      border: 1px solid rgba(16, 47, 70, .08);
      box-shadow:
        0 10px 26px rgba(16, 47, 70, .07),
        inset 0 1px 0 rgba(255,255,255,.8);

      transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
    }

    .contact-two-grid .contact-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(
        700px circle at var(--mouse-x) var(--mouse-y),
        rgba(199, 163, 90, .15),
        transparent 40%
      );
      opacity: 0;
      transition: opacity .5s;
      pointer-events: none;
      z-index: 0;
    }

    .contact-two-grid .contact-btn::after {
      content: "";
      position: absolute;
      left: -34px;
      bottom: -42px;
      width: 115px;
      height: 115px;
      border-radius: 50%;
      background: rgba(199, 163, 90, .08);
      pointer-events: none;
    }

    .contact-two-grid .contact-btn:hover {
      transform: translateY(-3px);
      border-color: rgba(199, 163, 90, .42);
      box-shadow:
        0 16px 32px rgba(16, 47, 70, .11),
        inset 0 1px 0 rgba(255,255,255,.8);
    }

    .contact-two-grid .contact-btn:hover::before {
      opacity: 1;
    }

    .contact-two-grid .btn-icon {
      position: relative;
      z-index: 1;
      width: 48px;
      height: 48px;
      border-radius: 16px;

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

      background: rgba(199, 163, 90, .12);
      color: #03253e;
      font-size: 24px;
      transition: all .3s ease;
    }

    .contact-two-grid .contact-btn:hover .btn-icon {
      background: var(--gradient-main);
      color: #fff;
      transform: rotate(-5deg) scale(1.08);
      box-shadow: 0 8px 18px rgba(16, 47, 70, .22);
    }

    .contact-two-grid .btn-content {
      position: relative;
      z-index: 1;
      width: 100%;
      min-width: 0;
    }

    .contact-two-grid .btn-label {
      display: block;
      margin-bottom: 5px;
      color: rgba(16, 47, 70, .58);
      font-size: .78rem;
      font-weight: 900;
    }

    .contact-two-grid .btn-value {
      display: block;
      color: #102f46;
      font-size: .88rem;
      line-height: 1.35;
      font-weight: 900;
      direction: ltr;
      text-align: right;
      word-break: break-word;
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .contact-btn:nth-child(1) { animation: fadeInUp 0.7s ease-out 0.2s forwards; opacity: 0; }
    .contact-btn:nth-child(2) { animation: fadeInUp 0.7s ease-out 0.3s forwards; opacity: 0; }
    .contact-btn:nth-child(3) { animation: fadeInUp 0.7s ease-out 0.4s forwards; opacity: 0; }
    .contact-btn:nth-child(4) { animation: fadeInUp 0.7s ease-out 0.5s forwards; opacity: 0; }

  /* =========================
       Responsive
    ========================= */

    @media (max-width: 560px) {
      .iftaa-contact-section {
        padding: 28px 14px 38px;
      }

      .section-header {
        margin-bottom: 22px;
      }

      .hotline-btn {
        min-height: 116px;
        padding: 18px 20px;
        border-radius: 26px;
      }

      .hotline-content {
        gap: 15px;
      }

      .hotline-icon-box {
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 29px;
      }

      .hotline-icon-box::after {
        border-radius: 23px;
      }

      .pulse-ring {
        border-radius: 23px;
      }

      .hotline-number {
        font-size: 2.75rem;
      }

      .hotline-arrow {
        display: none;
      }

      .grid-buttons.contact-two-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }

      .contact-two-grid .contact-btn {
        min-height: 118px;
        padding: 14px 11px;
        border-radius: 20px;
        gap: 10px;
      }

      .contact-two-grid .btn-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 22px;
      }

      .contact-two-grid .btn-label {
        font-size: .7rem;
      }

      .contact-two-grid .btn-value {
        font-size: .72rem;
      }
    }

    @media (max-width: 360px) {
      .hotline-btn {
        padding: 16px;
      }

      .hotline-content {
        gap: 12px;
      }

      .hotline-number {
        font-size: 2.35rem;
      }

      .section-title {
        font-size: 1.55rem;
      }

      .grid-buttons.contact-two-grid {
        gap: 8px;
      }

      .contact-two-grid .contact-btn {
        min-height: 108px;
        padding: 12px 9px;
      }

      .contact-two-grid .btn-value {
        font-size: .66rem;
      }
    }




 



/* iftaa social Starts */
.iftaa-social-buttons{
  padding: 18px 16px 30px;
  background: transparent;
  font-family: "Cairo", sans-serif;
}

.social-buttons-head{
  max-width: 620px;
  margin: 0 auto 14px;
  text-align: center;
}

.social-buttons-head span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  border-radius: 999px;
  color: #9b7132;
  background: rgba(214, 174, 99, .11);
  border: 1px solid rgba(214, 174, 99, .22);
  font-size: .82rem;
  font-weight: 900;
}

.social-buttons-row{
  max-width: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.social-btn{
  position: relative;
  min-height: 64px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  text-decoration: none;
  overflow: hidden;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,247,240,.96));
  border: 1px solid rgba(16, 47, 70, .07);
  box-shadow:
    0 12px 28px rgba(16, 47, 70, .07),
    inset 0 1px 0 rgba(255,255,255,.9);

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.social-btn::before{
  content: "";
  position: absolute;
  inset: auto -20% -55%;
  height: 72%;
  border-radius: 50%;
  opacity: .1;
  transition: opacity .22s ease, transform .22s ease;
}

.social-btn:hover{
  transform: translateY(-4px);
  border-color: rgba(214, 174, 99, .35);
  box-shadow:
    0 18px 34px rgba(16, 47, 70, .11),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.social-btn:hover::before{
  opacity: .18;
  transform: scale(1.08);
}

.social-btn .iconify{
  position: relative;
  z-index: 2;
  font-size: 29px;
}

.social-btn.facebook{
  color: #1877f2;
}

.social-btn.facebook::before{
  background: #1877f2;
}

.social-btn.x-twitter{
  color: #111;
}

.social-btn.x-twitter::before{
  background: #111;
}

.social-btn.instagram{
  color: #c13584;
}

.social-btn.instagram::before{
  background: linear-gradient(135deg,#feda75,#d62976,#962fbf,#4f5bd5);
}

.social-btn.youtube{
  color: #ff0000;
}

.social-btn.youtube::before{
  background: #ff0000;
}

.social-btn.tiktok{
  color: #111;
}

.social-btn.tiktok::before{
  background: linear-gradient(135deg,#25f4ee,#000,#fe2c55);
}

@media (max-width: 520px){
  .iftaa-social-buttons{
    padding: 16px 14px 26px;
  }

  .social-buttons-row{
    gap: 8px;
  }

  .social-btn{
    min-height: 56px;
    border-radius: 18px;
  }

  .social-btn .iconify{
    font-size: 25px;
  }
}

@media (max-width: 340px){
  .social-buttons-row{
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }

  .social-btn{
    min-height: 50px;
    border-radius: 16px;
  }

  .social-btn .iconify{
    font-size: 23px;
  }
}




/* ===== Apps Section Start ===== */

/* Section Wrapper */
section:has(.app-grid) {
  padding: 42px 12px 120px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(34, 184, 232, 0.07), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 60%, #fff9ee 100%);
}

/* Container */
section:has(.app-grid) .container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

/* Section Header */
section:has(.app-grid) .section-header {
  margin-bottom: 28px;
}

section:has(.app-grid) .section-header h2 {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  color: #062b49;
  margin-bottom: 12px;
  font-weight: 900;
}

section:has(.app-grid) .section-header p {
  font-size: clamp(0.88rem, 2vw, 1rem);
  color: #7a8794;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
}

/* Apps Grid - Always 3 Columns */
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 2vw, 18px);
  max-width: 760px;
  margin: 18px auto 0;
}

/* Store Card */
.store-card {
  position: relative;
  overflow: hidden;
  min-height: 178px;
  height: 100%;
  padding: 18px 10px 16px;
  border-radius: 20px;
  text-decoration: none;
  color: #062b49;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(6, 43, 73, 0.08);
  box-shadow:
    0 10px 24px rgba(6, 43, 73, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

/* Top Shine Line */
.store-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197, 154, 69, 0.38),
    rgba(34, 184, 232, 0.18),
    transparent
  );
  pointer-events: none;
}

/* Soft Decorative Circle */
.store-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(197, 154, 69, 0.08);
  pointer-events: none;
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

/* Card Hover Effect */
.store-card:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 249, 238, 0.95) 100%);
  border-color: rgba(197, 154, 69, 0.34);
  box-shadow:
    0 15px 30px rgba(6, 43, 73, 0.11),
    0 5px 16px rgba(197, 154, 69, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.store-card:hover::after {
  transform: scale(1.16);
  background: rgba(197, 154, 69, 0.15);
}

/* Store Font Icon */
.store-icon {
  position: relative;
  z-index: 1;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  margin-bottom: 12px;
  color: #062b49;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}

.store-card:hover .store-icon {
  color: #8a6322;
  transform: translateY(-2px) scale(1.05);
}

/* Huawei Image Icon */
.store-icon-img {
  position: relative;
  z-index: 1;
  width: clamp(36px, 7vw, 50px);
  height: clamp(36px, 7vw, 50px);
  object-fit: contain;
  margin-bottom: 12px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(50%) saturate(1084%) hue-rotate(170deg) brightness(90%) contrast(96%);
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

.store-card:hover .store-icon-img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(46%) saturate(650%) hue-rotate(7deg) brightness(92%) contrast(92%);
  transform: translateY(-2px) scale(1.06);
}

/* Store Text */
.store-name {
  position: relative;
  z-index: 1;
  font-size: clamp(0.78rem, 2.5vw, 1.08rem);
  font-weight: 900;
  margin-bottom: 5px;
  color: #062b49;
  line-height: 1.25;
}

.download-text {
  position: relative;
  z-index: 1;
  font-size: clamp(0.67rem, 2vw, 0.82rem);
  color: #7a8794;
  margin-bottom: 14px;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.store-card:hover .download-text {
  color: #8a6322;
}

/* Download Button */
.btn-download {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 150px;
  margin-top: auto;
  padding: 8px 12px;
  border-radius: 50px;
  background: linear-gradient(135deg, #062b49 0%, #0b74b8 100%);
  color: #ffffff;
  font-size: clamp(0.72rem, 2vw, 0.85rem);
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  box-shadow:
    0 10px 20px rgba(6, 43, 73, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

/* Button Hover Effect */
.store-card:hover .btn-download {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #22b8e8 0%, #0b74b8 55%, #062b49 100%);
  box-shadow:
    0 14px 26px rgba(11, 116, 184, 0.24),
    0 4px 14px rgba(34, 184, 232, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Animated Arrow */
.arrow-animate {
  margin: 0 !important;
  font-size: 0.9rem;
  animation: moveArrowDown 1s infinite ease-in-out;
}

/* Arrow Animation */
@keyframes moveArrowDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Tablet */
@media (min-width: 481px) and (max-width: 900px) {
  section:has(.app-grid) {
    padding: 52px 18px 125px;
  }

  .app-grid {
    max-width: 680px;
    gap: 16px;
  }

  .store-card {
    min-height: 190px;
    padding: 20px 12px 18px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  section:has(.app-grid) {
    padding: 42px 8px 118px;
  }

  section:has(.app-grid) .section-header {
    margin-bottom: 24px;
  }

  .app-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    margin-top: 16px;
  }

  .store-card {
    min-height: 158px;
    padding: 15px 6px 12px;
    border-radius: 17px;
  }

  .store-name {
    white-space: nowrap;
  }

  .download-text {
    margin-bottom: 11px;
  }

  .btn-download {
    max-width: 108px;
    min-height: 36px;
    padding: 7px 8px;
    gap: 7px;
  }
}

/* Small Mobile */
@media (max-width: 360px) {
  .app-grid {
    gap: 6px;
  }

  .store-card {
    min-height: 148px;
    padding: 13px 5px 11px;
    border-radius: 15px;
  }

  .btn-download {
    max-width: 96px;
    font-size: 0.68rem;
  }

  .download-text {
    font-size: 0.64rem;
  }
}

/* ===== Apps Section End ===== */
 


  /* ===== branches ===== */
    .branches-overlay{
      position: fixed;
      inset: 0;
      z-index: 1990;
      background: rgba(6, 24, 39, .48);
      backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      opacity: 0;
      visibility: hidden;
      transition: .28s ease;
    }

    .branches-overlay.active{
      opacity: 1;
      visibility: visible;
    }

    /* القائمة تفتح من الشمال */
    .branches-sidebar{
      position: fixed;
      top: 0;
      left: 0;
      right: auto;
      width: min(88vw, 390px);
      height: 100svh;
      z-index: 2000;
      padding: 18px;
      background:
        radial-gradient(circle at 78% 0%, rgba(199,163,90,.14), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,250,240,.96));
      border-right: 1px solid rgba(16,47,70,.08);
      box-shadow: 20px 0 45px rgba(16,47,70,.18);
      transform: translateX(-105%);
      transition: transform .35s cubic-bezier(.2,.8,.2,1);
      display: flex;
      flex-direction: column;
      overflow-y: auto;
    }

    .branches-sidebar.active{
      transform: translateX(0);
    }

    .branches-sidebar-head{
      position: relative;
      min-height: 82px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 16px 16px;
      margin-bottom: 14px;
      border-radius: 24px;
      background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(135deg, #102f46 0%, #1d5876 58%, #0b2538 100%);
      color: #fff;
      overflow: hidden;
    }

    .branches-sidebar-head::before{
      content:"";
      position:absolute;
      right:-42px;
      top:-48px;
      width:135px;
      height:135px;
      border-radius:50%;
      background:rgba(243,223,170,.15);
      pointer-events:none;
    }

    .branches-head-text{
      position: relative;
      z-index: 1;
      text-align: right;
      direction: rtl;
      min-width: 0;
    }

    .branches-head-text span{
      display: block;
      margin-bottom: 5px;
      color: rgba(255,255,255,.74);
      font-size: .78rem;
      line-height: 1.2;
      font-weight: 800;
    }

    .branches-head-text h3{
      margin: 0;
      color: #fff;
      font-size: 1.35rem;
      line-height: 1.25;
      font-weight: 900;
    }

    .branches-close-btn{
      position: relative;
      z-index: 2;
      width: 42px;
      height: 42px;
      border: 0;
      border-radius: 15px;
      display: grid;
      place-items: center;
      cursor: pointer;
      color: #102f46;
      background:
        linear-gradient(145deg, #f8e7b2, #c7a35a 58%, #8c672a);
      box-shadow: 0 10px 22px rgba(0,0,0,.16);
      flex: 0 0 auto;
      transition: transform 0.2s;
    }
    
    .branches-close-btn:hover {
      transform: scale(1.05);
    }

    .branches-close-btn .iconify{
      font-size: 24px;
    }

    .branches-list{
      display: grid;
      gap: 10px;
      padding-bottom: 22px;
    }

    .branch-link{
      position: relative;
      min-height: 86px;
      padding: 14px;
      border-radius: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
      direction: rtl;
      text-align: right;
      text-decoration: none;
      color: var(--iftaa-blue);
      background: #fff;
      border: 1px solid rgba(16,47,70,.08);
      box-shadow:
        0 10px 24px rgba(16,47,70,.06),
        inset 0 1px 0 rgba(255,255,255,.85);
      overflow: hidden;
      transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
    }

    .branch-link::before{
      content:"";
      position:absolute;
      right:-36px;
      bottom:-44px;
      width:118px;
      height:118px;
      border-radius:50%;
      background:rgba(199,163,90,.08);
      pointer-events:none;
    }

    .branch-link:hover{
      transform: translateX(4px);
      border-color: rgba(199,163,90,.42);
      box-shadow:
        0 16px 32px rgba(16,47,70,.10),
        inset 0 1px 0 rgba(255,255,255,.85);
    }

    .branch-icon{
      position: relative;
      z-index: 1;
      width: 50px;
      height: 50px;
      border-radius: 17px;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      color: #9b7132;
      background: rgba(199,163,90,.13);
    }

    .branch-icon .iconify{
      font-size: 25px;
    }

    .branch-text{
      position: relative;
      z-index: 1;
      flex: 1;
      min-width: 0;
      text-align: right;
    }

    .branch-text strong{
      display: block;
      margin-bottom: 5px;
      color: var(--iftaa-blue);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.3;
    }

    .branch-text small{
      display: block;
      color: rgba(16,47,70,.56);
      font-size: .76rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .branch-arrow{
      position: relative;
      z-index: 1;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      flex: 0 0 auto;
      display: grid;
      place-items: center;
      color: var(--iftaa-blue);
      background: rgba(16,47,70,.06);
      margin-inline-start: auto;
    }

    .branch-arrow .iconify{
      font-size: 20px;
    }

    /* الزر العائم (Floating Button) - بقي في مكانه للوصول السريع */
    .branches-float-btn{
      position: fixed;
      left: 16px;
      bottom: calc(90px + env(safe-area-inset-bottom, 0px));
      z-index: 1800;
      width: 58px;
      height: 58px;
      border: 0;
      border-radius: 20px;
      display: grid;
      place-items: center;
      cursor: pointer;
      color: #102f46;
      background:
        radial-gradient(circle at 30% 24%, #fff8dd 0 13%, transparent 14%),
        linear-gradient(145deg, #f8e7b2, #c7a35a 58%, #8c672a);
      box-shadow:
        0 14px 28px rgba(16,47,70,.20),
        inset 0 0 18px rgba(255,255,255,.42);
      -webkit-tap-highlight-color: transparent;
      transition: transform .22s ease;
    }

    .branches-float-btn .iconify{
      position: relative;
      z-index: 2;
      font-size: 29px;
    }

    .float-pulse{
      position: absolute;
      inset: -5px;
      border-radius: 24px;
      border: 1px solid rgba(199,163,90,.7);
      animation: branchPulse 2s ease-out infinite;
    }

    @keyframes branchPulse{
      0%{ transform: scale(.95); opacity: .85; }
      100%{ transform: scale(1.32); opacity: 0; }
    }

    .branches-float-btn:hover{
      transform: translateY(-3px);
    }

    body.branches-menu-open{
      overflow: hidden;
    }

    @media (max-width: 520px){
      .branches-sidebar{
        width: 86vw;
        padding: 14px;
      }

      .branches-sidebar-head{
        min-height: 78px;
        border-radius: 22px;
        padding: 14px;
      }

      .branches-head-text h3{
        font-size: 1.22rem;
      }

      .branch-link{
        min-height: 82px;
        border-radius: 21px;
        padding: 13px;
      }

      .branch-icon{
        width: 46px;
        height: 46px;
        border-radius: 16px;
      }

      .branches-float-btn{
        left: 14px;
        width: 54px;
        height: 54px;
        border-radius: 18px;
      }

      .branches-float-btn .iconify{
        font-size: 27px;
      }

      /* تعديلات تجاوب الزر الجديد */
      .page-hero h1 { font-size: 2rem; }
      .hero-cta-btn { width: 100%; padding: 14px 20px; }
    }
    }





















/* =========================
   Old Start Here
========================= */

  

/* ===== MAP ===== */
.section-map{
  padding-top:0;
}

.map-card-v2{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
  border:1px solid rgba(0,158,222,.08);
  box-shadow:
    0 12px 28px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.7);
}

.map-card-v2::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top right, rgba(0,158,222,.08), transparent 32%);
  pointer-events:none;
}

.map-card-v2-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px 16px 12px;
  direction:rtl;
  text-align:right;
}

.map-card-v2-head-icon{
  width:50px;
  height:50px;
  min-width:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(0,158,222,.14), rgba(0,158,222,.07));
  color:var(--blue);
  font-size:24px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35);
}

.map-card-v2-head-text{
  flex:1;
  min-width:0;
}

.map-card-v2-head-text h3{
  margin:0 0 4px;
  font-size:16px;
  font-weight:900;
  color:var(--gray-800);
}

.map-card-v2-head-text p{
  margin:0;
  font-size:12px;
  line-height:1.7;
  color:var(--gray-500);
  font-weight:700;
}

.map-card-v2-frame{
  position:relative;
  margin:0 12px;
  overflow:hidden;
  border-radius:20px;
  border:1px solid rgba(0,0,0,.05);
  box-shadow:var(--shadow-sm);
}

.map-card-v2-frame iframe{
  width:100%;
  height:220px;
  border:0;
  display:block;
  filter:saturate(1.02) contrast(1.01);
}

.map-card-v2-footer{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px 16px 16px;
}

.map-card-v2-address{
  display:flex;
  align-items:flex-start;
  gap:8px;
  direction:rtl;
  text-align:right;
  color:var(--gray-700);
  font-size:12px;
  font-weight:800;
  line-height:1.7;
}

.map-card-v2-address .iconify{
  font-size:18px;
  color:var(--blue);
  margin-top:1px;
  flex-shrink:0;
}

.map-card-v2-btn{
  min-height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg, #14a9e5, #0b8fd1);
  box-shadow:0 10px 24px rgba(0,158,222,.22);
  transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.map-card-v2-btn:active{
  transform:scale(.985);
}

.map-card-v2-btn:hover{
  filter:brightness(1.04);
}

@media (min-width:768px){
  .map-card-v2-frame iframe{
    height:260px;
  }
}

 

/* ===== Back To Top Button Start ===== */

.backToTopBtn{
  position: fixed;
  right: 16px;
  bottom: calc(var(--footer-height, 88px) + 34px + var(--safe-bottom, 0px));
  z-index: 1200;

  width: 46px;
  height: 46px;
  border-radius: 15px;

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

  color: #ffffff;
  text-decoration: none;

  background: linear-gradient(135deg, #22b8e8 0%, #0b74b8 55%, #062b49 100%);
  box-shadow:
    0 14px 28px rgba(11, 116, 184, 0.26),
    0 4px 14px rgba(34, 184, 232, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);

  border: 1px solid rgba(255, 255, 255, 0.28);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;

  -webkit-tap-highlight-color: transparent;
}

/* Hover Effect */
.backToTopBtn:hover{
  transform: translateY(-3px);
  box-shadow:
    0 18px 34px rgba(11, 116, 184, 0.32),
    0 6px 18px rgba(34, 184, 232, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

/* Active Tap Effect */
.backToTopBtn:active{
  transform: scale(0.96);
}

.backToTopBtn .iconify{
  font-size: 23px;
  color: #ffffff;
}

/* Mobile Fine Tuning */
@media (max-width: 540px){
  .backToTopBtn{
    right: 14px;
    bottom: calc(var(--footer-height, 88px) + 42px + var(--safe-bottom, 0px));
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .backToTopBtn .iconify{
    font-size: 22px;
  }
}

/* ===== Back To Top Button End ===== */
 
 




 


/* ===== Footer Start ===== */
.footer{
  position:fixed;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:999;
  padding:10px 10px calc(10px + env(safe-area-inset-bottom));
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border:1px solid rgba(243,228,196,.85);
  border-radius:24px;
  box-shadow:
    0 14px 36px rgba(6,43,73,.12),
    0 3px 14px rgba(34,184,232,.08),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.footer::before{
  content:"";
  position:absolute;
  top:0;
  left:18px;
  right:18px;
  height:1px;
  background:linear-gradient(90deg,
    transparent,
    rgba(197,154,69,.36),
    rgba(34,184,232,.18),
    transparent);
  pointer-events:none;
}

.footer-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:6px;
  align-items:end;
}

.f-item{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-width:0;
  text-decoration:none;
  color:#7A8794;
  padding:4px 2px;
  border-radius:18px;
  transition:
    transform .22s ease,
    background .22s ease,
    color .22s ease;
  -webkit-tap-highlight-color:transparent;
}

.f-item:active{
  transform:scale(.96);
}

.f-item:hover{
  transform:translateY(-2px);
}

.f-circle{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(180deg,#ffffff 0%, #F5F8FB 100%);
  border:1px solid rgba(6,43,73,.08);
  box-shadow:
    0 8px 18px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.f-circle img{
  width:21px;
  height:21px;
  object-fit:contain;
  display:block;

  /* توحيد لون الأيقونات مع الهوية */
  filter: brightness(0) saturate(100%) invert(14%) sepia(50%) saturate(1084%) hue-rotate(170deg) brightness(90%) contrast(96%);
}

.f-lbl{
  font-size:10.5px;
  font-weight:800;
  line-height:1.15;
  white-space:nowrap;
  letter-spacing:.1px;
  color:#7A8794;
}

.f-item:hover .f-circle{
  transform:translateY(-2px);
  background:
    linear-gradient(180deg,#FFF9EE 0%, #F3E4C4 100%);
  border-color:rgba(197,154,69,.34);
  box-shadow:
    0 12px 24px rgba(6,43,73,.10),
    0 4px 14px rgba(197,154,69,.16),
    inset 0 1px 0 rgba(255,255,255,1);
}

.f-item:hover .f-circle img{
  filter: brightness(0) saturate(100%) invert(43%) sepia(46%) saturate(650%) hue-rotate(7deg) brightness(92%) contrast(92%);
}

.f-item:hover .f-lbl{
  color:#062B49;
}

/* إبراز زر التثبيت / حمل التطبيق بشكل شيك */
#BannerBtn .f-circle{
  background:linear-gradient(135deg,#22B8E8 0%, #0B74B8 55%, #062B49 100%);
  border-color:transparent;
  box-shadow:
    0 14px 26px rgba(11,116,184,.24),
    0 4px 14px rgba(34,184,232,.16),
    inset 0 1px 0 rgba(255,255,255,.28);
}

#BannerBtn .f-circle img{
  filter:brightness(0) invert(1);
}

#BannerBtn .f-lbl{
  color:#0B74B8;
}

/* العنصر الحالي active */
.f-item.active{
  background:linear-gradient(180deg,rgba(34,184,232,.10),rgba(243,228,196,.16));
}

.f-item.active .f-circle{
  background:linear-gradient(135deg,#22B8E8 0%, #0B74B8 58%, #062B49 100%);
  border-color:transparent;
  box-shadow:
    0 14px 28px rgba(11,116,184,.25),
    0 4px 14px rgba(34,184,232,.15),
    inset 0 1px 0 rgba(255,255,255,.26);
}

.f-item.active .f-circle img{
  filter:brightness(0) invert(1);
}

.f-item.active .f-lbl{
  color:#0B74B8;
}

/* لو في أيقونة خاصة بالفروع وعايزاها ذهبي */
#branchesFloatBtn,
.f-item.branches-link .f-circle{
  background:linear-gradient(135deg,#FFF9EE 0%, #F3E4C4 45%, #C59A45 100%);
  border-color:rgba(197,154,69,.38);
  box-shadow:
    0 12px 24px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.f-item.branches-link .f-circle img{
  filter: brightness(0) saturate(100%) invert(43%) sepia(46%) saturate(650%) hue-rotate(7deg) brightness(92%) contrast(92%);
}

.f-item.branches-link .f-lbl{
  color:#8A6322;
}

@media (max-width:540px){
  .footer{
    left:8px;
    right:8px;
    bottom:8px;
    padding:8px 8px calc(8px + env(safe-area-inset-bottom));
    border-radius:22px;
  }

  .footer-grid{
    gap:4px;
  }

  .f-circle{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  .f-circle img{
    width:19px;
    height:19px;
  }

  .f-lbl{
    font-size:9.5px;
  }
}

.footer.footer-3cols .footer-grid{
  grid-template-columns:repeat(3, max-content);
  justify-content:center;
  gap:25px;
}



/* ===== Gold Buttons Style Override Start ===== */

/* Back To Top Button */
.backToTopBtn{
  position: fixed;
  right: 16px;
  bottom: calc(var(--footer-height, 88px) + 42px + var(--safe-bottom, 0px));
  z-index: 1200;

  width: 46px;
  height: 46px;
  border-radius: 15px;

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

  color: #102f46 !important;
  text-decoration: none;

  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
  border: 1px solid rgba(199, 163, 90, .45) !important;

  box-shadow:
    0 14px 28px rgba(16, 47, 70, .18),
    0 5px 16px rgba(199, 163, 90, .18),
    inset 0 1px 0 rgba(255, 255, 255, .45) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    background .25s ease;

  -webkit-tap-highlight-color: transparent;
}

.backToTopBtn .iconify{
  font-size: 23px;
  color: #102f46 !important;
}

.backToTopBtn:hover{
  transform: translateY(-3px);
  box-shadow:
    0 18px 34px rgba(16, 47, 70, .22),
    0 7px 20px rgba(199, 163, 90, .22),
    inset 0 1px 0 rgba(255, 255, 255, .52) !important;
}

.backToTopBtn:active{
  transform: scale(.96);
}


/* Footer Main App Button */
#BannerBtn .f-circle{
  color: #102f46 !important;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
  border: 1px solid rgba(199, 163, 90, .45) !important;

  box-shadow:
    0 12px 24px rgba(16, 47, 70, .16),
    0 4px 14px rgba(199, 163, 90, .18),
    inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

#BannerBtn .f-circle img{
  filter: brightness(0) saturate(100%) invert(16%) sepia(28%) saturate(1144%) hue-rotate(165deg) brightness(91%) contrast(93%) !important;
}

#BannerBtn .f-lbl{
  color: #8a6322 !important;
}

#BannerBtn:hover .f-circle{
  transform: translateY(-3px);
  box-shadow:
    0 16px 30px rgba(16, 47, 70, .20),
    0 6px 18px rgba(199, 163, 90, .22),
    inset 0 1px 0 rgba(255, 255, 255, .52) !important;
}


/* Active Footer Item */
.f-item.active .f-circle{
  color: #102f46 !important;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
  border: 1px solid rgba(199, 163, 90, .45) !important;

  box-shadow:
    0 12px 24px rgba(16, 47, 70, .16),
    0 4px 14px rgba(199, 163, 90, .18),
    inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

.f-item.active .f-circle img{
  filter: brightness(0) saturate(100%) invert(16%) sepia(28%) saturate(1144%) hue-rotate(165deg) brightness(91%) contrast(93%) !important;
}

.f-item.active .f-lbl{
  color: #8a6322 !important;
}


/* Branches Floating Button */
.branches-float-btn{
  color: #102f46 !important;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
  border: 1px solid rgba(199, 163, 90, .45) !important;

  box-shadow:
    0 14px 28px rgba(16, 47, 70, .18),
    0 5px 16px rgba(199, 163, 90, .20),
    inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

.branches-float-btn .iconify{
  color: #102f46 !important;
}

.branches-float-btn .float-label{
  color: #102f46 !important;
  font-weight: 900;
}

.branches-float-btn:hover{
  transform: translateY(-3px);
  box-shadow:
    0 18px 34px rgba(16, 47, 70, .22),
    0 7px 20px rgba(199, 163, 90, .22),
    inset 0 1px 0 rgba(255, 255, 255, .52) !important;
}


/* Download Buttons Inside App Cards */
.btn-download{
  color: #102f46 !important;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
  border: 1px solid rgba(199, 163, 90, .45) !important;

  box-shadow:
    0 12px 24px rgba(16, 47, 70, .15),
    0 4px 14px rgba(199, 163, 90, .18),
    inset 0 1px 0 rgba(255, 255, 255, .45) !important;
}

.store-card:hover .btn-download{
  color: #102f46 !important;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;

  box-shadow:
    0 16px 30px rgba(16, 47, 70, .20),
    0 6px 18px rgba(199, 163, 90, .22),
    inset 0 1px 0 rgba(255, 255, 255, .52) !important;
}

.btn-download .arrow-animate,
.btn-download i{
  color: #102f46 !important;
}


/* Remove Any Old White Spot / Radial Highlight */
.backToTopBtn,
#BannerBtn .f-circle,
.f-item.active .f-circle,
.branches-float-btn,
.btn-download{
  background-image: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%) !important;
}


/* Mobile Fine Tuning */
@media (max-width: 540px){
  .backToTopBtn{
    right: 14px;
    bottom: calc(var(--footer-height, 88px) + 42px + var(--safe-bottom, 0px));
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .backToTopBtn .iconify{
    font-size: 22px;
  }

  .branches-float-btn{
    border-radius: 16px;
  }
}

/* ===== Gold Buttons Style Override End ===== */




/* ===== Main Branch Section Start ===== */

.main-branch-section{
  position: relative;
  padding: 20px 14px;
  direction: rtl;
  text-align: right;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(34,184,232,.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(197,154,69,.10), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 55%, #fff9ee 100%);
}

.main-branch-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.main-branch-section .container{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* Section Head */
.main-branch-head{
  text-align: center;
  margin-bottom: 28px;
}

.branch-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #8a6322;
  font-size: .88rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255,249,238,.96), rgba(243,228,196,.88));
  border: 1px solid rgba(197,154,69,.34);
  box-shadow:
    0 10px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.branch-badge .iconify{
  font-size: 18px;
  color: #062b49;
}

.branch-title{
  margin: 0;
  color: #062b49;
  font-size: clamp(1.45rem, 4vw, 2.2rem);
  font-weight: 950;
  letter-spacing: -.3px;
}

/* Grid */
.main-branch-grid{
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 22px;
  align-items: stretch;
}

/* Shared Cards */
.branch-info-card,
.branch-map-card{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 16px 34px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.94);
}

.branch-info-card::before,
.branch-map-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197,154,69,.35), rgba(34,184,232,.16), transparent);
  pointer-events: none;
}

/* Info Card */
.branch-info-card{
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.branch-info-card::after{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -42px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

.branch-info-top{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.branch-icon-box{
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 14px 28px rgba(16,47,70,.14),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.branch-icon-box .iconify{
  font-size: 30px;
}

.branch-info-text{
  min-width: 0;
}

.branch-label{
  display: block;
  margin-bottom: 6px;
  color: #8a6322;
  font-size: .82rem;
  font-weight: 900;
}

.branch-info-text h3{
  margin: 0;
  color: #062b49;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1.8;
}

/* Mini Chips */
.branch-mini-info{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-chip{
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #062b49;
  font-size: .82rem;
  font-weight: 900;
  background: rgba(245,248,251,.95);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 8px 18px rgba(6,43,73,.05),
    inset 0 1px 0 rgba(255,255,255,.95);
}

/* Main Button */
.branch-map-btn{
  min-height: 54px;
  width: 100%;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  color: #102f46;
  font-size: .98rem;
  font-weight: 900;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  border: 1px solid rgba(199,163,90,.40);
  box-shadow:
    0 12px 24px rgba(16,47,70,.14),
    inset 0 1px 0 rgba(255,255,255,.45);
  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.branch-map-btn .iconify{
  font-size: 20px;
}

.branch-map-btn:hover{
  transform: translateY(-3px);
  box-shadow:
    0 16px 28px rgba(16,47,70,.16),
    0 6px 18px rgba(199,163,90,.16),
    inset 0 1px 0 rgba(255,255,255,.5);
}

/* Map Card */
.branch-map-card{
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.branch-map-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 4px 8px 0;
}

.branch-map-title{
  color: #062b49;
  font-size: 1.02rem;
  font-weight: 950;
}

.branch-map-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #062b49;
  font-size: .84rem;
  font-weight: 900;
}

.branch-map-link .iconify{
  font-size: 18px;
}

.branch-map-frame{
  overflow: hidden;
  flex: 1;
  border-radius: 24px;
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 12px 24px rgba(6,43,73,.06),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.branch-map-frame iframe{
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* Tablet */
@media (max-width: 900px){
  .main-branch-grid{
    grid-template-columns: 1fr;
  }

  .branch-map-frame iframe{
    min-height: 340px;
  }
}

/* Mobile */
@media (max-width: 540px){
  .main-branch-section{
    padding: 52px 10px;
  }

  .main-branch-head{
    margin-bottom: 22px;
  }

  .branch-info-card{
    padding: 20px;
    border-radius: 24px;
  }

  .branch-map-card{
    padding: 14px;
    border-radius: 24px;
  }

  .branch-info-top{
    gap: 12px;
    margin-bottom: 18px;
  }

  .branch-icon-box{
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .branch-icon-box .iconify{
    font-size: 26px;
  }

  .branch-info-text h3{
    font-size: 1.02rem;
  }

  .branch-mini-info{
    gap: 8px;
    margin-bottom: 18px;
  }

  .mini-chip{
    min-height: 34px;
    padding: 0 12px;
    font-size: .76rem;
  }

  .branch-map-btn{
    min-height: 50px;
    border-radius: 16px;
    font-size: .90rem;
  }

  .branch-map-frame{
    border-radius: 20px;
  }

  .branch-map-frame iframe{
    min-height: 280px;
  }
}

/* ===== Main Branch Section End ===== */

 /* ===== Fix Space Between Apps Section And Main Branch ===== */

/* Reduce bottom space of apps section */
section:has(.app-grid){
  padding-bottom: 38px !important;
}

/* Remove extra top space from main branch */
.main-branch-section{
  margin-top: 0 !important;
  padding-top: 18px !important;
}

/* Clean header spacing */
.main-branch-section .container{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.main-branch-head{
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
}

.branch-badge{
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.branch-title{
  margin-top: 0 !important;
}

/* Mobile spacing */
@media (max-width: 540px){
  section:has(.app-grid){
    padding-bottom: 60px !important;
  }

  .main-branch-section{
    padding-top: 12px !important;
  }

  .main-branch-head{
    margin-bottom: 14px !important;
  }
}


/* ===== Other Branches Button Start ===== */

.branch-list-btn{
  position: relative;
  width: 100%;
  min-height: 62px;
  margin-top: 12px;
  padding: 10px 14px;
  border: 0;
  border-radius: 20px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;

  direction: rtl;
  text-align: right;

  color: #062b49;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,238,.96));
  border: 1px solid rgba(197,154,69,.28);

  box-shadow:
    0 12px 24px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.95);

  overflow: hidden;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;

  -webkit-tap-highlight-color: transparent;
}

.branch-list-btn::before{
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  left: -38px;
  bottom: -42px;
  border-radius: 50%;
  background: rgba(197,154,69,.11);
  pointer-events: none;
  transition: .24s ease;
}

.branch-list-btn::after{
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197,154,69,.34),
    rgba(6,43,73,.10),
    transparent
  );
  pointer-events: none;
}

.branch-list-btn:hover{
  transform: translateY(-3px);
  border-color: rgba(197,154,69,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,243,200,.88));
  box-shadow:
    0 16px 30px rgba(6,43,73,.12),
    0 5px 16px rgba(197,154,69,.14),
    inset 0 1px 0 rgba(255,255,255,1);
}

.branch-list-btn:hover::before{
  transform: scale(1.18);
  background: rgba(197,154,69,.18);
}

.branch-list-icon{
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 16px;

  display: grid;
  place-items: center;

  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 10px 20px rgba(16,47,70,.13),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.branch-list-icon .iconify{
  font-size: 23px;
}

.branch-list-text{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  min-width: 0;
}

.branch-list-text strong{
  color: #062b49;
  font-size: .96rem;
  font-weight: 950;
  line-height: 1.2;
}

.branch-list-text small{
  color: #8a6322;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.2;
}

/* Mobile */
@media (max-width: 540px){
  .branch-list-btn{
    min-height: 58px;
    margin-top: 10px;
    padding: 9px 12px;
    border-radius: 18px;
  }

  .branch-list-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .branch-list-icon .iconify{
    font-size: 21px;
  }

  .branch-list-text strong{
    font-size: .90rem;
  }

  .branch-list-text small{
    font-size: .70rem;
  }
}
/* ===== Branch Actions Buttons Start ===== */

.branch-actions-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

/* Shared action buttons style */
.branch-map-btn,
.branch-list-btn{
  position: relative;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 20px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  direction: rtl;
  text-align: center;
  text-decoration: none;

  font-family: "Cairo", "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;

  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}

/* Gold primary button */
.branch-map-btn{
  color: #062b49;
  background:
    linear-gradient(135deg, #fff4c9 0%, #e4c469 42%, #c89532 100%);
  border: 1px solid rgba(184, 132, 38, .42);
  box-shadow:
    0 14px 26px rgba(16, 47, 70, .12),
    0 5px 14px rgba(197, 154, 69, .20),
    inset 0 1px 0 rgba(255,255,255,.55);
}

.branch-map-btn::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.38), transparent 34%, rgba(255,255,255,.14));
  opacity: .55;
  pointer-events: none;
}

.branch-map-btn .iconify,
.branch-map-btn i{
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #062b49;
}

.branch-map-btn span:not(.iconify){
  position: relative;
  z-index: 1;
}

/* White luxury secondary button */
.branch-list-btn{
  color: #062b49;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(197,154,69,.34);
  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.branch-list-btn::before{
  content: "";
  position: absolute;
  right: 22px;
  left: 22px;
  top: 0;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(197,154,69,.42), rgba(6,43,73,.10), transparent);
  pointer-events: none;
}

.branch-list-btn::after{
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: -42px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
  transition: transform .24s ease, background .24s ease;
}

.branch-list-btn .iconify,
.branch-list-btn i{
  position: relative;
  z-index: 1;
  font-size: 21px;
  color: #062b49;
}

.branch-list-btn span:not(.iconify){
  position: relative;
  z-index: 1;
}

/* Hover */
.branch-map-btn:hover,
.branch-list-btn:hover{
  transform: translateY(-3px);
}

.branch-map-btn:hover{
  box-shadow:
    0 18px 34px rgba(16,47,70,.16),
    0 7px 20px rgba(197,154,69,.25),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.branch-list-btn:hover{
  border-color: rgba(197,154,69,.48);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,243,200,.86));
  box-shadow:
    0 16px 30px rgba(6,43,73,.11),
    0 5px 16px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,1);
}

.branch-list-btn:hover::after{
  transform: scale(1.18);
  background: rgba(197,154,69,.16);
}

/* Active tap */
.branch-map-btn:active,
.branch-list-btn:active{
  transform: scale(.98);
}

/* Mobile */
@media (max-width: 540px){
  .branch-actions-row{
    gap: 9px;
    margin-top: 16px;
  }

  .branch-map-btn,
  .branch-list-btn{
    min-height: 52px;
    border-radius: 18px;
    padding: 0 16px;
    font-size: .94rem;
    gap: 10px;
  }

  .branch-map-btn::before{
    border-radius: 16px;
  }

  .branch-map-btn .iconify,
  .branch-map-btn i{
    font-size: 20px;
  }

  .branch-list-btn .iconify,
  .branch-list-btn i{
    font-size: 19px;
  }
}

/* ===== Branch Actions Buttons End ===== */







/* ===== Branch Actions Buttons Start ===== */

.branch-actions-row{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

/* Shared action buttons style */
.branch-map-btn,
.branch-list-btn{
  position: relative;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 20px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  direction: rtl;
  text-align: center;
  text-decoration: none;

  font-family: "Cairo", "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;

  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease,
    color .24s ease;
}

/* Gold primary button */
.branch-map-btn{
  color: #062b49;
  background:
    linear-gradient(135deg, #fff4c9 0%, #e4c469 42%, #c89532 100%);
  border: 1px solid rgba(184, 132, 38, .42);
  box-shadow:
    0 14px 26px rgba(16, 47, 70, .12),
    0 5px 14px rgba(197, 154, 69, .20),
    inset 0 1px 0 rgba(255,255,255,.55);
}

.branch-map-btn::before{
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.38), transparent 34%, rgba(255,255,255,.14));
  opacity: .55;
  pointer-events: none;
}

.branch-map-btn .iconify,
.branch-map-btn i{
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #062b49;
}

.branch-map-btn span:not(.iconify){
  position: relative;
  z-index: 1;
}

/* White luxury secondary button */
.branch-list-btn{
  color: #062b49;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(197,154,69,.34);
  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.branch-list-btn::before{
  content: "";
  position: absolute;
  right: 22px;
  left: 22px;
  top: 0;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(197,154,69,.42), rgba(6,43,73,.10), transparent);
  pointer-events: none;
}

.branch-list-btn::after{
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: -42px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
  transition: transform .24s ease, background .24s ease;
}

.branch-list-btn .iconify,
.branch-list-btn i{
  position: relative;
  z-index: 1;
  font-size: 21px;
  color: #062b49;
}

.branch-list-btn span:not(.iconify){
  position: relative;
  z-index: 1;
}

/* Hover */
.branch-map-btn:hover,
.branch-list-btn:hover{
  transform: translateY(-3px);
}

.branch-map-btn:hover{
  box-shadow:
    0 18px 34px rgba(16,47,70,.16),
    0 7px 20px rgba(197,154,69,.25),
    inset 0 1px 0 rgba(255,255,255,.62);
}

.branch-list-btn:hover{
  border-color: rgba(197,154,69,.48);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,243,200,.86));
  box-shadow:
    0 16px 30px rgba(6,43,73,.11),
    0 5px 16px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,1);
}

.branch-list-btn:hover::after{
  transform: scale(1.18);
  background: rgba(197,154,69,.16);
}

/* Active tap */
.branch-map-btn:active,
.branch-list-btn:active{
  transform: scale(.98);
}

/* Mobile */
@media (max-width: 540px){
  .branch-actions-row{
    gap: 9px;
    margin-top: 16px;
  }

  .branch-map-btn,
  .branch-list-btn{
    min-height: 52px;
    border-radius: 18px;
    padding: 0 16px;
    font-size: .94rem;
    gap: 10px;
  }

  .branch-map-btn::before{
    border-radius: 16px;
  }

  .branch-map-btn .iconify,
  .branch-map-btn i{
    font-size: 20px;
  }

  .branch-list-btn .iconify,
  .branch-list-btn i{
    font-size: 19px;
  }
}

/* ===== Branch Actions Buttons End ===== */



/* ===== PWA Pages Fix Start ===== */

 
/* PWA section wrapper */
.pwa-section{
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 18px 14px 120px !important;
  direction: ltr;
  box-sizing: border-box;
}

/* Main card */
.pwa-card{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 16px !important;
  border-radius: 24px;
  box-sizing: border-box;

  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(189,164,90,.18);
  box-shadow:
    0 14px 34px rgba(6,43,73,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}

/* PWA option card */
.pwa-option{
  width: 100% !important;
  min-height: 108px;
  padding: 14px !important;
  border-radius: 20px;
  box-sizing: border-box;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;

  direction: ltr;
  text-align: left;
  text-decoration: none;

  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(189,164,90,.20);
  box-shadow:
    0 10px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);

  overflow: hidden;
}

/* Icon */
.pwa-option-icon{
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 18px;

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

  background: #ffffff;
  box-shadow:
    0 8px 18px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.pwa-option-icon img{
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
  display: block;
}

/* Text */
.pwa-option-text{
  min-width: 0;
  flex: 1;

  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.pwa-option-text strong{
  margin: 0;
  color: #062b49;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

.pwa-option-text small{
  color: #555;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}

/* Hover */
.pwa-option:hover{
  transform: translateY(-2px);
  border-color: rgba(189,164,90,.34);
  box-shadow:
    0 14px 30px rgba(6,43,73,.10),
    0 5px 16px rgba(189,164,90,.12);
}

/* Steps pages wrapper fix */
.steps-section,
.share-section,
.engage-section{
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 auto !important;
  padding: 18px 14px 120px !important;
  box-sizing: border-box;
}

/* ===== Share Section Start ===== */

.share-section{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 14px 125px;
  box-sizing: border-box;
  direction: rtl;
  text-align: right;
}

.share-card{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 18px;
  border-radius: 26px;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(197,154,69,.22);

  box-shadow:
    0 16px 34px rgba(6,43,73,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.share-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197,154,69,.42),
    rgba(6,43,73,.12),
    transparent
  );
  pointer-events: none;
}

.share-card::after{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -55px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

/* Header */
.share-head{
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 18px;
}

.share-head h3{
  margin: 0 0 6px;
  color: #062b49;
  font-family: "Cairo", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.4;
}

.share-head p{
  margin: 0;
  color: #7a8794;
  font-family: "Cairo", Arial, sans-serif;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.7;
}

/* Grid */
.share-grid{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* Share Item */
.share-item{
  position: relative;
  overflow: hidden;
  min-height: 104px;
  padding: 13px 8px;
  border-radius: 20px;

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

  text-decoration: none;
  color: #062b49;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(6,43,73,.07);

  box-shadow:
    0 10px 22px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease,
    background .24s ease;
  -webkit-tap-highlight-color: transparent;
}

.share-item::before{
  content: "";
  position: absolute;
  inset: auto -22% -48%;
  height: 70%;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
  transition:
    transform .24s ease,
    background .24s ease;
}

.share-item:hover{
  transform: translateY(-4px);
  border-color: rgba(197,154,69,.36);
  background:
    linear-gradient(180deg, rgba(255,255,255,1), rgba(255,243,200,.82));

  box-shadow:
    0 16px 30px rgba(6,43,73,.12),
    0 5px 16px rgba(197,154,69,.13),
    inset 0 1px 0 rgba(255,255,255,1);
}

.share-item:hover::before{
  transform: scale(1.16);
  background: rgba(197,154,69,.16);
}

/* IMPORTANT: Fix Huge Icons */
.share-item img{
  position: relative;
  z-index: 1;

  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;

  object-fit: contain !important;
  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
  border-radius: 0;
}

.share-item span{
  position: relative;
  z-index: 1;

  color: #062b49;
  font-family: "Cairo", Arial, sans-serif;
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;

  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Brand soft hover text */
.share-item:hover span{
  color: #8a6322;
}

/* Mobile */
@media (max-width: 420px){
  .share-section{
    padding: 18px 12px 120px;
  }

  .share-card{
    padding: 15px;
    border-radius: 24px;
  }

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

  .share-item{
    min-height: 92px;
    padding: 11px 6px;
    border-radius: 17px;
    gap: 8px;
  }

  .share-item img{
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
  }

  .share-item span{
    font-size: .68rem;
  }
}

/* Small Mobile */
@media (max-width: 340px){
  .share-grid{
    gap: 7px;
  }

  .share-item{
    min-height: 86px;
    border-radius: 15px;
  }

  .share-item img{
    width: 27px !important;
    height: 27px !important;
    max-width: 27px !important;
    max-height: 27px !important;
  }

  .share-item span{
    font-size: .64rem;
  }
}

/* ===== Share Section End ===== */



/* ===== Facebook Engage Section Start ===== */

.engage-section{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 14px 125px;
  box-sizing: border-box;
  direction: rtl;
  text-align: center;
}

.engage-card{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px 16px;
  border-radius: 26px;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(197,154,69,.22);

  box-shadow:
    0 16px 34px rgba(6,43,73,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.engage-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197,154,69,.42),
    rgba(6,43,73,.12),
    transparent
  );
  pointer-events: none;
}

.engage-card::after{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -55px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

/* Header */
.engage-head{
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
  text-align: center;
}

.engage-head strong{
  color: #062b49;
  font-family: "Cairo", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
}

.engage-head small{
  color: #7a8794;
  font-family: "Cairo", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.7;
}

/* Facebook Frame Box */
.fb-box{
  position: relative;
  z-index: 1;
  padding: 14px;
  border-radius: 22px;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(197,154,69,.25);

  box-shadow:
    0 10px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
}

/* Inner frame */
.fb-container{
  position: relative;
  min-height: 70px;
  padding: 12px 14px;
  border-radius: 18px;

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

  background: #ffffff;
  border: 1px solid rgba(6,43,73,.08);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 8px 18px rgba(6,43,73,.05);

  overflow: hidden;
}

.fb-container::before{
  content: "";
  position: absolute;
  inset: auto -24% -55%;
  height: 80%;
  border-radius: 50%;
  background: rgba(24,119,242,.08);
  pointer-events: none;
}

/* Facebook iframe */
.fb-like-frame,
.fb-like{
  position: relative;
  z-index: 1;

  display: block;
  width: 220px !important;
  max-width: 100% !important;
  height: 46px !important;

  border: 0 !important;
  overflow: hidden !important;
}

/* Mobile */
@media (max-width: 420px){
  .engage-section{
    padding: 18px 12px 120px;
  }

  .engage-card{
    padding: 18px 14px;
    border-radius: 24px;
  }

  .engage-head strong{
    font-size: 1rem;
  }

  .engage-head small{
    font-size: .78rem;
  }

  .fb-box{
    padding: 12px;
    border-radius: 20px;
  }

  .fb-container{
    min-height: 66px;
    padding: 10px;
    border-radius: 16px;
  }

  .fb-like-frame,
  .fb-like{
    width: 210px !important;
    height: 46px !important;
  }
}

/* ===== Facebook Engage Section End ===== */

/* Cards inside steps/share pages */
.steps-card,
.share-card,
.engage-card{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* Footer should not push content sideways */
.footer.footer-3cols{
  left: 10px !important;
  right: 10px !important;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
}

/* Mobile */
@media (max-width: 420px){
  .pwa-section,
  .steps-section,
  .share-section,
  .engage-section{
    max-width: 100% !important;
    padding: 16px 12px 118px !important;
  }

  .pwa-card{
    padding: 14px !important;
    border-radius: 22px;
  }

  .pwa-option{
    min-height: 104px;
    padding: 13px !important;
    gap: 12px !important;
  }

  .pwa-option-icon{
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 16px;
  }

  .pwa-option-icon img{
    width: 28px !important;
    height: 28px !important;
  }

  .pwa-option-text strong{
    font-size: 14px;
    line-height: 1.45;
  }

  .pwa-option-text small{
    font-size: 11.5px;
  }
}

/* ===== PWA Pages Fix End ===== */



/* ===== Mobile Breadcrumbs Start ===== */

.mobile-breadcrumbs{
  position: relative;
  width: calc(100% - 24px);
  max-width: 520px;
  margin: 14px auto 18px;
  padding: 11px 14px;

  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;

  direction: ltr;
  text-align: left;

  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,238,.92));
  border: 1px solid rgba(197,154,69,.28);

  box-shadow:
    0 12px 26px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.95);

  font-family: "Cairo", "Cairo", Arial, sans-serif;
  overflow: hidden;
  box-sizing: border-box;
}

/* Top luxury line */
.mobile-breadcrumbs::before{
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(197,154,69,.42),
    rgba(6,43,73,.12),
    transparent
  );
  pointer-events: none;
}

/* Small decorative glow */
.mobile-breadcrumbs::after{
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  left: -38px;
  bottom: -46px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

.crumb-link,
.crumb-current,
.crumb-sep{
  position: relative;
  z-index: 1;
}

/* Home link */
.crumb-link{
  max-width: 42%;
  color: #062b49;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.3;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(245,248,251,.88);
  border: 1px solid rgba(6,43,73,.07);

  transition:
    color .22s ease,
    background .22s ease,
    transform .22s ease;
}

.crumb-link:hover{
  color: #8a6322;
  background: rgba(255,243,200,.72);
  transform: translateY(-1px);
}

/* Separator */
.crumb-sep{
  flex: 0 0 auto;
  color: #8a6322;
  font-size: 14px;
  font-weight: 900;
  opacity: .85;
}

/* Current page */
.crumb-current{
  min-width: 0;
  flex: 1;

  color: #7a8794;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.4;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* RTL version if current page is Arabic */
.mobile-breadcrumbs[dir="rtl"]{
  direction: rtl;
  text-align: right;
}

.mobile-breadcrumbs[dir="rtl"] .crumb-current,
.mobile-breadcrumbs[dir="rtl"] .crumb-link{
  text-align: right;
}

/* Small mobile */
@media (max-width: 380px){
  .mobile-breadcrumbs{
    width: calc(100% - 20px);
    margin: 12px auto 16px;
    padding: 10px 12px;
    gap: 6px;
    border-radius: 16px;
  }

  .crumb-link{
    max-width: 40%;
    font-size: 11.5px;
    padding: 5px 8px;
  }

  .crumb-current{
    font-size: 11.5px;
  }

  .crumb-sep{
    font-size: 13px;
  }
}

/* ===== Mobile Breadcrumbs End ===== */
 

/* Breadcrumb font */
.mobile-breadcrumbs,
.mobile-breadcrumbs *{
  font-family: "Cairo", Arial, sans-serif !important;
}



.steps-section{
  padding:0 12px 30px;
}

.steps-card{
  background:#fff;
  border-radius:24px;
  padding:16px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  border:1px solid rgba(16,32,51,.06);
}

.steps-banner{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(189,164,90,.12), rgba(189,164,90,.05));
  border:1px solid rgba(189,164,90,.16);
  text-decoration:none;
  margin-bottom:18px;
}

.steps-banner-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  flex-shrink:0;
}

.steps-banner-icon img{
  width:26px;
  height:26px;
  object-fit:contain;
}

.steps-banner-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.steps-banner-text strong{
  color:#2c2c2c;
  font-size:15px;
  line-height:1.6;
}

.steps-banner-text small{
  color:#3b3b3b;
  font-size:12px;
  line-height:1.5;
}

.steps-gallery{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.steps-image{
  width:100%;
  max-width:280px;
  margin-inline:auto;
  display:block;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  background:#fff;
}


/* ===== Alexandria Branch Page Section Start ===== */

.branch-page-section{
  position: relative;
  padding: 34px 14px 70px;
  direction: rtl;
  text-align: right;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(34,184,232,.07), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(197,154,69,.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 55%, #fff9ee 100%);
}

.branch-page-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 80%, transparent);
  pointer-events: none;
}

.branch-page-section .container{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

/* Head */
.branch-page-head{
  text-align: center;
  margin-bottom: 26px;
}

.branch-page-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 10px 20px;
  border-radius: 999px;
  color: #8a6322;
  font-size: .92rem;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.90));
  border: 1px solid rgba(197,154,69,.34);
  box-shadow:
    0 10px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
	font-family:Cairo
}

.branch-page-badge .iconify{
  font-size: 18px;
  color: #062b49;
}

.branch-page-title{
  margin: 0;
  color: #062b49;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -.3px;
  font-family:Cairo
}

/* Grid */
.branch-page-grid{
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 22px;
  align-items: stretch;
}

/* Shared cards */
.branch-page-info-card,
.branch-page-map-card{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 16px 34px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.94);
}

.branch-page-info-card::before,
.branch-page-map-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197,154,69,.35), rgba(34,184,232,.16), transparent);
  pointer-events: none;
}

/* Info card */
.branch-page-info-card{
  padding: 26px;
}

.branch-page-info-card::after{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -42px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

.branch-page-top{
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.branch-page-icon-box{
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 14px 28px rgba(16,47,70,.14),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.branch-page-icon-box .iconify{
  font-size: 30px;
}

.branch-page-top-text{
  min-width: 0;
}

.branch-page-label{
  display: block;
  margin-bottom: 6px;
  color: #8a6322;
  font-size: .84rem;
  font-weight: 900;
  font-family:Cairo
}

.branch-page-top-text h3{
  margin: 0 0 6px;
  color: #062b49;
  font-size: 1.15rem;
  font-weight: 950;
  line-height: 1.7;
  font-family:Cairo
}

.branch-page-top-text p{
  margin: 0;
  color: #7a8794;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.9;
  font-family:Cairo
}

/* Contacts */
.branch-page-contact-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.branch-contact-card{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(245,248,251,.88);
  border: 1px solid rgba(6,43,73,.06);
  box-shadow:
    0 8px 18px rgba(6,43,73,.05),
    inset 0 1px 0 rgba(255,255,255,.95);
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.branch-contact-card:hover{
  transform: translateY(-3px);
  border-color: rgba(197,154,69,.30);
  box-shadow:
    0 14px 24px rgba(6,43,73,.09),
    0 4px 12px rgba(197,154,69,.10);
}

.branch-contact-icon{
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #062b49;
  background: linear-gradient(180deg, #ffffff, #fff9ee);
  border: 1px solid rgba(197,154,69,.14);
  box-shadow:
    0 8px 18px rgba(6,43,73,.05),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.branch-contact-icon .iconify{
  font-size: 22px;
}

.branch-contact-text{
  display: grid;
  gap: 3px;
  min-width: 0;
}

.branch-contact-text strong{
  color: #062b49;
  font-size: .88rem;
  font-weight: 900;
  font-family:Cairo
}

.branch-contact-text small{
  color: #7a8794;
  font-size: .82rem;
  font-weight: 800;
  direction: ltr;
  text-align: right;
  font-family:Cairo
}

/* Address box */
.branch-page-address-box{
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,249,238,.95));
  border: 1px solid rgba(197,154,69,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  font-family:Cairo
}

.branch-page-address-title{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #8a6322;
  font-size: .85rem;
  font-weight: 900;
  font-family:Cairo
}

.branch-page-address-title .iconify{
  font-size: 18px;
  color: #062b49;
}

.branch-page-address-box p{
  margin: 0;
  color: #062b49;
  font-size: .95rem;
  font-weight: 800;
  line-height: 2;
  font-family:Cairo
}

/* Actions */
.branch-page-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.branch-page-btn{
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 900;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    border-color .22s ease;
	font-family:Cairo
}

.branch-page-btn .iconify{
  font-size: 19px;
}

.branch-page-btn.primary{
  flex: 1 1 100%;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  border: 1px solid rgba(199,163,90,.40);
  box-shadow:
    0 12px 24px rgba(16,47,70,.14),
    inset 0 1px 0 rgba(255,255,255,.45);
	font-family:Cairo
}

.branch-page-btn.secondary{
  flex: 1 1 100%;
  color: #062b49;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(6,43,73,.10);
  box-shadow:
    0 10px 22px rgba(6,43,73,.06),
    inset 0 1px 0 rgba(255,255,255,.92);
	font-family:Cairo
}

.branch-page-btn:hover{
  transform: translateY(-3px);
}

/* Map card */
.branch-page-map-card{
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.branch-page-map-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  padding: 4px 8px 0;
  font-family:Cairo
}

.branch-page-map-head h3{
  margin: 0;
  color: #062b49;
  font-size: 1.02rem;
  font-weight: 950;
  font-family:Cairo
}

.branch-page-map-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #062b49;
  font-size: .84rem;
  font-weight: 900;
  font-family:Cairo
}

.branch-page-map-link .iconify{
  font-size: 18px;
  color: #062b49;
  font-family:Cairo
}

.branch-page-map-link:hover{
  color: #8a6322;
}

.branch-page-map-link:hover .iconify{
  color: #8a6322;
}

.branch-page-map-frame{
  overflow: hidden;
  flex: 1;
  border-radius: 24px;
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 12px 24px rgba(6,43,73,.06),
    inset 0 1px 0 rgba(255,255,255,.92);
	font-family:Cairo
}

.branch-page-map-frame iframe{
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
  display: block;
  
}

/* Tablet */
@media (max-width: 900px){
  .branch-page-grid{
    grid-template-columns: 1fr;
  }

  .branch-page-map-frame iframe{
    min-height: 340px;
  }
}

/* Mobile */
@media (max-width: 540px){
  .branch-page-section{
    padding: 24px 10px 56px;
  }

  .branch-page-head{
    margin-bottom: 20px;
  }

  .branch-page-info-card{
    padding: 20px;
    border-radius: 24px;
  }

  .branch-page-map-card{
    padding: 14px;
    border-radius: 24px;
  }

  .branch-page-top{
    gap: 12px;
    margin-bottom: 18px;
  }

  .branch-page-icon-box{
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .branch-page-icon-box .iconify{
    font-size: 26px;
  }

  .branch-page-top-text h3{
    font-size: 1rem;font-family:Cairo
  }

  .branch-page-top-text p{
    font-size: .86rem;font-family:Cairo
  }

  .branch-page-contact-grid{
    grid-template-columns: 1fr;
  }

  .branch-page-address-box{
    padding: 16px;
    border-radius: 18px;
  }

  .branch-page-address-box p{
    font-size: .88rem;
  }

  .branch-page-actions{
    flex-direction: column;
  }

  .branch-page-btn{
    width: 100%;
    min-height: 50px;
    border-radius: 16px;
    font-size: .90rem;font-family:Cairo
  }

  .branch-page-map-frame{
    border-radius: 20px;
  }

  .branch-page-map-frame iframe{
    min-height: 280px;
  }
}

.branch-page-map-link,
.branch-page-map-link span,
.branch-page-map-link .iconify{
  font-family: "Cairo", Arial, sans-serif !important;
}

.branch-page-map-link{
  font-size: .9rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
}

/* ===== Alexandria Branch Page Section End ===== */


/* ===== Premium Side FAB Start ===== */

/* Main container */
.fab-container.side-fab{
    position: fixed;
    right: 0;
    bottom: 260px;
    z-index: 3;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    font-family: "Cairo", Arial, sans-serif;
}

/* Main side button */
.side-fab .fab-main-btn{
    width: 48px;
    height: 135px;
    border: none;
    cursor: pointer;

    border-radius: 22px 0 0 22px;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.12), transparent 26%),
        linear-gradient(180deg, #062b49 0%, #0b4f73 52%, #062033 100%);

    box-shadow:
        0 14px 30px rgba(6, 43, 73, .36),
        0 0 0 1px rgba(255,255,255,.08),
        inset 1px 0 0 rgba(255,255,255,.20);

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

    position: relative;
    overflow: hidden;
    z-index: 10;

    animation: sidePulse 2.3s infinite;
    transition: all 0.35s ease;

    -webkit-tap-highlight-color: transparent;
}

/* Inner luxury border */
.side-fab .fab-main-btn::before{
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 18px 0 0 18px;
    border: 1px solid rgba(243, 228, 196, .20);
    pointer-events: none;
}

/* Shine effect */
.side-fab .fab-main-btn::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 180px;
    top: -35px;
    right: -90px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.34),
        transparent
    );
    transform: rotate(18deg);
    animation: sideShine 3.8s infinite;
}

/* Vertical text */
.side-fab .fab-main-text{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #fff3c8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
	font-family:Cairo
}

/* Main icon */
.side-fab .fab-main-btn i{
    color: #fff3c8;
    font-size: 20px;
    transition: transform 0.35s ease;
}

/* Open state */
.side-fab.active .fab-main-btn{
    width: 52px;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.10), transparent 26%),
        linear-gradient(180deg, #102f46 0%, #062b49 58%, #041b2b 100%);
}

.side-fab.active .fab-main-btn i{
    transform: rotate(180deg);
}

/* Items wrapper */
.side-fab .fab-items-wrapper{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 14px;

    margin-bottom: 16px;
    padding-right: 8px;
}

/* Item row */
.side-fab .fab-item-row{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;

    opacity: 0;
    transform: translateY(22px) translateX(22px) scale(0.88);
    pointer-events: none;

    transition: all 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Action icon button */
.side-fab .fab-action-btn{
    width: 48px;
    height: 48px;
    border-radius: 50%;

    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.96));
    color: #062b49;

    box-shadow:
        0 10px 24px rgba(6,43,73,.15),
        inset 0 1px 0 rgba(255,255,255,.95);

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

    text-decoration: none;
    border: 1px solid rgba(197,154,69,.28);

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

.side-fab .fab-action-btn:hover{
    transform: scale(1.09);
    border-color: rgba(197,154,69,.46);
    background:
        linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
    box-shadow:
        0 14px 28px rgba(6,43,73,.18),
        0 5px 16px rgba(197,154,69,.18),
        inset 0 1px 0 rgba(255,255,255,.45);
}

.side-fab .fab-action-btn i{
    font-size: 18px;
    color: #062b49;
}

/* Icon identity colors */
.side-fab .icon-booking,
.side-fab .icon-request,
.side-fab .icon-inquiry{
    color: #062b49;
}

/* Labels */
.side-fab .fab-label{
    margin-left: 12px;
    margin-right: 0;

    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.96));
    color: #062b49;

    padding: 7px 13px;
    border-radius: 12px;

    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;

    box-shadow:
        0 10px 24px rgba(6,43,73,.13),
        inset 0 1px 0 rgba(255,255,255,.95);

    border: 1px solid rgba(197,154,69,.24);

    opacity: 0;
    transform: translateX(10px);
    transition: all 0.35s ease;

    position: relative;
    overflow: hidden;
}

/* Small luxury line inside label */
.side-fab .fab-label::before{
    content: "";
    position: absolute;
    top: 0;
    right: 12px;
    left: 12px;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(197,154,69,.40),
        rgba(6,43,73,.10),
        transparent
    );
    pointer-events: none;
}

/* Show items when active */
.side-fab.active .fab-item-row{
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
    pointer-events: auto;
}

.side-fab.active .fab-label{
    opacity: 1;
    transform: translateX(0);
}

/* Item reveal order */
.side-fab.active .fab-item-row:nth-child(3){ transition-delay: 0.05s; }
.side-fab.active .fab-item-row:nth-child(2){ transition-delay: 0.12s; }
.side-fab.active .fab-item-row:nth-child(1){ transition-delay: 0.19s; }

/* Side pulse animation */
@keyframes sidePulse{
    0%{
        box-shadow:
            0 14px 30px rgba(6,43,73,.36),
            0 0 0 0 rgba(197,154,69,.30),
            inset 1px 0 0 rgba(255,255,255,.20);
    }

    70%{
        box-shadow:
            0 14px 30px rgba(6,43,73,.36),
            0 0 0 12px rgba(197,154,69,0),
            inset 1px 0 0 rgba(255,255,255,.20);
    }

    100%{
        box-shadow:
            0 14px 30px rgba(6,43,73,.36),
            0 0 0 0 rgba(197,154,69,0),
            inset 1px 0 0 rgba(255,255,255,.20);
    }
}

/* Shine animation */
@keyframes sideShine{
    0%, 55%{
        right: -95px;
        opacity: 0;
    }

    65%{
        opacity: 1;
    }

    85%{
        right: 55px;
        opacity: 0;
    }

    100%{
        right: 55px;
        opacity: 0;
    }
}

/* Mobile */
@media (max-width: 480px){
    .fab-container.side-fab{
        bottom: 255px;
    }

    .side-fab .fab-main-btn{
        width: 44px;
        height: 120px;
        border-radius: 20px 0 0 20px;
    }

    .side-fab.active .fab-main-btn{
        width: 48px;
    }

    .side-fab .fab-main-btn::before{
        border-radius: 16px 0 0 16px;
    }

    .side-fab .fab-main-text{
        font-size: 12px;
    }

    .side-fab .fab-action-btn{
        width: 44px;
        height: 44px;
    }

    .side-fab .fab-action-btn i{
        font-size: 17px;
    }

    .side-fab .fab-label{
        font-size: 12px;
        padding: 6px 10px;
        margin-left: 10px;
        border-radius: 11px;
    }
}
/* ===== Move Side FAB To Left Start ===== */

/* Main container */
.fab-container.side-fab{
    left: 0 !important;
    right: auto !important;
    align-items: flex-start !important;
}

/* Main side button */
.side-fab .fab-main-btn{
    border-radius: 0 22px 22px 0 !important;
}

.side-fab .fab-main-btn::before{
    border-radius: 0 18px 18px 0 !important;
}

/* Items wrapper */
.side-fab .fab-items-wrapper{
    align-items: flex-start !important;
    padding-left: 8px !important;
    padding-right: 0 !important;
}

/* Item row */
.side-fab .fab-item-row{
    flex-direction: row !important;
}

/* Label spacing */
.side-fab .fab-label{
    margin-right: 12px !important;
    margin-left: 0 !important;
}

/* Mobile */
@media (max-width: 480px){
    .side-fab .fab-main-btn{
        border-radius: 0 20px 20px 0 !important;
    }

    .side-fab .fab-main-btn::before{
        border-radius: 0 16px 16px 0 !important;
    }

    .side-fab .fab-label{
        margin-right: 10px !important;
        margin-left: 0 !important;
    }
}

/* ===== Move Side FAB To Left End ===== */

/* ===== Premium Side FAB End ===== */

/* ===== Steps Banner Font Fix ===== */

.steps-banner-text,
.steps-banner-text strong,
.steps-banner-text small{
  font-family: "Cairo", Arial, sans-serif !important;
}

.steps-banner-text{
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: right;
  direction: rtl;
}

.steps-banner-text strong{
  color: #062b49;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
}

.steps-banner-text small{
  color: #7a8794;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  direction: ltr;
  text-align: right;
  letter-spacing: 0;
}











/* =========================================================
   Mobile Fatwa Categories - Arabic
========================================================= */

.m-fatwa-cats{
  position: relative;
  overflow: hidden;
  padding: 34px 12px 38px;
  background:
    radial-gradient(circle at 12% 8%, rgba(197,154,69,.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(6,43,73,.06), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 52%, #fbf8f1 100%);
  direction: rtl;
}

.m-fatwa-cats::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}

.m-fatwa-cats-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* Header */
.m-fatwa-cats-head{
  text-align: center;
  margin-bottom: 18px;
}

.m-fatwa-cats-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;

  color: #8a6322;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.92));
  border: 1px solid rgba(197,154,69,.30);

  box-shadow:
    0 12px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.95);

  font-size: .82rem;
  font-weight: 900;
}

.m-fatwa-cats-badge .iconify{
  color: #062b49;
  font-size: 18px;
}

.m-fatwa-cats-head h2{
  margin: 0 0 8px;
  color: #062b49;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.4px;
}

.m-fatwa-cats-head p{
  max-width: 360px;
  margin: 0 auto;
  color: #6e7d8b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.8;
}

/* Featured Card */
.m-fatwa-feature-card{
  position: relative;
  overflow: hidden;
  min-height: 104px;
  margin-bottom: 14px;
  padding: 16px;
  border-radius: 26px;

  display: flex;
  align-items: center;
  gap: 13px;

  text-decoration: none;
  color: #ffffff;

  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);

  border: 1px solid rgba(243,228,196,.16);

  box-shadow:
    0 18px 34px rgba(6,43,73,.20),
    inset 0 1px 0 rgba(255,255,255,.10);

  -webkit-tap-highlight-color: transparent;
}

.m-fatwa-feature-card::before{
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: -48px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(197,154,69,.13);
  pointer-events: none;
}

.m-fatwa-feature-icon{
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 19px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 12px 24px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-fatwa-feature-icon .iconify{
  font-size: 27px;
}

.m-fatwa-feature-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
}

.m-fatwa-feature-text strong{
  color: #ffffff;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-fatwa-feature-text small{
  color: rgba(255,255,255,.68);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.6;
}

.m-fatwa-feature-arrow{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.08);
}

.m-fatwa-feature-arrow .iconify{
  font-size: 20px;
}

/* Grid */
.m-fatwa-cats-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

/* Category Card */
.m-fatwa-cat-card{
  position: relative;
  overflow: hidden;
  min-height: 106px;
  padding: 13px 10px;
  border-radius: 22px;

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

  text-align: center;
  text-decoration: none;
  color: #062b49;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(6,43,73,.08);

  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);

  -webkit-tap-highlight-color: transparent;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.m-fatwa-cat-card::before{
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  left: -44px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197,154,69,.09);
  pointer-events: none;
}

.m-fatwa-cat-card:active{
  transform: scale(.97);
}

.m-fatwa-cat-card:hover{
  transform: translateY(-3px);
  border-color: rgba(197,154,69,.32);
  box-shadow:
    0 18px 30px rgba(6,43,73,.10),
    0 5px 16px rgba(197,154,69,.12),
    inset 0 1px 0 rgba(255,255,255,1);
}

.m-fatwa-cat-icon{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 17px;

  display: grid;
  place-items: center;

  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 10px 20px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-fatwa-cat-icon .iconify{
  font-size: 23px;
}

.m-fatwa-cat-card strong{
  position: relative;
  z-index: 1;
  color: #062b49;
  font-size: .86rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-fatwa-cat-card.special{
  background:
    linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.92));
  border-color: rgba(197,154,69,.28);
}

.m-fatwa-cat-card.special .m-fatwa-cat-icon{
  color: #f3d28b;
  background:
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);
}

/* Tablet mobile */
@media (min-width: 540px){
  .m-fatwa-cats-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Small phones */
@media (max-width: 360px){
  .m-fatwa-cats{
    padding-inline: 10px;
  }

  .m-fatwa-cat-card{
    min-height: 98px;
    border-radius: 19px;
  }

  .m-fatwa-cat-icon{
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .m-fatwa-cat-card strong{
    font-size: .8rem;
  }
}

/* =========================================================
   Mobile Fatwa Categories Preview
========================================================= */

.m-fatwa-cats-preview{
  padding-bottom: 34px;
}

.m-fatwa-cats-preview .preview-grid{
  margin-bottom: 14px;
}

.m-fatwa-more-wrap{
  margin-top: 14px;
}

.m-fatwa-more-btn{
  position: relative;
  overflow: hidden;
  min-height: 58px;
  width: 100%;
  padding: 0 18px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
  color: #102f46;

  font-family: "Cairo", Arial, sans-serif;
  font-size: .95rem;
  font-weight: 950;

  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 16px 30px rgba(6,43,73,.12),
    0 6px 18px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.50);

  -webkit-tap-highlight-color: transparent;
}

.m-fatwa-more-btn::before{
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.34);
  pointer-events: none;
}

.m-fatwa-more-btn .iconify{
  position: relative;
  z-index: 1;
  font-size: 21px;
}

.m-fatwa-more-btn span,
.m-fatwa-more-btn{
  position: relative;
  z-index: 1;
}

.m-fatwa-more-btn:active{
  transform: scale(.98);
}

@media (max-width: 360px){
  .m-fatwa-more-btn{
    min-height: 54px;
    border-radius: 18px;
    font-size: .88rem;
  }
}


/* =========================================================
   Arabic Font Fix - Fatwa Categories Mobile
========================================================= */

.m-fatwa-cats,
.m-fatwa-cats *{
  font-family: "Cairo", Arial, sans-serif !important;
}

.m-fatwa-cat-card strong,
.m-fatwa-cats-head h2,
.m-fatwa-cats-head p,
.m-fatwa-cats-badge,
.m-fatwa-feature-text strong,
.m-fatwa-feature-text small,
.m-fatwa-more-btn{
  font-family: "Cairo", Arial, sans-serif !important;
}













/* =========================================================
   Mobile Services Preview
========================================================= */

.m-services-preview{
  position: relative;
  overflow: hidden;
  padding: 36px 12px 40px;
  background:
    radial-gradient(circle at 14% 12%, rgba(243,210,139,.12), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.06), transparent 24%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 56%, #071624 100%);
  direction: rtl;
}

.m-services-preview::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}

.m-services-preview::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: -80px;
  border-radius: 50%;
  background: rgba(243,210,139,.10);
  pointer-events: none;
}

.m-services-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/* Header */
.m-services-head{
  text-align: center;
  margin-bottom: 18px;
}

.m-services-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 12px 24px rgba(197,154,69,.16),
    inset 0 1px 0 rgba(255,255,255,.48);
  font-size: .82rem;
  font-weight: 950;
}

.m-services-badge .iconify{
  font-size: 18px;
}

.m-services-head h2{
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.4px;
}

.m-services-head p{
  max-width: 360px;
  margin: 0 auto;
  color: rgba(255,255,255,.70);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.8;
}

/* Featured */
.m-services-featured{
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.m-service-hero-card{
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 16px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: #ffffff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border: 1px solid rgba(243,228,196,.16);
  box-shadow:
    0 18px 34px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
  -webkit-tap-highlight-color: transparent;
}

.m-service-hero-card::before{
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  left: -50px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(243,210,139,.12);
  pointer-events: none;
}

.m-service-hero-icon{
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  border-radius: 19px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 12px 24px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-service-hero-icon .iconify{
  font-size: 27px;
}

.m-service-hero-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 4px;
}

.m-service-hero-text strong{
  color: #ffffff;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-service-hero-text small{
  color: rgba(255,255,255,.68);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.6;
}

.m-service-hero-arrow{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.08);
}

.m-service-hero-arrow .iconify{
  font-size: 20px;
}

/* Duo Cards */
.m-services-duo{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.m-service-mini-card{
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: 14px 12px;
  border-radius: 23px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.11);
  box-shadow:
    0 14px 26px rgba(0,0,0,.15),
    inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-tap-highlight-color: transparent;
}

.m-service-mini-card::before{
  content: "";
  position: absolute;
  width: 98px;
  height: 98px;
  left: -42px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(243,210,139,.10);
  pointer-events: none;
}

.m-service-mini-icon{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 10px 20px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-service-mini-icon .iconify{
  font-size: 23px;
}

.m-service-mini-card strong{
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-service-mini-card small{
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,.66);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.55;
}

/* Rows */
.m-services-list{
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.m-service-row{
  position: relative;
  overflow: hidden;
  min-height: 78px;
  padding: 12px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow:
    0 12px 24px rgba(0,0,0,.13),
    inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-tap-highlight-color: transparent;
}

.m-service-row::before{
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  left: -42px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(243,210,139,.10);
  pointer-events: none;
}

.m-service-row-icon{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
}

.m-service-row-icon .iconify{
  font-size: 22px;
}

.m-service-row-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.m-service-row-text strong{
  color: #ffffff;
  font-size: .88rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-service-row-text small{
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.5;
}

.m-service-row-arrow{
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.07);
}

.m-service-row-arrow .iconify{
  font-size: 18px;
}

/* More Button */
.m-services-more-wrap{
  margin-top: 15px;
}

.m-services-more-btn{
  position: relative;
  overflow: hidden;
  min-height: 58px;
  width: 100%;
  padding: 0 18px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
  color: #102f46;

  font-family: "Cairo", Arial, sans-serif;
  font-size: .95rem;
  font-weight: 950;

  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 16px 30px rgba(0,0,0,.16),
    0 6px 18px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.50);

  -webkit-tap-highlight-color: transparent;
}

.m-services-more-btn::before{
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.34);
  pointer-events: none;
}

.m-services-more-btn .iconify{
  position: relative;
  z-index: 1;
  font-size: 21px;
}

.m-services-more-btn:active,
.m-service-row:active,
.m-service-mini-card:active,
.m-service-hero-card:active{
  transform: scale(.98);
}

/* Small phones */
@media (max-width: 360px){
  .m-services-preview{
    padding-inline: 10px;
  }

  .m-services-duo{
    grid-template-columns: 1fr;
  }

  .m-service-mini-card{
    min-height: 112px;
  }

  .m-services-more-btn{
    min-height: 54px;
    border-radius: 18px;
    font-size: .88rem;
  }
}


/* =========================================================
   Mobile Light Services Preview
========================================================= */

.m-light-services{
  position: relative;
  overflow: hidden;
  padding: 34px 12px 38px;
  background:
    radial-gradient(circle at 12% 8%, rgba(197,154,69,.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(6,43,73,.06), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 55%, #fbf8f1 100%);
  direction: rtl;
}

.m-light-services::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
  pointer-events: none;
}

.m-light-services-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.m-light-services,
.m-light-services *{
  font-family: "Cairo", Arial, sans-serif;
}

/* Header */
.m-light-services-head{
  text-align: center;
  margin-bottom: 18px;
}

.m-light-services-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;

  color: #8a6322;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.92));
  border: 1px solid rgba(197,154,69,.30);

  box-shadow:
    0 12px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.95);

  font-size: .82rem;
  font-weight: 950;
}

.m-light-services-badge .iconify{
  color: #062b49;
  font-size: 18px;
}

.m-light-services-head h2{
  margin: 0 0 8px;
  color: #062b49;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -.4px;
}

.m-light-services-head p{
  max-width: 360px;
  margin: 0 auto;
  color: #6e7d8b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.8;
}

/* Main Card */
.m-light-main-service{
  position: relative;
  overflow: hidden;
  min-height: 122px;
  padding: 17px;
  border-radius: 28px;

  display: flex;
  align-items: center;
  gap: 14px;

  text-decoration: none;
  color: #062b49;

  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.70), transparent 24%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);

  border: 1px solid rgba(243,228,196,.18);
  box-shadow:
    0 18px 34px rgba(6,43,73,.20),
    inset 0 1px 0 rgba(255,255,255,.10);

  -webkit-tap-highlight-color: transparent;
}

.m-light-main-service::before{
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  left: -54px;
  bottom: -62px;
  border-radius: 50%;
  background: rgba(197,154,69,.14);
  pointer-events: none;
}

.m-light-main-icon{
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 21px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 12px 24px rgba(197,154,69,.20),
    inset 0 1px 0 rgba(255,255,255,.48);
}

.m-light-main-icon .iconify{
  font-size: 29px;
}

.m-light-main-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 3px;
}

.m-light-main-text small{
  color: #f3d28b;
  font-size: .72rem;
  font-weight: 900;
}

.m-light-main-text strong{
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-light-main-text em{
  color: rgba(255,255,255,.70);
  font-style: normal;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.55;
}

.m-light-main-arrow{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.08);
}

.m-light-main-arrow .iconify{
  font-size: 20px;
}

/* Pills */
.m-light-services-pills{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 12px 0 14px;
}

.m-light-pill{
  min-height: 82px;
  padding: 10px 8px;
  border-radius: 22px;

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

  text-align: center;
  text-decoration: none;
  color: #062b49;

  background: rgba(255,255,255,.94);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);

  -webkit-tap-highlight-color: transparent;
}

.m-light-pill .iconify{
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 14px;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
}

.m-light-pill strong{
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.25;
}

/* Rows */
.m-light-services-list{
  display: grid;
  gap: 10px;
}

.m-light-service-row{
  position: relative;
  overflow: hidden;
  min-height: 82px;
  padding: 12px;
  border-radius: 24px;

  display: flex;
  align-items: center;
  gap: 12px;

  text-decoration: none;
  color: #062b49;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));

  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);

  -webkit-tap-highlight-color: transparent;
}

.m-light-service-row::before{
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  left: -44px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197,154,69,.09);
  pointer-events: none;
}

.m-light-row-icon{
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 17px;

  display: grid;
  place-items: center;

  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 10px 20px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-light-row-icon .iconify{
  font-size: 23px;
}

.m-light-row-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.m-light-row-text strong{
  color: #062b49;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-light-row-text small{
  color: #6e7d8b;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.55;
}

.m-light-row-arrow{
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #8a6322;
  background: rgba(197,154,69,.13);
}

.m-light-row-arrow .iconify{
  font-size: 18px;
}

/* More Button */
.m-light-services-more{
  position: relative;
  overflow: hidden;
  min-height: 58px;
  width: 100%;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
  color: #102f46;

  font-size: .95rem;
  font-weight: 950;

  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 16px 30px rgba(6,43,73,.12),
    0 6px 18px rgba(197,154,69,.18),
    inset 0 1px 0 rgba(255,255,255,.50);

  -webkit-tap-highlight-color: transparent;
}

.m-light-services-more::before{
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.34);
  pointer-events: none;
}

.m-light-services-more .iconify{
  position: relative;
  z-index: 1;
  font-size: 21px;
}

.m-light-main-service:active,
.m-light-pill:active,
.m-light-service-row:active,
.m-light-services-more:active{
  transform: scale(.98);
}

/* Small phones */
@media (max-width: 360px){
  .m-light-services{
    padding-inline: 10px;
  }

  .m-light-services-pills{
    grid-template-columns: 1fr;
  }

  .m-light-pill{
    min-height: 58px;
    flex-direction: row;
  }

  .m-light-services-more{
    min-height: 54px;
    border-radius: 18px;
    font-size: .88rem;
  }
}



/* =========================================================
   Hotline + Phone Fatwa Smart Card
========================================================= */

.hotline-wrapper{
  width: 100%;
  margin: 18px 0;
}

.hotline-dual-card{
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.16), transparent 22%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);
  border: 1px solid rgba(243,228,196,.16);
  box-shadow:
    0 18px 36px rgba(6,43,73,.20),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.hotline-dual-card::before{
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  left: -62px;
  bottom: -75px;
  border-radius: 50%;
  background: rgba(197,154,69,.13);
  pointer-events: none;
}

.hotline-dual-card::after{
  content: "";
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243,228,196,.45), transparent);
  pointer-events: none;
}

/* Main hotline call */
.hotline-main-call{
  position: relative;
  z-index: 1;
  min-height: 128px;
  padding: 18px;

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

  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
}

.hotline-content{
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.hotline-icon-box{
  position: relative;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  border-radius: 22px;

  display: grid;
  place-items: center;

  color: #102f46;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.55), transparent 24%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 14px 28px rgba(197,154,69,.20),
    inset 0 1px 0 rgba(255,255,255,.50);
}

.hotline-icon-box .iconify{
  position: relative;
  z-index: 2;
  font-size: 30px;
}

.pulse-ring{
  position: absolute;
  inset: -7px;
  border-radius: 26px;
  border: 1px solid rgba(243,210,139,.35);
  animation: hotlinePulse 1.8s ease-in-out infinite;
}

@keyframes hotlinePulse{
  0%{
    opacity: .9;
    transform: scale(.92);
  }

  70%{
    opacity: 0;
    transform: scale(1.18);
  }

  100%{
    opacity: 0;
    transform: scale(1.18);
  }
}

.hotline-text{
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hotline-text h3{
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  font-weight: 900;
  line-height: 1.3;
}

.hotline-number{
  color: #fff;
  font-size: 2.45rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -1px;
}

.hotline-note{
  color: #f3d28b;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.4;
}

.hotline-arrow{
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 15px;

  display: grid;
  place-items: center;

  color: #f3d28b;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
}

.hotline-arrow .iconify{
  font-size: 21px;
}

/* Divider */
.phone-fatwa-link{
  position: relative;
  z-index: 1;
  min-height: 76px;
  margin: 0 12px 12px;
  padding: 12px;

  display: flex;
  align-items: center;
  gap: 12px;

  text-decoration: none;
  color: #fff;

  border-radius: 22px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.11);
  box-shadow:
    0 10px 22px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.08);

  -webkit-tap-highlight-color: transparent;
}

.phone-fatwa-link::before{
  content: "";
  position: absolute;
  top: -7px;
  right: 18px;
  left: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243,228,196,.24), transparent);
  pointer-events: none;
}

.phone-fatwa-icon{
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 17px;

  display: grid;
  place-items: center;

  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 10px 20px rgba(197,154,69,.16),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.phone-fatwa-icon .iconify{
  font-size: 23px;
}

.phone-fatwa-text{
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 3px;
}

.phone-fatwa-text strong{
  color: #ffffff;
  font-size: .92rem;
  font-weight: 950;
  line-height: 1.35;
}

.phone-fatwa-text small{
  color: rgba(255,255,255,.64);
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.5;
}

.phone-fatwa-arrow{
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.07);
}

.phone-fatwa-arrow .iconify{
  font-size: 18px;
}

/* Touch feedback */
.hotline-main-call:active,
.phone-fatwa-link:active{
  transform: scale(.985);
}

@media (max-width: 360px){
  .hotline-main-call{
    min-height: 118px;
    padding: 15px;
  }

  .hotline-icon-box{
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .hotline-number{
    font-size: 2.15rem;
  }

  .phone-fatwa-link{
    min-height: 70px;
  }
}


/* =========================================================
   Phone Fatwa Page - Mobile
========================================================= */

.phone-fatwa-page{
  position: relative;
  overflow: hidden;
  padding: 34px 12px 118px;
  background:
    radial-gradient(circle at 12% 8%, rgba(197,154,69,.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(6,43,73,.06), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 54%, #fbf8f1 100%);
  direction: rtl;
}

.phone-fatwa-page::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent);
  pointer-events: none;
}

.phone-fatwa-page,
.phone-fatwa-page *{
  font-family: "Cairo", Arial, sans-serif;
  box-sizing: border-box;
}

.phone-fatwa-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

/* Header */
.phone-fatwa-head{
  text-align: center;
  margin-bottom: 18px;
}

.phone-fatwa-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #8a6322;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.92));
  border: 1px solid rgba(197,154,69,.30);
  box-shadow:
    0 12px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
  font-size: .82rem;
  font-weight: 950;
}

.phone-fatwa-badge .iconify{
  color: #062b49;
  font-size: 18px;
}

.phone-fatwa-head h1{
  margin: 0 0 8px;
  color: #062b49;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
}

.phone-fatwa-head p{
  max-width: 370px;
  margin: 0 auto;
  color: #6e7d8b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.8;
}

/* Note Card */
.phone-fatwa-note-card{
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 12px;
  border-radius: 24px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(197,154,69,.22);
  box-shadow:
    0 14px 28px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.phone-fatwa-note-card::before{
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  left: -48px;
  bottom: -54px;
  border-radius: 50%;
  background: rgba(197,154,69,.10);
  pointer-events: none;
}

.note-icon{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
}

.note-icon .iconify{
  font-size: 23px;
}

.note-content{
  position: relative;
  z-index: 1;
}

.note-content h2{
  margin: 0 0 6px;
  color: #062b49;
  font-size: .95rem;
  font-weight: 950;
}

.note-content p{
  margin: 0;
  color: #6e7d8b;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.8;
}

.note-content strong{
  color: #062b49;
  font-weight: 950;
}

/* Voice Info */
.voice-info-card{
  position: relative;
  overflow: hidden;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);
  border: 1px solid rgba(243,228,196,.16);
  box-shadow:
    0 18px 34px rgba(6,43,73,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
}

.voice-info-card::before{
  content: "";
  position: absolute;
  width: 132px;
  height: 132px;
  left: -55px;
  bottom: -62px;
  border-radius: 50%;
  background: rgba(197,154,69,.13);
  pointer-events: none;
}

.voice-info-title{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}

.voice-info-title .iconify{
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 15px;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
}

.voice-info-title h2{
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 950;
}

.voice-info-card p{
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.9;
}

.voice-info-card p:last-child{
  margin-bottom: 0;
}

/* Tabs Box */
.phone-tabs-box{
  position: relative;
  overflow: hidden;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 16px 32px rgba(6,43,73,.08),
    inset 0 1px 0 rgba(255,255,255,.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.phone-tabs{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.phone-tab{
  min-height: 48px;
  border: 0;
  border-radius: 17px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 950;
  color: #062b49;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(6,43,73,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}

.phone-tab .iconify{
  font-size: 18px;
}

.phone-tab.active{
  color: #102f46;
  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.55), transparent 22%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  border-color: rgba(197,154,69,.25);
  box-shadow:
    0 10px 20px rgba(197,154,69,.14),
    inset 0 1px 0 rgba(255,255,255,.50);
}

.phone-tab-panel{
  display: none;
}

.phone-tab-panel.active{
  display: block;
}

.phone-list-title{
  margin: 4px 2px 12px;
  display: grid;
  gap: 3px;
}

.phone-list-title span{
  color: #062b49;
  font-size: .92rem;
  font-weight: 950;
}

.phone-list-title small{
  color: #6e7d8b;
  font-size: .75rem;
  font-weight: 700;
}

/* Numbers Grid */
.phone-numbers-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.phone-number-card{
  position: relative;
  overflow: hidden;
  min-height: 76px;
  padding: 10px;
  border-radius: 21px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  color: #062b49;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 10px 20px rgba(6,43,73,.06),
    inset 0 1px 0 rgba(255,255,255,.95);
  -webkit-tap-highlight-color: transparent;
}

.phone-number-card::before{
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  left: -34px;
  bottom: -40px;
  border-radius: 50%;
  background: rgba(197,154,69,.09);
  pointer-events: none;
}

.phone-number-icon{
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
}

.phone-number-icon .iconify{
  font-size: 20px;
}

.phone-number-text{
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.phone-number-text small{
  color: #8a6322;
  font-size: .68rem;
  font-weight: 900;
}

.phone-number-text strong{
  color: #062b49;
  font-size: .84rem;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
}

.phone-number-card:active{
  transform: scale(.98);
}

@media (max-width: 360px){
  .phone-numbers-grid{
    grid-template-columns: 1fr;
  }

  .phone-tab{
    font-size: .76rem;
  }
}



/* Inside Egypt hotline card */
.egypt-hotline-card{
  position: relative;
  overflow: hidden;
  min-height: 112px;
  padding: 16px;
  border-radius: 26px;

  display: flex;
  align-items: center;
  gap: 14px;

  text-decoration: none;
  color: #fff;

  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);

  border: 1px solid rgba(243,228,196,.16);

  box-shadow:
    0 18px 34px rgba(6,43,73,.18),
    inset 0 1px 0 rgba(255,255,255,.10);

  -webkit-tap-highlight-color: transparent;
}

.egypt-hotline-card::before{
  content: "";
  position: absolute;
  width: 125px;
  height: 125px;
  left: -50px;
  bottom: -58px;
  border-radius: 50%;
  background: rgba(197,154,69,.13);
  pointer-events: none;
}

.egypt-hotline-icon{
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 21px;
  display: grid;
  place-items: center;

  color: #102f46;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.55), transparent 24%),
    linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);

  box-shadow:
    0 14px 28px rgba(197,154,69,.20),
    inset 0 1px 0 rgba(255,255,255,.50);
}

.egypt-hotline-icon .iconify{
  font-size: 28px;
}

.egypt-hotline-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.egypt-hotline-text small{
  color: rgba(255,255,255,.74);
  font-size: .82rem;
  font-weight: 900;
}

.egypt-hotline-text strong{
  color: #fff;
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1;
}

.egypt-hotline-text em{
  color: #f3d28b;
  font-style: normal;
  font-size: .76rem;
  font-weight: 800;
}

.egypt-hotline-arrow{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.08);
}

.egypt-hotline-arrow .iconify{
  font-size: 19px;
}
.icon-phone-fatwa{
  color: #0a2b42;
}



/* =========================================================
   Mobile Services Full Page
========================================================= */

.m-services-page{
  position: relative;
  overflow: hidden;
  padding: 34px 12px 118px;
  background:
    radial-gradient(circle at 12% 8%, rgba(197,154,69,.13), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(6,43,73,.06), transparent 28%),
    linear-gradient(180deg, #f8fbfd 0%, #ffffff 54%, #fbf8f1 100%);
  direction: rtl;
}

.m-services-page::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(6,43,73,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,43,73,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent);
  pointer-events: none;
}

.m-services-page,
.m-services-page *{
  font-family: "Cairo", Arial, sans-serif;
  box-sizing: border-box;
}

.m-services-page-inner{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

/* Header */
.m-services-page-head{
  text-align: center;
  margin-bottom: 18px;
}

.m-services-page-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #8a6322;
  background: linear-gradient(135deg, rgba(255,249,238,.98), rgba(243,228,196,.92));
  border: 1px solid rgba(197,154,69,.30);
  box-shadow:
    0 12px 24px rgba(197,154,69,.10),
    inset 0 1px 0 rgba(255,255,255,.95);
  font-size: .82rem;
  font-weight: 950;
}

.m-services-page-badge .iconify{
  color: #062b49;
  font-size: 18px;
}

.m-services-page-head h1{
  margin: 0 0 8px;
  color: #062b49;
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1.25;
}

.m-services-page-head p{
  max-width: 370px;
  margin: 0 auto;
  color: #6e7d8b;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.8;
}

/* Main Card */
.m-service-main-card{
  position: relative;
  overflow: hidden;
  min-height: 118px;
  padding: 17px;
  margin-bottom: 14px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #fff;
  background:
    radial-gradient(circle at 16% 18%, rgba(255,255,255,.14), transparent 22%),
    linear-gradient(145deg, #071a2b 0%, #0a2b42 58%, #071624 100%);
  border: 1px solid rgba(243,228,196,.16);
  box-shadow:
    0 18px 34px rgba(6,43,73,.18),
    inset 0 1px 0 rgba(255,255,255,.10);
  -webkit-tap-highlight-color: transparent;
}

.m-service-main-card::before{
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: -54px;
  bottom: -62px;
  border-radius: 50%;
  background: rgba(197,154,69,.13);
  pointer-events: none;
}

.m-service-main-icon{
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 21px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 14px 28px rgba(197,154,69,.20),
    inset 0 1px 0 rgba(255,255,255,.50);
}

.m-service-main-icon .iconify{
  font-size: 29px;
}

.m-service-main-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 3px;
}

.m-service-main-text small{
  color: #f3d28b;
  font-size: .72rem;
  font-weight: 900;
}

.m-service-main-text strong{
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-service-main-text em{
  color: rgba(255,255,255,.70);
  font-style: normal;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.55;
}

.m-service-main-arrow{
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #f3d28b;
  background: rgba(255,255,255,.08);
}

/* List */
.m-services-page-list{
  display: grid;
  gap: 10px;
}

.m-service-page-row{
  position: relative;
  overflow: hidden;
  min-height: 84px;
  padding: 12px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #062b49;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,238,.94));
  border: 1px solid rgba(6,43,73,.08);
  box-shadow:
    0 12px 24px rgba(6,43,73,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
  -webkit-tap-highlight-color: transparent;
}

.m-service-page-row::before{
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  left: -44px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197,154,69,.09);
  pointer-events: none;
}

.m-service-page-icon{
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border-radius: 17px;
  display: grid;
  place-items: center;
  color: #102f46;
  background: linear-gradient(145deg, #fff3c8 0%, #d9b65f 55%, #b8852f 100%);
  box-shadow:
    0 10px 20px rgba(197,154,69,.15),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.m-service-page-icon .iconify{
  font-size: 23px;
}

.m-service-page-text{
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 2px;
}

.m-service-page-text strong{
  color: #062b49;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1.35;
}

.m-service-page-text small{
  color: #6e7d8b;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.55;
}

.m-service-page-arrow{
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: #8a6322;
  background: rgba(197,154,69,.13);
}

.m-service-page-row:active,
.m-service-main-card:active{
  transform: scale(.985);
}

@media (max-width: 360px){
  .m-service-page-row{
    min-height: 78px;
  }

  .m-service-page-icon{
    width: 46px;
    height: 46px;
  }

  .m-service-page-text strong{
    font-size: .84rem;
  }

  .m-service-page-text small{
    font-size: .68rem;
  }
}


[lang="en"].m-fatwa-cats,
[lang="en"].m-fatwa-cats *,
[lang="en"].m-light-services,
[lang="en"].m-light-services *{
  direction: ltr;
}

[lang="en"] .m-fatwa-cats-head,
[lang="en"] .m-light-services-head{
  text-align: center;
}

[lang="en"] .m-light-main-text,
[lang="en"] .m-light-row-text{
  text-align: left;
}




/* =========================================================
   Social Buttons Click Fix
========================================================= */

.iftaa-social-buttons{
  position: relative;
  z-index: 50;
  pointer-events: auto;
}

.iftaa-social-buttons,
.iftaa-social-buttons *{
  pointer-events: auto;
}

.social-buttons-row{
  position: relative;
  z-index: 55;
}

.social-btn{
  border: 0;
  outline: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.social-btn .iconify{
  pointer-events: none;
}
