:root {
    --bs-primary: #A16AE8; /* Replace with your primary color */
    --bs-secondary: #25AB75; /* Replace with your secondary color */
    --wefit-primary-color: #A16AE8;
    --wefit-primary-color-darker: #8358b1;
    --wefit-primary-color-lighter: #C69AFF;
    --wefit-secondary-color: #25AB75;
    --wefit-tertiary-color: #FFC859;
    --wefit-white: rgb(238, 238, 238);
    --wefit-gray: #9B9EA3;
    --wefit-gray-text: #6E7580;
    --wefit-gray-background: #F5F6FA;
    --wefit-dark: #252525;
    --wefit-black: #111111;
    --wefit-image-radius: 5px;
}

.bg-primary-color {
    background-color: var(--wefit-primary-color);
}

.bg-gray-background {
    background-color: var(--wefit-gray-background);
}

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}


.wefit-inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




@media (min-width: 992px) {
	.owl-stage .col-lg-6 {
		width: 95%;
	}

	.classes__slider .col-lg-4 {
		width: 90%;
	}
}

.mb-6 {
    margin-bottom: 4rem;
}

.mb-7 {
    margin-bottom: 5rem;
}

.mb-8 {
    margin-bottom: 6rem;
}

/* Venue logo card */

.venue-logo {
	display: block;
    margin: 0 auto;
    max-width: 60%;  /* Adjust the max-width as needed */
    height: auto;   /* Ensure the image scales proportionally */
	padding-top: 20px;
}


.site-btn {
    align-items: center; /* Center items vertically */
}

.site-btn-cta-sidebar {
	width: 100%;
	padding: 14px 0;
}

.dropdown-language {
	padding: 10px 15px !important;
}

.dropdown-language i {
    background-image: url(../img/flags/romanian.png);
    background-size: cover;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 8px; /* Adjust space between the icon and text */
	vertical-align: middle; /* Ensure the icon is aligned with the text */
}

.dropdown-toggle::after {
    margin-left: .255em;
    padding-top: 2px;
    vertical-align: 0; /* Align the arrow with the flex items */
}


.venue-logo-card, .card {
	border: 1px solid rgba(189, 188, 191, 0.314);
}

.no-indent {
	list-style: none;
	padding-left: 2px;
}


.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: calc(80px + 1rem);
	z-index: 1000; /* Optional: Adjust the z-index as needed */
}


#map {
	width: 100%;
	height: 600px;
}

#venues-map-container {
	width: 100%;
    padding-bottom: 50%; /* 60% of width sets a 4:2 aspect ratio for the map */
    position: relative;
	margin-bottom: 10px; /* Add margin bottom to create space */
}

#venues-map {
	width: 100%;
    height: 100%; /* Set height to 100% to fill the container */
    position: absolute;
    top: 0;
    left: 0;
}

#venues-map-container-half {
    width: 50%;
    padding-bottom: 50%; /* 60% of width sets a 4:2 aspect ratio for the map */
    position: relative;
	margin-bottom: 10px; /* Add margin bottom to create space */
}
#venues-map-half {
    width: 200%;
    height: 100%; /* Set height to 100% to fill the container */
    position: absolute;
    top: 0;
    left: 0;
}



.url-link-gray {
	text-decoration: none;
	color: rgb(74, 74, 74);
}

/* Center activities tags */
.activities-tags {
	margin-right: auto;
	margin-left: auto;
}

.tag {
	font-size: 14px;
	font-weight: 700;
	color: var(--wefit-primary-color);
	display: inline-block;
	border: 1px solid rgba(155, 158, 163, 0.2);
	padding: 10px 20px;
    border-radius: 25px;
    border-color: var(--wefit-primary-color);
	margin-right: 5px;
	margin-bottom: 10px;
}

.tag:focus, 
.tag:hover {
	color: var(--wefit-primary-color-darker);
}



.custom-badge {
    background-color: var(--wefit-gray); /* Replace with your desired color */
    color: white; /* Adjust the text color if necessary */
	padding: 15px 25px 15px 25px;
}


.footer__left {
    text-align: left;
}

.footer__right {
    display: flex;
    justify-content: flex-end;
}

.footer__right .col-lg-3,
.footer__right .col-md-6,
.footer__right .col-sm-6 {
    text-align: left; /* Ensure text within the columns is left-aligned */
}

@media (max-width: 992px) {
    .footer__right {
        justify-content: flex-start;
    }
}

/* Remove indent from a list */
.no-indent {
    list-style-type: none; /* Removes the bullet points */
    padding-left: 0; /* Removes the padding */
    margin-left: 0; /* Removes the margin */
}



.language-select {
    padding: 1px 40px 2px 30px;
    letter-spacing: 1px;
    background-color: transparent;
    border: white 1px solid;
    text-transform: none;
}

.language-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    letter-spacing: 1px;
    right: 20px !important;
}

.language-select .option {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 30px;
    color: #7b7b7b !important;
    letter-spacing: 1px;
}


/* sidebar navigation tabs / pills */
.sidebar-tab {
    color: #5768AD;
    border: 1px solid #5768AD;
    display: block;
    padding: 0.5rem;
    margin: 0.5rem 0 0 0;
}

.sidebar-tab:hover,
.sidebar-tab:focus {
	text-decoration: none;
	outline: none;
	color: #7a91ec;
}

/* .active {
    color: white !important;
    background-color: #5768AD !important;
} */



.title-left {
	text-align: left;
}

i {
    color: var(--wefit-primary-color);
}

i.icon-large {
    font-size: 30px;
}

i.icon-extra-large {
    font-size: 40px;
}

i.icon-white {
    color: white;
}

i.icon-gray {
    color: var(--wefit-gray);
}

i.icon-black {
    color: var(--wefit-black);
}


.dropdown-menu.show {
    display: block;
    border-radius: 10px;
    border: 1px solid rgb(215, 215, 215);
}

.dropdown-menu-profile {
    padding-left: 5px;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
}

.dropdown-menu-profile .dropdown-item {
    color: var(--wefit-gray-text);
    font-size: 16px;
    width: 100%;
    display: block; /* Ensures the button takes up the full width */
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    background-color: var(--wefit-primary-color);
}


/* Select2 */

.select2-selection.select2-selection--multiple {
    min-height: 100px !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: var(--wefit-primary-color) !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    display: inline-block;
    width: auto !important;
    margin-right: 5px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    float: left;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: 100px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    height: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--wefit-gray-text) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 6px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--wefit-primary-color) !important;
}


/* Profile menu items */
.profile_menu_items h4 {
    color: var(--wefit-gray-text);
    margin-bottom: 15px;
}


/* Profile */

.nav-link-profile.active {
    color: white !important;
    background: linear-gradient(to right, rgba(133, 58, 233, 0.7), rgba(133, 58, 233, 0.7));
    background-color: transparent !important;
}

.nav-link-profile {
    color: var(--wefit-gray-text);
    margin-bottom: 5px;
}

.nav-link-profile:hover {
    color: var(--wefit-gray-text);
    text-decoration: none;
}

.nav-link-profile:focus {
    color: white !important;
    text-decoration: none;
}

.nav-link.focus-visible {
    box-shadow: none !important;
}




.profile-section {
    margin-top: 50px;
    margin-bottom: 100px;
}

.profile-logo {
	max-width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;

}



.how-it-works-title {
    text-align: left !important;
}


.background-gray {
    background-color: #f5f6fa;
}


/* Masonry */

.masonry-section {
    background-color: var(--wefit-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 800px;

}

.masonry__text {
    display: flex;
    flex-direction: column;
    /* align-items: center; */

}

.masonry__text h2,
.masonry__text h3,
.masonry__text h4,
.masonry__text h5,
.masonry__text p {
    color: var(--wefit-white);
}

.masonry__container {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: flex-end;
}

.masonry__column {
    width: calc(100% / 3);
}

.masonry__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 10px;
    height: 275px;
    width: 200px;
    border-radius: var(--wefit-image-radius);
}

.vertical-center {
    display: flex;
    align-items: center;
}


.text-left {
    text-align: left;
}




.hero-vp-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 750px;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden;
}

.hero-vp-section-light {
    background-color: var(--wefit-gray-background);
}

.hero-vp-section-dark {
    background-color: var(--wefit-dark);
}

.hero-vp-title {
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px !important;
}

.hero-vp-title-highlight-container {
    position: relative;
    height: 1.2em; /* Adjust based on your font size */
}

.hero-vp-title-highlight-slides {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hero-vp-title-highlight-slide {
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: var(--wefit-primary-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.hero-vp-title-highlight-slide.active {
    opacity: 1;
}

.hero-vp-title-highlight-slide-color-dark {
    color: var(--wefit-dark);
}

.hero__vp__text {
    display: flex;
    flex-direction: column;
}

.hero__vp__text h1,
.hero__vp__text h2,
.hero__vp__text h3,
.hero__vp__text h4,
.hero__vp__text p {
    font-weight: 700;
}

.hero__vp__text-color-light {
    color: var(--wefit-white);
}

.hero__vp__text-color-dark {
    color: var(--wefit-dark);
}


.hero__vp__image__container {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    justify-content: flex-end;
    width: 100%;
}

.hero__vp__image__column {
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* This will align the images to the right within each column */
}

.hero__vp__image__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0px;
    height: 260px;
    width: 90%;
    border-radius: var(--wefit-image-radius);
}


/* FAQ Section */

.faq__section {
    background-color: white;
}


/* Alert messages */
.alert-message {
    z-index: 1000;
}


/* Counter 2 */

#counter {    
    background-color: var(--wefit-dark);
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 100px 0;
}
#counter .count {
    padding: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    border-radius: var(--wefit-image-radius);
}
.count h4 {
    color: #fff;
	font-size: 16px;
	margin-top: 0;
}
#counter .count .fa,
#counter .count .fa-regular {
    font-size: 30px;
    display: block;
    color: #fff;
}
#counter .number {
    color: var(--wefit-white);
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 20px 0;
}


/* How it works */

.how-it-works-images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 650px;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
}

.how-it-works-image-first {
    align-self: flex-start;
    z-index: 3;
    margin-right: -5%;
}

.how-it-works-image-middle {
    align-self: center;
    z-index: 2;
    margin-right: -5%;
}

.how-it-works-image-last {
    align-self: flex-end;
    z-index: 1;
}

.how-it-works-image-first,
.how-it-works-image-middle,
.how-it-works-image-last {
    width: 35%;
}

.how-it-works-image-first img,
.how-it-works-image-middle img,
.how-it-works-image-last img {
    border-radius: var(--wefit-image-radius);
}



/* Venue benefits */

.venue-benefits {
    background-color: var(--wefit-gray-background);
}


/* Profile */

.profile-section-header {
    margin-bottom: 20px;
}

.profile-section-header h3 {
    font-weight: 600;
}

.progress-bar {
    background-color: var(--wefit-primary-color);
}

.progress-bar-gray {
    background-color: var(--wefit-gray);
}

.account-button {
    text-transform: none !important;
}

.profile-headline {
    margin-top: 10px;
}