.radius-image {
    border-radius: 10px;
}
.view-point-image {
	height: 100px;
    object-fit: cover;
}
.large-main-image {
	height: 340px;
    object-fit: cover;
}
.small-main-image {
	height: 184px;
    object-fit: cover;
}
.orginal-news-image {
	height: 170px;
    object-fit: cover;
	object-position: top;
}
.large-news-image {
	height: 340px;
    object-fit: cover;
}

.small-sub-image {
	height: 86px;
    object-fit: cover;
}

.margin-top-4 {
	margin-top: 1.5rem !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.category-head {
	color: #000;
    text-decoration: none;
}

.category-head:hover {
	color: #7b3e4d;
}
.relativePos {
    position: relative;
}
/*
.NewsShare {
    position: absolute;
    left: 0;
    top: 0;
    background: #666666a6;
    padding: 10px;
    border-radius: 0 0 14px 0;
}
*/
.NewsShare {
	background: #ececec;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #eaeaea;
	width:100%;
}

p.text-brown.fs-10.mb-0.fst-mdbt.date-box {
    float: right;
    font-size: 15px;
    padding: 7px;
}

.share-box {
    float: left;
}

.news-container {
    font-family: FutuHvBt;
}
.news-container #newscontent{
	line-height: 27px;
}
.writer-link {
	font-size: 16px;
    text-decoration: none;
    color: #ab1d1d;
    margin-bottom: 10px;
    display: inline-block;
}

.tablePagnation {
    font-size: 17px;
    text-decoration: none;
    display: block;
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
	font-family: FutuHvBt;
}
.pagnation,
.pagnation_selected {
    font-size: 17px;
    padding: 4px 10px 5px;
    overflow: visible;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.tablePagnation label {
    font-size: 17px;
    text-decoration: none;
	font-family: FutuHvBt;
}
.pagnation {
	font-family: FutuHvBt;
    border: 1px solid #000;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 8px;
}
.pagnation_selected {
    border: 1px solid #000;
    background: #7b3e4d;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 8px;
}
.pagnation:hover {
    border-color: #000;
    background: #c994a1;
    outline: 0;
    text-decoration: none;
    color: #fff;
}
.w-33 {
	width:33%;
}
.w-38 {
	width:38%;
}

/********** comments ***********/
.comments-container {
    font-family: FutuHvBt;
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.comment {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comment-number {
    font-weight: bold;
    color: #555;
    font-size: 14px;
}

.comment-author {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.comment-date {
    font-size: 12px;
    color: #777;
}

.comment-body {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}
.searchMobile {
	display:none;
}

.TextBox {
	width: 600px !important;
}
.Box-Content-Control {
	display: indivne-block !important;
}
.f-elem {
	margin-bottom: 20px;
}
.centerIcons {
	justify-content: center !important;
}



.custom-tabs .nav-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin-bottom: 0;
}

.custom-tabs .nav-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #1c1c1c;
    font-weight: bold;
    padding: 10px 0px;
    text-align: center;
    transition: all 0.3s ease;
    margin-right: -1px;
}

.custom-tabs .nav-link.active {
    background-color: var(--bg-brown);
    color: white;
    border: 1px solid var(--bg-brown);
    border-bottom: none;
    z-index: 2;
}

.custom-tabs .nav-link:hover {
    color: #bfaeb2;
}

.custom-tabs .nav-item {
    margin: 0;
	width: 50%;
}

.tab-content {
    padding: 15px;
}

.clear-both {
	clear:both;
}


.book-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

/* تصميم العنصر الفردي */
.book-item {
    width: 18%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.book-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* تصميم الصورة */
.book-image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.book-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.book-item:hover .book-image {
    transform: scale(1.1);
}

/* معلومات الكتاب */
.book-info {
    padding: 15px;
    text-align: center;
}

.book-title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 10px 0;
    line-height: 1.5;
}

.book-title-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.book-title-link:hover {
    color: #007BFF;
}

.ajelcont .col-md-2 {
	padding-right:0px;
}
.ajelcont .col-md-10 {
	padding-left:0px;
}
.ajelcont .ajCap {
	background-color: #a30303;
	border: 1px solid #a01e1e;
	padding: 5px;
	filter: drop-shadow(0px 1px 1.5px rgba(0, 0, 0, .35));
	text-align: center;
	font-size: 24px;
	height: 52px;
	font-weight: bold;
}
.topbarsec.ajel_live {
	height: 52px;
}
.ajelcont .ajCap #ajcaption{
	color:#FFFFFF;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
	opacity: 0;
  }
}
		
.topbarsec.ajel_live {
    background-color: #c92525;
    border: 1px solid #a01e1e;
    padding: 10px;
	filter: drop-shadow(0px 1px 1.5px rgba(0, 0, 0, .35));
}

.topbarsec.ajel_live a.liveTitle {
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.topbarsec.ajel_live ul li a {
	font-size: 14px;
	color: #FFFFFF;
}

.aj_share_tw {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 8px;
}

.aj_share_fb {
	display: inline-block;
	vertical-align: middle;
	margin-top: 3px;
}
.aj_share_fb a{
}
.aj_share_fb a img{
	float: right;
	width: 62px;
	height:28px;
}

.arabic-ver {
	background: #333232;
    border-radius: 8px;
    font-weight: bold;
}

.section-title a {
    text-decoration: none;
    color: #000;
}
.big-section a {
    text-decoration: none;
    color: #FFF;
}

.footerIcon a img {
	width:26px;
	height:26px;
}