.about-style-two>.info-clear2{
	background-color: transparent;
	position: relative;
	padding:1rem 0;
	box-shadow: unset;
    width: 100%;
}

/* tamil english switch css  */
.faarmgrocontent {
    display: none;
  }
.faarmgrocontent.active {
display: block;
}

.services-list-widget ul li a{
	text-transform: capitalize;
}

.services-single-content  > div {
    opacity: 1;
    transition: opacity 0.3s ease;

}

.services-single-content  > div.visible {
    opacity: 1; /* Fully visible */
    display: block; /* Ensure it's displayed */
}

.services-single-content  > div.hidden {
    opacity: 0; /* Hidden */
    display: none; /* Hide element */
}


.product-style .content .icon{

width: 45px;
height: 45px;
line-height: 45px;
color: white;
font-size: 1.3rem;
margin-right:-10px;
cursor: pointer;
transition: all .3s ease;
}
.product-style .content .icon:hover{
background-color: #f7c35f;
}

#titleproduct{
    text-transform: capitalize;
}

.selectbtn{
    padding: 0.3rem;
}


 .organic-badge {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 200px;
	border-radius: 50%;
	background: var(--white);
	padding: 16px;
	box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
}

 .organic-badge img {
	animation: spinner 30s infinite linear;
}

.product-link > li{
	margin: 15px 0 !important;
}

/* service page css */

.personal-info>.team-list>li{
	padding: 10px 20px;
}

.personal-info>.team-list>li::after {
	padding: 10px 0;
}

.product-list-box>.thumb>img{
	width: 100%;
	max-width: 300px;
}
.left-info>.thumb{
	width: 100%;
	height: 100%;
}
.left-info>.thumb>img{
	/* width:100%;
	height: 100%; */
	/* object-fit: cover; */
}

/* Modal Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    border: 1px solid #888;
    width: 100%;
    padding: 0;
	max-width: 550px;
    position: relative;
}
.modal-content>.contact-form{
    padding:5px 20px 20px;
}
#modalProductName{
    border-bottom: 1px solid #706767;
    padding: 1rem;
    text-align: center
}
.close {
    color: #aaa;
    float: right;
    font-weight: bold;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -15px;
    background-color:black;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 8px 10px #00000054;
	transition: all .2s ease-out;
}

.close:hover,
.close:focus {
	background-color: red;
    text-decoration: none;
    cursor: pointer;
}

/* home page  */
.slogane{
	position: absolute;
    bottom: 8.5%;
    color: #f7c35f;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 800;
}
.btn i {
    margin: 0 5px;
}

.shape-left-bottom>img{
    transform: rotateY(-186deg);
    opacity: 0.7;
}
.imag-border{
    overflow: hidden;
    cursor: pointer;
}
.imag-border > img{
    max-width: 100% !important;
    margin-bottom:0 !important;
    border-radius: 5px !important;
    object-fit: cover;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    transform: scale(1);
    transition: all .5s ease-in;
}
.border-green{
    border: 1px solid var(--dark) !important;
}
.border-green:hover div>.imag-border > img{
    transform: scale(1.1);
}
.product-list-box-custome2 {
	display: inline-block !important;
}
@media(max-width:590px){
	.modal-content{
		max-width:calc(100% - 10%);
	}
}

/* ================================================================
 * Faarmgro additions — social icons, footer contact, WhatsApp float
 * ================================================================ */

/* Footer manufactured-and-packed-by line */
.footer-item.contact .manufactured-note {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.85;
}

/* Top-bar social list: multiple icons side-by-side */
.top-bar-area .social ul {
    display: inline-flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-bar-area .social ul li { display: inline-block; }
.top-bar-area .social ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: background 0.2s, transform 0.2s;
}
.top-bar-area .social ul li a:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

/* Floating WhatsApp chat button — bottom-right of every page */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 30px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #fff;
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.whatsapp-float i { line-height: inherit; }

/* Small screens: slightly smaller button */
@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 26px;
        bottom: 18px;
        left: 18px;
    }
}
