/* ============================================================
   AUTORIJSCHOOL KLINKENBERG — DESIGN IMPROVEMENTS
   Layered on top of style.min.css — no breakage to base styles
   ============================================================ */

/* ---- GLOBAL ---- */
*, *::before, *::after { box-sizing: border-box; }

h3 {
  font-size: 24px !important;
}

.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.25s ease !important;
  border-width: 2px !important;
}

/* ---- NAVBAR ---- */
header .navbar {
  height: 80px !important;
  padding: 0 40px !important;
  border-bottom: 1px solid #f0f0f0;
}

header .navbar_logo img {
  height: 44px !important;
}

header .navbar .menu-btn {
  top: 14px !important;
  background: linear-gradient(135deg, #f1a099, #e07a72) !important;
  box-shadow: 0 4px 12px rgba(241,160,153,0.4);
}

header .navbar .wrapper ul li a {
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

header .navbar .nav_button {
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: 1px;
}

/* ---- HERO ---- */
.hero {
  margin-top: 0 !important;
}

.hero .background_shadow {
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.35) 0%,
    rgba(10, 10, 10, 0.55) 80%,
    rgba(10, 10, 10, 0.7) 100%
  ) !important;
}

.hero .container {
  background-color: transparent !important;
  height: 100vh;
}

.hero .container .row {
  padding: 0 100px !important;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.hero .container .row h1 {
  font-size: clamp(32px, 5vw, 68px) !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.15;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
  margin-bottom: 8px;
}

.hero .container .row p {
  font-size: 17px !important;
  line-height: 1.75;
  max-width: 520px;
  opacity: 0.92;
}

.hero .container .row .button {
  margin-top: 36px !important;
  padding: 16px 36px !important;
  font-size: 13px !important;
  width: auto !important;
  align-self: flex-start;
}

.hero .container .row .button:hover {
  background-color: #f1a099 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .hero .container .row {
    padding: 0 28px !important;
  }
  .hero .container .row h1 {
    font-size: 28px !important;
  }
}

/* ---- INTRO ---- */
.intro {
  background: #ffffff !important;
  padding: 100px 0 !important;
  margin: 0 !important;
}

@media (min-width: 1200px) {
  .intro { padding: 100px 80px !important; }
}

.intro .container .row {
  padding: 0 !important;
  align-items: center;
}


.intro .container .row p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.intro .container .row ul {
  margin-top: 8px;
}

.intro .container .row ul li {
  color: #444;
  font-size: 15px;
  padding: 5px 0;
  line-height: 1.5;
}

.intro .container .row .img {
  padding: 20px 40px 0;
}

.intro .container .row .img img {
  width: 100%;
  max-width: 400px;
  height: 460px;
  border-radius: 16px !important;
  object-fit: cover;
  box-shadow: 0 16px 48px rgba(0,0,0,0.16) !important;
}

/* ---- STAPPENPLAN ---- */
.wat {
  background-color: #f7f7f7 !important;
}


.wat .card {
  border-radius: 14px !important;
  overflow: hidden;
}

.wat .card .card-header {
  background: linear-gradient(135deg, #f1a099, #e07a72) !important;
  border-radius: 0 !important;
}

.wat .card .card-header h3 {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  margin-bottom: 4px;
}

.wat .card .card-header h4 {
  font-size: 20px !important;
  color: #fff;
  font-weight: 600;
}

.wat .card .card-body p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.wat .card .card-body .button {
  border: 2px solid #f1a099 !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  color: #f1a099 !important;
  width: auto;
  margin-top: 16px !important;
}

.wat .card .card-body .button:hover {
  background: #f1a099 !important;
  color: #fff !important;
}

/* ---- CONTACT CTA ---- */
.contact {
  background: linear-gradient(135deg, #f1a099, #e07a72) !important;
  padding: 70px 60px !important;
}

@media (min-width: 1200px) {
  .contact { padding: 80px 100px !important; }
}

.contact .container .row h3 {
  font-size: 28px !important;
  font-weight: 700;
  color: #fff !important;
}

.contact .container .row p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px;
  margin-bottom: 0;
}

.contact .container .row .button {
  background: rgba(255,255,255,0.12) !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  backdrop-filter: blur(4px);
}

.contact .container .row .button:hover {
  background: #fff !important;
  color: #f1a099 !important;
}

.contact .container .row a {
  justify-content: center;
}

.contact .container .row a i {
  margin-right: 8px;
}

/* ---- PRICING SECTION ---- */
.proefles {
  background-color: #ffffff !important;
  padding: 80px 0 !important;
}

@media (min-width: 1200px) {
  .proefles { padding: 80px 40px !important; }
}

.proefles .container {
  margin-top: 0 !important;
}

.proefles .container .prijzen {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch !important;
  justify-content: center;
  padding: 0 12px;
}


/* Spoedcursus label */
.spoedcursus {
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #888;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Pricing card columns */
.proefles .container .prijzen .center {
  display: flex !important;
  margin-top: 30px !important;
  padding: 0 10px !important;
}

/* Cards fill column, equal height */
.proefles .container .prijzen .card {
  width: 100% !important;
  min-width: unset !important;
  border-radius: 14px !important;
  border: 1px solid #ebebeb !important;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

.proefles .container .prijzen .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.13) !important;
}

/* Card header */
.proefles .container .prijzen .card .card-header {
  background: linear-gradient(135deg, #f1a099, #e07a72) !important;
  height: 72px !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

.proefles .container .prijzen .card .card-header::before {
  display: none !important;
}

.proefles .container .prijzen .card .card-header i {
  font-size: 30px !important;
  color: #fff !important;
}

/* Card body */
.proefles .container .prijzen .card .card-body {
  padding: 24px 22px !important;
  text-align: left !important;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.proefles .container .prijzen .card .card-body h5 {
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #2c2c2c !important;
  margin-bottom: 16px;
  line-height: 1.3;
}

.proefles .container .prijzen .card .card-body ul {
  text-align: left !important;
  flex: 1;
  margin-bottom: 0;
}

.proefles .container .prijzen .card .card-body ul li {
  font-size: 14px;
  color: #444;
  padding: 5px 0;
  line-height: 1.5;
}

.proefles .container .prijzen .card .card-body ul li i {
  color: #f1a099 !important;
  margin-right: 8px !important;
  font-size: 12px;
}

.proefles .container .prijzen .card .card-body .card-text {
  font-size: 13px !important;
  color: #888;
  line-height: 1.5;
  margin-top: 12px;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

/* Price */
.proefles .container .prijzen .card .card-body .price {
  font-size: 28px !important;
  font-weight: 800 !important;
  color: #2c2c2c !important;
  margin-top: 14px;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

/* Meest gekozen badge */
.proefles .container .prijzen .card .card-body .meest-gekozen {
  display: inline-block !important;
  background: #f1a099 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  transform: none !important;
  margin: 14px 0 2px !important;
}

/* Weetjes box */
.proefles .container .weetjes {
  background: #f9f9f9 !important;
  border-radius: 14px;
  padding: 40px 44px !important;
  margin: 40px 10px 20px !important;
  border-left: 4px solid #f1a099;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.proefles .container .weetjes > p:first-child {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #888;
  margin-bottom: 4px;
}


.proefles .container .weetjes ul li {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  padding: 6px 0 !important;
  margin: 0 !important;
}

.proefles .container .weetjes ul li i {
  color: #f1a099;
  margin-right: 10px;
}

.proefles .container .weetjes ul li ul {
  padding-left: 30px;
  margin-top: 4px;
}

.proefles .container .weetjes ul li ul li i {
  color: #f1a099;
  margin-right: 8px;
}

.proefles .container .weetjes > ul > p {
  color: #555;
  font-size: 14px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
}

.proefles .container .weetjes .link {
  color: #f1a099 !important;
  text-decoration: underline;
  font-weight: 600;
}

/* ---- CONTACT FORM ---- */
.contact-from {
  padding: 100px 60px !important;
}

.contact-from .container {
  max-width: 760px;
}

.contact-from h3 {
  font-size: 34px !important;
  font-weight: 700 !important;
  margin: 0 0 32px !important;
  color: #fff !important;
}

.contact-from form {
  background: #fff;
  border-radius: 16px;
  padding: 40px 44px !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  width: 100% !important;
}

.contact-from form .row {
  margin-bottom: 2px;
}

.contact-from form label {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-top: 14px;
  margin-bottom: 2px;
  display: block;
}

.contact-from form input:not([type="submit"]),
.contact-from form select,
.contact-from form textarea {
  border-radius: 8px !important;
  border: 1.5px solid #e4e4e4 !important;
  padding: 12px 16px !important;
  font-size: 15px;
  background-color: #fafafa !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-from form input:focus:not([type="submit"]),
.contact-from form select:focus,
.contact-from form textarea:focus {
  outline: none !important;
  border-color: #f1a099 !important;
  box-shadow: 0 0 0 3px rgba(241,160,153,0.15) !important;
  background-color: #fff !important;
}

.contact-from form input[type="submit"] {
  background: #2c2c2c;
  color: #fff;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 16px 32px !important;
  margin-top: 24px;
  width: 100%;
  transition: background 0.25s ease, transform 0.1s ease;
}

.contact-from form input[type="submit"]:hover {
  background: #f1a099 !important;
  transform: translateY(-2px);
}

.contact-from form .pakketSelectie {
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-from {
    padding: 60px 20px !important;
  }
  .contact-from form {
    padding: 28px 20px !important;
  }
}

/* ---- GESLAAGDE / CAROUSEL ---- */
.geslaagde {
  background: #f7f7f7;
  padding: 80px 60px !important;
}

.geslaagde .container .carousel .carousel-inner .carousel-item img {
  border-radius: 14px;
  max-height: 420px;
  object-fit: cover;
}

.geslaagde .container .carousel .carousel-inner .carousel-item .quote {
  background: #353535 !important;
  border-radius: 12px !important;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px !important;
}

.geslaagde .container .carousel .carousel-inner .carousel-item .quote::before {
  border-bottom-color: #353535 !important;
}

.geslaagde .container .carousel .carousel-control-prev,
.geslaagde .container .carousel .carousel-control-next {
  background: #f1a099 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(241,160,153,0.5);
}

/* ---- CAR ANIMATION SECTION ---- */
.section-auto {
  background: #f7f7f7;
}

/* ---- RIJBEWIJS CTA ---- */
section.contact h3 {
  font-size: 26px !important;
}

/* ---- LOCATION ---- */
.location .container .row .column-text {
  background: #2c2c2c;
  padding: 80px 60px !important;
}

.location .container .row .column-text h3 {
  font-size: 26px !important;
  color: #f1a099 !important;
  margin-bottom: 16px;
}

.location .container .row .column-text p {
  color: rgba(255,255,255,0.75) !important;
  font-size: 15px;
  line-height: 1.7;
}

.location .container .row .column-text .buttons {
  margin-top: 8px;
}

.location .container .row .column-text .buttons a {
  border: 2px solid #f1a099 !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
  color: #f1a099 !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.25s ease !important;
}

.location .container .row .column-text .buttons a:hover {
  background: #f1a099 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .location .container .row .column-text {
    padding: 60px 28px !important;
  }
}

/* ---- FOOTER ---- */
footer {
  background: #1a1a1a !important;
}

footer .footer-top {
  padding: 70px 40px !important;
}

footer .footer-top .content {
  border-left: 3px solid #f1a099 !important;
  padding: 16px 28px !important;
}

footer .footer-top .content .title {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

footer .footer-top .content ul li {
  border-bottom: 1px solid rgba(241,160,153,0.2) !important;
  padding: 6px 0;
  font-size: 14px;
}

footer .footer-top .content ul li a {
  font-size: 14px;
}

footer .footer-bottom {
  background: #111 !important;
  padding: 24px !important;
}

footer .footer-bottom .outro p {
  font-size: 13px !important;
  color: rgba(255,255,255,0.6) !important;
}

/* ---- SOCIAL FLOATING WIDGET ---- */
.social {
  border-radius: 16px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
  padding: 16px !important;
}

.social a i {
  font-size: 18px !important;
}

/* ---- MODAL ---- */
.modal-content {
  border-radius: 14px !important;
  overflow: hidden;
}

.modal-header {
  background: linear-gradient(135deg, #f1a099, #e07a72);
  color: #fff;
}

.modal-header h5 {
  color: #fff !important;
}

.modal-body .li {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #333;
}

.modal-footer .btn-secondary {
  border-radius: 6px;
}
