:root {
	--primary:#ff8a2a;
	--purple:#3a2145;
	--dark:#110d14;
	--grey: #F4F0EC;
	--gold: #F5A33B;
	--orange: #FF8A2A;
    --font-heading:"Playfair", serif;
    --font-body:"Inter", sans-serif;
    --icon: "Font Awesome 6 Free", sans-serif;
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #6b6360;
	scrollbar-width: thin;
    scrollbar-color: #8f5526 #f1f1f1;
}
a, input[type="submit"], button, button[type="submit"], :before, :after, img, .banner-book-card, .card{
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -ms-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    text-decoration: none;
}
a:hover, input[type="submit"]:focus,  button, button[type="submit"]:focus, .dontae-row button:focus{
	text-decoration:none !important;
	outline:none !important;
}
.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}
.mt-48{
    margin-top:48px;
}
.z-index-1{
    z-index:1;
}
.nav-link{
    font-size:14px;
    font-weight: 500;
    color: var(--dark);
}
h1, h2, h3, h4, h5, h6{
    font-family:var(--font-heading);
    font-weight: 800;
    line-height: 1;
    color:var(--dark);
}
h1, h2, h3, h4, h5, h6, p{
    margin-bottom:0;
}
h1{
    font-size: 66px;
}
h2{
    font-size:54px;
}
h1 span{
    color:#f5a33b;
}
.font-14{
    font-size:14px;
}
.font-16{
    font-size:16px;
}
.font-18{
    font-size:18px;
}
.font-heading{
    font-family:var(--font-heading);
}
.font-body{
    font-family:var(--font-body);
}
strong, span, i{
    color:inherit;
    font-size:inherit;
    line-height:inherit;
    font-family:inherit;
    font-weight:inherit;
}
.bg-purple{
    background:var(--purple);
}
.dark-bg{
    background:var(--dark);
}
.bg-grey {
    background: var(--grey);
}
.primary-text{
    color:var(--primary);
}
header .custom-btn a{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}
.btn {
    display: inline-flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    text-transform: capitalize;
    background: var(--primary);
    color:#000;
    line-height: 1.4;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    border: 2px solid transparent;
}
.btn-primary {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.btn-outline-white {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}
.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}
.banner{
    min-height: 90vh;
}
.banner .banner-bg{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a0520 0%, #2e1065 40%, #5b21b6 75%, #1e0a3c 100%);
    z-index: 0;
}
.banner .banner-bg:before{
    content: '';
    position: absolute;
    inset: 0;
    background: url('/assets/images/banner-bg.webp') center/cover no-repeat;
    opacity: 0.12;
    z-index: 0;
}
.banner .banner-bg .banner-bg-glow{
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 138, 42, 0.18) 0%, transparent 70%);
    z-index: 1;
}
.banner .banner-bg .banner-bg-glow:last-child{
    position: absolute;
    bottom: -150px;
    left: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(245, 163, 59, 0.10) 0%, transparent 70%);
    z-index: 1;
}
.sub-head{
    background: rgba(255, 138, 42, 0.15);
    border: 1px solid rgba(255, 138, 42, 0.3);
    color:var(--primary);
    padding:8px 16px;
    border-radius: 50px;
    font-size:12px;
    letter-spacing: 0.12em;
}
.banner p{
    color:#fffc;
}
.banner-books{
    -webkit-transform: perspective(1000px) rotateY(-8deg);
    transform: perspective(1000px) rotateY(-8deg);
}
.banner-books .banner-book-card:hover{
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 50px rgba(17, 13, 20, 0.5);
}
.stats-section{
    background: linear-gradient(135deg, #0a0520 0%, #2e1065 50%, #1e0a3c 100%);
}
.stats-section .counter-box {
    padding: 2rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.stats-section .counter-box h4 {
    font-size: 36px;
    color: var(--primary);
}
.stats-section .counter-box h4 span {
    font-size: 60px;
}
.stats-section .counter-box h5 {
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.section-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--orange), var(--gold));
    border-radius: 3px;
    margin: 16px 0 24px;
}
.section-divider.centered {
    margin: 16px auto 24px;
}
.published-section .card {
    border: 1px solid #e0d8d0;
}
.published-section .card:hover{
    -webkit-box-shadow:0 10px 40px rgba(17, 13, 20, 0.14), 0 4px 12px rgba(17, 13, 20, 0.08);
    box-shadow:0 10px 40px rgba(17, 13, 20, 0.14), 0 4px 12px rgba(17, 13, 20, 0.08);
}
.published-section .card:hover .card-header figure img{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.published-section .card .card-header figure{
    position: relative;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: var(--grey);
}
.published-section .card .card-body {
    padding: 16px !important;
    min-height:120px;
}
.published-section .card .card-body h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.published-section .card .card-body p {
    font-size: 14px;
    color: #6b6360;
}
footer *{
    font-size:14px;
    color:#ffffffb3;
}
footer{
    background:#110d14;
}
footer h2{
    font-family:var(--font-body);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom:1.25rem;
    color:#fff;
}
.widget-wrapper ul li i {
    margin-top: 6px;
}
.footer-logos{
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0;
}
.footer-logos ul li figure {
    display: flex;
    height: 100%;
    align-items: center;
}
.footer-bottom *{
    color: #ffffff73;
}
.footer-social li a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}