/* Exact Color Match from Original */
:root {
	--primary-teal: #4DB747;
	--primary-gray: #F7F7F8;
	--primary-purple: #667eea;
	--text-dark: #1D1D1F;
	--btn-dark: #F36F21;
	--text-light: #6c757d;
	--hover-bg: #f8f9fa;
	--primary-blue: #3498db;
	--dark-blue: #002C51;
	--text-dark1: #2c3e50;
	--light-bg: #ecf0f1;
	--white: #ffffff;
	--border-light: #e9ecef;
	--font-face1: "Poppins", sans-serif !important;
	--primary-gradient: linear-gradient(135deg, #20d5d5 0%, #4a90e2 100%);
	--card-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	--hover-transform: translateY(-5px);
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
	margin: 0;
	padding: 0;
}

.bg-green{background: var(--primary-teal);}

.simpallink {
	text-decoration: none;
	color: #fff;
	 transition: all 0.5s ease;
}
.simpallink:hover {
	color: var(--btn-dark ) !important;
}


body {
	font-family: "Poppins", sans-serif;
	background: #F7F7F8;
}

html {
	scroll-behavior: smooth;
}
.color_1 {
	color: #F36F21;
}

.color_2 {
	color: #4DB747;
}
.color_3 {
	color: var(--text-dark);
}
.color_4 {
	color: #000;
}

p {
	font-size: 18px;
}

.fn-w1 {
	font-weight: normal;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.py-80 {
	 padding-top: 80px; 
	padding-bottom: 80px;
}

.fs-12 {
	font-size: 12px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
	line-height: 32px;
}

.fs-28 {
	font-size: 28px;
}

.fs-30 {
	font-size: 30px;
	font-weight: 500;
}

.fs-32 {
	font-size: 32px;
}

.fs-34 {
	font-size: 34px;
}

.fs-36 {
	font-size: 36px;
}

.fs-42 {
	font-size: 42px;
	color: var(--text-dark);
}

.fs-48 {
	font-size: 48px;
}

.fs-40 {
	font-size: 40px;
}

h2 {
	font-weight: 600;
	font-size: 48px;
	color: var(--themecolor2);
}

h3 {
	font-weight: 500;
	font-size: 20px;
	color: var(--themecolor2);
}

.lineh30{	line-height: 30px;}




/* Main Header - Exact Spacing */
.main-header {
	background: var(--dark-blue);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0);
	position: absolute;
	top: 50px;
	z-index: 1000;
	padding: 0;
	width: 100%;
    transition: all 0.5s ease;
}

.main-header.fixed {
	position: fixed;
	top: 0px;
}

.fixed .logo-img {
	position: absolute;
	width: 60px;
}

.topspace {
	padding-top: 200px;
}

.navbar {
	padding: 0px 0;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	width: 26px;
	height: 23px;
	position: relative;
	margin: 0;
	float: right;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

.close {
	opacity: 1;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	border-radius: 4px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.dropdwoen-sec {
	width: 100%;
	position: inherit;
	left: 0px;
	top: 2px;
	padding: 0px 0px;
	box-shadow: inherit;
	margin: 0;
}

#nav-icon4.open span {
	background: #ffffff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
	width: 80%;
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
	width: 60%;
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
	width: 100%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 3px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 18px;
	left: 3px;
}

/* Logo Styling - Exact Match */
.navbar-brand {
	font-weight: 800;
	color: var(--text-dark) !important;
	font-size: 24px;
	letter-spacing: -0.5px;
	margin-right: 0;
}

.navbar-brand .logo-icon {
	width: 28px;
	height: 28px;
	background: var(--primary-teal);
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	color: white;
	font-size: 14px;
}

.brand-text {
	color: var(--text-dark);
}

.brand-accent {
	color: var(--primary-teal);
}

/* Navigation Links - Exact Spacing */
.navbar-nav {
	gap: 8px;
}

.navbar-nav .nav-link {
	color: #fff !important;
	font-weight: 400;
	padding: 18px 16px !important;
	border-radius: 8px;
	transition: all 0.2s ease;
	font-size: 16px;
	position: relative;
}
.logo-img {
	position: absolute;
}

.navbar-nav .nav-link:hover {
	color: var(--primary-teal) !important;
}

.dropdown:hover .dropdown-menu {
	/*! display: block; */
	opacity: 1;
	transform: translateY(0px) scale(1);
	visibility: visible;
}

.dropdown-menu {
	/*! display: none; */
	opacity: 0;
	visibility: visible;
	transform: translateY(-10px) scale(0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid var(--border-light);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.);
	border-radius: 16px;
	margin-top: 12px;
	min-width: 800px;
	padding: 24px;
	background: white;
}

 .dropdown-menu{height: 0px;	transition: all 0.3s ease;}
.dropdown:hover .dropdown-menu{height: auto; 	transition: all 0.3s ease;}

/* Multi-column layout for mega menu */
.mega-menu {
	display: flex;
	grid-template-columns: repeat(4, 1fr);
	/*! gap: 32px; */
	justify-content: space-between;
}

.menu-column {
	/*! min-height: 200px; */
	display: flex;
	flex-direction: column;
}

.menu-column-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--text-dark);
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 0px solid var(--primary-teal);
	/*! text-transform: uppercase; */
	/*! letter-spacing: 0.5px; */
	font-weight: 400;
}

.dropdown-item {
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-dark);
	transition: all 0.3s ease;
	border: none;
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	position: relative;
	overflow: hidden;
}

.dropdown-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	transition: width 0.3s ease;
	z-index: -1;
	border-bottom: 0px solid var(--primary-teal);
	border-radius: 4px;
}

.dropdown-item:hover {
	background: transparent;

}

.dropdown-item:hover::before {
	width: 100%;
	background: #f4f5f6;
}

.dropdown-item i {
	display: none;
}

/* Button Styling - Exact Match */
.header-buttons {
	gap: 12px;
}

.btn {
	font-weight: 400;
	font-size: 16px;
	padding: 8px 28px;
	border-radius: 30px;
	transition: all 0.5s ease;
	border-width: 2px;
}

.btn-outline-primary {
	
	color: var(--text-dark);
	background: #F7F7F8;
}

.btn-outline-primary:hover {
	border-color: var(--btn-dark);
	color: #fff;
  background: #F36F21;
}

a.text-white:hover {
	color: #fff !important;
}

.btn-outline-primary.bg-white:hover {
	border-color: var(--btn-dark) !important;
	color: #fff;
	background: var(--btn-dark) !important;
}

.btn-primary {
	background: var(--btn-dark);
	border-color: var(--btn-dark);
	color: white;
}

.btn-primary:hover {
	background: #002C51;
	border-color: #002C51;
}


.btn-primarybluec {
	background: #002C51;
	border-color: #002C51;
	color: white;
}

.btn-primarybluec:hover {
	background: var(--btn-dark);
	border-color: var(--btn-dark);
color: white;
	
}




.btn-primary.loginhover:hover {
	background: #C66328;
	border-color: #C66328;
}

.btn-primary.btn48:hover {
	border-color: #002C51;
}

.btn.btn48 {
	padding: 11px 21px;
	border: 2px solid var(--btn-dark);
}

.btn.outborder {
	position: relative;
	border: none;
}

.btn.outborder::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #F36F21, #81C780);
	border-radius: 50px;
	z-index: -1;
	transition: all 0.3s ease;
}

.btn-outline-primary.whatsbtn:hover {
	
	background: #002C51 !important;


}


.gradient-btn {
	background: linear-gradient(90deg, #406FD9, #00C0CA);
	padding: 6px 13px;
	border-radius: 16px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	transition: all 0.4s ease;
	overflow: hidden;
}

.gradient-btn:hover {
	background: linear-gradient(90deg, #00C0CA, #406FD9);
	transform: scale(1.02);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.gradient-btn:hover::after {
	background: rgba(255, 255, 255, 0.8);
}


/* Mobile Toggle Button */
.navbar-toggler {
	border: none;
	padding: 6px 5px;
	/*! background: var(--primary-teal); */
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 20px;
	height: 20px;
}

/* Mobile Slide Menu */
.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 340px;
	max-width: 90vw;
	height: 100vh;
	background: var(--white);
	z-index: 9999;
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: -8px 0 25px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
}

.mobile-menu.show {
	right: 0;
}

.mobile-menu-header {
	background: var(--top-banner-bg);
	color: white;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	z-index: 10;
}

.mobile-logo {
	font-weight: 800;
	font-size: 20px;
}

.close-btn {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.close-btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.mobile-menu-body {
	padding: 0;
}

.mobile-nav-item {
	border-bottom: 1px solid var(--border-light);
}

.mobile-nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	color: var(--text-dark);
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
	transition: all 0.2s ease;
}

.mobile-nav-link:hover {
	background: var(--hover-bg);
	color: var(--primary-teal);
	padding-left: 28px;
}

.mobile-nav-link i {
	width: 20px;
	font-size: 16px;
	color: var(--text-light);
}

.mobile-nav-link:hover i {
	color: var(--primary-teal);
}

.mobile-nav-link .chevron {
	font-size: 12px;
	transition: transform 0.2s ease;
	color: var(--text-light);
}

/* Mobile Submenu */
.mobile-submenu {
	background: #f8f9fa;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.mobile-submenu.show {
	max-height: 400px;
}

.mobile-submenu-item {
	display: block;
	padding: 14px 20px 14px 60px;
	color: var(--text-light);
	text-decoration: none;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.2s ease;
	border-bottom: 1px solid #e9ecef;
}

.mobile-submenu-item:hover {
	color: var(--primary-teal);
	background: white;
	padding-left: 68px;
}

.mobile-submenu-item:last-child {
	border-bottom: none;
}

/* Overlay */
.mobile-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.mobile-overlay.show {
	opacity: 1;
	visibility: visible;
}

.pos-static {
	position: static;
}


.footer {
	background: var(--text-dark);
	font-size: 0.95rem;
	position: relative;
}

/* Gradient top border */
.footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	/* border thickness */
	background: linear-gradient(90deg,
			rgba(229, 255, 35, 1) 0%,
			rgba(252, 48, 255, 1) 25%,
			rgba(104, 104, 255, 0.99) 50%,
			rgba(46, 255, 133, 1) 75%,
			rgba(255, 35, 72, 1) 100%);
}

.footer2 {
	position: relative;
}

.footer2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	/* border thickness */
	background: linear-gradient(90deg,
			rgba(255, 35, 72, 1) 0%,
			rgba(46, 255, 133, 1) 25%,
			rgba(104, 104, 255, 0.99) 50%,
			rgba(252, 48, 255, 1) 75%,
			rgba(229, 255, 35, 1) 100%);
}


.footer a {
	color: var(--footer-link);
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer a:hover {
	color: var(--primary-teal);
}

.fixture_nav_list {
	list-style: none;
}

/* footer new*/

.container_v2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer-linkslist a {
	text-decoration: none;
}

.footer-brand {
	width: 100%;
	padding: 50px 0 105px;
}

.w-layout-hflex {
	flex-direction: row;
	align-items: flex-start;
	display: flex;
}


.footer-links {
	grid-column-gap: 130px;
	grid-row-gap: 130px;
	color: var(--brand-colors-new--steel-grey);
	justify-content: flex-start;
	align-items: stretch;
}

.footer-links.no-padding {
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: space-between;
	width: 100%;
}

.footer-linksrow {
	border-left: 0px solid rgba(170, 172, 173, 0.10);
}

.headerborderb {
	border-bottom: 1px solid rgba(170, 172, 173, 0.10);
}

.footer-h3 {
	color: var(--brand) !important;
	margin-bottom: 30px;
	margin-left: -1px;
	padding-left: 40px;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 100%;
}

.footer-link {
	color: #fff;
	white-space: nowrap;
	border-left: 0px solid #0000;
	/*! margin-left: -1px; */
	padding-left: 40px;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	line-height: 100%;
	transition: all .3s;
	line-height: 28px;
}

.footer-link:hover {
	border-left-color: var(--brand);
	/*! color: var(--brand) !important; */
}

.footer-link.active {

	color: var(--primary-teal) !important;
}

.footer-linkslist {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
}

.w-layout-vflex {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
}


.me-1 {
	margin-right: .25rem !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

img,
svg {
	vertical-align: middle;
}

.footer-copy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 5px;
	margin-top: 50px;
}

.mainbutton.nofill.light.footer-link {
	border-left-style: solid;
	border-left-color: var(--brand-colors-new--slate-grey);
	opacity: .5;
	border-radius: 0;
	padding-left: 40px;
	position: relative;
}

.mainbutton.nofill {
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	background-color: #0000;
	border-style: none;
	min-width: auto;
	min-height: auto;
	padding: 0;
}

.socials-link {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0% auto auto 0%;
}

.footer-icon li {
	display: flex;
	list-style: none;
	margin-left: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
}

.footer-icon li:hover img {
	filter: invert(56%) sepia(88%) saturate(879%) hue-rotate(2deg) brightness(98%) contrast(100%);
}

.footer-icon li a {
	margin: auto;
}

.social .footer-linkslist {
	display: flex;
	flex-direction: column;
	gap: 14px;

}

.social .footer-link {
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	position: relative;
}

.arrow-wrapper {
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	overflow: hidden;
}

.arrow-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.arrow-wrapper img:first-child {
	transform: translateY(0);
	opacity: 1;
	z-index: 2;
}

.arrow-wrapper img:last-child {
	transform: translateY(100%);
	opacity: 0;
	z-index: 1;
}

.social .footer-link:hover .arrow-wrapper img:first-child {
	transform: translateY(-100%);
	opacity: 0;
}

.social .footer-link:hover .arrow-wrapper img:last-child {
	transform: translateY(0);
	opacity: 1;
}

.footer-bottum-box {
	border-top: 1px solid rgba(170, 172, 173, 0.20);
	padding: 14px 0px;
}

.filter-w {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(93deg) brightness(1100000%) contrast(103%);
}


@media (max-width: 991px) {
	.elementor-63 .elementor-element.elementor-element-6c76309 img {
		width: 166px;
		max-width: 768px;
		height: 166px;
		opacity: 1;
	}

	.footer-links {
		flex-direction: column;
		padding-right: 0;
		grid-column-gap: 0;
		grid-row-gap: 30px;
	}

	.footer-linksrow {
		border-left: none;
		padding-left: 0;
	}

	.footer-h3,
	.footer-link {
		padding-left: 0;
		margin-left: 0;
	}

	.footer-link {
		white-space: normal;
		display: block;
	}

	.footer-copy {
		flex-direction: column;
		text-align: center;
		gap: 10px;
	}

	.w-layout-hflex {
		flex-direction: column;
	}

	.footer-brand {
		text-align: center;
		padding-bottom: 40px;
	}

	.footer-linkslist {
		flex-direction: column;
	}

	.social .footer-link {
		display: flex;
		justify-content: start;
		align-items: center;
	}

	.arrow-wrapper {
		margin-left: auto;
		display: flex;
		gap: 5px;
	}

	.footer-linkslist-socialwrapper {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.footer-links.no-padding {
		flex-direction: column !important;
		gap: 30px;
		padding-right: 0;
	}

	.footer-linksrow,
	.w-layout-vflex {
		width: 100%;
		border-left: none;
		padding-left: 0;
	}

	.footer-h3,
	.footer-link {
		padding-left: 12px;
		margin-left: 0;
	}


	.arrow-wrapper {
		margin-left: 2px;
	}

	.footer-linkslist {
		gap: 10px;
	}
}

@media (max-width: 576px) {
	.footer-h3 {
		font-size: 16px !important;
		margin-bottom: 15px;
	}

	.footer-link {
		font-size: 15px;
		line-height: 24px;
	}

	.footer-brand {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container_v2 {
		width: 100%;
	}


	.d-flex.align-items-baseline {
		align-items: flex-start !important;
		gap: 5px;
	}

	.footerlogo {
		max-width: 250px;
		height: auto;
	}

	

}


/* Responsive Design */
@media (max-width: 768px) {

	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.benefit-card {
		padding: 25px 20px;
	}

	.benefit-title {
		font-size: 16px;
	}

	.benefit-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
}


/* Responsive Mega Menu */
@media (max-width: 1200px) {
	.dropdown-menu {
		min-width: 700px;
	}

	.mega-menu {
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.menu-column:last-child {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}

	.menu-column:last-child .menu-column-title {
		grid-column: 1 / -1;
	}
}


/* Mega Menu Desktop */
@media (min-width: 992px) {

	.dropdown-menu {
		top: 100%;
		left: 0;
		width: 100%;
		border: none;
		border-radius: 0;
		padding: 20px;
		display: none;
	}

	.nav-item.dropdown:hover>.dropdown-menu {
		display: block;
		transition: all .3s ease-in-out;
	}

	.menu-column h6 {
		font-weight: 600;
		margin-bottom: 10px;
		padding-left: 16px;
	}
}


@media (max-width: 1280px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 96%;
	}

	.navbar-nav .nav-link {
		padding: 28px 10px !important;
		font-size: 14px;
	}

	.btn {
		font-size: 14px;
		padding: 8px 24px;

	}

	.fs-42 {
		font-size: 30px;
	}

	.pos-abs {
		font-size: 16px;
		padding: 16px;
	}

	.benefit-heading {
		font-size: 18px;

	}

	.benefit-img img {
		min-height: auto;
	}

	.fs-24 {
		font-size: 20px;
		line-height: 27px;
	}

}


/* Mobile Menu */
@media (max-width: 991.98px) {
	.dropdown:hover .dropdown-menu {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

	.dropdown.open:hover .dropdown-menu {
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.navbar {
		padding: 15px 0;
		align-items: flex-start;
	}

	.navbar .navbar-collapse {
		padding: 29px 0;
	}

	.navbar-nav .nav-link {
		padding: 4px 16px !important;

	}

	.dropdown-menu {
		position: static !important;
		transform: none !important;
		box-shadow: none !important;
		min-width: auto;
		padding: 0;
		border: none;
		opacity: 1;
		visibility: visible;
	}

	.mega-menu {
		display: block;
	}

	.menu-column {
		border-bottom: 1px solid #eee;
		padding: 10px 15px;
	}

	.dropdown-toggle::after {
		float: right;
		margin-top: 8px;
	}

	.nav-item.dropdown.open>a {
		background: #002C51;
		/* optional highlight */
	}


	#mainMenu {
		height: 100%;
		width: 79%;
		position: fixed;
		z-index: 999;
		top: 0;
		left: -100%;
		background-color: #002C51;
		overflow-x: hidden;
		transition: 0.5s;
		padding: 11px 1px;
		border-radius: 0;
		z-index: 11;
	}

	.innerpage #mainMenu {
		background-color: #fff;
	}

	.innerpage .nav-item.dropdown.open>a {
		background: #fff;
	}

	.innerpage #nav-icon4.open span {
		background: #fff;
	}

	.innerpage #nav-icon1 span,
	.innerpage #nav-icon3 span,
	.innerpage #nav-icon4 span {
		background: #fff;
	}


	#mainMenu.show {
		left: 0%;
	}
}

@media (min-width: 992px) {

	.mobile-menu,
	.mobile-overlay {
		display: none !important;
	}
}


@media (max-width: 576px) {
	.top-banner {
		font-size: 12px;
		padding: 8px 0;
	}

	.navbar-brand {
		font-size: 20px;
	}

	.btn {
		padding: 8px 16px;
		font-size: 13px;
	}
}

/* Smooth dropdown arrow rotation */
.dropdown-toggle::after {
	transition: transform 0.2s ease;
	font-size: 0;
	background: url(../images/drop_arrow.svg) center center;
	width: 25px;
	height: 6px;
	background-repeat: no-repeat;
}

.dropdown:hover .dropdown-toggle::after {
	transform: rotate(180deg);
}

/* Active submenu rotation */
.mobile-nav-link.active .chevron {
	transform: rotate(90deg);
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
		left: 0;
		right: 0;
		max-width: 1146px;
		margin: auto;
		border-radius: 7px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1380px;
	}
}


/* Hero Section */
.hero-section {
	background: url(../images/Top-BG.png) no-repeat;
	min-height: 100vh;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
}

.hero-section.careerhero {
	background: url(../images/careerhero_bg.jpg) no-repeat;
	min-height: auto;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 55px;
}


.innerpage {
	background: transparent;
}

.heroinner-section {
	background: #fff;
	align-items: center;
	position: relative;
	min-height: 496px;
	display: flex;
	margin-top: -80px;
	overflow: hidden;
	border-top-left-radius: 72px;
	border-top-right-radius: 72px;
}

/* .hero-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/line.svg) top center / 100% no-repeat;
	pointer-events: none;
	opacity: 0.5;
} */

.hero-content {
	position: relative;
	z-index: 2;
}


[data-aos] {
  visibility: visible !important;
}

.hero-title {
	font-size: 52px;
	font-weight: 500;
	line-height: 66px;
	margin-bottom: 30px;
}

.title-gradient {
	color: #000;

}

.title-dark {
	color: #000;
}

 .festival-card {
      width: 100%;
      margin: 0;
      border-radius: 16px;
      box-shadow: 0 6px 15px rgba(0,0,0,0);
 
      padding-bottom: 41px;
    }
    .festival-card .poster {
      background: #fff; /* fallback if img not load */
      padding: 6px;
      overflow: hidden;
      border-radius: 16px;
    }
    .festival-card .poster img {
      width: 100%;
      border-radius: 16px;
      overflow: hidden;
    }
    .festival-card .content {
      padding: 6px 20px;
      text-align: center;
      margin: auto; min-width: 203px;
    }
    .festival-card .title {
      font-weight: 600;
      font-size: 14px;
    }
    .festival-card .date {
      font-size: 10px;
      color: #88888A;
      font-style: italic;
      font-weight: 500;
    }
	.festival-info {
	margin-top: -24px;
}



/* Subtitle */
.hero-subtitle {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 50px;
}

.subtitle-highlight {
	font-weight: 600;
	color: #000;
}

/* Search Box */
.search-container {
	position: relative;
	max-width: 710px;
	margin: 0 auto;
}

.search-box {
	width: 100%;
	padding: 20px 24px 20px 60px;
	border: 3px solid var(--white);
	border-radius: 35px;
	font-size: 18px;
	background: var(--white);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	outline: none;
}

.search-container::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	/* Border thickness */
	border-radius: 35px;
	background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-blue) 50%, var(--dark-blue) 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}


.search-box::placeholder {
	color: #999999;
	font-weight: 500;
}

.search-icon {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--primary-teal);
	font-size: 20px;
	pointer-events: none;
}

/* Floating Elements */
.floating-element {
	position: absolute;
	opacity: 0.6;
	animation: float 6s ease-in-out infinite;
}

.floating-element:nth-child(1) {
	top: 10%;
	left: 10%;
	animation-delay: 0s;
}

.floating-element:nth-child(2) {
	top: 20%;
	right: 15%;
	animation-delay: 2s;
}

.floating-element:nth-child(3) {
	bottom: 20%;
	left: 5%;
	animation-delay: 4s;
}

.floating-element:nth-child(4) {
	bottom: 10%;
	right: 10%;
	animation-delay: 1s;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0px) rotate(0deg);
	}

	50% {
		transform: translateY(-20px) rotate(5deg);
	}
}

.float-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-blue) 100%);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 1200px) {
	.hero-title {
		font-size: 4rem;
	}
}

@media (max-width: 992px) {
	.hero-title {
		font-size: 3.5rem;
	}

	.hero-subtitle {
		font-size: 1.1rem;
	}

	.search-box {
		padding: 18px 22px 18px 55px;
	}
}

@media (max-width: 768px) {
	.hero-section {
		min-height: auto;
		padding: 60px 0;
	}

	.hero-title {
		font-size: 2.5rem;
		letter-spacing: -1px;
	}

	.hero-subtitle {
		font-size: 1rem;
		margin-bottom: 40px;
	}

	.search-box {
		padding: 16px 20px 16px 50px;
		font-size: 15px;
	}

	.search-icon {
		left: 20px;
		font-size: 18px;
	}

	.rating-badge {
		padding: 5px 14px;
		margin-bottom: 30px;
	}

	.floating-element {
		display: none;
	}

	
}

@media (max-width:676px) {
.hero-title {
	font-size: 31px;
	line-height: 48px;
}

	.hero-subtitle {
		font-size: 0.9rem;
	}

	.search-container {
		max-width: 100%;
	}
	.stat-item {
	min-width: 150px;
	padding: 12px;
}


}

/* Animation for text reveal */
.animate-fade-up {
	opacity: 0;
	transform: translateY(30px);
	animation: fadeUp 1s ease forwards;
}

.animate-fade-up.delay-1 {
	animation-delay: 0.2s;
}

.animate-fade-up.delay-2 {
	animation-delay: 0.4s;
}

.animate-fade-up.delay-3 {
	animation-delay: 0.6s;
}

@keyframes fadeUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Pulse animation for search icon */
@keyframes pulse {

	0%,
	100% {
		transform: translateY(-50%) scale(1);
	}

	50% {
		transform: translateY(-50%) scale(1.1);
	}
}

.stats-section {
	background: #F7F7F8;
	padding: 8px 0;
	position: relative;
}

.stats-section::after {
	background: linear-gradient(90deg,rgba(243, 111, 33, 0.1) 0%, rgba(255, 255, 255, 0.49) 50%, rgba(77, 183, 71, 0.11) 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	pointer-events: none;
	z-index: 1;
	height: 1px;
}

.stats-section::before {
	background: linear-gradient(90deg,rgba(243, 111, 33, 0.1) 0%, rgba(255, 255, 255, 0.49) 50%, rgba(77, 183, 71, 0.11) 100%);
	content: '';
	position: absolute;	
	left: 0;
	right: 0;
	 bottom: 0; 
	opacity: 1;
	pointer-events: none;
	z-index: 1;
	height: 1px;
}
        
        .stat-item {
            /*! text-align: center; */
            padding: 20px;
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        
        .stat-label {
            color: #6c757d;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        .categories-section {
            padding: 80px 0;
            background-color: #ffffff;
        }
        
  
        .category-card {
            border-radius: 15px;
            /*! overflow: hidden; */
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 30px;
            height: 100%;
        }
        
        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }
        
        .category-img {
            position: relative;
			padding: 20px;
			padding-top: 0px;
			
        }
      
        
        .gems-bg { background: linear-gradient(360deg,rgba(255, 255, 255, 0.1) 0%, rgba(245, 229, 203, 1) 100%); border: 1px solid #F7EBD7; }
        .food-bg { background: linear-gradient(360deg,rgba(255, 255, 255, 0.1) 0%, rgba(243, 111, 33, 1) 100%); border: 1px solid #F9BC98; }
        .politics-bg { background:linear-gradient(360deg,rgba(255, 255, 255, 0.1) 0%, rgba(77, 183, 71, 0.21) 100%); border: 1px solid #C8E9C7; }
        .mobile-bg { background:linear-gradient(360deg,rgba(255, 255, 255, 0.1) 0%, rgba(41, 100, 114, 1) 100%); border: 1px solid #C8E9C7; }
        
        .category-content {
            padding: 14px 0 0px;
            /*! background: white; */
        }
        .rounded-12{ border-radius: 12px;}
    .rounded-16{ border-radius: 16px;}
		.mt-12{ margin-top: -22px;}
        .category-title {
            font-size: 18px;
            font-weight: 500;
            color: #000000;
            margin: 0;
        }
        
        .festival-section {
            background: linear-gradient(135deg, #1a365d 0%, #2c5aa0 100%);
         
            padding: 80px 0;
        }

		.festival-section .festival-card {padding: 20px;}
        
		.festival-card {      
            transition: all 0.3s ease;
    
        }

		  .festival-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0,0,0,0);
        }


        .festival-title {
            font-size: 2.2rem;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .festival-subtitle {
            margin-bottom: 50px;
            opacity: 0.9;
            font-size: 1.1rem;
        }
        
		.date-tabs {
			display: flex;
			gap: 15px;
			margin-bottom: 5px;
			flex-wrap: wrap;
			padding-top: 34px;
		}
        
        .date-tab {
            background: white;
            border: 2px solid #ffffff;
            color: #000;
            padding: 9px 13px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            position: relative;
        }
        
			.date-tab::after {
				content: '';
				position: absolute;
				top: -10px;
				left: 0;
				right: 0;
				height: 8px;
				background: url(../images/date-tab-bg.png) no-repeat center top 0px;
				/* transform: scaleX(0); */
				transition: transform 0.3s ease;
				width: 100%;
			}
        
        .date-tab:hover::before, .date-tab.active::before {
            transform: scaleX(1);
        }
        
				.date-tab:hover, .date-tab.active {
					background: white;
					color: #000;
					transform: translateY(-2px);
					box-shadow: 0 4px 15px rgba(0,0,0,0.15);
					border: 2px solid #43a047;
				}
        
        .date-tab small {
            display: block;
            font-size: 14px;
            color: #1D1D1F;
            font-weight: 300;
        }
		 .festival-item {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            margin-bottom: 0;
        }
        
        .festival-item.fade-out {
            opacity: 0;
            transform: translateY(-30px);
        }
        
        .festival-item.fade-in {
            opacity: 0;
            transform: translateY(30px);
        }
        
        .festival-item.show {
            opacity: 1;
            transform: translateY(0);
        }
        
        .date-row {
            opacity: 1;
            transform: translateY(0);
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .date-row.fade-out {
            opacity: 0;
            transform: translateY(-20px);
        }
        
        .date-row.fade-in {
            opacity: 0;
            transform: translateY(20px);
        }
        
        .date-row.show {
            opacity: 1;
            transform: translateY(0);
        }
        

        
        
        .sports-bg { 
            background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(245, 229, 203, 1) 100%);
        }
        
        .dukkadam-bg { 
            background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(220, 53, 42, 1) 100%);
        }
        
        .nuclear-bg { 
            background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(245, 229, 203, 1) 100%);
        }
        
        .birthday-bg { 
            background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(15, 87, 157, 1) 100%);
        }
        

        
        .festival-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        
  .festival-date {
	color: #88888A;
	font-size: 14px;
}
        
        .btn-outline-custom {
            border: 2px solid rgba(255,255,255,0.3);
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        .btn-outline-custom:hover {
            background: rgba(255,255,255,0.1);
            border-color: rgba(255,255,255,0.5);
            color: white;
        }
        
.btn-see-services {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  color: #000;   /* text color */
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-see-services::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px; 
  padding: 2px; /* border thickness */
  background: linear-gradient(45deg, #F36F21, #81C780);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude; 
  z-index: -1;
}

.btn-see-services:hover {
  background: #F36F21;
  color: #fff;
}

.btn-see-services:hover::before {
  background: #F36F21;
}

.btn-outline-primary:hover::before {
  background: #F36F21;
}
.btn-outline-primary.whatsbtn:hover::before {
  background: linear-gradient(45deg, #F36F21, #81C780);
}

        
		@media (max-width: 768px) {
		.stat-number {
		font-size: 2rem;
		}

		.section-title {
		font-size: 1.8rem;
		}

		.festival-title {
		font-size: 1.8rem;
		}

		.date-tabs {
		justify-content: space-between;
		overflow-x: auto;
		padding-bottom: 10px;
		}

		.date-tab {
		flex-shrink: 0;
		width: 46%;
		}
		.categories-section {padding: 50px 0;}
		.festival-section {padding: 40px 0;}

		}


.template-card {
	border-radius: 16px;
	overflow: hidden;
	/*! box-shadow: 0 8px 25px rgba(0,0,0,0.1); */
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	background: white;
	/*! min-height: 200px; */
	/*! max-height: 350px; */
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.template-card:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

/* Card Styles */
.card-logistics {

	color: white;
	padding: 0;
	text-align: center;
}

.card-birthday {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}

.card-religious {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
	color: white;
	padding: 0;
	text-align: center;
}

.card-business {
	background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
	color: white;
	padding: 0;
	text-align: center;
}

.card-food {
	background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
	color: white;
	padding: 0;
	text-align: center;
}

.card-sports {
	background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
	color: #333;
	padding: 0;
	text-align: center;
}

.card-tech {
	background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%);
	color: #333;
	padding: 0;
	text-align: center;
}

.card-travel {
	background: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
	color: white;
	padding: 0;
	text-align: center;
}

.card-furniture {
	background: linear-gradient(135deg, #fdbb2d 0%, #22c1c3 100%);
	color: white;
	padding: 0;
	text-align: center;
}

.card-festive {
	background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
	color: #333;
	padding: 0;
	text-align: center;
}

.card-professional {
	background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%);
	color: #333;
	padding: 0;
	text-align: center;
}

.card-creative {
	background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
	color: #333;
	padding: 0;
	text-align: center;
}

.card-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
}

.card-subtitle {
	font-size: 0.9rem;
	opacity: 0.9;
	margin-bottom: 15px;
}

.card-icon {
	font-size: 2.5rem;
	margin-bottom: 0;
	opacity: 0.8;
	width: 100%;
}

.profile-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.content{background: #fff; border-radius: 35px; }


.trusted-section {
	padding: 30px 0;
	text-align: center;
}

.trusted-section h4 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #333;
}

.logo-slider img {
	width: 100%;
	display: block;
}

.logo-slider .slide {
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	/*! min-height: 84px; */
	
}
.logo-slider .slick-slide {
  margin: 0 10px;
}
.categories-slider .slick-slide {
  margin: 0 10px;
}

.section-wrapper {
	background: linear-gradient(66deg, rgba(166, 237, 255, 1) 50%, rgba(179, 187, 255, 1) 100%);
	border-radius: 24px;
	padding-left: 30px;
	margin: 20px auto;
}

.badge {
	background: rgba(255, 255, 255, 0.5);
	padding: 12px 15px;
	border-radius: 50px;
	font-size: 16px;
	color: var(--btn-dark);
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 400;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.4;
}

.slider-item {
	border-radius: 12px;
	overflow: hidden;
	text-align: left;
	padding-bottom: 15px;
	position: relative;
}

.slider-item img {
	width: 100%;
	display: block;
}


.slick-slide {
	padding: 0 1px;
}

.festival-slider .slick-list {
	padding-left: 20px;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.pos-abs {
	position: absolute;
	font-size: 21px;
	top: 0;
	padding: 20px;
	font-weight: 600;
}

.bg-1 {
	background: url(../images/bg_1.jpg)no-repeat center center/cover;;
}

.bg-2 {
	background: url(../images/bg_2new.jpg)no-repeat center center/cover;;
}



.bg-22 {
	background: url(../images/bg_22.jpg)no-repeat center center/cover;;
}


.bg-3 {
	background: linear-gradient(180deg, rgba(178, 214, 235, 0.99) 0%, rgba(255, 255, 255, 0.99) 100%), url(../images/bg-_2.svg)no-repeat center center/cover;
}

.bg-4 {
	background: url(../images/bg-colors-scaled.jpg)no-repeat center top;
	background-size: 100%;
}

.Benefitsbg {
	background: url(../images/Benefitsbg.jpg)no-repeat center top;
	background-size: 100%;
}
.bordertop{border-top: 1px solid #D4D4D5;}
.bg-5 {
	background:#002C51;
	background-size: cover;
}

.bg-7 {
	background:#F36F21;
	background-size: cover;
}

.bg-8 {
	background: url(../images/getinbg.png)no-repeat;
	background-size: cover;
	padding: 50px 32px;
	width: 100%;
	height: 629px;
}
.blogpage h2{line-height: 30px;}

.bg-8::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(45deg, #F36F21, #81C780);
	border-radius: 50px;
	z-index: -1;
	transition: all 0.3s ease;
}



.benefit-card {
	border-radius: 15px;
	background-color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px 20px 37px 20px;
}

.benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.benefit-img-container {
	background-color: #f1f2f5;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.businessgrowth {
	border-radius: 12px;
}

.benefit-img {
	overflow: hidden;
}

.benefit-img img {
	width: 100%;
	transition: transform 0.5s ease;
	height: 100%;
	max-height: 240px;
	min-height: 265px;
}

.benefit-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4071D9;
	margin-top: 16px;
}

.benefit-heading {
	font-size: 22px;
	font-weight: 500;
	color: #1D1D1F;
	margin: 3px 0;
}

.benefit-text {
	font-size: 16px;
	font-weight: 400;
	color: #88888A;
	/*! line-height: 1.3; */
}

.px-30 {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 767px) {
	.benefit-img img {
		max-height: auto;
		min-height: auto;
	}

	.fs-42 {
		font-size: 27px;
	}

	.px-30 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.section-wrapper {
		padding-left: 0px;
		border-radius: 16px;
	}

	.festival-slider .slick-list {
		padding-left: 0;
	}

	.fs-18 {
		font-size: 16px;
	}

}


.step-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0);
      padding: 30px;
      text-align: left;
      position: relative;
      height: 100%;
      cursor: pointer;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transform: translateY(0);
      border: 2px solid transparent;
      overflow: hidden;
    }

    /* Hover Effects */
    .step-card:hover {
      transform: translateY(-10px) scale(1.02);
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
      border: 2px solid rgba(255,111,0,0.3);
    }

    /* Gradient overlay animation */
    .step-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
      transition: left 0.6s;
    }

    .step-card:hover::before {
      left: 100%;
    }

    /* Icon animations */
    .step-card .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #fff;
      margin-bottom: 15px;
      transition: all 0.4s ease;
      position: relative;
      z-index: 1;
    }

    .step-card:hover .icon {
      transform: rotate(10deg) scale(1.1);
      box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }

    /* Badge animations */
.step-badge {
	position: absolute;
	top: 35px;
	right: 26px;
	background: #ff6f00;
	color: #fff;
	font-size: 14px;
	padding: 7px 12px;
	border-radius: 20px;
	font-weight: 600;
	transition: all 0.3s ease;
	transform: scale(1);
	min-width: 99px;
	text-align: center;
}

    .step-card:hover .step-badge {
      transform: scale(1.1);
    
    }

    /* Title and text animations */
    .step-title {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: 6px;
      transition: all 0.3s ease;
      position: relative;
      z-index: 1;
    }

    .step-card:hover .step-title {
      color: #ff6f00;
      transform: translateX(5px);
    }

    .step-text {
      /*! color: #555; */
      /*! font-size: 14px; */
      /*! line-height: 1.5; */
      transition: all 0.3s ease;
      /*! position: relative; */
      /*! z-index: 1; */
    }

    .step-card:hover .step-text {
      color: #333;
      transform: translateX(5px);
    }

    /* Different hover colors for different cards */
  .step-card:nth-child(1):hover {
	border-color: rgb(255, 111, 0);
}
    .step-card:nth-child(1):hover .step-title {
      color: rgb(255, 111, 0);
    }

    .step-card.twocard:hover {
      border-color: rgba(30, 136, 229, 0.5);
    }

    .step-card.twocard:hover .step-title {
      color: #1e88e5;
    }

    .step-card.threecard:hover {
      border-color: rgba(67, 160, 71, 0.5);
    }

    .step-card.threecard:hover .step-title {
      color: #43a047;
    }

    /* Pulse effect on icons */
    @keyframes pulse {
      0% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.7);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(255, 111, 0, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
      }
    }

	    @keyframes pulse2 {
      0% {
        box-shadow:0 0 20px rgba(30, 136, 229, 0.6);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(255, 111, 0, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
      }
    }

	    @keyframes pulsenew {
      0% {
        box-shadow: rgba(41, 56, 41, 0.9);
      }
      70% {
        box-shadow: 0 0 0 10px rgba(255, 111, 0, 0);
      }
      100% {
        box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
      }
    }

    /* .step-card:hover .icon::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      animation: pulse 2s infinite;
    }

   .step-card.twocard:hover .icon::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      animation: pulse2 2s infinite;
    }

	   .step-card.threecard:hover .icon::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      animation: pulsenew 2s infinite;
    } */

    /* Colors for badges */
    .badge-orange { 
      background: #ff6f00; 
      transition: all 0.3s ease;
    }
    
    .badge-blue { 
      background: #1e88e5; 
      transition: all 0.3s ease;
    }
    
    .badge-green { 
      background: #43a047; 
      transition: all 0.3s ease;
    }

    /* Badge glow effect */
    .badge-orange:hover {
      box-shadow: 0 0 20px rgba(255, 111, 0, 0.6);
    }

    .badge-blue:hover {
      box-shadow: 0 0 20px rgba(30, 136, 229, 0.6);
    }

    .badge-green:hover {
      box-shadow: 0 0 20px rgba(67, 160, 71, 0.6);
    }

	 .step-card:hover .step-badge.badge-orange{
      box-shadow: 0 0 20px rgba(255, 111, 0, 0.6);
    }
	.step-card:hover .step-badge.badge-blue{
      box-shadow: 0 0 20px rgba(30, 136, 229, 0.6);
    }
	.step-card:hover .step-badge.badge-green{
      box-shadow: 0 0 20px rgba(67, 160, 71, 0.6);
    }


    /* Smooth entry animation */
    .step-card {
      animation: slideInUp 0.6s ease forwards;
      opacity: 0;
      transform: translateY(30px);
    }

    .step-card:nth-child(1) { animation-delay: 0.1s; }
    .step-card.twocard { animation-delay: 0.2s; }
    .step-card.threecard { animation-delay: 0.3s; }

    @keyframes slideInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* Ripple effect on click */
    .step-card {
      position: relative;
      overflow: hidden;
    }

    .step-card::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: rgba(255, 111, 0, 0);
      transform: translate(-50%, -50%);
      transition: width 0.6s, height 0.6s;
    }

    .step-card:active::after {
      width: 300px;
      height: 300px;
    }




 .testimonials-section {
           overflow: hidden;
            margin: 0 auto;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
        }

        .rating-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 1);
            padding: 3px 15px;
            border-radius: 4px;
            font-size: 18px;
            color: #000;
            position: absolute;
            right: 5%;
            font-weight: 500;
        }

        .rating-star {
            color: #ffa500;
            font-size: 28px;
        }

        /* Testimonial Card Styling */
  .testimonial-card {
	background: white;
	border-radius: 15px;
	padding: 24px;
	margin: 0 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0);
	border: 0px solid transparent;
	transition: all 0.3s ease;
	height: auto;  position: relative;
	display: flex !important;
	gap: 20px;
  z-index: 1;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px; /* border ki width */
  border-radius: 16px;
  background: linear-gradient(
    128deg,
    rgba(243, 111, 33, 1) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(77, 183, 71, 1) 100%
  );
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
}


        .testimonial-card:hover {
            border-color: #ff6b35;
            transform: translateY(1px);
        }

        .testimonial-content {
            flex: 1;
            text-align: left;
            padding: 12px 17px;
            display: flex;
            flex-direction: column;
        }

			.testimonial-text {
				font-size: 18px;
				line-height: 30px;
				color: #000;
				margin-bottom: 15px;
				font-weight: 500;
			}

        .client-info-left {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: auto;
        }

        .client-name {
            font-weight: 600;
            color: #070707;
            font-size: 18px;
			line-height: 1;
        }

        .client-location {
            /*! font-size: 0.8rem; */
            /*! color: #666; */
        }

        .rating-stars {
            display: flex;
            align-items: center;
            gap: 2px;
            background: #FBFBE8;
            border-radius: 4px;
            padding: 8px 11px;
        }

        .star {
            color: #ffa500;
            font-size: 21px;
            line-height: 1;
        }

        .rating-value {
            margin-left: 3px;
            /*! font-size: 0.8rem; */
            /*! color: #666; */
            font-weight: 600;
        }

        .client-image-section {
            flex-shrink: 0;
            position: relative;
        }

        .client-avatar {
       
            border-radius: 15px;
            background: linear-gradient(45deg, #ff6b35, #f7931e);
            position: relative;
            overflow: hidden;
        }

        .client-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .play-overlay:hover {
            background: rgba(0,0,0,0.4);
        }

        .play-button {
            width: 63px;
            height: 63px;
            background: #F36F21;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(255,68,68,0.3);
        }

        .play-button:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 12px rgba(255,68,68,0.5);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 15px solid white;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            margin-left: 3px;
        }

        /* Slick Slider Custom Styling */
        .testimonials-slider {
            position: relative;
        }

        .slick-dots {
            bottom: -50px !important;
            display: flex !important;
            justify-content: center;
            gap: 8px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .slick-dots li {
            margin: 0;
        }

        .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ddd;
            border: none;
            font-size: 0;
            padding: 0;
            transition: all 0.3s ease;
        }

        .slick-dots li.slick-active button {
            background: #ff6b35;
            transform: scale(1.3);
        }

        .slick-prev,
        .slick-next {
            width: 40px;
            height: 40px;
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            z-index: 10;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .slick-prev:hover,
        .slick-next:hover {
            background: #f8f9fa;
            border-color: #ff6b35;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .slick-prev {
            left: -25px;
        }

        .slick-next {
            right: -25px;
        }

        .slick-prev:before,
        .slick-next:before {
            font-size: 14px;
            color: #666;
            transition: color 0.3s ease;
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
        }

        .slick-prev:before {
            content: '\f053'; /* fa-chevron-left */
        }

        .slick-next:before {
            content: '\f054'; /* fa-chevron-right */
        }

        .slick-prev:hover:before,
        .slick-next:hover:before {
            color: #ff6b35;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
			.main-header {top: 16px;transition: all 0.5s ease;}
            .section-title {
                font-size: 2rem;
            }
            
            .testimonial-card {
                margin: 0 10px;
                padding: 15px;
                flex-direction: column;
                text-align: center;
                min-height: auto;
            }

            .client-image-section {
                order: -1;
                margin-bottom: 15px;
            }

    
            
            .slick-prev {
                left: -15px;
            }
            
            .slick-next {
                right: -15px;
            }
        }

        @media (max-width: 576px) {
            .testimonials-section {
                padding: 0 10px;
            }
            
            .testimonial-card {
                margin: 0 5px;
            }

            .slick-prev,
            .slick-next {
                width: 35px;
                height: 35px;
            }
        }

        /* Custom animations */
        .testimonial-card {
            opacity: 1;
            transform: scale(0.97);
            transition: all 0.3s ease;
        }

        .slick-center .testimonial-card {
            opacity: 1;
            transform: scale(1);
            border-color: #ff6b35;
        }






























/* Responsive Design */
@media (max-width: 768px) {
	.bg-4 {
		background-size: cover;
	}

	.stars {
		font-size: 22px;
		letter-spacing: 0px;
	}

	.stats-container {
		gap: 30px;
	}

	.rating-text {
		font-size: 13px;
	}

	.stat-item {
		min-width: 150px;
		padding: 10px;
	}

	.stat-number {
		font-size: 2rem;
	}

	.slider-container {
		gap: 20px;
	}

	.slider-track {
		gap: 20px;
	}

	.testimonial-card {
		padding: 20px;
		min-height: 180px;
	}

.hero-section {
	padding: 130px 15px 30px;
}
.festival-card .content {
	padding: 3px 18px;
	min-width: auto;
}

.festival-card .title {
	font-weight: 500;
	font-size: 12px;
}
.fs-36 {
	font-size: 26px;
}
.fs-30 {
	font-size: 28px;
}


}

@media (max-width: 576px) {
	
	.slider-container {
		flex-direction: column;
		/*! height: 630px; */
	}

	.slider-column {
		/*! height: 200px; */
		margin-bottom: 20px;
	}

	.testimonials-section {
		/*! height: auto; */
		padding-bottom: 0;
	}

	.stats-container {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.stat-item {
		width: 100%;
		max-width: 300px;
	}

	.badge {
		padding: 9px 13px;
		font-size: 13px;
	}

	.benefit-heading {
		font-size: 18px;
	}

	.fs-16 {
		font-size: 13px;
	}

}

/* Performance optimizations */
.slider-track {
	will-change: transform;
}

.testimonial-card {
	will-change: transform;
}

@media (max-width: 399px) {
	.fs-18 {
		font-size: 15px;
	}

	.fs-42 {
		font-size: 24px;
	}

}




.blog-card {
	background: white;
	border-radius: 16px;
	/* overflow: hidden; */
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	max-width: 100%;
	width: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 19px;
	cursor: pointer;
	position: relative;
	margin-bottom: 140px;
	margin-top: -40px;
}

.blog-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.0.7);
}

.blog-card:hover h2 {
	text-decoration: underline;
}

.card-image {
	position: relative;
	background: linear-gradient(45deg, #f0f2f5, #e8ecf0);
	margin-top: -106px;
	overflow: hidden;
	border-radius: 12px;

}

.bor_24 {
	border-radius: 24px;
}

.card-image img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}

.workspace {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	gap: 20px;
	align-items: center;
}

.innerblogimg257{margin-top: -257px;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #4db747 !important;
}
.laptop {
	width: 80px;
	height: 50px;
	background: #2c3e50;
	border-radius: 4px 4px 8px 8px;
	position: relative;
}

.laptop::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 8px;
	background: #34495e;
	border-radius: 2px;
}

.laptop::after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 10px;
	right: 10px;
	height: 2px;
	background: #2c3e50;
	border-radius: 0 0 4px 4px;
}

.tablet {
	width: 60px;
	height: 80px;
	background: #34495e;
	border-radius: 6px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tablet::before {
	content: '';
	width: 50px;
	height: 65px;
	background: white;
	border-radius: 3px;
}

.keyboard {
	width: 70px;
	height: 40px;
	background: #ecf0f1;
	border-radius: 4px;
	position: relative;
}

.keyboard::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	background: repeating-linear-gradient(90deg,
			#bdc3c7 0px,
			#bdc3c7 2px,
			transparent 2px,
			transparent 6px);
}

.mouse {
	width: 25px;
	height: 35px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.decorative-elements {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pen-holder {
	width: 20px;
	height: 30px;
	background: #e74c3c;
	border-radius: 2px;
}

.plant {
	width: 15px;
	height: 20px;
	background: #27ae60;
	border-radius: 50% 50% 0 0;
}

.card-content {
	padding: 24px 0;
}

.category {
	display: inline-block;
	background: #F0F3F7;
	color: #000;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	/* text-transform: uppercase; */
	letter-spacing: 0.5px;
}

.date {
	color: #6c757d;
	font-size: 14px;
	/*! float: right; */
	/*! margin-top: 2px; */
}

.read-more {
	display: inline-flex;
	align-items: center;
	color: #667eea;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: color 0.3s ease;
}

.read-more:hover {
	color: #764ba2;
}

.read-more::after {
	content: 'â†’';
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.read-more:hover::after {
	transform: translateX(4px);
}

.blog-cardhome {	
	margin-bottom: 0;
	margin-top: 114px;
	min-height: 335px;
}

@media (max-width: 480px) {
	.blog-card {
		margin: 1px;
	}

	.workspace {
		transform: translate(-50%, -50%) scale(0.8);
	}

	.title {
		font-size: 20px;
	}
}


/**cookies banner **/
.cookies-statement {
	text-align: left;
	padding: 12px 42px;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 5px 13px #292828;
	width: 100%;
}

.cookies-statement .cookies-btn ul li {
	display: inline-block;
	padding: 0 5px;
}

.Cookiesclose .icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #BA9C5C;
	padding: 5px;
	border-radius: 50%;
	cursor: pointer;
	fill: #062360;
}

.Cookiesclose .icon {
	cursor: pointer;
	fill: #fff;
}

.cookies-statement .cookies-btn ul li a {
	width: 135px;
	padding: 10px 10px;
	margin-left: 0px;
	font-size: 14px;
}

.cookies-statement h3 {
	font-size: 26px;
	line-height: 30px;
}

.Cookies p {
	margin-bottom: 0px;
	line-height: 22px;
	font-size: 15px;
	font-weight: 400;
}


/*cookies statement*/
.cookies_container {
	width: 100%;
	padding: 30px 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0 26px #ba9c5c;
}

.cookies_container h2 {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
}

.cookies_container p {
	font-size: 16px;
	line-height: 22px;
}

.msme-logo {
	width: 157px;
	filter: brightness(255);
}

nav.main-header.innerpage.fixed {
	background: linear-gradient(90deg,rgba(31, 217, 193, 1) 0%, rgba(255, 255, 255, 1) 49%, rgba(139, 61, 255, 1) 100%);
}

.blogicon {
	background: #EFEFF1;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;

}

.blogicon img {
	filter: brightness(0);
}
.blogsocial img {
	filter: brightness(0);
}


.blogboxnewss {
	background: linear-gradient(144deg, rgba(31, 217, 193, 1) 0%, rgba(62, 116, 216, 1) 100%);
	align-items: center;
	position: relative;
	display: flex;
	overflow: hidden;
	border-radius: 20px;
	padding: 60px 20px;
	margin-bottom: 20px;
}

.form-container {
	display: flex;
	gap: 10px;
	width: 650px;
	align-items: center;
}

.email-input {
	flex: 1;
	padding: 18px 25px;
	border: none;
	border-radius: 50px;
	font-size: 16px;
	background: white;
	color: #333;
	outline: none;
	width: 100%;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	min-width: 0;
}

.email-input::placeholder {
	color: #999;
	font-size: 16px;
}

.subscribebtn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.bg-6 {
	background: rgba(0, 160, 245, 0.20);
}

@media (max-width: 767px) {

	.card-image {
		margin-top: -1px;
		border-radius: 16px;
	}

	.card-image img {
		border-radius: 16px;
	}

	.fs-24 {
		font-size: 20px;
	}

}


.pricing-header {
	text-align: center;
	margin-bottom: 3rem;
}

.billing-toggle {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 2rem;
}

.toggle-switch {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 28px;
	background-color: #4DB747;
	border-radius: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.toggle-switch::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
	background-color: white;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.billing-toggle input[type="radio"] {
	display: none;
}

.toggle-switch.active::before {
	transform: translateX(26px);
}

.toggle-label {
	font-size: 18px;
	font-weight: 500;
	/*! color: var(--btn-dark); */
	margin: 0;
}

.save-badge {
	background-color: #FFCC00;
	color: var(--text-dark);
	padding: 8px 12px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	margin-left: 2px;
}

.pricing-card {
	background: white;
	border-radius: 15px;
	padding: 2rem;
	margin-bottom: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
	border: 1px solid #E7E7F4;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.pricing-card.recommended {
	border-color: #4071D9;
	/* transform: scale(1.05); */
	position: relative;
	background: linear-gradient(180deg,rgba(243, 111, 33, 0.1) 0%, rgba(224, 244, 211, 0.1) 100%);
	border: 3px solid #F36F21;
}

.recommended-badge {
	position: absolute;
	top: 29px;
	right: -22px;
	/* transform: translateX(-50%); */
	background-color: #4DB747;
	color: #fff;
	padding: 8px 14px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	/*! border-bottom-right-radius: 0; */
}

.plan-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 24px;
	color: #333;
}

.plan-price {
	font-size: 30px;
	font-weight: 600;
	color: #F36F21;
	margin-bottom: 0.5rem;
}

.plan-price .currency {
	/* font-size: 29px; */
}

.plan-period {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.plan-subtitle {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 0;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin-bottom: 0rem;
}

.feature-item {
	display: flex;
	align-items: center;
	padding: 0.5rem 0;
	font-size: 0.95rem;
	font-size: 16px;
}

.feature-item i {
	width: 20px;
	color: #34C759;
	margin-right: 10px;
	font-size: 18px;
}

.feature-available {
	color: #1D1D1F;
}

.feature-unavailable i.fa-times-circle {
	color: #FF383C;
}


.btn-get-started {
	width: 100%;
	padding: 12px;
	border-radius: 64px;
	font-weight: 500;
	border: none;
	transition: all 0.3s ease;
}

.btn-primary-custom {
	background-color: #F36F21;
	color: white;
}

.btn-primary-custom:hover {
	background-color: #002c51;
	color: white;
}

.btn-secondary-custom {
	background-color: #F7F7F8;
	color: #1D1D1F;
	border: 1px solid #F7F7F8;
}

.btn-secondary-custom:hover {
	background-color: #e9ecef;
	color: #333;
}

@media (max-width: 768px) {
	.pricing-card.recommended {
		transform: none;
		margin-top: 0rem;
	}
}

@media (max-width: 576px) {
	.pricing-card {
		padding: 1.5rem;
	}

	.plan-title {
		font-size: 20px;
	}

	.plan-price {
		font-size: 24px;
	}

	.recommended-badge {
		top: 20px;
		right: -15px;
	}

	.iph_w {
		width: 150px;
	}
}


.stat-card {
	text-align: center;
	padding: 2rem;
	margin-bottom: 2rem;
}

.stat-icon {
	font-size: 3rem;
	color: #20d5d5;
	margin-bottom: 1rem;
	transition: var(--transition);
}

.stat-number {
	font-size: 36px;
	font-weight: 500;
	color: #1D1D1F;
	margin-bottom: 0;
	line-height: 1;
}

.stat-label {
	color: #1D1D1F;
	font-size: 1rem;
	font-weight: 400;
}


.content-card {
	background: white;
	border-radius: 20px;
	padding: 3rem;
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 100%;
}

.vision-card {
	position: relative;
	overflow: hidden;
}

.mission-card {
	position: relative;
	overflow: hidden;
}

.bgv {
	position: absolute;
	top: -9px;
	margin: auto;
	left: 00;
	right: 0;
	width: 77%;
}
.bgv2 {
	position: absolute;
	bottom: -9px;
	margin: auto;
	left: 00;
	right: 0;
	width: 77%;
}



.section-icon {
	margin-bottom: 15px;
}

.section-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #333;
}


.scroll-indicator {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	animation: bounce 2s infinite;
}

@media (max-width: 768px) {

	.stat-number {
		font-size: 2rem;
	}

	.section-title {
		font-size: 1.5rem;
	}

	.content-card {
		padding: 2rem;
	}

}

.popular-section {
	background: #e6f7ff;
	padding: 70px 33px;
	border-radius: 16px;
}

.popular-articles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.article-item {
	background: #F7F7F8;
	border: 0px solid #80d4ff;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s;
}

.article-item.active {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0);
}

.article-header {
	padding: 18px 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
}

.article-header svg {
	transition: transform 0.3s ease;
}

.article-item.active .article-header svg {
	transform: rotate(180deg);
}

.article-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
	padding: 0 20px;
	/*! background: #fff; */
}

.article-item.active .article-content {
	max-height: 300px;
	/* large enough to fit text */
	padding: 16px 20px;
}

.dropimg {
	transition: transform 0.3s ease;
	width: 25px;
	/* filter: invert(52%) sepia(67%) saturate(500%) hue-rotate(150deg) brightness(95%) contrast(95%); */
}
.article-item.active .dropimg {
	transform: rotate(180deg);
}



.search-bar {
	display: flex;
	align-items: center;
	background-color: white;
	border-radius: 40px;
	padding: 20px 26px;
	width: 100%;
	max-width: 800px;
	margin: auto;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.search-bar i {
	color: #00DC55;
	font-size: 20px;
	margin-right: 10px;
}

.search-bar input {
	border: none;
	outline: none;
	font-size: 18px;
	width: 100%;
	color: #333;
}

.search-bar input::placeholder {
	color: #999;
}


/* Responsive Design */
@media (max-width: 768px) {


	.search-bar {
		padding: 10px 26px;

	}

	.min-mt-5 {
		margin-top: 0px;
	}

	h1 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.categories-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.category-card {
		padding: 20px;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.category-info {
		order: 2;
	}

	.category-icon {
		order: 1;
		width: 60px;
		height: 60px;
		font-size: 1.8rem;
	}

	.popular-section {
		padding: 20px;
		margin-top: 20px;
	}

	.section-title,
	.popular-title {
		font-size: 1.5rem;
	}


}



.top-min {
	margin-top: -160px;
}

textarea {
	resize: none;
}

.colorfff{color: #fff; text-decoration: none;}

.contact-box {
	/* max-width: 450px; */
	background: #002C51;
	border: 0px solid #319ece;
	border-radius: 24px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
	overflow: hidden;
	padding: 30px;
	height: 100%;
}
.form-control {
	border: 2px solid #f0f0f0;
	padding: 13px;
}



.contact-box form {
	padding: 0;
	border-top: 0px solid #21b5ec;
}

.btn-gradient {
	background: linear-gradient(to right, #22c1c3, #2e6ddf);
	border: none;
	border-radius: 44px;
	font-weight: 500;
	color: #fff;
	transition: 0.3s;
	font-size: 18px;
	padding: 15px;
	margin-top: 14px;
}

.btn-gradient:hover {
	opacity: 0.9;
}

.connectbox a {
	color: #1D1D1F;
	text-decoration: none;
	transition: color 0.3s;
}

.connectbox a:hover {
	color: #22c1c3;
}


@media (max-width: 480px) {

	.category-card {
		padding: 15px;
	}

	.popular-section {
		padding: 15px;
	}

	.article-item h4 {
		font-size: 1rem;
	}

	.top-min {
		margin-top: 50px;
	}
}


.form-container2 {
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
	padding: 40px;
	margin: 0 auto;
}

.custom-form-group {
	border: 1px solid #e1e5e9;
	border-radius: 8px;
	overflow: hidden;
	background: white;
	margin-bottom: 25px;
}

.custom-label {
	display: block;
	padding: 13px 16px 11px 16px;
	font-weight: 500;
	color: #1D1D1F;
	font-size: 14px;
	background: white;
	margin: 0;
}

.required {
	color: #e74c3c;
	margin-left: 2px;
}

.custom-input,
.custom-select {
	width: 100%;
	padding: 8px 16px 12px 16px;
	border: none;
	border-top: 1px solid #f0f0f0;
	border-radius: 0;
	font-size: 16px;
	background-color: #F7F7F8;
	transition: all 0.2s ease;
	color: #88888A;
	outline: none;
}

.custom-input:focus,
.custom-select:focus {
	outline: none;
	background-color: #f8f9fa;
	color: #333;
	box-shadow: none;
}

.custom-form-group:focus-within {
	border-color: #3498db;
	box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.1);
}

.custom-select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 25px;
	padding-right: 40px;
}

.submit-btn {
	background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
	color: white;
	padding: 12px 30px;
	border: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
	color: white;
}

.submit-btn:active {
	transform: translateY(0);
}

.custom-input::placeholder,
.custom-select::placeholder {
	color: #aaa;
	font-style: italic;
}

/* Remove Bootstrap form-control styles that interfere */
.custom-input.form-control:focus,
.custom-select.form-select:focus {
	border-color: transparent;
	box-shadow: none;
}


.progress-container {

	padding: 40px 20px;
	width: 100%;
}

.progress-steps {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	position: relative;
}


.step {
	position: relative;
	z-index: 2;
	text-align: center;
	flex: 1;
	/*! width: 70px; */
}

.step-circle {
	width: 50px;
	height: 50px;
	border: 2px solid white;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	font-size: 18px;
	font-weight: 600;
	color: white;
}

 /* Bottom Center Navigation Arrows */
        .bottom-navigation {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            margin-top: 30px;
        }

        .bottom-nav-arrow {
            width: 50px;
            height: 50px;
            background: white;
            border: 1px solid #d9d9d9;
            border-radius: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            /*! box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
        }

       .bottom-nav-arrow:hover:not(.disabled) {
            background: white;
            border-color: #ff6b35;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .bottom-nav-arrow.disabled {
           background: white;
            border-color: #e0e0e0;
            cursor: not-allowed;
            opacity: 0.5;
        }
        .bottom-nav-arrow:hover i {
            color: #ff6b35;
        }

        .slick-prev,
        .slick-next {
            display: none !important; /* Hide default arrows */
        }
		

.postop80{position: relative;top: -80px;}

@media (max-width: 768px) {
	.progress-container {
		padding: 30px 15px;
	}

	.step-circle {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.step-title {
		font-size: 14px;
	}

	.progress-line {
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

	.py-80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.stat-card {
		padding: 0rem;
	}

	.fs-48 {
		font-size: 26px;
	}

.postop80{position: relative;top: 0px;}

	.form-container {
		width: 100%;
	}

	.blogboxnewss {
		padding: 31px 5px;
	}

	.top-min {
		margin-top: -118px;
	}
	.article-header {
	font-size: 16px;
}

.save-badge {
	padding: 7px 7px;
	font-size: 11px;
	margin-left: 6px;
}

.toggle-label {
	font-size: 11px;

}
.pricing-header {
	margin-bottom: 0rem;
}
.rating-badge {	
	font-size: 14px;	
	position: relative;
	right: 0;
}
.section-header {
	margin-bottom: 0;
}
.testimonial-text {
	font-size: 16px;
	line-height: 26px;
}

.cookies-statement {
		padding: 12px 17px;
	}

	.cookies-btn {
		margin-top: 18px;
	}
	.cookies-statement .cookies-btn ul li a {
	width: 126px;
	font-size: 13px;
}

}

   .profile-card {          
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .profile-card:hover {
            transform: translateY(-10px);
        }
        
        .profile-image {
            width: 100%;
            height: auto;
            border-radius: 24px;
            object-fit: cover;
            margin-bottom: 25px;
            border: 0px solid #fff;
        }
        
        .profile-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 8px;
        }
        
        .profile-role {
            color: #7f8c8d;
            font-size: 1rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        


		.bgourteam{
		background: #fff;
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
			}

        @media (max-width: 768px) {
            .profile-card {
                margin-bottom: 30px;
            }
         
        }
		

@media (max-width: 580px) {
.category-title {
	font-size: 14px;
	
}
.category-img {
	padding: 0;
}

}

.linh64{line-height: 64px;}
.hero-section.min-auto{min-height: 465px;}
.hero-section.min-autocer{min-height: 565px;}
.hero-section.minh-auto{min-height: auto;}

.joinourteam {
	background: #002C51;
	width: 292px;
	height: 292px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}

	.step-circle {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.progress-line {
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}


.nav-tabs {
	border-bottom: none;
	justify-content: center;
	background: #fff;

	margin: -38px auto;
	position: relative;
	border-radius: 16px;
}
        .nav-tabs .nav-link {
            border: none;
            color: #666;
            font-weight: 500;
            padding: 24px 30px;
            margin: 0 10px;
            background: transparent;
            border-radius: 0;
            position: relative;
        }

        .nav-tabs .nav-link.active {
            color: #ff6b35;
            background: transparent;
            border-bottom: 3px solid #ff6b35;
        }

        .tab-content {          
            min-height: 500px;
        }

        .content-section {
            padding: 40px 0;
        }

        .about-image, .culture-image {
            width: 100%;
            border-radius: 16px;
        }

        .section-title {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #333;
        }

        .section-text {
            color: #666;
            line-height: 1.6;
            margin-bottom: 15px;
        }

        @media (max-width: 768px) {
            .nav-tabs .nav-link {
                padding: 10px 15px;
                margin: 0 5px;
                font-size: 14px;
            }
        }


     /* careers */

		 .slider-container {
            /*! max-width: 1200px; */
            margin: 0 auto;
            background: white;
            border-radius: 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0);
            position: relative;
        }

        .slider-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 0;
        }

        .slider-title {
            color: #333;
            margin: 0;
        }

        .custom-arrows {
            display: flex;
            gap: 10px;
        }

        .arrow-btn {
            width: 40px;
            height: 40px;
            background: #f8f9fa;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 16px;
            color: #666;
        }

        .arrow-btn:hover {
            background: #ff6b35;
            border-color: #ff6b35;
            color: white;
        }

        .careersslider {
            padding: 0;
            overflow: hidden;
        }



        .careers-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.);
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
    }
    .careers-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
    }
    .careers-content {
      padding: 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: #F7F7F8;
      border-radius: 16px;
    }
    .careers-content p {
      font-size: 24px;
      line-height: 32px;
      font-weight: 500;
    }
    .quote-icon {
      /*! color: #ff6a00; */
      /*! font-size: 2rem; */
      margin-bottom: 14px;
    }
    .careers-author {
      font-weight: 500;
      margin-bottom: 2px;
      font-size: 18px;
    }
    .careers-role {
      /*! color: #777; */
      font-size: 18px;
      font-weight: 300;
    }
    @media(max-width: 767px){
      .careers-card {
        flex-direction: column;
      }
      .careers-img {
        border-radius: 12px 12px 0 0;
      }
    }

        /* Hide default slick arrows */
        .slick-prev, .slick-next {
            display: none !important;
        }

        /* Slick dots customization */
        .slick-dots {
            bottom: -60px;
        }

        .slick-dots li button:before {
            font-size: 12px;
            color: #ccc;
            opacity: 1;
        }

        .slick-dots li.slick-active button:before {
            color: #ff6b35;
        }

		
        /* Responsive Design */
        @media (max-width: 768px) {
            .careers-card {
                flex-direction: column;
                text-align: center;
                padding: 30px 20px;
            }

            .careers-image {
                width: 150px;
                height: 150px;
                margin-right: 0;
                margin-bottom: 20px;
            }

            .slider-header {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .slider-title {
                font-size: 2rem;
            }

            .careers-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 480px) {
            .slider-container {
                margin: 0 10px;
                padding: 20px 10px;
            }

            .careers-card {
                padding: 20px 15px;
            }

            .quote-icon {
                font-size: 3rem;
            }
        }


		 .slider-container {
            margin: 0px auto;
        }
        
        .swiper {
            width: 100%;
            padding: 20px 0 70px 0;
        }
        
        .swiper-slide {
         
               display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            box-shadow: 0 10px 30px rgba(0,0,0,0);
            box-sizing: border-box;
            margin-right: 20px;
        }
        
   
        
        /* Navigation buttons */
        .slider-nav {
            text-align: center;
            margin-top: 20px;
        }
        
        /* .prev-btn, .next-btn {
            background: #667eea;
            color: white;
            border: none;
            padding: 12px 25px;
            margin: 0 10px;
            border-radius: 25px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s ease;
        }
         */
        .prev-btn:hover, .next-btn:hover {
            background: #764ba2;
            transform: translateY(-2px);
        }
        
        /* Swiper pagination dots */
        .swiper-pagination-bullet {
            background: #667eea;
            opacity: 0.5;
        }
        
        .swiper-pagination-bullet-active {
            background: #764ba2;
            opacity: 1;
        }
        
        /* Hover effect for slides */
        .swiper-slide {
            transition: all 0.3s ease;
        }
        
        .swiper-slide:hover {
            transform: translateY(-5px);
        }
        
     
        
        /* Mobile responsive */
        @media (max-width: 768px) {
        
            
            .swiper-slide h3 {
                font-size: 20px;
            }
        }
		.job-card {
			border: 0px solid #e0e0e0;
			border-radius: 16px;
			background: white;
			box-shadow: 0 2px 8px rgba(0,0,0,0);
			transition: box-shadow 0.3s ease;
			padding: 40px;
		}
        
        .job-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }
        
        .job-title {
            color: #1a1a1a;
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 0.5rem;
        }
        
        .company-name {
            color: #333;
            font-size: 1.1rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }
        
        .job-detail-label {
            color: #88888A;
            font-size: 18px;
            /*! font-weight: 400; */
            /*! margin-bottom: 0.25rem; */
        }
        
        .job-detail-value {
            /*! color: #1a1a1a; */
            font-weight: 500;
            font-size: 18px;
        }
        
        .btn-apply {
            background-color: #1e3a8a;
            border: none;
            border-radius: 8px;
            padding: 12px 24px;
            font-weight: 500;
            transition: background-color 0.3s ease;
        }
        
        .btn-apply:hover {
            background-color: #1e40af;
        }
        
		.btn-share {
			background-color: #22c55e;
			transition: background-color 0.3s ease;
		}
        
        .btn-share:hover {
            background-color: #16a34a;
        }

		.innerCareerimg257 {
	margin-top: -377px;
}
        
  .responsibility-list,
        .skills-list {
            list-style: none;
            padding-left: 0;
        }
        
        .responsibility-list li,
        .skills-list li {
            position: relative;
            padding-left: 1rem;
            margin-bottom: 0.75rem;
            color: #333;
            /*! line-height: 1.6; */
            font-size: 18px;
        }
        
        .responsibility-list li:before,
        .skills-list li:before {
            content: "â€¢";
            color: #212529;
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0;
        }
        
        .responsibility-list li:last-child,
        .skills-list li:last-child {
            margin-bottom: 0;
        }
		.minauto90vh{height: 78vh; min-height: 78vh;}



    :root{
      --outer-border: #002C51;   /* dark teal/navy border */
      --icon-color: #f57a21;     /* orange magnifier */
      --placeholder: #9aa3a7;    /* grey placeholder text */
      --bg-start: #f6f7f8;       /* subtle gradient start */
      --bg-end: #eaf3ef;         /* subtle gradient end */
    }


    .search-wrapper{
      display:flex;
      justify-content:center;
      align-items:center;
    }

    .search-pill{
      width: min(820px, 96%);
      background: #fff;
      border-radius: 48px;
      padding: 14px 18px;
      box-sizing: border-box;
      /* outer thick border like screenshot */
      border: 2px solid var(--outer-border);
      /* subtle inner white band effect: we add an inset shadow */
      box-shadow: inset 0 0 0 6px rgba(255,255,255,0.8);
      display:flex;
      align-items:center;
      gap: 14px;
    }

    /* icon round */
    .search-icon2{
      width:46px;
      height:46px;
      min-width:46px;
      min-height:46px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      box-sizing:border-box;
      /* small inner ring like screenshot */
      border: 0px solid rgba(245,122,33,0.14);
      background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
      cursor:pointer;
    }

	.mh-auto{min-height: auto;}
    

    .search-input{
      flex:1;
      background: transparent;
      border: none;
      outline: none;
      font-size:18px;
      color: #6b6b6b;
      padding: 6px 8px;
    }

    .search-input::placeholder{
      color: var(--placeholder);
      font-size:20px;
    }

    /* focus style */
    .search-pill:focus-within{
      box-shadow:
        0 6px 18px rgba(11,54,80,0.06),
        inset 0 0 0 6px rgba(255,255,255,0.9);
      border-color: rgba(11,54,80,0.95);
    }

    /* responsive tweak */
    @media (max-width:560px){
      .search-pill{ padding:10px 12px; border-radius:36px; }
      .search-icon2{ width:25px; height:25px; min-width:25px; min-height:25px; }
      .search-icon2 svg{ width:20px; height:20px; }
      .search-input{ font-size:10px; }
	  .search-input::placeholder{font-size:10px;}
	  .search-icon2 img{width: 25px;}

    }


        @media (max-width: 676px) {
            .job-title {
                font-size: 1.3rem;
            }
            
            .btn-apply, .btn-share {
                padding: 10px 20px;
                font-size: 0.9rem;
                width: 100%;
                margin-bottom: 0.5rem;
            }
            
            .job-details {
                margin-bottom: 1.5rem;
            }

			.linh64 {
					line-height: 38px;
				}
			.hero-section.min-auto {
				min-height: auto;
			}
			.ph-w100{width: 100%;}
			.heroinner-section {margin-top: -40px;}
			.bg-8{background: none; padding: 20px 2px; height: auto;}
			.heroinner-section {border-top-left-radius: 32px;border-top-right-radius: 32px;}
			.contact-box {padding: 18px;}
			.fs-24 {font-size: 17px;}
			.careers-content p {font-size: 20px;line-height: 30px;}
			.custom-arrows img{width: 20px;}
			.bottom-nav-arrow {width: 36px;height: 36px;}
				.job-card {padding: 20px;}
				.job-detail-label, .job-detail-value {
				font-size: 14px;
				}
				p, .responsibility-list li, .skills-list li {
				font-size: 16px;
				}


				}

				.job-detail-item {
				margin-bottom: 1rem;
				}

				.job-detail-item:last-child {
				margin-bottom: 0;
				}




.nav-tabs-custom {
	border: none;
	gap: 10px;
	margin: 0;
	border-radius: 0;
	padding-top: 28px;
}
        
        .nav-tabs-custom .nav-link {
            background-color: #F7F7F8;
            color: #020202;
            border: none;
            border-radius: 10px 10px 0 0px;
            padding: 12px 24px;
            font-weight: 500;
            transition: all 0.3s ease;
            font-size: 18px;
            min-width: 159px;
			text-align: center;
        }
        
.nav-tabs-custom .nav-link.active {
	background-color: #fd7e14;
	color: white;
	box-shadow: 0 4px 12px rgba(253, 126, 20, 0.3);
	border: 0;
}
        
        .nav-tabs-custom .nav-link:hover {
            background-color: #fd7e14;
            color: white;
            transform: translateY(-2px);
        }
        
        .post-card {
            border: none;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0,0,0,0);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
       
            position: relative;
        }

		  .post-card img {
            border-radius: 16px;
         
        }

        
        .post-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 32px rgba(0,0,0,0);
        }
        
        .card-raksha {
            background: linear-gradient(135deg, #8e2de2, #4a00e0);
            color: white;
        }
        
        .card-buddha-orange {
            background: linear-gradient(135deg, #ff9a9e, #fad0c4);
            color: #333;
        }
        
        .card-buddha-red {
            background: linear-gradient(135deg, #c31432, #240b36);
            color: white;
        }
        
        .card-buddha-dark {
            background: linear-gradient(135deg, #2c1810, #8b4513);
            color: white;
        }
        
        .logo-placeholder {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 55px;
            height: 55px;
            background-color: rgba(0, 0, 0, 0.31);
            border: 2px solid rgb(255, 255, 255);
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            font-weight: 400;
            color: #fff;
            font-size: 12px;
            padding: 5px;
        }
        
        .festival-icon {
            font-size: 4rem;
            margin: 20px 0;
            opacity: 0.9;
        }
        
        .festival-title {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .festival-subtitle {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-bottom: 20px;
        }
        
        .business-info {
            position: absolute;
            bottom: 13px;
            left: 20px;
            right: 20px;
        }
        
        .business-details {
            display: flex;
            justify-content: space-between;
            font-size: 0.8rem;
            opacity: 0.9;
        }
        
      
        
        .buddha-statue {
            font-size: 5rem;
            margin: 20px 0;
        }
        
        .lotus-decoration {
            position: absolute;
            bottom: 100px;
            right: 20px;
            font-size: 2rem;
            opacity: 0.3;
        }

		.tabicon {
				background: #fff;
				width: 48px;
				height: 48px;
				display: flex;
				margin: auto;
				padding: 12px;
				border-radius: 100%;
				text-align: center;
				margin-bottom: 5px;
			}
.tabicon img{margin: auto;}
.active .tabicon img{  filter: brightness(0) saturate(100%) invert(52%) sepia(77%) saturate(2553%) hue-rotate(10deg) brightness(102%) contrast(101%);
}



.carddalypost {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
	  padding: 18px;
      text-align: center;
    }
    .carddalypost img {
      width: 100%;
      display: block;
      border-radius: 8px;
    }
    .carddalypost .post-title {
      font-size: 16px;
      font-weight: 500;
      margin: 15px 0;
      text-align: left;
    }
    .carddalypost .button-wrapper {
      padding:6px 0;
    }
    .btn-create {
      display: inline-block;
      width: 100%;
      background: #002b5c; /* navy blue */
      color: #fff;
      padding: 9px 0;
      font-size: 16px;
      font-weight: 600;
      border-radius: 50px;
      text-decoration: none;
      transition: background 0.3s ease;
    }
    .btn-create:hover {
      background: #004080;
    }



        
.modal-content {
	border-radius: 20px;
	border: none;
	overflow: hidden;
	max-width: 1360px;
	margin: 0 auto;
	padding: 24px;
}
        
        .modal-header {
            background: linear-gradient(135deg, #fd7e14, #ff6b35);
            color: white;
            border-bottom: none;
            padding: 20px 30px;
        }
        
			.modal-title {
				/* font-weight: bold; */
				font-size: 30px;
				line-height: 36px;
			}
        
.btn-close {
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
        .modal-body {
            padding: 0;
            background: #f8f9fa;
        }
        .bg-none{background: transparent;}
        .editor-preview {
            color: white;
            text-align: center;
            position: relative;
        }
        
        .preview-logo {
            position: absolute;
            top: 15px;
            right: 15px;
            background: rgba(255,255,255,0.2);
            border: 1px solid rgba(255,255,255,0.5);
            border-radius: 8px;
            padding: 10px 15px;
            font-size: 12px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .preview-logo:hover {
            background: rgba(255,255,255,0.3);
        }
        
        .preview-content {
            margin: 60px 0 40px 0;
        }
        
        .preview-icon {
            font-size: 4rem;
            margin-bottom: 20px;
        }
        
        .preview-title {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
        .preview-subtitle {
            font-size: 1rem;
            opacity: 0.9;
            margin-bottom: 30px;
        }
        
        .preview-footer {
            position: absolute;
            bottom: 20px;
            left: 40px;
            right: 40px;
            display: flex;
            justify-content: space-between;
            font-size: 0.9rem;
        }
        
        .editor-form {
            background: white;
        }
        
        .form-section {
            margin-bottom: 25px;
        }
        
   
        
        .upload-area {
            border: 2px dashed #dee2e6;
            border-radius: 6px;
            padding: 13px 20px;
            text-align: center;
            /*! background: #f8f9fa; */
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .upload-area:hover {
            border-color: #fd7e14;
            background: #fff5f0;
        }
        
        .upload-icon {
            /*! font-size: 3rem; */
            color: #adb5bd;
            /*! margin-bottom: 15px; */
        }
        
            
        .buddha-statue {
            font-size: 5rem;
            margin: 20px 0;
        }
        
        .lotus-decoration {
            position: absolute;
            bottom: 100px;
            right: 20px;
            font-size: 2rem;
            opacity: 0.3;
        }

		.form-control:focus {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #f36f21;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(243, 111, 33, 0);
}

		
        @media (max-width: 676px) {

		.modal-title {
	font-size: 21px;
	line-height: 31px;
		}
		.nav-tabs-custom .nav-link {
			padding: 6px 24px;
			font-size: 14px;
			min-width: auto;
		}
		.tabicon {
			width: 30px;
			height: 30px;
			padding: 8px;
		}

		}