.og-franchise-carousel-wrap {
	position: relative;
	width: 100%;
	padding: 54px 0 86px;
}

.og-franchise-carousel {
	position: relative;
	padding: 0 0 172px;
	overflow: visible;
	max-width: 1140px;
	margin: 0 auto;
}

.og-franchise-carousel .swiper-slide {
	height: auto;
	transition: transform 0.45s ease, opacity 0.45s ease;
	opacity: 0.45;
	transform: scale(0.74);
	z-index: 1;
}

.og-franchise-carousel .swiper-slide-prev,
.og-franchise-carousel .swiper-slide-next {
	opacity: 0.9;
	z-index: 2;
}

.og-franchise-carousel .swiper-slide-active {
	opacity: 1;
	transform: scale(1.12);
	z-index: 4;
}

.og-franchise-carousel .swiper-slide-prev {
	transform: translateX(42%) scale(0.76);
}

.og-franchise-carousel .swiper-slide-next {
	transform: translateX(-42%) scale(0.76);
}

.og-franchise-slide {
	position: relative;
	width: min(100%, 660px);
	margin: 0 auto;
	padding: 14px 0 0;
}

.og-franchise-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 508px;
}

.og-franchise-card__visual {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.og-franchise-card__circle {
	position: relative;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	overflow: visible;
}

.og-franchise-card__donut {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	overflow: hidden;
	background: radial-gradient(circle at center, transparent 0 29%, rgba(115, 221, 183, 0.22) 29.75% 100%);
	-webkit-mask-image: radial-gradient(circle at center, transparent 0 29%, #000 29.75% 100%);
	mask-image: radial-gradient(circle at center, transparent 0 29%, #000 29.75% 100%);
	opacity: 0.7;
	transition: opacity 0.35s ease;
}

.og-franchise-card__background,
.og-franchise-card__background--placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center;
	border-radius: 50%;
}

.og-franchise-card__background--placeholder {
	background: radial-gradient(circle at top, #83eaf1 0%, #43bacf 55%, #2892a5 100%);
}

.og-franchise-card__overlay {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(25, 68, 77, 0.32) 100%),
		radial-gradient(circle at top, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
}

.og-franchise-card__logo {
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 4;
	max-width: 33%;
	max-height: 76px;
	transform: translateX(-50%);
	object-fit: contain;
	opacity: 0;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.12));
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.og-franchise-card__middle {
	position: absolute;
	left: 50%;
	top: 30px;
	z-index: 3;
	max-width: 76%;
	max-height: 102%;
	transform: translateX(-50%) scale(0.78);
	object-fit: contain;
	opacity: 0;
	filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
	transition: opacity 0.55s ease, transform 0.6s ease;
}

.og-franchise-card__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: min(100%, 370px);
	margin-top: -8px;
	padding: 39px 40px 50px;
	border: none;
	background: linear-gradient(135deg, #81e4c8 0%, #38a486 100%);
	box-shadow: 0 18px 34px rgba(34, 102, 102, 0.16);
	text-align: center;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 436 174"><path d="M19.5902 31.3654C21.0177 22.4289 28.5501 15.7396 37.5927 15.3778L403.69 0.729269C413.874 0.321782 422.565 8.02227 423.387 18.1812L434.26 152.499C435.183 163.907 425.884 173.536 414.451 173.012L21.2465 154.975C9.91973 154.455 1.56642 144.194 3.35504 132.997L19.5902 31.3654Z"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 436 174"><path d="M19.5902 31.3654C21.0177 22.4289 28.5501 15.7396 37.5927 15.3778L403.69 0.729269C413.874 0.321782 422.565 8.02227 423.387 18.1812L434.26 152.499C435.183 163.907 425.884 173.536 414.451 173.012L21.2465 154.975C9.91973 154.455 1.56642 144.194 3.35504 132.997L19.5902 31.3654Z"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.og-franchise-card__title {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3.1vw, 38px);
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: 0.015em;
	text-wrap: balance;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

.og-franchise-card__button {
	display:flex !important;
}

.og-franchise-card__button-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.og-franchise-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(180deg, #ffca4f 0%, #ffb420 100%);
	color: #5d3400;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease, filter 0.2s ease;
}

.og-franchise-card__button .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.og-franchise-card__button .elementor-button-text {
	display: block;
	width: 100%;
	text-align: center;
	color: inherit;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

.og-franchise-card__button:hover,
.og-franchise-card__button:focus {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav {
	position: absolute;
	top: auto !important;
	bottom: 10px !important;
	transform: none !important;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px !important;
	height: 62px !important;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent !important;
	color: #fff !important;
	cursor: pointer;
	box-shadow: none;
	appearance: none;
	outline: none;
}

.og-franchise-carousel__bubble-ring {
	display: none;
}

.og-franchise-carousel__bubble-arrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 2px solid #35ead7;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	transition: transform 0.2s ease, filter 0.2s ease, border-color 0.2s ease;
}

.og-franchise-carousel__bubble-arrow svg {
	display: block;
	width: 15px !important;
	height: 15px !important	;
}

.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav:hover .og-franchise-carousel__bubble-arrow,
.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav:focus-visible .og-franchise-carousel__bubble-arrow {
	filter: brightness(1.08);
}

.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--prev {
	left: calc(50% - 190px) !important;
	right: auto !important;
}

.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--next {
	right: calc(50% - 190px) !important;
	left: auto !important;
}

.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--next .og-franchise-carousel__bubble-arrow {
	transform: rotate(180deg);
}

.og-franchise-carousel-wrap .og-franchise-carousel__pagination {
	position: absolute;
	left: 50% !important;
	right: auto;
	bottom: 35px !important;
	display: flex;
	justify-content: center;
	width: auto;
	transform: translateX(-50%) !important;
}

.og-franchise-carousel__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.45);
	opacity: 1;
	border-radius: 999px;
	transform: scale(1);
	transition: width 0.35s ease, height 0.35s ease, background-color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.og-franchise-carousel__pagination .swiper-pagination-bullet-active {
	width: 86px;
	height: 12px;
	border-radius: 999px;
	background: #fff;
	transform: scale(1.02);
}

.og-franchise-carousel .swiper-slide-prev .og-franchise-card__content,
.og-franchise-carousel .swiper-slide-next .og-franchise-card__content,
.og-franchise-carousel .swiper-slide:not(.swiper-slide-active) .og-franchise-card__content {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}

.og-franchise-carousel .swiper-slide-prev .og-franchise-card__logo,
.og-franchise-carousel .swiper-slide-next .og-franchise-card__logo,
.og-franchise-carousel .swiper-slide:not(.swiper-slide-active) .og-franchise-card__logo {
	opacity: 0;
	transform: translateX(-50%) translateY(-16px) scale(0.94);
}

.og-franchise-carousel .swiper-slide-active .og-franchise-card__content {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.og-franchise-carousel .swiper-slide-active .og-franchise-card__logo {
	opacity: 0.96;
	transform: translateX(-50%) translateY(0) scale(1);
	transition: opacity 0.45s ease, transform 0.45s ease;
}

.og-franchise-carousel .swiper-slide-prev .og-franchise-card__middle,
.og-franchise-carousel .swiper-slide-next .og-franchise-card__middle,
.og-franchise-carousel .swiper-slide:not(.swiper-slide-active) .og-franchise-card__middle {
	opacity: 0;
	transform: translateX(-50%) scale(0.78);
}

.og-franchise-carousel .swiper-slide-active .og-franchise-card__middle {
	opacity: 1;
	transform: translateX(-50%) scale(1);
	transition: opacity 0.55s ease, transform 0.6s ease;
}

.og-franchise-carousel .swiper-slide-active .og-franchise-card__donut {
	opacity: 1;
}

.og-franchise-carousel .swiper-slide-prev .og-franchise-slide__bubble,
.og-franchise-carousel .swiper-slide-next .og-franchise-slide__bubble {
	opacity: 0.9;
}

@media (max-width: 1024px) {
	.og-franchise-carousel-wrap {
		padding: 40px 0 78px;
	}

	.og-franchise-slide {
		width: min(100%, 620px);
		padding-left: 10px;
		padding-right: 10px;
	}

	.og-franchise-carousel .swiper-slide-prev {
		transform: translateX(30%) scale(0.8);
	}

	.og-franchise-carousel .swiper-slide-next {
		transform: translateX(-30%) scale(0.8);
	}

	.og-franchise-card {
		min-height: 468px;
	}

	.og-franchise-card__circle {
		width: 340px;
		height: 340px;
	}

	.og-franchise-card__content {
		width: min(100%, 330px);
		padding: 34px 32px 42px;
	}

	.og-franchise-card__logo {
		top: -4px;
		max-width: 34%;
		max-height: 60px;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav {
		bottom: 8px !important;
		width: 54px !important;
		height: 54px !important;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--prev {
		left: calc(50% - 166px) !important;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--next {
		right: calc(50% - 166px) !important;
	}

	.og-franchise-carousel__bubble-arrow {
		width: 54px;
		height: 54px;
	}

	.og-franchise-carousel__bubble-arrow svg {
		width: 12px;
		height: 18px;
	}

	.og-franchise-carousel__pagination .swiper-pagination-bullet {
		width: 13px;
		height: 13px;
	}

	.og-franchise-carousel__pagination .swiper-pagination-bullet-active {
		width: 72px;
		height: 13px;
	}
}

@media (max-width: 767px) {
	.og-franchise-carousel-wrap {
		padding: 28px 0 74px;
		border-radius: 24px;
	}

	.og-franchise-carousel {
		padding-bottom: 66px;
	}

	.og-franchise-slide {
		padding-left: 4px;
		padding-right: 4px;
	}

	.og-franchise-carousel .swiper-slide {
		opacity: 0.65;
		transform: scale(0.82);
	}

	.og-franchise-carousel .swiper-slide-prev {
		transform: translateX(20%) scale(0.82);
	}

	.og-franchise-carousel .swiper-slide-next {
		transform: translateX(-20%) scale(0.82);
	}

	.og-franchise-carousel .swiper-slide-active {
		transform: scale(1.08);
	}

	.og-franchise-card {
		min-height: 402px;
	}

	.og-franchise-card__circle {
		width: 260px;
		height: 260px;
	}

	.og-franchise-card__middle {
		top: 22px;
		max-width: 80%;
	}

	.og-franchise-card__logo {
		top: 2px;
		max-width: 36%;
		max-height: 42px;
	}

	.og-franchise-card__content {
		width: min(100%, 270px);
		padding: 30px 22px 34px;
		gap: 14px;
		-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="355" height="158" viewBox="0 0 355 158" fill="none"><path d="M13.8909 27.0658C14.9834 19.4547 21.3353 13.697 29.0168 13.355L328.568 0.0161298C337.22 -0.369178 344.609 6.20099 345.237 14.8396L354.36 140.261C355.057 149.855 347.193 157.891 337.586 157.401L15.1869 140.942C5.78493 140.462 -1.17263 132.008 0.164982 122.69L13.8909 27.0658Z" fill="url(%23paint0_linear_1608_2089)"/><defs><linearGradient id="paint0_linear_1608_2089" x1="-2.32666" y1="-0.675903" x2="115.639" y2="264.932" gradientUnits="userSpaceOnUse"><stop stop-color="%23A2F4DD"/><stop offset="1" stop-color="%233CB492"/></linearGradient></defs></svg>');
		mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="355" height="158" viewBox="0 0 355 158" fill="none"><path d="M13.8909 27.0658C14.9834 19.4547 21.3353 13.697 29.0168 13.355L328.568 0.0161298C337.22 -0.369178 344.609 6.20099 345.237 14.8396L354.36 140.261C355.057 149.855 347.193 157.891 337.586 157.401L15.1869 140.942C5.78493 140.462 -1.17263 132.008 0.164982 122.69L13.8909 27.0658Z" fill="url(%23paint0_linear_1608_2089)"/><defs><linearGradient id="paint0_linear_1608_2089" x1="-2.32666" y1="-0.675903" x2="115.639" y2="264.932" gradientUnits="userSpaceOnUse"><stop stop-color="%23A2F4DD"/><stop offset="1" stop-color="%233CB492"/></linearGradient></defs></svg>');
	}

	.og-franchise-card__title {
		font-size: 30px;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav {
		bottom: 8px !important;
		width: 46px !important;
		height: 46px !important;
	}

	.og-franchise-carousel__bubble-arrow {
		width: 46px;
		height: 46px;
	}

	.og-franchise-carousel__bubble-arrow svg {
		width: 11px;
		height: 17px;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--prev {
		left: calc(50% - 136px) !important;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__bubble-nav--next {
		right: calc(50% - 136px) !important;
	}

	.og-franchise-carousel-wrap .og-franchise-carousel__pagination {
		bottom: 16px !important;
	}

	.og-franchise-carousel__pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.og-franchise-carousel__pagination .swiper-pagination-bullet-active {
		width: 52px;
		height: 12px;
	}
}
