.elementor-kit-132{--e-global-color-primary:#21695C;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#DBE7E5;--e-global-typography-primary-font-family:"Poppins";--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;color:#000000;font-family:"Poppins", Sans-serif;}.elementor-kit-132 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-132 h1{color:#21695C;}.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:100%;}.e-con{--container-max-width:100%;}.elementor-kit-132{--e-page-transition-entrance-animation:e-page-transition-fade-out;}}/* Start custom CSS */img {
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

/* When hovering any image */
img:hover {
  transform: scale(1.04);
  z-index: 5;
}

/* Dim and blur the background */
img:hover::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
}

.plan-box {
  transition: transform 0.4s ease; /* smooth zoom */
}

.plan-box:hover {
  transform: scale(1.05); /* light zoom for better feel */
  z-index: 2; /* so it comes above neighbours */
}

/* Remove only default browser focus outlines, keep hover & active effects */
:focus {
    outline: none !important;
}

/* Specifically for links, buttons, inputs */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Elementor specific clean-up */
.elementor-nav-menu a:focus,
.elementor-button:focus,
.elementor-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Keep hover & active styles intact */
a:hover,
a:active,
button:hover,
button:active,
.elementor-button:hover,
.elementor-button:active {
    outline: none !important;
    /* don't remove box-shadow or border — let Elementor's hover design show */
}/* End custom CSS */