#logo img{
	height: 90px;
	width: 130px;
	
}
#logo1 img{
	height: 45px;
	width: 170px;
	
}
.slide1 img{
	
	height: 700px;
	background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}

 .mob{
display: none;	
}
  @media (max-width: 767px) or (max-width: 1024px) {
        .desk {
          display: none;
        }
		.mob{
		display:inline;	 
		}
      }

.d2 img{
	height: 370px;
	width: 360px;
	 
}
.d2{
	 
}

.d3 img{
	height: 450px;
	width: 290px;
	
	 
}
.d3{
	margin-top: -60px;
	
}
 #p0 { text-indent: 3em; }


/* Adjust the percentage of margin top to fit your page */
.sl{
	margin-top: 10px;
}
.testbottom{
	position: absolute;
	bottom: 30px;
	width: 50%;
}
 .testbottom p{ 
	position: absolute;
	bottom: 2px;
 }
 .testbottom .mob img{ 
  height: 55px;
 width:30%;
 }

.block_container6{
margin-left:20px;

}


  .box-container {
      position: relative;
      /*width: 300px;*/
      padding: 20px;
      border: 2px solid #DBDBDB;
      border-radius: 15px;
      margin: 40px auto;
      font-family: sans-serif;
      background-color: #fff;
    }

    .box-label {
    position: absolute;
    top: -14px;
    left: 20px;
    background-color: #fff;
    padding: 0 10px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    }

    .box-content {
      font-size: 16px;
      color: #333;
    }
/* review tab */	
 .pagination .page-item.active .page-link {
            background-color: #007bff;
            border-color: #007bff;
            color: white;
        }
        .pagination .page-link {
            cursor: pointer;
        }
.total_amount{

margin-right:50px;
float: right;

}

/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px; /* 👈 Positioned above scroll button */
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Hover effect for WhatsApp button */
.whatsapp-float:hover {
    background-color: #20b358;
    transform: scale(1.1);
}

/* Tooltip base style */
.whatsapp-float::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 75px;
    bottom: 18px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    transform: translateX(10px);
    white-space: nowrap;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Tooltip arrow */
.whatsapp-float::before {
    content: '';
    position: absolute;
    right: 63px;
    bottom: 28px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

/* Tooltip hover animation (slide + fade in) */
.whatsapp-float:hover::after,
.whatsapp-float:hover::before {
    opacity: 1;
    transform: translateX(0);
}
/*
.whatsapp-float:hover {
    background-color: #20b954;
    transform: scale(1.1);
    text-decoration: none;
    color: #fff;
} */

.whatsapp-icon {
    font-size: 34px;
}

.product-price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Arial', sans-serif;
    margin: 12px 0;
    padding: 6px 12px;
    background-color: #3D4127;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.product-price-line .price-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-price-line .mrp {
    text-decoration: line-through;
    color: #a0a0a0;
    font-weight: 400;
    font-size: 12px;
}

.product-price-line .price {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.product-price-line .discount {
    background-color: #ff3e6c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 50px;
    white-space: nowrap;
}
.product-price-line .discount_m {
    background-color: #ff3e6c;
    color: #fff;
    font-size: 9px;
    font-weight: 200;
    padding: 2px 6px;
    border-radius: 50px;
    white-space: nowrap;
}