html {
    overflow-x: hidden;
}

header .nav-link {
    font-family: "Poppins", sans-serif;
    color: #181739;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 6px;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.cta-btns-parent {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 1.7rem;
}

.cta-btns-parent a.anchar {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #181739;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    text-transform: capitalize;
    text-decoration: none;
}

.custom-btn.blue-btn {
    background: linear-gradient(0deg, #202B50 0%, #202B50 100%), #BC1E51;
    color: #FFF;

    /* 18px */
}

/* hero css */

.hero-section {
    background: url('../images/hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 5rem 0 5rem;
}

.heading-1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: capitalize;
}

p.para.white {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.custom-btn {
    border-radius: 10px;
    padding: 16px 22px;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.custom-btn.white-btn {
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #BC1E51;
    color: #1B1B1B;
    transition: all ease .3s;
}

.custom-btn:hover {
    box-shadow: -8px 8px 6px #0000008a;
    transition: all ease .3s;
}

.counter-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}

.counter-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brands {
    display: flex;
    align-items: center;
    gap: 30px;
    /*justify-content: space-between;*/
    width: 100%;
}

figure {
    margin: 0;
}

.banner-form-parent {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

figure.stand-man {
    position: absolute;
    left: 0;
    width: 60%;
    z-index: -1;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.banner-form {
    border-radius: 69.44px;
    background: white;
    position: relative;
    z-index: -1;
    height: 100%;
    width: 63%;
    background-color: white;
    margin-left: auto;
}

.banner-form form:before {
    border-radius: 79.44px;
    background: #202B50;
    position: absolute;
    content: "";
    top: -12px;
    left: -12px;
    height: 104%;
    width: 100%;
    z-index: -1;
}

figure.banner-form-book {
    position: absolute;
    top: -35px;
    right: -90px;
    max-width: 160px;
}

figure.speaker-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.7s ease;
    animation: 3s linear infinite bf-animate;
}


.banner-form form {
    background: white;
    border-radius: 69.44px;
    padding: 1.7rem 1.8rem;
    text-align: center;
}

h3.heading-1-1 {
    color: #1A193B;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.5%;
    text-transform: uppercase;
}

p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    /* 23.36px */
    /*text-transform: lowercase;*/
}

.banner-form input,
.banner-form textarea {
    border: 0.807px solid #000;
    opacity: 0.5;
    background: #F2F2F2;
    border-radius: 0;
    height: 45px;
    margin-bottom: 12px;
}

.banner-form textarea {
    height: 70px;
}

span.numbers {
    color: #FFF;
    font-family: Poppins;
    font-size: 34.528px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

span.works {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.hero-section .custom-btn {
    margin-top: 1rem;
}

/* hero css */

/* bring books  */
section {
    position: relative;
    z-index: 0;
}

figure.left-top-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

figure.right-top-layer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

figure.right-top-layer img {
    max-width: 500px;
}

.become-top-rated {
    padding: 6rem 0 5rem;
}

figure.flower {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 140px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.book-and-headphone {
    position: absolute;
    bottom: 0;
    z-index: -1;
    max-width: 200px;
}

figure.stars {
    position: absolute;
    bottom: 200px;
    z-index: -1;
    left: 120px;
    max-width: 440px;
}

/* bring books  */

/* bring-books-parent */
.bring-books-parent {
    /* position: relative; */
    z-index: 0;
}

p.grey {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    /* 23.36px */
    /*text-transform: lowercase;*/
    opacity: 0.72;
}

.heading-3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.5%;
    /* 26.375px */
    text-transform: uppercase;
}

.heading-2 {
    color: #000;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 56.354px */
    text-transform: uppercase;
}

.parent-btns {
    margin: 2rem 0 2rem;
    display: flex;
    align-items: center;
    gap: 17px;
}

a.btn.custom-btn.transparent-btn {
    border: 1.627px solid #202B50;
}

.trust-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    border-radius: 7.919px;
    border: 1.98px solid #D9D9D9;
    padding: 20px;
}

.heading-4 {
    color: #000;
    font-family: Poppins;
    font-size: 18.261px;
    font-style: normal;
    font-weight: 800;
    line-height: 118%;
    text-transform: math-auto;
}

p.s-para {
    color: #000;
    font-family: Poppins;
    font-size: 14.08px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /*text-transform: lowercase;*/
    margin: 0;
}

p.s-para a {
    color: #D6202E;
    text-decoration: none;
}

figure.cresent-shap {
    position: absolute;
    top: -70px;
    left: -90px;
    max-width: 230px;
}

.become-top-rated-content {
    position: relative;
    z-index: 0;
}

/* bring-books-parent */

/* our services */
.parent-heading.centered {
    text-align: center;
    margin-bottom: 2.5rem;
}

.services-card {
    border-radius: 15px;
    background: #D6202E;
    position: relative;
    z-index: 0;
    padding: 20px;
}

/* Apply background color based on odd/even */
.swiper-wrapper .swiper-slide:nth-child(odd) .services-card {
    background-color: #d50032;
    /* Red */
}

.swiper-wrapper .swiper-slide:nth-child(even) .services-card {
    background-color: #1b2957;
    /* Dark Blue */
}

span.counts {
    position: absolute;
    right: 30px;
    top: 15px;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 62.997px;
    font-style: normal;
    font-weight: 700;
    line-height: 84.035px;
}

h3.heading-2-1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 27.158px;
    font-style: normal;
    font-weight: 800;
    line-height: 105.5%;
    text-transform: uppercase;
}

.services-card p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
    /*text-transform: lowercase;*/
    margin: 0;
}

.services-card img {
    margin-bottom: 1rem;
    max-width: 90px;
}

.py {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.our-services {
    background-image: url('../images/our-services-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}





/* portfolio-parent css */
.portfolio-parent {
    position: relative;
    z-index: 0;
    height: auto;
}

figure.books {
    /* position: absolute; */
}

figure.books.book-1 {
    /* top: 0; */
    /* left: 0; */
}

figure.books.book-2 {
    top: 0;
    left: 120px;
}

figure.books.book-3 {
    top: 0;
    left: 200px;
}

figure.books.book-4 {
    top: 0;
    right: 0;
}

figure.books.book-5 {
    left: 0;
    bottom: 0;
}

figure.books.book-6 {
    left: 530px;
    bottom: 0;
}

.text-area-portfolio {
    width: 280px;
    position: absolute;
    right: 0;
    top: 0;
}

figure.bookshelf {
    position: absolute;
    bottom: -22px;
    left: 0px;
    max-width: 160px;
    z-index: -1;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.mobile-using-girl {
    position: absolute;
    right: 0;
    bottom: -20px;
    max-width: 240px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.parent-heading.centered p {
    width: 75%;
    margin: auto;
}

/* portfolio-parent css */

/* packages-section css */

.packages-section {
    background-image: url('../images/packages-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.white {
    color: white;
}

.packages-card {
    border-radius: 15px;
    background: #202B50;
    padding: 25px;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    transition: all ease .4s;
}

.packages-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.heading-2-2 {
    color: #F8F8FC;
    font-family: Poppins;
    font-size: 47.103px;
    font-style: normal;
    font-weight: 700;
    line-height: 142.023%;
    /* 66.897px */
}

.packages-card-header .heading-3 {
    color: white;
    margin: 0;
}

.package-pricing {
    margin: 0px 0 6px;
}

.package-pricing .heading-2-2 {
    color: #D6202E;
}

.package-pricing .heading-4 {
    color: white;
    font-size: 26.449px;
    font-weight: 400;
}

ul.packages-details {
    margin: 1.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    max-height: 290px;
    padding-right: 20px;
}

span.pkg-details {
    color: white;
    width: 95%;
}

ul.packages-details li {
    display: flex;
    align-items: start;
    gap: 10px;
}

span.pkg-icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-packages {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #ffffff91;
    padding-top: 1.5rem;
}

.cta-pkg-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cta-pkg-left span {
    color: white;
}

.cta-pkg-left a {
    color: white;
    text-decoration: none;
}

.card-cta .custom-btn.white-btn {
    border: 2.817px solid #D6202E;
    background: #FFF;
}

.packages-card:before {
    border-radius: 12px;
    background: #000000;
    position: absolute;
    content: "";
    top: 0 !important;
    left: 0 !important;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all ease .4s;
}

.packages-card:after {
    background: #202B50;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 15px;
    transition: all ease .4s;
}

.packages-card:before {
    opacity: 0;
}

.packages-card.active:before {
    opacity: 1;
}

.packages-card:hover:before {
    opacity: 1;
}

/* packages-section css */

/* showcase css  */
.showchase-section {
    position: relative;
    z-index: 0;
}

.showchase-section .bubble-layers-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.showchase-section .circle-layers-2 {
    position: absolute;
    right: 0;
    top: -260px;
    z-index: -1;
}

.parent-showcase-books {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showcase-cards-parent {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.showcase-card {
    background: #202B50;
    border-radius: 6px;
    padding: 16px 14px;
    position: relative;
    z-index: 0;
}

.showcase-card p {
    color: white;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: capitalize;
}



.cards-number {
    background: #202B50;
    border: 3px solid white;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.13px;
}

.showcase-card .read-more-btn {
    justify-content: start;
}


.showcase-books-slider span.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    color: #d6202e;
    background: #232F3E;
    color: white;
    border: .6px solid #232F3E;
    font-weight: 700;
    opacity: 1;
}

.showcase-books-slider .swiper-pagination-bullet-active {
    background: #F90 !important;
    color: white !important;
    opacity: 1 !important;
}

.read-more-btn.white {
    color: white;
}

.read-more-btn.white img {
    filter: brightness(0) invert(1);
}

.numbers-parents {
    position: absolute;
    top: 42px;
    right: -20px;
    z-index: 0;
}

.numbers-parents::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: transparent;
    border: 1px dashed #232F3E;
    width: 120px;
    top: 20px;
}

figure.showcase-book {
    position: relative;
    z-index: 1;
}

.right-showcase-parent .numbers-parents::before {
    left: 0px;
}

.left-showcase-parent .numbers-parents::before {
    left: -90px;
}

.showcase-cards-parent.left-showcase-parent .numbers-parents {
    left: -20px;
}

.showcase-cards-parent.left-showcase-parent .showcase-card {
    padding-left: 26px;
    padding-right: 0;
}

.showcase-books-slider.swiper {
    width: 240px;
    height: 320px;
}

.showcase-books-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.showcase-books-slider .swiper-slide:nth-child(1n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(2n) {
    background-color: #d6202e;
}

.showcase-books-slider .swiper-slide:nth-child(3n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(4n) {
    background-color: #d6202e;
}

.showcase-books-slider .swiper-slide:nth-child(5n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(6n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(7n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(8n) {
    background-color: #F90;
}

.showcase-books-slider .swiper-slide:nth-child(9n) {
    background-color: #232F3E;
}

.showcase-books-slider .swiper-slide:nth-child(10n) {
    background-color: #F90;
}

.showcase-books-slider {
    display: none;
}

figure.speaker-2 {
    position: absolute;
    top: 50%;
    left: 10px;
    transition: all linear 1s;
    animation: ball 2s linear infinite alternate;
}

figure.girl-sliping-books {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 240px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.speaker-2 img {
    max-width: 140px;
}

/* cta section */
figure.left-cta-book {
    position: absolute;
    left: 0;
    max-width: 500px;
    top: 100px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.right-cta-book {
    position: absolute;
    right: 0;
    top: -20px;
    max-width: 500px;
    transition: all linear 1s;
    animation: ball 3s linear infinite alternate;
}

.parent-cta-banner {
    background-image: url('../images/cta-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parent-cta-banner .parent-heading.centered {
    margin: auto;
    width: 50%;
}

.parent-cta-banner .parent-heading.centered p {
    width: 100%;
}

.parent-cta-banner .parent-heading.centered p {
    margin: 1rem 0 1.5rem;
}

.cta-texts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.cta-texts p {
    width: auto;
}

.cta-texts p {
    color: #000;
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
}

.cta-texts span {
    color: #BC1E51;
    text-align: center;
    font-family: 'Poppins';
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin-top: 10px;
}


figure.left-top-layer img {
    max-width: 500px;
}

/* faq */
.accordion-item {
    background: #202B50;
}

button.accordion-button {
    background: #202B50;
    box-shadow: none !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.5%;
    text-transform: uppercase;
    align-items: start;
}

.accordion-button:not(.collapsed) {
    background: #202B50;
    color: white;
}

.accordion-body {
    color: white;
    padding-top: 0;
    line-height: normal;
    opacity: 0.72;
}

.accordion-item {
    border: 0;
    margin: 0 0 10px;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed) {
    padding-bottom: 8px;
}

figure.girl-think {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.books-scholoar {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 170px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.faq-parent.accordion {
    margin-top: 1.5rem;
}

/* faq */

/* testimonials */
.testimonials-sec {
    background-image: url('../images/testimonials-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.testimonial-card {
    border-radius: 15px;
    background: #202B50;
    padding: 35px 20px;
    position: relative;
    z-index: 0;
    text-align: center;
    padding-top: 4rem;
    margin-top: 5rem;
    border: 2px solid #ffffff00;
}

.testimonial-card:hover {
    border-color: #ffffff;
}

figure.client-portfolio {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

figure.quote {
    position: absolute;
    top: 20px;
    left: 20px;
}

.testimonial-card .heading-3 {
    color: white;
    margin: 0;
}

span.client-name {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    font-family: Poppins;
}

.testimonial-card p {
    opacity: 0.72;
    color: white;
    margin-top: 8px;
    margin-bottom: 12px;
}

figure.quote img {
    max-width: 60px;
}

figure.client-portfolio img {
    max-width: 120px;
    transition: all ease .3s;
}

span.s-heading {
    font-size: 25px;
}

.consult-book-parent {
    position: relative;
    z-index: 0;
    width: 38%;
    margin-left: 2rem;
}

figure.consult-book-ring {
    position: absolute;
    z-index: -1;
    transition: all linear 1s;
}

figure.consult-book {
    position: absolute;
    z-index: 0;
}

figure.consltant-girl {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 260px;
    transition: all linear 1s;
    animation: ball2 1.5s linear infinite alternate;
}

.consult-form p {
    color: #000;
    font-family: Poppins;
    font-size: 21.261px;
    font-style: normal;
    font-weight: 800;
    line-height: 118%;
    text-transform: capitalize;
}

.consult-form input,
.consult-form textarea {
    border-radius: 10px;
    background: #202B50;
    height: 60px;
    color: white;
    margin-bottom: 1rem;
}

.consult-form textarea {
    height: 131px;
}

figure.footer-book-1 {
    position: absolute;
    bottom: -80px;
    left: -100px;
    /* max-width: 340px; */
    height: auto;
    width: 480px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

footer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding-top: 0rem;
    padding-bottom: 4rem;
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

figure.footer-book-2 {
    position: absolute;
    right: -180px;
    bottom: -50px;
    max-width: 570px;
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.f-heading {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

footer ul {
    padding-left: 20px;
}

footer ul li a {
    text-decoration: none;
    color: #000;
    font-family: Poppins;
    font-size: 17.18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.stay-info h6 {
    color: #1A1A1A;
    font-family: Poppins;
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.stay-info p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 26.65px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2rem;
}

.stay-info {
    text-align: center;
}


.email-subscribe {
    position: relative;
    z-index: 0;
    width: 45%;
    margin: auto;
}

.email-subscribe .custom-btn.blue-btn {
    position: absolute;
    right: 6px;
    top: 5px;
    height: 60px;
    border-radius: 0px;
}

.email-subscribe input {
    border-radius: 0;
    background: #FFF;
    height: 70px;
    width: 100%;
    border: 1px solid #202B50;
}

.form-check-input[type=checkbox] {
    height: 16px;
}

.footer-left img {
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.boooomfooter {
    background: #202B50;
    color: white;
    text-align: center;
    padding: 13px 0;
}



/* navigation css */
.swiper-button-prev {
    border-radius: 6px;
    border: 1px solid #202B50;
    width: 30px;
    height: 30px;
    background-color: #202B50;
    border-radius: 212px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.swiper-button-next {
    border-radius: 6px;
    border: 1px solid #202B50;
    width: 30px;
    height: 30px;
    background-color: #202B50;
    border-radius: 212px;
}

.parent-for-navbar {
    position: relative;
    z-index: 0;
}

.parent-for-navbar .swiper-button-next {
    right: -55px;
}

.parent-for-navbar .swiper-button-prev {
    left: -55px;
}

.testimonials-sec .parent-for-navbar .swiper-button-next {
    top: 50%;
}


.testimonials-sec .parent-for-navbar .swiper-button-prev {
    left: -55px;
}

.our-portfolio .swiper-button-next {
    right: unset;
    left: -50px;
    top: 200px;
}

.our-portfolio .swiper-button-prev {
    top: 155px;
    left: -50px;
}

.testimonials-slider .swiper-button-next {
    right: unset;
    left: -50px;
    top: 200px;
}

.testimonials-slider .swiper-button-prev {
    top: 155px;
    left: -50px;
}

.testimonials-sec .parent-for-navbar .swiper-button-next {
    top: 240px;
}

.testimonials-sec .parent-for-navbar .swiper-button-prev {
    top: 240px;
}


figure.hero-ring {
    position: absolute;
    left: 0;
    top: 160px;
    max-width: 150px;
    /* transition: all 0.7s ease; */
    /* animation: 3s linear infinite bf-animate; */
}

.packages-slider {
    padding: 8px 8px;
}

/* animations */
.animate-charcter {
    background-image: linear-gradient(-225deg, #fff 0%, #fff 29%, #202B50 67%, #fff 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    display: inline-block;
}

.animate-charcter.reded {
    background-image: linear-gradient(-225deg, #000000 0%, #000000 29%, #d50032 67%, #000000 100%);
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.ml6 {
    position: relative;
    text-transform: uppercase;
}

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    overflow: hidden;
    font-family: 700;
    text-transform: uppercase;
}

.ml6 .letter {
    display: inline-block;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

/* animations */

/* inner css */
.inner-banner {
    background-image: url('../images/inner-bg.png');
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-banner {
    background-image: url('images/book-publishing/woman-is-sitting-table-library-reading-book.jpg');
}

.parent-cta-banner.cta-2 .cta-banner {
    background-image: url('images/book-publishing/young-woman-library-looking-through-stack-papers-surrounded-by-bookshelves.jpg');
}

.inner-banner .heading-1 span {
    display: inline-block;
}


/* inner css */


/* our services css  */

.our-services {
    /* background: transparent; */
}

.card-services-slider {
    padding-bottom: 4rem;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-card-services {
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.parent-card-services {
    padding: 28px 20px;
    border-radius: 24px;
    border: 1px solid #232F3E;
    background: #FFF;
}

.card-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

span.number {
    color: #E1E4E5;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    font-family: Poppins;
}

.parent-card-services p {
    font-weight: 400;
    font-size: 14px;
}

.parent-card-services .heading-4 {
    color: #232F3E;
    margin: 6px 0 6px;
    font-weight: 800;
    font-size: 25px;
    font-family: Poppins;
}

.grey {
    color: #D9D9D9;
}

.card-services-slider {
    padding-bottom: 4rem;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d6202e !important;
}

span.featured {
    color: #232F3E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    text-transform: uppercase;
}


.white {
    color: white;
}

.content-card-child p {
    font-weight: 400;
    margin: 0;
}

.official-site-section-slider {
    height: 580px;
}

.child-grid-content {
    display: grid;
    grid-template-columns: 48% 48%;
    margin: 1rem 0px;
    gap: 1rem;
}

.parent-content-images img {
    height: auto;
    object-fit: cover;
}

.child-grid-content figure {
    height: auto;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.child-grid-content figure img {
    object-fit: cover;
}

.card-header-parent figure img {
    height: 70px;
}

/* our services css  */

/* official-site-section-slider css */

.official-site-section-slider {
    height: 580px;
}

.content-card-child {
    height: 180px;
}

.content-card-child {
    border-radius: 10px;
    background: #202B50;
    padding: 1rem 14px 1rem;
    text-align: start;
}

.content-card-child .heading-6 {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
}

.content-card-child p {
    font-weight: 400;
    margin: 0;
    color: white;
}

.content-card-child .read-more-btn {
    color: #fff;
    margin-top: 6px;
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.read-more-btn {
    color: #232F3E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration: none;
}

.parent-content-images figure {
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}


.parent-content-images figure img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.child-grid-content figure {
    height: auto;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.parent-content-images figure img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.inner-banner .heading-1 {
    text-transform: uppercase;
}

/* official-site-section-slider css */

/* testimonials-sec css */

.inner-testimonials .testimonials-sec {
    background: white;
}

.inner-testimonials {
    position: relative;
    z-index: 0;
}

.inner-testimonials .testimonials-sec h2.heading-2.white {
    color: black;
}

.inner-testimonials .testimonials-sec .animate-charcter {
    background-image: linear-gradient(-225deg, #202B50 0%, #202B50 29%, #d50032 67%, #202B50 100%);
}

.inner-testimonials figure.left-top-layer {
    z-index: 1;
}

.inner-testimonials figure.right-top-layer {
    z-index: 1;
}

/* testimonials-sec css */

.inner-consult-sec {
    background-image: url('../images/inner-faq-bg.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.consult-form input::placeholder {
    color: white;
}

.consult-form textarea::placeholder {
    color: white;
}

.contact-page-layer {
    position: relative;
    z-index: 0;
}

figure.arrow-portfolio {
    position: absolute;
    z-index: 1;
    top: 300px;
    left: 160px;
}

figure.arrow-portfolio img {
    max-width: 120px;
}

.content-card-child p {
    height: 74px;
    overflow-y: auto;
}

.swiper-wrapper .swiper-slide .services-card:hover {
    background-color: black;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #d6202e #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #d6202e;
    border-radius: 10px;
    border: 3px solid #ffffff;
}



/* position_aware */

.position_aware {
    position: relative;
    /* background: linear-gradient(145deg, #ffffff, #f4f4f4); */
    padding: 20px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
    margin: 5px;
}

.position_aware::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), #ff000096, #202B50 60%);
    pointer-events: none;
    transition: background 0.15s ease;
    opacity: 0;
}

.position_aware:hover {
    box-shadow: 5px 5px 27px rgb(255 255 255 / 20%);
    /*cursor: none;*/
}

/* Smooth tilt effect */
.position_aware .header-services-card,
.position_aware .content-services-card,
.position_aware a {
    transform: translateZ(20px);
    transition: transform 0.2s ease;
}

.position_aware img {
    transform: translateZ(40px);
}

/* Optional: make hover scale slightly */
.position_aware:hover {
    /* transform: scale(1.02); */
}

.position_aware:hover::after {
    opacity: 1;
}

/* position_aware */

.showcase-card:hover {
    box-shadow: -4px 4px 5px grey;
}

.testimonial-card:hover figure.client-portfolio img {
    transform: scale(1.1);
    transition: all ease .3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    background: #202B50;
    color: white;
    border-radius: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #202B50;
    color: white;
}

/* animations  */
@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0px 0px 5px #fff);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0px 0px 5px #000);
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0px 0px 5px #fff);
    }
}



@keyframes ball {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
    }
}

@keyframes ball2 {
    0% {
        transform: translate(10px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

figure.bring-books {
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

figure.faqs-showcase {
    transition: all linear 1s;
    animation: ball2 2s linear infinite alternate;
}

.showcase-card p strong {
    display: block;
    text-transform: uppercase;
}


.showcase-cards-parent .showcase-card p strong {
    display: none;
}



/* popup */
.entry-right input {
    border-radius: 5px;
    height: 50px;
    padding-left: 20px;
    border: 2px solid #e3e3e3;
    box-shadow: none;
    background: #fafafa;
    margin: 5px 0;
    font-family: Poppins;
}

#popup_form .close {
    background-color: #000;
    color: #fff;
    border-radius: 23px;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 18px;
    z-index: 1;
    top: 18px;
    cursor: pointer;
    opacity: 1;
    font-size: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    /* box-shadow: 0 0 50px 0 #000; */
    position: relative;
    overflow: hidden;
    pointer-events: auto
}

.entry-box h1 {
    /* text-shadow: 0 5px 10px rgba(0, 0, 0, .35); */
    /* color: #fff; */
    /* font-size: 28px; */
    /* font-weight: 700; */
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* text-transform: uppercase; */
    /* line-height: 60px; */
}

.entry-box h1 span {
    color: #ffd800
}

.entry-left {
    text-align: center;
    background: #d50032;
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px;
    /* font-family: 'INTER'; */
    font-family: Poppins;
}

.entry-right .text {
    position: relative;
    margin: 15px 0 15px
}

.entry-right .text h2 {
    font-size: 30px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0;
    /* font-family: 'INTER'; */
    font-family: Poppins;
}

.entry-right .text h2 span {
    color: #d50032;
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #d50032;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.form-control.error {
    border-color: red !important
}

label.error {
     display: none !important; 
    font-size: 12px;
    color: red;
    text-align: start;
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff !important;
    color: #555 !important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}

.entery-submit {
    width: 60%;
    background: #d50032 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
    /* font-family: 'INTER'; */
    font-family: Poppins;
}

.entry-right a {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    background-color: #ffd800;
    border-radius: 50px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.entry-right p {
    color: #343434;
    font-size: 14px;
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

.banner-text-wrap {
    position: relative;
    z-index: 2;
}

.slider-wrap {
    position: absolute;
    right: 0;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-content {
    background: transparent;
    border: none;
}

.entry-right {
    padding: 0px 30px;
}

#popup_form .close {
    font-size: 26px;
    padding-bottom: 6px;
    width: 18px;
    height: 18px;
}

.no-marker {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

/*top header */

.top-header-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.office-time {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 0;
}

.office-time:before {
    background: #FFF;
    width: 1px;
    height: 14px;
    right: -45px;
    top: 8px;
    bottom: 0;
    content: "";
    position: absolute;
}

.office-time p {
    font-size: 14px;
}

.office-time p {
    color: white;
    margin: 0;
}

.top-header-parent {background: #202B50;width: 100%;justify-content: center;align-items: center;padding: 3px 0;}

.office-details {
    display: flex;
    align-items: center;
    gap: 90px;
    width: 100%;
    justify-content: center;
}

.office-time a {
    text-decoration: none;
}

.office-details .office-time:last-child:before {
    display: none;
}


header .parent-btns {
    margin: 0;
}
/*top header */

.iti.iti--allow-dropdown {
    width: 100%;
}

/*marquee */
.demo-text {
    align-items: center;
    gap: 100px;
    border-bottom: 2px solid #D6202E;
    padding: 0.7rem 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.marquee
 {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: marquee 50s linear infinite;
    animation: marquee 100s linear infinite;
    margin-bottom: 0;
}

.child-marquee {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
    margin: 0rem 3rem;
}

.child-marquee p {
    color: black;
    margin: 0;
}

.child-marquee span {
    width: 100%;
}



@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}
/*marquee */


    .iti.iti--allow-dropdown {
        margin-bottom: 10px;
    }
    
    .entry-right .form-group .iti.iti--allow-dropdown {
    margin: 0;
}