@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");body{font-family:Poppins,sans-serif;margin:0;padding:0;color:#222;background-color:#fff;overflow-x:hidden}.section-wrapper{width:90%;margin:0 auto}*{box-sizing:border-box}.industry-insights-hero{position:relative;width:100%;height:350px;background:url(/images/about-bg.jpg) 50%/cover no-repeat;display:flex;align-items:center;justify-content:flex-start;padding-left:10%}.industry-insights-overlay{position:absolute;top:0;left:0;width:70%;height:100%;background:linear-gradient(90deg,rgba(0,93,108,.8) 60%,rgba(1,177,204,.7));display:flex;justify-content:center;align-items:center;padding:50px 140px;color:#fff;border-top-right-radius:0;border-bottom-right-radius:330px;text-align:center}.industry-insights-content{position:relative;color:#fff;z-index:2;max-width:600px;width:100%}.industry-insights-content h1{font-size:3.5rem;font-weight:700;margin-bottom:10px}.industry-insights-content p{font-size:1.8rem;color:#fff}@media (max-width:1024px){.industry-insights-hero{height:280px;padding-left:5%}.industry-insights-overlay{width:80%;padding:40px;border-bottom-right-radius:250px}.industry-insights-content h1{font-size:3rem}.industry-insights-content p{font-size:1.6rem}}@media (max-width:768px){.industry-insights-hero{height:200px;padding:0 5%;text-align:center;justify-content:center}.industry-insights-overlay{width:90%;padding:30px;border-bottom-right-radius:200px}.industry-insights-content h1{font-size:2.5rem}.industry-insights-content p{font-size:1.4rem}}.industry-insights-card-section{background-color:#fff;padding:40px 5%}.industry-insights-card-container{display:flex;align-items:stretch;max-width:1400px;margin:auto;gap:40px}.industry-insights-card-title{width:30%;background:linear-gradient(115deg,#005d6c,#01b1cc);color:#fff;padding:40px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:20px}.industry-insights-card-title h2{font-size:2.5rem;font-weight:700}.industry-insights-card-content{width:70%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.industry-insights-card-item{animation:fadeInUp .8s ease-in-out both;transition:transform .3s ease}.industry-insights-card-item:hover{transform:scale(1.03)}.industry-insights-card-header{font-size:2.6rem;font-weight:600;color:#005d6c;position:relative;margin:0}.industry-insights-card-header:after{content:"";display:block;width:60px;height:3px;background:#01b1cc;margin-top:10px;border-radius:2px;transition:none}.industry-insights-card-item:hover .industry-insights-card-header:after{width:60px}.industry-insights-card-item h3{font-size:1.2rem;font-weight:600;margin-top:10px}.industry-insights-card-item p{font-size:16px;color:#222;line-height:1.6;margin-top:10px}.industry-insights-card-section:nth-of-type(odd){background-color:#fff}.industry-insights-card-section:nth-of-type(2n){background-color:#f4f8f9}@media (max-width:1024px){.industry-insights-card-container{flex-direction:column}.industry-insights-card-title{width:100%}.industry-insights-card-item{text-align:justify}.industry-insights-card-content{width:100%;grid-template-columns:1fr;text-align:center}}@media (max-width:600px){.industry-insights-card-section{padding:40px 5%}.industry-insights-card-title h2{font-size:2rem}.industry-insights-card-item h3{font-size:1rem}.industry-insights-card-item p{font-size:.95rem}.industry-insights-card-item:hover .industry-insights-card-header:after{width:30px}}