/* 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; }





/* Contact Hero */
.contact-hero {
  height: 70vh;
  background: url('image/hotel\ room3.png') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-attachment: fixed;
}
.contact-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.685);
}
.contact-hero .hero-content {
  position: relative;
  background: conic-gradient( from 80deg at left,#111111c4,#f56a00d0);
  width: 100vw;
  z-index: 1;
  color: #fff;
}
.contact-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);
}
.contact-hero p { font-size: 1.5rem;
     margin-bottom: 1.5rem; 
    color: whitesmoke;
    font-family: 'rockwell nova', sans-serif;
    text-shadow: 8px 8px 10px #f56a0067;
}
        /*--contact input box*/
     .contact-container{
        display:flex;
        align-self: center;
        justify-content: center;
                gap: 10px;
     }   
     .input-box{
        border: 2px solid #F56C00;
        border-right: none;
        border-radius: 20px;
        width: 50vw;
        height:85vh ;
        margin-top: 6rem;
        background-color: #111;
     }
     .input-box p{
      text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: 900;
  margin-bottom: 1rem;
  color: whitesmoke;
 filter: drop-shadow(0 0 5px #F56C00);
        text-transform: capitalize;
     }
          .details{
        border: 2px solid #F56C00;
        border-left: none;
        border-radius: 20px;
        width: 40vw;
        height:40vh ;
        background-color: #111;
        align-self: center;
        padding: 10px;
     }
           .details p{
           text-align: center;
        color: #F56C00;
        font-size: 1.2rem;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        text-transform: capitalize;
           }
                  .details h2{
         color: whitesmoke;
        filter: drop-shadow(0 0 5px #F56C00);
        margin-left: 5px;
        font-size: 1.2rem;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        text-transform: capitalize;
                  }
                       .details div{
                        color: rgba(128, 128, 128, 0.639);
                        font-size: 1.1rem;
                        font-weight: 400;
                        margin-left: 20px;
                       }
     form input{
           font-size: 0.9rem;
   text-transform: capitalize;
   background-color: #fff;
     }
     input[type="text"]{
		 background-color: whitesmoke;
width: 40vw;
  margin-bottom: 5%;
    margin: 15px;
  height: 7vh;
  border: 1px solid rgba(128, 128, 128, 0.331);
  background-color: transparent;
  color: rgba(128, 128, 128, 0.82);
  font-family: cambria;
  letter-spacing: .8px;
  font-weight: 100;
  padding: 7px 10px;
  font-size: 1.1rem;
  outline: none;
  transition: .6s ease-in-out;
     }
   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);
}
   form  textarea: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);
}
        .contact-container  input[type="email"]{
width: 40vw;
  margin-bottom: 5%;
    margin: 15px;
  height: 7vh;
  border: 1px solid rgba(128, 128, 128, 0.331);
  background-color: transparent;
  color: rgba(128, 128, 128, 0.82);
  font-family: cambria;
  letter-spacing: .8px;
  font-weight: 100;
  padding: 7px 10px;
  font-size: 1.1rem;
  outline: none;
  transition: .6s ease-in-out;
     }
          input[type="tel"]{
width: 40vw;
  margin-bottom: 5%;
    margin: 15px;
  height: 7vh;
  border: 1px solid rgba(128, 128, 128, 0.331);
  background-color: transparent;
  color: rgba(128, 128, 128, 0.82);
  font-family: cambria;
  letter-spacing: .8px;
  font-weight: 100;
  padding: 7px 10px;
  font-size: 1.1rem;
  outline: none;
  transition: .6s ease-in-out;
     }
     textarea {
 width: 40vw;
 height: 20vh;
  margin-bottom: 5%;
    margin: 15px;
  border: 1px solid rgba(128, 128, 128, 0.331);
  background-color: transparent;
  color: rgba(128, 128, 128, 0.82);
  font-family: cambria;
  letter-spacing: .8px;
  font-weight: 100;
  padding: 7px 10px;
  font-size: 1.1rem;
  outline: none;
  transition: .6s ease-in-out;
text-transform: capitalize;  
}
.button{
  float: right;
  padding: 10px;
  background:#F56C00;
  color: var(--inbox);
  font-weight: 600;
  margin: 20px;
  border-radius: 0px 20px 20px 0px;
       text-shadow: 8px 8px 10px #000000;
  
}

.button:hover{
  transform: scale(1.1);
    background: #fff;
  color: #000;
    filter: drop-shadow(0 0 5px #F56C00);
}
@media (max-width: 668px) {
       .contact-container{
        flex-direction: column;
}
     .input-box{
      width: 90vw;
  align-self: center;
     }
          input[type="text"]{
        width: 70vw;
      }
              .contact-container  input[type="email"]{
        width: 70vw;
      }
                input[type="tel"]{
        width: 70vw;
      }
           textarea {
    width: 70vw;
  }
     .details{
      width: 80vw;
     }
}
        .success-message {
            text-align: center;
            color: green;
            margin-top: 1rem;
        }
        
/* 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 #f56a00;
  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; }
    .footer-logo{
    width: 300px;
  }
}

