.elementor-kit-7{--e-global-color-primary:#D5EEF1;--e-global-color-secondary:#144659;--e-global-color-text:#415F64;--e-global-color-accent:#003449;--e-global-color-d77c15e:#8FDCA1;--e-global-color-3f2eb49:#E6F5F7DE;--e-global-color-89e9ed4:#89A8B3;--e-global-typography-primary-font-family:"Noto Sans TC";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Noto Sans TC";--e-global-typography-secondary-font-size:26px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Noto Sans TC";--e-global-typography-accent-font-weight:500;--e-global-typography-ca61f5b-font-family:"Noto Sans TC";--e-global-typography-ca61f5b-font-size:42px;--e-global-typography-ca61f5b-font-weight:400;--e-global-typography-d44d3f1-font-size:14px;--e-global-typography-d44d3f1-line-height:6px;--e-global-typography-5fa6164-font-size:16px;--e-global-typography-5fa6164-font-weight:300;--e-global-typography-8172ede-font-size:24px;--e-global-typography-8172ede-font-weight:600;--e-global-typography-8172ede-line-height:50px;background-color:#EAEEF0;}.elementor-kit-7 h1{font-family:var( --e-global-typography-ca61f5b-font-family ), Sans-serif;font-size:var( --e-global-typography-ca61f5b-font-size );font-weight:var( --e-global-typography-ca61f5b-font-weight );line-height:var( --e-global-typography-ca61f5b-line-height );letter-spacing:var( --e-global-typography-ca61f5b-letter-spacing );word-spacing:var( --e-global-typography-ca61f5b-word-spacing );}.elementor-kit-7 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 h3{font-family:"Noto Sans TC", Sans-serif;font-size:24px;font-weight:600;line-height:50px;}.elementor-kit-7 h4{color:#0C3C50;font-weight:600;line-height:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:18px;--e-global-typography-ca61f5b-font-size:32px;--e-global-typography-d44d3f1-font-size:14px;}.elementor-kit-7 h1{font-size:var( --e-global-typography-ca61f5b-font-size );line-height:var( --e-global-typography-ca61f5b-line-height );letter-spacing:var( --e-global-typography-ca61f5b-letter-spacing );word-spacing:var( --e-global-typography-ca61f5b-word-spacing );}.elementor-kit-7 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 h3{font-size:18px;}.elementor-kit-7 h4{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:21px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:1.8em;--e-global-typography-ca61f5b-font-size:21px;--e-global-typography-d44d3f1-font-size:12px;}.elementor-kit-7 h1{font-size:var( --e-global-typography-ca61f5b-font-size );line-height:var( --e-global-typography-ca61f5b-line-height );letter-spacing:var( --e-global-typography-ca61f5b-letter-spacing );word-spacing:var( --e-global-typography-ca61f5b-word-spacing );}.elementor-kit-7 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-7 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor hr {
    margin: 5px;
    background-color: #929292;
}

.card-medical {
    border-radius: .75rem;
    border: 1px solid #e0e5eb;
    background-color: #ffffff;
    padding: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    box-shadow: 0 4px 6px -1px hsl(222, 52%, 26%, .08), 0 2px 4px -1px hsl(222, 52%, 26%, .04);
}
.card-medical:hover {
    box-shadow: 0 4px 20px -4px hsl(197, 100%, 46%, .3);
    border-color: #1d4b5e;
}
.card-medical:hover h3 {
    color: #00a0eb !important; 
   transition: all .3s;
}
.card-medical:hover .elementor-icon {
    background-color: #00A0EB !important;
    color: #fff !important;
    transition: all .3s;
}
.cursor-pointer {
    cursor: pointer;
}
@media (max-width: 600px) {
.card-medical {
    padding: 0.5rem;
}
}/* End custom CSS */