:root{--bright-blue:#ffa600;--sunny-yellow:#FFD700;--lively-green:#39B54A;--playful-orange:#FF6F00;--vibrant-red:#FF0000}body{overflow-x:hidden}@keyframes fadeIn{from{color:#333}to{color:#ffa600}}@keyframes backgroundFadeIn{from{background-color:#fff}to{background-color:#ffa600}}.navbar-brand,.navbar-nav .nav-link{animation:1s ease-in-out fadeIn}.navbar{animation:5s ease-in-out backgroundFadeIn}.hero-section{padding:1px 0;text-align:center}.carousel-item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.carousel-item{height:80vh;min-height:300px;background-size:cover;background-position:center}.carousel-caption{top:50%;transform:translateY(-50%)}h1{font-size:50px}h5{color:#ffa600}.para1{color:#fff;font-size:20px;font-weight:700}.about-section h2,.services-section h2{font-size:2.5rem;margin-bottom:30px}.about-section .row{display:flex;align-items:center}.about-section img{max-width:100%;border-radius:10px}.about-details{animation:1s ease-in-out fadeInRight}@keyframes fadeInRight{from{opacity:0;transform:translateX(20%)}to{opacity:1;transform:translateX(0)}}.card{border:none;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-10px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.card-img-top{border-top-left-radius:10px;border-top-right-radius:10px;height:200px;object-fit:cover}@media (max-width:768px){.carousel-item.active{background-image:url('../img/7-small.webp')!important}.carousel-item:nth-child(2){background-image:url('../img/3-small.webp')!important}.carousel-item:nth-child(3){background-image:url('./img/6-small.webp')!important}.about-section h2,.services-section h2{font-size:2rem}.about-details{animation:1s ease-in-out fadeInUp}@keyframes fadeInUp{from{opacity:0;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}.card-img-top{height:150px}}