.elementor-kit-1146{--e-global-color-primary:#F6F6F6;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a5f1774:#C39E3C;--e-global-color-670e15a:#42292F;--e-global-color-37a0720:#F6F6F6;--e-global-typography-primary-font-family:"Lexend Deca";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-1c96c19-font-family:"Domine";--e-global-typography-1c96c19-font-weight:500;--e-global-typography-12a0b70-font-family:"Domine";--e-global-typography-12a0b70-font-weight:400;font-family:"Lexend Deca", Sans-serif;--e-preloader-animation-duration:1700ms;--e-preloader-delay:0ms;}.elementor-kit-1146 a{font-family:"Lexend Deca", Sans-serif;}.elementor-kit-1146 h1{color:var( --e-global-color-primary );font-family:"Manrope", Sans-serif;}.elementor-kit-1146 h2{font-family:"Lexend Deca", Sans-serif;}.elementor-kit-1146 h3{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

.nos-services {
  font-family: 'Manrope', sans-serif;
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.nos-services .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 20px;
}

.intro {
  max-width: 700px;
  margin: 0 auto 60px auto;
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.service-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: left;
}

.service-box h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-box p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}/* End custom CSS */