@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span {
    font-family: "Poppins", sans-serif !important;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
}

.row {
    display: flex;
    align-items: center;
}

/* Header Area */

.header-area {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
}

.header-area .left-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-area h2 {
    display: inline-flex;
    font-size: 5.7vmin;
    color: #fff;
    font-weight: bold;
}

.header-area h2 span.counterup {
    display: inline-flex;
    font-size: 5.7vmin;
    color: #fff;
    font-weight: bold;
}

.header-area span {
    padding-left: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: right;
}

.header-area img {
    width: 100%;
}

/* Hero Area */

.hero-area {
    position: relative;
}

.hero-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 72%;
    background: url('../images/banner_bg_lefy.png');
    background-size: cover;
    border-bottom-right-radius: 250px;
}

.hero-area::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-home-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 46%;
    background-position-x: 90px;
}

.banner-cntnt {
    padding: 200px 70px 90px 0;
    position: relative;
}

.banner-cntnt h2 {
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #fff;
    line-height: 48px;
    width: 50%;
}

.banner-cntnt p {
    color: white;
    width: 60%;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 25px;
}

.banner-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    padding-top: 15px;
    gap: 40px;
}

.banner-btn-1 a {
    padding: 15px 90px 15px 35px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    background: linear-gradient(0deg, rgba(149, 191, 71, 1) 0%, rgba(94, 141, 63, 1) 100%);
    border-radius: 60px;
    text-decoration: none;
    position: relative;
}

.banner-btn-1 a::before {
    position: absolute;
    content: '';
    background: url(../images/hero-btn-arrow.png);
    height: 19px;
    width: 35px;
    right: 31px;
    bottom: 18px;
    background-size: contain;
    background-repeat: repeat;
}

.banner-btn-2 a {
    padding: 15px 45px 15px 45px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    border-radius: 60px;
    text-decoration: none;
    background-color: #009bd6;
}

.banner-form {
    text-align: center;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0 0;
    position: relative;
    z-index: 999;
}

.banner-form input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 10px 0px;
    border-radius: 10px;
    font-size: 14px;
}

.firstlinef {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-form button {
    width: 100%;
    font-size: 15px;
    vertical-align: top;
    border-radius: 50px;
    background: #8bb646;
    border: transparent;
    color: white;
    padding: 10px;
}

/* After Banner Section */

.after-ban-sec {
    padding: 70px 0;
}

.col-lg-25 {
    width: 24%;
}

.icon-img-b {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
    position: relative;
}

.icon-img-b h4 {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #212529;
}

.icon-img-b::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 62px;
    background-color: #dbd9e4;
    right: 40px;
}

.icon-img-b-last::before {
    display: none;
}

/* Services Section */

.services-main h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #212529;
    line-height: 37px;
}

.services-main p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    width: 80%;
    margin: 0 auto;
}

.service-listing {
    width: 100%;
    margin-top: 50px;
}

.service-item {
    margin-bottom: 50px;
}

.service-item .row {
    gap: 50px;
}

.service-item img {
    border-radius: 20px 20px 20px 70px;
}

.service-item h2 {
    text-align: left;
}

.service-item p {
    width: 80%;
    text-align: left;
    margin: 0 0 40px 0;
}

.service-item-btn {
    display: flex;
    align-items: center;
    gap: 60px;
}

.btn-primary a {
    text-decoration: none;
    background: #000;
    padding: 17px 50px 17px 20px;
    color: white !important;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
    display: block;
    position: relative;
    transition: 0.5s all ease;
    border: 1px solid #000;
}

.btn-primary a::before {
    position: absolute;
    content: '';
    background: url(../images/btn-white-arrow.svg);
    height: 18px;
    width: 22px;
    right: 18px;
    bottom: 22px;
    background-size: cover;
}

.btn-secondary a {
    text-decoration: none;
    background: #fff;
    padding: 17px 50px 17px 20px;
    color: #000 !important;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 600;
    display: block;
    border: 1px solid #000;
    position: relative;
}

.btn-secondary a::before {
    position: absolute;
    content: '';
    background: url(../images/btn-black-arrow.svg);
    height: 18px;
    width: 22px;
    right: 18px;
    bottom: 22px;
    background-size: cover;
}

/* Shopify Banner */

.shopify-banner {
    padding-top: 50px;
}

.shopify-banner .row {
    gap: 30px;
    background-image: url(../images/shopify-banner-shape.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 35px 96px 50px 40px;
}

.shopify-banner h2 {
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 40px;
}

.shopify-banner p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px 0;
}

.shopify-banner-btn {
    display: flex;
    align-items: baseline;
    gap: 50px;
}

.shopify-banner-btn .btn-secondary a {
    border-color: #fff;
}

/* Portfolio Section */

.poortfolio-sec {
    padding: 50px 0;
}

.poortfolio-sec h2 {
    text-align: center;
    font-size: 36px;
    color: #212529;
    margin-bottom: 20px;
}

.poortfolio-sec p {
    text-align: center;
}

.portfolio-tabs {
    margin: 50px 0 0 0;
}

.portfolio-tabs .tab-buttons {
    text-align: center;
    margin: 0px 0 40px 0;
}

.portfolio-tabs button {
    position: relative;
    font-size: 16px;
    color: #b9b9b9;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 10px;
    padding: 10px 10px;
    cursor: pointer;
    border: magenta;
    background: none;
}

.portfolio-tabs button.active {
    color: #93be47;
    border-bottom: 2px solid;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.portfolio-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.portfolio-img:hover img {
    object-position: bottom center !important;
    transition-duration: 3s;
}

.portfolio-inner .portfolio-img {
    width: 49%;
}

.portfolio-inner .portfolio-img img {
    width: 100%;
    max-width: 100% !important;
    height: 360px;
    object-position: center top;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    object-fit: cover;
    transition-duration: 3s;
}

.portf-multi-btm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portf-multi-btm a {
    width: 48%;
}

/* Pricing Section */

.pricing-sec {
    padding: 50px 0;
    background: #f8f8f8;
}

.pricing-sec h2 {
    text-align: center;
    font-size: 36px;
    color: #212529;
    margin-bottom: 35px;
}

.pricing-sec .row {
    gap: 25px;
    flex-wrap: wrap;
}

.pricing-col {
    width: 32%;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    padding: 65px 45px 45px;
    text-align: center;
    margin-top: 30px;
    transition: 0.5s all ease;
    position: relative;
    overflow: hidden;
}

.pricing-col:hover {
    transform: translateY(-20px);
}

.pricing-col:hover h4,
.pricing-col:hover h6 {
    color: #8cb746;
}

.pricing-col:hover h3 {
    color: #8cb746 !important;
}

.pricing-col:hover .btn-primary a {
    background: #8cb746;
    border: none;
}

span.package-badge {
    color: #fff;
    position: absolute;
    right: -48px;
    transform: rotate(45deg);
    padding: 0;
    top: 38px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 200px;
    text-align: center;
    margin: 0;
    font-weight: 600;
    background: linear-gradient(360deg, #008060, #008060);
}

.pricing-col h4 {
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 15px 0;
    color: #353535;
    transition: 0.5s all ease;
    line-height: 32px;
    min-height: 60px;
}

.pricing-col h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 62px;
    color: #7b7b7b;
    margin: 0 0 0px 0;
    transition: 0.5s all ease;
}

.pricing-col h6 {
    margin: -5px 0 20px 0;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
    width: 25%;
    position: absolute;
    top: 5px;
    left: 0px;
    background: #008060;
    padding: 12px 5px;
    border-radius: 20px 0px 20px 0;
}

.pkg-pricing {
    display: flex;
    align-items: center;
    margin: 0 0 0px 0;
    gap: 20px;
    justify-content: center;
}

.pkg-pricing h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 62px;
    color: #7b7b7b;
    text-decoration: line-through;
}

.pricing-col ul {
    margin: 30px 0 30px 0;
    max-height: 235px;
    overflow-y: scroll;
    transition: 0.5s;
    overflow-x: hidden;
}

/* Scrollbar styles */

.pricing-col ul::-webkit-scrollbar {
    width: 3px;
}

.pricing-col ul::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.02);
}

.pricing-col ul::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.pricing-col li {
    list-style-type: none;
    position: relative;
    color: #000;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 20px;
    transition: 0.5s;
    line-height: 25px;
}

.pricing-col li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition: 0.5s;
    background-color: #aec69f;
}

.pricing-col .btn-primary a::before {
    display: none;
}

.pricing-col .btn-primary a {
    padding: 15px;
    width: fit-content;
    margin: 0 auto;
}

/* Our Process Section */

.our-process-sec {
    padding: 70px 0 100px 0px;
    position: relative;
}

.our-process-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #1f1f26;
    width: 91%;
    z-index: -1;
    border-top-right-radius: 250px;
}

.our-process-sec .container-fluid {
    max-width: 80%;
    margin: 0 auto;
}

.our-process-sec h2 {
    text-align: left;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.our-process-sec p {
    font-weight: 400;
    font-size: 24px;
    width: 70%;
    color: #b3b3b5;
}

.process-inner .row {
    align-items: flex-start;
    padding-top: 50px;
    justify-content: space-between;
}

.process-col {
    width: 32%;
    position: relative;
}

.process-col img {
    width: 100%;
    border-radius: 30px;
    height: 340px;
    object-fit: cover;
}

.process-cntn {
    position: absolute;
    left: 150px;
    right: 15px;
    bottom: 0;
    transform: translateY(17px);
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.process-cntn h5 {
    font-size: 16px;
    font-weight: 700;
}

.process-cntn p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    width: 100%;
    margin: 20px 0 30px 0;
}

.step-1::before,
.step-2::before,
.step-3::before {
    position: absolute;
    top: -35px;
    color: #fff;
    font-size: 75px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: 'Poppins';
}

.step-1::before {
    content: "1";
}

.step-2::before {
    content: "2";
}

.step-3::before {
    content: "3";
}

/* Testimonial Section */

.testi-sec {
    padding: 50px 0;
    background: linear-gradient(0deg, rgba(149, 191, 71, 1) 0%, rgba(94, 141, 63, 1) 100%);
}

.testi-sec h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 36px;
    color: #fff;
}

.testi-sec h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
}

.row.testi-slider {
    flex-direction: column;
}

.testi-slide {
    width: 100%;
    display: flex !important;
    align-items: center;
    gap: 60px;
    justify-content: space-around;
}

.testi-left {
    position: relative;
}

.testi-left img {
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

.testi-left::before {
    content: '';
    position: absolute;
    top: calc(0% - 44px);
    right: -56px;
    width: 200px;
    height: 200px;
    background-image: url(../images/eclipse-1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.testi-left::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -50px;
    width: 120px;
    height: 120px;
    background: url(../images/eclipse-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.testi-slide .testi-right {
    width: 40%;
}

.testi-right p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.testi-right p::before {
    position: absolute;
    content: '"';
    top: -70px;
    font-size: 70px;
    font-family: auto;
    left: -6px;
}

.testi-right h5 {
    font-size: 20px;
    font-weight: 600;
}

.slick-dots li button::before {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 40px;
}

.testi-sec .slick-track {
    display: flex;
    gap: 20px;
}

/* Reviews Section */

.reviwes-sec h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.reviwes-sec h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    line-height: 35px;
    padding: 20px 0 0 0;
}

.reviews-col {
    width: 32%;
    background: #fff;
    padding: 20px;
    margin: 0 0 10px 0;
    border-radius: 20px;
}

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

.reviws-top h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.reviews-bottom p {
    font-size: 16px;
    height: 190px;
    overflow-y: scroll;
    padding: 0 10px 0 0px;
}

.reviews-bottom {
    padding-top: 15px;
    border-top: 1px solid #767676;
    margin: 15px 0 0 0;
}

.reviews-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 0 0;
}

.reviews-bottom p::-webkit-scrollbar {
    width: 0.3em;
    border-radius: 18px;
}

.reviews-bottom p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 13px !important;
}

.reviews-bottom p::-webkit-scrollbar-thumb {
    background-color: #90ba46;
    outline: 1px solid #90ba46;
    border-radius: 40px;
}

/* Video Reviews */

.video-reviews {
    padding: 50px 0 10px 0;
}

.video-reviews h2.global-h2 {
    text-align: center;
    margin: 0 0 40px 0;
    color: #000;
    font-size: 36px;
    line-height: 45px;
}

.video-reviews .video-col {
    width: 33%;
}

.video-reviews .video-col iframe {
    width: 100%;
}

.video-reviews .row-flex.align-center {
    gap: 14px;
    margin-bottom: 30px;
}

.video-reviews button.slick-prev.slick-arrow {
    height: 26px;
    width: 26px;
    border-radius: 50px;
}

.video-reviews .slick-prev:before {
    border-radius: 80px;
    color: #000;
    font-size: 30px;
}

.video-reviews .slick-next:before {
    border-radius: 80px;
    color: #000;
    font-size: 30px;
}

.vid-rev-slider .slick-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.90);
}

.vid-rev-slider .slick-center {
    transform: scale(1) translateY(-10px);
}

.video-reviews .btn-primary {
    text-align: center;
    margin: 0 auto;
}

/* Ready Section */

.ready-sec {
    padding: 70px 0;
}

.ready-inner {
    background-image: url(../images/footer-top-banner.png);
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 160px;
}

.ready-inner h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}

.ready-inner p {
    font-weight: 300;
    font-size: 16px;
    color: #bcbcbd;
    margin: 0 0 60px 0;
}

.ready-inner .banner-btn-1 a {
    width: fit-content;
    margin: 0 auto;
}

/* Footer */

.footer {
    padding: 30px 0;
}

.ftr-shopify-logo img {
    width: 60%;
    padding: 20px 0 0 10px;
}

.ftr-col-left {
    width: 33%;
    height: 100%;
    position: relative;
    padding: 30px 0px 25px 0px;
}

.ftr-col-mid {
    width: 33%;
    padding: 0 0 0 30px;
}

.ftr-col-end {
    width: 33%;
}

.footer li {
    list-style-type: none;
}

.footer li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 0 30px 0;
    display: block;
}

.ftr-img-b {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 20px 0;
}

.ftr-img-b p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.ftr-img-b p a {
    text-decoration: none;
    color: #000;
}

ul {
    padding: 0;
}

.copyright {
    text-align: center;
    padding: 20px 0 0 0;
}

.copyright p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #7d7f7b;
}

/* Review Rating Section */

.rev-rat-sec {
    padding: 60px 0 10px 0;
}

.rev-rat-sec h2 {
    text-align: left;
    font-size: 32px;
    margin: 0 0 10px 0;
    width: 100%;
}

.rev-rat-sec .rev-rat-col {
    width: 25%;
    text-align: center;
}

.rev-rat-sec .rev-rat-col img {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    object-fit: contain;
}

/* Popup Styles */

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    width: 70%;
    height: 90%;
    padding: 2rem 3rem;
    box-shadow: inset 0 0 250px 0 rgb(0 0 0);
    border-radius: 15px;
    background: #008060;
    border: 1px solid #fff;
    overflow: auto;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    background: #fff;
    border-radius: 39px;
    width: 35px;
    text-align: center;
}

.contact-info-1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #5c4283;
    margin-left: 20px;
}

.contact-info-1 h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.contact-info-1 a {
    color: #fbf7f7;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin: 20px 0 10px 0;
    text-decoration: none;
}

.popup-head h4 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 0;
}

.popup-head h5 {
    font-size: 65px;
    color: #fff;
    line-height: 70px;
    font-weight: 500;
}

.popup-mid {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    gap: 20px;
}

.popup-left {
    width: 40%;
}

.popup-right {
    width: 40%;
}

.popup-left label {
    display: none;
}

.popup-left input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

.popup-left textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 120px;
    border-radius: 15px;
    padding: 20px 15px 0 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

.popup-left button {
    display: block;
    background: #000;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    transition: .5s ease-in-out;
    cursor: pointer;
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
}

.popup-content .form-check label {
    display: block;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 15px;
}

/* Chat Button Styles */

.chaticon {
    display: flex;
    align-items: center;
    gap: 40px;
}

.chaticon p {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.chatbtn {
    position: relative;
    padding: 15px 50px 15px 20px;
    margin: 0 0 20px 0;
    position: fixed;
    bottom: 420px;
    right: -206px;
    background: #fff;
    box-shadow: 0 0 40px #00000026 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.chatbtn::before {
    position: absolute;
    content: '';
    background: linear-gradient(360deg, #008060, #008060);
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.chatbtn img {
    position: relative;
    width: 10%;
}

.chatbtn-2 {
    bottom: 340px;
    right: -220px;
}

.chatbtn:hover {
    right: 0;
    transition: ease-in-out 0.5s;
}

.chatbtn a {
    text-decoration: none;
}

.sixty-pct-disc {
    background: #008060;
    position: fixed;
    right: -100px;
    bottom: 190px;
    padding: 20px 15px 16px 20px;
    transform: rotate(90deg);
    width: fit-content;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sixty-pct-disc p {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.sixty-pct-disc a {
    text-decoration: none;
    color: #fff;
}

/* Thank You Section */

.thank-you-sec {
    background: url(../images/banner_bg_lefy.png);
    height: 100vh;
    display: flex;
    align-items: anchor-center;
    background-size: cover;
    background-repeat: no-repeat;
}

.thank-you-sec h2 {
    color: #fff;
    font-size: 100px;
    font-weight: 500;
    width: 80%;
    line-height: 120px;
}

.thank-you-sec p {
    color: #fff;
    font-size: 20px;
    margin: 30px 0 0 0;
}

.thank-you-sec h2 b {
    color: #8EBA45;
    text-decoration: underline;
}

/* Policies Section */

.policies-bg {
    display: flex;
    align-items: anchor-center;
    padding-top: 180px;
    background: #1f1f26;
    position: relative;
    padding-bottom: 50px;
}

.policies-bg h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.policies-bg h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}

.policies-bg p {
    color: #fff;
    margin: 10px 0 20px 0;
    font-size: 16px;
    line-height: 24px;
}

.policies-bg ul {
    padding: 0 0 0 20px;
}

.policies-bg ul li {
    color: #fff;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.form-check input[type="checkbox"] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 8px;
    margin-top: 3px;
}

.form-check label {
    font-family: 'Poppins';
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.logo-left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo-right {
    width: 48%;
}

.logo-right a {
    text-align: justify;
    display: flex;
    justify-content: flex-end;
}

/* Hover States */

.banner-btn-1 a:hover {
    background: transparent;
    color: #009bd6;
    transform: translateY(-5px);
    transition: ease-in-out 0.5s;
}

.banner-btn-2 a:hover {
    background-color: transparent;
    color: #009bd6;
    transform: translateY(-5px);
    transition: ease-in-out 0.5s;
}

.btn-primary a:hover {
    background: none;
    border: 1px solid;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #000 !important;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-primary a:hover::before {
    filter: brightness(0.0);
}

.btn-secondary a:hover {
    background: #000;
    transition: ease-in-out 0.5s;
    color: #fff !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
}

.btn-secondary a:hover::before {
    filter: invert(1);
}

.shopify-banner-btn .btn-secondary a:hover {
    border-color: #000;
}

.rev-rat-sec .row {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    align-items: center;
}

.rev-rat-col p {
    =: fit-content;
    text-align: center;
    color: #6D6E71;
    margin: 0 !important;
    width: fit-content;
    font-weight: 600;
}

img.star-img {
    width: 33% !important;
    height: 100% !important;
    margin: 0 !important;
}

.rev-rat-sec p {
    margin: 0 0 18px 0;
}

.valued-logo {
    width: 22%;
}

.shopify-logo {
    width: 20%;
    position: relative;
}

.shopify-logo::before {
    position: absolute;
    content: '';
    background: #fff;
    left: -8px;
    height: 90%;
    width: 2px;
}

.copyright p a {
    color: #90bb46;
}

.rating-div {
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    gap: 10px;
    padding-top: 7px;
}

.fixed-form-sec {
    background: #fff;
    padding: 30px;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    position: fixed;
    right: -376px;
    bottom: 90px;
}

.fixed-form-sec h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.fixed-form-sec input {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 10px 0;
}

.fixed-form-sec textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    outline: 0 !important;
    margin: 0 0 10px 0;
    height: 90px;
}

.fixed-contact-fields {
    display: flex;
    gap: 15px;
}

.fixed-form-sec button.submit-btn {
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
    border: none;
    background: #008060;
    color: #fff;
    font-size: 16px;
}

.fixed-form-sec::before {
    position: absolute;
    content: '60% Off On All Services';
    background: #008060;
    left: -147px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Outfit';
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    transform: rotate(270deg);
    bottom: 94px;
    cursor: pointer;
    border-radius: 20px 20px 0px 0;
}

.fixed-form-sec:hover {
    right: 0;
    transition: ease-in-out 0.5s;
}

.fixed-form-sec .form-check a {
    color: #008060;
}

.fixed-form-sec .form-check label {
    margin: 0 0 10px 0;
}

.popup-content .form-check label a {
    color: #fff;
}

.review-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    font-family: Arial, sans-serif;
    \: 40px auto;
}

.review-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    width: 23%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.review-header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
}

.review-header .info .name {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 500;
}

.review-header .info .time {
    font-size: 12px;
    color: gray;
}

.review-stars {
    color: #fbbc04;
    font-size: 23px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    min-height: 74px;
    font-family: 'Poppins';
}

.review-footer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    margin-top: auto;
}

.review-footer img {
    height: 22px;
}

.review-header .avatar img {
    width: 100%;
}

.review-text a {
    color: #999999;
}

.review-footer a {
    display: flex;
    align-items: anchor-center;
    gap: 9px;
    text-decoration: none;
    color: #197bff;
    font-size: 13px;
}

.testi-sec ul.slick-dots {
    bottom: -40px;
}

/* Media Queries */

@media screen and (max-width: 1400px) {
    .header-area h2 {
        font-size: 38px;
    }
    .header-area h2 span.counterup {
        font-size: 38px;
    }
    .container {
        max-width: 1140px;
    }
    .banner-cntnt h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 37px;
    }
    .icon-img-b::before {
        right: 17px;
    }
    .service-right-col {
        width: 50%;
    }
    .service-item img {
        width: 100%;
    }
    .service-left-col {
        width: 50%;
    }
    .pricing-col {
        width: 30%;
    }
    .pricing-sec .row {
        gap: 0;
        justify-content: space-around;
    }
    .pricing-col li {
        font-size: 16px;
        line-height: 24px;
    }
    .our-process-sec h2 {
        font-size: 42px;
    }
    .our-process-sec p {
        font-size: 20px;
    }
    .our-process-sec .container-fluid {
        max-width: 91%;
    }
    .process-cntn p {
        font-size: 14px;
    }
    .ready-inner {
        padding-bottom: 70px;
    }
    .banner-cntnt {
        padding-bottom: 50px;
        padding-top: 160px;
    }
    .process-cntn {
        left: 70px;
    }
    .ready-sec {
        padding-top: 50px;
    }
    .thank-you-sec h2 {
        font-size: 80px;
        line-height: 85px;
        margin: 50px 0 0 0;
        width: 100%;
    }
    .testi-sec h2 {
        font-size: 32px;
    }
    .banner-cntnt p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-btn {
        margin: -13px 0 0 0;
    }
    .rev-rat-sec .row {
        padding: 10px 0;
    }
    .rev-rat-col p {
        margin: 4px 0 5px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .hero-area::after {
        display: none;
    }
    .fixed.btns {
        display: none;
    }
    .row {
        flex-direction: column;
    }
    .col-lg-6.col-sm-12.left-col {
        flex-direction: column;
    }
    .hero-area::before {
        display: none;
    }
    .hero-area {
        background: #000;
    }
    .container {
        padding: 0 20px;
    }
    .header-area img {
        width: 100%;
        margin: 0 0 13px 0;
    }
    .header-area h2 {
        font-size: 26px;
    }
    .header-area h2 span.counterup {
        font-size: 26px;
    }
    .counterlist {
        text-align: center;
        margin: 6px 0 0 0;
    }
    .header-area .left-col {
        width: 100%;
        flex-direction: row !important;
    }
    .header-area span {
        font-size: 16px;
    }
    .banner-cntnt {
        padding: 120px 0 40px 0;
    }
    .banner-cntnt h2 {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }
    .banner-cntnt p {
        text-align: center;
        width: 100%;
        font-size: 16px;
    }
    .banner-btn-1 a {
        padding: 12px 50px 12px 25px;
        font-size: 14px;
    }
    .banner-btn {
        gap: 15px;
        justify-content: center;
    }
    .banner-btn-2 a {
        padding: 12px 25px;
        font-size: 14px;
    }
    .banner-btn-1 a::before {
        height: 12px;
        width: 24px;
        right: 15px;
        bottom: 17px;
    }
    .firstlinef {
        flex-direction: column;
    }
    .after-ban-sec,
    .services-main,
    .shopify-banner,
    .our-process-sec,
    .ready-sec {
        display: none;
    }
    .poortfolio-sec h2,
    .pricing-sec h2,
    .testi-sec h2,
    .rev-rat-sec h2,
    .video-reviews h2.global-h2,
    .policies-bg h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .portfolio-tabs button {
        padding: 0;
        font-size: 14px;
    }
    .portfolio-img {
        width: 100% !important;
    }
    .pricing-col {
        width: 100%;
        padding: 30px 35px;
        margin: 20px 0 0 0 !important;
    }
    .pricing-col h4 {
        font-size: 23px;
    }
    .pricing-col h3 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .pricing-col .btn-primary a {
        font-size: 16px;
        padding: 12px 20px;
    }
    .pricing-col h6 {
        margin: -20px 0 20px 0;
    }
    .ftr-col-mid {
        width: 100%;
        padding: 0;
    }
    .ftr-col-left {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .footer {
        background: #f8f8f8;
    }
    .footer img {}
    .footer li a {
        /* color: #fff; */
        text-align: center;
        padding: 0 0px 15px 0;
    }
    .ftr-img-b img {
        /* filter: invert(1); */
    }
    .ftr-img-b p {
        /* color: #fff; */
    }
    .ftr-img-b p a {
        /* color: #fff; */
    }
    .ftr-col-end {
        width: 100%;
        text-align: center;
    }
    .ftr-img-b {
        justify-content: center;
    }
    .testi-slide {
        flex-direction: column;
        gap: 0;
    }
    .testi-left::after,
    .testi-left::before {
        display: none;
    }
    .testi-slide .testi-right {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .testi-right p {
        font-size: 16px;
        line-height: 24px;
    }
    .testi-right p::before {
        top: -16px;
    }
    .testi-sec {
        padding: 50px 0 50px 0;
    }
    .testi-sec h4 {
        font-size: 18px;
    }
    .popup-content {
        padding: 30px 20px;
        width: 90%;
    }
    .popup-content h4 {
        font-size: 20px;
    }
    .popup-head h5 {
        font-size: 35px;
        line-height: 40px;
        margin: 15px 0 0 0;
    }
    .popup-mid {
        flex-direction: column;
    }
    .popup-left,
    .popup-right {
        width: 100%;
    }
    .popup-mid {
        margin-top: 25px;
    }
    .popup-left input,
    .popup-left textarea {
        margin-bottom: 20px;
    }
    .contact-info-1 h6 {
        font-size: 20px;
    }
    .thank-you-sec h2 {
        font-size: 25px;
        line-height: 35px;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }
    .thank-you-sec p {
        text-align: center;
        font-size: 16px;
    }
    .policies-bg h4 {
        font-size: 22px;
    }
    .rev-rat-sec .row {
        flex-direction: row;
    }
    .rev-rat-sec .rev-rat-col img {
        width: 87%;
    }
    .video-reviews {
        padding: 50px 0;
    }
    br {
        display: none;
    }
    .video-reviews button.slick-arrow {
        bottom: -60px;
        top: auto;
        right: 0;
    }
    .video-reviews button.slick-prev.slick-arrow {
        left: -20px;
        right: 0;
        margin: 0 auto;
    }
    .video-reviews button.slick-next.slick-arrow {
        left: 40px;
        right: 0;
        margin: 0 auto;
        bottom: -51px;
    }
    .pkg-pricing h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .valued-logo {
        width: 55%;
    }
    .logo-left {
        gap: 15px;
    }
    .shopify-logo::before {
        left: -4px;
        top: 0px;
        height: 70%;
    }
    .shopify-logo {
        width: 45%;
    }
    .rev-rat-sec .rev-rat-col {
        width: 47%;
    }
    .rev-rat-sec .row {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        margin: 16px 0 0 0px;
        border-radius: 20px;
        padding: 12px;
    }
    .rev-rat-col p {
        margin: 0px 0 0 0 !important;
    }
    img.star-img {
        width: 50% !important;
    }
    .portfolio-img:hover img {
        object-position: center top !important;
        transition-duration: 3s;
    }
    .rating-div {
        margin: -9px 0 0 0px;
    }
    .fixed-form-sec {
        display: none;
    }
}

.footer .row {
    align-items: flex-start;
}

.footer .ftr-col-left {
    padding-top: 0px;
}

.ftr-valued-logo img {
    width: 75%;
}

.valued-logo img {
    filter: brightness(0) invert(1);
}

.popup-left input[type="submit"] {
    margin-bottom: 20px;
    margin-top: 25px;
    cursor: pointer;
    background: #000;
    color: white;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    border-color: #000;
}

input.submit-btn {
    margin-bottom: 20px;
    margin-top: 25px;
    cursor: pointer;
    background: #008060;
    color: white;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    border-color: #008060;
}

a.zendesk-btn.chat {
    cursor: pointer;
}

.chatbtn {
    cursor: pointer;
}