.responsive_1{max-width:728px}.responsive-xbtn{margin-bottom:10px}.lib-panel{margin-bottom:20px}.lib-panel img{background-color:transparent;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.lib-panel .col-md-6,.lib-panel .row{padding:0;background-color:#fff}.lib-panel .lib-row{padding:0 20px}.lib-panel .lib-row.lib-header{background-color:#fff;font-size:20px;padding:10px 20px 0;font-weight:600}.lib-panel .lib-row.lib-header .lib-header-seperator{height:2px;width:26px;background-color:#d9d9d9;margin:7px 0}.lib-panel .lib-row.lib-desc{position:relative;height:100%;display:block;font-size:16px;text-align:left}.lib-panel .lib-row.lib-desc a{position:absolute;width:100%;bottom:10px;left:20px}.row-margin-bottom{margin-bottom:20px}.box-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-shadow:0 0 10px 0 rgba(0,0,0,.1);border:3px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.no-padding{padding:0}.scrollstyle::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#f5f5f5}.scrollstyle::-webkit-scrollbar{width:6px;background-color:#f5f5f5}.scrollstyle::-webkit-scrollbar-thumb{background-color:grey}.carousel_home_left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.13) 0,rgba(0,0,0,.0001) 100%)!important;background-image:-o-linear-gradient(left,rgba(0,0,0,.13) 0,rgba(0,0,0,.0001) 100%)!important;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.13)),to(rgba(0,0,0,.0001)))!important;background-image:linear-gradient(to right,rgba(0,0,0,.13) 0,rgba(0,0,0,.0001) 100%)!important;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)!important}.carousel_home_right{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.13) 100%)!important;background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.13) 100%)!important;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.13)))!important;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.13) 100%)!important;background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)!important}
.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.show {
	opacity: 1
}

h1.main-title {
  font-size: 48px; /* كبير للديسكتوب */
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}

h2.sub-title {
  font-size: 28px; /* أصغر من الرئيسي */
  font-weight: 400;
  color: #777;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 768px) {
  h1.main-title {
    font-size: 32px; /* أصغر للموبايل */
  }
  h2.sub-title {
    font-size: 21px; /* أصغر للموبايل */
  }
}

/* --- Global Typography Overhaul --- */
body, h1, h2, h3, h4, h5, h6, p, li, a, span, div, button, input {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

body, p, li, a {
    font-size: 16px;
    line-height: 1.6;
}

h3, h4 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 12px;
}

.big-text p, .big-text li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    p, li, a {
        font-size: 16px; /* Ensuring readability on mobile */
    }
}


/* --- Automatically Extracted Inline CSS --- */
/* Extracted from 404.php */

/* نفس الـ CSS بتاعك زي ما هو */

/* Extracted from contact.php */

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.col-centered {
    float: none;
    margin: 0 auto;
}

/* Extracted from smart_download.php */

.box {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            text-align: center;
        }
        .box img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 15px;
        }
        .box .info {
            margin-bottom: 20px;
            text-align: left;
            padding: 0 10px;
        }
.box .btn {
    background: none;
    border: none;
    color: #4267B2;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 20px;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}
.box .btn:hover {
    color: #365899;
    text-decoration: none;
}

    .box .btn:last-of-type {
        background-color: #ffffff00 !important;
        }

/* Extracted from tos.php */

.img-center { margin: 0 auto; display: block; }
.jumbotron { background-color: #fff; border-radius: 12px; padding: 50px 0; margin-top: 20px; border: 1px solid #eee; }
.tos-list li::marker { color: #E14C7C; font-weight: bold; font-size: 1.1em; }

@media (max-width: 768px) {
    h1 { font-size: 26px !important; }
    .tos-content { font-size: 15px; }
}

/* Extracted from privacy-policy.php */

.img-center { margin: 0 auto; display: block; }
/* تحسين شكل القائمة والفقرات */
.privacy-content h3 { border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; }
.section-body p { margin-bottom: 15px; }
.jumbotron { background-color: #fff; border-radius: 12px; padding: 50px 0; margin-top: 20px; }
.privacy-list { counter-reset: section; }

@media (max-width: 768px) {
    h1 { font-size: 26px !important; }
    .privacy-content { font-size: 15px; }
}

/* Extracted from how-to-download-facebook-videos-steps.php */

.step-item { margin-bottom: 60px; border-bottom: 1px solid #eee; padding-bottom: 30px; }
.step-item:last-child { border-bottom: none; }
.img-center { margin: 0 auto; display: block; }
.img-container { min-height: 200px; background: #f9f9f9; display: flex; align-items: center; justify-content: center; }

/* الـ Lazy Load تأثير الظهور */
.lazy { 
    opacity: 0; 
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; 
}
.lazyloaded { 
    opacity: 1; 
    transform: translateY(0);
}

/* Extracted from about.php */

.img-center { margin: 0 auto; display: block; }
/* تحسين شكل الصفحة لتكون مريحة للعين */
.about-content p { text-align: justify; }
.jumbotron { background-color: #fff; border-radius: 12px; padding: 40px 0; margin-top: 20px; }
@media (max-width: 768px) {
    .about-content p { text-align: left; }
    h1 { font-size: 24px !important; }
}

/* Extracted from how-to-download-facebook-video-on-iphone.php */

.step-block { margin-bottom: 40px; }
.step-block img { margin-top: 15px; border-radius: 8px; }
.img-center { margin: 0 auto; display: block; }
/* تأثير بسيط عند ظهور الصور */
.lazy { opacity: 0; transition: opacity 0.5s; }
.lazyloaded { opacity: 1; }

/* Extracted from content.php */

.container-form-index .tw-inline{
  display:flex;      
  align-items:stretch;
  gap:0;
  width:90%;
  margin:0;              
}

.container-form-index .tw-inline .input-group-btn{
  display:flex !important;
  align-items:stretch;
  margin:0 !important;
}

.container-form-index .tw-inline .form-control{
  height:56px;
  border:2px solid #d1d5db;
  border-right:0;             
  border-radius:14px 0 0 14px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}

.container-form-index .tw-inline .btn{
  height:56px;
  padding:0 22px;
  border:0;
  border-radius:0 14px 14px 0;
  background:linear-gradient(135deg,#1CA1F2,#0ea5e9);
  font-weight:700;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  
}


@media (max-width: 576px){
  .container-form-index .tw-inline{ 
    flex-direction:column; 
  }
  .container-form-index .tw-inline .form-control{
    border:2px solid #d1d5db;
    border-radius:14px;
  }
  .container-form-index .tw-inline .input-group-btn{
    width:100% !important; 
  }
  .container-form-index .tw-inline .btn{
    width:100%;
    border-radius:14px;
    margin-top:15px !important;  
  }
}


html[lang="ar"] .container-form-index .tw-inline{ direction:ltr; } 
html[lang="ar"] .container-form-index .tw-inline .form-control{ text-align:right; direction:ltr; }

/* Extracted from head.php */

.img-center { display: block; margin: 0 auto; aspect-ratio: 300 / 69; height: auto; }
        .lazy { opacity: 0; transition: opacity 0.3s; }
        .lazyloaded { opacity: 1; }

/* Extracted from footer.php */

/* فواصل احترافية بالـ CSS */
.footer-nav-links { display: flex; justify-content: center; gap: 15px; list-style: none; padding: 0; flex-wrap: wrap; }
.footer-nav-links li:not(:last-child):after { content: "|"; margin-left: 15px; color: #ccc; }
.text-center { text-align: center; }
.footer-nav-links a { color: #111; font-weight: 500; text-decoration: none; }
.footer-nav-links a:hover { color: #000; text-decoration: underline; }
.description-text, .copyright-box { color: #333; }