.elementor-kit-10{--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-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 *//* =========================================================
   STRICT BRAND OVERRIDE — TOTAL BAN ON #D04271
   Appearance -> Customize -> Additional CSS me dalein
========================================================= */

/* Color, Background, Border sabhi ko brand Navy/Teal me force convert karega */
html body [style*="D04271" i],
html body [style*="d04271" i],
html body [style*="208, 66, 113" i],
html body [style*="208,66,113" i] {
  color: #0A3D5A !important;
  border-color: #22B2B2 !important;
  background-color: transparent !important;
}

/* Agar koi button ya badge background pink ho */
html body button[style*="D04271" i],
html body a[style*="D04271" i],
html body span[style*="D04271" i],
html body div[style*="D04271" i] {
  background-color: #0A3D5A !important;
  color: #FFFFFF !important;
}

/* SVG icons ke andar fill ya stroke pink hone par */
html body svg [fill*="D04271" i],
html body svg [fill*="d04271" i],
html body svg [fill*="208, 66, 113" i] {
  fill: #22B2B2 !important;
}

html body svg [stroke*="D04271" i],
html body svg [stroke*="d04271" i],
html body svg [stroke*="208, 66, 113" i] {
  stroke: #22B2B2 !important;
}

/* Any theme hover variable targeting */
a:hover, 
button:hover {
  outline-color: #22B2B2 !important;
}


/* =========================================================
   KILL-SWITCH FOR NON-BRAND COLOR: #D04271
   ENFORCES SAAWARIYA APPROVED PALETTE SITE-WIDE
========================================================= */

/* 1. Kill pink on Text / Links / Headings (Normal & Hover) */
body *:where(:not([class*="st-"])) {
  -webkit-tap-highlight-color: transparent !important;
}

/* Override direct inline styles, theme defaults & hover states */
*[style*="#D04271" i],
*[style*="#d04271" i],
*[style*="rgb(208, 66, 113)" i] {
  color: #0A3D5A !important;
  background-color: transparent !important;
  border-color: #22B2B2 !important;
}

/* 2. Catch buttons, badges, background fills */
button[style*="#D04271" i],
a[style*="#D04271" i],
span[style*="#D04271" i],
div[style*="#D04271" i] {
  background-color: #0A3D5A !important;
  color: #FFFFFF !important;
}

/* 3. Catch all hover & focus triggers using pink */
a:hover, 
button:hover,
a:focus,
button:focus {
  /* Agar theme ka koi .elementor-kit-10 pink hover throw kar raha ho */
  --theme-primary: #22B2B2 !important;
  --primary-color: #22B2B2 !important;
  --accent-color: #22B2B2 !important;
}

/* 4. Kill pink from SVG icons (Stroke & Fill) */
svg path[fill*="#D04271" i],
svg circle[fill*="#D04271" i],
svg rect[fill*="#D04271" i],
svg [fill*="#D04271" i] {
  fill: #22B2B2 !important;
}

svg path[stroke*="#D04271" i],
svg circle[stroke*="#D04271" i],
svg [stroke*="#D04271" i] {
  stroke: #22B2B2 !important;
}

/* 5. Force Elementor global override */
.elementor a:hover,
.elementor-button:hover,
.elementor-icon:hover {
  color: #22B2B2 !important;
}/* End custom CSS */