@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot);
  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(../fonts/DroidKufi-Regular.woff) format('woff'),
       url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}

    .container-about {
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
        font-family: 'Droid Arabic Kufi';
        font-style: normal;
        font-weight: 400;
       
    }
    h1, h2, h3 {
        color: #bc6b00;
        font-size: 18px;
        margin-top: 20px;
        font-weight: bold;
    }
    b {
        color: #000;
        font-size: 15px;
        padding: 3px;
        font-weight: bold;
    }
    p {
        font-size: 14px;
        color: #34495e;
        line-height: 1.6;
    }
    .highlight {
        color: #bc6b00;
    }
    .section {
        margin-bottom: 20px;
    }
	
	    .team-section {
      text-align: center;
      padding: 50px 20px;
      background-color: #ffffff;
    }

    .team-section h2 {
      font-size: 36px;
      color: #007BFF;
      margin-bottom: 10px;
    }

    .team-section p {
      font-size: 18px;
      color: #666;
      margin-bottom: 30px;
    }

    .team-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      padding: 0 20px;
    }

    .team-member {
      background: #f4f4f4;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .team-member:hover {
      transform: translateY(-10px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .team-member img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin-bottom: 15px;
    }

    .team-member h3 {
      font-size: 20px;
      margin-bottom: 5px;
      color: #333;
    }

    .team-member p {
      font-size: 16px;
      color: #777;
      margin-bottom: 10px;
    }

    .team-member .contact {
      font-size: 14px;
      color: #555;
    }

    .team-member .contact a {
      text-decoration: none;
      color: #007BFF;
    }

/* Header Section */
.header-section {
    position: relative;
    width: 100%;
    height: 350px;
    background: url('../../uploads/slides/aboutus.jpeg') no-repeat center 85%;
    background-size: cover;
	
}

@media (max-width: 768px) {
    .header-section {
        height: 220px; /* تقليل ارتفاع القسم ليتناسب مع شاشات الموبايل */
        background-size: 80%; /* يجعل الصورة تتناسب بشكل كامل داخل القسم */
    background: url('../../uploads/slides/aboutus.jpeg') no-repeat 80% 80%;
		
    }
	
	.header-section .overlay h1 {
    font-size: 14px;
    color: #fff;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
	}


}
