.about-section {
    margin-top: 100px;
    border-radius: 15px; /* Rounded edges for the section */
  }
  
  .image-container img {
    border-radius: 15px; /* Round the corners of the image */
  }
  
  .text-container {
direction: rtl;
    border-radius: 15px;
  }
  
  .text-container .title {
    color: #fca038; /* Orange color for the title */
    font-weight: bold;
  }
  
  .text-container .description {
    font-size: 1rem;
    line-height: 1.8;
  }
  
  .btn-outline-warning {
    color: #fca038;
    border-color: #fca038;
  }
  
  .btn-outline-warning:hover {
    background-color: #fca038;
    color: #fff;
  }
  .programs-section {
  }
  
  .card {
    border-radius: 15px; /* Rounded corners for the cards */
    
  }
  
  .card-img-top {
  
    background-color: #fdfdfd; /* Light background for icons */
    padding: 10px; /* Add padding inside the image */
  }
  
  .card-title {
    color: #312f2f; /* Orange title color */
    font-weight: bold;
  }
  
  .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .card-body img{
    width: 200px;
  }