@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* FONTAWESOME */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.mega-toggle-blocks-right {
	background: #fff;
}


:root {
	--primary-font: "Poppins", sans-serif;
	--primary-color: #1790af;
	--secondary-color: #106B7F;
	--greenblue-color: #38B9CF;
	--grey-color: #c5c5c5;
	--light-color: #e5f3fe;
	--black-color: #000000;
	--white-color: #ffffff;
	--text-color: #606060;
	--btn-text-color: #1790AF;
	--light-blue-color: #CBE4F7;
	--footer-light-bg-color: #F0F6FC;
	--extra-ligh-blue-color: #CBE2F5;
	--extra-light-blue-text-color: #D1EEF5;
	--primary-transition: all ease-in-out 0.35s;
	--box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	--box-shadow-big: 0px 8px 20px 5px rgba(0, 0, 0, 0.2);
}

* {
	scrollbar-color: var(--primary-color) var(--light-color);
	scrollbar-width: thin;
}

#mega-menu-item-17>.mega-sub-menu {
	max-width: 1100px !important;
	float: none !important;
	left: 30% !important;
	transform: translateX(-50%) !important;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

.btn br {
	display: none;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	background: var(--grey-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

textarea {
	resize: none;
}

body {
	font-family: var(--primary-font);
	font-size: 16px;
	color: var(--text-color);
	background: var(--white-color);
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

textarea {
	resize: none;
}

textarea:focus {
	outline: none;
}

/* ================================
   Contact Form 7 – Autofill Reset
   ================================ */

/* Chrome, Edge, Safari */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: #000000 !important;
	background-color: transparent !important;
	transition: background-color 9999s ease-in-out 0s;
}

/* Firefox */
.wpcf7 input:-moz-autofill,
.wpcf7 textarea:-moz-autofill,
.wpcf7 select:-moz-autofill {
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	color: #000000 !important;
	background-color: transparent !important;
}

/* Optional: Bootstrap / form-control support */
.wpcf7 .form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: #000000 !important;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}

@media (min-width:1260px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1226px;
	}
}

a {
	color: var(--text-color);
}

a:hover {
	color: var(--secondary-color);
}

a,
a:hover {
	text-decoration: none;
}

ul li,
ol li {
	list-style: none;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-family: var(--primary-font);
	color: var(--primary-color);
	margin-bottom: 1.5rem;
	font-weight: 500;
}

.megaMenu {
	max-height: 70vh;
	overflow-y: auto;
}

#banner-carousel .slick-slide {
	display: flex;
}

main {
	overflow: hidden;
}

/* Default (xl / desktop) */
.h-56 {
	font-size: 56px;
}

.fs-50 {
	font-size: 50px;
}

.h-42 {
	font-size: 42px;
}

.h-40 {
	font-size: 40px;
}

.h-30 {
	font-size: 30px;
}

.h-26 {
	font-size: 26px;
}

.h-20 {
	font-size: 20px;
}

.h-18 {
	font-size: 18px;
}

.h-16 {
	font-size: 16px;
}

/* Large devices (≤1199px) */
@media (max-width: 1199.98px) {
	.h-56 {
		font-size: 44px;
	}

	.fs-50 {
		font-size: 44px;
	}

	.h-42 {
		font-size: 38px;
	}

	.h-40 {
		font-size: 36px;
	}

	.h-30 {
		font-size: 28px;
	}

	.h-26 {
		font-size: 24px;
	}
}

/* Medium devices (≤991px) */
@media (max-width: 991.98px) {
	.h-56 {
		font-size: 38px;
	}

	.fs-50 {
		font-size: 38px;
	}

	.h-42 {
		font-size: 34px;
	}

	.h-40 {
		font-size: 32px;
	}

	.h-30 {
		font-size: 26px;
	}

	.h-26 {
		font-size: 22px;
	}

	.h-20 {
		font-size: 18px;
	}
}

/* Small devices (≤767px) */
@media (max-width: 767.98px) {
	.h-56 {
		font-size: 30px;
	}

	.fs-50 {
		font-size: 30px;
	}

	.h-42 {
		font-size: 28px;
	}

	.h-40 {
		font-size: 26px;
	}

	.h-30 {
		font-size: 24px;
	}

	.h-26 {
		font-size: 20px;
	}

	.h-20 {
		font-size: 18px;
	}

	.h-16 {
		font-size: 14px;
	}
}

/* Extra small devices (≤575px) */
@media (max-width: 575.98px) {
	.h-56 {
		font-size: 26px;
	}

	.fs-50 {
		font-size: 26px;
	}

	.h-42 {
		font-size: 24px;
	}

	.h-40 {
		font-size: 24px;
	}

	.h-30 {
		font-size: 22px;
	}

	.h-26 {
		font-size: 18px;
	}

	.h-20 {
		font-size: 16px;
	}
}

.headings span {
	color: var(--secondary-color);
}

p {
	margin-bottom: 1.5rem;
}

.sc-pt-90 {
	padding-top: 690px;
}

.sc-pb-90 {
	padding-bottom: 90px;
}

.sc-pt-60 {
	padding-top: 60px;
}

.sc-pb-60 {
	padding-bottom: 60px;
}

.sc-pt-50 {
	padding-top: 50px;
}

.sc-pb-50 {
	padding-bottom: 50px;
}

.sc-pt-30 {
	padding-top: 30px;
}

.sc-pb-30 {
	padding-bottom: 30px;
}

main {
	overflow: hidden;
}

.totop {
	left: auto;
	right: 10px;
}

.form-control:focus {
	box-shadow: inherit;
	border: 0;
	outline: none;
}

/* buttons */
.btn {
	display: inline-block;
	padding: 14px 68px 14px 22px;
	border-radius: 50px;
	color: var(--white-color);
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--btn-text-color);
	border: 1px solid transparent;
}

.btn::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background-image: url("../images/btn-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease, transform 0.3s ease;
}

.newsletter-form .btn {
	padding: 15px 20px;
}

.btn.btn-primary::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background-image: url("../images/white-btn-arow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease, transform 0.3s ease;
}

.btn-line-white {
	color: var(--white-color);
	border-color: var(--white-color);
	background-color: transparent;
}

.btn-line-white::after {
	background-image: url("../images/white-btn-arow.svg");
}

.btn-line-white:hover {
	color: var(--white-color);
	background-color: var(--primary-color);
}

.btn.btn-primary:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

.btn-line-primary {
	color: var(--btn-text-color);
	border-color: var(--primary-color);
	background-color: transparent;
}

.btn-line-primary:hover {
	color: var(--white-color);
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.btn-line-primary:hover::after {
	background-image: url("../images/white-btn-arow.svg");
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.banner-inner {
	position: relative;
}

/* Mouse Scroll */

.mouse {
	width: 13px;
	height: 22px;
	position: relative;
	border: 1px solid #a2a2a2;
	border-radius: 6px 6px;
	position: relative;
}

.mouse-wheel {
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	width: 1.5px;
	height: 4.5px;
	background-color: #a2a2a2;
	display: block;
	bottom: 8px;
}

.mouse-scroll-indicator {
	position: absolute;
	bottom: 30px;
	left: 50%;
	animation: scrollAnimation 1.5s infinite ease-in-out;
	width: 16px;
	margin-left: -4px;
}

.mouse-scroll-indicator .mouse-wheel {
	animation: wheelAnimation 1s infinite ease-in-out;
}

.arrow-down {
	text-align: center;
	width: 13px;
}

@keyframes scrollAnimation {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(5px);
		opacity: 0.7;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes wheelAnimation {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(5px);
		opacity: 0.5;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#banner-carousel .slick-slide img {
	width: 100%;
}


@media screen and (min-width: 992px) {
	.button:hover::after {
		right: 30px;
		transform: translateY(-50%) scale(1.2);
	}
}

.button:focus,
.button-line:focus,
.button-white:focus {
	outline: 0;
	box-shadow: none;
}

.button-primary {
	color: var(--white-color);
}

.button-primary:hover {
	color: var(--white-color);
	box-shadow: 0px 0px 26px 4px rgba(0, 0, 0, 0.2);
}


.button-line-primary {
	background: transparent;
	border: 1px solid var(--btn-text-color);
	color: var(--btn-text-color);
}

.button-line-white {
	background: transparent;
	border: 1px solid var(--white-color);
}

.button-line:hover {
	background: var(--primary-color);
}

.button-white {
	color: var(--primary-color);
	background: var(--white-color);

}

.trust-boxes-outer .card {
	border-radius: 20px;
	height: 100%;
	text-align: left;
	padding: 30px;
	transition: 0.3s ease;
	border: 0;
	box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	overflow: hidden;
}

.trust-boxes-outer .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}

.trust-boxes-outer .card:hover {

	transition: 0.3s ease;
	box-shadow: none;
}

.overlay-card {
	width: 52px;
	position: absolute;
	height: 52px;
	border-radius: 50%;
	background-color: var(--btn-text-color);
	top: 30px;
	left: 30px;
	z-index: 0;
	transition: transform 0.4s ease-out;
}

.card:hover .overlay-card {
	transform: scale(30) translateZ(0);
}

.trust-boxes-outer .card:hover .card-title {
	color: var(--white-color);
}

.trust-boxes-outer .card:hover p,
.trust-boxes-outer .card:hover li {
	color: var(--extra-light-blue-text-color);
}

.icon-box {
	width: 52px;
	height: 52px;
	background-color: var(--white-color);
	border: 1px solid var(--btn-text-color);
	padding: 10px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.card-title {
	color: var(--primary-color);
}

.button-white::after {
	background-image: url("../images/button-arrow-blue.svg");
}

.button-white:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.button-white:hover::after {
	background-image: url("../images/button-arrow.svg");
}

.button-downlaod::after {
	background-image: url("../images/download-icon.svg");
}


.button-downlaod:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.button-downlaod:hover::after {
	background-image: url("../images/download-icon.svg");
}

.banner {
	background: url(../images/banner-bckground.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.video-pop {
	position: relative;
	border-radius: 20px;
	width: 100%;
	overflow: hidden;
	background: black;
}

.video-play-btn {
	display: block;
}

.video-play-btn img {
	width: 100%;
	height: auto;
	display: block;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	transition: all 0.3s ease;
	z-index: 2;
}

.video-play-btn:hover .play-icon {
	background: var(--secondary-color);
	transform: translate(-50%, -50%) scale(1.1);
}

.play-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	animation: pulse-border 1.5s linear infinite;
}

@keyframes pulse-border {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}


/* ============================================================
   DYNAMIC MEGA MENU (BIG-MENU) STYLES
   ============================================================ */
.main-navigation .menu>li.bigmenu {
	position: static !important;
}

/* The Submenu Container (Level 1) */
.main-navigation .menu>li.bigmenu>.sub-menu {
	position: absolute;
	top: 92px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	width: 1226px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
	display: none !important;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s;
	z-index: 999;
	pointer-events: none;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
	min-height: 550px;
}

.main-navigation .menu>li.bigmenu:hover>.sub-menu {
	display: block !important;
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

/* Tab Sidebar (Level 1 LIs) */
.main-navigation .menu>li.bigmenu>.sub-menu>li {
	width: 258px !important;
	background: #fff;
	padding: 0 !important;
	margin: 0 !important;
	position: static !important;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>a {
	padding: 12px 30px !important;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	display: block;
	transition: all 0.3s;
	border-right: 4px solid transparent;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li:hover>a,
.main-navigation .menu>li.bigmenu>.sub-menu>li.active>a {
	color: var(--primary-color);
	background: #f8fbff;
	border-right-color: var(--primary-color);
}

/* Content Area (Level 2 Submenus) */
.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu {
	position: absolute;
	top: 0;
	left: 250px;
	width: calc(100% - 250px);
	height: 100%;
	background: #fff;
	padding: 25px !important;
	display: none;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	overflow-y: auto;
	max-height: 550px;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li.active>.sub-menu {
	display: grid !important;
	opacity: 1;
	visibility: visible;
	flex-wrap: wrap;
	align-content: flex-start;
}

/* Column Headings (Level 2 LIs) */
.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}

.main-navigation .menu>li.bigmenu>ul>li>ul>li:hover>ul,
.main-navigation .menu>li.bigmenu>ul>li>ul>li.menu-open>ul {
	transform: inherit !important;
}

.main-navigation .menu>li.bigmenu>ul>li>ul>li>ul {
	transform: inherit !important;
	transition: inherit !important;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>a {
	font-size: 16px;
	font-weight: 600;
	color: #0d1e3d;
	margin-bottom: 15px;
	display: block;
	padding: 0 !important;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>a:hover {
	color: var(--primary-color);
	background: none !important;
}

/* Final Links (Level 3 Submenus) */
.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu {
	position: static !important;
	box-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	display: block !important;
	padding: 0 !important;
	border: none !important;
	max-height: 110px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: var(--primary-color) #f1f1f1;
	width: 100% !important;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu li {
	padding: 0 !important;
	margin-bottom: 8px;
	border: 0;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu li a {
	font-size: 14px;
	color: #888;
	padding: 0 !important;
	line-height: 1.4;
	transition: color 0.3s;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu li a:hover {
	color: var(--primary-color);
	background: none !important;
}

/* Custom Scrollbar for Level 3 */
.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu::-webkit-scrollbar {
	width: 4px;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.main-navigation .menu>li.bigmenu>.sub-menu>li>.sub-menu>li>.sub-menu::-webkit-scrollbar-thumb {
	background: var(--primary-color);
	border-radius: 10px;
}

.main-navigation .menu>li.bigmenu ul li.menu-item-has-children::before {
	display: none;
}

/* Responsive adjustments for Mega Menu */
@media (max-width: 1280px) {
	.main-navigation .menu>li.bigmenu>.sub-menu {
		width: 1000px;
	}
}

@media (max-width: 1199px) {
	.main-navigation .menu>li.bigmenu>.sub-menu {
		display: none !important;
	}
}

.category-boxes-outer {
	justify-content: space-between;
}

.why-choose-sec,
.industry-evens-sc,
.meet-leadership-sc,
.gellery-part-sc {
	background: var(--secondary-color);
	color: var(--white-color);
}

.why-choose-sec p.card-text,
.industry-evens-sc p.card-text {
	color: var(--text-color);
}

.submit-area p {
	margin-bottom: 0;
}

.industry-evens-sc .events-lists-box .card {
	height: 100%;
}

.event-content p {
	margin-bottom: 10px;
}

.single-event .event-content {
	padding-left: 25px;
}

.left-choose-box .headings,
.leading-venets-header .headings {
	color: var(--white-color);
}

.left-choose-box .headings span,
.leading-venets-header .headings span {
	color: var(--light-blue-color);
}

.right-choose-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.right-choose-box .card {
	width: 100%;
	padding: 20px;
	flex-direction: row-reverse;
	gap: 15px;
	box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.08);
}

.right-choose-box .card:first-child {
	border-radius: 20px 20px 0 20px;
}

.right-choose-box .card:nth-child(2) {
	border-radius: 20px 20px 20px 0;
}

.right-choose-box .card:nth-child(3) {
	border-radius: 20px 0 20px 20px;
}

.right-choose-box .card:nth-child(4) {
	border-radius: 0px 20px 20px 20px;
}

.right-choose-box .icon-box {
	min-width: 52px;
}

.right-choose-box .card-body {
	padding: 0;
}

.our-certification .container {
	border-bottom: 1px solid #d1cdcd;
}

.our-certification .slick-slide {
	margin: 0 15px;
}

.our-certification .slick-list {
	margin: 0 -15px;
}

.our-certification .item-inner {
	text-align: center;
	display: flex !important;
	justify-content: center;
	height: 120px;
}

.our-certification .item-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	align-self: center;
	margin: 0 auto;
}

.our-certification .slick-dots {
	bottom: -50px;
}

.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.card-img-pro {
	max-height: 123px;
}

.button-submit {
	border: 0;
	padding: 12px 28px;
}

.image-border {
	position: relative;
	display: inline-block;
}

.image-border img {
	display: block;
	width: 100%;
	border-radius: 20px;
	height: auto;
}

.image-border:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	border-radius: 20px;
	pointer-events: none;
}

.client-saying-header {
	background-image: url(../images/client-saying-floral-bg.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.client-saying-header p {
	max-width: 722px;
	margin: 0 auto;
}

.quote-icon {
	position: absolute;
	top: 0px;
	left: 0px;
}

.testimonial-box {
	position: relative;
	padding-left: 30px;
	text-align: left;
	padding-top: 33px;
}

.testimonial-text {
	color: var(--primary-color);
	position: relative;
	z-index: 1;
	font-style: italic;
	line-height: 1.8;
	font-weight: 300;
}

.testimonial-name {
	margin-top: 15px;
	font-weight: 600;
	color: var(--primary-color);
	margin: 0;
	font-size: 16px;
}

.testimonial-role {
	font-size: 16px;
	font-weight: 400;
	color: var(--primary-color);
}

.testi-slider-wrap {
	align-items: center;
}

.clients-video-testimonials {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding-right: 30px;
}

.clients-img-testimonials {
	height: 420px;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	background: #e5e5e5;
}

.clients-img-testimonials img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
	object-position: top;
}

.clients-video-testimonials video,
.video-pop video {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	background: #000;
}

.client_comment.testimonial-text {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	/* Limit to 5 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.play-pause-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 75px;
	height: 75px;
}

/* Slick Dots */
.slick-dots li {
	width: auto;
	margin: 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.slick-dots li.slick-active button:before {
	display: none;
}

.slick-dots li button {
	margin: 0 4px;
	background-color: #898989;
	border-radius: 100%;
	display: block;
	height: 8px;
	width: 8px;
	padding: 0;
	border: 0;
}

.slick-dots li.slick-active button {
	background-color: var(--primary-color);
}

.slick-dots li button {
	height: 8px;
	width: 8px;
	background: var(--btn-text-color);
	border-radius: 30px;
	padding: 0;
	border: 0 none;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}

.slick-dots li.slick-active button {
	width: 23px;
	height: 8px;
	background: var(--primary-color);
	border-radius: 30px;
}

.slick-prev,
.slick-next,
.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	width: 61px;
	height: 61px;
	z-index: 5;
}

.slick-prev::before,
.slick-next:before {
	display: none;
}

.slick-prev {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow-prev.svg);
	left: -80px;

}

.slick-next {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/arrow-next.svg);
	right: -80px;
}

.slick-prev:hover,
.slick-prev:focus {
	background-image: url(../images/arrow-prev-hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slick-next:hover,
.slick-next:focus {
	background-image: url(../images/white-btn-arow.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slick-dots li button:before {
	display: none;
}

#testimonial-carousel {
	padding-bottom: 30px;
}

#testimonial-carousel .footer-social-links li img {
	height: 100%;
	width: auto;
}

/* Add space between slider items */
#testimonial-carousel .slick-slide {
	padding: 0 10px;
	/* 👈 10px gap on left and right */
	box-sizing: border-box;
}

.testimonial-carousel-outer {
	margin-bottom: 30px;
}

.testimonial-carousel-outer .slick-prev,
.testimonial-carousel-outer .slick-next {
	border-radius: 50%;
	border: 1px solid var(--primary-color);
	top: auto;
	bottom: 0px;
	transform: translateX(-50%);
}

.testimonial-carousel-outer .slick-next {
	left: calc(50% + 35px);
	right: auto;
}

.testimonial-carousel-outer .slick-prev {
	left: calc(50% - 35px);
}

.testimonial-carousel-outer .slick-prev:hover,
.testimonial-carousel-outer .slick-next:hover,
.testimonial-carousel-outer .slick-next:focus,
.testimonial-carousel-outer .slick-prev:focus,
#lifeat-slider .slick-next:focus,
#lifeat-slider .slick-prev:focus,
#lifeat-slider .slick-next:hover,
#lifeat-slider .slick-prev:hover {
	border-radius: 50%;
	border: 1px solid var(--btn-text-color);
	background-color: var(--btn-text-color);
}

#lifeat-slider .slick-next,
#lifeat-slider .slick-prev {
	border-radius: 50%;
	border: 1px solid var(--primary-color);
}


/* Form */
.newsletter-form .form-control {
	height: 52px;
}

.form-control,
select.form-control,
select.form-select {
	height: 52px;
}

.form-control:focus,
select.form-control:focus,
select.form-select:focus {
	border: 1px solid #becdd8;
}

.form-group label {
	margin-bottom: 10px;
}

.wpcf7-file {
	padding: 14px 20px;
}

/* HEADER STYLE */
.main-header {
	position: sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	background: #ffffff;
	transition: var(--primary-transition);
	padding: 0 15px;
}

.scrolled .main-header {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.main-header .container {
	position: relative;
}

.overview-x-hidden {
	overflow-x: hidden !important;
}


.main-header .language-icons {
	padding: 0;
	border: 1px solid var(--btn-text-color);
	border-radius: 28px;
	margin: 0px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	width: 120px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 10px;
}

.main-header .language-icons select,
select.orderby {
	width: 100%;
	max-height: 250px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	padding: 5px;
	border-radius: 30px;
	outline: 0px;
}

select.orderby {
	border: 1px solid var(--btn-text-color)
}

.woocommerce ul.products li.product a.button {
	display: inline-block;
	padding: 14px 68px 14px 22px;
	border-radius: 50px;
	color: var(--white-color);
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: var(--btn-text-color);
	border: 1px solid transparent;
	font-weight: 500;
}

.woocommerce ul.products li.product a.button::after {
	content: "";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background-image: url("../images/white-btn-arow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease, transform 0.3s ease;
}

.woocommerce ul.products li.product a.button:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

.language-icons .active {
	display: none;
}


.main-header .logo-widget {
	transition: width 0.5s ease, height 0.5s ease;
	width: 88px;
	height: auto;
	transition: var(--primary-transition);
	padding: 5px 0;
}

.header-widget {
	display: flex;
	align-items: center;
}

.main-header .btm-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-header {
	margin-left: 10px;
}

.search-icon {
	border-radius: 28px;
	margin-right: 5px;
	width: 35px;
	display: flex;
	height: 35px;
	align-items: center;
	justify-content: center;
	background: #1790af38;
	color: #fff;
}

.search-icon:hover {
	border: 1px solid var(--btn-text-color);
}

.search-icon span {
	margin-right: 63px;
}

/* ===========================
   Main Navigation
=========================== */

.main-navigation {
	margin-left: auto;
}

.main-navigation .menu {
	display: flex;
}

/* Top-level items */
.main-navigation .menu>li {
	position: relative;
}

.main-navigation .menu>li>a {
	padding: 38px 25px;
	font-size: 16px;
	color: #0a1437;
	display: block;
	font-weight: 500;
}

.main-navigation .menu>li:last-child {
	padding-right: 0;
}


.main-navigation button.sub-menu-toggle {
	display: none !important;
}

/* Hover state */
.main-navigation .menu>li:hover>a,
.main-navigation .menu>li.current-menu-item>a {
	color: var(--secondary-color);
}

/* ===========================
   ARROWS
=========================== */
.main-navigation .menu>li.menu-item-has-children {
	background: url(../images/lang-dropdown-arrow.svg) no-repeat no-repeat right 5px top 50%
}

/* ===========================
   LEVEL 1 SUBMENU
=========================== */

.main-navigation .menu>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	background: var(--white-color);
	box-shadow: var(--box-shadow);
	opacity: 0;
	display: none;
	/* Changed from visibility: hidden */
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 99;
}

.main-navigation .menu>li:not(.bigmenu):hover>ul,
.main-navigation .menu>li.menu-open>ul {
	opacity: 1;
	display: block;
	transform: translateY(0);
}

/* ===========================
   LEVEL 2 SUBMENU
=========================== */

.main-navigation .menu>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 230px;
	background: var(--white-color);
	box-shadow: var(--box-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.3s ease;
	z-index: 100;
}

.main-navigation .menu>li>ul>li.menu-open>ul {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ===========================
   LEVEL 3 SUBMENU (FIX)
=========================== */

.main-navigation .menu>li>ul>li>ul>li>ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 220px;
	background: var(--white-color);
	box-shadow: var(--box-shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateX(10px);
	transition: all 0.3s ease;
	z-index: 101;
}

/* Show level 3 ONLY on hover */
.main-navigation .menu>li>ul>li>ul>li:hover>ul,
.main-navigation .menu>li>ul>li>ul>li.menu-open>ul {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* ===========================
   SUBMENU ITEMS
=========================== */

.main-navigation .menu ul li {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation .menu ul li a {
	padding: 10px 15px;
	font-size: 15px;
	color: #0a1437;
	display: block;
	font-weight: normal;
}

/* Hover effect */
.main-navigation .menu ul li a:hover {
	background-color: var(--secondary-color);
	color: var(--white-color);
}

/* ===========================
   REMOVE LINE HOVER EFFECT
=========================== */

.main-navigation .menu ul li a::before,
.main-navigation .menu ul li a::after {
	content: none !important;
}

/* Hide Duplicated Left Menu */
.left-menu-1 {
	display: none !important;
}

/* Serach Panel */
.search-wrap {
	transition: all 1s ease;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 1000;
}

.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 98;
	display: none;
	backdrop-filter: blur(3px);
}

.search-overlay.active {
	display: block;
}

body.search-active {
	overflow: hidden;
}

.search-middle {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

header .search-widget {
	display: none;
	position: absolute;
	right: 90px;
	width: 450px;
	z-index: 1000;
	border-radius: 8px;
	top: 100%;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

header .search-widget.active {
	display: block;
	animation: fadeIn 0.3s ease;
}

.search-widget .search-form,
.not-found-search .search-form,
.error-404 .search-form {
	position: relative;
	border: 1px solid #becdd8;
	color: #222222;
	border-radius: 100px;
	height: 60px;
	width: 100%;
	padding-left: 15px;
}

.search-widget .search-form,
.not-found-search .search-form {
	background: var(--white-color);
}

.search-widget .search-form label,
.not-found-search .search-form label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.error-404 label {
	display: none;
}

.search-widget .search-form input[type="search"],
.not-found-search .search-form input[type="search"],
.error-404 .search-form input[type="search"] {
	margin: 0;
	padding: 0 15px;
	width: calc(100% - 60px);
	border: 0;
	font-size: 16px;
	background: transparent;
	line-height: 57px;
}

.error-404 .search-form .search-field:focus-visible {
	border: none;
	outline: none;
}

.search-widget .search-form input[type="submit"],
.not-found-search .search-form input[type="submit"],
.error-404 .search-form input[type="submit"] {
	margin: 5px;
	padding: 0;
	width: 50px !important;
	height: 50px !important;
	border: 0 !important;
	position: absolute;
	right: 0 !important;
	background: var(--secondary-color) url(../images/search-white.svg) no-repeat center center !important;
	color: #fff !important;
	cursor: pointer !important;
	font-size: 0 !important;
	border-radius: 100%;
}

.search-widget .search-form input[type="search"]:focus,
.not-found-search .search-form input[type="search"]:focus {
	outline: 0 none;
}

body.search-open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 43px;
	height: 43px;
	color: var(--white-color);
	font-size: 20px;
	margin: 15px;
	text-align: center;
}

.search-container {
	display: flex;
	align-items: center;
	max-width: 600px;
	margin: 0 auto;
}

.search-container .search-widget {
	margin-bottom: 0;
	width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
	background-color: transparent !important;
}

/**Footer***/
/* Top Top */
.totop {
	color: var(--white-color);
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: none;
	transition: 0.5s;
	z-index: 2;
	background: var(--secondary-color);
	border-radius: 100%;
}

.totop:focus {
	outline: none;
	text-decoration: none;
}

.totop i {
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.totop:hover {
	background: var(--grey-color);
}

.play-btn:before,
.play-pause-btn::before,
.play-pause-btn::after,
.play-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 10px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}


.play-btn:before,
.play-pause-btn::before {
	animation: ripple 2s linear infinite;
}

.play-btn:after,
.play-pause-btn::after {
	animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}


textarea {
	resize: none;
}

a.chatbot-btn {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 2;
}

.info-btn {
	position: fixed;
	right: 19px;
	bottom: 103px;
	z-index: 2;
	cursor: pointer;
	width: 61px;
	display: none;
}

.footer {
	font-size: 16px;
	background-color: var(--footer-light-bg-color);
}

.footer-wrap {
	justify-content: space-between;
}


.footer .footer-top h5 {
	font-size: 16px;
	color: var(--secondary-color);
}

.footer-logo-widget {
	margin-bottom: 25px;
}

.footer-contant {
	margin: 25px 0;
}

ul.footer-links li {
	font-size: 14px;
	margin: 0 0px 10px 0;
	padding: 0 0px;
	display: block;
	position: relative;
}

ul.footer-links li.current-menu-item a {
	color: var(--primary-color);
}

ul.footer-social-links {
	display: flex;
	margin-left: -13px;
	width: 100%;
	justify-content: space-between;
}

.contact-social {
	padding-top: 30px;
}

.footer-social-links li {
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.divi-bdr {
	background-color: #0A1437;
	opacity: 0.2;
}

.footer-social-links li a {
	color: var(--white-color);
	display: block;
	border-radius: 100%;
	opacity: 0.8;
}

.footer-social-links li a:hover {
	opacity: 1;
}

.footer .footer-contact li {
	font-size: 14px;
	margin-bottom: 15px;
	display: flex;
}

.footer .footer-contact li a {
	display: flex;
	width: 100%;
}

.footer .footer-contact li span {
	display: block;
	margin-left: 10px;
}

.footer .footer-mid {
	background: #041329;
	color: var(--white-color);
}

.footer .footer-mid .container {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-mid .row {
	align-items: flex-start;
}

.footer .footer-lcoation {
	display: flex;
	align-items: flex-start;
}

.footer .footer-lcoation h5 {
	color: var(--white-color);
	font-size: 16px;
	margin-bottom: 10px;
}

.footer .footer-lcoation .cla {
	margin-left: 15px;
}

.footer .footer-lcoation .cla p {
	color: #b6c0d0;
	margin: 0;
}

.footer .footer-bottom {
	font-size: 14px;
	padding: 20px 0;
	border-top: 1px solid rgba(10, 20, 55, 0.2);
}

.footer .footer-bottom p {
	margin: 0;
	color: var(--text-color);
	font-size: 14px;
}

.footer .footer-bottom .copyright-link {
	display: flex;
	justify-content: flex-end;
}

.footer .footer-bottom ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer .footer-bottom ul li {
	padding: 0 5px;
	border: 0;
	font-size: 14px;
	border-right: 1px solid #b6c0d0;
}

.footer .footer-bottom ul li:last-child {
	border: 0;
}

.footer .footer-bottom ul li.current-menu-item a {
	color: var(--secondary-color);
}

.footer .newsletter-area {
	width: 90%;
}

.tnp-subscription form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--footer-light-bg-color) !important;
	border: 1px solid var(--btn-text-color);
	border-radius: 100px;
	overflow: hidden;
	padding: 5px;
}

.tnp-subscription label,
.tnp-profile label {
	display: none !important;
}

.tnp-subscription input[type="email"]:focus-visible {
	outline: -webkit-focus-ring-color auto 0;
	outline: none;
	border: 0;
}

.tnp-subscription input[type="email"]::placeholder {
	color: var(--text-color);
	opacity: 1;
}

.tnp-subscription input[type="email"]:-ms-input-placeholder {
	color: var(--text-color);
}

.tnp-subscription input[type="email"] {
	color: var(--text-color);
	background-color: var(--footer-light-bg-color) !important;
	line-height: 30px !important;
	border-width: medium !important;
	border-style: none !important;
	border-color: currentcolor !important;
	border-image: initial !important;
	padding: 0px 5px !important;
}

.tnp-subscription input[type="email"]:-webkit-autofill,
.tnp-subscription input[type="email"]:-webkit-autofill:hover,
.tnp-subscription input[type="email"]:-webkit-autofill:focus,
.tnp-subscription input[type="email"]:autofill,
.tnp-subscription input[type="email"]:autofill:hover,
.tnp-subscription input[type="email"]:autofill:focus {
	border: none !important;
	background-color: var(--footer-light-bg-color) !important;
	-webkit-text-fill-color: var(--text-color) !important;
	-webkit-box-shadow: 0 0 0px 1000px var(--footer-light-bg-color) inset !important;
	box-shadow: 0 0 0px 1000px var(--footer-light-bg-color) inset !important;
	transition: background-color 5000s ease-in-out 0s;
	padding: 0px 5px !important;
	line-height: 30px !important;
	outline: none !important;
}

.tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field {
	margin: 0px !important;
}

.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit {
	cursor: pointer;
	background-color: var(--primary-color) !important;
	color: var(--white-color) !important;
	border-radius: 30px;
	padding: 10px 25px !important;
}


.footer .footer-contact img {
	max-width: 20px;
}

/* Floating button */
.enqpoupup {
	display: none;
	max-width: 600px;
}

.common-btn {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 10px;
	border-radius: 50px;
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	transition: width 0.3s;
	width: 46px;
	height: 46px;
	justify-content: center;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
}

.common-btn:hover {
	width: 180px;
}

.navRight {
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-item-inner {
	margin-bottom: 15px;
}

.phone-number,
.whatsapp-number {
	font-size: 16px;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	transition: opacity 0.3s;
	opacity: 0;
	color: #000;
	display: none;
}

.call-button:hover .phone-number {
	opacity: 1;
	display: block;
}

.whatsapp-button:hover .whatsapp-number {
	opacity: 1;
	display: block;
}

.enquire-button {
	position: absolute;
	right: -78px;
	width: 204px;
	top: 195px;
	height: 46px;
	padding: 0;
	border: none;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.19);
}

.enquire-button::after {
	display: none;
}

.box-contact-form {
	background: #ffffff;
	padding: 0;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0 !important;
}

/* Home Page */
.banner {
	position: relative;
	padding-bottom: 80px;
	padding-top: 60px;
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item img.banner-main {
	width: 100%;
	height: 630px;
	object-fit: cover;
}

.banner .item .banner-aniamted,
.banner .item .banner-aniamted-2 {
	position: absolute;
	bottom: 20px;
	animation: bannermoveXY1 10s ease-in-out infinite;
}

.banner .item .banner-aniamted {
	left: 20px;
	width: 359px;
}

.banner .item .banner-aniamted-2 {
	left: 0;
	width: 520px;
}

.banner .item .banner-aniamted img,
.banner .item .banner-aniamted-2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Diagonal movement keyframes */
@keyframes bannermoveXY1 {

	0%,
	100% {
		transform: translate(0, 0);
	}

	25% {
		transform: translate(15px, -15px);
	}

	50% {
		transform: translate(30px, 10px);
	}

	75% {
		transform: translate(-10px, -20px);
	}
}


.banner .item .cover .banner-content {
	position: relative;
	overflow: hidden;
	width: 60%;
	max-width: 600px;
}

.banner .item .cover .banner-content .heading,
.banner .item .cover .banner-content p {
	color: var(--white-color);
}

.banner .item .cover .banner-content .btn-holder {
	display: flex;
	flex-wrap: wrap;
}


.banner .slick-dots {
	position: absolute;
	right: 0px;
	bottom: -25px;
	width: auto;
	text-align: left;
	z-index: 2;
}

.banner .slick-dots li button {
	width: 15px;
	height: 4px;
	background-color: var(--extra-ligh-blue-color);
	margin: 0 5;
	border-radius: 5px;
}

.banner .slick-dots li.slick-active button {
	width: 25px;
	height: 4px;
	background: var(--btn-text-color);
	margin: 0;
	border-radius: 5px;
}

.banner .slick-dots li {
	height: 4px;
	margin: 0;
	vertical-align: top;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

/* our-servicess-section */
.our-services-section .slick-slide {
	margin: 0 20px;
}

.our-services-section .slick-list {
	margin: 0 -20px;
}

.trusted-pioneer-section {
	background-color: var(--extra-ligh-blue-color);
	padding-bottom: 200px;
}

.accesability-section {
	margin-top: -179px;
}

.accesability-section .card-text-box {
	max-height: 96px;
}

.trust-boxes-outer .card .card-title {
	min-height: 50px;
}

.trust-boxes-outer .card .read-more-btn {
	display: inline-block;
	color: var(--btn-text-color);
	transition: all 0.3s;
	position: relative;
	margin-top: 20px;
}

.trust-boxes-outer .card .read-more-btn::after {
	content: "";
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 10px;
	background-image: url("../images/btn-arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: right 0.3s ease, transform 0.3s ease;
}

.trust-boxes-outer .card:hover .read-more-btn {
	color: var(--white-color);
}

.trust-boxes-outer .card:hover .read-more-btn:after {
	background-image: url("../images/white-btn-arow.svg");
}

.right-map-box {
	width: 658px;
	flex: 0 0 auto;
}

.map-pin {
	position: absolute;
	transform: translate(-50%, -100%);
	cursor: pointer;
}

.map-pin span {
	display: none;
	position: absolute;
	top: -33px;
	left: 8px;
	background: var(--white-color);
	color: var(--primary-color);
	padding: 4px 8px;
	font-size: 12px;
	border-radius: 4px 4px 4px 0;
	white-space: nowrap;
	z-index: 3;
}

.map-pin span::after {
	content: "";
	display: block;
	position: absolute;
	border-left: 10px solid #fff;
	border-top: 0px solid transparent;
	border-bottom: 10px solid transparent;
	top: 100%;
	left: 0;
}

.map-pin:hover span {
	display: block;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.map-inner {
	position: relative;
	width: 658px;
	height: 310px;
}

.map-pin {
	position: absolute;
	transform: translate(-50%, -100%);
	/* Optional styling */
	color: #000;
	font-size: 12px;
	text-align: center;
}

.map-pin:hover {
	z-index: 5;
}

.map-pin.nigeria-p {
	left: 317px;
	top: 174px;
}

/* Already present */
.map-pin.ecuador-p {
	left: 155px;
	top: 197px;
}

.map-pin.venezuela-p {
	left: 173px;
	top: 175px;
}

.map-pin.spain-p {
	left: 307px;
	top: 110px;
}

.map-pin.france-p {
	left: 318px;
	top: 92px;
}

.map-pin.portugal-p {
	left: 297px;
	top: 110px;
}

.map-pin.poland-p {
	left: 335px;
	top: 81px;
}

.map-pin.guatemala-p {
	left: 132px;
	top: 161px;
}

.map-pin.philippines-p {
	left: 557px;
	top: 170px;
}

.map-pin.indonesia-p {
	left: 540px;
	top: 198px;
}

/* Already present */
.map-pin.vietnam-p {
	left: 520px;
	top: 167px;
}

.map-pin.morocco-p {
	left: 294px;
	top: 128px;
}

.map-pin.belgium-p {
	left: 319px;
	top: 83px;
}


.map-pin.bulgaria-p {
	left: 353px;
	top: 104px;
}

.map-pin.romania-p {
	left: 357px;
	top: 98px;
}

.map-pin.egypt-p {
	left: 361px;
	top: 141px;
}

.map-pin.tunisia-p {
	left: 324px;
	top: 124px;
}

.map-pin.algeria-p {
	left: 310px;
	top: 140px;
}

.map-pin.tanzania-p {
	left: 373px;
	top: 198px;
}

.map-pin.angola-p {
	left: 338px;
	top: 204px;
}

.map-pin.senegal-p {
	left: 285px;
	top: 167px;
}



.map-pin.kenya-p {
	left: 383px;
	top: 188px;
}

/* Optional: add pin icon if you have it */
.map-pin::before {
	display: block;
	content: "";
	width: 13px;
	height: 18px;
	background: url('../images/map-pic-icon.svg') no-repeat;
	background-size: 100%;
}


.trusted-countries-box {
	width: calc(100% - 658px);
	flex: 0 0 auto;
	padding-right: 40px;
}

.events-lists-box .slick-dots {
	bottom: -50px;
}

.events-lists-box .card {
	padding: 20px;
	border-radius: 20px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.events-lists-box .card .card-img-top {
	border-radius: 20px;
	overflow: hidden;
	height: 260px;
	position: relative;
}

.events-lists-box .card .card-img-top span {
	position: absolute;
	top: 25px;
	right: 25px;
	background-color: var(--secondary-color);
	color: var(--white-color);
	border-radius: 6px;
	padding: 5px 10px;
	z-index: 2;
}

.events-lists-box .card .card-img-top img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.4s ease;
	max-width: 100% !important;
}

.events-lists-box .card:hover .card-img-top img {
	transform: scale(1.1);
}

.events-lists-box .card .card-body {
	padding: 25px 0 0 0;
}

.hr-outer {
	max-width: 1500px;
	margin: 0 auto;
}

.color-white {
	color: var(--white-color);
}

.footer .newsletter-area input[type="email"] {
	border: none;
	background-color: transparent;
	color: #000;
}

.footer .newsletter-area .button {
	padding: 14px 20px;
	min-width: 150px;
	border: 0;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-form-control-wrap {
	display: block;
}

.copyright-outer {
	justify-content: space-between;
}

.leading-venets-header {
	max-width: 891px;
	margin: 0 auto 40px;
	padding: 0 15px;
	text-align: center;
}

.leading-venets-header p {
	font-weight: 300;
}

.lets-connect {
	justify-content: space-between;
	align-items: center;
	padding-bottom: 60px;
}

.lets-connect-btns {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}


.icon-ftr {
	min-width: 32px;
}

.contact-address,
.contact-phone,
.contact-email {
	margin-bottom: 25px;
}

.category-boxes-outer {
	margin-bottom: 30px;
	margin-top: 60px;
}

.category-boxes-outer .card .img-box {
	overflow: hidden;
}

.category-boxes-outer .card .img-box img {
	margin: 0px auto;
	transition: transform 0.3s ease;
}

.category-boxes-outer .card:hover .img-box img {
	transform: scale(1.1);
}

.category-boxes-outer .card:hover .card-title {
	color: var(--secondary-color);
}

.choose-outer-box {
	justify-content: space-between;
}


.date-evnt {
	color: var(--secondary-color);
	margin-bottom: 10px;
}

.address-evnt {
	color: var(--text-color);
	margin-bottom: 10px;
}

.date-evnt,
.address-evnt {
	position: relative;
	padding-left: 25px;
	margin-top: 15px;
}

.date-evnt img,
.address-evnt img {
	position: absolute;
	left: 0;
	top: 4px;
}

.footer-top .container {
	border-top: 1px solid #d1cdcd;
}

.footer-links ul li {
	margin-bottom: 20px;
}

.footer-links ul li:last-child {
	margin-bottom: 0;
}

.left-copyright a {
	color: var(--btn-text-color);
}

.remore-btn,
.legacy-read-more-btn {
	position: relative;
	color: var(--btn-text-color);
}

.remore-btn::after,
.legacy-read-more-btn::after {
	content: "";
	width: 22px;
	height: 10px;
	background-image: url(../images/btn-arrow.svg);
	display: block;
	position: absolute;
	left: 112%;
	top: 7px;
	transition: 0.3s;
	background-repeat: no-repeat;
}

.remore-btn:hover::after,
.legacy-read-more-btn::after {
	left: 116%;
	transition: 0.3s;
	;
}

.banner-section {
	min-height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-page-banner {
	position: absolute;
	display: flex;
	height: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	color: var(--white-color);
}

.inner-page-banner span {
	color: var(--white-color);
}

.banner-heading {
	margin-bottom: 0;
	color: var(--white-color);
}

.story-description {
	max-width: 993px;
	margin: 15px auto;
}


.legacy-section {
	background-color: var(--extra-ligh-blue-color);
	background-image: url(../images/legacy-year-bg.webp);
	background-position: center bottom 10%;
	background-repeat: no-repeat;
	background-size: 100%;
}

.legacy-tabs {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(96, 96, 96, 0.2);
	gap: 10px;
}

.legacy-tabs .tab-item {
	flex: 0 0 auto;
	text-align: center;
	padding: 10px 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s;
	border-radius: 10px 10px 0 0;
	font-size: 20px;
}

.legacy-tabs .tab-item:hover {
	background-color: #f4f4f4;
}

.legacy-tabs .tab-item.active {
	background-color: var(--btn-text-color);
	color: #fff;
}

.legacy-content {
	text-align: center;
}

.legacy-content .year-info {
	display: none;
	padding-top: 30px;
}

.mobile-legacy-title {
	display: none;
	font-size: 24px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 20px;
	text-align: center;
	text-decoration: underline;
}

.legacy-content .year-info.active {
	display: block;
}

.legacy-header {
	margin-bottom: 40px;
}

.yeafs-of-contents {
	text-align: left;
}

/* UL Style - Bulleted List */
.termsAndConditions ul,
.missionvission-section ul,
.carear-sing ul {
	padding-left: 20px;
	margin-top: 15px;
	list-style: none;
}

.termsAndConditions ul li,
.missionvission-section ul li,
.carear-sing ul li {
	position: relative;
	margin-bottom: 10px;
}

.termsAndConditions ul li::before,
.missionvission-section ul li::before,
.carear-sing ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	border-radius: 50%;
	left: -20px;
	top: 7px;
	background-color: var(--btn-text-color);
}

/* OL Style - Numbered List */
.termsAndConditions ol,
.missionvission-section ol {
	padding-left: 20px;
	margin-top: 15px;
	counter-reset: item;
	list-style: none;
}

.termsAndConditions ol li,
.missionvission-section ol li {
	position: relative;
	margin-bottom: 10px;
	counter-increment: item;
}

.termsAndConditions ol li::before,
.missionvission-section ol li::before {
	content: counter(item);
	position: absolute;
	left: -25px;
	top: 0;
	font-weight: bold;
	background-color: transparent !important;
	font-size: 14px;
}

.trust-boxes-outer .card ul li::before,
.trust-boxes-outer .card ol li::before {
	background-color: var(--btn-text-color);
}

.trust-boxes-outer .card:hover ul li::before,
.trust-boxes-outer .card:hover ol li::before {
	background-color: var(--white-color);
}

.mentor-card {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.leader-pic {
	text-align: center;
	padding: 21px 0
}

.leader-pic .leader-pic-card {
	width: 128px;
	height: 128px;
	margin: 0 auto 15px;
}

.leader-pic .leader-pic-card img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	object-fit: cover;
}

.mentor-card .card-body {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: var(--extra-light-blue-text-color);
	color: var(--black-color);
	transition: .5s;
	transform-origin: left;
	transform: perspective(2000px) rotateY(-90deg);
	font-size: 14px;
	border-radius: 10px;
	overflow-y: auto;
}

.mentor-card:hover .card-body {
	transform: perspective(2000px) rotateY(0deg);
}

.mentor-card:hover .card-body p {
	margin-bottom: 0;
}

.meet-leadership-sc .events-lists-box .card .card-body {
	padding: 15px;
}

.meet-leadership-sc .events-lists-box {
	gap: 15px;
}

.meet-leadership-sc .events-lists-box .card {
	margin: 0 10px;
}

.leader-pic p {
	color: var(--text-color);
	margin-bottom: 0;
	min-height: 50px;
}

.meet-leadership-sc .slick-dots {
	bottom: -45px;
}

.our-commitment-sc .card p {
	margin-bottom: 0;
}


.year-info .row {
	row-gap: 20px;
	justify-content: center;
}

.events-lists-box .slick-slide {
	margin: 0 15px;
}

.events-lists-box .slick-list {
	margin: 0 -15px;
}

#events-list-slider .slick-track {
	display: flex !important;
}

.events-lists-box .card-outer {
	height: auto;
	display: flex;
	padding: 5px 0;
}

.events-lists-box figure {
	height: 262px;
}

.events-lists-box figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s;
}

.our-commitment-sc .card:hover img {
	transform: scale(1.03);
	transition: 0.3s;
}

/* Form styling */
.contact-form {
	padding: 50px 30px;
	background-color: var(--footer-light-bg-color);
	border-radius: 20px;
}

.contact-form .contact-input,
.contact-form .contact-select,
.contact-form .contact-textarea {
	border: 1px solid var(--card-bg-color);
	border-radius: 8px;
	padding: 12px 20px;
	color: var(--primary-color);
	background-color: var(--white-color);
	transition: border-color 0.3s ease;
	width: 100%;
	box-sizing: border-box;
	resize: none;
	height: 60px;
}

.contact-form .contact-textarea {
	height: auto;
}

.contact-form .contact-input:focus,
.contact-form .contact-select:focus,
.contact-form .contact-textarea:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: 0 0 6px var(--btn-text-color);
}

.contact-form .contact-textarea {
	border-radius: 20px;
}

.contact-submit-btn {
	background-color: var(--primary-color);
	border: none;
	border-radius: 30px;
	color: var(--white-color);
	font-weight: 600;
	padding: 14px 30px;
	cursor: pointer;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	transition: background-color 0.3s ease;
	position: relative;
	width: 100%;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
	background-color: var(--blude-btn-color);
	outline: none;
}

.form-outer {
	margin-bottom: 30px;
}

.form-outer p {
	margin: 0;
}

.form-outer label {
	margin-bottom: 10px;
}

.form-outer textarea {
	resize: none;
}

/* Arrow icon inside button */
.submit-arrow-icon {
	display: inline-block;
	width: 18px;
	height: 13px;
	background-image: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 12px;
	transition: transform 0.3s ease;
	position: absolute;
	top: 37%;
	right: 19px;

}

.contact-form .button-primary {
	border: 0;
	width: 200px;
	text-align: left;
	height: 64px;
	line-height: 1;
	padding: 0 25px;
}

.contact-form-col {
	padding-left: 40px;
}

.contact-submit-btn:hover .submit-arrow-icon {
	transform: translateX(6px);
}

.adressblocks-pin {
	min-width: 70px;
}

.pin-icon {
	background-image: url('../images/address-pin.svg');
	background-repeat: no-repeat;
	background-position: center center;
	width: 52px;
	height: 52px;
	border: 1px solid var(--secondary-color);
	border-radius: 50%;
}

.contact-us-section {
	background-color: var(--light-blue-color);
	background-image: url(../images/contact-floral-bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.adressblocks-inner p {
	margin-bottom: 7px;
}

.adressblocks-inner h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.adressblocks-inner p span {
	font-weight: 500;
	text-decoration: underline;
}

.adressblocks-part {
	margin-bottom: 20px;
}

.tab-header {
	display: flex;
	justify-content: center
}

.tab-header .nav-tabs .nav-item .nav-link {
	border: 0;
	background: none;
	color: var(--text-color);
	font-size: 20px;
	font-weight: 500;
	padding: 12px 31px;
}

.tab-header .nav-tabs .nav-link.active {
	background: var(--btn-text-color);
	color: var(--white-color);
	border-radius: 10px 10px 0 0;
}

.banner-section-product-details .inner-page-banner {
	position: relative;
	text-align: left;
	padding: 50px 0;
	display: block;
}

.banner-section-product-details .inner-page-banner span {
	color: var(--primary-color);
}

.banner-section-product-details .inner-page-banner h2 span {
	color: var(--secondary-color);
}

.left-banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.right-banner-img {
	text-align: center;
	height: 400px;
}

.right-banner-img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}

.product-overview-section {
	background-color: var(--extra-ligh-blue-color);
	background-image: url(../images/contact-floral-bg.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.product-overview-section p {
	margin-bottom: 0;
}

.product-feature-inner {
	align-items: center;
}

.product-feature-pic figure {
	margin: 0;
	text-align: center;
	height: 400px;
	border-radius: 16px;
	overflow: hidden;
}

.product-feature-pic figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
}

.product-feature-content ul li {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.product-feature-content ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	background-color: var(--secondary-color);
	border-radius: 50%;
}

.intended-use-section {
	background-color: var(--extra-ligh-blue-color);
	background-image: url(../images/floral-pic-from-left.webp);
	background-repeat: no-repeat;
	background-position: left bottom 23%;
	background-size: 100%;
}

.product-feature-content ul li,
.custom-k-content ul li {
	position: relative;
	padding: 0 0 0 30px;
	margin-bottom: 10px;
}

.product-feature-content ul li:last-child,
.custom-k-content ul li:last-child {
	margin-bottom: 0;
}

.product-feature-content ul li::after,
.custom-k-content ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	display: block;
	background-color: var(--secondary-color);
	border-radius: 50%;
}

.pdf-links {
	background-image: url(../images/pdf-icon.svg);
	background-repeat: no-repeat;
	background-position: 0 1px;
	background-size: 14px;
	display: inline-block;
	padding-left: 20px;
}

.related-document-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.related-document-box .card {
	border-radius: 20px;
	box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.08);
}

.related-document-box .card-body {
	padding: 30px;
}

.related-document-part {
	padding-top: 40px;
}

.gallery-lists-box {
	margin-left: -15px;
	margin-right: -15px;
}

#gallery-slider .card {
	margin: 0 10px;
	border: 0;
	border-radius: 20px;
}

#gallery-slider .card figure {
	margin: 0;
	text-align: center;
	height: 134px;
}

#gallery-slider .card figure img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
}

#gallery-slider .slick-prev {
	background-image: url(../images/arrow-prev-hover.svg);
	border: 1px solid #fff;
	border-radius: 50%;
}

#gallery-slider .slick-next {
	background-image: url(../images/white-btn-arow.svg);
	border: 1px solid #fff;
	border-radius: 50%;
}

#gallery-slider .slick-prev:hover,
#gallery-slider .slick-next:hover {
	background-color: var(--btn-text-color);
	border-color: var(--btn-text-color);
}

#gallery-slider .slick-slide img {
	display: inline-block;
}

.product-category-section .btn-outer a {
	margin-top: 20px;
}

.overview-section-content {
	background-color: var(--extra-ligh-blue-color);
	background-image: url(../images/contact-floral-bg.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.product-list-as-pcategory .col-md-4 {
	margin-bottom: 25px;
}

.products-box .img-box {
	height: 200px;
	margin: 0 auto 15px;
	overflow: hidden;
}

.products-box .img-box img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	object-position: center;
	transition: transform 0.3s ease;
}

.products-box:hover .img-box img {
	transform: scale(1.1);
}

.products-box .card-body {
	padding: 0;
}

.products-box h5 {
	margin-bottom: 0;
}

.career-banner {
	padding: 50px 0 100px;
	position: relative;
}

.banner-content-inner {
	max-width: 480px;
}

.career-banner {
	background: url(../images/career-floral-pic.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.career-banner .career-right-banner figure {
	margin: 0;
}

.career-banner .career-right-banner figure img {
	border-radius: 20px;
}

.single-carear-top-pic {
	text-align: center;
	margin-bottom: 40px;
}

.current-vacancies-area {
	position: relative;
	z-index: 2;
}

.current-vacancy {
	border-radius: 30px;
	background-color: var(--light-color);
	padding: 35px;
	position: relative;
	margin-bottom: 30px;
	display: block;
	color: var(--text-color);
}

.current-vacancy .current-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.current-vacancy .current-list li {
	margin-right: 14px;
	display: flex;
	position: relative;
	padding-left: 20px;
}

.current-vacancy .current-list li:first-child::before {
	display: none;
}

.current-vacancy .current-list li:first-child {
	padding-left: 0;
}

.current-vacancy .current-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	background-color: var(--secondary-color);
	border-radius: 50%;
	left: 0;
	top: 8px;
}

.current-vacancies-section {
	background-color: var(--secondary-color);
}

.single-carear-top .carear-sing {
	display: flex;
	margin-bottom: 10px;
}

.single-carear-top .carear-sing .heading {
	margin: 0 10px 0 0;
	color: var(--secondary-color);
}

.certification-sec .container {
	border-bottom: 1px solid #d1cdcd;
}

.certification-slider-outer {
	margin-top: 50px;
}

.certification-slider-outer .slick-slide {
	margin: 0 15px;
}

.certification-slider-outer .slick-list {
	margin: 0 -15px;
}

.certification-slider-outer .item {
	padding-top: 5px;
	padding-bottom: 5px;
}

.certification-slider-outer .item-inner {
	text-align: center;
	display: flex !important;
	justify-content: center;
	height: 250px;
	padding: 20px;
	border-radius: 20px;
	border: 0;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.certification-slider-outer .item-inner img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	align-self: center;
	margin: 0 auto;
}

.certification-sec .slick-dots {
	bottom: -50px;
}

.applynow-link {
	position: absolute;
	right: 15px;
	top: 30px;
}

.our-culturevalue-sc {
	background-color: var(--light-color);
}

.our-culturevalue-sc figure {
	margin: 0;
}

.our-culturevalue-sc img {
	border-radius: 20px;
}

.job-description-area p {
	margin-bottom: 0;
}

#lifeat-slider figure {
	margin: 0;
}

#lifeat-slider figure img {
	border-radius: 15px;
}

#lifeat-slider .card {
	border: 0;
	margin: 0 10px;
}

.common-hero-banner {
	background-repeat: no-repeat;
	background-size: cover;
	height: 399px;
	position: relative;
	display: flex;
	width: 100%;
	background-position: center center;
}

.contact-social .footer-social-links li {
	width: 30px;
	height: 30px;
}


/* Optional: remove outer space on edges */
.events-slider-wrap .slick-list {
	margin: 0 -10px;
}

.card-text-box {
	max-height: none;
	overflow: hidden;
	transition: max-height 0.4s ease;
}



.card-text-box.collapsed p.card-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -moz-box;
	-moz-box-orient: vertical;
	-moz-line-clamp: 3;
	display: box;
	box-orient: vertical;
	line-clamp: 3;
}

.card-text-box p.card-text {
	display: inherit;
	-webkit-box-orient: inherit;
	-moz-box-orient: inherit;
	box-orient: inherit;
	line-clamp: inherit;
	-webkit-line-clamp: inherit;
}

.right-choose-box .innerBannerImage {
	width: 100%;
	z-index: 0;
}

.detalsDateAuthor a,
.detalsDateAuthor span {

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #00BCEA;
}

/* Blog Page */
.event-templates.industry-evens-sc,
.blog-content-sec.industry-evens-sc {
	background-color: var(--white-color);
	color: var(--text-color);
}

.card.blog-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	line-height: 1.4em;
	max-height: 2.8em;
	/* 1.4em * 2 lines */
}

.blog-content-sec .events-lists-box .card .card-body {
	padding: 0;
}

.pagination .nav-links .screen-reader-text {
	display: none;
}

.pagination .nav-links .page-numbers.current:not(:first-child)~.prev {
	display: inline-flex;
}

.pagination .nav-links .page-numbers.current:not(:last-child)~.next {
	display: inline-flex;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}

.pagination .page-numbers {
	padding: 10px 15px;
	margin: 0 5px;
	background-color: #f1f1f1;
	color: #333;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}

.pagination a.page-numbers:hover {
	background-color: var(--btn-text-color);
	color: white;
	border-color: var(--btn-text-color);
}

.pagination .page-numbers.current {
	background-color: var(--btn-text-color);
	color: white;
	border-color: var(--btn-text-color);
}

.pagination .page-numbers.dots {
	padding: 10px 15px;
	color: #888;
	font-size: 14px;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
	display: inline-flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #f1f1f1;
	color: #333;
	border: 1px solid #ddd;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}

.pagination a.prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
	background-color: var(--btn-text-color);
	color: white;
	border-color: var(--btn-text-color);
}

.pagination .prev.page-numbers i,
.pagination .next.page-numbers i {
	background: transparent url(../images/arrow-next.svg) no-repeat center / contain;
	width: 19px;
	height: 18px;
}

.pagination .prev.page-numbers i {
	background-image: url(../images/arrow-prev.svg);
}

.pagination a.page-numbers:hover i {
	filter: invert(1) brightness(111);
}

.pagination .page-numbers i::before {
	display: none;
}

.blogDetails-banner img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.blogDetailsText ul,
.blogDetailsText ol {
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

/* ----- Unordered List (Custom Round Bullet) ----- */
.blogDetailsText ul {
	list-style: none;
	padding: 0;
}

.blogDetailsText ul li {
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 20px;
}

.blogDetailsText ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: var(--btn-text-color);
	border-radius: 50%;
}

/* ----- Ordered List (Standard Numbering) ----- */
.blogDetailsText ol {
	counter-reset: custom-counter;
	list-style: none;
	padding: 0;
}

.blogDetailsText ol li {
	counter-increment: custom-counter;
	position: relative;
	margin-bottom: 0.75rem;
	padding-left: 28px;
}

.blogDetailsText ol li::before {
	content: counter(custom-counter) ".";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	color: var(--btn-text-color);
	font-weight: bold;
}


.right-resentPost {
	width: 100%;
	margin-bottom: 50px;
}

.right-resentPost .reseentItem {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.right-resentPost .reseentItem img {
	max-width: 130px;
	object-fit: cover;
}

.right-resentPost .reseentItem .text-sec {
	padding: 10px 15px
}


.right-resentPost .reseentItem p {
	font-size: 16px;
	line-height: 16px;
	color: var(--text-color);
	margin: 5px 0;
}

.right-resentPost .reseentItem a {
	margin: 0 0 auto 0;
}

.meta-evnt {
	display: flex;
	align-items: center;
}

.meta-evnt .date-evnt {
	padding-right: 15px;
}

.meta-evnt span {
	display: block;
	padding-left: 15px;
}

.blog-sidebar-item ul,
.blogCategories,
.archiveSec {
	background: linear-gradient(180deg, #d2eef5 0%, rgba(255, 255, 255, 0) 73.72%);
	border-radius: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	margin: 0;
	list-style: none;
}

.blog-sidebar-item ul li a,
.blogCategories li a,
.archiveSec li a {
	color: var(--btn-text-color);
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(27, 63, 103, 0.2);
}

.blog-sidebar-item ul li:last-child a,
.blogCategories li:last-child a,
.archiveSec li:last-child a {
	border: none;
}

.blog-sidebar-item ul li a,
.archiveSec li a {
	color: var(--btn-text-color);
	display: block;
}

.blog-sidebar-item ul li a:hover,
.archiveSec li a:hover {
	color: var(--black-color);
}

.banner-big-pic {
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
}

.banner-big-pic img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top;
	max-width: inherit !important;
}

.shadowbox {
	height: 250px;
	/* Adjust as needed */
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.shadowbox img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

/* Site Map */
.sitemap-menu ul.menu {
	padding: 0;
	margin: 0;
}

.sitemap-menu ul.menu,
.sitemap-menu ul.sub-menu {
	list-style: none;
	padding-left: 0;
	margin: 0 0 20px;
}

.sitemap-menu ul.menu>li {
	margin-bottom: 16px;
	color: var(--primary-color);
}

.sitemap-menu a {
	color: var(--primary-color);
	text-decoration: none;
	display: inline-block;
	transition: all 0.2s ease;
	position: relative;
	padding-left: 20px;
}

.sitemap-menu a::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: var(--primary-transition);
}

.sitemap-menu a:hover::before {
	transform: translateY(-50%);
	left: -5px;
}

.sitemap-menu a:hover {
	color: var(--secondary-color);
	text-decoration: underline;
}

.sitemap-menu ul.sub-menu {
	padding-left: 20px;
	border-left: 2px dashed #ddd;
	margin-top: 10px;
}

.sitemap-menu ul.sub-menu li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

#menu-sitemap .menu-item {
	border-left: none !important;
}

#menu-sitemap .menu-item:hover,
#menu-sitemap .menu-item:focus {
	border: none !important;
	border-left: none !important;
}

.footer-links ul li {
	border: none;
}

.footer-links ul li:hover {
	border: none;
}

.menu-item h6 {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #111;
}

.menu-item p {
	margin: 0;
	font-size: 14px;
	color: #666;
}

.submenu {
	display: none;
	animation: fadeIn 0.4s ease;
}

.submenu .col-md-4 {
	margin-bottom: 2.5%;
	height: auto;
}

.submenu ul {
	overflow-y: scroll;
	height: 140px;
}

.submenu ul li {
	padding: 0 !important;
}

.submenu ul li a {
	color: #939393;
	padding: 10px 0 !important;
}

.submenu ul li a:hover {
	background: transparent !important;
	color: #106b7f !important;
}

.submenu_minheight .col-md-4 {
	height: 45px;
}

.submenu.active {
	display: block;
}

.submenu h6 a {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-bottom: 20px !important;
	text-decoration: none !important;
	padding: 0 !important;
	background: transparent !important;
	color: #0A1437;
}

.submenu h6 a:hover {
	color: #0A1437 !important;
}

.submenu p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	top: -4px;
	margin: 0 0 0 25px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 10px;
	height: 8px;
	background: url(../images/lang-dropdown-arrow.svg) no-repeat;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	font-weight: 500 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {
	background: transparent;
	color: #1790af;
}

.submenu ul li a {
	text-transform: capitalize;
}

/* Mobile menu css start */
.accordion {
	display: none;
}

/* megamenu end */

.attach-btn {
	display: flex;
	align-items: center;
	border-radius: 0px;
	overflow: visible;
	position: relative;
	margin-bottom: 20px;
	height: 62px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
}

.attach-btn p,
.attach-btn span {
	margin: 0;
	width: 100%;
	height: 100%;
}

.attach-btn input[type="file"] {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.attach-btn::before {
	content: "Choose File";
	position: absolute;
	left: 10px;
	top: 50%;
	color: #818181;
	padding: 10px 16px;
	cursor: pointer;
	font-size: 14px;
	transform: translateY(-50%);
	background: #e8e8e8;
}

.fileName {
	position: absolute;
	left: 130px;
	top: 50%;
	align-items: center;
	max-width: calc(100% - 140px) !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto !important;
	transform: translateY(-50%);
}

/* Breadcrumb */
.custom-breadcrumb a {
	color: var(--primary-color);
	text-decoration: none;
	margin-right: 5px;
}

.custom-breadcrumb {
	font-size: 14px;
	margin-bottom: 15px;
	color: var(--text-color);
}

.termsAndConditions h2 {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.termsAndConditions p {
	margin-bottom: 10px;
}

.termsAndConditions h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.2rem;
}

.img-col {
	margin-bottom: 15px;
}

.img-col img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

textarea {
	resize: none;
}

.contact-form .btn {
	padding: 14px 50px 14px 22px;
}

#download-catalogue-modal {
	display: none;
	padding: 25px 0 0 0;
	border-radius: 20px;
	max-width: 600px;
	width: 100%;
	background-color: var(--footer-light-bg-color);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

#download-catalogue-modal .headings {
	padding-left: 30px;
}

#download-catalogue-modal .contact-form {
	padding-top: 0;
	padding-bottom: 25px;
}

#download-catalogue-modal .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 20px;
	outline: none;
	transition: border-color 0.3s ease;
}

#download-catalogue-modal .wpcf7-form-control:focus {
	border-color: var(--primary-color);
}

#download-catalogue-modal .wpcf7-submit {
	width: 100%;
	cursor: pointer;
}

#download-catalogue-modal .headings span {
	color: var(--secondary-color);
}

.row.events-lists-box {
	margin-bottom: 25px;
}

.form-outer {
	position: relative;
}

.form-outer .wpcf7-not-valid-tip {
	position: absolute;
	z-index: 10;
	bottom: -24px;
	left: 0;
	font-size: 14px;
}

.map-section iframe {
	width: 100%;
	height: 400px;
}

/* woocommerce-loop-product__link */
.woocommerce-loop-product__link img {
	background-color: #F6F6F6;
}

.woocommerce ul.products li.product a img {
	width: 100% !important;
	height: 200px !important;
	object-fit: contain;
	max-width: inherit !important;
}