/*Main Css */
:root {
    --primary: #96be45;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --shadder1: #dbebff;
    --shadder2: #fff0cf;
    --shadder3: #d8ffec;
    --shadder4: #ebebff;
    --shadder5: #ffe3e0;
    --font-heading: "Shopify", sans-serif;
    --font-accent: "Shopify", sans-serif;
    --font-body: "Shopify", sans-serif;
    --font-regular: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --border: 1px solid #c0b5f033;
    --font-regular: 16px;
    --font-small: 14px;
    --font-extra-small: 12px;
    --font-large: 20px;
    --icon: "Font Awesome 6 Pro", sans-serif;
}

html {
    overflow-x: hidden;
}

p {
    line-height: 1.5;
}

::selection {
    background: var(--primary);
    color: #000;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--primary);
}

ul.process-list::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

ul.process-list::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
    background-color: #fff;
}

.comparison-box ul::-webkit-scrollbar {
    width: 2px;
    background-color: #f5f5f5;
}

.comparison-box ul::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
    background-color: #fff;
}

.pckg .scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.pckg .scroll::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
}


/* Tabbing CSS */

[class^="box-"] {
    display: none;
}

[class^="box-"].showfirst {
    display: block;
}


/* Accordian */


.accordion-list {
    position: relative;
}

.accordion-list li {
    padding: 30px 35px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #D1D5DB;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

ul.accordion-list li span {
    display: flex;
    position: relative;
}

.accordion-list li h3 {
    color: #505050;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
}

ul.accordion-list li h3:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #111827;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
}

.accordion-list li.active h4::after {
    color: #9CA3AF;
    content: "\f077";
}

ul.accordion-list li.active h3:after {
    content: "\f077";
}

.answer p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #6A6A6A;
}

/* Accordian */
html {
    font-family: var(--font-body);

}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

body.inner-header {
    padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 700;
    font-family: var(--font-heading);

}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}



span {
    display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {


    font-family: var(--font-body);
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400;
}

::-moz-placeholder {
    opacity: 1;
}


/* Padding Classes */


.pad-zero {
    padding: 0px;
}

.pad-l-zero {
    padding-left: 0px;
}

.pad-r-zero {
    padding-right: 0px;
}

.ovr-hiddn {
    overflow: hidden;
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.overlay {
    display: none;
}

.overlay.active {
    display: block;
}


/* Heading Classes */

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
}



.highlighted {
    color: #ff5e14;
}


/* Custom Slick Css */

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 10px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0px;
    background: #DDDDDD;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #B6B9FC;
    width: 55px;
}

/*header css*/

.marquee-text {
  overflow: clip;
  background: #96be44;
  padding: 10px 0;
}

.marquee-text-track {
  display: flex;
  padding-left: 4.8rem;
  gap: 1.25rem;
  width: max-content;
  animation: marquee-move-text 40s linear infinite forwards;
}

.marquee-text p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}




header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: sticky;
    background: #000;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
}

header.sticky {

    /* background: white; */

    box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);

    top: 0;
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    padding: 10px 0;
}


/* Hamburger Menu */

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0px;
    margin: auto;
    z-index: 22;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}



.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center;
}


/* Menu Css */

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 35px;
}

.menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 500;
}

.header-btn {
    background: #ffffff;
    color: #0B0B0B !important;
    padding: 15px 20px;
    border-radius: 100px;
    font-weight: 400 !important;
}

.header-btn:hover {
    transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li .active>a {
    color: var(--primary);
}


@keyframes scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes scale-display--reversed {
    0% {
        display: inline-flex;
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    99% {
        display: inline-flex;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        display: none;
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

/* Menu Dropdown CSS */

.has-child {
    position: relative;
    z-index: 1;
}

.dropdown {
    position: absolute;
    background: white;
    /* padding: 1rem; */
    border-radius: 0px 0px 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
    display: none;
}

@keyframes slide {
    0% {
        height: 0;
    }

    100% {
        height: auto;
    }
}

.dropdown .dropdown {
    left: 100%;
    top: 0;
}

.dropdown ul li a {
    font-size: 13px;
    line-height: 30px;
    color: #333;
    padding:5px 10px;
}

.dropdown li {
    border-bottom: 1px solid #ddd;
}

.chev.rotate {
    transform: rotate(180deg);
}

.chev {
    transition: .5s ease;
}

/* Dropdown CSS*/

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1;
    }

    100% {
        top: 115px;
        opacity: 0;
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0;
    }

    100% {
        top: 40px;
        opacity: 1;
    }
}

/* Main Banner CSS */

.mainBanner {
     background: url("../images/banner/ban.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.mainBanner.d2 {
    position: relative;
    background: rgb(120, 194, 250);
    z-index: 0;
    background: linear-gradient(90deg, rgb(36 177 155) 50%, rgb(151 202 69) 100%);
}

.mainBanner.d3 {

    background: rgb(120, 194, 250);
    background: #96be45;
}

.mainBanner.d2:before {
    content: "";
    background: url("../images/banner/em.webp")no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.mainBanner .sub {
    font-size: 20px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    margin: 1rem 0;
    color: white;
}

.banner-content {
    padding: 100px 0;
}

h1.banner-heading {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 1rem;
    color: #000;
}

h1.banner-heading.sm {
    font-size: 50px;
    line-height: 60px;
}

h1.banner-heading span {
    color: #fff;
    background: #000;
    padding: 5px 1rem;
}

span.sub-heading {
    font-size: 18px;
    line-height: 22px;
    color: var(--primary);
    font-weight: 500;
}

.banner-text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2rem;
    color: #000;
}

a.banner-text:hover {
    color: var(--primary);
}

.clients-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.story-wrap {
    background-color: #000;
    background-image: url("../images/story.webp");
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    background-position: right bottom;
}

/* popup */

.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px)
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 820px;
    background: linear-gradient(90deg, rgb(35 32 51) 50%, rgb(68 58 111) 100%);
    box-shadow: 0 0 30px -9px #0000006e;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 12px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto
}


.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px;
    color: #333
}


.popupmain p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: white;
}


.popupmain .pop-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.popupmain .pop-grid form {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.popupmain .pop-grid .img img {
    width: 100%;
    display: flex;
}

.popupmain .pop-grid h3 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 36px;
}

.popupmain .pop-grid form input,
.popupmain .pop-grid form textarea {
    border-radius: 5px;
    padding: 10px;
    border: 0;
}

.popupmain .pop-grid form button {
    border: 0;
    padding: 1rem;
    border-radius: 100px;
    width: fit-content;
    font-weight: 500;
    color: #0B0B0B;
}

.popupmain .pop-grid span {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

/* popup */


/* packages */
.pckg .scroll {
    height: 300px;
    overflow-y: auto;
}

.pkg-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem
}


.pckg {
    border-radius: 10px;
    height: 100%;
    border: 1px solid #DADEF2;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pckg .btn-wrap a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    border-radius: 5px;
}

.pckg .btn-wrap .btn-norm {
    color: var(--primary);
    transition: .5s ease;
}

.pckg .btn-wrap .btn-norm:hover {
    transform: scale(1.03);
}

.pckg .btn-wrap .light {
    background: #4d4d4d;
    border-color: #4d4d4d;
}


.pckg .upper .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pckg .upper .starting-in {
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.pckg .upper p {
    line-height: 28px;
    color: #505673;
    /* min-height: 40px; */
}

.pckg .upper .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 1.5rem;
}

.pckg .upper .price .amount {
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    color: #000000;
}

.pckg .upper .price .cut-price {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    text-decoration: line-through;
}

.pckg .upper .price .uspto {
    font-weight: 500;
    font-size: 16px;
    background-color: var(--primary);
    padding: 5px 10px;
    border-radius: 100px;
}


.pckg .bottom .includes {
    letter-spacing: 0.025em;
    text-transform: uppercase;

    color: #111827;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.pckg .bottom ul li {
    line-height: 30px;
    color: #505673;
    position: relative;
    display: flex;
}

.pckg .bottom ul li span {
    font-weight: 600;
    font-size: 18px;
}


.pckg .bottom ul li:not(.last) {
    margin-bottom: 10px;
}

.pckg .bottom ul li::before {
    content: "";
    font-family: var(--icon);
    content: "\f00c";
    font-weight: 800;
    color: #3D55CC;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5FFFE;
    border-radius: 100%;
    flex-shrink: 0;
}

.pckg .bottom ul li:has(span)::before {
    content: none;
}

/* packages */

/* Sec Headings */
.sec-heading {
    margin-bottom: 1rem;
}

.sec-heading.center {
    text-align: center;

}

.sec-heading h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 400;
    letter-spacing: -2px;
}

.sec-heading.white * {
    color: white
}

.sec-heading h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 1rem;
}

.sec-heading span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.sec-heading p {
    font-size: 16px;
    line-height: 28px;
    color: #222525;
    margin: 1rem 0;
}

.sec-heading-list {
    padding-left: 20px;
}

.sec-heading-list {
    padding: 5px 0;
    list-style: disc;
}

.sec-heading .sub-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    color: var(--primary);
    margin-bottom: 1rem;
}

.sec-heading p b {
    font-weight: 700;
}

.sec-heading h2 b {
    font-weight: 700;
}

.sec-heading img {
    margin-bottom: 1rem;
}

/* Sec Headings */


/* sections */
section {
    padding: 4rem 0;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.padding-2 {
    padding: 1rem 0;
}

/* sections */


/* Theme Buttons */
.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0;
}

.btn-wrap .theme-btn {
    padding: 15px 30px;
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    border-radius: 100px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: .5s ease;
}

.btn-wrap .theme-btn.white {
    color: #0B0B0B;
    background: white;
    border-color: white;
}

.btn-wrap .theme-btn.bordered.white {
    color: #fff;
    border-color: white;
}

.btn-wrap .theme-btn.bordered {
    background: transparent;
    color: var(--black);
}

.btn-wrap .theme-btn:hover {
    transform: scale(1.03);
}

.btn-wrap a.theme-btn.dark {
    background: #000;
    border-color: #000;
    color: white;
}

.btn-wrap .theme-btn.sm {
    padding: 4px 10px;
    font-size: 14px;
}

/* Theme Buttons */


/* Country Code */
.newcountrycode {
    position: relative;
    display: flex;
    align-items: center;
    /* padding-left: 40px; */
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 5px;
}

.newcountrycode select {
    width: 56px;
    border: 0;
    padding: 0px 19px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.newcountrycode .countrycode {
    width: 70px;
    border: 0;
    background: #f9f9f9;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.newcountrycode .phone-field {
    width: 100%;
}

.newcountrycode input {
    border: 0;
}

/* Country Code */


/* footer */

footer {
    background: #000;
    padding: 3rem 0 1.5rem;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 0;
    border-top: 1px solid #565656;
    margin-top: 1.5rem;
}

.copyright p,
.copyright a {
    color: white;
    text-align: center;
}

ul.f-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.f-link li:first-child {
    border-right: 1px solid #fff;
    padding-right: 20px;
}

footer p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #90928E;
}

footer .logo {
    margin-bottom: 1rem;
}

footer .hdng {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}

footer .links a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #90928E;
}

footer .links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* footer */


/* Portfolio  */



/* Portfolio  */


/* Testimonials */

/* Testimonials */

/* Testimonials 2 */


/* Testimonials 2 */



.port-card * {
    width: 100%;
}

.port-card img {
    width: 100%;
}

/* Portfolio */
/* 404 */

.error-text {
    font-size: 96px;
    line-height: 68px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.error-heading {
    font-weight: 500;
    font-size: 52px;
    line-height: 68px;
}

.error-image {
    margin-top: 100px;
}

.thankyou-text {
    font-size: 20px;
    initial-letter: 30;
    line-height: 34px;
    margin-top: 20px;
}

/* 404 */
/* terms */



.terms ul {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.terms ul ul {
    list-style: disc;
    padding-left: 18px;
}

.terms ul li {
    margin-bottom: 1rem;
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500;
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
}

.terms p {
    margin-bottom: 2rem;
}

/* terms */


ul.checklist {
    display: flex;
    /* flex-wrap: wrap; */
}

ul.checklist.cols-2 li {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    width: 50%;
    color: #222525;
    display: flex;
    position: relative;
    align-items: center;
}

ul.checklist.cols-2 {
    flex-wrap: wrap;
}

ul.checklist.cols-2 li::before {
    content: "\f00c";
    font-family: var(--icon);
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: rgb(120, 194, 250);
    background: linear-gradient(90deg, #96be45 50%, rgb(151 202 69) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
}

.item-slide img {
    width: 100%;
    margin-top: -34px;
}

.item-slide {
    margin-top: 20px;
    padding: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #26282C;
    line-height: 30px;
    border-radius: 5px;
}

section.cta-sec {
    background: #96be45;
    padding: 0;
    margin-top: 40px;
}

section.cta-sec img {
    display: flex;
    margin-top: -50px;
}


.vector-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 30px;
    box-shadow: 0px 0px 2px 0px #ACACAC80;
    border-radius: 5px;
    text-align: center;
}

.vector-card h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
    text-align: center;
}

.vector-card p {
    font-size: 14px;
    line-height: 22px;
    line-height: 22px;
}

.choose-sec {
    background: url("../images/choose.webp") no-repeat;
    background-size: cover;
    z-index: 0;
    /*padding-top: 500px;*/
    /*margin-top: -500px;*/
}


.why-us-wrap {
    color: white;
}

.why-us-wrap .step-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: fit-content;
}

.why-us-wrap .step-list li span {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-shrink: 0;
    background: #1f1f21;

}

.why-us-wrap .step-list li.active span {
    background: #96be45;
    color: #fff;
}

.why-us-wrap .step-list>li {
    position: relative;
    cursor: pointer;
}

.why-us-wrap .step-list::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 0;
    bottom: 0;
}



.choose-slide {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 0;
    padding: 0 10px;

}

.choose-slider {
    position: relative;
    z-index: 1;
}

.choose-slider::after {
    content: "";
    background: url("../images/el.webp") no-repeat;
    position: absolute;
    width: 130px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

.choose-slide span {
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #96be45;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.choose-slide h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
}

.choose-slide ul {
    padding-left: 20px;
    line-height: 30px;
    list-style: disc;
}




.comparison ul {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}



.comparison button {

    padding: 10px;
    background: #FFF;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    border: 0;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid var(--primary);
    border-radius: 10px;
    color: #000;
}

.comparison li.active button {
    background: var(--primary);

}

.comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    background: #212121;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}

.comparison th {
    background: #F5F5F5;
    display: none;
}



.comparison td,
.comparison th {
    border: 1px solid #DDD;
    padding: 14px;
    empty-cells: show;
    background: transparent;
    border-top: 0;
    font-size: 20px;
    line-height: 28px;
}

.comparison td,
.comparison th {
    text-align: center;
}

.comparison td+td,
.comparison th+th {
    text-align: center;
    display: none;
}

.comparison td.default {
    display: table-cell;
}

.comparison .bg-purple {
    /* border-top: 3px solid #A32362; */
}

.comparison .bg-red {
    border-top: 3px solid #fc4903;
}

.comparison .bg-blue {
    /* border-top: 3px solid #0097CF; */
}

.comparison .bg-green {
    border-top: 3px solid green;
}

.comparison .sep {
    /* background: #F5F5F5; */
    font-weight: bold;
}

.comparison h1 {
    font-size: 48px;
    text-align: center;
    margin: 30px 0;
}

.comparison .txt-l {
    font-size: 26px;
    font-weight: 500;
}

.comparison .txt-2 {
    font-size: 18px;
    margin: 10px 0;
}

.comparison .txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.comparison .tick {
    font-size: 18px;
    color: #2CA01C;
}

.comparison .hide {
    border: 0;
    background: none;
}

.comparison th {
    background: #414141;
    border-bottom: 0 !important;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.02em;
}

.comparison .txt-sml {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-top: 1px solid #ddd;
    padding: 1rem;
    margin-top: 1rem;
}

.comparison table tfoot td {
    border: 0;
}

.plan-card {
    padding: 1rem;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    gap: 10px;
}

.plan-card i {
    color: var(--color);
    font-size: 20px;
}


.testi-card {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.testi-card h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
}

.testi-card p {
    font-size: 12px;
    line-height: 22px;
}

.testi-card span {
    font-size: 14px;
}

.service-ban {
    margin-top: -50px;
    position: relative;
}



.stack-card {
    background: #000;
    padding: 40px;
    border-radius: 20px;
    /* position: sticky; */
    /* top: 100px; */
}

.stack-card img {
    display: flex;
}

.tags {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}

.tags span {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
}

.stacked-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stack-img {
    display: flex;
    height: 100%;
    align-items: end;
    transform: translateY(40px);
}

.shopify-service {
    background: #000;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.services-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 20px;
    transform: translateY(calc(50% + 50px));
    margin-top: -190px;
}

.services-wrap.g3 {
    grid-template-columns: repeat(3, 1fr);
}

.services-wrap .service {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
    box-shadow: 0px 4px 50px 0px #ABABAB4D;
    background: white;
    width: 225px;
    padding: 20px;
    border-radius: 200px 200px 20px 20px;
    height: 280px;
    justify-content: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-weight: 500;
    margin: 0 auto;
}



.services-wrap .service::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: var(--bg);
    z-index: -1;
    top: 0;
}

.black-card {
    background: #000;
    border-radius: 20px;
    padding: 50px;
}

.port-card {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.port-card .content {
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    padding: 30px;
}

.port-card .content .hdng {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
}

.port-card .content .txt {
    font-size: 14px;
    line-height: 20px;
}

.port-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.port-card:hover img {
    transform: scale(1.2) rotate(5deg);
}

.port-card img {
    transition: .5s ease;
}

.port-wrap.space1 {
    margin-top: 200px;
}

.port-wrap.space2 {
    margin-top: 100px;
}

.overlap {
    margin-top: -125px;
}



ul.star-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 22px;
    margin-top: 1rem;
    line-height: 30px;
}

ul.star-list li::before {
    content: "\e5d6";
    font-family: var(--icon);
    font-weight: 700;
    margin-right: 10px;
    color: #5ccfc9;
}



ul.star-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 22px;
    margin-top: 1rem;
    line-height: 30px;
}

ul.star-list li::before {
    content: "\e5d6";
    font-family: var(--icon);
    font-weight: 700;
    margin-right: 10px;
    color: #5ccfc9;
}

ul.process-list {
    display: flex;
    flex-direction: column;
    color: white;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 40px;
}

ul.process-list h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
}

ul.process-list li {
    padding: 30px 0;

    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

ul.process-list li:first-child {
    padding-top: 0;
}

ul.process-list p {
    font-size: 18px;
    line-height: 26px;
}



.contact-form {
    border: 1px solid #CDD1DC;
    border-radius: 10px;
    padding: 30px;
}

.contact-form .input {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form .input label {
    color: #646464;
    font-size: 14px;
    line-height: 18px;
}

.contact-form .input input,
.contact-form .input textarea {
    border-radius: 100px;
    border: 1px solid #CCD6E2;
    padding: 14px;
    width: 100%;
    background: #F5F8FA;
    resize: none;
}

.contact-form span.hdng {
    color: #646464;
    line-height: 22px;
    margin-bottom: 1rem;
}

.checkbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkbox-wrap label {
    font-size: 14px;
}

.contact-form .submit {
    background: #0B0B0B;
    color: white;
    border: 0;
    padding: 1rem 30px;
    border-radius: 100px;
    font-weight: 500;
}

.mainBanner.has-height {
    min-height: 520px;
}

.f-logo img {
    max-width: 250px;
    margin-bottom: 1rem;
}

ul.overview-nav.d2 {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

ul.overview-nav.d2 a {
    padding: 1rem 30px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    color: #0B0B0B;
    font-weight: 700;
}

ul.overview-nav.d2 .active a {
    background: var(--primary);
}

/* shopify page */
.shopify-list li {
    padding: 10px 0;
}

.shopify-list li h3 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 22px;
    font-weight: 500;
    color: #26282C;
    margin: 0;
}

.shopify-list li h3 img {
    margin: 0;
}

.shopify-list li p {
    margin-bottom: 0;
}

.process-box {
    padding: 40px;
    border-radius: 4px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: 100%;
    transition: all 0.4s;
}

.process-box:hover {
    transform: scale(1.04);
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.1));
}

.process-box h3 {
    font-size: 26px;
    font-weight: 500;
    color: #26282C;
}

.process-box p {
    font-size: 16px;
    color: #4A565C;
}

.bg-white {
    background-color: white !important;
}

.app-box span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #95BF47;
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    margin: -30px 0 10px;
}

.app-box {
    padding: 0 10px 30px;
    position: relative;
}

.app-box h3 {
    font-size: 20px;
}

.app-box-img {
    position: absolute;
    top: -40px;
    right: -22%;
}

.process-sec ul.process-list {
    color: black;
}

.maintenance-img img {
    width: 100%;
}

.comparison-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: white;
    background-color: #555555;
    padding: 20px 10px;
    transition: all 0.4s;
    border-radius: 4px 4px 0 0;
}

.comparison-box ul li {
    border-bottom: 1px solid #E2E2E2;
    padding: 10px 0;
    font-size: 14px;
    color: black;
}

.comparison-box ul {
    height: 420px;
    overflow-y: auto;
    padding: 0px 20px;
    margin: 20px 0 10px;
}

.comparison-box {
    text-align: center;
    transition: all 0.4s;
    background-color: #FCFCFC;
    padding-bottom: 30px;
    border-radius: 4px;
}

.comparison-box:hover {
    box-shadow: 1px 3px 9px 0px #80BB75;
}

.comparison-box:hover h2 {
    background: linear-gradient(96.92deg, rgba(244, 208, 63, 0.91) -12.55%, rgba(22, 160, 133, 0.91) 96.37%);

}
.comparison-box.active {
    box-shadow: 1px 3px 9px 0px #80BB75;
}

.comparison-box.active h2 {
    background: linear-gradient(96.92deg, rgba(244, 208, 63, 0.91) -12.55%, rgba(22, 160, 133, 0.91) 96.37%);

}

.integration-tabing-list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.integration-tabing-list li a {
    padding: 15px 30px;
    background: transparent;
    color: #0B0B0B;
    font-size: 16px;
    border-radius: 100px;
    font-weight: var(--font-medium);
    border: 2px solid var(--primary);
    transition: 0.5s ease;
}

.integration-tabing-list li.active a {
    background: var(--primary);
}

.integration-img-list {
    display: flex;
    flex-wrap: wrap;
}

.integration-img-list li {
    width: 20%;
    padding: 10px 10px;
}

.hire-box {
    border: 1px solid #D2D2D2;
    text-align: center;
    border-radius: 6px;
    height: 100%;
}

.hire-box-top {
    background-color: #F9FAFB;
    padding: 40px 10px;
    border-radius: 6px 6px 0 0;
}

.hire-box-bottom {
    padding: 20px;
}

.hire-box-top h3 {
    font-size: 22px;
    font-weight: 500;
    color: #26282C;
    margin-top: 20px;
}

.hire-box-top p {
    font-size: 16px;
    color: #26282C;
}

.bordered-box {
    border: 1px solid #DDDDDD;
    background-color: transparent;
}

.process-box h2 {
    font-size: 26px;
    font-weight: 700;
    color: #5F8D3E;
}

.process-box ul li {
    font-size: 16px;
    list-style: disc;
    padding: 5px 0;
    line-height: 1.2;
}

.process-box ul {
    padding-left: 20px;
}



/* -------------------------counter CSS------------------------  */
.counter-box {
    padding: 40px 10px;
    border-radius: 4px;
    background-color: #F9FAFB;
    text-align: center;
    height: 100%;
}

.counter-box span {
    font-size: 50px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 16px;
    color: #26282C;
}

.counter-box span.counting {
    color: #000000;
}

/* -------------------------counter CSS------------------------  */



/* mega menu */
.mega-menu {
    width: 600px;
    padding: 10px;
}

.mega-menu-inner {
    padding: 10px;
}
.mega-menu>div h6 {
    font-size: 16px;
}

.refundpage ol {
  margin-bottom:30px;
}
.refundpage .sec-hd {
  margin-bottom:25px;
  
}
.greenbox {
    background: #2e504d;
    padding: 18px;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}
.refundpage ol li {
  margin: 0 0 0px 20px;
    padding-left: 48px;
    min-height: 59px;
    padding-top: 16px;
}
.refundpage ol li+li {
  border-top:1px solid #ccc;
}
.refund-con-box h3 {
    font-size: 24px;
    color: #2e504d;
    margin-top: 0;
}
.refund-con-box-container {
  border: 1px solid #c7c7c7;
    height: 410px;
    padding: 25px 15px 25px 25px;
    border-radius: 9px;
        margin-bottom: 20px;
}
.refund-con-box {
  overflow-y: scroll;
  height: 350px;
  font-size:13px;
}
.refund-con-box li {
    list-style: disc;
    margin: 9px 18px;
    line-height: 1.3em;
}


.deci-bullets li {
  list-style:none !important;
  margin-left:0 !important;
  position:relative;
}
ol.deci-bullets li i {
  background: white;
  width: 35px;
  border-radius: 36px;
  border: 1px solid #2e504d;
  text-align: center;
  height: 35px;
  font-size: 15px;
  position: absolute;
  top: 11px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.refundpage p {
    line-height: 1.4em;
}
section.refundpage p strong {
    font-weight:bold;
}
section.refundpage .popularlinks a {
    color: #2e504d;
    text-decoration: underline;
    margin-top: 8px;
}

.mainBanner.spad.innerBanner.refundBanner {
    height: 400px;
}


.pacakgeDetailPg{ padding:50px 0; } 
.pacakgeDetailPg .refund-con-box li{ font-size: 1.125rem; } 
.pacakgeDetailPg .refund-con-box-container{ height: initial; padding: 15px 15px 15px 25px; } 
.pacakgeDetailPg .refund-con-box{ overflow-y: initial; height: initial; }
.detanchor{ margin-top: 2rem; }
.detanchor a{ text-decoration:underline !important; color: #000; }
.pacakgeDetailPg .pckg{ height:initial; } 



.distxt {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
}
.banner-content p span {
    font-size: 16px;
    color: #000;
}
.banner-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 2rem; 
    margin-top: 2rem;
}
.banner-content ul li {
    font-size: 16px;
    color: #000;
    padding-left: 40px;
    position: relative;
}
.banner-content ul li::before {
    content: "\f00c";
    font-family: var(--icon);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: white;
    color: var(--primary);
    position: absolute;
    top: -7px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

/* BLOG SECTION */

h4.banner-tag {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: fit-content;
  height: fit-content;

  color: #000;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.blog-card h2 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.blog-card a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b0b0b;
  font-family: var(--font-heading);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.558px; /* 118.27% */
  margin-top: auto;
}
.blog-card a:hover {
  font-size: 16px;
  font-weight: 700;
}
.blog-card a i {
  color: #63e4a7;
}
.blog-section-header {
  display: flex;
  flex-direction: column;
}
.blog-section-header h1 {
  color: #26282c;
  font-family: var(--font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 122.5% */
  margin-bottom: 1.8rem;
}
.blog-section-header h2 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.blog-section-header figure {
  margin-bottom: 1rem;
}
.blog-section-header img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.blog-section-header figcaption {
  width: 100%;
  text-align: center;
  color: #525252;
  font-family: var(--font-heading);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
}
.blog-section-header p {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  margin-bottom: 1rem;
}
.blog-section-body {
  display: flex;
  flex-direction: column;
}
.blog-section-body h1 {
  color: #26282c;
  font-family: var(--font-heading);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 1rem;
}
.blog-section-body h2 {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 161.111% */
  margin-bottom: 0.5rem;
}
.blog-section-body p {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  margin-bottom: 1rem;
}
.blog-section-body p {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
  margin-bottom: 1rem;
}
.blog-section-body p span {
  font-weight: 600;
}
.blog-section-body ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.blog-section-body ul li {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
.blog-section-body ul li span {
  font-weight: 600;
}
.blog-section-body p.end-desc {
  margin-bottom: 1rem;
}
.blog-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 11px;
  background: #f2f7fd;
  padding: 30px;
}
.blog-contact-form h1 {
  width: 100%;
  color: #26282c;
  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}
.blog-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-contact-form input,
.blog-contact-form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 18px 20px;
}
.blog-contact-form button {
  border-radius: 34px;
  background: linear-gradient(to right, #00b09b, #96c93d);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  width: fit-content;
  border: none;
  padding: 12px 20px;
  color: #0b0b0b;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  transition: all 0.4s ease-in-out;
}
.blog-contact-form button:hover {
  transform: scale(1.05);
}
.blog-contact-form button:active {
  opacity: 0.7;
}
.blog-section-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-section-footer h1 {
  color: #26282c;
  font-family: var(--font-heading);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.blog-card-2 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-card-2 img {
  width: 175px;
  height: auto;
  object-fit: cover;
}
.blog-card-2 div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card-2 div h2 {
  color: #000;
  font-family: var(--font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 135% */
}
.blog-card-2 div p {
  color: #424242;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 181.25% */
}
.blog-card-2 a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #52b687;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-shadow: 0px 0px #0000003d;
}
.blog-card-2 a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .blog-section-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .blog-card-2 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
  }
  .blog-card-2 div {
    gap: 6px;
  }
  .blog-card-2 div h2 {
    font-size: 16px;
    line-height: normal;
  }
  .blog-card-2 div p {
    font-size: 12px;
    line-height: normal;
  }
  .blog-card-2 a {
    font-size: 14px;
  }
}

/* BLOG SECTION */

.ovrx-auto {
    overflow-x: auto;
}
.comaparing ul li:hover, .comaparing ul li:nth-child(even):hover {
    background: #00000052;
}
.comaparing ul li:hover i {
    color: #FFF;
}
.comaparing .fa-check{
  color: #9100eb;
  font-size:15px;
}
.comaparing .fa-times{
  color: #DF0003;
  font-size:15px;
}

.no-pad{
    padding: 0px;
}

.comaparing ul li:nth-child(even) {
    background: #ffffff;
}

.compare-logo {
    text-align: center;
    padding: 20px 20px 0;
    border-bottom: 0px;
}
.comaparing h4 {
    margin: 0 10px 19px;
    font-size: 20px;
    color: #ffa400;
}
.comaparing ul li:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.comaparing ul.text-left li {
    text-align: left;
    font-weight: 500;
}
.col-md-cstm {
    width: 20%;
    float: left;
}
.comaparing .sec-hd {
    margin: 0 0 40px;
}

table.comapare-box th {
    padding: 10px;
    vertical-align: middle;
}
table.comapare-box th h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary);
}
table.comapare-box th h1.pckg-title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
table.comapare-box th h2.pckg-price {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--primary);
}
table.comapare-box tr td {
    background: #ebecee;
    padding: 10px;
    width: 20%;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e3e3e3;
    border-bottom: 0px;
    transition: all 0.4s ease;
    vertical-align: middle;
}
table.comapare-box tr td i {
    display: block;
}
table.comapare-box tr td i.check {
    color: #5F8D3E;
}
table.comapare-box tr td i.cross {
    color: #ff2e2e;
}

table.comapare-box tr:nth-child(even) td{
    background: #FFF;
}

table.comapare-box tr td:hover{
    background: #00000052;
}
table.comapare-box tr td:hover i {
    color: #FFF;
}

table.comapare-box tr td:first-child {
    text-align: left;
    font-weight: 600;
}
table.comapare-box thead th {
    border: 1px solid #e3e3e3;
}

table.comapare-box thead th:first-child {
    border: 0px;
}
table.comapare-box tbody tr:last-child {
    border: 1px solid #e3e3e3;
}
table.comapare-box tr,
table.comapare-box td {
    min-width: 200px;
}


@media (max-width: 1440px) {
    .services-wrap .service {
        display: flex;
        width: auto;
        flex: 1;
        gap: 1rem;
        height: 230px;
    }

    h1.banner-heading.sm {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    header {
        padding: 0;
    }

    .btns {
        margin: 1.5rem 0;
    }

    .dropdown {
        position: unset;
        box-shadow: none;
        width: 100%;
        background: #f0f8ff80;
    }

    .dropdown ul li a {
        padding: 0;
        line-height: 1rem;
        /* padding: 0; */
        padding: 1rem;
        font-weight: 500;
    }

    .form-head .form-heading {
        white-space: normal;
        font-size: 20px;
    }

    .form-head {
        padding: 1rem;
    }

    .btn-normal {
        padding: 10px 8px;
    }

    .sub-menu a {
        color: #333 !important;
        margin-bottom: 0 !important;
    }

    .sub-menu {
        left: auto !important;
        padding-top: 16px;
        top: 24px;
    }

    a.header-btn {
        padding: 15px 20px !important;
        margin-bottom: 0 !important;
        display: flex !important;
        gap: 5px !important;
        align-items: center;
    }

    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .menu-Bar {
        display: block;
        top: 0px;
    }

    .menuWrap.open {
        display: flex;
        left: 0px;
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        /* right: 0; */
        top: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        height: 100dvh;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        flex-flow: column;
        transition: all 0.4s ease;
        z-index: 3;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
    }

    ul.menu>li {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column;
    }

    ul.menu>li>a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0px;
        margin-right: 0px;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
        align-items: center;
    }

    .container {
        position: relative;
    }

    header .main-header ul.menu>li>a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem;
    }

    header .main-header ul.menu>li>a:before {
        display: none;
    }

    .has-child.hover a>i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background: black;
        border-radius: 100%;
        color: #fff;
    }

    .logo img {
        display: block;
        max-width: 210px;
    }

    .f-logo img {
        max-width: 210px;
    }
}

@media (max-width : 1100px) {
    h1.banner-heading {
        font-size: 40px;
    }

}

@media (max-width : 1025px) {
    .btn-wrap .theme-btn {
        font-size: 16px;
    }

    .overlap-slider {
        width: 100%;
        position: relative;
    }
}

@media (min-width : 1023px) {


    .comparison ul {
        display: none;
    }

    .comparison td,
    .comparison th {
        display: table-cell !important;
    }

    .comparison td,
    .comparison th {
        width: 330px;

    }

    .comparison td+td,
    .comparison th+th {
        width: auto;
    }



}

@media (max-width : 1023px) {
    .counter-box span {
        font-size: 40px;
    }

    .comparison-box {
        margin: 10px 0;
    }

    .hire-box {
        height: auto;
        margin: 10px 0;
    }

    .app-box-img {
        display: none;
    }

    .app-box {
        margin: 20px 0;
        height: auto;
    }

    .row-reverse {
        flex-direction: column-reverse;
    }

    .banner-img {
        text-align: center !important;
    }

    .banner-content {
        padding: 50px 0;
    }

    .shopify-img {
        text-align: center;
    }

    .shopify-list li h3 {
        font-size: 20px;
    }

    .pkg-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .hidden-resp {
        display: none;
    }

    .services-wrap .service {
        width: 130px;
        height: 180px;
        gap: 1rem;
    }

    .services-wrap {
        margin-top: -175px;
        gap: 1rem;
    }

    .shopify-service {
        margin-bottom: 60px;
    }

    section {
        padding: 2rem 0;
    }

    section.cta-sec {
        padding: 2rem;
    }

    section.cta-sec img {
        display: none;
    }

    .choose-slider::after {
        content: none;
    }

    .comparison .txt-l {
        display: flex;
        justify-content: center;
    }

    .comparison .txt-sml {
        display: flex;
        justify-content: center;
    }

    .comparison .txt-l {
        display: block;
    }

    .choose-slider::after {
        content: none;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    /* Styles */
    .popupmain .pop-grid {
        grid-template-columns: 1fr;
    }

    .popupmain .pop-grid .img {
        display: none;
    }
}


/* iPhone 6-8 Plus */
@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {
    /* Styles */
}



/* iPhone 6-8  */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
    /* Styles */
}



/* Android (Pixel 2) */
@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : portrait) {
    /* Styles */
}

@media only screen and (min-width : 412px) and (max-width : 684px) and (orientation : landscape) {
    /* Styles */
}

/* Iphone X */
@media only screen and (min-width : 375px) and (max-width : 734px) and (orientation : portrait) {}

@media only screen and (min-width : 250px) and (max-width : 767px) {
    .pkg-list {
        grid-template-columns: repeat(1, 1fr);
    }

    header {
        padding: 0;
    }

    .banner-content {
        padding: 50px 0 20px;
    }

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px;
    }

    h1.banner-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }

    .banner-text {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .btn-wrap {
        flex-direction: column;
    }

    .btn-wrap a {
        width: 100%;
        text-align: center;
    }

    .banner-img {
        display: none;
    }

    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .sec-heading p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec-heading .sub-heading {
        margin-bottom: .5rem;
    }

    .copyright {
        flex-direction: column;
        gap: 12px;
    }

    ul.step-list {
        display: none !important;
    }

    .choose-slider::after {
        content: none;
    }

    ul.checklist.cols-2 li {
        width: 100%;
    }

    section {
        padding: 1rem 0;
    }

    .comparison td {
        font-size: 14px;
        padding: 10px;
    }

    .accordion-list li h3 {
        font-size: 18px;
    }

    .accordion-list li {
        padding: 14px;
    }

    h1.banner-heading.sm {
        font-size: 24px;
        line-height: 38px;
    }

    .shopify-service {
        padding: 20px;
    }

    .services-wrap {
        display: grid;
        flex-direction: column;
        align-items: center;
        margin: 0;
        transform: translate(0);
        grid-template-columns: repeat(2, 1fr);
    }

    .services-wrap .service {
        width: auto;
        height: 160px;
        gap: 1rem;
    }

    .shopify-service {
        margin: 0;
    }

    .black-card {
        padding: 20px;
    }

    .service-ban {
        margin-top: -20px;
    }

    .stack-card {
        padding: 20px;
    }

    .tags {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tags span {
        margin-bottom: 0;
    }

    .stack-img {
        transform: translateY(20px);
    }

    .popupmain .pop-grid {
        grid-template-columns: 1fr;
    }

    .popupmain .pop-grid .img {
        display: none;
    }

    .store-development-cta-sec {
        margin-top: 0 !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .process-box p {
        font-size: 14px;
    }

    .process-box h3 {
        font-size: 20px;
    }

    .counter-box {
        padding: 20px 10px;
    }

    ul.star-list {
        font-size: 18px;
    }

    ul.process-list h3 {
        font-size: 22px;
        line-height: unset;
    }

    ul.process-list p {
        font-size: 16px;
    }

    .sec-heading {
        text-align: center;
    }

    .integration-img-list li {
        width: 50%;
        padding: 5px 5px;
    }

    .process-box {
        padding: 20px;
    }

    .process-box h2 {
        font-size: 22px;
    }


}