.elementor-kit-7{--e-global-color-primary:#2DBAB0;--e-global-color-secondary:#FBFBFE;--e-global-color-text:#050315;--e-global-color-accent:#3BFFDB;--e-global-color-76ce9d8:#DCFFF7;--e-global-color-a557614:#3E615E;--e-global-typography-primary-font-family:"Amethysta";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Amethysta";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Amethysta", Sans-serif;}.elementor-kit-7 h2{font-family:"Amethysta", Sans-serif;}.elementor-kit-7 h3{font-family:"Amethysta", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 0;
  border: 2px solid #ccc;
}

.service {
  border: 2px solid #ccc;
  padding: 20px;
}

.service.wide {
  grid-column: span 2;
}

.service.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  background: #a47b42;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
}

.btn:hover {
  background: #8c6635;
}

.services-list-2
{
    width: 100%;
 max-width: 1140px !important;
 margin: auto;
}

.elementor-button
{
     box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1), 0px 1px 0px 0px rgba(25,28,33,0.02), 0px 0px 0px 1px rgba(25,28,33,0.08)!important;
}



@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr; 
  }

  .service.wide {
    grid-column: span 1; 
  }
}/* End custom CSS */