* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
      line-height: 1.6;
      font-size: 16px;
    }

    header {
      position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  color: #fff;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    header h1 {
      font-size: 24px;
    }
    header h1 .logo-sup {
    height: 35px;
    vertical-align: super;
    margin-left: -9px;
}

    nav  {
      color: #444;      
      text-decoration: none;
     text-align: end;
    font-size: 17px;
    font-weight: bold;
    }

    .main-conatiner{
        position: relative;
    }
    .features-sidebar{
    position: absolute;
    top: 190px;
    left: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 25px;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    z-index: 2;
    }
    .hero {
      background: url('images/Hero.jpg') no-repeat center center/cover;
      height: 78vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-shadow: 1px 1px 5px #000;
      text-align: center;
      padding: 0 20px;
      margin-top:97px;
    }

    .hero h2 {
      font-size: 48px;
    }

    .about {
        background: #fff;
        padding: 20px 20px;     
         text-align: center;
    }
    .gap-20{
      gap:20px !important;
    }
    .justify-iteams-start{
      justify-items: start;
    }
    .width-3{
      width:30%;
    }

    .about .box {
      display: flex;
     gap:100px;
      padding: 20px;
      border-radius: 8px;
      align-items: center;
      width:100%;
    }
    .desc-bg{
         background: #f4f4f4;
        
    
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    
    }
    .desc-bg p{
      margin-bottom: 3%;
      padding:2% 0;
      border-bottom: 1px solid #dddcdc;
      font-size: 14px;
      color:#717070;
    }
    .desc-bg p:last-child{
      border-bottom: none;
    }
    .desc-bg strong{
      font-size: 18px;
      color:#000 !important;
      display: block;
    }
    .red-c{
      color:crimson
    }
    .flex-wrap{
      flex-wrap: wrap;
    }
    .text-center{
      text-align: center;
    }
    .getintouch{
      text-align: center;
      margin-bottom: 1%;
    }
    .about .box .shop-pic{
        width: 100%;
    max-width: 500px;
    border-radius: 4px;
    border:10px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.listing-section{
    text-align: left;
    width: 1200px;
    margin: auto;
    padding: 10px;
}

.listing-section li
 {
    list-style-type: disc;
    text-align: left;
    padding: 3px;
    margin-left: 26px;
    color: #333;
}

    .features {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 40px 20px;
      background: #eaeaea;
      text-align: center;
    }

    .features .feature-box {
      flex: 1 1 30%;
      background: #fff;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .features-sidebar .feature-item{
        border-bottom: 1px solid #ccc;
        padding: 5%;
      }
       .features-sidebar .feature-item:last-child{
        border:none;
       }

    .features-products {
      padding: 20px 10px;
      background: #eaeaea;
      text-align: center;
    }
    .features-products .heading{
        padding-bottom: 15px;
    }
    .features-products .feature-products-box{
        display: flex;
            width: 100%;
    margin: auto;
    gap:20px;
    justify-content: center;
    }
   
    .features-products .feature-products-box .feature-box{
        background-color: #fff;
        border-radius: 5px;
       
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
     .features-products .feature-products-box .feature-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .features-products .feature-products-box .feature-box p{
        font-size: 14px;
        color:#9b9a9a;
        line-height: 20px;
        text-align: left;
    }
    .features-products .feature-products-box .feature-box h2{
      font-weight: normal;
      font-size: 18px;
    }
    .features-products .feature-products-box .feature-box:hover .features-products .feature-products-box .feature-box h2{
      color:red;
    }
    .view-cta{
      margin: 1% 0;
    padding: 1% 2%;
    background-color: #f3242a;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    }

    footer {
      background: #000000;
      color: #fff;
     
      padding: 50px 130px;
    }
    .footer-continer{
         display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-box {
      flex: 1 1 30%;
      margin-bottom: 20px;
    }
    .footer-box a{
        text-decoration: none;
    }
    footer .copyright{
        border-top: 1px solid #575454;
        padding:10px;
        font-size: 14px;
        color:#929191;
        text-align: center;
    }
    .feature-box h4 img{
        width:80%;
    }
    .poster{
      width:30%;
    }
    .poster-gallery{
      padding-top: 25px;

    }

    @media (max-width: 768px) {
      .about .box, .features .feature-box, .footer-box {
        flex: 1 1 100%;
      }
      header{
        padding:5px 40px;
        justify-content: center;
      }

      .hero  {
        height: 42vh;
        padding:100px 0 0 0
      }
      .features-sidebar{
        position: relative;
        margin: 5px auto;
        top: 0;
        left: 0;
        border-radius: 10px;
        gap: 0px;
        background: #fff;
        font-size: 18px;
        width:95%;
        padding: 0px 25px;
    }
      
      


      nav {
        width: 100%;
        text-align: center;
      }
      .about .box{
        display: block;
        padding:20px 0 0 0;
      }
      .about .box p{
        margin-top:10px;
        border-radius: 2px;
      }
      .features-products .feature-products-box{
        display: flex;
        gap:10px;
        width:100%;
      }
      .features-products .feature-products-box .feature-box{
        margin:15px 0;
      }
      footer{
        padding: 50px 19px;
      }
    }