.elementor-kit-686{--e-global-color-primary:#055146;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1b990b48:#4054B2;--e-global-color-48e3940f:#23A455;--e-global-color-67201ad8:#000;--e-global-color-5c077170:#FFF;--e-global-typography-primary-font-family:"Afacad";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Afacad";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Afacad";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Afacad";--e-global-typography-accent-font-weight:500;font-family:"Afacad", Sans-serif;}.elementor-kit-686 button:hover,.elementor-kit-686 button:focus,.elementor-kit-686 input[type="button"]:hover,.elementor-kit-686 input[type="button"]:focus,.elementor-kit-686 input[type="submit"]:hover,.elementor-kit-686 input[type="submit"]:focus,.elementor-kit-686 .elementor-button:hover,.elementor-kit-686 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-kit-686 e-page-transition{background-color:#FFBC7D;}.elementor-kit-686 a{color:var( --e-global-color-primary );font-family:"Afacad", Sans-serif;}.elementor-kit-686 h1{font-family:"Afacad", Sans-serif;}.elementor-kit-686 h2{font-family:"Afacad", Sans-serif;}.elementor-kit-686 h3{font-family:"Afacad", Sans-serif;}.elementor-kit-686 h4{font-family:"Afacad", Sans-serif;}.elementor-kit-686 h5{font-family:"Afacad", Sans-serif;}.elementor-kit-686 h6{font-family:"Afacad", Sans-serif;}.elementor-kit-686 button,.elementor-kit-686 input[type="button"],.elementor-kit-686 input[type="submit"],.elementor-kit-686 .elementor-button{font-family:"Afacad", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Base card style */
.plan-card {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* Hover animation (lift + shadow + stronger border) */
.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: #000; /* or your Coolhost green */
}

/* Make the whole card clickable via hidden link */
.plan-card .card-link {
  position: absolute;
  inset: 0;           /* top:0; right:0; bottom:0; left:0 */
  z-index: 10;
  text-indent: -9999px;  /* hide any text, just in case */
}/* End custom CSS */