.hero-banner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;border-radius:1rem;gap:2rem;width:84%;height:450px;overflow:visible}@media(max-width:1350px){.hero-banner{flex-direction:column;text-align:center;padding:2rem 1.5rem;height:auto;width:100%}}.hero-banner .hero-banner-content{flex:1;max-width:600px;margin-left:4rem}@media(max-width:1350px){.hero-banner .hero-banner-content{margin-left:0}}.hero-banner .hero-banner-content .breadcrumb{color:#d62f2f;text-transform:uppercase;font-weight:600;letter-spacing:1.5px;margin-bottom:1rem}.hero-banner .hero-banner-content .heading{font-size:2.8rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}@media(max-width:768px){.hero-banner .hero-banner-content .heading{font-size:2rem;text-align:left;margin-bottom:0}}@media(max-width:576px){.hero-banner .hero-banner-content .heading{font-size:1.8rem;text-align:left}}.hero-banner .hero-banner-content .subheading{font-size:1.1rem;color:#333;margin-bottom:2rem}.hero-banner .hero-banner-content .cta-button{background:#5b21b6;color:#fff;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .3s ease}.hero-banner .hero-banner-content .cta-button:hover{background:#4c1d95}.hero-banner .hero-banner-image{position:absolute;top:50%;right:-17rem;transform:translateY(-50%);z-index:2}.hero-banner .hero-banner-image img{width:100%;height:auto;max-height:400px;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}@media(max-width:1350px){.hero-banner .hero-banner-image img{height:auto}.hero-banner .hero-banner-image{position:relative;right:auto;top:auto;transform:none;margin-top:2rem;width:100%;display:flex;justify-content:center}}