.JPlogoContainer {
	background-color: #ededed;
	padding: 130px 0px 60px;
	overflow: hidden;
	position: relative;

	padding-top: 70px;
}

.JPlogoContainerInner {
	padding: 0px 125px;
}

.JPlogoContainerInner .owl-carousel.owl-loaded {
	padding-right: 10px;
	overflow: hidden;

	/*    margin-right: 20px;*/
	/*    width: calc(100% - 20px);*/
}

.JPlogoContainerInner .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.JPlogoCarouselList {
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 8px 9px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 8px 9px 10px 0 rgba(0, 0, 0, 0.16);
	height: 100%;
}

.JPlogoContainerInner .owl-carousel .owl-stage {
	display: flex;
}

.JPlogoCarouselListImg {
	height: 338px;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.JPlogoCarouselListImg img {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
}

.JPlogoCarouselListContent {
	background-color: #fff;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	height: calc(100% - 338px);
	display: block;
	overflow: hidden;
}

.JPlogoCarouselListContentInner {
	padding: 20px 30px 85px;
	position: relative;
	z-index: 1;
}

.JPlogoCarouselListContentInner > h3 {
	color: #763f98;
	font-size: 16px !important;
	line-height: 19px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
}

.JPlogoCarouselListContentInner > p {
	color: #707070;
	font-size: 16px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

.JPlogoCarouselListContentBtn {
	padding: 0px 30px 30px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.JPlogoCarouselListContentBtn i {
	width: 32px;
	height: 32px;
	background: url(../images/read-more-c.svg) center no-repeat;
	margin-right: 10px;
	font-size: 0px;
}

.JPlogoCarouselListContentBtn p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	color: #00a19c;
	width: calc(100% - 42px);
	font-weight: normal;
}

.JPlogoCarouselListContent:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0px;
	background-color: #01a99d;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: absolute;
}

.JPlogoCarouselListContent:hover {
	/*    background-color: #01A99D;*/
	text-decoration: none;
	opacity: 1;
}

.JPlogoCarouselListContent:hover:before {
	top: 0px;
}

.JPlogoCarouselListContent:hover h3,
.JPlogoCarouselListContent:hover p {
	color: #fff;
}

.JPlogoCarouselListContent:hover .JPlogoCarouselListContentBtn i {
	background: url(../images/read-more.svg) center no-repeat;
}

.JPlogoContainer .owl-nav {
	position: absolute;
	top: -58px;
	right: 0px;

	top: 2px;
	right: 10px;
}

.JPlogoContainer .owl-nav > button {
	width: 40px;
	height: 40px;
	background: url(../images/righ-arrow.png) center no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.JPlogoContainer .owl-nav > button.owl-prev {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-right: 10px;
}

.JPlogoContainer .owl-nav > button.disabled {
	opacity: 0.4;
}

.JPlogoContainer .owl-nav > button span {
	display: none;
}

.JPlogoContainer .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}

.JPlogoContainer .owl-dots button {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: 1px solid #01a99d !important;
	background: #fff !important;
	margin: 0px 3px;
}

.JPlogoContainer .owl-dots button.active {
	background: #01a99d !important;
}

.JPlogoContainer .owl-carousel .owl-item:last-child {
	/*    margin-right: 0px !important;*/
}

/*Modal*/
.modal-logo {
	display: none;
	position: fixed;
	z-index: 5;
	/*  padding-top: 100px;*/
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
	background: #ededed !important;

	/*-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;*/

	max-height: 100% !important;
}

/* Modal Content */
.modal-logo .modal-content02 {
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	width: auto;
	height: 100%;

	max-width: calc(1016px + 46px);
	padding: 0px 23px;
}

/* The Close Button */
.modal-logo .close {
	position: absolute;
	top: 40px;
	right: 80px;
	font-size: 35px;
	font-weight: bold;
	z-index: 6;
	color: #06a29d;
}

.modal-logo .close:hover,
.modal-logo .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
	height: 100%;
}

.mySlides img {
	max-height: calc(100% - 50px);
	max-width: 100%;
	width: auto !important;
	margin: auto;
	display: block;
}

.mySlides.fade02 {
	animation-name: fade-in;
	animation-duration: 0.7s;
	max-height: 100%;
	height: 100%;
}

.mySlides.fade02 img {
	/*    max-height: 100%;*/
	width: auto !important;
	max-width: 100%;
	display: block;
	margin: auto;
	/*max-height: 410px;
    max-height: 60%;*/
}

.mySlides.fade02 p {
	/*    text-align: center;*/
	/*    color: #00A19C;*/
	width: 100%;
	display: block;
	/*    margin: 45px 0px 20px;*/
	width: auto;
	font-size: 15px;
	line-height: 18px;
}

.mySlidesInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
	align-items: center;
	padding: 50px 0px;

	padding: 80px 0px;
}

.mySlidesInner > div {
	height: 100%;
}

.mySlidesInner p {
}

.mySlides .JswiperTxt img {
	margin: 0px 10px 0px 0px;
}

.mySlides .JswiperTxt p {
	margin: 0px;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fade-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

/* Next & previous buttons */
.JPlogoCarouselPopupPagination .prev,
.JPlogoCarouselPopupPagination .next {
	cursor: pointer;
	/*    position: absolute;*/
	top: 50%;
	width: auto;
	padding: 16px;
	/*    margin-top: -50px;*/
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
	padding: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
}

.JPlogoCarouselPopupPagination .prev {
	left: 80px;
	background: url(../images/righ-arrow.png) center no-repeat;
	color: transparent;
	padding: 0px;
	width: 51px;
	height: 51px !important;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: transparent !important;

	width: 40px;
	height: 40px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display: block;
}

/* Position the "next button" to the right */
.JPlogoCarouselPopupPagination .next {
	right: 0;
	border-radius: 3px 0 0 3px;
	background: url(../images/righ-arrow.png) center no-repeat;
	color: transparent;
	padding: 0px;
	width: 51px;
	height: 51px !important;
	right: 80px;
	background-color: transparent !important;

	width: 40px;
	height: 40px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	display: block;
}

/* On hover, add a black background color with a little bit see-through */
.JPlogoCarouselPopupPagination .prev:hover,
.JPlogoCarouselPopupPagination .next:hover {
	/* background-color: rgba(0, 0, 0, 0.8); */
	color: transparent;
}

.modal-logo {
	overflow-y: hidden !important;
	/*    overflow: auto;*/
}

.modal-logo .modal-content-outer {
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
}

.JTimgList {
	display: flex;
	padding: 0px;
	justify-content: space-between;
	max-width: 1104px;
	margin: 90px auto 0px;
}

.JTimgList .JTimgListInner {
	max-height: 408px;
	padding: 0px 10px;
}

.JTimgList .JTimgListInner img {
	max-width: 100%;
	display: block;
	max-height: 100%;
	width: auto !important;
	margin: auto;
}

.modal-logo .modal-content02 .modal-content-inner {
	max-height: 100%;
	height: 100%;

	position: relative;
}

.JswiperTxt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}

.JswiperTxt img {
	margin-right: 10px;
}

.JswiperTxt p {
	margin: 0px;
}

.modal-logo .carousel-fixed-item {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 892px;
	height: 51px;
	z-index: 1;
}

.modal-logo .carousel-fixed-item .btn.next {
	position: absolute;
	right: 0px;
	top: 51px;
	box-shadow: none;
}

.modal-logo .carousel-fixed-item .btn.prev {
	position: absolute;
	left: 0px;
	top: 51px;
	box-shadow: none;
}

.JPlogoCarouselPopupContent {
	display: flex;
	justify-content: center;
	max-width: calc(1016px + 46px);
	margin: auto;
	flex-direction: column;
	position: relative;

	height: 573px !important;
	/*    padding: 0px 23px;*/
}

.JPlogoCarouselPopupContent:before {
	content: "";
	position: absolute;
	top: 20px;
	width: 3px;
	height: 200%;
	background: #cecece;
	right: 135px;
}

.JPlogoCarouselPopupTitle > h2 {
	font-size: 33px;
	height: 40px;
	color: #05a89c;
	font-weight: 700;
	/*    width: calc(100% - 135px);*/
	background: #ededed;
	position: relative;
	padding-right: 30px;
	/*    word-break: break-all;*/
}

.JPlogoCarouselPopupContentInner {
	display: flex;
	background: #fff;
	margin-top: 23px;
	/*    max-height: 510px;*/
	height: 510px;

	position: relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.JPlogoCarouselPopupContentInner > div {
	width: 50%;
}

.JPlogoCarouselPopupContentLeft {
	display: flex;
	justify-content: center;
	align-items: center;
}

.JPlogoCarouselPopupContentRight {
	background: #05a89c;
	color: #fff;
	overflow: auto;

	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.JPlogoCarouselPopupContentRightInner {
	padding: 65px 70px;
}

.JPlogoCarouselPopupContentRightInner h3 {
	font-size: 20px !important;
	line-height: 24px;
	font-weight: 900;
	color: #fff;
	/*        text-transform: capitalize;*/
}

.JPlogoCarouselPopupContentRightInner h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 900;
}

.JPlogoCarouselPopupPagination {
	display: flex;
	gap: 10px;

	position: absolute;
	top: 50%;
	margin-top: -280px;
	right: 0px;
	z-index: 2;
}

.JPlogoCarouselPopupTitle {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.JPlogoCarouselPopupTitle:before {
	content: "";
	position: absolute;
	width: calc(100% - 135px);
	height: 3px;
	background: #cecece;
	top: 18px;
	left: 0px;

	/*    width: calc(100% - 112px);*/
}

@media only screen and (max-width: 1280px) {
	.JPlogoContainerInner {
		padding: 0px 90px;
	}
}

@media only screen and (max-width: 820px) {
	.JPlogoContainerInner {
		padding: 0px 40px;
	}

	.close {
		top: 20px;
		right: 20px;
	}

	.JPlogoCarouselPopupContent {
		height: auto !important;
	}

	.JPlogoCarouselPopupTitle {
		/*    flex-wrap: wrap;*/
		align-items: end;
	}

	.JPlogoCarouselPopupTitle > h2 {
		height: auto;
	}

	.JPlogoCarouselPopupContent:before,
	.JPlogoCarouselPopupTitle:before {
		display: none;
	}

	.JPlogoCarouselPopupContentInner {
		flex-wrap: wrap;
		height: auto;
	}

	.JPlogoCarouselPopupContentInner > div {
		width: 100%;
	}

	.JPlogoCarouselPopupContentLeft {
		height: 220px;
	}

	.JPlogoCarouselPopupContentRight {
	}

	.JPlogoCarouselPopupContentRightInner {
		padding: 30px 30px;
	}

	.JPlogoCarouselPopupTitle > h2 {
		font-size: 33px;
		line-height: 40px;
		padding-right: 10px;
	}

	.mySlidesInner {
		overflow: auto;
	}

	.modal-content02 .modal-content-inner {
		height: auto;
	}

	.JPlogoCarouselPopupTitle > h2 {
		width: calc(100% - 135px);
	}

	.JPlogoCarouselPopupPagination {
		top: 85px;
		margin-top: 0px;
	}

	.modal-content02 {
		overflow: auto;
	}

	.JPlogoCarouselPopupContentRight {
		border-radius: 0px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomright: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.JPlogoContainerInner .owl-carousel.owl-loaded {
		overflow: visible;
	}
}

/*New Changes as of December 23rd for myMesra*/

/*---------------------------------------------
                Dynamic Diesel
---------------------------------------------*/
/*------------------------------
        Testimonial Section 
--------------------------------*/
.myMesraPurpleBG {
	background-color: #763f98;
}

.JPlogoContainer {
	padding: 80px 0 60px 0;
}
.JPlogoContainer.paragraph--type--inner-carousel-logo-listing {
	padding-bottom: 100px;
}

/*------------------------------
        Testimonial Card 
--------------------------------*/
.JPlogoCarouselListImg {
	padding: 0;
}

.JPlogoCarouselListImg img {
	border-radius: 20px 20px 0 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.testimonial-card .JPlogoCarouselListContentInner {
	padding: 20px 30px;
}

.testimonial-card .JPlogoCarouselListContent:before {
	display: none;
}

/*Removing CTA
.myMesraPurpleBG .JPlogoCarouselListContentBtn {
	display: none;
}
*/
/*------------------------------
        Testimonial Text
--------------------------------*/
.myMesraPurpleBG .JPlogoCarouselListContentInner > p {
	color: #20419a;
}

.myMesraPurpleBG .JPlogoCarouselListContent:hover h3,
.myMesraPurpleBG .JPlogoCarouselListContent:hover p {
	color: #20419a;
}

/*------------------------------
    Testimonial Navigation Dots
--------------------------------*/
.JPlogoContainer .owl-dots button {
	width: 15px;
	height: 15px;
	border: 1px solid #20419a !important;
	background: #fff !important;
	margin: 0px 20px;
}

.JPlogoContainer .owl-dots button.active {
	background: #20419a !important;
}

/*---------------------------------------------
        You May Also Like(section) 
			[LIGHT GREEN]
---------------------------------------------*/
.myMesraLightGreenBG {
	background-color: #00a19c;
}

.myMesraLightGreenBG .JPlogoCarouselListContent:before {
	background-color: #d62828;
}

/*------------------------------
        Testimonial Text
--------------------------------*/
.myMesraLightGreenBG .JPlogoCarouselListContentInner > p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.myMesraLightGreenBG .JPlogoCarouselListContent:hover h3,
.myMesraLightGreenBG .JPlogoCarouselListContent:hover p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
}

/*------------------------------
        CTA button
--------------------------------*/

/*default state*/
.myMesraLightGreenBG .JPlogoCarouselListContentBtn i {
	background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-green.svg);
}

/*hovered state*/
.myMesraLightGreenBG .JPlogoCarouselListContent:hover .JPlogoCarouselListContentBtn i {
	background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-white.svg);
}

.myMesraLightGreenBG .JPlogoCarouselListImg img {
	border-radius: 0;
	width: unset !important;
	height: unset;
}

/*---------------------------------------------
        You May Also Like(section) 
			[DARK BLUE]
---------------------------------------------*/
.myMesraDarkBlueBG {
	background-color: #20419a;
}

.myMesraDarkBlueBG .JPlogoCarouselListContent:before {
	background-color: #d62828;
}

/*------------------------------
        Testimonial Text
--------------------------------*/
.myMesraDarkBlueBG .JPlogoCarouselListContentInner > p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #000000;
}

.myMesraDarkBlueBG .JPlogoCarouselListContent:hover h3,
.myMesraDarkBlueBG .JPlogoCarouselListContent:hover p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
}

/*------------------------------
        CTA button
--------------------------------*/

/*default state*/
.myMesraDarkBlueBG .JPlogoCarouselListContentBtn i {
	background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-green.svg);
}

/*hovered state*/
.myMesraDarkBlueBG .JPlogoCarouselListContent:hover .JPlogoCarouselListContentBtn i {
	background: url(/sites/default/files/uploads/content/2025/dynamic-diesel/cta-icon-white.svg);
}

.myMesraDarkBlueBG .JPlogoCarouselListImg img {
	border-radius: 0;
	width: unset !important;
	height: unset;
	object-fit: cover;
	object-position: top;
}

/* new */
@media (max-width: 1500px) and (min-width: 1200px) {
	.JPlogoCarouselListContent {
		height: calc(100% - 210px);
	}
	.JPlogoCarouselListImg {
		height: 210px;
	}
}

/*------------------------------
        Carousel Icon
		Date: 07/01/2026
--------------------------------*/
.carousel-icon .JPlogoCarouselListImg {
	height: 179px;
}

.carousel-icon .JPlogoCarouselListContent {
	height: calc(100% - 179px);
}
