/* 2024 common start */

:root {
    --primary-color: #531E74;
    --secondary-color: #4BAEA0;
    --cta-bg: var(--secondary-color);
}

.gg_btn {
    display: inline-block;
    background: var(--cta-bg);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: var(--white);
    border: 0;
    padding: 15px;
    border-radius: 0;
}

.gg_btn.gg_btn_alt {
    --cta-bg: var(--primary-color);
}

.gg_btn:hover,
.gg_btn:focus,
.gg_btn:active,
.gg_btn:visited {
    color: var(--white);
    background: var(--cta-bg);
    text-decoration: none;
}

.gg_btn_text {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
    color: var(--primary-color);
}

.gg_btn_text:hover,
.gg_btn_text:focus,
.gg_btn_text:active,
.gg_btn_text:visited {
    color: var(--primary-color);
    text-decoration: underline;
}

.h1-2024 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
    text-wrap: balance;
    text-wrap: pretty;
}

.section-title-2024 {
    color: var(--primary-color);
    font-weight: 600;
}

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

    .h1-2024 {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 19px;
    }

    .section-title-2024 {
        font-size: 21px;
        line-height: 25px;
    }
}

/* 2024 common end */

/* new header start */
.gg-new-header-wrapper .nav-close {
    display: none;
}

.gg-new-header-logo {
    margin: 9px 18px 9px 0;
}

.gg-new-header-cta {
    background: #D9D9D9;
    padding: 10px 40px 10px 20px;
    display: flex;
    max-width: 355px;
    height: 100%;
    margin-right: -40px;
    margin-left: 30px;
}

.gg-new-header-cta a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    gap: 10px;
}

.gg-new-header-cta a span {
    flex: 0 0 auto;
    color: var(--white);
    background: var(--secondary-color);
    border-radius: 6px;
    padding: 21px 14px;
    display: grid;
    align-items: center;
}

nav#site-navigation {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    float: none;
    width: auto;
}

nav#site-navigation ul li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #663586;
    padding: 1em;
}

nav#site-navigation ul li.menu-item-has-children>a {
    cursor: pointer;
}

nav#site-navigation ul li.menu-item-has-children>a::after {
    content: "";
    height: 7px;
    width: 7px;
    transform: rotate(45deg);
    margin-left: 5px;
    border: none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #653783;
    display: inline-block;
    position: relative;
    top: -3px;
}

.gg-menu-btn {
    line-height: 0;
    padding: 4px 0;
    width: 24px;
    border: 0;
    background-color: transparent;
    border-radius: 5px;
    outline: 0 !important;
    display: block;
    height: 73px;
    margin-left: 12px;
    display: none;
    outline: 0;
}

.gg-menu-btn span {
    display: inline-block;
    height: 3px;
    width: 100%;
    background-color: #653783;
    margin-bottom: 5px;
}

.gg-menu-btn:hover {
    background-color: transparent;
    outline: 0;
}

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

    .gg-new-header-holder .pm-head-top-wraper {
        display: none;
    }

    .gg-new-header-cta {
        display: none;
    }

    nav#site-navigation.toggled .gg-new-header-cta {
        display: flex;
        height: auto;
        margin: 40px 0;
        max-width: calc(100% - 70px);
        padding: 10px;
        position: relative;
    }

    .menu-new-menu-2024-container {
        padding-right: 60px;
    }

    .gg-menu-btn {
        display: block;
        height: auto;
        margin-left: auto;
    }

    nav#site-navigation.toggled .gg-menu-btn {
        display: none;
    }

    nav#site-navigation {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        background-color: #0000007d;
        transform: translateX(-100%);
        transition: 0.5s ease;
        z-index: 999;
        display: block;
        padding: 0 20px 40px 20px;
        overflow-y: scroll;
        margin: 0 0 0 -15px;
    }

    nav#site-navigation::before {
        display: block;
        width: calc(100% - 60px);
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }

    nav#site-navigation.toggled {
        transform: translateX(0);
    }

    nav#site-navigation.toggled .nav-close {
        display: flex;
        justify-content: end;
        padding: 0 0 10px 20px;
        align-items: center;
        position: relative;
        margin: 0 -20px 0 0;
    }

    .nav-close-btn,
    .nav-close-btn:hover {
        width: 60px;
        height: 50px;
        border: 0;
        outline: 0;
        background-color: #653783;
        font-weight: 100;
        font-size: 40px;
        line-height: 1;
        padding: 0;
        color: #fff
    }

    nav#site-navigation ul {
        display: none;
        max-height: unset;
        list-style: none;
        margin: 0;
    }

    nav#site-navigation.toggled ul {
        display: block;
    }

    nav#site-navigation.toggled ul.menu>li {
        border-bottom: 1px dashed #d0d0d0;
        padding: 10px 0;
        position: relative;
    }

    nav#site-navigation ul li a {
        padding: 0;
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    nav#site-navigation.toggled ul .menu-item-has-children>a::after {
        content: "";
        display: inline-block;
        height: 10px;
        width: 10px;
        transform: rotate(45deg) translateY(-3px);
        border-right: 2px solid;
        border-bottom: 2px solid;
        transition: 0.3s ease;
        color: #653783;
        margin-left: 5px;
    }

    nav#site-navigation.toggled ul.sub-menu {
        display: none;
        margin-top: 8px;
    }

    nav#site-navigation.toggled li.focus ul.sub-menu {
        display: block;
    }

    nav#site-navigation.toggled ul.sub-menu li {
        position: relative;
        margin-left: 6px;
        padding: 5px 0 5px 12px;
    }

    nav#site-navigation.toggled ul.sub-menu li::before {
        content: "";
        position: absolute;
        height: 2px;
        width: 4px;
        background-color: #653783;
        top: 14px;
        left: 0;
    }

}

/* new header end */

/* home2024 start */

.page-template-homepage-2024 .storefront-breadcrumb {
    display: none;
}

.home-2024-banner {
    padding: 0;
    margin: 35px 15px 50px 0;
    position: relative;
}

.home-2024-banner::before {
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    z-index: -1;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
}

.home-2024-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr .9fr .4fr;
    align-items: center;
    gap: 0 24px;
}

.home-2024-banner-wrapper .video-holder {
    grid-row: 1/7;
    grid-column: 1;
}

.home-2024-banner h1 {
    color: var(--white);
}

.home-2024-banner h1 span {
    font-family: Nunito, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.home-2024-banner-div-1 {
    font-size: 19px;
    line-height: 26px;
    color: var(--white);
    margin-top: 50px;
}

.home-2024-banner-div-2 {
    font-size: 19px;
    line-height: 26px;
    color: var(--white);
    font-weight: 600;
    text-wrap: pretty;
    text-wrap: balance;
    margin-bottom: 50px;
}

.home-2024-banner-div-3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
    color: #333;
    display: none;
}

.home-2024-banner-image-holder {
    grid-row: 1/7;
    grid-column: 3;
    position: relative;
    text-align: center;
}

.home-2024-banner-image-holder img {
    position: absolute;
    left: 50%;
    bottom: -135px;
    transform: translateX(-50%);
}

.home-2024-banner-cta-holder {
    position: absolute;
    left: 50%;
    bottom: -190px;
    transform: translateX(-50%);
}

.home-2024-banner-cta-holder .gg_btn {
    text-wrap: nowrap;
}

.home-2024-business {
    padding: 30px 0 20px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.home-2024-business::before {
    content: '';
    background: #D8D1D9;
    width: 65%;
    height: 100%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-2024-business-box {
    position: relative;
}

.home-2024-business-box img {
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 6px;
    width: 100%;
}

.home-2024-business-box h3 {
    position: absolute;
    color: var(--white);
    margin-bottom: 0;
    bottom: 14px;
    left: 14px;
    font-size: 20px;
    line-height: 21px;
}

.home-2024-what-we-do-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.home-2024-what-you-need ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    counter-reset: home-2024-what-you-need;

    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    column-count: 2;
}

.home-2024-what-you-need li {
    position: relative;
    padding: 1em 2em;
}

.home-2024-what-you-need li::before {
    counter-increment: home-2024-what-you-need;
    content: counter(home-2024-what-you-need);
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;
}

.home-2024-brands {
    padding: 30px 0;
}

.home-2024-brands-items:not(.slick-slider) {
    display: flex;
}

.home-2024-brands-items {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-2024-brands-items::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.home-2024-brands-item {
    display: inline-flex;
    flex: 1 0 auto;
}

.home-2024-brands-item img {
    max-height: 65px;
    max-width: 85%;
    object-fit: contain;
    margin: 0 auto;
}

.home-2024-why-us {
    padding: 50px 0 10px;
    background: #D9D9D9;
    font-size: 18px;
    line-height: 27px;
}

.home-2024-why-us-circles {
    position: relative;
    min-height: 270px;
}

.home-2024-why-us-circle {
    position: absolute;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;

    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.home-2024-why-us-circle:nth-child(1) {
    background: var(--secondary-color);
    width: 113px;
    height: 113px;
}

.home-2024-why-us-circle:nth-child(2) {
    background: var(--primary-color);
    width: 167px;
    height: 167px;
    left: 210px;
}

.home-2024-why-us-circle:nth-child(3) {
    background: var(--primary-color);
    width: 146px;
    height: 146px;
    left: 70px;
    top: 120px;
}

.home-2024-why-us-circle:nth-child(4) {
    background: var(--secondary-color);
    width: 223px;
    height: 223px;
    left: 210px;
    top: 180px;
}

.home-2024-why-us-dot {
    border-radius: 50%;
    position: absolute;
}

.home-2024-why-us-dot:nth-child(1) {
    background: var(--secondary-color);
    width: 20px;
    height: 20px;
    left: 140px;
    top: 80px;
}

.home-2024-why-us-dot:nth-child(2) {
    background: var(--primary-color);
    width: 36px;
    height: 36px;
    left: 370px;
}

.home-2024-why-us-dot:nth-child(3) {
    background: var(--secondary-color);
    width: 36px;
    height: 36px;
    left: 40px;
    top: 240px;
}

.home-2024-consultants {
    padding: 30px 0;
    font-size: 18px;
    line-height: 27px;
}

.home-2024-consultants-item img {
    margin: auto;
}

.home-2024-consultants-item-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 10px;
}

.home-2024-consultants-item-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.home-2024-clients {
    padding: 30px 0;
    font-size: 18px;
    line-height: 25px;
}

.home-2024-clients-holder {
    display: flex;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.home-2024-clients-holder::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.home-2024-clients-item {
    display: inline-flex;
    flex: 1 0 auto;
}

.home-2024-clients-holder img {
    max-height: 115px;
    max-width: 85%;
    object-fit: contain;
    margin: 0 auto;
}

.home-2024-challenges {
    padding: 30px 0;
}

.home-2024-challenges ul {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: home-2024-challenges;

    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.home-2024-challenges li {
    position: relative;
    padding: .5em 0 .5em 2em;
    border-bottom: solid 1px #A2A2A2;
}

.home-2024-challenges li:last-child {
    border-bottom: none;
}

.home-2024-challenges li::before {
    counter-increment: home-2024-challenges;
    content: counter(home-2024-challenges)". ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;

    display: flex;
    align-items: center;
    justify-content: center;
}

.home-2024-challenges li a {
    margin-left: auto;
    text-decoration: underline;
    color: var(--primary-color);
    flex: 0 0 auto;
}

.home-2024-resources {
    padding: 30px;
    background: #D9D9D9;
    border-radius: 23px;
}

.home-2024-resources-item {
    display: flex;
    border-radius: 6px;
    background: var(--white);
}

.home-2024-resources-item-text {
    padding: 16px 0 16px 16px;
    flex: 1;
}

.home-2024-resources-item a {
    flex: 0 0 auto;
    color: var(--white);
    background: var(--secondary-color);
    border-radius: 0px 6px 6px 0px;
    padding: 14px;
    display: grid;
    align-items: center;
}

.home-2024-tools {
    padding: 10px 0 30px 0;
}

.home-2024-tools-item {
    position: relative;
    background: #D9D9D9;
    padding: 42px 20px;
    border-radius: 17px;
    font-size: 18px;
    line-height: 25px;
}

.home-2024-tools-item .home-2024-tools-item-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    background: var(--white);
    border-radius: 50%;
    padding: 12px;
}

.home-2024-tools-item a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: max-content;
}

.home-2024-support {
    padding: 30px 0 0;
}

.home-2024-support-bg {
    padding: 50px 0;
}

.home-2024-support-items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.home-2024-support-items a {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    background: var(--white);
    color: #333;
    padding: 10px 40px 5px;
    border-radius: 9px;
    flex: 1 0 auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

    .home-2024-banner {
        margin: 20px 0;
    }

    .home-2024-banner::before {
        display: none;
    }

    .home-2024-banner-image-holder img {
        display: none;
    }

    .home-2024-banner-wrapper {
        display: block;
    }

    .home-2024-banner h1 {
        color: #000;
    }

    .home-2024-banner h1 span {
        color: var(--primary-color);
    }

    .home-2024-banner-div-1 {
        color: #333;
        margin-top: 0;
    }

    .home-2024-banner-div-2 {
        margin-bottom: 10px;
        margin-top: 15px;
        color: #333;
    }

    .home-2024-banner-div-3 {
        display: block;
    }

    .home-2024-banner-cta-holder {
        position: fixed;
        width: 100%;
        bottom: 0;
        margin: 0;
        text-align: left;
        padding: 10px 0;
        padding-left: 15px;
        background-color: var(--white);
        box-shadow: 0 -4px 8px rgb(0 0 0 / 16%);
        box-shadow: 0 -4px 8px #00000029;
        z-index: 111;
    }

    .home-2024-business {
        padding: 20px 7.5px;
    }

    .home-2024-business::before {
        width: 75%;
    }

    .home-2024-business-box {
        margin: 0 -10px -15px -10px;
    }

    .home-2024-business-box h3 {
        font-size: 20px;
        left: 15px;
        bottom: 15px;
    }

    .home-2024-what-you-need ul {
        column-count: 1;
    }

    .home-2024-what-you-need ul li {
        padding: 1em 2em 0 2em;
    }

    .top-brands-item:nth-child(n + 3) {
        display: none;
    }

    .home-2024-why-us {
        padding: 30px 0 10px;
        margin-bottom: 80px;
    }

    .home-2024-why-us-circle:nth-child(2) {
        left: 150px;
    }

    .home-2024-why-us-circle:nth-child(3) {
        left: 20px;
        top: 120px;
    }

    .home-2024-why-us-circle:nth-child(4) {
        width: 200px;
        height: 200px;
        top: 180px;
        left: unset;
        right: 0;
    }

    .home-2024-why-us-dot:nth-child(1) {
        left: 120px;
        top: 80px;
    }

    .home-2024-why-us-dot:nth-child(2) {
        left: unset;
        right: 0;
    }

    .home-2024-why-us-dot:nth-child(3) {
        left: 10px;
        top: 240px;
    }

    .home-2024-consultants {
        padding: 30px 0 0;
    }

    .page-template-homepage-2024 .home-2024-consultants-item:nth-child(n + 3) {
        display: none;
    }

    .home-2024-challenges {
        padding: 20px 0 50px;
    }

    .home-2024-resources {
        border-radius: 0;
        margin: 0 -15px;
    }

    .home-2024-support-items a {
        flex: 1 0 45%;
    }

    .page-template-homepage-2024 .copyright-wrapper,
    .single-business-type .copyright-wrapper {
        padding-bottom: 100px;
    }
}

/* home2024 end */

/* business type single start */

body.single-business-type .storefront-breadcrumb {
    display: none;
}

.business-type-single-banner {
    padding: 30px 0;
    font-size: 18px;
    line-height: 25px;
}

.business-type-single-banner-wrapper {
    display: grid;
    grid-template-columns: 5fr 5fr;
    gap: 0 24px;
}

.business-type-single-banner-div-1 {
    font-size: 19px;
    line-height: 26px;
}

.business-type-single-banner h1 span {
    font-family: Nunito, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: var(--primary-color);
}

.other-places-clients {
    font-size: 18px;
    line-height: 25px;
}

.business-type-single-banner-reels {
    grid-row: 1/8;
    grid-column: 2;
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.business-type-single-banner-reels::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.business-type-single-banner-reel {
    min-width: 300px;
}

.business-type-single-ebook {
    padding: 10px 0 30px;
    font-size: 18px;
    line-height: 25px;
}

.business-type-single-ebook-holder {
    position: relative;
    background: #D9D9D9;
    border-radius: 17px;
    padding: 20px 13px;
    text-align: center;
}

.business-type-single-services {
    padding: 30px 0 15px;
}

.business-type-single-service-box {
    display: block;
    position: relative;
    color: #000;
    background: #B9EBE3;
    padding: 27px 18px 50px 36px;
    margin: 0 0 20px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    height: calc(100% - 40px);
}

.business-type-single-service-box:hover {
    text-decoration: none;
    color: inherit;
}

.business-type-single-service-box-icon {
    background: #D9D9D9;
    padding: 18px;
    border-radius: 50%;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.business-type-single-service-box-col:nth-of-type(even) .business-type-single-service-box {
    background: #D9D9D9;
}

.business-type-single-service-box-col:nth-of-type(even) .business-type-single-service-box-icon {
    background: #B9EBE3;
}

.business-type-single-service-box-icon svg {
    width: 34px;
    height: 34px;
}

.business-type-single-service-box h3 {
    color: #291437;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 12px;
}

.business-type-single-service-box-link {
    background: var(--primary-color);
    padding: 6px 12px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.business-type-single-how-it-works {
    padding: 30px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.business-type-single-how-it-works ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    counter-reset: business-type-single-how-it-works;
    display: block;
    justify-content: space-between;
}

.business-type-single-how-it-works li {
    position: relative;
    padding: 1em 2em;
}

.business-type-single-how-it-works li::before {
    counter-increment: business-type-single-how-it-works;
    content: counter(business-type-single-how-it-works);
    position: absolute;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;
}

.business-type-products {
    padding: 30px 0;
    /* background-color: #f2f2f2; */
}

.business-type-single-life-cycle-deskstop {
    height: 600px;
    position: relative;
    padding: 3rem 0;
}

.business-type-single-life-cycle-deskstop .img-vs {
    position: absolute;
    z-index: 22;
    left: calc(50% - 44px);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.9s ease;
}

.business-type-single-life-cycle-deskstop .head {
    z-index: 21;
    text-align: center;
}

#no-expert img {
    position: absolute;
    right: -10rem;
    top: 0;
}

#expert img {
    position: absolute;
    left: -10rem;
    top: 0;
}

.business-type-single-life-cycle-deskstop .main-two {
    position: absolute;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 9rem 0 0;
    transition: 0.9s ease;
    background-color: #F8F8F8;
}

.business-type-single-life-cycle-deskstop .main-two.two {
    z-index: 10;
    background-color: #fff;
}

.business-type-single-life-cycle-deskstop-details {
    padding-right: 15rem;
}

.business-type-single-life-cycle-deskstop-details h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
    text-align: center;
}

.business-type-single-life-cycle-deskstop-details ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.business-type-single-life-cycle-deskstop-details ul li {
    background: #D9D9D9;
    border-radius: 17px;
    margin: 0 0 20px;
    padding: 12px;
    color: #333;
    position: relative;
}

#expert .business-type-single-life-cycle-deskstop-details {
    padding-left: 15rem;
    padding-right: 0;
}

#expert .business-type-single-life-cycle-deskstop-details h3 {
    color: var(--primary-color);
}

#expert .business-type-single-life-cycle-deskstop-details ul li {
    color: var(--primary-color);
}

.other-pages-gallery {
    padding: 30px 0;
}

.other-pages-faq {
    padding: 30px 0 50px;
}

lite-youtube[reel] {
    padding-bottom: calc(100% / (9 / 16));
    border-radius: 10px;
}

lite-vimeo[reel] {
    aspect-ratio: 9 / 16;
    border-radius: 10px;
}

iframe.instagram-media {
    min-width: auto !important;
    border-radius: 10px;
}

body:not(.page-template-page-gallery-2024) .home-2024-gallery-item:nth-child(n + 5) {
    display: none
}

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

    .business-type-single-banner {
        padding: 20px 0;
    }

    .business-type-single-banner-wrapper {
        display: block;
    }

    .business-type-single-banner-cta-holder,
    .services-single-banner-cta-holder {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 0;
        text-align: left;
        padding: 10px 0;
        padding-left: 15px;
        background-color: var(--white);
        box-shadow: 0 -4px 8px rgb(0 0 0 / 16%);
        box-shadow: 0 -4px 8px #00000029;
        z-index: 111;
    }

    .business-type-single-banner-reel {
        min-width: 230px;
    }

    .home-2024-clients {
        padding: 0;
    }

    .business-type-single-ebook-holder {
        padding: 20px 13px 40px;
    }

    .business-type-single-ebook-holder a {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
    }

    .business-type-single-how-it-works {
        padding: 15px 0;
    }

    .business-type-single-how-it-works ul {
        display: block;
    }

    .business-type-single-life-cycle {
        padding: 15px 0 0;
    }

    .business-type-single-life-cycle-points {
        display: flex;
        justify-content: center;
        gap: 26px;
    }

    .business-type-single-life-cycle-point {
        display: flex;
        flex-wrap: wrap;
    }

    .business-type-single-life-cycle-point-headings-holder {
        display: flex;
        justify-content: space-around;
    }

    .business-type-single-life-cycle-point-headings-holder h3 {
        color: var(--primary-color);
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        margin-bottom: 12px;
        text-align: center;
    }

    .business-type-single-life-cycle-point ul {
        font-size: 15px;
        line-height: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .business-type-single-life-cycle-point ul li {
        background: #D9D9D9;
        border-radius: 17px;
        margin: 0 0 20px;
        padding: 12px;
        position: relative;
    }

    .business-type-single-life-cycle-point:first-of-type ul li::after {
        content: '';
        background: var(--primary-color);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .business-type-single-life-cycle-point:first-of-type ul li:nth-child(even):after {
        background: var(--secondary-color);
    }

    .other-pages-gallery {
        padding: 30px 0 15px;
    }
}

/* business type single end */

/* single service start */

.single-service .storefront-breadcrumb {
    display: none;
}

.gg-2024-breadcrumbs {
    padding: 20px 0;
    /* border-left: solid 8px #531E74; */
}

.services-single-banner {
    padding: 0 0 30px;
}

.services-single-banner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

.services-single-banner-div-1 {
    font-size: 19px;
    line-height: 26px;
}

.services-single-banner-image-holder {
    grid-row: 1 / 6;
    grid-column: 2;
}

.services-single-take-if {
    padding: 15px 0 30px;
}

.services-single-take-if-row {
    padding: 25px 0 10px;
    margin: 0;
}

.services-single-take-if-box {
    padding: 0 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    background: #D8D1D9;
    border-radius: 17px;
}

.services-single-take-if-box img {
    border-radius: 10px;
    max-width: 180px;
    margin: -10px 0 -10px 0;
}

.services-single-packages {
    padding: 15px 0;
}

.services-single-packages-box {
    background: #D9D9D9;
    border-radius: 25px;
    padding: 27px 27px 20px;
    font-size: 18px;
    line-height: 27px;
}

.services-single-packages-col:nth-of-type(even) .services-single-packages-box {
    background: #B9EBE3;
}

.services-single-packages-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 12px;
    color: #291437;
}

.services-single-packages-box ul {
    margin: 0;
    padding: 1em;
}

.services-single-packages-box a {
    margin: 12px 0 0;
}

.services-single-packages-box [data-toggle="collapse"][aria-expanded="true"] span:nth-child(1) {
    display: none;
}

.services-single-packages-box [data-toggle="collapse"][aria-expanded="false"] span:nth-child(2) {
    display: none;
}

.services-single-packages-box svg {
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

.services-single-packages-box [data-toggle="collapse"][aria-expanded="true"] svg {
    transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
    .services-single-banner-wrapper {
        display: block;
    }

    .services-single-take-if-row {
        background: #D8D1D9;
        border-radius: 17px;
        padding: 25px 0;
    }

    .services-single-take-if-box {
        gap: 10px;
        padding: 0;
    }

    .services-single-take-if-box img {
        margin: 0;
        max-width: 150px;
    }

    .services-single-take-if-col:nth-of-type(even) .services-single-take-if-box img {
        order: 2;
    }
}

/* single service end */