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

/* shopylyst */

.bg-secondary {
    background-color: var(--secondary-color)
}

.tertiary-color {
    color: var(--tertiary-color)
}

.salePrice {
    color: var(--tertiary-color)
}

.bg-primary {
    background-color: var(--primary-color)
}

.bg-quaternary {
    background-color: var(--quaternary-color)
}

.bg-light-primary {
    background-color: var(--primary-light-color)
}

html {
    scroll-behavior: smooth;
    font-size: 10px
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Thin.woff2") format("woff2"), url("../../fonts/mont/Mont-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-ExtraLight.woff2") format("woff2"), url("../../fonts/mont/Mont-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Light.woff2") format("woff2"), url("../../fonts/mont/Mont-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-LightItalic.woff2") format("woff2"), url("../../fonts/mont/Mont-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Regular.woff2") format("woff2"), url("../../fonts/mont/Mont-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont Book";
    src: url("../../fonts/mont/Mont-Book.woff2") format("woff2"), url("../../fonts/mont/Mont-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-SemiBold.woff2") format("woff2"), url("../../fonts/mont/Mont-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Bold.woff2") format("woff2"), url("../../fonts/mont/Mont-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Heavy.woff2") format("woff2"), url("../../fonts/mont/Mont-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mont";
    src: url("../../fonts/mont/Mont-Black.woff2") format("woff2"), url("../../fonts/mont/Mont-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Arial Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Arial"), url("../../fonts/arial/ARIAL.woff") format("woff")
}

@font-face {
    font-family: "Arial Narrow";
    font-style: normal;
    font-weight: 400;
    src: local("Arial Narrow"), url("../../fonts/arial/ARIALN.woff") format("woff")
}

@font-face {
    font-family: "Arial Medium";
    font-style: normal;
    font-weight: 500;
    src: local("Arial Medium"), url("../../fonts/arial/ArialMdm.woff") format("woff")
}

@font-face {
    font-family: "Arial Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Arial Bold"), url("../../fonts/arial/ARIALBD.woff") format("woff")
}

@font-face {
    font-family: "Arial Narrow Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Arial Narrow Bold"), url("../../fonts/arial/ARIALNB.woff") format("woff")
}

@font-face {
    font-family: "Arial Bold Italic";
    font-style: italic;
    font-weight: 700;
    src: local("Arial Bold Italic"), url("../../fonts/arial/ARIALBI.woff") format("woff")
}

@font-face {
    font-family: "Arial Black";
    font-style: normal;
    font-weight: 900;
    src: local("Arial Black"), url("../../fonts/arial/ARIBLK.woff") format("woff")
}

@font-face {
    font-family: "Arial Light Regular";
    font-style: normal;
    font-weight: 300;
    src: local("Arial Light"), url("../../fonts/arial/ARIALLGT.woff") format("woff")
}

@font-face {
    font-family: "Arial CE Regular";
    font-style: normal;
    font-weight: 400;
    src: local("Arial CE Regular"), url("../../fonts/arial/ArialCE.woff") format("woff")
}

@font-face {
    font-family: "Arial CE MT Black Regular";
    font-style: normal;
    font-weight: 900;
    src: local("Arial CE MT Black Regular"), url("../../fonts/arial/ArialCEMTBlack.woff") format("woff")
}

@font-face {
    font-family: "Arial CE Bold";
    font-style: normal;
    font-weight: 700;
    src: local("Arial CE Bold"), url("../../fonts/arial/arialceb.woff") format("woff")
}

body {
    color: var(--primary-text-color);
    font-family: "Mont", "Arial Regular", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.6rem
}

@media (max-width:1199px) {
    .container {
        padding: 0 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: 600
}

h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px
}

h5 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px
}

h6 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

.primary_btn {
    border: 1px solid var(--primary-color);
    background-color: #fff;
    border-radius: 100px;
    width: auto;
    max-width: none;
    padding: 11px 24px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block
}

@media screen and (max-width:767px) {
    .primary_btn {
        width: 100%;
        text-align: center
    }
}

.btn-yellow {
    background-color: var(--secondary-color);
    border-radius: 100px;
    width: auto;
    max-width: none;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.btn-yellow:hover {
    background-color: #d4c51a
}

.open .line:nth-child(1) {
    transform: rotate(45deg) translateY(9px)
}

.open .line:nth-child(2) {
    opacity: 0
}

.open .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-10.2px)
}

#navbar-toggle .line {
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}

header .logo_name {
    font-size: 2.5rem;
    font-weight: 700
}

header .nav_menu a {
    letter-spacing: -0.02em;
    color: var(--primary-color)
}

#header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.span_title {
    font-size: 1.4rem;
    font-weight: 600
}

.marquee_swiper .swiper-slide {
    transition-timing-function: linear !important
}

.hero-heading {
    letter-spacing: -2px;
    font-size: 95px;
    line-height: 1;
    font-family: "Mont", "Arial Black", Arial, sans-serif;
    font-weight: 900;
    color: var(--primary-text-color);
    z-index: 2;
    position: relative;
    margin-bottom: 3rem
}

.hero-heading small {
    font-size: 100%;
    z-index: 9999;
    position: relative
}

@media screen and (max-width:767px) {
    .hero-heading {
        font-size: 60px;
        line-height: 1.2;
        max-width: 52rem;
        margin-left: auto;
        margin-right: auto
    }
}

.hero-heading span {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0px 4rem 10px
}

.hero-heading span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    top: -14px;
    left: 0;
    border-radius: 16px;
    z-index: -1;
    transform: rotate(-2.91deg)
}

.review_section .hero-text-copy {
    letter-spacing: -2px;
    width: 100%;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 12px
}

@media screen and (max-width:767px) {
    .review_section .hero-text-copy {
        font-size: 32px
    }
}

.review_section .hero-text-copy .accessibility-text {
    cursor: pointer;
    background-color: #b8f0fc;
    border: 2px solid #0000;
    border-radius: 25px;
    padding-left: 23px;
    padding-right: 23px;
    transition: all 0.3s;
    display: inline-block
}

.review_section .hero-text-copy .accessibility-text:hover {
    border-color: #000;
    transform: rotate(-8deg)
}

.review_section .hero-text-copy .web-text.accessibility-text.is-orange {
    background-color: var(--tertiary-color)
}

.review_section .hero-text-copy .web-text.pink {
    background-color: var(--primary-color)
}

.billing_siderbar {
    display: flex;
    gap: 3rem;
}

.services-tab #tab-contents {
    max-width: 80rem;
    border-radius: 16px;
    padding: 4rem;
    width: 100%;
    background-color: var(--primary-light-color);
}

.services-tab .tabs-style {
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    width: 100%;
}

.services-tab .custom_flex {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    text-align: center;
    max-width: 55rem;
    margin: 0 auto;
}

.services-tab .custom_flex h3 {
    font-size: 3rem;
    margin: 1rem 0 2rem;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .services-tab .tabs-style {
        white-space: nowrap;
        overflow: scroll;
        flex-wrap: inherit
    }

    .services-tab .fancyboxforwp img {
        height: auto !important;
        object-fit: contain;
    }
}

.services-tab .tabs-style button {
    padding: 1.8rem 0rem;
    font-size: 2rem;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 2rem;
    transition: all 0.3s ease-in-out;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #888C88;
    font-weight: 600;
}

.tabs_module.accordion_content .primary_btn.mt-4 {
    font-size: 14px;
}

#tab-contents .funcation_tab {
    display: none;
}

#tab-contents .funcation_tab:first-child {
    display: block;
}

.services-tab .fancyboxforwp img {
    height: 37rem;
    object-fit: contain;
}

.tabs_module.accordion_content {
    border-bottom: 1px solid #888C88;
    padding-bottom: 3rem;
    padding-top: 2rem;
}

/* .services-tab .tabs-style button:hover {
    background: var(--tertiary-color);
    color: #fff;
} */

.services-tab .tabs-style button .counter {
    background: #fff;
    width: 4rem;
    height: 4rem;
    color: #000;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.services-tab .arrow-svg {
    transform: rotate(0deg);
    height: 20px;
    width: 20px;
    stroke: #00000085;
}

.services-tab .accordion_button.active .arrow-svg {
    transform: rotate(180deg);
}


@media screen and (max-width:1160px) {
    .services-tab .tabs-style button {
        padding: 10px 2rem
    }

    .guide-design-1 .tabs-style button {
        padding: 15px 0;
    }
}

@media screen and (max-width:990px) {
    .services-tab .tabs-style button {
        padding: 10px 2rem;
        font-size: 1.7rem
    }

    .tabs_module.accordion_content span {
        display: block;
        overflow: visible;
        white-space: normal;
    }
}

@media screen and (max-width:880px) {
    .services-tab .tabs-style button {
        padding: 10px 1.6rem;
        font-size: 1.6rem
    }

    .guide-design-1 .tabs-style button {
        padding: 15px 0;
    }
}

/* .services-tab .tabs-style button.active {
    background: var(--tertiary-color);
} */

.loop-item-inner img {
    width: 150px;
    height: 150px;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .loop-item-inner img {
        width: 110px;
        height: 106px
    }
}

.loop-item-inner h3 {
    margin-top: 4.52rem;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 17px;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .loop-item-inner h3 {
        font-size: 20px;
        margin-top: 2rem
    }
}

.loop-item-inner p {
    letter-spacing: -0.5px;
    font-size: 20px;
    line-height: 160%
}

@media screen and (max-width:767px) {
    .loop-item-inner p {
        font-size: 18px
    }
}

.team-section {
    background-color: var(--quaternary-color);
    padding: 12rem 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width:767px) {
    .team-section {
        padding: 7.2rem 0
    }
}

.team-section .member-img {
    background: #fff;
    border: 10px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 360px;
    width: 100%
}

.team-section .member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.team-section .member-info {
    background: #fff;
    border-radius: 16px;
    margin-top: 3rem;
    padding: 24px;
    display: none
}

.team-section .member-info h3 {
    margin-top: 0px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0
}

.team-section .member-info .desgination {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: -0.015em
}

.team-section .member-info .team-divider {
    background-color: #e0e0e0;
    width: 50%;
    height: 1px;
    margin-bottom: 2rem
}

.team-section .swiper-slide-active {
    transform: scale(1.06) !important;
    z-index: 2
}

.team-section .swiper-slide-active .member-info {
    display: block
}

.team-section .swiper-slide-active.swiper-slide-visible .member-info {
    display: block
}

.card_layout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 180px 180px 180px 180px;
    justify-content: center;
    grid-auto-columns: 1fr;
    display: grid
}

.card_layout>div:nth-child(2) {
    grid-area: span 1/span 2/span 1/span 2 !important;
    position: relative
}

.card_layout>div:nth-child(6) {
    grid-area: span 1/span 2/span 1/span 2;
    position: relative;
    justify-self: end
}

.card_layout>div:nth-child(6) .feature-img {
    height: auto;
    inset: 31% auto 56% 16%
}

@media screen and (max-width:767px) {
    .card_layout {
        grid-template-columns: 1fr
    }
}

.card_layout .profile-card {
    align-items: flex-start
}

.card_layout .profile-card .title h4 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5
}

.card_layout .profile-card .image {
    max-width: 56%;
    height: 100%;
    position: absolute;
    inset: 0% 0 0% auto
}

.card_layout .profile-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card_layout .feature-card {
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .card_layout .feature-card.mobile-card-1 {
        grid-area: span 1/span 1/span 1/span 1
    }

    .card_layout .feature-card.mobile-card-2 {
        grid-area: span 1/span 1/span 1/span 1;
        justify-self: end
    }
}

.card_layout .feature-card .feature-img {
    flex: none;
    width: auto;
    height: 122px;
    position: absolute;
    inset: 71px 0% 0% auto
}

.card_layout .feature-card .feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card_layout .feature-card .days_count h2 {
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 0.7;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

.card_layout .feature-card .days_count h2 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 5px 0 0;
}

.card_layout .feature-card .feature-title {
    letter-spacing: -0.02em;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4
}

.card_layout .price-card .price-img {
    width: 157px;
    max-width: 100%;
    height: auto;
    top: 23px;
    right: -50px;
    position: absolute;
    inset: 0% 0 0% auto
}

.card_layout .price-card .price-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4
}

.card_layout .price-card .days_counts h2 {
    margin-bottom: 0;
    font-size: 46px;
    font-weight: 600;
    line-height: 0.7;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.card_layout .price-card .days_counts h2 span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 10px;
    letter-spacing: normal
}

.card_layout .reating-card .feature-img {
    height: auto;
    inset: 31% auto 48% 11%
}

.card_layout .comman-card {
    grid-area: span 1/span 2/span 1/span 2;
    position: relative
}

.round-btn {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.round-btn:hover {
    background-color: var(--tertiary-color);
    transform: scale(1.1)
}

.trusted-partners .partner_logo img {
    width: 180px;
    opacity: 0.5;
    margin: 0 auto;
    aspect-ratio: 2.6666666667;
    object-fit: contain
}

.faq-icon {
    transition: transform 0.3s ease
}

.rotate-180 {
    transform: rotate(180deg)
}

.faq-section {
    padding: 12rem 0
}

@media screen and (max-width:767px) {
    .faq-section {
        padding: 8rem 0
    }
}

.faq-section .faq-outline {
    cursor: pointer;
    background-color: #f2f4f0;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f
}

.get-started ul {
    padding: 0
}

.get-started ul li {
    padding-left: 4rem;
    position: relative;
    padding-bottom: 2rem
}

.get-started ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 3rem;
    height: 3rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 2.5rem 2.5rem
}

@media screen and (max-width:767px) {
    br {
        display: none
    }

    .filter-show .hero-heading {
        font-size: 50px
    }
}

@media screen and (max-width:1023px) {
    #header {
        position: fixed;
        background: #fff;
        padding: 1rem 0;
        box-shadow: 1px 2px 5px #00000012
    }

    .hero-banner {
        padding-top: 10rem
    }

    .blog_section {
        margin-top: 6rem
    }
}

input:focus-visible,
input:focus {
    outline: none;
    box-shadow: none
}

.pricing_wapper .pricing-tabs li {
    cursor: pointer;
    padding: 1.2rem 2.4rem;
    font-size: 1.8rem;
    line-height: 1.4;
    color: var(--tertiary-color);
    background-color: #f1f4f0;
    border-radius: 23rem;
    margin-right: 1.2rem;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--tertiary-color)
}

@media screen and (max-width:767px) {
    .pricing_wapper .pricing-tabs li {
        padding: 1rem 1.3rem;
        font-size: 1.6rem
    }
}

.pricing_wapper .pricing-tabs li.active_x {
    background-color: var(--tertiary-color);
    color: #fff
}

.pricing_wapper .pricing-tabs li:hover {
    background-color: var(--tertiary-color);
    color: #fff
}

.pricing_wapper .price_card {
    box-shadow: 0 8px 24px 4px #959da51a;
    height: auto
}

.pricing_wapper .price_card ul li {
    position: relative
}

.pricing_wapper .price_card ul li::before {
    content: "";
    position: absolute;
    left: -3.2rem;
    top: 0.4rem;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    background-color: var(--tertiary-color);
    border-radius: 8rem
}

.show_year {
    border-color: var(--tertiary-color);
}

.blog_section .tab-btn {
    transition: all 0.3s ease-in-out
}

.blog_section .tab-btn:hover {
    background-color: var(--tertiary-color);
    color: #fff
}

.blog_section .blog-main {
    box-shadow: 0 14px 54px #00000026
}

.blog_section .blog-main a {
    width: 100%;
    display: block
}

.blog_section .blog-main a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog_section .blog-main .list-iteam a {
    position: relative;
    display: block;
    padding-left: 2rem
}

.blog_section .blog-main .list-iteam a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 4px;
    height: 4px;
    background-color: var(--tertiary-color);
    border-radius: 50%
}

.blog-details .blog-image img {
    aspect-ratio: 1.91;
    outline-offset: -5px;
    border: 12px #f3f6f6ab;
    border-radius: 16px;
    outline: 5px solid #ffffff8c
}

.blog-sidebar .left-sidebar {
    flex: 1;
    width: 400px;
    min-width: 0
}

.blog-sidebar .left-sidebar .bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.blog-sidebar .right-side-content {
    flex: 1.9;
    width: auto;
    min-width: 0
}

.blog-sidebar .right-side-content h2 {
    font-size: 3.2rem;
    font-weight: 700;
    padding-block: 12px
}

.blog-sidebar .right-side-content ul {
    list-style: disc;
    padding-left: 2.5rem
}

.blog-sidebar .right-side-content ol {
    list-style: conic-gradient;
    padding-left: 2.5rem
}

.blog-sidebar .right-side-content p,
.blog-sidebar .right-side-content ul {
    font-size: 1.8rem;
    line-height: 1.8
}

@media screen and (max-width:767px) {

    .blog-sidebar .right-side-content p,
    .blog-sidebar .right-side-content ul {
        font-size: 1.6rem
    }
}

@media screen and (max-width:876px) {
    .blog-sidebar .left-sidebar {
        display: none
    }
}

.swiper.testimonial-swiper .swiper-slide-active {
    border-right: 1px solid #0d401e
}

footer p {
    margin-bottom: 0px;
    font-size: 14px
}

.footer-menu ul li a {
    font-size: 14px
}

.post,
.page {
    margin: 0
}

button {
    border: none
}

.category-section img {
    width: 100%
}

@media screen and (max-width:767px) {
    .g_form_style {
        padding: 3rem 2rem
    }
}

.g_form_style .gfield_label {
    color: #fff !important
}

.g_form_style .gform-theme--foundation .gform_fields {
    grid-column-gap: 0;
    grid-row-gap: 25px
}

.g_form_style input,
.g_form_style select {
    font-size: 16px !important;
    height: 50px !important;
    max-height: 50px;
    min-height: 50px;
    border-radius: 7px !important;
    display: block !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
	appearance: auto !important;
}
.g_form_style input {
    padding: 8px 15px !important;
}
.g_form_style select {
	padding: 12px 15px 6px !important;	
}
.g_form_style textarea {
    border-radius: 7px !important;
    display: block !important;
    background-color: transparent !important;
    color: #fff !important
}

.g_form_style .gform_required_legend {
    display: none
}

.g_form_style .gform_title {
    padding: 0 0;
    margin: 0 0 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff !important
}

body .g_form_style .gform_button {
    background-color: var(--secondary-color) !important;
    color: var(--primary-text-color) !important;
    padding: 10px 47px !important;
    transition: all 0.3s ease-in-out !important;
}

body .g_form_style .gform_button:hover {
    background-color: #fff !important;
    color: var(--primary-text-color) !important;
}

span.font-bold.tracking-\[2\.2px\] {
    text-transform: uppercase
}

body .g_form_style input:focus,
body .g_form_style select:focus,
body .g_form_style textarea:focus {
    --gform-theme-local-border-color: var(--tertiary-color) !important;
    box-shadow: none !important
}

body .g_form_style .gform_button:focus {
    outline: none !important;
    box-shadow: none !important
}

body .g_form_style .gfield_required.gfield_required_asterisk {
    font-size: 17px
}

.error_image {
    max-width: 56rem;
    margin: 2rem auto 6rem
}

.error-404.not-found {
    padding-bottom: 10rem
}

.page-header h1 {
    font-weight: 800;
    font-size: 5rem;
    margin-bottom: 3rem
}

.testimonial {
    padding-top: 12rem
}

@media screen and (max-width:767px) {
    .testimonial {
        padding-top: 8rem
    }

    .testimonial .testimonial_head {
        margin-bottom: 8rem
    }
}

.testimonial .swiper-button-next,
.testimonial .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 39px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 23px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    padding: 2rem;
    top: 86%;
    transition: all 0.3s ease-in-out
}

.testimonial .swiper-button-next:hover,
.testimonial .swiper-button-prev:hover {
    background-color: var(--tertiary-color);
    border-color: var(--tertiary-color)
}

.testimonial .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E")
}

.testimonial .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E")
}

#backTobutton {
    display: inline-block;
    background-color: var(--tertiary-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

#backTobutton::after {
    content: "";
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpolyline%20points%3D%226%2015%2012%209%2018%2015%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 27px 49px;
    width: 50px;
    height: 50px;
    display: block;
    transform: translateX(21%);
    position: absolute
}

#backTobutton:hover {
    cursor: pointer;
    background-color: #333
}

#backTobutton:active {
    background-color: var(--primary-color)
}

#backTobutton.show {
    opacity: 1;
    visibility: visible
}

.main-loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 9rem
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background-color: #fff
}

#preloader #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--secondary-color);
    -webkit-animation: cxuSpin 2s linear infinite;
    animation: cxuSpin 2s linear infinite
}

#preloader #loader::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--tertiary-color);
    -webkit-animation: cxuSpin 3s linear infinite;
    animation: cxuSpin 3s linear infinite
}

#preloader #loader::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #262626;
    -webkit-animation: cxuSpin 1.5s linear infinite;
    animation: cxuSpin 1.5s linear infinite
}

@-webkit-keyframes cxuSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes cxuSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

header .site-logo {
    width: 14rem
}

.footer_logo {
    width: 16rem
}

.plan_price {
    align-items: baseline;
    gap: 12px;
    margin-bottom: 1rem
}

.regular_price {
    font-size: 16px;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-line: line-through;
    color: #7d7d7d
}

.sale_price,
.regular_price {
    display: flex;
    align-items: baseline
}

.pricing_wapper .only-regular {
    font-size: 3.4rem;
    color: var(--tertiary-color);
    text-decoration: navajowhite
}

.tab-panel ul .is-active {
    color: #999
}

.pricing_wapper .price_card ul .is-active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='18' y1='6' x2='6' y2='18' stroke='%23fff' stroke-width='2'/%3E%3Cline x1='6' y1='6' x2='18' y2='18' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
    background-color: rgba(143, 133, 129, 0.91)
}

#tab-content {
    position: relative
}

.loader-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeOut 2s ease 2s forwards
}

.spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #444;
    border-top-color: var(--tertiary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 1rem
}

.loading-text {
    color: #000;
    font-size: 1.6rem;
    opacity: 0;
    animation: fadeInOut 2s ease-in-out infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
        pointer-events: none;
        display: none
    }
}

.loop-item {
    border-radius: 16px;
    padding: 4rem 3rem 3rem;
    box-shadow: 0 15px 38px 4px rgba(149, 157, 165, 0.12);
    background: #fff;
    border: 1px solid #00000021
}

.loop-item .loop-item-inner img {
    width: 5rem;
    height: 100%
}

footer {
    margin: 0 3rem;
    border-radius: 2rem 2rem 0 0
}

.entry-header {
    padding: 7rem 0px;
    margin-bottom: 7rem
}

.entry-header .entry-title {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -2px
}

.entry-content {
    padding-bottom: 7rem
}

.entry-content b {
    font-weight: 600
}

.entry-content p,
.entry-content a {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 2rem
}

.entry-content ul {
    list-style: disc;
    padding-left: 2.5rem;
    margin-bottom: 2rem
}

.blog-sidebar .content p,
.blog-sidebar .content a {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 2rem
}

.blog-sidebar .content img {
    margin-bottom: 4rem
}

.blog-sidebar .content b {
    font-weight: 600
}

.blog-sidebar .content ul {
    list-style: disc;
    padding-left: 2.5rem;
    margin-bottom: 2rem
}

.show_year {
    padding: 0.7rem 1rem
}

#billing_cycle {
    background: transparent;
    padding: 8px 1rem 8px 1rem;
    font-size: 14px;
    border: 1px solid #b3b3b3;
    height: 4.2rem;
}

.faq-question {
    text-align: start
}

.cookie-notice-container {
    padding: 2.5rem;
    font-size: 1.6rem
}

#cn-notice-buttons {
    padding-left: 2rem
}

#cookie-notice {
    background-color: #f1f4f0;
    box-shadow: 1px 4px 125px #00000070
}

#cn-notice-buttons a {
    padding: 1.5rem 2rem !important;
    font-size: 16px !important
}

#cn-notice-buttons a:hover {
    background-color: var(--tertiary-color) !important;
    color: #fff !important
}

@media (max-width:767px) {
    .swiper.testimonial-swiper .swiper-slide-active {
        border: none
    }

    .card_layout>div:nth-child(2) {
        grid-area: span 1/span 1/span 1/span 2 !important;
        position: relative
    }

    .card_layout>div:nth-child(6) {
        grid-area: span 1/span 1/span 1/span 2
    }

    .card_layout .comman-card {
        height: 21rem
    }

    .card_layout .feature-card .days_count h2,
    .card_layout .price-card .days_counts h2 {
        letter-spacing: -0.04em;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 47px
    }

    h2 {
        font-size: 32px !important;
        letter-spacing: -1px !important
    }

    footer {
        margin: 0 0rem
    }

    header .site-logo {
        width: 8rem
    }

    .blog_section button {
        font-size: 16px
    }

    .siderbar-flex img {
        width: 100%;
        height: auto
    }

    .card_service .service-icon {
        height: 7rem;
        margin-bottom: 3rem;
        width: 7rem;
    }

    .card_service {
        padding: 2rem 2rem;
    }
}

@media screen and (max-width:524px) {
    .hero-heading {
        font-size: 43px
    }

    #cn-notice-text {
        margin-right: 2rem
    }

    #cn-notice-buttons {
        padding-left: 0;
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem
    }

    .cn-close-icon {
        position: absolute;
        right: 15px;
        top: 22px
    }
}

@media screen and (max-width:400px) {
    .hero-heading {
        font-size: 34px;
        font-weight: 800;
    }
}

@media screen and (max-width:1024px) {
    .entry-header {
        margin-top: 6rem
    }
}

.hero-banner {
    padding-top: 10rem
}

.entry-content a {
    color: var(--tertiary-color)
}

a:hover {
    color: var(--tertiary-color)
}

.entry-content a:hover {
    text-decoration: underline
}

.swiper.plan_swiper {
    overflow: hidden
}

.plan_swiper .swiper-button-prev {
    left: -14rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E") !important
}

.plan_swiper .swiper-button-next {
    right: -14rem;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") !important
}

.plan_swiper .swiper_btn {
    background: var(--tertiary-color);
    border: 1px solid var(--tertiary-color);
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-size: 29px 24px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out
}

.plan_swiper .swiper_btn:hover {
    background-color: transparent;
    filter: brightness(0%)
}

.primary_btn {
    transition: all 0.3s ease-in-out
}

.primary_btn:hover {
    background: var(--secondary-color);
    color: var(--primary-text-color) !important;
    border-color: var(--secondary-color)
}

header .nav-link.active {
    color: var(--tertiary-color);
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px
}

.hero-title {
    font-size: 5rem;
    font-weight: 700;
    padding-bottom: 4rem
}

.home-latest-articles .content,
.releted-articles .content,
.post-card .content a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

#mobile-menu {
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
    padding-bottom: 0.5rem
}

.hero-btn {
    display: flex;
    justify-content: center;
    gap: 2rem
}

@media screen and (max-width:767px) {
    .hero-btn {
        flex-direction: column;
        align-items: center
    }
}

.hero-btn .shopify_sora {
    background: #000;
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 15px 2px;
    color: #fff
}

.hero-btn .shopify_sora img {
    border: 0px solid #000;
    outline: 5px solid #000;
    outline-offset: -5px;
    height: 4.5rem
}

#gform_confirmation_message_1 {
    border: 1px solid #fff;
    padding: 28px 26px;
    background: #fff4e5;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
}


@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-item {
    width: 61rem;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.marquee_image {
    position: absolute;
    top: auto;
    right: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.marquee-item .main_card {
    padding: 3rem 4rem;
    display: flex;
    gap: 2rem;
    height: 100%;
    justify-content: space-between;
}

.marquee-item .main_card .marquee-caption h3 {
    font-size: 3rem;
    padding: 0;
    margin: 0 0 1rem;
    line-height: 1.05;
    font-weight: 700;
}

.marquee-item .main_card .marquee-caption span {
    font-size: 14px;
    display: block;
}

.right_card ul li {
    position: relative;
}

.right_card ul {
    background-color: var(--primary-color);
    padding: 2rem 2rem 2rem 5rem;
    border-radius: 11px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 26rem;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}

.right_card ul li::after {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2210%22%20/%3E%3Cpath%20d%3D%22M9%2012l2%202l4-4%22%20/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: -30px;
    top: 4px;
}

.right_card ul li p {
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.3;
    font-size: 14px;
    color: #fff;
}

.right_card ul li span {
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
    display: block;
    font-weight: 300;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.marquee_image img {
    width: 100%;
    height: 100%;
}

.fancy_link {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    transition: opacity 0.3s ease;
    gap: 2rem;
}

.link_page {
    background: #fff;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;

}

.link_page:hover {
    background-color: var(--tertiary-color);
    color: #fff;
}

.link_page:hover svg path {
    fill: #fff;
}

.link_page svg path {
    fill: var(--primary-color);
}

.link_page svg {
    height: 2rem;
    width: 2rem;
    transition: fill 0.3s ease;
}

.marquee-item:hover .fancy_link {
    opacity: 1;
    height: 100%;
    transition: opacity 0.3s ease, height 0.3s ease;
}

.marquee-track {
    animation: marqueeScroll 20s linear infinite;
    display: flex;
    width: max-content;
    overflow: hidden;
}

.blog_section .tab-btn.active {
    background-color: var(--tertiary-color);
    color: #fff;
}


.card_service {
    background: #fff;
    padding: 4rem 3rem;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.card_service .service-icon {
    height: 8rem;
    width: 8rem;
    padding: 5%;
    background: linear-gradient(-45deg, rgba(30, 138, 138, 0.3) 0%, rgba(30, 138, 138, 0) 50%, rgba(30, 138, 138, 0.3) 100%);
    border-radius: 50%;
    border: 1px solid rgba(30, 138, 138, 0.15);
    margin-bottom: 6rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card_service .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.7rem;
}

.desc {
    margin-bottom: 2.7rem;
    text-align: justify;
}

.link_more {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 3rem;
    font-weight: 600;
}

.link_more svg {
    height: 1.3rem;
    fill: var(--primary-color);
}

.link_more svg path {
    fill: var(--primary-color);
}

.card_service:hover .link_more svg path {
    fill: #fff;
}

.link_more:hover svg path {
    fill: var(--primary-color) !important;
}

.card_service:hover {
    background: var(--tertiary-color);
    color: #fff;
    fill: var(--primary-color);

}

.card_service:hover .service-icon {
    background: #fff;
}

.service-content a:hover {
    color: var(--primary-text-color);
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-box {
    background: white;
    padding: 2rem;
    max-width: 100rem;
    width: 100%;
    position: relative;
    border-radius: 8px;
    margin: 0 2rem;
}

.custom-modal-box .marquee-item .main_card {
    position: relative;
    z-index: 1;
}

.custom-modal-box .marquee-item {
    width: 100%;
}

.marquee_image.modal-image {
    z-index: 1;
}

.marquee-item .main_card .marquee-caption .modal-title {
    font-size: 4.4rem;
}

.marquee-item .main_card .marquee-caption span.modal-subtitle {
    font-size: 18px;
}

.card_block.modal-card-block ul {
    max-width: 34rem;
}

.card_block.modal-card-block ul {
    width: 45rem;
    padding: 2rem 2rem 2rem 5rem;
    max-width: 100%;
}

.custom-modal-box .right_card ul li p {
    font-size: 20px;
}

.custom-modal-box .right_card ul li span {
    font-size: 15px;
    overflow: visible;
    display: block;
}

.modal-close-btn {
    position: absolute;
    top: -17px;
    right: -15px;
    border: none;
    cursor: pointer;
    background: #fff;
    height: 5rem;
    width: 5rem;
    z-index: 9;
    font-size: 35px;
    font-weight: 300;
    border-radius: 54px;
    box-shadow: 1px 2px 3px #00000054;
    transition: all ease-in-out 300ms;
}

.modal-close-btn:hover {
    background: var(--secondary-color);
}

.modal-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.modal-subtitle {
    margin-bottom: 1rem;
}

.modal-card-block ul {
    list-style: none;
    padding: 0;
}

.modal-card-block li {
    margin-bottom: 10px;
}


@media (max-width:767px) {
    .card_layout .feature-card .days_count h2 span {
        font-size: 15px;
        margin-left: 0;
    }

    .hero-btn .shopify_sora {
        width: 100%;
        justify-content: center;
    }

    .card_layout>div:nth-child(2) .feature-img {
        display: none;
    }

    .card_layout .price-card .price-img {
        inset: 42px 0% 0% auto;
    }

    .contact_form .content .flex.items-center.gap-8 {
        gap: 1rem;
        padding: 1.5rem;
    }

    .contact_form .content .flex-shrink-0 {
        width: 4.5rem;
        height: 4.5rem;
    }

    .contact_form .content .border p {
        font-size: 14px;
    }

    .blog_section {
        margin-top: 4rem;
    }

    .what-makers .mb-\[10rem\] {
        margin-bottom: 5rem;
    }

    .blog-sidebar .content a {
        word-break: break-all;
        overflow-wrap: break-word;
    }

    .entry-header {
        margin-top: 4rem;
    }

    .marquee-item {
        width: 60rem;
    }

    .custom-modal-box .marquee-item .main_card {
        padding: 2rem;
    }

    .card_block.modal-card-block ul {
        width: 100%;
        max-width: 100%;
    }

    .marquee-item .main_card {
        flex-direction: column;
    }

    .marquee-item .main_card .marquee-caption h3 {
        font-size: 2.3rem;
    }

    .marquee-item .main_card {
        padding: 2rem 2rem;
    }

    .marquee-item {
        width: 40rem;
    }

    .right_card ul {
        width: 100%;
    }

    .modal-close-btn {
        top: 4px;
        right: 4px;
        height: 3rem;
        width: 3rem;
        font-size: 23px;
    }
}

@media (max-width: 400px) {
    h2 {
        font-size: 29px !important;
        letter-spacing: 0px !important;
        line-height: 1.3 !important;
    }


}

.brand_color {
    position: relative;
    z-index: 1;
}

.brand_color::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--primary-color);
    z-index: -1;
    pointer-events: none;
    border-radius: inherit;
    filter: brightness(1.2);
}

@media (max-width: 900px) {
    .services-tab .tabs-buttons {
        display: none !important;
    }

    .guide-design-1 .tabs-buttons {
        display: block !important;
    }

    .services-tab .tabs-dropdown {
        display: block;
    }

    .services-tab .billing_siderbar {
        gap: 2rem;
        flex-direction: column;
    }

    .services-tab #tab-contents {
        max-width: 100%;
        width: 100%;
    }

    .services-tab .tab-select {
        background: transparent;
        padding: 8px 1rem 8px 1rem;
        font-size: 14px;
        border: 1px solid #b3b3b3;
        width: 100%;
        border-radius: 6px;
        height: 4.2rem;
    }
}

@media (min-width: 999px) {
    .services-tab .tabs-dropdown {
        display: none;
    }
}

#tabs .accordion:last-child .tabs_module.accordion_content {
    border: none;
}


.services-tab .tabs-style-2 button.active {
    background: var(--tertiary-color);
}

.services-tab .tabs-style-2 button {
    padding: 2rem 3rem;
    font-size: 1.8rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 7px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.services-tab .tabs-style-2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tabs-style-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.6rem;
    background-color: var(--primary-light-color);
    border-radius: 5rem;
    border: 1px solid var(--primary-color);
    margin-bottom: 2rem;
}

.tabs-style-3 .active {
    background: var(--primary-color);
    border-radius: 5rem;
    color: #fff;
}

.services-tab .tabs-style-3 button {
    padding: 10px 5rem;
    font-size: 1.8rem;
}

.guide-design-3 #tab-contents {
    max-width: 100%;
}



@media (min-width:900px) {
    .mpbile_show {
        display: none;
    }
}

@media (max-width:900px) {
    .guide-design-1 .fancyboxforwp img {
        height: auto;
        object-fit: contain;
        margin-top: 3rem;
    }

    .guide-design-1 .mobile_hide {
        display: none;
    }

    .guide-design-1 .tabs-style {
        max-width: 100%;
        width: 100%;
    }

    .services-tab .tabs-style-3 button {
        padding: 10px 2rem;
        font-size: 1.8rem;
    }

    .tabs-style-3 {
        white-space: nowrap;
        overflow: scroll;
        flex-wrap: inherit;
    }
}