@import url('https://googleapis.com');

html{
  height:100%;
  margin-top:0px;

}

.reenie-beanie-regular {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
}

 
  body {
  font-family: 'Reenie Beanie', cursive;
  color:#000;
}




body {
  margin: 0;   /* allow banner/nav to be flush */
  background-image: url("background.jpg")
 
}

#site-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
html {
  scroll-behavior: smooth;
}

#site-nav {
  position: sticky;
  top: 0;
  width: 40%; 
  margin: 0 auto; 
  background-color: #000; 
  z-index: 1000;
  border-radius: 2px 2px 0 0; 
  padding: 0px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3); 
}

#site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around; 
}

#site-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
}

#site-nav a:hover {
  color: #aaa; 
}

.photo p {
  margin-top:10px;
   color: #ffffff;
  height:auto;
  width:300px;
  margin-left:10px;
 

}

.photo img{
  border: 1px solid;
  border-color:#000000;
  margin-top: 50px;
  margin-left: 10px;
 padding-right: 2px;
  height:auto;
  float: left;
  max-width:400px;
  display: inline-flex;
}

#main{
background-color: rgb(255, 255, 255);
background-image: url("behang.jpg");
justify-content:center;
height:100%;
width:90%;
margin-bottom: 0%;
}


.about-section {
  
  align-items: center;
  justify-content:center;
  border-style: dashed; 
  border: 3px dashed; 
  border-color:#43B3AE;
  border-radius: 2px; 
  height: 300px;
  padding:5px;
  margin-left:5px;
  margin-right:5px;
}

.about-section .about.me{
   text-align: center;  
  font-weight: bold;
  font-size: 30px;    
  margin-bottom: 10px; 
}
.about-section p {
  text-align: left;   
  font-size: 30px; 
  margin: 5px;     
  max-width: 600px;    
}

* {box-sizing:border-box}
.services-container{
   margin: 40px 5px;
  position: relative;
  padding-bottom: 60px;
  border: 3px solid;
  border-color:#43B3AE;
  border-radius: 8px;

}
/* Services header */
.services-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
}


/* Hide the images by default */
.mySlides {
  display: none;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 75%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #000000;
  font-size: 30px;
  padding: 8px 12px;

  position: absolute;
  top:60px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 60;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-top: 20px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;

}
.dots-wrapper {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}


.active, .dot:hover {
  background-color: #000000;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Form Container */
form {
  max-width: 700px;      
  margin: 50px auto;      
  padding: 20px;
  
  
  border-radius: 1px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
 font-family: 'Reenie Beanie', cursive;
}

/* Row for Name + Email */
form input[name="name"],
form input[name="email"] {
  padding: 12px 15px;
   background-color:#fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 30px;
  margin-bottom: 20px;
}


form input[name="name"],
form input[name="email"] {
  display: inline-block;

  vertical-align: top;
}

form input[name="email"] {
  margin-left: 20px; 
}

/* Message box */
form textarea[name="message"] {
  width: 100%;
  min-height: 150px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background-color:#fff;
  border-radius: 3px;
  font-size: 30px;
  margin-bottom: 20px;
  resize: vertical;
}

/* Submit Button */
form button {
  width: 100%;
font-family: 'Reenie Beanie', cursive;
  padding: 14px;
  border: 1px solid black;
  border-radius: 3px;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

form button:hover {
  background-color: #93a1fe;
  transform: scale(1.02);
}

/* Placeholder styling */
form input::placeholder,
form textarea::placeholder {
  color: #000000;
  font-family: "Reenie Beanie", cursive;
  
}

/* Responsive: stack name + email on mobile */
@media (max-width: 768px) {
  form input[name="name"],
  form input[name="email"] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
/* Remove default blue outline and make it black on focus */
form input:focus,
form textarea:focus {
  outline: 2px solid #000000; /* black outline */
  box-shadow: 0 0 5px rgba(0,0,0,0.3); /* subtle shadow */
}
#price-info {
 
  border: 3px solid; /* width of the border */
  border-color:#43B3AE;
  border-radius: 8px; /* optional rounding */
  padding: 20px;
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 40px;
}
.contact-section {
  
  border: 3px solid;
  border-color: #43B3AE;
  border-radius: 8px;
  padding: 25px;
  margin: 40px 5px;
}
.contact-section .contact.me {
  text-align: center;  
  font-weight: bold;
  font-size: 30px;    
  margin-bottom: 10px; 
}


.contact-section p {
  text-align: left;    
  margin: 5px;     
  font-size: 30px;  
  max-width: 600px;    
}
#faq-section {
 
  border: 3px solid;
 border-color: #43B3AE;
  border-radius: 8px;
  padding: 25px;
  margin: 40px 5px;
font-size: 30px;
  
}

#faq-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h4 {
  font-size: 30px;
  margin-bottom: 6px;
  font-weight: bold;
}

.faq-item p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.background-footer {
 
  background-image: url('photo.jpeg'); 
  
  
 
  background-size: cover; 
  

  
  background-position: center; 
  background-repeat: no-repeat;
  

  padding: 60px 20px; 
  color: white; 
  text-align: center;
height:500px;
}
