.clients-page{color:#5a6978;font-family:Montserrat,sans-serif}.introSection{position:relative;padding:4rem 0;background-color:#093146;overflow:hidden}.introTextWrapper{position:relative;z-index:1;margin:0 auto;text-align:center;color:#fff}.logo-wrapper{display:flex;justify-content:center;align-items:center}.introTitleText{font-size:2.5rem;font-weight:600;background:linear-gradient(90deg,#fbd097,#72cceb,#508de2,#4d8fce);background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:30px}.introTitleText,.introTitleText__B{display:inline-block;text-transform:uppercase;color:transparent}.introTitleText__B{font-size:2rem;font-weight:700;background:linear-gradient(90deg,#cb7e01,#0a6994,#024867,#08365e);background-size:200%;-webkit-background-clip:text;background-clip:text}.content-container{padding:60px 1rem;font-family:Roboto,sans-serif}.customer-row{position:relative;padding:1.5rem;margin-bottom:1rem;border-radius:10px!important;background-color:rgba(190,190,190,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.customer-row:hover{box-shadow:0 6px 16px rgba(0,0,0,.2);background-color:rgba(190,190,190,.25)}.customer-row:nth-child(2n) .project-image-col{order:1!important}.customer-row:nth-child(2n) .customer-info-col{order:2!important}.logo-wrapper{margin-bottom:1.5rem}.customer-name{font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.customer-address{margin-bottom:1rem;color:#555;font-size:1.1rem;line-height:1.6}.project-title{color:#f57c00;font-weight:600;margin-bottom:.5rem;font-size:1.1rem}.project-list{padding-left:1rem;margin-bottom:0}.project-item{margin-bottom:.25rem;color:#555;font-size:1.1rem;line-height:1.6}.project-image-wrapper{position:relative;width:100%;height:320px;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s ease}.project-image-wrapper:hover{transform:scale(1.02);box-shadow:0 8px 20px rgba(0,0,0,.25)}@media (max-width:768px){.customer-row{padding:1.5rem}.customer-row:nth-child(2n) .project-image-col,.customer-row:nth-child(odd) .project-image-col{order:1!important}.customer-row:nth-child(2n) .customer-info-col,.customer-row:nth-child(odd) .customer-info-col{order:2!important}}.project-item a,a{text-decoration:none;color:inherit}.project-item a:hover{text-decoration:underline;color:#f57c00}.border-gradient{margin-bottom:50px;position:relative;border-radius:6px;overflow:hidden;background:white;box-shadow:0 6px 15px rgba(0,0,0,.05);background-image:linear-gradient(rgb(249,246,246),rgb(249,246,246)),linear-gradient(90deg,#fbd097,#72cceb,#508de2,#4d8fce);background-origin:border-box;background-clip:padding-box,border-box;background-size:100%,200%;border:1px solid transparent;transition:all .3s ease;animation:borderGradient 6s linear infinite}.border-gradient:hover{animation:borderGradient 3s linear infinite!important;box-shadow:0 5px 15px rgba(80,141,226,.2)!important;transform:translateY(-2px)!important}