/* Global Styles */
* {
	font-family: "Outfit", sans-serif !important;
}
body {
	font-family: "Outfit", sans-serif !important;
	margin: 0;
	padding: 0;
}
.badge {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	border-radius: 8px;
	background: #FDCF6F;
	padding: 4px 18px;
}
.main-heading {
	font-size: 55px;
	color: #0e1328;
	font-weight: 300;
	letter-spacing: -2px;
	margin-top: 0px !important;
	line-height: 65px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.main-heading span {
	color: #0C756F;
}
.collapse:not(.show) {
    display: flex
;
}
.main-heading-2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	line-height: 55px;
}
.main-heading-2 span {
	color: #FDCF6F;
}
.text-desc {
	color: #101010;
	font-size: 17px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.text-desc-2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
/* Navbar Styles */
.navbar {
	box-shadow:none !important;
	padding:16px 0
}
.navbar-brand {
	font-size: 1.5rem;
	font-weight: 700;
	color: #2c3e50 !important;
}
.logo-icon {
	display: flex;
	align-items: center;
}
.nav-link {
    transition: color 0.3s;
    color: #000 !important;
    font-size: 15px;
	padding:0 15px;
	box-shadow:none !important;
    font-weight: 400 !important;
    line-height: normal;
    text-decoration: none;
}


.dropdown-menu {
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 10px 0;
	margin-top: 10px;
}
.dropdown-item {
	padding: 10px 20px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.dropdown-item:hover {
	background-color: #f8f9fa;
	color: #4A90E2;
}
.btn-primary {
	background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
	border: none;
	font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}
.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
	background: linear-gradient(135deg, #357ABD 0%, #2c5aa0 100%);
}
.get-started {
	border-radius: 6px;
	background: #394A84;
	display: flex;
	height: 40px;
	padding: 10.5px 20.438px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 18.601px;
	margin-left: 85px;
}

/* Mobile Responsive */
@media (max-width: 991px) {
.navbar {
	margin: 0px;
	border-radius: 10px;
}
.navbar-collapse {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-link {
	margin: 5px 0;
}
.btn-primary {
	margin-top: 10px;
	width: 100%;
}
.navbar-nav {
	margin-left: 0px !important;
	text-align: center;
}
.download-content {
	text-align: center;
	margin-bottom: 40px;
}
.download-content .text-desc-2 {
	margin-bottom: 20px !important;
}
.app-store-buttons {
	justify-content: center;
}
}
/* Hero Section Styles */
.hero-section {
    position: relative;
    min-height: 65vh !important;
    background: url(../hms/images/hms-hero-bg.jpg) center / cover no-repeat;
    display: flex;
;
    align-items: center;
    color: white;
    margin-top: 75px;
}
header{
	position: fixed;
    width: 100%;
    z-index: 111;
    background: #fff;
	top:0
}
.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.hero-content {
	position: relative;
	z-index: 2;
}
.hero-subtitle {
	color: #FDCF6F !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 140% !important;
}
.hero-title {
	color: #FFF !important;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 70px !important;
	font-weight: 300 !important;
	line-height: 69px !important;
	letter-spacing: -2px !important;
}
.hero-title .text-warning {
	color: #FDCF6F !important;
}
.hero-description {
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 27px !important;
	max-width: 700px !important;
}
.hero-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.btn-warning {
	display: flex;
	padding: 13px 38.5px;
	justify-content: center;
	align-items: center;
	height: 48px;
	border-radius: 10px;
	background: #FDCF6F;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.btn-outline-light {
	border-radius: 10px;
	border: 1.2px solid #FFF;
	display: flex;
	height: 48px;
	padding: 13px 27px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
}
.read-more {
	border-radius: 10px;
	border: 1.2px solid #0C756F;
	display: flex;
	height: 48px;
	padding: 13px 27px;
	justify-content: center;
	align-items: center;
	color: #0C756F;
	font-size: 16px;
	font-weight: 600;
}
.read-more:hover {
	background-color: #0C756F;
	color: #FFF;
}


/* Mobile Responsive for Hero */
@media (max-width: 991px) {
.navbar {
	position: fixed;
	top: 15px;
	max-width: 90%;
	border-radius: 10px;
}
.hero-section {
	margin-top: 0;
}
.hero-content {
	padding: 125px 0;
	text-align: center;
}
.hero-title {
	font-size: 3.5rem;
	line-height: 1.2;
}
.hero-buttons {
	justify-content: center;
}
.btn-lg {
	padding: 12px 30px;
	font-size: 1rem;
}
}
 @media (max-width: 576px) {
.hero-title {
	font-size: 38px
}
.hero-description {
	font-size: 20px;
	line-height: 25px;
}
.hero-buttons {
	flex-direction: column;
	align-items: center;
}
.btn {
	width: 100%;
	max-width: 250px;
}
}
/* Why Choose Us Section */
.why-choose-us {
	background-color: #ffffff;
	padding: 80px 0;
}
.why-choose-content {
	padding-right: 30px;
}
.why-choose-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
}
.why-choose-title .text-primary {
	color: #20c997 !important;
}
.why-choose-description {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #6c757d;
	margin-bottom: 20px;
}
.btn-outline-primary {
	border: 2px solid #20c997;
	color: #20c997;
	font-weight: 600;
	border-radius: 50px;
	transition: all 0.3s ease;
}
.btn-outline-primary:hover {
	background-color: #20c997;
	color: white;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(32, 201, 151, 0.3);
}
/* Hospital Scene Illustration */
.why-choose-illustration {
	position: relative;
	height: 500px;
	background: #f8f9fa;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.hospital-scene {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}
/* Reception Desk */
.reception-desk {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 120px;
	background: #8d6e63;
	border-radius: 8px;
}
.desk-front {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: #5d4037;
	border-radius: 0 0 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotel-sign {
	color: white;
	font-size: 0.8rem;
	font-weight: 600;
}
.desk-top {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 60px;
	background: #8d6e63;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
}
.computer-monitor {
	width: 40px;
	height: 30px;
	background: #2c3e50;
	border-radius: 3px;
	position: relative;
}
.computer-monitor::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 20px;
	background: #3498db;
	border-radius: 2px;
}
.reception-bell {
	width: 20px;
	height: 20px;
	background: #f39c12;
	border-radius: 50%;
	position: relative;
}
.reception-bell::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #f39c12;
	border-radius: 50%;
}
/* Receptionist */
.receptionist {
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-30px);
}
.person-head {
	width: 30px;
	height: 30px;
	background: #d4a574;
	border-radius: 50%;
	margin-bottom: 5px;
}
.person-body {
	width: 40px;
	height: 60px;
	background: #2c3e50;
	border-radius: 20px 20px 5px 5px;
	position: relative;
}
.person-body::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	right: 5px;
	height: 20px;
	background: white;
	border-radius: 3px;
}
.person-body::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	width: 10px;
	height: 10px;
	background: #e74c3c;
	border-radius: 2px;
}
/* Patient */
.patient {
	position: absolute;
	bottom: 200px;
	right: 50%;
	transform: translateX(30px);
}
.patient .person-body::after {
	background: #3498db;
}
/* Luggage */
.luggage {
	position: absolute;
	bottom: 80px;
	right: 50%;
	transform: translateX(50px);
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.suitcase {
	width: 25px;
	height: 20px;
	border-radius: 3px;
	position: relative;
}
.suitcase::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 1px;
}
.suitcase-red {
	background: #e74c3c;
}
.suitcase-blue {
	background: #3498db;
}
.suitcase-brown {
	background: #8d6e63;
}
/* Wall Elements */
.wall-elements {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 100px;
}
.key-rack {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	background: #5d4037;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	padding: 5px;
}
.key {
	width: 8px;
	height: 12px;
	background: #f39c12;
	border-radius: 2px;
	position: relative;
}
.key::after {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	background: #f39c12;
	border-radius: 50%;
}
.wall-clock {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: #f39c12;
	border-radius: 50%;
	border: 3px solid #d68910;
}
.wall-clock::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 8px;
	background: #2c3e50;
	border-radius: 1px;
}
.wall-clock::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(30deg);
	width: 6px;
	height: 2px;
	background: #2c3e50;
	border-radius: 1px;
}
.wall-art {
	position: absolute;
	top: 40px;
	right: 0;
	width: 40px;
	height: 30px;
	background: #e8f5e8;
	border: 2px solid #27ae60;
	border-radius: 5px;
}
.wall-art::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	height: 8px;
	background: #27ae60;
	border-radius: 2px;
}
.wall-art::after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	height: 8px;
	background: #f39c12;
	border-radius: 2px;
}
/* Seating Area */
.seating-area {
	position: absolute;
	bottom: 80px;
	right: 20px;
	display: flex;
	align-items: end;
	gap: 10px;
}
.armchair {
	width: 40px;
	height: 50px;
	background: #20c997;
	border-radius: 5px 5px 0 0;
	position: relative;
}
.armchair::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -5px;
	right: -5px;
	height: 15px;
	background: #20c997;
	border-radius: 5px;
}
.side-table {
	width: 20px;
	height: 30px;
	background: #5d4037;
	border-radius: 3px;
	position: relative;
}
.vase {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 15px;
	background: #95a5a6;
	border-radius: 2px;
}
.vase::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	background: #e74c3c;
	border-radius: 50%;
}

/* Mobile Responsive for Why Choose Us */
@media (max-width: 991px) {
.why-choose-content {
	padding-right: 0;
	text-align: center;
	margin-bottom: 40px;
}
.why-choose-title {
	font-size: 2.2rem;
}
.why-choose-illustration {
	height: 400px;
}
}
 @media (max-width: 576px) {
.why-choose-title {
	font-size: 1.8rem;
}
.why-choose-description {
	font-size: 1rem;
}
.why-choose-illustration {
	height: 350px;
}
}
/* Our Services Section */
.our-services {
	background-color: #ffffff;
	padding: 80px 0;
}
.services-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2c3e50;
}
.services-title .text-primary {
	color: #20c997 !important;
}
/* Service Cards */
.service-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f8f9fa;
}
.service-card:hover {
	background: #0C756F;
	color: white;
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(32, 201, 151, 0.3);
}
.services-grid {
	max-width: 90%;
	margin: 0 auto;
	    gap: 0px !important;
}
.service-title {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	line-height: 140%;
	letter-spacing: 0.2px;
	margin-top: 25px;
}
.service-card:hover .service-title {
	color: white;
}
.service-description {
	margin: 0px;
}
.service-card:hover .service-description {
	color: rgba(255, 255, 255, 0.9);
}

/* Mobile Responsive for Services */
@media (max-width: 991px) {
.services-title {
	font-size: 2.2rem;
}
.service-card {
	padding: 30px 20px;
}
.service-title {
	font-size: 1.2rem;
}
}
 @media (max-width: 576px) {
.services-title {
	font-size: 1.8rem;
}
.service-card {
	padding: 25px 15px;
}
.service-title {
	font-size: 1.3rem;
	margin-bottom: 0px !important;
}
}
/* How It Works Section */
.how-it-works {
	background-color: #ffffff;
	padding: 80px 0;
}
.how-it-works-content {
	padding-right: 30px;
}
.how-it-works-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2c3e50;
}
.how-it-works-title .text-primary {
	color: #20c997 !important;
}
.how-it-works-description {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #6c757d;
	margin: 0;
}
/* Steps Container */
.steps-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
/* Step Cards */
.step-card {
	border-radius: 10px;
	border: 1px solid #0C756F;
	background: #FFF;
	padding: 16px 24px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.step-content {
	flex: 1;
}
.step-title {
	color: #000;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
}



/* Mobile Responsive for How It Works */
@media (max-width: 991px) {
.how-it-works-content {
	padding-right: 0;
	text-align: center;
	margin-bottom: 40px;
}
.how-it-works-title {
	font-size: 2.2rem;
}
.steps-container {
	gap: 20px;
}
.step-card {
	padding: 20px;
	gap: 15px;
}
.step-number {
	width: 45px;
	height: 45px;
	font-size: 1.1rem;
}
.step-title {
	font-size: 1.2rem;
}
}
 @media (max-width: 576px) {
.how-it-works-title {
	font-size: 1.8rem;
}
.how-it-works-description {
	font-size: 1rem;
}
.step-card {
	padding: 15px;
	gap: 12px;
	flex-direction: column;
	text-align: center;
}
.step-number {
	width: 40px;
	height: 40px;
	font-size: 1rem;
	align-self: center;
}
.step-title {
	font-size: 1.1rem;
}
.step-description {
	font-size: 0.9rem;
}
}
/* Pricing Section */
.pricing {
	background-color: #ffffff;
	padding: 80px 0 110px 0;
}
.pricing-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2c3e50;
}
.pricing-title .text-primary {
	color: #20c997 !important;
}
/* Billing Toggle */
.billing-toggle-container {
	display: flex;
	justify-content: center;
}
.billing-toggle {
	display: flex;
	align-items: center;
	gap: 35px;
}
.billing-label {
	color: rgba(0, 0, 0, 0.70);
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
}
.billing-label.active {
	font-weight: 600;
}
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}
.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.3s;
	border-radius: 25px;
}
.toggle-slider:before {
	position: absolute;
	content: "";
	height: 19px;
	width: 19px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: 0.3s;
	border-radius: 50%;
}
input:checked+.toggle-slider {
	background-color: #0C756F;
}
input:checked+.toggle-slider:before {
	transform: translateX(25px);
}
/* Pricing Cards */
.pricing-card {
	background: #ffffff;
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	border: 1px solid #f8f9fa;
}
.pricing-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.plan-title {
	color: #FDCF6F;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.price-box {
	border-radius: 10px;
	background: #E7FFFE;
	width: 100%;
	padding: 12px;
}
.price-amount {
	color: #0C756F;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.price-period {
	color: #0C756F;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.plan-features {
	margin-top: 20px;
}
.features-link {
	color: #0C756F;
	text-decoration: none;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.features-link:hover {
	color: #0C756F;
	transform: translateY(-2px);
}
.features-link i {
	font-size: 0.8rem;
	transition: transform 0.3s ease;
}
.features-link:hover i {
	transform: translateY(2px);
}
.pricing-description {
	max-width: 600px;
	margin: 0 auto;
}

/* Mobile Responsive for Pricing */
@media (max-width: 991px) {
.pricing-title {
	font-size: 2.2rem;
}
.pricing-card {
	padding: 30px 20px;
}
.plan-title {
	font-size: 1.3rem;
}
.price-amount {
	font-size: 2.2rem;
}
}
 @media (max-width: 576px) {
.pricing-title {
	font-size: 1.8rem;
}
.billing-toggle {
	gap: 10px;
	padding: 6px;
}
.billing-label {
	font-size: 0.8rem;
}
.toggle-switch {
	width: 45px;
	height: 22px;
}
.toggle-slider:before {
	height: 16px;
	width: 16px;
}
input:checked+.toggle-slider:before {
	transform: translateX(23px);
}
.pricing-card {
	padding: 25px 15px;
}
.plan-title {
	font-size: 1.2rem;
}
.price-amount {
	font-size: 2rem;
}
.price-period {
	font-size: 0.9rem;
}
}
/* Download Section */
.download-section {
	background: url('../hms/images/download-app-bg.jpg') center/cover no-repeat;
	position: relative;
	overflow: hidden;
}
.download-content {
	position: relative;
	z-index: 2;
	color: white;
}
.download-btn-container .btn-warning {
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	border: none;
	color: #2c3e50;
	font-weight: 700;
	border-radius: 50px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}
.download-btn-container .btn-warning:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
	background: linear-gradient(135deg, #FFA500 0%, #FF8C00 100%);
}
.download-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	color: white;
}
.download-title .text-warning {
	color: #FFD700 !important;
}
.download-description {
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
}
/* Mobile Mockup */
.mobile-mockup-container {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.mobile-mockup {
	width: 280px;
	height: 560px;
	background: #2c3e50;
	border-radius: 30px;
	padding: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	position: relative;
}
.mobile-mockup::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #34495e;
	border-radius: 2px;
}
.mobile-screen {
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
/* App Header */
.app-header {
	background: #f8f9fa;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e9ecef;
}
.room-badge {
	background: #FFA500;
	color: white;
	padding: 4px 12px;
	border-radius: 15px;
	font-size: 0.8rem;
	font-weight: 600;
}
.rating {
	color: #FFD700;
	font-weight: 600;
	font-size: 0.9rem;
}
/* Room Image */
.room-image {
	height: 180px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 20px;
}
.room-details h3 {
	color: white;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.room-price {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.9rem;
	margin: 0;
}
/* Details Section */
.details-section {
	padding: 20px;
	border-bottom: 1px solid #e9ecef;
}
.details-section h4 {
	color: #2c3e50;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.details-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.detail-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 8px;
	background: #f8f9fa;
	border-radius: 8px;
	transition: all 0.3s ease;
}
.detail-item:hover {
	background: #e9ecef;
	transform: translateY(-2px);
}
.detail-item i {
	color: #20c997;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.detail-item span {
	font-size: 0.7rem;
	color: #6c757d;
	font-weight: 500;
}
/* Description Section */
.description-section {
	padding: 20px;
}
.description-section h4 {
	color: #2c3e50;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.description-section p {
	color: #6c757d;
	font-size: 0.8rem;
	line-height: 1.5;
	margin: 0;
}
/* App Store Buttons */
.app-store-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.app-store-btn {
	display: inline-block;
	transition: all 0.3s ease;
}
.app-store-btn:hover {
	transform: translateY(-3px);
}
.store-badge {
	height: 60px;
	width: auto;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}
.store-badge:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Mobile Responsive for Download */
@media (max-width: 991px) {
.download-title {
	font-size: 2rem;
}
.mobile-mockup {
	width: 250px;
	height: 500px;
}
.details-grid {
	grid-template-columns: repeat(3, 1fr);
}
}
 @media (max-width: 576px) {
.download-title {
	font-size: 1.6rem;
}
.download-description {
	font-size: 1rem;
}
.mobile-mockup {
	width: 220px;
	height: 440px;
	padding: 15px;
}
.details-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
.detail-item {
	padding: 6px;
}
.detail-item i {
	font-size: 1rem;
}
.detail-item span {
	font-size: 0.6rem;
}
.app-store-buttons {
	justify-content: center;
}
.store-badge {
	height: 50px;
}
}
/* Contact Us Section */
.contact-us {
	background-color: #ffffff;
	padding: 80px 0;
}
.contact-title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2c3e50;
}
.contact-title .text-primary {
	color: #20c997 !important;
}
.contact-description {
	max-width: 600px;
	margin: 0 auto;
}
.contact-description p {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #6c757d;
	margin: 0;
}
.btn-contact {
	display: inline-flex;
	height: 48px;
	padding: 13px 35px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	background: #FDCF6F;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
}
.btn-contact:hover {
	background: #0C756F;
	color: #fff;
	border: 1px solid #0C756F;
	transition: all 0.3s ease;
}

/* Mobile Responsive for Contact Us */
@media (max-width: 991px) {
.contact-title {
	font-size: 2.2rem;
}
.contact-description p {
	font-size: 1rem;
}
}
 @media (max-width: 576px) {
.contact-title {
	font-size: 1.8rem;
}
.contact-description p {
	font-size: 0.95rem;
}
.btn-contact {
	padding: 12px 30px;
	font-size: 1rem;
}
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 350px;
	height: 100vh;
	padding: 45px 0 0 0;
	background: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
	overflow-x: hidden;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #000;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 27px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.ai-hero {
	margin-top: 75px;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 1.5px;
	background: #394a88;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 350px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #394a88
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	background: #394a88;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
	backdrop-filter: blur(10px);
}
.drawer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
/* Footer Section */
.footer {
	background: #0C756F;
	padding: 24px 0;
	color: white;
}
.footer-logo {
	display: flex;
	align-items: center;
}
.logo-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: white;
	transition: all 0.3s ease;
}
.logo-link:hover {
	color: white;
	text-decoration: none;
	transform: translateY(-2px);
}
.logo-text {
	font-size: 1.8rem;
	font-weight: 700;
	margin-right: 10px;
}
.nav-link-home {
	color: #171618;
	font-size: 15px;
	font-weight: 500;
	line-height: 21.701px;
}
.nav-link-home:hover {
	color: #0C756F !important;
	text-decoration: none;
	transform: translateY(-2px);
}
.logo-icon {
	width: 40px;
	height: 40px;
	background: #FFD700;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2c3e50;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all 0.3s ease;
}
.logo-link:hover .logo-icon {
	background: #FFA500;
	transform: scale(1.1);
}
/* Footer Navigation */
.footer-nav {
	display: flex;
	justify-content: center;
}
.nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}
.nav-item {
	margin: 0;
}
.nav-link {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	transition: all 0.3s ease;
	padding:8px 16px !important;
	position: relative;
}
.footer-link:hover {
	color: white !important;
	text-decoration: none;
	transform: translateY(-2px);
}
/* Social Media Icons */
.social-icons {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
	flex-wrap: wrap;
}
.social-link {
	transition: all 0.3s ease;
}
.social-link:hover {
	text-decoration: none;
	transform: translateY(-3px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}



/* Mobile Responsive for Footer */
@media (max-width: 991px) {
.footer {
	text-align: center;
}
.footer-logo {
	justify-content: center;
	margin-bottom: 20px;
}
.nav-list {
	gap: 20px;
	margin-bottom: 20px;
}
.social-icons {
	justify-content: center;
}
}
 @media (max-width: 576px) {
.footer {
	padding: 25px 0;
}
.logo-text {
	font-size: 1.5rem;
}
.logo-icon {
	width: 35px;
	height: 35px;
	font-size: 1rem;
}
.nav-list {
	gap: 15px;
	flex-direction: column;
	align-items: center;
}
.nav-link {
	font-size: 0.9rem;
}
.social-icons {
	gap: 12px;
}
.social-link {
	width: 35px;
	height: 35px;
	font-size: 1rem;
}
}
.navbar-collapse li a {
	transition: color 0.3s;
	color: #020202;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.arrow img {
	width: 12px !important;
	margin-left: 5px;
}
.drawer-overlay {
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: height 0.4s  ease;
    z-index: 1000;
    backdrop-filter: blur(5px);
}
/* Drawer content */
.drawer {
	width: 100%;
	padding: 0px 20px 20px 20px;
}
.multiple-list-wraper{
	padding:20px;
}
.header-nav-dropdown h5 {
    padding: 0px 20px 10px 20px !important;
}
/* When open */
.drawer-overlay.open {
	height: 100%;
}
.arrow {
	display: inline-block;
	transition: transform 0.3s ease;
}
.arrow img {
	width: 12px !important;
	margin-left: 5px;
}
.arrow.open {
	transform: rotate(180deg); /* Flip down when open */
	;
}
.arrow.open img {
	position: relative;
	top: -4px;
	left: -5px;
}
.drawer-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1352px;
	margin: 0 auto;
}
.product-dropdown:hover .product-dropdown-icon {
	rotate: 25deg;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
.product-dropdown:hover h6 {
	opacity: 0.7;
}
.product-dropdown:hover p {
	opacity: 0.7;
}
.no-border {
	border: none !important;
}
.second-heading {
	margin-top: 30px;
}
.clearfix {
	clear: both;
}
.header-nav-dropdown {
	background: #fff;
	border-radius: 0px 0px 12px 12px;
}
.header-nav-dropdown h5 {
	font-size: 17px;
	color: #1F2A49;
	margin: 0;
	font-weight: 300;
	padding: 20px 20px 0px 20px
}
.header-nav-dropdown .product-dropdown {
	width: 30%;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	padding-bottom: 12px;
	float: left;
	margin: 12px 20px 12px 20px;
	margin-bottom: 0;
}
.product-dropdown .product-dropdown-icon {
	width: 40px;
	height: 40px;
	float: left;
}
.product-dropdown-icon img {
	width: 100%;
}
.product-dropdown-text {
	width: 81%;
	float: left;
	padding-left: 10px;
}
.product-dropdown-text h6 {
	color: #1F2A49;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.product-dropdown-text p {
	font-weight: 300;
	color: #000;
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.nav-links li:hover .header-nav-dropdown {
	display: block;
}
.nav-links a {
	transition: color 0.3s;
	color: #020202;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.new-footer-main-wraper {
	background: #F6F9FF;
	padding: 40px 0 0px 0;
}
.new-footer-main-wraper p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 15px;
	font-weight: 300;
}
.top-text-footer {
	border-bottom: 1px solid #d3d9e5;
	padding-bottom: 15px;
	margin-bottom: 25px
}
.links-footer .inner-footer-link {
	width: 25%;
	float: left;
}
.inner-footer-link h4 {
	font-size: 13px;
	color: #0e1328;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: 10px;
}
.inner-footer-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.inner-footer-link ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}
.copyright {
	margin-top: 55px;
	text-align: center;
	font-size: 13px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	border-top: 1px solid #d3d9e5;
	font-weight: 300;
	opacity: 0.7
}
.multiple-list-wraper-row {
	width: 30%;
	float: left;
	margin-right: 42px;
}
.multiple-list-wraper-row .product-dropdown {
	width: 100% !important;
}
/* Additional custom styles can be added here */
@media (max-width: 600px) {
.main-heading, .main-heading-2 {
	font-size: 40px;
	line-height: 1.2;
}
.download-content {
	padding: 0px 20px;
}
.text-desc, .text-desc-2 {
	font-size: 20px;
	line-height: 1.5;
}
.step-title {
	font-size: 25px;
	line-height: 1.5;
}
}
 @media (max-width: 991px) {
.menusitebar-main-wraper {
	display: block;
}
.navbar {
	position: fixed;
	top: 0;
	max-width: 100%;
	border-radius: 0;
}
.logo-drawer {
	margin-left: 25px;
	margin-bottom: 30px;
}
.logo-drawer img {
	width: 230px;
}
.drawer-menu .sub-heading-wrap {
	position: relative;
	left: 30px;
	display: block;
	margin-bottom: 14px;
	color: #394a88;
	font-size: 20px;
}
.header-nav-dropdown .product-dropdown {
	width: 100%;
	float: none;
}
.multiple-list-wraper-row {
	width: 100%;
	float: none;
	margin-right: 0;
}
.hero-section {
	min-height: 50vh
}
.links-footer .inner-footer-link {
	width: 100%;
	float: none;
}
.inner-footer-link h4 {
	font-size: 22px;
}
.inner-footer-link ul li a {
	font-size: 18px;
}
.inner-footer-link ul li {
	line-height: 22px;
	padding: 5px 0;
}
}
.socail-footer {
	margin-top: 15px;
}
.socail-footer a {
	text-decoration: none;
	margin-right: 5px;
}
.socail-footer a img {
	width: 30px;
	opacity: 0.5
}
.socail-footer a:hover img {
	opacity: 1;
}
@media (max-width: 1024px) {
.collapse{
	display:none !important;
}
}
.inner-footer-link ul li span{
	font-size: 13px;
	font-weight: 300;
	color: #000;
	text-decoration: none;
}

/* Modal Overlay */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(5px);
  }
  
  /* Modal Content */
  .modal-content {
	padding: 0px;
	width:720px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	transform: scale(0.8);
	transition: all 0.3s ease;
	margin:5% auto;
	background:#fff url(../images/bg-modal.jpg) no-repeat bottom right;
	background-size: contain;
  }
  
  /* Show animation */
  .modal-overlay.active .modal-content {
	transform: scale(1);
	opacity: 1;
  }
  
  /* Close Button */
  .close-modal {
	position: absolute;
    top: -5px;
    right: 14px;
    font-size: 37px;
    cursor: pointer;
    color: #394a88;
    transition: color 0.3s;
    font-weight: 200;
  }
  
  .close-modal:hover {
	color: #000;
  }
.left-right-modal-contact{
	display:flex;
	gap:25px
}
.contact-info-left{
	width: 58%;
    padding: 31px;
    background: #fff;
    border-radius: 15px 
}
.contact-info-left h5{
	font-size: 35px;
    color: #0e1328;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
	line-height: 33px;
}
.contact-info-left h5 strong{
	color: #93AAFE;
}
.contact-info-left .form-group{
	margin-bottom: 10px;
}
.contact-info-left .form-group label{
	font-size: 14px;
	margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
	display: block;
}
.contact-info-left .form-input{
	height: 38px;
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s ease;
	outline:none !important;
	width: 100%;
}
.contact-info-left .form-input:focus{
    border: 1px solid #93AAFE;
}
.contact-info-left .form-control{
	padding: 14px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    color: #101010;
    background: #ffffff;
    transition: all 0.3s  ease;
	outline: none;
	resize: none;
	width: 100%;
}
.contact-info-left .form-control:focus{
    border: 1px solid #93AAFE;
}
.submit-btn-wrap {
	margin-top: 10px;
}
.submit-btn-wrap button{
	width: 100%;
	background: #394a88;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.submit-btn-wrap button:hover{
	background: #93AAFE;
}
.right-contact-info-icon{
	width: 150px;
	margin: 0 auto;
}
.right-contact-info-icon img{
	width: 100%;
}
.right-contact-info-wrap{
	width: 42%;
    padding-top: 80px;
    margin-left: -26px;
}
.right-contact-info-wrap h5{
    font-size: 23px;
    color: #141a31;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
}
.right-contact-info-wrap p{
    font-size: 14px;
    text-align: center;
    padding: 0 23px;
    font-weight: 300;
    line-height: 18px;
	padding-top: 5px;
	padding-bottom: 70px;
}
.contact-info-wrap{
	padding-left: 30px;
}
.contact-info-wrap span{
	font-size: 16px;
	color: #141a31;
	display: block;
	margin-bottom:5px;
}
.contact-info-wrap span img{
	width: 16px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.contact-info-wrap span:nth-child(1) img{
	position: relative;
	top:5px !important;
	width: 14px;
}
.radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-family: "Poppins", sans-serif;
  }
  
  .custom-radio {
	position: relative;
	padding-left: 22px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	color: #333;
  }
  
  .custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
  }
  
  .radio-mark {
	position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.3s  ease;
    border: 1px solid #ccc;
  }
  
  .custom-radio:hover input ~ .radio-mark {
	background-color: #ddd;
  }
  
  .custom-radio input:checked ~ .radio-mark {
	background-color: #93aafe;
	border-color: #93aafe;
  }
  
  .radio-mark::after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .custom-radio input:checked ~ .radio-mark::after {
	display: block;
  }
  
  .custom-radio .radio-mark::after {
	top: 4px;
	left:4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  }
  .inner-radio-group{
	display:flex;
	gap:25px;
	margin-top: -9px;
  }
  .radio-group .label{
	font-size: 14px;
    margin: 0 0 5px 0;
	color: rgba(16, 16, 16, 0.70);
  }
  .social-icon-modal{
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 10px;
	padding-top: 8px;
	color:#394a88
  }
  .btn-get-started{
	text-align: center;
	margin-top: 60px;
  }

  .btn-get-started a{
  background: #394a88;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
  }
  .btn-get-started a:hover{
	background: #94abff;
  }
  .outsource-text p{
	font-size: 30px;
	font-weight: 300;
	color: #fff;
  }
  .ai-btn-wrap {
    text-align: center;
    margin-bottom: 70px;
}
.ai-btn-wrap a {
    background: #394a88;
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}
.ai-btn-wrap a:hover{
	background: #93aafe;
}