body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9fafb;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}

.custom-header {
    background: linear-gradient(135deg, #004d40, #00796b);
    padding: 60px 0;
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.custom-nav {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.custom-nav .navbar-brand, .custom-nav .nav-link {
    color: #333 !important;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
}

.custom-nav .nav-link:hover {
    color: #004d40 !important;
    transform: scale(1.1);
    text-decoration: underline;
}

section {
    padding: 80px 0;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

h2 {
    color: #004d40;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

h3 {
    color: #00796b;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#services {
    background: linear-gradient(135deg, #e0f2f1, #b2dfdb);
    padding: 80px 0;
}

#services .col {
    background: #ffffff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 77, 64, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 3px solid #d32f2f;
}

#testimonials {
    background: linear-gradient(135deg, #e57373, #c62828);
    padding: 80px 0;
    color: #fff;
    font-style: italic;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#portfolio p {
    font-size: 17px;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: 700;
}
.custom-btn {
    background-color: #d32f2f;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover {
    background-color: #b71c1c;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px) scale(1.05);
}

footer {
    background-color: #ffffff;
    padding: 25px 0;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
    border-top: 3px solid #d32f2f;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
.hero-section {
    position: relative;
    height: 100vh;
    background: url('images/hero-bg.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    color: white;
    text-align: left;
    padding: 60px 0;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.hero-section p {
    font-size: 1.2rem;
    margin-top: 10px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.hero-section .custom-btn {
    background-color: #d32f2f;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-section .custom-btn:hover {
    background-color: #b71c1c;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.hero-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #e0f2f1, #b2dfdb);
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.faq-section h2 {
    color: #004d40;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.accordion-button {
    background-color: #d32f2f;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.accordion-item {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.accordion-body {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.faq-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.custom-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}

.custom-footer h5 {
    font-size: 1.2rem;
    color: #ff6b6b;
    margin-bottom: 15px;
}

.custom-footer p, .custom-footer a {
    color: #dddddd;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-footer a:hover {
    color: #ff6b6b;
    text-decoration: underline;
}

.custom-footer .list-unstyled li {
    margin-bottom: 8px;
}

.custom-footer i {
    color: #ff6b6b;
    margin-right: 10px;
}

.custom-footer .mt-3 {
    font-size: 0.9rem;
    margin-top: 20px;
    color: #bbbbbb;
    border-top: 1px solid #444;
    padding-top: 15px;
}
.cookie-banner {
    background: rgba(0, 0, 0, 0.95);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 300px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.cookie-banner p {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.cookie-banner a {
    color: #ff6b6b;
    text-decoration: underline;
}
.cookie-banner a:hover {
    color: #ff8e53;
}
.cookie-banner button {
    font-size: 1.2rem;
    padding: 15px 20px;
    margin: 5px;
    width: 80%;
}
img {
    width: 100%;
}
.accordion-button {
    font-size: 18px;
}
.carousel-item img {
    width: 150px;
}
.navbar-brand img {
    width: 50px;
}
@media screen and (max-width: 768px) {
    .custom-header p {
        font-size: 20px;
    }
}
