/* Global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.6;
}
a { text-decoration: none;
     color: inherit; }

/* Header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  box-shadow: 1px 1px 10px 2px #cccccca1;
  padding: 1rem 5%;
  border-bottom: 1px solid #F56C00 ;
  position: sticky;
  top: 0;
  z-index: 100;
}
.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #F56C00 ;
  display: flex;
  gap: 10px;
}
.logo span { color: #fff; }
.logo img {
  height: 80px;
  width: auto;
  display: block;
  border-radius: 20px;
  filter: drop-shadow(0 0 5px #F56C00);
}


.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.nav-links a {
font-weight: bolder;
  font-size: 16px;
  font-family: "rockwell nova", sans-serif;
  transition: 0.5s;
}
.nav-links a:hover,
.nav-links a.active {
     color: #F56C00; }
.btn {
  background: #F56C00;
  color: whitesmoke;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: 600;
     text-shadow: 8px 8px 10px #000000;
}
.floating-element{
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.btn:hover {
  background: #fff;
  color: #000;
    filter: drop-shadow(0 0 5px #F56C00);
}




.menu-toggle{
    position: absolute;
  width: 40px;
  height:40px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  top:30px;
  right: 50px;
  display: none;
}
.menu-toggle span{
    display: block;
  width: 100%;
  height: 4px;
  background-color:#F56C00 ;
  margin-bottom: 5px;
}

.dropdown-bg-color{
  display: none;
  position: absolute;
  background:#F56C00 ;
  padding: 2px;
  right: 0;
  top:10%;
  width: 350px;
  border-radius: 10px;
  filter: drop-shadow(0 0 5px whitesmoke);
}
.exit{
  cursor: pointer;
  padding: 10px;
}
.dropdown-links nav {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "rockwell nova", sans-serif;
  color: #fff;
  
}
.dropdown-links  li {
  list-style: none;
  background-color: #11111150;
  margin: 2px;
  margin-left: 10px;
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  filter: drop-shadow(0 0 5px #c958019f );
}
.dropdown-links li :hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #F56C00;

}
@media (max-width: 1024px) {
  .nav-links {
  display: none;
  }
  
.menu-toggle{
  display: block;
}
}

@media (max-width: 680px) {
  .san{
    display: none;
  }
}



/* Hero Section */
.hero {
  height: 90vh;
  background: url('image/ChatGPT\ Image\ Oct\ 9\,\ 2025\,\ 08_14_52\ PM.png')  center/cover no-repeat ;
  position: relative;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.hero-content {
  position: relative;
  color: #fff;
  max-width: 700px;
  z-index: 1;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: whitesmoke;
 filter: drop-shadow(0 0 5px #F56C00);
}
.hero p { font-size: 1.2rem;
     margin-bottom: 1.5rem; 
    color: whitesmoke;
    font-family: 'rockwell nova', sans-serif;
    text-shadow: 8px 8px 10px #000000;
 }
.hero-btn { background: #F56C00; 
    color:whitesmoke;
      text-shadow: 8px 8px 10px #000000;
        font-family: 'rockwell nova', sans-serif;
        font-size: 1.2rem;
 }
 
 
 /*header section*/
 main{
  background:#080707;
  background-attachment: fixed;
 }
 .header{
  display: flex;
  align-items: center ;
  justify-content: center;
   margin: 4rem 8%;
   gap: 3rem;

 }
 .header-img{
  border: 2px solid #ccc hidden;
  height: fit-content;

 }
  .header-img img{
     border-radius: 20px 0px 0px 20px;
  }
  .header-container{
  border: 2px solid #ccc hidden;
  height: 80vh;
  width: 60vw;
  padding: 10px;
 }
 .header-container img{
margin-left: 15rem;
width: 200px;
 }
 .header-container p{
  text-align: center;
  font-size: 15px;
  color: rgb(220, 220, 220);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
    font-family: arial, sans-serif, helvetica;
 }
 .remark {
  float: left;
  margin-right: 8%;
  margin-top: 7%;
 filter: drop-shadow(0 0 5px #F56C00);}
 .remark h3 {
  color: #F56C00;
  margin: 0px;
  font-weight: 700;
  font-size: 2rem;
}
.remark p {
  font-weight: 600;
  font-size: 14px;
  margin: 0px;
    letter-spacing: 1px;
  line-height: 30px;
    font-family: arial, sans-serif, helvetica;
 color: rgb(220, 220, 220);
}
@media (max-width: 880px){
   .header{
    flex-direction: column-reverse;
    gap: 150px;
   }
   .header-container{
    width: 90vw;
   }
    .header-container img{
margin-left: 5rem;}
}

/* About Section */
.about .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 8%;
  gap: 3rem;
    border-left: 7px solid #F56C00;
    border-right: 7px solid #F56C00;
    border-bottom: 2px solid #F56C00;
}
.about-text { flex: 1; 

}
.about-text h2 {
  color: #F56C00;
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
}
.about-text p {
  margin-bottom: 1.5rem;
  color: #ddd;
}
.about-image img {
  width: 100%;
  border-radius: 10px;
}



/* Rooms Section */
.rooms-section {
  background: #000;
  padding: 2rem 4%;
}
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.room-card {
 background-color: #2f2f2f;
  border: 2px solid goldenrod hidden;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.room-card:hover {
  transform: translateY(-5px);
}

.room-card img {
  width: 100%;
  border-radius: 10px 10px 0 0;
     object-fit: cover;
    transition: transform 0.7s ease;
}
.room-card img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
.room-info {
  padding: 1.5rem;
  text-align:center;
}
.room-info h3 {
font-size: 1.7rem;
  color: #F56C00;
  font-family: 'franklin gothic';
  margin-bottom: 0.5rem;
}
.room-info p {
  margin-bottom: 1rem;
  line-height: 1.5;
  justify-content:center;
  font-size: .9rem;
  letter-spacing: 1px;
  color: rgb(203, 203, 203);
  font-family: 'cambria';
}
.price {
  display: block;
  color: #f56a0062;
  font-family:'franklin gothic' ;
  margin-bottom: 1.2rem;
}
.room-info .btn {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgb(247, 103, 0), rgba(0, 0, 0, 0));
  color: #fff;
  padding: 0.9rem 6.5rem;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
@media (max-width: 780px) {
	.room-info .btn {
		padding: 0.9rem 3.5rem;
	}
	.main{
		height:fit-content;
		margin-bottom:4rem;
	}
}

.room-info .btn:hover {
  background: whitesmoke;
  color: #2f2f2f;
     filter: drop-shadow(0 0 5px #F56C00);

}
/* Facilities */
.facilities {
  padding: 2rem 5%;
  text-align: center;
  background: #000;
}
.facilities h2 {
  color: whitesmoke;
  font-size: 2rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2rem;
text-decoration: underline;
      filter: drop-shadow(0 0 5px #F56C00);
}
.facility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1rem;
}
.facility-card {
  padding: 5px;
  background: #111;
  border: 1px solid #F56C00 hidden;
  border-radius: 0px 20px 0px 20px;
  padding-bottom: 1rem;
        box-sizing: border-box;
    overflow: hidden;
}
.facility-card img {
    width: 100%;
    height: 70%;
  border-radius: 0px 20px 0 20;
  border-bottom: 2px solid whitesmoke;
    border-right: 2px solid whitesmoke;
      object-fit: cover;
    transition: transform 0.7s ease;
}
.facility-card img:hover {
    transform: scale(1.1);
    transition: transform 0.7s ease;
  }
.facility-card h3 { margin-top: 0.5rem; color: #F56C00; }

/* Contact CTA */
.contact-cta {
  background:  linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgb(247, 103, 0), rgba(0, 0, 0, 0));
  color: #000;
  text-align: center;
  padding: 3rem 1rem;
}
.contact-cta h2 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 1rem;
  color: whitesmoke;
       filter: drop-shadow(0 0 5px #F56C00);

}
.contact-cta p{
  margin-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
         filter: drop-shadow(0 0 5px whitesmoke);
}

.contact-cta .btn {
  background: #111;
  color: #f56a00b2;
}
.contact-cta .btn:hover {
  background: #fff;
  color: #000;
  
}


/* Responsive Design */
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
  }
  .social-icons a {
    margin: 0 10px;
  }
}

/* Footer styles */
.site-footer {
  background: #0a0a0a;
  color: #e6e6e6;
  padding: 3rem 5%;
  border-top: 4px solid #F56C00;
  font-family: 'Open Sans', sans-serif;
}
.footer-container {
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.6fr 1.2fr;
  gap: 1.6rem;
  align-items: start;
}
.footer-logo { width: 250px; 
            display: block; 
            margin-bottom: 0.6rem;
           }
.brand-text { 
  color: rgba(255, 255, 255, 0.454);
   font-size: 1.1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; }

.footer-links h4,
.footer-contact h4,
.footer-newsletter h4 { color: #F56C00;
   margin-bottom: 0.8rem;
    font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 5px #F56C00 )
  }
.footer-links ul { list-style: none;
   padding: 0; margin: 0;
   }
.footer-links ul li { margin-bottom: 0.6rem; }
.footer-links a { color: #ddd;
   text-decoration: none;
  color: rgba(255, 255, 255, 0.476);
  font-size: .9rem;
  transition: .1s ease-in-out;
  margin: 20px;
  font-weight: 100;
 }
.footer-links a:hover { color: #F56C00; }

.footer-contact p { margin: 0.25rem 0;
    color: rgba(255, 255, 255, 0.454);
   font-size: 1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; 
 }
.footer-contact a { color:rgba(255, 255, 255, 0.454);
   text-decoration: none; }
.footer-contact a:hover { color: #F56C00; }

.newsletter-form { display: flex; 
  gap: 0.6rem;
   margin-top: 0.6rem; 
  }
  .footer-newsletter p { margin: 0.25rem 0;
    color: rgba(255, 255, 255, 0.454);
   font-size: 1rem; 
   line-height: 1.6;
  font-family: arial, sans-serif, helvetica; 
 }
.newsletter-form input[type="email"]{
  flex: 1;
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #111;
  color: #fff;
  outline: none;
}
   .newsletter-form input:focus{
          border: 1px solid #fff;
          border-left: none;
          border-bottom: none;
    outline: none;
    transition: .2s ease-in-out;
    color: rgba(255, 255, 255, 0.828);
    box-shadow: inset .1px .1px 8px 0 rgba(128, 128, 128, 0.639);
}
.newsletter-form input::placeholder { color: #aaa; }
.footer-newsletter .btn { padding: 0.5rem 0.9rem; font-size: 0.95rem; }

.social-icons { margin-top: 0.8rem; }
.social { display: inline-block; margin-right: 0.6rem; transition: transform .18s ease; }
.social svg { display: block; }
.social:hover { transform: translateY(-3px); opacity: 0.95; }

.footer-bottom {
  border-top: 1px solid #F56C00;
  text-align: center;
  padding-top: 1rem;
  color: #aaa;
  font-size: 0.9rem;
}
.footer-bottom span { color: #F56C00; }
@media (max-width: 1024px) {
  .footer-container { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .footer-container { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .newsletter-form input { width: 100%; }
  .footer-newsletter .btn { width: 100%; }
  .footer-logo { width: 96px; }
  .site-footer { padding: 2rem 4%; }
  .footer-bottom { font-size: 0.85rem; }
}


/* Responsive */
@media (max-width: 1024px) {
  .about .container,
  .rooms,
  .facilities {
    padding: 3rem 4%;
  }
  .room-grid,
  .facility-grid {
    gap: 1.2rem;
  }
}

@media (max-width: 768px) {
  .about .container { flex-direction: column; text-align: center; padding: 2rem 4%; }
  .about-image img { max-width: 350px; margin: 0 auto; }
  .room-grid,
  .facility-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .rooms,
  .facilities {
    padding: 2rem 4%;
  }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: 1rem; }
  .footer-logo{
    width: 300px;
  }
}

@media (max-width: 480px) {
  .btn, .hero-btn { padding: 0.5rem 1rem; font-size: 0.95rem; }
  .hero { height: 60vh; }
  .hero-content { max-width: 95vw; }
  .about .container,
  .rooms,
  .facilities,
  .contact-cta { padding: 1rem 2%; }
  .about-image img { max-width: 100%; }
  .room-card,
  .facility-card { padding-bottom: 0.5rem; }
  .room-card h3,
  .facility-card h3 { font-size: 1.1rem; }
  .contact-cta h2 { font-size: 1.3rem; }
  
}
