@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Trajan-Pro";
    src: url("../fonts/Trajan-Pro.woff") format("woff"),
}

/* ===========================
   CUSTOM VARIABLES & COLORS
   =========================== */
:root {
    --primary-dark: #0a0e27;
    --secondary-dark: #1a1f3a;
    --accent-beige: #dbbb9a;
    --text-light: #f7d9b2;
    --text-muted: #cec8c8;
    --border-color: #333;
    --dark-text: #696969;
    --black-text: #000;
    --primary: #1e40af;
    --accent: #7c3aed;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --border: #e5e7eb;
    --bg-light: #f9fafb;
}

.container {
    max-width: 1470px !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Trajan-Pro";
}

a {
    text-decoration: none;
}

.header-nav {
    background: transparent !important;
    border-bottom: 1px solid var(--border-color);
    padding: 0px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--text-light) !important;
    text-transform: uppercase;
}

.navbar-brand .logo-text {
    color: var(--accent-beige);
    font-weight: 300;
}

.nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--accent-beige) !important;
}

.navbar-brand>img {
    max-width: 115px;
}

.search-group {
    width: 280px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #f5e7d7;
}

.search-group .form-control {
    background-color: transparent;
    border: none;
    color: var(--black-text) !important;
    font-size: 0.9rem;
}

.search-group .form-control::placeholder {
    color: var(--black-text);
}

.search-group .form-control:focus {
    background-color: transparent;
    border-color: none;
    box-shadow: none;
    color: var(--text-light);
}

.search-group .btn {
    background-color: transparent;
    border: none;
    color: var(--black-text);
    transition: color 0.3s ease;
}

.search-group .btn:hover {
    color: var(--accent-beige);
}

/* Cart Icon */
.cart-icon {
    font-size: 1.3rem;
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

.cart-icon:hover {
    color: var(--accent-beige);
}

/* ===========================
   HERO SECTION
=========================== */
.hero-section {
    /* min-height: 100vh; */
    background-image: url(../images/mainbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    /* align-items: center; */
    padding: 7rem 0 5rem;
}


/* Hero Left Content */
.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-left h2 {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.hero-left h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 0;
}

.hero-description {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 1.2rem;
    line-height: 1.7;
    /* max-width: 550px; */
}

/* CTA Button */
.btn-cta {
    background-color: var(--accent-beige);
    color: var(--primary-dark);
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    width: fit-content;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    padding: 10px 15px;
}

.btn-cta:hover {
    background-color: #d9c4b3;
    transform: translateX(5px);
    color: var(--primary-dark);
}

/* Hero Right Content */
.hero-right {
    display: flex;
}

.product-showcase {
    position: relative;
    width: 100%;
    max-width: 550px;
    /* background: #fff; */
    /* border-radius: 10px 10px 10px 0px; */
}

.product-showcase img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

.product-label {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    /* left: 0; */
    /* right: 0; */
    /* text-align: center; */
    /* background-color: rgba(232, 213, 196, 0.1); */
    /* padding: 1.5rem; */
    /* border-radius: 10px; */
    /* backdrop-filter: blur(10px); */
}

.product-label p {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
    margin: 0;
}

/* ===========================
   FOOTER SOCIAL
   =========================== */

.footer-logo>img {
    max-width: 360px;
}
/* pagination START  */
.pagination {
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.pagination>a {
    background: #fff;
    border: 1px solid #663815;
    color: #663815;
    padding: 7px 20px;
    border-radius: 20px;
}

.pagination>a:hover {
background: #663815;
color: #fff;
}

/* pagination END  */

.social-icons {
    display: flex;
    justify-content: flex-start;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--text-muted);
    border-radius: 50%;
    color: var(--text-muted);
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: var(--accent-beige);
    color: var(--primary-dark);
    border-color: var(--accent-beige);
}

.product-books {
    min-width: 450px;
    position: relative;
    z-index: 1;
}

.product-showcase:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 80%;
    width: 100%;
    top: 20%;
    z-index: 0;
    border-radius: 30px 30px 30px 0;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}




span.line {
    min-height: 1px;
    min-width: 300px;
    background: #ccc;
}

.socialBox>span:nth-child(1) {
    color: #000;
    font-weight: 600;
}

.socialBox {
    position: absolute;
    bottom: -5rem;
}

.socialBox:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: -99%;
    background: #fff;
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */
/* ===========================
   About Us DESIGN
   =========================== */
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.aboutcontent h5 {
    font-size: 20px;
}

.aboutcontent h2 {
    font-size: 40px;
}

/* ===========================
   About Us DESIGN
   =========================== */
/* ===========================
   Footer Section DESIGN
   =========================== */
footer {
    background-color: #0a0a0a;
    color: #fff;
    padding: 60px 0 30px;
    border-top: 1px solid #333;
}

.footer-logo {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-tagline {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.footer-section h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 600;
}

.footer-section ul li a:hover {
    color: #fff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.contact-icon {
    font-size: 20px;
    color: #fff;
    min-width: 24px;
    margin-top: 2px;
}

.contact-text {
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
    font-weight: 600;
}

.footer-bottom {
    /* border-top: 1px solid #333;
    margin-top: 40px; */
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-sec {
    border-top: 1px solid #797979;
}

.footer-section:nth-child(2) {
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
    padding-left: 80px !important;
}

.footer-section:nth-child(3) {
    padding-left: 80px;
}

.copyright {
    font-size: 13px;
    color: #999;
}

.credit {
    font-size: 13px;
    color: #999;
}

.payment-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.payment-icons img {
    height: 28px;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
}

.footerinfo .social-icons a {
    border-radius: 10px;
    background: #fff;
    color: #000;
    width: 35px;
    height: 35px;
}

#navbarContent ul.navbar-nav {
    gap: 80px;
}

span.badge.bg-warning {
    background: #c1a588 !important;
    padding: 2px 5px !important;
    font-size: 12px !important;
    border-radius: 100px;
    font-weight: 400;
}

/* ===========================
   Footer Section DESIGN
   =========================== */
/* ===========================
   Testimonils Section DESIGN
   =========================== */
.testimonials-section {
    background-color: #f5f0e8;
    padding: 80px 0;
}

.testimonials-section .section-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #2c3e50;
    text-transform: uppercase;
}

.testimonials-carousel {
    position: relative;
}

.testimonial-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 15px;
}

.testimonial-text {
    font-size: 16px;
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.testimonial-quote-mark {
    font-size: 28px;
    color: #bdc3c7;
    margin-bottom: 10px;
}

.testimonial-author {
    font-weight: 600;
    color: #2c3e50;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.testimonial-location {
    color: #d4a574;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stars {
    color: #f1c40f;
    font-size: 14px;
    letter-spacing: 2px;
}

.search-group input {
    padding: 10px 19px;
}

.search-group input::placeholder {
    color: var(--black-text);
}

/* ===========================
   Testimonils Section DESIGN
   =========================== */
.trending-title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
}

.book-title {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 14px;
}

.book-price {
    font-size: 25px;
    color: #000000;
    font-weight: 600;
}

.btn-add-cart {
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%) !important;
    color: #000000;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 20px;
}

.btn-update-cart {
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%) !important;
    color: #000000;
    border: none;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    padding: 8px 11px;
    margin-top: 5px;
}

.book-image-wrapper img {
    width: 350px;
    height: 350px;
    object-fit: contain;
}
.book-category-badge {
    display: inline-block;
    background: #f7d9b2;
    color: #000000;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.book-author {
    font-size: 0.9rem;
    color: #666 !important;
}

.book-card {
    text-align: left;
    gap: 12px;
    border-right: 1px solid;
    padding-right: 30px !important;
}

.trending-ebooks-section {
    padding: 70px 0 80px;
    background-color: #F8F3ED;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slick-prev,
.slick-next {
    z-index: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 50% !important;
    transform: translatey(-50%);
    color: transparent;
}

.owl-carousel .owl-nav button.owl-next {
    right: 11px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.owl-carousel .owl-nav button.owl-prev:after,
.slick-prev:after {
    content: '\f177';
    position: absolute;
    font-family: 'FontAwesome';
    color: #6b6b6b;
    border: 1px solid #d2c4b6;
    font-size: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.owl-carousel .owl-nav button.owl-next:after,
.slick-next:after {
    content: '\f178';
    position: absolute;
    font-family: 'FontAwesome';
    color: #6b6b6b;
    border: 1px solid #d2c4b6;
    font-size: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.category-image-wrapper img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.empowering-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.mind-cont h4 {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.mind-cont h3 {
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}

.mind-cont p {
    font-size: 14px;
    color: #767676;
    font-weight: 600;
}

.feat-hed p {
    color: #767676;
    font-size: 14px;
    width: 60%;
    margin: 10px auto;
}

.featured-ebooks-section {
    padding: 100px 0;
}

.testimonial-card:hover {
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%);
    color: #000;
}

.testimonial-card:hover .testimonial-text {
    color: #000000;
}

.testimonial-card:hover .testimonial-location {
    color: #000000;
}

.inr-bn-cont h2 {
    font-size: 68px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0;
    text-shadow: 0px 0px 10px #0000008c;
}

.inr-bn-cont li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 19px;
}

.inr-bn-cont .active {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 19px;
}

.inr-bn-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

.inner-banner {
    background-color: #000000;
    padding: 160px 0 80px;
    min-height: 325px;
}

/* Cart Page Start */
.product-cart figure,
.product-cart article {
    display: inline-block;
}

.cart-paypal-box img {
    height: auto;
    width: auto;
}

.ent {
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%);
}

button#place-order-btn {
    padding: 15px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%);
    border: 0;
}

input#same_as_shipping {
    border: 1px solid #050505;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 5px;
    height: 18px;
}
.cart-main-sec li.inc {
    border: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 200px;
    border: 1px solid #7c7c7c;
}

input#same_as_shipping {
    --bs-form-check-bg: var(--bs-body-bg);
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    
}

.cart-main-sec ul.list-inline.pr_counter.d-flex.align-items-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cart-page-tble thead tr {
    height: 40px;
    color: #000;
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%);
}

.cart-page-tble thead tr th {
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-page-tble tbody tr td {
    padding: 20px 0px;
}

table.cart-page-tble {
    width: 100%;
}

.arlt-fst {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.arlt-thd {
    color: #0482b5;
    font-weight: 600;
}

.product-cart article {
    margin-left: 10px !important;
}

a.update {
    font-size: 16px;
    font-family: 'Poppins';
    color: #848383;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-page-tble tbody tr td input {
    height: 45px;
    background-color: #fff;
    color: #a2a1a1;
}

.update-cart {
    font-size: 17px;
    text-transform: capitalize;
    color: #a2a1a1;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.shipping.text-black h4 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
}

.estimate.text-black h4 {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
}

.unit-sub-price-text {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    font-family: 'Montserrat';
}

.cart-page-tble tbody tr {
    border-bottom: 1px solid #c4c4c4;
}

.cart-page-tble tbody tr td i {
    border-radius: 0;
    background: linear-gradient(90deg, rgba(247, 217, 178, 1) 54%, rgba(219, 187, 154, 1) 100%);
    color: #000;
    line-height: 39px;
}

.cart-cross {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #000000;
    color: #fff;
}

.total-box,
.total-f,
.shipping-box {
    padding: 30px 30px 25px 30px;
    background-color: transparent;
    border: 1px solid #878787;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000045;
}

.total-box .sum li {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
}

.total-f h4 {
    font-size: 20px;
    color: #f3881c;
    text-transform: uppercase;
}

.total-box .sum li span {
    margin-left: 60px;
}

.total-f span {
    margin-left: 130px;
    color: #0482b5;
}

.cart-paypal-box {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    background: #fff;
}

.cart-paypal-box p {
    display: block;
    width: fit-content;
    font-family: 'Montserrat';
    margin: auto;
    background-color: #653713;
    color: #ffffff;
    padding: 4px 20px;
    font-size: 15px;
    margin-top: -43px;
    margin-bottom: 20px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
}

.cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0% auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
    width: 250px;
    background: #53171d;
    border-radius: 100px;
    font-family: 'Bebas Neue';
}

.cart_btn:hover {
    color: black;
}

.product-cart img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #cccccc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
}

.product-cart figure {
    margin: 0;
}

th:first-child {
    border-radius: 5px 0 0 5px;
}

th:last-child {
    border-radius: 0 5px 5px 0;
}

.shipping.text-black p {
    font-size: 17px;
    color: #000000;
    line-height: 40px;
    text-transform: uppercase;
}

.estimate.text-black.mt-30 p {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
}

.tot-f h4 span {
    color: #001a7f;
    font-weight: 500;
    font-family: 'Montserrat';
}

.contin {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
}

.cart-head {
    border-bottom: 1px solid #ffffffa3;
    margin-bottom: 30px;
}

.counter {
    width: 100px;
    display: flex;
    align-items: center;
    border: 3px solid #e5e5e5;
    justify-content: center;
    border-radius: 2px;
    margin: 0 auto;
}

.counter input {
    width: 39px;
    border: 0;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    height: 38px;
    background: transparent;
    color: #0e0e0e;
    appearance: none;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    outline: 0;
    padding: 0;
    padding-left: 5px;
}

.counter span {
    display: block;
    font-size: 16px;
    padding: 0;
    line-height: 20px;
    cursor: pointer;
    color: #0e0e0e;
    user-select: none;
}

.counter button {
    text-decoration: none;
}

.number-item {
    display: block;
    justify-content: center;
    text-align: center;
}

.cart-main-sec {
    padding: 80px 0;
}

/* Cart Page End */
/* CHECKOUT PAGE START */
.checkout_page {
    padding: 80px 0;
}

.billing_form {
    border: 1px solid #313131;
    padding: 40px 25px;
    border-radius: 10px;
}

.billing_form h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.billing_form input {
    height: 50px;
    border: 1px solid #050505;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    border-radius: 5px;
}

.cart_sidebar {
    padding: 40px 25px 20px;
    border: 1px solid #313131;
    border-radius: 10px;
}

.cart_sidebar h3 {
    font-size: 40px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 300;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #000000;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 3px;
}

.cart_sidebar ul li {
    margin-bottom: 13px;
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
    padding-top: 0;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.cart_sidebar .h-ship {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 42px;
    line-height: 0;
    padding-top: 08px;
}

.cart_sidebar ul li {
    list-style-type: none;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

span.chk-price {
    color: #000;
}

.cart_sidebar ul {
    padding: 0;
}

/* CHECKOUT PAGE END */


.count-option {
    margin: 0 5px;
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.count-option:hover,
.count-option.active {
    color: #333;
    font-weight: 600;
}

.breadcrumb-nav .current {
    font-weight: 600;
    color: #333;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.view-option {
    margin: 0 5px;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.view-option:hover,
.view-option.active {
    color: #333;
}

.ch-im a {
    display: block;
}

.colct img {
    width: 100%;
}

.product-list-header .breadcrumb-nav a {
    color: #3c3c3c;
}

.hlp-cont h2 {
    font-size: 50px;
    line-height: 50px;
}

.hodi-im img {
    width: 100%;
    width: 60%;
    margin: 0 auto;
    display: table;
}

.counter-det {
    width: 100px;
    border: 3px solid #e5e5e5;
    justify-content: center;
    border-radius: 2px;
}

.counter-det input {
    border: transparent;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    background: transparent;
    border-radius: 0;
}

.st-count a {
    /* background-color: #00acef;
    color: #fff;
    border-radius: 40px;
    width: 140px;
    text-align: center;
    height: 42px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 40px;
    margin-left: 20px;
    font-weight: 600; */
}




/* Contact Us Page START  */
.contact-form {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border);
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-size: 0.95rem;
    display: block;
}

.contact-form .form-control {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.95rem;
    color: var(--text-dark);
    background-color: white;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.contact-form .form-control:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.1);
    outline: none;
}

.contact-form .form-control::placeholder {
    color: var(--text-light);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 140px;
    font-family: inherit;
}

.contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.btn-submit {
    background: var(--primary);
    color: white;
    border: none;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    margin-top: 10px;
}

.btn-submit:hover {
    background: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(30, 64, 175, 0.2);
}

.btn-submit:active {
    transform: translateY(0);
}

/* page Loader   */
/* Page Loader Styles */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    text-align: center;

}

.loader-logo {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 3px;
    color: #d4a574;
    margin-bottom: 2rem;
    font-style: italic;
    animation: fadeInLogo 0.8s ease-out;
}

.loader-text {
    color: #f5f1ed;
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-weight: 300;
    animation: fadeInText 1s ease-out 0.2s both;
}

/* Animated Loading Bars */
.loader-bars {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5rem;
    height: 3rem;
}

.bar {
    width: 0.4rem;
    background-color: #d4a574;
    border-radius: 0.2rem;
    animation: loadingBar 1.4s ease-in-out infinite;
}

.bar:nth-child(1) {
    animation-delay: 0s;
    height: 1rem;
}

.bar:nth-child(2) {
    animation-delay: 0.2s;
    height: 1.5rem;
}

.bar:nth-child(3) {
    animation-delay: 0.4s;
    height: 1rem;
}

.bar:nth-child(4) {
    animation-delay: 0.6s;
    height: 1.3rem;
}

.bar:nth-child(5) {
    animation-delay: 0.8s;
    height: 1rem;
}

/* Animations */
@keyframes fadeInLogo {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes loadingBar {

    0%,
    100% {
        transform: scaleY(0.5);
        opacity: 0.5;
    }

    50% {
        transform: scaleY(1);
        opacity: 1;
    }
}




@media (max-width: 1600px) {
    .container {
        max-width: 1270px !important;
    }
}

@media (max-width: 1300px) {
    .container {
        max-width: 1170px !important;
    }

    .hero-section {
        background-position: center;
    }

    #navbarContent ul.navbar-nav {
        gap: 50px;
    }

    .hero-left h1,
    .mind-cont h3 {
        font-size: 40px;
    }

    .hero-left h2,
    .mind-cont h4 {
        font-size: 26px;
    }

    span.line {
        min-width: 200px;
    }
}

@media (max-width: 1200px) {

    .aboutcontent h2,
    .trending-title {
        font-size: 32px;
    }

    .aboutcontent h5 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .container {
        max-width: 90% !important;
    }

    .footer-logo>img {
        max-width: 260px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .feat-hed p {
        width: 100%;
    }

    .empowering-sec {
        background-position: top left;
    }

}

@media (max-width: 991px) {
    .footer-section:nth-child(3) {
        padding-left: 0px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
    }

    #navbarContent ul.navbar-nav {
        gap: 20px;
        margin-bottom: 20px;
    }

    div#navbarContent {
        padding: 20px;
        background: #0000007a;
        border: 2px solid #c1a588;
        border-top: none;
        border-radius: 10px;
        backdrop-filter: blur(6px);
    }

    .inr-bn-cont h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .footer-section:nth-child(2) {
        border-left: none;
        border-right: none;
        padding-left: 0px !important;
    }

    .hod-cont {
        margin-top: 30px;
    }

    .socialBox {
        flex-wrap: wrap;
    }

    .product-books {
        min-width: 100%;
    }

    .search-group {
        width: 200px;
    }

    .billing_form h3 {
        font-size: 28px;
    }

    .inr-bn-cont h2 {
        font-size: 36px;
    }

    .contact-form .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}