/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.slider-section .swiper-slide-bg{
	border-radius: 20px !important;
}

.slider-section .swiper-slide-contents{
	background: #fff !important;
	padding: 32px 32px 0px 0px !important;
	border-radius: 0px 53px 0px 0px !important;
	position: relative !important;
}

.slider-section .swiper-slide-contents .elementor-slide-heading{
	margin-bottom: 20px !important;
}

.slider-section .swiper-slide-contents:before{
	position: absolute !important;
	content: '';
	background: url(https://imed.pw/wp-content/uploads/2025/04/triangle.svg);
	width: 220px;
	top: -49px;
	height: 106px;
	visibility: visible;
	z-index: 999999999;
	/* background: #000 !important; */
	left: 0;
	background-repeat: no-repeat;
}

.slider-section .swiper-slide-contents:after{
	position: absolute !important;
	content: '';
	background: url(https://imed.pw/wp-content/uploads/2025/04/triangle.svg);
	width: 60px;
	height: 60px;
	visibility: visible;
	z-index: 999999999;
	/* background: #000 !important; */
	bottom: -11px;
	background-repeat: no-repeat;
	right: -60px;
	z-index: 999999;
}

.slider-section .elementor-swiper-button-prev , .slider-section  .elementor-swiper-button-next{
	padding: 12px !important;
	background: #0A4CC7 !important;
	transition: 0.5s !important;
	top: 100% !important;
	transform: translateY(-50%) !important;
}

.slider-section .elementor-swiper-button-prev:hover, .slider-section  .elementor-swiper-button-next:hover{
	background: #729FFC !important;
}

.slider-section .elementor-swiper-button-prev{
	right: 73px !important;
	left: unset !important;
}

/* ============================================ */


.about-us-section .about-col{
	position: relative !important;
}

.about-us-section .about-col:before{
	content: '';
	position: absolute !important;
	
}


.patients-section {
    padding-left: calc((100% - 1240px) / 2 + 5px) !important;
}

.elementor-sticky--effects{
	box-shadow: 0px 13px 20px 3px rgb(0 0 0 / 4%) !important; 
}

/*  ====================================
 *              procedures-section
 * ======================================*/

.procedures-section .procedures-col{
	overflow: hidden !important;
	top: 0 !important;
}

.procedures-section .procedures-col:hover{
	transform: translateY(-14px) !important;
	transition: 0.5s !important;
}

.procedures-section .procedures-col .procedures-img .elementor-widget-container{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	transform: scale(1) !important;
	transition: 0.5s !important;
}


.procedures-section .procedures-col .procedures-img .elementor-widget-container img{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	transition: 0.5s !important;
}

.procedures-section .procedures-col:hover .procedures-img .elementor-widget-container img{
	transform: scale(1.1) !important;
}


/* =================================
 *         dentist-directory-section
 * ================================= */

.dentist-directory-section{
	margin-bottom: 30px !important;
}

.dentist-directory-section ul{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
	padding: 0 !important;
}

.dentist-directory-section ul label{ 
	width: 100% !important;
}

.dentist-directory-section ul input, .dentist-directory-section ul select{
	width: 100% !important;
	width: 100% !important;
    border-radius: 0 !important;
	height: 58px !important;
}

.sf-field-search{
	width: 19% !important;
}

.sf-field-taxonomy-location{
	width: 19% !important;
}

.sf-field-taxonomy-specialty{
	width: 19% !important;
}

.sf-field-taxonomy-language{
	width: 19% !important;
}

.sf-field-submit{
	width: 10% !important;
}

.sf-field-reset{
	width: 5% !important;
}

.result-area-section .search-filter-results{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: flex-start !important;
}

.result-area-section .search-filter-results .profile-grid-area{
    width: 31% !important;
    padding: 14px !important;
    margin: 0 1% 20px 1% !important;
    background: #ffffff !important;
    border: 1px solid #e7dede !important;
}

.result-area-section .search-filter-results .profile-grid-area h2{
	font-size: 22px !important;
	font-family: 'Roboto' !important;
	margin-bottom: 0 !important;
	    font-weight: 500 !important;
}

.result-area-section .search-filter-results .profile-grid-area h2 a{
	color: #000 !important;
	text-decoration: none !important;
}

.result-area-section .search-filter-results p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
	font-size: 16px !important;
}

.result-area-section .search-filter-results img{
	margin-bottom: 15px !important;
}


/* ============================= */

.blog-section .pp-post-title{
	   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog-section .pp-post-title a{
	text-decoration: none !important;
}

.blog-section  .pp-post-excerpt{
		   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog-section .pp-post-wrap{
	position: relative !important;
}

.blog-section .pp-post-wrap .pp-post-date{
    position: absolute !important;
    top: 0 !important;
    background: #0A4CC7 !important;
    padding: 6px 16px !important;
    left: 0 !important;
    
}

.blog-section .pp-post-wrap .pp-meta-text{
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	text-transform: uppercase !important;
    letter-spacing: 1px !important;
}


/* =================================================
 *          testimonial-section
 * ============================================== */

.testimonial-section .slick-track {
    display: flex !important;
}

.testimonial-section .slick-track .pp-testimonial-slide {
    background: #fff !important;
    margin: 0 10px !important;
}


/* =========================================
 *                   catagories-section
 * ========================================= */

.catagories-section .catagories-col .pp-info-box-content{
    position: absolute !important;
    background: #fff !important;
    /* margin: 20px !important; */
    bottom: 50px !important;
    padding: 22px 32px !important;
	transition: 0.5s !important;
}

.catagories-section .catagories-col .pp-info-box:hover .pp-info-box-content{  
    bottom: 35px !important;
}

.catagories-section .catagories-col .pp-info-box-icon{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	transition: 0.5s !important;
	transform: scale(1);
}

.catagories-section .catagories-col .pp-info-box-icon img{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	transition: 0.5s !important;
}

.catagories-section .catagories-col .pp-info-box-icon:hover img{
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	transition: 0.5s !important;
	transform: scale(1.1);
}




@media screen and (max-width: 1024px) {
	.sf-field-search{
		width: 24% !important;
	}

	.sf-field-taxonomy-location{
		width: 24% !important;
	}

	.sf-field-taxonomy-specialty{
		width: 24% !important;
	}

	.sf-field-taxonomy-language{
		width: 24% !important;
	}

	.sf-field-submit{
		width: 93% !important;
	}

	.sf-field-reset{
		width: 5% !important;
	}

}

@media screen and (max-width: 991px) {
	.sf-field-search{
		width: 48% !important;
	}

	.sf-field-taxonomy-location{
		width: 48% !important;
	}

	.sf-field-taxonomy-specialty{
		width: 48% !important;
	}

	.sf-field-taxonomy-language{
		width: 48% !important;
	}

	.sf-field-submit{
		width: 85% !important;
	}

	.sf-field-reset{
		width: 10% !important;
	}
	
	.result-area-section .search-filter-results .profile-grid-area {
		width: 48% !important;
	}

}

@media screen and (max-width: 767px) {
	.slider-section .swiper-slide-contents:before{
		content: unset !important;
	}

	.slider-section .swiper-slide-contents:after{
		content: unset !important;
	}
	.slider-section .swiper-slide-contents {
		padding: 20px 15px 20px 15px!important; 
		text-align: center !important;
		background: #ffffffba !important;
		border-radius: 0px !important;
	}
	
	.slider-section .elementor-slide-button{
		padding: 8px 8px !important;
		font-size: 13px !important;
	}
	
	.slider-section .swiper-slide-bg{
		border-radius: 0px !important;
	}
	
}

@media screen and (max-width: 600px) {
	
	.result-area-section .search-filter-results .profile-grid-area {
		width: 100% !important;
	}

}



@media screen and (max-width: 480px) {
	.slider-section .elementor-swiper-button-prev , .slider-section  .elementor-swiper-button-next{
		padding: 8px !important;
        background: #0A4CC7 !important;
        transition: 0.5s !important;
        top: 100% !important;
        transform: translateY(-50%) !important;
        font-size: 15px !important;
	}

	.slider-section .elementor-swiper-button-prev:hover, .slider-section  .elementor-swiper-button-next:hover{
		background: #729FFC !important;
	}

	.slider-section .elementor-swiper-button-prev{
		right: 48px !important;
		left: unset !important;
	}
	
	.slider-section  .elementor-slide-description{
	    margin-bottom: 15px !important;
	}
	.slider-section .swiper-slide-contents .elementor-slide-heading {
		margin-bottom: 10px !important;
	}
	
/* 	.slider-section .elementor-swiper-button-prev, .slider-section .elementor-swiper-button-next {
        padding: 8px !important;
        background: #0A4CC7 !important;
        transition: 0.5s !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        font-size: 12px !important;
    } */
	
	.slider-section .swiper-slide-inner{
		align-items: center !important;
		margin: 8px !important;
	}
	
	.sf-field-search{
		width: 100% !important;
	}

	.sf-field-taxonomy-location{
		width: 100% !important;
	}

	.sf-field-taxonomy-specialty{
		width: 100% !important;
	}

	.sf-field-taxonomy-language{
		width: 100% !important;
	}

	.sf-field-submit{
		width: 75% !important;
	}

	.sf-field-reset{
		width: 15% !important;
	}
	
}