.container {
	max-width: 100vw;
	margin: 0 auto;
	padding: 1.5rem 0;
}

main {
	margin-bottom: 6rem;
}

body {
	font-size: 18px;
}

h2 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 0;
}

h3 {
	font-size: 30px;
}

i {
	margin-right: 8px;
}

hr {
	border-top: 1.5px solid #d4af37;
	width: 104px;
	margin: 0.5rem auto 1rem;
}

form {
	max-width: 100%;
}

/* ****************** */
.header {
	text-align: center;
	width: 50%;
	margin: 0 auto 4rem auto;
}

.header p {
	margin: 0 auto;
	max-width: 500px;
}

/* main div with div for form and contactus with background image */


.contact-us {
   display: flex;
   flex-direction: column;
   align-items: center; 
   justify-content: center; 
  width: 100%; 
  max-width: 1000px;
   text-align: center;
}

.contact-us h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  width: 100%;
}

.contact-details span {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  width: 100%;
}

.contact-details i {
  margin-right: 12px;
  font-size: 1.5rem;
  color: #fffbe6;
}

.map-container {
  width: 100%;
  max-width: 800px; /* Adjust max width as needed */
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.contact-us iframe {
  width: 100%;
  height: 400px; /* Adjusted height */
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(191, 161, 46, 0.12);
  border: none;
}


.contact-us {
  width: 37%;
  min-height: 350px;
  background: linear-gradient(120deg, rgba(212,175,55,0.85) 0%, rgba(191,161,46,0.85) 100%), 
    url('../img/contact.jpg') center top/cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(212,175,55,0.10);
  padding: 2rem 2rem 1.5rem 2rem;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
}

.contact-us h3 {
  margin-left: 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 1.2rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.contact-us > span {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: rgba(0,0,0,0.08);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.contact-us i {
  margin-right: 12px;
  font-size: 1.5rem;
  color: #fffbe6;}
.contact-us iframe {
  margin-top: 2rem; /* Increased margin to give space */
  border-radius: 10px; /* Slightly larger border radius for a more elegant look */
  box-shadow: 0 4px 16px rgba(191,161,46,0.15); /* Slightly heavier shadow for depth */
  border: none;
  width: 100%;
  height: 280px; /* Increased height for better visibility */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

/* Adding a hover effect to give it more interactivity */
.contact-us iframe:hover {
  transform: scale(1.03); /* Slight zoom effect */
  box-shadow: 0 6px 20px rgba(191,161,46,0.2); /* More intense shadow on hover */
}

/* Responsive improvements */
@media only screen and (max-width: 1000px) {
  .contact-us {
    width: 80%;
    padding: 1.5rem 1rem;
  }
  .contact-us > span {
    font-size: 1rem;
    padding: 0.5rem 0.8rem;
  }
}

@media only screen and (max-width: 850px) {
  .contact-us {
    width: 95%;
    min-height: 300px; /* Increased height to ensure content fits */
    padding: 1.2rem 0.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-us h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem; /* Ensuring proper spacing */
  }

  .contact-us iframe {
    height: 200px; /* Slightly increased height for better visibility */
    width: 100%; /* Ensure full width */
    max-width: 100%; /* In case there's any overflow */
  }
}


@media only screen and (max-width: 500px) {
  .contact-us {
    width: 100%;
    padding: 1rem 0.3rem;
    min-height: 180px;
  }
  .contact-us h3 {
    font-size: 1.2rem;
  }
  .contact-us iframe {
    height: 120px;
  }
}
@media only screen and (max-width: 850px) {
	.contact {
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		padding: 0 1.5rem;
		height: 90%;
	}

	.contact-form {
		width: 85%;
	}

	.contact-us {
		width: 85%;
		height: 25%;
		color: white;
		padding: 2rem 0;
	}

	.contact-detail {
		flex-direction: column;
	}

	#email,
	#name {
		width: 100%;
	}

	textarea {
		height: 60%;
	}
}
@media only screen and (max-width: 500px) {
	.header {
		width: 70%;
	}

	#comment {
		height: 250px;
	}

	.contact {
		width: 95%;
	}

	.contact-form {
		width: 95%;
	}

	.contact-us {
		width: 95%;
		height: 25%;
		color: white;
		padding: 2rem 0;
	}
}
.section {
  background: whitesmoke;
  padding: 3rem 2rem;
  margin: 2rem auto;
  border-radius: 12px;
  max-width: 960px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.section:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

/* Headers */
h2 {
  font-size: 2.2rem;
  color: #1c1c1c;
  margin-bottom: 0.5em;
  font-weight: 600;
}

h2 span {
  color: #7c3aed; /* Elegant purple */
}

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #444;
  margin-top: 1.5rem;
}

/* Host Section */
.host-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.host-photo {
  flex: 1;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.host-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.host-text {
  flex: 2;
}

.contact-info {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #555;
}

.contact-info p {
  margin: 0.3rem 0;
}

/* Amenities Section */
.amenities ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.amenities li {
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 4px solid #e0e0e0;
}

.header-image {
  width: 100%;
  border-radius: 12px;
  margin: 1.5rem 0;
  object-fit: cover;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}


/* Responsive */
@media (max-width: 768px) {
  .host-info,
  .check-section {
    flex-direction: column;
  }

  .host-photo,
  .check-image {
    max-width: 100%;
  }
}
.gold-link {
  color: gold;                    /* Always gold */
  text-decoration: none;          /* Remove underline */
  font-size: 24px;                /* Optional: size of dot */
  padding: 4px 8px;               /* Optional: clickable area */
}

.gold-link:hover {
  color: goldenrod;               /* Darker gold on hover */
  text-decoration: none;
  cursor: pointer;
}
 .floating_btn {

   position: fixed;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background-color: goldenrod;
     color: white;
     padding: 15px 25px;
     border-top-left-radius: 16px;
     border-bottom-left-radius: 16px;
     font-weight: bold;
     text-decoration: none;
     box-shadow: 0 4px 10px rgba(0,0,0,0.3);
     z-index: 10000;
     font-family: Arial, sans-serif;
     cursor: pointer;
     transition: background-color 0.3s, box-shadow 0.3s;
 }