body {
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
}

.card-body {
    flex-grow: 1;
}

.card-body{
    padding: 10px !important;
}

  


/* style welcome page */
.template-desc{
    color: black !important;
    text-decoration: none; /* Remove underline */
    font-weight: bold;
}
a {
    
}

.template-desc:hover {
    color: darkblue; /* Change color on hover */

}

/* style Page  */
 /* Container & Row adjustments */
 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
  }

  /* Content Section Styling */
  .content {
    background-color: #f8f9fa; /* Light background */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }

  /* Sidebar Styling */
  .sidebar {
    background-color: #6c757d; /* Bootstrap secondary color */
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .sidebar h2,
  .sidebar p {
    margin: 0;
    padding: 0;
  }

  /* Button Styling */
  .btn-download {
    background-color: #007bff; /* Bootstrap primary color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 10px 5px 10px 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .btn-preview {
    background-color: #1c9440; /* Bootstrap primary color */
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 10px 5px 10px 0;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .btn-download:hover {
    background-color: #0056b3;
  }
  .btn-preview:hover {
    background-color: #03cd3f;
  }

  /* Icon & Download Info Styling */
  .fa-download {
    margin-right: 5px;
  }

  /* Image Styling (optional) */
  .content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 15px;
  }



  /* style modale  */
  /* Full-screen modal overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent background */
    overflow: hidden; /* Prevent scrolling */
}

/* Full-screen modal content */
.modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
}

/* Style the iframe to take full space */
.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Close icon styling */
.modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2rem;
    color: #ff0505;
    cursor: pointer;
    z-index: 1001;
}

/* Close button at bottom (optional) */
#closeModal {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #ff001e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1001;
}


/* review form  */
/* Ensure the star icons display right-to-left */
.star-rating {
    direction: rtl;
    font-size: 2em;
    unicode-bidi: bidi-override;
    display: inline-flex;
}

/* Hide the radio inputs */
.star-rating input {
    display: none;
}

/* Style the labels as stars */
.star-rating label {
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

/* Highlight stars on hover and when selected */
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffc107;
}
/* style card download */

.download-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;

  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.download-btn {
  background-color: #66bb6a;
  color: white;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 6px;
}
.download-btn i {
  margin-left: 8px;
}
.features {
  list-style: none;
  padding: 0;
}
.features li {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #333;
}
.features li i {
  color: #28a745;
  margin-right: 8px;
}
.download-count {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-weight: bold;
  color: #555;
}
.download-count i {
  margin-right: 6px;
}
/* .license {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
} */
