
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);


body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
	font-family: 'Droid Arabic Kufi', serif;
	font-size: 15px;
	text-align: center;

}

html {
  height: -webkit-fill-available;
}

 img {
    display: block;
    max-width: 100%;
    height: auto;
	 text-align: center;
  }

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}




.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.logo {text-align: center;}

.border-bottom{
	background-image:url("../img/bg_header.jpg")
}
 
@media (min-width: 320px) and (max-width: 640px) {
	
}









#book-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map {
	
  max-width: 100%;
  height: auto;
}


 .social-icons {
    text-align: center; /* Center align the icons */
  }

  .social-icons a {
    display: inline-block; /* Display the icons in a row */
    margin: 0 1px; /* Adjust margin between icons */
  }


.alert{
	font-size: 14px; font-weight: 600; height: 40px; line-height: 8px
}


/*--------------------------------*/
.pagination {
    border-radius: 4px;
    padding: 5px;
  }

  .page-item {
    margin: 0 2px;
  }

  .page-link {
    color: #333;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: color 0.3s ease;
  }

  .page-link:hover {
    color: #666;
  }

  .page-item.active .page-link {
    color: #fff;
    background-color: #333;
  }

/*----------------------------*/
  .figure-img {
    max-width: 100%;
    height: auto;
  }

  .rounded-3 {
    border-radius: 0.375rem; /* Adjust the value as needed */
  }

.horizontal-accordion {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
	direction: rtl;
	
}

.accordion-item {
  flex: 1;
  margin: 0 2px;
}

.accordion-header {
  text-align: center;
	  margin: 0;
    border-bottom: 1px solid #e7e7e7;
}

.accordion-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

	  background-color: #f8f9fa;
    color: #333;
    font-size: 18px;
   
    text-align: left;
    
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.accordion-button.collapsed:before {
  content: none;
	
}

.accordion-icon {


  height: 45px; /* Adjust size as needed */
	
}

.full-width-collapse {
  position:absolute;
  top: 300px;
  left: 0;
  width: 100%;
  z-index: 1040; /* Ensure it appears above other elements */
	
}

.full-width-header .accordion-button {
  display:block;
  width: auto;
  margin: 0 auto;
	
}

.accordion-body {
  text-align: center; /* Adjust as needed */
  width: 100%;
  max-width: 1200px; /* Optional: limit max width for content */
  margin: 0 auto; /* Center the content */
  background-color: rgba(248,249,250,0.9);
  padding: 10px;
  color: #333;
  direction: rtl;
	
	

}

/*--------------Accordion-------------------*/
/* Accordion container */
.accordion {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: rgba(248,249,250);
	 
}

.accordion-button:hover {
    background-color: #e2e6ea;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body .container h5 {
    margin-top: 0;
    font-size: 16px;
    color: #0056b3;
	
}

/* Buttons within accordion content */
.accordion-body .btn-group .btn {
	
    margin: 5px 3px;
    padding: 5px 10px;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.accordion-body .btn-warning {
    border-color: #ffc107;
    color: #000;
}

.accordion-body .btn-warning:hover {
    background-color: #ffc107;
    color: #000;
}

.accordion-body .btn-danger {
    border-color: #dc3545;
    color: #fff;
}

.accordion-body .btn-danger:hover {
    background-color: #dc3545;
    color: #000;
}

/* Adjust button group container */
.accordion-body .container {
    padding: 0;
}

.accordion-body .btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Additional adjustments for mobile responsiveness */
@media (max-width: 768px) {
    .accordion {
        width: 100%;
    }

    .accordion-button {
        font-size: 16px;
        padding: 10px;
    }

    .accordion-body .btn-group .btn {
        font-size: 12px;
        padding: 5px 8px;
    }
}

/************/
.btn-group .btn{
	margin-top: 5px;
}