.padd{height:60vh;width:95%;margin:110px auto 40px;position:relative;border-radius:20px;overflow:hidden;background:#1f7a3f;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 35px rgb(0 0 0 / .15)}.hero-text{background:rgb(0 0 0 / .5);padding:35px 45px;border-radius:15px;backdrop-filter:blur(5px);text-align:center;color:#fff;max-width:500px}.hero-text h1{font-size:3rem;font-weight:800;margin-bottom:15px}.hero-text p{font-size:1.3rem;font-weight:500}.products-section{margin-top:50px;margin-bottom:80px}.product-card{background:linear-gradient(145deg,#fff,#fff);border-radius:25px;overflow:hidden;position:relative;box-shadow:0 15px 35px rgb(0 0 0 / .1);transition:transform 0.5s,box-shadow 0.5s;display:flex;flex-direction:column;justify-content:flex-start;padding:0;height:100%}.product-card:hover{transform:translateY(-10px) rotateX(3deg);box-shadow:0 25px 60px rgb(0 0 0 / .2)}.product-card img{width:100%;height:240px;object-fit:contain;border-bottom-left-radius:25px;border-bottom-right-radius:25px;transition:transform 0.5s}.product-content{padding:25px 20px;text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.product-card h3{font-size:1.6rem;font-weight:800;color:#0f4d2f;margin-bottom:10px}.product-card p{font-size:1rem;color:#3b6b44;margin-bottom:20px;min-height:70px;flex-grow:1}.btn-details{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#1f7a3f,#34c759);color:#fff;border-radius:50px;text-decoration:none;font-weight:700;transition:all 0.4s}.btn-details:hover{background:linear-gradient(135deg,#134d2f,#1fae42);transform:translateY(-3px);box-shadow:0 8px 25px rgb(0 0 0 / .2)}@media (max-width:992px){.padd{height:50vh}.hero-text h1{font-size:2.4rem}.hero-text p{font-size:1.1rem}}@media(max-width:768px){.product-card img{height:200px}.product-card p{min-height:auto}}.company-section{background:#e6f3e9;padding:80px 20px;border-radius:20px;text-align:center;box-shadow:0 10px 25px rgb(0 0 0 / .05);margin:50px auto;max-width:1100px}.company-content h1{font-size:3rem;color:#1a4d2e;font-weight:800;margin-bottom:20px}.company-content p{font-size:1.2rem;color:#356c46;line-height:1.8;max-width:800px;margin:0 auto 35px auto}.btn-explore{display:inline-block;padding:15px 40px;background:#1f7a3f;color:#fff;font-weight:700;border-radius:50px;text-decoration:none;transition:all 0.3s ease}.btn-explore:hover{background:#356c46;transform:translateY(-3px);box-shadow:0 8px 20px rgb(53 108 70 / .3)}@media (max-width:768px){.company-content h1{font-size:2.2rem}.company-content p{font-size:1rem}}