/* CSS VARIABLES */
:root {

    /* --color-btn-background: #a0f1ea; */
    --color-shadow: #afafaf;
    --color-green:#006737;
    --color-green-light:#008941;
    --color-grey: #e9e9e9;
    --color-grey-light: #f4f4f4;
    --color-white: #FFFFFF;
    --color-link-visited: #333;
    --color-required: #ff0000;
    
}

html {
    font-size: 16px;
}

html,
body {
    font-family: 'Josefin Sans', sans-serif;
    height: 95vh;
    text-rendering: optimizeLegibility;
    /* hide white space on right of screen*/
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    /* color: var(--color-grey-light); */
    margin: 0;
    padding: 0;
}

ion-icon {
    font-size: 32px;
    color:var(--color-green-light);
    --ionicon-stroke-width: 32px;
}

.ion-icon-margin-right {
    margin-right: 0.7em;
}

/* ******************************** */
/* Floating Action Menu Button Styles */
/* ******************************** */
.flex-menu-title {
    display: flex;
    align-items: center;
}

.flex-menu-title p {
    font-size: 25px;
}

#floatingMenuBtn a:link,
#floatingMenuBtn a:visited {
    color: var(--color-green-light) !important;
    text-decoration: none !important;
}

#floatingMenuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0.5em;
    cursor: pointer;
    min-width: 3em;
    height: auto;
    position: fixed;
    width: fit-content;
    z-index: 1000;
}

#floatingMenuBtn.ui-content {
    padding: 0;
}

/* form {
    box-shadow: 0 0.5em 1em var(--color-shadow) !important;
    padding: 20px;
    background-color: var(--color-white);
    border-radius: 3px;
} */

#custom-fa-ui-btn {
    background-color: var(--color-green-light) !important;
    box-shadow: 0 0.3em 0.4em var(--color-shadow) !important;
    min-width: 2em !important;
    min-height:2em !important;
    border-radius: 100%;
}

.menu-ui-content-options-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    margin: 0;
    padding:0
}

.menu-ui-content-options-wrapper li {
    list-style: none;
    border-bottom: 1px solid var(--color-grey);
    padding: 1em 0.5em;
    text-shadow: none !important;
}

.menu-ui-content-options-wrapper li:hover {
    background-color: var(--color-grey);
}

.menu-ui-content-options-wrapper img {
    max-height: 1em;
    max-width: 1em;
    margin-right: 1em;
}

.ui-panel-display-overlay {
    background-color: var(--color-white);
}

div a:link,
div a:visited {
    color: var(--color-link-visited) !important;
} 
div a {
    text-decoration: none;
}


/* ******************************** */
/* About Page Styles */
/* ******************************** */
.about p {
    font-size: 1.2rem;
    max-width: 600px;
    /* margin: auto; */
}
h1 {
    margin-left: 0.3em;
}
h1.wideScreen:before {
    display: block;
    height: 50px;
    background-color: var(--color-green-light);
    content: "";
    width: 5px;
    margin-left: -7px;
    position: absolute
}

h2.followMe {
    font-size: 1.2rem;
    margin: 0.75em 0;
    text-align: center;
    
}

.social {
    display: flex !important;
    justify-content: center;
}

.social a {
    margin: 0 0.5em;
}

/* Center element vertically and horizontally */
/* .centerElementHV {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80vh;   
    text-align: center;
} */

/* Button settings */
/* Font awesome */
.fab {
    color: var(--color-green-light);
}


.ui-btn-icon-top:after,
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-notext:after {
    background-color: var(--color-green-light) !important;
}


#startUpPage,
.pageFooter {
    text-shadow: none !important;
}

.ourServices,
.ourServices__link__item div {
    color: var(--color-green);
}

.service__link {
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8em, 1fr)); */
}

.ourServices__link__item div {
    display: flex;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    /* font-size: 150%; */
    /* border: 2px solid var(--color-green); */
    margin-right: 1em;
}

/* .ourServices__link__item div {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 5px;
    font-size: 150%;
    border: 2px solid var(--color-green);
    margin-right: 1em;
} */

.ourServices__link__item:not(:last-child) {
    margin-bottom: 20px;
}

.mobileFooterNav,
.mobileHeaderIcons,
.smallScreen {
    display: none;
}

/* .uiContentStartUp {
    background-color: var(--color-grey-light);
    padding: 10px;
    box-shadow: 0 0.4em 0.6em;
    
}

.uiContent {
    background-color: var(--color-grey-light);
    padding: 10px;
    box-shadow: 0 0.4em 0.6em
} */

#startUpPage,
#about,
#housekeeping,
#delivery,
#beauty,
#contactUs,
#termsNConditions {
    background-color: var(--color-grey-light) !important;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 240, 237, 0.164)), to(rgba(54, 126, 99, 0.932))); */
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/minivan.png);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/minivan.png); */
}

.pageFooter {
    background: var(--color-green) !important;
}

.contentWrapper,
.ourService__details,
.housekeeping,
.delivery,
.beauty,
.about,
.contactUs,
.termsNConditions {
    width: 80% !important;
    margin: 0 auto;
}

.contentWrapper,
.ourService__details,
.add__message,
.service__details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
}

.add__message {
    gap: 2em;
    margin-top: 1.5em;
}


.contentWrapper {
    gap: 1em;
}

.ourService__details {
    column-gap: 5em;
    text-align: left;
    margin-top: 3em;
}


.ourService__details h2 {
    color: var(--color-green);
    margin-bottom: 0;
}

.ourService__details ul {
    margin-top: 0;
}

.ourService__details img,
.contactUs__image img {
    width: 100%;
    height: auto
}

.service__details img {
    width: 50%;
    height: auto
}

.ourService__details ul li {
    list-style: square;
}

.ourService__details__img {
    /* grid-row: 1/2;
    grid-column: 1/3; */
    grid-area: 1/1/2/3;
}
.ourService__details__title {
    /* grid-row: 1/1;
    grid-column: 3/6; */
    grid-area: 1/3/1/6;
}

.customCTABtn {
    grid-area: 2/3/2/3;
    display: inline-block;
    width: 80%;
    margin-bottom: 1em;
    background-color: var(--color-green) !important;
    box-shadow: 0 0.4em 0.5em var(--color-shadow) !important;
    text-shadow: none !important;
    border-radius: 0.5em;
    border: 1px solid var(--color-green-light);
    padding: 0.5em 0.3em;
    text-align: center;
    transition: all 0.5s ease;
}

.customCTABtn ion-icon {
    fill: var(--color-white);
}

.customCTABtn:hover ion-icon {
    fill: var(--color-green) !important;
}

a.customCTABtn.ui-link {
    color: var(--color-white) !important;
    margin: 0 auto 2.5em auto;
    /* margin: 1.5em auto 2.5em auto; */
    width:auto;
    /* padding: 0.5em; */
}

a.customCTABtn.ui-link:hover {
    transform: translateY(5px);
    background-color: #f4f4f4 !important;
    color: var(--color-green) !important;
}

.headerLeft__cta__btn {
    margin-top: 5em;
}

.headerLeft__cta__btn a {
    width: 25%;
    padding: 1em;
}
.greenHighlight {
    background-color: var(--color-green);
    color: var(--color-white);
    padding: 0.1em 0.3em;
    display: inline-block;
    text-shadow: none !important;
    margin-left: 0;
}

.logo {
    grid-column: 1/ span -1;
    width: 15em !important;
    height: auto !important;  
}

.headerLeft {
    grid-column: 1/ span 2;
}

.headerRight {
    grid-row: 2/3;
    grid-column: 3/4;
    position: relative;
}

.footerText {
    grid-row: 3/4;
    grid-column: 1/ 4;
    justify-self: center;
    font-size: 15px !important;
    color: var(--color-white) !important;
}

.contentWrapper img {
    width: 8em;
    height: 8em;
}

.appStoreButtons {
    /* display: flex;
    justify-content: space-around !important;
    margin-top: 1.5em; */
    display: none;
}

.appStoreButtons img {
    width: 100;
    height: auto;
}

.marginTopBottomSmall {
    margin-top: 1.5em;
    /* margin-bottom: 1.8em; */
}


/* ******************************** */
/* Placeholder and Form Styles */
/* ******************************** */
::placeholder {
    font-style: italic;

}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent!important;
}

/* .sectionSelect {
    width: 100%;
    margin: 0 auto;
} */

.requiredField {
    color: var(--color-required);
    margin-left: 0.3em;
}

.laptop__image {
    width: 100% !important;
    margin-right: 0.5em;
}

.add__container {
    width: 80% !important;
    margin-left: 0.5em;
}

.infoError {
    color: var(--color-required);
    letter-spacing: 2px;
    font-style: italic;
}

.inputError {
    box-shadow: 0 0 5px var(--color-required); !important;
}

.infoSuccess {
    color: var(--color-green);
    letter-spacing: 2px;
    font-style: italic;
}

#charactersRemaining {
    color:  var(--color-required);;
}

.agreement {
    display: flex !important;
    justify-content: space-between;
    margin: 1em 0;
}

.notice {
    font-style: italic;
    margin-left: 2.5em;
    line-height: 1;
    color: var(--color-required);
}

.tnc.ui-link {
    color: var(--color-required) !important;
}

.btncheck {
    cursor: not-allowed;
    background-color: #ccc;
    color: #c2c2c2;
    border: solid 1px #ccc;
}

.btncheck:hover {
    color: #f4f4f4;
}

.showNumber {
    font-weight: 700;
}
.serviceNumber {
    display: none;
    /* text-security: circle;
    -webkit-text-security: circle;
    -moz-text-security: circle; */
}

.revealNumber {
    display: block;
}
/* .serviceNumber:hover {
    display: block;
    text-security: none;
    -webkit-text-security: none;
    -moz-text-security: none;
} */

@media only screen and (max-width: 800px) {
    
    html {
    font-size: 18px;
    }
    .contentWrapper {
        grid-template-columns: 1fr;
        gap: 1em;
        width: 100% !important;
        justify-self: center;
    }

    .logo {
        grid-column: 1/4;
        justify-self: center;
        width: 12em !important;
        height: auto !important;

    }

    .headerLeft {
        grid-row: 2/3;
        grid-column: 1/4;
        text-align: center
    }

    .headerRight {
        grid-row: 3/4;
        grid-column: 1/4;
        text-align: center
    }

    /* Mobile grid settings for pages */
    .housekeeping,
    .delivery,
    .beauty,
    .about,
    .contactUs {
        gap: 0.5em;
        width: 100% !important;
        margin: 0 auto;
    }
    .ourService__details {
        grid-template-columns: 1fr;
        gap: 0.2em;
        width: 100% !important;
        margin-top: 0;
        /* justify-self: center; */
    }

    .ourService__details__img {
        /* grid-row: 1/2;
        grid-column: 1/3; */
        /* grid-area: 1/1/2/3; */
        grid-row: 1/2;
        grid-column: 1/4;
        
    }
    .ourService__details__title {
        /* grid-row: 1/1;
        grid-column: 3/6; */
        /* grid-area: 1/3/1/6; */
        grid-row: 3/4;
        grid-column: 1/4;
    }
    
    .customCTABtn {
        grid-row: 5/6;
        grid-column: 1/2;
        display: inline-block;
        width: 50%;
        
    }
    

    .footerText {
        font-size: 18px !important;
        text-shadow: none !important;
        font-size: 10px;
    }

    .ourServices__link,
    .wideScreen {
        display: none;
    }

    .mobileFooterNav,
    .mobileHeaderIcons,
    .smallScreen {
        display: block;
    }

    .laptop__image {
        width: 100% !important;
    }
    
    .add__container {
        width: 100% !important;
    }

    .add__container h3 {
        margin-top: 0;
    }

    .notice {
        margin-left: 2.5em;
        line-height: 1.1;
    }

    .headerLeft__cta__btn {
        margin-top: 1em;
    }
    
    .headerLeft__cta__btn a {
        width: 25%;
        padding: 0.5em;
    }

    a.customCTABtn.ui-link {
        margin-bottom: 0.5em;
    }

    .headerLeft__cta__btn a:nth-child(2) {
        width: 40%;
        padding: 0.5em;
    }

    .greenHighlight,
    .greenHighlight__smallScreen {
        font-size: 1.2rem;
    }

    .termsNConditions {
        margin: 0 !important;
    }

    .greenHighlight__smallScreen {
        background-color: var(--color-green);
        color: var(--color-white);
        padding: 0.1em 0.3em;
        /* display: block; */
        text-shadow: none !important;
        margin-left: 0;
    }

    .service__details img {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    
    html {
    font-size: 16px;
    }
    .contentWrapper {
        grid-template-columns: 1fr;
        gap: 1em;
        width: 100% !important;
        justify-self: center;
    }

    .logo {
        grid-column: 1/4;
        justify-self: center;

    }

    .headerLeft {
        grid-row: 2/3;
        grid-column: 1/4;
        text-align: center
    }

    .headerRight {
        grid-row: 3/4;
        grid-column: 1/4;
        text-align: center
    }
    

    .footerText {
        font-size: 14px !important;
        text-shadow: none !important;
    }


    div.infoText {
        margin-top: 0;
    }

    h3.ourServices {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:320px) {

    html {
        font-size: 1em;
    }

    h1.greenHighlight {
        font-size: 1rem;
    }

    a.customCTABtn.ui-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}