@import url('https://fonts.googleapis.com/css2?family=Alice&family=Italiana&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alice&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Italiana&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;


}

@font-face {
	font-family: 'Satoshi';
	src: url('/font/Satoshi_Complete/Fonts/OTF/Satoshi-Bold.otf') format('opentype');
	font-style: normal;
}

.bg-gradient-2 {
	background-image: linear-gradient(90deg, rgba(10, 10, 10, 0.715) 5%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.bg-custom-gradient {
	background-image: linear-gradient(180deg, rgba(117, 190, 231, 1) 42%, rgba(255, 255, 255, 1) 100%);
}

.bg-custom-color {
	background-image: linear-gradient(180deg, rgba(117, 190, 231, 1) 42%, rgba(231, 248, 255, 1) 100%);
}


.tab-pane {
	display: none;
}

.tab-pane:target {
	display: block;
}

/* Optional: Default tab visible if no anchor is clicked */
.tab-pane:first-of-type:target~.tab-pane,
.tab-pane:first-of-type {
	display: block;
}

/* Optional active tab link style */
.tab-link:target,
.tab-link:focus {
	background-color: #1F53A6;
	color: white;
}


/* ------------------------------------------------------------------------- */
.plusminus::before,
.plusminus::after {
	content: "";
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	transition: .35s;
	width: 100%;
	height: 2px;
}

.plusminus::before {
	transform: translateY(-50%);
}

.plusminus::after {
	transform: translateY(-50%) rotate(90deg);
}

.plusminus.active::before {
	transform: translateY(-50%) rotate(-90deg);
	opacity: 0;
}

.plusminus.active::after {
	transform: translateY(-50%) rotate(0);
}

/* --------------------------------------------------slider */
.def-slider {
	position: relative;
}

.def-slider .owl-nav {
	position: relative;
	top: 35%;
	display: flex;
	gap: 10%;
	justify-content: center;
	transform: translateY(-50%);
}


@media (max-width: 640px) {
	.def-slider .owl-nav {
		position: relative;
		top: 35%;
		display: flex;
		gap: 20%;
		justify-content: space-between;
		transform: translateY(-50%);
	}
}

.def-slider .owl-prev,
.owl-next {
	font-size: 14px !important;
	height: 30px;
	width: 30px;
	border-radius: 50px;
}

.owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.owl-dots>.owl-dot {
	width: 10px;
	height: 10px;
	background-color: #EFA00B !important;
	border-radius: 10px;
}

.slider-2 button.owl-next::after {
	content: "\f053";
	font-size: 15px;
	font-family: "FontAwesome";
	position: absolute;
	display: inline-block;
	top: 16%;
	left: 4%;
	transform: translate(-50%);
	width: 40px;
	height: 40px;
	z-index: 9999;
	border-radius: 50%;

}

.slider-2 button.owl-prev::after {
	content: "\f054";
	font-size: 15px;
	font-family: "FontAwesome";
	position: absolute;
	display: inline-block;
	top: 16%;
	right: -7%;
	transform: translate(-50%);
	width: 40px;
	height: 40px;
	z-index: 9999;
	border-radius: 50%;
}

@media (min-width: 1024px) {
	.slider-3 button.owl-prev::after {
		content: "\f060";
		font-size: 15px;
		font-family: "FontAwesome";
		display: inline-block;
		transform: translate(-9%);
		margin-top: 4px;
		width: 40px;
		height: 40px;
		z-index: 9999;
		border-radius: 50%;
	}
}

@media (min-width: 1024px) {
	.slider-3 button.owl-next::after {
		content: "\f061";
		font-size: 15px;
		font-family: "FontAwesome";
		transform: translate(-8%);
		margin-top: 4px;
		display: inline-block;
		width: 40px;
		height: 40px;
		z-index: 9999;
		border-radius: 50%;

	}
}


@media (min-width: 640px) {

	.slider-2 button.owl-next::after,
	.slider-2 button.owl-prev::after {
		display: none !important;
	}
}

@media (max-width: 640px) {

	.slider-2 button.owl-next>img,
	.slider-2 button.owl-prev>img {
		display: none;
	}
}



/* =======================================================================================video  */
.video-play .overlay {
	opacity: 0;
}

.video-play:hover .overlay {
	opacity: 1 !important;
}

.video-item.video-play button {
	display: none;
}

.class-item:not(:first-child) {
	border-top: 1px solid #dbdbdb;
}


/* Show the panel when checkbox is checked */
#togglePanel:checked+#phonePanel {
	right: 0;
}

.wpcf7-spinner {
	display: none;
}

body .wpcf7-form input[type="checkbox"] {
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
	width: 20px;
	border: 2px;
}

/* -----------------------------------------------------  */
.exp-content-wrapper .item-4 ol {
	list-style: none;
	counter-reset: item;
}

.exp-content-wrapper .item-4 ol li {
	counter-increment: item;
	position: relative;
	padding-left: 120px;
}

.exp-content-wrapper .item-4 ol li::before {
	content: counter(item, decimal-leading-zero);
	position: absolute;
	left: 0;
	background-color: #1F53A6;
	height: 100%;
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 60px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	font-family: Playfair Display;

}

.exp-content-wrapper .item-4 ol li:nth-child(odd)::before {
	background-color: #00A3C8;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

/* form date */
.custom-date {
	background: url('/wp-content/uploads/2025/06/calendar-03.webp') no-repeat right 20px center / 20px, #fff;

}

.error-msg {
	color: red;
	font-size: 0.9em;
	display: none;
	margin-top: 4px;
}

input.error,
select.error {
	border: 1px solid red;
}

input.valid,
select.valid {
	border: 1px solid green;
}

.expertise_form input[type="submit"],
.scan_form input[type="submit"] {
	font-size: 18px !important;
	font-weight: 400 !important;
}

.expertise_form .wpcf7-list-item-label,
.scan_form .wpcf7-list-item-label {
	font-size: 16px;
}

.def-slider .owl-nav .owl-prev {
	margin-right: 14px;
}

/* Email input styling */
.footer_form input[type="email"] {
	flex: 1;
	font-size: 14px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	background-color: transparent;
	border: none;
	outline: none;
	padding: 12px 24px;
	color: #6b7280;
}

.footer_form input[type="email"]::placeholder {
	color: #9ca3af;
}

/* Submit button styling */
.footer_form .cf7-submit-button {
	background-color: #1F53A6;
	color: white;
	border: none;
	border-radius: 9999px;
	padding: 12px 24px;
	font-size: 12px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.footer_form .cf7-submit-button {
		font-size: 16px;
		padding: 10px 24px;
	}
}

@media (min-width: 1280px) {
	.footer_form .cf7-submit-button {
		font-size: 20px;
		padding: 8px 24px;
	}
}
/* ------------------------------------------------------------------ Coming Soon  */
.coming-soon {
	position: relative;
	min-width: 102px;
}

.coming-soon:after {
	content: "Coming Soon";
	color: #1F53A6;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.coming-soon:hover:after {
	opacity: 1;
	visibility: visible;
}