/*
** RTL Mixins including margin, pading, position, border and border radius
*/
/* Margin left and right */
/* Padding left and right */
/* Position left and right */
/* Float */
/* Text align */
/* Border */
.White {
  color: #ffffff;
}

.text-white p {
  color: #ffffff;
}

.BgWhite {
  background: #ffffff;
}

.main-color {
  color: #af6127;
}

@font-face {
  font-family: "droid";
  src: url("../fonts/droidkufi/DroidKufi-Regular.woff");
}
@font-face {
  font-family: "droid-bold";
  src: url("../fonts/droidkufi/DroidKufi-Bold.ttf");
}
html[lang=ar] body,
html[lang=ar] p,
html[lang=ar] a,
html[lang=ar] span,
html[lang=ar] li {
  font-family: droid;
}
html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6,
html[lang=ar] .bold,
html[lang=ar] .bolder {
  font-family: droid-bold;
}

.ar {
  font-family: droid !important;
}

@font-face {
  font-family: "sfprotext-regular";
  src: url("../fonts/sfprotext/sfprotext-regular.ttf");
}
body,
p,
a,
span,
li {
  font-family: sfprotext-regular, sans-serif;
}

@font-face {
  font-family: "sfprotext-bold";
  src: url("../fonts/sfprotext/sfprotext-bold.ttf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sfprotext-bold, sans-serif;
}

.en {
  font-family: sfprotext-regular, sans-serif !important;
}

* {
  box-sizing: border-box;
}

p {
  color: #af6127;
}

body {
  overflow-x: hidden;
  background-color: #ffffff;
  color: #af6127;
}

a {
  text-decoration: none;
}

.rounded {
  border-radius: 50px !important;
}

* {
  box-sizing: border-box;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.justify {
  text-align: justify;
}

.reguler {
  font-weight: normal !important;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-50 {
  padding-top: 50px;
}

.ltr {
  direction: ltr;
}

.w30 {
  max-width: 200px;
}

.rtl {
  direction: rtl;
}

.border-right {
  border-right: 1px solid #dee2e6;
}

.btn-round {
  border-radius: 25px;
  padding: 7px 20px;
}

@keyframes stickyhead {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media (min-width: 1620px) {
  .container-box {
    max-width: 1620px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  transition: all 0.6s;
  /* === HEADER BUTTONS STYLING === */
  /* === HEADER RESPONSIVE === */
}
#header .header-logo {
  max-width: 80px;
}
#header .btn-download {
  background-color: #eec45a;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
#header .btn-download i {
  font-size: 1rem;
}
#header .btn-download:hover {
  background-color: #ffd86a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(238, 196, 90, 0.3);
  color: #000;
}
#header .btn-language {
  background-color: transparent;
  border: 1px solid #eec45a;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
#header .btn-language i {
  font-size: 1rem;
}
#header .btn-language:hover {
  background-color: #eec45a;
  color: #000;
  box-shadow: 0 4px 10px rgba(238, 196, 90, 0.3);
}
@media (max-width: 992px) {
  #header #header {
    background: rgba(0, 0, 0, 0.85);
    padding: 10px 15px;
  }
  #header #header .btn-download,
  #header #header .btn-language {
    font-size: 0.9rem;
    padding: 6px 16px;
  }
  #header .opener-holder {
    display: inline-block !important;
  }
  #header .dropdown-menu {
    background: #111;
    border: none;
  }
  #header .dropdown-menu a {
    color: #fff;
  }
  #header .dropdown-menu a:hover {
    background: #eec45a;
    color: #000;
  }
}
@media (max-width: 576px) {
  #header .btn-download,
  #header .btn-language {
    font-size: 0.85rem;
    padding: 6px 14px;
  }
  #header .d-flex.gap-2 {
    gap: 6px !important;
  }
}
#header .opener-holder {
  display: none;
}
#header .opener-holder .nav-opener {
  position: relative;
  float: left;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
#header .opener-holder .nav-opener:hover {
  opacity: 0.9;
}
#header .opener-holder .nav-opener::before, #header .opener-holder .nav-opener::after,
#header .opener-holder .nav-opener span {
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  transition: all 0.2s linear;
}
#header .opener-holder .nav-opener::before {
  content: "";
  top: 8px;
  left: 30%;
}
#header .opener-holder .nav-opener::after {
  content: "";
  top: 26px;
}
#header #headerBtn {
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 0 4px 1px rgba(0, 128, 0, 0.1);
  transition: all 0.5s;
  border: solid 1px #ffffff;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.1);
}
#header #headerBtn:hover {
  color: #ffd86a;
}
#header .dropdown-menu {
  left: 0 !important;
}
#header .dropdown-menu a:active {
  background: none;
  color: #af6127;
}

#nav {
  overflow: hidden;
}
#nav .nav-drop li {
  display: inline-block;
  font-size: 1rem;
  margin: 0 2px;
}
#nav .nav-drop li a {
  position: relative;
  display: block;
  color: #ffffff;
  transition: all 0.5s ease;
  padding: 5px 20px;
  border-radius: 26px;
}
#nav .nav-drop li a:hover {
  color: #ffd86a;
  transition: all 0.5s ease;
  font-weight: 800;
}
#nav .nav-drop li a.active {
  color: #000000;
  background: #ffd86a;
}

#header.scrolled {
  position: fixed;
  animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
  background: #633c97;
  box-shadow: 0 0 13px 1px rgba(0, 0, 0, 0.2);
  padding: 2px 0;
}
#header.scrolled #nav {
  padding: 14px;
}
#header.scrolled #nav li a {
  color: #ffffff;
}
#header.scrolled #nav li a:hover {
  background: #ffd86a;
  color: #633c97;
}
#header.scrolled #nav li a.active {
  color: #000000;
  background: #ffd86a;
}
#header.scrolled #headerBtn {
  color: #ffffff;
  border-color: #ffffff;
  transition: 0.3s;
}
#header.scrolled #headerBtn:hover {
  background-color: #e2a74f;
  transition: 0.3s;
}

@media (max-width: 992px) {
  #header {
    background: #633c97;
    padding: 7px 5px;
  }
  #header .opener-holder {
    display: inline-block;
  }
  .home-banner {
    padding: 0px 0px 40px 0px !important;
  }
  #nav .nav-drop {
    display: block;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    transform: translate3d(0, 30px, 0);
  }
  #nav .nav-drop ul li {
    position: relative;
    padding: 0 35px;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    overflow: hidden;
  }
  #nav .nav-drop ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-bottom: 1px solid #af6127;
    color: #ffffff;
    background: #633c97;
  }
  #nav .nav-drop ul li a:active, #nav .nav-drop ul li a:focus, #nav .nav-drop ul li a:hover {
    text-decoration: none;
    color: #eec45a;
  }
  #nav .nav-drop ul li.active {
    position: relative;
  }
  #nav .nav-drop ul li.active::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    right: 0;
    background: #eec45a;
  }
  #nav .nav-drop ul li.active a {
    color: green;
  }
  #header.nav-active .opener-holder .nav-opener::after, #header.nav-active .opener-holder .nav-opener::before {
    transform: rotate(45deg);
    top: 16px;
    left: 5%;
    right: 5%;
  }
  #header.nav-active .opener-holder .nav-opener::after {
    transform: rotate(-45deg);
  }
  #header.nav-active .opener-holder .nav-opener span {
    opacity: 0;
  }
  #header.nav-active #nav .nav-drop {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .download-app .container .iphone-x {
    display: none;
  }
  html[dir=ltr] #nav .nav-drop {
    right: auto;
    left: 0;
  }
}
@media (max-width: 576px) {
  #header {
    position: relative;
  }
  #header .container #headerBtn {
    min-width: 105px;
  }
  #header #nav .nav-drop ul li {
    font-size: 1rem;
  }
  footer .developed {
    display: none !important;
    background: red;
  }
  footer .mbl-dev {
    display: block !important;
  }
}
@media (max-width: 300px) {
  .header-logo {
    max-height: 50px;
  }
}
.home-banner {
  background: url("../img/banner-bg.png") center/cover no-repeat;
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  /* ========== LEFT SIDE (Device Image) ========== */
  /* ========== RIGHT SIDE (Text & Buttons) ========== */
  /* ========== Download Buttons ========== */
  /* ========== Responsive Fixes ========== */
  /* ========== Animations ========== */
  /* Add fade-in when the section loads */
  /* subtle glowing gradient background layer */
}
.home-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 0;
}
.home-banner .container {
  position: relative;
  z-index: 1;
}
.home-banner .row {
  align-items: center;
  justify-content: center;
}
.home-banner .banner-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.home-banner .banner-image-container .dots-top-right,
.home-banner .banner-image-container .dots-bottom-left {
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}
.home-banner .banner-image-container .dots-top-right {
  top: 20px;
  right: 60px;
}
.home-banner .banner-image-container .dots-bottom-left {
  bottom: 20px;
  left: 60px;
}
@media (min-width: 992px) {
  .home-banner .banner-image-container {
    margin-bottom: 0;
  }
}
.home-banner .banner-image-container .mobile-container {
  position: relative;
  width: 100%;
  max-width: 450px;
  animation: float 4s ease-in-out infinite;
  transition: transform 0.4s ease;
}
.home-banner .banner-image-container:hover .mobile-container {
  transform: scale(1.03);
}
.home-banner .banner-image-container .mobile-bg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 35px rgba(0, 0, 0, 0.5));
}
.home-banner .banner-image-container .mobile-screen {
  position: absolute;
  top: 9%;
  left: 20%;
  width: 60%;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.home-banner .h1-brand {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
}
.home-banner .h1-brand span {
  color: #af6127;
}
@media (max-width: 991px) {
  .home-banner .h1-brand {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .home-banner .h1-brand {
    font-size: 2rem;
  }
}
.home-banner .h3-brand {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid #af6127;
  border-radius: 8px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.home-banner .h3-brand span img {
  width: 22px;
  height: auto;
  filter: brightness(1.2);
}
@media (max-width: 768px) {
  .home-banner .h3-brand {
    text-align: center;
    display: block;
  }
}
.home-banner .downlod-app {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home-banner .downlod-app {
    justify-content: flex-start;
  }
}
.home-banner .downlod-app .btn {
  padding: 0;
  border: none;
  background: transparent;
  transition: transform 0.3s ease;
}
.home-banner .downlod-app .btn:hover {
  transform: translateY(-6px);
}
.home-banner .downlod-app .btn .ban-download {
  width: 170px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.home-banner .downlod-app .btn .ban-download:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}
@media (max-width: 576px) {
  .home-banner .downlod-app .btn .ban-download {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .home-banner .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-banner .banner-image-container {
    order: 1;
    margin-bottom: 40px;
  }
  .home-banner .text-center {
    order: 2;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-banner .h1-brand,
.home-banner .h3-brand,
.home-banner .downlod-app {
  animation: fadeUp 1s ease forwards;
}
.home-banner::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(175, 97, 39, 0.35), transparent 70%);
  filter: blur(90px);
  z-index: 0;
}

.properties-section {
  background: #fbf5f4;
}
.properties-section .property-card {
  position: relative;
  height: 100%;
  padding: 28px 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: transform 300ms ease, box-shadow 300ms ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 14px;
}
.properties-section .property-card::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -60px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(99, 60, 151, 0.15), rgba(99, 60, 151, 0) 70%);
  pointer-events: none;
}
.properties-section .property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.properties-section .property-card:hover .property-icon {
  background: rgba(99, 60, 151, 0.12);
  transform: translateY(-2px) scale(1.03);
}
.properties-section .property-card .property-icon {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: rgba(99, 60, 151, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease, transform 300ms ease;
  margin: 0 auto;
}
.properties-section .property-card .property-icon img {
  max-width: 42px;
  height: auto;
}
.properties-section .property-card .property-title {
  margin: 4px 0 6px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #633c97;
  transition: color 300ms ease;
}
.properties-section .property-card .property-text {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.7;
  font-size: 0.98rem;
}
.properties-section .property-card:hover .property-title, .properties-section .property-card:focus-within .property-title {
  color: #50307a;
}
.properties-section .property-card:hover .property-icon, .properties-section .property-card:focus-within .property-icon {
  background: rgba(99, 60, 151, 0.12);
  transform: translateY(-2px) scale(1.03);
}
.properties-section .property-card:focus-within {
  outline: 2px solid rgba(99, 60, 151, 0.35);
  outline-offset: 2px;
}
.properties-section .row > [class*=col-] {
  display: flex;
}

.feature-screen {
  background: linear-gradient(135deg, #462373 0%, #633c97 100%);
  padding: 30px 0;
  /* soft floating animation */
}
.feature-screen .feature-title {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 36px;
  text-align: center;
}
.feature-screen .feature-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.feature-screen .feature-slider .swiper-slide {
  transition: transform 0.4s ease;
}
.feature-screen .feature-slider .swiper-slide:hover {
  transform: translateY(-12px) scale(1.04);
}
.feature-screen .feature-slider .swiper-slide .slide-content {
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}
.feature-screen .feature-slider {
  margin: 0 auto;
  padding: 0 24px;
}
.feature-screen .feature-slider .swiper-wrapper {
  align-items: flex-start;
}
.feature-screen .feature-slider .swiper-slide {
  width: clamp(280px, 20vw, 320px) !important;
  position: relative;
  padding-top: 28px;
}
.feature-screen .feature-slider .swiper-slide .slide-content {
  position: relative;
  border-radius: 26px;
  padding: 12px 12px 18px;
}
.feature-screen .feature-slider .swiper-slide .slide-content::before, .feature-screen .feature-slider .swiper-slide .slide-content::after {
  content: "";
  position: absolute;
  bottom: 8px;
  width: 48px;
  height: 48px;
  background: url("../img/dots.png") no-repeat center/contain;
  opacity: 0.7;
  pointer-events: none;
  z-index: 2;
}
.feature-screen .feature-slider .swiper-slide .slide-content::before {
  left: -6px;
  top: 0%;
}
.feature-screen .feature-slider .swiper-slide .slide-content::after {
  right: -6px;
}
.feature-screen .feature-slider .swiper-slide .slide-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}
.feature-screen .feature-slider .swiper-slide .slide-info {
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
.feature-screen .feature-slider .swiper-slide .slide-title {
  font-weight: 800;
  font-size: 18px;
  margin: 0 0 6px;
  color: #ffd28a;
}
.feature-screen .feature-slider .swiper-slide .slide-desc {
  font-size: 14px;
  margin: 0;
  opacity: 0.95;
  color: #fff !important;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n+1) .slide-title {
  color: #6be28f;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n+2) .slide-title {
  color: #7be6ff;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n+3) .slide-title {
  color: #ffd28a;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n+4) .slide-title {
  color: #6fe1d9;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n+5) .slide-title {
  color: #c07aff;
}
.feature-screen .feature-slider .swiper-slide:nth-child(6n) .slide-title {
  color: #ff8fb7;
}
@media (max-width: 1200px) {
  .feature-screen .feature-slider .swiper-slide {
    width: 280px !important;
  }
}
@media (max-width: 992px) {
  .feature-screen .feature-slider .swiper-slide {
    width: 260px !important;
  }
}
@media (max-width: 768px) {
  .feature-screen .feature-slider {
    padding: 0 10px;
  }
  .feature-screen .feature-slider .swiper-slide {
    width: 320px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 600px) {
  .feature-screen .feature-slider .swiper-slide {
    width: 280px !important;
  }
}

#what-makesus-diffrent {
  background: #f8edeb;
  padding: 80px 0;
}
#what-makesus-diffrent .section-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
#what-makesus-diffrent .section-title {
  color: #3c195f;
  font-weight: 800;
  margin-bottom: 20px;
}
#what-makesus-diffrent .section-desc {
  color: #533a75;
  opacity: 0.9;
}
#what-makesus-diffrent .wm-icon {
  display: inline-block;
  animation: floatY 6s ease-in-out infinite, gentleTilt 8s ease-in-out infinite alternate;
}
#what-makesus-diffrent .wm-screen {
  display: block;
  animation: upDown 7s ease-in-out infinite;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.15));
}

#what-makesus-diffrent2 {
  background: #fbf5f4;
  padding: 90px 0;
}
#what-makesus-diffrent2 .section-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}
#what-makesus-diffrent2 .section-title {
  color: #2e2e2e;
  font-weight: 800;
  margin-bottom: 22px;
}
#what-makesus-diffrent2 .section-desc {
  color: #4f4f4f;
  opacity: 0.9;
}
#what-makesus-diffrent2 .wm-icon {
  display: inline-block;
  animation: floatYSmall 5s ease-in-out infinite, gentleTilt 9s ease-in-out infinite alternate;
}
#what-makesus-diffrent2 .wm-screen {
  display: block;
  animation: upDownWide 8s ease-in-out infinite;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.12));
}

.muslim-app-section {
  position: relative;
  background: linear-gradient(135deg, #6a3093 0%, #a044ff 50%, #af6127 100%);
  overflow: hidden;
  color: #fff;
  /* === Redesigned Center Phone Layout === */
  /* Store Buttons */
  /* Decorative background elements */
  /* Floating icons */
  /* Keyframes */
  /* Responsive */
}
.muslim-app-section .section-header .section-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.muslim-app-section .section-header .section-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.5rem;
}
.muslim-app-section .feature-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 30px 25px;
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  backface-visibility: hidden;
  text-align: center; /* Default to center alignment */
  margin-left: auto;
  margin-right: auto;
  /* Only apply left/right alignment on larger screens */
}
@media (min-width: 992px) {
  .muslim-app-section .feature-item.left-align {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .muslim-app-section .feature-item.right-align {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
  }
}
.muslim-app-section .feature-item:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.muslim-app-section .feature-item:hover .feature-icon {
  transform: rotate(5deg) scale(1.1);
  background: rgba(255, 255, 255, 0.4) !important;
}
.muslim-app-section .feature-item .feature-icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
  border: 2px solid rgba(175, 97, 39, 0.3);
  /* Center only on mobile */
}
@media (max-width: 991px) {
  .muslim-app-section .feature-item .feature-icon {
    margin-left: auto;
    margin-right: auto;
  }
}
.muslim-app-section .feature-item h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.muslim-app-section .feature-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
}
.muslim-app-section .feature-item.right-align {
  text-align: right;
}
.muslim-app-section .feature-item.left-align {
  text-align: left;
}
.muslim-app-section .phones-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  margin-top: 2rem;
}
.muslim-app-section .phones-container .phone {
  width: 100px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.15);
  filter: brightness(0.98);
  transition: all 0.6s ease;
}
.muslim-app-section .phones-container .phone:nth-child(2) {
  transform: scale(1.1) translateY(-15px);
  z-index: 2;
  box-shadow: 0 10px 60px rgba(175, 97, 39, 0.6);
}
.muslim-app-section .phones-container .phone:hover {
  transform: scale(1.15) translateY(-10px);
  z-index: 3;
  filter: brightness(1.05);
}
.muslim-app-section .phones-container::before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 70%;
  height: 20px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25) 0%, transparent 80%);
  border-radius: 50%;
  z-index: 0;
}
.muslim-app-section .app-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}
.muslim-app-section .app-buttons a {
  display: inline-block;
  transition: transform 0.3s ease;
}
.muslim-app-section .app-buttons a img {
  width: 150px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.muslim-app-section .app-buttons a:hover {
  transform: translateY(-5px);
}
.muslim-app-section .decorative-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  background: radial-gradient(circle, #af6127 0%, transparent 70%);
  z-index: 0;
  animation: float 6s ease-in-out infinite;
}
.muslim-app-section .decorative-circle.circle-1 {
  width: 220px;
  height: 220px;
  top: -70px;
  left: -70px;
  animation-delay: 1s;
}
.muslim-app-section .decorative-circle.circle-2 {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px;
  animation-delay: 2s;
}
.muslim-app-section .floating-icon {
  position: absolute;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.6);
  animation: floatIcon 5s ease-in-out infinite alternate;
}
.muslim-app-section .floating-icon.floating-icon-1 {
  top: 15%;
  left: 5%;
}
.muslim-app-section .floating-icon.floating-icon-2 {
  bottom: 10%;
  right: 8%;
  animation-delay: 2s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(10deg);
  }
}
@media (max-width: 991px) {
  .muslim-app-section .phones-container {
    flex-direction: column;
    align-items: center;
  }
  .muslim-app-section .phones-container .phone {
    width: 180px;
    transform: none !important;
  }
  .muslim-app-section .feature-item {
    text-align: center !important;
  }
  .muslim-app-section .feature-item .feature-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .muslim-app-section .feature-item h4,
  .muslim-app-section .feature-item p {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .properties-section .property-card {
    padding: 20px 16px;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .properties-section .property-card .property-icon {
    width: 56px;
    height: 56px;
  }
  .properties-section .property-card .property-icon img {
    max-width: 32px;
  }
}
@media (max-width: 768px) {
  .home-banner {
    padding: 90px 0 120px;
  }
  .home-banner .h1-brand {
    font-size: 36px;
  }
  .home-banner .h3-brand {
    font-size: 16px;
  }
  .home-banner .downlod-app .ban-download {
    width: 160px;
  }
  .home-banner .mobile-container {
    max-width: 380px;
    transform: translateY(8px);
    z-index: 1;
  }
  .home-banner .mobile-screen {
    top: 10.5%;
    left: 12%;
    width: 76%;
    z-index: 2;
  }
}
@media (max-width: 576px) {
  .home-banner {
    padding: 70px 0 90px;
  }
  .home-banner .mobile-container {
    max-width: 320px;
    margin: 0 auto 24px;
    transform: translateY(6px);
  }
  .home-banner .h1-brand {
    font-size: 30px;
  }
  .home-banner .h3-brand {
    font-size: 15px;
  }
}
.download-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.download-options .download-option {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.download-options .download-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.download-options .download-option .icon {
  font-size: 2rem;
  margin-inline-end: 1rem;
  display: flex;
  align-items: center;
}
.download-options .download-option .text {
  display: flex;
  flex-direction: column;
}
.download-options .download-option .text .small {
  font-size: 0.75rem;
  opacity: 0.8;
}
.download-options .download-option .text strong {
  font-size: 1.25rem;
  line-height: 1.2;
}
.download-options .download-option.ios {
  background: #000;
  color: #fff;
}
.download-options .download-option.ios .icon {
  color: #fff;
}
.download-options .download-option.android {
  background: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
}
.download-options .download-option.android .icon {
  color: #3ddc84;
}

[dir=rtl] .download-option .icon {
  margin-inline-end: 0;
  margin-inline-start: 1rem;
}

.modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.modal-content .modal-header {
  background: linear-gradient(135deg, #6a3093 0%, #a044ff 100%);
  color: white;
  border-bottom: none;
  padding: 1.5rem;
}
.modal-content .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.modal-content .modal-header .btn-close:hover {
  opacity: 1;
}
.modal-content .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.btn-download {
  background: linear-gradient(135deg, #6a3093 0%, #a044ff 100%);
  color: white;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(106, 48, 147, 0.3);
}
.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(106, 48, 147, 0.4);
  color: white;
}
.btn-download i {
  margin-left: 0.5rem;
}

.privacy p {
  line-height: 2;
}

.site-footer {
  background: linear-gradient(180deg, black 0%, black 100%);
  color: #ffffff;
}
.site-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.18s ease;
}
.site-footer .container {
  max-width: 1140px;
}
.site-footer .footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
  position: relative;
  padding-left: 0.5rem;
}
.site-footer .footer-title::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #af6127;
  margin-top: 0.6rem;
  border-radius: 2px;
}
.site-footer .footer-links li {
  margin: 0.45rem 0;
}
.site-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
}
.site-footer .footer-links li a:hover, .site-footer .footer-links li a:focus {
  color: #ffffff;
  transform: translateX(4px);
}
@media (min-width: 768px) {
  .site-footer .border-md-start {
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }
}
.site-footer .footer-app .footer-logo {
  width: 110px;
  height: auto;
  filter: brightness(1.15);
  margin-bottom: 0.45rem;
}
.site-footer .footer-app h6 {
  color: #ffffff;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.site-footer .footer-app .footer-desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer .footer-app .footer-desc {
    margin: 0;
  }
}
.site-footer .footer-app .store-btn {
  width: 135px;
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.site-footer .footer-app .store-btn:hover, .site-footer .footer-app .store-btn:focus {
  transform: translateY(-4px);
  filter: brightness(1.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.65);
}
.site-footer .footer-bottom {
  border-color: rgba(255, 255, 255, 0.06);
}
.site-footer .footer-bottom .footer-links-inline a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.92rem;
  margin: 0 0.35rem;
}
.site-footer .footer-bottom .footer-links-inline a:hover {
  color: #ffffff;
}
.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.65);
}
.site-footer .footer-bottom p a {
  color: #ffffff;
  font-weight: 600;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 60px;
  background: linear-gradient(180deg, rgba(175, 97, 39, 0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.site-footer {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (max-width: 992px) {
  .footer-card {
    margin-top: 0;
  }
}
@media (max-width: 776px) {
  #header {
    padding: 5px;
  }
  .header-logo {
    max-width: 50px !important;
  }
}
@media (max-width: 576px) {
  .footer-card .download-img img {
    max-width: 130px;
  }
  .banner-logo {
    margin-top: 40px;
  }
}
@media (max-width: 390px) {
  #home .banner-logo {
    margin-top: 40px;
  }
}/*# sourceMappingURL=all.css.map */