.alert.alert-warning.bg-white {
    display: none;
}

section.home-slider.style-2.position-relative.mb-50{
    position: absolute !important;
    right: 0;
    margin-top: -50px;
}
section.banners.pt-60 {
  	padding-top: 625px !important;
    position: absolute !important;
    right: 0;
    width: 100%;
}
.theiaStickySidebar {
    padding-top: 880px !important;
      
}
section.product-tabs.section-padding.position-relative{
  padding-top: 880px;
}
.myclsblog {
    display: flex;
}
.myclsblogimg {
    width: 45%;
    padding-right: 10px;
}
abbr {
    text-decoration: none !important;
    font-weight: bold;
}
.footer-link-widget.col.wow.animate__.animate__fadeInUp.animated {
    text-align: center;
}

#page-5 .theiaStickySidebar {
    padding-top: 0px !important;
}
.banner-text.myclsadsside {
  	top: 90% !important;
    text-align: center;
    width: 100%;
}
del.old-price {
    color: #575455 !important;
}

.position-relative.newsletter-inner {
    height: 420px;
}
.newsletter .newsletter-inner .newsletter-content .form-subscribe
{
  top: 170px;
}
section.home-slider.style-2.position-relative.mb-50{
      z-index: 1;
}



p.text-truncate.font-heading.h6>a {
    color: #253D4E !important;
}
p.text-truncate.font-heading.h6>a:hover {
    color: rgb(212, 24, 26) !important;
}


.myclsbgclr {
    background: #f9f9f9;
}

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  width: 100%;
}
#counter .item{
  background: #fff;
  width: 25%;
  padding: 25px 25px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item .count{
  color: #e42e35;
  margin-bottom: 5px;
  font-size: 20px;
}
#counter .item h3{
  color: #575455;
  text-transform: capitalize;
  font-size: 15px;
}
 


.gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 15px;
      padding: 20px;
    }

    .gallery img {
      width: 100%;
      height: 300px; /* Fixed height */
      object-fit: cover; /* Crop to fill */
      border-radius: 8px;
      cursor: pointer;
      transition: transform 0.3s;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .gallery img:hover {
      transform: scale(1.05);
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
      z-index: 1000;
      flex-direction: column;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 80vh;
      border-radius: 10px;
    }

    .lightbox .controls {
      margin-top: 20px;
    }

    .lightbox button {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      border: none;
      padding: 10px 20px;
      font-size: 18px;
      cursor: pointer;
      margin: 0 10px;
      border-radius: 5px;
    }

    .lightbox .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 40px;
      color: white;
      background: none;
      border: none;
      cursor: pointer;
    }

.mycls-hights {
  height: 543px !important;
}
.mycls-testimonial {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0px 0px 11px 8px #ccc;
    margin: 15px;
}




@media (max-width: 768px) {
  #counter{
        display: unset;
  }
  #counter .item{
    width: 94%;
  }
  .footer-mid .widget-about{
    text-align: center;
  }
  
  
  
  section.banners.pt-60 {
    padding-top: 250px !important
}
.theiaStickySidebar {
    padding-top: 0px !important;
  	display: none;
}
  section.home-slider.style-2.position-relative.mb-50 {
    position: absolute !important;
    right: 0;
    margin-top: -50px;
}
  section.product-tabs.section-padding.position-relative {
    padding-top: 1240px;
}
  
}
@media only screen and (max-width: 480px) {
  .position-relative.newsletter-inner {
    height: 120px;
}
  .newsletter .newsletter-inner .newsletter-content .form-subscribe {
    top: 10px;
}
  .newsletter .newsletter-inner{
        min-height: 120px;
  }
}