* {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

body{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0px;
    color: #2B2B2B; 
}

h1{
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #143D6B ;
}

h2{
    font-size : 28px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #143D6B;
}

.nav-link{
    font-size: 16px;
    font-weight: 300;
    color: #143D6B;
    line-height: 1.2;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: #0f2d4f;
}

.nav-link.active {
    font-weight: 500;
    color: #143D6B;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #143D6B;
    border-radius: 1px;
}

.button_text{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.2;
    letter-spacing: 0px;
}

.logo_img{
    width: 64px;
}

.logo_veltmeijer_text{
    color: #143D6B;
    font-weight: 600;
}
.logo_consultancy_text{
    font-weight: 300;
    color: #143D6B;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.navbar-brand {
    text-decoration: none !important;
    color: inherit !important;
}

.navbar-brand:hover {
    text-decoration: none !important;
    color: inherit !important;
}

.navbar-toggler {
    border: #143D6B !important;
}

.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='%23143D6B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Hero Section Styles */
.hero-section {
    min-height: 70vh;   
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-bottom: 80px;
}

.hero-overlay {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('images/Infra 2.png');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* -webkit-filter: blur(1px); 
    -moz-filter: blur(1px); 
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);  */
}

.hero-content {
    background: rgba(255, 255, 255, .20);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.hero-content {
    z-index: 2;
    position: relative;
}

.hero-subtitle {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #143D6B;
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    color: #143D6B;
}

.hero-highlight {
    color: #143D6B;
    font-weight: 600;
    display: inline-block;
}

.hero-location {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #143D6B;
}

.hero-description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #143D6B;
}

.hero-buttons .btn {
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 5px;
}

.contact_btn_diensten{
    padding: 12px 24px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-primary {
    background-color: #143D6B;
    border-color: #143D6B;
    color: white;
}

.btn-primary:hover {
    background-color: white;
    color: #143D6B;
    border-color: #0f2d4f;
}

.btn-outline-primary {
    color: #143D6B;
    background-color: white;
    border-color: white;

}

.btn-outline-primary:hover {
    background-color: #143D6B;
    border-color: white;
    color: white;
}

.seperation{
    background-color: #F5F7FA;
    color:#143D6B;
    font-weight: 300;
    padding-top: 10px;
    height: 80px;
    font-size: 18px;
}

.seperation_white{
    background-color: #FFFFFF;
    color:#143D6B;
    font-weight: 300;
    padding-top: 10px;
    height: 80px;
    font-size: 18px;
}

/* Introduction Section Styles */
.introduction-section {
    background-color: #F5F7FA;
    padding: 60px 0;
}

.intro-title {
    font-size: 24px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 20px;
    line-height: 1.3;
}

.intro-text {
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1.6;
    margin-bottom: 0;
}

.double-quotes-reverse{
    width: 24px;
    height: 24px;
    margin-top: -6px;
    vertical-align: middle;
    color: #F5F7FA;
    transform: scaleX(-1);
}

/* Responsive adjustments for introduction */
@media (max-width: 991px) {
    .introduction-section {
        padding: 40px 0;
    }
    
    .intro-title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .intro-text {
        font-size: 15px;
        margin-bottom: 30px;
    }
}

/* Cards Section Styles */
.card_items {
    background-color: #ffffff;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(20, 61, 107, 0.15) !important;
}

.card-img {
    height: 200px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    background-color: #f8f9fa;
}

.card-img img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: -5% 0 0 -5%;
    padding: 0 !important;
    border: none;
    border-radius: 10px 10px 0 0;
    transform: scale(1.05);
}


.card-title {
    color: #143D6B;
    font-weight: 600;
    font-size: 20px;
        border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.card-text {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.card .btn-primary {
    background-color: #143D6B;
    border-color: #143D6B;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 5px;
}

.card .btn-primary:hover {
    background-color: white;
    color: #143D6B;
    border-color: #0f2d4f;
}

.double-quotes {
    width: 24px;
    height: 24px;
    margin-top: -6px;
    vertical-align: middle;
    color: #F5F7FA;
}

/* Diensten Page Styles */
.hero-overlay-diensten {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('images/peter-werkman-WA0vSkqN8wM-unsplash.jpg');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.diensten-hero {
    min-height: 50vh;
    background: linear-gradient(135deg, #6fa8dc 0%, #4a90c2 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.diensten-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.diensten-subtitle {
    font-size: 28px;
    font-weight: 300;
    color: white;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.expertise-section {
    background-color: white;
}

.expertise-title {
    font-size: 32px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.expertise-description {
    font-size: 18px;
    line-height: 1.6;
    color: #143D6B;
}

.diensten-cards {
    margin-top: -30px;
}

.contact-cta {
    background-color: white;
}

.cta-title {
    font-size: 32px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 15px;
}

.cta-description {
    font-size: 18px;
    color: #2B2B2B;
    margin-bottom: 30px;
}

/* Over mij */

.hero-overlay-overmij {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('images/vecteezy_a-view-of-a-highway-bridge-over-a-river_72120099.jpg');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.overmij-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.overmij-hero {
    min-height: 50vh;
    background: linear-gradient(135deg, #6fa8dc 0%, #4a90c2 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.overmij-title {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.overmij-subtitle {
    font-size: 28px;
    font-weight: 300;
    color: white;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .diensten-title {
        font-size: 36px;
    }

    .hero-section-home{
        padding-top: 40px;
    }
    
    .expertise-title, .cta-title {
        font-size: 28px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-highlight {
        padding: 6px 12px;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .hero-buttons .me-3 {
        margin-right: 0 !important;
    }
}

/* Contact Page Styles */

.hero-overlay-contact {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('images/vecteezy_aerial-view-of-highway-overpass-in-countryside_46253761.jpg');
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.contact-section {
    background-color: #F5F7FA;
    min-height: 80vh;
}

.contact-title {
    font-size: 32px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 20px;
}

.contact-description {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-form .form-label {
    font-weight: 500;
    color: #143D6B;
    margin-bottom: 8px;
}

.contact-input, .contact-textarea {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.contact-input:focus, .contact-textarea:focus {
    border-color: #143D6B;
    box-shadow: 0 0 0 0.2rem rgba(20, 61, 107, 0.25);
}

.contact-submit {
    background-color: #143D6B;
    border-color: #143D6B;
    padding: 12px 30px;
    font-weight: 500;
    width: 100%;
}

.contact-submit:hover {
    background-color: #0f2d4f;
    border-color: #0f2d4f;
}

.contact-privacy {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.privacy-link {
    color: #143D6B;
    text-decoration: none;
}

.privacy-link:hover {
    color: #0f2d4f;
    text-decoration: underline;
}

/* Contact Details */
.contact-details-title {
    font-size: 32px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 30px;
}

.company-name {
    font-size: 24px;
    font-weight: 600;
    color: #143D6B;
    margin-bottom: 20px;
}

.contact-item {
    margin-bottom: 15px;
}

.contact-email, .contact-phone {
    font-size: 16px;
    color: #143D6B;
    font-weight: 500;
}

.contact-address {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 1.5;
}

.address-line {
    display: block;
}

/* Map Container */
.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-controls {
    text-align: right;
    margin-top: 10px;
}

.map-link {
    font-size: 14px;
    color: #143D6B;
    text-decoration: none;
}

.map-link:hover {
    color: #0f2d4f;
    text-decoration: underline;
}

/* Footer */
.footer {
    background-color: #143D6B;
    color: white;
}

.footer-text {
    margin: 0;
    font-size: 14px;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.footer-link:hover {
    color: #ccc;
    text-decoration: underline;
}

/* Responsive Contact Styles */
@media (max-width: 768px) {
    .contact-title, .contact-details-title {
        font-size: 28px;
    }
    
    .company-name {
        font-size: 20px;
    }
}

/* Small Screen Navbar Adjustments */
@media (max-width: 403px) {
    .logo_veltmeijer_text, .logo_consultancy_text {
        font-size: 18px;
    }
    .hero-highlight{
        font-size: 28px;
    }



    .logo_img{
        width: 48px;
    }
}

@media (max-width: 383px) {
    .logo_veltmeijer_text, .logo_consultancy_text {
        font-size: 16px;
    }
}

@media (max-width: 363px) {
    .logo_veltmeijer_text, .logo_consultancy_text {
        font-size: 14px;
    }
}
@media (max-width: 342px) {
    .logo_veltmeijer_text, .logo_consultancy_text {
        font-size: 12px;
    }
}