/*
Theme Name:     Bellevue - Child Theme
Theme URI:      https://bellevuetheme.com
Template:       bellevuex
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    bellevue
Domain Path:    /languages/
drop-shadow(0 4px 8px rgba(0, 0, 0, 0.55)) 
*/
	

/* = Theme customization starts here
--------------------------------------------------------------
/* Limit overall page width and center it */

body {
	-webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, .25);
	margin: 0 auto;
	max-width: 1440px;
}

html {
  scroll-behavior: smooth;
}

/* Match sticky header to boxed body width */
#thhf-masthead-sticky {
	max-width: 1440px;
	left: 50% !important;
	transform: translateX(-50%);
	right: auto;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#page-wrapper {
	margin: 0px;
	padding: 0px;
}

.elementor-element:target {
  scroll-margin-top: 120px;
}

.staff-page-title .th-header-wrap {
align-items: center !important;
}
.staff-page-title .th-header-divider  {
  margin-bottom: 0 !important;
}

.staff-page-title .elementor-icon-box-description {
  display: none !important;
    margin-bottom: 0 !important;
}

.th-form-stacked {
    padding: 0px !important;
}

.frm_forms form input[type=text], .frm_forms form input[type=email], .frm_forms form input[type=url], .frm_forms form input[type=password], .frm_forms form input[type=number], .frm_forms form input[type=tel], .frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search] {
    font-family: 'Open Sans';
    font-size: 14px !important;
}


.th-header-wrap .th-header-divider {
    margin-bottom: 0px!important;
}

.th-header-wrap h1+.th-header-divider {
    margin-top:  0px!important;
}

.header-wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%
}

.header-row-1 {
	width: 100%;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	background-color: #f4f4f4;
}

.header-row-2 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	align-items: center;

}

.header-col-1 {
	width: 40%;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	align-items: baseline;

}

.header-col-2 {
	width: 60%;
	padding: 0px;
	margin: 0px;
	align-items: end;
}

.hfe-nav-menu {
	font-family: 'Trirong';
	font-weight: 500;
}


h1 {
	font-family: 'Trirong';
	font-size: 38px !important;
	text-align: center;
}

h2 {
	font-family: 'Trirong';
	font-size: 34px !important;
	text-align: center;
}

h3 {
	font-family: 'Trirong';
	font-size: 28px !important;
	text-align: center;
}

.elementor-icon-box-title {
	margin-bottom: 0px !important;
}



.li-space {
	padding-top: 30px;
}




.hero-section {
	padding: 0px;
}

.service-menu-wrapper {
	padding: 0px;
}

/*FAQ's*/
.th-itin-icon {
	font-size: 11px !important;
}

.th-itin-title {
	font-family: "Open Sans";
	font-size: 14px !important;
	font-weight: 500;
	padding-left: 25px;
}

.th-itin-content {
	font-family: "Open Sans";
	font-size: 14px !important;
	font-weight: 300;
}

.why-pet-1 {
	padding: 20px;
}

.why-pet-1 h5 {
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 18px;
}

.why-pet-1 p {
	font-size: 16px;
}

.why-pet-1 ul {
	margin: 0px;
	padding: 0px;
}

/* SPECIAL EVENT CARDS */
.th-package.th-package-style-2 .th-pkg-info {
	text-align: center !important;
	bottom: 5px !important;
}

.card-home h4 {
	font-size: 18px;
	font-family: Trirong;
}


.card-home .th-package-pre-title {
	font-size: 16px;
}

/* The direct flex row Elementor creates is .card-row > .e-con-inner */
.card-row>.e-con-inner {
	display: flex;
	align-items: stretch;
}

.card-row .card {
	height: 100%;
}

.card {
	border-radius: 18px;
	overflow: hidden;
	/* clips everything to rounded corners */

	display: flex;
}

.card>.e-con-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}


/* Square image area */
.card .image-card {
	position: relative;
	aspect-ratio: 1 / 1;
	/* makes it square */
	background-size: cover;
	background-position: center;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

/* Remove Elementor boxed padding/max-width that creates gray gutters */
.card .image-card>.e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
	height: 100% !important;
}

/* Also remove padding inside the content wrapper so card edges line up */
.card .content-card>.e-con-inner {
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}


/* ---------- 3) Put the heading at the bottom of the image ---------- */

/* Ensure the image card can position children */
.card .image-card {
	display: flex;
}

/* Push heading to bottom */
.card .image-card>.e-con-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* bottom */
}

/* Give the heading some breathing room */
.card .image-card .elementor-widget-heading {
	margin: 0 !important;
	padding: 18px 18px 16px !important;
	z-index: 2;
}

/* Optional: add a subtle dark fade behind the text for readability */
.card .image-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.25) 35%,
			rgba(0, 0, 0, 0) 70%);
	pointer-events: none;
	z-index: 1;
}

/* Make sure heading is above the fade */
.card .image-card .elementor-widget-heading,
.card .image-card .elementor-widget-heading * {
	position: relative;
	z-index: 2;
	color: #fff;
}


/* ---------- 4) Content fills remainder so both cards match height ---------- */

.card .content-card {
	flex: 1 1 auto;
	/* takes remaining height */
	background: #F4F4F4;
	/* content bg */
	padding: 18px 22px;
	/* your controlled padding */
}

/* Clean up first margins so content doesn't create extra top gap */
.card .content-card p:first-child {
	margin-top: 0;
}

.card .content-card ul {
	margin: 12px 0 0;
}


.header h1 {
	margin-bottom: 0;
	padding-bottom: 0px;
}

.staff-service h6 {
color:white !important;
}

.th-service-block-w .elementor-icon-box-icon {
    margin-bottom:2px !important;
   
}

/* Mobile */
@media (max-width: 767px) {
	.top-section {
		padding-top: 0px;
		width: 100%;
		align-self: center;
	}

	h1 {
		text-align: center;
		font-family: 'Trirong';
		font-size: 28px !important;
	}

	h2 {
		text-align: center; 
		font-family: 'Trirong';
		font-size: 26px !important;
	}

	h3 {
		text-align: center;
		font-family: 'Trirong';
		font-size: 22px !important;
	}

	h5 {
		font-size: 18px !important;
		font-family: 'Trirong' !important;
	}

	.header-row-1 {
		width: 100%;
		margin: 0px;
		padding-top: 4px;
		padding-bottom: 4px;
		padding-left: 4px;
		padding-right: 4px;
		width: 100%;
		background-color: #f4f4f4;
	}

	.header-row-2 {
		width: 100%;
		margin: 0px;
		padding: 8px;
		background-color: #ffffff;
		column-gap: 0;
		row-gap: 0;
	}

	.header-col-1 {
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px;
	}

	.header-col-2 {
		padding: 0px;
		margin: 0px;
	}



	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
	.hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
		position: fixed;
		top: 90px;
		right: -1px;
		z-index: 1000;
	}

}