/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
.post-sec a.elementor-post__read-more {
    background-color: var(--e-global-color-accent );
    padding: 10px 16px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
	font-size:16px;
}
.medical-box{
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
}
.medical-box:hover{
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(43, 108, 176, 0.1) !important;
}

/* testing */
/* 1. Ensure the icon box takes full height of the column ONLY in the .service-page section */
.service-page .elementor-widget-elementskit-icon-box,
.service-page .elementor-widget-elementskit-icon-box .ekit-wid-con,
.service-page .elementskit-infobox {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* 2. Make the body of the box a flex container to push the button down */
.service-page .elementskit-infobox .box-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Pushes content to fill available space */
}

/* 3. The Magic Trick: Push the button wrapper to the absolute bottom */
.service-page .elementskit-infobox .box-footer {
    margin-top: auto !important;
/*     padding-top: 20px;  */
}
/* testing */
.email-c{
	    word-break: break-all;
}
@media (max-width:767px){
	.footer-section{
		overflow-x:hidden !important;
	}
}