:root{--background:#fafafa;--theme-color:#6b72ff;--secondary-color:#30cdff;--dark-theme-color:#3841ed;--text-color:#777776;--white:#fff;--black:#000}.dark:root{--background:#121212;--text-color:var(--white)}.serviceSec .headingCont{margin-bottom:3rem}.serviceSec .cardRow{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));place-items:center;gap:1rem;row-gap:3rem}.serviceSec .cardRow .cardCol{grid-column:span 9/span 9;margin-left:auto;margin-right:auto;width:91.666667%}@media (min-width:575.98px){.serviceSec .cardRow .cardCol{grid-column:span 3/span 3;width:auto}}.serviceSec .cardRow .cardCol .serviceCard{width:100%;overflow:clip;border-radius:var(--radius);padding-top:1rem;padding-bottom:1rem;text-align:center}@media (min-width:767.98px){.serviceSec .cardRow .cardCol .serviceCard{padding:2rem 3rem}}.serviceSec .cardRow .cardCol .serviceCard{box-shadow:0 0 15px rgba(0,0,0,.333)}.serviceSec .cardRow .cardCol .serviceCard:where(.dark,.dark *){box-shadow:0 0 15px hsla(0,0%,100%,.467)}.serviceSec .cardRow .cardCol .serviceCard h4{font-size:1.25rem;font-weight:700;color:var(--black)}.serviceSec .cardRow .cardCol .serviceCard h4:where(.dark,.dark *){color:var(--white)}.serviceSec .cardRow .cardCol .serviceCard figure{margin-top:.75rem;margin-bottom:.75rem;display:flex;height:150px;width:100%;align-items:center;justify-content:center}.serviceSec .cardRow .cardCol .serviceCard figure img{height:100%;width:150px;-o-object-fit:contain;object-fit:contain}.serviceSec .cardRow .cardCol .serviceCard p{margin-left:auto;margin-right:auto;width:75%;font-size:15px;line-height:1.625}.serviceSec .cardRow .cardCol .serviceCard a{margin-top:1rem;display:block;font-size:14px;font-weight:700;text-transform:uppercase;color:var(--black)}.serviceSec .cardRow .cardCol .serviceCard a:where(.dark,.dark *){color:var(--white)}.aboutUsSec .aboutRow{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width:575.98px){.aboutUsSec .aboutRow{flex-direction:row}}.aboutUsSec .aboutRow+.aboutRow{margin-top:5rem}.aboutUsSec figure{flex:0 1 55%}@media(max-width:991.98px){.aboutUsSec figure{flex:0 1 100%}}.aboutUsSec .content{flex:0 1 45%}@media(max-width:991.98px){.aboutUsSec .content{flex:0 1 100%}}.aboutUsSec .content h2{position:relative;display:inline-block;font-size:1.75rem;font-weight:700;color:var(--black)}@media (min-width:1199.98px){.aboutUsSec .content h2{font-size:2.25rem}}.aboutUsSec .content h2:where(.dark,.dark *){color:var(--white)}.aboutUsSec .content h2 span{display:block;font-size:1rem;font-weight:900;color:var(--theme-color)}.aboutUsSec .content p{font-weight:400;color:var(--text-color)}@media (min-width:1199.98px){.aboutUsSec .content p{font-size:1.125rem;line-height:2}}.aboutUsSec .content a{margin-top:1rem}.aboutUsSec .btnCont{margin-top:3rem;display:flex;align-items:center;gap:1rem}