﻿/*Base CSS*/
/* Define CSS Variables */
:root {
    --color-blue: #9cbbd7; /* Backyard Water Blue */
    --color-green: #8f9a6f;
    --color-yellow: #F4AD2A;
    --color-dark: #072326;
    --color-grey: #3C4747;
    --color-light: #f5fcfd;
    --contain: 1300px;
    --contain-med: 1000px;
    --body: 'Mulish', sans-serif;
    --heading: 'Montserrat', sans-serif;
    --size-title: 2rem;
    --size-subtitle: 1.3rem;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 991px) {
    :root {
        --size-title: 2.5rem;
        --size-subtitle: 1.3rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --size-title: 2.75rem;
    }
}

/***********************/
/******** Bootstrap overrides ********/
/**********************/
.btn-primary {
    background-color: #5a2a82; /* Custom color */
    border-color: #5a2a82;
}

.btn-primary:hover {
    background-color: #4a216c;
    border-color: #4a216c;
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(90, 42, 130, 0.5);
}

.bg-custom-blue {
    background-color: #9cbbd7 !important; /* <-- Add !important here */
}

/* Defaults */
html {
    overflow-x: hidden;
}

body {
    font-family: var(--body);
    color: var(--color-grey);
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading);
    font-weight: 600;
}

p {
    line-height: 1.4;
}

a, a:visited {
    color: var(--color-blue);
}

img {
    max-width: 100%;
}

.image-thumb {
    width: 70px;
    height: auto;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 10px;
    border: 2px solid transparent;
}

.image-thumb:hover {
    border-color: #007bff;
}


/* Define image sizes */
.img-thumbnail {
    max-width: 10% !important; /* Adjust to desired small size */
    height: auto;
}

.img-small {
    max-width: 20% !important; /* Adjust to desired small size */
    height: auto;
}

.img-medium {
    max-width: 50% !important; /* Adjust to desired medium size */
    height: auto;
}

.img-large {
    max-width: 100% !important; /* Adjust to desired large size */
    height: auto;
}

main {
    background-color: var(--color-light);
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

form input[type="submit"] {
    width: auto;
    background-color: var(--color-blue);
    padding: 0.75rem 1.2rem 0.75rem 1.2rem;
    font-size: 1rem;
}

form input[type="text"] {
    width: 100%;
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
}

form input[type="password"] {
    width: 100%;
    padding: 0.2rem 0.4rem 0.2rem 0.4rem;
}

.btn-row {
    display: flex;
    align-items: baseline;
}

    .btn-row a:last-child {
        margin-left: 1rem;
    }

.btn-get-started {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: max-content;
}

    .btn-get-started .btn {
        margin-bottom: 0.5rem;
    }

    .btn-get-started div {
        font-size: 0.8rem;
    }

/*.btn {
    appearance: none;
    background-color: var(--color-blue);
    color: #fff;
    border-radius: 30px; 
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.2rem 0.75rem 2.2rem;
    display: flex;
    text-decoration: none;
    transition: all .35s ease-in-out;
    cursor: pointer;
    align-items: center;
    width: max-content;
}*/
.btn {
    appearance: none;
    background-color: var(--color-blue);
    color: #fff;
    border: 0;
    font-weight: 700;
    display: flex;
    text-decoration: none;
    transition: all .35s ease-in-out;
    cursor: pointer;
    align-items: center;
    width: max-content;
    /* Only apply default size if no size class */
    font-size: 1rem;
    padding: 0.75rem 1.2rem 0.75rem 1.2rem;
}

    .btn.btn-sm {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }

    .btn:hover {
        background-color: var(--color-blue);
        color: #fff;
    }

.btn--primary:hover {
    background: #e84e1d;
}

.btn:visited {
    color: #fff;
}

.btn svg {
    margin-left: 1.2rem;
}

.btn--login, .btn--login:visited {
    background-color: var(--color-light);
    color: var(--color-dark);
}

    .btn--login:hover {
        background-color: #dbeaea;
    }

.btn--blue-white, .btn--blue-white:visited {
    background-color: var(--color-blue);
    color: #fff;
}

.btn--grey-blue, .btn--grey-blue:visited {
    background-color: var(--color-light);
    color: var(--color-blue);
}

.btn--white-blue, .btn--white-blue:visited {
    color: var(--color-blue);
    background-color: #fff;
}

    .btn--white-blue:hover {
        background-color: #fff;
        color: #9cbbd7;
    }

.btn--no-icon {
    padding: 0.75rem 0.2rem 0.75rem 0.2rem;
}

.custom-dropdown option:hover,
.custom-dropdown option:checked {
    background-color: #9cbbd7 !important;
    color: #000;
}


/* Define Global Helper Classes */
.container {
    max-width: var(--contain);
    margin: 0 auto;
    width: 100%;
    padding: 0 1.5rem;
}

.container--med {
    max-width: var(--contain-med);
}

/* Ensure the main container for the CheckBoxList doesn't force strange layouts */
/* Styles for the CheckBoxList with CssClass="clean-checkbox-list" */
ul.clean-checkbox-list {
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-top: 0 !important; /* Reset top margin too */
    margin-bottom: 0 !important;
    
    width: 100%;     /* Force it to take the width of its container (the card-body) */
    /* OR, alternatively, you could try: */
    /* max-width: 100%; */ 
    
    box-sizing: border-box; /* Good practice when setting width/padding */
}

/* Keep the other rules for li and input as they were for alignment */
ul.clean-checkbox-list li {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 5px !important;
}

ul.clean-checkbox-list li input[type="checkbox"] {
    margin-right: 5px !important;
}

ul.clean-checkbox-list li label {
     /*word-break: break-word; /* Just in case, for text wrapping */
}

.text-white {
    color: #fff;
}

.text-blue {
    color: var(--color-blue);
}

.text-bold {
    font-weight: 700;
}

.pb-1 {
    padding-bottom: 0.5rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.pb-3 {
    padding-bottom: 1.5rem;
}

.pt-1 {
    padding-top: 0.5rem;
}

.pt-2 {
    padding-top: 1rem;
}

.pt-3 {
    padding-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.no-clip {
    clip-path: none !important;
}

.page-padding {
    padding: 3rem 0;
}

.diagonal-spacer {
    clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
    background: var(--color-blue);
    padding: 6rem 0;
    margin-top: -5rem;
}

@media (min-width: 768px) {
    .diagonal-spacer {
        clip-path: polygon(0 5rem, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 5rem, 100% 0%, 100% 100%, 0% 100%);
    }
}

.diagonal-spacer--large {
    padding: 5rem 0;
    margin-top: -2rem;
}

@media (min-width: 992px) {
    .diagonal-spacer--large {
        padding: 8rem 0;
        margin-top: -14rem;
    }
}



/***********************/
/******** FORMS ********/
/**********************/
input, textarea {
    display: block;
    background: #FFFFFF;
    border: 1px solid #D5DADB;
    border-radius: 4px;
    width: 100%;
    padding: 1rem;
}

textarea {
    min-height: 200px;
}

.form-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    padding: 1.5rem;
}

@media (min-width: 768px) {
    .form-item-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
    }
}

.form-item {
    padding: 0 0 1.5rem;
    position: relative;
}

    .form-item label {
        font-weight: 700;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .form-item label svg {
            width: 20px;
            color: var(--color-blue);
            display: inline-block;
            margin-left: 0.5rem;
        }

.form-item--submit {
    display: flex;
}

    .form-item--submit > div {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .form-item--submit > div:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            display: block;
            /*background: url(images/arrow.svg);*/
            right: 20px;
            top: 0;
            bottom: 0;
            margin: auto;
        }

    .form-item--submit input[type="submit"] {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.85rem 3.5rem 0.85rem 2.2rem;
        font-size: 1rem;
    }

.form-item--tooltip {
    position: absolute;
    background: #efefef;
    max-width: 200px;
    padding: 1rem;
    z-index: 99;
    left: -220px;
    top: 10px;
    border-radius: 3px;
    font-size: 0.95rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
}

.form-item.help .form-item--tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0rem);
}




/******************************/
/******** SITE HEADER ********/
/******************************/
.site-header {
    background: #fff;
    box-shadow: 0px 0px 20px rgba(7, 35, 38, 0.15);
    padding: 1rem 0;
    position: relative;
}

.site-header--wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.site-header--nav-wrap {
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0.5;
    position: absolute;
    background: var(--color-dark);
    left: 0;
    right: 0;
    top: 94px;
    height: 100vh;
    z-index: 999;
    width: 100%;
    transition: all .45s ease-in-out;
}

    .site-header--nav-wrap.open {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

@media (min-width: 991px) {
    .site-header--menu-toggle {
        display: none;
    }

    .site-header--nav-wrap {
        display: flex;
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        transition: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        height: auto;
        width: auto;
        top: auto;
        background: none;
        flex: 1;
    }
}

.site-header--logo {
    width: 200px;
}

@media (min-width: 991px) {
    .site-header--logo {
        width: 250px;
    }
}

/******************************/
/******** SITE NAVIGTION ********/
/******************************/
.site-header--nav {
    flex-grow: 1;
}

    .site-header--nav ul, .site-header--actions ul {
        margin: 0;
        padding: 0
    }

    .site-header--nav ul {
        justify-content: center;
        padding-top: 1.5rem;
    }

        .site-header--nav ul a {
            color: var(--color-light);
            font-size: 1.3rem;
            font-weight: 700;
            padding: 1.2rem 2rem;
            display: block;
            text-decoration: none;
        }

.site-header--actions ul li {
    padding: 1.2rem 2rem 0.5rem;
}

.site-header--nav li {
    position: relative;
}

@media (min-width: 991px) {

    .site-header--nav ul, .site-header--actions ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .site-header--nav ul a {
            color: var(--color-dark);
            font-size: 1.1rem;
            padding: 2rem 1.5rem;
        }

        .site-header--nav ul li:after {
            content: '';
            display: block;
            height: 0;
            transition: height .35s ease-in-out;
            position: absolute;
            background: var(--color-dark);
            width: 100%;
            bottom: -1rem;
        }

        .site-header--nav ul li:hover:after {
            height: 4px;
            bottom: -1rem;
        }

        .site-header--actions ul li {
            padding: 0;
        }

            .site-header--actions ul li:last-child {
                margin-left: 1rem;
            }
}



/******************************/
/******** SITE FOOTER ********/
/******************************/
.site-footer {
    background: var(--color-dark);
    padding: 3rem 0 2rem;
}

.site-footer--wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem 0;
}

@media (min-width: 768px) {
    .site-footer--wrap {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
    }
}

@media (min-width: 991px) {
    .site-footer--wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.site-footer .site-footer--item-title {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    color: #fff;
}

.site-footer .site-footer--item ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .site-footer .site-footer--item ul a {
        display: block;
        color: #fff;
        padding: 0.5rem 0;
        text-decoration: none;
    }

.site-footer--email-sign-up h6 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    color: var(--color-blue);
}

.site-footer--email-sign-up p {
    color: #fff;
}

.site-footer--bottom {
    border-top: 1px solid var(--color-blue);
    padding: 1rem 1.5rem;
    margin-top: 2rem;
    color: #fff;
}

@media (min-width: 768px) {
    .site-footer--bottom {
        display: flex;
        justify-content: space-between;
    }
}

.site-footer--bottom a {
    color: #fff;
    padding: 0 2rem 0 0;
}

@media (min-width: 768px) {
    .site-footer--bottom a {
        padding: 0 0rem 0 2rem;
    }
}

/***********************/
/**** POSTSCRIPT ****/
/**********************/
.postscript {
    background-color: var(--color-dark);
    clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 3rem, 100% 0%, 100% 100%, 0% 100%);
    padding: 5rem 0 5rem;
    margin-top: -9rem;
    border-bottom: 10px solid var(--color-blue);
}

.postscript--title {
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
}

@media (min-width: 992px) {
    .postscript {
        padding: 6rem 0 5rem;
        margin-top: -8rem;
        clip-path: polygon(0 5rem, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0 5rem, 100% 0%, 100% 100%, 0% 100%);
    }

    .postscript--title {
        font-size: 3rem;
    }
}


/******************************/
/******** PAGE HEADER ********/
/******************************/
.page-header {
    text-align: center;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}


    .page-header .page-header--subtitle {
        margin: 0.5rem 0 0;
        font-size: 1.45rem;
        font-family: var(--body);
        color: var(--color-dark);
        font-weight: 700;
    }

    .page-header .page-header--title {
        margin: 0.5rem 0 0;
        font-size: 2.4em;
        color: var(--color-blue);
        padding-bottom: 4px;
        line-height: 0.9;
        font-weight: 600;
    }

@media (min-width: 992px) {
    .page-header .page-header--title {
        font-size: 3.3rem;
    }
}

.page-header .page-header--copy {
    font-size: 1.2rem;
}

/******************************/
/******** HOME PAGE********/
/******************************/
.home-hero-section {
    padding: 0 0 3rem;
    position: relative;
}

.home-hero--image {
    clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 2.5rem), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 2.5rem), 0% 100%);
}

@media (min-width: 768px) {
    .home-hero-section {
        padding: 7rem 0 18rem;
        clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 5rem), 0% 100%);
        margin-bottom: -5rem;
        background-size: cover;
    }

    .home-hero--image {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        clip-path: none;
        -webkit-clip-path: none;
    }
}

.home-hero-section .home-hero--details {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    padding: 1.5rem 0;
}

@media (min-width: 768px) {
    .home-hero-section .home-hero--details {
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        padding: 1.5rem;
    }
}

.home-hero-section .home-hero--details .box-callout--title {
    color: var(--color-dark);
    background: none;
    -webkit-text-fill-color: initial;
}

.home-hero-section .home-hero--details .box-callout--subtitle {
    color: var(--color-blue);
}

.home-hero-section .home-hero--details .box-callout--copy {
    font-size: 1.25rem;
    margin-top: 0.75rem;
}

.home-hero-section .btn-row {
    padding-top: 1rem;
}

@media (min-width: 768px) {
    .home-hero-section .home-hero--details {
        max-width: 60%;
        padding: 2.5rem 2.2rem 2.5rem;
    }
}

@media (min-width: 1200px) {
    .home-hero-section .home-hero--details {
        max-width: 41.66%;
    }
}

.home--main {
    clip-path: polygon(0 2.5rem, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 2.5rem, 100% 0%, 100% 100%, 0% 100%);
}

.home-features-section {
    padding: 5rem 0 3rem 0rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .home--main {
        clip-path: none;
        -webkit-clip-path: none;
    }

    .home-features-section {
        padding: 10rem 0 3rem;
    }

        .home-features-section .home-features-section--grid {
            display: grid;
            grid-template-columns: 105px 5fr 1fr 4fr 1fr;
        }
}

.home-features-section--intro h6 {
    margin: 0 0 0.45rem;
    font-size: 1.4rem;
    color: var(--color-dark);
}

.home-features-section--intro h2 {
    font-size: 3.35rem;
    line-height: 0.9;
    color: var(--color-blue);
    margin: 0 0 0.5rem;
}

.home-features-section--intro h2 {
    font-size: 2rem;
    line-height: 0.9;
    color: var(--color-blue);
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .home-features-section--intro h2 {
        font-size: 3.35rem;
    }
}

.home-features-section--intro p {
    font-size: 1.2rem;
}

.home-features-section--intro .btn-row {
    padding-top: 2rem;
}

@media (min-width: 992px) {

    .home-features-section .rail:before {
        content: '';
        background: rgba(7, 35, 38, 0.15);
        width: 1px;
        height: calc(100% + 1000px);
        display: block;
        position: absolute;
        margin-left: 5px;
        margin-top: 5px;
    }

    .home-features-section .rail:after {
        content: '';
        border: 1px solid rgba(7, 35, 38, 0.25);
        background-color: var(--color-light);
        width: 10px;
        height: 10px;
        border-radius: 10px;
        display: block;
        position: absolute;
    }
}

.home-preview--grid {
    position: relative;
    z-index: 1;
    padding: 4rem 1.5rem 0;
    display: flex;
    flex-direction: column;
    overflow: visible;
}

    .home-preview--grid img {
        width: 800px;
        max-width: 600px;
        margin-left: -2rem;
        order: -1;
        overflow: hidden;
    }

@media (min-width: 992px) {
    .home-features-section .home-preview--grid {
        display: grid;
        grid-template-columns: 105px 250px auto;
        overflow: visible;
        position: relative;
        height: 950px;
        align-items: center;
        padding: 0;
    }

    .home-preview--grid img {
        position: absolute;
        left: 35%;
        max-width: 1500px;
        width: auto;
        z-index: 1;
    }
}

.home-preview--grid .preview-caption {
    font-size: 1.3rem;
    padding-right: 4rem;
    position: relative;
    transform: translateY(-1.2rem);
    transition: all .5s ease-in-out;
    opacity: 0;
}

.preview-caption.revealed {
    transform: translateY(0);
    opacity: 1;
}

.home-preview--grid .preview-caption p {
    margin: 0 0 0.75rem;
}

.home-preview--grid .preview-caption .preview-caption-arrow {
    float: right;
    padding-top: 1rem;
    float: right;
    padding-top: 1rem;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 1rem;
}

@media (min-width: 992px) {
    .home-preview--grid .preview-caption {
        padding-right: 1.58rem;
    }

        .home-preview--grid .preview-caption .preview-caption-arrow {
            float: right;
            padding-top: 1rem;
            transform: rotate(0deg);
            position: relative;
            right: auto;
            top: auto;
        }
}

/* Home Features List */
.features-list {
    padding-top: 3rem;
}

@media (min-width: 992px) {

    .features-list {
        padding-top: 0rem;
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.features-list .features-list--item {
    transition: all 600ms cubic-bezier(0.8, 0, 0, 0.8);
    opacity: 0;
}

.features-list.revealed .features-list--item {
    animation: dropIn 300ms linear;
    animation-fill-mode: forwards;
}

    .features-list.revealed .features-list--item:nth-child(2) {
        animation-delay: .2s
    }

    .features-list.revealed .features-list--item:nth-child(3) {
        animation-delay: .45s
    }

    .features-list.revealed .features-list--item:nth-child(4) {
        animation-delay: .7s
    }

    .features-list.revealed .features-list--item:nth-child(5) {
        animation-delay: .95s
    }

    .features-list.revealed .features-list--item:nth-child(6) {
        animation-delay: 1.15s
    }

.features-list .features-list--item {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
    font-weight: 700;
    align-items: center;
}

    .features-list .features-list--item svg {
        margin-right: 0.5rem;
        stroke: var(--color-green);
    }

.features-list .features-list--fade {
    display: flex;
    justify-content: center;
    padding: 5rem 0 0;
    background: linear-gradient(180deg, rgba(237, 245, 245, 0) 0%, #EDF5F5 35.37%);
    margin-top: -5rem;
    position: relative;
}


/***********************/
/**** LOGIN SCREEN ****/
/**********************/
.login-screen {
    background-image: url(../images/login-image-02.webp);
    background-size: cover;
    background-position: center;
    height: 57vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

    .login-screen .login-screen--box {
        background: #fff;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        max-width: 500px;
        width: 100%;
    }

    .login-screen .login-screen--box-header {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
        padding: 2rem 1.5rem;
        border-bottom: 1px solid #D5DADB;
    }

        .login-screen .login-screen--box-header img {
            width: 130px;
        }

        .login-screen .login-screen--box-header h1 {
            font-size: 2.15rem;
            margin: 0;
        }

    .login-screen .subscribe--form {
        padding: 2rem 1.5rem;
    }

        .login-screen .subscribe--form .form-item--submit {
            justify-content: space-between;
        }

.login-screen--box-footer {
    background-color: var(--color-light);
    padding: 1.5rem;
    border-radius: 0 0 4px 4px;
}

    .login-screen--box-footer a {
        color: var(--color-dark);
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

        .login-screen--box-footer a svg {
            margin-left: 0.5rem;
        }


/***********************/
/**** BLOG ****/
/**********************/

/* --- Styles for TinyMCE Content --- */

/* Base class for all inserted images */
.inserted-gallery-image {
    height: auto !important;
    max-width: 100%;
}

/* Alignment classes */
.inserted-gallery-image.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.inserted-gallery-image.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.inserted-gallery-image.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

/* Sizing classes */
.inserted-gallery-image.img-full {
    display: block !important;
    max-width: 100% !important;
}

.inserted-gallery-image.img-half {
    display: block !important;
    max-width: 50% !important;
}

.inserted-gallery-image.img-quarter {
    display: block !important;
    max-width: 25% !important;
}

.inserted-gallery-image.img-small {
    max-width: 150px !important;
}

.inserted-gallery-image.img-thumbnail {
    max-width: 100px !important;
    border: 1px solid #ccc !important;
    padding: 2px !important;
    background-color: #f0f0f0 !important;
}

/***********************/
/**** CONTACT PAGE ****/
/**********************/
.page-contact main {
    padding-bottom: 3rem;
}

.contact--form-wrap {
    margin: 0 auto;
    max-width: 850px;
}


/***********************/
/**** NEW PAGE ****/
/**********************/
.new-item {
    padding: 1.5rem 0;
    border-top: 1px solid #d1dbdc;
}

@media (min-width: 768px) {
    .new-item {
        display: grid;
        grid-template-columns: 150px 1fr;
        grid-gap: 3rem;
        padding: 2rem 0;
    }
}

.new-item--meta .new-item--tag {
    background: var(--color-blue);
    border-radius: 3rem;
    padding: 0.65rem 1rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 0.65rem;
}

.new-item--meta .new-item--date {
    background: #0723261f;
    border-radius: 3rem;
    padding: 0.65rem 1rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.new-item .new-item--content h3 {
    font-size: 1.75rem;
    margin: 0;
}

.new-item li {
    padding: 0.25rem 0;
    line-height: 1.4;
}


a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
    font-size:110%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    transition: 0.3s;
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

.section-padding {
    padding: 80px 0;
}

.quarter-section-padding {
    padding: 20px 0;
}

p {
    color: #111;
}

/* header-area */

.header-area {
    background-image: url(images/backyard-in-deltona-fl.png);
    -webkit-background-size: cover;
    background-size: cover;
    /*background-position: center top;*/
    background-position: center 85%;
    background-repeat: no-repeat;

}

.header-inner .item {
    color: black;
    padding: 25% 0;
    text-align: center;
}

.custom-style {
    padding: 10px 0;
    background-color: black;
    top: 0;
    border: 0;
    border-radius: 0;
    transition: all 1s;
}

.fixed-me {
    background-color: rgba(0,0,0,0.7) !important;
    padding: 0 !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    transition: all 1s;
}

.navbar-dark .navbar-brand {
    color: #800000;
    font-size: 30px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 20px;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: #fff;
        background-color: transparent;
    }

/*slider area*/

.slider-area .carousel-inner .carousel-item h2 {
    font-size: 35px;
}

.slider-area .carousel-inner .carousel-item p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    width: 75%;
    margin: auto;
}

.slider-area .carousel-inner .carousel-item a {
    background: green;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}

.slider-area .carousel-inner .carousel-item a:hover {
    opacity: 0.9;
}

    /*about area*/

    .about-content img {
    width: 500px;
    height: auto;
    margin-bottom: 30px;
}

.about-content p {
    line-height: 2;
}

/* NAVBAR FIXES */
.navbar-default .navbar-nav > li > a,
.navbar-nav .nav-link {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
}

    .navbar-nav .nav-link:hover {
        color: #ccc !important;
        text-decoration: none !important;
    }

/* BRAND COLOR */
.navbar-brand {
    color: #fff !important;
    font-size: 30px;
}

/* HEADER INNER */
.header-inner .item {
    padding: 80px 0; /* adjust to taste */
    text-align: center;
    color: white;
}

/* CONTAINER */
.header-area {
    height: auto;
    min-height: 250px;
}

/* REMOVE DEFAULT UL STYLING */
.navbar-nav {
    flex-direction: row;
}

    .navbar-nav .nav-item {
        margin-left: 15px;
    }

/*services area*/

.section-header {
    padding: 30px 0;
}

    .section-header h2 {
        text-transform: uppercase;
    }

.single-services i {
    margin-bottom: 30px;
    font-size: 50px;
    color: green;
}

.single-services p {
    color: #000;
    line-height: 33px;
}


/*onmyway area*/


.port-img-area {
    position: relative;
}

.port-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    text-align: center;
    transform: scale(0);
    transition: all .5s ease-in;
}

    .port-text i {
        padding-top: 26%;
    }

.port-img-area:hover .port-text {
    transform: scale(1);
}

.single-portfolio h4 {
    font-size: 25px;
    margin-top: 25px;
}

.single-portfolio {
    margin: 25px 0;
}

/*team area*/

.single-team h2 {
    text-transform: uppercase;
    margin: 15px 0;
}

.socials i {
    font-size: 25px;
    margin: 0 15px;
    color: green;
}

.socials {
    margin: 30px 0;
}

/*contact*/

.single-form button {
    background: green;
}

/* Apply to the entire table */
.rounded-grid {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 0.5rem; /* Adjust as needed */
    overflow: hidden; /* Clips children to border radius */
}

    /* Apply rounded corners to the first and last table cells */
    .rounded-grid thead tr:first-child th:first-child {
        border-top-left-radius: 0.5rem;
    }

    .rounded-grid thead tr:first-child th:last-child {
        border-top-right-radius: 0.5rem;
    }

    .rounded-grid tbody tr:last-child td:first-child {
        border-bottom-left-radius: 0.5rem;
    }

    .rounded-grid tbody tr:last-child td:last-child {
        border-bottom-right-radius: 0.5rem;
    }
/*footer area*/

.footer-area {
    background: #262626;
    padding: 30px 0;
}

.single-footer p {
    color: #fff;
}

.single-footer a {
    color: #fff;
    text-decoration: none;
}

.single-footer a:hover {
    text-decoration:underline;
}