/*
Theme Name: Getwid Base Child - Maartje Meering
Theme URI: https://maartjemeering.nl/
Description: Child theme voor Getwid Base.
Author: Maartje Meering
Author URI: https://maartjemeering.nl/
Template: getwid-base
Version: 1.0.0
Text Domain: getwid-base-child-maartjemeering
*/


/* Eigen CSS hieronder */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&family=Inter:wght@400;500&display=swap');

/* Basis bodytekst */
body,
button,
input,
select,
textarea {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 400;
}

/* Headings + site-titel + menu */
h1, h2, h3, h4, h5, h6,
.site-title,
.main-navigation a {
    font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-weight: 600;
    line-height: 1.25;
}

.home h1.entry-title, .page-id-43 h1.entry-title /*Diensten*/{ display: none; } 

.page-id-43 #primary /*Diensten*/ {
margin-top: -120px;
}

img.custom-logo {
    max-width: 175px;
}

footer {
	background-color: #111118;
}

/* Iets grotere headings */
h1 {
    font-size: clamp(2.2rem, 3vw, 3rem);
}

h2 {
    font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

h3 {
    font-size: 1.3rem;
}

/* Body tekst net iets rustiger */
p {
    font-size: 1rem;
}

/* Navigatie */
.main-navigation a {
    font-weight: 500;
    letter-spacing: 0.02em;
}
/* === Icon Card / Pricing Section === */

.icon-card {
    background: #1A1A24;
    border: 1px solid #2A2A38;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.icon-card-diensten {
    min-height: 230px;
}
.icon-card-verwachting {
min-height: 285px;
}

.icon-card.icon-card-center .wp-block-getwid-icon-box__icon-container{
	margin:30px auto;
}

.icon-card svg,
.icon-card i {
    color: #A78BFA;
}

/* Hover */
.icon-card:hover {
    transform: translateY(-6px);
    border-color: #7C3AED;
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.15);
}

/* Titel */
.icon-card .wp-block-heading {
    font-size: 1.15rem;
    color: #F3F4F6;
    margin-bottom: 0.25rem;
}

/* Prijs */
.icon-card strong {
    font-size: 1.25rem;
    color: #D8B4FE;
    font-weight: 600;
}

/* Body tekst */
.icon-card p {
    color: #D1D5DB;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Algemene form styling op donkere site */

.cv-link {
	  border: 1px solid #2A2A38;
    border-radius: 18px;
    padding: 2rem 1.75rem;
    transition: all 0.25s ease;
}

.cv-link:hover {
    transform: translateY(-6px);
    border-color: #7C3AED;
    box-shadow: 0 15px 40px rgba(124, 58, 237, 0.15);
}


/* Zorg dat alles netjes onder elkaar staat */
.wpcf7 form p {
    margin-bottom: 16px;
}

/* Alle inputvelden full width */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea, 
.wpcf7 select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    transition: all 0.2s ease;
	margin: 10px 0;
}

.wpcf7 label {
	width: 100%;
}

/* Textarea iets hoger */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Focus effect (maakt groot verschil) */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
}

/* Placeholder iets subtieler */
.wpcf7 ::placeholder {
    color: #999;
}

/* Submit button (niet 100%) */
.wpcf7 input[type="submit"] {
    width: auto;
    padding: 12px 24px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
    background-color: #005f8d;
}

/* Error messages */
.wpcf7-not-valid {
    border-color: #e63946 !important;
}

.wpcf7-not-valid-tip {
    color: #e63946;
    font-size: 13px;
}

/* Success message */
.wpcf7-mail-sent-ok {
    border: none;
    color: #2a9d8f;
    font-weight: 500;
}

/* Portfolio */
.portfolio-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.portfolio-page__header {
    max-width: 760px;
    margin-bottom: 3rem;
}

.portfolio-page__intro {
    margin-top: 1rem;
    line-height: 1.7;
}

.portfolio-list {
    display: flex;
    flex-direction: column;
}

.portfolio-item {
    display: grid;
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.portfolio-item:first-child {
    padding-top: 0;
}

.portfolio-item__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
}

.portfolio-item__content {
    display: flex;
    flex-direction: column;
}

.portfolio-item__content h2 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.portfolio-item__text {
    line-height: 1.7;
}

.portfolio-item__link {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}

.portfolio-item__link span:last-child {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.2s ease;
}

.portfolio-item__link:hover span:last-child {
    transform: translateX(4px);
}

.over-mij-intro {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    p{
        margin: 0;
    }

    h2.koptekst {
        font-size: 30px !important;
        text-align: justify;
        letter-spacing: 1.7px;
        margin: 0;
    } 
}

@media (max-width: 760px) {
    .portfolio-page {
        padding: 3rem 1.25rem;
    }

    .portfolio-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0;
    }

    .portfolio-item__link {
        align-self: flex-start;
        margin-top: 1rem;
    }
}