/* === Custom Stylesheet for Seolox Hosting === */
/* Palette Seolox */
:root {
  --primary: #0e1e40;      /* Bleu principal */
  --secondary: #7b4fa3;    /* Violet Seolox */
  --card-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

/* Navbar */
.navbar-main {
  background: var(--primary) !important;
  border: 0;
}
.navbar-main .nav-link {
  color: #fff !important;
}
.navbar-main .nav-link:hover {
  opacity: .9;
}

/* Buttons */
.btn-primary, .btn-success, .btn-order-now {
  background: linear-gradient(90deg, var(--secondary), #8c64bf) !important;
  border: 0 !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: .6rem 1rem !important;
  box-shadow: 0 6px 14px rgba(123, 79, 163, .25) !important;
}

/* Pricing Cards */
.pricing .package {
  border-radius: 14px !important;
  box-shadow: var(--card-shadow) !important;
}

/* Footer */
#footer .copyright {
  display: flex;
  justify-content: center;
  gap: 6px;
}

/* Mobile Fix */
@media (max-width: 768px) {
  #logo { max-width: 180px; }
}
/* === Seolox Home Styling === */
:root{
  --primary:#0e1e40;
  --secondary:#7b4fa3;
  --card-shadow:0 12px 28px rgba(0,0,0,.08);
}
.hero-landing{
  background: radial-gradient(1200px 600px at -10% -10%, rgba(123,79,163,.25), transparent 60%),
              radial-gradient(1000px 500px at 110% 10%, rgba(14,30,64,.25), transparent 55%),
              var(--primary);
  color:#fff;
  border-radius:16px;
  box-shadow:var(--card-shadow);
}
.hero-title{font-weight:800;line-height:1.2;margin-bottom:.6rem;}
.hero-lead{opacity:.95;margin-bottom:1rem;}
.text-gradient{
  background:linear-gradient(90deg,var(--secondary),#8c64bf);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.features .feature-card{
  background:#fff;border-radius:14px;padding:20px 14px;box-shadow:var(--card-shadow);height:100%;
}
.features .feature-card i{font-size:26px;color:var(--secondary);margin-bottom:8px;}
.btn-primary{background:linear-gradient(90deg,var(--secondary),#8c64bf)!important;border:0!important;box-shadow:0 6px 14px rgba(123,79,163,.25)!important;}
.btn-outline-light{border:1px solid rgba(255,255,255,.6)!important;color:#fff!important;}
.btn-outline-light:hover{background:rgba(255,255,255,.12)!important;}
/* fallback hide twitter if still rendered */
#twitterFeedOutput, h2:has(+ #twitterFeedOutput){display:none!important;}
@media (max-width:768px){.hero-landing{padding:18px 12px;}}
/* ===== Seolox Features Cards ===== */

#seolox-features { margin: 22px auto 36px; }

.features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:18px;
}

.feature-card{
  background:#fff;
  border-radius:16px;
  padding:18px 16px;
  border:1px solid rgba(14,30,64,.06);
  box-shadow:0 8px 20px rgba(14,30,64,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position:relative;
  overflow:hidden;
}

.feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(14,30,64,.12);
  border-color:rgba(14,30,64,.12);
}

/* خط تزييني رقيق فوق الكارت */
.feature-card::before{
  content:"";
  position:absolute; inset:0 0 auto 0; height:3px;
  background:linear-gradient(90deg, var(--c-accent, #7b4fa3), var(--c-primary, #0e1e40));
  opacity:.85;
}

/* الأيقونة داخل دائرة متدرّجة */
.feature-icon{
  width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  margin-bottom:10px;
  color:#fff;
  background:linear-gradient(135deg, var(--c-accent, #7b4fa3), var(--c-primary, #0e1e40));
  box-shadow:0 8px 18px rgba(123,79,163,.28);
}
.feature-icon .fa{ font-size:20px; line-height:1; }

.feature-card h4{
  font-size:16px; font-weight:700; margin:6px 0 4px;
  color:var(--c-primary, #0e1e40);
}

.feature-card p{
  margin:0; font-size:13px; line-height:1.5;
  color:#4b5563;
}

/* تماسك مع الوضع الداكن إن وُجد */
@media (prefers-color-scheme: dark){
  .feature-card{ background:#0f172a; border-color:rgba(255,255,255,.06); }
  .feature-card p{ color:#cbd5e1; }
  .feature-card h4{ color:#e2e8f0; }
}
/* Hide the in-content "Powered by WHMCompleteSolution" on homepage, keep footer one */
#main-body .container > p.text-center a[href*="whmcs.com"] {
  display: none !important;
}
#main-body .container > p.text-center {
  display: none !important;
}
footer p.text-center {
  display: block !important; /* نتأكد ما نمسحوش ديال الفوتر */
}
/* Hide mid-page WHMCS credit on HOME only, keep footer */
body.homepage #main-body .container .text-center a[href*="whmcs.com"],
body.homepage #main-body .text-center a[href*="WHMCompleteSolution"],
body.homepage #main-body a[href*="whmcs.com"][rel][target],
body.homepage .content .text-center a[href*="whmcs.com"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* explicitly allow footer credit to remain visible */
footer a[href*="whmcs.com"] {
  display: inline !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.homepage #main-body .text-center:has(a[href*="whmcs.com"]) { 
  display:none !important; 
}
/* ======== SEOL0X PROFESSIONAL STYLE ======== */

/* Gradient main banner */
.domainchecker-homepage {
  background: linear-gradient(135deg, #0e1e40, #5b2ac9);
  color: #fff !important;
  border-radius: 10px;
  padding: 60px 0;
}

/* Buttons */
.btn-primary, .btn-success {
  background: linear-gradient(135deg, #5b2ac9, #0e1e40);
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover, .btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(91,42,201,0.4);
}

/* Cards (features) */
.feature-box {
  border: none !important;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
}

/* Section Titles */
h1, h2, h3 {
  color: #0e1e40 !important;
  font-weight: 700;
}

/* Footer */
#footer {
  background-color: #0e1e40 !important;
  color: #fff !important;
  padding-top: 40px;
}

#footer a {
  color: #cda349 !important;
}

/* Social icons */
.footer-social a {
  margin-right: 10px;
  color: #fff !important;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #cda349 !important;
}
/* Title Banner Text Visibility Fix */
.domainchecker-homepage h2 {
  color: #ffffff !important;
  font-size: 32px;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.domainchecker-homepage p {
  color: #e0e0e0 !important;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 20px auto;
  text-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

/* Add subtle overlay behind text */
.domainchecker-homepage {
  position: relative;
}

.domainchecker-homepage::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom right, rgba(14,30,64,0.8), rgba(91,42,201,0.7));
  z-index: 1;
  border-radius: 10px;
}

.domainchecker-homepage > * {
  position: relative;
  z-index: 2;
}
/* Force white title in hero */
.hero-landing h2 {
  color: #fff !important;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

/* Hero paragraph contrast */
.hero-landing p {
  color: #e9e9e9 !important;
  line-height: 1.6;
  text-shadow: 0 1px 5px rgba(0,0,0,.35);
}

/* Don't recolor headings inside hero */
.hero-landing h1,
.hero-landing h2,
.hero-landing h3 { color: #fff !important; }

/* ===== Final Fix: "Why Choose Seolox Hosting ?" Section ===== */

/* الخلفية ديال السيكسيون */
#seolox-why-hosting,
.seolox-why-hosting {
  background: linear-gradient(135deg, #060b1a, #0e1e40);
  color: #ffffff;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* العنوان باش يبان أبيض وواضح */
#seolox-why-hosting h2,
.seolox-why-hosting h2 {
  color: #ffffff !important;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 3px 12px rgba(0,0,0,0.7);
}

/* الكلمة Seolox Hosting بلون مميّز */
#seolox-why-hosting h2 span,
.seolox-why-hosting h2 span {
  color: #b987ff !important;
}
/* ===== Improve spacing above and below the WHY CHOOSE title ===== */
.why-choose-section {
    margin-top: 40px !important;
    margin-bottom: 25px !important;
}

/* Optional: reduce gap on mobile */
@media (max-width: 768px) {
    .why-choose-section {
        margin-top: 25px !important;
        margin-bottom: 15px !important;
    }
}

/* ===== Add hover effect to WHY CHOOSE cards ===== */
.seolox-why-hosting .col-md-3 .wc-box {
    transition: all 0.3s ease-in-out !important;
}

.seolox-why-hosting .col-md-3 .wc-box:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* Make icons glow slightly on hover */
.seolox-why-hosting .col-md-3 .wc-box:hover i {
    color: #c79aff !important;
    text-shadow: 0 0 12px rgba(199,154,255,0.8) !important;
}

.seolox-why-hosting h2 {
    font-size: 32px !important;
    letter-spacing: 0.4px;
}

.seolox-why-hosting .wc-box {
    background: linear-gradient(145deg, #1a1840, #140c2e) !important;
    border-radius: 14px;
}

/* ===== Seolox Pricing Section ===== */

.pricing-section {
  background: #f7f7fb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-title {
  color: #0e1e40;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 6px;
}

.pricing-subtitle {
  color: #6b7280;
  font-size: 14px;
  max-width: 560px;
  margin: 0 auto 28px auto;
}

.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px 20px 22px;
  box-shadow: 0 18px 40px rgba(14, 30, 64, 0.12);
  border: 1px solid rgba(14, 30, 64, 0.05);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(14, 30, 64, 0.16);
  border-color: rgba(91, 42, 201, 0.35);
}

.pricing-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 42, 201, 0.08);
  color: #5b2ac9;
  font-weight: 600;
  margin-bottom: 10px;
}

.pricing-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  color: #0e1e40;
}

.pricing-desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* Price line */
.pricing-price {
  margin-bottom: 14px;
  font-weight: 800;
  color: #0e1e40;
}

.pricing-price .currency {
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 4px;
  opacity: 0.85;
}

.pricing-price .amount {
  font-size: 28px;
}

.pricing-price .period {
  font-size: 12px;
  color: #6b7280;
  margin-left: 2px;
}

/* Features list */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 13px;
  color: #4b5563;
}

.pricing-features li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.pricing-features li::before {
  content: "✓";
  font-size: 11px;
  margin-right: 6px;
  color: #22c55e;
}

/* Featured (middle) card */
.pricing-featured {
  border: 2px solid #5b2ac9;
  box-shadow: 0 26px 60px rgba(91, 42, 201, 0.28);
  transform: translateY(-8px);
}

.pricing-label {
  position: absolute;
  top: -12px;
  right: 18px;
  background: linear-gradient(90deg, #f97316, #facc15);
  color: #111827;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 20px rgba(248, 180, 0, 0.35);
}

/* Responsiveness */
@media (max-width: 991px) {
  .pricing-featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-card {
    margin-bottom: 10px;
  }
}

/* ===== Seolox Services Section ===== */
.seolox-services {
  background: #f8fafc;
}

.seolox-services-lead {
  max-width: 620px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 14px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.10);
  border: 1px solid rgba(148, 163, 184, 0.30);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.service-card-featured {
  border-color: #7b4fa3;
  box-shadow: 0 14px 34px rgba(123, 79, 163, 0.35);
}

.service-badge {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #fff;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
  border-color: rgba(123, 79, 163, 0.6);
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #7b4fa3, #0e1e40);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(123, 79, 163, 0.4);
}

.service-icon i {
  font-size: 20px;
}

.service-card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #0f172a;
}

.service-text {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 10px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  font-size: 13px;
  color: #0f172a;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}

.service-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-size: 11px;
}

.seolox-services .btn-primary {
  width: 100%;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .seolox-services {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .service-card {
    padding: 18px 16px;
  }
}

/* ===== Seolox FAQ Section ===== */
.seolox-faq-section {
    background: #050b18;              /* نفس الجو الغامق ديال السكسيون لتحت */
    color: #f9fafb;
}

.seolox-faq-section h2 {
    color: #ffffff;
    font-weight: 700;
}

.seolox-faq-section p.text-muted {
    color: #cbd5e1 !important;
}

.seolox-faq-item {
    background: rgba(15, 23, 42, 0.88);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 14px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.55);
    transition: all 0.18s ease-out;
}

.seolox-faq-item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #e5e7eb;
    margin-bottom: 5px;
}

.seolox-faq-item p {
    margin: 0;
    font-size: 14px;
    color: #cbd5e1;
}

.seolox-faq-item + .seolox-faq-item {
    margin-top: 10px;
}

.seolox-faq-item:hover {
    border-color: #7b4fa3;
    box-shadow: 0 14px 30px rgba(91, 42, 201, 0.6);
    transform: translateY(-2px);
}

/* Mobile spacing */
@media (max-width: 768px) {
    .seolox-faq-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/* ===== FIX FAQ BACKGROUND & TEXT VISIBILITY ===== */

/* الخلفية العامة للـ FAQ */
.faq-section {
    background: #0f1a2e !important; /* خلفية خفيفة ومرتبة */
    padding: 70px 0 !important;
}

/* العنوان FAQ */
.faq-section h2 {
    color: #ffffff !important;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

/* سؤال */
.faq-section .panel-heading {
    background: #162544 !important; 
    color: #ffffff !important;
    border-radius: 10px;
    padding: 18px !important;
    font-weight: 700;
    border: 1px solid #264b8a !important;
}

/* جواب */
.faq-section .panel-body {
    background: #0f1c38 !important;
    color: #d6e3ff !important;
    padding: 20px !important;
    border-radius: 0 0 10px 10px;
}

/* مسافة بين العناصر */
.faq-section .panel {
    margin-bottom: 20px !important;
}

/* Hover effect */
.faq-section .panel-heading:hover {
    background: #1e3b6b !important;
    cursor: pointer;
}
/* خلفية القسم FAQ شوية أفتح */
.faq-section {
  background: #111b3a !important;
}

/* البانيلات: كاردات شوية أفتح مع بوردر خفيف */
.faq-section .panel {
  background: #152247 !important;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06) !important;
}

/* العنوان ديال السؤال */
.faq-section .panel-heading {
  background: transparent !important;
  color: #ffffff !important;
}

/* الجواب */
.faq-section .panel-body {
  background: transparent !important;
  color: #cfd8ff !important;
}
.faq-section h2 {
    color: #a78bfa !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}

/* Hero bullets under main heading */
.hero-bullets {
    list-style: none;
    padding: 0;
    margin: 15px 0 5px;
    color: #e4ecff;
    font-size: 14px;
}
.hero-bullets li::before {
    content: "✔";
    margin-right: 6px;
    font-size: 12px;
    color: #7b4fa3;
}
.hero-guarantee {
    font-size: 13px;
    color: #a9b9ff;
    margin-top: 5px;
}

/* == Full-width Footer Like Hostwinds == */
#footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 50px 0 40px 0 !important;
    background: #081a3a !important; /* لون footer */
}

/* خَلّي الكونتينر ديال footer حتى هو يْشَد العرض كامل */
#footer .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    background: transparent !important;
}

/* Powered by WHMCS bar فوق ال footer يكون تابع لنفس الخلفية */
#poweredby {
    background: #081a3a !important;
    color: #dbe4ff !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
}

#poweredby a {
    color: #cda349 !important;   /* الدهبي ديال Seolox */
    text-decoration: none;
}

#poweredby a:hover {
    text-decoration: underline;
}

/* Social icons تحت */
.footer-social i {
    font-size: 18px;
    margin: 0 8px;
}


/* Top Action Bar (How can we help today?) */
.home-shortcuts {
    background: #0e1e40 !important; /* الأزرق الغامق ديال Seolox */
    border: none !important;
}

.home-shortcuts .item {
    background: transparent !important;
}

.home-shortcuts .item a {
    color: #ffffff !important; /* النص أبيض */
    font-weight: 600;
}

.home-shortcuts .item:hover {
    background: #1b3a72 !important; /* لون hover جميل */
    transition: 0.3s ease;
}
/* Fix Domain Search Heading Visibility */
.home-domain-search h2,
#domainSearchArea h2 {
    color: #ffffff !important;
    font-size: 26px !important;      /* تكبير السايز باش يبان */
    font-weight: 700 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.75) !important;
}

