/*إضافة الخط من نوع Cairo */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: 'Rubik', sans-serif; /* تأكد من إضافة sans-serif كخيار احتياطي */
    background-color: #f5f7fa; /* تم توحيد لون الخلفية هنا */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

/*تخصيص Navbar */
#mainnav {
    background-color: transparent;
}

.inner {
    /* خصائص Glassmorphism */
    background: rgba(92, 255, 230, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 1.1em;
    height: 70px !important;
}
.store-footer__inner ,.store-footer{
 background: rgba(92, 255, 230, 0.2)!important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px)!important;
}

.top-navbar {
    display: none;
}

.s-product-card-content-main a {
    font-size: 1.1rem;
}
/*إضافة الأنميشن لـ Navbar*/
nav ul li a span {
    color: #000;
    position: relative;
    font-size: 1em;
    margin-right: 35px;
    transition: .3s ease-in-out;
    text-decoration: none;
}

nav ul li a span::before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #000;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
    border-radius: 40px;
}

nav ul li a span:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 1024px) {
    .inner {
        height: 83px !important;
    }
}

.sicon-menu {
    color: #13588f;
}

custom-salla-product-card {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.s-button-element {
    color: #000;
}

.s-button-element:hover {
    color: #007EFF;
}

/*button*/
.s-button-btn {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.s-button-btn:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: black;
}

.s-button-element:focus {
    outline: none;
}

.s-button-btn {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}

.s-add-product-button-mini-checkout-content {
    color: #000;
}

.sticky-product-bar,form section {
    background: rgba(92, 255, 230, 0.2)!important;
   /* box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2)!important;*/
    backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px);
}
/*Start Hero & About*/
a{text-decoration: none !important;}

.hero-section {
margin:0px;
    display: flex;
    width: 100%; 
 background-position: center;
 background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh; 
}

/* Left Content styles - for text and buttons */
.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}


.gradient{
	background: linear-gradient(45deg, #3b82f6, #10b981);
    -webkit-background-clip: text;
    background-clip: text;
	  color: transparent;
	
}
.hero-text{
	color: #111827;
	font-size: 1.5rem;
line-height: 3rem;
margin-bottom:3rem;
}
.custom-btn a{
color: #f0f0f0;
width: 1rem;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 1.5rem;
	border: 1px solid transparent;
	transition: 0.5s ease-out;
	font-weight: 600;	
}
.primary-button{
	background: linear-gradient(45deg, #3b82f6, #10b981); 
	font-weight: 600;
}

a.primary-button:hover{
	background: linear-gradient(90deg, #10b981, #3b82f6);
	color:#e5dbdb;
	margin-bottom: 10px !important;
}
a.secondary-button{
	background: linear-gradient(45deg, #f97316, #f59e0b);
}
a.secondary-button:hover{
	background: linear-gradient(90deg, #f59e0b, #f97316);
	color: #111827;
	margin-bottom: 10px !important;
}
.about-us{
	display: flex;
	align-items: center;
	justify-content: center;
flex-direction: row;
margin-top: 2rem;
}
.about-us-heading{
	text-align: center;
	font-size: 2rem;
	margin-top: 50px;
	padding:1.5rem 0;
}
.goto .about-us-heading {
font-size: 1.6rem;
}
.about-content{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.about-us img{
	width: 45%;
	height: 30rem;
	border-radius: 30px;
}
.about-content>.primary-button{
	padding: 10px 20px;
	width:auto;
}
.mt-title{
padding-top:100px!important;
text-align: center;
}
.about-content a{
	width: 9.5rem;
}
@media screen and (max-width: 1024px) {
	.about-content{
		width: 100%;
	}
	.about-us img{
		display: none;
		padding: 0px;
		margin: 0px;
	}
	
}
/*End Hero*/
.section-title{
padding:10px;}
 .plans-container {
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap to next line */
        justify-content: center;
        gap: 1rem; /* Space between plan cards */
        max-width: 1200px; /* Max width for the container */
        width: 100%;
        box-sizing: border-box; /* Include padding in total width */
      }

      /* Main page title */
      h1 {
        color: #333;
        margin-bottom: 0.5rem;
        font-size: 2.5rem; /* Larger font size for title */
        font-weight: 700;
        width: 100%;
      }

      /* Subtitle description */
      .subtitle {
        color: #666;
        margin-bottom: 2rem;
        font-size: 1.2rem;
        font-weight: 400;
        text-align: center;
        width: 100%;
      }

      /* Plan card design */
      .plan-card {
        background-color: #fff; /* Default background */
        /* Gradient background that will animate on hover */
        background-image: linear-gradient(
          135deg,
          #ffffff 0%,
          #f0f2f5 50%,
          #ffffff 100%
        );
        background-size: 200% 200%; /* Make gradient larger than card to allow movement */
        background-position: top right; /* Initial position for the gradient */

        border-radius: 12px; /* Rounded corners */
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Soft shadow */
        padding: 2.5rem 2rem; /* Internal padding */
        width: 200px; /* Fixed width for each card */
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align content to the right (for Arabic LTR) */
        text-align: right; /* Align text to the right */
        /* Animation for transform (translateY and scale), shadow, and background-position */
        transition: transform 0.3s ease, box-shadow 0.3s ease,
          background-position 0.5s ease-out;
        position: relative; /* For "Most Popular" badge positioning */
        overflow: hidden; /* Prevent content overflow during animation */
      }

      /* Hover effect on the card */
      .plan-card:hover {
        transform: translateY(-10px) scale(1.02); /* Move card up AND scale slightly on hover */
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* Larger shadow on hover */
        background-position: bottom left; /* Animate background position on hover */
      }

      /* Plan title */
      .plan-card h2 {
        font-size: 1.2rem; /* Font size for plan title */
        color: #333;
        margin-top: 0;
        margin-bottom: 1.5rem;
        font-weight: 600;
        width: 100%; /* Ensure title takes full width */
        text-align: center;
        position: relative;
      }

      /* Plan icon */
      .plan-card h2::before {
        content: ""; /* Empty content to use background-image */
        display: inline-block;
        width: 35px;
        height: 35px;
        vertical-align: middle;
        margin-left: 10px; /* Space between icon and text */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
      }

      /* Quick plan icon (7 days) */
      .plan-card.quick h2::before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b46c1"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>'); /* Quick icon */
      }

      /* Intensive plan icon (15 days) */
      .plan-card.intensive h2::before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b46c1"><path d="M19 4h-2V2h-2v2H9V2H7v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V8h14v12zM9 10H7v4h2v-4zm4 0h-2v4h2v-4zm4 0h-2v4h2v-4z"/></svg>'); /* Intensive icon */
      }

      /* Regular plan icon (30 days) */
      .plan-card.regular h2::before {
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236b46c1"><path d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12 12-5.37 12-12S18.63 0 12 0zm0 22C6.48 22 2 17.52 2 12S6.48 2 12 2s10 4.48 10 10-4.48 10-10 10zm-1-15h2V7h-2v-1h-2v1H7v2h2v4h2v-4h2v4h-2v1h2v-1h2v-2h-2V7zm-2 2h-2v2h2V9zm4 0h-2v2h2V9zm-2 4h-2v2h2v-2z"/></svg>'); /* Regular icon */
      }

      /* "Most Popular" badge */
      .plan-card.intensive .badge {
        position: absolute;
        width: 7rem;
        height: 0.9rem;
        top: 70px;
        right: 0;
        background-color: #6b46c1; /* Purple color */
        color: #fff;
        padding: 0.5rem 1rem;
        border-top-left-radius: 0;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 12px;
        font-size: 0.8rem;
        font-weight: 600;
        transform: translateX(10%) translateY(-20%) rotate(45deg); /* Rotate and position badge */
        transform-origin: top right;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Shadow for badge */
        text-align: center;
        border-radius: 20px;
      }

      /* Features list */
      .plan-card ul {
        list-style: none; /* Remove default bullets */
        padding: 0;
        margin: 0;
        flex-grow: 1; /* Allow list to grow and distribute space */
        width: 100%;
      }

      /* List item - always visible */
      .plan-card li {
        font-size: 1rem;
        color: #555;
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        text-align: right;
        line-height: 1.5;
        /* No initial opacity or transform, so they are visible by default */
      }

      /* Checkmark icon */
      .plan-card li::before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        min-width: 20px; /* Ensure icon doesn't shrink */
        min-height: 20px; /* Ensure icon doesn't shrink */
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2328a745"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>'); /* Green checkmark icon */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 10px; /* Space between checkmark icon and text */
      }

      /* Additional info in each plan */
      .plan-info {
        font-size: 0.9rem;
        color: #777;
        margin-top: 1rem;
        width: 100%;
        text-align: center;
      }
 

      /* Responsive design for small screens */
      @media (max-width: 768px) {
        .plans-container {
          flex-direction: column; /* Stack cards vertically on small screens */
          align-items: center; /* Center cards */
          padding: 1rem;
        }

        .plan-card {
          width: 90%; /* Wider cards on mobile */
          max-width: 350px; /* Max width for cards */
          margin-bottom: 1.5rem; /* Space between cards */
        }


	


        h1 {
          font-size: 2.5rem;
        }

        .subtitle {
          font-size: 1rem;
        }
      }
      .plans-container div {
        width: 20rem;
      }
      .plan-card.intensive {
        /* Initial gradient for the intensive card with #8d5cff as base */
        background-color: #9b6fff !important;
        color: #fff; /* Default text color for intensive card */
      }
	  #intensive{
	background:#FFD66B !important;
}
.regular{
background:#80D8C3 !important;
}
.quick{
background:rgba(77, 168, 218,0.2)}
     h1.hero-heading{
    color: transparent;
    align-items: start!important;
    
}
.s-user-menu-trigger{
border-radius: 50%;
padding:0px;
}




/*أخر حاجة */
.description {
  font-size: 1.125rem; /* حجم خط متوسط */
  color: #6b7280; /* لون رمادي للنص */
  text-align: center; /* محاذاة النص لليمين */
  margin-bottom: 1rem; /* مسافة أسفل الوصف */
  text-align: center;
}

/* Main Title Styling */
.main-title {
  font-size: 3rem; /* حجم خط كبير */
  font-weight: 700; /* وزن خط سميك */
  color: #111827; /* لون داكن للنص */
  text-align: right; /* محاذاة النص لليمين */
  margin-bottom: 1.5rem; /* مسافة أسفل العنوان الرئيسي */
}
/* Features Grid Layout */
.grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(17rem, 1fr)
  ); /* أعمدة شبكة متجاوبة */
  gap: 1.5rem; /* الفجوة بين عناصر الشبكة */
   width:100%;
}

/* Individual Feature Card Styling */
.feature-card {
  background-color: white;
  padding: 2rem;
  border-radius: 1.5rem; /* زوايا مستديرة */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05); /* ظل */
  text-align: right; /* محاذاة النص لليمين */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* محاذاة الأيقونة والنص لليمين */
  cursor: pointer; /* لإظهار أن البطاقة قابلة للتفاعل */
  transition: transform 1s ease-in; /* إضافة انتقال بسيط للتحريك */
}

.feature-card:hover {
  transform: translateY(-5px); /* تحريك البطاقة للأعلى قليلاً عند التمرير */
}

/* Feature Icon Container hero-text (بدون خلفية) */
.feature-icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 2.5rem; /* حجم أكبر قليلاً للـ emoji ليبرز بدون خلفية */
  line-height: 1;
  border-radius: 50%; /* جعل الأيقونة دائرية */
  background: rgba(106, 223, 206, 0.906);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Feature Title Styling */
.feature-title {
  font-size: 1.25rem; /* حجم خط متوسط */
  font-weight: 600; /* وزن خط شبه سميك */
  margin-bottom: 0.5rem; /* تقليل الهامش السفلي للعنوان */
  color: #333;
  text-align: center;
  align-items: center;
}

/* Feature Description Styling (مخفية بشكل افتراضي) */
.feature-description {
  font-size: 1rem; /* حجم خط صغير */
  line-height: 1.5;
  color: #007eff;
  max-height: 0; /* إخفاء الوصف بشكل افتراضي */
  overflow: hidden; /* إخفاء المحتوى الزائد */
  opacity: 0; /* جعل الوصف شفافًا بشكل افتراضي */
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out,
    margin-top 0.4s ease-in-out; /* انتقال سلس */
  margin-top: 0; /* لا يوجد هامش علوي في الوضع الافتراضي */
}

/* Show description on hover */
.feature-card:hover .feature-description {
  max-height: 100px; /* أو قيمة كافية لإظهار النص بالكامل */
  opacity: 1; /* إظهار الوصف */
  margin-top: 1rem; /* إضافة هامش علوي عند الظهور */
}
.goto {
  margin: 2rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.goto h1 {
  font-size: 2rem;
  background: linear-gradient(45deg, #3b82f6, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.goto a {
  background: linear-gradient(45deg, #3b82f6, #10b981);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 16px;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #f0f0f0;
}
.goto a:hover {
  background: linear-gradient(90deg, #10b981, #3b82f6);
  color: #e5dbdb;
}
/* Responsive Adjustments for smaller screens */
@media (max-width: 768px) {
  body {
    padding: 1rem; /* تعديل الهوامش على الشاشات الأصغر */
  }
  .main-title {
    font-size: 2.5rem; /* عنوان رئيسي أصغر على الجوال */
  }
  .description {
    font-size: 1rem;
  }
  .feature-card {
    padding: 1.5rem;
  }
  .feature-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 1rem;
    font-size: 2rem; /* حجم أصغر للـ emoji على الجوال */
  }
  .feature-title {
    font-size: 1.125rem;
  }
  .feature-description {
    font-size: 0.875rem;
    
  }
}

/* ---------------- محتوى الدورة  */
.section-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-header p {
  font-size: 1.1rem; /* حجم خط النص الفرعي */
  color: #4a5568;
  margin-bottom: 40px;
}
.card {
  background-color: #fff;
  border-radius: 15px; /* حواف دائرية للبطاقة */
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.05); /* ظل خفيف للبطاقة */
  width: 18; /* عرض البطاقة، 25% لكل بطاقة مع الأخذ في الاعتبار الفجوة */
  min-width: 280px; /* الحد الأدنى لعرض البطاقة لعدم الانكماش كثيرًا */
  display: flex;
  flex-direction: column;
  align-items: center; /* توسيط المحتوى داخل البطاقة */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* تأثير الانتقال عند التحويم */
}

.card:hover {
  transform: translateY(-5px); /* رفع البطاقة قليلاً عند التحويم */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* ظل أكبر عند التحويم */
}

.icon-wrapper {
  background-color: #e0e7ff; /* لون الخلفية للدائرة الزرقاء الفاتحة */
  border-radius: 50%; /* لجعلها دائرية */
  width: 70px; /* عرض الدائرة */
  height: 70px; /* ارتفاع الدائرة */
  display: flex;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.icon-wrapper svg {
  width: 35px; /* حجم أيقونة SVG */
  height: 35px;
  fill: #4c6ef5; /* لون أيقونة SVG أزرق داكن */
}

.card h3 {
  font-size: 1.5rem; /* حجم خط عنوان البطاقة */
  color: #2d3748;
  margin-bottom: 10px;
}

.card p {
  font-size: 1rem; /* حجم خط وصف البطاقة */
  color: #718096;
}

/* الاستجابة لتناسب الشاشات المختلفة */
@media (max-width: 1024px) {
  .card {
    width: calc(50% - 25px); /* بطاقتان في الصف على الأجهزة اللوحية */
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2rem;
  }
  .section-header p {
    font-size: 1rem;
  }
  .card {
    width: calc(100% - 25px); /* بطاقة واحدة في الصف على الأجهزة الصغيرة */
     margin: 0 auto; /* توسيط البطاقة */
  }
  custom-salla-product-card{
  display:block;
  }
  .s-products-list-wrapper {
    margin-bottom: 2rem;
    display: block;
}
custom-salla-product-card{
margin-top:2rem;}
}
.s-block{
margin:0px}

.s-user-menu-dropdown{
top:0px}
.s-user-menu-toggler::before{
background-color:#a3ffe5;
}
section.s-block.container{
width: 100%;
    margin: 0 auto; 
}
/*إعادة التحميل*/
div.loader-init::after{
display:none}