

.inner--banner {
    /* min-height: 100vh; */
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(#ecdccf, #ecdccf);
    display: flex;
    align-items: end;
    padding: 50px;
    padding-top: 100px;
}


.inner--banner--content {
    color: #000000;
    /* max-width: 550px;
    width: 100%; */
   flex: 1.1;
}
.inner--banner--img {flex: 0.8;}

.inner--banner--img img {
    width: 100%;
}
      /* .inner--banner::before {
       content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, #edebe9 100%);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    } */

.gradent{
    background: linear-gradient(0deg, #e8ede8 5.77%, #F9E7D6 33.59%, #F9E7D6 71.77%, #FFFFFF 89.85%);
}

.inner--banner--content h1 {
    font-family: 'LT Superior Serif';
	font-size: 48px;
    line-height: 1;
    font-weight: 400;
}

.inner--banner--content p {
    font-family: 'LT Superior Serif';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--black);
}
.amazon--btn {
    display: inline-flex;
    align-items: center;
    /* gap: 15px; */
    padding-bottom: 10px;
    color: #000000;
    text-decoration: none;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #000000;
}

.amazon--logo {
    height: 21px;
    padding-right: 4px;
    transition: transform 0.3s ease;
}
.amazon--arrow {
    line-height: 1;
    padding-left: 25px;
    transition: transform 0.3s ease;
}

.amazon--btn:hover .amazon--arrow {
    transform: translateX(5px);
}
/* =========================================
   ABOUT BOOK SECTION
========================================= */

.about--book-section {
    position: relative;
    padding: 113px 56px 0;
    overflow: hidden;
}



.about--book-decoration {
    position: absolute;
    top: 0px;
    right: -30px;
    width: 457px;
    height: auto;
    object-fit: contain;
     opacity: 0.10;
    pointer-events: none;
    transform: rotate(-36deg);
}


/* =========================================
   BOOK DESCRIPTION
========================================= */

.about--book-content {
    position: relative;
    padding: 0 50px;
    z-index: 2;
    text-align: center;
        max-width: 1000px;
    margin: 0 auto;
}

.about--book-content p {
    margin: 0;
    font-family: "Inter";
    /* font-size: 18px; */
    font-weight: 400;
    color: #000000;
}

.about--book-content p strong {
    font-weight: 600;
}
.about--book-content p strong a{
    color: #000000;
}

.explore--btn {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
    padding-bottom: 10px;
    
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;

    color: #111;
    text-decoration: none;

    border-bottom: 1px solid #111;
}

.explore--arrow {
    width: 17px;
    height: auto;
    object-fit: contain;

    transition: transform 0.3s ease;
}

.explore--btn:hover .explore--arrow {
    transform: translateX(5px);
}


/* =========================================
   RECOGNITION / BOOK IMAGE SECTION
========================================= */

.recognition--section {
    position: relative;
    margin-top: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}


.recognition--background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}



.recognition--title {
    /* position: absolute; */
    /* top: 115px; */
    /* left: 50%; */
    /* z-index: 2; */
    /* transform: translateX(-50%); */
    font-family: "LT Superior Serif";
    font-size: 36px;
    font-weight: 400;
    color: var(--black);
    /* text-align: center; */
}


.recognition--cards {
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 50px; */
    z-index: 3;
    /* transform: translateX(-50%); */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 100%;
    margin: 0 auto;
}


/* Individual card */

.recognition--card {
    min-width: 360px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 14px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(22.299999237060547px);
    background: #FFFFFF4D;
}


.recognition--card img {
    display: block;
    width: auto;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.recognition--card p {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin: 0;
    width: 100%;
    text-align: center;
}
.testimonials--section {
    padding: 124px 56px; 
}

.testimonials--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
}

.testimonials--header h2 {
    margin: 0;

    font-family: "LT Superior Serif";
    font-size: 36px;
    font-weight: 400;
    color: #111;
}


/* VIEW ALL */

.view--all-btn {
    display: inline-flex;
    align-items: center;
    gap: 25px;

    padding-bottom: 8px;

    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #111;
}

.view--all-btn img {
    width: 17px;
    height: auto;

    transition: transform 0.3s ease;
}

.view--all-btn:hover img {
    transform: translateX(5px);
}

.testimonials--list {
    width: 100%;
    overflow: hidden;
}

.testimonials--pagination {
    display: none;
}
.testimonial--item {
    position: relative;
    padding: 0 30px;
}

.testimonial--item + .testimonial--item {
    
    border-left: 1px solid rgba(0, 0, 0, 0.65);
}


/* QUOTE */

.testimonial--quote {

    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1;

    font-weight: 700;

    color: #111;
}


/* DESCRIPTION */

.testimonial--item p {
    font-family: "Inter";
    /* font-size: 16px; */
    font-weight: 400;
    color: var(--black);
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6; */
    -webkit-box-orient: vertical;
}


/* =========================================
   AUTHOR
========================================= */

.testimonial--author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
}

.testimonial--author > img {
    width: 54px;
    height: 54px;

    flex-shrink: 0;

    border-radius: 50%;
    object-fit: cover;
}

.testimonial--author h3 {
    font-family: "LT Superior Serif";
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.testimonial--author span {
    display: block;
    font-family: "LT Superior Serif";
    font-size: 14px;
    color: #6F6F6F;
}

@media (max-width: 1024px) {

    .recognition--section {
        height: 560px;
    }

    .recognition--background {
        height: 100%;
        object-fit: cover;
    }

    .recognition--title {
        top: 90px;
        width: 100%;
        text-align: center;
        font-size: 34px;
    }

    .recognition--cards {
        width: calc(100% - 100px);
        bottom: 40px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 15px;
    }

    .recognition--card {
        min-width: 0;
        width: 100%;
        min-height: 200px;
        position: relative;
        padding: 20px;
        box-sizing: border-box;
    }

    .recognition--card img {
        max-width: 100%;
        object-fit: contain;
    }
    .recognition--card p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin: 0;
    width: 100%;
    text-align: center;
}
}


/* =========================================
   MOBILE RESPONSIVE - 768px AND BELOW
========================================= */

@media (max-width: 768px) {

    /* =========================
       INNER BANNER
    ========================= */

     .inner--banner {
        padding: 30px 15px;
        flex-direction: column-reverse;
        min-height: auto;
        padding-top: 70px;
        row-gap: 30px;
    }

    .inner--banner::before {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .inner--banner--content {
        left: 15px;
        right: 15px;
        bottom: 40px;
        width: auto;
    }

    .inner--banner--content h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .inner--banner--content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .amazon--btn {
        gap: 18px;
        font-size: 13px;
    }


    /* =========================
       ABOUT BOOK
    ========================= */

    .about--book-section {
        padding: 20px 15px 0;
    }

    .about--book-decoration {
        width: 260px;
        right: -90px;
        top: 10px;
    }

    .about--book-content {
        padding: 0;
    }

    .about--book-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .explore--btn {
        margin-top: 30px;
        gap: 18px;
        font-size: 13px;
    }


    /* =========================
       RECOGNITION SECTION
    ========================= */

    .recognition--section {
        height: auto;
        min-height: auto;
        margin-top: 20px;
        padding: 30px 0px 40px;
    }

    .recognition--background {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .recognition--title {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 0 0px;
        text-align: left;
        font-size: 28px;
    }

    .recognition--cards {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;

        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;

        width: 100%;
    }

  .recognition--card {
    min-width: 0;
    width: 100%;
    min-height: 180px;
    padding: 25px 20px;

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 15px;
}

.recognition--card img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80px;
    object-fit: contain;
}

.recognition--card p {
    position: static;
    transform: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    text-align: center;
}


    /* =========================
       TESTIMONIALS
    ========================= */

    .testimonials--section {
        padding: 40px 20px;
    }

    .testimonials--header {
        align-items: flex-end;
        margin-bottom: 40px;
        gap: 20px;
    }

    .testimonials--header h2 {
        font-size: 24px;
        line-height: 1.1;
    }

    .view--all-btn {
        flex-shrink: 0;
        gap: 12px;
        font-size: 12px;
    }


    /* =========================
       TESTIMONIAL SWIPER
    ========================= */

    .testimonials--list {
        display: block;
        width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .testimonials--list .swiper-wrapper {
        display: flex;
    }

    .testimonials--list .testimonial--item {
        width: 100%;
        height: auto;
        flex-shrink: 0;

        padding: 0;

        border: none;

        box-sizing: border-box;
    }

    .testimonials--list .testimonial--item + .testimonial--item {
        padding-left: 0;
        border-left: none;
        border-top: none;
    }


    /* QUOTE */

    .testimonial--quote {
        font-size: 32px;
        margin-bottom: 10px;
    }


    /* DESCRIPTION */

    .testimonial--item p {
        font-size: 15px;
        line-height: 1.6;
    }


    /* AUTHOR */

    .testimonial--author {
        margin-top: 22px;
    }

    .testimonial--author > img {
        width: 48px;
        height: 48px;
    }

    .testimonial--author h3 {
        font-size: 15px;
        margin: 0 0 4px;
    }

    .testimonial--author span {
        font-size: 13px;
    }


    /* =========================
       SWIPER PAGINATION
    ========================= */

    .testimonials--pagination.swiper-pagination {
        position: relative !important;

        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;

        width: 100% !important;

        margin-top: 30px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .testimonials--pagination .swiper-pagination-bullet {
        display: block;

        width: 8px;
        height: 8px;

        margin: 0 !important;

        background: #000;
        opacity: 0.3;

        border-radius: 50%;
    }

    .testimonials--pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }

}