.elementor-46 .elementor-element.elementor-element-c7c8669{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-46 .elementor-element.elementor-element-c7c8669:not(.elementor-motion-effects-element-type-background), .elementor-46 .elementor-element.elementor-element-c7c8669 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B4A3F;}.elementor-46 .elementor-element.elementor-element-c7c8669.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}@media(min-width:768px){.elementor-46 .elementor-element.elementor-element-c7c8669{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-e5a6780 */#volunteer-absheri {
  --bg:#0b4a3f;
  --card:#0e4f43;
  --text:#f1f5f9;
  --muted:#cfe7dd;
  --gold:#facc15;
  --accent:#34d399;
  font-family:'Cairo',sans-serif;
  background:var(--bg);
  color:var(--text);
  padding:60px 20px;
}
#volunteer-absheri .wrap {
  max-width: 1000px;
  margin: auto;
}
#volunteer-absheri .head {
  text-align: center;
  margin-bottom: 40px;
}
#volunteer-absheri h1 {
  color: var(--gold);
  font-size: clamp(26px, 5vw, 40px);
  margin-bottom: 10px;
}
#volunteer-absheri p {
  color: var(--muted);
  font-size: 1.1rem;
}

/* البطاقات */
#volunteer-absheri .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
  gap: 16px;
  margin-bottom: 50px;
}
#volunteer-absheri .card {
  background: rgba(255,255,255,.05);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  transition: .2s;
}
#volunteer-absheri .card:hover {
  transform: translateY(-4px);
  border-color: var(--accent);
}
#volunteer-absheri .card h3 {
  color: var(--gold);
  margin-bottom: 10px;
}

/* النموذج */
#volunteer-absheri .volunteer-form {
  background: rgba(255,255,255,.05);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#volunteer-absheri .volunteer-form h2 {
  color: var(--gold);
  text-align: center;
  margin-bottom: 10px;
}
#volunteer-absheri label {
  font-weight: 600;
  color: var(--muted);
}
#volunteer-absheri input,
#volunteer-absheri select,
#volunteer-absheri textarea {
  padding: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: 'Cairo', sans-serif;
}
#volunteer-absheri input:focus,
#volunteer-absheri select:focus,
#volunteer-absheri textarea:focus {
  border: 2px solid var(--accent);
}
#volunteer-absheri button {
  padding: 14px;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(90deg,#6ee7b7,#34d399);
  color: #063d31;
  transition: .2s;
}
#volunteer-absheri button:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}/* End custom CSS */