:root{--bright-blue:#ffa500;--sunny-yellow:#8b4513;--lively-green:#39b54a}body{margin:0;padding:0;box-sizing:border-box}footer{overflow-x:hidden;background:#ff6f00}@keyframes fadeIn{from{color:#000}to{color:#00aeef}}@keyframes backgroundFadeIn{from{background-color:#fff}to{background-color:#00aeef}}.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}h3{color:#ff6f00}.para1,h5{color:#fff}.para1{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}.about-details p{position:relative;padding-bottom:5px;margin-bottom:10px}.about-details p:not(:last-child)::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--primary-color)}@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{border-top-left-radius:10px;border-top-right-radius:10px;height:200px;object-fit:cover}@media (max-width:768px){.para1{display:none}.carousel-item:nth-child(2){background-image:url(../images/5.webp)!important}.carousel-item:nth-child(3){background-image:url(../images/6.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}}