.elementor-kit-62{--e-global-color-primary:#2E4E3F;--e-global-color-secondary:#9BB7A9;--e-global-color-text:#E28B5B;--e-global-color-accent:#E9B949;--e-global-color-border:#F7F5F2;--e-global-color-dark:#333;--e-global-color-light:#FAFAFA;--e-global-color-gray:#8F8F8F;--e-global-color-muted:#ABABAB;--e-global-color-placeholder:#B6B6B6;--e-global-typography-primary-font-family:"Noto Serif Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif Devanagari";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Crimson Pro";--e-global-typography-accent-font-weight:500;}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 */body {
      margin: 0;
      font-family: 'Inter', sans-serif;
      color: #1A1A1A;
      background: #FAF7F2;
      line-height: 1.6;
    }

    h1, h2, h3 {
      font-family: 'Playfair Display', serif;
      margin-bottom: 10px;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 20px;
    }

    .hero {
      height: 70vh;
      background-size: cover;
      background-position: center;
      position: relative;
      display: flex;
      align-items: flex-end;
      padding: 60px;
      color: #fff;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .quote {
      font-size: 22px;
      font-style: italic;
      max-width: 800px;
      margin: 0 auto;
      text-align: center;
    }

    .grid-2 {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 40px;
    }

    .metrics {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      text-align: center;
      background: #F3EFE8;
      padding: 60px 20px;
    }

    .metric h2 {
      font-size: 32px;
      margin: 0;
    }

    .client-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      text-align: center;
    }

    .client-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
    }

    .gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
    }

    .gallery img {
      width: 100%;
      border-radius: 8px;
    }

    .cta {
      background: #800020;
      color: #fff;
      text-align: center;
      padding: 80px 20px;
    }

    .cta button {
      background: #fff;
      color: #800020;
      padding: 15px 30px;
      border: none;
      font-weight: bold;
      cursor: pointer;
      margin-top: 20px;
    }/* End custom CSS */