body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    display: block;

}



.navbar {
   position: fixed; /* Fix navbar to the top */
   top: 0;
   width: 100%; /* Full-width navbar */
   background-color: black; /* Background color */
   z-index: 1000; /* Ensure it's above other elements */
   padding: 0;
   transition: top 0.3s ease; /* Smooth hide/reappear */
   font-size: 13px;
}

.navbar ul {
   list-style-type: none; /* Remove bullet points */
   margin: 0;
   padding: 0;
   display: flex; /* Arrange list items in a row */
   justify-content: space-around; /* Space items evenly */
}

.navbar li {
   position: relative; /* For dropdown menu positioning */
   display: inline-block;
}

.navbar a {
   text-decoration: none; /* Remove underline */
   display: block;
   color: white; /* Link color */
   padding: 15px 10px; /* Add padding */
   transition: background-color 0.3s ease; /* Smooth hover effect */
}

.navbar a:hover {
   background-color: #575757; /* Hover background color */
   border-radius: 5px;
}

/* Dropdown Menu Styling */
.dropdown {
   visibility: hidden; /* Initially hidden */
   opacity: 0; /* Make it invisible initially */
   position: absolute;
   top: 100%; /* Position dropdown directly below parent */
   left: 0;
   background-color: #000000; /* Dropdown background */
   min-width: 200px; /* Dropdown width */
   box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Add shadow */
   z-index: 1001; /* Ensure it's above other elements */
   padding: 0; /* Remove default padding */
   margin-top: 5px; /* Small gap between the navbar item and the dropdown */
   transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

.dropdown li {
   display: block; /* Stack dropdown items vertically */
}

.dropdown a {
   padding: 10px 20px; /* Add padding to dropdown links */
   color: white;
}

.dropdown a:hover {
   background-color: #575757; /* Hover color for dropdown items */
}

/* Show Dropdown on Hover */
.nav-item:hover .dropdown {
   visibility: visible; /* Make dropdown visible on hover */
   opacity: 1;
	display: block;/* Fade in effect */
}

.cover-txt-1 {
	display: flex;
	gap: 25px;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	color: black;
	text-align: center;
		
}

.title-box-1 {
	animation: ani1 4s infinite;
}

.title-box-2 {
	animation: ani2 4s infinite;
}

.title-box-3 {
	animation: ani3 4s infinite;
}

@keyframes ani1 {
	0% {
		opacity: 1;
	}
	
	12% {
		opacity: 0;
	}
	
	24% {
		opacity: 1;
	}
}

@keyframes ani2 {
	36% {
		opacity: 1;
	}
	
	48% {
		opacity: 0;
	}
	
	60% {
		opacity: 1;
	}
}

@keyframes ani3 {
	72% {
		opacity: 1;
	}
	
	84% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.container{
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.card{
	background-color: white;
	width:300px;
	height: 490px;
	margin: 10px;
	border-radius: 10px;
	color: black;	
}

.card-par {
	position: relative;
	top: -20px;
	text-align: center
	

}

.img {
	height: 50%;
	background-size: cover;
	border-radius: 10px;
}


.knop{
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	position: relative;
	top: -20px;
}

.card h2{
	padding: 10px
}

.card p{
	padding: 10px
}

.knop-2 {
	text-decoration: none;
	color: black
}

.knop-2:hover {
	color: white
}

.card:hover{

	color: white;
	cursor: pointer;
	transform: scale(1.05);
	transition: all 0.5s ease;
}

.container-acc {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.acc-card {
	height: 350px;
	width: 180px;
	background-color: white;
	margin: 12px;
	border-radius: 10px;
	
}

#acc-card-tx-1 div h3 {
	margin-bottom: -3.3px
}

.acc-card p center {
	margin: 8px;
	height: 80px;
}




@media screen and (max-width: 450px) {
	.acc-card {
		margin: 35px;
		width: 70%;
	}
}

@media screen and (max-width: 650px) {
	.acc-card {
		margin: 35px;
		
	}
}

.acc-card-img {
	height: 40%;
	width: 100%;
	background-color: black;
	border-radius: 10px;
	padding: 0px;
	background-size: cover;
	display: block
	
}

#acc-card-img-1 {
	background-image: url('skirting.jpg');
	background-size: cover;
	display: block
}

#acc-card-img-2 {
	background-image: url('underlay-cover.jpg');
	background-size: cover
}

#acc-card-img-3 {
	background-image: url('heating.jpg');
	background-size: cover
}
	
#img-1 {
	background-image: url('laminate-flooring.jpg')
}

#img-2 {
	background-image: url('vinyl-1.jpg')
}

#img-3 {
	background-image: url('carpet.jpg')
}

#img-4 {
	background-image: url('blinds.jpg')
}

.navbar2 ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: black;
	overflow: hidden;
	width: 100%

}
.navbar2 a {
	text-decoration: none;
	display: block;
	color: white;
	padding: 20px
}

.navbar2 li {
	text-align: center
}


.container-2{
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.card-floor{
	background-color: white;
	width:220px;
	padding: 10px;
	height: 330px;
	margin: 10px;
	border-radius: 10px;
	color: black;

	
}

.img-floor {
	height: 60%;
	background-size: cover;
	border-radius: 10px;
}

.knop-floor{
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	display: block;
	text-align: center
}

.card-floor h2{
	padding: 5px
}

.card-floor p{
	padding: 10px
}


.card-floor:hover{
	background-color: black;
	cursor: pointer;
	transform: scale(1.05);
	transition: all 0.5s ease;
	.card-floor-k h3 {
		 color: white
	 }
}

.card-floor:hover{
	background-color: black;
	cursor: pointer;
	transform: scale(1.05);
	transition: all 0.5s ease;
	.card-floor-p h3 {
		 color: white
	 }
}

.card-floor-k:hover {
	background-color: green;
	color: white
}

.card-floor-logo img {
	height: 52px;
	display: flex;
	position: relative;
	top: -12px;
	left: 52px
}


.kw-1 {
	font-size: 10px;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1px
}

.back img {
	height: 40px;
}

.back {
	display:flex;
	justify-content: center;
	align-items: center;
	top: 10px;
	position: relative;
}

.abt-us {
	margin: 20px
}

.back img:hover {
	transform: scale(1.05);
	transition: all 0.2s ease;
}

.card-container {
	margin-top: 20px;
	margin-left: 20px
}

.color-box {
	display: block;
	height: 20px;
	width: 20px;
	margin-left: 10px;
	border: 2px solid black	;
	position: relative;
	left: -5px
	
	
}
.colors {
	display: flex;
	justify-content: center;
	align-items: center;
}

#k-3box-1 {
	background-color: aba298
}

#k-3box-2 {
	background-color: d99c58
}

#k-3box-3 {
	background-color: a6651f
}

.colors {
	display: flex;
	justify-content: center;
	align-items: center
}

#img-text {
	bottom: 0px;
	display: block;
	width: 280px;
	height: 50px;
	background-size: 100px;
	border: 3px solid black;
	background-repeat: no-repeat;	
	display: flex;
	justify-content: center;
	align-items: center;
}

#img-text img {
	height: 50px
}

.cover-txt-1 {
	font-size: 13px
}

.card-image {
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.floating-btn {
	width: 45px;
	height: 45px;
	background-image: url('wl.png');
	background-size: cover;
	display: flex;
	color: white;
	border-radius: 50%;
	font-size: 40px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 2px 2px 5px black;
	border: 5px solid;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999
}

.floating-btn:hover {
	transform: scale(1.05);
	transition: all 0.3s ease;
	border:  5px solid lime
}

.floating-btn-2 {
	width: 45px;
	height: 45px;
	background-image: url('ml.png');
	background-size: cover;
	display: flex;
	color: white;
	border-radius: 50%;
	font-size: 40px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 2px 2px 5px black;
	border: 5px solid;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 999
}

.floating-btn-2:hover {
	transform: scale(1.05);
	transition: all 0.3s ease;
	border:  5px solid firebrick
}

.video-1 {
	display: block;
	margin: auto
}

.cover-image {
	width: 95%;
	height:450px ;
	display: block;
	margin: auto;
}

.cover-text {
	text-align: center;
	margin-top: -120px;
	z-index: 999;
	margin-bottom: 50px;
	display: block;
	background-color: white;
	color: black;
}

.logo img {
	width: 80%
}


.tags {
	display: flex;
	flex-direction: column;
	align-items: center
}

.card-var-k {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -67px;
	margin-bottom: -132px;
	color: black;
	text-decoration: none;
}

#card-floor-k:hover {
	color: green
}

.card-floor-k {
	text-decoration: none
}

#img-floor-1-2 {
	background-image: url('vision.jpg');
	background-size: cover
}

#img-floor-1-3 {
	background-image: url('country-style.jpg');
	background-size: cover
}

#knop-floor-kaindl {
	position: relative;
	top:-50px;
	margin-bottom: -20px
}

#card-floor-logo-c {
	position: relative;
	left: -40px
}

#knop-floor-c {
	position: relative;
	top: 15px
}

#card-floor-logo-black-forest img {
	height: 70px;
	position: relative;
	left: 40px;
	top: -12px
}

#knop-floor-black-forest {
	position: relative;
	top: -26px
}

#knop-floor-p {
	position: relative;
	top: 15px
}

#img-floor-1 {
	background-image: url('kaindl-card.jpg');
	background-size: cover;
}

#img-floor-2 {
	background-image: url('classen-cover.jpg');
	background-size: cover;
}

#img-floor-2-2 {
	background-image: url('home-oak.jpg');
	background-size: cover;
}

#img-floor-2-3 {
	background-image: url('solido eliete.jpg');
	background-size: cover;
}

#img-floor-3 {
	background-image: url('hydrosafe main.jpg');
	background-size: cover;
}

#img-floor-4 {
	background-image: url('picaso-cover.jpg');
	background-size: cover;
}

#img-floor-4-2 {
	background-image: url('peli.jpg');
	background-size: cover;
}

#img-floor-5 {
	background-image: url('finfloor-cover.jpg');
	background-size: cover;
}

#img-floor-5-1 {
	background-image: url('natura-cover.jpg');
	background-size: cover;
}


#img-floor-6 {
	background-image: url('floorpan-cover.jpg');
	background-size: cover;
}

#img-floor-7 {
	background-image: url('pergo-cover.jpg');
	background-size: cover;
}

#img-floor-8 {
	background-image: url('quick-step-cover.jpg');
	background-size: cover;
}

#img-floor-9{
	background-image: url('egger-cover.jpg');
	background-size: cover;
}

#img-floor-10{
	background-image: url('vibrance-cover.jpg');
	background-size: cover;
}

#img-floor-11{
	background-image: url('supreme-cover.jpg');
	background-size: cover;
}

#img-floor-12{
	background-image: url('kronotex-cover.jpg');
	background-size: cover;
}

#img-floor-13{
	background-image: url('herringbone.jpg');
	background-size: cover;
}

#img-floor-14{
	background-image: url('black-forest-cover.jpg');
	background-size: cover;
}


#card-floor-logo-classen img {
	position: relative;
	height: 50px;	
	top: -10px
}

#knop-floor-kaindl {
	position: relative;
	top: 15px
}

#knop-floor-classen {
	position: relative;
	top: 0px
}

#knop-floor-floorpan {
	position:relative;
	top: 13px
}

#knop-floor-quick-step {
	position:relative;
	top: -25px
}

#knop-floor-kronotex {
	position:relative;
	top: 9px
}

#knop-floor-supreme {
	position:relative;
	top: -7px
}

#knop-floor-herringbone {
	position: relative;
	top: 61px
}

#knop-floor-pergo {
	position: relative;
	top: 5px
}

#knop-floor-bella {
	position: relative;
	top: -25px
}

#knop-floor-natura {
	position: relative;
	top:-25px
}

#knop-floor-pergo {
	position: relative;
	top: 0px
}

#knop-floor-traviata {
	position: relative;
	top: -6;
}

#knop-floor-herringbone{
	position: relative;
	top: 50
}

#card-floor-logo-traviata img {
	position: relative;
	left: 26px;
	height: 50px;
}

#card-floor-logo-picaso img {
	position: relative;
	left: 38px;
	height: 50px
}

#card-floor-logo-finfloor img {
	position: relative;
	height: 75px;
	left: 36px;
	top: -20px
}

#card-floor-logo-floorpan img {
	position: relative;
	height: 32px;
	left: 12px;
	top: 20px
}

#card-floor-logo-pergo img {
	position: relative;
	height: 45px;
	left: 9px
}

#card-floor-logo-quick-step img {
	position: relative;
	height: 70px;
	left: 6px;
	top: -12px
	
}

#card-floor-logo-egger img {
	position: relative;
	height: 45px;
	left: 10px
}

#card-floor-logo-vibrance img {
	position: relative;
	height: 45px;
	left: 14px
}

#card-floor-logo-supreme img {
	position: relative;
	height: 52px;
	left: 5px
}

#card-floor-logo-kronotex img {
	position: relative;
	height: 35px;
	left: 8px
}

#card-floor-logo-Herringbone {
	text-decoration: none;
	font-size: 22px;
	color: black;
	text-align: center
}

#v-box-1{
	background-color: c1beba
}

#v-box-2{
	background-color: c7bbab
}

#v-box-3{
	background-color: bcad99
}

#v-box-4{
	background-color: ac8f6a
}

#v-box-5{
	background-color: 998163
}

#v-box-6{
	background-color: d8ad78
}

#v-box-7{
	background-color: b0824a
}

#v-box-8{
	background-color: 8c612c
}

#v-box-9{
	background-color: 5d3d16
}

#e-box-1 {
	background-color: d3d3d3
}

#e-box-2 {
	background-color: dda364
}

#e-box-3 {
	background-color: b09263
}

#e-box-4 {
	background-color: e9bc77
}

#e-box-5 {
	background-color: 857050
}

#e-box-6 {
	background-color: 6d5734
}

#s-box-1 {
	background-color: bdad92
}

#s-box-2 {
	background-color: ad9875
}

#s-box-3 {
	background-color: 8d7245
}

#s-box-4 {
	background-color: ac9164
}

#p-box-1 {
	background-color: d6cec0
}

#p-box-2 {
	background-color: d8c7aa
}

#p-box-3 {
	background-color: cbb99b
}

#p-box-4{
	background-color: cbb99b
}

#p-box-5{
	background-color: 928165
}

#p-box-55 {
	background-color: c8b390
}

#p-box-6{
	background-color: c5a775
}

#p-box-7 {
	background-color: 99825b
}

#p-box-8 {
	background-color: d4a260
}

#p-box-9 {
	background-color: 835820
}

#b-box-8 {
	background-color: 5f3e12
}

#fp-box-8 {
	background-color: b1ada7
}

#b-box-99 {
	background-color: 887353
}

#b-box-88 {
	background-color: e0ba80
}

#q-box-5 {
	background-color: 623302
}

#v-box-88 {
	background-color: a32b24
}

#s-box-7 {
	background-color: c77046
}

#ro-box-6 {
	background-color: ab8c69
}

#ot-box-7 {
	background-color: 6c6969
}

#al-box-6 {
	background-color: 363534
}

#al-box-5 {
	background-color: 5a422a
}

#vinyl-cover-1 {
	background-image: url('leno main.jpg');
	background-size: cover
}

#vinyl-cover-2{
	background-image: url('dezign main.jpg');
	background-size: cover
}

#vinyl-cover-3 {
	background-image: url('greentouch main.jpg');
	background-size: cover
}

#vinyl-cover-4 {
	background-image: url('belgotex main.jpg');
	background-size: cover
}

#card-floor-logo-dez {
	position: relative;
	left: -35px;
	top: -9px;
	
}

#card-floor-logo-bel {
	position: relative;
	left: -32px;
	top: -5;

	
}

#card-floor-logo-green {
	position: relative;
	top: -7px;
	
}

#card-floor-logo-leno {
	position: relative;
	top: -8px;
	
}

#card-floor-logo-hydro {
	position: relative;
	left: 15px;
}

#mir-box-5 {
	background-color: 8a8785
}

#v-box-4444 {
	background-color: a9a39e;
}

.carpet-logos {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cover-container {
	display: flex;
	justify-content: space-around;

}

.margin-class{
	padding: 17px;
}

.pmargin {
	margin: 15px
}

.rg-des {
	margin: 20px
}

#belgotex-c-logo {
	position: relative;
	top: -3
}

.carpet-cover {
	margin-bottom: -25px
}

.carpet-logos:hover {
	transform: scale(1.05);
	transition: all ease 0.3s
}

.range-but {
	text-decoration: none;
	color: white;
	display: block;
	background-color: black;
	padding: 10px;
	width: 70px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -15px
}

.range-but:hover {
	transform: scale(1.05);
	transition: all ease 0.3s
}

.clist {
	text-align: center;
}

.ul-bel {
	list-style-type: none;
	position: relative;
	left: -17px
}

.grass-logo {
	display: flex;
	align-items: flex sart;
	justify-content: center;
	gap: 15px
}



.grass-logo-s {
	align-self: center;
	display: flex;
	
}

.grass-mar {
	margin: 15px
}

.grass-img-a {
	border-radius: 10px;
	padding: 15px
}

.blind-card {
	display: flex;
	align-items: center;
	gap: 50px;
	max-width: 800px;
} 

.blinds-img {
	border: 3px solid black;
	border-radius: 20px;
	display: flex;
	position: relative;
	left: 10px;
}

.b-card-p {
	flex: 1;
}

.b-card-p h3 {
	margin: 0 0 10px 0;
}

.b-card-p p {
	margin: 0;
}

.contact-form {
    width: 95%;
    max-width: 400px;           /* Max width for the form */
    margin: 0 auto;             /* Center form on the page */
    padding: 20px;
    border: 1px solid #ccc;     /* Light border around form */
    border-radius: 8px;         /* Rounded corners */
    background-color: #f9f9f9;  /* Light background color */
}

.contact-form label {
    display: block;             /* Make labels block to stack them */
    margin-bottom: 5px;         /* Space between label and input */
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;                /* Make inputs and textarea full-width */
    padding: 10px;              /* Add padding inside inputs */
    margin-bottom: 15px;        /* Space below each input */
    border: 1px solid #ccc;     /* Border for inputs */
    border-radius: 4px;         /* Rounded corners */
    font-size: 14px;
}

.contact-form textarea {
    resize: vertical;           /* Allow resizing the textarea vertically */
}

.contact-form button {
    padding: 10px 15px;         /* Button padding */
    background-color: red;  /* Green background */
    color: white;               /* White text color */
    border: none;               /* Remove border */
    border-radius: 4px;         /* Rounded corners */
    cursor: pointer;            /* Pointer cursor on hover */
    font-size: 16px;
}

.contact-form button:hover {
    transform: scale(1.05);
	transition: all ease 0.2s;
}

.container-k {
    display: flex;
    gap: 2px; /* Space between columns */
}

.column-k{
    flex: 1; /* Equal width columns */
}

.item {
    margin-bottom: -8px; /* Space between items */
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.column-k {
	font-size: 10px
}

@media screen and (max-width: 768px) {
    body{
     background-color: white;
    }
  }

  .acc-card-link {
	text-decoration: none;
	color: black;
  }


.acc-card:hover {
	cursor: pointer;
	transform: scale(1.05);
	transition: all 0.5s ease;
}


.acc-card-tx {
	padding: 0 10px 0 10px;
	
}

  .knop-55{
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	position: relative;
	
}

.img-row {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.img-row img {
	width: 30%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
	aspect-ratio: 1 / 1; /* Maintain square aspect ratio */
}

.sk-par {
	font-size: 1.1rem;
	margin: 10px;
}

.par-cont {
	padding: 10px;
	color: black;

}

.knop-g {
	background-color: black;
	color: white;
	text-decoration: none;
	padding: 13px;
	border-radius: 50px;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	display: inline-block;
	transition: all ease 0.3s;
}

.knop-g:hover {
	
	transform: translate(-50%, -50%) scale(1.1);

}

.par-cont {
	position: relative;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	padding: 20px;
}
.photo {
	border: 2px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	
}
.photo img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1 / 1; /* Maintain square aspect ratio */
}

#heading{
position: absolute;
width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  
}

@media screen and (max-width: 600px){
.container-acc
 {
    margin-bottom: -60px;
}
}

.min-metta {
   color: white;
}

h1, h2, h3, h4, h5, h6, .abt-us {
  color: #000; /* or black if you want: #000 */
}

.social-footer {
  text-align: center;
  padding: 20px 20px;
  background: #000;
  color: white;
  margin-top: 40px;
}

.social-footer p {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.social-icons a {
  color: white;
  font-size: 1.8rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-icons a:hover {
  color: #84d2ff;
  transform: scale(1.2);
}

/* Section wrapper */
.content-section {
  background:white;
  padding: 40px 20px;
  margin: 40px 0;
  /* remove flexbox */
  display: block;  /* default */
  text-align: center; /* optional */
}


/* Card container */
.content-container {
  max-width: 900px;
  background: #fff;           /* white card */
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0;                  /* no internal margin */
}

/* Hover effect for cards */
.content-container:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Headings inside each card */
.content-heading {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  letter-spacing: 1px;
  position: relative;
}

/* Red underline below headings */
.content-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #d32f2f;
  margin: 10px auto 25px;
  border-radius: 2px;
}

/* Paragraph text */
.content-container p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Buttons inside blocks */
.content-button {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 25px;
  transition: background 0.3s ease, transform 0.3s ease;
  margin-top: 15px;
}

.content-button:hover {
  background: #b71c1c;
  transform: scale(1.05);
}

/* iFrame inside a card */
.content-container iframe {
  border: 0;
  width: 100%;
  border-radius: 15px;
  margin-top: 20px;
}

/* Responsive adjustments for mobile */
@media (max-width: 600px) {
  .content-container {
    padding: 25px 20px;
  }

  .content-heading {
    font-size: 1.6rem;
  }

  .content-container p {
    font-size: 1rem;
  }

  .content-button {
    padding: 10px 22px;
    font-size: 0.95rem;
  }
}




.content-section { margin: 0; }



.keyword-card {
  position: relative;
  width: 100%;
  height: 300px; /* adjust as needed */
  background: #fff; /* optional card background */
  overflow: hidden;
  border-radius: 20px;
}

.keyword-card .keyword-word {
  position: absolute;
  font-size: 14px;
  color: #858585; /* default word color */
  cursor: pointer;
  user-select: none;
  transition: transform 0.2s, color 0.2s;
}

.keyword-card .keyword-word:hover,
.keyword-card .keyword-word.active {
  color: #d32f2f;
  transform: scale(1.2);
}

.keyword-card {
    padding: 10px;
}









/* Product & accessory card layout */
.container, .container-acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
}

.card, .acc-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 20px;
  flex: 1 1 220px; /* responsive sizing */
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.card .img, .acc-card .acc-card-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card h2, .acc-card h3 {
  margin: 10px 0;
  font-size: 1.4rem;
  color: #333;
}

.card-par, .acc-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.knop, .knop-55 {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

.knop:hover, .knop-55:hover {
  background: #b71c1c;
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container, .container-acc {
    justify-content: center;
  }
}


.container-acc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0;
}

.acc-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 20px;
  flex: 1 1 220px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* ensures button stays at bottom */
}

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

.acc-card-img {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.acc-card h3 {
  margin: 10px 0;
  font-size: 1.3rem;
  color: #333;
}

.acc-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 15px;
}

.knop-55 {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
  align-self: center; /* centers button */
}

.knop-55:hover {
  background: #b71c1c;
  transform: scale(1.05);
}






#key-sec {
    padding-top: 80px;
}





.divider {
  border: none;
  margin: 0;
  margin-bottom: -30px;
}


.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* optional spacing between cards */
}

.card {
  display: flex;
  flex-direction: column; /* stack elements vertically */
  justify-content: space-between; /* push button to bottom */
  height: 100%; /* make the card take full container height */
  padding: bottom: 100px;
}

.card-par {
  flex-grow: 1; /* lets the paragraph expand to fill space */
}


/* ===== Contact CTA Section ===== */
.contact-actions {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #fff;
 
}

.contact-actions h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #111;
}

.contact-actions p {
  color: #555;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.cta {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cta:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Button colors */
.cta.call {
  background-color: #d80000;
}

.cta.whatsapp {
  background-color: #25D366;
}

.cta.email {
  background-color: #0078ff;
}

/* ===== Map Section ===== */
.map-section {
  text-align: center;
  background: #f7f7f7;
  padding: 1rem 1rem 3rem; /* smaller top padding */
  margin-top: 0; /* remove extra top gap */
  position: relative;
  top: -20px;
}

.map-section h2 {
  color: #111;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.map-container {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#cont-pp {
    margin-top: -20px;
}

.floating-btn-3 {
	width: 45px;
	height: 45px;
	background-image: url('call.png');
	background-size: cover;
	display: flex;
	color: white;
	border-radius: 50%;
	font-size: 40px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	box-shadow: 2px 2px 5px black;
	border: 5px solid;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 999
}

.floating-btn-3:hover {
	transform: scale(1.05);
	transition: all 0.3s ease;
	
}
