* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.shrikhand-regular {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
}
  
::placeholder {
    text-align: center; 
}

body {
    background-color: #F6F5F2;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

/*Delete this rule after sizing images
img {
    width: 300px;
    height: 200px;
}*/

.promotion-banner {
    background-color: #1D3215;
    color: #F6F5F2;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: .75rem;
    height: 20px;
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    padding-top: 3px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #F99912;
}

.header {
    overflow: hidden;
    background-color: #F6F5f2;
    max-width: 100%; /* Replace 100vw with 100% */
    height: auto;
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

/* Position hamburger menu button on the right */
nav {
    float: right; /* Move the hamburger menu to the right */
    overflow: hidden;
    margin-left: 10px;
}

nav .hamburger {
    font-size: 38px;
    border: none;
    outline: none;
    color: #1D3215;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    cursor: pointer;
}

.header button:hover, nav:hover .hamburger {
    background-color: #F99912;
}

/* Ensure dropdown menu starts from the left */
.nav-links {
    left: 0; /* Align dropdown menu to start from the left */
    display: none;
    position: absolute;
    background-color: #1D3215;
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Open Sans, sans-serif;
    list-style-type: none;
}

/*.nav-links li,*/ .nav-links a {
    float: none;
    color: #F6F5F2;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;   /*Change to left if site misbehaves*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    list-style-type: none;
}

.nav-links li:hover a:hover {
    background-color: #F99912;
    color: #1D3215;
}

nav:hover .nav-links {
    display: block;
}

.small-logo {
    margin: 5px;
    width: 200px;
    height: auto;
    padding-top: 5px;
    margin-bottom: 0;
}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(25%);
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F99912;
    text-align: center;
    width: 90%;
    max-width: 800px;
    padding: 20px;
}

h1 {
    font-family: "Shrikhand", serif;
    font-weight: 200;
    font-style: normal;
}

h2, h3 {
    color: #F6F5F2;
}

h1 {
    line-height: 1;  
}

.larger-text {
    text-decoration: underline;
    text-decoration-color: #F6F5F2;
    font-size: 36px;
}

.smaller-text {
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
}

.about-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    height: 100vh;
    background-color: #1D3215;
    color: #F99912;
    overflow: hidden;
    align-items: center;
    padding-left: 100px;
}

.about-img {
    width: 40vw;
    height: 50vh;
    margin: 40px;
    border-radius: 25px;
    border: 4px solid #F99912;
}

.about-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40vw;
    height: 40vh;
    padding-left: 15px;
    text-align: left;
    font-family: Montserrat, sans-serif;
}

.about-title {
    color: white;
    font-size: 30px;
    font-weight: 400;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #F99912;
}

.about-text {
    line-height: 1.5;
}

.about-text span {
    color: #F6F5F2;
    font-size: 20px;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #487531;
    letter-spacing: 2px;
}

.services-section {
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    height: auto;
    background-color: #F99912;
    overflow: hidden;
    padding-bottom: 20px;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    width: 100vw;
    height: 100vh;
}

.services-title {
    font-size: 30px;
    font-weight: 400;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #F6F5F2;
    text-align: center;
    color: #1D3215;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services-container img {
    width: 35vw;
    height: auto/*40vh*/;
    border-radius: 25px;
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    border: 5px solid #1D3215;

}

.hover-overlay-text, .hover-overlay-text2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 140px;
    left: 15px;
    color: #F6F5F2;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    padding: 10px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.8s;
    font-weight: bold;
}

.hover-overlay-text2 span {
    font-size: 24px;
    font-weight: 400;
    color: #F99912;
    text-decoration: underline;
    text-decoration-color: #F6F5F2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    font-family: Shrikhand, sans-serif;
    text-align: center;
}

.service-group:hover .hover-overlay-text, 
.service-group:hover .hover-overlay-text2 {
    opacity: 1;
}

.service-group:hover img {
    transform: scale(1.05); /* Ensure image enlarges */
    filter: brightness(25%) sepia(50%);
}

.service-group {
    position: relative;
}

.services-container img:hover {
    transform: scale(1.05);
    filter: brightness(35%) sepia(50%);
}

.projects-section {
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    height: 120vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #F6F5F2;
    padding-bottom: 80px;
}

.projects-title {
    font-size: 30px;
    font-weight: 400;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #F99912;
    text-align: center;
    color: #1D3215;
    padding-top: 10px;
    padding-bottom: 10px;
}

.projects-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #F99912;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 60px;
    margin-right: 60px;   
    width: 40vw;
    height: auto;
}

.projects-container {
    width: 75vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.projects-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.projects-container img {
    width: 300px;
    height: 200px;
    padding: 10px;
    margin: 15px; /* Add margin to create space between photos */
    border-radius: 25px;
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    filter: brightness(35%) sepia(50%);
}

.projects-container img:hover {
    transform: scale(2.00/*1.05*/);
    filter: brightness(100%) sepia(0%);
    z-index: 1000;
}

.testimonials-section {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    background-color: #487531;
}

.testimonials-title {
    font-size: 30px;
    font-weight: 400;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #F99912;
    text-align: center;
    color: #F6F5F2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.testimonials-text {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    text-align: center;
    color: #F99912;
    padding-top: 10px;
    padding-bottom: 60px;
    font-weight: 400;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: 60px;
    margin-right: 60px;
}

.testimonials-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.customer-review-rating {
    width: 20vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    background-color: #F6F5F2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
    transition: transform 0.3s;
    border: 5px solid #F99912;
}

.customer-review-rating:hover {
    transform: scale(1.20); /* Ensure image enlarges */
}

.customer-review-rating img {
    width: 300px;
    height: 200px;
}

.customer-name {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    color: #F99912;
    text-align: center;
    font-weight: bolder;
    padding-top: 10px;
    text-decoration: underline;
    text-decoration-color: #487531;
}

.customer-comment {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    color: #487531;
}

.contact-section {
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    height: 100vh;
    background-color: #F99912;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.contact-section::before {  /*Add background image to section and make it transparent*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* Cover left 50% of the viewport */
    height: 100%;
    background-image: url('contactbackgimg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2; /* Make it almost transparent */
    z-index: 1; /* Place it behind the content */
}

.contact-section {
    width: 100vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Ensure it appears above the background image */
}

.contact-title {
    font-size: 30px;
    font-weight: 400;
    font-family: Shrikhand, sans-serif;
    text-decoration: underline;
    text-decoration-color: #487531;
    text-align: center;
    color: #F6F5F2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: center;
    color: #F6F5F2;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 0px;
    margin-left: 60px;
    margin-right: 60px;
}

form {
    width: 40vw;
    height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 5px solid #487531;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1.0);
    background-color: #F6F5F2;
    padding: 20px;
    margin: 20px;
    line-height: 2.0;
}

form label {
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    color: #F99912;
    font-weight: bolder;
}

input {
    width: 60%;
    height: auto;
    border: 2px solid #1D3215; /* Change border color */
    border-radius: 25px;
}

textarea {
    resize: none;
    width: 60%; /* Make textarea wider */
    height: 120px; /* Make textarea taller */
    border: 2px solid #1D3215; /* Change border color */
    border-radius: 5px;
}

form button {
    margin-top: 30px;
    width: 120px;
    height: 30px;
    background-color: #F99912;
    color: #F6F5F2;
    font-size: 16px;
    border-radius: 25px;
    border: 2px solid #1D3215;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-weight: bolder;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
}

.small-divider {
    max-width: 100%;
    width: 100%;
    height: 5px;
    background-color: #F6F5F2;
}

.footer {
    background-color: #F6F5F2;
    max-width: 100%; /* Replace 100vw with 100% */
    width: 100%; /* Replace 100vw with 100% */
    height: auto;
}

.footer-logo {
    width: 200px;
    height: auto;
    margin: 10px;
    margin-left: 25px;
    margin-bottom: 0;
}

.footer-logo-container {
    padding-top: 40px;
}

.logo-subscribe-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.company-contact {
    width: 30vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: 40px;
    list-style-type: none;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #1D3215;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}

.social-media-icons, .footer-text{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
}

.social-media-icons {
    font-size: 26px;
    height: 40px;
    background-color: #F6F5F2;
}

.footer-text {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #487531;
    font-weight: bold;
}

.social-media-icons a {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: #F99912;
}   
/*.social-media-icons a {
    padding-left: 10px;
    padding-right: 10px;
}*/

.subscribe-section {
    padding-top: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: #487531;
    font-weight: bold;
    text-align: left;
    line-height: 2em;
    padding-left: 90px;
}

.subscribe-section label {
    padding-left: 60px;
}

.subscribe-section input {
    height: 30px;
}

.subscribe-section button {
    width: 80px;
    height: 30px;
    color: #F99912;
    background-color: #487531;
    border-radius: 25px;
    cursor: pointer;
}

.footer-nav-container {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1D3215;
}

.footer-nav {
    width: 50vw;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    align-items: center;
    letter-spacing: 1px;
}

.footer-nav li, a {
    text-decoration: none;
    list-style-type: none;
    color: #F99912;
    font-weight: bold;
}

/*.footer-nav a:visited {
    color: #F6F5F2;
}*/

.footer-accolades-section {
    max-width: 100%;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #487531;
    color: #F6F5F2;
    align-items: center;

}

.footer-accolade {
    max-width: 40%;
    width: 20vw;
    margin: 10px;
}

.footer-accolade i {
    font-size: 34px;
}

.accolade-title {
    font-weight: bolder;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    color: #F99912;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-legal-section {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    align-items: center;
    background-color: #F99912;
    color: #F6F5F2;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.footer-legal-section a {
    text-decoration: none;
    color: #F6F5F2;
    font-family: Montserrat, sans-serif;
}