/* [gravityform id=2 title=false description=false ajax=  tabindex=49] */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-x: hidden !important;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
button,a,select{
	cursor:pointer;
}
body {
	padding-top: 120px;
	overflow-x: hidden !important;
}
.registration_checkbox label{
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 99999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 7vw 0;
	width: 100%;
	float: left;
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 20px 0;
}

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0px 0;
}

body .gform_wrapper form {
	width: 100%;
	float: left;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	padding: 0px;
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0px 30px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	color: #000;
	font-family: "Satoshi-Regular";
	font-size: 18px;
	font-weight: 400;
	margin-top: 0px !important;
	padding: 0 0px 10px;
	line-height: 120%;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0px;
	margin-top: 0px;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 120px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Satoshi-Regular";
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	margin-bottom: 20px;
	border: none;
	background-color: #790000;
	color: #ffffff;
	padding: 18px 15px;
	line-height: 120%;
	font-size: 16px;
	display: flex;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
	width: 100%;
	float: left;
}

body .gform_body input[type="text"],
body .gform_body input[type="email"],
body .gform_body input[type="tel"],
body .gform_body input[type="number"],
body select,
body textarea {
	width: 100% !important;
	border: 1px solid rgb(155 155 155 / 70%) !important;
	border-radius: 30px !important;
	padding: 15px 20px !important;
	color: #000000 !important;
	box-shadow: none;
	font-family: "Poppins";
	height: auto !important;
	font-weight: 300;
	line-height: 125% !important;
	letter-spacing: 0.5px;
	font-size: 16px !important;
	margin: 0 !important;
	background-color: transparent !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors > h2 {
	color: #ffffff !important;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0px !important;
	line-height: 120%;
}
/* ----------------------------------------- */
.orange_txt {
	color: #e66b55;
}
.h_menu .sub-menu {
	width: 100% !important;
	position: absolute !important;
	max-width: 100% !important;
	left: 0 !important;
	background: #f0f0f0;
	margin: -18rem 0 0 16rem !important;
	z-index: 2;
}
.h_menu li a {
	width: fit-content;
}
.w_d_w_d_inner .home_icon {
	width: 19% !important;
}
.w_d_w_d_inner .home_icon .top_15_pd {
	padding-top: 15px;
}
.w_d_w_d_inner .elementor-widget-wrap {
	row-gap: 100px;
	justify-content: space-between;
	column-gap: 180px;
}

.h_logo_slider {
	display: inline-flex;
	will-change: transform;
	flex-shrink: 0;
	width: auto;
	height: 70px;
}
.h_logo_slider .elementor-column {
	display: inline-flex;
}
.h_logo_slider .elementor-column .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
}
.h_logo_slider img {
	height: 100%;
	width: auto;
	padding: 0 60px;
}
@keyframes slide {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-100%);
	}
}
/* /////////////////// */
.bg-color-1 {
	background-color: #e66b55;
}
.bg-color-2 {
	background-color: #ededed;
}
.bg-color-2 .elementor-icon-list-text {
	color: #000 !important;
}
.bg-color-3 {
	background-color: #f3b394;
}
.bg-color-1,
.bg-color-2,
.bg-color-3 {
	border-radius: 0 0 10px 10px;
}
.event-date {
	position: absolute !important;
	z-index: 9;
	left: 5%;
}
.event-title-ctn {
	position: absolute !important;
	bottom: 0;
	padding: 24px;
}
.logo-slider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.mobile-slider-loop .swiper-slide {
	width: 80%; /* You can tweak this to 90% or 85% */
}
.mobile-slider-swiper {
	overflow: visible;
}
.menu-open .header-wrapper {
	z-index: 99999 !important;
	background-color: #f0f0f0 !important;
}
body.menu-open {
	overflow: hidden !important;
}
.menu-popup .dialog-close-button {
	opacity: 0 !important;
}

.header-wrapper,
body.menu-open {
	transition: all 0.5s ease;
}
/* Smooth transition */
/* Animate both rects */
.menu-popup-icn svg rect {
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center;
}
body.menu-open .menu-popup-icn svg > g {
	transform: translate(0) !important;
}
body.menu-popup-icn svg > g {
	transform: translate(0) !important;
}
/* Turn into X when menu is open */
body.menu-open .menu-popup-icn rect#Rectangle_5 {
	transform: rotate(45deg) translateY(6px);
}

body.menu-open .menu-popup-icn rect#Rectangle_6 {
	transform: rotate(-45deg) translateY(-6px);
}
.services-menu span.sub-arrow {
	display: none;
}
/* about-us */
.right-bg-align {
	background-size: 27% 100% !important;
}
.left-sec {
	width: 85% !important;
	margin-right: auto;
}
.right-sec {
	width: 85% !important;
	margin-left: auto;
}
.orange {
	color: #e27057;
}
/* services-sub */
.service-sub {
	width: 75% !important;
	margin-right: auto;
}
.service-sub:before {
	content: "";
	background: linear-gradient(to bottom, #f0f0f0 50%, #ffffff 50%);
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: -35%;
	z-index: -1;
}
.black-grad.service-sub:before {
	content: "";
	background: linear-gradient(to bottom, #f0f0f0 50%, #252525 50%);
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: -35%;
	z-index: -1;
}
.black-grad.service-sub:after {
	content: "";
	background: url("/wp-content/uploads/2025/07/curved-arrow.webp");
	display: block;
	height: 190px;
	width: 190px;
	position: absolute;
	bottom: -10%;
	right: -20%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	filter: invert(1);
}
.service-sub:after {
	content: "";
	background: url("/wp-content/uploads/2025/07/curved-arrow.webp");
	display: block;
	height: 190px;
	width: 190px;
	position: absolute;
	bottom: -28%;
	right: -20%;
	background-size: contain;
	background-repeat: no-repeat;
}
.how-icon-list .elementor-icon-box-content {
	display: flex;
}
.how-icon-list span.elementor-icon-box-title {
	width: 28%;
}
.how-icon-list .elementor-icon-box-description {
	width: 72%;
}
.how-icon-list .elementor-icon-box-content {
	display: flex;
	align-items: center;
}
.challenge_col > .elementor-widget-wrap.elementor-element-populated {
	flex-direction: column;
	align-content: center;
}
.white-grad.service-sub:before {
	content: "";
	background: linear-gradient(to bottom, #f0f0f0 50%, #e66b5500 50%);
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: -35%;
	z-index: -1;
}
.white-grad.service-sub:after {
	content: "";
	background: url("/wp-content/uploads/2025/07/curved-arrow.webp");
	z-index: 1;
	filter: invert(1);
	background-size: cover;
}
.how-index-sec {
	z-index: -1 !important;
}

/* News Page */

.news_featured_img a {
	display: block !important;
}

/* News Detail Page */

.breadcrumb_news {
	position: absolute !important;
	top: 20px;
	left: 0;
	margin-bottom: 0 !important;
}

.post_breadcrumb,
.post_breadcrumb a {
	font-size: 14px;
	color: #ffffff;
}

.news_detail_info .elementor-post-info li.elementor-icon-list-item {
	padding-right: 16px !important;
}

.news_detail_info .elementor-post-info li.elementor-icon-list-item::after {
	content: "";
	width: 6px !important;
	height: 6px !important;
	background-color: #ffffff;
	border: none !important;
	border-radius: 50%;
	position: absolute !important;
	top: 50%;
	transform: translateY(-50%);
}

.news_detail_info
.elementor-post-info
li.elementor-icon-list-item:last-child::after {
	content: unset;
}

.news_detail_content p {
	padding-top: 30px;
}

.news_detail_content ul {
	margin-top: 30px;
	padding-left: 20px;
}

.news_caterory_title {
	margin-bottom: 0 !important;
}

/* Event Detail Page */

.event_right_col::before {
	content: "";
	width: 1px;
	height: calc(100% - 10px);
	background-color: #ffffff80;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.breadcrumb_events {
	position: absolute !important;
	top: calc(0% - 180px);
	left: 0;
	margin-bottom: 0 !important;
}

.events_info_box .elementor-icon-box-icon {
	margin-top: 6px;
}

.events_detail_content p {
	padding-bottom: 30px;
}

.events_detail_content p:last-child {
	padding-bottom: 0;
}

.sponsor-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: start;
}

.sponsor-item img {
	width: 100%;
	max-height: 60px;
	object-fit: contain;
	display: block;
}

/* Terms & Conditions & Privacy Page */

.terms_privacy_content h6 {
	font-size: 20px !important;
	font-weight: 700;
	margin-top: 24px;
}

.terms_privacy_content p {
	padding-top: 20px;
}

.terms_privacy_content p strong {
	font-weight: 600;
}

.terms_privacy_content p a {
	color: #252525;
}

.terms_privacy_content ul {
	padding-left: 18px;
	margin-top: 16px;
}

/* Footer */

.footer_links p a {
	color: #252525;
}

.vac-sec .elementor-column-gap-default {
	gap: 40px;
}

.job-title .hidden {
	display: none;
}

.detail-form input {
	padding: 20px 40px;
	border-radius: 42px;
	border: none;
	outline: none;
	width: 100%;
	font-size: 18px;
}
.detail-form form p {
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
}
.detail-form form span {
	width: 47%;
}
.logo-slider {
	pointer-events: none !important;
}
/* span.wpcf7-spinner {
display: none;
} */

.detail-form form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: auto;
	background: #252525;
	color: #fff;
	cursor: pointer;
	height: fit-content;
}
.detail-form span.wpcf7-not-valid-tip {
	color: #000;
	padding: 10px 30px;
	width: 100%;
}
.detail-form .wpcf7 form.invalid .wpcf7-response-output,
.detail-form .wpcf7 form.spam .wpcf7-response-output,
.apply-form .wpcf7 form.invalid .wpcf7-response-output,
.apply-form .wpcf7 form.spam .wpcf7-response-output {
	background: #ff7373;
	border: none;
	border-radius: 16px;
	padding: 10px 20px;
	color: #fff;
	display: block !important;
}
.detail-form .wpcf7 form .wpcf7-response-output,
.apply-form .wpcf7 form .wpcf7-response-output {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: green;
	border: none;
	border-radius: 16px;
	padding: 10px 20px;
	color: #fff;
	display: block;
}

/* Registration Form */

.registration_wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	padding-top: 30px;
}

.registration_wrapper .registration_row {
	display: flex;
	column-gap: 36px;
}

.registration_row .registration_col {
	width: 50%;
}

.registration_col .input_field,
.registration_col .wpcf7-select,
.registration_col_full .input_textarea,
.registration_col select#country-select,
.registration_col select#code-select {
	width: 100% !important;
	font-family: "Poppins", Sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	color: #252525 !important;
	background-color: #f0f0f0 !important;
	border: 1px solid #c9c9c9 !important;
	border-radius: 100px !important;
	padding: 16px 24px !important;
	outline: none;
}

.registration_col .wpcf7-select,
.registration_col select#country-select,
.registration_col select#code-select {
	padding: 18px 24px !important;
}

.registration_col_full .input_textarea {
	border-radius: 30px !important;
	padding: 20px 24px !important;
}

.registration_col .wpcf7-form-control-wrap > div {
	display: flex;
	column-gap: 12px;
}
.registration-mobile-col.registration_col .wpcf7-form-control-wrap > div{
	flex-direction:column;
}

.registration_col .selected-flag {
	display: flex;
	align-items: center;
}
.registration_col .intl-tel-input .selected-flag .iti-flag {
	display: none;
}
.registration_col .intl-tel-input.separate-dial-code .selected-dial-code {
	display: flex;
	width: fit-content;
}
.registration_col .wpcf7-form-control-wrap > div .flag-dropdown {
	position: initial;
}

.registration_btn {
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 140%;
	background-color: #252525;
	border-radius: 42px;
	border: none;
	padding: 19px 31px;
	cursor: pointer !important;
}

/* apply-now form */
/* ///////////////////////// */
/* ========== Base Form Layout ========== */
.cf7-flex-form {
	display: flex;
	flex-wrap: wrap;
	gap: 33px;
	margin-top: 30px;
}

.cf7-form-group {
	flex: 1 1 calc(50% - 20px);
	display: flex;
	flex-direction: column;
}

.cf7-form-group.full-width {
	flex: 1 1 100%;
}

/* ========== Input, Select, Textarea Styling ========== */
.cf7-flex-form input[type="text"],
.cf7-flex-form input[type="email"],
.cf7-flex-form input[type="tel"],
.cf7-flex-form input[type="date"],
.cf7-flex-form select,
.cf7-flex-form textarea,
.cf7-flex-form input[type="file"],
.cf7-flex-form input[type="number"]{
	padding: 23px 30px !important;
	border-radius: 50px !important;
	border: 1px solid #c9c9c9 !important;
	font-size: 18px !important;
	background-color: #f0f0f0 !important;
	width: 100% !important;
	appearance: none;
	box-sizing: border-box;
	font-family: 'Poppins';
}

.cf7-flex-form textarea {
	border-radius: 25px !important;
	height: 278px !important;
	resize: vertical;
}

/* File upload button */
input[type="file"] {
	padding: 14px 20px;
	border-radius: 25px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-size: 16px;
}

/* Hide the default ugly file input */
#custom-file-upload {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

/* Style the label to look like the upload box */
.custom-file-label {
	display: flex !important;
	align-items: center;
	gap: 10px;
	background-color: #f4f4f4;
	border-radius: 30px;
	padding: 40px 60px;
	cursor: pointer;
	border: 1px solid #ddd;
	font-size: 18px;
	color: #252525;
	width: 100%;
	box-sizing: border-box;
}

/* Icon inside */
.custom-file-label img {
	width: 35px;
	height: 20px;
}

/* Hover effect */
.custom-file-label:hover {
	background-color: #e9e9e9;
}

/* ========== Checkbox Styling ========== */
.cf7-checkbox {
	display: flex;
	align-items: start;
	gap: 10px;
	margin-top: 20px;
}

.cf7-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #e35d48; /* Your theme red */
}

.cf7-checkbox label {
	font-size: 14px;
	color: #252525;
}

.cf7-form-group.full-width.cf7-checkbox p {
	display: flex;
	gap: 14px;
	align-items: center;
}

.cf7-form-group.full-width.cf7-checkbox label {
	font-size: 18px;
}

.cf7-form-group.full-width.cf7-checkbox label a {
	text-decoration: underline;
	color: #252525;
}

/* ========== Button Styling ========== */
.cf7-flex-form input[type="submit"] {
	background-color: #252525;
	color: #fff;
	padding: 20px 40px;
	border-radius: 50px;
	font-size: 18px;
	border: none;
	cursor: pointer !important;
	margin-top: 20px;
	font-family: "Poppins";
}

h4.cf7-form-heading {
	width: 100%;
	margin-top: 20px;
}

.cf7-form-group label {
	margin-bottom: 12px !important;
	display: block;
	width: 100%;
}

.cf7-flex-form br {
	display: none;
}
.cf7-flex-form .wpcf7-not-valid-tip {
	padding-top: 10px;
}
div#job-title {
	font-size: 20px;
	font-weight: 700;
	color: #e27057;
}

/* Hide browser's default placeholder look */
.event-filter-bar input[type="date"] {
	position: relative;
	background-color: #f4f4f4;
	border-radius: 25px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	color: #000; /* Date text color */
	cursor: pointer;
}
input[type="date"].dob-field {
	position: relative;
	background-color: #f4f4f4;
	border-radius: 25px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	color: #000; /* Date text color */
	cursor: pointer;
}
/* Fake placeholder when empty */
.event-filter-bar input#event-date {
	position: relative;
}
.event-filter-bar input[type="date"]::before {
	content: attr(placeholder) !important;
	position: absolute;
	color: #555;
	pointer-events: none;
	height: fit-content;
	width: auto;
	background: #fff;
	opacity: 1;
	font-family: "Poppins";
}
input[type="date"].dob-field::before {
	content: attr(placeholder) !important;
	position: absolute;
	color: #555;
	pointer-events: none;
	height: fit-content;
	width: auto;
	background: #f0f0f0;
	opacity: 1;
	font-family: "Poppins";
	padding-right: 20px;
	padding-bottom: 5px;
}
/* Remove fake placeholder once a date is chosen */
.event-filter-bar input[type="date"].filled::before {
	content: "" !important;
	opacity: 1;
}
input[type="date"].dob-field.filled::before {
	content: "" !important;
	opacity: 1;
}
.cf7-form-group.other-lang-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 30px;
	align-content: flex-start;
}
.other-lang-label {
	width: 100%;
}
.other-lang-name,
.other-lang-level {
	width: 48%;
}
/* .wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
opacity: 0.5;
} */
.registration_col .flag-container {
	display: none;
}
.services-template nav.services_breadcrumb.post_breadcrumb a,
.services-template nav.services_breadcrumb.post_breadcrumb {
	color: #252525 !important;
}
.mobile-overlays .elementor-background-overlay {
	display: none;
}
.digital-faq-sec .how-icon-list .elementor-icon-box-description {
	padding-left: 30px;
}
.case-studies-template .post_breadcrumb,
.case-studies-template.post_breadcrumb a {
	font-size: 16px;
}
.contact-country {
	width: 20%;
}
.contact-tele {
	width: 73%;
}
.registration_col.field-flex {
	display: flex;
	gap: 20px;
}
.registration_checkbox_col .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin: 5px 20px 10px 0px;
}
.registration_checkbox_col p {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: column;
}

.event-registration .registration_checkbox_col p > label {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	flex-direction: column;
}

.registration_checkbox_col p a {
	color: inherit;
	text-decoration: none !important;
}

.wpcf7-list-item{
	margin: 0;
}
.registration_checkbox_col p br {
	display: none;
}

.country-tel {
	width: 100%;
}
.dob-field:focus-visible {
	outline: none;
}
/* ///////////////////////////// */
.news-filter-btn {
	padding: 20px 40px;
	cursor: pointer;
	background: transparent;
	border: 3px solid #252525;
	border-radius: 42px;
	color: #252525;
	font-weight: bold;
	font-size: 18px;
	font-family: "Poppins";
}

.news-filter-dropdown {
	list-style: none;
	padding: 20px;
	margin: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	z-index: 99;
	width: 200px;
	border-radius: 16px;
	margin-top: 10px;
	overflow: hidden;
}
.news-filter-dropdown li:last-child {
	margin: 10px 0;
}
.news-filter-dropdown li {
	padding: 6px 12px;
	cursor: pointer;
}
/* //////////////////////// */
.event-filter-bar {
	display: flex;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
#event-search {
	flex: 1;
	background: url("https://cdn-icons-png.flaticon.com/512/622/622669.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 95% 50%;
}
body #event-filter-wrap input,
body #event-filter-wrap select {
	border: 2px solid #c1c1c1 !important;
	border-radius: 50px !important;
	padding: 20px !important;
	font-size: 18px !important;
	outline: none;
	background-color: #fff !important;
	/* 	appearance: none; */
	color: #252525 !important;
	font-weight: 500 !important;
	    font-family: inherit;
}

#event-filter-wrap select {
	/* 	background: url("data:image/svg+xml,%3Csvg fill='%23000' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); */
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 90% 50%;
}
#event-date {
	background-color: #f5f5f5;
}
.news-filter-dropdown li:hover {
	background: #f0f0f0;
}
input#event-search {
	width: 38%;
	flex: unset !important;
}
select#event-type,
input#event-date,
select#event-city,
select#event-date,
select#event-status {
	width: 32% !important;
}
.mobile-filter {
	width: 60%;
	display: flex;
	gap: 20px;
}
/* Show the native date picker icon on iOS Safari */
input[type="date"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}
.terms-box p {
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.terms-box p a {
	color: #252525;
}
.contact-us-sec .registration_checkbox_col {
	gap: 20px;
	display: flex;
	flex-direction: column;
}
.job-form-sec .cf7sr-g-recaptcha {
	margin-top: 20px;
}
.registration_col_full .input_field.text-field {
	width: 100% !important;
	font-family: "Poppins", Sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	color: #252525 !important;
	background-color: #f0f0f0 !important;
	border: 1px solid #c9c9c9 !important;
	border-radius: 100px !important;
	padding: 16px 24px !important;
	outline: none;
}
.registration_col select#code-select {
	font-size: 19px !important;
}
/* /////////////////// */
/* news-filter-css */
/* Subcategories smaller */
.news-filter-dropdown li.level-1,
.news-filter-list li.level-1 {
	font-size: 0.9em;
}

.news-filter-dropdown li.level-2,
.news-filter-list li.level-2 {
	font-size: 0.85em;
}

/* Indent without dash */
.news-filter-dropdown li.level-0,
.news-filter-list li.level-0,
.news-filter-list li.active a{
	padding: 2px 10px !important;
	display: inline-block;
	font-weight: 600;
	background: #e66b55;
	color: #fff !important;
	border-radius: 5px;
	width:100%;
}

.news-filter-dropdown li.level-0 a,
.news-filter-list li.level-0 a {
	color: #fff !important;
}

.news-filter-list li.level-1 {
	margin-left:10px;
	padding-left: 10px;
}
.news-filter-dropdown li.level-1 {
	padding-left: 20px;
}
/* soical share */
.custom-share-buttons {
	display: flex;
	gap: 20px;
	margin: 30px 0 0 0;
	align-items: center;
}

.custom-share-buttons[data-style="vertical"] {
	flex-direction: column;
	align-items: flex-start;
}

.custom-share-buttons[data-align="center"] {
	justify-content: center;
}

.custom-share-buttons[data-align="right"] {
	justify-content: flex-end;
}

.share-btn {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	background: none;
	padding: 0;
}

.share-icon {
	display: inline-flex;
	align-items: center;
	width: 32px;
	height: 32px;
	color: #e66b55;
}

.custom-share-buttons[data-size="small"] .share-icon {
	width: 24px;
	height: 24px;
}

.custom-share-buttons[data-size="large"] .share-icon {
	width: 40px;
	height: 40px;
}

.share-icon svg {
	width: 100%;
	height: 100%;
	fill: #e66b55;
}

.share-btn:hover .share-icon {
	color: #d55a47;
}

.share-btn:hover .share-icon svg {
	fill: #d55a47;
}

/* Hide labels by default to match the design */
.share-label {
	display: none;
}

/* Show labels only when explicitly requested */
.custom-share-buttons[data-show-labels="true"] .share-label {
	display: inline;
	margin-left: 8px;
	color: #e66b55;
	font-weight: 500;
	font-size: 14px;
}

.custom-share-buttons[data-show-labels="true"] .share-btn:hover .share-label {
	color: #d55a47;
}

/*  */

.v11-filter-bar {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
}

.v11-filter-bar input,
.v11-filter-bar select {
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.v11-card--row {
	display: flex;
	gap: 20px;
	align-items: start;
	flex-direction: column;
	width: 100%;
}

.v11-thumb {
	display: block;
	/* overflow: hidden; */
	border-radius: 10px;
}

.v11-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.v11-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	justify-content: space-between;
}

.v11-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.v11-badge {
	font-size: 16px;
	color: #e27057;
	font-weight: 600;
}

.v11-title {
	margin: 2px 0 2px;
	font-size: 18px;
	line-height: 1.3;
}

.v11-title a {
	text-decoration: none;
	color: #252525;
	font-weight: 700 !important;
}

.event-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
div#event-results {
	margin-top: 40px;
}
.v11-title a:hover {
	text-decoration: underline;
}

.v11-meta {
	font-size: 18px;
	color: #252525;
	display: flex;
	gap: 8px;
	align-items: center;
}

.v11-meta__sep {
	opacity: 0.6;
}

.v11-excerpt {
	font-size: 14px;
	color: #555;
}

.v11-arrow img {
	width: 26px;
}

a.v11-thumb {
	width: 100%;
}

.share-icon svg path {
	fill: grey;
}
.h_menu .elementor-nav-menu .sub-menu a,
.h_menu .elementor-nav-menu .sub-menu a:hover {
	line-height: normal !important;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.input_field {
	font-size: 19px !important;
}
select#country-tel-select {
	padding-right: 40px !important;
}

.next span.elementor-icon-box-title {
	width: 100% !important;
}

.next .elementor-icon-box-wrapper {
	align-items: center !important;
}

#wpcf7-f4289-o1 .wpcf7-response-output {
	display: none !important;
}

/* register-form */

button.v11-close-btn {
	background: #e66b5552;
	padding: 9px 16px 7px !important;
	border-radius: 100%;
	border: none;
	font-size: 24px;
	display: none;
}

.global-form input {
	width: 100% !important;
	font-family: "Poppins", Sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	color: #252525 !important;
	border: 1px solid #c9c9c9 !important;
	border-radius: 11px !important;
	padding: 16px 24px !important;
	outline: none;
	margin-top: 12px;
}

.global-form .input-group {
	margin-bottom: 20px;
	display: block;
}

.global-form select {
	line-height: normal;
	font-size: 18px !important;
	padding: 18px 24px !important;
	margin-top: 12px !important;
	border-radius: 11px !important;
}

.global-form textarea {
	margin-top: 12px !important;
	border-radius: 11px !important;
}

.global-form input[type="checkbox"] {
	width: unset !important;
	margin: 0;
}

.input-group.input-one-third .checkbox-text {
	display: flex;
	width: auto !important;
	gap: 10px;
}

.btn-proceed.finish {
	width: auto !important;
	float: right;
}

.global-form .checkbox-text input {
	width: auto !important;
	margin: 0 !important;
}

.global-form .select2-container--default .select2-selection--multiple {
	border-radius: 6px;
	border: 1px solid #ccc;
	min-height: 60px;
	padding: 5px;
	margin-top: 12px;
}

.global-form
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
	background-color: #e9e9e9;
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 8px;
	margin-top: 5px;
}

.proceed-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn-proceed,
.v11-save-btn,
.v11-close.cancel,
.v11-logout-btn {
	background-color: #e66b55;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	border-radius: 42px 42px 42px 42px;
	padding: 19px 39px 19px 39px;
	border: none !important;
	color: #fff !important;
}

.v11-logout-btn {
	width: auto !important;
}

.input-proceed-button {
	width: 50% !important;
}
.company-it .input-proceed-button {
	width: 33% !important;
}

p.save-cancel-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.reg-next {
	width: auto !important;
	float: right;
}

/* .nav-bar {
display: none;
} */
.global-form input[type="submit"] {
	background: #252525 !important;
	color: #fff !important;
	cursor: pointer;
}
.custom-form-message {
	margin-top: 18px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}
.custom-form-message.error {
	color: #fff;
	background: #e74c3c;
	border: 1px solid #e74c3c;
	padding: 12px 18px;
	border-radius: 6px;
}
.custom-form-message.success {
	color: #fff;
	background: #27ae60;
	border: 1px solid #27ae60;
	padding: 12px 18px;
	border-radius: 6px;
}
.custom-form-message .msg-icon {
	font-size: 20px;
	margin-right: 8px;
}
/* //////////////////////////// */
/* my-account Page */

.v11-progressbar-wrap {
	margin: 20px 0 10px 0;
}
.v11-progressbar {
	position: relative;
	height: 32px;
}
.v11-progressbar-bg {
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	height: 8px;
	background: #eee;
	border-radius: 8px;
}
.v11-progressbar-fill {
	position: absolute;
	top: 12px;
	left: 0;
	height: 8px;
	background: #4caf50;
	border-radius: 8px;
}
.v11-progressbar-label {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}
.v11-progressbar-percent {
	display: inline-block;
	background: #fff;
	border: 3px solid #4caf50;
	color: #4caf50;
	font-weight: bold;
	padding: 2px 18px;
	border-radius: 20px;
	font-size: 20px;
	line-height: 28px;
}
.v11-progressbar-status {
	margin-bottom: 10px;
}
.v11-progressbar-links {
	margin-bottom: 20px;
}
.v11-btn {
	background: #e17057;
	color: #fff;
	padding: 8px 16px;
	margin-right: 5px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
}
/* //////////////////////////////////// */
/* mulitple-select */
.select2-container--default.select2-container--focus
.select2-selection--multiple {
	border: 1px solid !important;
	outline: 0;
}
span.selection {
	position: relative !important;
}
span.select2-search.select2-search--inline {
	position: absolute !important;
}
.select2-container .select2-search--inline .select2-search__field {
	border: none !important;
	font-size: 100% !important;
	margin-top: 10px !important;
	margin-left: 16px !important;
	padding: 0 !important;
	height: fit-content !important;
	font-family: "Poppins" !important;
	line-height: normal !important;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple {
	border: 1px solid !important;
	outline: 0;
}
span.selection {
	position: relative !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__display {
	padding-left: 20px !important;
	font-size: 15px;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
	font-size: 16px;
	height: 100%;
}

/* User My account css */

/* Modal: keep multi-selects compact and scrollable */
#v11-modal .v11-modal-body select[multiple] {
	max-height: 220px;
	min-height: 80px;
	overflow: auto;
	width: 100%;
	box-sizing: border-box;
}

/* Small screens: reduce visible size */
@media (max-width: 600px) {
	#v11-modal .v11-modal-body select[multiple] {
		max-height: 140px;
	}
}

/* Tab styling for profile buttons */
.v11-progressbar-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}

.v11-btn {
	background: #f5f5f5;
	color: #666;
	border: 2px solid #ddd;
	padding: 12px 20px;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 500 !important;
	font-size: 18px;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
	flex: 1;
	min-width: 200px;
}

.v11-btn:hover {
	border-color: #e66b55;
	color: #e66b55;

	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Active tab styling */
.v11-btn.active {
	background: #e66b55;
	color: white;
	border-color: #e66b55;
}

.v11-btn.active:hover {
	background: #e66b55;
	border-color: #e66b55;
}

/* Completed tab styling */
/* .v11-btn.completed {
background: #4caf50;
color: white;
border-color: #4caf50;
position: relative;
}

.v11-btn.completed::after {
content: "✓";
position: absolute;
top: -8px;
right: -8px;
background: #22543d;
color: white;
border-radius: 50%;
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}

.v11-btn.completed:hover {
background: #4caf50;
border-color: #4caf50;
} */

/* Responsive adjustments */
@media (max-width: 768px) {
	.v11-progressbar-links {
		flex-direction: column;
	}

	.v11-btn {
		min-width: auto;
		font-size: 13px;
		padding: 10px 15px;
	}
}

/* People Block Styling */
.flexed-form.numbered-form {
	border: 2px solid #e8e8e8;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fafafa;
	position: relative;
	margin-top: 20px;
}

.flexed-form.numbered-form:before {
	content: "Person " counter(person-counter, decimal);
	counter-increment: person-counter;
	position: absolute;
	top: -12px;
	left: 20px;
	background: #e66b55;
	color: white;
	padding: 4px 12px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: bold;
}

.input-subform {
	counter-reset: person-counter;
}

.remove-extra-people {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.btn-remove-people {
	background: #e66b55 !important;
	color: white !important;
	border: none !important;
	padding: 6px 12px !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	transition: background-color 0.3s ease !important;
}

.btn-remove-people:hover {
	background: #e66b55 !important;
}

.js-add-people {
	background: #48bb78 !important;
	color: white !important;
	border: none !important;
	padding: 12px 20px !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	transition: all 0.3s ease !important;
}

.js-add-people:hover {
	background: #e66b55 !important;
	transform: translateY(-1px) !important;
}

/* Form Validation Error Styling */
input.error-field,
.error-field {
	border: 2px solid #e53e3e !important;
}

input.error-field:focus,
.error-field:focus {
	border-color: #c53030 !important;
	outline: none !important;
}

/* Error Message Styling */
.custom-form-message {
	padding: 12px 16px;
	margin: 10px 0;
	border-radius: 6px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}

.custom-form-message.error {
	background-color: #fed7d7;
	color: #c53030;
	border: 1px solid #feb2b2;
}

.custom-form-message.success {
	background-color: #c6f6d5;
	color: #22543d;
	border: 1px solid #9ae6b4;
}

.custom-form-message .msg-icon {
	font-size: 16px;
	font-weight: bold;
	flex-shrink: 0;
}

/* Modal Error Container */
.v11-modal-errors {
	margin-bottom: 15px;
}

.v11-modal-errors .custom-form-message {
	margin: 0 0 15px 0;
	animation: slideDown 0.3s ease;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Form Field Focus Enhancement */
#v11-modal input[required]:focus,
#v11-modal select[required]:focus,
#v11-modal textarea[required]:focus {
	border-color: #4a90c2;
	box-shadow: 0 0 0 3px rgba(74, 144, 194, 0.1);
	outline: none;
}

/* Required Field Indicator */
#v11-modal label:after {
	content: "";
}

#v11-modal input[required] + label:after,
#v11-modal select[required] + label:after,
#v11-modal textarea[required] + label:after {
	content: " *";
	color: #e53e3e;
	font-weight: bold;
}

/* Event registration table */

.event-history-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}
.event-history-table th,
.event-history-table td {
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	line-height: normal;
}
.event-history-table th {
	background-color: #f5f5f5;
	font-weight: 500;
}
.event-history-table tr:hover {
	background-color: #f9f9f9;
}
.action-button {
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}
.cancel-btn,
.reregister-btn {
	background-color: #e66b55;
	color: white;
	font-family: "Poppins";
	font-weight: 600;
	font-size: 14px;
}

.reregister-btn {
	background-color: #28a745;
	color: white;
}
.reregister-btn:hover {
	background-color: #218838;
	color: white;
}

.v11-dot-progress-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
	padding: 20px;
	flex-wrap: wrap;
}

.v11-dot-progress-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 80px;
}

.v11-dot {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 3px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.3s ease;
}

.v11-dot-number {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	transition: all 0.3s ease;
}

.v11-dot-check {
	display: none;
	font-size: 18px;
	color: #fff;
}

.v11-dot-label {
	font-size: 16px;
	color: #666;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	transition: all 0.3s ease;
}

.v11-dot-connector {
	width: 60px;
	height: 3px;
	background: #ddd;
	margin: 0 10px;
	margin-bottom: 40px;
	transition: all 0.3s ease;
}

/* Active state */
.v11-dot-progress-item.active .v11-dot {
	border-color: #e66b55;
	background: #e66b55;
}

.v11-dot-progress-item.active .v11-dot-number {
	color: #fff;
}

.v11-dot-progress-item.active .v11-dot-label {
	color: #e66b55;
}

/* Completed state */
.v11-dot-progress-item.completed .v11-dot {
	border-color: #46b450;
	background: #46b450;
}

.v11-dot-progress-item.completed .v11-dot-number {
	display: none;
}

.v11-dot-progress-item.completed .v11-dot-check {
	display: block;
}

.v11-dot-progress-item.completed .v11-dot-label {
	color: #46b450;
}

.v11-dot-connector.completed {
	background: #46b450;
}

span[data-name="checkbox-684"] {
	display: none;
}

.select2-container {
	width: 100% !important;
}

#custom-login-form p,
#custom-registration-form p {
	margin-bottom: 20px;
}

a.custom-lostpass-link,
a.custom-registration-link {
	color: inherit;
}

#custom-registration-form a {
	color: inherit;
}

body .mo-openid-app-icons>p {
	margin-bottom: 10px !important;
}

#custom-reset-password-form p {
	margin-bottom: 20px;
}
#v11-profile-form .checkbox-group input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #E66B55;
	background-color: transparent;
	border-radius: 4px !important;
	display: inline-block;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 5px;
	padding: 0px !important;
}

#v11-profile-form .checkbox-group input[type="checkbox"]:checked {
	background-color: #E66B55;
	border-color: #E66B55 !important;
}

#v11-profile-form .checkbox-group input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 2.8px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

#v11-profile-form .checkbox-group label {
	margin-right: 20px;
}

.checkbox-group {
	margin-top: 10px;
}


.detail-form .wpcf7-spinner{
	width: auto;
	top: 14px;
}


.password-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.toggle-password {
	position: absolute;
	top: 70%;
	right: 24px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #888;
}

.phone-input-wrapper{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.global-form  .account-mobile {
	width: 64.7% !important;
}

input[type="checkbox"]{
	cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.phone-input-wrapper select, .phone-input-wrapper .select2-container {
	width: 34% !important;
}

.select2-container{
	width: 100% !important;
}

.proceed-buttons.user_profile .input-proceed-button {
	width: 100% !important;
}

#v11-profile-form .select2-selection__arrow b {
    border: none !important;
}


#v11-profile-form .select2-selection.select2-selection--single {
	height: 60px;
	color: #252525 !important;
	border: 1px solid #c9c9c9 !important;
	border-radius: 11px !important;
	padding: 16px 24px !important;
	margin-top: 12px;
}


#v11-profile-form .select2-selection__arrow{
	height: 30px !important;
	width: 30px !important;
	top: 28px !important;
	right: 12px !important;
}

#v11-profile-form .select2-selection__arrow::before {
	content: "";
	display: inline-block;
	width: 16px; 
	height: 16px; 
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px; 
	top: 50%;
	transform: translateY(-50%);

}

body:not(.logged-in) .my-account-btn {
    display: none !important;
}
 
/* Hide the Login link for logged-in users */
body.logged-in .sign-in-btn {
    display: none !important;
}
.mo_btn_transform_i:hover ,
.mo_btn_transform:hover{
    transform: scale(1.1) !important;
    transition: 0.5s;
}
.news_featured_img img,
.v11-thumb img{
    aspect-ratio: 4 / 3;
    object-fit: fill;
    background: #f0efef;
}
/* logo slider */
.logo-slider-container {
    display: flex;
    gap:70px;
}
.logo-slider-slide {
    display: flex;
    gap: 70px;
    align-items: center;
    white-space: nowrap;
	width:auto;
	flex-shrink: 0;
}

.logo-image {
    width: auto;
    display: inline-block;
    max-height: 80px;
    object-fit: contain !important;
	flex: 0 0 auto;
}
/* Responsive design */
@media (max-width: 767px) {
	.v11-dot-progress-container {
		flex-direction: column;
		align-items: center;
	}

	.v11-dot-connector {
		width: 3px;
		height: 30px;
		margin: 10px 0;
	}

	.v11-dot-progress-item {
		margin: 5px 0;
	}
	.logo-slider-container,
	.logo-slider-slide {
		display: flex;
		gap: 40px;
	}
	.logo-image {
	 max-height: 60px;
	}
}

.solud-out{
font-size:bold;
}
