.elementor-1662 .elementor-element.elementor-element-595928a{padding:50px 0px 0px 0px;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1662 .elementor-element.elementor-element-064943e .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:40px;font-weight:600;color:#000000;}.woocommerce .elementor-1662 .elementor-element.elementor-element-eead6d5 .woocommerce-product-details__short-description{font-family:"FuturaCyrillicBook", Sans-serif;font-size:20px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1662 .elementor-element.elementor-element-2e6ea9f .elementor-button{background-color:#000000;font-family:"FuturaCyrillicBook", Sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.7px;fill:#FFFFFF;color:#FFFFFF;}.elementor-1662 .elementor-element.elementor-element-a0b1708:not(.elementor-motion-effects-element-type-background), .elementor-1662 .elementor-element.elementor-element-a0b1708 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1662 .elementor-element.elementor-element-a0b1708{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1662 .elementor-element.elementor-element-a0b1708 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-4113430 *//* Section Styling */
.book-explore-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #fff;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}

/* Main Title */
.main-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    font-family: 'FuturaCyrillicBook', serif;
    color: #000;

}

/* Tabs Navigation */
.book-tabs {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
        font-weight: 500;

}

.tab-btn {
    background: transparent;
    border: none;
    font-family: 'FuturaCyrillicBook', serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.tab-btn:hover {
    color: #842126;
    background-color: transparent;
}

.tab-btn.active {
    color: #842126; /* Orange highlight color from image */
        background-color: transparent;

}

.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #842126;
}

/* Tab Contents */
.tab-content {
    display: none;
        font-family: 'Playfair Display', serif;

}

.tab-content.active {
    display: block;
}

/* Books Grid Layout */
.books-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

/* Book Card */
.book-card {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.book-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.book-card img:hover {
    transform: translateY(-5px);
}

.book-name {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
    line-height: 1.3;
    text-align: center;

}

.book-author {
    font-size: 13px;
    color: #842126; /* Orange author color matching design */
    font-weight: 600;
    text-align: center;

}

/* Discover More Books Button */
.button-container {
    margin-top: 20px;
}

.discover-btn {
    display: inline-block;
    background-color: #841F25;
    color: #ffffff;
    padding: 14px 35px;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 2px;
}

.discover-btn:hover {
    background-color: #fff;
    color: #841F25;
    border: 1px solid;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
    .books-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .books-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .main-title {
        font-size: 26px;
    }
    .book-tabs {
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .books-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'FuturaCyrillicBook';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://stanfordridgepublishers.com/wp-content/uploads/2026/08/FuturaCyrillicBook.ttf') format('truetype');
}
/* End Custom Fonts CSS */