/* Ajout dâ€™un background par dÃ©faut si nÃ©cessaire */
.background-image-50 {
    background-image: url("URL_DE_L_IMAGE");
    background-size: cover;
    background-position: center;
}

/* Sections en position absolue */
.cus-section-absolute-right {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}

.cus-section-absolute-left {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Famille de police */
.font-family-eil > * {
    font-family: "EIL", "Gotham", -apple-system, BlinkMacSystemFont, 
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, 
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-family-gotham > * {
    font-family: "Gotham" !important;
}

/* EmpÃªcher le dÃ©filement horizontal */
html, body {
    overflow-x: hidden;
}

/* Autoriser le dÃ©filement vertical sauf si .overflow-hidden est actif */
body {
    overflow-y: auto;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: hidden;
}

/* --- FILTRES FACETWP --- */
.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio {
    display: flex;
    gap: 20px 34px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 !important;
}

.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio {
    background: none !important;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    line-height: 33.6px;
    margin-bottom: 0;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio.checked {
    font-size: 26px;
    font-weight: 700;
    line-height: 33.6px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #000;
}

/* Masquer les compteurs */
.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio .facetwp-counter {
    display: none !important;
}

/* Styles pour les dropdowns */
.filters-section .facetwp-facet-filter_by_campus.facetwp-type-dropdown > select,
.filters-section .facetwp-facet-sort_by_date.facetwp-type-sort > select {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    appearance: none;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    box-shadow: none;
    padding: 6px 22px 6px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    width: 250px;
}

/* --- TESTIMONIAL CAROUSEL --- */
.test-name {
    font-family: "Gotham" !important;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.test-date {
    font-family: "Gotham" !important;
    font-size: 14px;
    color: #5B4B4B; /* Correction ici */
    line-height: 1.5;
    font-weight: 500;
}

.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 10px 15px !important;
    border: 1px solid #000; /* Correction ici */
}

.elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
    top: 62%;
    left: 0 !important; /* Correction pour Ã©viter que la flÃ¨che sorte de lâ€™Ã©cran */
}

.elementor-widget-testimonial-carousel .elementor-swiper-button-next {
    top: 62%;
    right: 0 !important;
}

/* --- RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .cus-event-grid {
        gap: 40px 0;
    }
    
    .cus-event-grid .event-details {
        padding: 12px;
    }

    .cus-event-grid .event-item {
        width: 100%;
        padding: 0 30px;
    }

    .cus-event-grid .event-media img {
        height: auto !important;
        min-height: 180px;
    }

    .cus-event-grid .event-media {
        min-height: 180px;
    }
}

/* --- MENU MEGA --- */
#mega-menu-wrap-primary-nav #mega-menu-primary-nav > li.mega-menu-item > a.mega-menu-link {
    filter: brightness(0) invert(1);
}

/* --- PERSONNALISATION DU MENU --- */
.top-menu_subnav a {
    color: white !important;
}

.form-wrapper {
  max-width: 600px;
  background: #1a1a1a;
  color: #fff;
  padding: 2rem;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  margin: auto;
}

.form-wrapper .row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.form-wrapper .col {
  flex: 1;
  min-width: 48%;
}

.form-wrapper .col-full {
  flex: 100%;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 1rem;
}

.form-wrapper .checkbox {
  align-items: center;
}

.form-wrapper .checkbox input {
  margin-right: 0.5rem;
}

.form-wrapper .submit-btn {
  background-color: #1a73e8;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 0.75rem;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}.cf7-brochure-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: 'Inter', sans-serif;
  text-align: left;
}

.cus-section-absolute-right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
}

.cus-section-absolute-left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
}

.font-family-eil > * {
	font-family: "EIL", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-family-gotham > * {
	font-family: "Gotham" !important;
}

html, body {
	overflow-x: hidden;
}

body {
	overflow-y: auto;
}

html.overflow-hidden,
body.overflow-hidden {
	overflow: hidden;
}

/* Facet filters CSS */
.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio {
	display: flex;
  gap: 20px 34px;
  flex-wrap: wrap;
	align-items: center;
	margin: 0 !important;
}

.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio {
	background: none !important;
	padding: 0;
	font-size: 26px;
	font-weight: 300;
	line-height: 33.6px;
	margin-bottom: 0;
	text-decoration: underline;
	text-decoration-color: transparent;
}

.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio.checked {
	font-size: 26px;
	font-weight: 700;
	line-height: 33.6px;
	text-decoration: underline;
	text-underline-offset: 8px;
	text-decoration-color: #000;
}

.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio .facetwp-counter {
	display: none !important;
}

.filters-section .facetwp-facet-filter_by_campus.facetwp-type-dropdown,
.filters-section .facetwp-facet-sort_by_date.facetwp-type-sort {
	margin: 0;
}

.filters-section .facetwp-facet-filter_by_campus.facetwp-type-dropdown > select,
.filters-section .facetwp-facet-sort_by_date.facetwp-type-sort > select {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	background-color: transparent;
  border: none;
  cursor: pointer;
	appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23334155' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  box-shadow: none;
  padding: 6px 22px 6px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden !important;
  width: 250px;
	margin-left: -6px;
}

.filters-section .facetwp-facet-filter_by_campus.facetwp-type-dropdown > select option,
.filters-section .facetwp-facet-sort_by_date.facetwp-type-sort > select option {
	font-size: 16px;
	line-height: 18px;
}

.filters-section .facetwp-selections ul {
	padding: 0;
	margin: 0;
}

.filters-section .facetwp-selections .facetwp-selection-label {
	display: none;
}

.filters-section .facetwp-selections .facetwp-selection-value {
	background-color: #A5C5E2;
  border-radius: 16px;
  padding: 3px 25px 3px 10px;
  background-position: right 8px center;
  background-size: 10px;
	line-height: 24px;
}


/* Facet event grid CSS */

.cus-event-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    margin-left: -20px;
    margin-right: -20px;
}

.cus-event-grid .event-item {
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.cus-event-grid a.event-link-wrap {
    width: 100%;
}

.cus-event-grid .event-media {
    position: relative;
		min-height: 260px;
		background: #F3F2F8;
}

.cus-event-grid .event-media img {
    height: 260px !important;
    object-fit: fill;
}

.cus-event-grid span.event-tag {
    color: white;
    background: #000;
    padding: 3px 10px;
    border-radius: 16px;
    line-height: 24px;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 40px;
}

.cus-event-grid .event-details {
    padding: 12px 20px 20px;
    border: 1px solid #EFF1F3;
    border-top: 8px solid #A6CBB8;
		flex-grow: 1;
		display: flex;
    flex-direction: column;
}

.cus-event-grid .event-category-link {
    color: #A6CBB8;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-transform: uppercase;
}

.cus-event-grid .event-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.cus-event-grid .event-address-wrap {
    margin-top: 40px;
    display: flex;
    gap: 8px;
}

.cus-event-grid .event-location-city {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.cus-event-grid .event-location-address {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.cus-event-grid .event-datetime-wrap {
    margin-top: 20px;
    display: flex;
    gap: 8px;
}

.cus-event-grid .event-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
		text-transform: uppercase;
}

.cus-event-grid .event-time {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.cus-event-grid .event-links {
    display: flex;
		align-items: flex-end;
    margin-top: 40px;
    gap: 20px;
		flex-grow: 1;
		flex-wrap: wrap;
    justify-content: center;
		align-content: flex-end;
}

.cus-event-grid a.event-popup {
    padding: 12px 28px;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 30.6px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.cus-event-grid a.event-popup svg {
    margin-left: 8px;
}

.cus-event-grid a.event-link {
    padding: 12px 28px;
    background: #000;
    color: white;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    flex-grow: 1;
    text-align: center;
    border: 1px solid #000;
    transition: all .3s ease;
}

.cus-event-grid a.event-link:hover {
    color: #000;
    background: transparent;
}

.cus-event-grid a.event-popup:hover {
    color: white;
    background: #000;
}

.cus-event-grid a.event-popup:hover svg path {
    stroke: white;
}

.cus-event-grid .show-in-mobile {
	display: none;
}

.facetwp-facet-pagination {
	margin-bottom: 0 !important;
}

.facet-pagination a.facetwp-page {
    height: 40px;
    min-width: 40px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #59595B;
    padding: 10px;
    margin: 0;
}

.facet-pagination .facetwp-pager {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 0;
	
}

.facet-pagination a.facetwp-page.active {
	background: #000;
	color: #fff;
}

.facet-pagination a.facetwp-page.next {
	margin-left: 22px;
}

.facet-pagination a.facetwp-page.prev {
	margin-right: 22px;
}

.facet-pagination a.facetwp-page.next.active:after,
.facet-pagination a.facetwp-page.prev.active:before {
	filter: invert(1);
}

a.facetwp-page.next:after,
a.facetwp-page.prev:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='12' viewBox='0 0 11 12' fill='none'%3E%3Cpath d='M0.834636 5.99996L10.168 5.99996M10.168 5.99996L5.5013 1.33329M10.168 5.99996L5.5013 10.6666' stroke='%23262625' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: inline-block;
}

a.facetwp-page.next:after {
    margin-left: 8px;
}

a.facetwp-page.prev:before {
    margin-right: 8px;
    rotate: 180deg;
}


/* Event popup CSS */
.custom-event-modal-wrap {
	scrollbar-gutter: stable both-edges;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000029;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    justify-content: center;
    align-items: center;
		padding: 50px 20px;
    overflow-y: auto;
}

.custom-event-modal-wrap .custom-event-modal {
    background: white;
    max-width: 700px;
    padding: 20px;
    box-shadow: 2px 4px 12px 0px #00000040;
    border-radius: 12px;
    position: relative;
		width: 100%;
		margin: 0 auto;
    border: 1px solid #000;
    scrollbar-gutter: stable both-edges;
}

.custom-event-modal-wrap .event-modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.custom-event-modal-wrap .event-modal-close-btn svg {
    height: 23px;
    width: 23px;
}

.custom-event-modal-wrap .event-category-name {
    color: #A6CBB8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    line-height: 33.6px;
}

.custom-event-modal-wrap .event-full-content {
	margin-top: 24px;
}

.custom-event-modal-wrap .event-full-content * {
    margin-top: 0;
    font-size: 16px;
}

.custom-event-modal-wrap .event-full-content a {
	text-decoration: underline;
}

.custom-event-modal-wrap .event-address-wrap {
    margin-top: 24px;
    display: flex;
    gap: 8px;
}

.custom-event-modal-wrap .event-datetime-wrap {
    margin-top: 24px;
    display: flex;
    gap: 8px;
}

.custom-event-modal-wrap a.event-subscribe-btn {
    margin-top: 24px;
    background: #000000;
    color: white;
    font-weight: 700;
    font-size: 26px;
    line-height: 31.2px;
    width: 100%;
    text-align: center;
    padding: 10px 28px;
    border: 2px solid #000;
    transition: all .3s ease;
		text-transform: uppercase;
}

.custom-event-modal-wrap a.event-subscribe-btn:hover {
    background: white;
    color: #000;
}

.custom-event-modal-wrap .event-location-city {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

.custom-event-modal-wrap .event-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.custom-event-modal-wrap .event-time {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}


@media screen and (max-width: 768px){
	.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio {
		justify-content: center;
	}
	
	.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio,
	.filters-section .facetwp-facet-filter_by_category.facetwp-type-radio .facetwp-radio.checked {
		font-size: 24px;
		text-underline-offset: 4px;
	}
	
	.cus-event-grid {
		gap: 40px 0;
	}
	
	.cus-event-grid .event-details {
		padding: 12px;
	}
	
	 .cus-event-grid .event-item {
		 width: 100%;
		 padding: 0 30px;
    }
	
	.cus-event-grid .hide-in-mobile {
		display: none;
	}
	
	.cus-event-grid .show-in-mobile {
		display: block;
	}
	
	.cus-event-grid .event-media img {
		height: auto !important;
		min-height: 180px;
	}
	
	.cus-event-grid .event-media {
		min-height: 180px;
	}	
	
	.cus-event-grid span.event-tag {
		left: 0;
    top: 12px;
    border-radius: 0 16px 16px 0;
    right: 16px;
    text-align: center;
	}
	
	.cus-event-grid .event-category-link {
		font-size: 20px;
		line-height: 24px;
	}
	
	.cus-event-grid .enevt-full-content {
		font-size: 12px;
		line-height: 16px;
	}
	
	.cus-event-grid .event-location-city,
	.cus-event-grid .event-date {
		font-size: 16px;
		margin-bottom: 4px;
	}
	
	.cus-event-grid .event-time {
		font-size: 14px;
	}
	
	.cus-event-grid .event-datetime-wrap {
		margin-top: 8px;
	}
	
	.custom-event-modal-wrap .event-modal-close-btn {
			top: 5px;
			right: 10px;
	}

	.custom-event-modal-wrap .event-modal-close-btn svg {
			height: 15px;
			width: 15px;
	}
	
	.custom-event-modal-wrap .event-category-name {
		font-size: 20px;
		line-height: 24px;
	}
	
	.custom-event-modal-wrap .event-full-content * {
		font-size: 12px;
	}
	
	.custom-event-modal-wrap .event-location-city,
	.custom-event-modal-wrap .event-date {
		font-size: 16px;
		margin-bottom: 4px;
	}
	
	.custom-event-modal-wrap .event-time {
		font-size: 14px;
    }
}


/* Event jpo popup CSS */
.custom-event-modal-jpo-wrap {
    scrollbar-gutter: stable both-edges;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000029;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    overflow-y: auto;
}

.custom-event-modal-jpo-wrap .custom-event-modal-jpo {
    background: white;
    max-width: 700px;
    padding: 30px;
    box-shadow: 2px 4px 12px 0px #00000040;
    border-radius: 12px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #000;
    scrollbar-gutter: stable both-edges;
}

.custom-event-modal-jpo-wrap .event-modal-jpo-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.custom-event-modal-jpo-wrap .event-modal-jpo-close-btn svg {
    height: 23px;
    width: 23px;
}

.custom-event-modal-jpo-wrap .event-full-content {
    margin-top: 24px;
}

.custom-event-modal-jpo-wrap .event-full-content * {
    margin-top: 0;
    font-size: 16px;
}

.custom-event-modal-jpo-wrap .sub-heading {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #2E2E2E;
}

.custom-event-modal-jpo-wrap .main-heading {
    font-family: "EIL", "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    text-align: center;
    color: #000;
    margin: 10px auto 30px auto;
    max-width: 480px;
}

.custom-event-modal-jpo-wrap .fields-section-heading {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    margin-top: 40px;
    margin-bottom: 20px;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section .fieldset-label {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    display: block !important;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 20px;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section fieldset {
    display: inline-block;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section fieldset:not(:last-child) {
    margin-right: 15px;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="radio"]~label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #C4C6CA;
    box-shadow: 0px 2px 4px 0px #D9D9D9;
    margin-top: 3px;
    border-radius: 5px;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="radio"] {
    visibility: hidden;
    position: absolute;
    cursor: pointer;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="radio"]:checked~label {
    background: #000000;
    color: white;
    border: 1px solid #000000;
    font-weight: 700;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="checkbox"]~label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    margin: 0;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="checkbox"]:checked~label {
    font-weight: 700;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section input[type="checkbox"] {
    width: 17px;
    height: 17px;
    vertical-align: sub;
    accent-color: #000000;
    margin-right: 3px;
    cursor: pointer;
}

.custom-event-modal-jpo-wrap .wpcf7-form>label {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 20px;
    width: calc(50% - 3px);
    margin-bottom: 0;
}

.custom-event-modal-jpo-wrap .wpcf7-form>label.full-width {
    display: block !important;
    position: relative;
    width: 100%;
}

.custom-event-modal-jpo-wrap .wpcf7-form>label:not(.full-width):nth-of-type(odd):nth-of-type(n+3) {
    margin-right: 20px;
    width: calc(50% - 23px);
}

.custom-event-modal-jpo-wrap .wpcf7-form>label>.wpcf7-form-control-wrap {
    margin-top: 8px;
}

.custom-event-modal-jpo-wrap .wpcf7-form label input[type="radio"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.custom-event-modal-jpo-wrap .wpcf7-form label input[type="radio"]~.wpcf7-list-item-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 3px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #C4C6CA;
    box-shadow: 0px 2px 4px 0px #D9D9D9;
    display: block;
}

.custom-event-modal-jpo-wrap .dynamic-fields-section .event-campus-fields {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.custom-event-modal-jpo-wrap .event-campus-fields fieldset {
    width: calc(33.33% - 13.33px);
}

.custom-event-modal-jpo-wrap .event-campus-fields fieldset label {
    width: 100%;
}

.custom-event-modal-jpo-wrap .wpcf7-form label input[type="radio"]:checked~.wpcf7-list-item-label {
    background: #000000;
    color: white;
    border: 1px solid #000000;
    font-weight: 700;
}

.custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-list-item {
    position: relative;
}

.custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    width: calc(33.33% - 13.33px);
}

.custom-event-modal-jpo-wrap select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 11.5px 9px;
    border-color: #9B9795;
    line-height: 24px;
    border-radius: 5px;
}

.custom-event-modal-jpo-wrap input.wpcf7-form-control {
    border: 1px solid#9B9795;
    padding: 9px;
    line-height: 24px;
    width: 100%;
    border-radius: 5px;
}

.custom-event-modal-jpo-wrap input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 5px;
    background: #000;
    color: white;
    border-color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-transform: uppercase;
    white-space: normal;
}

.custom-event-modal-jpo-wrap input.wpcf7-form-control.wpcf7-submit:disabled {
    opacity: .7;
}

.custom-event-modal-jpo-wrap form.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none;
    opacity: .7;
}

.custom-event-modal-jpo-wrap .wpcf7-not-valid-tip {
    display: none;
}

.custom-event-modal-jpo-wrap .wpcf7-not-valid,
.custom-event-modal-jpo-wrap .wpcf7-not-valid .wpcf7-list-item-label {
    border-color: #dc3232 !important;
    border-width: 2px !important;
}

.custom-event-modal-jpo-wrap .wpcf7-spinner {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    margin: 0;
}

.custom-event-modal-jpo-wrap .wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px;
    text-transform: math-auto;
    margin-left: 5px !important;
}

.custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] .wpcf7-list-item-label:before {
    display: none;
}

.custom-event-modal-jpo-wrap .wpcf7-acceptance .wpcf7-list-item-label a {
    text-decoration: underline;
    display: inline;
}

.custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] {
    margin-top: -10px !important;
    text-align: center;
}

.custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    accent-color: #000000;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
    visibility: visible;
}

.custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] .wpcf7-list-item-label:after {
    display: none;
}


@media screen and (max-width: 920px) {
    .custom-event-modal-jpo-wrap .event-campus-fields fieldset,
    .custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        width: calc(50% - 10px);
    }
}


@media screen and (max-width: 768px) {

    .custom-event-modal-jpo-wrap .sub-heading {
        font-size: 14px;
    }

    .custom-event-modal-jpo-wrap .main-heading {
        font-size: 30px;
    }

    .custom-event-modal-jpo-wrap .fields-section-heading {
        font-size: 16px;
    }

    .custom-event-modal-jpo-wrap .dynamic-fields-section .fieldset-label,
    .custom-event-modal-jpo-wrap .wpcf7-form>label {
        font-size: 14px;
    }

    .custom-event-modal-jpo-wrap input.wpcf7-form-control.wpcf7-submit {
        margin-top: 10px;
    }

    .custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] label {
        line-height: 20px;
    }

    .custom-event-modal-jpo-wrap .wpcf7-acceptance .wpcf7-list-item-label,
    .custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] input[type=checkbox] {
        display: inline;
    }

    .custom-event-modal-jpo-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] {
        margin-top: 0 !important;
    }

    .custom-event-modal-jpo-wrap .event-modal-jpo-close-btn {
        top: 5px;
        right: 10px;
    }

    .custom-event-modal-jpo-wrap .event-modal-jpo-close-btn svg {
        height: 15px;
        width: 15px;
    }

    .custom-event-modal-jpo-wrap .wpcf7-form>label,
    .custom-event-modal-jpo-wrap .wpcf7-form>label.full-width {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-list-item:not(:last-child) {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 550px) {

    .custom-event-modal-jpo-wrap .event-campus-fields fieldset,
    .custom-event-modal-jpo-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .cus-event-grid .event-media img {
        height: auto !important;
        aspect-ratio: 2 / 1 !important;
    }
}






.test-name{
    font-family: "Gotham" !important;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.test-date{
   font-family: "Gotham" !important; 
	font-size: 14px;
    color: background: #5B4B4B;
    line-height: 1.5;
	font-weight: 500;
}

.elementor-widget-testimonial-carousel .swiper-slide{
	padding: 10px 15px !important;
	border: 1px solid
}

.elementor-widget-testimonial-carousel .elementor-swiper-button-prev{
	top: 62%;
	left: -25.5% !important;
}

.elementor-widget-testimonial-carousel .elementor-swiper-button-next{
	top: 62%;
	left: -22% !important;
}


@media(max-width: 581px){
    .elementor-widget-testimonial-carousel .elementor-swiper-button-prev{
	display: none;
}

.elementor-widget-testimonial-carousel .elementor-swiper-button-next{
	display: none;
}
}

.top-menu_subnav a{
	color: white !important;
}


#mega-menu-wrap-primary-nav #mega-menu-primary-nav>li.mega-menu-item>a.mega-menu-link{
	    filter: brightness(0) invert(1);
    mix-blend-mode: difference;
}


        
.jpo-event-form-wrap .dynamic-fields-section .fieldset-label {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	display: block !important;
	text-transform: uppercase;
	margin-bottom: 8px;
	margin-top: 20px;
}

.jpo-event-form-wrap .dynamic-fields-section fieldset {
	display: inline-block;
}

.jpo-event-form-wrap .dynamic-fields-section .event-campus-fields {
	display: flex;
	align-items: center;
	gap: 10px 20px;
	flex-wrap: wrap;
}

.jpo-event-form-wrap .dynamic-fields-section .event-category-fields fieldset,
.jpo-event-form-wrap .dynamic-fields-section .event-campus-fields fieldset {
	width: calc(33.33% - 13.33px);
}

.jpo-event-form-wrap .dynamic-fields-section .event-category-fields fieldset label,
.jpo-event-form-wrap .dynamic-fields-section .event-campus-fields fieldset label {
	width: 100%;
}

.jpo-event-form-wrap .dynamic-fields-section .event-time-fields fieldset:not(:last-child) {
	margin-right: 15px;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="radio"]~label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	cursor: pointer;
	border: 1px solid #C4C6CA;
	box-shadow: 0px 2px 4px 0px #D9D9D9;
	min-width: 199px;
	margin-top: 3px;
	border-radius: 5px;
}

.jpo-event-form-wrap .dynamic-fields-section fieldset:not(:last-child) input[type="radio"]~label {
	margin-bottom: 0;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="radio"] {
	visibility: hidden;
	position: absolute;
	cursor: pointer;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="radio"]:checked~label {
	background: #000000;
	color: white;
	border: 1px solid #000000;
	font-weight: 700;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="checkbox"]~label {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
	width: fit-content;
	margin: 0;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="checkbox"]:checked~label {
	font-weight: 700;
}

.jpo-event-form-wrap .dynamic-fields-section input[type="checkbox"] {
	width: 17px;
	height: 17px;
	vertical-align: sub;
	accent-color: #000000;
	margin-right: 3px;
	cursor: pointer;
}

.jpo-event-form-wrap .fields-section-heading {
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 20px;
}

.jpo-event-form-wrap .wpcf7-form>label {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: 20px;
	width: calc(50% - 3px);
	margin-bottom: 0;
}

.jpo-event-form-wrap .wpcf7-form>label.full-width {
	display: block !important;
	position: relative;
	width: 100%;
}

.jpo-event-form-wrap .wpcf7-form>label:not(.full-width):nth-of-type(odd):nth-of-type(n+3) {
	margin-right: 20px;
	width: calc(50% - 23px);
}

.jpo-event-form-wrap .wpcf7-form>label>.wpcf7-form-control-wrap {
	margin-top: 8px;
}

.jpo-event-form-wrap .wpcf7-form label input[type="radio"] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jpo-event-form-wrap .wpcf7-form label input[type="radio"]~.wpcf7-list-item-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-top: 3px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #C4C6CA;
	box-shadow: 0px 2px 4px 0px #D9D9D9;
	display: block;
	min-width: 199px;
}

.jpo-event-form-wrap .wpcf7-form label input[type="radio"]:checked~.wpcf7-list-item-label {
	background: #000000;
	color: white;
	border: 1px solid #000000;
	font-weight: 700;
}

.jpo-event-form-wrap .wpcf7-form .wpcf7-list-item {
	position: relative;
}

.jpo-event-form-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.jpo-event-form-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
	width: calc(33.33% - 13.33px);
}

.jpo-event-form-wrap select.wpcf7-form-control.wpcf7-select {
	width: 100%;
	padding: 11.5px 9px;
	border-color: #9B9795;
	line-height: 24px;
	border-radius: 5px;
}

.jpo-event-form-wrap input.wpcf7-form-control {
	border: 1px solid#9B9795;
	padding: 9px;
	line-height: 24px;
	width: 100%;
	border-radius: 5px;
}

.jpo-event-form-wrap input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	margin-top: 5px;
	background: #000;
	color: white;
	border-color: #000;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	text-transform: uppercase;
	white-space: normal;
}

.jpo-event-form-wrap input.wpcf7-form-control.wpcf7-submit:disabled {
	opacity: .7;
}

.jpo-event-form-wrap form.wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
	opacity: .7;
}

.jpo-event-form-wrap .wpcf7-not-valid-tip {
	display: none;
}

.jpo-event-form-wrap .wpcf7-not-valid,
.jpo-event-form-wrap .wpcf7-not-valid .wpcf7-list-item-label {
	border-color: #dc3232 !important;
	border-width: 2px !important;
}

.jpo-event-form-wrap .wpcf7-spinner {
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	margin: 0;
}

.jpo-event-form-wrap .wpcf7-acceptance .wpcf7-list-item-label {
	font-weight: 400;
	font-size: 12px !important;
	line-height: 18px;
	text-transform: math-auto;
	margin-left: 5px !important;
}

.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] .wpcf7-list-item-label:before {
	display: none;
}

.jpo-event-form-wrap .wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
	display: inline;
}

.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] {
	margin-top: -10px !important;
	text-align: center;
}

.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] input[type=checkbox] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	accent-color: #000000;
	margin-right: 3px;
	cursor: pointer;
	position: relative;
	visibility: visible;
}

.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] .wpcf7-list-item-label:after {
	display: none;
}

@media screen and (max-width: 920px) {
	.jpo-event-form-wrap .dynamic-fields-section .event-category-fields fieldset,
	.jpo-event-form-wrap .dynamic-fields-section .event-campus-fields fieldset,
	.jpo-event-form-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
			width: calc(50% - 10px);
	}
}

@media screen and (max-width: 768px) {
	.jpo-event-form-wrap .fields-section-heading {
			font-size: 16px;
	}

	.jpo-event-form-wrap .dynamic-fields-section .fieldset-label,
	.jpo-event-form-wrap .wpcf7-form>label {
			font-size: 14px;
	}

	.jpo-event-form-wrap input.wpcf7-form-control.wpcf7-submit {
			margin-top: 10px;
	}

	.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] label {
			line-height: 20px;
	}

	.jpo-event-form-wrap .wpcf7-acceptance .wpcf7-list-item-label,
	.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] input[type=checkbox] {
			display: inline;
	}

	.jpo-event-form-wrap .wpcf7-form-control-wrap[data-name="acceptance-term-and-condition"] {
			margin-top: 0 !important;
	}

	.jpo-event-form-wrap .wpcf7-form>label,
	.jpo-event-form-wrap .wpcf7-form>label.full-width {
			width: 100% !important;
			margin-right: 0 !important;
	}
}

@media screen and (max-width: 550px) {
	.jpo-event-form-wrap .dynamic-fields-section .event-category-fields fieldset,
	.jpo-event-form-wrap .dynamic-fields-section .event-campus-fields fieldset,
	.jpo-event-form-wrap .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
			width: 100%;
	}
			
	.jpo-event-form-wrap .dynamic-fields-section fieldset,
	.jpo-event-form-wrap .dynamic-fields-section input[type="radio"]~label,
	.jpo-event-form-wrap .wpcf7-form .wpcf7-list-item {
			display: block;
			margin-right: 0 !important;
	}
}