:root {
    --bottom-nav-height: calc(64px + env(safe-area-inset-bottom));
}

body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}


a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */


/* header start */

.navbar-custom {


    /* position: relative; */

    /* position: fixed; */
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background-color: #ffffff;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 130px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* .offcanvas-body{
   
    display: flex !important;
    justify-content:center !important;
} */


.navbar-nav {
    display: flex;
    justify-content: end;

}

.navbar-nav a {
    color: #2a1712 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14.5px;
    font-weight: 400;
    letter-spacing: 2px;
    

    /* transition: color 0.3s ease;
    position: relative; */

    /* text-align: center !important; */
}


/* .navbar-nav a::after {
  content: "";
  position: absolute;
  bottom: -5px; 
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0aaff;
  transition: width 0.3s ease;
} */

.navbar-nav a:hover {
    /* color: #10002b !important; */
    color: #429511 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #429511 !important;
} */




.navbar-toggler span {
    color: #000000 !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}






.header-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.header-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;

    border-radius: 50%;
    color: #2a1712;
    font-size: 15px;
    transition: background-color .25s ease, color .25s ease;
}


.header-action:hover {

    color: #429511;
    border: none;
}

.cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #429511;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}






@media(max-width:992px) {
    .navbar-custom .container {
        position: relative;
    }

    .navbar-toggler {
        margin-left: auto;
        position: relative;
        z-index: 2;
    }

    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-actions {
        display: none;
    }

    .header-actions-mobile {
        display: flex;
        position: absolute;
        top: 50%;
        left: 55%;
        z-index: 1;
        transform: translate(-50%, -50%);
        gap: 8px;
    }

    .header-actions-mobile .header-action {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .header-actions-mobile .cart-count {
        top: -6px;
        right: -6px;
        width: 17px;
        height: 17px;
        font-size: 9px;
    }



    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }


}


@media(max-width:576px) {
    .navbar-brand img {
        width: 110px;
    }
}


@media(max-width:370px) {
    .head-top-cta a {
        font-size: 13px;
    }
}


/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */





/* floating btn */

.floating-buttons {
    position: fixed;
    left: 15px;
    bottom: 20px;
    z-index: 9999;
}

.floating-buttons a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.floating-buttons a:hover {
    transform: translateY(-5px);
}


.call-btn {
    background-color: #bf9b3d;
}


.whatsapp-btn {
    background-color: #25D366;
}

/* end */




/* banner start */


.book-hero-section {
    padding: clamp(48px, 5vw, 70px) 0;
    background: #f2f8ef;
    overflow: hidden;
}

.book-hero-row {
    min-height: clamp(420px, 42vw, 500px);
}

.book-hero-content {
    max-width: 590px;
    position: relative;
    z-index: 2;
}

.book-hero-label {
    display: inline-block;
    color: #429511;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.book-hero-content h1 {
    color: #222222;
    font-family: "Kanit", sans-serif;
    font-size: clamp(30px, 4vw, 55px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -1.5px;
    margin: 0 0 20px;
}

.book-hero-content h1 span {
    color: #429511;
}

.book-hero-content p {
    color: #666666;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 1.9;
    max-width: 410px;
    margin: 0 0 30px;
}


.book-hero-search {
    width: 100%;
    max-width: 430px;
    height: 62px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 7px 7px 7px 22px;
    background: #ffffff;
    border: 1px solid rgba(66, 149, 17, 0.12);
    border-radius: 50px;
    /* box-shadow: 0 12px 30px rgba(34, 34, 34, 0.06); */
}

.book-hero-search > i {
    color: #429511;
    font-size: 16px;
}

.book-hero-search input {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 100%;
    color: #222222;
    background: transparent;
    border: 0;
    outline: none;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.book-hero-search input::placeholder {
    color: #999999;
}

.book-hero-search button {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #429511;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-hero-search button i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.book-hero-search button:hover {
    background: #222222;
}

.book-hero-search button:hover i {
    transform: translateX(3px);
}

/* =========================================
   BOOK IMAGE
========================================= */

.book-hero-image {
    height: clamp(420px, 42vw, 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.book-hero-main-image {
    width: 100%;
    max-width: 600px;
    height: clamp(460px, 50vw, 600px);
    object-fit: contain;
    filter: drop-shadow(0 22px 25px rgba(34, 34, 34, 0.12));
    transition: transform 0.4s ease;
}

.book-hero-image:hover .book-hero-main-image {
    transform: translateY(-7px);
}

.book-hero-mobile-search {
    display: none;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .book-hero-section {
        padding: clamp(38px, 5vw, 50px) 0;
    }

    .book-hero-row {
        min-height: clamp(360px, 52vw, 400px);
    }

    .book-hero-content h1 {
        font-size: 36px;
        letter-spacing: -0.8px;
    }

    .book-hero-image {
        height: clamp(360px, 52vw, 400px);
    }

    .book-hero-main-image {
        height: clamp(330px, 48vw, 370px);
    }
}

/* =========================================
   MOBILE APP BANNER
========================================= */

@media (max-width: 767px) {

    .book-hero-section {
        padding: 25px 0 22px;
    }

    .book-hero-row {
        min-height: auto;
    }

    .book-hero-content {
        max-width: 100%;
    }

    .book-hero-label,
    .book-hero-content h1,
    .book-hero-content p,
    .book-hero-content .book-hero-search {
        display: none;
    }

    .book-hero-image {
        /* Scales with screen width, with safe limits for very small and large phones. */
        height: clamp(220px, 68vw, 340px);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .book-hero-main-image {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        object-fit: contain;
    }

    .book-hero-mobile-search {
        display: block;
        margin-top: 8px;
    }

    .book-hero-mobile-search .book-hero-search {
        max-width: 100%;
        height: 57px;
        padding-left: 18px;
        gap: 11px;
    }

    .book-hero-mobile-search .book-hero-search input {
        font-size: 13px;
    }

    .book-hero-mobile-search .book-hero-search button {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }
}


@media (max-width: 375px) {

    .book-hero-image {
        height: clamp(210px, 68vw, 255px);
    }

    .book-hero-main-image {
        height: 100%;
        max-width: 280px;
    }

    .book-hero-mobile-search {
        margin-top: 5px;
    }

    .book-hero-mobile-search .book-hero-search {
        height: 53px;
    }

    .book-hero-mobile-search .book-hero-search button {
        width: 39px;
        height: 39px;
        flex-basis: 39px;
    }
}

/* banner end */







/* flot menu bottom strat */

.bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: var(--bottom-nav-height);
    background: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    gap: 6px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px -4px 12px;
    z-index: 999;
}

@media (max-width: 768px) {
    body {
        padding-bottom: var(--bottom-nav-height);
    }

    .header-actions-mobile {
        display: none !important;
    }

    .bottom-nav {
        display: flex;
    }
}

.bottom-nav a {
    text-decoration: none;
    /* color: #a0a0a0; */
    color: #222222;
    text-align: center;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 1;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.bottom-nav i {
    display: block;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 0;
}

.bottom-nav span {
    display: block;
    max-width: 100%;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bottom-nav .active {
    color: #429511;
}


.floating-cart {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 60px;
    height: 60px;
    background: #429511;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 10px 25px rgba(195, 77, 5, .35);
}

.floating-cart span {
    position: absolute;
    top: -6px;
    right: -6px;
    background:#429511;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media(max-width:432px) {
    .bottom-nav i {
        font-size: 14px;
    }
}

/* flot end */



/* footer start */


.book-footer-section {
    padding: 50px 0 0;
    background: #222222;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

.book-footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.6fr;
    gap: 45px;
    padding-bottom: 35px;
}


.book-footer-brand {
    max-width: 300px;
}

.book-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 22px;
}

.book-footer-logo img {
    width: 130px;
    /* height: auto;
    max-height: 65px;
    object-fit: contain;
    object-position: left center; */
    filter: brightness(0) invert(1);
}

.book-footer-brand p {
    color: #cccaca;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin: 0 0 25px;
}

/* =========================================
   SOCIAL MEDIA
========================================= */

.book-footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.book-footer-socials a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #429511;
    border: 1px solid #429511;
    border-radius: 50%;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.book-footer-socials a:hover {
    color: #ffffff;
    background: #3b3b3b;
    border-color: #3b3b3b;
    transform: translateY(-3px);
}

/* =========================================
   FOOTER LINKS
========================================= */

.book-footer-links h4,
.book-footer-contact h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin: 5px 0 25px;
}

.book-footer-links ul,
.book-footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.book-footer-links ul li {
    margin-bottom: 14px;
}

.book-footer-links ul li a {
    color: #cccaca;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.book-footer-links ul li a:hover {
    color: #429511;
    padding-left: 5px;
}

/* =========================================
   CONTACT INFORMATION
========================================= */

.book-footer-contact {
    max-width: 340px;
}

.book-footer-contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 20px;
}

.book-footer-contact-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #429511;
    background: rgba(66, 149, 17, 0.12);
    border: 1px solid rgba(66, 149, 17, 0.3);
    border-radius: 50%;
    font-size: 12px;
}

.book-footer-contact a,
.book-footer-address {
    color: #cccaca;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.book-footer-contact a {
    padding-top: 5px;
    transition: color 0.3s ease;
}

.book-footer-contact a:hover {
    color: #429511;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.book-footer-bottom {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #393939;
}

.book-footer-bottom p {
    color: #cccaca;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.book-footer-powered {
    color: #cccaca;
}

.book-footer-powered a {
    color: #cccaca;
    text-decoration: none;
    transition: color 0.3s ease;
}

.book-footer-powered a:hover {
    color: #ffffff;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1199px) {

    .book-footer-main {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 35px 25px;
    }

    .book-footer-contact {
        grid-column: 1 / -1;
        max-width: 420px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .book-footer-section {
        padding: 50px 0 0;
    }

    .book-footer-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 35px 20px;
        padding-bottom: 40px;
    }

    .book-footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .book-footer-logo {
        margin-bottom: 16px;
    }

    .book-footer-logo img {
        width: 110px;
        max-height: 55px;
    }

    .book-footer-brand p {
        max-width: 330px;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .book-footer-socials a {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    .book-footer-links h4,
    .book-footer-contact h4 {
        font-size: 17px;
        margin: 0 0 20px;
    }

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

    .book-footer-links ul li a {
        font-size: 14px;
    }

    .book-footer-contact {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .book-footer-contact ul li {
        gap: 12px;
        margin-bottom: 16px;
    }

    .book-footer-contact-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .book-footer-contact a,
    .book-footer-address {
        font-size: 14px;
        line-height: 1.8;
    }

    .book-footer-bottom {
        min-height: auto;
        padding: 22px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .book-footer-bottom p {
        font-size: 13px;
    }

    .book-footer-powered {
        text-align: center;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 375px) {

    .book-footer-main {
        gap: 30px 15px;
    }

    .book-footer-brand p {
        font-size: 11px;
    }

    .book-footer-socials {
        gap: 8px;
    }

    .book-footer-socials a {
        width: 33px;
        height: 33px;
    }

    .book-footer-contact a,
    .book-footer-address {
        font-size: 12px;
    }

    .book-footer-bottom p {
        font-size: 10px;
    }
}

/* footer end */




/* product start */

.book-product-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.book-category-block {
    margin-bottom: 75px;
}

.book-category-block:last-child {
    margin-bottom: 0;
}

.book-product-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px;
}



.book-product-heading h2 {
    margin: 0;
    color: #222222;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
}

.book-product-category-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 8px 18px;
    border: 1px solid #429511;
    border-radius: 50px;
    color: #429511;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.book-product-category-btn:hover {
    background: #429511;
    color: #ffffff;
}

.book-product-category-btn i {
    font-size: 11px;
    transition: 0.3s ease;
}

.book-product-category-btn:hover i {
    transform: translateX(4px);
}

.book-product-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e7eee3;
    border-radius: 15px;
    background: #ffffff;
    transition: 0.35s ease;
}

.book-product-card:hover {
    border-color: #429511;
    box-shadow: 0 15px 35px rgba(40, 82, 25, 0.10);
    transform: translateY(-7px);
}

.book-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 285px;
    padding: 25px;
    overflow: hidden;
    background: #f2f8ef;
    text-decoration: none;
}

/* .book-product-image::before {
    position: absolute;
    top: -60px;
    right: -45px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(66, 149, 17, 0.09);
    content: "";
    transition: 0.4s ease;
}

.book-product-image::after {
    position: absolute;
    bottom: -70px;
    left: -50px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: rgba(66, 149, 17, 0.06);
    content: "";
    transition: 0.4s ease;
}

.book-product-card:hover .book-product-image::before {
    transform: scale(1.3);
}

.book-product-card:hover .book-product-image::after {
    transform: scale(1.2);
} */

.book-product-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s ease;
}

.book-product-card:hover .book-product-image img {
    transform: scale(1.06) rotate(-1deg);
}

.book-product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    padding: 6px 12px;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
}

.book-product-content {
    padding: 20px 18px 18px;
}

.book-product-content h3 {
    min-height: 10px;
    margin: 0 0 17px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.book-product-content h3 a {
    color: #222222;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-product-content h3 a:hover {
    color: #429511;
}

.book-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.book-product-price {
    color: #429511;
    font-size: 18px;
    font-weight: 500;
}

.book-product-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #429511;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-product-cart:hover {
    background: #222222;
    color: #ffffff;
    transform: rotate(-8deg);
}

/* Tablet */
@media (max-width: 991px) {
    .book-product-section {
        padding: 60px 0;
    }

    .book-category-block {
        margin-bottom: 60px;
    }

    .book-product-heading h2 {
        font-size: 23px;
    }

    .book-product-image {
        height: 250px;
        padding: 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {
    .book-product-section {
        padding: 50px 0;
    }

    .book-category-block {
        margin-bottom: 48px;
    }

    .book-product-heading {
        align-items: start;
        gap: 15px;
        margin-bottom: 25px;
    }

    

    .book-product-heading h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .book-product-category-btn {
        padding: 9px 14px;
        font-size: 11px;
        gap: 7px;
    }

    .book-product-image {
        height: 190px;
        padding: 14px;
    }

    .book-product-badge {
        top: 10px;
        left: 10px;
        padding: 5px 8px;
        font-size: 8px;
    }

    .book-product-content {
        padding: 14px 12px;
    }

    .book-product-content h3 {
        min-height: 10px;
        margin-bottom: 13px;
        font-size: 13px;
        line-height: 1.45;
    }

    .book-product-price {
        font-size: 15px;
    }

    .book-product-cart {
        width: 33px;
        height: 33px;
        font-size: 11px;
    }
}

/* product end */



/* spotlight */

.silent-book-spotlight-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.silent-spotlight-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 38px;
}

.silent-spotlight-heading span {
    display: block;
    margin-bottom: 10px;
    color: #429511;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.silent-spotlight-heading h2 {
    max-width: 500px;
    margin: 0;
    color: #222222;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    font-family: "Kanit", sans-serif;
}

.silent-spotlight-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #429511;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.silent-spotlight-link i {
    font-size: 11px;
    transition: 0.3s ease;
}

.silent-spotlight-link:hover {
    color: #222222;
}

.silent-spotlight-link:hover i {
    transform: translate(3px, -3px);
}

/* Featured Book */
.silent-featured-book {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 480px;
    padding: 42px;
    overflow: hidden;
    border-radius: 20px;
    background: #f2f8ef;
}

.silent-featured-content {
    position: relative;
    z-index: 3;
    width: 57%;
}

.silent-featured-label {
    display: inline-block;
    margin-bottom: 20px;
    padding: 7px 13px;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.silent-featured-content h3 {
    margin: 0 0 18px;
    color: #222222;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    
}

.silent-featured-content p {
    margin: 0 0 25px;
    color: #666666;
    font-size: 13px;
    line-height: 1.8;
}

.silent-featured-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 25px;
}

.silent-featured-details strong {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}

.silent-featured-details span {
    color: #777777;
    font-size: 11px;
}

.silent-featured-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.silent-featured-price {
    color: #429511;
    font-size: 25px;
    font-weight: 500;
}

.silent-featured-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 19px;
    border-radius: 50px;
    background: #222222;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    transition: 0.3s ease;
}

.silent-featured-btn:hover {
    background: #429511;
    color: #ffffff;
}

.silent-featured-btn i {
    font-size: 12px;
}

.silent-featured-image {
    position: absolute;
    right: -15px;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.silent-featured-image img {
    position: relative;
    z-index: 2;
    width: 245px;
    /* height: 365px; */
    height: 525px;
    object-fit: contain;
    transition: 0.4s ease;
}

.silent-featured-book:hover .silent-featured-image img {
    transform: translateY(-8px) rotate(2deg);
}



/* Top Books */
.silent-top-books {
    height: 100%;
    padding: 30px;
    border: 1px solid #e8eee5;
    border-radius: 20px;
    background: #ffffff;
}

.silent-top-books-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.silent-top-books-heading h3 {
    margin: 0;
    color: #222222;
    font-size: 22px;
    font-weight: 600;
}

.silent-top-books-heading span {
    color: #999999;
    font-size: 11px;
}

.silent-mini-book {
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 18px 0;
    border-bottom: 1px solid #edf1ea;
    text-decoration: none;
    transition: 0.3s ease;
}

.silent-mini-book:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.silent-mini-book:first-of-type {
    padding-top: 15px;
}

.silent-mini-book-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 105px;
    flex: 0 0 82px;
    padding: 8px;
    border-radius: 10px;
    background: #f2f8ef;
    overflow: hidden;
}

.silent-mini-book-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease;
}

.silent-mini-book:hover .silent-mini-book-image img {
    transform: scale(1.08);
}

.silent-mini-book-content {
    min-width: 0;
    flex: 1;
}

.silent-mini-book-content span {
    display: block;
    margin-bottom: 5px;
    color: #429511;
    font-size: 10px;
    font-weight: 600;
}

.silent-mini-book-content h4 {
    margin: 0 0 8px;
    overflow: hidden;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.silent-mini-book-content strong {
    color: #429511;
    font-size: 15px;
    font-weight: 500;
}

.silent-mini-book-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid #dce8d7;
    border-radius: 50%;
    color: #429511;
    font-size: 11px;
    transition: 0.3s ease;
}

.silent-mini-book:hover .silent-mini-book-arrow {
    background: #429511;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Tablet */
@media (max-width: 991px) {
    .silent-book-spotlight-section {
        padding: 65px 0;
    }

    .silent-spotlight-heading h2 {
        font-size: 32px;
    }

    .silent-featured-book {
        min-height: 430px;
        padding: 32px;
    }

    .silent-featured-content h3 {
        font-size: 28px;
    }

    .silent-featured-image img {
        width: 205px;
        height: 315px;
    }

   
    
}

/* Mobile */
@media (max-width: 575px) {
    .silent-book-spotlight-section {
        padding: 50px 0;
    }

    .silent-spotlight-heading {
        align-items: center;
        gap: 15px;
        margin-bottom: 28px;
    }

    .silent-spotlight-heading span {
        margin-bottom: 7px;
        font-size: 9px;
        letter-spacing: 1px;
    }

    .silent-spotlight-heading h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .silent-spotlight-link {
        font-size: 13px;
    }

    .silent-featured-book {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: auto;
        padding: 28px 22px 18px;
        text-align: center;
    }

    .silent-featured-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .silent-featured-label {
        margin-bottom: 15px;
        font-size: 9px;
    }

    .silent-featured-content h3 {
        max-width: 280px;
        font-size: 26px;
        margin-left: auto;
        margin-right: auto;
    }

    .silent-featured-content p {
        font-size: 12px;
    }

    .silent-featured-details {
        align-items: center;
        margin-bottom: 20px;
    }

    .silent-featured-bottom {
        justify-content: center;
        gap: 15px;
    }

    .silent-featured-price {
        font-size: 22px;
    }

    .silent-featured-btn {
        padding: 11px 16px;
        font-size: 11px;
    }

    .silent-featured-image {
        position: relative;
        right: auto;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 245px;
        margin-top: 15px;
    }

    .silent-featured-image img {
        width: 175px;
        height: 245px;
        margin: 0 auto;
    }

   

    .silent-top-books {
        padding: 22px 18px;
    }

    .silent-top-books-heading h3 {
        font-size: 18px;
    }

    .silent-mini-book {
        gap: 12px;
        padding: 14px 0;
    }

    .silent-mini-book-image {
        width: 65px;
        height: 85px;
        flex-basis: 65px;
    }

    .silent-mini-book-content h4 {
        font-size: 12px;
    }

    .silent-mini-book-content strong {
        font-size: 14px;
    }

    .silent-mini-book-arrow {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 10px;
    }
}

/* end */



/* about start */


.silent-about-section {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.silent-about-section .container {
    position: relative;
    z-index: 2;
}


.silent-about-image-wrap {
    position: relative;
    /* max-width: 440px; */
    margin: 0 auto;
    padding: 25px 25px 35px 0;
}

.silent-about-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f8ef;
}

.silent-about-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(66, 149, 17, 0.08),
        transparent 55%
    );
    pointer-events: none;
}

.silent-about-image img {
    display: block;
    width: 100%;
    height: 510px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.silent-about-image-wrap:hover
.silent-about-image img {
    transform: scale(1.03);
}


.silent-about-image-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 115px;
    border-top: 2px solid #429511;
    border-right: 2px solid #429511;
    border-radius: 0 25px 0 0;
    z-index: 1;
}

/* =========================================
   Experience Badge
========================================= */

.silent-about-experience {
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 175px;
    padding: 18px 20px;
    border-radius: 14px;
    background: #222222;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(34, 34, 34, 0.16);
}

.silent-about-experience span {
    color: #429511;
    font-size: 45px;
    line-height: 1;
    font-weight: 700;
}

.silent-about-experience small {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

/* =========================================
   Leaf Decoration
========================================= */

.silent-about-leaf {
    display: none !important;
    position: absolute;
    left: -18px;
    top: 35px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #429511;
    color: #ffffff;
    font-size: 21px;
    transform: rotate(-20deg);
    box-shadow: 0 10px 25px rgba(66, 149, 17, 0.25);
}

/* =========================================
   About Content
========================================= */

.silent-about-content {
    max-width: 650px;
}

.silent-about-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #429511;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.silent-about-label > span {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #429511;
}

.silent-about-content h2 {
    margin: 0 0 25px;
    color: #222222;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -1px;
    font-family: "Kanit", sans-serif;
}



.silent-about-content p {
    margin-bottom: 18px;
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
}

.silent-about-content p strong {
    color: #222222;
    font-weight: 700;
}

.silent-about-intro {
    color: #444444 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
}

/* =========================================
   Author Information
========================================= */

.silent-about-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border-left: 3px solid #429511;
    background: #f2f8ef;
}

.silent-author-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #429511;
    color: #ffffff;
    font-size: 19px;
}

.silent-about-author span {
    display: block;
    margin-bottom: 3px;
    color: #777777;
    font-size: 12px;
}

.silent-about-author h5 {
    margin: 0 0 3px;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.silent-about-author small {
    color: #666666;
    font-size: 12px;
}

/* =========================================
   Green Apple Award
========================================= */

.silent-about-award {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid rgba(66, 149, 17, 0.18);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(34, 34, 34, 0.06);
}

.silent-award-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #429511;
    color: #ffffff;
    font-size: 21px;
}

.silent-award-content {
    min-width: 0;
}

.silent-award-content span {
    display: block;
    margin-bottom: 4px;
    color: #777777;
    font-size: 12px;
    font-weight: 500;
}

.silent-award-content h5 {
    margin: 0 0 6px;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.silent-award-content p {
    margin: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}


.silent-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 24px;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

.silent-about-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.silent-about-btn:hover {
    background: #222222;
    color: #ffffff;
    transform: translateY(-3px);
}

.silent-about-btn:hover i {
    transform: translate(3px, -3px);
}


@media (max-width: 1199px) {

    .silent-about-content h2 {
        font-size: 42px;
    }

    .silent-about-image img {
        height: 470px;
    }

}

@media (max-width: 991px) {

    .silent-about-section {
        padding: 70px 0;
    }

    .silent-about-image-wrap {
        max-width: 500px;
        margin-bottom: 20px;
    }

    .silent-about-content {
        max-width: 100%;
    }

    .silent-about-content h2 {
        font-size: 40px;
    }

}

@media (max-width: 575px) {

    .silent-about-section {
        padding: 55px 0;
    }

    .silent-about-image-wrap {
        padding: 18px 18px 35px 0;
    }

    .silent-about-image img {
        height: 390px;
    }

   

    .silent-about-image-wrap::after {
        width: 80px;
        height: 80px;
    }

    .silent-about-experience {
        right: -5px;
        min-width: 150px;
        gap: 9px;
        padding: 14px 15px;
    }

    .silent-about-experience span {
        font-size: 36px;
    }

    .silent-about-experience small {
        font-size: 11px;
    }

    .silent-about-leaf {
        left: -10px;
        top: 20px;
        width: 43px;
        height: 43px;
        font-size: 17px;
    }

    .silent-about-label {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .silent-about-content h2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .silent-about-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .silent-about-intro {
        font-size: 15px !important;
    }

    .silent-about-author {
        padding: 15px;
    }

    .silent-about-author h5 {
        font-size: 16px;
    }

    .silent-about-award {
        gap: 12px;
        padding: 16px;
    }

    .silent-award-icon {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
        font-size: 18px;
    }

    .silent-award-content h5 {
        font-size: 16px;
    }

    .silent-award-content p {
        font-size: 12px;
    }

    .silent-about-btn {
       
        padding: 14px 20px;
        font-size: 13px;
    }

}

/* about end */





/* product detail page start */


.book-detail-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.book-detail-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 70px;
}

/* Single Book Image */

.book-detail-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 530px;
    padding: 35px;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f8ef;
}

.book-detail-image img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 460px;
    object-fit: contain;
}

/* Book Content */

.book-detail-content {
    padding: 10px 0;
}

.book-detail-category {
    display: inline-block;
    margin-bottom: 17px;
    color: #429511;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.book-detail-content h1 {
    margin: 0 0 17px;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;

    font-family: "Kanit", sans-serif;
}

.book-detail-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 23px;
    color: #429511;
    font-size: 13px;
}

.book-detail-rating span {
    margin-left: 8px;
    color: #777777;
    font-size: 12px;
}

.book-detail-price {
    margin-bottom: 24px;
    color: #429511;
    font-size: 29px;
    font-weight: 600;
}

.book-detail-price del {
    margin-left: 10px;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.book-detail-description {
    max-width: 510px;
    margin: 0 0 27px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

/* Author and Stock */

.book-detail-meta {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 35px;
    padding: 21px 0;
    margin-bottom: 25px;
    border-top: 1px solid #e8eee4;
    border-bottom: 1px solid #e8eee4;
}

.book-detail-meta div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.book-detail-meta span {
    color: #888888;
    font-size: 12px;
}

.book-detail-meta strong {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.book-stock {
    color: #429511 !important;
}

.book-stock i {
    margin-right: 5px;
    font-size: 11px;
}

/* Quantity, Add to Cart and Buy Now */

.book-detail-purchase {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 25px;
}

.book-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 122px;
    width: 122px;
    height: 49px;
    padding: 0 13px;
    border: 1px solid #dfe8da;
    border-radius: 50px;
}

.book-quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #555555;
    font-size: 11px;
    cursor: pointer;
}

.book-quantity button:hover {
    color: #429511;
}

.book-quantity-value {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.book-detail-cart-btn,
.book-detail-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 49px;
    padding: 13px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

.book-detail-cart-btn {
    border: 1px solid #429511;
    background: #429511;
    color: #ffffff;
}

.book-detail-cart-btn:hover {
    border-color: #222222;
    background: #222222;
    color: #ffffff;
}

.book-detail-buy-btn {
    border: 1px solid #222222;
    background: #222222;
    color: #ffffff;
}

.book-detail-buy-btn:hover {
    border-color: #429511;
    background: #429511;
    color: #ffffff;
}

.book-detail-cart-btn i,
.book-detail-buy-btn i {
    margin-right: 8px;
    font-size: 11px;
}

.book-detail-buy-btn i {
    margin-right: 0;
    margin-left: 4px;
    transition: 0.3s ease;
}

.book-detail-buy-btn:hover i {
    transform: translateX(4px);
}

/* Delivery Features */

.book-detail-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 27px;
}

.book-detail-features div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
    font-size: 12px;
}

.book-detail-features i {
    color: #429511;
    font-size: 17px;
}

/* Tablet */

@media (max-width: 991px) {

    .book-detail-section {
        padding: 50px 0;
    }

    .book-detail-wrapper {
        gap: 40px;
    }

    .book-detail-image {
        min-height: 420px;
        padding: 25px;
    }

    .book-detail-image img {
        height: 370px;
    }

    .book-detail-content h1 {
        font-size: 30px;
    }

    .book-detail-price {
        font-size: 25px;
    }

    .book-detail-purchase {
        gap: 8px;
    }

    .book-quantity {
        flex-basis: 95px;
        width: 95px;
        padding: 0 9px;
    }

    .book-detail-cart-btn,
    .book-detail-buy-btn {
        padding: 12px 8px;
        font-size: 11px;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .book-detail-section {
        padding: 45px 0;
    }

    .book-detail-wrapper {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .book-detail-image {
        min-height: 350px;
        padding: 25px;
        border-radius: 15px;
    }

    .book-detail-image img {
        height: 300px;
        max-width: 280px;
    }

    .book-detail-content {
        padding: 0;
    }

    .book-detail-content h1 {
        font-size: 27px;
        line-height: 1.4;
    }

    .book-detail-description {
        font-size: 13px;
        line-height: 1.8;
    }

    .book-detail-meta {
        gap: 25px;
    }

    /* All three controls stay in one row */

    .book-detail-purchase {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 6px;
    }

    .book-quantity {
        flex: 0 0 82px;
        width: 82px;
        height: 46px;
        padding: 0 7px;
    }

    .book-quantity button {
        flex-basis: 22px;
        width: 22px;
        height: 22px;
    }

    .book-detail-cart-btn,
    .book-detail-buy-btn {
        flex: 1 1 0;
        min-width: 0;
        min-height: 46px;
        padding: 12px 5px;
        gap: 4px;
        font-size: 12px;
    }

    .book-detail-cart-btn i {
        margin-right: 3px;
        font-size: 10px;
    }

    .book-detail-buy-btn i {
        margin-left: 2px;
        font-size: 10px;
    }

    .book-detail-features {
        gap: 20px;
        margin-top: 25px;
    }

}

@media (max-width: 380px) {

    .book-detail-image {
        min-height: 300px;
    }

    .book-detail-image img {
        height: 260px;
    }

    .book-detail-content h1 {
        font-size: 24px;
    }

    .book-detail-purchase {
        gap: 4px;
    }

    .book-quantity {
        flex-basis: 76px;
        width: 76px;
        padding: 0 5px;
    }

    .book-detail-cart-btn,
    .book-detail-buy-btn {
        padding: 11px 3px;
        font-size: 12px;
    }

}


/* detail page end */


/* cart page start */


.book-cart-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Heading */

.book-cart-heading {
    margin-bottom: 45px;
}

.book-cart-heading span {
    display: inline-block;
    margin-bottom: 13px;
    color: #429511;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-cart-heading h1 {
    margin: 0 0 13px;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    font-family: "Kanit", sans-serif;
}

.book-cart-heading p {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

/* Cart Items */

.book-cart-items {
    border: 1px solid #e7eee3;
    border-radius: 15px;
    background: #ffffff;
    overflow: hidden;
}

.book-cart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 24px 25px;
    border-bottom: 1px solid #e7eee3;
}

.book-cart-top h2 {
    margin: 0;
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}

.book-cart-top span {
    color: #777777;
    font-size: 12px;
}

/* Cart Item */

.book-cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-bottom: 1px solid #e7eee3;
}

.book-cart-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 115px;
    width: 115px;
    height: 145px;
    padding: 10px;
    border-radius: 10px;
    background: #f2f8ef;
    overflow: hidden;
}

.book-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book-cart-info {
    flex: 1;
    min-width: 0;
}

.book-cart-info > span {
    display: block;
    margin-bottom: 8px;
    color: #429511;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.book-cart-info h3 {
    margin: 0 0 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.book-cart-info h3 a {
    color: #222222;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-cart-info h3 a:hover {
    color: #429511;
}

.book-cart-info p {
    margin: 0 0 17px;
    color: #888888;
    font-size: 12px;
}

.book-cart-item-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Quantity */

.book-cart-quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dfe8da;
    border-radius: 50px;
}

.book-cart-quantity button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #555555;
    font-size: 10px;
    cursor: pointer;
}

.book-cart-quantity button:hover {
    color: #429511;
}

.book-cart-quantity span {
    color: #222222;
    font-size: 12px;
    font-weight: 500;
}

/* Remove */

.book-cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999999;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s ease;
}

.book-cart-remove:hover {
    color: #d33b3b;
}

.book-cart-remove i {
    font-size: 12px;
}

/* Price */

.book-cart-item-price {
    align-self: flex-start;
    color: #429511;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.book-cart-mobile-price {
    display: none;
}

/* Continue Shopping */

.book-cart-continue {
    padding: 23px 25px;
}

.book-cart-continue a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #429511;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-cart-continue a:hover {
    color: #222222;
}

.book-cart-continue i {
    font-size: 11px;
}

/* Order Summary */

.book-cart-summary {
    padding: 28px 25px;
    border: 1px solid #e7eee3;
    border-radius: 15px;
    background: #f2f8ef;
}

.book-cart-summary h2 {
    margin: 0 0 28px;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
}

.book-cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
    color: #777777;
    font-size: 13px;
}

.book-cart-summary-row strong {
    color: #333333;
    font-weight: 500;
}

.book-cart-summary-line {
    height: 1px;
    margin: 25px 0;
    background: #dce8d6;
}

.book-cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}

.book-cart-summary-total span {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.book-cart-summary-total strong {
    color: #429511;
    font-size: 24px;
    font-weight: 600;
}

.book-cart-checkout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 49px;
    padding: 13px 15px;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.book-cart-checkout-btn:hover {
    background: #222222;
    color: #ffffff;
}

.book-cart-checkout-btn i {
    font-size: 11px;
    transition: 0.3s ease;
}

.book-cart-checkout-btn:hover i {
    transform: translateX(4px);
}

.book-cart-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
    color: #777777;
    font-size: 11px;
    text-align: center;
}

.book-cart-secure i {
    color: #429511;
    font-size: 14px;
}

/* Tablet */

@media (max-width: 991px) {

    .book-cart-section {
        padding: 50px 0;
    }

    .book-cart-heading h1 {
        font-size: 32px;
    }

    .book-cart-item {
        padding: 20px;
        gap: 15px;
    }

    .book-cart-image {
        flex-basis: 100px;
        width: 100px;
        height: 130px;
    }

    .book-cart-item-price {
        font-size: 16px;
    }

    .book-cart-summary {
        padding: 25px 20px;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .book-cart-section {
        padding: 45px 0;
    }

    .book-cart-heading {
        margin-bottom: 30px;
    }

    .book-cart-heading h1 {
        font-size: 28px;
    }

    .book-cart-heading p {
        font-size: 13px;
    }

    .book-cart-top {
        padding: 20px 15px;
    }

    .book-cart-top h2 {
        font-size: 18px;
    }

    .book-cart-item {
        display: grid;
        grid-template-columns: 85px minmax(0, 1fr);
        align-items: start;
        gap: 15px;
        padding: 18px 15px;
    }

    .book-cart-image {
        grid-row: 1;
        flex-basis: auto;
        width: 85px;
        height: 110px;
        padding: 8px;
    }

    .book-cart-info h3 {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .book-cart-info p {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .book-cart-info > span {
        margin-bottom: 6px;
        font-size: 9px;
    }

    .book-cart-item-price {
        display: none;
    }

    .book-cart-mobile-price {
        display: block;
        margin-bottom: 12px;
        color: #429511;
        font-size: 16px;
        font-weight: 500;
    }

    .book-cart-item-bottom {
        gap: 12px;
    }

    .book-cart-quantity {
        width: 90px;
        height: 34px;
        padding: 0 8px;
    }

    .book-cart-remove {
        font-size: 12px;
    }

    .book-cart-continue {
        padding: 20px 15px;
    }

    .book-cart-summary {
        padding: 25px 20px;
    }

    .book-cart-summary h2 {
        font-size: 20px;
    }

    .book-cart-summary-total strong {
        font-size: 22px;
    }

}

@media (max-width: 380px) {

    .book-cart-item {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding: 15px 12px;
    }

    .book-cart-image {
        width: 72px;
        height: 95px;
    }

    .book-cart-info h3 {
        font-size: 14px;
    }

    .book-cart-mobile-price {
        font-size: 14px;
    }

    .book-cart-quantity {
        width: 82px;
    }

    .book-cart-remove {
        font-size: 12px;
    }

}

/* cart page end */



/* checkout page */


.book-checkout-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Heading */

.book-checkout-heading {
    margin-bottom: 45px;
}

.book-checkout-heading span {
    display: inline-block;
    margin-bottom: 13px;
    color: #429511;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-checkout-heading h1 {
    margin: 0 0 13px;
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    font-family: "Kanit", sans-serif;

}

.book-checkout-heading p {
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.7;
}

/* Form Card and Summary */

.book-checkout-form-card,
.book-checkout-summary {
    height: 100%;
    padding: 30px;
    border: 1px solid #e7eee3;
    border-radius: 15px;
    background: #ffffff;
}

.book-checkout-summary {
    height: auto;
    background: #f2f8ef;
}

.book-checkout-card-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
}

.book-checkout-card-heading > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #429511;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.book-checkout-card-heading h2 {
    margin: 0 0 5px;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
}

.book-checkout-card-heading p {
    margin: 0;
    color: #888888;
    font-size: 12px;
    line-height: 1.6;
}

/* Form Fields */

.book-checkout-field label {
    display: block;
    margin-bottom: 9px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.book-checkout-field label span {
    color: #999999;
    font-size: 11px;
    font-weight: 400;
}

.book-checkout-field input,
.book-checkout-field select,
.book-checkout-field textarea {
    display: block;
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #e1e9dc;
    border-radius: 50px;
    outline: none;
    background: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 400;
    transition: 0.3s ease;
}

.book-checkout-field input::placeholder,
.book-checkout-field textarea::placeholder {
    color: #aaaaaa;
    font-size: 12px;
}

.book-checkout-field input:focus,
.book-checkout-field select:focus,
.book-checkout-field textarea:focus {
    border-color: #429511;
    box-shadow: 0 0 0 3px rgba(66, 149, 17, 0.07);
}

.book-checkout-field textarea {
    min-height: 100px;
    resize: vertical;
    border-radius: 15px;
}

/* Order Products */

.book-checkout-product {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 0;
    border-bottom: 1px solid #dce8d6;
}

.book-checkout-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 70px;
    width: 70px;
    height: 90px;
    padding: 6px;
    border-radius: 9px;
    background: #ffffff;
    overflow: hidden;
}

.book-checkout-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.book-checkout-product-info {
    flex: 1;
    min-width: 0;
}

.book-checkout-product-info h3 {
    margin: 0 0 7px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.book-checkout-product-info p {
    margin: 0 0 8px;
    color: #888888;
    font-size: 11px;
}

.book-checkout-product-info strong {
    color: #429511;
    font-size: 16px;
    font-weight: 500;
}

/* Summary */

.book-checkout-summary-line {
    height: 1px;
    margin: 24px 0;
    background: #dce8d6;
}

.book-checkout-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 17px;
    color: #777777;
    font-size: 13px;
}

.book-checkout-summary-row strong {
    color: #333333;
    font-weight: 500;
}

.book-checkout-free {
    color: #429511 !important;
}

.book-checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 27px;
}

.book-checkout-total span {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.book-checkout-total strong {
    color: #429511;
    font-size: 25px;
    font-weight: 600;
}

/* Payment */

.book-checkout-payment {
    margin-bottom: 25px;
}

.book-checkout-payment h3 {
    margin: 0 0 15px;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.book-payment-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dce8d6;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
}

.book-payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.book-payment-radio {
    position: relative;
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    border: 1px solid #cbd9c4;
    border-radius: 50%;
}

.book-payment-option input:checked + .book-payment-radio {
    border: 5px solid #429511;
}

.book-payment-option strong {
    display: block;
    margin-bottom: 4px;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.book-payment-option small {
    display: block;
    color: #999999;
    font-size: 11px;
}

.book-payment-option:has(input:checked) {
    border-color: #429511;
}

/* Place Order */

.book-checkout-place-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid #429511;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s ease;
}

.book-checkout-place-btn:hover {
    border-color: #222222;
    background: #222222;
}

.book-checkout-place-btn i {
    font-size: 11px;
    transition: 0.3s ease;
}

.book-checkout-place-btn:hover i {
    transform: translateX(4px);
}

.book-checkout-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    color: #777777;
    font-size: 11px;
    text-align: center;
}

.book-checkout-secure i {
    color: #429511;
    font-size: 14px;
}

/* Tablet */

@media (max-width: 991px) {

    .book-checkout-section {
        padding: 60px 0;
    }

    .book-checkout-heading h1 {
        font-size: 32px;
    }

    .book-checkout-form-card,
    .book-checkout-summary {
        padding: 25px;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .book-checkout-section {
        padding: 45px 0;
    }

    .book-checkout-heading {
        margin-bottom: 30px;
    }

    .book-checkout-heading h1 {
        font-size: 28px;
    }

    .book-checkout-heading p {
        font-size: 13px;
    }

    .book-checkout-form-card,
    .book-checkout-summary {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .book-checkout-card-heading {
        margin-bottom: 25px;
    }

    .book-checkout-card-heading h2 {
        font-size: 19px;
    }

    .book-checkout-field label {
        font-size: 12px;
    }

    .book-checkout-field input,
    .book-checkout-field select,
    .book-checkout-field textarea {
        padding: 12px 14px;
        font-size: 12px;
    }

    .book-checkout-product-image {
        flex-basis: 65px;
        width: 65px;
        height: 85px;
    }

    .book-checkout-product-info h3 {
        font-size: 13px;
    }

    .book-checkout-product-info strong {
        font-size: 15px;
    }

    .book-checkout-total strong {
        font-size: 22px;
    }

}

/* checkout end */




/* contact page */

.book-contact-section {
    padding: 50px 0;
    background: #ffffff;
    overflow: hidden;
}

.book-contact-heading {
    max-width: 720px;
    margin: 0 auto 45px;
}

.book-contact-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #429511;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.book-contact-heading h2 {
    margin-bottom: 15px;
    color: #222222;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}

.book-contact-heading p {
    margin: 0;
    color: #777777;
    font-size: 15px;
    line-height: 1.8;
}

/* =========================================
   CONTACT INFORMATION
========================================= */

.book-contact-info {
    height: 100%;
    padding: 42px 35px;
    background: #429511;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

.book-contact-info::before {
    content: "";
    width: 210px;
    height: 210px;
    position: absolute;
    right: -100px;
    top: -100px;
    border: 35px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.book-contact-info::after {
    content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    left: -100px;
    bottom: -90px;
    border: 30px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.book-contact-info-label {
    display: inline-block;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-contact-info h3 {
    max-width: 360px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.book-contact-info h3 span {
    color: #dff4d3;
}

.book-contact-info > p {
    max-width: 390px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.9;
}

.book-contact-info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.book-contact-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
}

.book-contact-info-item h5 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.book-contact-info-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.book-contact-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.book-contact-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #429511;
    background: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.book-contact-social a:hover {
    color: #ffffff;
    background: #222222;
    transform: translateY(-3px);
}

/* =========================================
   CONTACT FORM
========================================= */

.book-contact-form-card {
    height: 100%;
    padding: 42px 38px;
    background: #ffffff;
    border: 1px solid #e8eee5;
    border-radius: 22px;
    box-shadow: 0 12px 45px rgba(38, 74, 27, 0.07);
}

.book-contact-form-heading {
    margin-bottom: 28px;
}

.book-contact-form-heading span {
    display: block;
    margin-bottom: 8px;
    color: #429511;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.book-contact-form-heading h3 {
    margin: 0;
    color: #222222;
    font-size: 28px;
    font-weight: 500;
}

.book-contact-field label {
    display: block;
    margin-bottom: 9px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.book-contact-field input,
.book-contact-field textarea {
    width: 100%;
    border: 1px solid #e1e9dd;
    outline: none;
    background: #f8fbf6;
    border-radius: 50px;
    padding: 14px 18px;
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
}

.book-contact-field textarea {
    min-height: 135px;
    border-radius: 20px;
    resize: vertical;
}

.book-contact-field input::placeholder,
.book-contact-field textarea::placeholder {
    color: #9a9a9a;
    font-size: 13px;
}

.book-contact-field input:focus,
.book-contact-field textarea:focus {
    border-color: #429511;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(66, 149, 17, 0.08);
}

.book-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 50px;
    padding: 15px 25px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-contact-submit i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.book-contact-submit:hover {
    background: #222222;
    color: #ffffff;
}

.book-contact-submit:hover i {
    transform: translateX(4px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .book-contact-section {
        padding: 60px 0;
    }

    .book-contact-heading h2 {
        font-size: 34px;
    }

    .book-contact-info {
        padding: 35px 30px;
    }

    .book-contact-form-card {
        padding: 35px 30px;
    }

}

@media (max-width: 575px) {

    .book-contact-section {
        padding: 50px 0;
    }

    .book-contact-heading {
        margin-bottom: 30px;
    }

    .book-contact-heading h2 {
        font-size: 29px;
    }

    .book-contact-heading p {
        font-size: 14px;
    }

    .book-contact-info {
        padding: 30px 24px;
        border-radius: 17px;
    }

    .book-contact-info h3 {
        font-size: 25px;
    }

    .book-contact-info > p {
        font-size: 13px;
    }

    .book-contact-form-card {
        padding: 30px 22px;
        border-radius: 17px;
    }

    .book-contact-form-heading h3 {
        font-size: 24px;
    }

    .book-contact-submit {
        width: 100%;
    }

}

/* contact page end */


/* loginpage */


.book-login-section {
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.book-login-wrapper {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e7eee3;
    border-radius: 25px;
    box-shadow: 0 18px 60px rgba(46, 91, 30, 0.08);
}

.book-login-content {
    width: 100%;
    padding: 55px 65px;
}

/* =========================================
   LOGIN LOGO
========================================= */

.book-login-logo {
    margin-bottom: 40px;
    text-align: center;
}

.book-login-logo img {
    width: 145px;
    height: auto;
    object-fit: contain;
}

/* =========================================
   LOGIN HEADING
========================================= */

.book-login-heading {
    margin-bottom: 30px;
    text-align: center;
}

.book-login-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #429511;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-login-heading h2 {
    margin-bottom: 14px;
    color: #222222;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}

.book-login-heading p {
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================
   LOGIN FORM
========================================= */

.book-login-form {
    width: 100%;
}

.book-login-field {
    margin-bottom: 22px;
}

.book-login-field label {
    display: block;
    margin-bottom: 9px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}

.book-login-input {
    position: relative;
    display: flex;
    align-items: center;
}

.book-login-input > i {
    position: absolute;
    left: 18px;
    color: #429511;
    font-size: 15px;
    pointer-events: none;
}

.book-login-input input {
    width: 100%;
    height: 52px;
    padding: 0 48px;
    border: 1px solid #e1e9dd;
    outline: none;
    border-radius: 50px;
    background: #f8fbf6;
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
}

.book-login-input input::placeholder {
    color: #999999;
    font-size: 13px;
}

.book-login-input input:focus {
    border-color: #429511;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(66, 149, 17, 0.08);
}

.book-login-password-toggle {
    position: absolute;
    right: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #777777;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-login-password-toggle:hover {
    color: #429511;
    background: #edf6e9;
}

.book-login-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 5px 0 28px;
}

.book-login-remember {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #777777;
    font-size: 13px;
    cursor: pointer;
}

.book-login-remember input {
    width: 15px;
    height: 15px;
    accent-color: #429511;
    cursor: pointer;
}

.book-login-options a {
    color: #429511;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.book-login-options a:hover {
    color: #222222;
}

.book-login-submit {
    width: 100%;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-login-submit i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.book-login-submit:hover {
    background: #222222;
}

.book-login-submit:hover i {
    transform: translateX(4px);
}

.book-login-register {
    margin-top: 30px;
    text-align: center;
}

.book-login-register p {
    margin: 0;
    color: #777777;
    font-size: 13px;
}

.book-login-register a {
    color: #429511;
    font-weight: 700;
    text-decoration: none;
}

.book-login-register a:hover {
    color: #222222;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 575px) {

    .book-login-section {
        min-height: auto;
        padding: 30px 0;
    }

    .book-login-wrapper {
        border-radius: 18px;
    }

    .book-login-content {
        padding: 35px 24px;
    }

    .book-login-logo {
        margin-bottom: 30px;
    }

    .book-login-logo img {
        width: 125px;
    }

    .book-login-heading h2 {
        font-size: 28px;
    }

    .book-login-heading p {
        font-size: 13px;
    }

    .book-login-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

}

/* login page end */



/* register */


.book-register-section {
    min-height: 100vh;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.book-register-wrapper {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #e7eee3;
    border-radius: 25px;
    box-shadow: 0 18px 60px rgba(46, 91, 30, 0.08);
}

.book-register-content {
    width: 100%;
    padding: 50px 60px;
}

/* =========================================
   REGISTER LOGO
========================================= */

.book-register-logo {
    margin-bottom: 35px;
    text-align: center;
}

.book-register-logo img {
    width: 145px;
    height: auto;
    object-fit: contain;
}

/* =========================================
   REGISTER HEADING
========================================= */

.book-register-heading {
    margin-bottom: 30px;
    text-align: center;
}

.book-register-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #429511;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-register-heading h2 {
    margin-bottom: 14px;
    color: #222222;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}

.book-register-heading p {
    max-width: 470px;
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.8;
}

/* =========================================
   REGISTER FORM
========================================= */

.book-register-form {
    width: 100%;
}

.book-register-field {
    margin-bottom: 5px;
}

.book-register-field label {
    display: block;
    margin-bottom: 9px;
    color: #333333;
    font-size: 13px;
    font-weight: 600;
}

.book-register-input {
    position: relative;
    display: flex;
    align-items: center;
}

.book-register-input > i {
    position: absolute;
    left: 18px;
    color: #429511;
    font-size: 15px;
    pointer-events: none;
}

.book-register-input input {
    width: 100%;
    height: 52px;
    padding: 0 18px 0 48px;
    border: 1px solid #e1e9dd;
    outline: none;
    border-radius: 50px;
    background: #f8fbf6;
    color: #222222;
    font-family: inherit;
    font-size: 14px;
    transition: all 0.3s ease;
}

.book-register-input input::placeholder {
    color: #999999;
    font-size: 13px;
}

.book-register-input input:focus {
    border-color: #429511;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(66, 149, 17, 0.08);
}

/* =========================================
   TERMS
========================================= */

.book-register-terms {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    color: #777777;
    font-size: 13px;
    line-height: 1.7;
    cursor: pointer;
}

.book-register-terms input {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-top: 4px;
    accent-color: #429511;
    cursor: pointer;
}

.book-register-terms a {
    color: #429511;
    font-weight: 600;
    text-decoration: none;
}

.book-register-terms a:hover {
    color: #222222;
}

/* =========================================
   REGISTER BUTTON
========================================= */

.book-register-submit {
    width: 100%;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    border: 0;
    border-radius: 50px;
    background: #429511;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
}

.book-register-submit i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.book-register-submit:hover {
    background: #222222;
}

.book-register-submit:hover i {
    transform: translateX(4px);
}

/* =========================================
   LOGIN LINK
========================================= */

.book-register-login {
    margin-top: 28px;
    text-align: center;
}

.book-register-login p {
    margin: 0;
    color: #777777;
    font-size: 13px;
}

.book-register-login a {
    color: #429511;
    font-weight: 700;
    text-decoration: none;
}

.book-register-login a:hover {
    color: #222222;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {

    .book-register-section {
        padding: 40px 0;
    }

    .book-register-content {
        padding: 40px 35px;
    }

    .book-register-heading h2 {
        font-size: 30px;
    }

}

@media (max-width: 575px) {

    .book-register-section {
        min-height: auto;
        padding: 30px 0;
    }

    .book-register-wrapper {
        border-radius: 18px;
    }

    .book-register-content {
        padding: 35px 22px;
    }

    .book-register-logo {
        margin-bottom: 28px;
    }

    .book-register-logo img {
        width: 125px;
    }

    .book-register-heading h2 {
        font-size: 27px;
    }

    .book-register-heading p {
        font-size: 13px;
    }

    .book-register-terms {
        font-size: 12px;
    }

}