body{
 background: #f8fafc;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* NAVBAR */
.navbar {
    display: flex;
    align-items: center;
    height: 80px;
    background: black;
    padding: 0 40px;
}

/* LOGO */
.nav-left img {
    height: 60px;
    border-radius: 50px;
}

/* CENTER */
.nav-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* MENU */
.nav-center > ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

/* BUTTON STYLE */
.nav-center ul li a {
    text-decoration: none;
    color: white;
    background: #00b894;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/* RIGHT BUTTON */
.nav-right button {
    background: #00b894;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/* DROPDOWN */
.dropdown {
    position: relative;
}

/* HIDE */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: white;
    min-width: 150px;
    border-radius: 5px;
    overflow: hidden;
}

/* SHOW CLASS */
.dropdown-menu.show {
    display: block;
}

/* ITEMS */
.dropdown-menu li a {
    display: block;
    padding: 10px;
    color: black;
    background: none;
}

.dropdown-menu li a:hover {
    background: #1ca4ac;
}

.popup-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.form-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
}

.close {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.form-box input,
.form-box textarea {
  width: 100%;
  margin: 10px 0;
  padding: 8px;
}

.form-box button {
  background: #00b894;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
}


/* HEADING */
h1 {
  text-align: center;
  font-size: 57px;
  margin-top: 40px;
  color: #000;
  
  
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* CARD */
.card1 {
  width: 600px;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  margin: 50px auto;
}

/* GRID */
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
}

/* IMAGES */
.card-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
h2{
    text-align: center;
  font-size: 30px;
  margin-top: 40px;
  color: #000;
  margin-right: 200px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
h3{
  text-align: center;
  color: #000;
  margin-top: 20px;
}
/* .first{
  color:#000;
  text-align: center;
  margin-left: -600px;
  margin-top: 20px;
  margin-inline-end: 20px;
  
} */
ul {
  padding-left:25%;
  margin-top: 20px;
  
}

li {
  margin-bottom: 10px;
  font-size: 16px;
}
.black-tick-list {
  list-style: none;
  padding-left: 25%;
  margin-top: 40px;
}

.black-tick-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color:#000;
}

/* Black Tick */
.black-tick-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  font-weight: bold;
  font-size: 16px;
}

.website-link {
  font-size: 16px;
  color: #000;
  text-align: center;
}

.website-link a {
  color: #00b894;
  text-decoration: none;
  font-weight: bold;
}

.website-link a:hover {
  text-decoration: underline;
}
/* BOOKING */
/* body{
font-family:Arial;
background:#111;
color:white;
text-align:center;
} */

.booking{
width:90%;
max-width:500px;
margin:50px auto;
background:#000;
padding:20px;
border-radius:10px;
}

input{
width:100%;
padding:12px;
margin-bottom:20px;
}

.slots{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.slots button{
padding:15px;
background:#222;
border:none;
color:white;
cursor:pointer;
}

.slots button.active{
background:#00b894;
}

.slots button:disabled{
background:red;
cursor:not-allowed;
}

.btn{
width:100%;
padding:15px;
margin-top:10px;
background:#00b894;
border:none;
color:white;
cursor:pointer;
}

.form-box,.payment-box{
display:none;
margin-top:20px;
}
h5{
  color: white;
  text-align: center;
  font-size: x-large;
}
.appo{
  color: white;
  font-size: 15px;
  text-align: start;
  /* text-align: center; */
  
}
.img1{
  margin-top: 70px;
  margin-left: 100px;
}
.appoi{
  color:#000;
  font-size: 18px;
  text-align: center;
}
.appoin{
  color: #000;
  font-size: 17px;
}
 .butt{
  color: white;
  height: 40px;
  width: 350px;
  background-color: #000;
  border-radius: 20px;
  /* justify-content: center; */
  margin-left: 600px;
  margin-top: 50px;
 }
 
.containerf {
    display: flex;
    height: 100vh;
}

/* LEFT SIDE */
.left {
    width: 50%;
    /* background: white; */
    color: rgb(3, 2, 2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.left h1 {
    font-size: 40px;
}

/* RIGHT SIDE FORM */
.right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    width: 100%;
}

input, textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

button {
    width: 100%;
    padding: 12px;
    background: green;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background: darkgreen;
}



.foll{
font-size:45px;
}

.social-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.social {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 16px;
    transition: 0.3s;
}

/* Individual colors */
.youtube {
    background: red;
}

.instagram {
    background: #e1306c;
}

.facebook {
    background: #1877f2;
}

.whatsapp {
    background: #25d366;
}

/* Hover effect */
.social:hover {
    transform: scale(1.1);
}

/* ===== CARDS ===== */
.card-container{
  display:flex;
  gap:20px;
  justify-content:center;
  margin-top:50px;
}

.property-card{
  width:300px;
  background:white;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.2);
  overflow:hidden;
  text-align:center;
}

.property-card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

.card-body{
  padding:15px;
}

button{
  padding:10px;
  background:#00b894;
  color:white;
  border:none;
  cursor:pointer;
}

/* ===== LIST PAGE ===== */
#propertyList{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  padding:20px;
}

.card{
  width:250px;
  background:white;
  padding:15px;
  border-radius:10px;
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
}


/* ===== FOOTER ===== */
.main-footer {
    background: #111;
    color: white;
    margin-top: 50px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
    flex-wrap: wrap;
}

/* Columns */
.footer-col {
    width: 30%;
}



.footer-col p {
    color: #ccc;
    margin: 5px 0;
}

/* Logo */
.footer-col img {
    width: 90px;
    margin: 10px 0;
}

/* Alignment */
.center {
    text-align: center;
}

.right {
    text-align: center;
}

/* Bottom */
  .footer-bottom {
      text-align: center;
      padding: 15px;
      border-top: 1px solid #333;
      font-size: 14px;
      color: #aaa;
  }


.card-group{
  display: flex;
  justify-content: space-between;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  /* NAVBAR */
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .nav-left img {
    height: 50px;
  }

  .nav-center ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* HEADING */
  h1 {
    font-size: 24px;
    padding: 10px;
  }

  h2 {
    font-size: 18px;
    margin-right: 0;
  }

  h3 {
    font-size: 14px;
  }

  /* TOP CARD */
  .card1 {
    width: 95%;
    height: auto;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card-grid img {
    height: 200px;
  }

  /* BOOKING */
  .booking {
    width: 95%;
  }

  .slots {
    grid-template-columns: 1fr;
  }

  /* ABOUT IMAGE */
  .img1 {
    margin-left: 0;
    text-align: center;
  }

  .img1 img {
    width: 100%;
    height: auto;
  }

  /* CONTACT SECTION */
  .containerf {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    padding: 20px;
  }

  /* PROPERTY CARDS */
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .property-card {
    width: 95%;
  }

  /* LIST */
  #propertyList {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }

  /* SOCIAL */
  .social-container {
    flex-direction: column;
    align-items: center;
  }

  /* FOOTER */
  .footer-wrap {
    flex-direction: column;
    text-align: center;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }

  /* LIST PADDING FIX */
  ul, .black-tick-list {
    padding-left: 10%;
  }

}


/* ================= TABLET ================= */
@media (max-width: 1024px) {

  h1 {
    font-size: 34px;
  }

  .card1 {
    width: 80%;
  }

  .card-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .property-card {
    width: 45%;
  }

  .containerf {
    flex-direction: column;
  }

  .left, .right {
    width: 100%;
  }

  .img1 img {
    width: 100%;
    height: auto;
  }

}