/* ================== BASE ================== */
body{
  margin:0;
  font-family:"Montserrat", Arial, sans-serif;
  background:#ffffff;
  color:#0b0f1a;
  min-height:100vh;
}
html{ scroll-behavior:smooth; }
.container{ width:min(1200px,92%); margin:0 auto; }

.page.lang-ar{ direction:rtl; }
.page.lang-en{ direction:ltr; }

/* ================== NAV ================== */
.nav{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(17,17,17,.06);
}
.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 0;
}
.brand{ display:inline-flex; align-items:center; text-decoration:none; }
.brand-logo{ height:80px; display:block; }

.nav-right{
  display:flex;
  align-items:center;
  gap:22px;
}

.links{
  display:flex;
  align-items:center;
  gap:18px;
}
.links a{
  text-decoration:none;
  color:#0b0f1a;
  font-weight:650;
  font-size:14px;
  opacity:.72;
  letter-spacing:.2px;
  padding:8px 6px;
}
.links a:hover{ opacity:1; }

.nav-actions{
  display:flex;
  align-items:center;
  gap:16px;
  padding:0;
  background:transparent;
  box-shadow:none;
  border:0;
  border-radius:0;
}
.nav-actions a,
.nav-actions a:visited,
.nav-actions a:hover,
.nav-actions a:active,
.nav-actions a:focus{
  text-decoration:none !important;
  border-bottom:none !important;
  outline:none !important;
}
.nav-lang{
  color:#0b0f1a;
  font-weight:750;
  font-size:15px;
  letter-spacing:.25px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  opacity:.85;
  padding:4px 0;
}
.nav-lang:hover{ opacity:1; }

.nav-divider{
  width:1px;
  height:22px;
  background:rgba(15,23,42,.22);
  margin:0 10px;
}

.nav-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  color:rgba(15,23,42,.78);
  opacity:.95;
}
.nav-icon:hover{
  opacity:1;
  color:#0b0f1a;
}
.nav-icon svg{
  width:20px;
  height:20px;
}
.page.lang-ar .nav-actions{ flex-direction:row-reverse; }

/* ================== HERO ================== */
.hero{
  min-height:92vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
  background-image:url("../img/hero-bg.png");
  background-repeat:no-repeat;
  background-position:left center;
  background-size:contain;
  padding:44px 0 34px;
}
.hero-content{
  max-width:860px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:2;
  transform:translateY(-26px);
}
.hero-center-logo{
  position:absolute;
  top:44%;
  left:50%;
  transform:translate(-50%,-195%) scale(.96);
  z-index:1;
  pointer-events:none;
  opacity:0;
  animation:logoIntro 1.05s ease-out forwards;
  animation-delay:.5s;
}
.hero-title-img{ height:140px; display:block; }

.hero-title{
  font-size:clamp(24px,2.8vw,38px);
  font-weight:650;
  line-height:1.12;
  margin:6px 0 14px;
  letter-spacing:-.5px;
  color:#0b0f1a;
  opacity:0;
  transform:translateY(16px);
  animation:fadeUp .85s ease-out forwards;
  animation-delay:.1s;
}
.hero-subtitle{
  font-size:clamp(12px,1vw,15px);
  line-height:1.7;
  color:#0a2fbf;
  max-width:680px;
  margin:0 auto 34px;
  opacity:0;
  transform:translateY(16px);
  animation:fadeUp .85s ease-out forwards;
  animation-delay:.28s;
}
.hero-actions{
  display:flex;
  justify-content:center;
  gap:18px;
  opacity:0;
  transform:translateY(16px);
  animation:fadeUp .85s ease-out forwards;
  animation-delay:.46s;
}

/* ================== BUTTON ================== */
.btn{
  background:#0a2fbf;
  color:#fff;
  padding:12px 22px;
  border-radius:26px;
  font-weight:700;
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  min-width:240px;
  box-shadow:0 10px 22px rgba(10,47,191,.14);
  border:0;
  cursor:pointer;
}
.btn-outline{
  background:#fff;
  color:#0a2fbf;
  border:1px solid rgba(10,47,191,.22);
  box-shadow:none;
}
.btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(10,47,191,.18);
}
.btn:active{ transform:translateY(0); }
.btn-full{ width:100%; }

@keyframes fadeUp{ to{ opacity:1; transform:translateY(0); } }
@keyframes logoIntro{ to{ opacity:1; transform:translate(-50%,-132%) scale(1); } }

/* ================== SECTIONS ================== */
.section-head{ text-align:center; max-width:860px; margin:0 auto 42px; }
.badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,47,191,.06);
  color:#0a2fbf;
  font-weight:750;
  font-size:12px;
  letter-spacing:.35px;
  margin-bottom:12px;
}
.section-title{
  font-size:clamp(26px,2.3vw,34px);
  margin:0 0 10px;
  font-weight:750;
  color:#0b0f1a;
  letter-spacing:-.4px;
}
.section-desc{
  margin:0 auto;
  color:#64748b;
  max-width:680px;
  font-size:15.5px;
  line-height:1.7;
}
#product,#how,#stories,#contact{ scroll-margin-top:110px; }

/* ================== PRODUCT ================== */
.product{ padding:82px 0; background:#fff; }
.product-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.product-card{
  border:1px solid rgba(17,17,17,.08);
  border-radius:22px;
  padding:20px 18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.04);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.product-card:hover{
  transform:translateY(-6px);
  border-color:rgba(10,47,191,.18);
  box-shadow:0 20px 52px rgba(0,0,0,.07);
}
.icon{
  width:52px; height:52px;
  border-radius:18px;
  background:rgba(10,47,191,.08);
  color:#0a2fbf;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.6px;
  border:1px solid rgba(10,47,191,.14);
  margin-bottom:12px;
  font-size:13px;
}
.product-card h3{ margin:0 0 8px; font-size:16px; font-weight:750; color:#0b0f1a; }
.product-card p{ margin:0; color:#64748b; font-size:14px; line-height:1.7; }

/* ================== HOW ================== */
.how{ padding:82px 0; background:#fafafa; }
.how-steps{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.how-step{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  border-radius:22px;
  padding:22px 20px;
  box-shadow:0 12px 32px rgba(0,0,0,.04);
  display:flex;
  gap:14px;
  align-items:flex-start;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.how-step:hover{
  transform:translateY(-6px);
  border-color:rgba(10,47,191,.18);
  box-shadow:0 20px 52px rgba(0,0,0,.07);
}
.how-icon{
  width:52px; height:52px;
  border-radius:18px;
  background:rgba(10,47,191,.08);
  color:#0a2fbf;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 52px;
  border:1px solid rgba(10,47,191,.14);
}
.how-kicker{ font-size:12px; color:#0a2fbf; font-weight:800; letter-spacing:.4px; margin-bottom:6px; opacity:.9; }
.how-step-title{ font-size:16px; margin:0 0 8px; color:#0b0f1a; font-weight:800; letter-spacing:-.2px; }
.how-step-desc{ margin:0; color:#64748b; font-size:14px; line-height:1.7; }

/* ================== STORIES ================== */
.stories{ padding:82px 0; background:#fff; }
.stories-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.story-card{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  border-radius:22px;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, opacity .6s ease;
  opacity:0;
  transform:translateY(14px);
  box-shadow:0 12px 32px rgba(0,0,0,.04);
}
.story-card.is-visible{ opacity:1; transform:translateY(0); }
.story-card:hover{
  transform:translateY(-7px);
  box-shadow:0 22px 56px rgba(0,0,0,.07);
  border-color:rgba(10,47,191,.16);
}
.story-logo{
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px 28px;
  background:#fff;
}
.story-logo img{
  max-height:82px;
  max-width:260px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.story-content{ padding:20px 18px 20px; }
.story-content h3{ font-size:18px; margin:0 0 10px; color:#0b0f1a; font-weight:800; }
.story-content p{ font-size:14px; color:#64748b; line-height:1.7; margin:0 0 12px; }
.story-tag{
  display:inline-block;
  font-size:12px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(10,47,191,.08);
  color:#0a2fbf;
  font-weight:750;
}
.stories-cta{ text-align:center; margin-top:20px; }
.text-link{ color:#0a2fbf; text-decoration:none; font-weight:750; font-size:14px; }
.text-link:hover{ text-decoration:underline; }

/* ================== CONTACT ================== */
.contact{ padding:86px 0; background:#fafafa; }
.contact-wrap{ display:grid; grid-template-columns:1.05fr .95fr; gap:18px; align-items:stretch; }

.contact-title{ margin:0 0 10px; font-size:clamp(26px,2.3vw,34px); font-weight:800; letter-spacing:-.4px; color:#0b0f1a; }
.contact-sub{ margin:0 0 8px; color:#64748b; font-size:15.5px; line-height:1.7; max-width:520px; }

.contact-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:14px;
  color:rgba(15,23,42,.62);
  font-size:13.5px;
  font-weight:650;
}
.contact-meta .dot{ opacity:.45; }

.contact-form{
  border:1px solid rgba(17,17,17,.08);
  border-radius:22px;
  padding:18px 18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.05);
  position:relative;
}

.form-row{ display:flex; flex-direction:column; gap:8px; margin-bottom:12px; }
.form-label{ font-size:12px; color:#0b0f1a; font-weight:800; letter-spacing:.2px; }

.form-input{
  border:1px solid rgba(15,23,42,.14);
  border-radius:14px;
  padding:12px 12px;
  font-size:14px;
  outline:none;
  background:#fff;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.form-input:hover{ border-color:rgba(10,47,191,.22); }
.form-input:focus{
  border-color:rgba(10,47,191,.32);
  box-shadow:0 0 0 5px rgba(10,47,191,.08);
  transform:translateY(-1px);
}
.form-textarea{ min-height:130px; resize:vertical; }

select.form-input{
  appearance:none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(15,23,42,.55) 50%),
    linear-gradient(135deg, rgba(15,23,42,.55) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px),
    0 0;
  background-size:6px 6px, 6px 6px, 100% 100%;
  background-repeat:no-repeat;
  padding-right:34px;
}
.page.lang-ar select.form-input{
  background-position:
    18px calc(50% - 2px),
    12px calc(50% - 2px),
    0 0;
  padding-right:12px;
  padding-left:34px;
}

.form-note{ margin-top:10px; font-size:12px; color:#64748b; line-height:1.5; }

.form-error{
  display:none;
  margin-top:2px;
  font-size:12.5px;
  font-weight:650;
  color:#b91c1c;
}
.form-row.is-error .form-label{ color:#b91c1c; }
.form-input.is-error{
  border-color:rgba(239,68,68,.40) !important;
  box-shadow:0 0 0 4px rgba(239,68,68,.08) !important;
  transform:none !important;
}
.form-input.is-error::placeholder{ color:rgba(185,28,28,.55); }

/* ================== TOAST (FANCY) ================== */
.form-toast{
  display:none;
  margin:0 0 14px;
}
.form-toast:has(.toast-item){ display:block; }

.toast-item{
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.10);
  background:#fff;
  box-shadow:0 12px 28px rgba(0,0,0,.06);
  position:relative;
  overflow:hidden;
}
.toast-item::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width:4px;
  background:rgba(10,47,191,.45);
}
.toast-icon{
  width:32px;
  height:32px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 32px;
  background:rgba(10,47,191,.10);
  color:#0a2fbf;
  border:1px solid rgba(10,47,191,.18);
  margin-top:1px;
}
.toast-text{ flex:1; min-width:0; }
.toast-title{
  font-weight:850;
  font-size:13px;
  letter-spacing:.2px;
  color:#0b0f1a;
  margin-bottom:2px;
}
.toast-desc{
  font-size:13.5px;
  line-height:1.55;
  color:rgba(15,23,42,.72);
}
.toast-close{
  border:0;
  background:transparent;
  color:rgba(15,23,42,.55);
  font-size:18px;
  line-height:1;
  padding:2px 6px;
  cursor:pointer;
  border-radius:10px;
}
.toast-close:hover{
  background:rgba(15,23,42,.06);
  color:rgba(15,23,42,.85);
}
.toast-item.success{
  background:linear-gradient(180deg, rgba(34,197,94,.08), #fff 60%);
  border-color:rgba(34,197,94,.18);
}
.toast-item.success::before{ background:rgba(34,197,94,.70); }
.toast-item.success .toast-icon{
  background:rgba(34,197,94,.12);
  color:#166534;
  border-color:rgba(34,197,94,.22);
}
.toast-item.error{
  background:linear-gradient(180deg, rgba(239,68,68,.08), #fff 60%);
  border-color:rgba(239,68,68,.18);
}
.toast-item.error::before{ background:rgba(239,68,68,.70); }
.toast-item.error .toast-icon{
  background:rgba(239,68,68,.10);
  color:#b91c1c;
  border-color:rgba(239,68,68,.20);
}

/* ================== FOOTER ================== */
.footer-pro{
  background:#ffffff !important;
  background-image:none !important;
  color:#0b0f1a;
  padding:54px 0 18px;
  margin-top:0;
  border-top:1px solid rgba(17,17,17,.08);
}
.footer-pro-inner{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
  align-items:start;
  padding-bottom:22px;
  border-bottom:1px solid rgba(15,23,42,.10);
}
.footer-brand img{
  height:80px;
  width:auto;
  display:block;
  opacity:.95;
  filter:none;
  background:transparent;
}
.footer-desc{
  margin:14px 0 0;
  max-width:420px;
  line-height:1.75;
  color:rgba(15,23,42,.70);
  font-size:14px;
}
.footer-title{
  font-weight:800;
  letter-spacing:.2px;
  margin-bottom:12px;
  color:#0b0f1a;
  font-size:13px;
}
.footer-pro a{
  display:block;
  text-decoration:none;
  color:rgba(15,23,42,.72);
  font-size:14px;
  padding:6px 0;
}
.footer-pro a:hover{ color:#0a2fbf; }
.footer-meta{
  font-size:14px;
  color:rgba(15,23,42,.72);
  padding:6px 0;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding-top:14px;
  font-size:13px;
  color:rgba(15,23,42,.60);
}
.footer-mini-links{ display:flex; gap:14px; }
.footer-mini-links a{
  display:inline;
  padding:0;
  font-size:13px;
  color:rgba(15,23,42,.60);
  text-decoration:none;
}
.footer-mini-links a:hover{ color:#0a2fbf; }

/* ================== RESPONSIVE ================== */
@media (max-width:980px){
  .links{ display:none; }
  .brand-logo{ height:52px; }
  .product-grid, .how-steps, .stories-grid{ grid-template-columns:1fr; }
  .contact-wrap{ grid-template-columns:1fr; }
  .footer-pro-inner{ grid-template-columns:1fr 1fr; gap:20px; }
}
@media (max-width:520px){
  .hero-title-img{ height:118px; }
  .hero-actions{ flex-direction:column; align-items:center; gap:10px; }
  .btn{ width:100%; max-width:320px; min-width:0; }
  .footer-pro-inner{ grid-template-columns:1fr; }
  .footer-bottom{ flex-direction:column; align-items:flex-start; }
}
/* ===== Premium Minimal inline message (success/error) ===== */
.inline-msg{
  margin:0 0 14px;
  padding:10px 12px;
  border-radius:14px;
  font-size:13.5px;
  font-weight:650;
  line-height:1.55;
  border:1px solid transparent;
  background:rgba(15,23,42,.02);
}

/* success: soft blue premium */
.inline-msg--success{
  color:#0a2fbf;
  background:rgba(10,47,191,.06);
  border-color:rgba(10,47,191,.14);
}

/* error: soft red */
.inline-msg--error{
  color:#b91c1c;
  background:rgba(239,68,68,.06);
  border-color:rgba(239,68,68,.14);
}
/* ===== Errors (Premium / not aggressive) ===== */
.form-row.is-error .form-label{
  color:#0b0f1a;         
}

.form-error{
  display:none;
  margin-top:6px;
  font-size:12px;
  font-weight:600;
  color:rgba(185,28,28,.85);  
}

.form-input.is-error{
  border-color:rgba(185,28,28,.28) !important;
  box-shadow:0 0 0 4px rgba(185,28,28,.06) !important; 
  background:#fff !important;   
}

.form-input.is-error::placeholder{
  color:rgba(15,23,42,.35);
}
.footer-link{
  text-decoration:none;
  cursor:pointer;
}

.footer-link:hover{
  text-decoration:underline;
  color:#0a2fbf; 
}
.contact-form .btn-full{
  width:100%;
  max-width:280px;
  height:40px;
  margin:18px auto 6px;
  display:block;
  border-radius:12px;
  font-size:14px;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow:none;
}

.contact-form .btn-full:hover{
  transform:translateY(-1px);
  box-shadow:0 4px 14px rgba(10,47,191,.16);
}
.contact-link{
  color:inherit;
  text-decoration:none;
  font-weight:500;
  cursor:pointer;
}

.contact-link:hover{
  text-decoration:underline;
}
.contact-link{
  color:inherit;
  text-decoration:none;
  font-weight:500;
  cursor:pointer;
}

.contact-link:hover,
.contact-link:active,
.contact-link:focus{
  color:#0a2fbf;
  text-decoration:underline;
}
/* ===============================
   Legal Pages (Privacy & Terms)
================================ */

.legal-page{
  padding: 90px 0;
  background: #fafafa;
}

.legal-container{
  max-width: 900px;
}

.legal-title{
  font-size: 38px;
  font-weight: 700;
  margin: 14px 0 10px;
  letter-spacing: -0.3px;
}

.legal-subtitle{
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin-bottom: 40px;
}

.legal-card{
  background: #ffffff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.legal-card h3{
  font-size: 20px;
  margin-top: 28px;
  margin-bottom: 8px;
}

.legal-card h3:first-child{
  margin-top: 0;
}

.legal-card p{
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.legal-card a{
  color: #1e40ff;
  font-weight: 500;
  text-decoration: none;
}

.legal-card a:hover{
  text-decoration: underline;
}
.nav-account {
  position: relative;
}

.nav-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  min-width: 160px;
  padding: 8px;
  z-index: 1000;
}

.nav-account.is-open .nav-dropdown {
  display: block;
}

.nav-dropdown a,
.nav-dropdown .dropdown-link {
  display: block;
  padding: 10px 12px;
  color: #222;
  text-decoration: none;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.nav-dropdown a:hover,
.nav-dropdown .dropdown-link:hover {
  background: #f3f5f9;
  border-radius: 6px;
}
/* ===== Account Dropdown (Fix) ===== */
.nav-account{
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* dropdown box */
.nav-dropdown{
  display:none;
  position:absolute;
  top: calc(100% + 10px);    /* تحت الأيقونة مباشرة */
  inset-inline-end: 0;       /* يمين في RTL/ LTR تلقائي */
  inset-inline-start: auto;
  background:#fff;
  border-radius:14px;
  box-shadow:0 12px 28px rgba(0,0,0,0.10);
  min-width:190px;
  padding:10px;
  z-index: 9999;
}

.nav-account.is-open .nav-dropdown{ display:block; }

/* link styles */
.nav-dropdown a,
.nav-dropdown .dropdown-link{
  display:block;
  width:100%;
  padding:10px 12px;
  color:#222;
  text-decoration:none;
  background:none;
  border:none;
  font:inherit;
  cursor:pointer;
  text-align:start;          /* بدل left عشان العربي */
  border-radius:10px;
}

.nav-dropdown a:hover,
.nav-dropdown .dropdown-link:hover{
  background:#f3f5f9;
}
.nav, .nav-inner{ overflow: visible; }
/* ===== Clean minimal auth links ===== */

.auth-links-clean{
  margin-top:16px;
  text-align:center;
}

.auth-links-clean p{
  margin:8px 0;
  color:#64748b;      /* نفس الرمادي اللي بالصورة */
  font-size:14px;
  font-weight:400;    /* مو بولد */
}

.auth-link-clean{
  color:#64748b;      /* نفس لون الجملة بالبداية */
  text-decoration:none;
  font-weight:400;    /* تأكيد انه مو بولد */
  transition:color .2s ease;
}

.auth-link-clean:hover{
  color:#0a2fbf;      /* يصير أزرق عند المرور */
  text-decoration:underline;
}
.legal-page{
  background: #fafafa;
  min-height: 90vh;
}
/* ===== Ultra Soft Pink Validation ===== */

/* لا نغير لون العنوان */
.form-row.is-error .form-label{
  color:inherit !important;
}

/* الإطار الناعم جداً */
.form-row.is-error input,
.form-row.is-error select,
.form-row.is-error textarea{
  border:1px solid #e7a6a6 !important;  /* وردي خفيف */
  background:#fff;
  border-radius:20px;

  /* الهالة الناعمة جداً */
  box-shadow:
    0 0 0 6px rgba(231,166,166,.12);
}

/* رسالة الخطأ فقط */
.form-row.is-error .form-error{
  margin-top:8px;
  font-size:14px;
  font-weight:500;
  color:#b42318;
}
.form-error{ display:block ; }
.form-error{
  margin-top:10px;
  font-size:13.5px;
  font-weight:600;
  color:#b42318;
  opacity:.92;
}
.contact-form input{
  width:100%;
  padding:12px 16px;
  border:1px solid #cbd5e1;
  border-radius:20px;
  box-sizing:border-box;
  transition:all .2s ease;
}
.link-text{
  color:#64748B;        /* اللون الرمادي كله */
}

.link-text a{
  color:#64748B;        /* نفس لون النص */
  text-decoration:none; /* بدون خط */
  font-weight:500;
  transition:color .2s ease;
}

.link-text a:hover,
.link-text a:active{
  color:#1e40ff;        /* أزرق عند المرور أو الضغط */
}

.link-text a:visited{
  color:#64748B;        /* يمنع البنفسجي */
}
.link-text{
  color:#64748B;
}

.link-text a{
  color:#64748B;        /* اللون الطبيعي */
  text-decoration:none; /* بدون خط */
  font-weight:500;
  transition:color .2s ease;
}

/* فقط عند مرور الماوس */
.link-text a:hover{
  color:#0a2fbf;
    text-decoration:underline; /* يظهر الخط */

}
/* اخفاء رسائل الخطأ افتراضياً */
.form-error { 
  display: none; 
}

/* إظهارها فقط إذا صار فيه خطأ */
.form-row.is-error .form-error {
  display: block;
}
.footer-pro-inner {
  display: flex;
  justify-content: space-between;
}

.footer-col:last-child {
  margin-left: auto;
  text-align: right;
}
.footer-pro-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; /* هذا ينزلها لنفس مستوى النص */
}

.footer-col:last-child {
  margin-left: auto;
  text-align: right;
}
.footer-col:last-child {
  margin-left: auto;
  text-align: right;
  margin-top: 40px; /* تقدرين تغيرين الرقم (30 / 50 حسب ما يعجبك) */
}
