.lp-page {
    html {
        overflow-x: hidden;
    }

    p {
        font-size: 18px;
    }

    h2 {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .about-hero {
        background-color: var(--thm-black);
        background-image: none;

        &::before {
            display: none;
        }
    }

    .hero {
        padding: 80px 0 80px 0;
    }

    .form-wrapper {
        width: 100%;
        color: var(--thm-color-b2);

        form {
            box-shadow: rgb(178, 178, 178) 0px 5px 15px -4px;
            width: 80%;
            background: rgb(255, 255, 255);
            padding: 20px;
            border-width: 2px;
            border-style: solid;
            border-color: rgb(0, 0, 0);
            border-image: initial;
            border-radius: 10px;
            margin: 0px auto;

        }

        .form-control {
            box-shadow: rgb(238, 238, 238) 0px 5px 5px -1px;
            font-size: 16px;
            color: rgb(0, 0, 0);
            cursor: pointer;
            font-weight: 400;
            border-width: 2px;
            border-style: solid;
            border-color: rgb(178, 178, 178);
            border-image: initial;
            padding: 10px 30px 10px 10px;
            border-radius: 0px;

        }

        .label-font {
            color: var(--thm-color-b2);

            a {
                color: var(--thm-color);
            }
        }

        .form-control:focus {
            background-color: var(--thm-color-b2);
            color: var(--default-color);

            &::placeholder {
                color: var(--default-color);
            }
        }

        ::placeholder {
            color: var(--thm-black);
        }
    }

    .chat-now-btn {
        background-color: var(--thm-black);
        border-radius: 0;
        gap: 10px;

        &::before {
            border-radius: 0;
            background: var(--thm-color);
        }

        &:hover {
            color: var(--thm-color) !important;

            i {
                color: var(--thm-black);
            }

            span {
                color: var(--default-color);
            }
        }
    }

    .call-now-btn {
        border-radius: 0;
        gap: 10px;

        &::before {
            border-radius: 0;
            background-color: var(--thm-color);
        }

        &:hover {
            span {
                color: var(--default-color);
            }

            i {
                color: var(--thm-black);
            }
        }
    }

    .call-icon i {
        font-size: 16px;
        z-index: 2;
        -webkit-animation: 1.5s infinite blink;
        animation: 1.5s infinite blink;
    }

    .about-us-section {

        .about-content-list {
            column-count: 2;
            padding: 0;
            margin: 15px 0;
            font-weight: 500;

            li {
                margin-bottom: 10px;
            }

            i {
                color: var(--thm-color);
            }

        }

    }

    .cta-publish {
        background-image: url(../assets/images/cta-books.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0 0;
        position: relative;
        z-index: 10;
    }

    .tabs-section {
        background-color: rgb(228, 228, 228);

        .process-tab {

            .nav-link {
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #000;
                position: relative;
                border-radius: 5px;
                width: 100%;
                color: var(--thm-black);
                margin-bottom: 15px;
                text-transform: uppercase;
                border-radius: 10px;
                transition-duration: .3s;
                font-size: 14px;
                font-weight: 500;
                cursor: pointer;
            }

            .nav-pills .nav-link.active,
            .nav-pills .show>.nav-link {
                background-color: var(--thm-color);
                width: 100%;
                transition: all 0.3s ease;
                color: var(--default-color);
            }
        }

        .tab-pane {
            h4 {
                position: relative;
                font-size: 28px;
                line-height: 36px;
                font-weight: 700;
                text-transform: capitalize;
                color: var(--thm-color);
                margin-bottom: 20px;
                padding-bottom: 20px;

                &:before {
                    position: absolute;
                    content: '';
                    width: 50px;
                    height: 3px;
                    background: #121f28;
                    bottom: 0;
                    border-radius: 3px;
                }
            }
        }

    }

    .deliver-services {
        background: var(--default-color);
        position: relative;
        z-index: 1;

        .stick-deliver-area {
            position: sticky;
            top: 100px;
        }

        .deliver-title {
            font-size: 44px;
            font-weight: 700;
            line-height: 54px;
            letter-spacing: -0.04em;
            color: var(--thm-color);
            margin-bottom: 20px;

        }

        .deliver-right-bg {
            padding: 40px 32px 40px 32px;
            position: relative;
            margin-bottom: 20px;
            background: var(--thm-color);
            border-radius: 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

            &:after {
                content: "";
                position: absolute;
                border-left: 1px solid #fff;
                left: 52px;
                top: 76px;
                height: 100%;
                z-index: 1;
            }
        }

        .number-one {
            display: flex;
            padding: 15px;
            background: #Fff;
            border-radius: 100%;
            font-weight: bold;
            font-size: 24px;
            color: #000;
            margin-right: 15px;
            width: 46px;
            height: 46px;
            line-height: 42px;
            text-align: center;
            z-index: 2;
            align-items: center;
            justify-content: center;
        }

        .media-icon-main h5 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--default-color);
        }

        .media-icon-main p {
            color: var(--default-color);

        }
    }


    .become-author {
        position: relative;
        z-index: 99;
        background: linear-gradient(#e34225, #e3422575), url(../assets/images/testimonials-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 100% 100%;

    }

    .testimonials-wrap {
        .testimonial-swiper .swiper-wrapper {
            display: flex;
        }

        .testimonial-swiper {
            padding: 20px;
        }

        .testimonial-swiper .swiper-slide {
            height: auto;
            display: flex;

            .quote {
                i {
                    color: var(--thm-color);
                    top: -20px;
                    position: absolute;
                    font-size: 36px;
                }
            }
        }

        .testimonial-box {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            /* height: 100%; */
        }
    }

    .portfolio-item {
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        box-shadow: 0 0 20px rgba(0, 0, 0, .08);


        .facybox-hover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: all 0.3s ease;
            color: #fff;
            font-size: 24px;
        }
    }

    .portfolio-item:hover .facybox-hover {
        opacity: 1;
    }

    .faq-section {
        background-color: #fafafa;

        .accordion-item {
            margin-bottom: 10px;
            background: #e1e1e14f;
            border: 0;
        }

        .accordion-button {
            background-color: var(--thm-black);

            h5 {
                color: var(--default-color);
            }
        }

    }

    .footer-form {
        .footer-lead {
            position: relative;
            min-height: auto;
            z-index: 1;
            background-image: url(../assets/images/form-bg.jpg);
            background-size: cover;
            overflow: hidden;
            padding: 50px;
            border-radius: 10px;
            background-position: center center;

            &:before {
                content: "";
                position: absolute;
                background-color: rgba(0, 0, 0, 0.6);
                z-index: -1;
                inset: 0px;
            }

            .form-wrapper form {
                background-color: transparent;
                box-shadow: none;
                border: 0;
                padding: 0;
                width: 100%;

                h3 {
                    display: none;
                }

                .form-control {
                    box-shadow: none;
                    border-color: transparent;
                    border-bottom: 1px solid var(--default-color);
                    background-color: transparent;
                }

                ::placeholder {
                    color: var(--default-color);
                }

                .label-font {
                    color: var(--default-color);
                }
            }
        }

        .footer-content {

            .footer-title {
                font-size: 24px;
                font-weight: 700;
                text-align: center;
            }

            .ordered-list {
                position: relative;
                counter-reset: item;

                .ordered-list-item {
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 1.88;
                    position: relative;
                    margin-bottom: 37px;
                    padding-left: 47px;

                    &:before {
                        content: counter(item) "";
                        counter-increment: item;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 32px;
                        height: 32px;
                        color: #fff;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 32px;
                        text-align: center;
                        border-radius: 50%;
                        background: #000;
                    }
                }
            }

        }
    }

    .footer_top {
        p {
            font-size: 14px;
            text-align: start;
        }
    }

    .lgs-box {
        position: fixed;
        right: -407px;
        top: 100px;
        background-color: #fff;
        width: 400px;
        border: 1px solid black;
        z-index: 10000000;
        transition: all 0.2s linear;
    }


    .call-btn {
        z-index: 10000;
        top: 180px;
        right: -230px;
        padding: 0px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        font-size: 1em;
        background: #a75c21;
        padding-right: 80px;
        transition: all 0.2s linear;
    }



    .float-container {
        position: fixed;
        top: 33%;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        z-index: 5;
    }

    .float-container a {
        z-index: 99;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        height: 30px;
        margin-right: -140px;
        margin-bottom: 10px;
        padding: 20px 20px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
        color: white;
        border-color: #46b8da;
        border-radius: 5px 0 0 5px;
        background-color: var(--thm-color);
        -webkit-box-shadow: 0 2px 4px #7d7d7d;
        box-shadow: 0 2px 4px #7d7d7d;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-family: sans-serif;
    }

    .float-container a:hover {
        margin-right: 0;
        background-color: var(--thm-color);
        -webkit-box-shadow: 0 2px 4px #7d7d7d;
        box-shadow: 0 2px 4px #7d7d7d;
    }


    .float-container .icon:before {
        font-family: "Font Awesome 5 Free";
        margin-right: 25px;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .icon.one:before {
        content: "\f0e0";
    }

    .icon.two:before {
        content: "\f095";
        font-weight: 900;
    }

    .icon.three:before {
        content: "\f1d8";
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .lp-page {
        .hero-btns {
            gap: 8px;
            flex-direction: row;

            .call-now-btn,
            .chat-now-btn {
                font-size: 14px;
                padding: 5px 8px;

                i {
                    font-size: 12px;
                }
            }
        }

        .form-wrapper {
            form {
                width: 100%;
            }
        }

        h2 {
            font-size: 2rem;
            line-height: 1.2;
        }

        p {
            font-size: 14px;
        }

        .deliver-title {
            font-size: 2rem !important;
            line-height: 1.2 !important;
        }
    }

    @media screen and (max-width:440px) {
        .float-container {
            display: none;
        }
    }
}