body {
	margin:0;
	font-family:'Poppins', sans-serif;
	color:#FFF;
	background:#0a0a0a;
}
.info{
	padding-bottom:30px;
	color:#FFF;
}
.infotitul{
	padding-bottom:5px;
	color:#FFF;
}
.container {
	max-width:1200px;
	margin:auto;
	padding:20px;
	text-align: center;
}
h1 { font-size:40px; font-weight:700; }
h2 { font-size:32px; margin-bottom:10px; }
p { color:#bbb; }
.gold { color:#d4af37; }

.btn {
  background: linear-gradient(135deg,#d4af37,#f5d77a);
  color:#000;
  padding:14px 28px;
  border-radius:30px;
  text-decoration:none;
  display:inline-block;
  font-weight:600;
  box-shadow:0 8px 25px rgba(212,175,55,0.4);
}

.hero {
  background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.85)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
  background-size:cover;
  background-position:center;
  color:white;
  padding:140px 20px;
  text-align:center;
}

.section { padding:80px 20px; }
.grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px; }

.card {
  padding:30px;
  border-radius:20px;
  background:#111;
  border:1px solid rgba(212,175,55,0.2);
  box-shadow:0 10px 30px rgba(0,0,0,0.5);
  transition:0.3s;
}
.card:hover {
	transform:translateY(-5px);
	border-color:#CCC;
	color: #fff;
}

.form-box {
  background:#111;
  padding:40px;
  border-radius:20px;
  border:1px solid rgba(212,175,55,0.2);
  box-shadow:0 10px 40px rgba(0,0,0,0.6);
  max-width:500px;
  margin:auto;
}

input, select {
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border-radius:8px;
  border:1px solid #333;
  background:#0a0a0a;
  color:#fff;
}

/* FLOATING CONTACT BUTTONS */
.floating-buttons {
  position:fixed;
  bottom:70px;
  right:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  z-index:999;
}

.float-btn {
  padding:14px 18px;
  border-radius:50px;
  color:white;
  text-decoration:none;
  font-weight:600;
  box-shadow:0 8px 20px rgba(0,0,0,0.4);
}

.whatsapp { background:#25D366; }
.sms { background:#007AFF; }

.footer {
	background:#000;
	color:#777;
	width:100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
	}

.footer .fleft {
	float: left;
    width: 33.33333%;
    position: relative;
	}
	
.footer .fmid {
	float: left;
    width: 35.33333%;
    position: relative;
    padding-bottom: 10px;
	}
	
.footer .fright {
	float: left;
    width: 31.33333%;
    position: relative;
	}

#form .container p style {
	text-align: center;
}

/*menu bar*/
#header {
  display:flex; 
  justify-content: center; /* center everything */
  align-items: center;
  margin-top: 20px;
  padding: 0 260px; /* prevent crawling on the logo */
}

.img{
  position: absolute; /* remove the logo from the flow */
  left: 20px;   /* move the logo to left */
  height: 48px;
  width: 100px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 50px;
  text-decoration: none;
}

ul li a:hover {
  background: linear-gradient(135deg,#d4af37,#f5d77a);
  color: #000;
  border-radius: 5px;
}

/*Calendly*/
#ed-1150739216 { 
    position:fixed;
    margin: 0px 32.8% 30px 42%; }

.appointment {
	align-items:
	center; margin-left: 50%;
	text-align: center;
	width: 40rem;
	max-block-size: 40rem;
	max-width: 40rem; }

.calendly-button {background: linear-gradient(135deg,#d4af37,#f5d77a);
  color:#000;
  font-size:20px;
  margin-bottom:60px;
  padding:18px 20px;
  border-radius:30px;
  text-decoration:none;
  display:inline-block;
  font-weight:700;
  box-shadow:0 8px 25px rgba(212,175,55,0.4);}
  .calendly-button:hover { background-color: rgb(0, 82, 204); }


/* Slideshow container */
* {box-sizing: border-box}

.slideshow-container {
  position: relative;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  box-shadow:0 3px 50px rgba(0,0,0,0.9);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

.dot-container {
    text-align: center;
    padding: 20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:#FFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

q {font-style: italic;}

.author {color: cornflowerblue;}
