/* Base Styles
---------------------------*/
@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 400;
    src: url("./font/FiraSans-Regular.ttf");
}

@font-face {
    font-family: "Fira Sans";
    font-style: italic;
    font-weight: 400;
    src: url("./font/FiraSans-Italic.ttf");
}

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 600;
    src: url("./font/FiraSans-SemiBold.ttf");
}

@font-face {
    font-family: "Fira Sans";
    font-style: normal;
    font-weight: 700;
    src: url("./font/FiraSans-Bold.ttf");
}

:root {
    /* Font Colours */
    --font-title: #4c4949;
    --font-title-hover: #5d5b5b;
    --font-text: #4c4949;
    --font-text-hover: #5d5b5b;
    --font-light: #ffffff;
    --font-light-hover: #f5f5f5;
    /* Main Colours */
    --color-1: rgba(201, 31, 38, 1);
    --color-1-fade: rgba(201, 31, 38, 0.7);
    --color-1-alt: #b41b22;
    --color-2: rgba(204, 164, 59, 1);
    --color-2-fade: rgba(204, 164, 59, 0.5);
    --color-2-alt: #d1ad4e;
    --site-highlight: #fff5d6;
    /* Backgrounds */
    --bg-main: #ffffff;
    --bg-alt: #ecede8;
    --bg-section1: var(--color-1);
    --font-section1: var(--font-light);
    --font-section1-hover: var(--font-light-hover);
    --bg-section2: var(--color-2);
    --font-section2: var(--font-light);
    --font-section2-hover: var(--font-light-hover);
    --bg-footer: #08090d;
    --font-footer: var(--font-light);
    /* Spacing */
    --spacing-lg: 6rem;
    --spacing-md: 3rem;
    --spacing-sm: 1.5rem;
    --spacing-xs: 0.75rem;
    /* Utilities */
    --site-border-color: rgba(255, 255, 255, 0.1);
    --site-border-radius: 0;
    --site-border-width: 1px;
    --site-transition: all 0.3s ease-in-out;
    --site-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* Global Styles
---------------------------*/
*,
::before,
::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: var(--bg-main);
    color: var(--font-text);
    font-family: "Fira Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: var(--color-2);
}

a:hover {
    text-decoration: none;
    color: var(--color-2-alt);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: var(--site-border-radius);
    border-style: none;
}

.siteWrap {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: var(--spacing-sm);
    padding-right: var(--spacing-sm);
}

.bgAlt {
    background-color: var(--bg-alt);
}

.bgDots {
    background-image: url("./img/corner1lg.png"), url("./img/corner2lg.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.bgLightPattern {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            76deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            62deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        );
}

.bgLightReverse {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            284deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            298deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        );
}

.bg1 {
    background-color: var(--bg-section1);
    color: var(--font-section1);
}

.bg1Pattern {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            76deg,
            rgba(49, 49, 49, 1) 0%,
            rgba(49, 49, 49, 1) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            62deg,
            rgba(37, 37, 37, 1) 0%,
            rgba(37, 37, 37, 1) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(0deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 100%);
}

.bg1Reverse {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            284deg,
            rgba(49, 49, 49, 1) 0%,
            rgba(49, 49, 49, 1) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            298deg,
            rgba(37, 37, 37, 1) 0%,
            rgba(37, 37, 37, 1) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(0deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 100%);
}

.bg1 {
    color: var(--font-section1);
}

.bg1 a:hover {
    color: var(--font-section1-hover);
}

.bg2 {
    background-color: var(--bg-section2);
    color: var(--font-section2);
}
.bg2Pattern {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            76deg,
            rgba(121, 173, 232, 1) 0%,
            rgba(121, 173, 232, 1) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            62deg,
            rgba(105, 163, 229, 1) 0%,
            rgba(105, 163, 229, 1) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(0deg, rgba(88, 153, 226, 1) 0%, rgba(88, 153, 226, 1) 100%);
}

.bg2Reverse {
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            284deg,
            rgba(121, 173, 232, 1) 0%,
            rgba(121, 173, 232, 1) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            298deg,
            rgba(105, 163, 229, 1) 0%,
            rgba(105, 163, 229, 1) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(0deg, rgba(88, 153, 226, 1) 0%, rgba(88, 153, 226, 1) 100%);
}

.bg2 a {
    color: var(--font-section2);
}

.bg2 a:hover {
    color: var(--font-section2-hover);
}

::selection {
    background-color: var(--color-1);
    color: var(--font-light);
}

::-moz-selection {
    background-color: var(--color-1);
    color: var(--font-light);
}

.bg1 ::selection {
    background-color: var(--color-2);
    color: var(--font-light);
}

.bg1 ::-moz-selection {
    background-color: var(--color-2);
    color: var(--font-light);
}

h1,
h2,
h3,
h4 {
    line-height: 1.1;
    margin-top: 0;
    font-weight: 600;
    color: var(--font-title);
}

h1 {
    font-size: 4rem;
    margin-bottom: var(--spacing-sm);
}
h2 {
    font-size: 2rem;
    margin-bottom: var(--spacing-sm);
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

h2.sectionHeader,
h3.sectionHeader,
h4.sectionHeader {
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 0;
    position: relative;
    margin-bottom: var(--spacing-sm);
}

.bg1 h2,
.bg1 h3,
.bg1 h4 {
    color: var(--font-light);
}

.bg1 h2.sectionHeader,
.bg1 h3.sectionHeader,
.bg1 h4.sectionHeader,
.bg2 h2.sectionHeader,
.bg2 h3.sectionHeader,
.bg2 h4.sectionHeader {
    color: var(--font-light);
    text-align: center;
    position: relative;
    line-height: 1;
    padding: 0;
}

.subHeadText {
    margin: 0 auto;
    text-align: center;
    margin-bottom: var(--spacing-sm);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main {
    padding-top: var(--spacing-md);
    display: block;
}

section {
    padding-top: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
}

.borderBottom {
    border-bottom: 1px solid var(--site-highlight);
}

figure {
    margin: 0 0 1rem;
}

svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: inherit;
    text-align: left;
}

ul,
ol {
    margin: var(--spacing-sm) 0;
    list-style: none;
    font-style: italic;
}
ul li,
ol li {
    line-height: 2;
    position: relative;
}

ul li::before {
    content: "\2714";
    color: var(--color-1);
    position: absolute;
    left: -1.5rem;
}

/* Utilities
---------------------------*/
.mb-site {
    margin-bottom: var(--spacing-sm);
}
.mr-site {
    margin-right: var(--spacing-sm);
}
.ml-site {
    margin-left: var(--spacing-sm);
}
.mt-site {
    margin-top: var(--spacing-sm);
}
.mb-small {
    margin-bottom: var(--spacing-xs);
}
.mr-small {
    margin-right: var(--spacing-xs);
}
.ml-small {
    margin-left: var(--spacing-xs);
}
.mt-small {
    margin-top: var(--spacing-xs);
}
.br-site {
    border-radius: var(--site-border-radius);
}
.m-auto {
    margin: 0 auto;
}
.w100 {
    width: 100%;
}
.h-full {
    height: 100vh;
}

/* Site Layout
---------------------------*/
.textCenter {
    text-align: center;
}
.textContainer {
    width: 75%;
}
.textWrapSm {
    max-width: 600px;
}
.flexRowCC {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.flexRowEC {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
.flexRowCS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}
.flexRowBC {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.flexRowAC {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.flexColCC {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flexColCS {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.flexColStart {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.grid {
    display: grid;
    column-gap: var(--spacing-sm);
    grid-column-gap: var(--spacing-sm);
    row-gap: var(--spacing-sm);
}
.grid2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.centerSelf {
    justify-self: center;
    align-self: center;
}

.rightCenterSelf {
    justify-self: end;
    align-self: center;
}

/* Buttons
---------------------------*/
a.btnBase,
button.btnBase {
    padding: 1rem 1.5rem;
    display: inline-block;
    text-decoration: none;
    transition: var(--site-transition);
    border-radius: var(--site-border-radius);
    font-weight: 700;
    font-size: 1rem;
}

a.btnMain,
button.btnMain {
    background-color: var(--color-1);
    border: 1px solid var(--color-2);
    color: var(--font-light);
}

a.btnMain:hover,
button.btnMain:hover {
    background-color: var(--color-1-alt);
    text-decoration: none;
}

a.btnMainOutline {
    background-color: transparent;
    border: 1px solid var(--color-1);
    color: var(--color-1);
}

a.btnMainOutline:hover {
    background-color: var(--color-1-alt);
    color: var(--font-light);
    text-decoration: none;
}

a.btnLightOutline {
    background-color: transparent;
    border: 1px solid var(--font-light);
    color: var(--font-light);
}

a.btnLightOutline:hover {
    background-color: var(--color-1);
    color: var(--font-light);
    text-decoration: none;
}

footer {
    background-color: var(--bg-footer);
    color: var(--font-light);
    padding: var(--spacing-lg);
}

.forminator-ui#forminator-module-78.forminator-design--material .forminator-button-submit.btnMain {
    font-size: 1rem;
    font-weight: 700;
}

/* Navbar
---------------------------*/
header {
    color: var(--font-light);
    position: relative;
}

.siteLogo {
    display: flex;
    align-items: center;
    padding: var(--spacing-xs) 0;
}

/* Site Sections
---------------------------*/
#hero {
    padding: var(--spacing-lg) 0;
}
.bgImg {
    background-color: var(--bg-footer);
    background-image: url("./img/phone.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.bgImgOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: var(--spacing-lg) 0;
}

.bgImgBox {
    width: 75%;
    max-width: 1000px;
    padding: var(--spacing-md);
    background-color: var(--bg-main);
    margin: 0 auto;
    box-shadow: var(--site-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--site-border-radius);
}

#hero h1 {
    color: var(--font-light);
}

/* Components
---------------------------*/
/* Image Background Wrap */
.imgWrap {
    position: relative;
    padding: 1rem;
    background-image: url("./img/corner1lg.png"), url("./img/corner2lg.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.imgWrap img {
    object-position: center;
    object-fit: cover;
}

/* Img Feature - Full Size plus text overlay */
.imgFeature {
    border-radius: var(--site-border-radius);
    position: relative;
    text-align: center;
    transition: var(--site-transition);
    overflow: hidden;
}

.imgFeature img {
    filter: grayscale(0.4);
    transition: var(--site-transition);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.imgFeature:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.imgFeaturetext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: var(--font-light);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
}

/* Feature Box - Coloured Info Container*/
.featureBox {
    padding: var(--spacing-md);
    color: var(--font-text);
    transition: var(--site-transition);
    background-color: var(--bg-main);
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-image: linear-gradient(
            76deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 17%,
            rgba(0, 0, 0, 0) 17%,
            rgba(0, 0, 0, 0) 100%
        ),
        linear-gradient(
            62deg,
            rgba(0, 0, 0, 0.025) 0%,
            rgba(0, 0, 0, 0.025) 31%,
            rgba(0, 0, 0, 0) 31%,
            rgba(0, 0, 0, 0) 100%
        );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	border: 1px solid var(--color-2);
    border-radius: var(--site-border-radius);
    line-height: 1;
}

.featureBox:hover {
    box-shadow: var(--site-shadow);
}

.fbAlt {
    background-color: var(--color-1);
}

.fBoxTitle {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.fBoxSubtitle {
    text-align: center;
}

/* Swiper Slider*/
.swiper {
    width: 100%;
    height: auto;
}

.reviewsWrapper {
    border-radius: var(--site-border-radius);
    border: 1px solid var(--site-highlight);
    box-shadow: var(--site-shadow);
    padding: var(--spacing-sm);
    background-color: var(--bg-main);
    margin: 0 auto;
    min-height: 400px;
    display: grid;
    grid-template-columns: auto;
}
.reviewsContainer {
    padding: 1.75rem;
    background-image: url("./img/corner1lg.png"), url("./img/corner2lg.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
}

.swiper-slide {
    text-align: center;
    display: flex;
    height: auto;
    width: auto;
}

.sliderCard {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reviewQuote,
.reviewText {
    text-align: left;
    width: 100%;
    margin-bottom: var(--spacing-xs);
}

.reviewQuote svg {
    fill: var(--color-2);
}

.reviewName {
    width: 100%;
    text-align: right;
    font-weight: 600;
}

.faqItem {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-left: var(--spacing-sm);
    position: relative;
}

.faqItem::before {
    position: absolute;
    left: 0;
    content: ">";
    color: var(--color-1);
}

.faqAnswer {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: var(--spacing-sm);
    padding-left: var(--spacing-sm);
    position: relative;
}

.faqAnswer:last-of-type {
    margin-bottom: 0;
}

/* Animations
---------------------------*/
.animation {
    opacity: 0;
    transform: translateY(100px) scale(0.5);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.no-js .animation {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.animation.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Media Queries
---------------------------*/
@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
    .grid4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .textContainer {
        width: 100%;
    }
    .fBoxTitle {
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    #siteMenu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: var(--color-1);
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        -webkit-transition: var(--site-transition);
        -moz-transition: var(--site-transition);
        -o-transition: var(--site-transition);
        transition: var(--site-transition);
    }
    #siteMenu a {
        margin-left: 0;
    }
    #siteMenu.menuActive {
        width: 100%;
        background-size: 100% 100%;
        background-position: 0px 0px, 0px 0px, 0px 0px;
        background-image: linear-gradient(
                76deg,
                rgba(49, 49, 49, 1) 0%,
                rgba(49, 49, 49, 1) 17%,
                rgba(0, 0, 0, 0) 17%,
                rgba(0, 0, 0, 0) 100%
            ),
            linear-gradient(
                62deg,
                rgba(37, 37, 37, 1) 0%,
                rgba(37, 37, 37, 1) 31%,
                rgba(0, 0, 0, 0) 31%,
                rgba(0, 0, 0, 0) 100%
            ),
            linear-gradient(0deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 100%);
    }
    #siteMenu .menuLinks {
        display: none;
    }
    #siteMenu.menuActive .menuLinks {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #siteMenu .menuLinks a {
        color: var(--font-light);
    }
    .mobileMenu {
        display: inline-block;
        position: relative;
        padding: var(--spacing-sm) 0;
        transition: var(--site-transition);
    }
    .no-js .mobileMenu {
        display: none;
    }
    #menuClose {
        display: inline-block;
        position: absolute;
        top: var(--spacing-sm);
        right: var(--spacing-sm);
        color: var(--font-light);
    }
    #menuClose:hover,
    .mobileMenu:hover {
        cursor: pointer;
        color: var(--color-2);
    }
    .heroButtons,
    .mb-mobile {
        margin-bottom: var(--spacing-sm);
    }
    .grid2,
    .grid3 {
        grid-template-columns: 1fr;
    }

    .flexRowEC,
    .flexRowBC,
    .flexRowAC {
        flex-direction: column;
        align-items: center;
        row-gap: var(--spacing-sm);
    }
    .imgFeature {
        margin: 0 auto;
    }
    .bgImgBox {
        width: 80%;
        padding: var(--spacing-sm);
    }
    img.heroImg {
        max-height: 450px;
    }
    .featureBox {
        padding: var(--spacing-sm);
    }
    .sliderCard {
        padding: var(--spacing-sm);
    }
}

@media (max-width: 575px) {
    .grid4 {
        grid-template-columns: 1fr;
    }
    .grid6 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
