@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Great+Vibes&family=Italianno&family=Jomhuria&family=Lexend+Deca:wght@100..900&family=Playball&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap');

/* .tp-bgimg{
    height: 600px !important;
} */
 a{
  text-decoration: none !important;
  color: black;
 }
     .ttm-header-style-01 #site-header-menu .site-navigation ul.menu > li >a {
color: black !important;    }
.hero-slider {
      height: 600px; /* Desktop default */
    }

    .hero-slider img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }

    @media (max-width: 767.98px) {
      .hero-slider {
        height: 180px; /* Mobile height */
      }
    }

.product-s{
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}

.card-container{
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.p-card{
    width: 300px;
    text-align: center;
}



.why-choose-us {
  background: #f9fbfd;
  padding: 80px 20px;
  text-align: center;
}

.why-choose-us .section-title h5 {
  color: #007bff;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 600;
}

.why-choose-us .section-title .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.why-choose-us .section-title p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.feature-box {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.feature-box .icon {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #222;
}

.feature-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* header log */

.home-link img{
  height: 80px;
}
.home-link{
  display: flex;
  align-items: center;

}
.home-link div{
  font-size: 14px;
height: 70px;

display: grid;
place-items: center;

}
.home-link div h2{
  font-size: 30px;
  line-height: 0.9;
  text-align: right;
   font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  color: #1a5054;
}
.home-link div h2 span{
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #b13f39;
}
/* header log */