@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*  */


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

img {
    max-width: 100%;
    vertical-align: bottom;
}

.container {
    max-width: 1274px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container-small {
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: var(--font-primary);
    color: var(--color-text);
}


/* Root */

:root {
    /* color */
    --color-primary: #9700CB;
    --color-primary-dark: #5202A6;
    --color-primary-light: #881DB2;
    --color-secondary: #02A8A0;
    --color-secondary-light: #20D0C3;
    --color-secondary-very-light: #39D6CA;
    --color-heading: #3A3A3A;
    --color-text: #3C3C3C;
    --deep-navy-blue: #180E55;
    --cosmic-blue: #1F1A42;
    --color-white: #fff;
    --light-bg: #FAFAFA;

    /* font-family */
    --font-primary: "Inter", sans-serif;
    --font-secondary: "PT Serif", serif;

}

/* ================== Define Css Start Here ================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: var(--color-heading);
    font-family: var(--font-secondary);
}

h1,
.font-40 {
    font-size: 46px;
    line-height: 1.4;
}

h2 {
    font-size: 35px;
    line-height: 1.4;
}

h3,
.h3-heading {
    font-size: 24px;
    line-height: 1.4;
}

h5,
.footer-col h4 {
    font-size: 18px;
    line-height: 1.4;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

p+p {
    margin-top: 24px;
}

p,
li {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
}

a {
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    font-family: var(--font-primary);
    outline: none;
    font-size: 16px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.tagline {
    color: var(--color-secondary) !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

input,
button,
input::placeholder,
select {
    font-family: var(--font-primary);
    outline: none;
    color: #383838;
}

span {
    display: inline-block;
}

/* Margin */

.ctm-mt-10 {
    margin-top: 10px;
}

.ctm-mt-20 {
    margin-top: 20px;
}

.ctm-mt-30 {
    margin-top: 30px;
}

.ctm-mt-40 {
    margin-top: 40px;
}

.ctm-mt-50 {
    margin-top: 50px;
}

.section-space {
    padding: 70px 0;
}

.section-space-top {
    padding-top: 70px;
}

.section-mt {
    margin-top: 70px;
}

.section-space-bottom {
    padding-bottom: 70px;
}

.learn-more-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: var(--color-primary-dark);
}

.learn-more-btn a:hover {
    color: var(--color-secondary);
}


.common-button a {
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    padding: 8px 30px;
    line-height: normal;
    font-size: 16px;
    color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-family: var(--font-primary);
    cursor: pointer;
    border-radius: 5px;
}


.btn-transparent a {
    color: #636363;
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
}

.btn-white-transparent a {
    color: var(--color-white) !important;
    background-color: transparent;
    border: 1px solid var(--color-white);
}

.btn-color-secondary a {
    background-color: var(--color-secondary-light);
    border: 1px solid var(--color-secondary-light);
}

.common-button a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--color-secondary);
}

.btn-transparent a:hover {
    color: var(--color-white) !important;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn-color-secondary a:hover {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn-outline-transparent a {
    background-color: var(--color-white);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 8px 20px;
}

.btn-outline-transparent a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border: 1px solid var(--color-primary);
}

.btn-lg a {
    padding: 17px 50px;
    height: 56px;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.position-relative {
    position: relative;
}

.inner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.z-index {
    position: relative;
    z-index: 1;
}

.inner_bg img {
    width: 100%;
  /**  height: 100% !important;**/
    object-fit: cover;
}

/* flex */

.ctm-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}


/* justify */

.ctm-justify-center {
    justify-content: center;
}

.ctm-justify-start {
    justify-content: flex-start;
}

.ctm-justify-right {
    justify-content: right;
}

.ctm-justify-between {
    justify-content: space-between;
}


/* align */

.ctm-align-left {
    align-items: left;
}

.ctm-align-center {
    align-items: center;
}

.ctm-align-right {
    align-items: right;
}


/* width */

.footer-contact a a:hover,
.footer-col ul li a:hover,
nav ul li a:hover,
.footer-menu ul li a:hover,
.footer-contact a:hover,
.copy-right ul li a:hover,
.book-content-box h3 a:hover,
.service-box h3 a:hover,
.included-content h3 a:hover {
    color: var(--color-primary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.full-whdth {
    width: 100% !important;
}

.cub-content {
    color: var(--color-secondary-light);
}

.section-heading h2 {
    margin-bottom: 30px;
}

.secondary-title h2 {
    color: var(--color-secondary-light);
}

.title-primary h2 {
    color: var(--color-primary);
    margin-bottom: 30px;
}

/* ================== Define Css End Here ================== */


/* ================== Header Css Start Here ==================  */
.home-header.header {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: transparent;
}

.header {
    padding: 10px 0;
    background-color: var(--color-white);
}

.logo img {
    max-width: 291px;
    width: 100%;
    height: auto;
    
}

.navbar ul li {
    display: inline-block;
}

.navbar ul li+li {
    margin-left: 25px;
}

.navbar ul li a {
    color: var(--deep-navy-blue);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.navbar ul li a.active {
    color: var(--color-primary);
}

.enquire-btn {
    margin-left: 50px !important;
}

.footer-col h4 {
    margin-bottom: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--color-white);
}

.footer-contact {
    margin-top: 20px;
}

.footer-contact a {
    color: var(--color-text);
    font-weight: 500;
}

header.ctm-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    /* animation: slideDown 0.4s ease-in-out; */
    background-color: var(--color-white) !important;
    background-color: var(--color-white) !important;
    z-index: 2 !important;
}

.toggle-btn-mobile {
    display: none;
}

header.ctm-sticky .logo a img {
    max-width: 100px;
}

/* 
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

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

.submit-your-manuscript img {
    width: 18px;
    margin-right: 5px;
}

.submit-your-manuscript a {
    padding: 10px 14px;
    color: var(--color-white) !important;
}

/* ================== Header Css End Here ==================  */


/* ================== Banner Css Start Here ==================  */
.banner-bg {
    padding: 200px 0 150px 0 !important;
}

.banner-col {
    max-width: 530px;
}

.banner-col h1 {
    color: #11054E;
    margin-bottom: 23px;
}

.banner-col>p {
    max-width: 305px;
    font-size: 14px;
}

.feature-image {
    width: 59px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
}

.feature-box {
    width: calc(100% / 3 - 16px);
}

.feature-image img {
    width: 30px;
    object-fit: contain;
    height: 30px;
}

.feature-box h2 {
    font-size: 14px;
    margin: 12px 0 14px 0;
    font-weight: 600;
    color: var(--color-secondary-light);
    font-family: var(--font-primary);
}

.feature-box p {
    font-size: 14px;
    font-weight: 500;
}

.feature-box1 h2 {
    color: var(--color-primary-dark);
}

.feature-box3 h2 {
    color: var(--color-primary);
}

.banner-button .btn-transparent a {
    min-width: 180px;
}


/* ================== Banner Css End Here ==================  */


/* ================== Main Css Start Here ==================  */

/*  */
.inner-service-box {
    gap: 40px;
}

.service-box p {
    font-weight: 500;
}

.service-card {
    background: #EDE5F2 0% 0% no-repeat padding-box;
    border: 1px solid #CBA1E0;
    border-radius: 10px;
    opacity: 1;
    padding: 30px 16px;
    width: calc(100%/2 - 20px);
}

.service-image {
    width: 40%;
}

.service-content {
    width: calc(60% - 24px);
}

.service-content h3 {
    margin-bottom: 17px;
    font-size: 28px;
}

.service-content p {
    font-weight: 500;
    font-size: 14px;
}

.cyan-card {
    background: #EDF9F8 0% 0% no-repeat padding-box;
    border: 1px solid var(--color-secondary-light);
}

.cyan-card h3 {
    color: var(--color-secondary-light);
}

.purple-card .service-content h3 {
    color: var(--color-primary);
}

.purple-card .service-content h3 sup {
    font-size: 12px;
    margin-left: 2px;
    font-weight: normal;
    display: inline-block;
}

.cyan-card .btn-color-secondary a {
    background-color: var(--color-secondary-light);
    border: 1px solid var(--color-secondary-light);
}

.cyan-card .btn-color-secondary a:hover {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

/* */


/* Who We Are */
.about-sec-bg {
    background-color: #FAFAFA;
}

/* LEFT CONTENT */
.about-content {
    width: calc(70% - 24px);
    background: #fff;
    padding: 40px 50px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #00000008;
    position: relative;
    z-index: 1;
    top: -15px;
}

.about-content h2 {
    color: var(--color-primary);
    margin-bottom: 7px;
}

.about-content h3 {
    font-size: 16px;
    color: var(--color-secondary-light);
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--font-primary);
}

.about-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #9a16e6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: #7c0fc0;
}

/* RIGHT IMAGE */
.about-image {
    width: 34%;
    text-align: center;
    margin-left: -50px;
}

.about-image img {
    width: 100%;
    border-radius: 5px;
    display: block;
    height: 613px;
    object-position: top;
    object-fit: cover;
}

.about-image span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: var(--color-heading);
    font-weight: 600;
}

/* Who We Are */


/* Featured Titles from RP Books Start */
.book-content-box h3 a {
    font-size: 16px;
    font-family: var(--font-primary);
    color: var(--color-text);
    font-weight: 600;
    margin-top: 17px;

}

.book-content-box p {
    margin: 7px 0 15px 0;
    color: #4e4e4ee3;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: var(--color-primary);
}

.section-title span {
    width: 60px;
    height: 2px;
    background: var(--color-secondary-light);
}

.book-image a {
    width: 100%;
}

.book-image img {
    height: 282px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}


.book-card-slider .slick-track {
    display: flex;
    gap: 50px;
}

/* .book-card-slider .slick-track {
    margin-left: -25px;
    margin-right: -25px;
} */

/* Button-Start */

.book-card-slider button.slick-prev,
.book-card-slider button.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    border: none;
}

.book-card-slider .slick-next {
    right: -35px;
    left: auto;
    background-image: url(../images/arrow-right.png);
}

.book-card-slider .slick-prev {
    background-color: transparent;
    left: -35px;
    background-image: url(../images/arrow-left.png);
}

/* Button-End */

.featured-books h2 {
    color: var(--color-primary);
}

/* Featured Titles from RP Books End */





/* Our Publishing Services Start */

.publishing-services {
    padding: 40px 0 55px 0;
    background-color: #EDF9F8;
}

.publishing-services-wrapper {
    gap: 28px;
    text-align: center;
    margin-top: 26px;


}

.service-box {
    width: calc(100%/4 - 21px);
    background-color: var(--color-white);
    padding: 27px 35px;
    box-shadow: 0px 0px 7px #00000024;
    border-radius: 10px;
}

.service-image {
    text-align: center;
    margin: 0 auto;
}

.service-box h3 a {
    margin: 18px 0 11px 0;
    font-size: 16px;
    color: var(--color-secondary-light);
    font-weight: 700;
    font-family: var(--font-secondary);
}

.section-heading h2 {
    color: var(--color-primary);
}

.service-btn {
    margin-top: 45px;
}

/* Our Publishing Services End */




/* Our Community Hub Start */

.inner-community {
    gap: 40px;
}

.community-content-left {
    width: calc(70% - 40px);
}

.community-image-right {
    width: 30%;
}

/* Our Community Hub End */


/* What Authors Are Saying Start */

.author p {
    color: var(--color-primary);
    font-weight: 700;
    margin-top: 17px;
}

.testimonial-slider .slick-track {
    display: flex;
    gap: 80px;
}

.testimonial-text {
    font-weight: 500;
}

/* arrow */


/* Button-Start */

.testimonial-slider button.slick-prev,
.testimonial-slider button.slick-next {
    position: absolute;
    top: 40%;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 42px;
    border-radius: 50%;
    height: 42px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px #0000002B;
}

.testimonial-slider button.slick-prev:after {
    transform: rotate(45deg);
}

.testimonial-slider button.slick-next:after,
.testimonial-slider button.slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border: solid;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    padding: 3px;
    color: #000000;
}

.testimonial-slider button.slick-next::before,
.testimonial-slider button.slick-prev::before {
    display: none;
}

.testimonial-slider button.slick-next:after {
    transform: rotate(-135deg);
}

.testimonial-slider .slick-next {
    right: 0;
}

.testimonial-slider .slick-prev {
    left: 0;
}


/* Button-End */


/* dots */

.testimonial-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    gap: 6px;
    align-items: center;
}

.testimonial-slider ul.slick-dots li {
    border-radius: 50%;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: #D8D5DE 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029;
    border: 2px solid #B4B4B4;
}

.testimonial-slider ul.slick-dots li.slick-active {
    background: var(--color-primary) 0% 0% no-repeat padding-box;
    border: 2px solid var(--color-primary);
    box-shadow: none;
}

.testimonial-slider ul.slick-dots li button {
    display: none;
}

.testimonial-box {
    position: relative;
}


.testimonial-box.slick-center::after {
    position: absolute;
    content: "";
    border-left: 1px solid #aeaeaeee;
    height: 100%;
    width: max-content;
    top: 0;
    left: -38px;
}

.testimonial-box.slick-center::before {
    position: absolute;
    content: "";
    border-right: 1px solid #aeaeaeee;
    height: 100%;
    width: max-content;
    top: 0;
    right: -35px;
}

/* dots */

.testimonial-sec-bg {
    background-color: #F1ECF8;
    padding: 33px 0 56px 0;
    position: relative;
}

.testimonial-slider .slick-list.draggable {
    margin-left: 90px;
    margin-right: 90px;
    padding-bottom: 60px !important;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider::before {
    position: absolute;
    background-image: url(../images/double-quotes.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 52px;
    width: 52px;
    object-fit: contain;
    content: "";
    left: 60px;
    top: -40px;
}

/* What Authors Are Saying End */

/* ================== Main Css End Here ==================  */


/* ================== Footer Css Start Here ==================  */


.footer-main-sec {
    padding: 54px 0 0 0;
    background-color: var(--cosmic-blue);
}

.social-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}

.footer-contact p+p {
    margin-top: 8px;
}




.footer-col ul li+li {
    margin-top: 5px;
}

.footer-col ul li a {
    color: #F0F0F0;
    font-size: 16px;
    line-height: 1.4;
}

.address-sec ul li,
.address-sec ul li a,
.footer-col p {
    color: #F0F0F0;
    font-weight: 400;
}

.social-list li {
    margin: 0 !important;
}

/* Circle Style */
.social-list li a {
    color: var(--color-secondary) !important;
    font-size: 20px !important;
    text-decoration: none;
    transition: 0.3s;
}

/* Hover Effect */
.social-list li a:hover {
    color: var(--color-primary) !important;
}

.footer-sec {
    gap: 40px
}

.footer-col {
    width: calc(100% / 5 - 32px);
}

.footer-col.logo {
    padding-top: 15px;
}

@media (min-width:1099px) {

    .footer-col:first-child {
        width: 21%;
    }

    .footer-col:nth-child(2),
    .footer-col:nth-child(3),
    .footer-col:nth-child(4) {
        width: 13%;
    }

    .footer-col:nth-child(5) {
        width: 23%;
    }


}


.footer-contact p {
    display: flex;
    gap: 5px;
}

.copy-right ul li {
    display: inline-block;
    color: #CCCCCC;
}

.copy-right ul li a,
.copy-left p {
    color: #CCCCCC;
}

.copy-right-sec {
    padding: 14px 0 16px 0;
    margin-top: 40px;
    border-top: 1px solid #646464;
}


/* FORM */
.publish-form {
    display: flex;
    align-items: center;
}

.publish-form input {
    max-width: 280px;
    height: 37px;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 15px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    color: #767676;
    font-family: var(--font-primary);
}

.publish-form input::placeholder {
    color: #767676;
}

.publish-form button {
    height: 37px;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    background: var(--color-primary);
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
}

.publish-section {
    padding: 37px 0;
}

.publish-box {
    gap: 47px;
}

.publish-title {
    color: var(--color-white);
    font-weight: normal;
}

.footer-col img {
    margin-bottom: 20px;
}

.publish-section .inner_bg img {
    object-position: left;
}

/* ================== Footer Css End Here ==================  */



/* ================== About Page Css Start Here ==================  */
.inner-pager-banner-sec-bg {
    padding: 100px 0;
    min-height: 320px
}

.common-inner-banner h1 {
    color: var(--deep-navy-blue);
    font-size: 35px;
}

.inner-aboutpage {
    gap: 70px;
}

.aboutpage-image {
    width: 40%;
}

.aboutpage-content {
    width: calc(60% - 70px);
}

.aboutpage-image img {
    width: 100%;
    height: 610px;
    border-radius: 10px;
    object-fit: cover;
}

.aboutpage-section {
    background-color: var(--light-bg);
}

.primary-title {
    color: var(--color-primary);
}

.small-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    color: var(--color-primary);
}

.aboutpage-content h3 {
    font-size: 20px;
    margin: 15px 0 33px 0;
    color: var(--color-text);
}

/* offer-text */

.offer-text {
    width: 50%;
}

.offer-content {
    padding: 50px 80px;
    border-radius: 10px;
}

.offer-content .inner_bg img {
    border-radius: 10px;
}

.offer-text h2 {
    color: var(--color-primary);

}

.offer-text h3 {
    color: var(--color-secondary-light);
    margin: 6px 0 24px 0;
    font-size: 17px;
    font-weight: 500;
    font-family: var(--font-primary);

}

/* offer-text */


/* offer-text */
.mission-wrapper {
    gap: 72px;
    row-gap: 30px;
}

.mission-box {
    width: calc(100% / 3 - 48px);
}

.mission-box h3 {
    font-size: 20px;
    color: var(--color-primary);
    margin: 20px 0 30px 0;
}

/* offer-text */


/* Founder & CEO */
.founder-wrapper {
    gap: 70px;
    row-gap: 30px;
}

.founder-image {
    width: 40%;
}

.founder-content {
    width: calc(60% - 70px);
}

.founder-image img {
    width: 100%;
    height: 689px;
    object-fit: cover;
    border-radius: 5px;
    object-position: top;
}

.founder-sec-bg {
    padding: 100px 0;
    background-color: #EDF9F8;
}

/* Founder & CEO */
/* ================== About Page Css End Here ==================  */




/* ================== service Page Css Start Here ==================  */
.servicespage-wrapper .service-box {
    width: calc(100% / 3 - 27px);
    padding: 36px 24px;
    box-shadow: 0px 0px 6px #00000014;
    border-radius: 2px;
    text-align: center;
}

.servicespage-wrapper {
    gap: 40px;
    row-gap: 42px;
}

.servicespage-wrapper .service-box h3 a {
    font-size: 21px;
    margin: 38px 0 20px 0;
}

/* publish-book-wrapper */

.publish-book-wrapper {
    background-color: #F1EBF9;
    padding: 32px 100px;
    border-radius: 10px;
}

.publish-book-section,
.special-order-section {
    padding-bottom: 110px;
}

.special-order-section .publish-book-wrapper {
    background-color: #F1EBF9;
    padding: 0 80px;
}

/* publish-book-wrapper */
/* ================== service Page Css End Here ==================  */



/* ================== Bookstore Page Css Start Here ==================  */

.publish-book-content h2 {
    margin: 0;
}

/* tabs */
.books-section {
    padding: 80px 0;
}

/* Category Buttons */
.books-category-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}



/* Books Grid */
.bookspage-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 55px;
}

.bookspage-grid {
    margin-top: 60px;
}

.tab-menu ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.tab-menu ul li {
    display: inline-block;
}

.tab-menu ul li a {
    padding: 9px 27px;
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.tab-menu ul li a.active-a,
.tab-menu ul li a:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}




.author-name {
    color: #2C2C2C !important;
    margin: 14px 0;
    font-weight: 500;
}

.book-price {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font-primary);
    margin-bottom: 17px;
}

.bookspage-card {
    padding: 5px 7px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #00000017;
    background-color: var(--color-white);
}

.bookspage-image img {
    height: 351px;
    border-radius: 5px;
    object-fit: cover;
    width: 100%;
}

.bookspage-content-box h3 a {
    font-size: 16px;
    font-family: var(--font-primary);
    color: #2C2C2C;
    font-weight: 600;
}

.bookspage-content-box {
    padding: 20px 10px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
    padding: 47px 0 0 0;
}

/* pagination-number */

/* Numbers */
.pagination-number {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary-dark);
    transition: 0.3s ease;
    border: 1px solid #D2D2D2;
}

/* Active */
.pagination-number.active {
    background: var(--color-primary-dark);
    color: #fff;
}

/* Hover */
.pagination-number:hover {
    background: var(--color-primary-dark);
    color: #fff;
}

/* Dots */
.pagination-dots {
    font-size: 16px;
    color: var(--color-primary-dark);
    font-weight: 600;
}

/* Arrow */
.pagination-arrow {
    width: 37px;
    height: 37px;
    border: 1px solid #D2D2D2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #2C2C2C;
    transition: 0.3s ease;
}

.pagination-arrow:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    color: #fff;
}



/* ================== Bookstore Page Css End Here ==================  */



/* ================== Single Bookstore Page Css Start Here ==================  */


/* ================== Single Product Layout 01 Page Css Start Here ================== */

.inner-single-product {
    gap: 58px;
    row-gap: 30px;
}

.slick-slide {
    outline: none;
}

.single-product-left-col {
    width: 40%;
}

.single-product-right-col {
    width: calc(60% - 58px);
}

.single-product-slider-left {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.single-product-slider-left .slick-list.draggable {
    padding: 0 !important;
    margin: 0 35px;
}



.single-product-slider-right .slick-list.draggable {
    padding: 0;
}

.single-product-slider-right img {
    width: 100%;
    height: 575px;
    object-fit: contain;

}

/*  */


/* Title */

.product-title h2 {
    color: var(--deep-navy-blue);
}


/* Price */

.product-price {
    font-size: 20px;
    color: #a020f0;
    font-weight: bold;
    margin: 10px 0;
}


/* Description */

.product-description p {
    font-size: 16px;
    line-height: 28px;
}


/* Options */

.single-product-right-col .price-text h3 {
    font-size: 35px;
    font-family: var(--font-primary);
    color: var(--color-text);
}

.product-option-color h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--font-primary);
}

.color-options {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.color-btn {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #fff;
    cursor: pointer;
    outline: 1px solid #E3E4E5;
}

.color-btn.active {
    border: 3px solid var(--color-primary-pink);
}

.size-options {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.size-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.size-btn.active {
    border: 2px solid var(--color-primary-pink);
    color: var(--color-primary-pink);
    font-weight: bold;
}


/* Quantity */

.product-cart {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E3E4E5;
}

.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #E3E4E5;
    border-radius: 100vmax;
    overflow: hidden;
    max-width: max-content;
}

button.qty-btn.minus {
    border-right: 1px solid #E3E4E5;
}

button.qty-btn.plus {
    border-left: 1px solid #E3E4E5;
}

.quantity-control input[type="text"],
.size-options .size-btn {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    font-family: var(--font-primary);
}

.qty-btn {
    padding: 13px 14px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    font-family: var(--font-primary);
}

.quantity-control input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
}


/* Extra Links */

.product-extra a {
    margin-right: 20px;
    text-decoration: none;
    color: var(--color-dim-gray);
    font-size: 16px;
    line-height: 24px;
}

.product-extra a:hover {
    color: var(--color-primary-pink);
    transition: 0.3s ease-in-out;
}

/* arrow */


/* Button-Start */

.single-product-slider-left button.slick-prev,
.single-product-slider-left button.slick-next {
    position: absolute;
    top: 30%;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 33px;
    border-radius: 50%;
    height: 33px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D2D2D2;
    z-index: 1;
}

.single-product-slider-left button.slick-prev:after {
    transform: rotate(45deg);
}

.single-product-slider-left button.slick-next:after,
.single-product-slider-left button.slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border: solid;
    border-width: 0px 0px 1px 1px;
    position: absolute;
    padding: 3px;
    color: #2C2C2C;
}

.single-product-slider-left button.slick-next::before,
.single-product-slider-left button.slick-prev::before {
    display: none;
}

.single-product-slider-left button.slick-next:after {
    transform: rotate(-135deg);
}

.single-product-slider-left .slick-next {
    right: -10px;
}

.single-product-slider-left .slick-prev {
    left: -10px;
}

.single-product-slider-left .single-product-img {
    margin: 0 10px;
}

/* Button-End */
.single-product-slider-left .single-product-img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 2 / 3;
    cursor: pointer;
}

.five-star li {
    display: inline-block;
}

.five-star li i {
    font-size: 16px;
    color: #FD9A00;
}


.add-to-cart-btn a {
    padding: 16px 40px;
    background-color: var(--color-primary-dark);
    border: 1px solid var(--color-primary-dark);

}

.buy-now-btn a {
    background-color: var(--color-white);
    padding: 16px 40px;
    border: 1px solid var(--color-primary-dark);
    color: var(--color-primary-dark);
}

.wishlist-btn a {
    background-color: transparent;
    padding: 16px 0;
    border: none;
    color: var(--color-text);
}

.wishlist-btn a:hover {
    background-color: transparent;
    border: none;
    color: var(--color-primary-dark);
}

.wishlist-btn a i {
    color: var(--color-primary-dark);
}

.single-book-short-desc {
    margin: 34px 0 24px 0;
    font-family: var(--font-primary);
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
}

.single-book-format {
    font-weight: 600;
    margin-top: 14px;
}

.product-title .author-name {
    font-weight: 600;
}

.single-book-features {
    gap: 95px;
    row-gap: 30px;
    max-width: 596px;
    margin-top: 116px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: calc(100%/3 - 66px);
    position: relative;
}

.feature-item:after {
    position: absolute;
    content: "";
    left: -55px;
    top: 0;
    border-left: 1px solid #ccc;
    height: 100%;
    width: max-content;
}

.inner-about-book {
    background-color: #F8F5FB;
    border-radius: 10px;
    padding: 46px 76px;
    gap: 164px;
}

.about-book-left,
.about-book-right {
    width: calc(100%/2 - 82px);
}

.about-book-right {
    position: relative;
}

.about-book-right::before {
    position: absolute;
    content: "";
    border-left: 1px solid #CCCCCC;
    height: 100%;
    width: max-content;
    top: 0;
    left: -82px;
}

.details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.detail-row {
    display: flex;
    gap: 20px;
    font-size: 16px;
    color: #333;
}

.label {
    width: 140px;
    font-weight: 500;
}

.value {
    flex: 1;
}

.about-book-left h2,
.about-book-right h2 {
    color: var(--color-primary-dark);
    margin-bottom: 22px;
}


/*  */
.review-sec-bg {
    padding: 45px 0;
}


/* GRID */


/* CARD */

.review-card {
    background: #F8F5FB;
    border-radius: 5px;
    padding: 30px 33px;
    margin: 0 14px;
    min-height: 203px;
}

.review-slider .slick-list.draggable {
    margin: 0 50px !important;
}

/* STARS */

.stars {
    color: #FD9A00;
    font-size: 14px;
    margin-bottom: 12px;
}

.stars i {
    margin-right: 2px;
}

/* TEXT */

.review-text {
    margin-bottom: 17px;
    font-weight: 500;
}

/* NAME */

.review-name {
    color: var(--color-primary);
    font-size: 15px;
    font-family: var(--font-primary);
    font-weight: 700;
}

/* arrow */


/* Button-Start */

.review-slider button.slick-prev,
.review-slider button.slick-next {
    position: absolute;
    top: 40%;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 42px;
    border-radius: 50%;
    height: 42px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 4px #0000002B;
}

.review-slider button.slick-prev:after {
    transform: rotate(45deg);
}

.review-slider button.slick-next:after,
.review-slider button.slick-prev:after {
    content: "";
    width: 0;
    height: 0;
    border: solid;
    border-width: 0px 0px 2px 2px;
    position: absolute;
    padding: 3px;
    color: #7B7B7B;
}

.review-slider button.slick-next::before,
.review-slider button.slick-prev::before {
    display: none;
}

.review-slider button.slick-next:after {
    transform: rotate(-135deg);
}

.review-slider .slick-next {
    right: 0;
}

.review-slider .slick-prev {
    left: 0;
}


/* Button-End */

/* may-also-box-grid */
.inner-may-also {
    border-top: 1px solid #CCCCCC;
    padding-top: 30px;
}


.may-also-box-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 54px;
    margin-top: 22px;
}

.may-also-box-grid .book-image img {
    height: 351px;
}

/* ================== Single Bookstore Page Css End Here ==================  */




/* ================== Our Authors  Page Css Start Here ==================  */

/* Top Filters */
.top-bar {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.search-box {
    flex: 1;
    min-width: 280px;
    position: relative;
}

.search-box {
    width: 100%;
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 13px;
    background: #fff;
    outline: none;
    display: flex;
    align-items: center;
}

.search-box input {
    width: 100%;
    font-size: 14px;
    background: transparent;
    outline: none;
    padding-left: 30px;
    border: none;
    color: var(--deep-navy-blue);
}

.search-box input::placeholder {
    color: #989898;
}

.search-box i {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #B9B8BB;
    font-size: 18px;
}

.select-box {
    width: 160px;
}

.select-box select {
    width: 100%;
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 0 17px;
    font-size: 16px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    color: var(--deep-navy-blue);
}


/* Cards */
.author-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.author-card {
    padding: 16px 22px;
    text-align: center;
    transition: .3s ease;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000017;
    border-radius: 10px;
}

/* .author-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
} */

.author-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 14px;
    display: block;
}

.author-card .author-name {
    font-size: 18px;
    font-weight: 700;
    color: #120E5F !important;
    margin-bottom: 6px;
    font-family: var(--font-primary);
}

.author-category {
    color: var(--color-secondary);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.author-desc p {
    font-weight: 500;
    line-height: 1.375;
}

.author-desc {
    font-size: 16px;
    color: var(--color-text);
    margin-bottom: 17px;

}

.author-book img {
    width: 80px;
    height: 127px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 3px;
}

.view-profile-btn a {
    font-weight: 600;
    color: var(--color-secondary);
}

.view-profile-btn a:hover {
    color: var(--color-primary);
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("../images/down-arrow.png") no-repeat right 15px center;
    background-size: 16px;
    padding-right: 40px;
}

/* ================== Our Authors Page Css End Here ==================  */




/* ================== Our Process Page Css Start Here ==================  */


.inner-our-process h2 {
    color: var(--color-primary);
    margin-bottom: 10px;
}

.our-process-box {
    margin-top: 72px;
    background-color: #F3EBFA;
    border-radius: 10px;
    padding: 70px 90px;
}

.preparation-button a {
    background-color: var(--color-secondary-very-light);
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--color-primary);

}

.preparation-box {
    margin-top: 28px;
    background-color: var(--color-primary-light);
    padding: 39px 28px;
    border-radius: 20px;
}

.our-process-box {
    gap: 116px;
    row-gap: 50px;
}

.preparation-card {
    width: calc(100%/ 3 - 78px);
    position: relative;
}

.preparation-card::after {
    position: absolute;
    content: "";
    border-left: 2px dashed var(--color-secondary-very-light);
    height: 100%;
    width: max-content;
    top: 0;
    left: -60px;

}

.preparation-card:first-child:after {
    display: none;

}

.preparation-box p {
    color: var(--color-white);
    font-weight: 500;
}

/* faq-sec */
.faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 45px;
    align-items: start;
}

.faq-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    outline: none;
    padding: 21px 27px;
    font-size: 16px;
    font-weight: 600;
    color: #283960;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    text-align: start;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-icon {
    font-size: 20px;
    color: var(--color-primary-light);
    transition: 0.3s;
}

.faq-answer p {
    padding: 0 25px 25px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
    max-height: unset;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.inner-faq h2 {
    color: var(--color-primary);

}

.faq-sec-bg {
    padding-bottom: 123px;
}

/* faq-sec */

/* faq-sec */



/* ================== Our Process Page Css End Here ==================  */




/* ================== Event Page Css End Here ==================  */
.inner-events-sec {
    gap: 40px;

}

/* LEFT POSTER */

.event-banner img {
    width: 100%;
    border-radius: 10px;
    display: block;
}




.event-banner {
    width: 40%;
}

/* RIGHT SIDE */
.events-right {
    width: calc(60% - 40px);
}

/* TITLE */

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 25px;
}

.section-title span {
    width: 40px;
    height: 2px;
    background: #2ecdc4;
    display: block;
}


.events-right h2 {
    font-size: 25px;
    color: var(--color-primary);
}

/* CARDS */

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.event-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #00000021;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}


.event-img img {
    width: 100%;
    height: 143px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}

.event-content {
    padding: 20px 20px 30px;
}

.event-title a {
    font-size: 16px;
    color: var(--color-primary-dark);
    font-weight: 600;
    font-family: var(--font-primary);
    margin-bottom: 19px;
	min-height: 73px;


}

.event-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 18px;
	min-height: 35px;
}

.event-meta i {
    color: var(--color-primary);
    font-size: 16px;
}

.event-desc {
    color: var(--color-text);
    font-size: 13px;
    font-weight: 500;
}


/* Why Attend Our Events Start*/
.why-attend-sec-bg {
    padding-bottom: 100px;
}

.inner-why-attend {
    background: #F3EBFA;
    border-radius: 15px;
    padding: 48px 74px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* IMAGE */

.attend-image img {
    width: 100%;
    border-radius: 14px;
    height: 292px;
    object-fit: cover;
    object-position: top;
}

/* CONTENT */

.attend-content h2 {
    font-size: 25px;
    color: var(--color-primary);
    margin-bottom: 20px;
}

/* ITEM */

.attend-item {
    display: flex;
    gap: 13px;
    margin-bottom: 10px;
    align-items: flex-start;
}

/* ICON */

.attend-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.attend-icon img {
    max-width: 28px;
}

/* TEXT */

.attend-text h3 {
    color: var(--color-primary);
    font-size: 16px;
    margin-bottom: 8px;
    font-family: var(--font-primary);
}

.attend-text p {
    font-weight: 500;
}

/* Why Attend Our Events End*/


/* ================== Event Page Css End Here ==================  */



/* ================== Media Page Css Start Here ==================  */


/* Podcasts And Videos Start */

/* GRID */

.podcast-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    row-gap: 45px;
}


/* IMAGE */

.podcast-img {
    margin-bottom: 13px;
}

.podcast-img a {
    width: 100%;
}

.podcast-img img {
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 10px;
}

/* CONTENT */

.podcast-title a {
    color: var(--color-primary-dark);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-primary);
    margin-bottom: 10px;
}

.podcast-title a:hover,
.event-title a:hover {
    color: var(--color-secondary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.podcast-desc {
    font-size: 14px;
    font-weight: 500;
}

.podcast-heading h2 {
    color: var(--color-primary);
    margin-bottom: 0 !important;
}

.gray-btn a {
    color: var(--color-heading);
    padding-bottom: 7px;
    border-bottom: 1px solid var(--color-heading);
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
}

/* Podcasts And Videos End */


/* Other Media Start */
.other-media-sec-bg {
    padding-bottom: 95px;
}

.other-media {
    background: #F9F5FD;
    border-radius: 10px;
    padding: 50px 80px;
}


/* ITEM */

.media-item {
    margin-bottom: 38px;
}

.media-item:last-child {
    margin-bottom: 0;
}

.media-item h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary-dark);
    margin-bottom: 13px;
    font-family: var(--font-primary);
}

/* TEXT */

.media-desc {
    color: #555;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 18px;
}

/* BUTTON */

.media-item .learn-more-btn a {
    justify-content: flex-start;
    color: var(--color-secondary-light);
}

.media-item .learn-more-btn a:hover {
    color: var(--color-primary);
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Other Media End */

/* ================== Media Page Css End Here ==================  */




/* ================== Service Description Page Css End Here ==================  */


/* Editing & Proofreading Start */
.inner-editing-sec {
    gap: 90px;
}

.editing-content,
.editing-image {
    width: calc(100%/2 - 45px);
}

/* LEFT CONTENT */

.editing-content p {
    font-weight: 500;
}


/* IMAGE */

.editing-image img {
    width: 100%;
    height: 359px;
    object-fit: cover;
    object-position: top;
}

/* Editing & Proofreading End */




/* What's Included Start */

/* GRID */

.included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* CARD */

.included-card {
    background: var(--color-white);
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 26px 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: 0.3s;
}

.included-title h2 {
    color: var(--deep-navy-blue);
}

/* ICON */

.included-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    max-width: 64px;
    border-radius: 50%;
    background: #F4E5F7 0% 0% no-repeat padding-box;
    border: 1px solid #E2C3E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.included-icon img {
    max-width: 26px;
    height: 26px;
    object-fit: contain;
}

/* CONTENT */

.included-content h3 a {
    color: var(--color-secondary);
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.included-content p {
    font-weight: 500;
}


/* What's Included End */



/* Why Choose Us Start */
.inner-why-choose {
    gap: 0;
    background-color: #F1E8F9;
    border-radius: 10px;
}


.choose-image,
.choose-content {
    width: calc(100%/2);
}

.choose-content {
    background-color: #F8F2FD;
    padding: 62px 56px;
    border-radius: 0px 10px 10px 0px;
}

/* IMAGE */

.choose-image img {
    width: 100%;
    height: 305px;
    object-fit: contain;

}

/* CONTENT */

.choose-image {
    padding: 43px 45px 26px;
}


/* LIST */

.choose-list {
    list-style: none;
}



/* ICON */

.check-icon li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    color: var(--deep-navy-blue);
    font-weight: 500;
    font-size: 16px;
}

.check-icon li+li {
    margin-top: 20px;
}

/* Circle */
.check-icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url("../images/checkmark.png");
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Why Choose Us End */



/* Our Process Section Us Start */

/* PROCESS ROW */

.process-row {
    gap: 30px;
    position: relative;
}

.process-title h2 {
    color: var(--deep-navy-blue);
}

/* STEP */

.process-step {
    width: calc(100%/4 - 23px);
    text-align: center;
    position: relative;
}

/* ICON */

.process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.process-icon i {
    color: #fff;
    font-size: 30px;
}

/* ARROW */

.process-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -60px;
    width: 90px;
    height: 2px;
    background: var(--color-primary-dark);
}

.process-step:not(:last-child)::before {
    content: "▸";
    position: absolute;
    top: 29px;
    right: -70px;

    color: var(--color-primary-dark);
    font-size: 23px;
}

/* CONTENT */

.process-step h3 {
    color: var(--color-secondary);
    font-size: 17px;
    margin-bottom: 8px;
}

.process-step p {
    font-size: 15px;
    font-weight: 500;
}

/* Our Process Section Us End */


/* ================== Service Description Page Css End Here ==================  */








@media (max-width:1349px) {
    .book-card-slider .slick-track {
        gap: 20px;
    }

    .book-card-slider .slick-prev {
        background-color: transparent;
        left: 0;
        background-image: url(../images/arrow-left.png);
    }

    .book-card-slider .slick-next {
        right: 0;
        left: auto;
    }

    .book-card-slider .slick-list.draggable {
        margin: 0 20px;
    }
}

@media (max-width: 1299px) {
    .navbar ul li+li {
        margin-left: 16px;
    }

    .banner-bg {
        padding: 160px 0 70px 0;
    }

    .about-content {
        padding: 30px;
    }
}

@media (max-width: 1199px) {
    .header {
        padding: 14px 0;
    }

    .logo a img {
        max-width: 100px;
    }

    .navbar ul li a {
        font-size: 14px;
    }

    .navbar ul li+li {
        margin-left: 12px;
    }

    .testimonial-slider .slick-list.draggable {
        margin-left: 50px;
        margin-right: 50px;
    }

    .bookspage-wrapper {
        gap: 30px;
    }

    .bookspage-grid {
        margin-top: 30px;
    }

    .special-order-section .publish-book-wrapper {
        padding: 0 50px;
    }

    .our-process-box {
        gap: 80px;
        margin-top: 50px;
        background-color: #F3EBFA;
        border-radius: 10px;
        padding: 50px 30px;
    }

    .preparation-card::after {
        left: -40px;
    }

    .preparation-box {
        margin-top: 20px;
        padding: 18px 25px;
    }

    .preparation-card {
        width: calc(100% / 3 - 54px);
    }

    .inner-events-sec {
        gap: 24px;
    }

    .events-grid {
        gap: 16px;
    }

    .inner-why-attend {
        padding: 30px 50px;
        display: grid;
        grid-template-columns: 1.1fr 1fr;
    }

    .other-media {
        padding: 30px 50px;
    }

    .inner-editing-sec {
        gap: 50px;
    }

    .editing-content,
    .editing-image {
        width: calc(100% / 2 - 25px);
    }

    .editing-image img {
        height: 300px;
    }

    .inner-about-book {
        padding: 30px 50px;
        gap: 100px;
    }

    .about-book-right::before {
        left: -50px;
    }

    .may-also-box-grid {
        gap: 30px;
    }

}


@media (max-width: 1099px) {
    .footer-col {
        width: calc(100% / 3 - 27px);
    }

    .feature-item:after {
        left: -45px;

    }
}

@media (max-width: 1024px) {
    p+p {
        margin-top: 20px;
    }

    .publish-book-section,
    .special-order-section,
    .faq-sec-bg,
    .why-attend-sec-bg,
    .other-media-sec-bg {
        padding-bottom: 70px;
    }

    .title-primary h2,
    .title-primary h2 {
        margin-bottom: 20px;
    }

    h1,
    .font-40,
    .common-inner-banner h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3,
    .small-title,
    .attend-content h2,
    .aboutpage-content h3,
    .h3-heading,
    .single-product-right-col .price-text h3 {
        font-size: 20px;
    }

    .ctm-mt-50 {
        margin-top: 30px;
    }

    .section-heading h2 {
        margin-bottom: 16px;
    }

    .navbar ul li+li {
        margin-left: 14px;
    }



    .section-space {
        padding: 50px 0;
    }

    .section-space-top {
        padding-top: 50px;
    }

    .section-mt {
        margin-top: 50px;
    }

    .section-space-bottom {
        padding-bottom: 50px;
    }


    .toggle-btn-mobile {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 46px;
        height: 46px;
    }

    .close-buttton-icon {
        box-shadow: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 3 !important;
        background: var(--color-white) !important;
        overflow: auto;
        height: 100%;
        overflow-x: hidden;
    }

    .header {
        padding: 10px 0;
    }

    .logo img {
        max-width: 100px;
    }

    header .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

    .toggle-btn-mobile a {
        color: var(--color-primary);
        font-size: 30px;
    }

    .open-icon {
        display: block;
    }

    .close-buttton-icon .open-icon {
        display: none;
    }

    .xmark-icon {
        display: none !important;
    }

    .close-buttton-icon .xmark-icon {
        display: block !important;
    }

    .navbar {
        display: none;
    }

    .close-buttton-icon nav {
        display: block;
        width: 100%;
    }

    .navbar ul li {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .navbar ul li a {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    .feature-section,
    .banner-button {
        margin-top: 30px;
    }

    .banner-bg {
        padding: 130px 0 50px 0;
    }

    .inner-service-box {
        gap: 30px;
    }

    .service-card {
        width: calc(100% / 2 - 15px);
    }

    .section-title {
        gap: 10px;
    }

    .service-box {
        padding: 30px 20px;
    }

    .inner-community {
        gap: 30px;
    }

    .community-content-left {
        width: calc(70% - 30px);
    }

    .testimonial-slider .slick-track {

        gap: 50px;
    }

    .testimonial-box.slick-center::before {
        right: -20px;
    }

    .testimonial-box.slick-center::before {
        display: none;
    }

    .publish-box {
        gap: 20px;
    }

    .publish-box {
        justify-content: center;
    }

    .publishing-services {
        padding: 40px 0;
    }

    .about-image {
        width: 30%;
        margin-left: 0;
    }

    .inner-pager-banner-sec-bg {
        padding: 70px 0;
        min-height: 200px;
    }

    .inner-aboutpage {
        gap: 30px;
    }

    .aboutpage-content {
        width: calc(60% - 30px);
    }

    .offer-text {
        width: 100%;
    }

    .offer-text h3 {
        margin: 6px 0 14px 0;
    }

    .offer-content {
        padding: 30px 50px;
    }

    .mission-box h3 {
        margin: 10px 0 14px 0;
    }

    .mission-wrapper {
        gap: 40px;
    }

    .mission-box {
        width: calc(100% / 3 - 27px);
    }

    .founder-wrapper {
        gap: 30px;
    }

    .founder-content {
        width: calc(60% - 30px);
    }

    .founder-sec-bg {
        padding: 70px 0;
    }

    .servicespage-wrapper {
        gap: 30px;
    }

    .servicespage-wrapper .service-box {
        width: calc(100% / 3 - 20px);
        padding: 30px 20px;

    }

    .servicespage-wrapper .service-box h3 a {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    .publish-book-wrapper {
        padding: 30px 50px;
    }

    .btn-lg a {
        padding: 17px 30px;
    }

    .bookspage-wrapper {
        grid-template-columns: repeat(3, 1fr);

    }

    .tab-menu ul li a {
        padding: 8px 20px;
    }

    .tab-menu ul {
        gap: 14px;
        justify-content: center;
    }

    .publish-book-wrapper {
        padding: 0 50px;
    }

    .special-order-section .publish-book-wrapper {
        padding: 0 30px;
    }

    .author-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .preparation-button a {
        font-size: 20px;
    }

    .our-process-box {
        gap: 40px;
        margin-top: 30px;
        padding: 30px 20px;
    }

    .preparation-card::after {
        left: -20px;
    }

    .faq-question {
        padding: 14px 20px;
        font-size: 16px;
    }

    .faq-container {
        gap: 20px;
        margin-top: 30px;
    }

    .inner-why-attend {
        padding: 30px 20px;
        gap: 30px;
    }

    .events-right,
    .event-banner {
        width: 100%;
    }

    .event-banner img {
        height: 400px;
        object-fit: contain;
    }

    .inner-events-sec {
        flex-direction: column-reverse;
    }

    .events-grid {
        display: grid;
        gap: 16px;
    }

    .events-right h2 {
        font-size: 20px;
    }

    .other-media {
        padding: 30px 20px;
    }

    .media-item {
        margin-bottom: 30px;
    }

    .inner-editing-sec {
        gap: 30px;
    }

    .editing-content,
    .editing-image {
        width: calc(100% / 2 - 15px);
    }

    .included-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .check-icon li+li {
        margin-top: 10px;
    }

    .process-icon i {
        font-size: 30px;
    }

    .process-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 16px;
    }

    .process-step:not(:last-child)::after {
        top: 33px;
        right: -45px;
        width: 60px;
    }

    .process-step:not(:last-child)::before {
        top: 20px;
        right: -58px;
        font-size: 23px;
    }

    .inner-single-product {
        gap: 30px;
    }

    .single-product-right-col {
        width: calc(60% - 30px);
    }

    .feature-item:first-child::after {
        display: none;
    }

    .single-book-features {
        gap: 70px;
        row-gap: 30px;
        max-width: 100%;
        margin-top: 50px;
    }

    .feature-item:after {
        left: -36px;
    }

    .single-book-short-desc {
        margin: 14px 0 16px 0;
        font-size: 16px;
    }

    .single-book-buttons {
        gap: 10px;
    }

    .feature-item {
        width: calc(100% / 3 - 47px);
    }

    .preparation-card {
        width: calc(100% / 3 - 27px);
    }
}

@media (max-width: 991px) {

    .banner-col,
    .banner-col>p {
        max-width: 100%;
        text-align: center;
    }

    .banner-button {
        justify-content: center;
    }

    .service-image {
        width: 100%;
    }

    .service-content {
        width: 100%;
        text-align: center;
    }

    .service-content h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .about-content {
        position: static;

    }

    .publishing-services-wrapper {
        gap: 20px;
    }

    .service-box {
        width: calc(100%/2 - 14px);
    }

    .copy-right-box {
        text-align: center;
        justify-content: center;
        gap: 10px;
        flex-direction: column;
    }

    .copy-right-sec {
        margin-top: 20px;
    }

    .servicespage-wrapper .service-box {
        width: calc(100% / 2 - 15px);
    }

    .publish-book-wrapper {
        padding: 30px 50px;
    }

    .special-order-section .publish-book-wrapper {
        flex-direction: column;
        padding: 30px 20px 0 20px;
    }

    .special-order-section .publish-book-content h2 {
        margin: 0 0 10px 0;
    }

    .special-order-section .publish-book-content {
        text-align: center;
    }

    .podcast-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

    .choose-content {
        padding: 30px 40px;
    }

    .choose-image {
        padding: 30px 20px;
    }

    .choose-image img {
        height: auto;
    }

    .single-book-features {
        gap: 40px;
        margin-top: 30px;
    }

    .feature-item:after {
        left: -20px;
    }


    .feature-item {
        width: calc(100% / 3 - 27px);
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}


/* Responsive */
@media (max-width:767px) {

    .publish-book-section,
    .special-order-section,
    .faq-sec-bg,
    .why-attend-sec-bg,
    .other-media-sec-bg {
        padding-bottom: 50px;
    }

    h1,
    .font-40,
    .common-inner-banner h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3,
    .aboutpage-content h3,
    .h3-heading {
        font-size: 18px;
    }

    .ctm-mt-40 {
        margin-top: 30px;
    }

    .footer-col {
        width: calc(100% / 2 - 20px);
    }

    .banner-bg .inner_bg img {
        object-position: left;
    }

    .about-content,
    .community-content-left,
    .community-image-right,
    .aboutpage-content,
    .aboutpage-image,
    .founder-image,
    .founder-content,
    .editing-content,
    .editing-image,
    .choose-image,
    .choose-content {
        width: 100%;
        text-align: center;
    }

    .about-image {
        width: 100%;
    }

    .about-image img {
        height: 500px;
    }

    .about-content {
        padding: 30px 20px;
    }

    .testimonial-slider::before {
        display: none;
    }

    .testimonial-slider .slick-list.draggable {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 30px !important;
    }

    .section-title {
        text-align: center;
    }

    .aboutpage-image img {
        height: 500px;
    }

    .offer-content {
        padding: 30px 20;
        border-radius: 10px;
    }

    .mission-box {
        width: calc(100% / 2 - 20px);
    }

    .founder-sec-bg {
        padding: 50px 0;
    }

    .founder-image img {
        height: 500px;
    }

    .founder-wrapper {
        flex-direction: column-reverse;
    }

    .publish-book-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .bookspage-wrapper {
        gap: 20px;
    }

    .bookspage-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .author-name {
        margin: 5px 0;
    }

    .bookspage-image img,
    .may-also-box-grid .book-image img {
        aspect-ratio: 3 / 4;
        display: block;
        height: 100%;
    }

    .tab-menu ul {
        gap: 10px;
    }

    .custom-pagination {
        gap: 14px;
        padding: 30px 0 0 0;
    }

    .author-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .preparation-button a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .preparation-box {
        padding: 20px;
    }

    .preparation-box p {
        font-size: 14px;
    }

    .faq-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .events-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .inner-why-attend {
        grid-template-columns: 1fr;
    }

    .attend-image img,
    .editing-image img {
        height: auto;
    }

    .attend-content h2 {
        text-align: center;
    }

    .podcast-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .included-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
    }

    .included-title h2,
    .process-title h2 {
        text-align: center;
    }

    .choose-content {
        text-align: start;
        padding: 30px 20px;
    }

    .inner-why-choose {
        flex-direction: column-reverse;
        border-radius: 10px 10px 0 0;
    }

    .process-step {
        width: calc(100% / 2 - 15px);
    }

    .process-step:nth-child(2)::after,
    .process-step:nth-child(2)::before {
        display: none;
    }

    .single-product-left-col {
        width: 100%;
    }

    .single-product-right-col {
        width: 100%;
    }

    .single-product-slider-right img {
        height: 400px;
    }

    .single-product-slider-left button.slick-prev,
    .single-product-slider-left button.slick-next {
        top: 36%;
    }

    .about-book-left,
    .about-book-right {
        width: 100%;
    }

    .inner-about-book {
        padding: 30px 20px;
        gap: 30px;
    }

    .about-book-right::before {
        display: none;
    }

    .about-book-left h2,
    .about-book-right h2 {
        margin-bottom: 14px;
    }

    .may-also-box-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .may-also-box-grid {
        gap: 20px;
    }

    .review-card {
        padding: 30px 20px;
    }

}







@media (max-width:575px) {

    .footer-col,
    .feature-box,
    .service-card,
    .publish-col-right,
    .service-box {
        width: 100%;
    }

    .about-image img {
        height: 400px;
    }

    .book-image img {
        height: auto;
    }

    .section-title>span {
        display: none;
    }

    .testimonial-content {
        text-align: center;
    }

    .publish-form {
        flex-direction: column;
        gap: 5px;
    }

    .publish-form button,
    .publish-form input {
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
    }

    .publish-title {
        text-align: center;
    }

    .footer-sec {
        gap: 30px;
    }

    .footer-col h4 {
        margin-bottom: 10px;
    }

    .offer-text {
        text-align: center;
    }

    .mission-box,
    .servicespage-wrapper .service-box {
        width: 100%;
    }

    .bookspage-content-box {
        padding: 14px 0;
    }

    .bookspage-content-box h3 a {
        font-size: 14px;
    }

    .author-name {
        font-size: 14px;
    }

    .bookspage-wrapper {
        gap: 14px;
    }



    .pagination-number,
    .pagination-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .author-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .select-box {
        width: 100%;
    }

    .preparation-card {
        width: 100%;
    }

    .preparation-card::after {
        display: none;
    }

    .preparation-box {
        margin-top: 10px;
    }

    .events-grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .event-content {
        text-align: center;
    }

    .event-img img {
        height: auto;
    }

    .event-banner img {
        height: 330px;
    }

    .media-item,
    .other-media,
    .podcast-card {
        text-align: center;
    }

    .media-item .learn-more-btn a {
        justify-content: center;
    }

    .podcast-img img {
        height: auto;
    }

    .podcast-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .included-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .process-step p,
    .process-step h3 {
        font-size: 14px;
    }

    .process-step:not(:last-child)::after {
        top: 33px;
        right: -38px;
        width: 50px;
    }

    .process-step:not(:last-child)::before {
        right: -51px;
    }

    .review-card {
        margin: 0 2px;
        text-align: center;
    }

    .single-product-slider-right img {
        aspect-ratio: 3 / 4;
        display: block;
        height: 100%;
    }
}

/* ========================================
					Contact PAGE CSS 
   ======================================== */
   

/* Contact Page CSS Styling to match your Revision Publishing website */




.swm-contact-page-wrapper {
    background-color: #ffffff;
    padding: 60px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.swm-container {
    max-width: 1280px;
    margin: 0 auto;
}

/* Top Content Section */
.swm-contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.swm-page-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.swm-page-subtitle {
    font-size: 18px;
    color: #555555;
   
    margin: 0 auto;
    line-height: 1.5;
}

/* Two Columns Layout */
.swm-two-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

/* Left Column - Contact Info */
.swm-contact-info {
    flex: 1;
    min-width: 260px;
    background: #f8fafc;
    border-radius: 24px;
    padding: 35px 30px;
}

.swm-info-card {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e8f0;
}

.swm-info-card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.swm-info-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.swm-info-detail {
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

.swm-info-detail a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s;
}

.swm-info-detail a:hover {
    color: #1e5a38;
    text-decoration: underline;
}

/* Right Column - Contact Form 7 */
.swm-contact-form {
    flex: 1.5;
    min-width: 300px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 35px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.swm-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

/* Styling for Contact Form 7 Fields */
.swm-contact-form .wpcf7-form p {
    margin-bottom: 20px;
}

.swm-contact-form .wpcf7-form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #334155;
    margin-bottom: 6px;
}

.swm-contact-form .wpcf7-form input,
.swm-contact-form .wpcf7-form textarea,
.swm-contact-form .wpcf7-form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.2s;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.swm-contact-form .wpcf7-form input:focus,
.swm-contact-form .wpcf7-form textarea:focus {
    outline: none;
    border-color: #2c7a4d;
    box-shadow: 0 0 0 3px rgba(44, 122, 77, 0.1);
}

.swm-contact-form .wpcf7-submit {
    background: #9700cb;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.swm-contact-form .wpcf7-submit:hover {
    background: #02a8a0;
	color: #fff;
}

.swm-contact-form .wpcf7-submit:active {
    transform: scale(0.97);
}

/* Responsive */
@media (max-width: 768px) {
    .swm-contact-page-wrapper {
        padding: 40px 16px;
    }
    
    .swm-page-title {
        font-size: 32px;
    }
    
    .swm-two-columns {
        flex-direction: column;
        gap: 30px;
    }
    
    .swm-contact-info,
    .swm-contact-form {
        width: 100%;
        padding: 25px 20px;
    }
}

/* Simple AJAX Loader for CF7 */
.wpcf7 .ajax-loader {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

/* Contact Page CSS Styling to match your Revision Publishing website */


/* ========================================
   BLOG PAGE CSS - PERFECT 3 COLUMN GRID
   ======================================== */

/* Blog Container */
.blog-page-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 3 Column Grid - Equal Space */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Blog Card */
.blog-post-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Post Image - Equal space all sides */
.post-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #e9ecef;
}

.post-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.blog-post-card:hover .post-image img {
    transform: scale(1.05);
}

/* Post Content */
.post-content {
    padding: 22px 20px 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Category */
.post-category {
    margin-bottom: 12px;
}

.post-category span {
    display: inline-block;
    background: #9700CB;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Post Title */
.post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.post-title a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-title a:hover {
    color: #9700CB;
}

/* Post Meta */
.post-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #6c757d;
}

.post-meta i {
    margin-right: 5px;
    color: #9700CB;
}

.post-meta span {
    display: inline-flex;
    align-items: center;
}

/* Post Excerpt */
.post-excerpt {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.post-excerpt p {
    margin: 0;
}

/* Read More Button */
.post-read-more {
    margin-top: auto;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9700CB;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.read-more-link i {
    transition: transform 0.2s ease;
}

.read-more-link:hover {
    color: #0088cc;
}

.read-more-link:hover i {
    transform: translateX(5px);
}

/* Pagination */
.blog-pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination-links {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination-links a,
.pagination-links span {
    display: inline-block;
    padding: 10px 16px;
    background: #ffffff;
    color: #1a1a2e;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
}

.pagination-links a:hover {
    background: #9700CB;
    color: #ffffff;
    border-color: #9700CB;
}

.pagination-links .current {
    background: #9700CB;
    color: #ffffff;
    border-color: #9700CB;
}

.pagination-links .dots {
    background: transparent;
    border: none;
}

/* No Posts */
.no-posts {
    text-align: center;
    padding: 60px 20px;
    background: #ffffff;
    border-radius: 12px;
    color: #666;
    font-size: 18px;
}

/**********new css single product page *********/

/* Container for all buttons */
.single-product-sec-bg .single-book-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* 1. WooCommerce Form Layout (Keeps Qty and Add to Cart side-by-side) */
.single-product-sec-bg .add-to-cart-btn form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

/* 2. Quantity Input Styling */
.single-product-sec-bg form.cart .quantity {
    margin: 0;
}

.single-product-sec-bg form.cart .quantity input.qty {
    width: 65px;
    height: 48px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

/* Remove up/down arrows from number input for a cleaner look */
.single-product-sec-bg form.cart .quantity input.qty::-webkit-outer-spin-button,
.single-product-sec-bg form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product-sec-bg form.cart .quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

/* 3. Add To Cart Button Styling */
.single-product-sec-bg form.cart button.single_add_to_cart_button {
    background-color: #92278f; /* Adjusted to match your design's purple */
    color: #fff;
    border: none;
    padding: 0 30px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-sec-bg form.cart button.single_add_to_cart_button:hover {
    background-color: #721d6f;
}

/* 4. Buy Now Button Styling */
.single-product-sec-bg .buy-now-btn a {
    background-color: transparent;
    color: #92278f;
    border: 1px solid #92278f;
    padding: 0 30px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.single-product-sec-bg .buy-now-btn a:hover {
    background-color: #92278f;
    color: #fff;
}

/* 5. Wishlist Button Styling */
.single-product-sec-bg .wishlist-btn a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.single-product-sec-bg .wishlist-btn a:hover {
    color: #92278f;
}

.single-product-sec-bg .wishlist-btn a i {
    font-size: 18px;
    color: #666;
}


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

/* Tablet - 2 Columns */
@media (max-width: 991px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-page-section {
        padding: 50px 0;
    }
}

/* Mobile - 1 Column */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .blog-page-section {
        padding: 40px 0;
    }
    
    .post-image img {
        height: 220px;
    }
    
    .post-title {
        font-size: 18px;
    }
    
    .post-content {
        padding: 18px 16px 22px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .post-meta {
        gap: 12px;
        font-size: 12px;
    }
    
    .post-image img {
        height: 200px;
    }
    
    .pagination-links a,
    .pagination-links span {
        padding: 8px 12px;
        font-size: 14px;
    }
}



/* ========================================
comment form css
   ======================================== */
   /* =========================================================
   WooCommerce Review Form & Comments Section
========================================================= */

/* Main Container Spacing */
.commetform_sec {
    margin-top: 50px;
    padding: 40px;
    background: #fdfdfd;
    border-radius: 8px;
    border: 1px solid #eee;
}

/* Titles */
.commetform_sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #333;
}

/* --- THE COMMENT LIST --- */
.commetform_sec .commentlist {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.commetform_sec .commentlist li {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

/* Flexbox for Avatar and Text */
.commetform_sec .commentlist .comment_container {
    display: flex;
    gap: 20px;
}

/* User Avatar Image */
.commetform_sec .commentlist img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f0f0f0;
    object-fit: cover;
}

/* Review Author and Date */
.commetform_sec .commentlist .meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.commetform_sec .commentlist .meta strong {
    font-size: 16px;
    color: #333;
}

/* Review Text */
.commetform_sec .commentlist .description p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}


/* --- THE REVIEW FORM --- */
.commetform_sec #respond {
    margin-top: 20px;
}

.commetform_sec .comment-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* FIX: Convert "1 of 5 stars" text into FontAwesome Stars */
.commetform_sec .stars {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

.commetform_sec .stars a {
    font-size: 0; /* Hides the ugly blue text */
    text-decoration: none;
    color: #ddd;
}

/* Output FontAwesome Star Icon */
.commetform_sec .stars a::before {
    content: '\f005'; 
    font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    font-size: 20px; 
}

/* Star Rating Hover & Active Colors */
.commetform_sec .stars a:hover ~ a::before {
    color: #ddd;
}
.commetform_sec .stars:hover a::before {
    color: #ffb800; /* Gold color */
}
.commetform_sec .stars a.active::before,
.commetform_sec .stars a:hover::before {
    color: #ffb800; /* Gold color */
}

/* Inputs & Textarea */
.commetform_sec .comment-form input[type="text"],
.commetform_sec .comment-form input[type="email"],
.commetform_sec .comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.3s;
}

/* Input Focus State */
.commetform_sec .comment-form input[type="text"]:focus,
.commetform_sec .comment-form input[type="email"]:focus,
.commetform_sec .comment-form textarea:focus {
    border-color: #92278f; /* Brand Purple */
}

.commetform_sec .comment-form textarea {
    height: 150px;
    resize: vertical;
}

/* Submit Button */
.commetform_sec .form-submit input.submit {
    background-color: #92278f; /* Brand Purple */
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.commetform_sec .form-submit input.submit:hover {
    background-color: #721d6f; /* Darker Purple on hover */
}

.commetform_sec #comments {
	display: none;
}

/* =========================================================
   Top Product Rating (Under Title/Author)
========================================================= */

/* Align the stars and the text on the same line */
.single-product-sec-bg .rating-start5 {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between stars and review count */
    margin-bottom: 15px; /* Space before the price */
}

/* Color the WooCommerce default stars gold */
.single-product-sec-bg .rating-start5 .star-rating {
    color: #ffb800; /* Gold color */
    font-size: 15px; /* Adjust size */
    margin: 0; /* Remove default WooCommerce margins */
}

/* Ensure the filled portion of the star is gold */
.single-product-sec-bg .rating-start5 .star-rating span::before {
    color: #ffb800; 
}

/* Give the empty portion of the star a light gray color (for 4/5 or 3/5 ratings) */
.single-product-sec-bg .rating-start5 .star-rating::before {
    color: #e0e0e0; 
}

/* Style the "(4 Reviews)" text */
.single-product-sec-bg .rating-start5 > span:last-child {
    font-size: 14px;
    color: #666;
    margin-top: 2px; /* Slight tweak to align visually with the center of the stars */
}





/* Container */
.container {
   
    margin: 0 auto;
    padding: 0 20px;
}

/* Featured Image - TOP */
.post-featured-image {
    width: 100%;
    margin-bottom: 40px;
}

.post-featured-image .featured-img {
    width: 50%;  /* Change this to control size - 50%, 60%, 40% etc. */
    margin: 0 auto 40px auto;
    text-align: center;
}

/* Content - BELOW THE IMAGE */
.post-content-wrapper {
    width: 100%;
}

/* Post Meta Styling */
.post-meta-top {
    margin-bottom: 25px;
}

.post-category {
    margin-bottom: 15px;
}

.cat-badge {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
}

.post-meta-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.post-meta-info i {
    margin-right: 8px;
}

/* Post Content */
.post-content-inner {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.post-content-inner p {
    margin-bottom: 25px;
}

.post-content-inner h2 {
    margin-top: 35px;
    margin-bottom: 20px;
}

/* Tags */
.post-tags {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-link {
    background: #f0f0f0;
    padding: 5px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    color: #555;
    transition: 0.3s;
}

.tag-link:hover {
    background: #000;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .post-featured-image {
        margin-bottom: 25px;
    }
}




