@charset "UTF-8";
:root{
    --body-fontsize-xxxl:calc(24px + (2100vw - 16128px) / 662);
    --body-fontsize-xxl:calc(22px + (1000vw - 7680px) / 662);
    --body-fontsize-xl:calc(20px + (600vw - 4608px) / 662);
    --body-fontsize-lg:calc(18px + (400vw - 3072px) / 662);
    --body-fontsize-md:calc(16px + (400vw - 3072px) / 662);
    --body-fontsize-sm:calc(14px + (200vw - 1536px) / 662);
    --body-fontsize-xs:calc(12px + (200vw - 1536px) / 662);
    --body-fontsize-xxs:calc(10px + (200vw - 1536px) / 662);
    --block-padding:calc(15px + (2500vw - 19200px) / 662);
    --block-padding-sm:calc(10px + (500vw - 3840px) / 662);
    --block-margin:calc(60px + (7000vw - 53760px) / 662);
    --primary-navigation-fontsize:calc(10px + (100vw - 768px) / 662);
    --grid-gap:calc(10px + (2200vw - 16896px) / 662);
    --ease-in-out-back:cubic-bezier(0.68, -0.6, 0.32, 1.6);
    --ease-out-back:cubic-bezier(0.68, 0, 0.32, 1.6);
    --ease-in-out-circ:cubic-bezier(0.85, 0, 0.15, 1);
    --ease-in-out-cubic:cubic-bezier(0.65, 0, 0.35, 1);
    --ease-in-out-expo:cubic-bezier(0.87, 0, 0.13, 1);
    --ease-in-out-sine:cubic-bezier(0.37, 0, 0.63, 1);
    --ease-in-out-quad:cubic-bezier(0.45, 0, 0.55, 1);
    --ease-in-out-quart:cubic-bezier(0.76, 0, 0.24, 1);
    --ease-in-out-quint:cubic-bezier(0.83, 0, 0.17, 1);
    --transition-speed-1:100ms;--transition-speed-2:250ms;
    --transition-speed-3:450ms
}
@media only screen and (max-width:768px){
    :root{
    --body-fontsize-xxxl:32px;
    --body-fontsize-xxl:24px;
    --body-fontsize-xl:21px;
    --body-fontsize-lg:20px;
    --body-fontsize-md:17px;
    --body-fontsize-sm:15px;
    --body-fontsize-xs:14px;
    --body-fontsize-xxs:12px;
    --block-padding:28px;
    --block-padding-sm:12px;
    --block-margin:75px;
    --primary-navigation-fontsize:11px;
    --grid-gap:12px
}
}
@media only screen and (min-width:1430px){
    :root{
    --body-fontsize-xxxl:45px;
    --body-fontsize-xxl:32px;
    --body-fontsize-xl:26px;
    --body-fontsize-lg:22px;
    --body-fontsize-md:20px;
    --body-fontsize-sm:16px;
    --body-fontsize-xs:14px;
    --body-fontsize-xxs:12px;
    --block-padding:40px;
    --block-padding-sm:15px;
    --block-margin:130px;
    --primary-navigation-fontsize:11px;
    --grid-gap:32px
}
}
@media (min-width:576px){
    .d-sm-none{
        display:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-table{
        display:table!important
    }
    .d-sm-table-row{
        display:table-row!important
    }
    .d-sm-table-cell{
        display:table-cell!important
    }
    .d-sm-flex{
        display:flex!important
    }
    .d-sm-inline-flex{
        display:inline-flex!important}
    }
    @media (min-width:768px){
    .d-md-none{
        display:none!important
    }
    .d-md-inline{
        display:inline!important
    }
    .d-md-inline-block{
        display:inline-block!important
    }
    .d-md-block{
        display:block!important
    }
    .d-md-table{
        display:table!important
    }
    .d-md-table-row{
        display:table-row!important
    }
    .d-md-table-cell{
        display:table-cell!important
    }
    .d-md-flex{
        display:flex!important
    }
    .d-md-inline-flex{
        display:inline-flex!important}}
@media (min-width:992px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-table{
        display:table!important
    }
    .d-lg-table-row{
        display:table-row!important
    }
    .d-lg-table-cell{
        display:table-cell!important
    }
    .d-lg-flex{
        display:flex!important
    }
    .d-lg-inline-flex{
    display:inline-flex!important}}
    @media (min-width:1200px){
    .d-xl-none{
        display:none!important
    }
    .d-xl-inline{
        display:inline!important
    }
    .d-xl-inline-block{
        display:inline-block!important
    }
    .d-xl-block{
        display:block!important
    }
    .d-xl-table{
        display:table!important
    }
    .d-xl-table-row{
        display:table-row!important
    }
    .d-xl-table-cell{
        display:table-cell!important
    }
    .d-xl-flex{
        display:flex!important
    }
    .d-xl-inline-flex{
        display:inline-flex!important}}
@media (min-width:1600px){
    .d-xxl-none{
        display:none!important
    }
    .d-xxl-inline{
        display:inline!important
    }
    .d-xxl-inline-block{
        display:inline-block!important
    }
    .d-xxl-block{
        display:block!important
    }
    .d-xxl-table{
        display:table!important
    }
    .d-xxl-table-row{
        display:table-row!important
    }
    .d-xxl-table-cell{
        display:table-cell!important
    }
    .d-xxl-flex{
        display:flex!important
    }
    .d-xxl-inline-flex{
        display:inline-flex!important}}
@media (min-width:2200px){
    .d-xxxl-none{
        display:none!important
    }
    .d-xxxl-inline{
        display:inline!important
    }
    .d-xxxl-inline-block{
        display:inline-block!important
    }
    
    .d-xxxl-block{
        display:block!important
    }
    .d-xxxl-table{
        display:table!important
    }
    .d-xxxl-table-row{
        display:table-row!important
    }
    .d-xxxl-table-cell{
        display:table-cell!important
    }
    .d-xxxl-flex{
        display:flex!important
    }
    .d-xxxl-inline-flex{
        display:inline-flex!important}}
@media print{
.d-print-none{
    display:none!important
}
.d-print-inline{
    display:inline!important
}
.d-print-inline-block{
    display:inline-block!important
}
.d-print-block{
    display:block!important
}
.d-print-table{
    display:table!important
}
.d-print-table-row{
    display:table-row!important
}
.d-print-table-cell{
    display:table-cell!important
}
.d-print-flex{
    display:flex!important
}
.d-print-inline-flex{
    display:inline-flex!important
}
}
:root {
    --rtl-factor: 1;
}
html[dir="rtl"] {
--rtl-factor: -1;
}
[dir="rtl"] .footer-column {
    text-align: right;
}
html{
    scroll-behavior:smooth
}
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: BrownLLWeb, BrownLLWeb, BrownLLWeb, "Noto Sans JP", "Noto Sans KR", "Noto Sans", sans-serif;
    font-size: 17px;
    font-size: var(--body-fontsize-md);
    line-height: 1.5;
    --transition-column-delay: 0s;
    --reveal-transition-delay: 0s;
    --element-reveal-delay: 0s;
    transition: background .3s ease-in-out;
    color: #000;
    --text-color: #000000;
    --inverted-text-color: #FFFFFF;
    background-color: #000;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
body.hide-scrollbar{
    overflow:hidden
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #000;
}
/* ==============================================================
Navbar
================================================================== */
#header {
    background-color: #000;
    position: relative; /* مهم عشان القائمة تكون داخله */
    z-index: 10; /* يخليها فوق */
}
.navbar {
    padding: 0 0 0 0 ;
}
.navbar a {
    text-decoration: none;
}
h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}
h2.logo strong {
    font-size: 35px;
    color: white;
    font-weight: 600;
}
h2.center-logo {
    margin: 0 25px;
}
#navbarSupportedContent {
    justify-content: center;
}
ul.navbar-nav li.nav-item {
    margin-right: 25px;
}
ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: white;
}
ul.navbar-nav li.nav-item > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    width: 1.5em;
    height: 2px;
    background-color: red;
    margin-inline-end: 0.8em;
    transform: translateX(calc(10px * var(--rtl-factor))) scale(0, 1);
    transform-origin: 100% 50%;
    opacity: 0;
    transition: transform 0.2s var(--ease-in-out-sine), opacity 0.2s ease-in-out;
}
.center-logo-img {
    height: 58px;
    width: auto;
    max-width: 175px;
    margin: auto;
}
.nav-item {
    font-size: var(--primary-navigation-fontsize);
    line-height: 1.2;
    text-transform: uppercase;
    direction: inherit;
    text-align: start;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .nav-item {
        white-space: normal;
    }
}
.nav-item a.nav-link {
    display: inline-flex;
    height: 53px;
    align-items: center;
    position: relative;
    transition: transform 0.2s var(--ease-in-out-sine);
    letter-spacing: 0.15em;
    transform: translateX(0);
    outline: 0;
    padding-left: 0.5rem;
    color: #fff;
    text-decoration: none;
}
/* الخط الأحمر قبل النص */
.nav-item a.nav-link::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    width: 1.5em;
    height: 2px;
    background-color: red;
    margin-inline-end: 0.8em;
    transform: translateX(calc(10px * var(--rtl-factor))) scale(0, 1);
    transform-origin: 100% 50%;
    opacity: 0;
    transition: transform 0.2s var(--ease-in-out-sine), opacity 0.2s ease-in-out;
}
/* الحركة عند الـ hover */
.nav-item a.nav-link:hover {
    transform: translateX(5px);
    color: red;
}
.nav-item a.nav-link:hover::before {
    transform: translateX(calc(10px * var(--rtl-factor))) scale(1, 1);
    opacity: 1;
}
@media (max-width: 767.98px) {
    .center-logo-img {
        height: 45px;
        max-width: 100px;
    }
}
.italy-flag-bar {
  display: flex;
  height: 4px;
  width: 100%;
}

.italy-flag-bar .green {
  flex: 1;
  background-color: #008C45; /* الأخضر */
}

.italy-flag-bar .white {
  flex: 1;
  background-color: white;
}

.italy-flag-bar .red {
  flex: 1;
  background-color: #CD212A; /* الأحمر */
}


/* ==============================================================
Language & hamburger
================================================================== */
.language-switcher {
gap: 6px;
font-size: 13px;
letter-spacing: 0.5px;
margin-left: auto;
margin-right: -40px; /* نخليه أقصى اليمين */
padding-right: 0px; /* مسافة بسيطة من الحافة */
}
.language-switcher i {
font-size: 15px;
color: white;
margin-right: 3px;
}
.language-switcher .nav-link {
color: white;
font-size: 13px;
padding: 0;
}
.language-switcher .nav-link:hover {
color: white;
}
.dropdown-menu {
background-color: #000;
border: 1px solid #c1a57b;
min-width: 130px;
font-size: 13px;
right: 0;
left: auto;
}
.dropdown-menu a{
    color: #fff;
}
.language-switcher .dropdown-menu {
background-color: #000;
border: 1px solid #c1a57b;
min-width: 130px;
font-size: 13px;
z-index: 1000; /* كفاية */
position: absolute;
top: 100%;
left: auto;
right: 0;
margin-top: 5px;
color: #fff;
}
.language-switcher-mobile {
display: flex;
align-items: center;
font-size: 13px;
color: white;
}
.language-switcher-mobile i {
font-size: 15px;
margin-right: 4px;
}
.language-switcher-mobile .nav-link {
color: white;
padding: 0;
font-size: 13px;
}
.language-switcher-mobile .dropdown-menu {
background-color: #000;
border: 1px solid #c1a57b;
min-width: 130px;
font-size: 13px;
position: absolute;
top: 100%;
right: 0;
margin-top: 5px;
color: #fff;
z-index: 99999; /* 🔥 ده أهم شيء */
}
.language-switcher-mobile .dropdown-menu a {
color: #fff;
}
.mobile-menu {
display: none;
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: #000;
z-index: 9999;
padding: 0 20px 20px 20px; 
}
.mobile-menu .nav-item {
margin: 10px 0;
}
.mobile-menu .nav-link {
color: white;
font-size: 14px;
}
.mobile-menu.show {
display: block;
}
.mobile-menu .nav-item {
margin: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* خط رصاصي شفاف */
padding-bottom: 10px;
}
.language-switcher-mobile .dropdown-menu {
border-radius: 5px;
padding: 8px 0;
}
.language-switcher-mobile .dropdown-item:hover {
background-color: #222;
color: #c1a57b;
}
.close-btn {
background: none;
border: none;
color: white;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
.menu-arrow {
float: right;
font-size: 18px;
color: #c1a57b;
margin-left: 10px;
}
.italy-flag-divider {
  display: flex;
  height: 3px;
  width: 100%;
}

.italy-flag-divider .green {
  flex: 1;
  background-color: #008C45;
}

.italy-flag-divider .white {
  flex: 1;
  background-color: #ffffff;
}

.italy-flag-divider .red {
  flex: 1;
  background-color: #CD212A;
}
/* ==============================================================
Background Video
================================================================== */
.video-background-container {
  width: 100%;
  aspect-ratio: 16 / 6; /* 👈 أقصر في الارتفاع */
  overflow: hidden;
  position: relative;
  background-color: black;
}
.video-background-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .video-background-container {
    aspect-ratio: 16 / 10; /* أطول من العادي */
  }
}

/* ✅ للموبايلات */
@media (max-width: 768px) {
  .video-background-container {
    aspect-ratio: 16 / 12; /* أطول كمان للموبايل */
  }
}

/* ==============================================================
Quotes
================================================================== */
/* الحاوية الرئيسية اللي بتضم الاقتباسين */
.quotes-row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

/* الحاويتين كل واحدة منهم اقتباس */
.quotes-row .quote-container {
  flex: 0 0 48%;
  max-width: 100%;
  margin: 0;
  padding: 30px 40px;
  background: #000;
  border-left: 4px solid #c1a57b;
  box-shadow: 0px 40px 60px rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  font-family: 'Italianno', cursive;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  z-index: 1;
  position: relative;
}

/* نص الاقتباس */
.quote-container blockquote {
  font-size: 32px;
  color: white;
  margin: 0;
  line-height: 1.4;
  padding: 0;
  font-family: 'Italianno', cursive;
}

/* اسم الكاتب */
.quote-container .book-title {
  font-size: 16px;
  font-weight: bold;
  color: #c1a57b;
  text-align: right;
  margin-top: 15px;
}

/* اقتباس باللغة العربية */
.quote-container.arabic {
  font-family: 'Aref Ruqaa', serif;
  text-align: right;
  direction: rtl;
  font-style: oblique;
}

.quote-container.arabic blockquote,
.quote-container.arabic .book-title {
  font-family: 'Aref Ruqaa', serif;
}

/* للأجهزة المتوسطة مثل التابلت */
@media (max-width: 1024px) {
  .quote-container {
    padding: 25px;
  }

  .quote-container blockquote {
    font-size: 26px;
  }

  .quote-container .book-title {
    font-size: 15px;
  }
}

/* للموبايل */
@media (max-width: 768px) {
  .quotes-row {
    flex-direction: column;
    align-items: center;
  }

  .quotes-row .quote-container {
    flex: 0 0 100%;
  }

  .quote-container {
    padding: 20px;
    margin: 25px 15px 0;
  }

  .quote-container blockquote {
    font-size: 20px;
  }

  .quote-container .book-title {
    font-size: 14px;
  }
}

/* للشاشات الصغيرة جدًا */
@media (max-width: 480px) {
  .quote-container {
    padding: 16px;
    margin: 20px 10px 0;
  }

  .quote-container blockquote {
    font-size: 18px;
  }

  .quote-container .book-title {
    font-size: 13px;
  }
}
/* ==============================================================
second Quote
================================================================== */

.quote-container {
max-width: 666px;
margin: 50px auto 0;
padding: 30px 40px;
background: #000;
border-left: 4px solid #c1a57b;
box-shadow: 0px 40px 60px rgba(255, 255, 255, 0.05);
border-radius: 6px;
font-family: 'Italianno', cursive;
font-weight: 400;
font-style: normal;
text-align: left;
z-index: 1;
position: relative;
margin: 20px auto 0;
}

/* نص الاقتباس */
.quote-container blockquote {
font-size: 32px;
color: white;
margin: 0;
line-height: 1.4;
padding: 0;
font-family: 'Italianno', cursive;
}

/* اسم الكاتب */
.quote-container .book-title {
font-size: 16px;
font-weight: bold;
color: #c1a57b;
text-align: right;
margin-top: 15px;
}
/* للأجهزة المتوسطة مثل التابلت */
@media (max-width: 1024px) {
.quote-container {
padding: 25px;
margin: 30px auto 0;
}

.quote-container blockquote {
font-size: 26px;
}

.quote-container .book-title {
font-size: 15px;
}
}

/* للموبايل */
@media (max-width: 768px) {
.quote-container {
padding: 20px;
margin: 25px 15px 0;
}

.quote-container blockquote {
font-size: 20px;
}

.quote-container .book-title {
font-size: 14px;
}
}

/* للشاشات الصغيرة جدًا */
@media (max-width: 480px) {
.quote-container {
padding: 16px;
margin: 20px 10px 0;
}

.quote-container blockquote {
font-size: 18px;
}

.quote-container .book-title {
font-size: 13px;
}
}
.quote-container.arabic {
font-family: 'Aref Ruqaa', serif;
text-align: right;
direction: rtl;
font-style: oblique
}

.quote-container.arabic blockquote,
.quote-container.arabic .book-title {
font-family: 'Aref Ruqaa', serif;
}

/* ==============================================================
4Boxes
================================================================== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
}

.product-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease;
  height: 350px;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover::after {
  opacity: 1;
}

.overlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  padding: 0;
  font-size: 17px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* لتحسين وضوح النص */
}

.product-card:hover .overlay {
  opacity: 1;
}

.overlay:hover {
  color: #ccc;
}

/* ✅ Responsive for tablet and mobile */
@media (max-width: 991.98px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    height: 280px;
  }

  .overlay {
    font-size: 15px;
  }
}
/* ==============================================================
Slider
================================================================== */
.section-four{
    margin-top: 0px;
    color: white;
}
.section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 80%;
    margin: auto;
    gap: 20px;
    padding: 50px 0;
}

.slider-container {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.slider {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  width: 800%; /* لازم تكون 100% × عدد الصور */
}

.slide {
  width: 12.5%; /* لو عندك 8 صور = 100 / 8 */
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.buttons button {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 12px 18px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
}
.buttons button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.section p {
font-family: BrownLLWeb, "Noto Sans", sans-serif;
text-transform: uppercase;
letter-spacing: 0.15em;
font-size: var(--body-fontsize-xs); /* أو 14px لو تحبي */
}
@media (max-width: 1024px) {
.section {
grid-template-columns: 1fr;
text-align: center;
}

.section p {
font-size: 20px;
padding: 0 15px;
}

.slider-container {
height: 300px;
}
}

@media (max-width: 768px) {
  .section {
    width: 90%;
    padding: 30px 0;
    gap: 30px;
  }

  .section p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }

  .slider-container {
    height: 250px;
  }

  .buttons button {
    padding: 10px 14px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .section p {
    font-size: 16px;
    letter-spacing: 0;
  }

  .slider-container {
    height: 200px;
  }

  .buttons button {
    padding: 8px 12px;
    font-size: 14px;
  }
}
/* ==============================================================
Video-Container2
================================================================== */
.video-wrapper {
  width: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  display: block;
}

/* ✅ تحسينات للموبايل */
@media (max-width: 768px) {
  .video-wrapper video {
    max-height: 360px;
  }
}

/* ==============================================================
Hero-section
================================================================== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  width: 100%;
 aspect-ratio: 16 / 6;
  display: block;
  object-fit: cover;
}

/* الكتابة فوق الصورة */
.hero-content1 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  text-align: left;
  max-width: 500px;
  font-family: BrownLLWeb, "Noto Sans", sans-serif;
}

.hero-content1 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.hero-content1 p {
  font-size: 1rem;
  line-height: 1.6;
}

/* ✅ للشاشات الصغيرة */
@media (max-width: 768px) {
  .hero-content1 {
    left: 5%;
    right: 5%;
    max-width: 90%;
    text-align: center;
  }

  .hero-content1 h2 {
    font-size: 0.8rem;
  }

  .hero-content1 p {
    font-size: 0.5rem;
  }
}

/* ==============================================================
Container-three
================================================================== */

.container-three {
    max-width: 1100px;
    width: 100%;
    padding: 40px 20px;
    margin:  auto ;
}

.section-three {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    color: white;
}

.section-three:nth-child(even) {
    flex-direction: row-reverse;
}

.image-container-three,
.text-content-three {
    flex: 1 1 100%;
    box-sizing: border-box;
}

.image-container-three img {
    width: 100%;
    border-radius: 10px;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.text-content-three {
    padding: 20px;
    text-align: left;
}

.text-content-three h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #82785c;
    font-weight: bolder;
}

.text-content-three p {
    font-size: 14px;
    line-height: 1.6;
}

.text-content-three a {
    display: inline-block;
    margin-top: 10px;
    color: #f2f0ef;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .image-container-three,
    .text-content-three {
        flex: 1 1 50%;
    }
}
/* ==============================================================
container
================================================================== */

.container {
  max-width: 1400px;
  margin: auto;
  /* padding: 20px; */
  font-family: 'Segoe UI', sans-serif;
}

.container h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #fff;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.feature {
  background-color: #d0d0d0;
  border-radius: 12px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

/* ✅ 4 كروت لما الشاشة أكبر من 1280px */
@media (min-width: 1281px) {
  .feature {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

/* ✅ 2 كرت لما الشاشة من 768px إلى 1280px */
@media (min-width: 768px) and (max-width: 1280px) {
  .feature {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* ✅ 1 كرت للموبايل */
@media (max-width: 767px) {
  .feature {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.feature:hover {
  transform: translateY(-5px);
}

.feature img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.feature h2 {
  font-size: 1.2rem;
  margin: 10px 0;
  color: #000;
}

.feature p {
  font-size: 0.9rem;
  color: #000;
  line-height: 1.5;
}
/* ==============================================================
Our Solution Page
================================================================== */
.container-solution {
  width: 1000px;
  height: 600px;
  background: #000;
  box-shadow: 0 30px 50px #dbdbdb;
  margin: 100px auto;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;
}
.solution-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  transform-origin: center top;
  margin-top: -80px;

}
/* Slide setup */
.slide-solution {
  position: relative;
  width: 100%;
  height: 100%;
}

.item-solution {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: inline-block;
}

.item-solution:nth-child(1),
.item-solution:nth-child(2) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.item-solution:nth-child(2) .content-solution {
  display: block;
}

.item-solution:nth-child(3) {
  left: 50%;
}
.slide-solution .item-solution:nth-child(n+3) {
  top: 65%;
}
.item-solution:nth-child(4) {
  left: calc(50% + 220px);
}
.item-solution:nth-child(5),
.item-solution:nth-child(n + 6) {
  left: calc(50% + 440px);
  overflow: hidden;
}

/* Content */
.item-solution .content-solution {
  position: absolute;
  top: 25%;
  left: 100px;
  width: 300px;
  text-align: left;
  color: #000;
  transform: translate(0, -50%);
  display: none;
  font-family: "Emilys Candy", serif;
}

.name-solution {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0;
  animation: animate 1s ease-in-out 1 forwards;
}

.description-solution {
  margin-top: 10px;
  margin-bottom: 20px;
  opacity: 0;
  animation: animate 1s ease-in-out 0.3s 1 forwards;
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }
  to {
    opacity: 1;
    transform: translate(0);
    filter: blur(0);
  }
}

/* Buttons */
.button-solution {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.button-solution button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #000;
  cursor: pointer;
  margin: 0 5px;
  transition: 0.3s;
  background-color: #70685f;
}
.button-solution button:hover {
  background: #ababab;
  color: #fff;
}

/* ✅ Responsive Scaling Only – Keep Layout */
@media (max-width: 1200px) {
  .container-solution {
    transform: scale(0.95);
  }
}

@media (max-width: 992px) {
  .container-solution {
    transform: scale(0.9);
  }
}

@media (max-width: 768px) {
  .container-solution {
    transform: scale(0.85);
  }
}

@media (max-width: 600px) {
  .container-solution {
    transform: scale(0.8);
  }
}

@media (max-width: 480px) {
  .container-solution {
    transform: scale(0.75);
  }
}

@media (max-width: 400px) {
  .container-solution {
    transform: scale(0.7);
  }
}
/* ------------------------------------------------------------------slides */
.solutions-container2 {
  padding: 60px 20px;
  background-color: #000;
  color: #fff;
}

.solution-section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.image-box2 img {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 4 / 3; /* يضمن تناسق العرض مع الطول */
  object-fit: cover;   /* يقص الزوايد لو الصورة مش بنفس النسبة */
  border-radius: 10px;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.1);
}
.text-box2 {
  max-width: 650px;
}

.features2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.feature2 {
  background-color: #574d47;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 280px;
}
@media (max-width: 768px) {
  .feature2 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* فرض نوع خط موحد (مثلاً Roboto) */
.text-box2, .features2, .feature2 h3, .text-box2 h1, .text-box2 h2, .text-box2 p {
  font-family: 'Roboto', sans-serif; /* أو الخط المستخدم فعليًا في nav */
  font-size: 16px; /* حجم مناسب للقراءة */
  line-height: 1.6;
}

/* تصغير العناوين */
.text-box2 h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text-box2 h2 {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 15px;
}

.feature2 h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.feature2 p {
  font-size: 12px;
  color: #eee;
}
/* ==============================================================
AboutUS Page
================================================================== */
.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}

.about-video-wrapper {
  max-width: 1000px;
  width: 100%;
  position: relative;
  padding-top: 40%; /* تم تقليل الارتفاع من 56.25% إلى 40% */
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3); /* White glow */
}

.shadow-white {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.about-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

 @import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
  
  h1, h2, h3, h4 {
    font-family: 'Abril Fatface', serif;
    letter-spacing: 0.5px;
        color: white;

  }
  
  h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 700;
        color: white;

  }
  
  h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: white;

  }
  
  h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
        color: #a66b54;

  }
  
  p, body, button, input, textarea, select {
    font-family: Arial, sans-serif;
    color: white;
  }
  
  .section {
    padding: 80px 0;
  }
  
  .section-light {
    background-color: var(--white);
  }
  
  .section-dark {
    background-color: var(--off-white);
  }
  
  .section-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  
  .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, 
      var(--primary-pink),
      var(--secondary-lavender)
    );
    margin: 20px auto;
  }
  
  .section-subtitle {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
  }
  
  .process-intro {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
  }
  
  .process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .process-step:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .process-number {
    width: 80px;
    height: 80px;
    background-color:#a66b54;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-family: "Mystery Quest", system-ui;
    font-weight: 400;
    font-style: normal;
}
  
  .process-step:nth-child(even) .process-number {
    left: auto;
    right: 0;
  }
  
  .process-content {
    flex: 1;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 15px 15px;
    text-align: left;
    margin: 0 40px 0 60px;
  }
    .process-content h3{
        color: #a66b54;
    }
  .process-step:nth-child(even) .process-content {
    margin: 0 60px 0 40px;
  }
  
  .process-image {
    flex: 1;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 250px;
  }
  
  .process-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 768px) {
    .process-step {
      flex-direction: column !important;
      align-items: center;
      text-align: center;
    }
  
    .process-number {
      position: static;
      margin-bottom: 20px;
    }
  
    .process-content {
      margin: 0;
      padding: 20px;
      text-align: center;
      box-shadow: none;
    }
  
    .process-image {
      width: 100%;
      height: auto;
      margin-top: 20px;
    }
  
    .process-image img {
      height: auto;
      max-height: 250px;
    }
  }
  .container-about{
    min-width: 1200px;
    margin: auto -50px;
    padding: 20px;
    margin-top: -160px;
}

/* ==============================================================
contact us
================================================================== */
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background: #000;
}

.contact-section .container-contact {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 40px;
  overflow: hidden;
  width: 90%;
  max-width: 1100px;
  margin: auto;
  margin-bottom: 100px;
}

/* الجانب الأيسر */
.contact-section .contactInfo {
  flex: 1 1 300px;
  background: #59504a;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

.contact-section .contactInfo h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.contact-section .contactInfo .info li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-section .contactInfo .info li span:first-child {
  width: 30px;
}

.contact-section .contactInfo .info li img {
  max-width: 100%;
  filter: invert(1);
}

.contact-section .contactInfo .info li span:last-child {
  margin-left: 10px;
  font-weight: 300;
}

.contact-section .contactInfo .sci {
  display: flex;
  gap: 15px;
}

.contact-section .contactInfo .sci img {
  filter: invert(1);
  width: 24px;
}

/* الجانب الأيمن */
.contact-section .contactForm {
  flex: 2 1 500px;
  background: #fff;
  padding: 50px;
}

.contact-section .contactForm h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.contact-section .formBox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-section .inputBox {
  position: relative;
  flex: 1 1 47%;
  margin-bottom: 20px;
}

.contact-section .inputBox.w100 {
  flex: 1 1 100%;
}

.contact-section .inputBox input,
.contact-section .inputBox textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  color: #333;
  border: none;
  border-bottom: 1px solid #777;
  background: transparent;
  outline: none;
  resize: none;
}

.contact-section .inputBox textarea {
  min-height: 120px;
}

.contact-section .inputBox span {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: 0.3s ease;
}

.contact-section .inputBox input:focus ~ span,
.contact-section .inputBox textarea:focus ~ span,
.contact-section .inputBox input:valid ~ span,
.contact-section .inputBox textarea:valid ~ span {
  transform: translateY(-20px);
  font-size: 12px;
  color: #59504a;
}

.contact-section .inputBox input[type="submit"] {
  background: #59504a;
  color: #fff;
  padding: 12px;
  max-width: 150px;
  cursor: pointer;
  border: none;
}

.contact-section .inputBox input[type="submit"]:hover {
  background: #777;
}

/* ✅ استجابة الشاشات الصغيرة */
@media (max-width: 991px) {
  .contact-section .container-contact {
    flex-direction: column;
  }

  .contact-section .contactForm {
    padding: 30px;
  }

  .contact-section .inputBox {
    flex: 1 1 100%;
  }

  .contact-section .contactInfo {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-section .contactInfo .sci {
    margin-top: 30px;
  }
}

/* ============================================================== */
/* WHY IPOH SLIDER CUSTOM */
/* ============================================================== */

.container-three {
    max-width: 1100px;
    width: 100%;

}
.section-three {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    color: white;
}

.section-three:nth-child(even) {
    flex-direction: row-reverse;
}

.image-container-three,
.text-content-three {
    flex: 1 1 100%;
    box-sizing: border-box;
}

.image-container-three img {
    width: 100%;
    border-radius: 10px;
    height: auto;
    max-height: 300px;
    object-fit: cover;
}

.text-content-three {
    padding: 20px;
    text-align: left;
}

.text-content-three h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #9d7162;
    font-weight: bolder;
}

.text-content-three p {
    font-size: 14px;
    line-height: 1.6;
}
.text-content-three h3 {
    font-size: 1.2rem;

}
.text-content-three a {
    display: inline-block;
    margin-top: 10px;
    color: #f2f0ef;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid;
    padding: 8px 12px;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .image-container-three,
    .text-content-three {
        flex: 1 1 50%;
    }
}

.benefits {
  background-color: black;
  padding: 80px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

}

@media (max-width: 1200px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.6);
  transition: transform 0.3s;
  background-color: #111; /* optional for contrast */
  color: white;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 30px;
}

.benefit-title {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--primary);
}
.benefit-card p{
    font-size: 15px;
}

/* ============================================================== */
/* Wellnest
/* ============================================================== */
.wellnest-section {
  background: #0d0d0d;
  color: #fff;
  padding: 80px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--body-font, 'Open Sans', sans-serif); /* نفس خط الصفحة الرئيسية */
}

.wellnest-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.wellnest-container.reverse {
  flex-direction: row-reverse;
}

.text-block {
  flex: 1 1 600px;
  font-size: 0.95rem; /* تصغير الخط */
}

.text-block h1, .text-block h2 {
  font-family: var(--heading-font, 'Open Sans', sans-serif);
  font-weight: 600;
  margin-bottom: 20px;
  color: #d6b889;
  font-size: 1.6rem; /* أصغر */
}

.text-block p {
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.text-block ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 0.95rem;
}

.image-placeholder {
  flex: 1 1 400px;
  min-height: 280px;
  background-color: #222;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  background-size: cover;
  background-position: center;
}

.image1 {
  background-image: url('../Media/Images/Screenshot-2024-05-02-alle-19.42.53.jpg');
}

.image2 {
  background-image: url('../Media/Images/8-WellNest\ official\ presentation\ -\ Adobe\ Acrobat\ Reader\ \(64-bit\).png');
}

.quote-section {
  background: #111;
  text-align: center;
  padding: 60px 20px;
  font-family: var(--body-font, 'Open Sans', sans-serif);
  font-size: 1.1rem;
  color: #e0e0e0;
}

.quote-section span {
  display: block;
  margin-top: 15px;
  color: #999;
  font-style: italic;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .wellnest-container {
    flex-direction: column;
    text-align: center;
  }
  .image-placeholder {
    width: 100%;
  }
}
.wellnest-rtl {
  flex-direction: row-reverse !important;
  direction: rtl;
  text-align: right;
}
.wellnest-section {
  background: #0d0d0d;
  color: #fff;
  padding: 80px 5%;
}

.wellnest-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 40px;
}

.wellnest-rtl {
  flex-direction: row-reverse;
  direction: rtl;
  text-align: right;
}

.text-block {
  flex: 1 1 50%;
  font-size: 1rem;
  line-height: 1.8;
}

.text-block h1,
.text-block h2 {
  font-weight: bold;
  color: #d6b889;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.image-placeholder {
  flex: 1 1 45%;
  min-height: 320px;
  border-radius: 16px;
  background-color: #222;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* ==============================================================
improve your sleep
================================================================== */
.improve-sleep-section {
  padding: 80px 5vw;
  color: white;
  text-align: center;
  font-family: 'Helvetica Neue', sans-serif;
}

.improve-sleep-header h1 {
  font-size: 3.2rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 10px;
}

.improve-sleep-header h2 {
  font-size: 1.5rem;
  color: white;
  font-weight: 400;
  margin-bottom: 50px;
}

.sleep-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
}

.spine-relief-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  padding: 60px 3vw;
  color: var(--text-color, white);
  font-family: 'Helvetica Neue', sans-serif;
}

.text-column {
  flex: 1 1 500px;
  max-width: 600px;
}

.text-column h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--main-heading-color, #a66b54);
}

.text-column h2 {
  font-size: 1rem;
  font-weight: 400;
  color: var(--secondary-text-color, white);
  margin-bottom: 25px;
}

.intro-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: var(--body-text-color, white);
}

.support-areas {
  list-style: none;
  padding: 0;
  margin: 0;
}

.support-areas li {
  margin-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: white;
}

.support-areas strong {
  color: #a66b54;
  font-weight: 1000;
}

.image-column {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-column img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.layered-system-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  padding: 5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.layered-system-section .text-column {
  flex: 1 1 500px;
  color: #fff;
}

.layered-system-section .text-column h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.layered-system-section .text-column h2 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #ccc;
}

.layered-system-section .intro-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.layered-system-section .layer-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.layered-system-section .layer-details li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
}

.layered-system-section .layer-details li::before {
  content: "•";
  position: absolute;
  left: 0;
  color:#a66b54;
  font-size: 1.2rem;
}
[dir="rtl"] .layered-system-section .layer-details li {
  padding-right: 1.5rem;
  padding-left: 0;
}

[dir="rtl"] .layered-system-section .layer-details li::before {
  right: 0;
  left: auto;
}
.layered-system-section .image-column {
  flex: 1 1 500px;
  text-align: center;
}

.layered-system-section .image-column img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .layered-system-section {
    flex-direction: column-reverse;
    text-align: center;
  }

  .layered-system-section .text-column,
  .layered-system-section .image-column {
    flex: 1 1 100%;
  }

  .layered-system-section .text-column h1 {
    font-size: 2.2rem;
  }

  .layered-system-section .text-column h2 {
    font-size: 1.3rem;
  }

  .layered-system-section .intro-text,
  .layered-system-section .layer-details li {
    font-size: 0.95rem;
  }
}



/* ==============================================================
Footer
================================================================== */
/* الـ footer يظهر أسفل الصفحة بشكل ثابت */
.dropdown-footer-black {
width: 100%;
background-color: #000;
color: white;
padding: 20px;
text-align: center;
font-size: 16px;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px 10px; /* ✅ قللناه للنص */
  background-color: black;
  margin-top: auto;
}
.footer-column {
display: flex;
flex-direction: column;
flex: 1 1 150px;
min-width: 150px;
}
.footer img {
width: 100%;
max-width: 250px;
height: auto;
border-radius: 40px;
}
.footer-column h3 {
color: #c1a57b;
font-size: 18px;
margin-bottom: 10px;
}
.footer-column a {
color: #ffffff;
text-decoration: none;
margin: 5px 0;
font-size: 14px;
}
.footer-column a:hover {
color: #c1a57b;
}
.social-icons {
width: 100%;
text-align: center;
margin-top: 30px;
}
.social-icons a {
display: inline-block;
margin: 0 10px;
font-size: 24px;
color: #808080;
transition: color 0.3s ease-in-out;
}
.social-icons a:hover {
color: #c1a57b;
}
/* ⭐ Media Queries */
@media (max-width: 768px) {
.footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-column {
    flex: 1 1 100%;
    margin-bottom: 20px;
}
.footer img {
    max-width: 200px;
}
}
