@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.bg-light {
	background-color: #E4ECFF !important;
}

:root {
	--primary-color: #1db4ef;
}

.pr-color {
	color: var(--primary-color);
}

.primary-btn {
	background-color: var(--primary-color);
	color: white;
	border-radius: 6px;

}

.nav-link {
	color: rgb(84, 84, 84) !important;
}

.btn-outline-primary {
	border: 1px solid var(--primary-color) !important;
	color: var(--primary-color) !important;
	border-radius: 6px;
}

.service-card {
	border-radius: 12px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.icon-circle {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #e6f0fa;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.rounded-4 {
	border-radius: 15px;
}

.spec-bx {
	min-height: 280px;
	background-color: #E4ECFF;
	-webkit-transition: background-color 2s;
	/* For Safari 3.0 to 6.0 */
	transition: background-color 2s;
	/* For modern browsers */
	cursor: pointer;


}

.how-we-work .number-box {
	background: #fff;
	color: #1e73be;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 10%;
	width: 100px !important;
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.stat-box {
	border: 1px solid #dce7f5;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.stat-box h3 {
	font-size: 1.75rem;
}

.spec-bx:hover {
	background-color: #1db4ef;
	color: #fff;
}

.blue-bg {
	background-color: #1DB4EF;

}

.blue-bg:hover {
	background-color: #1DB4EF !important;
}

.gray-bg {
	background-color: #666;

}

.gray-bg:hover {
	background-color: #666;
}

.blue-text {
	color: #1B89D5;
}

.testi-bx {
	border-radius: 15px;
}

.slick-slide {
	margin: 0 10px;
}

.slick-track {
	padding-bottom: 30px;
}

.slick-dots li button:before {
	width: 20px !important;
	background-color: #364F93;
	border-radius: 20px;
}

.callnow-bar {
	background: rgb(29, 184, 241);
	background: linear-gradient(90deg, rgba(29, 184, 241, 1) 0%, rgba(81, 107, 192, 1) 100%);
	color: #fff;
	font-weight: 300;
	font-size: 30px;
}

.callnow-bar span {
	font-weight: 500;
	display: inline-block;
	margin-left: 10px;
}

.footer {
	color: #4C5566;
	background-color: #F2F2F2;
}

.footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.footer li {
	margin-bottom: 8px;
}

.footer li a {
	text-decoration: none;
	color: #4C5566;
}

.social-con a {
	display: inline-block;
	margin: 0 4px 0px 0px;
}

.logo-footer {
	height: 80px;
}

.mob-form {
	position: absolute;
	top: 10px;
	right: 150px;
	margin: 0 auto;
	background-color: #fff;
}

.s-but {
	height: 40px;
	margin-top: 15px;
}

.animateMe {
	opacity: 0;
}

.animateMe .animated {
	opacity: 1;
}

.reg-form {}

.f-head-section {
	border-bottom: 1px #22b0ec solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.reg-form .h-title {
	font-weight: 700;
	font-size: 25px;
}

.reg-form .form-label {
	font-weight: 500;
}

.reg-form .form-control {
	height: 45px;
}

.promo-bx {
	min-height: 250px;
	background: rgb(27, 111, 198);
	background: linear-gradient(180deg, rgba(27, 111, 198, 1) 0%, rgba(29, 174, 237, 1) 100%);
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: box-shadow 1s;
	/* For Safari 3.0 to 6.0 */
	transition: box-shadow 1s;
	/* For modern browsers */

}

.promo-bx h5 {
	font-size: 30px;
}

.promo-bx:hover {
	background: rgb(27, 111, 198);
	background: linear-gradient(-180deg, rgba(27, 111, 198, 1) 0%, rgba(29, 174, 237, 1) 100%);
	color: #fff;
	box-shadow: 5px 10px 10px #CCCCCC;
}

.promo-con {
	margin-top: -150px;
}

.tour-pkg-slider h2 {
	font-weight: 700;
}

/* the slides */
.slick-slide {
	margin: 0 10px;
}

/* the parent */
.slick-list {
	margin: 0 -10px;
}

.slick-prev:before,
.slick-next:before {
	color: #1dacec;
	font-size: 35px;


}

.slick-prev {
	top: -50px;
	right: 50px;
	left: inherit;
}

.slick-next {
	top: -50px;
	right: 10px;
	left: inherit;
}

.pkd-bx {
	overflow: hidden;
	text-decoration: none;
	color: #212529;
}

.slick-dots li button {
	text-indent: -9999px;
}

.navtop {
	margin-right: 210px;
}

.search-wrap {
	background: url(../images/search-banner-bg.jpg) no-repeat center center;
	background-size: 100%;
	min-height: 500px;
}

.search-bx {
	position: absolute;
	top: 45%;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	z-index: 1000;
}

.search-bx .container {
	background-color: #fff;
	min-height: 43px;
	border-radius: 10px;
}

.search-toggle {
	width: 100%;
}

.search-toggle ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.search-toggle ul li {
	float: left;
	margin: 0px 10px 0px 0px;
	font-weight: 600;
	cursor: pointer;
}

.search-toggle ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 30px;
	color: #000;
	background: url(../images/radio.svg) no-repeat left center;
}

.search-toggle ul li.active a {
	background: url(../images/radio-active.svg) no-repeat left center;

}

.traveller-pop {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
	min-height: 190px;
	background-color: #FFF;
	border-radius: 10px;
	z-index: 1000;
	padding: 20px 20px 3px 20px;
	display: none;
}

.search-wrap .form-control {
	border: 0px;
	background-color: #DEEEF4;
	height: 45px;
	box-shadow: none;
}

.main-btn {
	background-color: #1DB4EF;
	color: #fff;
	border-radius: 6px;
	width: 200px;
	box-shadow: none;
	font-weight: 600;
	height: 45px;
}

.main-btn:hover {
	color: #fff;
}

.offer-bx {
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	min-height: 283px;
	position: relative;
}

.obx-title {
	background-color: #1DB4EF;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	width: 150px;
	margin: 0 auto;
	color: #fff;
	padding: 6px 4px;
}

.head-right-al {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 200px;
}

.head-right-al a {
	text-decoration: none;
	color: #000;
}

.traveller-wrap {
	position: relative;
}

.modify-wrap {
	min-height: 150px;
	background: rgb(78, 110, 193);
	background: linear-gradient(-180deg, rgba(78, 110, 193, 1) 0%, rgba(31, 177, 238, 1) 100%);
}

.modifysearch-con {

	background-color: #fff;
	min-height: 43px;
	border-radius: 10px;

}

.modifysearch-con .form-control {
	border: 0px;
	background-color: #DEEEF4;
	height: 45px;
	box-shadow: none;
}

.close-btn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1001;
}

.list-row {
	background-color: #fff;
	min-height: 43px;
	border-radius: 10px;
	font-size: 15px;
	margin-top: 10px;
}

.list-row h5 {
	font-size: 18px;
}

.list-row h4 {
	font-size: 20px;
}

.list-row p.lead {
	font-size: 18px;
}

.list-row .btn-info {
	font-size: 16px;
	margin-top: 5px !important;
}

.list-row .btn-info:hover {
	background-color: #4664AF !important;
}

.list-row .gray-bg:hover {
	background-color: #666 !important;
}

.list-icon-con {
	max-width: 250px;
}

.blue-bg {
	background-color: #4664AF;
}

.list-dtls-drop {
	background-color: #DFE8EC;
}

.list-dtls-drop {
	font-size: 15px;
}

[data-tooltip] {
	position: relative
}

[data-tooltip]::before,
[data-tooltip]::after {
	opacity: 0;
	visbility: hidden;
	margin-top: -0.5em;
}

[data-tooltip]::before {
	content: attr(data-tooltip);
	display: block;
	position: absolute;
	top: -263%;
	left: 50%;
	margin-left: -4.75em;
	width: 8em;
	text-align: center;
	border-radius: 4px;
	background: black;
	color: white;
	font-size: 0.8em;
	line-height: 1.1;
	padding: 0.75em 0.95em;
}

[data-tooltip]::after {
	content: "";
	border: 10px solid transparent;
	border-top-color: black;
	position: absolute;
	top: -3px;
	left: 50%;
	margin-left: -10px;
}

[data-tooltip]:hover {
	cursor: help;
}

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
	opacity: 1;
	visiblity: visible;
}

.drop-icon-con {
	height: 10px;
}

.filter-btn-dtop {
	width: 60px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 50%;
	background: #FB8416 url(../images/filters-icon-white.svg) no-repeat center center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 9999;
	cursor: pointer;
	background-size: 30px;
}

.filter-con {
	width: 320px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	background-color: #FFF;
	display: none;
}

.filter-overlay {
	position: fixed;
	z-index: 900;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.filter-inner {

	width: 310px;
	overflow: auto;
	max-height: 600px;
}

.filter-info {
	font-sze: 20px;
}

.filter-info span {
	color: #4A73C4;
	font-weight: 600;
	font-size: 22px;
}

.filter-row {
	padding: 20px 15px;
}

.f-clear-but {
	cursor: pointer;
	margin-top: 6px;
}

.filter-head {
	background-color: #ECEEEF;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 6px 15px;
}

#slider-range {
	margin-bottom: 15px;
}

#slider-range .ui-widget-header {
	border: 0px;
	background: #24A7E6 !important;
	border-radius: 0px;
}

#slider-range .ui-state-default {
	height: 20px;
	width: 20px;
	background-color: #3F5A9C;
	outline: none;
	border-radius: 75%;
	border: 0px;
}

#slider-range {
	background-color: #bababa !important;
	border: 0px;
}

.ui-slider-horizontal .ui-slider-range {
	background-color: #014580;
}

.form-check-input {
	width: 1.5em;
	height: 1.5em;
}

.slabel {
	padding-left: 8px;
	padding-top: 4px;
	color: #000;
}

.f-airline {
	padding: 5px 0px 0px 8px;
	position: relative;
}

.f-airline span {
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: -8px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: right center;

}

.f-time {
	padding: 5px 0px 0px 8px;
	position: relative;
}

.f-time span {
	display: block;
	content: '';
	position: absolute;
	right: 0px;
	top: -8px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;

}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #03C;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #03C;
}

.mCSB_inside>.mCSB_container {
	margin-right: 0px;
}

.mCSB_scrollTools {
	right: -5px;
}

.form-check-inline {
	margin-right: 7px;
}

.list-info {
	font-size: 22px;
	color: #fff;
}

.list-info span {
	font-size: 28px;
	font-weight: 600;
}

.list-top-mob {
	display: none;
}

.rt-dom-con {}

.rt-dom-con .list-row h5 {
	font-size: 12px;
}

.rt-dom-con .list-row h6 {
	font-size: 12px;
	margin-bottom: 0px !important;
}

.rt-dom-con .list-row h4 {
	font-size: 16px;
}

.rt-dom-con .list-row p.lead {
	font-size: 14px;
}

.rt-dom-con .list-row .btn-info {
	font-size: 12px;
	margin-top: 5px !important;
	padding: 5px 8px;
}

.rt-dom-con .list-row {
	border-radius: 0px;
	border-bottom: 1px #CCCCCC solid;
	background-color: transparent;
}

.c-head::after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	position: absolute;
	right: 25px;
	top: 0px;
	font-size: 25px;
	color: #fff;
}

.card-header {
	background: rgb(78, 110, 193);
	background: linear-gradient(90deg, rgba(78, 110, 193, 1) 0%, rgba(31, 177, 238, 1) 100%);
}

.card-header h6 {
	color: #fff;
}

.inner-card-head {
	background: #EBEBEB;
}

.inner-card-head h6 {
	color: #039;
}

.list-drop-rt {
	font-size: 13px;
}

.list-drop-rt h5 {
	font-size: 16px;
}

.d-rtrip-pop {
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	min-height: 87px;
	z-index: 9999;
	width: 100%;
	-webkit-box-shadow: -1px -2px 16px -1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: -1px -2px 16px -1px rgba(0, 0, 0, 0.35);
	box-shadow: -1px -2px 16px -1px rgba(0, 0, 0, 0.35);
}

@media (max-width:480px) {
	.spec-bx {
		min-height: 250px;
	}

	.service-con h3 {
		margin-top: 10px;
		font-size: 30px;
	}

	h1 {
		font-size: 40px;
	}

	.slick-prev,
	.slick-next {
		display: none;
	}

	.navbar-light .navbar-toggler {
		border: none;
	}

	.navbar-light .navbar-toggler-icon {
		background-image: url(../images/nav-toggle.svg);
	}

	.logo-footer {
		height: 100px;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.mob-form {
		position: static;
		width: 90%;
	}

	.s-but {
		height: 40px;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.tours-sect h1 {
		font-size: 20px;
	}

	.search-wrap {
		min-height: 180px;
		background-position: center top;
	}

	.search-bx {
		position: static;
		padding: 20px;
	}

	.head-right-al {
		width: 70px;
		right: 73px;
		top: 27px;
	}

	.head-right-al span {
		display: none;
	}

	.search-toggle ul li a {
		padding-right: 2px;
	}

	.mob-d-none {
		display: none !important;
	}

	.list-row {
		padding-left: 10px;
		padding-right: 10px;
	}

	.list-row h5 {
		font-size: 12px;
	}

	.list-row h6 {
		font-size: 12px;
		margin-bottom: 0px !important;
	}

	.list-row p.lead {
		font-size: 14px;
	}

	.list-row p.small {
		font-size: 10px;
	}

	.list-row h4 {
		font-size: 18px;
	}

	.list-row .btn-info {
		font-size: 13px;
		height: 30px;
		padding-top: 6px;
		float: right;
	}

	.list-drop-head {
		font-size: 12px;
	}

	.list-drop-head img {
		max-width: 50%;
	}

	.list-drop-row {
		font-size: 12px;
	}

	.drop-icon-con {
		height: 10px;
	}

	.tick-ico {
		height: 10px;
	}

	.list-drop-row h5 {
		font-size: 14px;
	}

	.list-drop-row .btn-info {
		font-size: 11px;
		height: 20px;
		padding-top: 2px;
		float: right;
	}

	#mob-msearch {
		display: none;
	}

	.modify-wrap {
		min-height: 60px;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.list-top-mob {
		display: block;
	}

	#msearch-con {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.filter-btn-dtop {
		display: none;
	}

	.rt-dom-con .list-row p.lead {
		font-size: 11px;
	}

	.rt-dom-con .list-row h4 {
		font-size: 15px;
	}

	.rt-dom-con .list-row .btn-info {
		font-size: 11px;
		margin-top: 5px !important;
		padding: 7px 8px;
	}

	.listdrop-rt-mob {
		position: absolute;
		top: 20%;
		width: 350px;
		left: 0px;
		right: 0px;
		margin: 0 auto !important;
		z-index: 999;
	}

	.btm-amt-row {
		border-top: 1px #D3D3D3 solid !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.list-drop-close {
		position: absolute;
		right: 11px;
		top: 11px;
		width: 20px;
		height: 20px;
		background: #666 url(../images/close.svg) no-repeat center center;
		border-radius: 75%;
		padding: 1px;
	}
}










.banner-section {
	margin: 0;
	background: linear-gradient(135deg, #1db4ef, #0a3d62);
	color: white;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.banner-section {
		margin: 0;
		background: linear-gradient(135deg, #1db4ef, #0a3d62);
		color: white;
		height: 80vh;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

}

.banner-section .content h1 {
	font-weight: 700;
	font-size: 2.5rem;
}

.banner-section .content span {
	font-weight: 600;
	color: #1db4ef;
}

.banner-section .content p {
	font-size: 1.1rem;
	margin: 20px 0;
}

.banner-section .btn-custom {
	background-color: #1db4ef;
	color: white;
	padding: 12px 28px;
	font-size: 1.1rem;
	border-radius: 8px;
	transition: all 0.3s ease;
	border: none;
}

.banner-section .btn-custom:hover {
	background-color: #148bb4;
}


body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-color: #fff;
	color: #333;
}



.api-container .section-title {
	font-weight: 700;
	margin-bottom: 40px;
}

.api-container .feature-box {
	background: #f0faff;
	border-radius: 8px;
	padding: 25px;
	height: 100%;
}

.api-container .feature-box h5 {
	color: #1db4ef;
	font-weight: 600;
	margin-bottom: 20px;
}

.api-container .feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 1rem;
}

.api-container .feature-item i {
	font-size: 1.3rem;
	color: #1db4ef;
	margin-right: 10px;
}

.api-container .api-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.api-container .api-badge {
	background: linear-gradient(135deg, #1db4ef, #0a7ea1);
	color: white;
	border-radius: 50%;
	text-align: center;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	width: 150px;
	align-items: center;
	justify-content: center;
	height: 150px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.api-container .stats {
	margin-top: 50px;
}

.api-container .stats h4 {
	color: #1db4ef;
	font-weight: bold;
}




.features-section {
	padding: 60px 20px;
}

.features-section .features-title {
	font-weight: 700;
	margin-bottom: 40px;
	color: #333;
}

.features-section .feature-card {
	background: #fff;
	border: none;
	border-radius: 12px;
	padding: 25px;
	text-align: center;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	height: 100%;
}

.features-section .feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	background-color: #43a6cd;
}

.features-section .feature-card i {
	transition: transform 0.5s ease-in-out;
	transform-style: preserve-3d;
}

.features-section .feature-card:hover i {
	transform: rotateY(360deg);

}

.features-section .feature-card:hover h5 {
	color: white;
}

.features-section .feature-card:hover p {
	color: white;
}

.features-section .feature-card:hover .feature-icon {
	border-radius: 10px;
}


.features-section .feature-icon {
	background: #e6f7fc;
	color: #1db4ef;
	font-size: 2rem;
	padding: 18px;
	transition: 0.4s ease-in;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.features-section .feature-card h5 {
	font-weight: 600;
	color: #1db4ef;
	margin-bottom: 12px;
}

.features-section .feature-card p {
	font-size: 0.95rem;
	color: #555;
}


.fare-types .fare-card {
	background: #fff;
	border-radius: 15px;
	padding: 30px 20px;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.fare-types .fare-card i {
	font-size: 36px;
	color: #1db4ef;
	margin-bottom: 15px;
	transition: transform 0.5s ease-in-out;
	transform-style: preserve-3d;
}

.fare-types .fare-card h6 {
	font-weight: 600;
	color: #333;
}

.fare-types .fare-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px var(--primary-color);
}

.fare-types .fare-card:hover i {
	transform: rotateY(360deg);

}


.process-box {
	background: #fff;
	border: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.5s ease;
	border-radius: 8px;
}

.process-box:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	background-color: var(--primary-color);
}

.process-box i {
	font-size: 30px;
	margin-bottom: 10px;
	color: #1db4ef;
	transition: transform 0.5s ease-in-out;
	transform-style: preserve-3d;
}

.process-box:hover i {
	color: white;
	transform: rotateY(360deg);
}

.process-box:hover p {
	color: white;
}



.timeline {
	border-top: 2px solid #1db4ef;
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
	color: #1db4ef;
	padding-top: 5px;
}







.hero-section {
	background: url('../images/hero-image.jpg') no-repeat center center/cover;
	min-height: 50vh;
	padding-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	position: relative;
}

.hero-section .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	/* dark overlay for readability */
}

.hero-section .hero-content {
	position: relative;
	z-index: 2;
}


/* On mobile: full width filter box */
@media (max-width: 768px) {
	.filter-box {
		margin-top: 10px;
		border: 1px solid #ddd;
	}
}

.hero-section .search-bar {
	background: white;
	border-radius: 50px;
	display: flex;
	align-items: center;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	max-width: 800px;
	margin: 20px auto;
	padding: 5px;
}

/* Input & Select shared styles */
.hero-section .search-bar input,
.hero-section .search-bar select {
	border: none;
	outline: none;
	padding: 12px 20px;
	flex: 1;
	font-size: 16px;
	min-width: 0;
}

.hero-section .search-bar select {
	border-left: 1px solid #ddd;
}

.hero-section .search-bar button {
	border: none;
	background: var(--primary-color);
	color: white;
	padding: 12px 30px;
	border-radius: 0 50px 50px 0;
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}

.hero-section .search-bar button:hover {
	background: var(--primary-color);
}

/* 📱 Responsive: Stack on small screens */
@media (max-width: 768px) {
	.hero-section .search-bar {
		flex-direction: column;
		border-radius: 20px;
		padding: 10px;
	}

	.hero-section .search-bar input,
	.hero-section .search-bar select,
	.hero-section .search-bar button {
		width: 100%;
		border-radius: 10px;
		margin: 5px 0;
		border: 1px solid #ddd;
	}

	.hero-section .search-bar select {
		border-left: none;
	}

	.hero-section .search-bar button {
		border-radius: 10px;
		padding: 14px;
	}
}


@media screen and (max-width: 500px) {
	.hero-section .hero-content h1 {
		font-size: 24px;
	}
}




.values-section {
	text-align: center;
	padding: 50px 0;
}

.values-section .value-box {
	padding: 20px;
	text-align: center;
	position: relative;
}

.values-section .value-icon {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px dashed #ddd;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	position: relative;
}

.values-section .value-icon::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 20px;
	border-top: 4px solid;
	border-radius: 50px 50px 0 0;
}

.values-section .value-box h5 {
	font-weight: bold;
	margin-top: 10px;
}

.values-section .value-box p {
	font-size: 14px;
	color: #666;
}

/* Different colors for each */
.values-section .quality .value-icon {
	border-color: #f44336;
}

.values-section .quality .value-icon::before {
	border-color: #f44336;
	color: #f44336;
}

.values-section .quality i {
	color: #f44336;
}

.values-section .creativity .value-icon {
	border-color: #ff9800;
}

.values-section .creativity .value-icon::before {
	border-color: #ff9800;
	color: #ff9800;
}

.values-section .creativity i {
	color: #ff9800;
}

.values-section .responsibility .value-icon {
	border-color: #4caf50;
}

.values-section .responsibility .value-icon::before {
	border-color: #4caf50;
	color: #4caf50;
}

.values-section .responsibility i {
	color: #4caf50;
}

.values-section .ethics .value-icon {
	border-color: #00bcd4;
}

.values-section .ethics .value-icon::before {
	border-color: #00bcd4;
	color: #00bcd4;
}

.values-section .values-section.ethics i {
	color: #00bcd4;
}

.values-section .productivity .value-icon {
	border-color: #3f51b5;
}

.values-section .productivity .value-icon::before {
	border-color: #3f51b5;
	color: #3f51b5;
}

.values-section .productivity i {
	color: #3f51b5;
}





.filter-section {
	background-color: #f8f8f8;
}

.filter-box {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	background: #fff;
}

.filter-box .search-box {
	position: relative;
	margin-bottom: 15px;
}

.filter-box .search-box input {
	padding-left: 35px;
}

.filter-box .search-box .fa-search {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
}

.filter-box .search-box .fa-filter {
	position: absolute !important;
	right: 10px !important;
	top: 50%;
	transform: translateY(-50%);
	color: #888;
}

.filter-box .form-check {
	margin-bottom: 8px;
}


.job-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 15px;
	background: #fff;
	transition: all 0.3s ease;
}

.job-card.active {
	border: 1px solid var(--primary-color);
	background: #fffaf5;
}

.job-card .job-title {
	font-weight: bold;
	color: var(--primary-color);
}

.job-card .job-title.inactive {
	color: #333;
}

.job-card .job-meta {
	color: #555;
	font-size: 0.9rem;
}

.job-card .job-icon {
	color: var(--primary-color);
	font-size: 18px;
}

.job-card .badge-jobs {
	background: #f0f1f4;
	color: #333;
	font-weight: 500;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 0.85rem;
}






.apply-btn {
	background-color: var(--primary-color);
	color: #fff;
	font-weight: 600;
	padding: 12px 25px;
	border-radius: 6px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.apply-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.social-icons i {
	font-size: 22px;
	margin-right: 15px;
	color: #aaa;
	cursor: pointer;
	transition: 0.3s;
}

.social-icons i:hover {
	color: var(--primary-color);
}

.similar-openings a {
	color: var(--primary-color);
	font-weight: 500;
	text-decoration: none;
}

.similar-openings a:hover {
	text-decoration: underline;
}



.about-section {
	background: url("../images/background.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0;
	min-height: 250px;
	display: flex;
	align-items: center;
}

.about-section .about-title {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	position: relative;
	display: inline-block;
	padding: 5px 10px;
}

.about-section .about-title::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #1a2b6d;
	margin-top: 8px;
}

.about-section .about-titles::after {
	content: "";
	display: block;
	width: 45% !important;
	height: 3px;
	background: #ffffff;
	margin-top: 8px;
}

.about-section .about-titless::after {
	content: "";
	display: block;
	width: 32% !important;
	height: 3px;
	background: #ffffff;
	margin-top: 8px;
}






.about-us {
	padding: 60px 0;
}

.about-us .about-badge {
	background: var(--primary-color);
	color: #fff;
	font-weight: 700;
	padding: 20px;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}

.about-us .about-badge h3 {
	font-size: 1.5rem;
	margin: 0;
}

.about-us .about-badge span {
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
}

.about-us .about-image img {
	border-radius: 15px;
	width: 100%;
	height: auto;
}

.about-us .about-circle {
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	margin: 20px auto;
}

.about-us .about-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-us .highlight-box {
	background: var(--primary-color);
	color: #fff;
	font-weight: bold;
	padding: 20px;
	border-radius: 8px;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}

.about-us .highlight-box span {
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
}

.about-us .btn-custom {
	background: var(--primary-color);
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 6px;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
}

.about-us .btn-custom:hover {
	background: #014580;
	color: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
	.about-us {
		text-align: center;
	}

	.about-us .about-circle {
		margin: 20px auto;
	}
}





.values-sections {
	padding: 60px 0;
	background: var(--primary-color);
}

.values-sections .value-card {
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
	height: 100%;
}

.values-sections .value-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.values-sections .value-icon {
	font-size: 40px;
	color: var(--primary-color);
	/* Bootstrap green */
	margin-bottom: 15px;
	transition: transform 0.4s ease-in-out, color 0.3s;
}

.values-sections .value-card:hover .value-icon {
	transform: rotateY(360deg);
	color: #1B89D5;
	/* Bootstrap blue on hover */
}

.values-sections .value-title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

.values-sections .value-text {
	color: #555;
	font-size: 0.95rem;
}


.services-section {
	padding: 60px 0;
	background: #f9f9f9;
}

.service-card {
	background: #fff;
	border-radius: 12px;
	padding: 30px 20px;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
	height: 100%;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 auto 20px;
	transition: all 0.4s ease-in-out;
}

.service-card:hover .service-icon {
	background: #014580;
	transform: rotate(360deg);
}

.service-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
}

.service-text {
	font-size: 0.95rem;
	color: #555;
}
















.terms-container {
	max-width: 1100px;
	margin: 40px auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.terms-container h2 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--primary-color);
}

.terms-container h4 {
	margin-top: 25px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.terms-container h4 i {
	margin-right: 10px;
	color: var(--primary-color);
}

.terms-container p {
	text-align: justify;
	color: #333;
}




.white-label .hero-title {
	color: var(--primary-color);
	font-weight: 700;
}

@media screen and (max-width: 600px) {
	.white-label .col-md-3:nth-child(-n+3) .feature-card {
		border-right: none !important;
		border-bottom: 1px solid var(--primary-color);
		padding-right: 10px;
	}
}

.white-label .col-md-3:nth-child(-n+3) .feature-card {
	border-right: 1px solid var(--primary-color);
	padding-right: 10px;
}



.white-label .feature-card img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.white-label .btn-primary-custom {
	background-color: var(--primary-color);
	border: none;
	border-radius: 50px;
	padding: 10px 25px;
	color: white;
	font-weight: 600;
	margin-top: -80px;

}

.white-label .btn-primary-custom:hover {
	background-color: #014580;
}





.white-label-features .feature-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	height: 100%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.white-label-features .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.white-label-features .feature-icon {
	font-size: 30px;
	padding: 20px;
	border-radius: 50%;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.white-label-features .icon-blue {
	background: #e6f4ff;
	color: #007bff;
}

.white-label-features .icon-yellow {
	background: #fff7e6;
	color: #f0ad4e;
}

.white-label-features .icon-cyan {
	background: #e6faff;
	color: #17a2b8;
}


.white-label-benefits .benefit-box {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	transition: transform 0.3s ease;
}

.white-label-benefits .benefit-icon {
	font-size: 25px;
	padding: 15px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.white-label-benefits .icon-blue {
	background: #e6f3ff;
	color: #007bff;
}

.white-label-benefits .icon-orange {
	background: #fff3e6;
	color: #fd7e14;
}

.white-label-benefits .icon-lightblue {
	background: #e6faff;
	color: #0dcaf0;
}

.white-label-benefits .icon-red {
	background: #fdecec;
	color: #dc3545;
}

.white-label-benefits .icon-green {
	background: #eafbee;
	color: #28a745;
}

.white-label-benefits .icon-purple {
	background: #f5ecff;
	color: #6f42c1;
}

.white-label-benefits h5 {
	font-weight: 600;
}



.Importance-whitelabel .feature-card {
	border: 1px solid #dee2e6;
	border-radius: 10px;
	text-align: center;
	padding: 25px 15px;
	background: #fff;
	transition: 0.3s;
	height: 100%;
}

.Importance-whitelabel .feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.Importance-whitelabel .feature-card i {
	font-size: 40px;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.Importance-whitelabel .feature-card h5 {
	font-weight: 600;
	font-size: 18px;
}