/* START GLOBAL STYLE */
html, body {
	overflow-x: hidden;
}

/* FOOTER LINKS */
.footer * a {
	width: fit-content;
}

/* ALIGN START */
.text-start:not(.swiper-pagination),
.text-start *:not(.swiper-pagination) {
	text-align: start !important;
}

/* ICON BOX */
.full-height.elementor-widget-icon-box {
	height: 100%;
}
.icon-box-start .elementor-icon-box-wrapper {
	flex-direction: row !important;
	text-align: start !important;
}

/* FLEX START */
.flex-x-start:not(.swiper-pagination),
.flex-x-start *:not(.swiper-pagination) {
	justify-content: start !important;
}

/* FLIP ICON */
:dir(rtl) .flip-icon * svg {
	transform: scaleX(-1);
}

/* ABSOLUTE */
.p-absolute {
	position: absolute;
	inset: unset;
}

/* BLURE */
.blure-2 {
    backdrop-filter: blur(2px);
}

/* TEXT LIMIT */
.text-limit-1,
.text-limit-1 *,
.text-limit-2,
.text-limit-2 *,
.text-limit-3,
.text-limit-3 * {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.text-limit-1,
.text-limit-1 * {
	-webkit-line-clamp: 1 !important;
}

.text-limit-2,
.text-limit-2 * {
	-webkit-line-clamp: 2 !important;
}

.text-limit-3,
.text-limit-3 * {
	-webkit-line-clamp: 3 !important;
}

/* END GLOBAL STYLE */

/* START OUR PARTNERS */
.our-partners-carousel .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
/* END OUR PARTNERS */

/* START AGENDA CARD */
.agenda-item-home {
    background: linear-gradient(135deg, #055F86 0%, #044A68 100%);
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.10), 0 20px 25px -5px rgba(0, 0, 0, 0.10);
}
.agenda-loop-grid .e-loop-item:last-of-type .agenda-item-home {
    background: linear-gradient(135deg, #008856 0%, #006D44 100%);
}
/* END AGENDA CARD */