*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
:root{
    --primary-color: #1B392C;
    --secondry-color: #FF841E;
    --white-color: #FFFFFF;
    --graycolor: #595959;
    --black-color: #000;
     --regular: 400;
    --light: 300;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --extrabold: 800;
    --fontmontserrat: "Montserrat", sans-serif;
  --fontpoppins: "Poppins", sans-serif;
  --newcolor: #318357;
  --spacing: .25rem
}
p{
     font-family: "Poppins", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
}
.padding100{
    padding: 100px 0;
}
/* header */
.list-items li a{
    color: #666666;
    font-size: 16px;
    line-height: 23.8px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}
.dropdown>ul {
    transition: 0.2s all;
    box-shadow: 0px 0px 5px #212529;
    position: absolute;
    top: 100%;
    width: 300px;
    left: -50%;
    background-color: var(--primary-color);
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown ul li a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: var(--fontsemibold);
}
.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: 0.2s all;
}
.getstarted-btn a{
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 23.8px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.dropdown>ul li {
    padding: 13px 0;
    position: relative;
    border-bottom: 1px solid var(--white-color);
    overflow: hidden;
    text-align: center;
}
.cross-btn, .bar-btn{
    display: none;
}
header {
    padding: 15px 0;
}
.main-title h6{
font-size: 20px;
font-weight: var(--semibold);
line-height: 24px;
color: var(--primary-color);
margin-bottom: 0;
font-family: var(--fontpoppins);
}
.main-title h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
    color: var(--primary-color);

}
.main-title h2 span{
    color: var(--secondry-color);
}
.main-title p{
    font-size: 16px;
    color: var(--graycolor);
    line-height: 24px;

}
.b-process h6 {
    color: var( --newcolor);
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16.8px;
    font-weight: var(--semibold);
    font-family: var(--fontpoppins);

}
.b-process h4 {
    font-size: 20px;
    color: var(--primary-color);
    line-height: 24px;
    font-weight: var(--semibold);
}
.b-process p{
    font-size: 16px;
    line-height: 24px;
    color: var(--graycolor);
    font-weight: var(--regular);
}
.step1,
.step2,
.step3,
.step4,
.step5 {
  position: absolute;
  width: 30%;
  text-align: left;
  padding: 0px;
  /* left: 77%; */
}
.step1 {
    left: 30px;
    top: 0;
}
.step2 {
    right: -85px;
    top: 40px;
}
.step3 {
    left: 30px;
    bottom: -40px;
}
.step4 {
    right: -100px;
    bottom: -30px;
}
.step5 {
    left: 200px;
    right: 0px;
    margin: auto;
    bottom: -120px;
}
.b-process {
    position: relative;
}
.b-process img {
    max-width: 70%;
    margin: 47px 0;
}
.cta-section {
    background-image: url(../images/cta-background.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    position: relative;
    margin-top: 100px;
}
.cta-content h3{
    color: var(--white-color);
    font-size: 40px;
    line-height: 50px;
    font-weight: var(--bold);

}
.cta-content p{
    color: var(--white-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--regular);
}
.cta-content h3 span{
    color: var(--secondry-color);
}
.talkexpert a{
    background-color: var(--secondry-color);
    border-radius: 10px;
    padding: 15px 20px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 21px;
    font-family: var(--fontpoppins);
    border: 1px solid var(--secondry-color);
}
.chatnow a{
    background: transparent;
    border-color: var(--white-color);
}
.cta-img-left {
    position: absolute;
    left: 0;
    padding: 0;
    top: -50px;
}
.cta-img-left img {
    width: 559px;
    height: auto;
}
.cta-img-right img {
    position: absolute;
    right: 0;
    top: -50px;
    width: 450px;
    height: auto;
}
.port-img.port-web-img-st {
    padding: 50px 38px 20px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
    margin-top: 20px;
}
.port-img a {
    position: relative;
}
.port-img.port-web-img-st a img {
    width: 75%;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(58, 58, 58, 0.09) 2px 2px 17px 1px;
    position: relative;
    top: -30px;
    z-index: 1;
}
.port-img.port-web-img-st img {
    border-radius: 20px;
}
.port-img .port-web-st {
    width: 53%;
    height: 325px;
    position: absolute;
    padding: 0px 20px;
    margin: 0px 20px;
    left: 0px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
    top: 90px;
    /* box-shadow: rgb(218, 218, 218) 2px 2px 15px 3px; */
}
.port-img .port-web-st.port-web-th-img2 {
    right: 0px;
    left: inherit;
}
.port-img img {
    overflow: hidden;
}
.port-img.port-web-img-st:hover a img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out 0s;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img1 {
    transform: rotate(-12deg);
    width: 73%;
    position: absolute;
    left: 0px;
}
.port-img.port-web-img-st:hover img.port-web-st.port-web-th-img2 {
    transform: rotate(11deg);
    right: 0px;
    left: inherit;
}
.publishing-service-box {
    background-color: #94B1B5;
    border-radius: 20px;
    height: 289px;
    /* width: 307px; */
    overflow: hidden;
    padding: 15px 25px;
    position: relative;
}
.aaa h3 {
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h_s5box img {
    height: 297px;
    transition: .7s;
    width: 199px;
    translate: 70px -128px;
    /* position: relative; */
    /* z-index: 9999999; */
}
.h_s5box .disc {
    bottom: -168px;
    position: absolute;
    transition: .7s;
    width: 90%;
}
.aaa h5 {
    font-size: 25.6px;
    color: var(--white-color);
    font-weight: var(--bold);
    line-height: 38.4px;
}
.publishing-service-box p {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
}
.defaultp {
    color: #2A2A2A;
    margin: 10px 0;
    line-height: 31px;
    /* color: #fff !important; */
}
.long-img img {
    width: 331px;
    height: 280px;
    translate: 9px -12px;
}
.h_s5box .long-disc {
    bottom: -100px;
}
.h_s5box .new-coverdesign{
        bottom: -75px;
}
.h_s5box:hover .disc {
    bottom: 0;
    height: auto;
}
.h_s5box:hover img {
    translate: 320px -34px;
}
.h_s5box .ghostwriting-new{
    bottom: -200px;
}
.expertpublishers {
    background: #FAFAFA;
}
.testimonial-content h3{
    color: #2C2D30;
    font-size: 30px;
    line-height: 45px;
    font-weight: var(--bold);
}
.testimonial-content p{
color: #595959;
font-size: 16px;
line-height: 24px;
font-weight: var(--regular);
}
.slider-testimonial {
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    /* height: 170px; */
    margin: 20px 0;
    background: #F1F1F1;
    min-height: 240px;
}
.client-name h4{
    color: #0C0C0C;
    font-size: 18px;
    line-height: 24px;
    font-weight: var(--semibold);
    margin-bottom: 0;
}
.slider-testimonial p{
    font-size: 16px;
    color: #000000;
    line-height: 21px;
    font-weight: var(--regular);
        margin-bottom: 0;
}
.commas i{
    color: var(--primary-color);
    font-size: 30px;
}
.client-name i{
color: var(--secondry-color);
}
.flex-wrap{
    top: 0;
    height: 100%;
    left: 0;
     width: 100%;
}
.flex-50{
flex:  0 0 50%;
max-width: 50%;
}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.bg-lite-gray{
    background-color: #F3F3F3;
}
.process-icon span{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: var(--regular);
    font-family: var(--fontmontserrat);
}
.about-section {
    padding: 30px 0;
    margin-top: 130px;
}
.about-content h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--semibold);
    font-family: var(--fontmontserrat);
    background-color: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
}
.about-content h2{
    color: #2C2D30;
    font-size: 35px;
    line-height: 50px;
    font-family: var(--fontmontserrat);
    font-weight: var(--bold);
}
.about-content h2 span{
    color: var(--secondry-color);
}
.learn-more a{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    border-radius: 10px;
    color: var(--white-color);
    padding: 12px 40px
}
.talk-expert a{
    background-color: transparent;
    color: var(--primary-color);
}
/* about-css */
.about-banner{
    background-image: url("../images/about-banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding: 70px 0;

}
.about-banner-content h2{
    font-size: 65px;
    line-height: 75px;
    font-weight: var(--extrabold);
    color: var(--white-color);
}
.about-banner-content h2 span{
    color: var(--secondry-color);
}
.about-banner-content p{
    color: var(--white-color);
    font-size: 18px;
    line-height: 30px;
    font-weight: var(--regular);
    color: var(--white-color);
    margin-bottom: 0;
}
.about-mission-content h3{
    font-size: 35px;
    color: #2C2D30;
    line-height: 50px;
    font-weight: var(--bold);

}
.about-mission-content p{
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    font-weight: var(--regular);

}
.about-main-sction {
    padding: 100px 0;
}
.nav-item .nav-link {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 13.5px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
        padding: 10px 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--secondry-color)
}
.keywords li{
    width: 50%;
    font-size: 15px;
    line-height: 22.5px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
    color: #161925;
    padding-bottom: 6px;
}
.keywords li i{
    color: var(--primary-color);
}
.keywords {
    flex-wrap: wrap;
}
.one{
    background-color: var(--primary-color);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    font-size: 40px;
    line-height: 60px;
    font-weight: var(--bold);
    font-family: var(--fontpoppins);
        margin-bottom: 10px;
}
.process-one h4{
    color: #212529;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: var(--bold);
    font-family: var(--fontpoppins);
}
.process-one p{
    color: #212529;
    font-size: 14px;
    line-height: 21px;
    font-weight: var(--regular);
}
.process {
    padding-bottom: 80px;
}
.process-one::before{
    content: "";
    position: absolute;
    background-image: url("../images/arrow-process.png");

}
.process-one{
    position: relative;
}
.process-last::before{
    display: none;
}
.process-one::before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-process.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 202px;
}
.process-last::before{
    display: none;
}
.accordion-button{
    background-image: #F6F6FA;
    color: var(--white-color);
       border-bottom: 1px solid #747873;
    border-radius: 0 !important;
    color: #2C2C2C;
    padding: 15px 0;
}
.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: #2C2C2C;
     border-radius: 4.91px;
    line-height: 24px;
    font-family: var(--fontpoppins);
        padding-bottom: 0;
    /* margin-top: 13px; */
    padding-left: 0;
}
.accordion-item{
    background-color: transparent;
}
.accordion-item{
    border: none;
}
.accordion-button{
    font-size: 16px;
    color: #2C2C2C;
    font-weight: var(--bold);
    line-height: 21px;
    font-family: var(--fontmontserrat);

}
.accordion-button:not(.collapsed){
    color: #2C2C2C;
}
.writing-content {
    position: absolute;
    top: 31px;
        left: 33px;
}
.writing-content h4 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: var(--semibold);
    font-family: var(--fontmontserrat);
    line-height: 31px;
}
footer{
    background-image: url("../images/footer-lionpress.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}
.ftr-1 p{
    color: var(--white-color);
    font-size: 18px;
    line-height: 27px;
    font-weight: var(--regular);

}
.ftr-2 ul h3{
    color: var(--white-color);
    font-size: 24px;
    font-weight: var(--bold);
    line-height: 28.8px;
    margin-bottom: 30px;
}
.ftr-2 ul li{
    padding-bottom: 8px;
}
.ftr-2 ul li a{
    color: var(--white-color);
    font-size: 16px;
    line-height: 27px;
    font-weight: var(--regular);
    font-family: var(--fontpoppins);
}
.ftr-1 a img {
    width: 70%;
    margin-bottom: 30px;
}
.social-icons {
    gap: 25px;
}
.social-icons li a {
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
}
.customrelative{
    position: relative;
}

.contact-info-left h2 {
    color: var(--black);
    font-size: 36px;
    line-height: 45px;
    font-family: var(--fontmontserrat);
    font-weight: 700;
}
.contact-info-left p {
    font-size: 16px;
    color: var(--black);
    font-family: var(--fontpoppins);
    line-height: 25px;
    font-weight: var(--regular);
}
.contact-sec {
    padding: 80px 0;
}
.form-groups input {
    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: 0px 1px 2px rgba(0, 0, 0, 0.05);
    font-family: var(--fontpoppins);
}
.buttom-submit {
    background-color: var(--primary-color);
    border: none;
    color: var(--white-color);
    /* border-radius: 10px; */
    font-size: 20px;
    font-weight: var(--fontsbold);
    font-family: var(--fontmontserrat);
    padding: 8px 0px;
    border-radius: var(--bs-border-radius);
}
.form-groups textarea {
    resize: none;
    height: 96px !important;
    font-family: var(--fontpoppins);
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
}
/* new */
.position-slider-bottom {
    position: absolute;
    z-index: 999999;
    width: 100%;
    bottom: -80px;
    display: flex;
    align-items: self-end;
}
.img-thumb img {
    max-width: 200px;
    text-align: center;
    margin: 0 auto
}
.container-wrapper, .mynav .container-wrapper {
    width: 100%;
    max-width: 1720px;
    padding: 0 60px;
    margin: 0 auto
}
.bannerh {
    height: 880px;
}
.item .text-banner {
    height: 520px;
    align-items: center;
    display: flex;
}
.two-boxes-full h1{
    color: var(--white-color);
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 75px;
}
.two-boxes-full p{
    color: var(--white-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: var(--regular);
     width: 54%;
    margin: auto;
    text-shadow: 1px 6px 10px #00000045;
}
.open-chat-button{
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 8px 25px;
    text-transform: uppercase;
}
.open-chat-button {
    background-color: var(--secondry-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 12px 30px;
    text-transform: uppercase;
}
.web-red-btn{
  background-color: var(--white-color);
    color: #171717;
    font-size: 18px;
    border-radius: 10px;
    font-weight: var(--medium);
    font-family: var(--fontmontserrat);
    line-height: 27px;
    padding: 12px 30px;
    text-transform: uppercase;  
}
.btn-box {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 30px;
}
.dropdown>ul{
    z-index: 99999;
}
.text-banner {
    position: absolute;
    width: 100%;
}
.banner-image-slider {
    height: 770px !important;
}
.position-slider-bottom .owl-carousel .owl-stage-outer {
    padding: 37px 0 15px 0;
}
.custom-slider, .img-thumb {
    position: relative;
    z-index: 1;
}
.img-thumb img {

    text-align: center;
    margin: 0 auto;
}
.modal-content {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--maincolor) !important;
       width: auto;
    margin: auto
}

button.btn-close.close.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background: var(--secondry-color);
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid var(--maincolor);
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.act {
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px
}

.avail-before h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    line-height: 35px;
    font-family: var(--fontmontserrat);
}

p.avail-para {
       font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    line-height: 25px;
    color: var(--white-color);
    font-weight: var(--fontpoppins);
   
    text-align: center
}
.modal-dialog{
            max-width: 1000px;
}
.copuncotnent input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    /* border: 2px solid #c5c5c5; */
    /* box-shadow: 2px 2px 2px 2px #ccc; */
    margin-bottom: 15px;
        height: 42px;
    font-size: 14px;
    color: var(--white-color);
    font-weight: var(--fontregular);
    background-color: transparent;
    border-radius: 9px;
    font-family: var(--fontpoppins);
}
.copuncotnent .form-control:focus{
    background-color: transparent !important;
    border-color: var(--white-color) !important;
    box-shadow: inherit !important;
    color: var(--white-color);
}
.copuncotnent textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    /* box-shadow: 2px 2px 2px 2px #ccc; */
    height: 100%;
    margin-top: 15px;
    background-color: transparent;
}
.copuncotnent input::placeholder{
    color: var(--white-color);
}
.copuncotnent textarea::placeholder{
color: var(--white-color);
}
button.popup_new_btn {
    background-color: var(--secondry-color);
    border-radius: 9px;
    border: none;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 12px 35px;
    width: 100%;
    outline: 0;
    color: var(--white-color);
    margin-top: 31px;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--fontmontserrat);
}
#cta-model {
    z-index: 9999999999999999;
}
.privacy-policy-content p {
    font-size: 14px;
    color: var(--graycolor);
    line-height: 24px;
    margin-bottom: 15px;
}
.privacy-policy-content ul li{
    list-style: disc !important;
    font-size: 16px;
    color: var(--graycolor);
    line-height: 24px;
     font-family: var(--fontmontserrat);
    padding-bottom: 5px;

}
.privacy-policy-content ul{
    margin-bottom: 25px;
}
.privacy-policy-content h3{
   font-size: 20px;
    line-height: 40px;
    font-weight: var(--bold);
    font-family: var(--fontmontserrat);
    color: var(--primary-color);
}
.pricing-pkg {
    padding: 100px 0;
}
.pkg-item {
    border: 1px solid #747474;
    border-radius: 26px;
}
.pkg-head {
    background: #F1EFEF;
    border-radius: 26px 26px 0 0;
    padding: 16px 0;
    text-align: center;
}
.pkg-head h6 {
    color: var(--secondry-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: var(--bold);
    margin-bottom: 0;
}
.pkg-body {
    padding: 25px;
    background-color: #d6d6d6;
}
.pkg-body h5 {
    font-size: 20px;
    line-height: 28px;
    color: var(--black-color);
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.pkg-body ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--bold);
    padding-bottom: 15px;
}
.pkg-footer {
    background-color: #f1efef;
    border: 0px solid #747474;
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
    padding: 6px 13px;
}
.share-idea span {
    font-size: 16px;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: var(--secondry-color);
}
.share-idea a{
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--bold);
    color: var(--black-color);
}
.share-idea{
    width: 50%;
    text-align: center;
}
.starightbar{
    border-right: 1px solid #000;
}
.pkg-body ul {
    height: 349px;
    overflow: hidden scroll;
}
.tooltip-content {
    visibility: hidden;
    color: #000;
    z-index: 1000;
    text-align: left;
    background-color: #fff;
    border: 1px solid #0d0f38;
    border-radius: 6px;
    width: 260px;
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 10px 20px -8px #000000b3;
}
.tooltips:hover .tooltip-content {
    visibility: visible;
    transition: all .4s ease-in;
}
.tooltips{
    position: relative;
}
.tooltip-content ul{
    height: auto;
}
.tooltip-content ul li{
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: var(--medium);
}
.tooltips img{
    filter: invert(1);
}
.add-ons {
    padding: 100px 0;
    background: #F7F4EF;
}
.left-add-ons-content h6{
color: var(--secondry-color);
font-size: 12px;
line-height: 16px;
font-weight: var(--semibold);
letter-spacing: 3px;
text-transform: uppercase;
}
.left-add-ons-content h2{
    font-size: 36px;
    color: var(--primary-color);
    line-height: 40px;
    font-weight: 800;

}
.left-add-ons-content p{
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: var(--regular);
}
.add-one-feature {
    background: #fff;
    border-radius: 16px;
    height: 100%;
    padding: calc(var(--spacing) * 5);
}
.add-one-feature h4{
    color: var(--black-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--extrabold);
    margin-bottom: 0;

}
.add-one-feature p{
    color: #4A5565;
    line-height: 20px;
    font-size: 14px;
    font-weight: var(--regular);
    margin-bottom: 0;
}
.add-one-feature .d-flex{
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.icon{
    background-color: var(--secondry-color);
    width: 36px;
    height: 36px;
    border-radius: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.icon svg{
    color: var(--white);
    fill: #fff;
}
.disclaimer h4{
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: .025em;
    font-weight: var(--bold);
    font-size: .875rem;
    margin-bottom: 25px;
}
.disclaimer p{
    color: var(--white-color);
    margin-bottom: 1rem;
}
.fontsemibold{
    font-weight: var(--semibold);
}
.press-release-section {
    background-image: linear-gradient(#ffffff 50%, #f9f1ed 50%);
    padding-top: 60px;
    padding-bottom: 35px;
    position: relative;
}
.press-release-content p{
    font-size: 18px;
    line-height: 22px;
    color: var(--black-color);
    font-weight: var(--regular);
}
.press-release-feature-one {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: var(--bricks-color-hshlod);
}
.press-release-feature {
    padding: 50px 0;
}
.icon-width {
    max-width: 65px;
}
.press-release-feature-one h4{
    font-size: 30px;
    font-weight: var(--bold);
    line-height: 36px;
    color: #2A2A2A;
    margin-bottom: 0;
}
.press-release-feature-one p{
   color: #2A2A2A;
   font-size: 18px;
   line-height: 22px;  
}
.short-cta{
    background-color: #dfe7e9;
    padding: 50px 0;
}
.form-check-input {
    width: auto !important;
    display: flex;
    align-items: center;
    height: auto !important;
    margin-bottom: 0;
    padding: 8px 8px !important;
}
.form-check{
    margin-top: 15px;
}
@media (max-height: 800px) {
    .img-thumb img {
        max-width: 150px;
    }
}


@media (max-height: 800px) and (max-width: 1920px) {
    .position-slider-bottom {
        height: 20%;
    }
}
@media (max-height: 1000px) {
    .bannerh {
        height: 100% !important;
    }
}
.hero-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 20px;
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}
.bar-btn a i {
       background-color: var(--primary-color);
    color: var(--white);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: var(--white-color);
}
.desktopnone{
    display: none !important;
}
@media(max-width:1600px){
    .cta-img-left img {
    width: 500px;
}
.cta-img-right img {
    width: 420px;
    height: auto;
}
}
@media(max-width:1440px){
    html,body{
        overflow-x: hidden;
    }
    .step2 {
    right: -30px;
}
.step4 {
    right: -48px;
    bottom: -42px;
}
.b-process p {
    
    width: 90%;
}
.b-process img {
    max-width: 60%;
}
.position-slider-bottom {
    bottom: -15px;
}
}
@media(max-width:1399px){
    .about-mission-content h3 {
    font-size: 30px;
    line-height: 45px;
}
.main-title h2 {
    font-size: 40px;
    line-height: 50px;
}
.about-banner-content h2 {
    font-size: 50px;
    line-height: 65px;

}
.nav-item .nav-link {
    font-size: 12px;
    padding: 10px 16px;
}
.process-one::before {
    width: 69%;
    left: 182px;
    background-size: contain;
}
.port-img.port-web-img-st a img {
    width: 90%;
    
}
.b-process p {
    font-size: 14px;
}
.step2 {
    top: 27px;
}


.h_s5box .disc {
    bottom: -193px;
}
.h_s5box .ghostwriting-new {
    bottom: -222px;
}
.h_s5box .new-coverdesign {
    bottom: -99px;
}
    .h_s5box .long-disc {
        bottom: -100px;
    }
    .contact-info-left h2 {
    font-size: 28px;
    line-height: 40px;
}
.about-section {
    margin-top: 100px;
}
}
@media(max-width:1280px){
    .position-slider-bottom {
        bottom: 17px;
    }
    .two-boxes-full h1 {
    font-size: 50px;
    line-height: 60px;
}
.two-boxes-full p{
    width: 65%;
}
.about-section {
        margin-top: 70px;
    }
}
@media(max-width:1199px){
    .about-banner-content h2 {
    font-size: 55px;
    line-height: 65px;
}
.about-banner-content p {
    font-size: 16px;
}
    .about-mission-content h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .cta-content h3 {
    font-size: 30px;
    line-height: 45px;
}
.main-title h2 {
        font-size: 30px;
        line-height: 45px;
    }
    .testimonial-content h3 {
    font-size: 25px;
    line-height: 40px;
}
.client-name h4 {
    font-size: 16px;
}
.writing-content {
    top: 12px;
    left: 26px;
}
.writing-content h4 {
    font-size: 18px;
    line-height: 26px;
}
.learn-more a {
    font-size: 16px;
    padding: 12px 26px;
}
.keywords li {
    font-size: 12px;
}
.process-one::before {
        width: 64%;
        left: 157px;
    }
        .nav-item .nav-link {
        font-size: 10px;
        padding: 8px 12px;
    }
    .getstarted-btn a {
    padding: 10px 25px;
}
.about-banner-content h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .port-img.port-web-img-st a img {
    
    top: 0px;
}
.b-process h4 {
    font-size: 16px;
}
    .b-process p {
        width: 95%;
        font-size: 12px;
    }
    .b-process img {
        max-width: 70%;
    }
    .about-content h6 {
    font-size: 13px;
}
.newgap {
    gap: 1rem !important;
}
.process-icon img {
    /* width: 128%; */
    width: 40px;
}
.process-icon span {
    font-size: 15px;
}
.publishing-service-box p {
    font-size: 16px;
}
    .contact-info-left h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .map-location iframe{
        width: 100%;
        margin-top: 29px;
    }
    .two-boxes-full p{
    width: 90%;
    font-size: 18px;
}
.item .text-banner {
    height: 430px;
}
.two-boxes-full h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .position-slider-bottom {
        bottom: 113px;
    }
        .about-section {
        margin-top: 0;
    }
    .padding100 {
    padding: 70px 0;
}
}

/* =========================================================
   RESPONSIVE FIXES
   Added for tablet and mobile layouts
   ========================================================= */

/* Prevent media and embedded content from overflowing */
img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
}

/* Large tablets and smaller laptops */
@media (max-width: 991.98px) {
    .padding100 {
        padding: 60px 0;
    }

    .container-wrapper,
    .mynav .container-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }

    /* Header / navigation */
    header {
        padding: 12px 0;
        position: relative;
        z-index: 1000000;
    }

    .bar-btn {
        display: block;
    }

    .cross-btn {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 2;
    }

    .list-items {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(340px, 88vw);
        height: 100vh;
        padding: 75px 24px 30px;
        background: var(--white-color);
        box-shadow: -10px 0 30px rgba(0, 0, 0, 0.14);
        overflow-y: auto;
        transition: right 0.3s ease;
        z-index: 999999;
    }

    .list-items.active,
    .list-items.show,
    .list-items.open {
        right: 0;
    }

    .list-items li {
        width: 100%;
        padding: 10px 0;
    }

    .list-items li a {
        display: block;
        width: 100%;
    }

    .dropdown > ul {
        position: static;
        width: 100%;
        margin-top: 8px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .dropdown:hover > ul,
    .dropdown.active > ul,
    .dropdown.open > ul {
        display: block;
    }

    .getstarted-btn a {
        display: inline-block;
        padding: 10px 18px;
    }

    /* Home hero */
    .bannerh,
    .homebanner {
        height: auto !important;
        min-height: 670px;
    }

    .position-slider-one-banner,
    .sliderheights,
    .sliderheights .owl-stage-outer,
    .sliderheights .owl-stage,
    .sliderheights .owl-item,
    .sliderheights .item {
        min-height: 670px;
    }

    .banner-image-slider {
        height: 670px !important;
        min-height: 670px;
        overflow: hidden;
    }

    .banner-image-slider img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .item .text-banner {
        height: 600px;
        z-index: 3;
    }

    .two-boxes-full h1 {
        font-size: clamp(38px, 6vw, 50px);
        line-height: 1.15;
    }

    .two-boxes-full p {
        width: min(760px, 90%);
        font-size: 17px;
        line-height: 27px;
    }

    .position-slider-bottom {
        bottom: 18px;
        height: auto;
    }

    .img-thumb img {
        max-width: 135px;
    }

    /* About section */
    .about-section {
        margin-top: 0;
        padding: 60px 0;
        background: #f3f3f3;
    }

    .about-section > .position-relative-bottom {
        display: none !important;
    }

    .about-section .row {
        row-gap: 35px;
    }

    .sec-img {
        height: 100%;
    }

    .sec-img img {
        width: 100%;
        height: 100%;
        min-height: 460px;
        object-fit: cover;
        border-radius: 16px;
    }

    .about-content {
        padding-left: 0 !important;
    }

    .about-content h2 {
        font-size: 32px;
        line-height: 43px;
    }

    .newgap {
        gap: 18px !important;
        flex-wrap: wrap;
    }

    .process-icon {
        flex: 1 1 calc(33.333% - 18px);
        min-width: 145px;
    }

    .cta-btn {
        flex-wrap: wrap;
        margin-top: 32px !important;
    }

    /* Publishing process: remove desktop absolute positioning */
    .b-process {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 30px;
    }

    .b-process .step1,
    .b-process .step2,
    .b-process .step3,
    .b-process .step4,
    .b-process .step5 {
        position: static;
        width: auto;
        margin: 0;
        padding: 24px;
        text-align: left;
        background: #fff;
        border: 1px solid rgba(27, 57, 44, 0.12);
        border-radius: 16px;
        box-shadow: 0 12px 30px rgba(27, 57, 44, 0.08);
    }

    .b-process .step5 {
        grid-column: 1 / -1;
    }

    .b-process .for-m {
        display: none;
    }

    .b-process p {
        width: 100%;
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0;
    }

    .process {
        padding-bottom: 60px;
    }

    /* CTA sections */
    .cta-section {
        margin-top: 0;
        padding: 60px 0;
    }

    .cta-content h3 {
        font-size: 32px;
        line-height: 43px;
    }

    .cta-content p br,
    .cta-content h3 br,
    .main-title h2 br,
    .portfolio .main-title p br {
        display: none;
    }

    /* Service cards: content must be accessible without hover */
    .publishing-service-box,
    .h_s5box,
    .h_s5box.long-img {
        height: 330px;
    }

    .h_s5box img,
    .h_s5box:hover img {
        width: auto;
        max-width: 48%;
        height: 230px;
        position: absolute;
        right: 5px;
        top: 5px;
        object-fit: contain;
        transform: none;
        translate: none;
        opacity: 0.92;
    }

    .h_s5box.long-img img,
    .h_s5box.long-img:hover img {
        max-width: 50%;
        height: 230px;
    }

    .h_s5box .disc,
    .h_s5box .ghostwriting-new,
    .h_s5box .long-disc,
    .h_s5box .new-coverdesign,
    .h_s5box:hover .disc {
        left: 25px;
        right: 25px;
        bottom: 18px;
        width: auto;
        height: auto;
        z-index: 2;
    }

    .publishing-service-box p {
        max-width: 62%;
        font-size: 15px;
        line-height: 24px;
    }

    .aaa h3 {
        position: relative;
        z-index: 2;
        font-size: 58px;
    }

    .aaa h5 {
        font-size: 23px;
        line-height: 32px;
    }

    /* Portfolio */
    .port-img.port-web-img-st {
        padding: 35px 18px 15px;
    }

    .port-img.port-web-img-st a img {
        width: 82%;
        top: 0;
    }

    .port-img .port-web-st {
        width: 58%;
        height: auto;
        top: 70px;
        padding: 0 10px;
        margin: 0 10px;
    }

    /* FAQ and footer */
    .faqs .row {
        row-gap: 35px;
    }

    footer {
        padding: 45px 0;
    }

    .ftr-1 a img {
        width: min(240px, 70%);
    }

    /* Modal */
    .modal-dialog {
        max-width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
    }
}

/* Phones and small tablets */
@media (max-width: 767.98px) {
    .padding100 {
        padding: 48px 0;
    }

    .container-wrapper,
    .mynav .container-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-title {
        margin-bottom: 30px !important;
    }

    .main-title h6 {
        font-size: 15px;
        line-height: 22px;
    }

    .main-title h2,
    .about-content h2,
    .about-mission-content h3,
    .contact-info-left h2,
    .left-add-ons-content h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .main-title p,
    .about-content p,
    .cta-content p,
    .testimonial-content p,
    .contact-info-left p {
        font-size: 15px;
        line-height: 24px;
    }

    /* Hero */
    .bannerh,
    .homebanner,
    .position-slider-one-banner,
    .sliderheights,
    .sliderheights .owl-stage-outer,
    .sliderheights .owl-stage,
    .sliderheights .owl-item,
    .sliderheights .item,
    .banner-image-slider {
        min-height: 620px;
        height: 620px !important;
    }

    .item .text-banner {
        height: 565px;
        padding-top: 20px;
    }

    .two-boxes-full h1 {
        font-size: clamp(31px, 9vw, 40px);
        line-height: 1.14;
        margin-bottom: 18px;
    }

    .two-boxes-full h1 br {
        display: none;
    }

    .two-boxes-full p {
        width: 100%;
        font-size: 15px;
        line-height: 24px;
    }

    .btn-box,
    .cta-btn {
        flex-direction: column;
        align-items: stretch;
        gap: 12px !important;
        width: min(100%, 340px);
        margin-left: auto;
        margin-right: auto;
    }

    .btn-box a,
    .cta-btn a,
    .learn-more a,
    .talkexpert a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        padding: 12px 16px;
    }

    .position-slider-bottom {
        display: none;
    }

    /* About */
    .about-section {
        padding: 48px 0;
    }

    .sec-img img {
        min-height: 0;
        max-height: 430px;
        object-fit: cover;
    }

    .about-content h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .about-content h2 br {
        display: none;
    }

    .newgap {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 14px !important;
    }

    .process-icon {
        width: 100%;
        min-width: 0;
        padding: 12px 14px;
        background: #fff;
        border-radius: 12px;
    }

    .process-icon img {
        width: 42px;
        flex: 0 0 42px;
    }

    /* Process */
    .b-process {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .b-process .step5 {
        grid-column: auto;
    }

    .b-process .step1,
    .b-process .step2,
    .b-process .step3,
    .b-process .step4,
    .b-process .step5 {
        padding: 20px;
    }

    .b-process h4 {
        font-size: 19px;
        line-height: 26px;
    }

    /* CTA */
    .cta-section {
        padding: 48px 0;
    }

    .cta-content h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .cta-content p {
        margin-bottom: 30px !important;
    }

    /* Services */
    .expertpublishers .sliders > [class*="col-"] {
        width: 100%;
    }

    .publishing-service-box,
    .h_s5box,
    .h_s5box.long-img {
        height: auto;
        min-height: 350px;
        margin-bottom: 22px !important;
    }

    .h_s5box img,
    .h_s5box:hover img,
    .h_s5box.long-img img,
    .h_s5box.long-img:hover img {
        max-width: 50%;
        height: 190px;
        top: 10px;
        right: 0;
    }

    .h_s5box .disc,
    .h_s5box .ghostwriting-new,
    .h_s5box .long-disc,
    .h_s5box .new-coverdesign,
    .h_s5box:hover .disc {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 145px;
        width: 100%;
    }

    .publishing-service-box p {
        max-width: 100%;
        font-size: 15px;
        line-height: 23px;
    }

    .aaa h3 {
        font-size: 52px;
    }

    /* Portfolio */
    .portfolio .port-web-col-4 {
        width: 50%;
    }

    .port-img.port-web-img-st {
        padding: 25px 8px 10px;
        margin-top: 5px;
    }

    .port-img.port-web-img-st a img {
        width: 80%;
    }

    .port-img .port-web-st {
        width: 56%;
        top: 50px;
        padding: 0 5px;
        margin: 0 5px;
    }

    /* FAQ */
    .accordion-button {
        font-size: 15px;
        line-height: 22px;
        padding-right: 12px;
    }

    .accordion-body {
        font-size: 14px;
        line-height: 23px;
    }

    /* Footer / general */
    .ftr-1 p,
    .ftr-2 ul li a {
        font-size: 15px;
        line-height: 24px;
    }

    .ftr-2 ul h3 {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .social-icons {
        gap: 18px;
    }

    .contact-sec,
    .about-main-sction,
    .pricing-pkg,
    .add-ons {
        padding: 55px 0;
    }

    .press-release-feature-one {
        padding: 28px 22px;
    }

    .press-release-feature-one h4 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* Small phones */
@media (max-width: 575.98px) {
    .container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-title h2,
    .about-content h2,
    .cta-content h3,
    .about-banner-content h2,
    .about-mission-content h3,
    .contact-info-left h2,
    .left-add-ons-content h2 {
        font-size: 25px;
        line-height: 34px;
    }

    .bannerh,
    .homebanner,
    .position-slider-one-banner,
    .sliderheights,
    .sliderheights .owl-stage-outer,
    .sliderheights .owl-stage,
    .sliderheights .owl-item,
    .sliderheights .item,
    .banner-image-slider {
        min-height: 590px;
        height: 590px !important;
    }

    .item .text-banner {
        height: 550px;
    }

    .two-boxes-full h1 {
        font-size: 29px;
    }

    .two-boxes-full p {
        font-size: 14px;
        line-height: 22px;
    }

    .open-chat-button,
    .web-red-btn {
        font-size: 13px;
        padding: 11px 14px;
    }

    .about-section .row {
        row-gap: 25px;
    }

    .about-content p {
        text-align: left;
    }

    .publishing-service-box,
    .h_s5box,
    .h_s5box.long-img {
        min-height: 365px;
        padding: 15px 20px;
    }

    .h_s5box img,
    .h_s5box:hover img,
    .h_s5box.long-img img,
    .h_s5box.long-img:hover img {
        max-width: 54%;
        height: 175px;
    }

    .h_s5box .disc,
    .h_s5box .ghostwriting-new,
    .h_s5box .long-disc,
    .h_s5box .new-coverdesign,
    .h_s5box:hover .disc {
        margin-top: 135px;
    }

    .aaa h5 {
        font-size: 22px;
        line-height: 30px;
    }

    .portfolio .port-web-col-4 {
        width: 100%;
    }

    .port-img.port-web-img-st {
        padding-left: 35px;
        padding-right: 35px;
    }

    .port-img.port-web-img-st a img {
        width: 72%;
    }

    .port-img .port-web-st {
        width: 48%;
        top: 75px;
        margin: 0 28px;
    }

    .accordion-item {
        margin-bottom: 14px !important;
    }

    .modal-dialog {
        max-width: calc(100% - 20px);
    }

    button.btn-close.close.modalClose {
        right: 8px;
        top: 8px;
        transform: none;
    }

    .pkg-body {
        padding: 20px 16px;
    }

    .share-idea {
        width: 100%;
    }

    .pkg-footer > .d-flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .starightbar {
        border-right: 0;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }
}

/* Very narrow devices */
@media (max-width: 374.98px) {
    .two-boxes-full h1 {
        font-size: 25px;
    }

    .two-boxes-full p {
        font-size: 13px;
        line-height: 21px;
    }

    .main-title h2,
    .about-content h2,
    .cta-content h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .publishing-service-box,
    .h_s5box,
    .h_s5box.long-img {
        min-height: 390px;
    }

    .h_s5box img,
    .h_s5box:hover img,
    .h_s5box.long-img img,
    .h_s5box.long-img:hover img {
        max-width: 58%;
        height: 160px;
    }
}

/* Touch devices should not depend on hover for important content */
@media (hover: none) {
    .h_s5box .disc,
    .h_s5box .ghostwriting-new,
    .h_s5box .long-disc,
    .h_s5box .new-coverdesign {
        opacity: 1;
        visibility: visible;
    }
}


/* Mobile menu interaction support */
.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

body.mobile-menu-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .bar-btn,
    .bar-btn a,
    .cross-btn,
    .cross-btn a {
        cursor: pointer;
    }

    .bar-btn {
        position: relative;
        z-index: 1000001;
    }

    .list-items {
        display: block !important;
        transform: translateX(0);
    }

    .list-items.active,
    .list-items.show,
    .list-items.open {
        right: 0 !important;
    }

    .list-items .cross-btn {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .mobile-menu-backdrop {
        display: none !important;
    }
}

/* =========================================================
   MOBILE HEADER PHONE NUMBER: KEEP ON ONE LINE
   ========================================================= */
@media (max-width: 767.98px) {
    header a[href^="tel:"],
    header a[href*="tel:"] {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap !important;
        gap: 5px;
        width: auto !important;
        min-width: max-content;
        white-space: nowrap !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
    }

    header a[href^="tel:"] br,
    header a[href*="tel:"] br {
        display: none !important;
    }

    header a[href^="tel:"] span,
    header a[href^="tel:"] strong,
    header a[href^="tel:"] small,
    header a[href*="tel:"] span,
    header a[href*="tel:"] strong,
    header a[href*="tel:"] small {
        display: inline !important;
        white-space: nowrap !important;
    }
}
