body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p, a, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: flex-start; /* Aligns content to the left */
    align-items: center; /* Vertically centers the logo with the nav */
    gap: 50px; /* Adds space between the logo and the navigation */
    padding: 5px; /* Adjusts the padding around the header */
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    background-color: #0d1426; /* dark blue background for the navigation bar */
    width: 100%;
    padding: 8px 0; /* You can reduce the padding to make it thinner */
}

nav ul {
    list-style: none; /* Removes bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Ensures the list items are aligned horizontally */
    gap: 30px; /* Adds space between the links */
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Centers the links in the bar */

}



nav ul li a {
    font-size: 26px;
    text-decoration: none; /* Removes underline from links */
    color: #fff; /* White color for the links */
    padding: 40px 50px; /* Adds padding around each link for better spacing */
    font-weight: bold; /* Makes the text bold for better readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

nav ul li a:hover {
    background-color: #d8aa5a; /* gold on hover */
    color: #000; /* Change to black on hover for contrast */
}


.btn {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;




}

.hero {
    background: url('/img/land development.PNG') no-repeat center center;
    background-size: cover;
    width: 100%; /* Adjust the percentage as needed */
    max-width: 1000px; /* Set a maximum width for larger screens */
    margin: 0 auto; /* Centers the hero section */
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

.hero-content h1 {
    color: #d8aa5a; /* Gold color */
    font-size: 2.5em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}


.services, .about, .projects, .contact {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p, a, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: flex-start; /* Aligns content to the left */
    align-items: center; /* Vertically centers the logo with the nav */
    gap: 50px; /* Adds space between the logo and the navigation */
    padding: 5px; /* Adjusts the padding around the header */
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    background-color: #0d1426; /* dark blue background for the navigation bar */
    width: 100%;
    padding: 8px 0; /* You can reduce the padding to make it thinner */
}

nav ul {
    list-style: none; /* Removes bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Ensures the list items are aligned horizontally */
    gap: 30px; /* Adds space between the links */
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Centers the links in the bar */

}



nav ul li a {
    font-size: 26px;
    text-decoration: none; /* Removes underline from links */
    color: #fff; /* White color for the links */
    padding: 40px 50px; /* Adds padding around each link for better spacing */
    font-weight: bold; /* Makes the text bold for better readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

nav ul li a:hover {
    background-color: #d8aa5a; /* gold on hover */
    color: #000; /* Change to black on hover for contrast */
}


.btn {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;




}

.hero {
    background: url('/img/land development.PNG') no-repeat center center;
    background-size: cover;
    width: 100%; /* Adjust the percentage as needed */
    max-width: 1000px; /* Set a maximum width for larger screens */
    margin: 0 auto; /* Centers the hero section */
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

.hero-content h1 {
    color: #d8aa5a; /* Gold color */
    font-size: 2.5em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}


.services, .about, .projects, .contact {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.service-items {
    display: flex;
    justify-content: space-around; /* Even spacing between service items */
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Adds space between the items */
    text-align: center; /* Centers the text within each service-item */
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers image and text */
    justify-content: center;
    width: 300px; /* Ensures all service items have the same width */
    text-align: center;
}

.service-item img {
    width: 100%; /* Ensures the image takes the full width of the container */
    height: 200px; /* Sets a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the area without stretching */
    margin-bottom: 15px; /* Adds space between the image and the text */
}

.service-item h3, 
.service-item p {
    text-align: center; /* Ensures all text is centered below the image */
}

.services h2 {
    text-align: center; /* This centers the title */
    font-size: 2.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

.services h3 {
    text-align: center; /* This centers the title */
    font-size: 1.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

/* Logo Styles */
.logo-container {    
    display: flex;    
    justify-content: center;    
    align-items: center;    
    background: #0d1426; /* navy color */   
    padding: 0; /* Remove padding to eliminate extra space */
    height: 375px;    
    width: 100%; /* Ensures the container spans full width */
}

.logo {
    width: 450px;
    height: auto;
    border-radius: 8px;
}


/* Main Contact Section Styling */
.contact-section {
    max-width: 1200px; /* Sets a maximum width for the entire section */
    margin: 0 auto;
    padding: 20px;
}

/* Flex Container for Map and Contact Info */
.flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto a new line if there's not enough space */
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between; /* Ensures even spacing between map and info */
}

/* Map and Contact Info Styling */
.map-container {
    flex: 1 1 60%; /* Takes up to 60% of the width */
    min-width: 300px;
    max-width: 600px; /* Ensures the map doesn’t take up too much space */
}

.contact-info-box {
    flex: 1 1 35%; /* Takes up to 35% of the width */
    min-width: 250px; /* Minimum width for smaller screens */
    max-width: 400px; /* Restrict maximum width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 15px; /* Reduce padding to make it more compact */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Contact Detail Item Styling */
.contact-detail h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-detail p {
    font-size: 1.5rem;
    color: #555;
    margin: 5px 0;
}

/* Contact Form Styling */
.contact-form-container {
    max-width: 1200px; /* Match the width of the contact section */
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.contact-form {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.contact-form h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form button {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .map-container, .contact-info-box {
        width: 100%; /* Full width on smaller screens */
    }

    .contact-form-container {
        max-width: 100%;
    }
}




/* Adjusting the header top-info to align left and right */
.top-info {
    display: flex;
    justify-content: space-between; /* Aligns LinkedIn link to the left and contact info to the right */
    align-items: center; /* Vertically centers the items */
    background: #444c56; /* Background color for the top info bar */
    color: #d8aa5a; /* White text color */
    padding: 10px 20px; /* Adjusts padding for some space around the content */
    font-size: 1.4rem; /* Font size for text */
    height: auto; /* Set auto height for flexibility */
}

.linkedin-link a {
    color: #d8aa5a; /* Gold color for the LinkedIn text */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.linkedin-link a:hover {
    color: #000; /* Change color on hover */
}

.fa-phone, .fa-envelope, .fas {
    display: inline-block;
    color: #d8aa5a; /* Adjust color as needed */
}

}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
}


.info-item i {
    color: #d8aa5a; /* Gold color for icons */
    font-size: 1rem; /* Adjust icon size */
    margin-right: 5px; /* Add space between the icon and the text */
}
 }

#services {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#services h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

.service-card {
    min-height: 300px; /* Set a minimum height to align cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Remove custom flex properties on .row */
#services .row {
    margin: 0; /* Optional: to remove extra spacing from Bootstrap */
}

.icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto; /* Center the icon and add spacing */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.toggle-arrow {
    font-size: 1.25em;
    cursor: pointer;
}

.service-description {
    display: none; /* Hide all descriptions by default */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #services .service-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #services h1 {
        font-size: 28px;
    }

    .service-card {
        padding: 30px 15px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 13px;
    }
}


/* Main Content Styling */
.main {
    text-align: center;
    margin-top: 20px;
}

.main h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.project-divider {
    width: 80px;
    height: 4px;
    background: #007BFF;
    margin: 10px auto;
}

/* Container for Project Section */
.container {
    max-width: calc(100% - 4in); /* Reduces width by 4 inches to leave 2-inch margins on each side */
    margin: 0 auto; /* Centers the container */
    padding: 20px;
}

/* Adjusting Project Boxes to Take Full Width of the Container */
.project-row {
    display: flex;
    flex-wrap: wrap; /* Allows projects to wrap to new rows if necessary */
    gap: 20px; /* Space between project boxes */
    justify-content: space-between;
}

.project-card {
    flex: 1 1 calc(50% - 20px); /* Ensures two boxes per row with space between */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;

}

/* Responsive Adjustment for Smaller Screens */
@media (max-width: 768px) {
    .container {
        max-width: 100%; /* Full width on smaller screens */
        padding: 0 10px; /* Smaller padding for mobile */
    }

    .project-card {
        flex: 1 1 100%; /* Full width for each project box on smaller screens */
    }
}


.project-details {
    text-align: left;
    margin-bottom: 10px;
}

.project-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: navy;
    margin: 5px 0;
}

.project-size,
.project-location {
    font-size: 1rem;
    color: gray; /* Gray color for the second line */
    font-weight: bold;
    font-style: italic; /* Italicize the second line */
    color: #555;
    margin-bottom: 30px;
}

/* Container styling for the yearly project card */
.year-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Styling for each year heading within the yearly card */
.year-heading {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

/* Container styling for projects in a row within each year card */
.project-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Project card styling within each year card */
.project-card {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Project details styling */
.project-details {
    text-align: left;
}

.project-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: navy;
    margin: 15px 0;
}

.project-size {
    font-size: 1rem;
    color: gray;
    font-style: italic;
    margin-bottom: 10px;
}

.project-location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    margin: 15px 0;
}

/* View All Projects Link */
.view-all-link {
    display: inline-block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f4f4f4;
    margin-top: 20px;
}

.view-all-link:hover {
    background-color: #e0e0e0;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .project-card {
        flex: 1 1 100%; /* Makes each project card take full width on smaller screens */
    }
}


/* View All Projects Link */
.view-all-link {
    display: block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 5px;
    background: #f4f4f4;
    width: fit-content;
}

.view-all-link:hover {
    background-color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%; /* Full width for smaller screens */
        margin-bottom: 20px;
    }
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 1.5rem;
    color: #d8aa5a;
    margin-bottom: 15px;
}

.year-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.year-links li {
    display: inline;
    color: #0d1426;
}

.year-links a {
    color: #d8aa5a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.year-links a:hover {
    background-color: #e0e0e0;
}


@media (max-width: 600px) {
    .year-links {
        grid-template-columns: 1fr; /* Switch to single column on small screens */
    }
}


/* Customer Reviews Section */
.customer-reviews {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.customer-reviews h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
}

/* Center and style the review container */
.reviews-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Style for the review card */
.review-card {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Add large quotation marks for styling */
.review-card::before {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.2;
}

.review-card::after {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    bottom: -20px;
    right: 20px;
    opacity: 0.2;
}


/* Style the review text */
.review-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.6;
}

/* Style the review author */
.review-author {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-top: 15px;
    font-style: normal;
    color: #00000; /* Make the author name match the accent color */
}

/* Responsive Design */
@media (max-width: 768px) {
    .review-card {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">

.partners {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}

.partners h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.partner-logos {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.partner-item {
    flex: 0 1 20%; /* Adjust percentage based on how many items */
    display: flex;
    flex-direction: column; /* Ensures logo and title are stacked vertically */
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-item img {
    max-width: 200%;
    height: auto;
    object-fit: contain;
    max-height: 150px; /* Adjust to ensure all logos are the same size */
}

.partner-title {
    font-size: 14px; /* Adjust the size of the text */
    font-weight: bold;
    text-align: center; /* Ensures title is centered */
    margin-top: 10px; /* Adds space between logo and title */
    color: #333; /* Adjust color as needed */
}

.about h1 {
    text-align: center; /* Centers the text */
    font-size: 2rem; /* Optional: Increase font size for emphasis */
    margin-bottom: 20px; /* Adds spacing below the heading */
    color: #333; /* Adjust color to match your style */
}

.about-content {
    text-align: center; /* Centers text within the about content */
    font-size: 20px; /* Optional: Increase font size for emphasis */
    max-width: 800px; /* Limits width for readability */
    margin: 0 auto; /* Centers the content horizontally */
    border-radius: 10px;
}

/* General adjustments for mobile */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base size for the logo on large screens (desktops and laptops) */
.navbar-brand img.logo {
    margin-left: -10px; /* Adjust the value as needed */
    height: 280px; /* Size for desktops and laptops */
    width: auto; /* Maintain aspect ratio */
}

/* Adjustments for smaller screens (tablets) */
@media (max-width: 992px) {
    .navbar-brand img.logo {
        height: 75px; /* Size for tablets */
    }
}

/* Change the color of the mobile menu icon */
.navbar-toggler {
    border-color: #fff; /* Adjust border color around the icon */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23d8aa5a' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Set the color of the bars */
}


/* Further adjustments for extra small screens (phones) */
@media (max-width: 576px) {
    .navbar-brand img.logo {
        height: 50px; /* Size for mobile */
    }
}

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p, a, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: flex-start; /* Aligns content to the left */
    align-items: center; /* Vertically centers the logo with the nav */
    gap: 50px; /* Adds space between the logo and the navigation */
    padding: 5px; /* Adjusts the padding around the header */
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    background-color: #0d1426; /* dark blue background for the navigation bar */
    width: 100%;
    padding: 8px 0; /* You can reduce the padding to make it thinner */
}

nav ul {
    list-style: none; /* Removes bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Ensures the list items are aligned horizontally */
    gap: 30px; /* Adds space between the links */
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Centers the links in the bar */

}



nav ul li a {
    font-size: 26px;
    text-decoration: none; /* Removes underline from links */
    color: #fff; /* White color for the links */
    padding: 40px 50px; /* Adds padding around each link for better spacing */
    font-weight: bold; /* Makes the text bold for better readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

nav ul li a:hover {
    background-color: #d8aa5a; /* gold on hover */
    color: #000; /* Change to black on hover for contrast */
}


.btn {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;




}

.hero {
    background: url('/img/land development.PNG') no-repeat center center;
    background-size: cover;
    width: 100%; /* Adjust the percentage as needed */
    max-width: 1000px; /* Set a maximum width for larger screens */
    margin: 0 auto; /* Centers the hero section */
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

.hero-content h1 {
    color: #d8aa5a; /* Gold color */
    font-size: 2.5em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}


.services, .about, .projects, .contact {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
    border-left: 5px solid #d8aa5a; /* Accent border */

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

p, a, input, textarea, button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}


header {
    background: #333;
    color: #fff;
    padding: 10px 0;
}

header .container {
    display: flex;
    justify-content: flex-start; /* Aligns content to the left */
    align-items: center; /* Vertically centers the logo with the nav */
    gap: 50px; /* Adds space between the logo and the navigation */
    padding: 5px; /* Adjusts the padding around the header */
    max-width: 1200px;
    margin: 0 auto;
}

nav {
    background-color: #0d1426; /* dark blue background for the navigation bar */
    width: 100%;
    padding: 8px 0; /* You can reduce the padding to make it thinner */
}

nav ul {
    list-style: none; /* Removes bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Ensures the list items are aligned horizontally */
    gap: 30px; /* Adds space between the links */
    align-items: center; /* Aligns items vertically */
    justify-content: center; /* Centers the links in the bar */

}



nav ul li a {
    font-size: 26px;
    text-decoration: none; /* Removes underline from links */
    color: #fff; /* White color for the links */
    padding: 40px 50px; /* Adds padding around each link for better spacing */
    font-weight: bold; /* Makes the text bold for better readability */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
}

nav ul li a:hover {
    background-color: #d8aa5a; /* gold on hover */
    color: #000; /* Change to black on hover for contrast */
}


.btn {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;




}

.hero {
    background: url('/img/land development.PNG') no-repeat center center;
    background-size: cover;
    width: 100%; /* Adjust the percentage as needed */
    max-width: 1000px; /* Set a maximum width for larger screens */
    margin: 0 auto; /* Centers the hero section */
    height: 500px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 10px;
}

.hero-content h1 {
    color: #d8aa5a; /* Gold color */
    font-size: 2.5em;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}


.services, .about, .projects, .contact {
    max-width: 1100px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.service-items {
    display: flex;
    justify-content: space-around; /* Even spacing between service items */
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Adds space between the items */
    text-align: center; /* Centers the text within each service-item */
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers image and text */
    justify-content: center;
    width: 300px; /* Ensures all service items have the same width */
    text-align: center;
}

.service-item img {
    width: 100%; /* Ensures the image takes the full width of the container */
    height: 200px; /* Sets a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the area without stretching */
    margin-bottom: 15px; /* Adds space between the image and the text */
}

.service-item h3, 
.service-item p {
    text-align: center; /* Ensures all text is centered below the image */
}

.services h2 {
    text-align: center; /* This centers the title */
    font-size: 2.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

.services h3 {
    text-align: center; /* This centers the title */
    font-size: 1.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

/* Logo Styles */
.logo-container {    
    display: flex;    
    justify-content: center;    
    align-items: center;    
    background: #0d1426; /* navy color */   
    padding: 0; /* Remove padding to eliminate extra space */
    height: 375px;    
    width: 100%; /* Ensures the container spans full width */
}

.logo {
    width: 450px;
    height: auto;
    border-radius: 8px;
}


/* Main Contact Section Styling */
.contact-section {
    max-width: 1200px; /* Sets a maximum width for the entire section */
    margin: 0 auto;
    padding: 20px;
}

/* Flex Container for Map and Contact Info */
.flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto a new line if there's not enough space */
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between; /* Ensures even spacing between map and info */
}

/* Map and Contact Info Styling */
.map-container {
    flex: 1 1 60%; /* Takes up to 60% of the width */
    min-width: 300px;
    max-width: 600px; /* Ensures the map doesn’t take up too much space */
}

.contact-info-box {
    flex: 1 1 35%; /* Takes up to 35% of the width */
    min-width: 250px; /* Minimum width for smaller screens */
    max-width: 400px; /* Restrict maximum width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 15px; /* Reduce padding to make it more compact */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Contact Detail Item Styling */
.contact-detail h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-detail p {
    font-size: 1.5rem;
    color: #555;
    margin: 5px 0;
}

/* Contact Form Styling */
.contact-form-container {
    max-width: 1200px; /* Match the width of the contact section */
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.contact-form {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.contact-form h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form button {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .map-container, .contact-info-box {
        width: 100%; /* Full width on smaller screens */
    }

    .contact-form-container {
        max-width: 100%;
    }
}




/* Adjusting the header top-info to align left and right */
.top-info {
    display: flex;
    justify-content: space-between; /* Aligns LinkedIn link to the left and contact info to the right */
    align-items: center; /* Vertically centers the items */
    background: #444c56; /* Background color for the top info bar */
    color: #d8aa5a; /* White text color */
    padding: 10px 20px; /* Adjusts padding for some space around the content */
    font-size: 1.4rem; /* Font size for text */
    height: auto; /* Set auto height for flexibility */
}

.linkedin-link a {
    color: #d8aa5a; /* Gold color for the LinkedIn text */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.linkedin-link a:hover {
    color: #000; /* Change color on hover */
}

.fa-phone, .fa-envelope, .fas {
    display: inline-block;
    color: #d8aa5a; /* Adjust color as needed */
}

}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
}


.info-item i {
    color: #d8aa5a; /* Gold color for icons */
    font-size: 1rem; /* Adjust icon size */
    margin-right: 5px; /* Add space between the icon and the text */
}
 }

#services {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#services h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

.service-card {
    min-height: 300px; /* Set a minimum height to align cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Remove custom flex properties on .row */
#services .row {
    margin: 0; /* Optional: to remove extra spacing from Bootstrap */
}

.icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto; /* Center the icon and add spacing */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.toggle-arrow {
    font-size: 1.25em;
    cursor: pointer;
}

.service-description {
    display: none; /* Hide all descriptions by default */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #services .service-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #services h1 {
        font-size: 28px;
    }

    .service-card {
        padding: 30px 15px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 13px;
    }
}


/* Main Content Styling */
.main {
    text-align: center;
    margin-top: 20px;
}

.main h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.project-divider {
    width: 80px;
    height: 4px;
    background: #007BFF;
    margin: 10px auto;
}

/* Container for Project Section */
.container {
    max-width: calc(100% - 4in); /* Reduces width by 4 inches to leave 2-inch margins on each side */
    margin: 0 auto; /* Centers the container */
    padding: 20px;
}

/* Adjusting Project Boxes to Take Full Width of the Container */
.project-row {
    display: flex;
    flex-wrap: wrap; /* Allows projects to wrap to new rows if necessary */
    gap: 20px; /* Space between project boxes */
    justify-content: space-between;
}

.project-card {
    flex: 1 1 calc(50% - 20px); /* Ensures two boxes per row with space between */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
}

/* Responsive Adjustment for Smaller Screens */
@media (max-width: 768px) {
    .container {
        max-width: 100%; /* Full width on smaller screens */
        padding: 0 10px; /* Smaller padding for mobile */
    }

    .project-card {
        flex: 1 1 100%; /* Full width for each project box on smaller screens */
    }
}


.project-details {
    text-align: left;
    margin-bottom: 10px;
}

.project-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: navy;
    margin: 5px 0;
}

.project-size,
.project-location {
    font-size: 1rem;
    color: gray; /* Gray color for the second line */
    font-weight: bold;
    font-style: italic; /* Italicize the second line */
    color: #555;
    margin-bottom: 30px;
}

/* Container styling for the yearly project card */
.year-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Styling for each year heading within the yearly card */
.year-heading {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

/* Container styling for projects in a row within each year card */
.project-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Project card styling within each year card */
.project-card {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Project details styling */
.project-details {
    text-align: left;
}

.project-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: navy;
    margin: 15px 0;
}

.project-size {
    font-size: 1rem;
    color: gray;
    font-style: italic;
    margin-bottom: 10px;
}

.project-location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    margin: 15px 0;
}

/* View All Projects Link */
.view-all-link {
    display: inline-block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f4f4f4;
    margin-top: 20px;
}

.view-all-link:hover {
    background-color: #e0e0e0;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .project-card {
        flex: 1 1 100%; /* Makes each project card take full width on smaller screens */
    }
}


/* View All Projects Link */
.view-all-link {
    display: block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 5px;
    background: #f4f4f4;
    width: fit-content;
}

.view-all-link:hover {
    background-color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%; /* Full width for smaller screens */
        margin-bottom: 20px;
    }
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 1.5rem;
    color: #d8aa5a;
    margin-bottom: 15px;
}

.year-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.year-links li {
    display: inline;
    color: #0d1426;
}

.year-links a {
    color: #d8aa5a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.year-links a:hover {
    background-color: #007BFF;
}


@media (max-width: 600px) {
    .year-links {
        grid-template-columns: 1fr; /* Switch to single column on small screens */
    }
}


/* Customer Reviews Section */
.customer-reviews {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.customer-reviews h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
}

/* Center and style the review container */
.reviews-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Style for the review card */
.review-card {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Add large quotation marks for styling */
.review-card::before {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.2;
}

.review-card::after {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    bottom: -20px;
    right: 20px;
    opacity: 0.2;
}


/* Style the review text */
.review-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.6;
}

/* Style the review author */
.review-author {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-top: 15px;
    font-style: normal;
    color: #00000; /* Make the author name black */
}

/* Responsive Design */
@media (max-width: 768px) {
    .review-card {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">

.partners {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}

.partners h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.partner-logos {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.partner-item {
    flex: 0 1 20%; /* Adjust percentage based on how many items */
    display: flex;
    flex-direction: column; /* Ensures logo and title are stacked vertically */
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-item img {
    max-width: 200%;
    height: auto;
    object-fit: contain;
    max-height: 150px; /* Adjust to ensure all logos are the same size */
}

.partner-title {
    font-size: 14px; /* Adjust the size of the text */
    font-weight: bold;
    text-align: center; /* Ensures title is centered */
    margin-top: 10px; /* Adds space between logo and title */
    color: #333; /* Adjust color as needed */
}

.about h1 {
    text-align: center; /* Centers the text */
    font-size: 2rem; /* Optional: Increase font size for emphasis */
    margin-bottom: 20px; /* Adds spacing below the heading */
    color: #333; /* Adjust color to match your style */

    
}

.about-content {
    text-align: center; /* Centers text within the about content */
    font-size: 20px; /* Optional: Increase font size for emphasis */
    max-width: 800px; /* Limits width for readability */
    margin: 0 auto; /* Centers the content horizontally */
    border-radius: 10px;
}

/* General adjustments for mobile */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base size for the logo on large screens (desktops and laptops) */
.navbar-brand img.logo {
    margin-left: -10px; /* Adjust the value as needed */
    height: 280px; /* Size for desktops and laptops */
    width: auto; /* Maintain aspect ratio */
}

/* Adjustments for smaller screens (tablets) */
@media (max-width: 992px) {
    .navbar-brand img.logo {
        height: 75px; /* Size for tablets */
    }
}

/* Change the color of the mobile menu icon */
.navbar-toggler {
    border-color: #fff; /* Adjust border color around the icon */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23d8aa5a' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Set the color of the bars */
}


/* Further adjustments for extra small screens (phones) */
@media (max-width: 576px) {
    .navbar-brand img.logo {
        height: 50px; /* Size for mobile */
    }
}

}

.service-items {
    display: flex;
    justify-content: space-around; /* Even spacing between service items */
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Adds space between the items */
    text-align: center; /* Centers the text within each service-item */
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers image and text */
    justify-content: center;
    width: 300px; /* Ensures all service items have the same width */
    text-align: center;
}

.service-item img {
    width: 100%; /* Ensures the image takes the full width of the container */
    height: 200px; /* Sets a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the area without stretching */
    margin-bottom: 15px; /* Adds space between the image and the text */
}

.service-item h3, 
.service-item p {
    text-align: center; /* Ensures all text is centered below the image */
}

.services h2 {
    text-align: center; /* This centers the title */
    font-size: 2.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

.services h3 {
    text-align: center; /* This centers the title */
    font-size: 1.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

/* Logo Styles */
.logo-container {    
    display: flex;    
    justify-content: center;    
    align-items: center;    
    background: #0d1426; /* navy color */   
    padding: 0; /* Remove padding to eliminate extra space */
    height: 375px;    
    width: 100%; /* Ensures the container spans full width */
}

.logo {
    width: 450px;
    height: auto;
    border-radius: 8px;
}


/* Main Contact Section Styling */
.contact-section {
    max-width: 1200px; /* Sets a maximum width for the entire section */
    margin: 0 auto;
    padding: 20px;
}

/* Flex Container for Map and Contact Info */
.flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto a new line if there's not enough space */
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between; /* Ensures even spacing between map and info */
}

/* Map and Contact Info Styling */
.map-container {
    flex: 1 1 60%; /* Takes up to 60% of the width */
    min-width: 300px;
    max-width: 600px; /* Ensures the map doesn’t take up too much space */
}

.contact-info-box {
    flex: 1 1 35%; /* Takes up to 35% of the width */
    min-width: 250px; /* Minimum width for smaller screens */
    max-width: 400px; /* Restrict maximum width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 15px; /* Reduce padding to make it more compact */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Contact Detail Item Styling */
.contact-detail h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-detail p {
    font-size: 1.5rem;
    color: #555;
    margin: 5px 0;
}

/* Contact Form Styling */
.contact-form-container {
    max-width: 1200px; /* Match the width of the contact section */
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.contact-form {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.contact-form h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form button {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .map-container, .contact-info-box {
        width: 100%; /* Full width on smaller screens */
    }

    .contact-form-container {
        max-width: 100%;
    }
}




/* Adjusting the header top-info to align left and right */
.top-info {
    display: flex;
    justify-content: space-between; /* Aligns LinkedIn link to the left and contact info to the right */
    align-items: center; /* Vertically centers the items */
    background: #444c56; /* Background color for the top info bar */
    color: #d8aa5a; /* White text color */
    padding: 10px 20px; /* Adjusts padding for some space around the content */
    font-size: 1.4rem; /* Font size for text */
    height: auto; /* Set auto height for flexibility */
}

.linkedin-link a {
    color: #d8aa5a; /* Gold color for the LinkedIn text */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.linkedin-link a:hover {
    color: #000; /* Change color on hover */
}

.fa-phone, .fa-envelope, .fas {
    display: inline-block;
    color: #d8aa5a; /* Adjust color as needed */
}

}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
}


.info-item i {
    color: #d8aa5a; /* Gold color for icons */
    font-size: 1rem; /* Adjust icon size */
    margin-right: 5px; /* Add space between the icon and the text */
}
 }

#services {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#services h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

.service-card {
    min-height: 300px; /* Set a minimum height to align cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Remove custom flex properties on .row */
#services .row {
    margin: 0; /* Optional: to remove extra spacing from Bootstrap */
}

.icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto; /* Center the icon and add spacing */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.toggle-arrow {
    font-size: 1.25em;
    cursor: pointer;
}

.service-description {
    display: none; /* Hide all descriptions by default */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #services .service-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #services h1 {
        font-size: 28px;
    }

    .service-card {
        padding: 30px 15px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 13px;
    }
}


/* Main Content Styling */
.main {
    text-align: center;
    margin-top: 20px;
}

.main h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.project-divider {
    width: 80px;
    height: 4px;
    background: #007BFF;
    margin: 10px auto;
}

/* Container for Project Section */
.container {
    max-width: calc(100% - 4in); /* Reduces width by 4 inches to leave 2-inch margins on each side */
    margin: 0 auto; /* Centers the container */
    padding: 20px;
}

/* Adjusting Project Boxes to Take Full Width of the Container */
.project-row {
    display: flex;
    flex-wrap: wrap; /* Allows projects to wrap to new rows if necessary */
    gap: 20px; /* Space between project boxes */
    justify-content: space-between;
}

.project-card {
    flex: 1 1 calc(50% - 20px); /* Ensures two boxes per row with space between */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
}

/* Responsive Adjustment for Smaller Screens */
@media (max-width: 768px) {
    .container {
        max-width: 100%; /* Full width on smaller screens */
        padding: 0 10px; /* Smaller padding for mobile */
    }

    .project-card {
        flex: 1 1 100%; /* Full width for each project box on smaller screens */
    }
}


.project-details {
    text-align: left;
    margin-bottom: 10px;
}

.project-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: navy;
    margin: 5px 0;
}

.project-size,
.project-location {
    font-size: 1rem;
    color: gray; /* Gray color for the second line */
    font-weight: bold;
    font-style: italic; /* Italicize the second line */
    color: #555;
    margin-bottom: 30px;
}

/* Container styling for the yearly project card */
.year-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Styling for each year heading within the yearly card */
.year-heading {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

/* Container styling for projects in a row within each year card */
.project-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Project card styling within each year card */
.project-card {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Project details styling */
.project-details {
    text-align: left;
}

.project-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: navy;
    margin: 15px 0;
}

.project-size {
    font-size: 1rem;
    color: gray;
    font-style: italic;
    margin-bottom: 10px;
}

.project-location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    margin: 15px 0;
}

/* View All Projects Link */
.view-all-link {
    display: inline-block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f4f4f4;
    margin-top: 20px;
}

.view-all-link:hover {
    background-color: #007BFF;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .project-card {
        flex: 1 1 100%; /* Makes each project card take full width on smaller screens */
    }
}


/* View All Projects Link */
.view-all-link {
    display: block;
    text-align: center;
    color: #F4F4F4;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 5px;
    background: #007BFF;
    width: fit-content;
}

.view-all-link:hover {
    background-color: #007BFF;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%; /* Full width for smaller screens */
        margin-bottom: 20px;
    }
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 1.5rem;
    color: #d8aa5a;
    margin-bottom: 15px;
}

.year-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.year-links li {
    display: inline;
    color: #0d1426;
}

.year-links a {
    color: #d8aa5a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.year-links a:hover {
    background-color: #007BFF;
}


@media (max-width: 600px) {
    .year-links {
        grid-template-columns: 1fr; /* Switch to single column on small screens */
    }
}


/* Customer Reviews Section */
.customer-reviews {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.customer-reviews h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
}

/* Center and style the review container */
.reviews-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Style for the review card */
.review-card {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Add large quotation marks for styling */
.review-card::before {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    top: -20px;
    left: 20px;
    opacity: 0.2;
}

.review-card::after {
    font-size: 4em;
    color: #d8aa5a;
    position: absolute;
    bottom: -20px;
    right: 20px;
    opacity: 0.2;
}


/* Style the review text */
.review-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.6;
}

/* Style the review author */
.review-author {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-top: 15px;
    font-style: normal;
    color: #000000; /* Make the author black */
}

/* Responsive Design */
@media (max-width: 768px) {
    .review-card {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">

.partners {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}

.partners h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.partner-logos {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.partner-item {
    flex: 0 1 20%; /* Adjust percentage based on how many items */
    display: flex;
    flex-direction: column; /* Ensures logo and title are stacked vertically */
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-item img {
    max-width: 200%;
    height: auto;
    object-fit: contain;
    max-height: 150px; /* Adjust to ensure all logos are the same size */
}

.partner-title {
    font-size: 14px; /* Adjust the size of the text */
    font-weight: bold;
    text-align: center; /* Ensures title is centered */
    margin-top: 10px; /* Adds space between logo and title */
    color: #333; /* Adjust color as needed */
}

.about h1 {
    text-align: center; /* Centers the text */
    font-size: 2rem; /* Optional: Increase font size for emphasis */
    margin-bottom: 20px; /* Adds spacing below the heading */
    color: #333; /* Adjust color to match your style */

    
}

.about-content {
    text-align: center; /* Centers text within the about content */
    font-size: 20px; /* Optional: Increase font size for emphasis */
    max-width: 800px; /* Limits width for readability */
    margin: 0 auto; /* Centers the content horizontally */
    border-radius: 10px;
}

/* General adjustments for mobile */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base size for the logo on large screens (desktops and laptops) */
.navbar-brand img.logo {
    margin-left: -10px; /* Adjust the value as needed */
    height: 280px; /* Size for desktops and laptops */
    width: auto; /* Maintain aspect ratio */
}

/* Adjustments for smaller screens (tablets) */
@media (max-width: 992px) {
    .navbar-brand img.logo {
        height: 75px; /* Size for tablets */
    }
}

/* Change the color of the mobile menu icon */
.navbar-toggler {
    border-color: #fff; /* Adjust border color around the icon */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23d8aa5a' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Set the color of the bars */
}


/* Further adjustments for extra small screens (phones) */
@media (max-width: 576px) {
    .navbar-brand img.logo {
        height: 50px; /* Size for mobile */
    }
}

}

.service-items {
    display: flex;
    justify-content: space-around; /* Even spacing between service items */
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Adds space between the items */
    text-align: center; /* Centers the text within each service-item */
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers image and text */
    justify-content: center;
    width: 300px; /* Ensures all service items have the same width */
    text-align: center;
}

.service-item img {
    width: 100%; /* Ensures the image takes the full width of the container */
    height: 200px; /* Sets a fixed height for all images */
    object-fit: cover; /* Ensures the image covers the area without stretching */
    margin-bottom: 15px; /* Adds space between the image and the text */
}

.service-item h3, 
.service-item p {
    text-align: center; /* Ensures all text is centered below the image */
}

.services h2 {
    text-align: center; /* This centers the title */
    font-size: 2.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

.services h3 {
    text-align: center; /* This centers the title */
    font-size: 1.5rem;  /* You can adjust the font size if needed */
    margin-bottom: 20px; /* Add spacing below the title */
    color: #333; /* Optional: Adjust the color */
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.social-media a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

/* Logo Styles */
.logo-container {    
    display: flex;    
    justify-content: center;    
    align-items: center;    
    background: #0d1426; /* navy color */   
    padding: 0; /* Remove padding to eliminate extra space */
    height: 375px;    
    width: 100%; /* Ensures the container spans full width */
}

.logo {
    width: 450px;
    height: auto;
    border-radius: 8px;
}


/* Main Contact Section Styling */
.contact-section {
    max-width: 1200px; /* Sets a maximum width for the entire section */
    margin: 0 auto;
    padding: 20px;
}

/* Flex Container for Map and Contact Info */
.flex-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap onto a new line if there's not enough space */
    gap: 20px;
    margin-top: 20px;
    justify-content: space-between; /* Ensures even spacing between map and info */
}

/* Map and Contact Info Styling */
.map-container {
    flex: 1 1 60%; /* Takes up to 60% of the width */
    min-width: 300px;
    max-width: 600px; /* Ensures the map doesn’t take up too much space */
}

.contact-info-box {
    flex: 1 1 35%; /* Takes up to 35% of the width */
    min-width: 250px; /* Minimum width for smaller screens */
    max-width: 400px; /* Restrict maximum width */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    background-color: #f9f9f9;
    padding: 15px; /* Reduce padding to make it more compact */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Contact Detail Item Styling */
.contact-detail h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.contact-detail p {
    font-size: 1.5rem;
    color: #555;
    margin: 5px 0;
}

/* Contact Form Styling */
.contact-form-container {
    max-width: 1200px; /* Match the width of the contact section */
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.contact-form {
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.contact-form h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.contact-form button {
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    border: none;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .map-container, .contact-info-box {
        width: 100%; /* Full width on smaller screens */
    }

    .contact-form-container {
        max-width: 100%;
    }
}




/* Adjusting the header top-info to align left and right */
.top-info {
    display: flex;
    justify-content: space-between; /* Aligns LinkedIn link to the left and contact info to the right */
    align-items: center; /* Vertically centers the items */
    background: #444c56; /* Background color for the top info bar */
    color: #d8aa5a; /* White text color */
    padding: 10px 20px; /* Adjusts padding for some space around the content */
    font-size: 1.4rem; /* Font size for text */
    height: auto; /* Set auto height for flexibility */
}

.linkedin-link a {
    color: #d8aa5a; /* Gold color for the LinkedIn text */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.linkedin-link a:hover {
    color: #000; /* Change color on hover */
}

.fa-phone, .fa-envelope, .fas {
    display: inline-block;
    color: #d8aa5a; /* Adjust color as needed */
}

}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
}


.info-item i {
    color: #d8aa5a; /* Gold color for icons */
    font-size: 1rem; /* Adjust icon size */
    margin-right: 5px; /* Add space between the icon and the text */
}
 }

#services {
    background-color: #f8f9fa;
    padding: 60px 0;
}

#services h1 {
    font-size: 36px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

.service-card {
    min-height: 300px; /* Set a minimum height to align cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s, box-shadow 0.3s;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* Remove custom flex properties on .row */
#services .row {
    margin: 0; /* Optional: to remove extra spacing from Bootstrap */
}

.icon-box {
    background-color: #ffffff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto; /* Center the icon and add spacing */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 8px;
}

.toggle-arrow {
    font-size: 1.25em;
    cursor: pointer;
}

.service-description {
    display: none; /* Hide all descriptions by default */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #services .service-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    #services h1 {
        font-size: 28px;
    }

    .service-card {
        padding: 30px 15px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 13px;
    }
}


/* Main Content Styling */
.main {
    text-align: center;
    margin-top: 20px;
}

.main h1 {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.project-divider {
    width: 80px;
    height: 4px;
    background: #007BFF;
    margin: 10px auto;
}

/* Container for Project Section */
.container {
    max-width: calc(100% - 4in); /* Reduces width by 4 inches to leave 2-inch margins on each side */
    margin: 0 auto; /* Centers the container */
    padding: 20px;
}

/* Adjusting Project Boxes to Take Full Width of the Container */
.project-row {
    display: flex;
    flex-wrap: wrap; /* Allows projects to wrap to new rows if necessary */
    gap: 20px; /* Space between project boxes */
    justify-content: space-between;
}

.project-card {
    flex: 1 1 calc(50% - 20px); /* Ensures two boxes per row with space between */
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
}

/* Responsive Adjustment for Smaller Screens */
@media (max-width: 768px) {
    .container {
        max-width: 100%; /* Full width on smaller screens */
        padding: 0 10px; /* Smaller padding for mobile */
    }

    .project-card {
        flex: 1 1 100%; /* Full width for each project box on smaller screens */
    }
}


.project-details {
    text-align: left;
    margin-bottom: 10px;
}

.project-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: navy;
    margin: 5px 0;
}

.project-size,
.project-location {
    font-size: 1rem;
    color: gray; /* Gray color for the second line */
    font-weight: bold;
    font-style: italic; /* Italicize the second line */
    color: #555;
    margin-bottom: 30px;
}

/* Container styling for the yearly project card */
.year-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-left: 5px solid #d8aa5a; /* Accent border */
}

/* Styling for each year heading within the yearly card */
.year-heading {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
}

/* Container styling for projects in a row within each year card */
.project-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Project card styling within each year card */
.project-card {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* Project details styling */
.project-details {
    text-align: left;
}

.project-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: navy;
    margin: 15px 0;
}

.project-size {
    font-size: 1rem;
    color: gray;
    font-style: italic;
    margin-bottom: 10px;
}

.project-location {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
    margin: 15px 0;
}

/* View All Projects Link */
.view-all-link {
    display: inline-block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f4f4f4;
    margin-top: 20px;
}

.view-all-link:hover {
    background-color: #007BFF;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 768px) {
    .project-card {
        flex: 1 1 100%; /* Makes each project card take full width on smaller screens */
    }
}


/* View All Projects Link */
.view-all-link {
    display: block;
    text-align: center;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    margin: 10px auto;
    border-radius: 5px;
    background: #f4f4f4;
    width: fit-content;
}

.view-all-link:hover {
    background-color: #007BFF;
}

/* Responsive Design */
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%; /* Full width for smaller screens */
        margin-bottom: 20px;
    }
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

/* Project Year Navigation Styling */
.project-year-nav {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}

.project-year-nav h2 {
    font-size: 1.5rem;
    color: #d8aa5a;
    margin-bottom: 15px;
}

.year-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.year-links li {
    display: inline;
    color: #0d1426;
}

.year-links a {
    color: #d8aa5a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.year-links a:hover {
    background-color: #e0e0e0;
}


@media (max-width: 600px) {
    .year-links {
        grid-template-columns: 1fr; /* Switch to single column on small screens */
    }
}


/* Customer Reviews Section */
.customer-reviews {
    background-color: #f8f9fa;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.customer-reviews h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #333;
}

/* Center and style the review container */
.reviews-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* Style for the review card */
.review-card {
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    border-left: 5px solid #d8aa5a; /* Accent border */
}


/* Style the review text */
.review-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.6;
}

/* Style the review author */
.review-author {
    font-size: 19px;
    font-weight: bold;
    color: #333;
    text-align: right;
    margin-top: 15px;
    font-style: normal;
    color: #000000; /* Make the author name black */
}

/* Responsive Design */
@media (max-width: 768px) {
    .review-card {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">

.partners {
    background-color: #f9f9f9;
    padding: 40px 0;
    text-align: center;
}

.partners h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
}

.partner-logos {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.partner-item {
    flex: 0 1 20%; /* Adjust percentage based on how many items */
    display: flex;
    flex-direction: column; /* Ensures logo and title are stacked vertically */
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.partner-item img {
    max-width: 200%;
    height: auto;
    object-fit: contain;
    max-height: 150px; /* Adjust to ensure all logos are the same size */
}

.partner-title {
    font-size: 14px; /* Adjust the size of the text */
    font-weight: bold;
    text-align: center; /* Ensures title is centered */
    margin-top: 10px; /* Adds space between logo and title */
    color: #333; /* Adjust color as needed */
}

.about h1 {
    text-align: center; /* Centers the text */
    font-size: 2rem; /* Optional: Increase font size for emphasis */
    margin-bottom: 20px; /* Adds spacing below the heading */
    color: #333; /* Adjust color to match your style */

    
}

.about-content {
    text-align: center; /* Centers text within the about content */
    font-size: 20px; /* Optional: Increase font size for emphasis */
    max-width: 800px; /* Limits width for readability */
    margin: 0 auto; /* Centers the content horizontally */
    border-radius: 10px;
}

/* General adjustments for mobile */
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Base size for the logo on large screens (desktops and laptops) */
.navbar-brand img.logo {
    margin-left: -10px; /* Adjust the value as needed */
    height: 280px; /* Size for desktops and laptops */
    width: auto; /* Maintain aspect ratio */
}

/* Adjustments for smaller screens (tablets) */
@media (max-width: 992px) {
    .navbar-brand img.logo {
        height: 75px; /* Size for tablets */
    }
}

/* Change the color of the mobile menu icon */
.navbar-toggler {
    border-color: #fff; /* Adjust border color around the icon */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23d8aa5a' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Set the color of the bars */
}


/* Further adjustments for extra small screens (phones) */
@media (max-width: 576px) {
    .navbar-brand img.logo {
        height: 50px; /* Size for mobile */
    }
}
