/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1751277430
Updated: 2025-06-30 09:57:10

*/

:root {
	--primary: #214f4b;
	--secondary: #16c172;
}

.grecaptcha-badge {
	display: none !important;
}

/*country based content*/
.india_content {display: none;}
.bahrain_content {display: none;}

.in-country .india_content {
	display: inherit !important;
}
.bh-country .bahrain_content {
	display: inherit !important;
}
.footer_contact .elementor-icon-list-items li:nth-child(1),
.footer_contact .elementor-icon-list-items li:nth-child(2),
.footer_contact .elementor-icon-list-items li:nth-child(4) {
	display: none;
}
.in-country .footer_contact .elementor-icon-list-items li:nth-child(1) {
	display: block !important;
}
.bh-country .footer_contact .elementor-icon-list-items li:nth-child(2) {
	display: block !important;
}
.bh-country .footer_contact .elementor-icon-list-items li:nth-child(4) {
	display: flex !important;
}

/*.in-country .floating-icons.bahrain_content {
	display: none !important;
}

.bh-country .floating-icons.bahrain_content {
	display: flex !important;
}*/


.post .wp-post-image {
	max-height: 620px;
}

.hfe-nav-menu .hfe-menu-item {
	color: var(--primary);
}
.hfe-nav-menu .current-menu-item .hfe-menu-item {
	color: var(--secondary);
}
.book_circle_anime {
	line-height: normal;
}
.book_circle_anime>.elementor-widget-container {
	padding-top: 17px !important;
}
.calendly_ctn_link a {
	cursor: pointer;
}

.policy_content_bg ul {
	margin-bottom: 20px;
}

.testimonial_slider_wrap .sp-testimonial-free {
	padding: 40px;
	background-color: #ffffff !important;
	box-shadow: 0 0 20px #e1dccc;
}
.testimonial_slider_wrap .sp-testimonial-item {
	padding: 20px;
}


.floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.floating-icons .icon {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating-icons .icon svg {
    width: 26px;
    fill: #ffffff;
}
.floating-icons .icon::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 60px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}
.floating-icons .icon:hover {
    transform: scale(1.15) translateY(-5px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
.floating-icons .icon:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.contact_form_container {
	
}

.text-right {
	text-align: right;
}
.row {
	display: flex;
	flex-wrap: wrap;
}
.col-md-6 {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
}
.col-md-12 {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
.wpcf7-form-control-wrap {	
	margin-bottom: 20px;
	display:inline-block;
	width: 100%;
}
.wpcf7-not-valid-tip {
	font-size: 0.8em;
	line-height: normal;
}
.form-control {
	border: 1px solid #ccc !important;
	border-radius: 40px !important;
}
.form-control:focus {
	outline: 1px solid #666666;
}
textarea.form-control {
	height: 150px;
	resize: none;
	border-radius: 20px !important;
}
.wpcf7-spinner {
	position: absolute;
	margin: 0;
}
.btn-submit {
	padding: 15px 40px !important;
	border: none;
}
.wpcf7-form p {
	margin-bottom:0;
}
.contact_form_container {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 0 25px #cec9b6;
}
.img_flex_group .img_icon {
	width: 60px;
}
.img_flex_group .box_title {
	flex: 1;
}
.img_flex_group .box_title h4 {
	line-height: normal !important;
}
.post .wp-post-image {
	border-radius:20px;
}
.single-post #page>.elementor>.elementor-element {
	padding-left: 20px;
	padding-right: 20px;
}
.custom-post-inner-title {
	max-width: 1340px;
	margin:20px auto 0 auto;
	padding:20px;
}
.custom-post-inner-title h1 {
	font-size: 45px;
}
.custom-featured-image {
	max-width: 1340px ;
	margin:0 auto;
	padding:0 20px;
}
.custom-featured-image img {
	border-radius: 20px;
	width: 100%;	    
}
body.blog .page-content {
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
body.blog .page-content article.post {
    width: calc(50% - 40px);
	display: flex;
	flex-direction: column;
}
body.blog .site-main {
	padding-bottom: 60px;
	padding-top: 40px;
	max-width: 1340px;
	padding-left: 20px;
	padding-right: 20px;
}
body.blog .page-header .entry-title {
    max-width: 100%;
}
.read-more-button {
  display: inline-block;
  padding: 10px 25px;
  background-color: var(--primary);
  color: #fff !important;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
	text-decoration:none !important;
}
.read-more-button:hover {
  background-color: var(--secondary);
}
article.post .entry-title {
	font-size: 1.8rem;
	line-height: normal;
	order: 2;
}
article.post .entry-title a {	
	color: var(--primary) !important;
}
article.post a {
	order: 1;
}
article.post p {
	order: 3;
}
.page-header .entry-title {
	font-size: 45px;
}
.inquiry_form_content {	
    box-shadow: 0 0 25px #bad6ec;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	border-radius: 8px;
}
.why_icon_wrapper {
	justify-content: center;
}

.footer_contact .elementor-icon-list-item {
	align-items: flex-start !important;
}
.footer_contact .elementor-icon-list-item:nth-child(4) .elementor-icon-list-icon {
	padding-top: 8px;
}

.NY_8hllbOtwha9m9Htgo.v0eEcoFIZSWz2Xjw2kdE {
	padding-top: 20px !important;
}
.single-post .page-header>.entry-title {
	display: none !important;
}
.focus_card_box {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}





/*responsive*/
@media (max-width: 600px) {
	.header_book_btn {
		display: none;
	}
	article.post .entry-title {
		font-size: 1.5rem;
	}
	body.blog .page-header .entry-title {
		font-size: 32px;
	}
	.custom-post-inner-title h1 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.testimonial_slider_wrap .sp-testimonial-free {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.col-md-6 {
		width:100%;
	}
	body.blog .page-content article.post {
		width: 100%;
	}
	.header_white_wrap .e-con-inner {
		flex-direction: row !important;
	}
	.header_white_wrap .e-con-inner .elementor-widget-container {
		display: flex;
		align-items: center;
	}
	.hero_section {
		background-image: none !important;
	}
	.hero_sec_book_btn {
		position: inherit;
	}
	.title_testimonial br {
		display: none;
	}
	/*.contact_icon_info {
		flex-direction: column;
	}*/
	.why_icon_box {
		width: 30%;
	}
	.focus_card_box {
		margin-bottom: 10px;
	}
}

@media (max-width: 1024px) {
	.header_menu_col {
		order: 3;
		width: 50px;
	}
	.header_book_btn {
		flex-grow: initial;
    	margin-left: auto;
	}
	.header_white_wrap .e-con-inner {
		gap: 20px;
	}
	.header_white_wrap .header_menu_col {
		position: static;
	}
	.header_white_wrap .header_menu_col .hfe-nav-menu nav.hfe-dropdown {
		position: absolute;
		left:0;
		width: 100%;
		top: 79px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#sp-testimonial-free-wrapper-390 .sp-testimonial-free-section {
		margin-left: 0;
		margin-right:0;
	}
}







