.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{width:100%}}@media(max-width:768px){.hero-banner{height:auto;flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:.5rem}}.hero-banner .hero-banner-content{max-width:65%;margin-left:2rem}@media(max-width:1350px){.hero-banner .hero-banner-content{margin-left:0;max-width:100%;width:100%}}.hero-banner .hero-banner-content .breadcrumb{color:#000;text-transform:uppercase;font-weight:600;font-size:1.1rem;letter-spacing:1.5px;margin-bottom:1rem}@media(max-width:768px){.hero-banner .hero-banner-content .breadcrumb{font-size:1rem;text-align:left}}.hero-banner .hero-banner-content .heading{font-size:1.8rem;color:#000;margin-bottom:1rem;font-weight:600}@media(max-width:1300px){.hero-banner .hero-banner-content .heading{font-size:1.5rem;text-align:left}}@media(max-width:768px){.hero-banner .hero-banner-content .heading{font-size:1.4rem;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:-14rem;transform:translateY(-50%);z-index:2}.hero-banner .hero-banner-image img{width:100%;height:auto;max-width:600px;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;width:100%;display:flex;justify-content:center}}