/*
 Theme Name: KnipKnappeKonijntjes
 Author: Amber Groenendijk
 Description: Een WordPress-thema gebaseerd op Bootstrap 5 voor Knip Knappe Konijntjes
 Version: 1.0
 Domain: knipknappekonijntjes
*/

/* Aangepaste lettertypen */
@font-face {
    font-family: Poppins;
    src: url('assets/fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: Museo;
    src: url('assets/fonts/Museo_Slab_700.otf');
}
@font-face {
    font-family: GelicaBold;
    src: url('assets/fonts/fonnts.com-Gelica-Bold.otf');
}
@font-face {
    font-family: Gelica;
    src: url('assets/fonts/fonnts.com-Gelica-Regular.otf');
}

/* Algemene stijlen */
/* Verberg paginatitel op alle pagina's */
.entry-title {
    display: none !important;
}
body {
    color: #645936 !important;
    font-family: Gelica !important;
    background-color: white;
}

/* Headings */
h1, h2, h3, h4, h5 {
    font-family: GelicaBold !important;
}

a {
    color: #FF893B;
}
.wpforms-container{
    padding: 20px !important;
    border: 3px solid #645936 !important;
    border-radius: 20px !important;
}

.orange {
    color: #ff893b !important;
}

.orange a {
    color: orange !important;
}

.yellow {
    color: #ffd34e;
}

.pink {
    color: #ff99b1;
}
.brown {
    color: #645936 !important;
}

/* Navbar */
.btn-navbar {
    margin-left: 5px;
}
@media (min-width: 1400px) {
  .btn-navbar {
    margin-left: 1.5rem;
  }
  .nav-item{
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .nav-link {
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 3px;
    margin-top: 3px;
  }
  .btn-navbar {
    margin-top: 5px;
  }
}
@media (max-width: 572px) {
    .nav-link {
        margin-left: 27%;
        margin-right: 27%;
        margin-bottom: 3px;
        margin-top: 3px;
    }
}
@media (max-width: 380px) {
    .nav-link {
        margin-left: 19%;
        margin-right: 19%;
        margin-bottom: 3px;
        margin-top: 3px;
    }
}
.navbar {
    background-color: white;
}

.navbar a:hover {
    border-radius: 100px;
    color: white;
}

.nav-link {
    border-radius: 100px;
    transition: background-color 0.5s ease;
}

.nav-link:hover {
    background-color: #ffadc0;
}

.navbar-brand a:hover {
    background-color: transparent !important;
    color: inherit;
}

/* Buttons */
.btn-pink {
    color: white;
    background-color: #ffadc0;
    border-radius: 100px;
}
.btn-pink:hover {
    background-color: #ffadc0;
}
.btn-yellow {
    color: white;
    background-color: #ffd34e;
    border-radius: 100px;
}

.btn-yellow:hover {
    background-color: #fcd748 !important;
    border-color: #fcd748;
}

.btn-orange {
    color: white;
    background-color: #FF893B;
    border-color: #FF893B;
    border-radius: 100px;
}

.btn-orange:hover {
    background-color: #e47c3a;
}

.btn-secondary {
    border-radius: 100px;
    color: black;
}

.btn-green {
    background-color: #25D366;
    border-radius: 50px;
}

.btn-green:hover {
    background-color: green;
}

.btn-hero-lg {
    padding: 15px 30px;
}

/* Web View - Desktop */
/* Hero-sectie (background) */
.hero-section {
  background: url('assets/images/background-web.png') no-repeat top center;
  background-size: cover;
  min-height: 100vh;
  padding-top: 120px;
  position: relative;
  text-align: center;
}

/* Hero-sectie (tekst) */
.hero-heading {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 90vw;
  padding: 0 1rem;
  margin: 15vh auto 0;
}

/* Hero-tekst styling (desktop) */
.hero-heading h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  margin-bottom: 0.5rem;
}

.hero-heading h2 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}

/* Hero-sectie (sterren) */
.ster-links,
.ster-rechts {
  position: absolute;
  top: -20px;
  width: 40px;
  z-index: 10;
}

.ster-links {
  left: 450px;      /* Star dichterbij “K” */
  top: -20px;       /* Hoger plaatsen dan de H1 tekst */
}

.ster-rechts {
  right: 450px;     /* Star dichterbij “!” */
  top: -20px;       /* Hoger plaatsen dan de H1 tekst */
}

@media (max-width: 640px) {
.hero-section {
  background: url('assets/images/background-mobile.png') no-repeat center bottom;
  background-size: contain;
  background-position-x: center;
  background-position-y: 25%; /* 👈 Lower the image slightly */
  padding-top: 6rem; /* Room for navbar */
  padding-bottom: 0;
  margin-bottom: -4rem; /* 👈 Pull next section up to remove white gap */
  position: relative;
  z-index: 1;
}

#introductie {
  margin-top: -15rem; /* Adjust the white space */
  position: relative;
  z-index: 5;
}

.hero-heading {
  text-align: center;
}

.hero-heading h1 {
    position: relative;
    font-size: clamp(1.6rem, 5vw, 2.5rem);
    white-space: normal;
    line-height: 1.2;
    margin: 0 auto;
}

.hero-heading h2 {
  font-size: clamp(1.3rem, 4vw, 1.6rem);
  white-space: normal;
  margin-top: 0.5em;
  line-height: 1.3;
  text-align: center;
}

.ster-links,
.ster-rechts {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  width: 2.5em;
  z-index: 10;
  transition: left 0.3s ease, right 0.3s ease;
}

.ster-links {
  left: 0.2em;
}

.ster-rechts {
  right: 0.2em;
}
}

/* Container */
.page-id-2 {
    padding: 130px 0;
}
.klitten-section {
    background-color: #fbf1f7;
}
.diensten-section{
    background-color: #fbf1f7;
}
.signalen-section{
    border-radius: 90px;
    background-color: #fbf1f7;
    padding: 50px;
    margin-right: 220px;
    margin-left: 220px;
}
@media (max-width: 1000px) {
    .signalen-section {
        margin-right: 0px;
        margin-left: 0px;
      }
}

/* svg icon */
.svg-icon {
    padding: 10px; /* Werkt alleen als de SVG een blok- of inline-blok is */
      display: inline-block; /* Zorgt ervoor dat padding werkt */
}
.svg-wrapper {
    margin-right: 10px;
    padding-right: 10px;
}

/* Footer */
.footer {
    background-color: #fbf1f7;
    padding: 2rem 0;
}

/* Cards */
.card {
    color:#645936 ;
    border-radius: 30px;
}
.cards {
    text-align: center;
    align-items: center;
}

.card-text {
    font-size: 13px;
}

.card-underline {
    border-bottom: 2px solid;
}

.card-title {
    font-family: GelicaBold;
}
.card-border-brown {
    border: solid 3px #645936;
}
.card-border-yellow {
    border: solid 3px #ffd34e;
    border-radius: 30px;
}

.card-border-pink {
    border: solid 3px #ff99b1;
    border-radius: 30px;
}

.card-border-orange {
    border: solid 3px #ff893b;
    border-radius: 30px;
}
.card-brown {
    background-color: #645936;
    border-radius: 30px;
}
.card-orange {
    background-color: #ff893b;
    border-radius: 30px;
}

.card-yellow {
    background-color: #ffd34e;
    border-radius: 30px;
}

.card-white {
    background-color: white;
    border-radius: 30px;
}

/* Form */
.form-control:focus {
    border-color: #ffd34e;
    box-shadow: 0 0 0 0.25rem rgba(255, 211, 78, 0.5) !important; /* Gele focus-ring met #ffd34e */
}

/* Accordion */
.accordion-body {
    color: #645936;
}

/* Normale (collapsed) staat: volledig transparant */
.accordion-button {
    font-weight: bold;
    background-color: transparent !important; 
    color: #645936 !important; 
    box-shadow: none !important; 
    border-radius: 20px !important;
}

/* Uitgeklapte staat: doorzichtig geel */
.accordion-button:not(.collapsed) {
    background-color: rgba(255, 211, 78, 0.5) !important;
    color: #645936 !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 211, 78, 0.5) !important; 
    border-radius: 20px !important; 
}

/* Hover-effect: iets donkerder doorzichtig geel */
.accordion-button:hover {
    background-color: rgba(255, 211, 78, 0.3) !important; /* hover met #ffd34e */
    border-radius: 20px !important; 
}

/* Focus-schaduw: geel */
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 211, 78, 0.5) !important; /* Gele focus-ring met #ffd34e */
    border-radius: 20px !important; /* Toegevoegde border-radius */
}

/* Tekstdecoratie */
.text-decoration-underline {
    text-decoration-color: #FFE06F !important;
}

.text-decoration-underline-orange {
    text-decoration: underline;
    text-decoration-color: #FF893B !important;
}
