/* 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; }

 

/* Image Gallery Slider */
.gallery {
  background: #000;
  padding: 4rem 8%;
  text-align: center;
}
.gallery h2 {
  color: #F56C00;
  font-family: "rockwell nova", sans-serif;
  margin-bottom: 2rem;
    font-size: 1.8rem;
  font-weight: 900;
 filter: drop-shadow(0 0 5px #747070);
}
.gallery-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 1rem;
  padding-bottom: 1rem;
}
.gallery-slider::-webkit-scrollbar {
  height: 8px;
}
.gallery-slider::-webkit-scrollbar-thumb {
  background: #F56C00;
  border-radius: 4px;
}
.slide img {
  width: 450px;
  height: 300px;
  border-radius: 20px;
  border: 2px solid whitesmoke hidden;
  object-fit: cover;
  flex-shrink: 0;
   filter: drop-shadow(0 0 5px #c95801ec );

}
.slide img:hover {
  width: 460px;
}



/* About Page Hero */
.about-hero {
  height: 60vh;
  background: url('image/vip-resturant.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-attachment: fixed;
}
.about-hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-hero .hero-content {
  position: relative;
        background: conic-gradient( from -90deg at center, #ffffff9d,#f56a00d0,#111111c4);
      width: 100vw;
  z-index: 1;
  color: #fff;
}
.about-hero h1 {
    font-family: 'Playfair Display', serif;
  color: whitesmoke;
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
   filter: drop-shadow(0 0 5px #F56C00);
}
.about-hero p{
   font-size: 1.2rem;
     margin-bottom: 1.5rem; 
      font-family: 'rockwell nova', sans-serif;
    text-shadow: 8px 8px 10px #F56C00;
}

@media (max-width: 780px) {
.about-hero h1 {
   font-size: 2rem;
}
 .hero-content { padding: 0.5rem 1rem; font-size: 0.95rem; }

}

/* About Main */
.about-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 8%;
  gap: 3rem;
}
.about-info {
  flex: 1;
}
.about-info h2 {
  font-family: 'Playfair Display', serif;
  color: whitesmoke;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-decoration:underline ;
  filter: drop-shadow(0 0 5px #F56C00);
}

.about-info p {
  color: #ddd;
  margin-bottom: 1rem;
     font-size: 1.2rem;
      font-family: 'rockwell nova', sans-serif;
      text-shadow: 8px 8px 10px rgba(245, 245, 245, 0.336);

}
.about-image img {
  width: 30vw;
  border-radius: 0px 20px 20px 0px;
  border: 5px solid #F56C00;
  border-left: none;
}

@media (max-width: 780px) {
  .about-image img {
  width: 70vw;
  border-radius: 0px 0px 0px 0px;
  border: 5px solid #F56C00;

}}




/* Mission Section */
.mission {
  background: #111;
  padding: 4rem 8%;
  text-align: center;
}
.mission h2 {
  font-family: 'Playfair Display', serif;
    color: #F56C00;
  margin-bottom: 2rem;
    font-size: 2rem;
  font-weight: 900;
 filter: drop-shadow(0 0 5px #747070);
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.mission-card {
  background: #f56a00a9;
  border: 1px solid hidden;
  border-radius: 10px;
  padding: 2rem;
  color: #ccc;
}
.mission-card h3 {
  color: #000;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1rem;
       font-size: 1.5rem;
      font-family:'Courier New', Courier, monospace;
       filter: drop-shadow(0 0 5px whitesmoke);

}

/* Why Choose Us */
.why-choose {
  background: #f56a0059;
  padding: 4rem 8%;
  text-align: center;
}
.why-choose h2 {
  font-family: 'Playfair Display', serif;
    color: whitesmoke;
  margin-bottom: 2rem;
    font-size: 2rem;
  font-weight: 900;
 filter: drop-shadow(0 0 5px #f56a00);

}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}
.why-card {
  background: #111111bb;
  background-image: url(image/skyeview_logo.jpeg) ;
  background-position: center;
  background-size: contain ;
  background-repeat: no-repeat;
position: relative;
  border: 1px solid hidden;
  border-radius: 10px;
  padding: 2rem;
}
.why-card h3 {
    color: #f56a00;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.3rem;
       filter: drop-shadow(0 0 5px #eea46b);
}
.why-card p { color: #111;
  font-weight: 900;
  font-size: 1.2rem;
 font-family: cursive;
 position: relative;
 }

/* Responsive */
@media (max-width: 768px) {
  .about-main .container { flex-direction: column; text-align: center; }
  .why-card {
  background:#111;
  background-image: url(image/skyeview_logo.jpeg) ;
}
}

/* 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;
  }

}

