/*
	Theme Name: Hello Biz Child
	Theme URI: https://github.com/elementor/hello-biz-child/
	Description: Hello Biz Child is a child theme of Hello Biz, created by Elementor team
	Author: Elementor Team
	Template: hello-biz
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.0.0
	Stable tag: 1.0.0
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz-child
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/

/* Add your custom styles here */

.sam-main-menu ul#menu-main-menu li:nth-child(6){
	background-color: #F58220;
	position: relative;
	overflow: hidden;
}
.sam-main-menu ul#menu-main-menu li:nth-child(6) a{
	padding-left: 20px;
    padding-right: 20px;
	color: #ffffff;
	font-weight: 900;
}
.sam-main-menu ul#menu-main-menu li:nth-child(6)::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0 !important;
	left: 0;
	transform: translateX(-100%) translateX(-1px);
	background-color: #C4161B;
	transition: transform ease .4s;
}
.sam-main-menu ul#menu-main-menu li:nth-child(6):hover::before{
	transform: translateX(0);
	transition: transform ease .4s;
}
.sam-footer-line .e-con-inner{
	overflow: hidden;
    position: relative;
}
a{
	text-decoration: none !important;
}
.getinvolved-titles{
	transition: transform .2s; /* Animation */
}
.getinvolved-titles:hover{
	transform: scale(1.1);
}

.form-bg-gradient .e-con-inner{
	background-image: linear-gradient(145deg, #B74C11 0%, #F58220 100%);
	border-radius: 50px;
	padding: 50px;
}
.button-effects a {
	overflow: hidden;
	position: relative;
}
.button-effects a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0 !important;
	left: 0;
	transform: translateX(-100%) translateX(-1px);
	background-color: #C4161B;
	transition: transform ease .4s;
	z-index: 0;
}
.button-effects a:hover::before{
	transform: translateX(0);
	transition: transform ease .4s;
}
.button-effects a span{
	position: relative;
    z-index: 1;
}
.find-service-form{
	width: 100%;
}
.find-service-form form{
	width: 100%;
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
}
.find-service-form form label{
	width: 80%;
	color: #ffffff;
}
.find-service-form form .custom-text-field{
	height: 60px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 0 15px;
}
.find-service-form form .custom-btn-field{
	background-color: #820402;
	padding: 0px 30px;
	height: 70px;
}



.reveal {
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s linear;
	height: 0;
	background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 20%, #222222 60%, #222222 100%);
}
.container:hover .reveal {
	display: block;
	width: 100%;
	visibility: visible;
	opacity: 1;
	height: auto;
}
.container:hover .reveal h4 {
	opacity: 1 !important;
}
.press-coverage-box{
	box-shadow: inset 0 -4px 0 #F58220 !important;
}
.press-coverage-box:hover{
	box-shadow: inset 0 0 32px rgba(34, 34, 34, .10) !important;
}
.press-coverage-box .elementor-widget-post-info{
	margin-top: auto;
}
.elementor-popup-modal .dialog-lightbox-widget-content{
	border-radius: 20px !important;
}
.gallery-hover-style{
	width: auto;
	transition: all .3s ease-in-out;
}
.gallery-hover-style::before{
	background: linear-gradient(180deg, rgba(34, 34, 34, 0.00) 50%, #222222 70%, #222222 100%);
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	border-radius: 20px;
}
.gallery-caption{
	opacity: 0;
	left: 0 !important;
	right: 0 !important;
}
.gallery-hover-style:hover .gallery-caption{
	opacity: 1;
}
/* .gallery-hover-style:hover img{
	transform: scale(1.05);
	transition: transform .5s ease;
} */
.gallery-hover-style .elementor-widget-image img{
	width: auto !important;
	max-width: unset !important;
}
.our-journey-up-arrow::before{
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(226deg);
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
.our-journey-down-arrow::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
.our-journey-down-arrow,
.our-journey-up-arrow{
	background-color: #fff;
}
.our-journy-hover-efct{
	cursor: pointer;
}
.our-journy-hover-efct:hover .our-journy-circle{
	background-color: #820402 !important;
	border-color: #820402 !important;
}
.our-journy-hover-efct .our-journey-up-arrow{
	border-radius: 10px !important;
}
.our-journy-hover-efct:hover .our-journey-down-arrow,
.our-journy-hover-efct:hover .our-journey-down-arrow::after{
	background-color: #F4BC41 !important;
}
.our-journy-hover-efct:hover .our-journey-up-arrow,
.our-journy-hover-efct:hover .our-journey-up-arrow::before{
	background-color: #820402 !important;
}
.our-journy-hover-efct:hover .elementor-widget-text-editor p{
	color: #ffffff !important;
}
.pc-map-search{
	justify-content: space-between;
}
.pc-map-search .pc-pincode-input{
	height: 60px;
	border-radius: 5px;
	padding: 0 15px;
	width: 80%;
}
.pc-map-search .pc-pincode-btn{
	height: 60px;
	padding: 0 30px;
	min-width: 135px;
	background-color: #820402;
	color: #ffffff;
	font-weight: 900;
	border-radius: 50px;
}
.pc-map-message{
	color: #ffffff !important;
	font-weight: 700;
	font-size: 18px !important;
	margin-bottom: 20px !important;
}
.pc-doctor-item {
    font-size: 14px !important;
    font-weight: 400 !important;
}

@media (max-width: 1024px){
	.sam-main-menu li a svg{
		margin-left: auto !important;
	}
}