﻿.background-image {
    /*background-image: url('/images/kitchen00.jpg');*/ /*lowercase 'images' */

    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;*/ /*make sure it's behind content */
}

.home-content {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 106vh;
    background-image: url('/Images/kitchen00.jpg');
}

/* iOS Safari jitters with background-attachment: fixed; drop it on small screens */
@media (max-width: 900px) {
    .home-content {
        background-attachment: scroll;
    }

/*    position: relative;
    z-index: 1;
    padding: 2rem;
    background-color: transparent;*/
}

.phone-number {
    display: block;
    text-decoration: none;
    background: rgb(29, 127, 195);
    backdrop-filter: blur(4px);
    border: 1px solid #ffff;
    border-radius: 24px;
    text-align: center;
    width: 320px;
    margin: 10px auto 0;
    box-shadow: 2px 6px 1px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}
    .phone-number .phone-number-heading {
        display: block;
        font-family: 'TT Drugs Trial', sans-serif;
        font-weight: bold;
        color: #ffffff;
        padding: 8px 0 6px;
        text-align: center;
        text-shadow: 2px 1px #000000;
        font-size: 35px;
    }

.phone-number-message {
    background: #28a745;
    border-radius: 6px;
    text-align: center;
    width: 400px;
    margin: 15px auto 0;
    transition: background-color 0.3s ease;
}

    .phone-number-message p {
        font-family: 'TT Drugs Trial', sans-serif;
        font-weight: bold;
        color: #ffffff;
        padding-top: 5px;
        text-align: center;
        text-shadow: 0px 0px #000000;
        font-size: 22px;
        color: black;
    }

.slogan-text {
    margin-top: 10px;
}

    .slogan-text h3 {
        font-family: 'TT Drugs Trial', sans-serif;
        font-weight: bold;
        color: black;
        font-size: 20px;
        padding-top: 0px;
        text-align: center;
        padding-bottom: 10px;
        text-shadow: 1px 1px #ffffff;
    }

.group-top-row {
    margin-top: 0px;
    padding-top: 0px;
    text-shadow: 1px 1px #ffffff;
    -webkit-backdrop-filter: blur(10px);
}

.top-message-uno {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    position: relative;
    width: 394px;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0px 6px 0px 0px;
}
    .top-message-uno p {
        font-family: 'TT Drugs Trial', sans-serif;
        color: #ffff;
        text-shadow: 1.5px 1px #000000;
        font-size: 1.1rem;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

.check-image-symbol {
    height: 30px;
    width: 20px;
    margin-right: 5px;
}

.top-message-dos {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: -16px;
}
    .top-message-dos p {
        font-family: 'TT Drugs Trial', sans-serif;
        font-size: 17px;
        color: white;
        text-shadow: 1px 1px black;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.div-list {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 200px;
    margin-left: -10px;
    width: 420px;
    border-radius: 0px 9px 9px 0px;
    height: auto;
}

.custom-list {
        list-style-type: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.custom-list li{
    font-family: 'TT Drugs Trial', sans-serif;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 1px 1px #000000;
}

/* Add this to your site.css or scoped CSS file */
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: -40px;
}

.shake-button {
    /*padding: 12px 24px;
    font-size: 1.2rem;
    background-color: #0078d4;
    color: white;
    border: 1px solid #ffff;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;*/

    padding: 12px 24px;
    font-size: 1.2rem;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    animation: shake 5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-name: shake;
    animation-duration: 1s;
    animation-play-state: running;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
    animation-direction: normal;
    animation-name: shake;
    animation-duration: 1s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
}

    /*.shake-button:hover {
        animation: shake 0.5s;
        animation-iteration-count: 1;
    }*/

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-5px);
    }

    20% {
        transform: translateX(5px);
    }

    30% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}


/*@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-5px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}*/


/* Mobile fallback or override */
@media only screen and (max-width: 600px) {

    .home-content {
    }
}

/* --- Accessibility helper --- */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --- Trust badges (Licensed / Insured / 15+ years) --- */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 18px auto 0;
    max-width: 640px;
}

    .trust-badges li {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(0, 0, 0, 0.55);
        color: #fff;
        font-family: 'TT Drugs Trial', sans-serif;
        font-size: 15px;
        padding: 6px 14px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        text-shadow: 1px 1px #000;
    }

    .trust-badges .badge-icon {
        color: #28a745;
        font-weight: bold;
    }

/* --- Why us section --- */
.why-us {
    max-width: 780px;
    margin: 40px auto 0;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', sans-serif;
    color: #222;
}

    .why-us h2 {
        margin: 0 0 0.75rem;
        font-size: 1.6rem;
        color: #1d1d1d;
    }

    .why-us p {
        line-height: 1.6;
        color: #333;
        margin: 0 0 1rem;
    }

.why-us-list {
    margin: 0 0 1.25rem;
    padding-left: 1.2rem;
    color: #333;
    line-height: 1.7;
}

.why-us-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.cta {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    transition: transform 0.15s ease, background 0.15s ease;
}

    .cta:hover {
        transform: translateY(-1px);
    }

.cta-primary {
    background: #28a745;
    color: #fff;
}

    .cta-primary:hover {
        background: #1f8a38;
    }

.cta-secondary {
    background: #0078d4;
    color: #fff;
}

    .cta-secondary:hover {
        background: #005fa8;
    }

/* --- Fix shake-button as a link --- */
.shake-button {
    display: inline-block;
    text-decoration: none;
}

@media (max-width: 600px) {
    .why-us {
        margin: 30px 12px 0;
        padding: 1.25rem;
    }

    .trust-badges li {
        font-size: 13px;
        padding: 5px 12px;
    }
}