/* Imports */
/* Icons */
@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
/* Fonts */
@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");

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #00162c;
    --primary: #91C03E;
    --secondary: #0a406e;
}

::selection {
    background-color: var(--secondary);
    color: var(--white);
}

/* General Styling */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    overflow-wrap: break-word;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

body {
    overflow-x: clip;
    /* overflow-y: scroll; */
}

a,
button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
}

ul,
ol,
dl,
address,
label,
figure {
    margin-bottom: 0;
}

p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
}

section {
    position: relative;
    padding: 5rem 0;
}

/* LENIS */
html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

/* THEMEBTN */
.themeBtn {
    width: fit-content;
    display: block;
    background-color: var(--primary);
    color: var(--white);
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0.8125rem 1.5625rem;
}

.themeBtn.borderBtn {
    background: transparent;
    border-color: var(--white);
}

.themeBtn--gradient {
    background: -webkit-linear-gradient(180deg,
            var(--secondary),
            var(--primary));
}

.themeBtn--light {
    background: var(--white);
    color: var(--secondary);
}

.themeBtn:hover {
    color: var(--white);
    transform: translateY(-5px);
}

.themeBtn--light:hover {
    color: var(--secondary);
}

.BtnTheme2 {
    background-color: var(--black);
    color: var(--primary);
    font-size: 1rem;
    border-radius: 5px;
    padding: 6px 1.25rem;
    transition: 0.3s ease-in;
    border: 1px solid var(--black);
}

.BtnTheme2:hover {
    background: var(--primary);
    color: var(--black);

}

/* Headings */
.heading {
    font-size: 4.125rem;
    font-weight: 600;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
}

.subHeading {
    width: fit-content;
    font-size: 1.0625rem;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(45deg, transparent, #5cdc95, transparent);
}

.subHeadingDark {
    background: linear-gradient(45deg, transparent, #0a416e, transparent);
}

.para {
    text-align: center;
    font-size: 1rem;
}

header {
    position: absolute;
    top: 10px;
    z-index: 9999;
    width: 100%;
}

.topbar {
    background: var(--primary);
    padding: 5px 0;
    border-radius: 50px;
    margin: 10px 20px 0;
}

.topbarWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.topbarWrap p {
    margin: 0;
    color: #fff;
}

.topbarWrap u {
    text-decoration: underline 2px !important;
    font-weight: 600;
    cursor: pointer;
}

nav {
    padding: 1rem 0 !important;
}

.navbar-brand img {
    filter: brightness(0) invert(1);
    width: 200px;
}

.navbar .nav-link {
    color: var(--white) !important;
    margin-left: 1rem;
}

.navbar-nav {
    margin-right: 7rem !important;
    justify-content: end !important;
    width: 100%;
}

.callBtn {

    display: flex;
    gap: 10px;
    font-size: 15px;
    background-color: var(--white);
    color: var(--primary);
    border-radius: 5px;
    padding: 6px 1.25rem;
    transition: .3s ease-in;
    border: 1px solid var(--black);
}

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

.callBtn i {
    margin-top: 6px;
}

.callBtn p {
    font-size: 14px;
    margin: 0;
    color: var(--primary);
    font-weight: 700;
}

.blink {
    animation: blinker 0.5s step-start infinite;
}

.blink {
    animation: blinker 0.5s step-start infinite;
}



@keyframes blinker {
    50% {
        color: #091828;
    }
}

.contactInfo {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.banner {
    background: url(../images/shopify.png) no-repeat center / cover;
    padding: 12rem 0 6rem 0;
    border-radius: 30px;
}

.bannerBtn .themeBtn:nth-child(2),
.contactInfo .themeBtn {

    background: transparent;

    border-color: var(--primary);

    color: var(--primary);
}

.banner h1 {
    width: 98%;
    color: var(--white);
    font-size: 2.75rem;
}

.banner h1 span {
    color: var(--primary);
    font-weight: 800;
}

.banner h1 del {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.banner p {
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
    width: 75%;
    line-height: 25.5px;
    margin: 1.5rem 0 2rem;
}

.banner h1 del::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background: red;
    transform: rotate(-15deg);
}

.banner ul {
    color: var(--white);
    margin-left: 6px;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.banner ul li {
    font-size: 0.9375rem;
    margin-bottom: 6px;
}

.banner ul li i {
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}

.bannerBtn {
    gap: 1rem;
    margin-bottom: 2rem;
}

.bannerForm {
    background: var(--primary);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 3px 6px #91c03e24;
}


.bannerForm input::placeholder,
.bannerForm textarea::placeholder {
    color: var(--black);
}

.bannerForm select {
    color: var(--black);
}

.bannerForm textarea,
.bannerForm select,
.bannerForm input {
    background: #fff;
    border: none;
    margin-bottom: 1rem;
    font-size: 14px;
}

.themeBtn-black {
    background: var(--black);
    color: var(--primary);

}

.bannerForm button {
    margin-top: 1rem;
}

.bannerForm p {
    margin-top: 1rem;
    width: 100%;
    color: #fff;
    font-weight: 500;
}

.bannerForm h4 {

    font-size: 2.25rem;

    text-align: center;

    font-weight: 700;

    margin: 0;
}

.bannerForm h4 span {

    color: var(--white);

    font-weight: 800;
}

.bannerForm h5 {

    font-size: 1.625rem;

    text-align: center;

    font-weight: 600;

    margin-bottom: 1rem;
}

.brands {
    background: #edfbf4;
    padding: 1rem;
}

.brands p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.11;
    border-right: 1px solid var(--primary);
    padding-right: 5rem;
}

.brands p span {
    color: var(--primary);
}

.brands .swiper-wrapper {
    display: flex;
    align-items: center;
}

.brands .swiper-slide img {
    width: 75%;
    height: auto;
}

.portfolio .nav-tabs {
    justify-content: center;
    border: none !important;
    margin: 2rem 0;
}

.portfolio .nav-tabs .nav-item a {
    border: none !important;
    color: var(--black);
    border-radius: 10px;
}

.portfolio .nav-tabs .nav-link.active {
    background: var(--primary);
    color: var(--black);
}

.portfolio-Box {
    display: block;
    margin-bottom: 2rem;
}

.portfolio-Box img {
    width: 100%;
    height: 100%;
}

.portfolio .swiper-pagination-bullet-active {
    background: var(--primary);
}

.text h5 {
    font-size: 17rem;
    color: #91c03e24;
    text-align: center;
    font-weight: 800;
    line-height: 0.95;
    text-transform: capitalize;
}

.themenbtnwhite{
    background-color: #fff !important;
    color: #000 !important;
}

.text {
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: -1;
}


.cta {
    /* background: url(../images/ctgreen.webp) no-repeat center/cover; */
    background: linear-gradient(-90deg, #9e0dcebf 0%, #5d0dcead 100%);    padding: 4rem 0;
    margin: 0 10px;
    border-radius: 40px;
    z-index: 1;
}
.img-left {
    width: 350px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.img-right {
    width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cta img {}

section.cta h2 {
    font-size: 3.5rem;
    text-align: center;
    font-weight: bold;
}

.ctaBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.ctaBtn .callBtn i {
    font-size: 1.85rem;
    margin-top: 10px;
}

.ctaBtn .callBtn span {
    font-size: 10px;
}

.ctaBtn .callBtn p {
    font-size: 1rem;
}

.ctaBtn .callBtn {
    color: var(--black);
}

.cta .callBtn img {
    margin-top: 10px;
    filter: brightness(0) !important;
}

section.packages .heading {
    margin-bottom: 3rem;
}

.packages .container {
    position: relative;
}

.packageBox {
    background: var(--black);
    color: var(--white);
    padding: 2rem;
    border-radius: 15px;
}

.packageBox .title {
    text-align: center;
    background: var(--primary);
    color: var(--black);
    padding: 6px 0;
    border-radius: 3px;
}

.price {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 1.5rem 0;
}

.price h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
}

.price h5 {
    text-decoration: line-through !important;
    margin: 0;
}

.pkgList ul li:before {
    content: "✓";
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary);
    font-weight: 600;
    font-size: 10px;
    margin-right: 8px;
}

.pkgList ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.pkgList ul li:before {
    content: "✓";
    font-family: 'Font Awesome 6 Pro';
    color: var(--primary);
    font-weight: 600;
    font-size: 10px;
    margin-right: 8px;
}

.pkgList ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.pkgList {
    height: 300px;
    overflow-y: scroll;
}

.pkgList::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.pkgList::-webkit-scrollbar-track {
    background: #1e1d1d;
}

/* Handle */
.pkgList::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 25px;
    margin: 5px
}




.pkgFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    align-items: center;
}

.pkgFooter .themeBtn {
    font-size: 14px;
    padding: 0.8125rem 1rem;
}

.chat span {
    font-size: 10px;
}

.chat p {
    font-size: 1rem;
}

.chat img {
    /* width: 25%; */
    filter: brightness(0) invert(1) !important;
    /* height: 44%; */
    margin-top: 10px !important;
}

.packageBox:hover {
    background: var(--primary);
    color: var(--black);
}

.packageBox:hover .title {
    background: var(--black);
    color: var(--primary);
}

.packageBox:hover .price h2 {
    color: var(--black);
}

.packageBox:hover .pkgList ul li:before {
    color: var(--black);
}

.packageBox:hover .themeBtn {
    background: var(--black);
    color: var(--primary);
}

.packageBox:hover .callBtn {
    color: var(--black);
}

.packageBox:hover .callBtn img {
    filter: brightness(0) !important;
}

.packages .swiper-button-next:after,
.packages .swiper-button-prev:after {
    color: var(--primary);
    font-weight: bold;
}

.packages .swiper-button-next {
    right: 10%;
}

.packages .swiper-button-prev {
    left: 10%;
}

.packages .themeBtn {
    display: flex;
    align-items: center;
    gap: 5px;
}


.subheading {
    color: var(--primary);
    font-size: 1rem;
}

section.about .heading {
    text-align: left;
    font-size: 48px;
    color: #02090A;
}section.about .heading span {
    color: #91C03E;
}

section#aboutSec p {
    color: #212529;
    font-weight: 300;
}

/* Services Start */
.services {
    background: #edfbf4;
}

.serviceSlider {
    height: 850px;
}

.serviceSlider1 {
    height: 800px;
}

.services-img {
    width: 100%;
    height: 100%;
}

.services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.services-content::before {
    content: '';
    width: 20%;
    height: 2px;
    background: var(--primary);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 100px;
    transition: all 300ms ease-in-out;
}

.services-content h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

.services-content p {
    height: 56px;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.serviceSlider::before,
.serviceSlider::after,
.serviceSlider1::before,
.serviceSlider1::after {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #edfbf4 20%, transparent);
    z-index: 2;
}

.serviceSlider1::after,
.serviceSlider::after {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #edfbf4 20%, transparent);
}

.serviceSlider::before {
    height: 340px;
    background: linear-gradient(180deg, #edfbf4dd, #edfbf4aa);
}

.serviceSlider::after {
    height: 340px;
    background: linear-gradient(180deg, #edfbf4aa, #edfbf4dd);
}

.services-content a {
    font-size: 1.5rem;
    color: var(--primary);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: all 300ms ease-in-out;
}

.serviceSlider .swiper-slide-active .services-content::before {
    width: 100%;
}

.serviceSlider .swiper-slide-active .services-content a {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Services End */

.trusted-brand {
    background: #edfbf4
}

.webdesignSlider img {
    width: 120px;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.trusted-brand.best_web .title {
    margin-bottom: 3rem;
}

.webdesignSlider {
    margin: 0 -16px;
}

.trusted-brand .swiper-wrapper,
.webdesignSlider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.industryBox {
    display: flex;
    align-items: center;
    gap: 5px
}

.industryBox h5 {
    font-size: 0.85rem;
    text-transform: capitalize
}

.webdesignSlider,
.webdesignSlider2 {
    margin-top: 2rem
}

.clients h4 {
    font-size: 1.3125rem;
    margin-bottom: 2rem;
    margin-top: 3rem;
}

.clients h4 span {
    font-size: 1rem;
    font-weight: 400;
}

.clients figure:before {
    content: "";
    box-shadow: 235px 0 200px 140px var(--primary);
}

.clients .swiper-pagination {
    /* margin-top:3rem */
}

.clients .swiper-pagination-bullet-active {
    background: var(--primary) !important
}

.clients .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 45px
}

footer {
    background: var(--black);
    padding: 1rem 0;
}

.footerWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerWrap ul {
    display: flex;
    color: var(--white);
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.footerWrap ul a {
    color: var(--white);
}

.footerWrap ul a:hover {
    color: var(--primary)
}

.footerWrap p {
    color: var(--white);
    font-size: 14px;
    margin: 0;
}

.footerWrap p span {
    color: var(--primary);
}

#loom-companion-mv3 {
    display: none !important
}

/* Modal */
.pricingModal {
    padding: 0 !important;
    z-index: 9999 !important;
}

.modal-open {
    padding: 0 !important;
}

.pricingModal .modal-dialog {
    max-width: 700px;
}

.pricingModal .modal-content {
    background: #1c1c1ccf;
    padding: 2rem;
    backdrop-filter: blur(4px);
    border: 2px solid #313131;
    border-radius: 1.25rem;
}

.pricingModal .modal-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.5rem;
    text-align: center;
    color: var(--white);
}

.pricingModal .modal-title {
    padding-bottom: 2rem;
}

.pricingModal .modal-price {
    font-size: 1.85rem;
    margin: 0 0 1rem;
    font-family: var(--font-poppins);
}

.pricingModal .close {
    position: absolute;
    top: -1rem;
    right: -1rem;
    outline: none;
    width: 38px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--primary);
    font-size: 1rem;
    opacity: 1;
}

.pricingModal .close span {
    color: #fff;
}

.pricingForm-wrap {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.pricingForm-group {
    width: 100%;
}

.pricingForm label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--white);
    text-transform: capitalize;
    margin: 0 0 0.5rem;
}

.pricingForm :is(input, textarea, select) {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border-radius: 0.625rem;
    background: #fff;
    font-size: 1rem;
    color: var(--black);
    border: none;
    outline: none;
    resize: none;
    margin-bottom: 1.25rem;
    caret-color: var(--black);
}

.pricingForm button {
    outline: none !important;
}

.cta2 .ctaBtn {
    width: 75%;
    margin: auto;
}

.next {
    padding: 0.8125rem 3.5625rem;
}

.nav-sticky {
    position: fixed;
    width: 99%;
    background: linear-gradient(45deg, #071a1b, #0c2420);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
}

.ClinetsSwiper a {
    color: var(--black);
}

.portfolio1,
.portfolio2,
.portfolio3,
.portfolio4,
.portfolio5,
.portfolio6,
.portfolio7 {
    display: none;
    padding-bottom: 4rem;
}

select option:nth-child(1) {
    display: none;
}


.packages .nav-tabs {
    justify-content: center;
    gap: 1rem;
    border: none;
    margin-bottom: 1rem;
}

.packages .nav-tabs a {
    color: var(--black);
    margin: 0;
    border-radius: 0.5rem;
}

.packages .nav-tabs a.active {
    background: var(--primary);
    color: var(--white);
}

.sweet-alert {
    z-index: 999999 !important;
}


.service-next,
.service-prev {
    top: auto;
    bottom: 3rem;
    color: var(--primary);
    font-weight: bold;
}

.textAnim {
    animation: highlightAnimation 2s infinite;
}

@keyframes highlightAnimation {
    0% {
        color: var(--primary);
        transform: scale(1);
        opacity: 1;
    }

    50% {
        color: var(--white);
        transform: scale(1.1);
        opacity: 0.9;
    }

    100% {
        color: var(--primary);
        transform: scale(1);
        opacity: 1;
    }
}


.free-logoBadge {
    width: 200px;
    position: absolute;
    top: -4rem;
    right: 0;
}

.form-logo {
    width: 90px;
    position: absolute;
    top: -2rem;
    left: -2rem;
}
/* step Modal css start */

.stepModal .customRadio input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.stepModal .customRadio input[type="radio"]+label {
    position: relative;
    padding: 0px 0 0 40px;
    cursor: pointer;
    margin-left: 44px;
    font-size: 14px;
    margin-top: 1rem
}

.stepModal .customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid var(--primary);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.stepModal .customRadio input[type="radio"]+label:after {
    content: '';
    background: var(--primary);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.stepModal .customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.stepModal .customCheckbox input[type="checkbox"] {
    position: absolute;
    left: -9999px
}

.customCheckbox input[type="checkbox"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
    color: rgb(120, 119, 121)
}

.stepModal .customCheckbox input[type="checkbox"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0
}

.stepModal .customCheckbox input[type="checkbox"]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #311B92 #311B92;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform 0.3s linear, opacity 0.3s linear
}

.stepModal .customCheckbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    color: #311B92
}

.stepModal .modal-title {
    font-weight: bold !important
}

.stepModal .modal-header,
.stepModal .modal-footer {
    border-bottom: 0;
    border-top: 0;
    max-width: 600px !important;
    position: relative
}

.stepModal .my_checkbox {
    margin-left: 3%
}

.stepModal .modal-content {
    width: 840px;
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 25px;
}

.stepModal .modal-footer {
    max-width: 480px !important;
    position: relative
}

.stepModal .modal-footer>:not(:last-child) {
    margin-right: 2rem
}

.stepModal .modal-footer>:not(:first-child) {
    margin-left: 0.5rem
}

.stepModal .modal-dialog {
    position: relative;
    width: auto;
    margin: 15rem auto 0;
    max-width: 600px
}

.stepModal .box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.stepModal button#nextbtn {
    background: linear-gradient(to right, var(--primary) 0, #69f2aa57 100%);
    border: none;
    color: black;
}

.stepModal button#backbtn {
    color: #333;
    border: 1px solid;
}

.stepModal .formtext {
    margin: 0px 0px 0px 33px;
}

.stepModal .modal-open .modal {
    background: #080808a8;
}
.stepModal h3 {
    font-size: 1.65rem;
}
.stepModal div#myModal .modal-dialog {
    top: 20%;
}

.stepModal .innerpage {
    padding: 60px 0 60px 0;
    margin: 45px 0 0 0;
}

.stepModal a.bynw.primary-btn {
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.stepModal .modal-body {
    border: none;
    border-radius: 0;
    height: auto !important;
}
#form6 input {
    margin: 0.4rem 0;
    margin-left: 15px;
}
 .btn-success {
    color: black;
    background-color: var(--primary);
    border-color: #28a745;
}
/* step modal css end */

.ctaBtn .themeBtn.themeBtn-black {
    padding: 0.8125rem 1rem;
}



.getctawrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.getctawrap h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

section.cta.cta2 p {
    font-size: 1rem;
    color: #02090A;
    width: 71%;
    margin: 1rem auto;
}


/* creator */
.creatortop h2 {
    font-size: 65px;
    font-weight: bold;
    color: #02090A;
}

.creatortop h2 span {
    color: #91C03E;
}

.creatortop p {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    width: 74%;
    margin: auto;
}

.creatortop {
    text-align: center;
    margin-bottom: 3.5rem;
}

.creatorcntnt h3 {
    font-size: 26px;
    font-weight: 600;
    color: #02090A;
}

.creatorcntnt p {
    font-size: 14px;
    color: #353535;
}

.creatorwraps figure {
    background: #91C03E45;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 15px;
}

.creatorwraps {
    display: flex;
    gap: 19px;
}

.creatorcntnt {
    flex: 1;
}

section.creator-section {
    background: #F9FFEE;
    z-index: 1;
    height: fit-content;
}

section.creator-section .text h5 {
    color: #000000;
    opacity: 2%;
}


/* creator */




section.whywork-section .text h5 {color: #000;opacity: 3%;line-height: 1.5;}

section.whywork-section .text {
    z-index: 1;
}

.faqs-section {
    background: #FDFFF9;
    z-index: 1;
    padding-top: 6rem;
}

section.whywork-section {
    padding-bottom: 0;
}

.faqs-section .text h5 {
    line-height: 0.85;
}


/* customize-seciton */
.customize-seciton{
    background: var(--black);
    border-radius: 40px;
    padding: 30px 0;
    height: fit-content;
    margin: 10px 10px 0;
}.customize-wraps h3 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    width: 68%;
}

.customize-wraps {
    display: flex;
    align-items: center;
    gap: 19px;
    position: relative;
}

.customize-wraps::before {
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #91C03E, #91C03E,#02090A);
    width: 1px;
    height: 42px;
    left: -1rem;
}.customize-wraps.firstcustom::before {
    content: unset;
}

/* customize-seciton */


/* why-work */
.worktop {
    background: linear-gradient(-90deg, #91c03eb8 0%, #a9d85691 100%);    padding: 90px;
    border-radius: 0 20px 20px 0;
}

.worktop .subHead {
    font-size: 1.125rem;
    color: #02090A;
    font-weight: 400;
}

.worktop .heading {
    color: #02090A;
    font-size: 66px;
    text-align: left;
}

.worktop p {
    font-size: 14px;
    font-weight: 400;
}

.workwrap h3 {
    font-size: 20px;
    font-weight: 400;
    color: #02090A;
}

.wrkcntnt h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #02090A;
}

.wrkcntnt p {
    font-size: 1rem;
    font-weight: 400;
    color: #02090A;
}

.workwrap {
    display: flex;
    gap: 1rem;
    border: 1px solid #02090A;
    border-radius: 18px;
    padding: 50px 28px;
    margin-bottom: 20px;
    transition: 0.5s ease;
}

.workwrap:hover {
    background: #000;
}

.workwrap:hover h3 {
    color: #fff;
}

.workwrap:hover .wrkcntnt h2 {
    color: #fff;
}

.workwrap:hover .wrkcntnt p {
    color: #fff;
}
/* why-work */
.serviceswraps h3 {
    font-size: 26px;
    font-weight: 600;
    color: #02090A;
    line-height: 36px;
    white-space: nowrap;
}

.serviceswraps p {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
}

.serviceswraps figure {
    background: #91c03e82;
    width: fit-content;
    padding: 19px 17px;
    border-radius: 15px;
}

.serviceswraps {
    padding: 36px 41px;
    border: 2px solid #91C03E;
    background: #91C03E0a;
    border-radius: 15px;
}

section.services-sec {
    padding: 5rem 0;
    background: #FDFFF9;
    z-index: 1;
    height: fit-content;
}

.serv-top .heading span {
    color: #91C03E;
}

.serv-top p {
    font-size: 14px;
    color: #212529;
    width: 76%;
    text-align: center;
    margin: 1rem auto 2rem;
}


.faqs-section #accordion .card {
    color: var(--white);
  }
  
  .faqs-title .mainHead {
    font-size: 3.4375rem;
  }
  
  .faqs-section #accordion .card {
    border: 0;
    background: transparent;
  }
  
  .faqs-section .card h4{
    color: #02090A;
    font-size: 22px;
    font-weight: 600;
  }
  
  .faqs-section #accordion .card .btn-link {
    --height: 2.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    text-transform: uppercase;
    background-color: transparent;
    margin: 1rem 0 0;
    border-radius: 18px;
    border: 1px solid #91C03E59;
  }
  
  .faqs-section #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    margin-right: 1rem;
    font-size: 1.875rem;
  }
  
  .faqs-section #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    color: #000;
  }
  
  .faqs-section #accordion .card .btn-link i::before {
    content: "\f107";
  }
  
  .faqs-section #accordion .card .btn-link.collapsed i::before {
    content: "\f105";
  }
  
  .faqs-section #accordion .card .card-body {
    padding: 1rem 0;
  }
  
  .faqs-section #accordion .card .card-body p {
    font-size: 1rem;
    color: #000;
  }
  
  .faqs-section #accordion .card [aria-expanded="true"] {
    background-color: transparent;
  }
  
  .faqs-title {
    text-align: center;
  }.faqs-title p {
    font-size: 14px;
    font-weight: 400;
    color: #212529;
    width: 60%;
    margin: 1rem auto 2rem;
}
.shopisrvcSlider {
    margin-right: -30rem;
    padding: 10px 0;
}
.shopisrvcSlider:before {
    content: '';
    position: absolute;
    right: 0;
    backdrop-filter: blur(7.9px);
    width: 392px;
    height: 100%;
    z-index: 11;
    border-radius: 15px;
    top: 0;
}


figure.work-img {
    width: 100%;
    position: sticky;
    top: 0;
    overflow: hidden;
}

figure.work-img img {
    width: 100%;
}
section#packagesSec {
    background: #FDFFF9;
    z-index: 1;
    padding-bottom: 0px;
}


.bg-testi {
    background: linear-gradient(-90deg, #91c03eb8 0%, #a9d85691 100%);      border-radius: 40px;
    padding: 5rem 0;
    overflow: hidden;
}

.bg-testi .d-flex {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bg-testi .serv-top .heading {
    color: #02090A;
    margin: 0;
}

.bg-testi .serv-top p {
    font-size: 16px;
    margin: 1rem auto 1.3rem;
}

.testomnial-content {
    border: 1px solid #ffff;
    border-radius: 30px;
    padding: 2rem 2rem;
    background: #000;
}

.testomnial-content p {color: #fff;line-height: 26px;font-weight: 400;margin: 0 0 1.5rem;}

.testi-user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testi-user figure {
    width: 62.15px;
    height: 62.15px;
    background: #000000;
    border-radius: 50%;
    font-size: 22.2px;
    color: #91C03E;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-user h4 {
    font-size: 14.8px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 4px;
}

.testi-user span {
    color: #FFF600;
    font-size: 12px;
}

.bg-testi .serv-top {
    margin-bottom: 3rem;
}

.testimonialSlider {
    margin: 0 -11rem;
    padding: 1.2rem 0;
}

.swiper-slide.swiper-slide-active .testomnial-content {
    transform: rotate(-3.32deg);
    margin-top: 24px;
    filter: blur(5px);
}

.testimonialSlider .swiper-wrapper {
    /* align-items: center; */
}

.swiper-slide.swiper-slide-duplicate-prev .testomnial-content {
    transform: rotate(3.32deg);
    margin-top: 20px;
    filter: blur(5px);
}
.ready-main {
    background: url(../images/footerbg.png) no-repeat top center / cover;
    width: 99%;
    margin: auto;
    border-radius: 30px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.ready-main .heading {
    color: var(--white);
    margin-bottom: 3rem;
}
.got-shpyfy h4 {
    font-size: 36px;
    color: var(--white);
    font-weight: bold;
    margin: 0 0 1rem;
}

.got-shpyfy p {
    color: var(--white);
    font-weight: 300;
    margin-bottom: 2.4rem;
}

.cal-eml {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cal-eml figure {
    width: 35px;
    height: 35px;
    background: #91C03E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.cal-eml div h5 {
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 4px;
}

.cal-eml div a {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}

.cal-eml+.cal-eml {
    margin-top: 2rem;
}

.ready-form form input {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 0.8rem;
    color: #fff;
}
.ready-form form select {
    width: 100%;
    height: 48px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 0.8rem;
    color: #fff;
}

.ready-form form input::placeholder {
    color: rgb(255 255 255 / 67%);
}

.ready-form form textarea {
    width: 100%;
    height: 143px;
    background: transparent;
    border: 1px solid var(--white);
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 0.8rem;
    resize: none;
    color: #fff;
}

.ready-form form textarea::placeholder {
    color: rgb(255 255 255 / 67%);
}

.ready-form form .themeBtn {
    width: 100%;
}
.copyrght {
    border-top: 1px solid rgb(255 255 255 / 50%);
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    padding: 1.5rem 0;
}

.copyrght p {
    color: var(--white);
    font-weight: 300;
    margin: 0;
}

.copyrght ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyrght ul li a {
    font-size: 1rem;
    color: var(--white);
    font-weight: 300;
    border-bottom: 1px solid;
}
section.testimonal-main {
    padding-bottom: 2rem;
    padding-top: 0;
    height: fit-content;
}
.wraper-baner {
    margin: 10px 10px;
}
.cta .text {
    left: 0;
    right: 0;
    text-align: center;
}

.cta .text h5 {
    color: #000000;
    opacity: 3%;
    line-height: 0.9;
}
section.testimonal-main .text {
    z-index: 1;
}

section.testimonal-main .text h5 {
    color: #000;
    opacity: 3%;
}


.packages .swiper-button-next {
    right: -50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
}
.packages .swiper-button-prev {
    left: -50px;
    background: var(--primary);
    color: var(--white);
    border-radius: 50px;
}
.footer-button{
    display: none !important;
}

.sliderrevision {
    overflow: hidden;
}
.chooseSlider {
    overflow: hidden;
}
.swiper.sliderfast {
    height: 184vh;
}

.swiper.sliderfast .swiper-slide {
    height: fit-content !important;
}


.shopipag .swiper-pagination,
.shopipag-1 .swiper-pagination,
.shopipag-2 .swiper-pagination,
.shopipag-3 .swiper-pagination
{
    display: none;
}


.hide{
    display: none;
}
.lock{
    display: none !important;
}
.customize-wraps img{
    /* filter: brightness(0) invert(1); */
}
.ready-form p{
    color: #fff;
}
.ready-form form .themeBtn{
    background-color: #fff;
    display: flex;
    justify-content: center;
}
.ready-form form .themeBtn:hover{
    color: #000;
}



.modal-backdrop {
    display: none !important
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal {
    background: rgba(0, 0, 0, .6);
    /* z-index: 9999999 !important */
}
.autoShowModal h3{
    font-size: 1.15rem;
}


.autoShowModal .customCheckbox input[type=checkbox],
.autoShowModal .customRadio input[type=radio] {
    position: absolute;
    left: -9999px;
}

.autoShowModal .customRadio input[type=radio]+label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    margin-left: 44px;
    font-size: 14px;
    margin-top: 1rem;
}

.autoShowModal .customRadio input[type=radio]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #91C03E;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.autoShowModal .modal-header {
    justify-content: end;
}

.newdf {
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 4px !important;
    margin-top: 14px !important;
}

.autoShowModal input {
    width: 89% !important;
    background-color: #e1e1e1;
}

.autoShowModal .customRadio input[type=radio]+label:after {
    content: '';
    background: #91C03E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform .3s linear, opacity .3s linear;
}

.autoShowModal .customRadio input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.customCheckbox input[type=checkbox]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
    color: #787779;
}

.autoShowModal .customCheckbox input[type=checkbox]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 0;
    left: 0;
}

.autoShowModal .customCheckbox input[type=checkbox]+label:after {
    content: '';
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #311b92 #311b92;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 5px;
    opacity: 0;
    transform: scale(2) rotate(-45deg);
    transition: transform .3s linear, opacity .3s linear;
}

.autoShowModal .customCheckbox input[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1) rotate(-45deg);
    color: #311b92;
}

.autoShowModal .modal-title {
    font-weight: 700 !important;
}

.autoShowModal .modal-footer,
.autoShowModal .modal-header {
    border-bottom: 0;
    border-top: 0;
    max-width: 600px !important;
    position: relative;
}

.autoShowModal .my_checkbox {
    margin-left: 3%;
}

.autoShowModal .modal-content {
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 25px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.autoShowModal .modal-footer {
    max-width: 600px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.autoShowModal .modal-footer>:not(:last-child) {
    margin-right: 2rem;
}

.autoShowModal .modal-footer>:not(:first-child) {
    margin-left: .5rem;
}

.autoShowModal .modal-dialog {
    position: relative;
    width: auto;
    max-width: 600px;
}

.autoShowModal .box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.autoShowModal button#nextbtn {
    background: linear-gradient(to right, #91C03E 0, #91C03E 100%);
    border: none;
    color: #fff;
}

.autoShowModal h6 {
    font-size: 20px;
}

.autoShowModal button#backbtn {
    border: 1px solid;
    background: linear-gradient(to right, #91C03E 0, #91C03E 100%);
    color: #fff;
}

.autoShowModal .modal-footer .col-5.justify-content-start {
    display: none;
}

.autoShowModal .modal-footer>:not(:last-child) {
    display: none;
}

.autoShowModal .modal-footer>:not(:first-child) {
    display: block;
}

.autoShowModal .formtext {
    margin: 0 0 0 33px;
}

.autoShowModal .modal-open .modal {
    background: #080808a8;
}

.autoShowModal h3 {
    font-size: 1.15rem;
}

.autoShowModal div#myModal .modal-dialog {
    top: 20%;
}

.autoShowModal .innerpage {
    padding: 60px 0;
    margin: 45px 0 0;
}

.autoShowModal a.bynw.primary-btn {
    color: #fff;
    cursor: pointer;
    padding: 0;
}

.modal.show .modal-dialog {
    transform: none;
    min-height: calc(100% - 1rem);
}

.autoShowModal .modal-body {
    border: none;
    border-radius: 0;
    height: auto !important;
}

#form6 input {
    margin: .4rem 0 .4rem 15px;
}

.btn-success {
    color: #fff !important;
    background-color: #91C03E !important;
    border-color: #91C03E;
    margin: 0 auto !important;
    margin-top: 15px !important;
}

.nedkfc {
    width: 60% !important;
}

.close-rns {
    padding: 11px 16px;
}

.autoShowModal .modal.show .modal-dialog {
    z-index: 999999999999;
}

.autoShowModal .modal {
    z-index: 9999;
}

  /* ===== STEPPER STYLES ===== */
  .stepper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px 5px;
    gap: 0;
}

.stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.stepper-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #dee2e6;
    z-index: 0;
    transition: background-color 0.3s ease;
}

.stepper-item.completed:not(:last-child)::after {
    background-color: #91C03E;
}

.stepper-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #dee2e6;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid #dee2e6;
}

.stepper-item.active .stepper-circle {
    background-color: #91C03E;
    border-color: #91C03E;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.2);
}

.stepper-item.completed .stepper-circle {
    background-color: #91C03E;
    border-color: #91C03E;
    color: #fff;
}

.stepper-label {
    font-size: 10px;
    margin-top: 4px;
    color: #adb5bd;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
}

.stepper-item.active .stepper-label {
    color: #91C03E;
    font-weight: 600;
}

.stepper-item.completed .stepper-label {
    color: #91C03E;
}

.form-control{
    font-size: 0.9rem;
}
/* ===== EXISTING STYLES (unchanged) ===== */
#form1, #form2, #form3, #form4, #form5 { display: none; }