* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    color: #2f281a;
}

h3 {
    color: #553900;
}

p {
    margin-bottom: 10px;
    color: #2f281a;
}

.content {
    max-width: 1280px;
    margin: 0 auto;
    /*E8DEA9*/
}

.padding {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
}

header {
    position: fixed;
    width: 100vw;
    background-color: #2F281A;
    z-index: 99;
}

#main {
    padding-top: 150px;
}

nav {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 40px;
    max-width: 1040px;
    margin: 0 auto;
}

.mobile-nav-trigger {
    display: none;
}

.nav-icon {
    width: 20%;
}

.nav-icon-svg {
    width: 40px;
}

.nav-links {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav-links ul {
    display: flex;
    list-style-type: none;
    gap: 40px;
}

.nav-links ul li a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}

.nav-links ul li a:hover {
    text-decoration: underline;
}

.contact-link a {
    background: white;
    color: #2f281a!important;
    padding: 8px 10px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.contact-link a:hover {
    text-decoration: none!important;
    background: #dfd0a2;
}

.nav-icon-background {
    background-color: white;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.nav-icon-background:hover {
    background: #dfd0a2;
}

.contact-banner {
    background-color: white;
    /*#cabea0*/
    border-bottom: 2px solid #2f281a;
    padding: 15px 25px;
    color: white;
}

.contact-banner ul {
    display: flex;
    list-style-type: none;
    gap: 60px;
    justify-content: center;
}

.contact-banner ul li,
.contact-banner ul li a {
    color: #2F281A;
}

.yellow-paw {
    position: fixed;
    width: 30px; 
    height: 30px;
    z-index: 0;
    pointer-events: none; 
    background-image: url('/images/paw-yellow.svg');
}

.brown-paw {
    position: fixed;
    width: 30px; 
    height: 30px;
    z-index: 0;
    pointer-events: none; 
    background-image: url('/images/paw-brown.svg');
}

.paw-1 {
    left: 60px;
    top: 200px;
    transform: rotate(20deg);
}

.paw-2 {
    left: 100px;
    top: 400px;
    transform: rotate(-30deg);
}

.paw-3 {
    left: 70px;
    top: 600px;
    transform: rotate(-10deg);
}

.paw-4 {
    left: 90px;
    top: 800px;
    transform: rotate(-10deg);
}

.paw-5 {
    right: 60px;
    top: 200px;
    transform: rotate(-20deg);
}

.paw-6 {
    right: 100px;
    top: 400px;
    transform: rotate(30deg);
}

.paw-7 {
    right: 70px;
    top: 600px;
    transform: rotate(10deg);
}

.paw-8 {
    right: 90px;
    top: 800px;
    transform: rotate(10deg);
}


.hero_cta_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.hero_cta_block_image {
    background-color: #dfd0a2;
    width: 25%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.hero_cta_block_image img {
    max-width: 60%;
}

.hero_cta_block_text {
    background-color: #2F281A;
    width: 70%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 65px 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hero_cta_block_text h1 {
    margin-bottom: 0px;
    color: white;
}

.hero_cta_block_text p {
    color: white;
}

.site_intro_block p {
    font-size: 16px;
    line-height: 25px;
}

.contact-us-button {
    background: #dfd0a2;
    color: #2f281a;
    padding: 12px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    border: 1px solid #2f281a;
    text-decoration: none;
    margin-top: 25px;
    display: block;
    width: fit-content;
}

.contact-us-button:hover {
    background: #2f281a;
    color: white;
}

.collage-image-1 {
    width: 500px;
    margin: 0 auto;
    background-image: url('/images/header.png');
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}

.collage-image-2 {
    background-image: url('/images/katz_header.jpg');
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.collage-image-2.no-margin {
    margin: 0px 0px 25px 0px !important;
    width: 100% !important;
}

.testimonials_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 100px;
}

.testimonials_card {
    background-color: #2f281acc;
    width: 30%;
    position: relative;
    border-radius: 20px;
}

.testimonials_card_img {
    width: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 140px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    border: 2px solid #2f281acc;
    top: -70px;
}

.test_1 {
    background-image: url('/images/pam1.jpg');
}

.test_2 {
    background-image: url('/images/alison1.jpg');
}

.test_3 {
    background-image: url('/images/Gerald1.jpg');
}

.testimonials_card_text {
    text-align: center;
    padding: 90px 15px 15px 15px;
}

.testimonials_card_text p {
    color: white;
}

.testimonials_card_text p.test_title {
    font-weight: bold;
    font-size: 18px;
}

.double_glazing_block ul {
    color: #2f281a;
    padding: 0px 0px 25px 25px;
}

.double_glazing_block ul li {
    line-height: 25px;
}

.products_block {
    padding-top: 20px;
}

.products_individual_block {
    margin-bottom: 40px;
    border-bottom: 2px solid #2f281a;
}

.products_individual_block h3 {
    margin: 15px 0px;
}

.products_individual_block img {
    width: 100%;
    padding: 15px 0px;
}

.products_individual_block ul {
    color: #2f281a;
    padding: 0px 0px 25px 25px;
}

.products_individual_block ul li {
    line-height: 25px;
}

footer {
    background: #2f281a;
    color: white;
    padding: 15px 0px;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0px;
    max-width: 1040px;
    margin: 0 auto;
    justify-content: space-evenly;
    list-style-type: none;
}

footer ul li a {
    color: white;
}

/* Contact form */

#contact-form {
    width:50%;
}
#contact-form input:focus-visible,
#contact-form textarea:focus-visible,
#contact-form select:focus-visible {
    border:1.5px solid #960067;
}
.contact-form-row {
    display:flex;
    flex-wrap:wrap;
    row-gap:10px;
    margin-bottom:20px;
}
.contact-form-row label {
    width:100%;
    color:black;
}
.contact-form-row input {
    background:white;
    border:1.5px solid black;
    padding:8px;
    width:100%;
    border-radius:4px;
    font-size:16px;
    font-weight:normal;
}
.contact-form-row textarea {
    background:white;
    border:1.5px solid black;
    padding:8px;
    width:100%;
    border-radius:4px;
    font-size:16px;
    font-weight:normal;
    height:150px;
}
.required-asterisk {
    color:rgb(207,10,2);
}
fieldset {
    border:none;
    padding:0;
    margin:0;
}
fieldset legend {
    margin-bottom:10px;
    color:black;
}
.contact-form-fieldset-row {
    margin-bottom:10px;
}
.contact-form-fieldset-row input {
    padding:0px;
    width:20px;
    margin:0px;
    accent-color:#dfd0a2;
}
#contact-form input.error,
#contact-form textarea.error,
#contact-form select.error {
    border:1.5px solid rgb(207,10,2);
}
.contact-form-fieldset-row select {
    background:white;
    border:1.5px solid black;
    padding:8px;
    width:315px;
    border-radius:4px;
    font-size:16px;
    font-weight:normal;
    margin-top:10px;
    margin-left:25px;
}
.contact-form-row-submit {
    width:100%;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    padding:8px 0px 20px 0px;
}
.contact-form-row-submit a {
    background:#dfd0a2;
    padding:8px 18px;
    border-radius:5px;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    border:1px solid #dfd0a2;
    color:white;
    transition:0.3s ease;
    text-decoration:none!important;
}
.contact-form-row-submit a:hover {
    background-color:#007a43;
    border:1px solid #007a43;
    transition:0.3s ease;
}
.contact-form-row-submit button:focus-visible {
    border:1px solid #960067;
}
.contact-form-success {
    display:none;
    background: #dfd0a2;
    border: 3px solid #16955b;
}
.contact-form-success p {
    margin:0;
    padding:8px 15px!important;
    color: #2f281a;
    text-align: center;
}
.school-support-row.chosen {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
}
.school-support-row.chosen label[for="suburbList"] {
    width:90%!important;
    padding-left:5px;
}
.contact-form-row-validation .validation-message {
    font-size:14px;
    margin:-15px 0px 10px 0px;
    color:rgb(207,10,2);
}
.suburbListListValidation {
    width:100%
}
.suburb-row {
    display: none;
}
#submit-form {
    background: #dfd0a2;
    color: #2f281a;
    padding: 12px 20px;
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    border: 1px solid #2f281a;
}
#submit-form:hover {
    background: #2f281a;
    color: white;
}