/* ==================== GRODO MODERNE BLAUWE HUISSTIJL ==================== */

/* ALGEMENE STYLING */
body {
    font-family: 'Open Sans', system-ui, sans-serif;
    color: #333;
    background: #f8fbff;
}

h1, h2, h3, h4, .widget-title {
    color: #003366 !important;
}

a {
    color: #0078C8;
}

a:hover {
    color: #00A8E8;
}

/* ==================== HEADER ==================== */
.site-header {
    background: white;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.site-header::before {
    content: "✅ Eigen Reparatie- & Servicedienst  ✅ Snelle levering  ✅ Ruim assortiment  ✅ Onderdelen op voorraad  ✅ Airco + Montage";
    display: block;
    background: #f0f9f4;
    color: #003366;
    font-size: 13.8px;
    font-weight: 600;
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #d1e8d8;
}

/* ==================== HERO OVERLAY ==================== */
.sow-hero-image .sow-hero-image-container::before,
.sow-hero .sow-hero-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 168, 232, 0.68) 0%, 
        rgba(0, 120, 200, 0.78) 50%, 
        rgba(0, 51, 102, 0.68) 100%);
    z-index: 1;
}

.sow-hero .sow-hero-content {
    position: relative;
    z-index: 2;
}

.sow-hero h1, 
.sow-hero h2, 
.sow-hero .sow-hero-text {
    text-shadow: 0 3px 12px rgba(0,0,0,0.45);
}

/* ==================== KNOPPEN ==================== */
.button,
.sow-button,
.siteorigin-widget .sow-button-base,
input[type="submit"] {
    background: linear-gradient(135deg, #00A8E8 0%, #0078C8 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    padding: 14px 34px !important;
    box-shadow: 0 5px 18px rgba(0, 120, 200, 0.35) !important;
    transition: all 0.3s ease !important;
}

.button:hover,
.sow-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 120, 200, 0.45) !important;
    background: linear-gradient(135deg, #00c0ff 0%, #0068b8 100%) !important;
}

/* ==================== CATEGORIE CARDS ==================== */
.sow-grid-cell .widget,
.panel-grid .panel-grid-cell .so-widget {
    transition: all 0.35s ease;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
}

.sow-grid-cell .widget:hover,
.panel-grid .panel-grid-cell .so-widget:hover {
    transform: translateY(-12px);
    box-shadow: 0 22px 45px rgba(0, 120, 200, 0.25);
}

.sow-grid-cell img {
    transition: transform 0.4s ease;
}

.sow-grid-cell:hover img {
    transform: scale(1.07);
}

/* ==================== TITELS ==================== */
.widget-title,
h2 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 2.5rem;
}

.widget-title:after,
h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(135deg, #00A8E8 0%, #0078C8 100%);
    border-radius: 4px;
}

/* ==================== SITEORIGIN FEATURES - 3 KOLOMMEN BETER ONDERSCHEIDEN ==================== */

.so-features .sow-feature {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 28px 35px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f4f8;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

/* Subtiele verschillende achtergrondkleuren per kolom */
.so-features .panel-grid-cell:nth-child(1) .sow-feature {
    background: #f8fbff;           /* Zeer licht blauw - Elektra */
}

.so-features .panel-grid-cell:nth-child(2) .sow-feature {
    background: #f9fdfc;           /* Zeer licht mint/groen-blauw - Airco */
}

.so-features .panel-grid-cell:nth-child(3) .sow-feature {
    background: #f8f9ff;           /* Zeer licht paars-blauw - Zonnepanelen */
}

/* Hover effect */
.so-features .sow-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 120, 200, 0.18);
    border-color: #00A8E8;
}

/* Iconen groter en blauwer */
.so-features .sow-icon-container .sow-icon-image,
.so-features .sow-icon-container .sow-icon-font {
    font-size: 58px !important;
    color: #0078C8 !important;
    margin-bottom: 22px;
}

/* Titels */
.so-features .sow-feature-title {
    color: #003366;
    font-size: 1.48rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Extra ruimte en styling */
.so-features {
    background: #f8fbff;
    padding: 60px 0 40px !important;
}

.so-features .panel-grid-cell {
    padding: 0 12px;
}

/* ==================== SCHUINE BOVENKANT FOOTER ==================== */
.site-footer {
    position: relative;
    background: #002855;
    color: #c5d9f0;
    padding: 100px 0 50px !important;
    margin-top: 80px;
    overflow: hidden;
}

/* Schuine witte snede bovenaan (zoals jouw tekening) */
.site-footer::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 160px;
    background: #f8fbff; /* kleur van de pagina erboven */
    transform: skewY(-12deg);   /* hoek aanpassen */
    transform-origin: top left;
    z-index: 1;
}

/* Footer zelf */
.site-footer {
    z-index: 2;
    border-top: none
}

/* Rest van de styling */
.site-footer h3,
.site-footer .widget-title {
    color: #00A8E8 !important;
    font-size: 1.32rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.site-footer a:hover {
    color: #ffffff;
}
/* ==================== CONTACTPAGINA - MODERNE STIJL ==================== */

/* Algemene padding en achtergrond */
.page-template-default .site-content,
.post-type-page .site-content {
    background: #f8fbff;
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Contact form strakker maken */
.sow-contact-form,
form {
    background: #f8fbff;
    padding: 45px 40px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    max-width: 800px;
    margin: 0 auto;
}

/* Foto van de winkel ronder maken */
.sow-image-container img,
.entry-content img,
.widget img {
    border-radius: 20px !important;     /* Ronde hoeken */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s ease;
}

.sow-image-container img:hover,
.entry-content img:hover {
    transform: scale(1.03);
}

/* Titels op contactpagina */
h1, h2, h3 {
    color: #003366;
    font-weight: 700;
}

/* Contactgegevens blok */
.contact-info,
.contact-details {
    background: #f8fbff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

/* Knoppen in de stijl van de site */
.sow-submit, input[type="submit"] {
    background: linear-gradient(135deg, #00A8E8 0%, #0078C8 100%) !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 14px 40px !important;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 120, 200, 0.3);
}

.sow-submit:hover, input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 120, 200, 0.4);
}

/* ==================== CONTACTPAGINA - MODERNE BLAUWE STIJL ==================== */

.entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

/* Hoofdtitels */
h1, h2 {
    color: #003366 !important;
    font-weight: 700;
}

/* Formulier container */
.wpcf7-form {
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.09);
    border: 1px solid #e8f0f8;
    max-width: 750px;
    margin: 0 auto 60px;
}

/* Input velden */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #d8e3f0;
    border-radius: 10px;
    font-size: 1.02rem;
    transition: all 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #00A8E8;
    box-shadow: 0 0 0 4px rgba(0, 168, 232, 0.12);
}

/* Labels */
.wpcf7-form label {
    color: #003366;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Verzendknop */
.wpcf7-form input[type="submit"] {
    background: linear-gradient(135deg, #00A8E8 0%, #0078C8 100%) !important;
    color: white !important;
    padding: 16px 50px !important;
    border-radius: 50px !important;
    font-size: 1.15rem;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(0, 120, 200, 0.35);
    transition: all 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 120, 200, 0.45);
}

/* Maps + Contact info */
.google-map iframe {
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    width: 100%;
    height: 420px;
}

/* Rechtse kolom */
.contact-sidebar {
    background: #f8fbff;
    padding: 40px;
    border-radius: 16px;
}