﻿/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');

:root {
    --main-color: #80ADDA;
    --main-color-dark: #4D769E;
    --main-text-color: #707070 !important;
    --layoutWidth: 1200px;
    --package-color: #c8c3c3;
    --grey-text: #5D5D5D;
    --section-gap: 60px;
    --dark-blue: #3F5364;
    --light-grey-bg: #E3E3E3;
}

html {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: var(--dark-blue);
    font-size: inherit;
}

.h1Header {
    font-size: 4.4rem;
}

.h2SubHeader {
    font-size: 3.3rem;
}

body {
    overflow: auto;
    color: #171717;
    font-family: "Afacad Flux", sans-serif;
    font-optical-sizing: auto;
}

.container {
    max-width: 1560px;
}

.header-section {
    width: var(--layoutWidth);
    margin: auto;
    margin-bottom: var(--section-gap);
}

.layout-wrap {
    max-width: var(--layoutWidth);
    margin: 0 auto;
}

.section {
    max-width: var(--layoutWidth);
    width: 100%;
    margin: auto;
    margin-bottom: var(--section-gap);
}

.section-no-gap {
    margin-bottom: 0 !important;
}

.section-full {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*.section-hero {
    background: linear-gradient(to bottom, rgba(137, 185, 234, 1) 0%, rgba(69, 93, 117, 1) 100%);
}*/

.layout-width {
    width: var(--layoutWidth);
    margin: auto;
}

.breadcrumbs {
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
    display: flex;
    font-size: 0.95rem;
    color: var(--main-text-color);
}

    .breadcrumbs li {
        margin-right: 5px;
    }

        .breadcrumbs li::after {
            content: ">";
            margin-left: 10px;
        }

        .breadcrumbs li:last-child::after {
            content: "";
        }

        .breadcrumbs li a {
            text-decoration: none;
            color: var(--main-text-color);
        }

            .breadcrumbs li a:hover {
                text-decoration: underline;
            }

.calculation {
    color: var(--main-text-color);
    font-weight: 300;
    font-size: 1.5rem;
}

.about-you-field-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr 1fr);
    align-items: flex-start;
}

    .about-you-field-wrap div {
        text-align: center;
    }

        .about-you-field-wrap div input {
            outline: none;
        }

            .about-you-field-wrap div input:focus {
                border: 2px solid var(--main-color-dark);
            }

.FontSize12 {
    font-size: 12px !important;
}

.FontSize14 {
    font-size: 14px !important;
}

.FontSize16 {
    font-size: 16px !important;
}

.FontSize18 {
    font-size: 18px !important;
}

.FontSize20 {
    font-size: 20px !important;
}

.FontSize24 {
    font-size: 24px !important;
}

.FontSize26 {
    font-size: 26px !important;
}

.FontSize40 {
    font-size: 40px !important;
}

.your-business-field-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: baseline
}

    .your-business-field-wrap .form-left, .your-business-field-wrap .form-righ {
        grid-template-columns: 1fr;
    }

    .your-business-field-wrap label {
        font-size: 1.1rem;
        text-align: left;
        padding: 10px
    }

    .your-business-field-wrap input, select, .about-you-field-wrap input {
        border: 1px solid var(--main-text-color);
        padding: 5px;
        font-size: 0.9rem;
        color: var(--main-text-color);
        font-weight: 300;
        height: 30px;
        outline: none;
        box-sizing: border-box;
        background-color: transparent;
    }

        .your-business-field-wrap input:focus, select:focus {
            border: 2px solid var(--main-color-dark);
        }

.button-box {
    display: block;
    width: 100%;
    text-align: right;
}

.form-header {
    height: 120px;
}

.form-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: left;
}

.form-righ {
    display: grid;
    grid-template-columns: 1fr 0.2fr;
    align-items: center;
    justify-content: left;
}

.input-box select, .input-box input {
    width: 100%;
}

.image-header {
    position: relative;
    top: 0;
    height: 350px;
    overflow: hidden;
    font-size: 4.4rem;
    background-color: var(--main-color);
}

    .image-header img {
        min-height: 100%;
        width: 100%;
    }

    .image-header div {
        position: absolute;
        display: block;
        top: 20%;
        width: 100%;
    }

.paragraph-simple {
    width: 100%;
    max-width: var(--layoutWidth);
    margin: auto;
    margin-bottom: var(--section-gap);
    color: var(--main-text-color);
}

    .paragraph-simple ul li::marker {
        color: #000000;
        font-size: 2rem;
    }

    .paragraph-simple h4 {
        font-size: 2rem;
        font-weight: 600;
    }

    .paragraph-simple a {
        color: var(--main-color);
        text-decoration: none
    }

    .paragraph-simple .button {
        margin-top: 15px;
        color: #ffffff !important;
    }

.progress-pricing {
    padding-top: 30px;
    max-width: 95%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.separator {
    max-width: 60%;
    margin: 30px auto;
    border-top: 1px dotted var(--main-text-color);
    display: block;
    height: 1px;
}

.rectangle {
    height: 10px;
}

.shape-box {
    width: 100%;
    counter-reset: css-counter 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

    .shape-box .circle {
        position: relative;
        top: -20px;
        left: 95%;
        background-color: white;
        counter-increment: css-counter 1;
    }

.circle:after {
    content: "Step " counter(css-counter);
    font-size: 0.9rem;
    display: block;
    width: 200%;
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: -50%;
}

.circle {
    max-width: 30px;
    height: 30px;
    width: 100%;
    border-radius: 50%
}

.shape {
    border: 1px solid grey;
}

.active-progress {
    background-color: #80ADDA;
    border: none;
}

.calculation h2 {
    color: var(--main-color-dark);
}

.button {
    border: none;
    outline: none;
    width: auto;
}

form button {
    margin-top: 20px;
    margin-bottom: 20px;
    display: !important;
    width: 100px;
    position: relative;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: 0;
}

.field-validation {
    color: red;
    display: none;
    height: 100%;
    font-size: 0.9rem;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
}

    .field-validation:before {
        content: '!';
        width: 20px;
        height: 20px;
        display: flex;
        font-family: 'Times New Roman', Times, serif;
        justify-content: center;
        align-items: center;
        color: white;
        background-color: red;
        margin-right: 5px;
        border-radius: 50%;
    }

.field-input-error {
    border: 1px solid red !important;
}

.select-package-title {
    color: #000000;
    padding: 20px 0;
    margin: 0;
}

.tile {
    border: 1px solid var(--package-color);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tile-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: var(--layoutWidth);
    margin: 0 auto;
    padding: 60px 0;
    gap: 30px;
}

    .tile-wrap p {
        padding-bottom: 20px;
    }

.tile-header {
    border-bottom: 1px solid var(--package-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 500;
    height: 60px
}

.tile-wrap p {
    text-align: center;
    padding-top: 10px;
}

.side-tile .tile-header {
    background-image: linear-gradient(#000000, var(--main-color-dark));
}

.mid-tile .tile-header {
    background-image: linear-gradient(var(--main-color), var(--main-color-dark));
}

.side-tile {
    position: relative;
    height: 700px;
}

.mid-tile {
    position: relative;
    bottom: 40px;
    height: 115%;
}

.package-list {
    padding: 0;
}

    .package-list li {
        padding: 10px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
    }

.list-item {
    border-bottom: 1px solid var(--package-color);
}

    .list-item:hover {
        cursor: pointer;
    }

    .list-item:before {
        position: absolute;
        left: 30px;
        content: "i";
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-weight: 800;
        font-family: Consolas;
        width: 25px;
        height: 25px;
        font-size: 1.2rem;
        background-color: black;
        border-radius: 50%;
        cursor: pointer;
    }

.tile-header::after {
    position: relative;
    left: 5px;
    content: "?";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-family: Consolas;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    background-color: rgba(250, 250, 250, 0.4);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid;
    top: -5px;
}


.package-list .fa-info-circle {
    color: #000000;
}

.package-foot {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.input-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.package-foot > .input-box > input {
    visibility: hidden;
}

.package-foot > .input-box {
    display: grid;
    grid-template-columns: 0fr 0.1fr 1fr;
    width: 100%;
    align-items: center;
}

    .package-foot > .input-box label {
        position: absolute;
        width: 100%;
        padding: 10px;
        text-align: right;
        cursor: pointer;
    }

    .package-foot > .input-box > .checkbox {
        display: inline-block;
        padding: 0px;
        margin-left: 10px;
        height: 40px;
        width: 45px;
        border-radius: 5px;
        border: 1px solid var(--package-color);
        cursor: pointer;
    }

    .package-foot > .input-box > input:checked + .checkbox::before {
        content: "\2713";
        font-size: 1.6rem;
        font-weight: 800;
        color: lawngreen;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

.package-overlay {
    display: none;
}

.package-detail-box {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 10000;
    opacity: 0.25;
}

.package-detail-content {
    position: fixed;
    border-radius: 10px;
    z-index: 10001;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    width: 33%;
    max-width: 780px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.3);
}

    .package-detail-content h2 {
        font-size: 1.7rem;
        color: #000000;
    }

.members-item .package-overlay .package-detail-content {
    position: fixed;
    width: 780px;
}

.package-detail-close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 2rem;
    color: var(--main-color-dark);
    cursor: pointer;
}

.question {
    display: block;
}

#EstimateCost p {
    display: flex;
    align-items: center;
}

#es
.summary-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.summary-list li {
    list-style: none;
    margin-top: 15px;
    color: #000000;
    display: flex;
}

    .summary-list li:before {
        content: "\2713";
        font-weight: 800;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        border-radius: 8px;
        margin-right: 10px;
    }

.summary {
    background-color: #EBEBEB;
    font-size: 1.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 70px;
}

    .summary p {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .summary span {
        font-weight: 500;
        color: #535353;
        padding-left: 5px;
    }

    .summary #MonthlyCost:before {
        content: '£';
    }

.cta-banner-box {
    margin: 86px 0;
    height: 210px;
    background-color: #EBEBEB;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.cta-banner {
    padding: 0;
    margin: 0 auto;
}

    .cta-banner h3, p {
        margin: 0;
        padding: 0;
    }

.cta-banner-text {
    width: 100%;
    margin-left: 150px;
}

    .cta-banner-text h3 {
        color: #000000;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .cta-banner-text p {
        font-size: 1.2rem;
    }

        .cta-banner-text p span {
            font-weight: 800;
            text-transform: uppercase;
        }

.cta-banner-box-image {
    position: relative;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

    .cta-banner-box-image p {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        width: 100%;
        height: 100%;
        font-size: 1.4rem;
        z-index: 3000000;
        margin: auto 0;
    }

        .cta-banner-box-image p span {
            font-weight: 500;
        }

            .cta-banner-box-image p span:before {
                content: '\00a0';
            }

    .cta-banner-box-image a {
        position: absolute;
        bottom: 20px;
        right: 60px;
        align-items: center;
        justify-content: center;
        z-index: 3000000;
        display: block;
        background-color: #ffffff;
        display: flex;
        width: 130px;
        height: 30px;
        border-radius: 8px;
        text-decoration: none;
        color: #000000;
        font-size: 0.9rem;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .cta-banner-box-image a:hover {
            color: #3d3d3d;
        }

    .cta-banner-box-image img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.hide-element {
    display: none;
}
/* #################################################################################### */
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}


/*---------------------- Header area start ----------------------*/


.button-blue {
    display: inline-block;
    background-color: var(--main-color);
    color: white;
    text-decoration: none;
    width: 195px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.2rem;
}

.button-blue-small {
    width: 150px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.button-blue:hover {
    color: white;
    text-decoration: underline;
}

.subb-menu {
    padding-left: 10px;
}

.header-nav {
    padding-top: 29px;
}

.header-right-top {
    padding-top: 6px;
}

.header {
    position: relative;
    padding: 20px 0;
}

.header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav > ul {
    display: inline-flex;
    position: relative;
    right: 10px;
    top: 0px;
    float: inline-end;
    gap: 20px;
    font-size: 1.3rem;
}

.header-nav ul li a, .header-nav ul li {
    color: #4D769E;
    text-decoration: none;
    transition: .3s;
    font-weight: 300;
}

    .header-nav ul li p:hover {
        cursor: pointer;
    }

    .header-nav ul li a.active {
        font-weight: 500;
    }

.header-logo {
    max-width: 235px;
    flex: 0 0 auto;
    margin: auto;
}

.header .container {
    grid-template-columns: 0.2fr 1fr;
    display: grid;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 0;
}

.header-right {
    width: 100%;
    max-width: 1060px;
    margin: auto;
    padding: 10px;
}

.header-btn {
    color: #000;
    background-color: #DEEB73;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.2;
    border-radius: 7px;
    transition: .3s;
    text-transform: uppercase;
    margin-left: 17px;
}

    .header-btn:hover {
        background-color: #000;
        color: #fff;
    }

.header-right-top-right > a:first-child {
    color: #88B8E9;
    text-decoration: underline;
    font-size: 21px;
    transition: .3s;
    margin-right: 15px;
}

.header-social a {
    margin-left: 10px;
}

.header-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right-top-left a {
    color: #707070;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.2;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

    .header-right-top-left a i {
        margin-right: 11px;
        color: #89B9EA;
    }

    .header-right-top-left a:last-child {
        margin-right: 0;
    }

.header-right-top-left img {
    width: 70%;
}

.header-nav ul li a i {
    margin-left: 20px;
}

.header-nav ul li {
    position: relative;
}

    .header-nav ul li ul {
        position: absolute;
        top: 120%;
        left: -10px;
        z-index: 4;
        background: #fff;
        width: 220px;
        border: 1px solid #70707070;
        padding: 10px;
        transition: all 0.3s ease;
        display: none;
    }

    .header-nav ul li:hover > ul {
        display: block;
        height: auto;
        top: 97%;
    }

    .header-nav ul li ul .h6 {
        font-size: 22px;
        color: #000000;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 11px;
        padding-top: 18px;
    }

    .header-nav ul li ul h6:first-child {
        padding-top: 0;
    }

    .header-nav ul li ul li a {
        color: #727272;
        font-size: 19px;
        font-weight: 300;
        text-decoration: underline;
        line-height: 1.3;
        margin-bottom: 5px;
        transition: .3s;
    }

        .header-nav ul li ul li a:hover {
            color: #87B6E6;
        }

/*---------------------- Header area end ----------------------*/

/*---------------------- Hero area start ----------------------*/

.theme-btn {
    text-decoration: none;
    color: #fff;
    background-color: #4D769E;
    border-radius: 8px;
    line-height: 1.1;
    display: inline-block;
    padding: 14px 32px;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
}

    .theme-btn:hover {
        color: #171717;
        background: #DEEB73;
    }

.h3, .paragraph-simple h3 {
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 1.12;
    color: var(--dark-blue);
}

.hero-banner {
    width: 75%;
    max-width: 850px
}
/*---------------------- Hero area end ----------------------*/
/*---------------------- Services area start ----------------------*/
.our-services-area {
    margin-bottom: var(--section-gap) !important;
    max-width: 1240px;
    margin: auto;
}

.our-services-area-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /*   display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Space between items */
    padding: 20px;
}

.sub-header {
    color: var(--grey-text);
    font-size: 1.1rem;
    padding: 10px;
    text-align: center;
    display: block;
}

.our-services-area-item {
    flex: 1 1 calc(33.33% - 40px); /* Each item takes up 1/3 of the parent width minus gaps */
    box-sizing: border-box;
    padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease; /* Smooth hover effect */
    max-width: 400px; /* Ensures a consistent maximum width */
    display: grid;
}



    .our-services-area-item h4 {
        font-size: 1.6rem;
        color: var(--dark-blue);
        border-top: 4px solid var(--main-color);
        margin: 0px 30px 0px 30px;
        padding: 20px 20px 0 20px;
    }

    .our-services-area-item p {
        color: var(--grey-text);
        font-size: 1.1rem;
        padding: 10px;
    }

    .our-services-area-item a {
        text-decoration: none;
        align-content: end;
    }

.services-carousel-item {
    margin-top: 32px;
    box-sizing: border-box;
    padding: 20px 20px 5px 20px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-width: 400px;
    height: 275px;
}

    .services-carousel-item h4 {
        font-size: 1.7rem;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left;
    }

.services-carousel-item-header {
    display: flex;
    align-items: baseline;
    border-top: 4px solid var(--main-color);
    font-size: 1rem;
    color: var(--main-color);
    padding: 10px 0px;
}

    .services-carousel-item-header i {
        font-size: 1.7rem;
        color: black;
        margin-right: 10px;
    }

.right-arrow-carousel {
    display: flex !important;
    width: 30px;
    height: 30px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .right-arrow-carousel:hover {
        background-color: transparent;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }

.read-more-text-arrow span:first-child {
    color: var(--main-text-color);
    font-size: 1rem;
}

.read-more-text-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0px;
    position: absolute;
    bottom: 0;
    gap: 10px;
    right: 20px;
}

    .read-more-text-arrow .right-arrow {
        align-content: end;
    }


.right-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    margin: auto;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

    .right-arrow:hover {
        background-color: transparent;
        color: var(--main-color);
        border: 1px solid var(--main-color);
    }
/* Ensure the last two items are centered */
.our-services-area-item:nth-child(4),
.our-services-area-item:nth-child(5) {
    flex: 1 1 calc(45% - 40px); /* Adjust width to be wider, ensuring centering */
}

/*---------------------- Services area end ----------------------*/
/*---------------------- Content area start ----------------------*/
.breadcrumb {
    margin: 10px 0;
}

    .breadcrumb a {
        color: inherit;
        font-weight: 300;
        text-decoration: none;
    }

.text-banner-area {
    margin-bottom: var(--section-gap);
}

.text-banner-box {
    font-size: 1.425rem;
    font-weight: 300;
    text-align: center;
}

.dark-main-header {
    color: var(--dark-blue);
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
    margin: auto;
    margin-bottom: var(--section-gap);
}

.members-item {
    display: block;
    height: 100%;
    margin: auto;
}

    .members-item:hover {
        cursor: pointer;
    }

.member-photo {
    width: 270px;
    height: 270px;
    overflow: hidden;
    border-radius: 50%;
    scroll-behavior: unset;
    margin: auto;
}

.members-name {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
}

.members-item .package-overlay .personal-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .members-item .package-overlay .personal-info p {
        margin-top: 30px;
    }

    .members-item .package-overlay .personal-info h2 {
        margin: 0;
    }

    .members-item .package-overlay .personal-info .fa-envelope,
    .members-item .package-overlay .personal-info .fa-linkedin {
        margin-right: 5px;
    }

    .members-item .package-overlay .personal-info div span {
        display: block;
    }

    .members-item .package-overlay .personal-info a {
        color: var(--main-color);
    }


.members-name-pop {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 1.3rem;
}

.cta-with-image-area {
    background-color: #EEEEEF;
    margin-bottom: var(--section-gap);
}

.content-inner {
    max-width: 610px;
    margin: 0 auto;
    width: 100%;
}

    .content-inner h3 {
        padding-bottom: 15px;
    }

    .content-inner p {
        font-size: 22px;
        margin-bottom: 30px;
        color: var(--grey-text);
    }


.two-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cta-card-image {
    grid-area: image;
}

.cta-card {
    grid-area: card;
    background-color: var(--light-grey-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-cards.normal-layout {
    grid-template-areas: "image card";
}

.two-cards.reverse-layout {
    grid-template-areas: "card image";
}

.cta-card-box .sub-title {
    text-align: center;
    font-size: 2rem;
    color: var(--dark-blue);
}

.cta-card-box .component-text {
    font-size: 1.7rem;
    text-align: center;
    margin-top: 40px;
}

.cta-card-box h3 {
    text-align: center;
}

.cta-card-box {
    padding: 35px;
}

/*---------------------- Content area end ----------------------*/
/*---------------------- Testimonial area start ----------------------*/
.testimonial-area {
    margin-bottom: var(--section-gap);
}

.testimonial-slide {
    border: 1px solid #F0F0F0;
    padding: 20px;
    font-weight: 200;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.152);
    text-align: center;
    height: 400px;
    align-items: center;
    display: grid;
}

    .testimonial-slide p {
        font-size: 1.1rem;
        line-height: 1.25;
        margin-bottom: 30px;
        font-style: italic;
        font-weight: 200;
    }

        .testimonial-slide p:not(:has(span)):before,
        .testimonial-slide p:not(:has(span))::after,
        .speech-bubble p:before,
        .speech-bubble p::after {
            content: '"';
        }

        .testimonial-slide p span {
            display: block;
            font-weight: 400;
            font-style: normal;
        }


.testimonial-logo {
    margin-top: -15px;
}

.testimonial-slide img {
    width: auto !important;
    display: inline-block !important;
}

.testimonial-slider .owl-stage {
    padding: 10px 0;
}

/*---------------------- Testimonial area end ----------------------*/



/*---------------------- Service area start ----------------------*/

.bookmark {
    position: absolute;
    top: -41px;
    left: -70px;
    z-index: 0;
}

.value-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    gap: 10px;
    margin-bottom: var(--section-gap);
}

.value-content-box {
    width: 100%;
    height: 160px;
}

.cal-banner-area {
    margin-bottom: var(--section-gap);
}

.banner-bg-img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: var(--section-gap);
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #fff;
}

    .banner-content span {
        font-size: 3.5rem;
    }

    .banner-content p {
        font-size: 1.5rem;
        font-weight: 300;
        text-align: center;
        padding: 5px;
    }

.align-right {
    float: right;
    /*  margin-top: 25px;*/
}

.circle-value {
    background-color: var(--main-color);
    display: flex;
    width: 350px;
    height: 350px;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}

.value-card-title h4 {
    color: #ffffff;
    text-align: center;
    font-size: 41px;
    position: relative;
    top: -30px;
}

.value-card-title {
    max-height: 100px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.value-content-box p {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.value-card p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 0 35px;
}



.cta-text-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    justify-items: center;
    font-size: 1.5rem;
}

    .cta-text-box p {
        text-align: center;
    }

    .cta-text-box a {
        text-transform: uppercase;
    }

.cta-h3 {
    text-align: center;
    font-size: 3.3rem;
    color: var(--main-color);
}

.cta-sub-header {
    font-weight: 500;
    font-size: 2rem;
}
/*---------------------- Service area end ----------------------*/

/*---------------------- Footer area start ----------------------*/
.footer {
    padding-bottom: 45px;
    background: linear-gradient(to bottom, rgba(137, 185, 234, 1) 0%, rgba(69, 93, 117, 1) 100%);
}

.footer-white {
    background-color: #ffffff;
    margin-bottom: var(--section-gap);
}

    .footer-white h3 {
        text-align: center;
        font-size: 24px;
    }

.partnership-logo {
    margin: auto;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 16px;
}

    .partnership-logo img {
        width: auto;
        height: 70px;
        margin: 5px;
    }

.ribbon {
    text-align: end;
    margin-top: -20px;
}

.footer-item {
    margin-bottom: 30px;
}

    .footer-item h4 {
        font-size: 24px;
        color: #fff;
        padding-bottom: 7px;
    }

    .footer-item ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footer-item ul li a {
            display: block;
            text-decoration: underline;
            color: #fff;
            font-weight: 300;
            margin-bottom: 11px;
            font-size: 20px;
            transition: .3s;
            line-height: 1.3;
        }

            .footer-item ul li a:hover {
                color: #000;
            }

.footer-bottom-left p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
}


.footer-bottom {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    grid-template-columns: 1fr 1fr;
}

.footer-bottom-right {
    text-align-last: right;
}

    .footer-bottom-right img {
        width: 100px;
        height: auto;
        margin: 5px;
    }

.iscrew {
    max-width: 190px;
    margin-right: 24px;
}

.footer-social a {
    display: inline-block;
    max-width: 40px;
    margin-left: 8px;
}

/*---------------------- Footer area end ----------------------*/


/*---------------------- Copyright area start ----------------------*/
.copyright-area {
    padding: 14px 0;
}

.copyright-nav a {
    display: inline-block;
    text-decoration: underline;
    color: #000;
    font-size: 16px;
    margin-right: 14px;
    font-weight: 300;
    transition: .3s;
}

    .copyright-nav a:hover {
        color: #80ADDA;
    }

.copyright-area p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.3;
}

.copyright-area p {
    font-size: 15px;
}

.footer-social a {
    max-width: 36px;
    margin-left: 7px;
}

/*---------------------- Copyright area end ----------------------*/

/*---------------------- Contact Form start ---------------------*/
.contact-form-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--section-gap);
}

.contact-description {
    font-size: 1.2rem;
    margin-bottom: 64px;
}

.contact-details-side iframe {
    width: 100%;
    height: 100%;
}

.contact-form {
    max-width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .contact-form input, .contact-form textarea {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border: 1px solid #ccc;
        border-radius: 4px;
        display: block;
    }

        .contact-form input:focus, .contact-form textarea:focus {
            outline: 2px solid var(--main-color);
            border: 0;
        }

    .contact-form .field-validation {
        margin-left: 0 !important
    }

.contact-form-below {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 50%;
    margin-top: 32px;
}

.opening-hours ul li {
    list-style: none;
    margin: 0;
}

.opening-hours ul {
    padding: 0;
    margin: 0;
}

.contact-details a {
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
    color: var(--main-color);
    align-content: center;
}

.contact-details i {
    font-size: 1.5rem;
    margin-right: 10px;
}
/*---------------------- Contact Form end ---------------------*/
.black-font {
    color: black !important;
}

.white-font {
    color: white !important;
}

.progrress-bar {
    max-width: var(--layoutWidth);
    margin: auto;
}

.value-square-area {
    max-width: var(--layoutWidth);
    width: 100%;
    margin: auto;
    margin-bottom: var(--section-gap);
}

.value-cards-square {
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.value-square-box {
    position: relative;
    top: 0;
    background-color: var(--light-grey-bg);
    color: var(--main-text-color);
    font-weight: 300;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    border-radius: 20px;
    display: block;
    height: 350px;
}

    .value-square-box p {
        font-size: 1.5rem;
    }

.value-card-square-title h4 {
    background-color: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.value-card-square-title {
    margin-bottom: 100px;
}

.vimeo-and-text-area {
    max-width: var(--layoutWidth);
    width: 100%;
    margin: auto;
    margin-bottom: var(--section-gap);
}

.vimeo-and-text-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: self-start;
    gap: 20px;
}

.vimeo-text {
    color: var(--main-text-color);
    font-weight: 300;
}

    .vimeo-text p {
        font-size: 1.5rem;
    }

.vimeo-player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .vimeo-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.align-left {
    text-align: left !important;
}

/* Hide recaptcha widget */
.grecaptcha-badge {
    display: none !important;
}

.speech-bubble {
    position: relative;
    background: var(--main-color);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid var(--main-color);
}

.arrow {
    position: absolute;
    bottom: -21px;
    right: 4px;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    border-top: 32px solid var(--main-color);
    transform: rotate(-44deg);
}

.dark-bg {
    background: var(--dark-blue);
}

    .dark-bg .arrow {
        border-top: 32px solid var(--dark-blue);
    }

.stars-svg {
    display: block;
    width: max-content;
    margin: auto;
}

    .stars-svg svg {
        vertical-align: super;
    }

.dark-bg h2 {
    color: #fff;
}

.dark-bg p {
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 1.2;
}

.star-icon {
    width: 48px;
    height: 48px;
}

.fa-chevron-down {
    transition: all 0.3s ease !important;
}

li:hover .fa-chevron-down {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.cta-text-partnership {
    border-top: 1px solid var(--main-color-dark);
    padding-top: 20px
}

.hidden {
    display: none;
}

.job-card {
    color: var(--main-text-color);
    margin-bottom: 20px;
}

.job-title {
    background-color: var(--main-color-dark);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    .job-title span {
        margin-right: 20px;
    }

.job-body {
    display: none;
    transition: opacity 0.5s ease;
}

    .job-body.show {
        display: block;
        opacity: 1;
    }


.rotate-icon {
    transition: transform 0.5s ease;
}

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

.job-cta {
    margin-block: 40px;
}

.linkedin {
    color: #0077B5 !important;
    display: block;
    margin-right: 5px;
}

    .linkedin:hover {
        color: #0077B5;
    }

.cky-revisit-bottom-left {
    display: none !important;
}

.social-media-section {
    text-align: center;
}

    .social-media-section p {
        font-size: 1.8rem;
        font-weight: 500;
        color: #fff;
    }

    .social-media-section ul {
        margin: 0;
        padding: 0;
    }

    .social-media-section li {
        display: inline-block;
    }

        .social-media-section li a {
            color: #fff;
            padding: 5px;
            font-size: 3rem;
        }

            .social-media-section li a img {
                height: 40px;
                width: auto;
            }

    .social-media-section .svg-filter {
        filter: invert(100%) brightness(100%);
        transition: all 0.3s ease;
    }

        .social-media-section .svg-filter:hover {
            filter: invert(80%) brightness(90%) grayscale(30%);
        }

.site-map-box ul {
    padding-left: 20px;
}

    .site-map-box ul li::marker {
        color: var(--main-color-dark);
    }

    .site-map-box ul li:has(ul) {
        list-style: none;
    }

    .site-map-box ul li ul {
        padding-left: 20px;
    }

.site-map-box li {
    font-size: 1.2rem;
}

    .site-map-box li a {
        text-decoration: none;
        color: var(--main-text-color);
        transition: all 0.3s ease;
    }

        .site-map-box li a:hover {
            color: var(--main-color-dark);
            text-decoration: underline;
        }


.image-small {
    display: none;
}


.image-large {
    display: block;
}

@media (max-width: 768px) {
    .image-small {
        display: block;
    }


    .image-large {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .image-small {
        display: block;
    }

    .image-large {
        display: none;
    }
}

.online-calculator p {
    font-size: 1.3rem;
    font-weight: 300;
}

.calculator-body {
    margin: 10px 0;
}

.note {
    font-weight: 600;
    padding-right: 5px;
}

.online-calculator p {
    font-size: 1.3rem;
    font-weight: 300;
}

.calculator-body {
    margin: 10px 0;
}

.note {
    font-weight: 600;
    padding-right: 5px;
    margin-bottom: 10px;
}

.calculator-input > * {
    display: block;
}

.calculator-input {
    margin: 10px 0;
}

    .calculator-input label {
        font-size: 1.1rem;
        font-weight: 400;
        color: var(--main-color-dark);
        display: block;
    }

        .calculator-input label:hover {
            cursor: pointer;
        }

    .calculator-input input,
    .calculator-input select {
        width: 270px;
        outline: none;
        padding: 8px;
        border-radius: 4px;
        border: 1px solid var(--main-text-color);
        height: auto;
    }

        .calculator-input input:focus {
            border: 2px solid var(--main-color-dark);
        }

        .calculator-input input[type="checkbox"] {
            display: none;
        }

.custom-checkbox-label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid var(--main-text-color);
    margin-top: 5px;
    position: relative;
}

.calculator-input input[type="checkbox"]:checked + .custom-checkbox-label {
    background-color: var(--main-color-dark);
}

    .calculator-input input[type="checkbox"]:checked + .custom-checkbox-label::after {
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        color: white;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.help-block {
    font-size: 0.9rem;
    color: var(--main-text-color);
    margin-top: 5px;
}

.results-box {
    margin-top: 25px;
}

    .results-box p:first-child {
        font-weight: 600;
    }

.tax-cal-red {
    color: #9d261d;
    display: inline-block;
    background-color: #d3d3d3;
    padding: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cky-btn {
    border: 1px solid var(--main-color-dark) !important;
    color: var(--main-color-dark) !important;
}

.cky-btn-accept {
    background: var(--main-color-dark) !important;
    border: 1px solid var(--main-color-dark) !important;
    color: #fff !important;
}

.cky-btn-reject {
    background: transparent !important;
}

.error-404 {
    margin-top: var(--section-gap);
}

    .error-404 h2 {
        font-size: 2rem;
    }

    .error-404 div {
        max-width: 65%;
        width: 100%;
        margin: auto
    }

        .error-404 div img {
            width: auto;
            height: 350px;
            margin: auto;
            display: block
        }

    .error-404 ul {
        margin: 0;
        padding: 0;
    }

        .error-404 ul li {
            display: block;
            list-style: none;
            margin-right: 5px;
        }

            .error-404 ul li a {
                color: var(--main-color-dark);
            }

    .error-404 p {
        margin-top: 20px;
    }

    .error-404 p, .error-404 ul li a {
        font-weight: 500;
        text-decoration: none;
        font-size: 1.5rem;
    }

.tax-calendar-body .note {
    margin: 10px 0;
}

    .tax-calendar-body .note a {
        color: var(--main-color-dark);
        text-decoration: none;
    }

.tax-calendar, .tax-date_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

    .tax-calendar thead th,
    .tax-calendar tbody td,
    .tax-date_table thead th,
    .tax-date_table tbody td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        width: 25%;
    }

table td:nth-child(2),
table td:nth-child(3),
table td:nth-child(4) {
    text-align: center;
}

.tax-calendar thead th,
.tax-date_table thead th,
.is--first-row {
    font-weight: 600;
    text-align: center !important;
    background-color: #f2f2f2;
}

.tax-calendar tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tax-date_table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    width: 33%;
}

.hide {
    display: none;
}

.center {
    text-align: center !important;
}

    .center th, .center td {
        text-align: center !important;
    }

.control-group {
    display: block;
    margin: 10px 0;
}

.controls input {
    width: 250px;
    padding: 5px;
}

.tc input {
    width: auto;
}

.tc label {
    display: block;
}

.article span {
    margin: 30px 0;
    font-weight: 500;
    display: block;
}

.article-block {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
}

    .article-block p {
        word-wrap: break-word;
        font-size: 1.1rem;
    }

    .article-block a {
        color: var(--main-color-dark);
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s ease;
    }

        .article-block a:hover {
            color: var(--main-color);
        }

.news-tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--light-grey-bg);
    box-shadow: inset 0 0 0 1px var(--main-color);
}

    .news-tile img {
        height: 250px;
        width: 100%;
    }

    .news-tile::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(90deg, var(--main-color) 18%, var(--main-color-dark) 61%);
    }

.news-summary {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
}

    .news-summary span {
        flex-grow: 1;
        margin-bottom: 20px;
    }

    .news-summary a {
        margin-top: auto;
        color: var(--main-color-dark);
        text-decoration: none;
        transition: all 0.2s ease;
        font-size: 1.1rem;
        font-weight: 500;
        padding-bottom: 20px;
    }

        .news-summary a:hover {
            color: var(--main-color);
        }

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 1.2rem;
}

.pagination-box {
    display: flex;
    gap: 5px;
}

    .pagination-box a {
        text-decoration: none;
        color: var(--main-color);
        transition: all 0.2s ease-in-out;
    }

        .pagination-box a:hover {
            background-color: var(--main-color);
            color: white;
        }

.pagination-link, .pagination-button {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.pagination-box .pagination-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 40px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-decoration: none;
    color: var(--main-color);
    font-size: 1rem;
    background-color: white;
    transition: background-color 0.3s, color 0.3s;
}

    .pagination-box .pagination-button:hover {
        background-color: var(--main-color);
        color: white;
    }

.pagination-box .pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-decoration: none;
    color: var(--main-color);
    font-size: 1rem;
}

    .pagination-box .pagination-link.active {
        background-color: var(--main-color);
        color: white;
    }

.success {
    color: limegreen;
}

.fail {
    color: firebrick;
}

.status {
    text-transform: uppercase;
    margin-top: var(--section-gap);
}

.package-price {
    text-align: center;
}

    .package-price p {
        padding: 0;
    }

        .package-price p:first-of-type {
            font-weight: 600;
        }

.vimeo-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    margin: auto;
}

    .vimeo-list .vimeo-and-text-box {
        display: block;
    }

        .vimeo-list .vimeo-and-text-box h3 {
            margin-top: 10px;
            font-size: 1.35rem;
        }

label small {
    display: block;
}

.hero-banner-video video {
    width: 100%;
    height: auto;
}

.c-card {
    font-size: 2rem;
}

.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .two-columns .paragraph-simple {
        margin: 0;
    }

.nav-circle {
    text-decoration: none !important;
}

.nav-icon-box {
    display: inline-flex;
}

.nav-circle i {
    background-color: var(--main-color);
    color: #ffffff;
    display: flex;
    font-style: normal;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
}

    .nav-circle i:hover {
        background-color: #ffffff;
        color: var(--main-color);
    }
















.hero-banner-video {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

    .hero-banner-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-cta {
    position: absolute;
    top: 80%;
    left: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .hero-cta .button {
        display: inline-block;
        padding: 12px 24px;
        background: #ffffff;
        color: var(--main-color);
        text-decoration: none;
        border-radius: 6px;
        font-weight: bold;
        transition: background 0.3s ease;
    }

        .hero-cta .button:hover {
            text-decoration: underline;
        }

.landmark-stories-style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "landmarkImage landmarkCard";
    max-width: var(--layoutWidth);
    margin: 20px auto;
    gap: 30px;
}

    .landmark-stories-style.reverse-layout {
        grid-template-areas: "landmarkCard landmarkImage";
    }

    .landmark-stories-style .cta-card-image {
        grid-area: landmarkImage;
    }

        .landmark-stories-style .cta-card-image img {
            border-radius: 90px;
        }

    .landmark-stories-style .cta-card {
        grid-area: landmarkCard;
        background-color: transparent;
    }

        .landmark-stories-style .cta-card .cta-card-box {
            padding: 0;
        }

            .landmark-stories-style .cta-card .cta-card-box h3 {
                color: var(--main-color);
                font-size: 1.65rem;
            }

            .landmark-stories-style .cta-card .cta-card-box .sub-title {
                font-weight: 700;
                font-size: 2.6rem;
                line-height: 1;
            }

            .landmark-stories-style .cta-card .cta-card-box .component-text p {
                font-size: 1rem;
            }

            .landmark-stories-style .cta-card .cta-card-box .theme-btn {
                display: block !important;
                margin: 10px auto;
                width: fit-content;
                background-color: var(--main-color);
            }
.flash-banner {
    background-color: #3f5364;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.flash-banner a{
    color:#ffffff;
    text-decoration:none;
    font-size:2rem;
}