.carousel-section{border-radius:12px}.text-content{animation:fadeInLeft 1s ease-in-out}.carousel-item img{height:500px}.section-title{font-size:2.2rem;font-weight:700;color:#222}.section-title span{color:var(--theme-color)}.section-desc{font-size:1.1rem;color:#555;line-height:1.7}.btn-gradient{background:var( --theme-background);border:none;padding:10px 24px;font-size:1rem;border-radius:30px;color:white;font-weight:600;box-shadow:0 4px 12px rgba(0,123,255,.3);transition:all .3s ease-in-out}.btn-gradient:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,123,255,.4)}.carousel-inner img{border-radius:12px;height:100%!important}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}