.elementor-kit-5{--e-global-color-primary:#5FA8D3;--e-global-color-secondary:#2A9D8F;--e-global-color-text:#1F2937;--e-global-color-accent:#A8DADC;--e-global-typography-primary-font-family:"Inter";--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-5 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-kit-5{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-primary-letter-spacing:0px;}.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=Plus+Jakarta+Sans:wght@600;700;800&family=Source+Sans+3:wght@400;500&display=swap');

:root {

  --dx-dark: #0F172A;
  --dx-primary: #2563EB;
  --dx-secondary: #0D9488;
  --dx-accent: #14B8A6;

  --dx-bg: #F9FAFB;
  --dx-card: #FFFFFF;
  --dx-text: #0B1220;
  --dx-divider: #E5E7EB;

}

/* Base */
.elementor-button {
  background: #2563EB;
  color: white;
  border-radius: 12px;
  padding: 16px 28px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: all 0.2s ease;
}

.elementor-button:hover {
  background: #1D4ED8;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.35);
  transform: translateY(-2px);
}

.elementor-button {
  background: #2563EB;
  color: white;
  border-radius: 12px;
  padding: 16px 28px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
  transition: all 0.2s ease;
}

.elementor-button:hover {
  background: #1D4ED8;
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.35);
  transform: translateY(-2px);
}


body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--dx-text);
  background: var(--dx-bg);
}

/* Strong Header Band */

.site-header,
.dx-hero-band {
  background: var(--dx-dark);
  color: white;
  padding: 80px 0;
}

/* Content Container Card */

.entry-content,
.elementor-widget-theme-post-content {
  max-width: 760px;
  margin: -60px auto 0;
  background: var(--dx-card);
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* Headings */

h1, h2, h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--dx-text);
}

h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 30px;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
}

/* Buttons */

.elementor-button {
  background: var(--dx-primary);
  border-radius: 14px;
  padding: 16px 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.elementor-button:hover {
  background: var(--dx-secondary);
  transform: translateY(-3px);
}

/* Callout Cards */

.dx-homecare-box,
.dx-referral-box {
  background: #F1F5F9;
  padding: 32px;
  border-radius: 18px;
  margin: 50px 0;
  border: 1px solid var(--dx-divider);
}

/* Divider */

hr {
  border: none;
  height: 1px;
  background: var(--dx-divider);
  margin: 80px 0;
}

/* Mobile */

@media (max-width: 768px) {

  .entry-content {
    padding: 30px;
    margin-top: -40px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

}
/* ================================
   DERMEXPLAINED ELEVATED BUTTONS
================================ */

/* Base Button */

.elementor-button,
button {

  background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 16px 30px;
  border-radius: 14px;
  border: none;
  cursor: pointer;

  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.25);
  transition: all 0.25s ease;
}

/* Hover State */

.elementor-button:hover,
button:hover {

  background: linear-gradient(135deg, #1E40AF 0%, #0D9488 100%);
  box-shadow: 0 10px 28px rgba(13, 148, 136, 0.35);
  transform: translateY(-3px);
}

/* Active (Click) State */

.elementor-button:active,
button:active {

  transform: translateY(0px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.hero-title {
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.1;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}/* End custom CSS */