.elementor-84 .elementor-element.elementor-element-d7dfcbf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-3afe508 */:root {
  --emerald: #046307;
  --goldenrod: #DAA520;
  --light: #f8fff6;
  --dark: #0f2e10;
}

/* SECTION BACKGROUND WITH BLEND */
.co-locksmith {
  position: relative;
  padding: 100px 20px;
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #035a06 0%, #046307 40%, #0c7d0f 100%);
  color: #ffffff;
  overflow: hidden;
}

/* Decorative golden wave shape */
.co-locksmith::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(218,165,32,0.4) 0%, transparent 70%);
  transform: rotate(25deg);
}

/* Bottom angled shape */
.co-locksmith::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(90deg, #DAA520, #c08d17);
  clip-path: polygon(0 40%, 100% 0%, 100% 100%, 0% 100%);
}

.co-wrap {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* HERO */
.co-hero {
  text-align: center;
  margin-bottom: 70px;
}

.co-hero h1 {
  font-size: 38px;
  margin-bottom: 20px;
  color: #DAA520;
}

.co-hero p {
  font-size: 18px;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto 18px;
}

/* SECTION TITLE */
.co-title {
  font-size: 28px;
  margin: 80px 0 40px;
  text-align: center;
  color: #DAA520;
}

/* GRID */
.grid {
  display: grid;
  gap: 30px;
}

.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

/* SERVICE HEXAGON STYLE */
.service-card {
  background: rgba(255,255,255,0.08);
  padding: 35px 25px;
  border-radius: 25px 0 25px 0;
  border: 2px solid rgba(218,165,32,0.3);
  transition: all 0.35s ease;
}

.service-card:hover {
  transform: scale(1.05);
  border-color: #DAA520;
  background: rgba(218,165,32,0.15);
}

.service-card h3 {
  color: #DAA520;
  margin-bottom: 15px;
}

/* TESTIMONIAL BUBBLE STYLE */
.feedback {
  background: #ffffff;
  color: #222;
  padding: 30px;
  border-radius: 50px 50px 10px 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.feedback strong {
  display: block;
  margin-top: 12px;
  color: #046307;
}

/* ADVANTAGE STRIP STYLE */
.adv-card {
  background: linear-gradient(90deg, rgba(218,165,32,0.15), transparent);
  padding: 20px;
  border-left: 5px solid #DAA520;
  border-radius: 8px;
  font-size: 16px;
}/* End custom CSS */