@charset "UTF-8";
/* -------------------------------------
      🍔 Components - Variables
  ------------------------------------- */
/* -------------------------------------
      Reset Styles
  ------------------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
html {
	font-display: swap;
	font-family: "Parkinsans", 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: #fff;
	padding: 4px 0;
	position: relative;
	width: 100%;
	z-index: 12;
	border-radius: 0 0 40px 40px;
}
.c-header .header-primary {
	background-color: RGBA(118, 107, 245, 0.4);
	padding: 2px 0 2px 20px;
	border-radius: 100px;
}

#scrollToTopBtn:hover {
	background-color: #333;
}
.sticky {
	background-color: #fff;
	position: fixed;
}
.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 .navbar-brand {
	height: 80px;
	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: 80px;
	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: 500 0.9rem/1.1rem "Parkinsans", serif;
	padding: 12px 8px;
	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: #766bf5;
	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: #766bf5;
}
.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.9);
	border: 0;
	padding: 10px 8px;
	top: 80px;
	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;
}
.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: 9999;
	border-radius: var(--bs-border-radius);
	background-color: rgba(255, 255, 255, 0.9);
}
.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 {
	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: #766bf5;
	content: "";
	height: 12px;
	position: absolute;
	right: -15px;
	top: 8px;
	width: 1px;
}
.c-header .sectionList > li .link {
	padding: 6px 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: #333333;
	font-size: 0.84rem;
	padding: 0 4px !important;
	position: relative;
}
.c-header
	.sectionList
	> li
	.c-advanceSelect
	.select2-selection
	.select2-selection__rendered {
	color: #333333;
}
.c-header
	.sectionList
	> li
	.c-advanceSelect
	.select2-selection
	.select2-selection__arrow
	b {
	border-color: #766bf5 transparent transparent transparent;
}

@media (max-width: 960px) {
	.c-header {
		display: none;
	}
	.c-headerMobile {
		display: flex;
	}
}
.c-headerMobile {
	align-items: center;
	background-color: #766bf5;
	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;
}

/* Fix Select2 dropdowns in mobile sidebar */
.mobileSidebarMenu .select2-container {
	z-index: 9999 !important;
}

.mobileSidebarMenu .select2-dropdown {
	z-index: 9999 !important;
}

.mobileSidebarMenu .select2-search__field {
	pointer-events: auto !important;
	cursor: text !important;
}

.mobileSidebarMenu .select2-container--open {
	z-index: 9999 !important;
}

.mobileSidebarMenu .select2-container--open .select2-dropdown {
	z-index: 10000 !important;
}

@media (min-width: 960px) {
	.c-headerMobile {
		display: none;
	}
	.c-header {
		display: block;
	}
}
/* -------------------------------------
      🍔 Components - Banner and Filter
  ------------------------------------- */

.c-bannerAndFilter img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.c-filterTabs .parentNav {
	margin-top: -20px;
}
.c-filterTabs .nav-tabs {
	border: 0;
	gap: 4px;
}
.c-filterTabs .nav-tabs .nav-link {
	background: #f4f3fd;
	border: 0;
	color: #000;
	border-radius: 6px 6px 0 0;
}
.c-filterTabs .nav-tabs .nav-link.filterButton.active {
	background-color: #766bf5;
	color: #fff;
	padding: 12px 20px;
	margin-top: -8px;
}
.c-filterTabs .tab-content {
	padding: 24px 0 0;
}

@media (max-width: 960px) {
	.c-bannerAndFilter {
		padding: 0;
		margin-top: 70px;
		min-height: 240px;
	}
	.c-bannerAndFilter .c-banner.type-01 {
		height: 320px;
	}
	.c-bannerAndFilter .c-banner.type-01 .item {
		height: 320px !important;
	}
	.c-bannerAndFilter .c-banner.type-01 .item img {
		max-height: 320px !important;
	}
	.c-bannerAndFilter .c-banner.type-01 .info-section {
		height: 300px;
		margin-top: 0;
		padding: 20px;
	}
	.c-bannerAndFilter .banner_one_text {
		color: #fff;
	}
	.c-bannerAndFilter .banner_one_text h1 {
		font: 500 2.4rem/3rem "Playfair Display", serif;
	}
}
.c-filter {
	padding-bottom: 40px;
	position: relative;
	margin-top: -50px;
}
.c-filter .filterWrapper {
	background: #f4f3fd;
	padding: 30px 20px;
	position: relative;
	min-height: 276px;
	border-radius: 20px;
	box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

@media (max-width: 960px) {
	.c-filter {
		margin-top: 16px;
	}
	.c-filter .filterWrapper {
		padding: 12px;
	}
}

.c-banner.type-01 {
	position: relative;
	height: 600px;
}
.c-banner.type-01 .js-pageSlider {
	position: relative;
}
.c-banner.type-01 .js-pageSlider .sliderItem::before {
	background: rgba(44, 38, 111, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.c-banner.type-01 .js-pageSlider .item {
	display: block;
	height: 600px;
	position: relative;
	width: 100%;
}
.c-banner.type-01 .js-pageSlider .item img {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 620px;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.c-banner.type-01 .info-section {
		padding: 12px;
		left: 10%;
		width: 80%;
	}
	.c-banner.type-01,
	.c-banner.type-01 .js-pageSlider .item,
	.c-banner.type-01 .js-pageSlider .item img {
		/* height: 240px; */
		max-height: 100%;
	}
	.c-banner.type-01 .js-pageSlider .item {
		aspect-ratio: 16 / 9; /* Helps on iPhones */
	}
}
.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;
	}
}

/* -------------------------------------
      🍔 Components - Banner and Filter
  ------------------------------------- */
/* .c-banner.type-01 {
	position: relative;
	height: 600px;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
	display: block;
}*/
.c-banner.type-01 .info-section {
	margin-top: 56px;
	background-color: rgba(44, 38, 111, 0.6);
	height: 480px;
	padding: 68px 60px 60px;
	position: relative;
	z-index: 3;
	border-radius: 0 0 400px 400px;
}
/*.c-banner.type-01 .pageSlider {
	position: relative;
}*/
/*.c-banner.type-01 .pageSlider .item {
	display: block;
	height: 620px;
	position: relative;
	width: 100%;
}*/
/*.c-banner.type-01 .pageSlider .item img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}*/
.c-banner.type-01 .pageSlider .slick-arrow {
	border: 0;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	height: 40px;
	width: 100%;
	z-index: 2;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-prev,
.c-banner.type-01 .pageSlider .slick-arrow.slick-next {
	background-color: var(--secondary-color);
	display: grid;
	font-size: 1.8rem;
	height: 40px;
	place-items: center;
	padding: 0;
	position: absolute;
	width: 40px;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-next {
	right: 10px;
	left: auto;
}
.c-banner.type-01 .pageSlider .slick-arrow.slick-prev {
	left: 10px;
}

.c-bannerAndFilter {
	position: relative;
	padding: 0;
	margin-top: -56px;
}
.c-bannerAndFilter .banner_one_text {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.c-bannerAndFilter {
		padding: 70px 0 0;
	}
	.c-bannerAndFilter .info-section {
		padding: 12px !important;
		left: 0 !important;
		width: 100% !important;
	}
	.banner_one_text h1 {
		font: 500 1.4rem/1.5rem "Gilroy", sans-serif !important;
	}
	.banner_one_text h3 {
		font: 500 1rem/1.2rem "Gilroy", sans-serif !important;
	}
	.c-banner.type-01 {
		border-radius: 0 0 10px 10px;
	}
	.c-banner.type-01,
	.c-banner.type-01 .pageSlider .item,
	.c-banner.type-01 .pageSlider .sliderItem img {
		height: 240px;
	}
}
@media (max-width: 960px) {
	.c-bannerAndFilter .banner_one_text {
		color: #fff;
	}
}
/* -------------------------------------
      🍔 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: #766bf5 !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: #766bf5 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: #766bf5 !important;
	background-image: none;
}
.datepicker td.active:hover:hover,
.datepicker th.active:hover:hover {
	background-color: #766bf5 !important;
	background-image: none;
}

.c-input {
	height: 42px;
	padding: 6px;
	border-radius: 4px;
}
.c-input.transparent {
	border: 1px solid #fff;
	background-color: #fff;
}
.c-input.is-clean {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	outline: none;
	border-radius: 0;
	box-shadow: none;
}
.c-input.is-clean::placeholder {
	color: #fff;
}

.c-image.sh-oval {
	width: 100%;
	border-radius: 200px;
}
.c-image.bordered {
	border: 1rem solid #e2e9ef;
}
.c-image.sm {
	width: 85% !important;
}

@media (max-width: 768px) {
	.c-image.sh-oval {
		border-radius: 10px;
	}
	.c-image.bordered {
		border: 4px solid #e2e9ef;
	}
	.c-image.sm {
		width: 100% !important;
	}
}
/* -------------------------------------
      🍔 Components - Buttons
  ------------------------------------- */
.c-button {
	border-color: #3abf73 !important;
	background-color: #3abf73 !important;
	color: #fff !important;
	font-size: 0.85rem;
	height: 44px;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	border-radius: 100px !important;
}
.c-button.is-half-round {
	min-width: 160px;
	border-radius: 20px 20px 0 0 !important;
}
.c-button.is-white {
	border-color: #fff !important;
	background-color: #fff !important;
	color: #766bf5 !important;
}

@media (max-width: 768px) {
	.c-button {
		font-size: 0.75rem;
		padding: 12px 12px !important;
	}
}
.settingButton {
	background-color: #3abf73;
	border: 0;
	color: #fff;
	display: grid;
	line-height: normal;
	padding: 1px 0 0 1px;
	place-items: center;
	height: 32px;
	width: 32px;
	border-radius: 100px;
	text-decoration: none;
}
.settingButton.transparent {
	background-color: transparent;
}

/* -------------------------------------
      🍔 Components - Section
  ------------------------------------- */
.c-section {
	display: block;
	margin: 30px 0;
	padding: 30px 0;
	position: relative;
}
.c-section .heading {
	text-align: center;
	display: block;
	font: 600 2.2rem/2.6rem "Playfair Display", serif;
	color: #000;
	margin-bottom: 2.4rem;
}
.c-section .heading > span {
	font-weight: 300;
	font-style: italic;
	text-transform: capitalize;
}
.c-section .heading.left {
	text-align: left;
}
.c-section .heading.left::after {
	left: 0;
}
.c-section.type-1 {
	background-color: #f6f5fd;
	padding: 0 0 40px;
	border-radius: 60px;
}
.c-section.is-filled {
	background-color: #766bf5;
	margin: 30px 0;
	padding: 30px 0 0;
}
.c-section.is-filled .heading {
	color: #fff;
}
.c-section.ourStory {
	background: url("../images/about-us-bg.webp") no-repeat;
	background-size: cover;
	min-height: 460px;
	padding: 0;
	margin-bottom: 80px;
}
.c-section.ourStory .aboutSection {
	position: relative;
	padding: 60px;
	z-index: 2;
}
.c-section.ourStory .aboutSection::before {
	background-color: #766bf5;
	content: "";
	position: absolute;
	width: 100%;
	height: 125%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 0 300px 300px;
}
.c-section.ourServices {
	background-color: #766bf5;
	padding: 0;
}
.c-section.ourServices .serviceBg-patch {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	padding: 100px 60px 0 60px;
	position: relative;
	align-items: center;
	width: 100%;
	border-radius: 400px 0 0;
}
.c-section.ourServices .serviceBg-patch img {
	height: 500px;
	width: 540px;
}
.c-section.contactUs {
	background: url("../images/contact-us-bg.webp") no-repeat;
	min-height: 524px;
	padding-top: 100px;
	margin-bottom: 0;
}
.c-section.contactUs .contactUsForm {
	padding: 140px 100px 0;
	border-radius: 800px 800px 0 0;
}
.c-section.ourPartner {
	background-color: #3a2a64;
	padding-bottom: 0;
}
.c-section.customerCardSlider {
	background-color: #3b2a64;
}
.c-section.ourTeam {
	position: relative;
	padding-bottom: 0;
	min-height: 400px;
	z-index: 3;
}
.c-section.ourTeam::before {
	background-color: rgba(118, 107, 245, 0.4);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 100%;
	z-index: 2;
}
.c-section.ourTeam::after {
	background: url("../images/about-us-bg.webp") no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 500px;
	width: 100%;
	z-index: 1;
}

@media (max-width: 960px) {
	.c-section .heading {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin-bottom: 1.6rem;
	}
	.c-section.contactUs {
		background: url("../images/contact-us-bg.webp") no-repeat;
		min-height: 104px;
		padding: 20px 0 0;
	}
	.c-section.contactUs .contactUsForm {
		margin: 20px;
		padding: 20px 20px 0;
		border-radius: 0;
	}
}
@media (max-width: 768px) {
	.c-section {
		margin: 10px 0;
		padding: 10px 0;
	}
	.c-section .heading {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1.2rem;
	}
	.c-section.ourStory {
		margin-bottom: 20px;
	}
	.c-section.ourStory .aboutSection {
		padding: 30px 20px;
	}
	.c-section.ourStory .aboutSection::before {
		background-color: RGBA(118, 107, 245, 0.8);
	}
}
/* -------------------------------------
      🍔 Components - Slider
  ------------------------------------- */
.c-slider {
	padding: 0 40px;
	z-index: 4;
}
.c-slider .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 .owl-nav button {
	color: #766bf5 !important;
	display: grid;
	font-size: 1.4rem !important;
	line-height: 1.3rem;
	height: 2.4rem;
	place-items: center;
	width: 2.4rem;
}
.c-slider .owl-nav button span {
	font-size: 2rem;
	line-height: 2rem;
	position: relative;
	top: -1px;
}
.c-slider .owl-nav button.disabled {
	background-color: transparent !important;
	color: #bbbbbb !important;
	cursor: not-allowed;
}
.c-slider.type-2 .owl-nav button {
	color: #fff !important;
}
.c-slider .owl-dots {
	position: relative;
	text-align: center;
}
.c-slider .owl-dots .owl-dot {
	background-color: white;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	border-radius: 100px;
}
.c-slider .owl-dots .owl-dot.active {
	background-color: #766bf5;
}

@media screen and (max-width: 768px) {
	.c-slider {
		padding: 0;
	}
	.c-slider .owl-nav {
		justify-content: space-around;
		position: relative;
		top: auto;
		right: auto;
		margin: 20px 0;
	}
}
.c-partnerCard .card-image {
	background-color: #fff;
	display: grid;
	place-items: center;
	height: 160px;
	padding: 40px;
	position: relative;
	border-radius: 200px 200px 0 0;
}
.c-partnerCard .card-image img {
	width: 80%;
}

@media screen and (max-width: 768px) {
	.c-partnerCard .card-image {
		height: 180px;
		padding: 20px;
		border-radius: 0;
	}
	.c-partnerCard .card-image img {
		width: 76%;
	}
}
.js-teamCardSlider .owl-stage-outer {
	padding-bottom: 80px;
}
.js-teamCardSlider .owl-stage-outer .owl-stage .owl-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.js-teamCardSlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
	top: 70px;
}

@media screen and (max-width: 768px) {
	.js-teamCardSlider .owl-stage-outer {
		padding-bottom: 40px;
	}
	.js-teamCardSlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
		top: 0;
	}
}
.js-gallerySlider .owl-stage-outer {
	padding: 20px 0 80px;
}
.js-gallerySlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
	top: 70px;
}
.js-gallerySlider .owl-nav {
	top: calc(50% + 24px);
}

@media screen and (max-width: 768px) {
	.js-gallerySlider .owl-stage-outer {
		padding: 0;
	}
	.js-gallerySlider .owl-stage-outer .owl-stage .owl-item:nth-child(odd) {
		top: 0;
	}
}
.singleItemSlider {
	position: relative;
	z-index: 3;
}
.singleItemSlider_info {
	padding: 60px 40px;
	position: relative;
	z-index: 3;
}
.singleItemSlider_info::before {
	background-color: #766bf5;
	content: "";
	position: absolute;
	height: 100%;
	width: 130%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 0 0 200px 0;
}
.singleItemSlider_image {
	position: relative;
}
.singleItemSlider_image img {
	position: relative;
	max-height: 320px;
	width: 100%;
	z-index: 4;
	border-radius: 200px;
}
.hoteltype-badge {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #766bf5 !important;
	border-radius: 200px;
	z-index: 25;
	padding: 5px 12px;
}

@media (max-width: 768px) {
	.singleItemSlider_info {
		padding: 20px;
	}
	.singleItemSlider_info::before {
		width: 100%;
		border-radius: 0;
	}
	.singleItemSlider_image img {
		border-radius: 0;
	}
	.hoteltype-badge {
		border-radius: 0px;
		top: 0px !important;
	}
}
/* -------------------------------------
      🍔 Components - Cards 
  ------------------------------------- */
.c-card {
	border: 0;
	border-radius: 10px;
}
.c-card .card-image {
	min-height: 240px;
	overflow: hidden;
	position: relative;
	border-radius: 500px 500px 0 0;
}
.c-card .card-image.md {
	min-height: 280px;
}
.c-card .card-image.md img {
	height: 280px;
}
.c-card .card-image.lg {
	min-height: 320px;
}
.c-card .card-image.lg img {
	height: 320px;
}
.c-card .card-image img {
	height: 240px;
	transition: all ease 0.3s;
	border-radius: 500px 500px 0 0;
}
.c-card .card-image .title {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 0.75rem;
	left: calc(50% - 60px);
	height: 28px;
	position: absolute;
	padding: 6px;
	bottom: 0;
	text-align: center;
	width: 120px;
	z-index: 2;
}
.c-card .card-body {
	background-color: #f4f3fd;
	padding: 20px 20px 40px;
	position: relative;
	border-radius: 0 0 60px 60px;
}

@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;
	}
}
.imageCard {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	height: 410px;
	width: 100%;
	border-radius: 60px;
}
.imageCard img {
	height: 210px;
	width: 100%;
	transition: all ease 0.3s;
	border-radius: 60px;
}
.imageCard:hover img {
	transform: scale(1.2);
}
.imageCard .info {
	align-items: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #766bf5 89%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 70%;
	left: 0;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 2;
}
.imageCard .rating {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 12px;
	left: 40px;
	letter-spacing: 1px;
	padding: 4px 8px 3px 8px;
	width: 120px;
	z-index: 2;
	border-radius: 100px;
}

.c-customerCard {
	background-color: rgb(118, 107, 245);
	padding: 40px;
	position: relative;
	min-height: 300px;
	margin: 0 40px 80px;
	border-radius: 60px;
}
.c-customerCard::before {
	background-color: rgba(118, 107, 245, 0.3);
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: -1;
	border-radius: 60px;
}
.c-customerCard .info {
	position: absolute;
	bottom: -60px;
	right: 0;
	height: 100px;
	width: 200px;
}
.c-customerCard .info img {
	border: 2px solid #fff;
	height: 80px;
	width: 80px;
	border-radius: 100px;
}
.c-customerCard.c1 {
	background-color: rgb(77, 193, 126);
}
.c-customerCard.c1::before {
	background-color: rgba(77, 193, 126, 0.3);
}

.itinerary-wrapper {
	background-color: #766bf5;
	padding: 36px;
	border-radius: 4px;
}
.itinerary-wrapper.is-clean {
	background-color: transparent;
	padding: 0;
}

.itinerary {
	position: relative;
	display: grid;
	place-items: center;
}
.itinerary::before,
.itinerary::after {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
	left: calc(50% - 30px);
	content: "";
	background-color: #fff;
	border-radius: 4px;
	z-index: 1;
	transform: rotate(45deg);
}
.itinerary::after {
	transform: rotate(-90deg);
}
.itinerary .icon {
	color: #766bf5;
	display: grid;
	font-size: 1.6rem;
	height: 66px;
	place-items: center;
	position: relative;
	width: 60px;
	z-index: 3;
	border-radius: 4px;
}
.itinerary.type-2 {
	min-width: 88px;
}
.itinerary.type-2::before,
.itinerary.type-2::after {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 0;
	left: calc(50% - 25px);
	content: "";
	background-color: #f0eae3;
	border-radius: 4px;
	z-index: 1;
	transform: rotate(25deg);
}
.itinerary.type-2::after {
	background-color: #fff;
	transform: rotate(-20deg);
	z-index: 2;
}
.itinerary.type-2 .icon {
	font-size: 1.2rem;
	height: 56px;
	/* width: 50px; */
	top: -4px;
}
.itinerary.type-2.xs::before,
.itinerary.type-2.xs::after {
	height: 40px;
	width: 40px;
	left: calc(50% - 20px);
}
.itinerary.type-2.xs .icon {
	font-size: 1.2rem;
	height: 46px;
	width: 40px;
	top: -4px;
}
.itinerary.type-2.dark::before {
	background-color: #766bf5;
}

.c-teamCard {
	background-color: #e3dcd3;
	height: 520px;
	padding: 40px 20px 0;
	position: relative;
	overflow: hidden;
	width: 240px;
	border-radius: 100px;
}
.c-teamCard.bg-1 {
	background-color: #f4bcce;
}
.c-teamCard.bg-2 {
	background-color: #cdd5d4;
}
.c-teamCard.bg-3 {
	background-color: #f6cb54;
}
.c-teamCard .card-image {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.c-teamCard .card-image img {
	filter: grayscale(100%);
	width: 100%;
}

/* -------------------------------------
      🍔 Components - Footer 
  ------------------------------------- */
.c-footer .footer-top {
	background-color: #766bf5;
	padding: 40px 0;
}
.c-footer .footer-top .sectionBlock a {
	transition: all ease 0.3s;
}
.c-footer .footer-top .sectionBlock a:hover {
	text-decoration: none !important;
}
.c-footer .footer-bottom {
	background-color: #3a2a64;
	padding: 14px 0;
}

@media (max-width: 960px) {
	.c-footer {
		border-radius: 20px 20px 0 0;
	}
	.c-footer .footer-top {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.c-footer .footer-top {
		margin-top: 30px;
	}
}
/* -------------------------------------
      🍔 Components - Miscellaneous 
  ------------------------------------- */
.counter {
	background: #766bf5;
	display: grid;
	place-items: center;
	height: 260px;
	padding: 30px;
	position: relative;
	margin: 0 auto;
	width: 260px;
	border-radius: 400px;
}

.gMap {
	min-height: 200px;
	width: 100%;
}
.gMap .map {
	height: 350px;
	width: 100%;
}

/* -------------------------------------
      🍔 Components - Utilities 
  ------------------------------------- */
.fs-7 {
	font-size: 0.85rem;
}

.fs-8 {
	font-size: 0.76rem;
}

.lh-md {
	line-height: 1.4rem;
}

.color-primary {
	color: #766bf5;
}

.color-secondary {
	color: #3abf73;
}

.bg-color-secondary {
	background-color: #3abf73 !important;
}

.bg-color-primary {
	background-color: #766bf5;
}

.font-family-primary {
	font-family: "Parkinsans", serif;
}

.font-family-secondary {
	font-family: "Playfair Display", 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: 10px 15px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	display: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.profile-pill-img {
	height: 330px; /* fixed height for circle */
	object-fit: cover; /* keep the image nicely cropped */
	border-radius: 999px; /* full circle or pill shape */
	display: block;
	margin: 0 auto; /* optional: centers inside card-image */
	filter: grayscale(100%);
}
.gallery-pill-img {
	width: 200px; /* or 100%, depending on layout */
	height: 200px;
	object-fit: cover;
	border-radius: 999px; /* ensures full pill or circle effect */
	display: block;
	margin: 0 auto; /* optional: center in carousel item */
}

input:-webkit-autofill {
	background-color: #f0f0f0 !important;
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}
.has-submenu:hover > .submenu {
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 1000;
}
.submenu {
	display: none;
	background: #fff;
	padding-left: 10px;
}

.nytCount {
	float: right;
	padding: 2px 5px;
	font-size: 11px;
	background: #766bf5;
	color: #ffffff;
	font-weight: 600;
	line-height: 12px;
	border-radius: 3px;
	position: relative;
	top: 2px;
}
.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;
}

/* Ensure video takes full width on all devices */
@media screen and (max-width: 768px) {
	.yt-video {
		width: 100vw;
		height: 56.25vw; /* 16:9 aspect ratio */
		min-height: 100vh;
		min-width: 177.77vh; /* 16:9 aspect ratio */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
