.ebooks-learn,
.ebooks-list {
    margin-top: 52px;
    margin-bottom: 100px;
}

.ebooks-card {
    border: 1px solid #d9e2ee;
    border-radius: 12px;
    background: #fff;
    padding: 24px 18px;
    text-align: center;
    min-height: 100%;
}

.ebooks-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 12px auto;
    background: #eef0f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebooks-card__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.ebooks-card h3 {
    color: #1e3479;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.ebooks-card p {
    color: #6f7f93;
    margin: 0;
}

.ebooks-item {
    display: flex;
    gap: 28px;
    margin-top: 28px;
    align-items: flex-start;
}

.ebooks-item__cover {
    width: 270px;
    min-width: 270px;
}

.ebooks-item__cover img {
    width: 100%;
    height: auto;
    display: block;
}

.ebooks-item__body h3 {
    color: #1e3479;
    font-size: 35px;
    margin-bottom: 10px;
}

.ebooks-item__body p {
    color: #6f7f93;
    margin-bottom: 10px;
}

.ebooks-item__body ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.ebooks-item__body li {
    color: #3f536c;
    margin-bottom: 4px;
    padding-left: 20px;
    background: url("/img/ebooks/check-mark.webp") no-repeat left 5px;
    background-size: 13px 13px;
}

.get-book-link {
    color: #1e3479;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.get-book-link:hover {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.get-book-link::after {
    content: "\203A";
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

[dir="rtl"] .ebooks-item {
    direction: rtl;
}

[dir="rtl"] .ebooks-item__body {
    text-align: right;
}

[dir="rtl"] .ebooks-item__body ul {
    padding-left: 0;
    padding-right: 0;
}

[dir="rtl"] .ebooks-item__body li {
    padding-left: 0;
    padding-right: 20px;
    background-position: right 5px;
}

[dir="rtl"] .get-book-link {
    flex-direction: row-reverse;
}

[dir="rtl"] .get-book-link::after {
    content: "\2039";
}

.ebooks-download {
    background: #F1F1F1;
    padding: 56px 0 48px;
    scroll-margin-top: 100px;
}

.ebooks-form {
    max-width: 760px;
    margin: 22px auto 0;
}

.ebooks-form-alert {
    max-width: 760px;
    margin: 16px auto 0;
}

.ebooks-form .form-label {
    color: #6f7f93;
    font-size: 14px;
    margin-bottom: 6px;
}

.ebooks-form .form-control,
.ebooks-form .form-select {
    height: 46px;
    border: 1px solid #d8dee8;
    color: #6f7f93;
    border-radius: 8px;
}

[dir="rtl"] .ebooks-form .form-control,
[dir="rtl"] .ebooks-form .form-select {
    direction: rtl;
    text-align: right;
}

.ebooks-phone-group {
    display: flex;
    gap: 8px;
}

.ebooks-phone-code {
    max-width: 86px;
}

.ebooks-form-check {
    margin-top: 18px;
    margin-bottom: 18px;
}

.ebooks-form-check .form-check-label {
    color: #4c5e75;
    font-size: 14px;
}

.ebooks-submit-btn {
    min-width: 190px;
}

.ebooks-submit-wrap .base-button,
.ebooks-submit-wrap .base-button-ar {
    min-width: 190px;
}

.ebooks-submit-hint {
    color: #6f7f93;
    font-size: 13px;
    margin-bottom: 10px;
}

#ebooks-submit-action.is-disabled {
    pointer-events: none;
    opacity: 0.55;
    cursor: not-allowed;
}

/* FAQ  */
.section-spacing {
    margin-top: 80px !important;
}

.inner-section-spacing {
    margin-bottom: 40px !important;
}

.vip .accordion-button__faq::before {
    background-image: url('../img/vip/arrow-down.svg') !important;
}

.vip .faq .cust-font-1__common {
    font-size: 16px !important;
}


@media (max-width: 991px) {
    .ebooks-item {
        flex-direction: column;
    }

    .ebooks-form {
        max-width: 100%;
    }
}
