.elementor-kit-6{--e-global-color-primary:#22C55E;--e-global-color-secondary:#38BDF8;--e-global-color-text:#FFFFFF;--e-global-color-accent:#3F053F;--e-global-color-7b7f632:#FFFFFFB3;--e-global-color-a3de2bd:#0A0A0A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:999px 999px 999px 999px;padding:16px 28px 16px 28px;}.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 *//* ===============================
   Premier Dent & Tint Footer
   Dark + Green theme
   =============================== */

.elementor-kit-6 {
  background: #070A0C;
  color: rgba(255,255,255,.82);
}

/* Headings */
.elementor-kit-6 h1, .elementor-kit-6 h2, .elementor-kit-6 h3, .elementor-kit-6 h4 {
  color: #ffffff;
  letter-spacing: .3px;
}

/* Links */
.elementor-kit-6 a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  transition: all .18s ease;
}
.elementor-kit-6 a:hover {
  color: #BBE934;
}

/* Text sizing smoothing */
.elementor-kit-6, .elementor-kit-6 p, .elementor-kit-6 li {
  line-height: 1.6;
}

/* Icon list polish */
.elementor-kit-6 .elementor-icon-list-item {
  padding: 4px 0;
}
.elementor-kit-6 .elementor-icon-list-icon i,
.elementor-kit-6 .elementor-icon-list-icon svg {
  color: #7BBD0A;
}

/* Map wrapper */
.elementor-kit-6 .pdt-map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 40px rgba(0,0,0,.55);
}

/* CTA Button (3D Green) */
.elementor-kit-6 .pdt-footer-cta {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  text-align: center;
  background: linear-gradient(145deg, #BBE934, #7BBD0A 55%, #345816);
  color: #050705;
  border-radius: 16px;
  padding: 16px 18px;
  margin-top: 14px;
  font-weight: 800;
  box-shadow:
    0 9px 0 #24450f,
    0 18px 40px rgba(0,0,0,.65),
    0 0 18px rgba(123,189,10,.22);
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.elementor-kit-6 .pdt-footer-cta:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow:
    0 12px 0 #24450f,
    0 22px 46px rgba(0,0,0,.70),
    0 0 22px rgba(123,189,10,.28);
}
.elementor-kit-6 .pdt-footer-cta:active {
  transform: translateY(5px);
  box-shadow:
    0 4px 0 #24450f,
    0 10px 24px rgba(0,0,0,.65);
}

.elementor-kit-6 .pdt-cta-top {
  display: block;
  font-size: 18px;
  letter-spacing: .4px;
}
.elementor-kit-6 .pdt-cta-sub {
  display: block;
  font-size: 13px;
  font-weight: 800;
  opacity: .85;
  margin-top: 2px;
}

/* Shine sweep */
.elementor-kit-6 .pdt-footer-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg,
    rgba(255,255,255,0.08),
    rgba(255,255,255,0.40),
    rgba(255,255,255,0.08)
  );
  transform: skewX(-25deg);
  transition: left .7s ease;
}
.elementor-kit-6 .pdt-footer-cta:hover::before {
  left: 135%;
}

/* Small divider line helper (optional class) */
.elementor-kit-6 .pdt-footer-divider {
  height: 1px;
  background: rgba(255,255,255,.08);
  margin: 18px 0;
}
/* Premier Dent & Tint Elementor Form Theme */
.pdt-form .elementor-field-group { margin-bottom: 14px; }

.pdt-form input.elementor-field,
.pdt-form select.elementor-field,
.pdt-form textarea.elementor-field{
  width: 100%;
  padding: 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.15) !important;
  background: rgba(255,255,255,.04) !important;
  color: rgba(255,255,255,.92) !important;
  font-size: .95rem !important;
}

.pdt-form input.elementor-field::placeholder,
.pdt-form textarea.elementor-field::placeholder{
  color: rgba(255,255,255,.55) !important;
}

.pdt-form input.elementor-field:focus,
.pdt-form select.elementor-field:focus,
.pdt-form textarea.elementor-field:focus{
  outline: none !important;
  border-color: #7BBD0A !important;
  box-shadow: 0 0 0 2px rgba(123,189,10,.25) !important;
}

/* Labels */
.pdt-form .elementor-field-label{
  color: rgba(255,255,255,.78) !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

/* Submit button */
.pdt-form .elementor-button{
  width: 100%;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  font-weight: 800 !important;
  background: linear-gradient(145deg,#BBE934,#7BBD0A 55%,#345816) !important;
  color: #07090d !important;
  box-shadow: 0 0 0 1px rgba(123,189,10,.25), 0 12px 30px rgba(0,0,0,.45) !important;
  border: 0 !important;
}

/* Success / error messages */
.pdt-form .elementor-message{
  border-radius: 12px;
  padding: 12px 14px;
}
/* Photo Upload Tips Card */
.pdt-photo-card{
  position: relative;
  overflow: hidden;
}

/* subtle green glow accent */
.pdt-photo-card:before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(600px 220px at 25% 10%, rgba(187,233,52,.18), transparent 60%);
  pointer-events:none;
}

/* Headings inside tips card */
.pdt-photo-card .elementor-heading-title{
  color: rgba(255,255,255,.95);
  letter-spacing: -.2px;
}

/* Text */
.pdt-photo-card .elementor-widget-text-editor{
  color: rgba(255,255,255,.78);
}

/* Icon list / bullets */
.pdt-photo-card .elementor-icon-list-items{
  margin-top: 10px;
}

.pdt-photo-card .elementor-icon-list-item{
  padding: 8px 0;
}

.pdt-photo-card .elementor-icon-list-text{
  color: rgba(255,255,255,.86) !important;
}

/* Make icon a green “dot” vibe */
.pdt-photo-card .elementor-icon-list-icon i{
  color: #BBE934 !important;
  filter: drop-shadow(0 0 10px rgba(187,233,52,.25));
}

/* Optional button styling if you add one */
.pdt-photo-card .elementor-button{
  width: 100%;
  margin-top: 14px;
  border-radius: 16px !important;
  padding: 14px 16px !important;
  font-weight: 900 !important;
  background: rgba(123,189,10,.10) !important;
  border: 1px solid rgba(187,233,52,.45) !important;
  color: #BBE934 !important;
}

.pdt-photo-card .elementor-button:hover{
  background: rgba(123,189,10,.16) !important;
}/* End custom CSS */