
/* cairo-latin-wght-normal */
@font-face {
  font-family: 'Cairo Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/cairo:vf@latest/latin-wght-normal.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


#backToTopBtn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 48px;
  height: 48px;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 99999;
  transition: background 0.3s, transform 0.3s;
  line-height: 1;
}
#backToTopBtn:hover {
  background: #2c5282;
  transform: translateY(-3px);
}



.customs-guide-wrapper .article-hero {
    background: #ffffff !important;
    color: #1a202c !important;
    padding: 50px 20px !important;
    text-align: center !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    border: 1px solid #e8edf3 !important;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
}

@font-face {
  font-family: 'Tajawal';
  src: url('/fonts/Tajawal-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Tajawal';
  src: url('/fonts/Tajawal-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}

h1 {
  font-family: 'Tajawal', sans-serif !important;
}


/* بدل السيليكتور المحدد */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  color: #1a202c !important;
}

/* ثم خصص الحجم لكل عنوان */
h1 { font-size: 1.8em !important; margin-bottom: 20px !important; }
h2 { font-size: 1.5em !important; margin-bottom: 16px !important; }
h3 { font-size: 1.3em !important; margin-bottom: 14px !important; }
h4 { font-size: 1.1em !important; margin-bottom: 12px !important; }


.customs-guide-wrapper .article-hero .hero-intro {
    color: #4a5568 !important;
    line-height: 1.8 !important;
}

/* الزر */
.customs-guide-wrapper .article-hero .btn {
    display: inline-block !important;
    margin-top: 28px !important;
    padding: 14px 36px !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #6366f1, #4f46e5, #7c3aed) !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.45) !important;
    transition: all 0.35s ease !important;
}

.customs-guide-wrapper .article-hero .btn:hover {
    transform: translateY(-3px) scale(1.04) !important;
    box-shadow: 0 14px 35px rgba(99, 102, 241, 0.55) !important;
    color: #ffffff !important;
}
