/* ebook landing */

.landing-banner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-banner .img-fluid {
    width: 100%;
}

.landing-sections {
    padding: 50px 0;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.landing-center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-sections h1,
.landing-sections h2,
.landing-sections h3,
.landing-sections h4,
.landing-sections h5,
.landing-sections h6,
.landing-sections p {
    margin: 0 0 15px;
}

.landing-sections p:last-child {
    margin-bottom: 0;
}

.landing-sections strong {
    color: #FDCD55;
}

.landing-section-list-item {
    background: #f9f9f9;
}

.landing-section-list-item .row {
    align-items: center;
    flex-direction: row;
}

.landing-section-list-wrapper .landing-section-list-item:nth-child(even) {
    background: #fff;
}

.landing-section-list-wrapper .landing-section-list-item:nth-child(even) .row {
    flex-direction: row-reverse;
}

.landing-section-list-item ul {
    margin: 0;
}

.faqs-section {
    background: #f9f9f9;
}

.faqs-section .center-title {
    display: block;
    text-align: center;
    margin: 0 0 30px;
}

.landing-sections .accordion-item {
    border: 0;
    border-radius: 0;
    background: #333;
    margin: 0 0 15px;
}

.landing-sections .accordion-item h1.accordion-header {
    margin: 0;
}

.landing-sections .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fff;
    background: transparent;
}

.landing-sections .accordion-item p,
.landing-sections .accordion-item li {
    color: #fff;
}

.landing-sections .accordion-button {
    display: flex;
    justify-content: space-between;
    border-radius: 0 !important;
    background: transparent;
    color: #fff;
}

.landing-sections .accordion-button::after {
    display: none;
}

.landing-sections .accordion-button[aria-expanded="true"] .fa-plus:before {
    content: "\f068";
}

.landing-sections .accordion-body {
    background: rgba(255, 255, 255, .05);
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.landing-sections.download-section h1 {
    margin: 0 0 30px;
}

.landing-sections.download-section .btn {
    margin: 30px 0 0;
}

.landing-sections a {
    color: #FDCD55;
}

.landing-sections a:hover {
    color: #333;
}

.landing-sections .btn-01 {
    background: #FDCD55;
    border-color: #FDCD55;
    color: #000;
}

.landing-sections .btn-01:hover {
    background: transparent;
    color: #FDCD55;
    border-color: #FDCD55;
}

.landing-sections.landing-section-list-item .btn-01-style {
    font-weight: 700;
    background: transparent;
    color: #FDCD55;
    border-color: #FDCD55;
}

.landing-sections.landing-section-list-item .btn-01-style:hover {
    background: #FDCD55;
    border-color: #FDCD55;
    color: #fff;
}

.landing-sections.landing-section-list-item:nth-child(odd) .btn-01-style {
    background: #FDCD55;
    border-color: #FDCD55;
    color: #000;
}

.landing-sections.landing-section-list-item:nth-child(even) .btn-01-style:hover {
    background: transparent;
    color: #FDCD55;
    border-color: #FDCD55;
}

.landing-section-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.call-to-action-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0 0;
}

.ebook-header img {
    width: 100%;
}

.single-ebook-block {
    margin: 30px 0;
}

.single-ebook-block .book-img {
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px #CFCFCF;
    max-width: 100%;
}

.single-ebook-block .title {
    font-weight: 700;
}

.single-ebook-block .title-wrapper {
    text-align: center;
    margin-top: 15px;
}

.single-ebook-block .tag-single {
    background-color: #CFCFCF;
    padding: 4px 5px;
    border-radius: 6px;
    margin-left: 5px;
    font-size: 12px;
}

.single-ebook-block .properties-single {
    display: flex;
    margin-top: 15px;
}

.single-ebook-block .properties-single div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
}

.single-ebook-block .properties-single div:first-child {
    padding: 0 0 0 30px;
}

.single-ebook-block .properties-single div:not(:last-child) {
    border-left: 1px solid #E3E3E3;
}

.single-ebook-block .properties-single p {
    font-weight: 700;
    margin-bottom: 10px;
}

.single-ebook-block .properties-single span {
    color: #c1c1c1;
}

.single-ebook-block .publisher {
    margin: 15px 0;
}

.single-ebook-block .code-block {
    display: none !important;
}

.single-ebook-block .heateor_sss_sharing_container,
.single-ebook-block .yarpp {
    display: block;
}

.single-ebook-block .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 5px;
}

.single-ebook-block .content h4 {
    font-weight: 800;
}

.single-ebook-block .content p {
    color: #b1b1b1;
}

.single-ebook-block .subs-wrapper {
    width: fit-content;
    text-align: center;
    margin: 30px auto 0;
}

.single-ebook-block .subs-wrapper a {
    background-color: #FDCD55;
    color: #000;
    padding: 10px 35px;
    border-radius: 5px;
    border: 1px solid;
    transition: 0.3s;
}

.single-ebook-block .subs-wrapper a:hover {
    background-color: transparent;
    color: #FDCD55;
}

.single-ebook-block .subs-wrapper h4 {
    margin-bottom: 15px;
}

.footer-ebook .landing-sections.download-section {
    background-color: white;
}

.footer-ebook .footer-banner {
    padding: 30px;
    width: 100%;
    background-color: #333;
}

.ebook-filter-books-section #ebookTabs {
    column-gap: 5px;
    row-gap: 10px;
    border: none;
    margin: 15px 0;
}

.ebook-filter-books-section #ebookTabs .nav-link {
    display: flex;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: black;
    font-weight: 700;
    gap: 5px;
    transition: 0.3s;
}

.ebook-filter-books-section #ebookTabs .nav-link .ebook-section-icon {
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: flex;
}
.ebook-filter-books-section #ebookTabs .nav-link .ebook-section-icon img {
    object-fit: contain;
}

.ebook-filter-books-section #ebookTabs .nav-link:hover {
    color: #FDCD55;
    border-color: #FDCD55;
}

.ebook-filter-books-section #ebookTabs .nav-link.active {
    border: 1px solid #dfdfdf;
    background-color: #FDCD55;
}

.ebook-filter-books-section #ebookTabs .nav-link.active:hover {
    color: black;
}

.ebook-filter-books-section .filter-book-wrapper,
.ebook_archive .filter-book-wrapper {
    padding: 15px 30px;
    box-shadow: 0px 0px 5px 0px silver;
    border-radius: 7px;
}

.ebook-filter-books-section .filter-book-wrapper img,
.ebook_archive .filter-book-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.ebook-filter-books-section .filter-book-wrapper .title,
.ebook_archive .filter-book-wrapper .title {
    color: black;
    margin: 8px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ebook-filter-books-section .filter-book-wrapper .author,
.ebook_archive .filter-book-wrapper .author {
    color: #b1b1b1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ebook-filter-books-section .filter-book-wrapper:hover .title,
.ebook_archive .filter-book-wrapper:hover .title {
    color: #FDCD55;
}

.ebook-filter-books-section .is-search-form {
    width: 100%;
    max-width: 500px;
    margin-bottom: 35px;
    position: relative;
}
.ebook-filter-books-section .is-search-form::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    left: 18px;
}

.ebook-filter-books-section .is-search-form .is-search-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 23px 20px;
    font-size: 16px !important;
    font-family: 'Almarai';
}
.ebook-filter-books-section .is-search-form .is-search-input::placeholder {
    font-size: 16px !important;
    font-family: 'Almarai';
}

.ebook-filter-books-section .is-search-form .is-search-submit {
    position: absolute;
    left: 18px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
}


.ebook-filter-books-section .is-search-form .is-search-submit .is-search-icon {
    border: none;
    background-color: transparent;
    transition: 0.3s;
}

.ebook-filter-books-section .is-search-form .is-search-submit .is-search-icon:hover {
    transform: scale(1.2);
}

.ebook-landing-page-wrapper .landing-sections:nth-child(2) {
    padding-bottom: 0;
}

form.asearch {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    overflow: hidden;
}
form.asearch div#mybtn {
    background: transparent;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
form.asearch input#keyword {
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    padding: 8px 17px;
    background: #f9f9f9;
    outline: none;
}
div#datafetch {
    background: white;
    z-index: 10;
    position: absolute;
    max-height: 425px;
    overflow: auto;
    box-shadow: 0px 15px 15px #00000036;
    right: 0;
    left: 0;
    top: 50px;
}
div.search_bar {
    width: 100%;
    max-width: 465px;
    position: relative;
    margin-bottom: 35px;
}

div.search_result{
    border-radius: 6px;
}
div.search_result ul a li {
    margin: 0px;
    padding: 5px 0px;
    padding-inline-start: 18px;
    color: #3f3f3f;
    font-weight: bold;
}
div.search_result li {
    margin-inline-start: 20px;
}
div.search_result ul {
    padding: 0px;
    list-style: none;
    margin: auto;
}

div.search_result ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}
div.search_result ul a:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}
div.search_result ul a:hover {
    background-color: #FDCD55;
}
.asearch input#keyword {
    width: 100%;
}



@media only screen and (max-width: 992px) {
    .landing-section-list-item:nth-child(even) .row {
        flex-direction: row;
    }
    .landing-section-img {
        margin: 0 auto 30px;
    }
}
.ebook_archive{
    padding-top: 50px;
}
.ebook_archive .header-wrapper{
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    margin-bottom: 30px;
    align-items: center;
    /* flex-direction: row-reverse; */
}
/* .ebook_archive .filter-book-wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ebook_archive .filter-book-wrapper .author{
    margin-top: auto;
} */

.ebook_archive .filter-book-wrapper .title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: 0.3s;
}

.ebook_archive .navigation.pagination{
    justify-content: center;
}
#ebookTabContent .title-cat{
    transition: 0.3s;
}
/* #ebookTabContent .title-cat:hover{
    color: #FDCD55;
} */

.ebook-header-internal {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.ebook-header-internal .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ebook-header-internal .iread-logo-wrapper {
    max-width: 119px;
}

.desktop-banner {
    display: block;
}
.mobile-banner {
    display: none;
}

.page-id-27 .heateor_sss_sharing_container {
    display: none !important;
}

.book-authors-list {
    list-style: none;
}

@media only screen and (max-width: 768px) {
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
}