@charset "UTF-8";
/* -------------------------------------
      🍔 Components - Variables
  ------------------------------------- */
@font-face {
	font-family: "Reey-Regular";
	src: url("../fonts/Reey-Regular.ttf.woff") format("woff"),
		url("../fonts/Reey-Regular.ttf.svg#Reey-Regular") format("svg"),
		url("../fonts/Reey-Regular.ttf.eot"),
		url("../fonts/Reey-Regular.ttf.eot?#iefix") format("embedded-opentype");
	font-weight: normal;
	font-style: normal;
}
/* -------------------------------------
      Reset Styles
  ------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
html {
	font-display: swap;
	font-family: "Poppins", serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
	overflow-y: auto;
	height: auto;
}

@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1440px;
	}
}
@media (max-width: 768px) {
	body {
		margin-top: 60px;
	}
}
/* -------------------------------------
      🍔 Components - Header
  ------------------------------------- */
.c-header {
	background-color: #005294;
	position: relative;
	width: 100%;
	z-index: 3;
}
.c-header .header-primary {
	padding: 4px 0 2px 20px;
}

#scrollToTopBtn:hover {
	background-color: #005294;
}
.sticky {
	/* background-color: #fff; */
	position: fixed;
	z-index: 99;
}
.c-header.sticky .header-primary {
	/* background-color: RGBA(118, 107, 245, 0.4); */
}
.c-header.sticky .header-secondary .menuBar .menuBar-item .link {
	background-color: transparent;
	color: #000;
}
.c-header .header-secondary {
	background-color: #fff;
	border-radius: 30px 30px 0 0;
}
.c-header .header-secondary .navbar-brand {
	height: 70px;
	flex-basis: 200px;
}
.c-header .header-secondary .navbar-expand-md {
	padding: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.c-header .header-secondary .menuBar {
	flex-grow: 1;
	justify-content: flex-end;
	height: 70px;
	margin-bottom: 0;
	padding: 16px 0 16px 16px;
	list-style-type: none;
}
.c-header .header-secondary .menuBar .menuBar-item .link {
	background-color: transparent;
	border: 0;
	color: #303030;
	font: 400 0.8rem/1.1rem "Poppins", serif;
	padding: 12px 8px 10px;
	position: relative;
	text-decoration: none;
	transition: all ease 0.3s;
}
.c-header .header-secondary .menuBar .menuBar-item .link::before {
	position: absolute;
	bottom: 4px;
	left: 5%;
	height: 2px;
	width: 0;
	content: "";
	background-color: #005294;
	transition: all ease 0.3s;
	border-radius: 100px;
}
.c-header .header-secondary .menuBar .menuBar-item .link:hover,
.c-header .header-secondary .menuBar .menuBar-item .link.active {
	color: #005294;
}
.c-header .header-secondary .menuBar .menuBar-item .link:hover::before,
.c-header .header-secondary .menuBar .menuBar-item .link.active::before {
	width: 90%;
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-toggle {
	outline: none;
	position: relative;
	top: 20px;
}
.c-header
	.header-secondary
	.menuBar
	.menuBar-item
	.subMenus
	.dropdown-toggle.show {
	background-color: rgba(255, 255, 255, 0.48);
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.7);
	border: 0;
	padding: 10px 8px;
	top: 70px;
	left: auto;
	right: 0;
	min-width: 200px;
	border-radius: 10px;
}
.c-header
	.header-secondary
	.menuBar
	.menuBar-item
	.subMenus
	.dropdown-menu
	.link {
	font-size: 0.9rem !important;
	padding: 10px !important;
	position: relative;
	font-weight: 500;
}
.c-header .header-secondary .menuBar .menuBar-item .subMenus .subMenu-wrapper {
	display: block;
	height: auto;
	padding-top: 38px;
}

/* Style the submenu container */

.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu {
	position: relative;
}
.c-header
	.header-secondary
	.menuBar
	.dropdown.subMenus
	.has-submenu:hover
	> .submenu {
	display: block;
}
.c-header .header-secondary .menuBar .dropdown.subMenus .has-submenu > a {
	padding-right: 20px;
	position: relative;
}
.c-header
	.header-secondary
	.menuBar
	.dropdown.subMenus
	.has-submenu
	> a::after {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #000000;
	content: "";
	top: 12px;
	right: 8px;
}
.submenu {
	border: 1px solid #dee2e6;
	display: none;
	position: absolute;
	left: 100%;
	top: 12px;
	list-style: none;
	padding: 0;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	min-width: 240px;
	z-index: 1000;
	border-radius: var(--bs-border-radius);
	background-color: rgba(255, 255, 255, 0.7);
}
.submenu li {
	cursor: pointer;
}
.submenu li a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.submenu li a:hover {
	color: #007bff;
}

/* Show submenu when hovering over parent */
.menuBar-item .submenu.dropdown {
	top: 4px;
}
.c-header .sectionList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.c-header .sectionList > li {
	align-items: center;
	color: #fff;
	display: inline-flex;
	flex-direction: row;
	gap: 12px;
	list-style-type: none;
	position: relative;
	margin-right: 25px;
}
.c-header .sectionList > li .fab {
	font-size: 0.9rem;
	line-height: normal;
}
.c-header .sectionList > li::before {
	background-color: rgba(255, 255, 255, 0.48);
	content: "";
	height: 12px;
	position: absolute;
	right: -15px;
	top: 8px;
	width: 1px;
}
.c-header .sectionList > li .link {
	padding: 4px 0;
	line-height: normal;
	text-decoration: none;
}
.c-header .sectionList > li:last-child::before {
	display: none;
}
.c-header .sectionList > li .c-advanceSelect .select2-selection {
	border: none;
	color: #fff;
	font-size: 0.84rem;
	padding: 0 !important;
	position: relative;
}
.c-header
	.sectionList
	> li
	.c-advanceSelect
	.select2-selection
	.select2-selection__rendered {
	color: #fff;
	font-size: 0.8rem;
	line-height: 26px !important;
}
.c-header
	.sectionList
	> li
	.c-advanceSelect
	.select2-selection
	.select2-selection__arrow
	b {
	border-color: #fff transparent transparent transparent;
}

@media (max-width: 960px) {
	.c-header {
		display: none;
	}
	.c-headerMobile {
		display: flex;
	}
}
.c-headerMobile {
	align-items: center;
	background-color: #005294;
	display: flex;
	gap: 24px;
	padding: 12px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 14;
}
.c-headerMobile .hambMenu {
	background-color: #fff;
	border: 0;
	display: grid;
	font-size: 1.8rem;
	place-items: center;
	height: 42px;
	width: 42px;
	border-radius: 4px;
}
.c-headerMobile .logo {
	flex-grow: 1;
}
.c-headerMobile .logo img {
	height: 46px;
}
.c-headerMobile .setting {
	width: 100px;
}

.mobileSidebarMenu .offcanvas-body {
	padding: 16px 0;
}
.mobileSidebarMenu .offcanvas-body .accordion-button {
	border: 0;
	border-radius: 0 !important;
}
.mobileSidebarMenu .list-group .list-group-item {
	border-bottom: 0;
}

@media (min-width: 960px) {
	.c-headerMobile {
		display: none;
	}
	.c-header {
		display: block;
	}
}
/* -------------------------------------
      🍔 Components - Banner and Filter
  ------------------------------------- */
.c-bannerAndFilter {
	display: flex;
	justify-content: center;
	min-height: 140px;
	padding: 0px;
	position: relative;
	z-index: 3;
	transition: all ease 0.3s;
}
.c-bannerAndFilter img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.c-filterTabs .parentNav {
	margin-top: -74px;
}
.c-filterTabs .nav-tabs {
	border: 0;
	gap: 0;
}
.c-filterTabs .nav-tabs .nav-item:not(:last-child) .nav-link {
	border-right: 1px solid #ccc;
}
.c-filterTabs .nav-tabs .nav-item:first-child .nav-link {
	border-radius: 10px 0 0 0;
}
.c-filterTabs .nav-tabs .nav-item:last-child .nav-link {
	border-radius: 0 10px 0 0;
}
.c-filterTabs .nav-tabs .nav-link {
	background: #f2f4f7;
	border: 0;
	color: #000;
	padding: 12px 22px;
	border-radius: 0;
}
.c-filterTabs .nav-tabs .nav-link.filterButton.active {
	background-color: #fff;
	color: #005294;
}
.c-filterTabs .tab-content {
	padding: 24px 0 0;
}

.filterItemSection {
	padding: 6px;
}

@media (max-width: 960px) {
	.c-bannerAndFilter {
		padding: 10px 0 0 0;
	}
	.c-bannerAndFilter .banner_one_text {
		color: #fff;
	}
	.c-bannerAndFilter .banner_one_text h1 {
		font: 500 2.4rem/3rem "Josefin Sans", serif;
	}
}
.c-filter {
	position: relative;
	margin-top: -7px;
}
.c-filter .filterWrapper {
	background: #fff;
	padding: 30px 20px;
	position: relative;
	min-height: 160px;
	border-radius: 20px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	transition: all ease 0.3s;
}

@media (max-width: 960px) {
	.c-filter {
		margin-top: 16px;
	}
	.c-filter .filterWrapper {
		padding: 12px;
	}
}
.roomFilter {
	background-color: #fff;
	align-items: center;
	border: 1px solid #b2c0ce;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	height: 42px;
	padding: 6px;
	position: relative;
	border-radius: 6px;
}
.roomFilter span {
	flex-grow: 1;
	padding: 0 4px;
}
.roomFilter i {
	color: #b2c0ce;
}

@media (max-width: 768px) {
	.c-bannerAndFilter {
		padding: 80px 0 0;
	}
	.c-bannerAndFilter img {
		display: none;
	}
	.c-bannerAndFilter .c-filterTabs .parentNav {
		gap: 12px;
		margin-top: 0;
	}
	.c-bannerAndFilter .c-filterTabs .nav-link {
		border-radius: 6px;
	}
	.c-bannerAndFilter .c-filterTabs .nav-link.filterButton.active {
		padding: 8px 16px;
		margin-top: 0;
	}
}
.c-bannerAndSlider {
	margin: 0 40px;
	overflow: hidden;
	border-radius: 30px;
}

@media (max-width: 960px) {
	.c-bannerAndSlider {
		padding: 0;
		margin-top: 70px;
	}
	.c-bannerAndSlider .c-banner.type-01 {
		height: 320px;
	}
	.c-bannerAndSlider .c-banner.type-01 .item {
		height: 320px !important;
	}
	.c-bannerAndSlider .c-banner.type-01 .item img {
		max-height: 320px !important;
	}
	.c-bannerAndSlider .c-banner.type-01 .info-section {
		height: 300px;
		margin-top: 0;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.c-bannerAndSlider {
		padding: 80px 0 0;
	}
	.c-bannerAndSlider img {
		display: none;
	}
	.c-bannerAndSlider .c-filterTabs .parentNav {
		gap: 12px;
		margin-top: 0;
	}
	.c-bannerAndSlider .c-filterTabs .nav-link {
		border-radius: 6px;
	}
	.c-bannerAndSlider .c-filterTabs .nav-link.filterButton.active {
		padding: 8px 16px;
		margin-top: 0;
	}
}
/* -------------------------------------
      Banner Slider
  ------------------------------------- */
.c-banner.type-01 {
	position: relative;
	height: 600px;
}
.c-banner.type-01 .js-pageSlider {
	position: relative;
}
.c-banner.type-01 .js-pageSlider .item {
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
	border-radius: 30px;
}
.c-banner.type-01 .js-pageSlider .item::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	border-radius: 30px;
}
.c-banner.type-01 .js-pageSlider .owl-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	height: 48px;
	width: 100%;
	top: calc(50% - 24px);
}
.c-banner.type-01 .js-pageSlider .owl-nav .owl-prev,
.c-banner.type-01 .js-pageSlider .owl-nav .owl-next {
	background-color: transparent;
	height: 48px;
	width: 48px;
	padding: 10px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	margin: 0 10px;
	border-radius: 100px;
}
.c-banner.type-01 .js-pageSlider .owl-nav .owl-prev i,
.c-banner.type-01 .js-pageSlider .owl-nav .owl-next i {
	color: #fff;
}

@media screen and (max-width: 1400px) {
	.c-banner.type-01 {
		height: auto;
	}
	.c-banner.type-01 .js-pageSlider .item,
	.c-banner.type-01 .js-pageSlider .sliderItem img,
	.c-banner.type-01 .info-section {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.c-banner.type-01 .info-section {
		padding: 12px;
		left: 10%;
		width: 80%;
	}
}
/* -------------------------------------
      🍔 Components - Form Elements
  ------------------------------------- */

.select2-container .select2-dropdown .select2-results__option {
	font-size: 0.85rem;
}
.select2-container
	.select2-dropdown
	.select2-results__option.select2-results__option--highlighted {
	background-color: #005294 !important;
}

.c-advanceSelect .select2-container {
	width: 100% !important;
}
.c-advanceSelect .select2-container .select2-selection {
	padding: 6px !important;
	height: auto !important;
	position: relative;
}
.c-advanceSelect
	.select2-container
	.select2-selection
	.select2-selection__arrow {
	top: calc(50% - 14px);
}
.c-advanceSelect
	.select2-container
	.select2-selection
	.select2-selection__arrow
	b {
	border-color: #005294 transparent transparent transparent;
}
.c-advanceSelect.transparent .select2-container .select2-selection {
	border-color: #b2c0ce;
	background-color: #fff;
}
.c-advanceSelect.transparent
	.select2-container
	.select2-selection
	.select2-selection__arrow
	b {
	border-color: #b2c0ce transparent transparent transparent;
}
.c-advanceSelect.no-bg .select2-container .select2-selection {
	background-color: transparent;
}

.c-calendar {
	background-color: #fff;
	border: 1px solid #b2c0ce;
	height: 42px;
	border-radius: 4px;
}
.c-calendar .form-control {
	background-color: transparent;
	border: 0;
	padding: 0 8px;
	height: 42px;
}
.c-calendar .input-group-addon {
	display: grid;
	place-items: center;
	padding: 6px;
}
.c-calendar.transparent .input-group-addon {
	color: #b2c0ce;
}

.datepicker td,
.datepicker th {
	font-size: 0.86rem;
	padding: 4px;
	height: 30px;
	width: 40px;
}
.datepicker td.active.active,
.datepicker th.active.active {
	background-color: #005294 !important;
	background-image: none;
}
.datepicker td.active:hover:hover,
.datepicker th.active:hover:hover {
	background-color: #005294 !important;
	background-image: none;
}

.c-input {
	height: 42px;
	padding: 6px;
	border-radius: 4px;
}
.c-input.is-clean {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #005294;
	color: #005294;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}
.c-input.is-clean::placeholder {
	color: #aecce2;
}

/* -------------------------------------
      🍔 Components - Buttons
  ------------------------------------- */
.c-button {
	border-color: #d60d45 !important;
	background-color: #d60d45 !important;
	color: #fff !important;
	font-size: 0.85rem;
	height: 40px;
	padding: 10px 30px;
	position: relative;
	text-align: center;
	outline: none;
}
.c-button.sm {
	height: 30px;
	font-size: 0.76rem;
	line-height: normal;
	padding: 4px 12px;
}

@media (max-width: 768px) {
	.c-button {
		font-size: 0.75rem;
		padding: 6px 12px !important;
	}
}
.settingButton {
	background-color: transparent;
	border: 0;
	color: #fff;
	display: grid;
	line-height: normal;
	padding: 1px;
	place-items: center;
	height: 32px;
	width: 32px;
	text-decoration: none;
}

/* -------------------------------------
      🍔 Components - Section
  ------------------------------------- */
.c-section {
	background: url("../images/banner-arrow.png") right bottom no-repeat;
	display: block;
	margin: 30px 0;
	padding: 30px 0;
	position: relative;
}
.c-section.type-gradient {
	background: url("../images/bg-gradient-15.png") top left no-repeat,
		url("../images/bg-gradient-15.png") bottom right no-repeat;
	background-size: 20%;
}
.c-section.type-color {
	background-color: #f1f9ff;
	background-image: none;
}
.c-section.customerCardSlider {
	padding: 0;
}
.c-section.customerCardSlider .bg-body {
	padding-bottom: 60px;
	background: linear-gradient(
		to bottom,
		rgb(247, 242, 242) 0%,
		rgb(247, 242, 242) 38%,
		rgb(247, 242, 242) 92%,
		rgba(247, 242, 242, 0.88) 93%,
		rgba(188, 224, 238, 0) 100%
	);
}
.c-section.customerCardSlider .bg-section {
	background: url("../images/mount1.png") repeat-x;
	background-size: cover;
	position: relative;
	height: 174px;
	width: 100%;
}
.c-section.type-pattern {
	background: url("../images/pattern-2.png") repeat;
}
.c-section.ourTeam {
	position: relative;
}
.c-section.ourTeam::before {
	background: url(../images/fixed-bg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	height: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
}
.c-section.ourTeam::after {
	background-color: rgba(0, 0, 0, 0.4);
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.heading {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 2.4rem;
}
.heading_top {
	color: #d60d45;
	text-transform: capitalize;
	letter-spacing: 2px;
	padding-left: 14px;
	font: 400 1.4rem/2rem "Reey-Regular", serif;
}
.heading_main {
	color: #6c7171;
	text-transform: capitalize;
	font: 700 2.2rem/2.6rem "Josefin Sans", serif;
}

@media (max-width: 960px) {
	.heading_top {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.heading_main {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 0rem;
	}
}
@media (max-width: 768px) {
	.c-section {
		margin: 10px 0;
		padding: 10px 0;
	}
	.heading {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.2rem;
	}
}
/* -------------------------------------
      🍔 Components - Slider
  ------------------------------------- */
.c-slider {
	z-index: 4;
}
.c-slider .owl-nav {
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	position: relative;
	margin: 10px 0;
	width: 100%;
}
.c-slider .owl-nav button {
	background-color: #fff !important;
	border: 1px solid #d60d45 !important;
	color: #d60d45 !important;
	display: grid;
	font-size: 1rem !important;
	line-height: 1.3rem;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 100px;
}
.c-slider .owl-nav button.disabled {
	border-color: #cccccc !important;
	color: #cccccc !important;
	cursor: not-allowed;
}
.c-slider.type-1 {
	padding: 0 30px;
}
.c-slider.type-1 .owl-nav {
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: space-between;
	top: calc(50% - 20px);
	left: -2px;
	position: absolute;
	width: 100%;
}
.c-slider.type-1 .owl-nav button {
	border: 0;
	color: #fff !important;
	background-color: #d60d45 !important;
	width: 32px;
	height: 32px;
	border-radius: 4px;
}
.c-slider.type-1 .owl-nav button.disabled {
	border: 0 !important;
	color: #fff !important;
	cursor: not-allowed;
}
.c-slider.type-2 .owl-nav {
	justify-content: end;
	position: absolute;
	top: -100px;
}
.c-slider.type-2.nav-right-shift .owl-nav {
	right: 13%;
}

@media screen and (max-width: 960px) {
	.c-slider.type-2 {
		padding: 0;
	}
	.c-slider.type-2 .owl-nav {
		justify-content: center;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 20px;
	}
	.c-slider.type-2.nav-right-shift .owl-nav {
		right: auto;
	}
}
/* -------------------------------------
      🍔 Components - Cards 
  ------------------------------------- */
.c-card {
	background-color: #fff;
	border: 0;
	margin: 12px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(108, 108, 108, 0.2);
}
.c-card .card-image {
	overflow: hidden;
	position: relative;
	max-height: 280px;
	border-radius: 10px 10px 0 0;
}
.c-card .card-image img {
	max-height: 280px;
	transition: all ease 0.3s;
	border-radius: 10px 10px 0 0;
}
.c-card .card-image .title {
	background: #d60d45;
	font-size: 0.7rem;
	left: 20px;
	letter-spacing: 1px;
	position: absolute;
	padding: 4px 8px 3px;
	top: 20px;
	z-index: 2;
}
.c-card .card-body {
	background-color: #fff;
	padding: 20px;
	position: relative;
	border-radius: 0 0 10px 10px;
}

@media (max-width: 768px) {
	.c-card .card-image.lg,
	.c-card .card-image.md {
		min-height: 200px;
		border-radius: 60px 60px 0 0;
	}
	.c-card .card-image.lg img,
	.c-card .card-image.md img {
		height: 200px;
		border-radius: 60px 60px 0 0;
	}
	.c-card .card-body {
		padding: 20px;
	}
}
.c-partnerCard .card-image {
	background-color: #fff;
	display: grid;
	place-items: center;
	height: 160px;
	padding: 40px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(108, 108, 108, 0.2);
}
.c-partnerCard .card-image img {
	width: 80%;
}

@media screen and (max-width: 768px) {
	.c-partnerCard .card-image {
		height: 180px;
		padding: 20px;
	}
	.c-partnerCard .card-image img {
		width: 76%;
	}
}
.imageCard {
	border: 6px solid #fff;
	cursor: pointer;
	position: relative;
	margin: 14px;
	border-radius: 8px;
	box-shadow: 0 0 20px 0px rgba(2, 24, 93, 0.2);
}
.imageCard .image-box {
	position: relative;
	background: var(--primary-color);
	border-radius: 8px;
	overflow: hidden;
}
.imageCard .image-box::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.46) 67%
	);
	z-index: 2;
	border-radius: 8px;
}
.imageCard .image-box:hover img {
	transform: scale(1.2);
}
.imageCard .image-box img {
	position: relative;
	width: 100%;
	border-radius: 8px;
	transition: all 0.5s ease;
}
.imageCard .info {
	left: 0;
	padding: 0 24px;
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 2;
}
.imageCard.type-1 {
	border: 0;
}
.imageCard.type-1 .info {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	padding: 16px;
}
.imageCard.type-1 .image-box::before {
	bottom: 0;
	height: 0;
	transition: all ease 0.3s;
}
.imageCard.type-1:hover .image-box::before {
	bottom: 0;
	height: 100%;
}

.c-customerCard {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 40px;
	position: relative;
	min-height: 300px;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 0 15px 0px rgba(2, 24, 93, 0.07);
}
.c-customerCard .info img {
	border: 1px solid #d60d45;
	height: 70px;
	width: 70px;
	border-radius: 100px;
}

.why-us-item {
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.2156862745);
	height: 200px;
	overflow: hidden;
}
.why-us-item .icon {
	color: #d60d45;
}

/* -------------------------------------
      🍔 Components - Footer 
  ------------------------------------- */
.c-footer .footer-top {
	background-color: #005294;
	padding: 40px 0;
}
.c-footer .footer-top .sectionBlock a {
	transition: all ease 0.3s;
}
.c-footer .footer-bottom {
	background-color: rgb(0, 53.7432432432, 97);
	padding: 14px 0;
}

@media (max-width: 960px) {
	.c-footer {
		border-radius: 20px 20px 0 0;
	}
}
/* -------------------------------------
      🍔 Components - Miscellaneous 
  ------------------------------------- */
.milestone-wrapper {
	border-top: 1px solid #dbe1cd;
	border-bottom: 1px solid #dbe1cd;
	padding: 40px 0;
}
.milestone-wrapper .divider-r {
	position: relative;
}
.milestone-wrapper .divider-r::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #dbe1cd;
}

.gMap {
	min-height: 200px;
	width: 100%;
}
.gMap .map {
	height: 350px;
	width: 100%;
}

.divider {
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
.divider::after {
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
	left: 0;
	bottom: 0;
	background-color: #f1f1f1;
}

.waveContainer {
	background-color: #f1f9ff;
	height: 50px;
	position: relative;
}
.waveContainer .wave {
	background: #005294;
	transform: rotate(180deg);
	display: block;
	width: 100%;
	height: 4em;
	max-height: 100vh;
	margin: 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
}

/* -------------------------------------
      🍔 Components - Utilities 
  ------------------------------------- */
.fs-7 {
	font-size: 0.85rem;
}

.fs-8 {
	font-size: 0.76rem;
}

.lh-md {
	line-height: 1.4rem;
}

.text-left {
	text-align: left !important;
}

.color-primary {
	color: #005294 !important;
}

.color-secondary {
	color: #d60d45;
}

.bg-color-secondary {
	background-color: #d60d45 !important;
}

.bg-color-primary {
	background-color: #005294;
}

.font-family-primary {
	font-family: "Poppins", serif;
}

.font-family-secondary {
	font-family: "Josefin Sans", serif !important;
}

.font-family-creative {
	font-family: "Reey-Regular", serif !important;
}

.text-ellipsis-4 {
	display: -webkit-box; /* Flexible layout with the box model */
	-webkit-box-orient: vertical; /* Vertical orientation for the box */
	-webkit-line-clamp: 4; /* Limit to 3 lines */
	overflow: hidden; /* Hide overflowed content */
	text-overflow: ellipsis; /* Show ellipsis for truncated text */
}

.text-ellipsis-6 {
	display: -webkit-box; /* Flexible layout with the box model */
	-webkit-box-orient: vertical; /* Vertical orientation for the box */
	-webkit-line-clamp: 6; /* Limit to 3 lines */
	overflow: hidden; /* Hide overflowed content */
	text-overflow: ellipsis; /* Show ellipsis for truncated text */
}

/* Main menu list */
.menu-list {
	list-style: none;
	margin: 0;
	display: flex;
	gap: 30px;
	position: relative;
	background-color: #fff;
}

/* Top-level menu item */
.menu-item {
	position: relative;
}

/* Top-level link */
.menu-link {
	text-decoration: none;
	color: #333;
	font-weight: 600;
	padding: 12px 16px;
	display: block;
	transition: color 0.3s ease;
}

.menu-link:hover {
	color: #007bff;
}

/* Dropdown (submenu) */
.mobileSubmenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
	z-index: 1000;
}

/* Show submenu on hover */
.menu-item:hover .mobileSubmenu {
	display: block;
}

/* Submenu links */
.mobileSubmenu-link {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #444;
	font-size: 15px;
	transition: background 0.2s, color 0.2s;
}

.mobileSubmenu-link:hover {
	background-color: #f5f5f5;
	color: #007bff;
}
/*# sourceMappingURL=theme.css.map */
#scrollToTopBtn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	background-color: #555;
	color: white;
	border: none;
	padding: 7px 15px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

input:-webkit-autofill {
	background-color: #f0f0f0 !important;
	-webkit-text-fill-color: #005294 !important;
	transition: background-color 5000s ease-in-out 0s;
}
.nytCount {
	float: right;
	padding: 2px 5px;
	font-size: 11px;
	background: #6dace6;
	color: #ffffff;
	font-weight: 600;
	line-height: 12px;
	border-radius: 3px;
	position: relative;
	top: 2px;
}

/*# sourceMappingURL=theme.css.map */
.btn-check:checked + .btn,
.bg-custom {
	background: #005294 !important;
	border: 1px solid #005294 !important;
}

.c-alert {
	width: 600px;
	position: fixed;
	top: 50%;
	z-index: 110;
	left: 50%;
	margin-left: -300px;
	padding: 20px;
	font-size: 15px;
}
.c-alert.alert-dismissible .close {
	float: right;
	background-color: #ffd5d9;
	border: none;
}

.video-wrapper {
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	position: relative;
}

.yt-video {
	width: 100vw;
	height: 56.25vw; /* 16:9 aspect ratio */
	min-height: 100vh;
	min-width: 177.77vh; /* 16:9 aspect ratio */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	pointer-events: none;
	z-index: 0;
}
