#pricing  {
    background-color: beige;
}

div.list-group::before{
    content: none;
}

h3::before {
    content: none;
    position: absolute;
    left: -40px;
    height: 30px
}

#landing,
footer {
    background: #303b36;
}


button:hover {
    cursor: pointer
}

:root {
    --primary: #0e2517;
    --dark: #00306b;
    --light: #b3c1d3;
    --secondary: #19A084;
    --secondaryLight: #f7a5a7;
    --secondaryDark: #000;
    --tertiary: #F68D1E
}


.button-solid {
    color: #fff;
    background: #0e2517;
    border-radius: 3px;
    width: auto;
    height: auto;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    margin: 10px 0;
    padding: 15px 30px;
    text-align: center;
    font-size: .75em;
    width: auto;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent
}

.button-solid:hover {
    color: var(--primary);
    background: #fff;
    border: 1px solid var(--primary);
    cursor: pointer
}

.quote-button {
    border: none;
    position: relative;
    background: #fff;
    color: #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.what-we-do-content:before {
    content: url(/assets/blob.svg);
    position: absolute;
    height: auto;
    z-index: -1;
    bottom: 0;
    opacity: .1
}

.list-item h3:before {
    content: url(/assets/check.svg);
    position: absolute;
    left: -40px;
    height: 30px;
}

.dash {
    border-bottom: 1px dashed #235135;
    width: 50px;
}

.price-box {
    border: 2px solid #fdfbf1;
}

.price-box h2 {
    position: absolute;
    text-align: center;
    background: #fdfbf1;
    width: 100%;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #6e6e6c;
}

#contact button[type=submit] {
    color: #fff;
    background: #0e2517;
}

.form-wrapper:before {
    content: none;
}

#page-header {
    height: 220px;
    background: url(/assets/pasha.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

section#page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: none;
}


@media screen and (min-width: 350px) and (max-width:420px) {
    #landing {
        height:650px
    }

    #landing .container {
        margin-top: 130px
    }

    .mock-up {
        bottom: -300px;
        width: 90%
    }
}

.partner:before {
    content: none;
    position: absolute;
    z-index: -1;
    top: 40px;
    opacity: .9;
}

.what-we-do-content img {
    margin: 80px auto;
    display: block;
    width: auto;
}


.logo-text {
    font-size: 18px; /* Adjust font size */
    margin-top: 10px; /* Adjust spacing between image and text */
    color: #fdfbf1;;

}

.navbar-menu img {
    display: block;
    margin: 0 !important;
    position: static;
    left: 2em;
    height: auto;
    width: 100px;
}

.side-nav {
    padding: 0;
    width: 1100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    right: 0;
    overflow: visible
}

@media screen and (min-width: 350px) and (max-width:420px) {
    .side-nav {
        align-items: flex-start;
    }
}

.quote p:nth-child(2) {
    margin-bottom: 15px;
    font-size: large;
}

/* CSS for the banner */
.banner-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #fdfbf1;
}
.banner-container img {
    max-width: 100%;
    height: auto;
    margin: 30px;
}

.banner-container a {
    text-align: center;
}

/* Media query for responsiveness */
@media (max-width: 600px) {
    .banner-container img {
        width: 80%;
    }
}

#referral-p {
    font-weight: 600;
    cursor: pointer;
}