*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:"Poppins",sans-serif;background-color:#fff;color:#333;overflow-x:hidden;line-height:1.6;}
.section{padding:40px 0;}
.banner-bg{background:linear-gradient(180deg,#ff9933 0%,#ffffff 50%,#138808 100%);width:100%;}
.mobile-header{padding:30px 0;}
.logo-mobile img{max-width:180px;transition:transform .3s ease;}
.logo-mobile img:hover{transform:scale(1.05);}
.mobile-button{background-color:#ff9933;color:#fff!important;border:none;border-radius:8px;padding:10px 0;font-weight:600;text-transform:uppercase;font-size:14px;transition:all .3s ease;}
.mobile-button:hover{background-color:#138808;transform:scale(1.05);}
.mobile-heading{margin-top:20px;text-align:center;}
.mobile-heading h2{color:#138808;font-weight:700;margin-bottom:10px;}
.mobile-heading p{font-size:15px;color:#444;}
.banner-section{text-align:center;}
.banner-section img{border-radius:10px;transition:all .3s ease-in-out;}
.banner-section img:hover{transform:scale(1.02);}
.banner-section h2{font-size:24px;font-weight:700;margin:25px 0 10px;color:#1a1a1a;}
.banner-section p{font-size:16px;color:#555;max-width:900px;margin:0 auto;}
.footer{background-color:#111;padding:20px 0;text-align:center;}
.footer-menu ul{list-style:none;padding:0;margin:0;}
.footer-menu ul li{display:inline-block;margin:0 10px;}
.footer-menu ul li a{color:#fff;text-decoration:none;font-weight:500;transition:all .3s ease;}
.footer-menu ul li a:hover{color:#ff9933;}
.footer p{color:#aaa;font-size:13px;margin-top:10px;}
@media(max-width:992px){.mobile-heading h2{font-size:22px;}.mobile-heading p{font-size:14px;}.banner-section h2{font-size:20px;}.banner-section p{font-size:14px;}.footer-menu ul li{display:block;margin:8px 0;}}
