.custom-hero-banner{min-height:500px;overflow:hidden;position:relative;width:100%}.custom-hero-bg{background-position:50%;background-repeat:no-repeat;background-size:cover}.custom-hero-bg,.custom-hero-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.custom-hero-overlay{background-color:rgba(0,0,0,.5)}.custom-hero-content{align-items:center;color:#fff;display:flex;justify-content:flex-start;padding:120px 20px;position:relative;text-align:left;z-index:1}.custom-hero-inner{max-width:1200px}.custom-hero-title{font-size:clamp(32px,6vw,50px)!important;font-weight:700;line-height:1.2;margin-bottom:20px}.custom-hero-divider{background:linear-gradient(90deg,#00aeee,#47bc87 50.5%,#97c93c);border-radius:10px;height:6px;margin:20px 0;width:220px}.custom-hero-desc{font-size:clamp(16px,2vw,20px);line-height:1.6;margin-bottom:20px;max-width:700px}.custom-hero-buttons{display:flex;gap:20px;margin-top:20px}.custom-hero-buttons .custom-btn{background:#43bd94;border-radius:4px;color:#fff;font-weight:600;padding:12px 24px;text-decoration:none;transition:background .3s ease}.custom-hero-buttons .custom-btn:hover{background:#2a8d6b}@media (max-width:1024px){.custom-hero-content{padding:100px 20px}}@media (max-width:767px){.custom-hero-content{padding:40px 10px}.custom-hero-buttons{align-items:flex-start;flex-direction:column}}