.main-menu.menu-style-1>nav>ul>li>a{
  color:#000;
  font-size:17px;
  font-weight:600;
}
.slider-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 200%;
  height: 100%;
  animation: slide 10s infinite ease-in-out;
}

.slide {
  position: relative;
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Text Content */
.text-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  max-width: 500px;
}

.text-content h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  animation: fadeIn 2s ease-in-out;
  color:#fff;
}

.text-content p {
  font-size: 1rem;
  margin-bottom: 20px;
   color:#fff;
}

.contact-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: rgb(152, 51, 117);
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background-color: rgb(1, 4, 195);
}

/* Animations */
@keyframes slide {
  0%, 50% { transform: translateX(0); }
  50.1%, 100% { transform: translateX(-50%); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .text-content h1 {
    font-size: 2rem;
  }
  .text-content p {
    font-size: 0.9rem;
  }
  .contact-btn {
    font-size: 0.9rem;
  }
   .slider-container {
    height: 50vh; /* Adjust the height for smaller screens */
  }

  .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .text-content {
    top: 60%; /* Adjust position for better visibility on smaller screens */
    left: 5%;
    transform: translateY(-50%);
    text-align: center; /* Center-align text on mobile */
    max-width: 90%; /* Reduce width for smaller screens */
  }

  .text-content h1 {
    font-size: 1.5rem; /* Reduce heading size */
    margin-bottom: 10px;
  }

  .text-content p {
    font-size: 0.8rem; /* Reduce paragraph size */
    margin-bottom: 15px;
  }

  .contact-btn {
    padding: 8px 15px; /* Adjust button size */
    font-size: 0.9rem;
  }
}
.tp-category-menu {
    position: relative;
    padding: 10px;
}
.main-menu>nav>ul>li>.tp-submenu li a {
    color: var(--tp-text-body);
    display: block;
    font-size: 17px;
  font-weight:700;
    padding: 3px 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.tp-category-area{
  padding-top:40px;
}
main .tp-section-title{
  padding-bottom:30px;
}


.tp-product-category-thumb img{
   
   
     background-color: none;
    background-image: none
    display: inline-block;
    display: flex;
   
    justify-content: center;
    margin: auto;
    overflow: hidden;
    text-align: center;
   }

.tp-product-category-thumb a{
   
    background-color: none;
    background-image: none
    border-radius:0%;
    display: inline-block;
    display: flex
;
   
    justify-content: center;
    margin: auto;
    overflow: hidden;
    text-align: center;
   
   
   
}
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 25%;
    }
@media (max-width: 475px){
  .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 765px){
  .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (max-width: 965px){
  .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
main .tp-banner-title {
    font-size: var(--h3-size);
    text-shadow: 2px 2px 4px #000;
  color:#fff;
}
.tp-link-btn{
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    transition: color .3s ease-in-out;
  text-shadow: 2px 2px 4px #000;
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
    background-color: #fff;
}

.about-image {
    flex: 1 1 40%;
    text-align: center;
}

.about-image img {
    max-width: 100%;
    border-radius: 10px;
}

.about-content {
    flex: 1 1 50%;
}

.about-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #555;
}

.about-content p {
    font-size: 1rem;
    color: #000;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: left;
    }

    .about-content {
        flex: 1 1 100%;
    }

    .about-image {
        flex: 1 1 100%;
    }

    .about-content h2 {
        font-size: 1.8rem;
    }

    .about-content p {
        font-size: 0.9rem;
    }
}
.breadcrumb__title{
  color:#fff;
  text-shadow: 2px 2px 4px #000;
  
  font-weight:700;
}

.breadcrumb__content {
   font-size:50px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
  text-shadow: 2px 2px 4px #000;
  font-weight:700;
}
.contact-container1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color:rgb(141, 54, 122);
}

.contact-info1, .map-section1 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.contact-info1 h2, .map-section1 h2 {
  margin-bottom: 10px;
  color: #555;
}

.contact-info1 p {
  margin: 8px 0;
  
  font-weight:600;
  padding:20px;
}

.map-section1 iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .contact-container1 {
    flex-direction: row;
    justify-content: space-between;
  }

  .contact-info1, .map-section1 {
    width: 50%;
  }
}
footer{
  display:none;
}
.footer2 {
  
  
  width: 100%;
  background-color: rgb(141, 54, 122);
  text-align: center;
  padding-top:10px;
  padding-bottom:1px;
  
  color: #fff;
  font-size: 14px;
  
}
.footer2 p{
  color:#fff;
  padding: 3px;
}
}
@media (max-width: 465px) {
  .footer2 {
    font-size: 12px;
   
     padding-bottom:65px;
  }
  
}
/* Responsive adjustments */

@media (max-width: 768px) {
  .footer2 {
    font-size: 12px;
   
     padding-bottom:65px;
  }
  
}
@media (max-width: 992px) {
  .footer2 {
    font-size: 12px;
     padding-bottom:65px;
  }
  .back-to-top-wrapper{
    padding-bottom:100px;
}
}
  
.whatsapp-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
}

.whatsapp-button a {
  display: inline-block;
  
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.whatsapp-button img {
  width: 75px;
  height: 75px;
}

@media (max-width: 768px) {
  .whatsapp-button {
    left: 10px;
    bottom: 120px;
  }

  .whatsapp-button a {
    width: 50px;
    height: 50px;
  }

  .whatsapp-button img {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 992px) {
  .whatsapp-button {
    left: 10px;
    bottom: 120px;
  }
}
main .tp-section-title {
    padding-bottom: 30px;
    color: #555;
}
.tp-contact-inner {
    background: var(--tp-common-white);
    box-shadow: none;
    padding: 42px 70px 49px;
}

    
.pb-100 {
   padding-bottom: 20px; 
}
.tp-header-search-category .product-category-label{
display:none;
}
@media (max-width: 768px) {
    .text-content h1 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
  
  
}
.tp-contact-info-content p {
    color: var(--tp-common-black);
    font-size: 14px;
    line-height: 1.44;
}

@media (max-width: 768px) {
    .zoom-icon-overlay {
        width: 40px;
        height: 40px;
        padding: 8px !important;
    }

    .zoom-modal img {
        max-width: 95% !important;
        max-height: 80vh !important;
    }

    .zoom-modal svg {
        width: 24px !important;
        height: 24px !important;
    }
}