/* -----------------main style---------------- */
:root{
      --accent-orange: #FF6900;   
      --accent-dark:   #ff4f00;
      --bg-beige:      #fbf6f2;  
      --muted:         #8f8f8f;
      --card-radius:   14px;
}
html,
body {
  overflow-x: hidden !important;
}
@font-face {
  font-family: 'Alfont';
  src: url('alfont_com.ttf') format('truetype');
    font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
    body{
      overflow-x: hidden !important;
        font-family: 'Alfont';
      background: #fff;
      margin:0;
      color:#222;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      /* padding:40px 16px; */
    }
/* حالة البداية لكل سكشن */
.section-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* حالة بعد الدخول في الفيو */
.section-animate.active {
  opacity: 1;
  transform: translateY(0);
}
                                                                                                                                /* -----------------------------navbar style----------------------- */
 .navbar {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
      background-color: #fff;
      box-shadow: 0 1px 5px rgba(0,0,0,0.05);
      /* padding: 0.7rem 1.5rem; */
        height: 75px;
    }
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background: #fff;
}
    .navbar-brand {
      display: flex;
      align-items: center;
      font-weight: 600;
      color: #333;
      font-size: 1.1rem;
    }

                                                                .navbar-brand img {
      margin-left: 8px;
    }

    .navbar-nav .nav-link {
      color: #333 !important;
      font-weight: 500;
      margin: 0 10px;
      transition: 0.3s;
    }

    .navbar-nav .nav-link:hover {
      color: #ff7b30 !important;
    }

    .btn-orange {
      background-color: #ff7b30;
      color: #fff;
      border-radius: 5px;
      padding: 8px 20px;
      font-weight: 500;
      transition: 0.3s;
      border: none;
    }

    .btn-orange:hover {
      background-color: #e96e25;
      color: #fff;
    }

    .btn-login {
      color: #333;
      font-weight: 500;
      width: 200px;
      border: none;
      background: none;
      margin-right: 15px;
      transition: 0.3s;
    }

    .btn-login:hover {
      color: #ff7b30;
    }

    @media (max-width: 991px) {
      .navbar-nav {
        text-align: center;
        margin-top: 15px;
      }
      .btn-orange {
        width: 100%;
        margin-top: 10px;
      }
      .btn-login {
        width: 100%;
        margin: 5px 0;
      }
    }
  /* -----------------------------------------section one style-------------------------------- */
  .hero-section {
      /* width: 100%; */
      /* max-width: 1200px; */
      padding: 150px 20px 10px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #FFF5E8 0%, #FFFAF3 50%, rgba(255, 246, 235, 0.5) 100%);

    }

    .hero-title {
      font-size: 42px;
      font-weight: 800;
      line-height: 1.2;
      color: var(--text-dark);
    }

    .hero-title span {
      color: var(--accent-orange);
      font-size: 35px;
    }

    .hero-subtitle {
      font-size: 18px;
      color: var(--muted);
      /* max-width: 700px; */
      margin: 16px auto 32px;
    }

    .hero-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-bottom: 40px;
    }

    .btn-main {
      background: var(--accent-orange);
      color: #fff;
      border: none;
      padding: 12px 28px;
      border-radius: 12px;
      font-weight: 700;
      transition: 0.3s;
    }

    .btn-main:hover {
      opacity: 0.9;
    }

    .btn-outline {
      background: #fff;
      border: 1px solid #ddd;
      color: var(--text-dark);
      padding: 12px 24px;
      border-radius: 12px;
      font-weight: 600;
      transition: 0.3s;
    }

    .btn-outline:hover {
      background: #f9f9f9;
    }

    .hero-img {
      max-width: 100%;
      width: 900px;
      border-radius: 24px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .hero-title { font-size: 34px; }
      .hero-subtitle { font-size: 16px; max-width: 90%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                /* .hero-img { width: 100%; } */
    }

    @media (max-width: 600px) {

      .hero-title { font-size: 26px; }
      .hero-subtitle { font-size: 15px; }
    }
 /* -----------------------section two style---------------------------- */
 
    .features_wrap{max-width:980px; margin:50px auto auto auto;}

    .section-head{display:flex;flex-direction:column;align-items:center;margin-bottom:18px}
    .badge-small{display:inline-flex;align-items:center;gap:8px;background:#fff3e8;color:#ff8a3d;padding:6px 12px;border-radius:20px;font-weight:700;font-size:13px;box-shadow:0 4px 14px rgba(255,150,60,0.06)}
    .section-title{font-weight:800;font-size:20px;margin-top:12px}
    .section-desc{color:var(--muted);margin-top:8px;text-align:center;max-width:760px}

    /* main grid: two columns (left content, right tall analysis card) */
    .main-grid{display:grid;grid-template-columns:1fr 420px;gap:18px}

    /* left column layout: vertical stack with internal grid rows */
    .left-col{display:grid;grid-template-rows:auto auto auto;gap:14px}

    /* top row: two small cards side-by-side */
    .row-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
    .card-sm{background:linear-gradient(180deg,rgba(255,255,255,0.9),#fff);border-radius:12px;padding:16px;box-shadow:var(--soft-shadow);border:1px solid rgba(15,23,42,0.03);min-height:230px}
    .card-sm .icon{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;margin-left:12px}
    .card-title{font-weight:700;margin-bottom:6px}
    .card-desc{color:var(--muted);font-size:13px}

    /* middle: wide chart spanning full left width (matches two columns width in original) */
    .wide-card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:12px;padding:14px;box-shadow:var(--soft-shadow);border:1px solid rgba(15,23,42,0.04);min-height:170px}

    /* below: two small cards */
    .row-two-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}

    /* second main row under whole grid: two equal cards side-by-side (مقارنة المؤشرات, تنبيهات الذكاة) */
    .second-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
    .big-sm-right{background: linear-gradient(135deg, #EEF2FF 0%, rgba(238, 242, 255, 0.5) 50%);
border-radius:12px;padding:16px;box-shadow:var(--soft-shadow);border:1px solid rgba(15,23,42,0.03);min-height:120px}

 .big-sm-left{background: linear-gradient(135deg, #FFFBEB 0%, rgba(255, 251, 235, 0.5) 50%);

border-radius:12px;padding:16px;box-shadow:var(--soft-shadow);border:1px solid rgba(15,23,42,0.03);min-height:120px}

/* right analysis big card - tall */
    .big-card{
        position: relative; 
  overflow: hidden; 
      background: linear-gradient(135deg, #EFF6FF 0%, rgba(239, 246, 255, 0.5) 50%);
      border-radius:14px;padding:18px;box-shadow:var(--soft-shadow);border:1px solid rgba(15,23,42,0.04);min-height:420px}
    .big-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
    .big-title{font-weight:800}
    .tabs{display:flex;gap:8px;align-items:center}
    .tab{padding:6px 10px;border-radius:12px;border:1px solid rgba(15,23,42,0.06);font-size:13px}
    .tab.active{background:linear-gradient(90deg,#fff7f2,#fff);border-color:rgba(255,106,26,0.12);color:var(--accent);font-weight:700}

    /* .chart-area{display:flex;gap:12px;align-items:flex-start} */
  

.chart-area {
  position: absolute;
  bottom: 0px;
  left: 0;
  top: 170px;
}

 
    .legend{width:120px}
    .legend .item{display:flex;align-items:center;gap:8px;margin-bottom:8px}
    .dot{width:10px;height:10px;border-radius:50%}
    .chart-box{flex:1;border-radius:10px;padding:12px}

    .note{color:var(--muted);font-size:13px;margin-top:12px;text-align:center}

    /* pastel classes to keep colors identical to previous design */
    .bg-a{background:linear-gradient(135deg, #fff8f3 0%, #fffefc 100%)}
    .bg-b{background:linear-gradient(135deg, #f3fff9 0%, #fcfffe 100%)}
    .bg-c{background:linear-gradient(135deg, #f9f7ff 0%, #fff 100%)}
    .bg-d{background:linear-gradient(135deg, #fff8fb 0%, #fff 100%)}

    @media (max-width:1000px){
      .main-grid{grid-template-columns:1fr}
      .big-card{order:-1}
      .second-row{grid-template-columns:1fr}
      .row-two{grid-template-columns:1fr}
      .row-two-bottom{grid-template-columns:1fr}
    }
/* -------------------------------three------------------------------ */
.section-wrap-contact{
  width: 100%;
background: linear-gradient(180deg, rgba(255, 247, 237, 0.3) 0%, #FFFFFF 100%);
}
.section-wrap{
      /* max-width: 1000px; */
      margin: 0 auto;

    }

    /* ---------- ترويسة السكشن ---------- */
    .section-top {
      text-align: center;
      margin-bottom: 18px;
    }
    .section-top .pill {
      display:inline-block;
      background: #fff;
      color: var(--accent-orange);
      border-radius: 999px;
      padding: 8px 20px;
      font-weight: 800;
      box-shadow: 0 8px 30px rgba(255,107,0,0.06);
      border: 1px solid rgba(255,107,0,0.08);
    }
    .section-top h2 {
      margin-top: 12px;
      font-weight: 800;
      font-size: 1.25rem;
      line-height: 1.25;
    }
    .section-top p.lead {
      color: var(--muted);
      margin-bottom: 0;
    }

    /* ---------- تخطيط المحتوى (فورم + كروت) ---------- */
   .contact-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* يخلي الطول متساوي */
  gap: 40px;
  /* max-width: 1100px; */
    margin: 60px 60px;
  direction: rtl; /* يخلي الفورم على اليمين */
}

/* === FORM === */
.contact-form {
  flex: 1;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #0000001A;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.contact-form h3 {
  margin-bottom: 20px;
  color: #ff7b30;
  font-weight: 600;
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 12px;
}

.btn-send {
  background: var(--Primary, #FB5C03);
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 10px 30px;
  transition: 0.3s;
}

.btn-send:hover {
  background-color: #e96e25;
}

/* === CARDS === */
.cards-col {
 flex: 0.5;
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.contact-card {
  /* background: #fff7f1; */
  border: 2px solid #0000001A;
  text-align: start;
  margin-bottom: 15px;
  border-radius: 12px;
  padding: 25px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* flex: 1; */
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-card .icon {
  width: 40px;
  color: #ff7b30;
  margin-bottom: 10px;
}

.contact-card h5 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
  color: #333;
}

.contact-card .muted {
  color: #777;
   font-size: 14px;

  margin-bottom: 5px;
}

.contact-card .value {
  font-weight: 500;
  font-size: 13px;
  color: #F54900;

}

/* === Responsive === */
@media (max-width: 992px) {
  .contact-grid {
    flex-direction: column;
    gap: 30px;
  }

  .cards-col {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-card {
    width: 250px;
  }
}

    /* spacing small */
    .mt-sm { margin-top:10px; }

    /* ---------- الفوتر (أربعة أعمدة) ---------- */
    .site-footer {
      margin-top:34px;
      background: #ECECF04D;
      /* border-radius: 12px; */
      /* width: 100%; */
      padding: 28px;
      color: #222;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      align-items: start;
    }
    .footer-grid h6 { font-weight:800; margin-bottom:10px; }
    .footer-grid p, .footer-grid li, .footer-grid a { color: var(--muted); font-size: .95rem; }
    .socials .bi { font-size: 18px; color: var(--accent-dark); transition: .2s; }
    .socials .bi:hover { transform: translateY(-3px); color: var(--accent-orange); }

    /* newsletter row under columns */
    .newsletter-row {
      display:flex;
      gap:10px;
      border-top: 1px solid rgba(0,0,0,0.04);
      align-items:center;
      margin-top:18px;
      justify-content: space-between;
      flex-wrap:wrap;
    }
    .newsletter-row .input {
      flex: 1 1 320px;
    }
    .newsletter-row .btn-sub {
      background: var(--accent-orange);
      color:#fff;
      border: none;
      padding:10px 18px;
      border-radius: 8px;
      font-weight:800;
    }

    /* bottom small line and rights */
    .footer-bottom {
      border-top: 1px solid rgba(0,0,0,0.04);
      margin-top:18px;
      padding-top:14px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      flex-wrap:wrap;
    }
    .footer-bottom a { color:var(--muted); text-decoration: none; font-weight:600; }

    /* responsive */
    @media (max-width: 1000px){
      .contact-grid { grid-template-columns: 1fr 360px; gap:20px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .cards-col {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap: 14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin: auto
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
      .contact-card .icon { width:60px; height:60px; font-size:24px; }
    }
    @media (max-width: 820px){
      .contact-grid { grid-template-columns: 1fr; }
      .cards-col { order: 2; }
      .contact-form { order: 1; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
      .newsletter-row { justify-content:center; }
      .footer-bottom { justify-content:center; text-align:center; }
    }
    @media (max-width: 480px){
      .footer-grid { grid-template-columns: 1fr; }
    }
    /* ----------------------style-------------- */

.text-orange {
  color: #ff8a3d;
}
.how-it-works{
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 247, 237, 0.3) 100%);

}
.how-it-works .badge {
  font-size: 0.9rem;
  border: 1px solid #ff8a3d;
}

.steps {
  position: relative;
}

.steps::before {
  content: "";
  position: absolute;
  top: 65px;
  right: 6%;
  left: 6%;
  height: 4px;
  background-color: #ffe0c7;
  z-index: 0;
}

.step-box {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  width: 23%;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: 0.3s;
}

.step-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: #fff9f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.badge-number {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ff8a3d;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(255,138,61,0.3);
}

.btn-orange {
  background-color: #ff8a3d;
  color: #fff;
  border-radius: 12px;
  transition: 0.3s;
}

.btn-orange:hover {
  background-color: #ff7418;
  color: #fff;
}

@media (max-width: 992px) {
  .step-box {
    width: 48%;
    margin-bottom: 30px;
  }
  .steps::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .step-box {
    width: 100%;
  }
}
 /* ---------------------------------------------------------six---------------------------------- */

 .pricing-section {
   text-align: center;
   padding: 80px 0;
   background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 247, 237, 0.3) 100%);

 }

 .section-badge {
   background: #fff3e8;
   color: #ff8a3d;
   font-weight: 600;
   display: inline-block;
   padding: 6px 16px;
   border-radius: 20px;
   font-size: 14px;
   margin-bottom: 10px;
 }

 .pricing-title {
   font-weight: 700;
   margin-bottom: 60px;
   font-size: 22px;
   color: #333;
 }

 .pricing-card {
   background: #fff;
   border: 1px solid #f4e8e0;
   border-radius: 20px;
   box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
   padding: 40px 25px;
   transition: all 0.3s ease;
   position: relative;
   overflow: hidden;
 }

 .purify-section-four {
   margin: 0 auto;
   background: linear-gradient(180deg, rgba(240, 253, 244, 0.3) 0%, #FFFFFF 100%);

 }
.purify-section {
   margin: 0 auto;
   background: #FFFFFF;

 }
 .pricing-card:hover {
   transform: translateY(-8px);
   box-shadow: 0px 15px 40px rgba(255, 138, 61, 0.2);
   border-color: #ff8a3d;
 }

 /* الشريط العلوي */
 .top-bar {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   height: 40px;
   background: #FF6900;
   color: #fff;
   font-weight: 600;
   font-size: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
 }

 .pricing-card.middle {
   border: 2px solid #FF6900;
   transform: scale(1.05);
   box-shadow: 0px 15px 40px rgba(255, 138, 61, 0.2);
   z-index: 2;
 }

 .price {
   color: #ff8a3d;
   font-weight: 700;
   font-size: 2rem;
   margin-bottom: 20px;
 }

 .pricing-card h5 {
   font-weight: 700;
   font-size: 1.2rem;
   margin-bottom: 5px;
 }

 .pricing-card p.small {
   color: #777;
   font-size: 14px;
   margin-bottom: 25px;
 }

 .pricing-features {
   list-style: none;
   padding: 0;
   text-align: right;
   margin-bottom: 35px;
 }

 .pricing-features li {
   margin-bottom: 10px;
   font-size: 15px;
   color: #333;
   display: flex;
   align-items: center;
   gap: 8px;
 }
.feature-container{
  padding-bottom: 50px;
  padding-top: 30px;
background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);

}
 .pricing-features li svg {
   color: #22c55e;
   flex-shrink: 0;
 }

 .btn-orange {
   background-color: #ff7b30;
   color: #fff;
   border-radius: 5px;
   padding: 8px 20px;
   font-weight: 500;
   transition: 0.3s;
   border: none;
 }



 .btn-orange:hover {
   background-color: #ff7418;
 }

 .note-card {
   border-top: 1px solid #FFEDD4;
   background: #FFF7ED;
   border-radius: 8px;
   padding: 1rem 1.25rem;
   max-width: 420px;
 }

 .note-title {
   font-weight: 700;
   font-size: 1rem;
   color: #7E2A0C;

   border-bottom: 2px solid rgba(0, 0, 0, 0.08);
   display: inline-block;
   padding-bottom: 2px;
 }

 .note-text {
   color: #7E2A0C;

   font-size: 0.95rem;
   line-height: 1.6;
   margin-top: .4rem;
 }
 .btn-outline-orange {
   border: 1px solid #ff8a3d;
   color: #ff8a3d;
   border-radius: 10px;
   padding: 10px 25px;
   font-weight: 600;
   transition: 0.3s;
   background: none;
   width: 100%;
 }

 .pricing-card:hover .btn-outline-orange {
   background-color: #ff8a3d;
   color: #fff;
 }

 .pricing-footer {
   margin-top: 50px;
   color: #22c55e;
   background: #f0fff4;
   display: inline-block;
   padding: 8px 18px;
   border-radius: 12px;
   font-size: 14px;
 }

 .icon-box {
   width: 60px;
   height: 60px;
   background: #f6f6f6;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 15px;
 }

 .icon-box svg {
   color: #6b6b6b;
   width: 28px;
   height: 28px;
 }

/* ----------------------------------------------seven--------------------------------- */
 .main-container {
   background: linear-gradient(180deg, #ff7700 0%, #ff4f00 100%);
   color: #fff;
   border-radius: 16px;
   box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
   padding: 40px 20px;
  margin: auto;
   width: min(900px, 95%);
   text-align: center;
 }

 .main-container .badge {
   background: rgba(255, 255, 255, 0.2);
   border-radius: 50px;
   padding: 8px 20px;
   font-weight: 700;
   margin-bottom: 20px;
   display: inline-block;
 }

 .main-container h2 {
   font-weight: 800;
   font-size: 1.4rem;
   margin-bottom: 30px;
 }

 .feature-cards {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 15px;
   margin-bottom: 30px;
 }

 .feature-card {
   background: #FFFFFFD9;
   text-align: start;
   box-shadow: 0px 4px 6px -4px #0000001A;
box-shadow: 0px 10px 15px -3px #0000001A;
color: #0A0A0A;

   border-radius: 12px;
   flex: 1 1 250px;
   padding: 20px;
   min-width: 230px;
   max-width: 260px;
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
 }

 .feature-card svg {
   width: 26px;
   height: 26px;
   margin-bottom: 10px;
 }

 .feature-card h5 {
   font-weight: 700;
   font-size: 1rem;
   margin-bottom: 6px;
 }

 .feature-card p {
   font-size: 0.9rem;
   color: #666;
   margin: 0;
 }

 .points {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 15px;
   margin-bottom: 30px;
 }

 .points-row {
   display: flex;
   justify-content: center;
   gap: 40px;
 }

 .point {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
   font-size: 0.95rem;
 }

 .point svg {
   width: 18px;
   height: 18px;
   flex-shrink: 0;
 }

 .buttons {
   display: flex;
   justify-content: center;
   gap: 15px;
   margin-bottom: 20px;
 }

 .buttons .btn-primary {
   background: #fff;
   color: #ff6200;
   border: none;
   border-radius: 8px;
   font-weight: 700;
   padding: 10px 20px;
 }

 .buttons .btn-outline-light {
   border: 1px solid rgba(255, 255, 255, 0.7);
   color: #fff;
   font-weight: 700;
   border-radius: 8px;
   padding: 10px 20px;
 }

 .footer-note {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   font-size: 0.85rem;
   opacity: 0.9;
 }

 @media (max-width: 768px) {
   .feature-cards {
     flex-direction: column;
     align-items: center;
   }

   .buttons {
     flex-direction: column;
   }

   .points-row {
     flex-direction: column;
     gap: 10px;
   }
 }

 /* -------------------------ten---------------------------------------- */

 .faq-section {
  /* max-width: 1000px; */
  margin: 70px auto;
  background: #fff;
  border-radius: 15px;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03); */
  padding: 40px;
  text-align: center;
}

.accordion {
  /* max-width: 700px; */
  margin: 0 auto;
  text-align: start;
}

.accordion-item {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.accordion-item:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  border: none;
  box-shadow: none !important;
  padding: 14px 18px;
  transition: all 0.2s ease;
}

.accordion-button span {
  flex: 1;
}
.accordion-header span{
  text-align: start;
}

.accordion-button i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) i {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  border: 1px solid #FFD6A7;
  background-color: #fff;
}

.accordion-body {
  border: 1px solid #FFD6A7;
  border-top: none;
  color: #555;
  line-height: 1.7;
  padding: 15px 20px;
}

.no-question-box {
  text-align: center;
  background: linear-gradient(90deg, #FFF7ED 0%, rgba(255, 237, 212, 0.5) 100%);
  border: 1px solid #FFD6A7;
  border-radius: 15px;
  padding: 35px 25px;
  margin-top: 50px;
}
 .no-question-box i {
      font-size: 40px;
      color: #ff7b30;
      margin-bottom: 15px;
    }

    .no-question-box p {
      color: #444;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .contact-btn {
      background-color: transparent;
      color: #FB5C03;
      border: none;
      border: 1px solid #FB5C03;
      /* border-radius: 30px; */
      padding: 10px 30px;
      transition: 0.3s;
    }

    .contact-btn:hover {
      background-color: #e96e25;
    }
    .list-unstyled li {
      margin-bottom: 5px;
    }
/* ---------------------------------Login&register-------------------------------------- */
.auth-container {
  margin-top: 150px !important;
  max-width: 520px;
  margin: 60px auto;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}


.auth-logo {
  width: 120px;
  margin-bottom: 25px;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  display: block;
  text-align: right;
}

.form-control {
  border-radius: 6px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ff6600;
}

.btn-orange {
  background-color: #ff6600;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  font-weight: 600;
  transition: 0.3s;
  width: 100%;
}

.btn-orange:hover {
  background-color: #e05600;
}

.text-link {
  margin-top: 15px;
  text-align: center;
}

.text-link a {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
}

.text-link a:hover {
  text-decoration: underline;
}

/* ---------------------------animation------------ */
/* حالة البداية للسكشن */
.section-animate {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* ظهور السكشن بالكامل */
.section-animate.active {
  opacity: 1;
  transform: translateY(0);
}

/* انميشن للـ badge والعنوان */
.how-it-works .badge-small,
.how-it-works h4,
.how-it-works p.mb-5 {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 0.8s ease-out;
}

/* انميشن الخطوات */
.how-it-works .step-box {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
  transition: all 0.8s ease-out;
}

/* زر CTA */
.how-it-works .btn-orange {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}

/* عند التفعيل */
.section-animate.active .badge-small,
.section-animate.active h4,
.section-animate.active p.mb-5 {
  opacity: 1;
  transform: translateY(0);
}

/* خطوات تظهر مع تأخير */
.section-animate.active .step-box:nth-child(1) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-animate.active .step-box:nth-child(2) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-animate.active .step-box:nth-child(3) {
  transition-delay: 0.6s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-animate.active .step-box:nth-child(4) {
  transition-delay: 0.8s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* زر CTA يظهر بعد كل الخطوات */
.section-animate.active .btn-orange {
  opacity: 1;
  transform: scale(1);
  transition-delay: 1s;
}
