* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.divder {
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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;
  color: blue
}

header h3 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

.fa-whatsapp {
  color: #fff;
   position: absolute;
    background:#009435;
    border-radius: 50%;
    padding: 15px;
    font-size: 30px;
    font-weight: bold;
    position: fixed; /* Keeps it in place */
    bottom: 20px;  /* Distance from bottom */
    right: 20px;   /* Distance from right */
    z-index: 9999; /* Stays on top */
}
.fa-whatsapp:hover {
    color: #009435;
    text-decoration: none;
    background-color: #fff;
}
.flex{
  display: flex;
  align-items: center;
  gap: 15px;
}

nav {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333
}
b{
  color:#505050
}

.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-pic.png') no-repeat center center/cover;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  padding: 0 20px;
  margin-top: 104px;
  position: relative;
}
.hero-1 {
  background: url('images/Hero.jpg') no-repeat center center/cover;
  height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  padding: 0 20px;
  margin-top: 104px;
  position: relative;
}

.hero .pic {
  position: absolute;
  width: 33%;
  right: 10%;
  bottom: 0px
}

.hero h2 {
  font-size: 34px;
}

.hero .info {
  position: absolute;
  left: 10%;
  width: 50%;
}

.about {
  background: #fff;
  padding: 50px 50px 50px 50px;
  text-align: center;
}


.gap-20 {
  gap: 10px !important;
}

.justify-iteams-start {
  justify-items: start;
}

.width-3 {
  width: 30%;
}

.about-b {
  display: flex;
}

.about .box {
  display: flex;
  gap: 100px;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  font-size: 17px;
}

.about .box-direction-column {
  flex-direction: column;
}

.about ul {
  list-style: none;
  text-align: left;
}

.about ul li {
  margin: 10px;
  padding: 4px 10px;
  border-radius: 100px;
  border: 1px solid #b9b3b3;
}
.about-list ul li {
  border:none;
  text-align: left;
  margin-bottom: 10px;
}

.desc-bg {
  background: #ffe8bb7a;
  border-radius: 20px;
  padding: 40px;
  text-align: left;

}

.desc-bg p,
.box-direction-column p {
  margin-bottom: 3%;
  padding: 2% 0;
  border-bottom: 1px solid #dddcdc;
  font-size: 17px;
  color: #505050;
}

.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;
}

.whatapp-anchor {
  display: flex;
  gap: 49px;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  margin-top: 11px;
  font-weight: 600;
}

.contact-a {
  display: flex;
  color: #333;
  justify-content: space-between;
  gap: 86px;
  padding-top: 20px;
}

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: 20%;
}

.poster-gallery {
  padding-top: 25px;

}
.logo-width {
  width: 8%;
}


@media (max-width: 768px) {
.logo-width{
  width:16%;
}
  .about .box,
  .features .feature-box,
  .footer-box {
    flex: 1 1 100%;
  }

  .about-b {
    flex-direction: column;
  }

  .poster {
    width: 100%;
  }

  .poster-gallery {
    display: flex;
    flex-direction: column;
  }

  .whatapp-anchor {
    flex-direction: column;
    gap: 15px;
  }

  .contact-a {
    flex-direction: column;
    gap: 15px;
  }

  .hero {
    height: 55vh;
    padding: 220px 0 0 0;
    text-shadow: none;

  }

  .hero .info {

    left: 5%;
    top: 17%;
  }

  .hero h3 {
    font-size: 13px;
    line-height: 18px;
  }

  .hero h2,
  .hero h1 {
    font-size: 18px;
  }

  .hero .pic {
    position: absolute;
        width: 60%;
        right: -2%;
        bottom: 0;
  }
  .about{
    padding:30px 15px;
  }
  .desc-bg{
    padding:15px
  }

  .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;
  }
}