.landing-bundles {
    --accent: #ffb200;
    --color-text: #363636;
    --color-1: #385A64;
    --color-2: #FFB200;
    --color-3: #FF735C;
    margin: 56px auto;
}

.landing-bundles img {
    max-width: 100%;
}

.block-accent {
    color: #fff;
    background-color: var(--accent);
    padding: 16px;
    font-size: 25px;
    text-align: center;
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 18px auto 50px auto;
}

@media(min-width: 568px) {
    .block-accent strong {
        white-space: nowrap;
    }
}

.block-accent.spec {
    background-color: #FFB200;
    font-size: 28px;
    padding: 16px 60px;
    margin: 45px auto 58px auto;
}

.block-accent.spec strong {
    font-weight: 800;
}

.btn-frame {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    transition: transform 0.2s ease;
}

.btn-accent {
    color: #fff;
    background-color: var(--accent);
}

.btn-color-1 {
    color: #fff;
    background-color: var(--color-1);
}

.btn-color-2 {
    color: #fff;
    background-color: var(--color-2);
}

.btn-color-3 {
    color: #fff;
    background-color: var(--color-3);
}

.btn-accent:hover,
.btn-color-1:hover,
.btn-color-2:hover,
.btn-color-3:hover {
    color: #fff;
    text-decoration: none;
    transform: scale(1.02);
}

.btn-accent strong {
    font-weight: 800;
}

.landing-bundles .section-custom {
    padding: 0 10px;
}

/* Main Blocks */
.landing-bundles .section-main {
    padding: 0 10px;
}

.landing-bundles h1 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}

.landing-bundles .blocks {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.landing-bundles .block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 76px;
}

.landing-bundles .block.block-left {
    flex-direction: row-reverse;
    text-align: right;
}

.landing-bundles .block.block-left .image {
    text-align: left;
}

.landing-bundles .block .image {
    max-width: 452px;
    width: 100%;
    text-align: right;
}

.landing-bundles .block .content {
    max-width: 489px;
    width: 100%;
}

.landing-bundles .block .content h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: initial;
    margin-bottom: 32px;
}

.landing-bundles .block .content p {
    font-size: 22px;
    margin-bottom: 32px;
}

@media (max-width: 992px) {

    .landing-bundles .block,
    .landing-bundles .block.block-left {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .landing-bundles .block.block-left .image,
    .landing-bundles .block .image {
        text-align: center;
    }

    .landing-bundles h1 {
        font-size: 32px;
    }
}

@media (max-width: 568px) {
    .landing-bundles h1 {
        font-size: 28px;
    }

    .block-accent{
        font-size: 13px;
        display: flex;
        flex-direction: column;
        padding: 16px 8px;
    }

    .landing-bundles .block {
        gap: 20px;
    }

    .landing-bundles .block .content h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .landing-bundles .block .content p {
        font-size: 16px;
    }
}

@media (max-width: 680px) {
    .block-accent.spec{
        width: 100%;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        padding: 16px 8px;
    }
}


/* Templates Section (copy)*/
.web-container .templates {
    background: #E9E9E9;
    padding: 55px 0 40px 0;
    margin: 44px auto;
}

@media (max-width: 996px) {
    .web-container .templates {
        padding-bottom: 60px;
    }
}

.web-container .templates .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.web-container .templates p {
    font-size: 40px;
    font-weight: 400;
    color: #363637;
    text-align: center;
    margin-bottom: 45px;
}

.web-container .templates p b {
    font-weight: 800;
}

.web-container .templates .container .image-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.web-container .templates .container .image-container #mobilePrevTemplateBtn,
.web-container .templates .container .image-container #mobileNextTemplateBtn {
    display: none;
    border: none;
    outline: none;
    background: transparent;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

.web-container .templates .container .image-container #mobilePrevTemplateBtn img,
.web-container .templates .container .image-container #mobileNextTemplateBtn img {
    height: 30px;
    width: 30px;
    filter: brightness(0%) saturate(100%) invert(18%) sepia(6%) saturate(116%) hue-rotate(201deg) brightness(100%) contrast(90%);
}

.web-container .templates .container .images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.web-container .templates .container .images a {
    width: 200px;
    display: block;
}

.web-container .templates .container .images a div {
    width: 100%;
}

.web-container .templates .container .images a div img {
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1200px) {
    .web-container .templates .container p {
        font-size: 34px;
    }

    .web-container .templates .container .images {
        justify-content: center;
    }

    .web-container .templates .container .images a {
        width: calc(20% - 30px);
        margin: 15px;
    }

    .web-container .templates .container .images a img {
        object-fit: cover;
        width: 100%;
    }
}

.web-container .templates .container .images a .button {
    display: none;
}

@media (max-width: 996px) {
    .web-container .templates .container p {
        font-size: 28px;
    }

    .web-container .templates .container a:nth-child(n+2) {
        display: none;
    }

    .web-container .templates .container .image-container #mobilePrevTemplateBtn,
    .web-container .templates .container .image-container #mobileNextTemplateBtn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .web-container .templates .container .image-container {
        display: grid;
        grid: 1fr / 40px 1fr 40px;
        align-items: center;
    }

    .web-container .templates .container .images a div {
        height: 400px;
        overflow: hidden;
    }

    .web-container .templates .container .images a {
        width: 60%;
        position: relative;
    }

    .web-container .templates .container .images a .button {
        display: flex;
        font-size: 16px;
        text-align: center;
        color: #363637;
        text-decoration: none;
        margin-top: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;
        height: 35px;
        font-style: normal;
        justify-content: center;
    }

    .web-container .templates .container .images a .button img {
        width: auto;
        height: 20px;
    }
}

@media (max-width: 576px) {
    .web-container .templates .container p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .web-container .templates .container .images a {
        width: 85%;
    }
}

@media (max-width: 360px) {
    .web-container .templates .container .images a .button {
        width: 100%;
        white-space: normal;
        height: auto;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 350px) {
    .web-container .templates .container .images a .button {
        bottom: -60px;
    }
}

/* Bundle Prices Section  */
.landing-bundles .section-bundleprices {
    padding: 0 10px;
}

.landing-bundles .section-bundleprices .block.spec .content {
    max-width: 438px;
}

#bundleprices>h2 {
    font-size: 40px;
    font-weight: 800;
    margin: 68px 0 0 0;
    text-align: center;
}

#bundleprices>.sub-title {
    font-size: 26px;
    margin: 0;
    text-align: center;
}

@media(max-width: 568px) {
    #bundleprices>h2 {
        font-size: 28px;
    }

    #bundleprices>.sub-title {
        font-size: 24px;
    }
}




.landing-bundles .section-bundleprices .bundle-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto 64px auto;
}

.landing-bundles .section-bundleprices .bundle-element.color-1 {
    --bundle-color: var(--color-1);
}

.landing-bundles .section-bundleprices .bundle-element.color-2 {
    --bundle-color: var(--color-2);
}

.landing-bundles .section-bundleprices .bundle-element.color-3 {
    --bundle-color: var(--color-3);
}

.landing-bundles .section-bundleprices .bundle-element.color-1 ul li img {
    filter: invert(32%) sepia(11%) saturate(1333%) hue-rotate(147deg) brightness(97%) contrast(92%);
}

.landing-bundles .section-bundleprices .bundle-element.color-2 ul li img {
    filter: invert(58%) sepia(98%) saturate(508%) hue-rotate(0deg) brightness(104%) contrast(103%);
}

.landing-bundles .section-bundleprices .bundle-element.color-3 ul li img {
    filter: invert(60%) sepia(31%) saturate(2003%) hue-rotate(321deg) brightness(98%) contrast(106%);
}

.landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list) {
    max-width: 232px;
}

.landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list) .inner {
    border: 5px solid var(--bundle-color, transparent);
    border-radius: 10px;
    text-align: center;
}

.landing-bundles .section-bundleprices .bundle-element-list .inner {
    border-style: solid;
    border-color: transparent;
    border-width: 5px 0;
    max-width: 363px;
    text-align: right;
}

.landing-bundles .section-bundleprices .bundle-element .inner {
    border-radius: 10px;
}

.landing-bundles .section-bundleprices .bundle-element .head-title {
    color: #fff;
    background-color: var(--bundle-color, transparent);
    padding: 13px 6px 16px 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
}

.landing-bundles .section-bundleprices .bundle-element .head-description {
    padding: 22px 15px 22px 15px;
}

.landing-bundles .section-bundleprices .bundle-element .head-description>span {
    font-size: 12px;
    text-align: center;
}

.landing-bundles .section-bundleprices .bundle-element .head-price {
    color: var(--bundle-color, #000);
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.landing-bundles .section-bundleprices .bundle-element .head-price strong {
    font-size: 28px;
    font-weight: 800;
}

.landing-bundles .section-bundleprices .bundle-element .list-title {
    font-size: 22px;
    font-weight: 800;
    padding: 0 8px;
    margin-top: 20px;
}

.landing-bundles .section-bundleprices .bundle-element ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-bundles .section-bundleprices .bundle-element li {
    font-size: 14px;
    padding: 0 8px;
}

.landing-bundles .section-bundleprices .bundle-element li:nth-child(odd) {
    background: #F5F5F5;
}

.btn-bundle {
    display: block;
    width: 100%;
    color: #fff;
    border: 3px solid var(--bundle-color, #000);
    background-color: var(--bundle-color, #000);
    padding: 6px 39px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    margin-top: 8px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.btn-bundle:hover {
    color: var(--bundle-color, #000);
    background-color: transparent;
    text-decoration: none;
}

@media (min-width: 1100px) {

    /* Padding on the title and description */
    .landing-bundles .section-bundleprices>h2,
    .landing-bundles .section-bundleprices>.sub-title {
        padding-left: 80px;
    }


    /* Fake Spacing */
    .landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list):not(:last-child) {
        margin-right: 20px;
    }

    .landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list):not(:last-child) li {
        position: relative;
    }

    .landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list):not(:last-child) li:nth-child(odd)::after {
        content: '';
        height: 100%;
        width: 20px;
        position: absolute;
        background-color: #F5F5F5;
        right: -25px;
        top: 0;
    }

    /* Hidden Elements */
    .landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list) .list-title {
        opacity: 0;
    }

    .landing-bundles .section-bundleprices .bundle-element li span {
        display: none;
    }

    /* Height Restrictions */
    .landing-bundles .section-bundleprices .bundle-element .head-title {
        line-height: 30px;
        height: 59px;
    }

    .landing-bundles .section-bundleprices .bundle-element .head-description>span {
        --lines: 6;
        --line-height: 14px;
        display: -webkit-box;
        -webkit-line-clamp: var(--lines);
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: var(--line-height);
        min-height: calc(var(--line-height) * var(--lines));
    }

    .landing-bundles .section-bundleprices .bundle-element .head-price,
    .landing-bundles .section-bundleprices .bundle-element .head-price strong {
        line-height: 30px;
        height: 30px;
    }

    .landing-bundles .section-bundleprices .bundle-element .list-title {
        line-height: 30px;
        height: 30px;
    }

    .landing-bundles .section-bundleprices .bundle-element li {
        height: 35px;
        font-size: 14px;
        line-height: 30px;
        padding: 0 8px;
    }
}

@media (max-width: 1100px) {
    .landing-bundles .section-bundleprices .bundle-container {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }

    .landing-bundles .section-bundleprices .bundle-element:not(.bundle-element-list) {
        width: 100%;
        max-width: 568px;
    }

    .landing-bundles .section-bundleprices .bundle-element-list .inner {
        display: none;
    }

    .landing-bundles .section-bundleprices .bundle-element li {
        padding: 6px 6px 6px 12px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .landing-bundles .section-bundleprices .bundle-element li span {
        margin-left: 8px;
        max-width: 306px;
        text-align: left;
        width: 100%;
        display: inline-block;
    }

    .landing-bundles .section-bundleprices .bundle-element .list-title {
        padding: 20px 6px 8px 12px;
        max-width: 338px;
        margin: 0 auto;
        text-align: left;
        width: 100%;
    }

}


/* Custom Site */
.custom-site {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    padding: 0 10px;
    margin: 66px auto;
}

.custom-site .text {
    font-size: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 8px;
}

.custom-site .text b {
    font-weight: 700;
}

.custom-site .text strong {
    font-weight: 800;
}

@media(max-width: 568px) {
    .custom-site .text {
        font-size: 22px;
    }
}


/* Block Highlighted */
.landing-bundles .section-bundleprices .block.highlighted .content {
    max-width: 512px;
    text-align: right;
}

.block.highlighted strong {
    color: var(--color-3);
    font-weight: 800;
    text-transform: uppercase;
}

@media(max-width: 992px) {
    .landing-bundles .section-bundleprices .block.highlighted .content {
        text-align: center;
    }
}

.landing-bundles .block.fee .content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}

.block.fee ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block.fee ul li {
    font-size: 22px;
    font-style: italic;
}

.block.fee ul li:before {
    content: '...';
    margin-right: 4px;
}

.block.fee .content {
    max-width: 555px;
}



/* Functions */
.section-functions {
    max-width: 1220px;
    margin: 76px auto;
    padding: 0 10px;
}

.section-functions h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}

.section-functions h2 strong {
    font-weight: 800;
}

.functions-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 62px;
}

.function-slide .function-element{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.function-element {
    width: 100%;
    max-width: 253px;
    text-align: center;
}

.function-element img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 28px;
}

.function-element .function-title {
    font-size: 16px;
    font-weight: 800;
}

.function-element .function-description {
    font-size: 14px;
}

@media (max-width: 620px){
    .functions-list-lg{
        display: none;
    }
}

/* Slick can't calculate the size of the slide if the element is hidden */
@media (min-width: 620px){
    .functions-list-sm{
        height: 0px; 
        overflow-y: hidden;
    }
}

/* Section Custom */
.landing-bundles .section-custom .block>.image {
    max-width: 720px;
}

.landing-bundles .section-custom .block>.content {
    max-width: 490px;
}


/* GYIK (copy)*/
.web-container .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
}

.gyik-container {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .gyik-container {
        margin-top: 50px;
    }
}

.gyik-container .gyik-title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}

.gyik-container .gyik-subtitle {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
}

.gyik-searchbox {
    position: relative;
    height: 50px;
    width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 40px 0 15px 0;
}

.gyik-searchbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 100%;
    border-radius: 10px;
    background: #E9E9E9;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}

.gyik-searchbox img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.gyik-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gyik-list .gyik-list-header {
    width: 100%;
    background: #ffb200;
    height: 50px;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 35px;
    margin-top: 20px;
}

.gyik-list .gyik-list-header p {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.gyik-list .gyik-list-header button {
    background: transparent;
    border: none;
    outline: none;
}

.gyik-list .list-button img {
    transform: rotate(90deg);
    transition: all .3s ease;
}

.gyik-list .gyik-list-items {
    display: none;
}

.gyik-list .gyik-list-items.gyik-list-items-search {
    display: block;
}

.gyik-list.open .gyik-list-items {
    display: block;
}

.gyik-list.open .list-button img {
    transform: rotate(270deg);
}

.gyik-list-item {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    width: 100%;
    border: none;
    background: transparent;
}

.gyik-list-item .question {
    font-size: 24px;
    font-weight: 700;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    color: #363636;
}

.gyik-list-item .answer {
    display: none;
    margin: 0;
    color: #363636;
    font-size: 22px;
}

.gyik-list-item .answer * {
    color: #363636;
    font-size: 22px;
}

.gyik-list-item button {
    border: none;
    outline: none;
    background: transparent;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.gyik-list-item .item-button img {
    margin-left: 10px;
    transform: rotate(90deg);
    filter: brightness(0%) saturate(100%) invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%);
    transition: all .2s ease;
}

.gyik-list-item.open {
    padding-bottom: 10px;
}

.gyik-list-item.open .answer {
    display: block;
}

.gyik-list-item.open button {
    height: 100%;
}

.gyik-list-item.open .item-button img {
    transform: rotate(270deg);
    transition: all .2s ease;
}

@media (max-width: 996px) {
    .gyik-container .gyik-title {
        font-size: 30px;
        line-height: 30px;
    }

    .gyik-container .gyik-subtitle {
        font-size: 26px;
    }

    .gyik-searchbox {
        margin: 20px 0 15px 0;
    }

    .gyik-list-item.open .answer *,
    .gyik-list-item.open .answer,
    .gyik-list-item .question {
        font-size: 18px;
    }

    .gyik-list-item button {
        white-space: nowrap;
    }
}

@media (max-width: 767px) {
    .gyik-searchbox {
        width: 100%;
    }

    .gyik-searchbox input {
        width: 100%;
        height: 45px;
    }

    .gyik-list .gyik-list-header {
        height: 45px;
        margin-top: 10px;
    }

    .gyik-list .gyik-list-header p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {

    .gyik-list-item,
    .gyik-list .gyik-list-header {
        padding: 5px 10px;
    }

    .gyik-list-item button {
        margin-left: 5px;
    }

    .gyik-list-item button span {
        display: none;
    }

    .gyik-list-item.open .answer *,
    .gyik-list-item.open .answer,
    .gyik-list-item .question {
        font-size: 16px;
    }
}










.contactlike-modal .modal-dialog {
    width: 500px;
    margin: 70px auto
}

.contactlike-modal .modal-content {
    position: relative;
    background-color: #f5f5f5;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.contactlike-modal .modal-header .close,
#reference-modal .modal-header .close {
    margin-top: -45px;
    width: 36px;
    height: 36px;
    background: #ffb200;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-size: 26px;
    display: block;
    margin-right: -15px
}

.contactlike-modal .modal-header {
    border-bottom: 0;
    padding: 0 15px
}

.contactlike-modal .modal-title {
    text-align: center;
    color: #363636;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 23px 15px 10px
}

.contactlike-modal .modal-body .text {
    color: #363636;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 0 30px 20px
}

.contactlike-modal .modal-body {
    padding: 15px 40px 40px
}

.contactlike-modal .cbx-label {
    width: 90%
}

.contactlike-modal .cbx-container {
    vertical-align: top;
    margin-top: 4px
}

.contactlike-modal .btn-contactsend {
    background: #363636;
    width: 100%
}

.contactlike-modal .btn-contactsend:hover,
.btn-contactsend:focus {
    background: #ffb200;
    color: #fff
}

.contactlike-modal .alert {
    text-align: center;
    font-size: 16px;
    color: #363636
}

.contactlike-modal .alert img {
    margin-top: 10px;
    margin-bottom: 10px
}

.contactlike-modal .alert .succes {
    border-radius: 50%;
    border: 4px solid #ffb200;
    margin-bottom: 50px
}

.contactlike-modal .alert a {
    color: #ffb200;
    font-weight: 700
}

.contactlike-modal .alert p {
    margin-bottom: 20px
}

@media (max-width: 568px) {

    .contactlike-modal .modal-header .close {
        margin-top: -44px
    }

    .contactlike-modal .modal-dialog {
        width: 300px;
        margin: 50px auto
    }

    .contactlike-modal .modal-body {
        padding: 15px 0 25px
    }

    .contactlike-modal .modal-title {
        padding: 10px 15px;
        font-size: 16px
    }

    .contactlike-modal .modal-body .text {
        font-size: 13px;
        padding: 0 0 20px
    }

    .contactlike-modal .cbx-label {
        width: 85%;
        font-size: 12px;
        padding-left: 5px
    }
}

.bundle-modal-header{
    text-align: right;
}

.bundle-close-icon {
    margin-left: auto;
    width: 36px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    background-color: #ffb200;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
}


/* Bundle Tabs */
.bundle-tab-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    flex-wrap: wrap;
    padding: 36px 0;
}

.bundle-tab-buttons button.color-1 {
    --bundle-color: var(--color-1);
}

.bundle-tab-buttons button.color-2 {
    --bundle-color: var(--color-2);
}

.bundle-tab-buttons button.color-3 {
    --bundle-color: var(--color-3);
}

.bundle-tab-buttons button{
    color: var(--bundle-color, #000);
    background: transparent;
    border: 2px solid var(--bundle-color, #000);
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 10px;
    width: 150px;
}

.bundle-tab-buttons button.active{
    color: #fff;
    background: var(--bundle-color, #000);
}

@media(min-width: 1100px){
    .bundle-tab-buttons{
        display: none;
    }

    .landing-bundles .section-bundleprices .bundle-container{
        margin: 64px auto;
    }
}

@media(max-width: 1100px){
    .bundle-element:not(.active){
        display: none;
    }
}

@media (max-width: 576px){
    .bundle-tab-buttons button{
        color: var(--bundle-color, #000);
        background: transparent;
        border: 2px solid var(--bundle-color, #000);
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 4px 12px;
        border-radius: 10px;
        width: 110px;
    }
}