.flag-icon {
  width: 20px;
  border-radius: 50%;
}

.header-page-info {
  background: url(../images/bg-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 100px 50px;
  overflow: hidden;
}

.header-page-info::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.72;
  z-index: -1;
  top: 0;
  left: 0;
}

.justify-content-space-between {
  justify-content: space-between;
}

.m-width-200 {
  min-width: 200px
}

input.error {
  border: 1px solid red !important;
}

textarea.error {
  border: 1px solid red !important;
}

select.error {
  border: 1px solid red !important;
}

label.error {
  color: red !important;
}

.w-30 {
  width: 30px;
}


#card-element {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px;
  background: white;
  max-width: 400px;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

#submit {
  margin-top: 12px;
  background-color: #5469d4;
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}


.flex-stack {
  justify-content: space-between;
  align-items: center;
}


.separator.separator-dashed {
  border-bottom-style: dashed;
  border-bottom-color: #E4E6EF;
}

.separator {
  display: block;
  height: 0;
  border-bottom: 1px solid #EFF2F5;
}

.widget_item-goal .widget_item-title {
  font-size: 1.625rem;
  min-height: 80px;
}

input-icon .icon {
  top: 25px;
}

.mission-section {
  padding: 50px 0;
}

.mission-text h2 {
  font-weight: bold;
}

.mission-text p {
  color: #555;
}

.mission-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  max-height: 400px;
}


.widget_item-story-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s;
}

.widget_item-story-card:hover {
  transform: translateY(-5px);
}

.widget_item-story-card .story-year {
  color: #d72638;
  font-size: 1.5rem;
  font-weight: bold;
}

.widget_item-story-card .story-title {
  font-weight: 600;
  color: #111827;
  margin-top: 10px;
  margin-bottom: 5px;
}

.widget_item-story-card .story-desc {
  color: #6c757d;
  font-size: 0.95rem;
}


.widget_item-work-card {
  text-align: center;
  padding: 20px;
}

.widget_item-work-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.widget_item-work-card .icon-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #1f2937;
}

.widget_item-work-card .icon-desc {
  font-size: 0.95rem;
  color: #6b7280;
  text-align: center;
}


.widget_item-team-card {
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.widget_item-team-card:hover {
  transform: translateY(-5px);
}

.widget_item-team-card .team-role {
  color: #e63946;
  font-weight: 500;
}

.widget_item-team-card .team-name {
  color: #1d3557;
  font-weight: 600;
}

.widget_item-team-card .team-image {
  object-fit: cover;
  height: 300px;
  width: 100%;
}


.join-section {
  background-color: #143D60;
  color: white;
  padding: 70px 0;
  text-align: center;
}




.content-partners {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}

@media (min-width: 992px) {
  .content-partners {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .content-partners {
    padding: 20px;
  }
}

.content-partners .action--swiper {
  width: 95%;
}

.widget_item-partners .widget_item-image {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget_item-partners .widget_item-image img {
  max-height: 150px;
}

.header-section {
  background-color: #f8f9fa;
  /* لون رمادي فاتح */
  padding: 60px 20px 40px;
  text-align: center;
}

.header-section h1 {
  font-weight: 700;
  color: #1a1a1a;
}

.header-section p {
  color: #6c757d;
  font-size: 1rem;
  margin-top: 10px;
}

.btn-outline-custom {
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px 25px;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.btn-outline-custom:hover {
  background-color: #f1f1f1;
}


.committee-card {
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.trustees {
  background-color: #fff7dc;
}

/* Yellow tint */
.executive {
  background-color: #e6f4ea;
}

/* Light green */
.standing {
  background-color: #e6f1fa;
}

/* Light blue */

.member-info {
  /* flex-grow: 1; */
}

.member-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: 10px;
}

.legend-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 8px;
}

.legend {
  font-size: 0.9rem;
  color: #555;
}

.section-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.team-card {
  cursor: pointer;
  transition: 0.3s;
}

.team-card:hover {
  transform: scale(1.03);
}

.modal-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}