.banner-section{height:100%}.banner-heading{font-size:3rem;font-weight:500;color:var(--banner-text-color);text-transform:uppercase;letter-spacing:2px;line-height:1.2;font-family:var(--font-clash)}.banner-subtext{font-size:24px;letter-spacing:.5px;color:var(--primary-dark-color);font-weight:400;line-height:100%;margin-bottom:2rem}.banner-cta-btn{background:var(--primary-color);color:white;border:none;border-radius:8px;width:223px;height:48px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(25,118,210,.3)}.banner-cta-btn:hover{background:#1565c0;box-shadow:0 6px 16px rgba(25,118,210,.4);transition:all .4s ease}.banner-img{height:50%!important;width:50%!important;border-radius:100%!important}@media (max-width:991px){.banner-heading{font-size:2rem}.banner-subtext{font-size:1rem}}@media (max-width:576px){.banner-heading{font-size:1.5rem}}@media (max-width:768px){.banner-section{height:100%}.banner-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.heading-container div{margin-top:20px}.banner-img{height:auto;width:100%}}@media (max-width:480px){.banner-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:24px}.banner-heading{font-weight:500;font-size:24px;text-transform:uppercase}.banner-heading,.banner-subtext{line-height:100%;letter-spacing:0}.banner-subtext{font-weight:400;font-size:16px;padding-bottom:0;margin-bottom:0}.banner-cta-btn{width:150px;height:40px;font-size:15px;border-radius:8px;justify-content:start}}.banner-img{animation:rotate360 10s linear infinite}@keyframes rotate360{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}