html{scroll-behavior:smooth;scroll-padding-top:120px}body{font-family:Poppins,sans-serif}:root{--primary-color: #0d6efd;--secondary-color: #fc7202;--gradient-primary: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%)}.hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:100px 0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/hero_background-CNw1Imbp.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1}.hero-section .container{position:relative;z-index:2}.hero-section h1,.hero-section p{color:#fff}.hero-section .btn-primary{background-color:var(--secondary-color);border-color:var(--secondary-color)}.hero-section .btn-primary:hover{background-color:#e06600;border-color:#e06600}.hero-section:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:var(--gradient-primary)}.section-title{position:relative;margin-bottom:40px;color:var(--primary-color)}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--gradient-primary);margin:15px auto 0}.navbar .nav-link{position:relative;transition:color .3s ease}.navbar .nav-link:after{content:"";position:absolute;bottom:-2px;left:50%;width:0;height:2px;background:var(--gradient-primary);transition:all .3s ease;transform:translate(-50%)}.navbar .nav-link:hover{color:var(--primary-color)}.navbar .nav-link:hover:after{width:70%}.footer{background-color:#343a40}.service-page{padding:80px 0}.service-page:nth-child(odd){background-color:#f8f9fa}.service-page .img-fluid{max-height:400px;object-fit:cover}@media (min-width: 768px){.service-page:nth-child(2n) .row{flex-direction:row-reverse}}.service-page h2{color:var(--primary-color);font-size:2.5rem}.service-page p{font-size:1.1rem;line-height:1.8;color:#555}.service-page .row{align-items:center}.service-page .col-md-6{display:flex;flex-direction:column;justify-content:center}.service-page .col-md-6:first-child{padding-right:30px}.service-page .col-md-6:last-child{padding-left:30px}@media (max-width: 767.98px){.service-page .col-md-6:first-child,.service-page .col-md-6:last-child{padding-left:15px;padding-right:15px}.service-page .img-fluid{margin-bottom:30px}}
