*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
     font-family: "Poppins", sans-serif;
}

:root{
    --primary-color: #212529;
    --secondry-color: #E15712;
    --white-color: #FFFFFF;
    --green-color: #003028;
    --black-color: #000;
     --regular: 400;
    --light: 300;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --light-color: 248, 248, 255;
    --dark-color: 22, 25, 37;
}
.bg-box, .cta, .drop-down-cont, .last-form, .platform, .service-icon, .service-image {
    overflow: hidden;
}
/* font-family: "Besley", serif; */

/* home-css */
.book-consultant a{
    background-color: var(--secondry-color);
    color: var(--white-color);
    width: 260px;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px 8px 20px;
    font-size: 18px;
   font-weight: var(--bold);
   line-height: 27px;
}
.arrow {
    background-color: var(--green-color);
    border-radius: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call-now-btn a{
    background-color: transparent;
    border: 2px solid var(--green-color);
    color: var(--primary-color);
}
.about-content h2{
    color: var(--primary-color);
    font-size: 60px;
    line-height: 72px;
    font-weight: var(--extrabold);
}
.about-content p{
    font-size: 18px;
    line-height: 27px;
    color: var(--primary-color);
}
.about-content h6 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
}
/* published-author-section */
.publishing-author{
    padding: 100px 0;
}
.main-hed h2{
    font-size: 60px;
    color: var(--primary-color);
    line-height: 72px;
    font-weight: var(--extrabold);
    text-transform: uppercase;
}
.main-hed h2 span{
    color: var(--secondry-color);
}
.author-box{
    background-color: var(--primary-color);
    border-top: 20px solid var(--secondry-color);
    border-radius: 15px;
    padding-bottom: 30px;

}
.author-box img {
    width: 100%;
}
.custom-container-width{
     width: 100%;
  padding-left: 196px;
  padding-right: 196px;
  box-sizing: border-box;
}
.author-box img {
    width: 80%;
    margin: auto;
    display: block;
    margin-top: -11rem;
}
.author-box h3{
    font-size: 25px;
    font-weight: var(--semibold);
    color: var(--white-color);
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 20px;
}
.margin-author{
    margin-top: 13rem;
}
.cta-section {
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    /* padding: 80px 0; */
        position: relative;
    height: 346px;
}
.cta-content h2{
    font-size: 40px;
    line-height: 45px;
    color: var(--white-color);
    font-weight: var(--semibold);
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cta-content p{
    font-size: 18px;
    line-height: 27px;
    color: var(--white-color);
    font-weight: var(--regular);
        margin-bottom: 2rem;
}

.cta-section .call-now-btn a,
.next-cta .call-now-btn a,
.hero-banner .call-now-btn a,
.about-her-banner-book-wditing .call-now-btn a {
    border-color: var(--white-color);
    color: var(--white-color);
}



.cta-section .call-now-btn .arrow,
.next-cta .call-now-btn .arrow,
.hero-banner .call-now-btn .arrow,
.about-her-banner-book-wditing .call-now-btn .arrow{
    background-color: var(--secondry-color);
}
/* .about-content p{
    width: 90%;
} */
.next-cta{
background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    position: relative;
    height: 346px;
    display: flex;
    align-items: center;
}
.hero-banner{
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    padding: 50px 0;
}
.banner-content h1{
    color: var(--white-color);
    font-size: 60px;
    font-weight: var(--regular);
    line-height: 80px;
    text-transform: uppercase;
}
.banner-content h1 span {
    background-color: var(--secondry-color);
    border-radius: 10px;
    padding: 0 13px;
    font-weight: var(--bold);
}
.banner-content p{
    color: var(--white-color);
    font-size: 17px;
    font-weight: var(--regular);
    line-height: 25.5px;
}
.form-bg {
    background: #fff;
    border: 1px solid var(--secondry-color);
    border-radius: 10px;
    padding: 30px ;
}
.checklist-form{
    display: flex;
    flex-wrap: wrap;
}
.checklist-form li{
    width: 50%;
}
.form-bg h3{
    color: var(--black-color);
    font-size: 20px;
    font-weight: var(--medium);
}
.form-group select{
    background-color: transparent;
    border: 1px solid var(--black-color);
    border-radius: 8px;
   height: 45px;
    padding: 0px 20px;
}
.form-group .form-control{
    font-size: 16px;
    color: var(--black-color);
    outline: none;
}
.looking-service h4{
   color: var(--black-color);
    font-size: 20px;
    font-weight: var(--medium);  
}
.checklist-form .form-check-label{
    font-size: 15px;
    font-weight: var(--regular);
    color: var(--black-color);
    padding-left: 8px;
}
.form-check input{
    border: 1px solid var(--black-color);
    width: 19px;
    height: 19px;
    border-radius: 4px;
    margin-right: 5px;
}
.checklist-form li{
    padding-bottom: 5px;
}
.form-input input{
    border: none;
    border-bottom: 1px solid var(--black-color);
    border-radius: 0;
    padding-left: 0;
}
.form-group .form-control::placeholder{
    color: var(--black-color); 
}
.submit-btn button{
    width: 100%;
    border: none;
    background-color: var(--secondry-color);
    border-radius: 10px;
    font-size: 18px;
    font-weight: var(--bold);
    line-height: 27px;
    color: var(--white-color);
    padding: 15px 0;
}
.form-group .form-control:focus{
    box-shadow: inherit;
    border-color: var(--black-color);
}
.home-about-sec {
    padding: 100px 0;
}
.see-stories{
    padding: 100px 0;
}
.card-published {
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    /* border-radius: 25px; */
    padding: 15px;
     width: 90% !important;
}
.wraper h3 {
    font-size: 40px;
    color: var(--white-color);
}
.wraper p{
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  height: 120px;
}
.card-published:before {
    position: absolute;
    content: "";
    background-image: url("../images/story-book-cover.png");
    top: 0;
    z-index: 99999999;
   right: -40px;
    width: 307px;
    height: 381px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wraper
 {
    width: 50%;
    text-align: left;
    margin-right: auto;
}
.beverely-portfolio {
    padding: 120px 0px 100px 0px;
    background-image: url("../images/shelf-publishing-bg.png");
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.services {
    position: relative;
    padding: 100px 0;
}
.services-box h3{
    font-size: 30px;
    font-weight: var(--bold);
    color: var(--primary-color);
    line-height: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.large-icon h2{
background: linear-gradient(
        90deg,
        #0E1917 0%,
        #2E7063 55%,
        #0E1917 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 130px;
    font-weight: var(--bold);
    line-height: 115px;
    font-family: "Besley", serif;
       margin-bottom: 0;
}
.large-icon p,
.services-box p{
    font-size: 16px;
    line-height: 23px;
    font-weight: var(--regular);
    color: var(--primary-color);
    margin-bottom: 0;
}
.get-started a{
    background-color: var(--secondry-color);
    border-radius: 10px;
    font-size: 14px;
    font-weight: var(--bold);
    line-height: 27px;
    color: var(--white-color);
    width: 188px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-box-img img {
    width: 85%;
    margin: auto;
    display: block;
}
.border-line{
border-right: 1px solid #33334E;
}
.border-left{
 border-left: 1px solid #33334E;   
}
footer.footer-bg {
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    padding: 40px 0;
}
.footer-bg p {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    width: 80%;
    padding-top: 31px;
}
.footer-bg h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}
.footer-bg ul li a{
    font-size: 18px;
    font-weight: var(--regular);
    line-height: 27px;
    color: var(--white-color);
}
.footer-bg ul li{
    padding-bottom: 8px;
}
.faqs{
    background-image: url("../images/faq-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.accordion-button{
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    border-radius: 10px;
    color: var(--white-color);
}
.accordion-item {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
    border-radius: 10px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
       border-radius: 4.91px;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: 0px 24.56px 32.74px -14.73px rgba(149, 149, 149, 0.25); 
}
.accordion-button:focus{
    box-shadow: inherit;
}
.accordion-body {
    background: var(--white-color);
    margin-top: 0px;
    border: 3px solid var(--green-color);
    font-size: 16px;
    font-weight: var(--regular);
    color: #939393;
    border-radius: 10px;
    line-height: 24px;
    margin-top: 13px;
}
.accordion-item{
    background-color: transparent;
}
.accordion-item{
    border: none;
}
.accordion-button{
    font-size: 14px;
    color: var(--white-color);
    font-weight: var(--semibold);
    line-height: 21px;
}
.accordion-button:not(.collapsed){
    color: var(--white-color);
}
.accordion-button::after {
    filter: invert(1);
}
.testimonials{
    padding: 100px 0;
}

/* .step-box {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Arial, sans-serif;
}

.step-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.step-text p {
    margin: 0;
    max-width: 260px;
    font-size: 14px;
    line-height: 1.5;
}
.step-number {
    width: 180px;
    height: 210px;
    background: #e65100;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    clip-path: polygon(
        0 0, 
        70% 0, 
        100% 50%, 
        70% 100%, 
        0 100%
    );
}

.step-number span {
    position: relative;
    z-index: 2;
} */
.process{
    background-image: url("../images/shelf-publishing-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
 
}
/* .card-process{
    position: relative;
    padding-top: 45px;
    padding-left: 24px;
    z-index: 9999999;
} */
/* .wrap::before{
    content: "";
    position: absolute;
    background-image: url("../images/Vector11.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 325px;
    z-index: 3;
} */
 .card-process h3{
    font-size: 19.2px;
    font-weight: var(--extrabold);
    color: var(--primary-color);
    line-height: 30px;
    position: relative;

}
.card-process p{
    font-size: 14px;
    font-weight: var(--regular);
    color: var(--primary-color);
    line-height: 20px;
    position: relative;
    width: 60%;
    margin-bottom: 0;
}
.card-process span {
    position: absolute;
    right: 1.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 63.4px;
    font-size: 63.4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: 700;
}
.left-side-bookcover {
    position: absolute;
    left: 15px;
    top: -51px;
}
.right-side-bookcover {
    position: absolute;
    right: 25px;
    top: -27px;
}
html,body{
    overflow-x: hidden;
}
/* .step-number {
    width: 180px;
    height: 214px;
    background-image: url(../images/Vector-2.png);
    color: #fff;
    font-size: 63.4px;
    line-height: 63.4px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 3rem;
    top: 4rem;
    padding-left: 29px;
}
.wrap {
    position: relative;
} */


/* .step-number span {
    position: relative;
    z-index: 99999999999;
}  */
  .card-process{
  background: url("../images/process-r-box.png")
    center/cover no-repeat;
        display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-left: 15px;
    position: relative;
       padding: 2rem 23px;
          width: 90%;
  }
.shelf-bg {
    background-image: url("../images/shelf-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slick-slider.reverse-slider {
    transform: rotate(180deg);
}

.slick-slider.reverse-slider .slick-slide {
    transform: rotate(180deg); /* Rotate content back to normal orientation */
}

/* Optional: Additional styles for content within slides if needed */
.slick-slide h3 {
    text-align: center;
    padding: 10px 0;}
.up-word-box{
background-color: #F9F9F9;
border-radius: 24px;
border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    margin-bottom: 25px;
}
.up-word-box p{
    color: #33334E;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: var(--regular);
}
.client-detail h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20.4px;
    color: #262B37;
    margin-bottom: 0;
    text-align: left;
}
.small-s {
    font-size: 13px !important;
    color: #33334E !important;
    line-height: 19.5px !important;
    font-weight: 400 !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

/* .navigation {
    position: relative;
}
.navigation ul {
    transition: .2s all;
    box-shadow: 0 0 5px #212529;
    position: absolute;
    top: 100%;
    width: 300px;
    left: -50%;
    background-color: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
} */
.list-item li a {
    color: #666666;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 23.8px;
    text-transform: uppercase;
}
.header {
    padding: 15px 0;
}
.btn-whole-brand a{
    background-color: var(--secondry-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 12px 30px;
}
.whychoose .row {
    background: linear-gradient(90deg, #0E1917 0%, #003028 100%);
    border-radius: 49px;
    padding: 60px 0 0 0;
}
.whychhose-img {
    position: relative;
    bottom: -29px;
    z-index: 99999;
}
.whychoose {
    padding-bottom: 130px;
}
/* about-page-css */
.about-her-banner{
    background-image: url("../images/about-inner-page-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 482px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-content-banner h2{
    color: var(--white-color);
    font-size: 60px;
    line-height: 72px;
    font-weight: var(--bold);
    text-transform: uppercase;
}
.about-content-banner h2 span{
    color: var(--secondry-color);
}
.about-content-banner p{
    color: var(--white-color);
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--regular);
}
.lion-press-info{
    padding: 100px 0;
}
.wraper h3{
    text-align: left;
}
.view-re {
    flex-direction: row-reverse;
}
.drop-down-cont {
    position: absolute;
    width: 100%;
   max-height: 0;
    transition: max-height .8s ease-in;
    right: 0;
    left: 0;
    top: 100%;
     box-shadow: 0px 13px 36px 0px rgba(22,25,37,0.5);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: 110% 200px!important;
    z-index: 9999999999;
    border-radius: 25px
}

.drop-down:hover .drop-down-cont {
    transition: max-height .8s ease-out;
    max-height: 140vh;
}

.drop-down-cont ul li {
    margin-right: 0;
    display: block
}

.drop-down-cont ul li a {
    font-size: 16px!important;
    color: #161925;
}

.bg-1, .iti__country, .number, span.line {
     background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
}
.bg-l {
    background: rgba(var(--light-color), 1);
}
.f-24 {
    font-size: 24px;
    font-weight: var(--bold);
}
.clr-1 span{
    background-color: var(--secondry-color);
    color: var(--white-color);
}
.sensation-p{
    font-size: 19px;
    font-weight: var(--regular);
}
.clr-1 {
    color: var(--secondry-color) !important;
    font-weight: var(--bold) !important;
}
.whychhose-img img {
    width: 100%;
    height: auto;
}
/* service-page-css */
.about-her-banner-book-wditing{
     background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    padding: 50px 0;
}
.about-content-banner-book-editing h2{
    font-size: 60px;
    font-weight: var(--semibold);
    line-height: 72px;
    color: var(--white-color);
    text-transform: uppercase;
}
.about-content-banner-book-editing h2 span{
    background-color: var(--secondry-color);
        border-radius: 10px;
    padding: 0 13px;
}
.about-content-banner-book-editing p{
    font-size: 18px;
    line-height: 27px;
    color: var(--white-color);
    font-weight: var(--regular);

}
.info-img img {
    width: 100%;
}
.margintop{
    margin-top: 5rem;
}
.lion-press-info .about-content p{
    font-size: 18px;
    line-height: 27px;
    color: var(--primary-color);
    text-align: justify;
}
.process-para {
     font-size: 18px;
    line-height: 27px;
    color: var(--primary-color);
}
.logo a img{
    width: 100%;
}
.bar-btn {
    display: none;
}
.cross-btn {
    display: none;
}
.hover1 a{
    border: 2px solid var(--secondry-color);
}
.hover1:hover a{
    background-color: transparent;
}
.hover1:hover .arrow{
    background-color: var(--secondry-color);
}
.hover2:hover a{
    background-color: var(--secondry-color);
}
.hover2:hover .arrow{
    background-color: var(--green-color);
}

.home-about-sec .hover1:hover a{
    color: var(--green-color);
}

.home-about-sec .hover2:hover a{
    color: var(--white-color);
}

.get-started:hover a{
        background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
}
.btn-whole-brand:hover a{
        background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);   
}
.lion-press-info .hover1:hover a{
      color: var(--green-color); 
}
.lion-press-info .hover2:hover a{
   color: var(--white-color)
}
.submit-btn:hover button{
        background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
}
/* contact-page-css */
.contact-banner{
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%); 
}
.contact-banner {
    background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
    min-height: auto !important;
    padding: 80px 0;
}
.heading .h4 {
    font-size: calc(15px + (30 - 15) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    margin-bottom: 10px;
}
.cl-iPrimary{
    color: var(--secondry-color);
}
.heading p{
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 20px;
}
.contact-form .form-control{
        font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000;
    background-color: transparent;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    height: 45px;
    text-align: left;
    transition: all .35s 
ease;
    box-shadow: 0 1px 2px #0000000d;
}
.contact-form textarea {
    height: 96px !important;
    resize: none;
}
.location-sec iframe {
    width: 100%;
}
@media(max-width:1800px){
    .custom-container-width {
    padding-left: 140px;
    padding-right: 140px;
}
.banner-content h1 {
    font-size: 55px;
    line-height: 77px;
    text-transform: uppercase;
}
.main-hed h2 {
    font-size: 50px;
}
.large-icon h2 {
    font-size: 120px;
}
.card-published:before {
    width: 250px;
}
.gap-middle .book-consultant a{
    width: max-content;
}
.gap-middle .arrow {
    width: 40px;
    height: 40px;
    margin-left: 9px;
    padding: 8px 12px 8px 12px;
}
.wraper {
    width: 56%;

}
.slider-img img {
    width: 95%;
    margin: auto;
}
/* service-css */
.about-content-banner-book-editing h2 {
    font-size: 50px;
}
.margintop {
    margin-top: 7rem;
}
.lion-press-info .main-hed h2{
line-height: 65px;
}
.cta-content.text-center {
    width: 60%;
    margin: auto;
}
.about-her-banner {
    background-position: right;
}
/* .wrap::before {
    width: 280px;
    background-position: top;
} */
/* .step-number {
    right: 0rem;
    top: 4rem;
    padding-left: 44px;
} */
}

@media(max-width:1440px){
        .custom-container-width {
        padding-left: 90px;
        padding-right: 90px;
    }
        .banner-content h1 {
        font-size: 50px;
    }
    .cta-content h2 {
    font-size: 35px;
}

.large-icon p, .services-box p {
    font-size: 14px;
}
    .card-published:before {
        width: 241px;
        height: 321px;
        right: -37px;
    }
.wraper {
        width: 65%;
    }
    .wraper p {
        width: 80%;
        margin-right: auto;
    }
  .left-side-bookcover img {
    width: 85%;
}
.left-side-bookcover {
    top: -13px;
}
.right-side-bookcover img {
    width: 85%;
  
}
.right-side-bookcover {
    position: absolute;
     right: -20px;
    top: -8px;
}
.card-process {
margin: inherit;
    width: 95%;
}
.card-process span {
    right: 2vw;
    font-size: 46.4px;
}
.about-her-banner {
    background-position: right;
}
}
@media(max-width:1399px){
    .looking-service h4 {
    font-size: 18px;
}
    .main-hed h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .cta-section {
    height: 375px;
}
.wraper h3 {
    font-size: 30px;
}
.card-published:before {
        width: 221px;
        height: 307px;
    }
    .wraper p {
        width: 85%;
    }
    .small-s {
    font-size: 11px !important;
}
/* service-css */
.about-content-banner-book-editing h2 {
        font-size: 45px;
    }
        .lion-press-info .main-hed h2 {
        line-height: 55px;
    }
        .large-icon p, .services-box p {
        font-size: 13px;
    }
}
@media(max-width:1280px){
        .banner-content h1 {
        font-size: 40px;
        line-height: 70px;
    }
        .looking-service h4 {
        font-size: 16px;
    }
    .author-box h3 {
    font-size: 20px;
    line-height: 30px;
}
    .cta-content h2 {
        font-size: 30px;
    }
        .large-icon h2 {
        font-size: 88px;
    }
    .services-box h3 {
    font-size: 28px;
    line-height: 36px;
}
.wraper {
        width: 70%;
    }
    .wraper p {
        width: 75%;
        font-size: 14px;
    }
    .faqs .main-hed p br{
        display: none;
    }
    .left-side-bookcover img {
    width: 212px;
    top: 27px;
}
  .right-side-bookcover img {
    width: 212px;
}
.right-side-bookcover {
        top: 30px;
        right: 22px;
    }
.left-side-bookcover {
  top: 30px;
}
.cta-content.text-center {
    width: 60%;
    margin: auto;
}
    .card-process {
        background-position: right;
    }
}
@media(max-width:1199px){
        .custom-container-width {
        padding-left: 45px;
        padding-right: 45px;
    }
        .banner-content h1 {
        font-size: 36px;
        line-height: 60px;
    }
    .book-consultant a {
    width: 215px;
    padding: 8px 12px 8px 10px;
    font-size: 15px;
}
.looking-service h4 {
        font-size: 14px;
    }
    .form-bg {
    padding: 30px 15px;
}
.checklist-form .form-check-label {
    font-size: 13px;
    padding-left: 0px;
}
.form-check input {
    width: 15px;
    height: 15px;
}
    .main-hed h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .author-box img {
    margin-top: -8rem;
}
.margin-author {
    margin-top: 10rem;
}
.cta-content h2{
        font-size: 27px;
    }
    
       
        .card-published:before {
        width: 182px;
        height: 288px;
        right: -29px;
    }
        .wraper {
        width: 76%;
    }
 
.mt-5 {
    margin-top: 3rem !important;
}
.cta-content p br {
    display: none;
}
.up-word-box {
    padding: 30px 20px;
}
.footer-bg ul li a {
    font-size: 14px;
}
.about-content p {
    font-size: 16px;
}
.about-content-banner-book-editing h2 {
        font-size: 37px;
        line-height: 60px;
    }
        .lion-press-info .main-hed h2 {
        line-height: 45px;
    }
    .card-process p {
    width: 70%;
}
.card-process {
    background-position: top;
}
    .about-her-banner {
        background-position: bottom;
    }
}
@media(max-width:991px){
    .banner-content {
    text-align: center;
}
.cta-btns {
    justify-content: center;
    margin-bottom: 23px;
}
.about-content {
    text-align: center;
    margin-top: 40px;
}
.home-about-sec .cta-btns{
    margin-bottom: 0;
}
.main-hed h2 {
        font-size: 32px;
    }
    .margin-tab {
    margin-bottom: 10rem;
}
.cta-content {
    text-align: center;
}
   
    .service-box-img img {
    display: none;
}
.order6{
    order: 6;
}
   
    .testimonial-img img{
        display: none;
    }
    .about-content-banner-book-editing {
    text-align: center;
}
.tab-center {
    justify-content: center;
}
.margintop .tab-center{
    margin-bottom: 2.5rem;
}
.lion-press-info .about-content p {
    text-align: center;
}
.right-side-bookcover,
.left-side-bookcover {
    display: none;
}
    .cta-content h2 {
        font-size: 25px;
    }
    .next-cta {
    height: auto;
    padding: 50px 0;
}
.tab-alignment .about-content{
    margin-top: 0;
}
.tab-alignment .tab-center{
    margin-bottom: 25px;
}
.margintop {
        margin-top: 5rem;
    }
        .cta-content.text-center {
        width: 100%;
        margin: auto;
    }
         .card-process {
        background-position: center;
        margin-bottom: 30px;
    }
    .card-process span {
        right: 4vw;
    }
     .drop-down-cont {
    max-height: 0;  /* mobile default collapsed */
    overflow: hidden;
  }
      .nav-btns {
        background-image: linear-gradient(90deg, #0e1917 0%, #103b34 29%, #2e7063 53%, #1d423b 76%, #0e1917 100%);
        position: fixed;
        width: 100%;
        height: 100vh;
        overflow: auto;
        top: 0;
        left: 1000px;
        transition: all 0.5s 
        ease-in-out;
       z-index: 9999999999;
    }
    .bar-btn i {
    background-color: var(--green-color);
    color: var(--white-color);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .nav-btns.active {
    left: 0;
}
ul.list-item {
    flex-direction: column;
    gap: 1rem !important;
    height: 50vh;
    align-items: baseline;
    justify-content: center;
}
ul.list-item li a{
    color: var(--white-color);
}
.drop-down-cont{
    top: inherit;
}
.list-unstyled li a{
    color: var(--primary-color) !important;
}
.drop-down-cont {
    border-radius: 10px;
}
.logo a img {
    width: 85%;
}
.cross-btn{
    display: flex;
    justify-content: end;
    margin-top: 15px;
    margin-right: 15px;
}
    
        .cross-btn i {
        background-color: var(--secondry-color);
        color: var(--white-color);
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    footer.footer-bg {
    padding: 40px 10px;
}
.bar-btn {
    display: block;
}
.mbl-none{
    display: none !important;
}
.heading {
    text-align: center;
}
.location-sec {
    margin-top: 50px;
}
}
@media(max-width:767px){
        .custom-container-width {
        padding-left: 10px;
        padding-right: 10px;
    }
        .banner-content h1 {
        font-size: 30px;
        line-height: 50px;
    }
    .cta-btns {
        flex-direction: column;
        align-items: center;
    }
        .checklist-form .form-check-label {
        font-size: 12px;
    }
    .form-group .form-control{
    font-size: 13px;
    padding: 0px 10px;
}
.home-about-sec
 {
    padding: 60px 0;
}
.main-hed h2{
        font-size: 30px;
        line-height: 40px;
    }
        .about-content p {
        font-size: 14px;
        line-height: 25px;
    }
    .author-box {
    width: 80%;
    margin: auto;
}
.author-box {
    margin-bottom: 10rem;
}
.publishing-author {
    padding: 60px 0;
}
.bottom-zero {
    margin-bottom: 0;
}
.services {
    padding: 60px 0;
}
.service-box-img {
    margin-top: 0 !important;
}
.border-left {
    margin-top: 3rem;
}
.see-stories {
    padding: 60px 0;
}
.main-hed h2 br{
    display: none;
}
.shelf-bg{
    padding-bottom: 60px;
}
.beverely-portfolio {
    padding: 60px 0px 0px 0px;
}
.testimonials {
    padding: 60px 0;
}
.slick-slider.reverse-slider {
    transform: rotate(0);
}

.slick-slider.reverse-slider .slick-slide {
    transform: rotate(0); /* Rotate content back to normal orientation */
}
.faqs {
    padding: 60px 0;
}
.ftr-1 a img {
    width: 86%;
}
.footer-bg p {
    width: 100%;
}
.footer-bg h3 {
    padding-top: 20px;
}
.about-content-banner-book-editing h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .lion-press-info {
    padding: 60px 0;
}
.tab-center {
    flex-direction: column;
    align-items: center;
}
    .margintop {
        margin-top: 2rem;
    }
        .card-process span {
        right: 8vw;
    }
    .process {
    padding: 60px 0;
}
p{
    font-size: 14px !important;
}
.process-para br{
    display: none;
}
.about-content-banner {
    text-align: center;
}
.about-content-banner h2 {
    font-size: 45px;
    line-height: 50px;
}

.location-sec iframe {
    width: 100%;
}
}
    /* Add styles for visibility if issues arise, per 