



@media screen and (max-width: 1024px) {

.mtb-md-20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.mt-md-80{
	margin-top: 80px !important;
}
.pt-md-0{
	padding-top: 0;
}
.section-title h1{
		font-size: 32px;
}
.services .item .con{
	top: 42px;
}
.circle-card {
    width: 300px;
    height: 300px;
}
.shop .image-container{
	width: auto;
}
.why-choose .img-block{
	margin-top: 127px;
}
.why-choose .why-bx h3 {
    font-size: 18px;
}

.reason-bx h2{
	font-size: 20px;
}

 .testimonial-block-outer .border-box {
    width: 154px;
    } 
    
}
@media screen and (max-width: 992px) {
.mb-md-0{
	margin-bottom: 0;
}
.ml-md-0{
	margin-left: 0 !important;
}
/*.mrl-0{
	margin-right: 0 !important;
	margin-left: 0 !important;
}*/
.pl-sm-0{
	padding-left: 0;
}
 .offset-md-0{
	margin-left: 0;
 }

.testimonial-block-outer{
	display: flex;
}
/*===== Shop ======= */
.shop .image-container{
	width: auto;
}
.shop .product-name{
	margin-bottom: 15px;
}


.galleryscroll .container-fluid{
	padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.about .img-box-2 {
	margin-bottom: 50px;
}
.about .outer{
    padding-left: 0px;
}
.our-core-value .blue-bx{
	right: 0;
	width: 100%;
}
 .blog-area .item{
 	margin-bottom: 20px;
 }
 
    
}
@media only screen and (min-width: 320px) and (max-width: 735px){

.mrl-0{
	margin-left: 0;
	margin-right: 0;
}
/*===== Testimonials */
.testimonial-block-outer {
    display: inherit;
}
.testimonial-block-outer .client-img{
	width: 100%;
	height: auto;
}
.testimonial-block-outer .text-box{
	text-align: center;
}
.testimonial-block-outer .quote-icon{
	margin: auto;
}
.testimonial-block-outer .rating{
	display: table;
}
/*===== Testimonials */

.about .cont{
	    padding: 30px 0 0px 0px;
}
.newsletter-container{
	background-position: center;
	padding-left: 26px;
    padding-top: 61px;
}

	}














	.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, #25D366, #1ebe5d);
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: 0.3s ease-in-out;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
