body {
    margin: 0;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: rgb(44, 35, 23, 1);
    line-height: 1.4;
    overflow-x: hidden;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 50px;
    text-align: right;
    color: #fff;
    line-height: 0;
    background-color: #6A9FC9;
    
}
.topbar a {
    color: #fff;
    text-decoration: none;
}
.topbar ul{
    list-style: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    text-transform: uppercase;
}
ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul a {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 10px;
    color:#000000
}
.navbar ul {
    list-style: none;
}
.quote-btn {
    background-color: #64605F;
    color: white;
    border-radius: 32px;
    padding: 5px 20px;
    font-size: 16px;
    text-decoration: none;
    line-height: .3;
}
.hero {
    background: url('../images/hero.jpg') center/cover no-repeat;
    min-height: 50vh;
    padding: 80px 50px;
    position: relative;
    max-width: 1920px;
    color: #fff;
    line-height: 1.4;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
}
.hero > .container {
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 3.5rem;
}
h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.hero p {
    font-size: 1rem;
    max-width: 600px;
    padding: 0 0 20px 0;
}
.contact-btn {
    background-color: #6A9FC9;
    color: white;
    border-radius: 32px;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    line-height: .3;
}
section h2 {
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
}
.half-page-image {
    width: 100%; 
}
.two-col {
    display: flex;
    justify-content: center;
    align-items: center;   /* vertical alignment */
    gap: 0;  
}
.two-col > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;               
}
.card-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}
.service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}
.service-icon {
    width: 60px;
    height: auto;
}
.service-title {
    font-size: 1.4rem;
    margin: 0;
}
.service-list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px; 
    display: block;
    list-style: disc;
    padding-left: 20px;
}
ul {
    list-style: disc;
    padding-left: 20px;
}
.black-text {
    color: #000000;
}
.red-section {
    background: #EC222F;
    color: #fff;
    padding: 50px 20px;
}
.text-logo-wrapper {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-between;
}
.text-logo-wrapper h3 {
    margin: 0;
}
.text-logo-wrapper p {
    font-size: .7rem;
    margin: 0;
}
.learn-more-btn {
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 32px;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
}
.why-choose {
    background: url('../images/why-choose-background.png') center/cover no-repeat;
    min-height: 40vh;
    padding: 50px 20px;
    position: relative;
    max-width: 1920px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
.why-choose h1 {
    margin-bottom: 20px;
}
.why-choose p {
    max-width: 800px;  
    margin: 0 auto 50px auto;
}
.testimonial-section {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    max-width: 1200px;
    margin: 0 auto;
}
.testimonial-card {
    min-width: 250px;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.avatar {
    width: 50px;
    height: 50px;
    color: #fff;
    background: #6A9FC9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.3rem;
}
.name-rating h4 {
    margin: 0;
    font-size: 1.1rem;
}
.stars {
    color: #f5b400;
    font-size: 1rem;
    margin-top: 2px;
}
.testimonial-section {
    margin-bottom: 50px;
}
.testimonial-text {
    line-height: 1.5;
    margin: 0;
}
.contact-section {
    position: relative;
    gap: 40px;
    padding: 50px 20px;
    justify-content: center;
    background: url('../images/contact-background.png') center/cover no-repeat;
    background-color: #6A9FC9;
    min-height: 60vh;
    color: #fff;
    line-height: 1.4;
    z-index: 1;
}
.contact-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
}
.contact-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}
.contact-text,
.contact-section form {
    flex: 1;
    max-width: 500px;
}
.contact-section h2 {
    text-transform: uppercase;
}
.contact-link {
    color: #fff;
    text-decoration: none;
}
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #6A9FC9;
    opacity: 0.9;
    z-index: -1;
}
/* Style inputs */
input[type=text], input[type=email], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #fff;
  border-radius: 7px;
  box-sizing: border-box; /* Ensures padding doesn't affect width */
  margin-top: 6px;
  margin-bottom: 16px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  background: rgba(37, 48, 58, 0.1); /* same colour, but only the background is transparent */
  color: #fff; /* now shows properly */
}
/* Style the submit button */
input[type=submit] {
  background-color: rgb(93 178 155);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 7px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}
input::placeholder,
textarea::placeholder {
    color: #fff;
    opacity: 1;
}
/* footer */
.footer {
    background: #403D3C;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}
/* nav links */
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
/* Logo + company name */
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px;
}
.footer-logo img {
    width: 150px;
    height: auto;
}
.footer-logo h3 {
    margin: 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
/* Copyright */
.footer-copy {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}
/* Watermark graphic on the right */
.footer-watermark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: url('../images/opaque-logo.png') no-repeat right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
}

/* Burger button */
.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
}
.burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    width: 36px;
    height: 36px;
}
.burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #2C2317;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
}
.burger.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.burger.active span:nth-child(2) {
    opacity: 0;
}
.burger.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile */
@media (max-width: 768px) {
    .topbar {
        padding: 5px 20px;
        flex-direction: column;
    }
    .topbar ul li:first-child {
        display: none;
    }
    .topbar ul li:last-child {
        display: none;
    }
    .navbar {
        padding: 16px 20px;
        flex-wrap: wrap;
        position: relative;
    }
    .burger {
        display: flex;
    }
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        order: 3;
        gap: 0;
        padding: 8px 0 16px;
        border-top: 1px solid #e5e5e5;
        margin-top: 12px;
        list-style: none;
    }
    .nav-links.open {
        display: flex;
    }
    .nav-links li a {
        display: block;
        padding: 12px 8px;
        font-size: 15px;
    }
    .two-col {
        flex-direction: column;
    }
    .text-section {
        margin: 15%;
    }
    .text-logo-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .learn-more-btn {
        text-align: center;
        width: 80px
    }
    .text-logo-wrapper {
        text-align: center;
    }
    .testimonial-section {
        flex-direction: column;
        gap: 20px;
    }
    .contact-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-watermark {
        display: none;
    }
}
    