.home{min-height:100%}.home section{width:100%}.about-us-section{display:flex;flex-direction:column;align-items:center;gap:3rem;padding:5rem 1rem}@media screen and (min-width:600px){.about-us-section{padding:5rem 2rem}}@media screen and (min-width:768px){.about-us-section{gap:4rem;padding:5rem 4rem}}@media screen and (min-width:1024px){.about-us-section{padding:5rem 4rem}}.about-us-section .heading{font-size:4rem;font-weight:500;color:var(--color-primary)}.about-us-section .sub-section{max-width:1200px;display:flex;flex-direction:column-reverse;gap:2rem;align-items:center;padding:0 2rem}.about-us-section .sub-section .sub-section-info{max-width:60vw;display:flex;flex-direction:column;align-items:center}.about-us-section .sub-section:nth-child(2n){flex-direction:column}@media screen and (min-width:768px){.about-us-section .sub-section{display:grid;grid-template-columns:1fr 1.25fr;grid-gap:6rem;gap:6rem}.about-us-section .sub-section:nth-child(odd){grid-template-columns:1.25fr 1fr}}@media screen and (min-width:1024px){.about-us-section .sub-section{gap:8rem}}.about-us-section .sub-section img{width:100%;height:auto;max-height:500px;object-fit:contain}.about-us-section .sub-section .heading{order:2;text-align:center;font-size:2rem;font-weight:500;color:var(--color-primary);line-height:3rem;padding:.5rem 0}@media screen and (min-width:1024px){.about-us-section .sub-section .heading{line-height:3.75rem;padding:0}}.about-us-section .sub-section .sub-heading{order:1;text-align:center;text-transform:uppercase;font-size:1.1rem;font-weight:500;color:var(--color-secondary)}.about-us-section .sub-section .description{order:3;font-size:1.1rem;text-align:center}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;color:var(--color-primary);padding:4rem 2rem 2rem;position:relative}.hero:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(270deg,#fff 10%,hsla(0,0%,100%,.086) 50%,#fff 90%),linear-gradient(180deg,#fff 30%,hsla(0,0%,100%,.086) 50%,#fff 70%),url(/_next/static/media/bg.2a052360.png);background-repeat:no-repeat;background-position:50%;background-size:1920px 1000px}.hero h2,.hero>.buttons,.hero>a,.hero>h1,.hero>p{z-index:100}.hero .heading{width:100%;max-width:55rem;font-size:3.5rem;font-weight:500;line-height:3.5rem;text-align:center}@media screen and (min-width:768px){.hero .heading{line-height:3.5rem}}.hero .sub-heading{width:100%;max-width:55rem;font-size:2rem;font-weight:10;line-height:3rem;text-align:center}@media screen and (min-width:768px){.hero .sub-heading{line-height:3.5rem}}.hero .description{width:100%;max-width:50rem;font-size:1.16rem;line-height:1.6rem;text-align:center}.hero .buttons{margin-top:1rem;display:flex;width:100%;justify-content:center;gap:2rem}@media screen and (max-width:400px){.hero .buttons{align-items:center;flex-direction:column}}.hero .buttons button{font-weight:700;padding:1rem 1.5rem;font-size:max(16px,1rem);box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}.services{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 0 8rem;position:relative}@media screen and (min-width:600px){.services{padding:0 0 8rem}}@media screen and (min-width:768px){.services{padding:0 4rem 8rem}}@media screen and (min-width:1024px){.services{padding:0 4rem 8rem}}@media screen and (min-width:1200px){.services{padding:0 8rem 8rem}}.services:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/_next/static/media/LIWAIN.1bcd8154.png);background-repeat:no-repeat;background-size:contain;background-position:bottom;z-index:-10}.services .heading{font-size:1.5rem;font-weight:500;color:var(--color-primary);padding:0 1rem}.services .punch-line{width:100%;font-size:3rem;font-weight:600;line-height:3.75rem;color:var(--color-primary);text-align:center;padding:0 2rem}@media screen and (min-width:768px){.services .punch-line{width:50rem;font-size:3rem;line-height:3.75rem}}@media screen and (min-width:1024px){.services .punch-line{font-size:4rem;line-height:5rem}}.services>button{border-color:var(--color-primary);margin:1.8rem 0 2rem}.industry-card{width:23rem;min-width:23rem;height:38rem;padding:4rem 3rem;color:var(--color-primary);background-color:var(--color-grey);border-radius:1.5rem;display:grid;grid-template-rows:auto auto 1fr auto;justify-items:center;text-align:center;grid-gap:1.5rem;gap:1.5rem}.industry-card .dp{border-radius:50%;overflow:hidden;object-fit:cover;max-width:50%;aspect-ratio:1/1}.industry-card .industry{font-size:1.1rem}.industry-card .name{font-size:1.5rem;font-weight:600}.industry-card .city{color:var(--color-text)}.industry-card .company-logo{object-fit:contain;max-width:60%;max-height:2rem}.industries{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;padding:6rem 0}.industries .heading{font-size:2.5rem;font-weight:500;padding-bottom:1rem;color:var(--color-primary)}.industries .cards-container{display:flex;align-items:flex-start;gap:2rem;width:100%;overflow:auto;padding:0 3rem;justify-content:center;flex-wrap:wrap}