.elementor-31 .elementor-element.elementor-element-a1acd1a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-31 .elementor-element.elementor-element-c220dba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-gallery .elementor-gallery-item__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-gallery .elementor-gallery-item__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-gallery{--galleries-title-color-normal:var( --e-global-color-primary );--galleries-title-color-hover:var( --e-global-color-secondary );--galleries-pointer-bg-color-hover:var( --e-global-color-accent );--gallery-title-color-active:var( --e-global-color-secondary );--galleries-pointer-bg-color-active:var( --e-global-color-accent );}.elementor-widget-gallery .elementor-gallery-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-31 .elementor-element.elementor-element-7ef9106 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-31 .elementor-element.elementor-element-7ef9106 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-31 .elementor-element.elementor-element-7ef9106{--image-border-width:4px;--image-transition-duration:1000ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS for html, class: .elementor-element-c802100 */body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
}

.ortho-section {
    padding: 60px 20px;
}

.ortho-box {
    max-width: 1000px;
    margin: auto;
    background-color: #ededed; /* halka grey */
    padding: 45px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

/* Hover animation */
.ortho-box:hover {
    background-color: #e4e4e4;
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.ortho-title {
    font-size: 32px;
    color: #333;
    margin-bottom: 25px;
    transition: color 0.3s ease;
}

.ortho-box:hover .ortho-title {
    color: #2f7f7a; /* soft hospital green */
}

.ortho-box p {
    font-size: 16px;
    color: #444;
    line-height: 1.8;
    margin-bottom: 18px;
}

.ortho-timing {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    font-size: 15px;
    color: #333;
}/* End custom CSS */