.elementor-12613 .elementor-element.elementor-element-15bfe30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-12613 .elementor-element.elementor-element-86e1743{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-b5e6eba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-3acb1a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-5d826b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-135127a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-0483954{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12613 .elementor-element.elementor-element-cf3b992{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-bf0b766 *//* Styling for Saadabad Home Lab Service Section */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;700;900&display=swap');

.lab-service-saadabad {
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
    background: linear-gradient(145deg, #0d1b2a, #1b263b); /* گرادینت سرمه‌ای */
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 900px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(173, 216, 230, 0.2); /* بوردر آبی کمرنگ */
}

.lab-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}

.lab-description {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e1dd; /* سفید مایل به آبی */
    text-align: center;
    max-width: 750px;
    margin: 0 auto 30px auto;
}

.lab-features {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.lab-features li {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px 15px;
    border-radius: 10px;
}

.lab-features li svg {
    color: #90ee90; /* سبز کمرنگ برای تیک‌ها */
    margin-left: 10px;
    width: 20px;
}

.lab-cta-wrapper {
    text-align: center;
    margin-top: 40px;
}

.cta-home-visit-button {
    display: inline-block;
    background-color: #90ee90; /* سبز کمرنگ */
    color: #0d1b2a; /* متن سرمه‌ای تیره برای کنتراست */
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(144, 238, 144, 0.4);
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    animation: pulse-green 2.5s infinite; /* اعمال انیمیشن */
}

.cta-home-visit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(144, 238, 144, 0.5);
}

/* انیمیشن نبض برای دکمه */
@keyframes pulse-green {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(144, 238, 144, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(144, 238, 144, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(144, 238, 144, 0);
    }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .lab-service-saadabad {
        padding: 30px 20px;
    }
    .lab-title {
        font-size: 24px;
    }
    .lab-features {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .cta-home-visit-button {
        padding: 15px 25px;
        font-size: 15px;
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0ea3b76 *//* باکس اصلی نگهدارنده محتوا */
.saadabad-lab-wrapper {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04);
    border-right: 6px solid #1E3A8A; /* نوار سرمه‌ای رنگ کناری */
    font-family: 'IRANSans', 'Vazirmatn', Tahoma, sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.9;
    color: #475569;
    transition: all 0.3s ease;
}

.saadabad-lab-wrapper:hover {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}

/* استایل عنوان H2 */
.saadabad-lab-title {
    color: #1E3A8A; /* سرمه‌ای تیره */
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
    line-height: 1.6;
}

/* خط تزئینی زیر عنوان */
.saadabad-lab-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #3B82F6, #60A5FA);
    border-radius: 4px;
}

/* استایل پاراگراف‌ها */
.saadabad-lab-text {
    font-size: 15.5px;
    margin-bottom: 18px;
    text-align: justify;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* باکس برجسته (هایلایت) برای پاراگراف آخر */
.saadabad-lab-highlight {
    background-color: #F8FAFC;
    padding: 22px 25px;
    border-radius: 12px;
    margin-top: 25px;
    border: 1px solid #E2E8F0;
    color: #1E293B;
    font-weight: 500;
}

/* استایل حرفه‌ای برای لینک آزمایشگاه */
.lab-special-link {
    color: #2563EB;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 2px dashed #93C5FD;
    padding: 0 2px;
    transition: all 0.3s ease;
}

/* افکت هاور (Hover) برای لینک */
.lab-special-link:hover {
    color: #1D4ED8;
    background-color: #DBEAFE;
    border-bottom: 2px solid #1D4ED8;
    border-radius: 4px;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .saadabad-lab-wrapper {
        padding: 20px;
        border-right-width: 4px;
    }
    .saadabad-lab-title {
        font-size: 19px;
    }
    .saadabad-lab-text {
        font-size: 14.5px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-be2e078 *//* --- Main Section Wrapper --- */
.lab-features-section {
    direction: rtl;
    font-family: 'IRANSans', 'Vazirmatn', sans-serif;
    padding: 20px 10px;
    background-color: #F8FAFC; /* Light gray background */
    border-radius: 24px;
}

/* --- Titles --- */
.lab-features-main-title {
    font-size: 26px;
    font-weight: 800;
    color: #1E293B; /* Dark Blue-Gray */
    text-align: center;
    margin-bottom: 12px;
}
.lab-features-subtitle {
    font-size: 16px;
    color: #64748B; /* Medium Gray */
    text-align: center;
    max-width: 800px;
    margin: 0 auto 35px auto;
    line-height: 1.8;
}

/* --- Stylish Image Cover --- */
.lab-image-container {
    padding: 8px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border-radius: 20px;
    box-shadow: 10px 10px 30px #d9d9d9, -10px -10px 30px #ffffff;
    margin-bottom: 40px;
}
.lab-image-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px; /* Inner rounding */
    border: 1px solid rgba(0,0,0,0.05);
}

/* --- Features Grid Layout --- */
.lab-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns on desktop */
    gap: 25px;
}

/* --- Individual Feature Cards --- */
.lab-feature-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.lab-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(30, 41, 59, 0.07);
    border-color: #A5B4FC;
}

/* --- Icon Wrapper --- */
.lab-feature-icon-wrapper {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #EEF2FF; /* Light Indigo */
    color: #4338CA; /* Indigo */
    display: flex;
    align-items: center;
    justify-content: center;
}
.lab-feature-icon-wrapper svg {
    width: 28px;
    height: 28px;
}

/* --- Card Content --- */
.lab-feature-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1E3A8A; /* Dark Blue */
    margin: 0 0 8px 0;
}
.lab-feature-content p {
    font-size: 14.5px;
    color: #475569; /* Slate Gray */
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* --- Responsive for Mobile --- */
@media (max-width: 991px) {
    .lab-features-grid {
        grid-template-columns: 1fr; /* Single column on tablet/mobile */
    }
}
@media (max-width: 767px) {
    .lab-features-main-title { font-size: 22px; }
    .lab-features-subtitle { font-size: 15px; }
    .lab-feature-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
     .lab-feature-content p { text-align: center; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b34faca */.lab-comparison-wrapper {
  font-family: 'Vazirmatn', 'IRANSans', sans-serif;
  direction: rtl;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px;
}

/* --- استایل‌های جدول خلوت و شیک --- */
.elegant-lab-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff; /* سفید */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); /* سایه بسیار ملایم */
  margin-bottom: 40px;
}

.elegant-lab-table thead {
  background-color: #1B2A47; /* سورمه ای */
  color: #ffffff;
}

.elegant-lab-table th {
  padding: 18px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

.elegant-lab-table td {
  padding: 16px;
  text-align: center;
  border-bottom: 1px solid #E6F0FA; /* خطوط جداکننده آبی کمرنگ */
  color: #444;
  font-size: 15px;
  transition: all 0.3s ease;
}

/* ستون ویژگی ها */
.elegant-lab-table td:first-child {
  font-weight: bold;
  text-align: right;
  color: #1B2A47; /* سورمه ای */
}

/* افکت هاور روی ردیف ها - آبی کمرنگ */
.elegant-lab-table tbody tr:hover td {
  background-color: #F0F8FF; /* آبی کمرنگ */
}

/* هایلایت ستون آزمایشگاه استاندارد - سبز کمرنگ */
.elegant-lab-table td.standard-col {
  background-color: #F2FBF4; /* سبز بسیار کمرنگ برای تمایز */
}

.elegant-lab-table tbody tr:hover td.standard-col {
  background-color: #E6F7E9; /* سبز کمرنگ تر در حالت هاور */
}

/* آیکون تیک */
.check-icon {
  color: #2E8B57; /* سبز */
  font-weight: bold;
  margin-left: 5px;
}

/* --- استایل کاور شیک برای عکس --- */
.chic-image-cover {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
  background: #ffffff;
  border-radius: 24px;
  /* سایه ترکیبی با تناژ سورمه ای برای شیک تر شدن */
  box-shadow: 0 15px 35px rgba(27, 42, 71, 0.12);
  position: relative;
}

/* قاب داخلی عکس برای تمیزی بیشتر */
.image-inner-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #E6F0FA; /* حاشیه آبی کمرنگ */
}

.image-inner-frame img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* افکت زوم ملایم هنگام رفتن موس روی عکس */
.chic-image-cover:hover img {
  transform: scale(1.03);
}

/* --- واکنش‌گرایی برای موبایل --- */
@media (max-width: 768px) {
  .elegant-lab-table th, .elegant-lab-table td {
    padding: 12px;
    font-size: 13px;
  }
  .elegant-lab-table td:first-child {
    font-size: 14px;
  }
  .chic-image-cover {
    padding: 10px;
    border-radius: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-179a533 *//* Styling for the Lab Features Section */
.lab-features-section {
    direction: rtl;
    text-align: right;
    font-family: 'Vazirmatn', sans-serif; /* یا هر فونت فارسی دیگری که استفاده می‌کنید */
    padding: 20px;
    background-color: #f7f9fc; /* A very light neutral background */
    border-radius: 15px;
}

.lab-features-section h2 {
    color: #0A2342; /* Navy Blue */
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.lab-features-section .intro-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Stylish Image Wrapper */
.feature-image-wrapper {
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 35, 66, 0.15); /* Soft shadow with Navy color hint */
    border: 5px solid #FFFFFF;
    background: #FFFFFF;
}

.feature-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* Inner radius for the image */
}

/* Features Grid Layout */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns layout */
    gap: 25px;
    margin-top: 40px;
}

.feature-card {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #A8DADC; /* Light Green accent */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(10, 35, 66, 0.12); /* Enhanced shadow on hover */
}

.feature-card h3 {
    color: #0A2342; /* Navy Blue */
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }

    .lab-features-section h2 {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-caed5a6 *//* Main container for the lab process guide */
.lab-process-guide {
    direction: rtl;
    font-family: 'Vazirmatn', sans-serif; /* Your preferred Persian font */
    background-color: #f8faff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e0e7f1;
}

.lab-process-guide h2 {
    color: #0A2342; /* Navy Blue */
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Stylish image wrapper with a 'cover' effect */
.process-image-wrapper {
    margin: 20px auto 40px auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(10, 35, 66, 0.18);
    border: 6px solid #FFFFFF;
    background: #FFFFFF;
    max-width: 700px;
}

.process-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 9px; /* Inner radius for the image */
}

.guide-intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.8;
    color: #4A4A4A;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.process-step {
    margin-bottom: 35px;
}

.process-step h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0A2342; /* Navy Blue */
    margin-bottom: 15px;
    padding-right: 15px;
    border-right: 4px solid #A8DADC; /* Light Green accent */
}

.process-step p {
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* Styling for the fasting guide table */
.table-container {
    overflow-x: auto; /* For mobile responsiveness */
}

.lab-process-guide table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.lab-process-guide th, .lab-process-guide td {
    padding: 15px 20px;
    text-align: right;
    border-bottom: 1px solid #e0e7f1;
}

.lab-process-guide thead tr {
    background-color: #0A2342; /* Navy Blue */
    color: #FFFFFF;
    font-weight: bold;
}

.lab-process-guide tbody tr {
    background-color: #FFFFFF;
}

.lab-process-guide tbody tr:nth-of-type(even) {
    background-color: #f7f9fc;
}

.lab-process-guide tbody tr:hover {
    background-color: #eaf6f6; /* Light green hover effect */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lab-process-guide {
        padding: 20px;
    }
    
    .lab-process-guide h2 {
        font-size: 24px;
    }

    .process-step h3 {
        font-size: 18px;
    }

    .lab-process-guide th, .lab-process-guide td {
        padding: 12px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-628a6be *//* کانتینر اصلی */
.lab-saadabad-features {
    direction: rtl;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #ffffff;
    padding: 20px 0;
}

/* ------------------- بخش جدول بیمه ها ------------------- */
.insurance-section {
    margin-bottom: 60px;
    background: #f8faff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #e0e7f1;
}

.section-subtitle {
    color: #0A2342;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.insurance-table-wrapper {
    overflow-x: auto;
}

.insurance-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.insurance-table th, .insurance-table td {
    padding: 15px 20px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
    font-size: 15px;
}

.insurance-table th {
    background-color: #0A2342;
    color: #ffffff;
    font-weight: 600;
}

.insurance-table tr:last-child td {
    border-bottom: none;
}

.insurance-table tbody tr:hover {
    background-color: #fcfcfc;
}

/* استایل برچسب وضعیت بیمه ها */
.status-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.status-badge.green {
    background-color: #e3fcef;
    color: #0d8246;
}

.status-badge.yellow {
    background-color: #fff8e1;
    color: #b78103;
}

/* ------------------- بخش ویژگی ها و دلایل انتخاب ------------------- */
.main-title {
    color: #0A2342;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.5;
}

.section-description {
    text-align: center;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 16px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(10, 35, 66, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(10, 35, 66, 0.12);
    border-color: #A8DADC;
}

.card-icon {
    font-size: 35px;
    margin-bottom: 20px;
    display: inline-block;
    background: #f0f5fa;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
}

.feature-card h4 {
    color: #0A2342;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    font-size: 14.5px;
    line-height: 1.9;
    margin: 0;
}

/* خط تزئینی بالای کارت */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 4px;
    background: #A8DADC;
    transition: width 0.3s ease;
}

.feature-card:hover::before {
    width: 100%;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .main-title {
        font-size: 22px;
    }
    
    .section-subtitle {
        font-size: 19px;
    }
    
    .insurance-table th, .insurance-table td {
        font-size: 13.5px;
        padding: 12px 10px;
    }
    
    .insurance-section {
        padding: 20px 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6f9d6d *//* --- FAQ Section Styles --- */
.lab-faq-section {
    direction: rtl;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #ffffff;
    padding: 30px 10px; /* Added some horizontal padding */
    max-width: 900px;
    margin: 40px auto;
}

.faq-main-title {
    color: #0A2342; /* Navy Blue */
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e0e7f1;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(10, 35, 66, 0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}

.faq-item[open] {
    border-color: #A8DADC; /* Light Green-Blue */
    box-shadow: 0 8px 25px rgba(10, 35, 66, 0.08);
}

.faq-question {
    padding: 20px 25px;
    font-size: 17px;
    font-weight: 600;
    color: #0A2342;
    cursor: pointer;
    position: relative;
    list-style: none; /* Removes default marker */
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s ease;
}

.faq-question::-webkit-details-marker {
    display: none; /* Hides the default arrow in Chrome/Safari */
}

.faq-question:hover {
    color: #0D8246; /* Dark Green */
}

/* Custom Accordion Icon (+/-) */
.faq-question::after {
    content: '+';
    font-size: 24px;
    font-weight: 300;
    color: #0D8246;
    background-color: #e3fcef;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    flex-shrink: 0;
    margin-right: 15px; /* In RTL, this is margin-left */
}

.faq-item[open] .faq-question::after {
    content: '−'; /* Using a proper minus sign */
    background-color: #0A2342;
    color: #ffffff;
    transform: rotate(180deg); /* Smooth rotation */
}

.faq-answer {
    /* Using grid animation for smooth collapse/expand */
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out;
}

.faq-item[open] .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer p {
    margin: 0;
    padding: 0 25px 25px 25px;
    color: #555;
    font-size: 15px;
    line-height: 1.9;
    overflow: hidden; /* Important for grid animation */
}

/* --- Responsive for Mobile --- */
@media (max-width: 768px) {
    .faq-main-title {
        font-size: 22px;
    }
    .faq-question {
        font-size: 15px;
        padding: 15px 20px;
    }
    .faq-answer p {
        font-size: 14px;
        padding: 0 20px 20px 20px;
    }
    .faq-question::after {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}/* End custom CSS */