@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

:root {
    --primary-color: #004AAD;
    --secondary-color: #FFCF00;
    --black-color: #404146;
    --white-color: #ffffff;
}

body {
    color: var(--black-color);
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-sec {
    background-image: url('../images/hero-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    position: relative;
    z-index: 0;
    padding: 6rem 0 0;
    overflow: hidden;
    height: 650px;
}

header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 9;
}

.custom-btn {
    color: var(--black-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all ease-in-out 0.2s;
}

.yellow-btn {
    background: var(--secondary-color);
}

a {
    text-decoration: none;
}

.nav-link {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0 4px;
    padding: 6px 0px;
}

.heading-1 {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.hero-sec .custom-content {
    text-align: center;
}

p {
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: unset;
}

p.white {
    color: white;
}

span.yellow {
    color: var(--secondary-color);
}


.main-circle {
    background: white;
    width: 100%;
    height: 600px;
    border-radius: 502.969px;
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-top: 6rem;
    border-radius: 502.969px;
    gap: 1rem;
}

.rounded-parent {
    position: relative;
    z-index: 0;
    margin: auto;
    width: 600px;
    margin: auto;
    height: 600px;
}

.heading-2 {
    color: var(--black-color);
    font-family: Prompt;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.parent-btn {
    display: flex;
    gap: 2rem;
}

.outer-circle figure {
    display: inline-block;
    margin: 0;
    position: absolute;
}

.outer-circle figure:nth-child(01) {
    left: -130px;
    top: 225px;
}

.outer-circle figure:nth-child(02) {
    left: 0px;
    top: 80px;
}

.outer-circle figure:nth-child(03) {
    left: 236px;
    top: 40px;
}

.outer-circle figure:nth-child(04) {
    right: 0px;
    top: 80px;
}

.outer-circle figure:nth-child(05) {
    right: -130px;
    top: 230px;
}

.parent-hero-content p {
    width: 63%;
    margin: auto;
}

.tag {
    color: #404146;
    font-family: Prompt;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

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

figure.about-left-book img {
    width: 98%;
}


figure.about-left-book {
    position: relative;
    z-index: 0;
}

figure.about-left-book:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: var(--secondary-color);
    box-shadow: -1.589px -2.119px 3.708px 0 rgba(255, 255, 255, 0.15) inset;
    z-index: -1;
}



/* our services */
.our-services-sec {
    background: var(--primary-color);
    position: relative;
    z-index: 0;
}

.divided-headings {
    display: grid;
    align-items: center;
    gap: 5rem;
    grid-template-columns: 40% 53%;
}

.services-card {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 7%);
    position: relative;
    z-index: 0;
    text-align: center;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
}

.content-card {
    margin: 12px 0 0;
}

.content-card p {
    height: 115px;
    overflow-y: auto;
    margin: 0;
}

.ghostwriting-solutions-slider {
    height: 905px;
    padding: 0rem 0px 2rem;
}

section {
    position: relative;
    z-index: 0;
}

figure.top-dimand-ring {
    position: absolute;
    top: 20px;
    left: 20px;
}

.main-heading.centered {
    text-align: center;
    margin: 0 0 2rem;
}

.portfolio-grand-parent a {
    color: black;
}

.portfolio-grand-parent a .heading-3 {
    margin: 12px 0 2px;
}

.portfolio-parent img {
    width: 100%;
}

.satisfied-video-sec {
    background: #FFE0B3;
    background-image: url('../images/video-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

figure.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-parent {
    border-radius: 10px;
    background: #242E3D;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem 0 0;
}

h4.heading-2-1 {
    color: var(--white-color);
    font-family: Arial;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    text-transform: uppercase;
    margin: 0;
}

.cta-parent .custom-btn {
    white-space: nowrap;
}

.choice-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgb(0 0 0 / 4%);
    text-align: center;
    width: 212px;
    height: 181px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 20px;
}

.swiper.process-slider {
    padding: 15px 0;
}

figure {
    margin: 0 0 0;
}

.swiper-slide.first-heading-services .services-card {
    background: transparent;
    text-align: start;
    padding: 0;
    box-shadow: none;
}

.swiper-slide.first-heading-services .services-card .tag {
    width: 100%;
}

.tag.white-tag {
    color: white;
}

.swiper-slide.first-heading-services .services-card .content-card {
    margin: 0;
}

.swiper-slide.first-heading-services .services-card .content-card .heading-2 {
    margin: 0;
}

.our-services-sec:before {
    background-image: url('../images/yellow-bages.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 101.3%;
    width: 100%;
    position: absolute;
    content: "";
    top: -13px;
    left: 0;
    z-index: 0;
}

.radical:after {
    position: absolute;
    content: "";
    right: 100px;
    top: 100px;
    border-radius: 436px;
    background: #FFF;
    filter: blur(250px);
    width: 436px;
    height: 436px;
    z-index: -1;
}

figure.icons-generic {
    display: inline-block;
    border-radius: 5px;
    /* background: var(--primary-color); */
    /* width: 100px; */
    /* height: 95px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-bottom: 0;
}

.generic-card {
    text-align: center;
    position: relative;
    z-index: 0;
    height: 300px;
    padding: 15px 0px 0px;
    overflow: hidden;
    border-radius: 5px;
}

.generic-card:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url('../images/generic-bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.heading-3 {
    color: #404146;
    font-family: Prompt;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.generic-card p {
    height: 135px;
    margin: 0;
    overflow-x: auto;
    padding: 0 4px;
    margin: 0 8px;
}

section {
    position: relative;
    z-index: 0;
}

figure.top-yellow-layer {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.generic-card:after {
    background: var(--primary-color);
    width: 90px;
    height: 87px;
    content: "";
    position: absolute;
    top: 19px;
    left: -10px;
    right: 0;
    z-index: -1;
    margin: auto;
    border-radius: 5px;
}

.generic-card .heading-3 {
    margin: 16px 0 0;
}

.bottom-generic-heading {
    position: relative;
    z-index: 0;
    background: #FFCF01;
    text-align: start;
}

.bottom-generic-heading figure.arrow-generic {
    position: absolute;
    right: 16px;
    top: -16px;
}

.bottom-generic-heading .heading-3 {
    margin: 0;
    padding: 12px 20px 6px;
    line-height: normal;
    width: 100%;
}

.generic-card.active:after,
.generic-card:hover:after {
    display: none;
}

.generic-card.active:before,
.generic-card:hover:before {
    background-image: url('../images/generic-bg-2.webp');
}

.generic-card.active .generic-content,
.generic-card:hover .generic-content {
    opacity: 0;
    transition: all ease 0.5s;
    transform: translate(0px, 100px);
}

.parent-bottom-generic {
    opacity: 0;
    transition: all ease .5s;
    transform: translate(0px, 150px);
    height: 100%;
}

.generic-card.active .parent-bottom-generic,
.generic-card:hover .parent-bottom-generic {
    opacity: 1;
    transition: all ease .5s;
    transform: translate(0px, 0px);
}

.parent-bottom-generic a {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
}

figure.generic-book {
    height: 100%;
}

.generic-content {
    opacity: 1;
    transition: all ease 0.2s;
    /* transform: translate(0px, 0px); */
    position: absolute;
    top: 36px;
    /* height: 300px; */
}

.generic.active .generic-content,
.generic:hover .generic-content {
    opacity: 0;
    transition: all ease .2s;
    /* transform: translate(0px, 0px); */
}

.generic-card-slider {
    height: 660px;
    position: relative;
    z-index: 0;
    padding: 0rem 0px 1rem;
}

.generic-card-slider.swiper-grid-column>.swiper-wrapper {
    justify-content: center;
    flex-direction: row;
    align-items: baseline;
}


.process-sec {
    background: var(--primary-color);
}

.process-sec:before {
    background-image: url('../images/yellow-bages-process.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 101.3%;
    width: 100%;
    position: absolute;
    content: "";
    top: -12px;
    left: 0;
    z-index: -1;
}

.white {
    color: white;
}

.process-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 27px 25px;
    height: 510px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    border: 1px solid var(--secondary-color);
}

.process-card .heading-3 {
    margin: 10px 0 6px;
}

.process-sec.radical:after {
    left: 160px;
    top: 120px;
}

.our-process-slider {
    padding: 1rem 0 1rem;
}

span.for-numbers {
    background: #FFD003;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0rem 0 0rem;
    position: relative;
    z-index: 0;
    opacity: 1;
    transition: all ease 0.5s;
}

.our-process-slider .swiper-slide.active .for-numbers {
    opacity: 1;
    transition: all ease 0.5s;
}

.our-process-slider .swiper-slide:nth-child(odd) .for-numbers {
    margin-bottom: 1.5rem;
    left: 92px;
}

.our-process-slider .swiper-slide:nth-child(even) .for-numbers {
    margin-top: 1rem;
    left: 150px;
}

.our-process-slider .swiper-slide:nth-child(even) .process-card {
    margin-top: 7rem;
}

.our-process-slider .swiper-slide:nth-child(03) .for-numbers {
    left: 210px;
}

figure.process-string {
    position: absolute;
    left: 107px;
}

figure.process-string img {
    height: 690px;
    width: 1090px;
}

.our-process-slider .swiper-slide:nth-child(04) .for-numbers {
    left: 190px;
}

.our-process-slider .swiper-slide.active .for-numbers {
    background: #014BAD;
    color: white;
    box-shadow: 0 0 10px white;
}

.process-card p {
    height: 200px;
    overflow-y: auto;
}


/* why-choice-us css */
.why-choice-us-slider {
    height: 577px;
    padding: 2rem 1rem 0rem 1rem;
}

.why-choice-us-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 9.7px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 14px 20px;
    height: 240px;
}

figure.why-icon {
    position: relative;
    margin-top: -48px;
    margin-bottom: 10px;
    margin-left: -29px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 3px 6px 5.7px 0px rgba(0, 0, 0, 0.25);
    display: inline-flex;
    padding: 8px 10px;
}

.why-choice-us-card p {
    margin: 0;
    height: 112px;
    overflow-y: auto;
}

figure.why-choice-us-layer {
    position: absolute;
    top: 0;
    left: 0;
}


/* why-choice-us css */

/* cta-banner css */
.cta-banner {
    background: var(--primary-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.yellow-cta-bar {
    position: absolute;
    top: -10px;
    left: -120px;
    z-index: -1;
}

.parent-cta-img {
    position: relative;
    z-index: 0;
    height: 407px;
}

figure.hand-book {
    position: absolute;
    bottom: 0px;
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

@keyframes ball2 {
    0% {
        transform: translate(-30px, 0px);
        /* filter: drop-shadow(2px 4px 6px #0000) saturate(1.3); */
    }

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

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* cta-banner css */



/* faqs-sec css */
.faqs-sec {
    background: #FFE0B3;
}

.accordion-item:first-of-type .accordion-button {
    padding-top: 0;
}

.accordion-item:last-of-type .accordion-button {
    padding-bottom: 0;
}


.accordion-item:last-of-type .accordion-body {
    padding-top: 1rem;
}

.faq-cta-img img {
    width: 100%;
}

.faq-parent {
    border-radius: 10px;
    border: 0px solid #242E3D;
    overflow: auto;
    padding: 40px;
    display: grid;
    grid-template-columns: 65%;
    width: 95%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.accordion-button {
    color: #404146;
    font-family: 'Prompt';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 0px solid black;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid black;
}

.accordion-button:not(.collapsed) {
    color: #404146;
    box-shadow: none;
    background-color: transparent;
}

.accordion-body {
    padding: 0px 0 20px;
    border-bottom: 0px solid #232F3E;
    color: #242E3D;
    font-family: 'Prompt';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

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

.accordion-item:last-of-type {
    border: 0;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-body {
    padding-bottom: 0;
}

.parent-faq-right {
    position: absolute;
    right: 0px;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: inline-block;
    justify-content: end;
    top: 38px;
    width: 460px;
    height: 460px;
    bottom: 0;
    animation: scroll-down 4s linear infinite;
}

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

.parent-faq-right img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.accordion-button::after {
    background-image: url('../images/faq-arrow.webp') !important;
    background-size: 100%;
    width: 40px;
    height: 40px;
    filter: none !important;
}

/* faq css */


/* review slider  */
.client-details span {
    color: #404146;
}

span.client-name {
    font-weight: 600;
    font-size: 28px;
}

span.client-role {
    font-size: 16px;
}

.client-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.reviews-sec-parent {
    position: relative;
    z-index: 0;
    padding: 0px 0rem 0rem 0rem;
    width: 100%;
}

.review-slider-2-parent {
    width: 100%;
    top: 0;
    right: 0px;
    left: 0;
    height: 240px;
    transform: rotate(0deg);
    width: 100%;
    margin: auto;
}

.review-slider-2-parent figure.client-pictures {
    transform: rotate(0deg);
    border: 2px solid transparent;
    border-radius: 212px;
    width: 78px;
    display: inline-flex;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide {
    transform: translate(0px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(01) {
    transform: translate(10px, 0px);
    z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(02) {
    transform: translate(10px, 30px);
    z-index: -1;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(03) {
    transform: translate(10px, 60px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(04) {
    transform: translate(80px, 140px) scale(1.9);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(-120px, 0px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(05) {
    transform: translate(80px, 60px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(06) {
    transform: translate(80px, 30px);
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure.client-pictures {
    border-color: var(--secondary-color) !important;
    z-index: 999;
}

.review-slider-2-parent .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    z-index: 999;
}

.review-slider-2-parent {
    width: 100%;
    margin-right: 5rem;
}

.review-slider-child p {
    margin: 0rem 0;
    width: 100%;
    text-align: center;
}

.parent-slider-navbar {
    position: relative;
    z-index: 9999;
    top: -60px;
    left: -10px;
    width: 210px;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 50px;
    text-align: start;
}

.parent-slider-navbar:is(.swiper-button-next, .swiper-button-prev) {
    border: 2px solid white;
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

span.swiper-pagination-current {
    color: var(--white-color);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

span.swiper-pagination-total {
    color: #F90;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.swiper-pagination-fraction {
    color: #F90;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    z-index: -1;
}

.reviews-sec {
    background: var(--primary-color);
}


.review-slider-2-parent .swiper-wrapper .swiper-slide:nth-child(07) {
    transform: translate(60px, 0px);
}

.reviews-slider-2 {
    height: 200px;
}


.reviews-slider-2 .swiper-free-mode>.swiper-wrapper {
    justify-content: center;
}

.review-slider-child {
    background: white;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px 70px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}


/* review slider  */

/* bottom-cta-bottom */
figure.bottom-cta-bottom {
    position: absolute;
    bottom: 0;
    left: 0%;
    z-index: -1;
    transition: all linear 1s;
    animation: ball2 6s linear infinite alternate;
}

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

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

@keyframes ball1 {
    0% {
        transform: translate(-200px, 0px);
    }

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

figure.bottom-cta-top {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: -1;
    transition: all linear 1s;
    animation: ball1 6s linear infinite alternate;
}

.bottom-cta-banner p {
    width: 70%;
    margin: auto;
}

.faq-sec.py {
    padding-bottom: 9rem;
}

.bottom-cta-banner .parent-btn {
    justify-content: center;
    margin: 1.5rem 0 0;
}

footer {
    background: #000000F2;
    padding: 4rem 0 0;
}

.bottom-footer {
    border-top: 1px solid white;
    margin: 4rem 0 0;
    padding: 1rem 0;
}

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

.parent-bottom-footer p {
    color: white;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

.parent-bottom-footer ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

ul.footer-anchar-list {
    list-style: disc;
    color: white;
    padding: 0 18px 0px;
}

.footer-link-parent ul li a {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

.parent-bottom-footer ul li a {
    color: white;
    color: var(--white-color);
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: capitalize;
}

h6.footer-link-child {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

figure.footr-logo {
    margin: 0 0 1.5rem;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list {
    list-style: none;
    padding: 0;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li.bolded a {
    color: var(--white-color);
    font-family: Prompt;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

ul.footer-anchar-list li {
    margin: 0 0 8px;
}

/* bottom-cta-bottom */

/* inner-banner css */

.inner-banner {
    background-image: url('../images/inner-banner.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12rem 0 8rem;
}

.inner-banner .heading-1 {
    text-align: center;
}

.inner-services-sec.our-services-sec .ghostwriting-solutions-slider {
    height: 450px;
}


.ghostwriting-solutions-slider-inner {
    height: 590px;
    padding: 0 0 1rem;
}

.inner-services-sec.our-services-sec::before {
    display: none;
}

/* inner-banner css */




/* menu css */
header#header.fixed {
    position: fixed;
    top: 10px;
    transition: all ease-in-out .7s;
}

header#header.fixed nav.navbar {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 5px 10px;
}

header#header.fixed nav.navbar .nav-link.active {
    color: black;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

figure.amazon-box img {
    animation: movebounce 10s linear infinite;
}

figure.current-layer img {
    animation: 2s linear infinite bf-animate;
}

.loud-speaker img {
    animation: 1s linear infinite bf-animate;
}

/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 72px;
    background: var(--secondary-color);
    padding: 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--primary-color);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .dropdown .nav-link {
    width: 100%;
    text-align: start;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    color: black;
    /* font-family: Inter; */
    font-style: normal;
    font-weight: 400;
    font-family: Prompt;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-color: var(--primary-color);
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
}

header .dropdown-item {
    border: 1px solid var(--black-color);
    margin: 4px auto;
    padding: 8px 0;
}

header#header.fixed .navbar-toggler {
    border-color: white;
    filter: brightness(0) invert(1);
}

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

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: var(--primary-color);
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: var(--primary-color);
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

/* menu */

p.for-booking a:hover {
    filter: brightness(1.2);
}

.faq-parent.accordion .accordion-item:hover {
    background: var(--primary-color)36;
}

.accordion-button:hover {
    color: var(--primary-color);
}

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

.accordion-button:hover:before {
    filter: brightness(4.5) invert(1);
}

header#header.fixed nav.navbar .custom-btn.orange-btn:hover {
    color: #000000;
}

.nav-link.active,
.nav-link:hover,
.nav-link:focus,
.nav-link:hover {
    background: var(--secondary-color);
    box-shadow: none;
    outline: 0;
}

header#header.fixed .navbar-nav .dropdown-menu {
    background: var(--primary-color);
}

header#header.fixed .dropdown-item {
    color: white;
    border-color: white;
}

header#header.fixed .dropdown-item:focus,
header#header.fixed .dropdown-item:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    border-color: var(--secondary-color);
}


/* menu css */

.typed-text {
    color: var(--secondary-color);
}

.cursor {
    display: inline-block;
    width: 4px;
    margin-left: 4px;
    background: var(--secondary-color);
}

.cursor.blink {
    animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        background: var(--secondary-color);
    }

    40%,
    50% {
        background: transparent;
    }
}

.yellow-btn:hover {
    background: var(--primary-color);
    color: white;
    box-shadow: 0 0 10px white;
    transition: all ease-in-out 0.2s;
}

.yellow-btn:hover img {
    filter: brightness(0) invert(1);
    width: 100;
}

.process-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    content: "";
    background: var(--secondary-color);
    transition: all ease-in-out 0.2s;
    z-index: -1;
    opacity: 0;
}

.our-process-slider .swiper-slide.active .process-card:before {
    height: 100%;
    transition: all ease-in-out 0.2s;
    opacity: 1;
}

.our-process-slider .swiper-slide.active .yellow-btn {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.our-process-slider .swiper-slide.active .process-card {
    border-color: white;
}


/* privacy policy */

ul.list-item li {
    color: var(--black-color);
    font-style: normal;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.about-hero.privacy-policy ul.list-item li {
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

ul.list-item {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    width: 100%;
    list-style: none;
    list-style-image: url('../images/list-item-arrow.webp');
    background-repeat: no-repeat;
    margin-bottom: 16px;
    height: auto;
    overflow-y: auto;
    margin: 0;
    list-style-position: inside;
}

.about-hero.privacy-policy ul.list-item li a {
    color: var(--black-color);
}

/* privacy policy */