html, body {
    height: 100%;
    max-width: 100%;
    background-color: #f0f0f0;
    color: #1b233d;
} 

  .about-daleel {
    display: flex;
    margin: 40px auto;
    padding: 30px 25px;
    border-radius: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    padding-top: 5vw;
    padding-bottom: 10vw;
  }

.about{
    padding-inline-start: 35px;

  }

.about img{
    box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
    border-radius: 5px;
  }

  .about h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0057b7; 
    text-align: center;
    font-weight: 700;
  }

  .about p {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  
  @media (max-width: 600px) {
    .about-daleel {
      padding: 20px 15px;
    }
    .about-daleel h2 {
      font-size: 1.6rem;
    }
    .about-daleel p {
      font-size: 1rem;
    }
  }



.card {
    width: 400px;
    border-radius: 20px;
    background: #1b233d;
    padding: 5px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top:20px ; 
    }

.card:hover {
    transform: scale(1.03);
}


.border{
    border: 0px !important;
}
.period-title{
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 800;
    margin-top: -5%;
}
.card .top-section {
    height: 150px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
    position: relative;
}

.card .top-section .border {
  border-bottom-right-radius: 10px;
  height: 30px;
  width: 30%;
  background: white;
  background: #1b233d;
  position: relative;
  transform: skew(-40deg);
  box-shadow: -10px -10px 0 0 #1b233d;
}

.card .top-section .border::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  right: -15px;
  background: rgba(255, 255, 255, 0);
  border-top-left-radius: 10px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card .top-section::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(255, 255, 255, 0);
  height: 15px;
  width: 15px;
  border-top-left-radius: 15px;
  box-shadow: -5px -5px 0 2px #1b233d;
}

.card .top-section .icons {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.card .top-section .icons .logo {
  height: 100%;
  aspect-ratio: 1;
  padding: 7px 0 7px 15px;
}

.card .top-section .icons .logo .top-section {
  height: 100%;
}

.card .top-section .icons .social-media {
  height: 100%;
  padding: 8px 15px;
  display: flex;
  gap: 7px;
}

.card .top-section .icons .social-media .svg {
  height: 100%;
  fill: #1b233d;
}

.card .top-section .icons .social-media .svg:hover {
  fill: white;
}


.card-text td{
  padding-block: 6px !important;
}


.nav-link{
    color: #1b233d !important;
}

.d-block{
    margin-inline-start: 5%;
    width: 25% !important;
    height: 25%;
}

.language{
    list-style-type: none;
    margin-bottom: 0 !important;
}



.target {
    margin-inline: 15px;
}

.daleel_system{
    width: 100%;
    height: 50vw;
}


.choose{
    text-align: center;
    font-size: 18px;
}

.table-success{
    display:none !important;
}

.green{
    color: #70d54b;
    
}

/* td {
    color: #f0f0f0;
    text-align: start;
} */


.price{
    display: flex;
    margin-top: 3%;
    justify-content: center;
}

.amount,.period{
    color: #1b233d;
}

.period{
    margin-top: 15px;
}

.riyal{
    color: #f0f0f0;
    width: 25px;
    height: 30px;
}
.bill{
    color: #f0f0f0;
    text-align: center;
}

.del{
    position: absolute;
    margin-top: 22%;
    margin-inline-start: 70%;
    transform: rotate(-35deg); 
    transform-origin: center center;
}

.del h2{
    color: #635f5f;
}

.del{
    text-decoration-color: red;
}

.target{
    margin-bottom: 10px;
}




.send{
    margin-bottom: 70px !important;
}


.fixed-top { 
  z-index: 1050 !important; 
}



.solutions-body{
    display: flex !important;
    gap:3%;
    justify-content: space-evenly;
    margin-top: -3vw;
}

.block{
    background: linear-gradient(45deg, rgb(4, 159, 187) 0%, rgb(80, 246, 255) 100%);
    padding: 8px;
    width: 18rem;
    border: 2px solid #d90429;
}

.card-img-top{
    border-radius: 10px;
}  



.card-body{
    background: #1b233d;
    border-radius: 10px;
    margin-top: 5px;
    padding-block: 10px !important;
}

.set{
    border: 2px solid #d90429;
}


.card-body h5{
    color: #f0f0f0;
}

.solutions-title{
    margin-bottom: 3vw;
    font-size: 3rem;
    text-align: center;
}



.solutions{
    padding-top: 10vw !important;
    padding-bottom: 3vw;
}

.me-3 :hover{
    transform: scale(1.03);
}





/* .pack{
    padding-top: 4vw !important;
    padding-bottom: 4vw;
} */



/* .packages{
    display: flex;
    margin-inline-start: 20%;
    gap: 1%;
} */


.pack-title{
    font-size: 2rem;
    text-align: center;
}


.daleel-intro h2 {
  font-size: 28px;
  color: #2a4d8f;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.daleel-intro p {
  font-size: 17px;
  margin-bottom: 20px;
}

.daleel-intro strong {
  color: #1a2a44;
}

.daleel-intro .features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.daleel-intro .features li {
  font-size: 16px;
  margin: 4px 0;
  padding-inline-start: 26px;
  position: relative;
}

.daleel-intro .features li::before {
  content: '✔';
  color: #2db37d;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.subscription{
  padding-bottom: -3vw !important;
  margin-bottom: -3vw !important;
}

.lead, .alert{
  padding-block: 0 !important;
  margin-block: 0 !important;
}

.vat{
  text-align: center;
  color: #d90429;
}


.discount-badge {
  position: absolute; 
  top: 100px; 
  left: 15px; 
  background-color: #e74c3c; 
  color: #ffffff;
  padding: 5px 10px; 
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10; 
}



#checkboxInput {
  display: none;
}


.toggleSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 44px;
  background-color: rgb(153, 197, 151); 
  border-radius: 22px;
  cursor: pointer;
  transition: background-color .3s ease;
  box-sizing: border-box;
  user-select: none;
}


.toggleSwitch::after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  top: 4px;
  left: 4px;
  background: white;
  border-radius: 50%;
  transition: transform .3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


#checkboxInput:checked + .toggleSwitch {
  background-color: #8ac926;
}


#checkboxInput:checked + .toggleSwitch::after {
  transform: translateX(72px);
}


.toggleSwitch span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s ease;
  z-index: 1;
  color: white;
  margin-inline-start: 20px;
}


.toggleSwitch .monthly {
  opacity: 0;
}

#checkboxInput:checked + .toggleSwitch .monthly {
  opacity: 0;
}

#checkboxInput:checked + .toggleSwitch .annual {
  opacity: 1;
  margin-inline-start: -20px;
}


#checkboxInput:not(:checked) + .toggleSwitch {
  background-color: rgb(4, 159, 187); 
}

#checkboxInput:not(:checked) + .toggleSwitch::after {
  transform: translateX(0);
}

#checkboxInput:not(:checked) + .toggleSwitch .monthly {
  opacity: 1;
}

#checkboxInput:not(:checked) + .toggleSwitch .annual {
  opacity: 0;
}

/* =========================================
   1. تنسيق الجدول الأساسي والروابط
   ========================================= */
#example_daleel {
    width: 90%;
    margin-inline: auto;
    table-layout: fixed; /* يجعل جميع الأعمدة بعرض متساوٍ تماماً */
    border-collapse: separate; 
    border-spacing: 15px; /* مسافة حقيقية بين الخلايا */
}

/* تنسيق خلايا الجدول */
#example_daleel td {
    border: none;
    padding: 0; /* إزالة الـ padding من الخلية لأننا سنضعه في الكارت */
    vertical-align: top;
    background-color: transparent; /* جعل الخلفية شفافة لظهور خلفية الصفحة */
}

/* تنسيق الروابط (إزالة الخطوط والألوان الافتراضية) */
#example_daleel a {
    text-decoration: none !important; /* إزالة الخط تحت الرابط */
    color: inherit; /* وراثة اللون من العناصر الداخلية */
    display: block; /* جعل الرابط يملأ المساحة */
    height: 100%; /* لضمان تساوي الارتفاعات */
}

/* =========================================
   2. تعريف الألوان لكل قسم (خدعة CSS)
   ========================================= */
/* الصف الأول */
#example_daleel tr:nth-child(1) td:nth-child(1) { --theme-color: #e85021; } /* المحاسبة (برتقالي) */
#example_daleel tr:nth-child(1) td:nth-child(2) { --theme-color: #2c3e50; } /* الفواتير (كحلي غامق) */
#example_daleel tr:nth-child(1) td:nth-child(3) { --theme-color: #f39c12; } /* المستودعات (أصفر غامق) */

/* الصف الثاني */
#example_daleel tr:nth-child(2) td:nth-child(1) { --theme-color: #27ae60; } /* الموارد البشرية (أخضر) */
#example_daleel tr:nth-child(2) td:nth-child(2) { --theme-color: #2980b9; } /* الأصول (أزرق) */
#example_daleel tr:nth-child(2) td:nth-child(3) { --theme-color: #c0392b; } /* التقارير (أحمر) */


/* =========================================
   3. تنسيق الصندوق (الكارت)
   ========================================= */
.service-box {
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.4s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px; /* زيادة الارتفاع قليلاً لاستيعاب النصوص الطويلة */
    height: 100%; /* لملء ارتفاع الخلية بالكامل */
    overflow: hidden;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* =========================================
   4. تنسيق دائرة الأيقونة (ديناميكي بالألوان)
   ========================================= */
.icon-wrapper {
    width: 100px;
    height: 100px;
    /* استخدام المتغير اللوني المحدد لكل خلية */
    background-color: var(--theme-color, #e85021); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
    border: 2px solid transparent;
}

.icon-wrapper i {
    font-size: 40px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

/* تأثير الهوفر - يعتمد على لون القسم */
.service-box:hover .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-color: var(--theme-color, #e85021); /* الإطار يأخذ لون القسم */
    margin-bottom: 10px;
}

.service-box:hover .icon-wrapper i {
    font-size: 24px;
    color: var(--theme-color, #e85021); /* الأيقونة تأخذ لون القسم */
}

/* =========================================
   5. تنسيق العنوان
   ========================================= */
.service-box .tit {
    font-size: 22px; /* تصغير طفيف ليتناسب مع الجدول */
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.service-box:hover .tit {
    font-size: 20px;
    color: var(--theme-color, #e85021); /* العنوان يأخذ لون القسم عند الهوفر */
}

/* =========================================
   6. تنسيق الوصف
   ========================================= */
.service-box .desc {
    font-size: 15px !important;
    font-weight: 450;
    color: #555; /* لون رمادي داكن للقراءة المريحة */
    line-height: 1.6;
    text-align: center;
    margin: 0;
    opacity: 0;
    max-height: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-in-out;
}

.service-box:hover .desc {
    opacity: 1;
    max-height: 150px !important;
    transform: translateY(0);
}



/* =========================================
   Footer Styling
   ========================================= */
.footer-area {
    background-color: #ffffff; /* خلفية بيضاء */
    padding: 80px 0 40px;      /* مسافة داخلية كبيرة من الأعلى */
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* خط نظيف */
}

/* تنسيق الوصف أسفل اللوجو */
.footer-desc {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 90%;
}

/* عناوين الأعمدة (Systems, Contact, etc.) */
.footer-heading {
    color: #1a1a3d; /* لون كحلي غامق جداً مثل الصورة */
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

/* القوائم (ul) */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* عناصر القائمة (li) */
.footer-links li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

/* روابط القائمة */
.footer-links a {
    color: #333; /* لون النص أسود/رمادي */
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
    font-weight: 500;
}

.footer-links a:hover {
    color: #4f46e5; /* لون بنفسجي/أزرق عند الهوفر */
}

/* =========================================
   Social Icons (الدوائر للأيقونات)
   ========================================= */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e7ff; /* لون حدود فاتح جداً */
    border-radius: 50%;       /* شكل دائري */
    color: #6366f1;           /* لون الأيقونة بنفسجي فاتح */
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    background-color: #d6d6e6;
}

.social-icons a:hover {
    background-color: #6366f1;
    color: #fff;
    border-color: #6366f1;
}

/* =========================================
   Free Badge (علامة مجاني الخضراء)
   ========================================= */
.badge-free {
    background-color: #a3e635; /* لون أخضر فاقع (Lime) مثل الصورة */
    color: #1a2e05;            /* لون نص أخضر غامق */
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;       /* حواف دائرية (Pill shape) */
    margin-left: 10px;         /* مسافة بين الكلمة والعلامة */
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

/* =========================================
   Responsive Tweaks
   ========================================= */
@media (max-width: 768px) {
    .footer-heading {
        margin-top: 20px; /* مسافة إضافية في الشاشات الصغيرة */
    }
}


/* =========================================
   1. تنسيق الحاوية الرئيسية
   ========================================= */
.showcase-area {
    position: relative; /* ضروري للتحكم في العناصر داخله */
    width: 100%;
    max-width: 1000px; /* أقصى عرض للكونتينر */
    margin: 0 auto 50px; /* توسيط الحاوية */
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px; /* مسافة من الأعلى لعدم تداخل الصورة */
}

/* =========================================
   2. تنسيق الأرضية البرتقالية (The Ground)
   ========================================= */
.ground {
    position: absolute;
    width: 100%;       /* عرض الخلفية */
    height: 350px;     /* ارتفاع الخلفية */
    background: linear-gradient(135deg, #e85021 0%, #ff8c6b 100%); /* تدرج برتقالي */
    border-radius: 40px; /* زوايا دائرية ناعمة */
    
    /* السحر هنا: الإمالة للخلف */
    transform: perspective(1000px) rotateX(25deg) scale(0.95);
    
    z-index: 1; /* جعلها في الطبقة الخلفية */
    top: 60px;  /* إنزالها للأسفل قليلاً لتبدو تحت الصورة */
    box-shadow: 0 20px 50px rgba(232, 80, 33, 0.2); /* ظل برتقالي خفيف */
}

/* =========================================
   3. تنسيق صورة المحاسبة (The Image)
   ========================================= */
.accounting {
    position: relative;
    z-index: 2; /* جعل الصورة فوق الخلفية */
    border-radius: 15px; /* حواف الشاشة */
    width: 85%; /* عرض الصورة نسبة للكونتينر */
    box-shadow: 0 15px 40px rgba(0,0,0,0.2); /* ظل قوي للصورة لرفعها عن الخلفية */
    background-color: #fff; /* خلفية بيضاء للصورة (احتياطي) */
    border: 1px solid #eee; /* إطار خفيف جداً */
}

/* =========================================
   4. تنسيق النصوص (اختياري للجمالية)
   ========================================= */
.titel_name h2 {
    color: #e85021;
    font-weight: 800;
    margin-bottom: 15px;
}

.titel_name h3 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
}

/* =========================================
   5. التجاوب مع الجوال (Responsive)
   ========================================= */
@media (max-width: 768px) {
    .ground {
        transform: perspective(600px) rotateX(15deg) scale(0.95); /* تقليل الميل في الجوال */
        height: 200px; /* تقليل الارتفاع */
        top: 30px;
    }
    .accounting {
        width: 95%; /* تكبير الصورة في الجوال */
    }
}



/* الخلفية العامة للقسم */
.system-features-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-weight: 800;
    color: #333;
}

/* =========================================
   تصميم شريط التبويبات (Simulation Bar)
   ========================================= */
.erp-tab-container {
    background-color: #f8f9fa; /* لون الشريط الرمادي الفاتح */
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    padding: 5px 10px 0 10px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0; /* متلاصق مع المحتوى */
    border: 1px solid #ddd;
}

/* زر الإغلاق الأحمر (للديكور فقط ليشه البرنامج) */
.fake-close-btn {
    background-color: #dc3545; /* أحمر */
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    border-radius: 4px;
    cursor: default;
    margin-bottom: 5px;
}

/* =========================================
   تنسيق التبويبات (Tabs)
   ========================================= */
.erp-tabs {
    border-bottom: none; /* إزالة الخط السفلي الافتراضي */
}

.erp-tabs .nav-link {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    border-radius: 5px 5px 0 0; /* زوايا علوية فقط */
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.2s;
}

/* حالة التبويب النشط (مثل Debit Note في الصورة) */
.erp-tabs .nav-link.active {
    background-color: #fff; /* خلفية بيضاء */
    color: #dc3545; /* نص أحمر */
    border-top: 3px solid #dc3545; /* خط أحمر علوي */
    border-bottom: 1px solid #fff; /* دمج مع المحتوى */
    position: relative;
    top: 1px; /* تغطية الخط الفاصل */
}

.erp-tabs .nav-link:hover {
    background-color: #f0f0f0;
}

/* =========================================
   منطقة المحتوى (Content Area)
   ========================================= */
.erp-content-area {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 40px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.feature-head {
    font-weight: 700;
    color: #1a1a3d;
    margin-bottom: 15px;
}

.feature-desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.feature-check {
    list-style: none;
    padding: 0;
}

.feature-check li {
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.feature-check i {
    color: #27ae60;
    margin-right: 10px;
}