* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}


body {
  background-color: #121212;
  color: #f5f5f5;
  line-height: 1.6;
  /* padding-top: 70px; to offset fixed header */
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  /* background-color: #1f1f1f; 
   box-shadow: 0 2px 5px rgba(0,0,0,0.7); */
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}

header.scrolled {
  background-color: #121212;
}


.title h1 {
  color: #ff720d;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 2px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
}

.nav-links a {
  margin-right: 25px;
  color: #f5f5f5;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ff720d;
}

.close-sidebar {
  font-size: 30px;
  cursor: pointer;
  text-align: right;
  display: none;
}

.nav-toggle {
  display: none;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: #ff720d;
  margin-bottom: 6px;
  border-radius: 2px;
}


/* Hero Section */
.hero {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('HomeIMG/img1.jpeg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  /* padding: 0 20px; */
}

.hero-content{
  width: 70%;
}

.hero-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.btn-primary {
  background-color: #ff720d;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #e04343;
}

.Section1 h1{
font-size: 2rem;
}

.stat1 i{
  color: #121212;
}

.Trend-container{
 display: flex;
  gap: 40px;
justify-content: center;
flex-wrap: wrap;
}

.trendCard{
background-color: #fff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 17px;
text-align: center;
width: 290px;
box-shadow: 3px 4px 18px -4px ;
}


.trendCard img{
width: 100%;
    border-radius: 4px;
    height: auto;
}

.section2{
  position: relative;
  width: 100%;
  text-align: center;
}

.section2-img img{
  width: 100%;
  height: 440px;
  object-fit: cover;
  filter: brightness(60%);
}

.section2-text h1{
   animation: float-up 2s ease-in-out ;
}

.section2-text p{
  animation: float-up2 ease-in-out;
}

.section2-text{
  /* text-align: center; */
  position: absolute;
  top: 30%;
width: 100%;
}

.section2-text span{
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 8px;
  width: 120px;
  border-radius: 12px;
  background-color: #ff720d;
}

.section2-text span a{
  color: white;
  text-decoration: none;
}

.section3{
  background-color: #1f1f1f;
  padding: 40px;
}

.Premier{
  display: flex;
 justify-content: space-between;
}



.Premier-img img{
  width: 150%;
  height: 500px;
  object-fit: cover;
}

.Premier-text{
  width: 50%;
}

.Premier-text h1{
  font-size: 38px;
}

.stats{
  width: 340px;
  display: flex;
  justify-content: space-between;
}

.stat1 b{
  font-size: 27px;
}

.stat1 span{
  font-size: 12px;
}

.section4{
padding: 20px;  
background-color: #1f1f1f;
}

.section4 h1,p{
  text-align: center;
 
}

.box-container{
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.customerWords{
  background-color: #ff720d;
border: 1px solid #ddd;
border-radius: 8px;
padding: 17px;
text-align: center;
width: 290px;
box-shadow: 3px 4px 18px -4px ;
}

.customerImg{
  display: flex;
  gap: 10px;
  padding-top: 20px;
}

.customerImg img{
width: 90px;
height: 90px;
object-fit: cover;
border-radius: 100px;
}

.customerImg h4{
  padding-top: 38px;
}

.section5{
  position: relative;
}

.section5-img img{
  width: 100%;
  height: 400px;
  object-fit:cover;
  filter: brightness(40%);
}

.section5-text{
  text-align: center;
  position: absolute;
  top: 19%;
  width: 100%;
  padding: 20px;
}

/* Footer */
footer {
  background-color: #1f1f1f;
  color: #bbb;
  text-align: center;
  padding: 20px 10px;
  font-size: 0.9rem;
  margin-top: 40px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-top: 1px solid #333;
}

.footer-content p {
  margin: 5px 0;
  font-size: 1rem;
}

.social-links {
  margin-top: 10px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 600;
  transition: color 0.3s ease;
  font-size: 1rem;
}

.social-links a:hover {
  color: #ff720d;
  text-decoration: underline;
}

.float-animation{
  animation: float-up 2s ease-in-out ;
}

.float-animation2{
  animation: float-up2 3s ease-in-out;
}

.float-animation3{
  animation: float-up3 ease-in-out;
}

/* Page Animations */

@keyframes float-up{
  0%{
    transform: translateY(100px);
    opacity: 0;
  }

  100%{
    transform: translateY(0);
    
  }
}

@keyframes float-up2{
  0%{
    transform: translateY(100px);
    opacity: 0;
  }

  100%{
    transform: translateY(0);
}
}

@keyframes float-up3{
    0%{
    transform: translateY(100px);
    opacity: 0;
  }

  100%{
    transform: translateY(0);
}
}

@media(max-width:580px){
  .Flex{
    flex-direction: column;
  }
}

@media (max-width: 768px) {

    .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    background-color: rgba(9, 9, 9, 0.95);
    flex-direction: column;
    padding: 1em 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.7);
    z-index: 1001;
    animation: float-up 2s ease-in-out ;
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    margin: 15px 0;
    font-size: 1.2rem;
     text-align: center;
  }

  .nav-toggle {
    display: block;
    color: #ff720d;
  }

  .close-sidebar {
    display: block;
    color: #ff720d;
    margin-bottom: 20px;
  }

.hero-content{
  width: 92%;
}


.section2-text{
  text-align: center;
  left: 7%;
  font-size: 21px;
  top: 10%;
}

.section2-img img{
  height: 690px !important;
}

}

@media (max-width: 730px) {
.section4{
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

@media (max-width:1044px){
  
  .Premier {
    flex-direction: column;
    align-items: center;
  }

.Premier-img{
  width: 100%;

}

  .Premier-img img {
    width: 100%;
    object-fit: cover;

  }

  .Premier-text {
    width: 100%;
    margin-top: 20px;
  }

  .stats {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
  }
}

/* Additional responsive styles */

@media (max-width: 768px) {
  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .btn-primary {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .Trend-container {
    gap: 20px;
  }

  .trendCard {
    width: 100%;
    max-width: 300px;
  }

  .section2-img img {
    height: 300px;
  }

  .section2-text {
    position: absolute;
    font-size: 20px;
    padding: 10px 20px;
   width: 100%;
   text-align: center;
   left: 0;
  }

  .Premier {
    flex-direction: column;
    align-items: center;
  }

  .Premier-img img {
    width: 100%;
   object-fit: cover;
  }

  .Premier-text {
    width: 100%;
    margin-top: 20px;
  }

  .stats {
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
  }

  .section5-text {
    position: absolute;
    padding: 10px 20px;
  }

  .aboutSection{
    flex-direction: column;
  }

#reshape{
  height: 400px;
}

}

@media (max-width: 764px){
  .section5-text{
    top: 30%;
  }

  .reFlex{
  flex-direction: column-reverse;
  gap: 10px;
}

.Mission-img img{
  width: 100%;
}

}

@media (max-width: 451px){
.Trend-container{
  align-items: center;
  justify-content: center;
}
}

@media (max-width: 478px){
.Trend-container{
  align-items: center;
  justify-content: center;
}
}

@media (max-width: 480px) {
  header {
    flex-direction: row;
    padding: 20px;
  }

  .title h1 {
    font-size: 1.3rem;
  }

  .nav-links a {
    font-size: 1rem;
    margin-right: 15px;
  }

  .hero-content h2 {
    font-size: 1.5rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .btn-primary {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  .Trend-container {
    flex-direction: column;
    gap: 15px;
  }

  .trendCard {
    width: 100%;
  }

  /* .section2-text{
    top: 30%;
  } */

  .section4 {
    padding: 20px 10px;
  }

  .Custormer h1 {
    font-size: 24px;
  }

  .CustermerBox {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .section5-text h1 {
    font-size: 1.5rem;
  }

  .section5-text p {
    font-size: 1rem;
  }
}

/* About Us Page */
.hero1{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/AboutUs/About2.jpg') no-repeat center center/cover;
  height: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero1-content{
  width: 80%;
}

.hero1-content h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.hero1-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.aboutSection{
  display: flex;
  gap: 40px;
  padding: 18px;
  background-color: #1f1f1f;
  padding: 18px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.aboutSection img{
  width: 61%;
  height: 440px;
  object-fit: cover;
  margin-top: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.OurText {
  width: 35%;
  color: #f5f5f5;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 10px 20px;
}

.OurText h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.OurText ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.motto {
  border-top: 1px solid #333;
  padding: 20px;
  font-style: italic;
  font-size: 1rem;
  color: #ff720d;
  text-align: center;
}

.founder {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.founder img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.founderName p {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.founderName span {
  font-style: italic;
  font-size: 0.9rem;
  color: #ccc;
}

/* Responsive improvements for About page */
@media (max-width: 1024px) {
  .aboutSection {
    flex-direction: column;
    padding: 10px;
  }

  .aboutSection img,
  .OurText {
    width: 100%;
    margin-top: 20px;
  }

  .OurText {
    padding: 0 10px;
  }
}

@media (max-width: 600px) {
  .hero1-content h2 {
    font-size: 2.5rem;
  }

  .hero1-content p {
    font-size: 1rem;
  }

  .OurText h2 {
    font-size: 1.5rem;
  }

  .OurText p,
  .OurText ol {
    font-size: 1rem;
  }

  .founder {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .founder img {
    margin-bottom: 10px;
  }
}

.founderName{
  margin-top: 43px;
}

.Values{
  background-color: #1f1f1f;
  padding-top: 40px !important;
  padding: 20px;
}

.Flex{
display: flex;
margin-top: 50px;
   justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.Values h1{
text-align: center;
}

.Value{
  display: flex;
  gap: 3px;
    width: 240px;
}

.v-text h3{
  text-align: center;
}

.Value span{
  display: inline-block;
color: #ff720d;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
}

.Mission{
  background-color: #1f1f1f;
}

.reFlex{
  display: flex;
  gap: 80px;
}

.Mission-text{
  margin-left: 16px;
  padding: 20px;
}

.Mission-text p{
  text-align: left;
}

.Mission-img img{
  width: 80%;
} 

.range{
  display: flex;
  gap: 30px;
}

/* Make .aboutSection img fullscreen on phone and tablet size */
@media (max-width: 768px) {
  .aboutSection {
    flex-direction: column;
    padding: 0;
  }

  .aboutSection img {
    width: 100vw;
    height: 500px;
    object-fit: cover;
    margin: 0;
  }
  

.Mission-img img{
  width: 100% !important;
}  
}


.motto{
  border-top: 1px solid #333;
  padding: 20px;
}

ol{
  margin-left: 20px;
}

.motto span{
  /* font-family:Verdana, Geneva, Tahoma, sans-serif; */
  font-size: small;
  font-style: italic;
}

.founder{
  width: 340px;
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
}

.founder img{
  width: 100px;
 height: 100px; 
 object-fit: cover;
 border-radius: 100px;
}

.founderName span{
font-style: italic;
font-size: small;
}

@media(max-width:580px){
  .Flex{
     align-items: center;
  }
}

/* contact Page */

.hero2{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/contact/contact.jpeg') no-repeat center center/cover;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero2-content{
  width: 80%;
}

.hero2-content h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.hero2-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

/* Contact Page Styles */

.contact-section {
  padding: 40px 20px;
  background-color: #1f1f1f;
  display: flex;
  justify-content: center;
}

.contact-container {
  display: flex;
  gap: 60px;
  max-width: 900px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.contact-form {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #121212;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 114, 13, 0.5);
}

.contact-form h3 {
  color: #ff720d;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.contact-form label {
  font-weight: 600;
  margin-bottom: 5px;
  color: #f5f5f5;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background-color: #2a2a2a;
  color: #f5f5f5;
  font-size: 1rem;
  resize: vertical;
  transition: background-color 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background-color: #3d3d3d;
  outline: none;
}

.contact-form button {
  margin-top: 10px;
  align-self: center;
  width: 150px;
  padding: 12px 0;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  background-color: #ff720d;
  color: #fff;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #e04343;
}

.contact-info {
  flex: 1 1 300px;
  background-color: #121212;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 114, 13, 0.5);
  color: #f5f5f5;
  padding-top: 44px;
}

.contact-info h3 {
  color: #ff720d;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}

.contact-info p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.P{
  display: flex;
  gap: 10px;
}

.P p{
  text-align: left !important;
}

.P-text{
    padding-top: 3px;
}

.P-text span{
  font-size: 12px;
}

.Two{
  margin-top: 20%;
}

.Social{
text-align: center;  
background-color: #ff720d;
padding: 27px;
}

.contact-info strong {
  color: #121212;
  display: inline-block;
  background-color: #ff720d;
  padding: 10px;
  border-radius: 100px;
  font-size: 22px;
}

.move-to-gallery{
  padding: 10px;
  display: inline-block;
  background-color:  #ff720d;
  border-radius: 100px;
  text-decoration: none;
  color: #ccc;
  font-weight: 800;
}

.show1{
  padding: 19px;
  color: #121212;
}


/* Responsive */

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 30px;
  }

  .contact-form,
  .contact-info {
    flex: 1 1 100%;
  }

  #Galleryh2{
  font-size: 27px;  
  }

  /* Navigation menu toggle */


  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    margin: 10px 0;
    font-size: 1.2rem;
    text-align: center;
  }

  .nav-toggle {
    display: block;
    cursor: pointer;
  }

  /* Hero2 section adjustments */
  .hero2-content h2 {
    font-size: 2.5rem;
  }

  .hero2-content p {
    font-size: 1rem;
  }

  /* Footer adjustments */
  footer {
    font-size: 0.85rem;
    padding: 15px 10px;
  }

  .footer-content p {
    margin: 3px 0;
  }

  .social-links a {
    font-size: 0.9rem;
    margin: 0 8px;
  }
}

@media (max-width: 480px) {
  header {
    flex-direction: row;
    align-items: flex-start;
    padding: 15px 20px;
  }

  .title h1 {
    font-size: 1.4rem;
  }

  .nav-links a {
    font-size: 1rem;
    margin: 8px 0;
  }

  .hero2-content h2 {
    font-size: 2rem;
  }

  .hero2-content p {
    font-size: 0.9rem;
  }

  .contact-form button {
    width: 100%;
  }
}


/* GalleryPage */

.hero3{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('GalleryImg/Header.jpeg') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.hero3-content{
  width: 80%;
}

.hero3-content h2 {
  font-size: 4rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.hero1-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}


.container{
    display: flex;
    gap: 30px;
    padding: 40px 30px 60px 30px;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #1f1f1f;
    box-shadow: inset 0 0 30px rgba(255, 114, 13, 0.3);
    border-radius: 12px;
    animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #ff720d;
    text-align: center;
}

.product{
background-color: #fa6800;
border: none;
border-radius: 8px;
padding: 17px;
text-align: center;
margin-top: 20px;
width: 100%;
max-width: 260px;
position: relative;
box-shadow: 0 0 15px rgba(255, 114, 13, 0.5);
  animation: float-up2 3s ease-in-out;
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.product:hover{
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255, 114, 13, 0.8);
    cursor: pointer;
}

.product img{
    height: 200px;
    object-fit: cover;
    filter: brightness(90%);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.product img:hover {
    transform: scale(1.05);
    filter: brightness(100%);
}

.product h2 {
    margin: 15px 0 8px 0;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
}

.product p{
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    font-size: 1.1rem;
}

.gallery{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.gallery img{
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.966);
  transition: transform 0.3s ease;
  filter: brightness(70%);
}

.gallery img:hover{
  transform: scale(1.03);
}

.lightbox{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img{
  max-width: 90% ;
  max-height: 80vh;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightbox.active{
  display: flex;
}

.close, .prev, .next{
position: absolute;  
font-size: 2rem;
color: white;
background-color: rgba(0,0,0,0.5);
padding: 10px;
border:none;
cursor: pointer;
border-radius: 50%;
}

.close{
  top: 20px;
  right: 30px;
}

.prev{
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.next{
top: 50%;  
right: 30px;
transform: translateY(-50%);
}











