* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #1b1b1b;
    background-color: #f7f7f7
}

h1, h2, h3, h4 {
    font-family: "Montserrat", sans-serif;
}

.site-header {
    background-color: #062b4f;
    padding: 16px 40px;
}

.nav {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.logo {
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: white;
    text-decoration: none;

}

.logo img {
    filter: 
    brightness(0) 
    invert(1)
    drop-shadow(0 0 5px #ffffff99);
    width: 150px;
    height: auto;
    transform: scale(1.3);
    transform-origin: left center;
}

.nav-links {
    display: flex;
    gap: 28px;
    align-items: center;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.nav-links a:hover {
    color: #f2c94c;
}

.nav-btn {
    background-color: #f2c94c;
    color: #062b4f !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 700;
}

.nav-btn:hover {
    background-color: #ddb63f;
}

.hero {
    background-color: #0a3a66;
    color: white;
    padding: 110px 40px;
}

.home .hero {
    background:
    linear-gradient(#0a3a66b3, #0a3a66b3),
    url("images/IMG_0398.jpeg");
    background-size: cover;
    background-position: center;
    color: white;
    padding: 110px 40px;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;   
}

.hero-text {
    max-width: 650px;
}

.label {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f2c94c;
    margin-bottom: 18px;
}

.hero h1 {
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 20px;
}

.hero-subtext {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #d9e3ec;
    margin-bottom: 30px;
    max-width: 600px;
}

.quote-btn {
    display: inline-block;
    background-color: #f2c94c;
    color: #062b4f;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 24px;
}

.quote-btn:hover {
    background-color: #ddb63f;
}

.services {
    padding: 80px 40px;
    background-color: #f7f7f7;
}

.section-head {
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
}

.services-image {
    max-width: 1000px;
    margin: 0 auto 40px;
}

.services-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px #0000005e;
}

.services .label {
    color: #0a3a66;
}

.section-head h2 {
    font-size: 2rem;
    line-height: 1.3;
}

.services-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-card {
    background-color: white;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    text-align: left;
    box-shadow: 0 8px 20px #0000005e;
}

.service-card h3 {
    margin-bottom: 12px;
}

.service-card p {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 16px;
}

.text-link {
    color: #0a3a66;
    font-weight: 600;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.why-choose, .who-weWork {
    padding: 80px 40px;
    background-color: #062b4f;
    color: white;
}

.why-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card {
    border: 1px solid #d9e3ec;
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    background-color: transparent;
    box-shadow: 0 8px 20px #0000005e;
}

.why-card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.why-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #d9e3ec;
}

.icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    background-color: #f2c94c;
    border-radius: 50%;
    box-shadow: 0 6px 15px #00000033;
}

.icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
.process {
    padding: 80px 40px;
    background-color: #f7f7f7;
}

.process-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.process-card {
    background-color: white;
    padding: 30px 24px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    text-align: center;
    box-shadow: 0 8px 20px #0000005e;
}

.process-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background-color: #f2c94c;
    color: #062b4f;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.process-card h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555555;
}

.service-area {
    padding: 80px 40px;
    background-color: #062b4f;
    color: white;
}

.area-card {
    max-width: 700px;
    margin: 30px auto 0;
    background-color: white;
    padding: 32px;
    border-radius: 12px;
    border: none;
    text-align: center;
    box-shadow: 0 8px 20px #0000005e;
}

.area-card p {
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.6;
}

.quote-section {
    padding: 80px 40px;
    background-color: white;
}

.quote-form {
    max-width: 600px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.quote-form label {
    font-weight: 600;
    font-size: 0.9rem;
}

.quote-form input, .quote-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: "Open Sans", sans-serif;
}

.quote-form input:focus, .quote-form textarea:focus {
    outline: none;
    border-color: #0a3a66;
}

.submit-btn {
    margin-top: 10px;
    padding: 14px;
    background-color: #f2c94c;
    color: #062b4f;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #ddb63f;
}

.footer {
    background-color: #062b4f;
    color: #d9e3ec;
    padding: 40px;
}

.footer-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
}

.footer h3, 
.footer h4 {
    margin-bottom: 12px;
}

.footer p, 
.footer li {
    margin-bottom: 6px;
    line-height: 1.7;
}

.footer-links {
    list-style: none;
}

.footer-links a {
    color: #d9e3ec;
    text-decoration: none;
}

.footer-links a:hover {
    color: #f2c94c;
}

@media (max-width: 768px) {
    .nav, .nav-links {flex-direction: column;}
    
    .services-grid, 
    .why-grid, 
    .process-grid, 
    .footer-grid {grid-template-columns: 1fr;}
}