@import url('https://googleapis.com');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', Arial, sans-serif;
    color: #222;
    background: #ffffff;
    line-height: 1.6;
}

a {
    color: #004aad;
    text-decoration: none;
}

.navbar-brand {
    margin-right: auto;
    display: flex;
    align-items: center;


    .w-70{
        width: 70%;
    }
}

@media (max-width: 900px) {
    .navbar-brand .w-70 {
        width: 150%;
    }
}


@media (max-width: 755px) {
    .services-text{
        text-align: center !important;
        font-size: 1rem !important;

        h1{
            font-size: 1.8rem !important;
        }
    }

    p{
        text-align: center !important;
    }

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

    .about-section{
        img{
            display: none;
        }
    }

    .plans-text{
        h1{
            font-size: 2rem !important;
        }
    }

    .footer-logo .w-70{
        width: 50% !important;
    }

    #services{
        margin: 0 !important;
    }
}

.navbar-nav {
    gap: 0.75rem;
}

.navbar-nav .nav-link {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}

.navbar .container,
.navbar .container-fluid {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.navbar {
    padding-left: 7%;
    padding-right: 7%;
    margin: 0;
    width: 100%;
}

.nav-item:hover{
    text-decoration: underline;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.logo {
    color: #004aad;
    font-weight: 800;
    font-size: 1.25rem;
}

.primary-nav {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.primary-nav a {
    color: #14366f;
    font-weight: 600;
    padding: 0.35rem 0.5rem;
    transition: background 150ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus {
    background: rgba(0, 74, 173, 0.08);
    border-radius: 6px;
}

.nav-toggle {
    display: none;
    border: none;
    background: transparent;
    font-size: 1.6rem;
    color: #004aad;
    cursor: pointer;
}

.hero {
    background-image: linear-gradient(rgba(0, 74, 173, 0.65), rgba(139, 83, 43, 0.65)), url('images/machine.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 5.5rem 1rem;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero h1 {
    margin: 0;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    line-height: 1.2;
}

.hero h2{
    color: white;
}

.hero p {
    margin: 1rem auto 1.8rem;
    max-width: 720px;
    font-size: 1.05rem;
    opacity: 0.95;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.btn,
.btn-outline {
    border-radius: 0.5rem;
    padding: 0.75rem 1.35rem;
    font-weight: 700;
    border: 2px solid transparent;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.btn-nav{
    background: #004aad !important;
    color: white !important;

}

.btn {
    background: #ffffff;
    color: rgb(0, 0, 0);
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.20);
}

.btn-outline {
    color: #fff;
    border-color: #fff;
}

section {
    background: #fff;
    padding: 2rem 0;
}

section h2 {
    text-align: center;
    margin-bottom: 0.8rem;
    color: #005ac7;
}

section p {
    max-width: 760px;
    margin: 0.3rem auto 0;
}

#home{
    .btn{
        margin-top: 1rem;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

#about{
    h2{
        color: #1a74e2;
    }

    .w-70{
        width: 60%;
    }

    p{
        text-align: center;
    }
    
    font-size: 1.1rem;
}

#problem{
    h1{
        color: #1a74e2;
    }

    border: none;
}

#services{
    
    background-image: url('images/beans.png');
    background-color: #f8efe0;
    border-radius: 10em;
   
    margin: 5rem 10rem;
   
    .services-text{
        .section-kicker{
            font-weight: 700;
            color: black;
            font-size: 2em;
        }
        
        h1{
            font-weight: 700;
            font-size: 3.2rem;
            color: #176dd6;
        }

        p{
            margin: 0;
            max-width: none;
            text-align: right;
        }
    }

    .row{
        text-align: center;
    }
}

#plans{
    h1{
        font-weight: 700;
        font-size: 3.2rem;
        color: #1a74e2;
    }

    h3{
        text-align: center;
    }

    .featured-plan{
        box-shadow: 0 0 20px 5px rgba(171, 220, 255, 0.7);

        a{
            background: #edf5ff;
        }

        a:hover{
            color: black;
        }


    }

    .normal-plan{
        background-color: #edf5ff;
    }

    .popular-badge {
        position: absolute;
        top: 0;
        right: 2rem;
        transform: translateY(-50%);
        background: #005ac7;
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        padding: 0.4rem 0.9rem 0.3rem 0.9rem;
        border-radius: 999px;
    }

    .pricing {
        margin-top: 1rem;
        gap: 0.5rem;
    }

    .pricing p {
        margin: 0;
    }

    .cents{
        font-size: 0.5em;
    }

    .price{
        font-weight: 600;
        font-size: 2em;
    }

    .feature-list li {
        margin-top: 0.9rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 0.9rem;
        font-weight: 600;
        color: #14366f; 
    }

    .feature-list i {
        color: #004aad;
        font-size: 1.1rem;
    }
}


#testimonials{
    .blockquote-footer{
        margin-top: 1em;
        font-style: normal;
    }

    .blockquote{
        font-style: italic;
    }
}

#contact{
    .contact-btn{
        font-size: 1.2em;
        color: black;
        font-weight: 600;
    }

    .contact-btn:hover{
        text-decoration: underline;
    }
}

#book{
    /*background-image: url('images/coffeebackground.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    */
    background-image: url('images/beans.png');

    .btn:hover{
        background-color: #f8efe0 !important;
    }
}

#bookingHero{
    background-color: #f8efe0;
}

#contact-booking{
    background-image: url('images/beans.png');
}

.client-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10em;        
  flex-wrap: nowrap; 
}

.client-logo {
  max-width: 150px;
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
}

.client-mobile-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}


.footer-proclean{
    background-color: #f8efe0;
    .w-70{
        width: 70%;
    }

    .footer-bottom {
        display: flex;
        justify-content: center;
        gap: 20px; 
        flex-wrap: wrap;
    }

    .footer-bottom p {
        margin: 0;
    }

    .footer-title{
        text-decoration: underline;
    }
}



.service-list {
    list-style: none;
    padding: 0;
    margin: 1rem auto;
    max-width: 760px;
    display: grid;
    gap: .6rem;
}

.service-list li {
    padding: 0.75rem 1rem;
    border-left: 4px solid #004aad;
    background: #f6f8fb;
    border-radius: 0.35rem;
}

.cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-top: 1rem;
}

.card {
    background: #fff;
    border: 1px solid #dde2ea;
    border-radius: 0.75rem;
    padding: 1.1rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
}

.card h3 {
    margin-top: 0;
    color: #2a3f6a;
}

.testimonials blockquote {
    margin: 1rem auto;
    max-width: 760px;
    padding: 1rem;
    border-left: 6px solid #8b532b;
    background: #fcf8f4;
    color: #2a2a2a;
}

.testimonials footer {
    display: block;
    margin-top: 0.6rem;
    font-size: .92rem;
    color: #555;
}

.contact-form {
    max-width: 640px;
    margin: 1rem auto 0;
    display: grid;
    gap: 0.8rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ced4df;
    border-radius: 0.5rem;
    padding: 0.7rem 0.9rem;
    font-size: 1rem;
}

.contact-form button {
    width: fit-content;
    margin: 0.5rem 0 0;
}

.site-footer {
    background: #131c34;
    color: #f5f7fb;
    padding: 1rem 0;
    text-align: center;
}

.site-footer p {
    margin: 0.2rem;
}

.grid-footer {
    display: grid;
    gap: .45rem;
    justify-content: center;
}

@media (min-width: 900px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: space-around;
    }
}

@media (max-width: 900px) {
    .site-header .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        right: 1rem;
        background: #fff;
        border: 1px solid #e0e5ee;
        border-radius: .5rem;
        display: none;
        padding: 0.75rem;
        flex-direction: column;
        width: min(220px, 80vw);
    }

    .primary-nav.show {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    section {
        padding: 1.2rem 0;
    }

    .hero {
        padding: 2rem 1rem;


    }

    .hero-actions {
        flex-direction: column;
        align-items: center;
    }

    .cards, .service-list {
        grid-template-columns: 1fr;
    }

}

