
/* Common */
/***************************************************************/

body {
  font-size: 14px;
  line-height: 18px;
}
html {
  scroll-behavior: smooth;
}


/* header-section */
/***************************************************************/
/* Navbar sticky styles */
.navbar.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1030;
  background-color: #fff !important;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* horizontaal | verticaal | blur | kleur */
}

.navbar {
  padding: 15px 0;
}

.navbar-brand{
  margin: 0;
}
.navbar-nav > li.nav-item > a.nav-link,
.navbar-nav > li.nav-item > a.nav-link:link,
.navbar-nav > li.nav-item > a.nav-link:visited {
 	font-family: "Asap Condensed", sans-serif;
font-size: 20px;
 line-height: 25px;
  letter-spacing: 1px;
  color: #264759;
  margin: 10px 30px;
  padding: 0;
  display: inline-block;
 font-family: "Asap Condensed", sans-serif;
  text-transform: capitalize;
}
.navbar-nav > li.nav-item > a.nav-link:hover,
.navbar-nav > li.nav-item > a.nav-link:focus,
.navbar-nav > li.nav-item > a.nav-link:active{
  color: #a97142;
}
.navbar-nav .btn{
  margin-left: 30px;
  border-radius: 15px;
  padding: 10px 40px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Asap Condensed", sans-serif;
background-color: #a97142;
  filter: drop-shadow(3px 5px 0px #6f3b0f );
  background-color: #a97142;
  border: 1px solid #6f3b0f;
}
.navbar-nav .btn:hover{
color: #ffffff;
  filter: drop-shadow(3px 5px 0px #2f4f68 );
  background-color: #40788f;
  border: 1px solid #2f4f68;
}

.header-section{
  background-color: #40788f;
}

.slogan{
  background: transparent url(https://kleineklussendienst.nl/_/ruler.png) top center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.slogan p{
  font-family: "Asap Condensed", sans-serif;
  font-style: normal;
  font-size: 25px;
letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}


/* hero-section */
/***************************************************************/
.hero-section{
  background-color: #40788f;
  padding-top: 50px ;
}
.hero-section p{
  font-size: 35px;
  line-height:65px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Asap Condensed", sans-serif;
}
.hero-section .content{
  display: flex;
  margin: auto;
}



/* klussen-section */
/***************************************************************/
.klussen-section{
  padding: 80px 0;
}
.icon{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.icon-box {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  filter: drop-shadow(3px 5px 0px #2f4f68 );
  background-color: #40788f;
  border: 1px solid #2f4f68;
	border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box:hover {
}

.icon-box img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}

.icon-text h2 {
  font-size: 30px;
  line-height: 35px;
  color: #2f4f68;
  font-weight: 400;
  font-family: "Asap Condensed", sans-serif;
  margin: 0;
}

.icon-text p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}


/* gallery-section */
/***************************************************************/
  .thumb-img-wrapper {
    background-color: #264759;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
  }

  .thumb-img {
    width: 200px;
    cursor: pointer;
    opacity: 1;

  }

  .thumb-img-wrapper:hover {
    transform: scale(1.15);
    z-index: 10;
  }

  .modal-content {
    background: #264759;
    border: none;
    text-align: center;
    position: relative;
  }

  .modal-content img.img-fluid {
    max-height: 80vh;
    border-radius: 10px;
  }

  /* Close button */
  .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
  }

  /* Navigation arrows */
  .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.8);
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
  }

  .arrow-btn:hover {
    background-color: white;
  }

  .arrow-left {
    left: 20px;
  }

  .arrow-right {
    right: 20px;
  }
  
/* over-arjan-section */
/***************************************************************/
.over-arjan-section{
  padding: 105px 0 65px 0;
}

.over-arjan-section h2{
  font-size: 55px;
  line-height: 65px;
  color: #a97142;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Asap Condensed", sans-serif;
}

.over-arjan-section p{
  font-size: 20px;
  line-height: 45px;
  color: #666;
  font-weight: 400;
	  letter-spacing: 1px;
	  font-family: "Asap Condensed", sans-serif;
}
.over-arjan-section a.link{
  color: #40788f;
}


/* partners-section */
/***************************************************************/
.partners-section{
  background-color: #214f69;
  padding: 50px 0 30px;
}
.partners-section h2{
  font-size: 30px;
  line-height: 35px;
  color: #fff;
font-family: "Asap Condensed", sans-serif;
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 2px;
}
.partners-section ul{            
  padding: 0;
  margin: 0;
}
.partners-section li{
  display: inline-block;
  margin: 20px 40px;
}

.partners-section li img:hover{
  color: #fff;
}
.hover-white:hover {
  filter: brightness(0) invert(1);
}


/* tarief-section */
/***************************************************************/
.tarief-section{
  padding: 70px 0 ;
}
.tarief-section h2{
  font-size: 55px;
  line-height: 65px;
  color: #a97142;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Asap Condensed", sans-serif;
}
.tarief-section p {
 font-size: 20px;
  line-height: 45px;
  color: #666;
  font-weight: 400;
	  letter-spacing: 1px;
	  font-family: "Asap Condensed", sans-serif;
}
.tarief-section p span{
  font-weight: bold;
}

/*Reacties-section */
/***************************************************************/
.Reacties-section{
 background-color: #214f69;
 padding: 50px 0 24px 0;
}

.card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.card-img {
  width: 65px;
  height: 65px;
  border-radius: 33px;
  background-color: #366672;
  border: 0px solid #a5a5a5;
  object-fit: cover;
}

.card-text{
  margin: 5px 0 0 15px;
}

.card-text h6{
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  font-weight: 500;
}

.card-text small{
  opacity: 0.702;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 500;
}

.stars {
  margin: 10px 0;
  font-size: 25px;
}

.stars i {
  color: #ac6a23; /* brown */
  margin-right: 3px;
}

.card p{
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  font-family: "Lato", sans-serif;
}



/* contact-section */
/***************************************************************/
.contact-section{
  background: transparent url(https://kleineklussendienst.nl/_/map.png) top center no-repeat;
  background-size: cover;
  padding: 110px 0 0 0;
}
.contact-info h2{
  font-size: 55px;
  line-height: 65px;
  color: #a97142;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Asap Condensed", sans-serif;
}
.contact-info p{
 font-size: 20px;
  line-height: 45px;
  color: #666;
  font-weight: 400;
	  letter-spacing: 1px;
	  font-family: "Asap Condensed", sans-serif;
}
.stripes-img {
  width: 100%;
  padding-top: 90px;
  margin-bottom: -15px;
}
/* footer-section */
/***************************************************************/

.footer-section{
  padding-top: 30px;
}

.footer-section p{
	font-size: 12px ;
    line-height: 25px;
  color: #000;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.footer-section .link {
  color: #000;
  text-decoration: underline;
}
.zcool-qingke-huangyou-regular {
  font-family: "ZCOOL QingKe HuangYou", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.asap-condensed-extralight {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.asap-condensed-light {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.asap-condensed-regular {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.asap-condensed-medium {
  font-family: "Asap Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}



