/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.5.1783185280
Updated: 2026-07-04 17:14:40

*/

:root {
	--primary: #f20e1a;
	--secondary: #f97316;
	--bg-gradient: linear-gradient(155deg, rgba(242, 14, 26, 1) 0%, rgba(249, 115, 22, 1) 100%);
}

.counter_remove_num .elementor-counter-number {
	display: none;
}
.why_choose_iconbox .elementor-icon-box-icon .elementor-icon {
	background: linear-gradient(155deg, rgba(242, 14, 26, 1) 0%, rgba(249, 115, 22, 1) 100%);
	width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.title_gradient {
	background: #F20E1A;
	background: linear-gradient(to right, #F20E1A 0%, #F97316 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.doctor_profile_card {
	
}
.doctor_profile_card .elementor-image-box-content {
	padding: 20px;
}
.doctor_profile_card p:empty {
    display: none;
}
.doctor_profile_card .elementor-image-box-img {
	margin-bottom: 0 !important;
}
.doctor_profile_card .elementor-image-box-img {
	overflow: hidden;
    display: block;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.doctor_details_col h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.doctor_details_col p {
	font-size: 14px;
	color: var(--primary);
	font-weight: 700;
	margin-bottom: 0;
}
.doctor_details_col ul {
	list-style-type: none;
	padding:0;
	display: inline-block;
	width: 100%;
}
.doctor_details_col ul li {
	font-size: 14px;
}
.doctor_details_col ul li:not(:last-child) {
	margin-bottom:5px;
}
.doctor_details_col ul li span {
	font-weight: 700;
	color:#131922;
}
.doctor_details_col .elementor-button {
	background: var(--bg-gradient);
}
.doctor_team_card_row {
    max-width: 820px;
    margin: 0 auto !important;
}
.facility_section_bg {
	overflow: hidden;
}
.facility_card_item {
	flex: 0 0 280px;
	background:#fff;
	border:1px solid #e8e4dd;
	border-radius: 15px;
	padding: 10px;
}
.facility_card_item figure {
	border-radius: 10px;
	overflow: hidden;
}
.facility_card_item h4 {
	font-size: 16px;
	width: 100%;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0;
}
.facility_row_bg {
	display: flex;
	gap: 20px;
	width: max-content;
    animation: facilityScroll 50s linear infinite;
	overflow: hidden;
}

@keyframes facilityScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 10px));
    }
}
.facility_row_bg:hover {
    animation-play-state: paused;
}

.gallery_grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr 1.3fr;
    grid-template-rows:200px 200px;
    gap:20px;
}

.gallery_item{
    overflow:hidden;
    border-radius:20px;
    position:relative;
}

.gallery_item img{
    width:100%;
    height:100% !important;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.gallery_item:hover img{
    transform:scale(1.08);
}

.gallery_tall{
    grid-row:span 2;
}
.testimonial_section_bg {
	overflow: hidden;
}
.testimonial_row_bg {
	display: flex;
	gap: 20px;
	width: max-content;
    animation: testimonialScroll 30s linear infinite;
	overflow: hidden;
}

@keyframes testimonialScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-50% - 10px));
    }
}
.testimonial_row_bg:hover {
    animation-play-state: paused;
}
.testimonial_card_item {
	border: 1px solid #e8e4dd;
	background:#fff;
	border-radius: 25px;
	padding: 20px;
	flex: 0 0 400px;
}
.testi_dec {
    font-size: 14px;
    margin-top: 5px;
}
.testi_group {
    display: flex;
}
.testi_avatar {
    width: 40px;
    height: 40px;
    background: var(--bg-gradient);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.testi_name h4 {
    margin: 0;
    font-size: 14px;
}
.testi_name span {
    margin: 0;
    font-size: 14px;
}
.gredient_icon_wrap .elementor-icon-box-icon .elementor-icon {
	background: linear-gradient(155deg, rgba(242, 14, 26, 1) 0%, rgba(249, 115, 22, 1) 100%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.para_mb_none p {
	margin-bottom:0;
}
.form-row{
	display:flex;
	gap:20px;
	margin-bottom:10px !important;
}
.form-group{
	display:flex;
	flex-direction:column;
}
.form-group p {
	margin-bottom: 0;
}
.half-width{
	flex:1;
}
.full-width{
	width:100%;
}
.form-label{
	font-size:14px;
	font-weight:400;
	margin-bottom:8px;
	color:#343f1e !important;
}
.home_contact_form .wpcf7  .form-control:focus {
    border: 1px solid #cbc8c2 !important;
    background: #fff !important;
    border-radius: 10px;
}
.home_contact_form .wpcf7  .form-control {
	width:100% !important;
	padding:15px 18px !important;
	border: 1px solid #cbc8c2 !important;
	border-radius:8px;
	font-size:15px;
	background: #fff !important;
	transition:.3s;
	outline:none !important;
	height: 40px;
}

.home_contact_form  textarea.form-control{
    resize: none !important;
    height: 100px !important;
}
.home_contact_form .btn-submit-col {
	text-align: right;
	margin-bottom: 0;
}
.home_contact_form .btn-submit-col p {
	margin-bottom:0;
}
.home_contact_form .btn-submit-col .wpcf7-spinner {
	margin:0;
	position: absolute;
}
.home_contact_form .btn-submit-col .btn-submit {
	text-transform: uppercase;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em;
}
.contactform_title {
    font-size: 18px;
    line-height: normal;
}
.site-footer .site-above-footer-wrap .footer-widget-area .wp-block-paragraph {
	margin-bottom:0;
}
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"].footer-widget-area-inner a {
	color:#9b9b9b;
	font-size: 14px;
}
.site-footer-above-section-4 .wp-block-paragraph {
	color:#9b9b9b !important;
	font-size: 14px;
}
#block-12 .wp-block-paragraph, 
#block-19 .wp-block-paragraph,
#block-15 .wp-block-paragraph {
	color:#fff !important;
}
.main-header-bar {
	padding-top:0 !important;
	padding-bottom:0 !important;
}


/*responsive*/
@media(max-width:991px) {
.gallery_grid{
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;
}
.gallery_tall{
    grid-row:span 1;
}
.gallery_item{
    height:280px;
}
}
