/* =========================================================
   MEDICAL HERO SLIDER - FINAL CSS
   Not:
   - Bu CSS slider.css'ten SONRA yüklenmeli
   - Eski medical-hero css bloklarını kaldırıp bununla değiştir
   ========================================================= */

/* ---------------------------------------------------------
   1) GENEL KORUMA / ENTEGRASYON
   --------------------------------------------------------- */
#slideshows {
	position: relative;
	overflow: hidden;
}

#slideshows .slideshow-item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Oklar her zaman üstte ve tıklanabilir */
#slideshows .slideshow-prev,
#slideshows .slideshow-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 120 !important;
	pointer-events: auto !important;
	cursor: pointer;
}

#slideshows .slideshow-prev {
	left: 20px;
}

#slideshows .slideshow-next {
	right: 20px;
}

#slideshows .slideshow-pagination {
	z-index: 120 !important;
	pointer-events: auto !important;
}

/* Slider'ın genel img kuralı tüm görsellere uygulanmasın */
#slideshows .medical-hero__bg > img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block;
}

#slideshows .medical-hero__doctor-image img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 450px !important;
	object-fit: contain !important;
	display: block;
	margin: 0 auto;
}

/* ---------------------------------------------------------
   2) ANA HERO YAPISI
   --------------------------------------------------------- */
#slideshows .medical-hero {
	position: relative;
	min-height: 550px;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #0f172a;
}

#slideshows .medical-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

#slideshows .medical-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(6, 17, 38, 0.92) 0%, rgba(6, 17, 38, 0.82) 38%, rgba(6, 17, 38, 0.40) 65%, rgba(6, 17, 38, 0.18) 100%),
		linear-gradient(180deg, rgba(8, 25, 53, 0.10) 0%, rgba(8, 25, 53, 0.35) 100%);
}

#slideshows .medical-hero__pattern {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	background-image:
		radial-gradient(circle at 18% 22%, rgba(255,255,255,0.11) 0, rgba(255,255,255,0) 20%),
		radial-gradient(circle at 80% 18%, rgba(79, 172, 254, 0.16) 0, rgba(79, 172, 254, 0) 18%),
		radial-gradient(circle at 78% 78%, rgba(255,255,255,0.08) 0, rgba(255,255,255,0) 18%);
}

#slideshows .medical-hero__container {
	position: relative;
	z-index: 5;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#slideshows .medical-hero__content {
	position: relative;
	z-index: 6;
	max-width: 680px;
	pointer-events: auto;
}

#slideshows .medical-hero__visual {
	position: relative;
	z-index: 7;
	display: flex;
	justify-content: center;
	pointer-events: auto;
}

#slideshows .medical-hero__bottom-cards {
	position: relative;
	z-index: 6;
	pointer-events: auto;
}

/* ---------------------------------------------------------
   3) SOL İÇERİK ALANI
   --------------------------------------------------------- */
#slideshows .medical-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(255,255,255,0.10);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.14);
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .4px;
	margin-bottom: 24px;
}

#slideshows .medical-hero__badge-line {
	width: 28px;
	height: 2px;
	background: linear-gradient(90deg, #7dd3fc 0%, #ffffff 100%);
	display: inline-block;
}

#slideshows .medical-hero__title {
	font-size: 48px;
	line-height: 1.08;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 22px;
	letter-spacing: -1.5px;
}

#slideshows .medical-hero__text {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255,255,255,0.84);
	max-width: 620px;
	margin: 0 0 34px;
}

/* ---------------------------------------------------------
   4) BUTONLAR
   --------------------------------------------------------- */
#slideshows .medical-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 36px;
}

#slideshows .medical-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 24px;
	border-radius: 16px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	transition: all .35s ease;
}

#slideshows .medical-hero__btn i {
	font-size: 15px;
}

#slideshows .medical-hero__btn--primary {
	background: linear-gradient(135deg, #ffffff 0%, #dbeafe 100%);
	color: #0f172a;
	box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

#slideshows .medical-hero__btn--primary:hover {
	transform: translateY(-2px);
	color: #0f172a;
}

#slideshows .medical-hero__btn--secondary {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.16);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

#slideshows .medical-hero__btn--secondary:hover {
	background: rgba(255,255,255,0.16);
	color: #ffffff;
	transform: translateY(-2px);
}

#slideshows .medical-hero__btn--ghost {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.22);
}

#slideshows .medical-hero__btn--ghost:hover {
	background: rgba(255,255,255,0.08);
	color: #ffffff;
	transform: translateY(-2px);
}

/* ---------------------------------------------------------
   5) MİNİ BİLGİ KUTULARI
   --------------------------------------------------------- */
#slideshows .medical-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 760px;
}

#slideshows .medical-hero__fact {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 18px;
	border-radius: 20px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.10);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

#slideshows .medical-hero__fact-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.12);
	color: #ffffff;
	font-size: 18px;
}

#slideshows .medical-hero__fact-text strong {
	display: block;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 3px;
}

#slideshows .medical-hero__fact-text span {
	display: block;
	color: rgba(255,255,255,0.76);
	font-size: 13px;
	line-height: 1.5;
}

/* ---------------------------------------------------------
   6) SAĞ GÖRSEL ALANI
   --------------------------------------------------------- */
#slideshows .medical-hero__doctor-card {
	position: relative;
	width: 100%;
	max-width: 470px;
	min-height: 460px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.06) 100%);
	border: 1px solid rgba(255,255,255,0.16);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 35px 80px rgba(0,0,0,0.30);
	padding: 28px 24px 0;
	overflow: visible;
}

#slideshows .medical-hero__doctor-card::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 130px;
	transform: translateX(-50%);
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(125,211,252,0.30) 0%, rgba(125,211,252,0.05) 55%, rgba(125,211,252,0) 75%);
	filter: blur(2px);
}

#slideshows .medical-hero__doctor-badge {
	position: absolute;
	top: 22px;
	left: 22px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.16);
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	z-index: 3;
}

#slideshows .medical-hero__doctor-image {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 92%;
	text-align: center;
	z-index: 2;
}

#slideshows .medical-hero__floating {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 250px;
	padding: 14px 16px;
	border-radius: 20px;
	background: rgba(255,255,255,0.92);
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	z-index: 4;
}

#slideshows .medical-hero__floating i {
	width: 44px;
	height: 44px;
	min-width: 44px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eff6ff;
	color: #0f172a;
	font-size: 18px;
}

#slideshows .medical-hero__floating strong {
	display: block;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}

#slideshows .medical-hero__floating span {
	display: block;
	color: #475569;
	font-size: 12px;
	line-height: 1.5;
}

#slideshows .medical-hero__floating--top {
	top: 120px;
	right: -18px;
}

#slideshows .medical-hero__floating--bottom {
	left: -18px;
	bottom: 100px;
}

/* ---------------------------------------------------------
   7) ALT KARTLAR
   --------------------------------------------------------- */
#slideshows .medical-hero__bottom-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 36px;
}

#slideshows .medical-hero__bottom-card {
	padding: 22px 22px;
	border-radius: 22px;
	background: rgba(255,255,255,0.10);
	border: 1px solid rgba(255,255,255,0.10);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

#slideshows .medical-hero__bottom-label {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255,0.68);
	margin-bottom: 6px;
}

#slideshows .medical-hero__bottom-card strong {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

/* ---------------------------------------------------------
   8) SLIDE GEÇİŞLERİ İÇİN İÇ ANİMASYON
   Açıklama:
   - slider.js aktif slide'a .active veriyor
   - animasyonları burada .slideshow-item.active üzerinden çalıştırıyoruz
   --------------------------------------------------------- */

/* Başlangıç */
#slideshows .medical-hero__badge,
#slideshows .medical-hero__title,
#slideshows .medical-hero__text,
#slideshows .medical-hero__actions,
#slideshows .medical-hero__facts,
#slideshows .medical-hero__visual,
#slideshows .medical-hero__bottom-cards {
	opacity: 0;
	animation: none;
	will-change: transform, opacity;
}

/* Aktif slide olduğunda yeniden tetiklenir */
#slideshows .slideshow-item.active .medical-hero__badge {
	animation: medicalFadeUp .65s ease .10s both;
}

#slideshows .slideshow-item.active .medical-hero__title {
	animation: medicalFadeUp .75s ease .22s both;
}

#slideshows .slideshow-item.active .medical-hero__text {
	animation: medicalFadeUp .75s ease .36s both;
}

#slideshows .slideshow-item.active .medical-hero__actions {
	animation: medicalFadeUp .75s ease .50s both;
}

#slideshows .slideshow-item.active .medical-hero__facts {
	animation: medicalFadeUp .75s ease .64s both;
}

#slideshows .slideshow-item.active .medical-hero__visual {
	animation: medicalFadeRight .85s cubic-bezier(.22,.61,.36,1) .30s both;
}

#slideshows .slideshow-item.active .medical-hero__bottom-cards {
	animation: medicalFadeUp .80s ease .72s both;
}

/* Genel slider geçiş sınıflarıyla uyum */
#slideshows .slideshow-item.fade.active .medical-hero__content,
#slideshows .slideshow-item.fade.active .medical-hero__visual,
#slideshows .slideshow-item.fade.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.zoomIn.active .medical-hero__content,
#slideshows .slideshow-item.zoomIn.active .medical-hero__visual,
#slideshows .slideshow-item.zoomIn.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.zoomOut.active .medical-hero__content,
#slideshows .slideshow-item.zoomOut.active .medical-hero__visual,
#slideshows .slideshow-item.zoomOut.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.parallax.active .medical-hero__content,
#slideshows .slideshow-item.parallax.active .medical-hero__visual,
#slideshows .slideshow-item.parallax.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.slideLeft.active .medical-hero__content,
#slideshows .slideshow-item.slideLeft.active .medical-hero__visual,
#slideshows .slideshow-item.slideLeft.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.slideRight.active .medical-hero__content,
#slideshows .slideshow-item.slideRight.active .medical-hero__visual,
#slideshows .slideshow-item.slideRight.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.slideUp.active .medical-hero__content,
#slideshows .slideshow-item.slideUp.active .medical-hero__visual,
#slideshows .slideshow-item.slideUp.active .medical-hero__bottom-cards,
#slideshows .slideshow-item.slideDown.active .medical-hero__content,
#slideshows .slideshow-item.slideDown.active .medical-hero__visual,
#slideshows .slideshow-item.slideDown.active .medical-hero__bottom-cards {
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* ---------------------------------------------------------
   9) NAV GÖRSEL DOKUNUŞLARI
   --------------------------------------------------------- */
#slideshows .slideshow-prev,
#slideshows .slideshow-next {
	width: 58px;
	height: 58px;
	margin-top: -29px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.14);
	border: 1px solid rgba(255,255,255,0.20);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #ffffff;
	font-size: 24px;
	transition: all .3s ease;
	text-shadow: none;
}

#slideshows .slideshow-prev:hover,
#slideshows .slideshow-next:hover {
	background: rgba(255,255,255,0.24);
	color: #ffffff;
}

#slideshows .slideshow-pagination {
	bottom: 26px;
}

#slideshows .slideshow-pagination .dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255,255,255,0.35);
	border: 1px solid rgba(255,255,255,0.28);
	display: inline-block;
	margin: 0 6px;
	transition: all .3s ease;
}

#slideshows .slideshow-pagination .dot.active {
	width: 34px;
	border-radius: 999px;
	background: #ffffff;
	transform: none;
}

/* ---------------------------------------------------------
   10) KEYFRAMES
   --------------------------------------------------------- */
@keyframes medicalFadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 24px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes medicalFadeRight {
	from {
		opacity: 0;
		transform: translate3d(34px, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* ---------------------------------------------------------
   11) RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1399px) {
	#slideshows .medical-hero__title {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	#slideshows .medical-hero {
		min-height: 720px;
	}

	#slideshows .medical-hero__title {
		font-size: 44px;
	}

	#slideshows .medical-hero__facts,
	#slideshows .medical-hero__bottom-cards {
		grid-template-columns: 1fr;
	}

	#slideshows .medical-hero__doctor-card {
		max-width: 420px;
		min-height: 560px;
	}
}

@media (max-width: 991px) {
	#slideshows .medical-hero {
		min-height: auto;
		height: auto;
	}

	#slideshows .medical-hero__container {
		height: auto;
		display: block;
		padding-top: 70px;
		padding-bottom: 90px;
	}

	#slideshows .medical-hero__content {
		max-width: 100%;
		text-align: center;
	}

	#slideshows .medical-hero__badge,
	#slideshows .medical-hero__actions {
		justify-content: center;
	}

	#slideshows .medical-hero__title {
		font-size: 38px;
	}

	#slideshows .medical-hero__text {
		margin-left: auto;
		margin-right: auto;
	}

	#slideshows .medical-hero__doctor-card {
		margin: 0 auto;
		max-width: 420px;
	}

	#slideshows .medical-hero__doctor-image img {
		max-height: 440px !important;
	}

	#slideshows .medical-hero__floating--top {
		right: 8px;
	}

	#slideshows .medical-hero__floating--bottom {
		left: 8px;
	}

	#slideshows .slideshow-item.active .medical-hero__visual {
		animation: medicalFadeUp .75s ease .30s both;
	}
}

@media (max-width: 767px) {
	#slideshows .medical-hero__container {
		padding-top: 55px;
		padding-bottom: 80px;
	}

	#slideshows .medical-hero__title {
		font-size: 30px;
		line-height: 1.18;
		letter-spacing: -.8px;
	}

	#slideshows .medical-hero__text {
		font-size: 15px;
		line-height: 1.75;
	}

	#slideshows .medical-hero__actions {
		flex-direction: column;
	}

	#slideshows .medical-hero__btn {
		width: 100%;
	}

	#slideshows .medical-hero__fact {
		text-align: left;
	}

	#slideshows .medical-hero__doctor-card {
		min-height: 500px;
		padding: 22px 18px 0;
		border-radius: 28px;
	}

	#slideshows .medical-hero__doctor-badge {
		top: 16px;
		left: 16px;
		font-size: 12px;
	}

	#slideshows .medical-hero__floating {
		position: static;
		max-width: 100%;
		margin-top: 14px;
	}

	#slideshows .medical-hero__doctor-image {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: 100%;
		padding-top: 70px;
	}

	#slideshows .medical-hero__doctor-image img {
		max-height: 360px !important;
	}

	#slideshows .slideshow-prev,
	#slideshows .slideshow-next {
		width: 46px;
		height: 46px;
		margin-top: -23px;
		font-size: 18px;
		z-index: 140 !important;
	}
}


/* =========================================================
   MEDICAL HERO - MINIMAL MOBILE OVERRIDE
   Bunu mevcut final CSS'in en altına ekle
   ========================================================= */

@media (max-width: 991px) {
	#slideshows .medical-hero {
		min-height: auto;
		height: auto;
		padding: 0;
	}

	#slideshows .medical-hero__overlay {
		background:
			linear-gradient(180deg, rgba(6, 17, 38, 0.78) 0%, rgba(6, 17, 38, 0.58) 45%, rgba(6, 17, 38, 0.72) 100%);
	}

	#slideshows .medical-hero__pattern {
		display: none;
	}

	#slideshows .medical-hero__container {
		height: auto;
		display: block;
		padding-top: 44px;
		padding-bottom: 44px;
	}

	#slideshows .medical-hero__content {
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	#slideshows .medical-hero__badge {
		justify-content: center;
		margin-bottom: 16px;
		padding: 9px 14px;
		font-size: 12px;
		border-radius: 999px;
		background: rgba(255,255,255,0.10);
	}

	#slideshows .medical-hero__badge-line {
		width: 18px;
	}

	#slideshows .medical-hero__title {
		font-size: 32px;
		line-height: 1.18;
		letter-spacing: -0.6px;
		margin-bottom: 14px;
	}

	#slideshows .medical-hero__text {
		font-size: 14px;
		line-height: 1.7;
		max-width: 100%;
		margin: 0 auto 20px;
		color: rgba(255,255,255,0.86);
	}

	#slideshows .medical-hero__actions {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 22px;
	}

	#slideshows .medical-hero__btn {
		width: 100%;
		min-height: 48px;
		padding: 0 16px;
		border-radius: 12px;
		font-size: 14px;
	}

	#slideshows .medical-hero__btn--ghost {
		display: none;
	}

	#slideshows .medical-hero__facts {
		grid-template-columns: 1fr;
		gap: 10px;
		max-width: 100%;
	}

	#slideshows .medical-hero__fact {
		padding: 12px 14px;
		border-radius: 14px;
		gap: 10px;
		text-align: left;
		background: rgba(255,255,255,0.08);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	#slideshows .medical-hero__fact-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
		border-radius: 12px;
		font-size: 14px;
	}

	#slideshows .medical-hero__fact-text strong {
		font-size: 13px;
		margin-bottom: 1px;
	}

	#slideshows .medical-hero__fact-text span {
		font-size: 11px;
		line-height: 1.45;
	}

	#slideshows .medical-hero__visual {
		margin-top: 18px;
		justify-content: center;
	}

	#slideshows .medical-hero__doctor-card {
		max-width: 280px;
		min-height: auto;
		padding: 0;
		border: none;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-radius: 0;
	}

	#slideshows .medical-hero__doctor-card::before {
		display: none;
	}

	#slideshows .medical-hero__doctor-badge {
		display: none;
	}

	#slideshows .medical-hero__doctor-image {
		position: relative;
		left: auto;
		bottom: auto;
		transform: none;
		width: 100%;
		padding: 0;
    
    display: none;
	}

	#slideshows .medical-hero__doctor-image img {
		max-width: 100% !important;
		max-height: 250px !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
	}

	#slideshows .medical-hero__floating {
		display: none !important;
	}

	#slideshows .medical-hero__bottom-cards {
		display: none !important;
	}

	#slideshows .slideshow-prev,
	#slideshows .slideshow-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		font-size: 16px;
		background: rgba(15, 23, 42, 0.42);
		border: 1px solid rgba(255,255,255,0.16);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}

	#slideshows .slideshow-prev {
		left: 10px;
	}

	#slideshows .slideshow-next {
		right: 10px;
	}

	#slideshows .slideshow-pagination {
		bottom: 14px;
		gap: 8px;
	}

	#slideshows .slideshow-pagination .dot {
		width: 8px;
		height: 8px;
		margin: 0 2px;
	}

	#slideshows .slideshow-pagination .dot.active {
		width: 22px;
	}
}

@media (max-width: 767px) {
	#slideshows .medical-hero__container {
		padding-top: 36px;
		padding-bottom: 38px;
	}

	#slideshows .medical-hero__title {
		font-size: 26px;
		line-height: 1.2;
	}

	#slideshows .medical-hero__text {
		font-size: 13px;
		margin-bottom: 18px;
	}

	#slideshows .medical-hero__badge {
		font-size: 11px;
		padding: 8px 12px;
		margin-bottom: 14px;
	}

	#slideshows .medical-hero__facts {
		gap: 8px;
	}

	#slideshows .medical-hero__fact {
		padding: 10px 12px;
		border-radius: 12px;
	}

	#slideshows .medical-hero__fact-icon {
		width: 36px;
		height: 36px;
		min-width: 36px;
		font-size: 13px;
		border-radius: 10px;
	}

	#slideshows .medical-hero__doctor-image img {
		max-height: 220px !important;
	}

	#slideshows .medical-hero__btn {
		min-height: 46px;
		font-size: 13px;
		border-radius: 10px;
	}

	#slideshows .slideshow-prev,
	#slideshows .slideshow-next {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	#slideshows .slideshow-pagination {
		bottom: 10px;
	}
}

@media (max-width: 480px) {
	#slideshows .medical-hero__container {
		padding-top: 30px;
		padding-bottom: 32px;
	}

	#slideshows .medical-hero__title {
		font-size: 23px;
	}

	#slideshows .medical-hero__text {
		font-size: 12px;
		line-height: 1.65;
	}

	#slideshows .medical-hero__doctor-image img {
		max-height: 190px !important;
	}

	#slideshows .medical-hero__facts {
		margin-top: 2px;
	}
}









.social-icons{
  display: flex;
  justify-content: right;
  gap: 10px;
}
.social-icons a{
  padding: 5px 10px;
  background: #3156a3;
  font-size: 22px;
  border-radius: 5px;
  color: #fff;
}













.back-to-top-wrapper {
    left: 20px;
    bottom: 10px !important;
}














.profile-showcase {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(49, 86, 163, 0.10), transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 180, 120, 0.10), transparent 30%),
        linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.profile-showcase__head {
    margin: 0 auto 42px;
}

.profile-showcase__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(49, 86, 163, 0.08);
    color: #3156a3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 16px;
}

.profile-showcase__title {
    margin: 0 0 14px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    color: #18212f;
}

.profile-showcase__desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #667085;
}

.profile-showcase__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.platform-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(10px);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    overflow: hidden;
}

.platform-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .08;
    pointer-events: none;
}

.platform-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.platform-card--google::before {
    background: linear-gradient(135deg, #4285F4, #34A853);
}

.platform-card--doktortakvimi::before {
    background: linear-gradient(135deg, #00b894, #00cec9);
}

.platform-card--doktorsitesi::before {
    background: linear-gradient(135deg, #3156a3, #6c8be6);
}

.platform-card--tavsiye::before {
    background: linear-gradient(135deg, #ff9f43, #ff6b6b);
}

.platform-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.platform-card__logo-wrap {
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.platform-card__logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.platform-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3f6fb;
    color: #344054;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.platform-card__body {
    position: relative;
    z-index: 2;
    flex: 1;
}

.platform-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    color: #101828;
}

.platform-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #667085;
}

.platform-card__footer {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 28px;
}

.platform-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: #eef2f8;
    color: #1d2939;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .30s ease;
}

.platform-card__btn:hover {
    background: #e4ebf5;
    color: #101828;
    text-decoration: none;
}

.platform-card__btn--primary {
    background: #3156a3;
    color: #fff;
    box-shadow: 0 10px 24px rgba(49, 86, 163, 0.24);
}

.platform-card__btn--primary:hover {
    background: #28498d;
    color: #fff;
}

@media (max-width: 1199.98px) {
    .profile-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .profile-showcase {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    .profile-showcase__head {
        margin-bottom: 28px;
    }

    .profile-showcase__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .platform-card {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .platform-card__top {
        margin-bottom: 20px;
    }

    .platform-card__logo-wrap {
        width: 100%;
        border-radius: 16px;
        padding: 12px;
    }

    .platform-card__title {
        font-size: 20px;
    }

    .platform-card__footer {
        flex-direction: column;
    }

    .platform-card__btn {
        width: 100%;
    }
}





































.drsen-showcase {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.drsen-showcase .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

.drsen-showcase__top {
    margin-bottom: 36px;
}

.drsen-showcase__content {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.drsen-showcase__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    margin-bottom: 16px;
}

.drsen-showcase__title {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}

.drsen-showcase__desc {
    margin: 0;
    max-width: 780px;
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
}

.drsen-showcase__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    min-width: 190px;
    padding: 14px 24px;
    border-radius: 14px;
    background: #0f172a;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.drsen-showcase__btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: #1e293b;
}

.drsen-products-slider-wrap {
    position: relative;
    padding: 0 52px;
}

.drsenProductsSwiper {
    overflow: visible;
}

.drsenProductsSwiper .swiper-slide {
    height: auto;
}

.drsen-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.drsen-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(37, 99, 235, 0.22);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.drsen-product-card__image {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f8fafc;
    overflow: hidden;
}

.drsen-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform .35s ease;
}

.drsen-product-card:hover .drsen-product-card__image img {
    transform: scale(1.05);
}

.drsen-product-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 700;
    font-size: 18px;
}

.drsen-product-card__body {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.drsen-product-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 800;
    color: #0f172a;
    min-height: 52px;
}

.drsen-product-card__price {
    font-size: 20px;
    font-weight: 800;
    color: #16a34a;
    margin-bottom: 16px;
}

.drsen-product-card__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 700;
}

.drsen-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}

.drsen-slider-nav:hover {
    background: #0f172a;
    color: #ffffff;
}

.drsen-slider-nav--prev {
    left: 0;
}

.drsen-slider-nav--next {
    right: 0;
}

@media (max-width: 991px) {
    .drsen-showcase {
        padding: 60px 0;
    }

    .drsen-showcase__content {
        padding: 28px;
    }

    .drsen-showcase__title {
        font-size: 30px;
    }

    .drsen-products-slider-wrap {
        padding: 0 44px;
    }
}

@media (max-width: 575px) {
    .drsen-showcase__content {
        padding: 22px;
        border-radius: 22px;
    }

    .drsen-showcase__title {
        font-size: 24px;
    }

    .drsen-showcase__desc {
        font-size: 15px;
    }

    .drsen-products-slider-wrap {
        padding: 0;
    }

    .drsen-slider-nav {
        display: none;
    }

    .drsen-product-card__body {
        padding: 18px;
    }

    .drsen-product-card__title {
        font-size: 16px;
        min-height: auto;
    }

    .drsen-product-card__price {
        font-size: 18px;
    }
}























.rr-service-1-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rr-service-1-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 16px;
}

.rr-service-1-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* İçerik alanı aşağı doğru dengeli uzasın */
.rr-service-1-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Butonlar aşağı hizalanmak istenirse */
.rr-service-1-content .btn {
    margin-top: auto;
}

/* Tablet */
@media (max-width: 991.98px) {
    .rr-service-1-thumb {
        aspect-ratio: 16 / 10;
    }
}

/* Mobil */
@media (max-width: 575.98px) {
    .rr-service-1-thumb {
        aspect-ratio: 16 / 11;
        border-radius: 12px;
    }
}

.breadcrumb__height {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: bottom;
}
.breadcrumb__content {
    align-content: center;
    margin-top: 0;
}
.breadcrumb__list span {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    font-family: var(--rr-ff-p);
    font-weight: 400;
}



.rr-service-1-item:hover .btn{
  color: #fff !important;
}














.drsen-brand-intro {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    margin-bottom: 28px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.drsen-brand-intro__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.drsen-brand-intro__logo {
    max-width: 100%;
    width: 190px;
    height: auto;
    display: block;
}

.drsen-brand-intro__content {
    max-width: 100%;
}

.drsen-brand-intro__eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 14px;
}

.drsen-brand-intro__title {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
}

.drsen-brand-intro__text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    max-width: 100%;
}

.drsen-brand-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.drsen-brand-intro__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
}

.drsen-brand-intro__btn--primary {
    background: #0f172a;
    color: #ffffff;
}

.drsen-brand-intro__btn--primary:hover {
    background: #1e293b;
    color: #ffffff;
    transform: translateY(-2px);
}

.drsen-brand-intro__btn--ghost {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.10);
}

.drsen-brand-intro__btn--ghost:hover {
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.20);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .drsen-brand-intro {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 22px;
        border-radius: 24px;
    }

    .drsen-brand-intro__logo-box {
        min-height: 140px;
    }

    .drsen-brand-intro__title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .drsen-brand-intro {
        padding: 18px;
        margin-bottom: 22px;
    }

    .drsen-brand-intro__logo {
        width: 160px;
    }

    .drsen-brand-intro__title {
        font-size: 22px;
    }

    .drsen-brand-intro__text {
        font-size: 15px;
        line-height: 1.75;
    }

    .drsen-brand-intro__actions {
        flex-direction: column;
    }

    .drsen-brand-intro__btn {
        width: 100%;
    }
}

























.drsen-showcase {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

.drsen-showcase .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.drsen-showcase__top {
  margin-bottom: 36px;
}

.drsen-showcase__content {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

.drsen-showcase__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  margin-bottom: 16px;
}

.drsen-showcase__title {
  margin: 0 0 14px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.drsen-showcase__desc {
  margin: 0;
  max-width: 780px;
  font-size: 16px;
  line-height: 1.8;
  color: #475569;
}

.drsen-showcase__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  min-width: 190px;
  padding: 14px 24px;
  border-radius: 14px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: .25s ease;
}

.drsen-showcase__btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: #1e293b;
}

.drsen-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.drsen-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.drsen-product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.drsen-product-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f8fafc;
  overflow: hidden;
}

.drsen-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .35s ease;
}

.drsen-product-card:hover .drsen-product-card__image img {
  transform: scale(1.05);
}

.drsen-product-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-weight: 700;
  font-size: 18px;
}

.drsen-product-card__body {
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.drsen-product-card__title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  color: #0f172a;
}

.drsen-product-card__price {
  font-size: 20px;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 16px;
}

.drsen-product-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
}

.drsen-showcase__empty {
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .drsen-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .drsen-showcase {
    padding: 60px 0;
  }

  .drsen-showcase__content {
    padding: 28px;
  }

  .drsen-showcase__title {
    font-size: 30px;
  }

  .drsen-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .drsen-showcase__content {
    padding: 22px;
    border-radius: 22px;
  }

  .drsen-showcase__title {
    font-size: 24px;
  }

  .drsen-showcase__desc {
    font-size: 15px;
  }

  .drsen-product-grid {
    grid-template-columns: 1fr;
  }

  .drsen-product-card__body {
    padding: 18px;
  }

  .drsen-product-card__title {
    font-size: 16px;
  }

  .drsen-product-card__price {
    font-size: 18px;
  }
}



























.dr-fixed-bar {
    position: fixed;
    right: 20px;
    top: 35%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 60px;
    font-family: inherit;
    transition: width .28s cubic-bezier(.22, 1, .36, 1);
}

.dr-fixed-bar.open {
    width: 320px;
}

.dr-fixed-bar__inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 70px 10px 14px;
    background: linear-gradient(180deg, rgba(11, 32, 56, 0.96) 0%, rgba(9, 22, 39, 0.98) 100%);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dr-fixed-bar__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(38, 170, 225, 0.22), transparent 34%),
        radial-gradient(circle at bottom right, rgba(0, 193, 164, 0.12), transparent 35%);
    pointer-events: none;
}

.dr-fixed-bar__toggle {
    position: absolute;
    top: 14px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(135deg, #24a9e0 0%, #0fd4b3 100%);
    box-shadow: 0 10px 24px rgba(25, 160, 212, 0.34);
    transition:
        left .22s ease,
        right .22s ease,
        transform .22s ease,
        box-shadow .22s ease;
    z-index: 5;
}

/* KAPALIYKEN TAM ORTA */
.dr-fixed-bar:not(.open) .dr-fixed-bar__toggle {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

/* AÇIKKEN SAĞ ÜST */
.dr-fixed-bar.open .dr-fixed-bar__toggle {
    left: auto;
    right: 14px;
    transform: none;
}

.dr-fixed-bar:not(.open) .dr-fixed-bar__toggle:hover {
    transform: translateX(-50%) scale(1.05);
    box-shadow: 0 14px 28px rgba(25, 160, 212, 0.45);
}

.dr-fixed-bar.open .dr-fixed-bar__toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 14px 28px rgba(25, 160, 212, 0.45);
}

.dr-fixed-bar.open .dr-fixed-bar__toggle i {
    transform: rotate(45deg);
}

.dr-fixed-bar__toggle i {
    font-size: 18px;
    transition: transform .22s ease;
}

.dr-fixed-bar__top,
.dr-fixed-bar__bottom {
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transform: translateY(8px);
    transition:
        opacity .18s ease,
        transform .24s ease,
        max-height .24s ease,
        visibility 0s linear .24s;
}

.dr-fixed-bar.open .dr-fixed-bar__top,
.dr-fixed-bar.open .dr-fixed-bar__bottom {
    opacity: 1;
    visibility: visible;
    max-height: 240px;
    transform: translateY(0);
    transition:
        opacity .2s ease,
        transform .24s ease,
        max-height .24s ease,
        visibility 0s linear 0s;
}

.dr-fixed-bar__top {
    padding-right: 54px;
    margin-bottom: 12px;
}

.dr-fixed-bar__mini {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    color: #8cccf4;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.dr-fixed-bar__title {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.dr-fixed-bar__desc {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.5;
}

.dr-fixed-bar__list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dr-fixed-bar__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    background: unset;
    border: unset;
    transition:
        transform .22s ease,
        background .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.dr-fixed-bar__item:hover {
    transform: translateX(-6px);
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    color: #fff;
    text-decoration: none;
}

.dr-fixed-bar__icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    background: linear-gradient(135deg, rgba(36, 169, 224, .22) 0%, rgba(15, 212, 179, .16) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 18px;
}

.dr-fixed-bar__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    transform: translateX(8px);
    transition:
        opacity .18s ease,
        max-width .24s ease,
        transform .24s ease;
}

.dr-fixed-bar.open .dr-fixed-bar__content {
    opacity: 1;
    max-width: 220px;
    transform: translateX(0);
}

.dr-fixed-bar__content strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dr-fixed-bar__content small {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    margin-top: 4px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dr-fixed-bar:not(.open) .dr-fixed-bar__item {
    justify-content: center;
    gap: 0;
    padding: 0;
}

.dr-fixed-bar:not(.open) .dr-fixed-bar__content {
    opacity: 0;
    max-width: 0;
    pointer-events: none;
}

.dr-fixed-bar:not(.open) .dr-fixed-bar__item:hover {
    transform: scale(1.04);
}

.dr-fixed-bar .is-emergency {
    background: unset;
    border-color: unset;
    overflow: hidden;
}

.dr-fixed-bar .is-emergency::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 92, 92, .35);
    animation: drPulseBorder 2s infinite;
}

.dr-fixed-bar .is-whatsapp {
    background: unset;
    border-color: unset;
}

.dr-fixed-bar__bottom {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.dr-fixed-bar__social-label {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .55);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 10px;
}

.dr-fixed-bar__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dr-fixed-bar__socials a {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.dr-fixed-bar__socials a:hover {
    transform: translateY(-4px);
    background: linear-gradient(135deg, rgba(36, 169, 224, .20) 0%, rgba(15, 212, 179, .14) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
    color: #fff;
}

@keyframes drPulseBorder {
    0% {
        transform: scale(1);
        opacity: .65;
    }

    70% {
        transform: scale(1.04);
        opacity: 0;
    }

    100% {
        transform: scale(1.04);
        opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .dr-fixed-bar {
        top: auto;
        bottom: 16px;
        right: 14px;
        transform: none;
    }

    .dr-fixed-bar.open {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .dr-fixed-bar {
        right: 14px;
        bottom: 14px;
        top: auto;
        width: 58px;
        transform: none;
        transition: none;
    }

    .dr-fixed-bar.open {
        width: 58px;
    }

    .dr-fixed-bar__inner {
        padding: 0;
        overflow: visible;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .dr-fixed-bar__inner::before {
        display: none;
    }

    .dr-fixed-bar .dr-fixed-bar__toggle,
    .dr-fixed-bar:not(.open) .dr-fixed-bar__toggle,
    .dr-fixed-bar.open .dr-fixed-bar__toggle {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        width: 58px;
        height: 58px;
        border-radius: 18px;
        transform: none;
        box-shadow: 0 16px 34px rgba(0, 0, 0, .26);
    }

    .dr-fixed-bar .dr-fixed-bar__toggle:hover,
    .dr-fixed-bar:not(.open) .dr-fixed-bar__toggle:hover,
    .dr-fixed-bar.open .dr-fixed-bar__toggle:hover {
        transform: scale(1.05);
    }

    .dr-fixed-bar__top,
    .dr-fixed-bar__bottom {
        display: none !important;
    }

    .dr-fixed-bar__list {
        position: absolute;
        right: 0;
        bottom: 72px;
        width: 220px;
        padding: 10px;
        border-radius: 20px;
        background: rgba(9, 22, 39, 0.98);
        box-shadow:
            0 18px 34px rgba(0, 0, 0, .22),
            0 0 0 1px rgba(255, 255, 255, .06) inset;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(8px) scale(.98);
        transform-origin: right bottom;
        transition: opacity .18s ease, transform .22s ease, visibility 0s linear .22s;
    }

    .dr-fixed-bar.open .dr-fixed-bar__list {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        transition: opacity .2s ease, transform .22s ease, visibility 0s linear 0s;
    }

    .dr-fixed-bar__item {
        min-height: 50px;
        padding: 10px 12px;
        gap: 10px;
        border-radius: 14px;
    }

    .dr-fixed-bar__item:hover {
        transform: none;
    }

    .dr-fixed-bar__icon {
        width: 38px;
        min-width: 38px;
        height: 38px;
        flex: 0 0 38px;
        border-radius: 12px;
        font-size: 16px;
    }

    .dr-fixed-bar__content {
        opacity: 1;
        max-width: 180px;
        transform: none;
    }

    .dr-fixed-bar__content strong {
        font-size: 13px;
    }

    .dr-fixed-bar__content small {
        font-size: 11px;
    }

    .dr-fixed-bar__list .dr-fixed-bar__item:nth-child(4),
    .dr-fixed-bar__list .dr-fixed-bar__item:nth-child(5) {
        display: none;
    }
}

@media (max-width: 420px) {
    .dr-fixed-bar__list {
        width: 204px;
        padding: 8px;
    }

    .dr-fixed-bar__item {
        min-height: 48px;
        padding: 9px 10px;
    }

    .dr-fixed-bar__content strong {
        font-size: 12.5px;
    }

    .dr-fixed-bar__content small {
        font-size: 10.5px;
    }
}















































.hero-proof {
	position: relative;
	padding: 72px 0 52px;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(11, 94, 215, .09), transparent 26%),
		radial-gradient(circle at right center, rgba(13, 202, 240, .09), transparent 22%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hero-proof,
.hero-proof * ,
.hero-proof *::before,
.hero-proof *::after {
	box-sizing: border-box;
}

.hero-proof::before,
.hero-proof::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(10px);
	pointer-events: none;
	z-index: 0;
}

.hero-proof::before {
	width: 280px;
	height: 280px;
	top: -120px;
	left: -120px;
	background: rgba(11, 94, 215, .06);
}

.hero-proof::after {
	width: 300px;
	height: 300px;
	right: -120px;
	bottom: -160px;
	background: rgba(56, 189, 248, .08);
}

.hero-proof img,
.hero-proof iframe {
	display: block;
	max-width: 100%;
}

.hero-proof .hero-shell {
	width: min(100%, 1660px);
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
	z-index: 2;
}

.hero-proof .section-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #eef5ff;
	color: var(--primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
	max-width: 100%;
}

.hero-proof .hero-top {
	margin-bottom: 32px;
	text-align: center;
}

.hero-proof .hero-title {
	font-size: 36px;
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: -.04em;
	margin: 20px 0 16px;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .hero-title .text-primary {
	color: var(--primary) !important;
}

.hero-proof .hero-desc {
	font-size: 1.08rem;
	line-height: 1.85;
	color: var(--muted);
	max-width: 100%;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
	justify-content: center;
}

.hero-proof .btn-pill {
	border-radius: 999px;
	padding: 12px 22px;
	font-weight: 800;
}

.hero-proof .mini-info {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

.hero-proof .mini-info .info-pill,
.hero-proof .meta-pill,
.hero-proof .stage-pill,
.hero-proof .tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 999px;
	padding: 9px 14px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 100%;
}

.hero-proof .mini-info .info-pill {
	background: #eff6ff;
	color: #1d4ed8;
}

.hero-proof .hero-grid,
.hero-proof .hero-grids {
	margin-top: 30px;
}

.hero-proof .video-stage,
.hero-proof .side-card,
.hero-proof .stat-card,
.hero-proof .soft-box {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.hero-proof .video-stage {
	overflow: hidden;
	height: 100%;
	min-width: 0;
}

.hero-proof .video-stage-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 18px;
	padding: 18px;
	border-bottom: 1px solid var(--line);
	background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
}

.hero-proof .stage-label {
	font-size: 13px;
	font-weight: 800;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 10px;
}

.hero-proof .stage-title {
	font-size: 1.65rem;
	line-height: 1.25;
	font-weight: 900;
	margin: 0;
	max-width: 900px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .stage-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.hero-proof .stage-pill {
	background: #f1f5f9;
	color: #334155;
}

.hero-proof .video-wrap {
	position: relative;
	width: 100%;
	background: #000;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.hero-proof .video-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.hero-proof .thumb-slider {
	padding: 22px;
	border-top: 1px solid var(--line);
	background: transparent;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.hero-proof .thumb-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.hero-proof .thumb-title {
	font-size: 14px;
	font-weight: 900;
	color: #334155;
	margin: 0;
}

.hero-proof .api-status {
	font-size: 12px;
	font-weight: 800;
	color: #475569;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	padding: 8px 12px;
	max-width: 100%;
}

.hero-proof .thumb-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.hero-proof .thumb-card {
	width: 100%;
	min-width: 0;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 18px;
	padding: 12px;
	text-align: left;
	transition: .25s ease;
	cursor: pointer;
	overflow: hidden;
}

.hero-proof .thumb-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
	border-color: #bfdbfe;
}

.hero-proof .thumb-card.active {
	border-color: var(--primary);
	box-shadow: 0 12px 30px rgba(11, 94, 215, .12);
	background: #f8fbff;
}

.hero-proof .thumb-cover {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background: #e2e8f0;
	aspect-ratio: 16 / 9;
	margin-bottom: 12px;
}

.hero-proof .thumb-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-proof .thumb-cover::before {
	content: "▶";
	position: absolute;
	left: 14px;
	bottom: 14px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: var(--primary);
	font-size: 16px;
	font-weight: 900;
	z-index: 2;
}

.hero-proof .thumb-card h6 {
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 7px;
	color: var(--dark);
	line-height: 1.45;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .thumb-card p {
	font-size: 13px;
	color: var(--muted);
	margin: 0;
	line-height: 1.65;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .side-stack {
	display: flex;
	flex-direction: column;
	gap: 18px;
	height: 100%;
	min-width: 0;
}

.hero-proof .side-card {
	padding: 16px;
	min-width: 0;
	overflow: hidden;
}

.hero-proof .selected-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	min-width: 0;
}

.hero-proof .selected-label {
	font-size: 12px;
	font-weight: 900;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: .08em;
	margin-bottom: 10px;
}

.hero-proof .selected-title {
	font-size: 1.08rem;
	font-weight: 900;
	line-height: 1.55;
	margin-bottom: 14px;
	color: var(--dark);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .selected-desc {
	font-size: .97rem;
	line-height: 1.8;
	color: #334155;
	margin-bottom: 18px;
	min-height: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .selected-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hero-proof .selected-meta .meta-box {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 12px 14px;
	min-width: 0;
}

.hero-proof .selected-meta .meta-box strong {
	display: block;
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 6px;
	color: var(--dark);
	line-height: 1.35;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .selected-meta .meta-box span {
	display: block;
	font-size: .86rem;
	color: var(--muted);
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .channel-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hero-proof .stat-card {
	padding: 14px;
	text-align: left;
	border: 0;
	min-width: 0;
}

.hero-proof .stat-card strong {
	display: block;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 2px;
	color: var(--dark);
	line-height: 1.25;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .stat-card span {
	font-size: 12px;
	color: var(--muted);
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .topic-title,
.hero-proof .sub-title {
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 14px;
	color: var(--dark);
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .topic-tags {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.hero-proof .tag {
	background: #f1f5f9;
	color: #334155;
}

.hero-proof .sub-proof {
	padding: 0 0 72px;
	background: #fff;
}

.hero-proof .sub-shell {
	width: min(100%, 1660px);
	margin: 0 auto;
	padding: 0 18px;
}

.hero-proof .soft-box {
	padding: 22px;
	height: 100%;
}

.hero-proof .soft-box h6 {
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 10px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .soft-box p {
	color: var(--muted);
	line-height: 1.8;
	margin: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.hero-proof .soft-box a {
	color: var(--primary-dark);
	font-weight: 800;
	text-decoration: none;
}

.hero-proof .soft-box a:hover {
	text-decoration: underline;
}

.hero-proof .skeleton {
	position: relative;
	overflow: hidden;
	background: #e2e8f0 !important;
}

.hero-proof .skeleton::after {
	content: "";
	position: absolute;
	inset: 0;
	transform: translateX(-100%);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent);
	animation: hero-proof-skeleton 1.3s infinite;
}

@keyframes hero-proof-skeleton {
	100% {
		transform: translateX(100%);
	}
}

@media (max-width: 1399.98px) {
	.hero-proof .thumb-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1199.98px) {
	.hero-proof .hero-title {
		font-size: 32px;
	}

	.hero-proof .stage-title {
		font-size: 1.45rem;
	}

	.hero-proof .thumb-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-proof .channel-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.hero-proof {
		padding-top: 56px;
		padding-bottom: 42px;
	}

	.hero-proof .hero-shell,
	.hero-proof .sub-shell {
		padding: 0 16px;
	}

	.hero-proof .hero-top {
		margin-bottom: 24px;
	}

	.hero-proof .video-stage-top {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px;
	}

	.hero-proof .stage-meta {
		justify-content: flex-start;
	}

	.hero-proof .selected-meta,
	.hero-proof .channel-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-proof .thumb-slider {
		padding: 18px;
	}
}

@media (max-width: 767.98px) {
	.hero-proof .hero-shell,
	.hero-proof .sub-shell {
		padding: 0 14px;
	}

	.hero-proof .hero-title {
		font-size: 26px;
		line-height: 1.15;
	}

	.hero-proof .hero-desc {
		font-size: .98rem;
		line-height: 1.75;
	}

	.hero-proof .hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.hero-proof .hero-actions .btn {
		width: 100%;
	}

	.hero-proof .stage-title {
		font-size: 1.18rem;
	}

	.hero-proof .thumb-list,
	.hero-proof .selected-meta,
	.hero-proof .channel-stats {
		grid-template-columns: 1fr;
	}

	.hero-proof .side-card,
	.hero-proof .soft-box,
	.hero-proof .thumb-slider,
	.hero-proof .video-stage-top {
		padding: 16px;
	}

	.hero-proof .mini-info {
		gap: 8px;
	}

	.hero-proof .mini-info .info-pill,
	.hero-proof .stage-pill,
	.hero-proof .tag {
		width: 100%;
		justify-content: center;
	}

	.hero-proof .thumb-card {
		padding: 10px;
	}
}

@media (max-width: 575.98px) {
	.hero-proof {
		padding-top: 44px;
		padding-bottom: 34px;
	}

	.hero-proof .hero-title {
		font-size: 22px;
	}

	.hero-proof .section-badge {
		font-size: 12px;
		padding: 9px 14px;
	}

	.hero-proof .btn-pill {
		padding: 11px 18px;
	}

	.hero-proof .side-card,
	.hero-proof .soft-box,
	.hero-proof .thumb-slider,
	.hero-proof .video-stage-top {
		padding: 14px;
	}

	.hero-proof .selected-title {
		font-size: 1rem;
	}

	.hero-proof .selected-desc {
		font-size: .92rem;
		line-height: 1.7;
	}

	.hero-proof .stat-card {
		padding: 12px;
	}
}





























.hero-proof .thumb-card {
  cursor: pointer;
}

.hero-proof-video-modal .modal-dialog {
  max-width: 1100px;
}

.hero-proof-video-modal .modal-content {
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.22);
}

.hero-proof-video-modal .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 18px 22px;
}

.hero-proof-video-modal .modal-body {
  padding: 18px 22px 22px;
}

.hero-proof-video-modal .modal-mini-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: 4px;
}

.hero-proof-video-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.hero-proof-video-modal .ratio {
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.hero-proof-video-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.hero-proof-video-modal .video-modal-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-proof-video-modal .video-modal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof-video-modal .video-modal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

.hero-proof-video-modal .video-modal-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

@media (max-width: 767.98px) {
  .hero-proof-video-modal .modal-dialog {
    margin: 10px;
  }

  .hero-proof-video-modal .modal-header,
  .hero-proof-video-modal .modal-body {
    padding: 14px;
  }

  .hero-proof-video-modal .modal-title {
    font-size: 0.98rem;
  }
}

.hero-proof-video-modal .video-modal-x {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  flex: 0 0 44px;
}

.hero-proof-video-modal .video-modal-x:hover {
  background: #111827;
  color: #fff;
}

.hero-proof-video-modal .modal-footer {
  padding: 0 22px 22px;
}

@media (max-width: 767.98px) {
  .hero-proof-video-modal .modal-footer {
    padding: 0 14px 14px;
  }

  .hero-proof-video-modal .modal-footer .btn {
    width: 100%;
  }
}













.hero-proof .thumb-swiper-wrap {
	position: relative;
	padding: 0 56px;
}

.hero-proof .hero-video-swiper {
	overflow: hidden;
}

.hero-proof .hero-video-swiper .swiper-wrapper {
	align-items: stretch;
}

.hero-proof .hero-video-swiper .swiper-slide {
	height: auto;
}

.hero-proof .thumb-card {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	background: #fff;
	padding: 14px;
	text-align: left;
	transition: all 0.25s ease;
	display: flex;
	flex-direction: column;
	gap: 12px;
	cursor: pointer;
}

.hero-proof .thumb-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.hero-proof .thumb-card.active {
	border-color: #3156a3;
	box-shadow: 0 0 0 2px rgba(49, 86, 163, 0.10);
}

.hero-proof .thumb-cover {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.hero-proof .thumb-card h6 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	color: #111827;
}

.hero-proof .thumb-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #6b7280;
}

.hero-proof .thumb-swiper-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #111827;
	cursor: pointer;
	transition: all 0.25s ease;
}

.hero-proof .thumb-swiper-btn:hover {
	background: #3156a3;
	color: #fff;
}

.hero-proof .thumb-swiper-prev {
	left: 0;
}

.hero-proof .thumb-swiper-next {
	right: 0;
}

@media (max-width: 991.98px) {
	.hero-proof .thumb-swiper-wrap {
		padding: 0 44px;
	}
}

@media (max-width: 767.98px) {
	.hero-proof .thumb-swiper-wrap {
		padding: 0 36px;
	}

	.hero-proof .thumb-swiper-btn {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}
}

@media (max-width: 575.98px) {
	.hero-proof .thumb-swiper-wrap {
		padding: 0 8px 46px;
	}

	.hero-proof .thumb-swiper-btn {
		top: auto;
		bottom: 0;
		transform: none;
	}

	.hero-proof .thumb-swiper-prev {
		left: calc(50% - 44px);
	}

	.hero-proof .thumb-swiper-next {
		right: calc(50% - 44px);
	}
}







.icon-size24{
  font-size: 24px;
}















.shorts-stage {
  position: relative;
  padding: 34px 0 88px;
  overflow: hidden;
  z-index: 1;
}

.shorts-stage::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 86, 163, .14) 0%, rgba(49, 86, 163, 0) 72%);
  pointer-events: none;
}

.slider-shell {
  position: relative;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 620px;
}

.video-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 368px;
  height: 552px;
  transform: translate(-50%, -50%) scale(.76);
  border-radius: 34px;
  overflow: hidden;
  transition: .45s cubic-bezier(.2, .8, .2, 1);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 18px 42px rgba(23, 43, 86, .18);
  border: 1px solid rgba(255, 255, 255, .55);
  background: #10203f;
}

.video-card .card-media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.video-card .poster {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: .45s cubic-bezier(.2, .8, .2, 1);
  transform: scale(1.03);
}

.video-card .poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 26, 56, .10) 0%, rgba(11, 26, 56, .76) 100%),
    linear-gradient(180deg, rgba(49, 86, 163, .08), rgba(49, 86, 163, .08));
}

.video-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
  background: #000;
}

.video-card.playing iframe {
  display: block;
}

.video-card.playing .poster,
.video-card.playing .card-overlay {
  opacity: 0;
  pointer-events: none;
}

.card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  transition: .45s cubic-bezier(.2, .8, .2, 1);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.card-pill,
.card-time {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.card-pill {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
}

.card-time {
  background: rgba(255, 255, 255, .94);
  color: #18305f;
  border: 1px solid rgba(255, 255, 255, .45);
}

.card-bottom h5 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.42rem;
  line-height: 1.08;
  font-weight: 900;
  max-width: 270px;
}

.card-bottom p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .88);
  font-size: .93rem;
  line-height: 1.72;
  max-width: 270px;
}

.play-btn {
  width: 68px;
  height: 68px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #e8efff 100%);
  color: #3156a3;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 18px 34px rgba(18, 38, 78, .22);
  cursor: pointer;
  transition: .45s cubic-bezier(.2, .8, .2, 1);
}

.play-btn:hover {
  transform: scale(1.06);
}

.video-card.state-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
  transform: translate(-50%, -50%) scale(1);
  box-shadow: 0 34px 88px rgba(17, 34, 67, .22);
}

.video-card.state-prev {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  transform: translate(calc(-50% - 355px), -50%) scale(.82);
  filter: saturate(.88) brightness(.96);
}

.video-card.state-next {
  opacity: 1;
  z-index: 3;
  pointer-events: auto;
  transform: translate(calc(-50% + 355px), -50%) scale(.82);
  filter: saturate(.88) brightness(.96);
}

.video-card.state-far-prev {
  opacity: .48;
  z-index: 1;
  transform: translate(calc(-50% - 640px), -50%) scale(.68);
}

.video-card.state-far-next {
  opacity: .48;
  z-index: 1;
  transform: translate(calc(-50% + 640px), -50%) scale(.68);
}

.video-card:not(.state-active) .card-overlay {
  background: rgba(9, 18, 37, .10);
}

.video-card:not(.state-active) .play-btn {
  width: 56px;
  height: 56px;
  font-size: 16px;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 66px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(12px);
  color: #3156a3;
  font-size: 30px;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(28, 52, 103, .12);
  cursor: pointer;
  z-index: 8;
  transition: .45s cubic-bezier(.2, .8, .2, 1);
}

.nav-btn:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.05);
}

.nav-btn.prev {
  left: 8px;
}

.nav-btn.next {
  right: 8px;
}

@media (max-width: 1399.98px) {
  .video-card.state-prev {
    transform: translate(calc(-50% - 305px), -50%) scale(.80);
  }

  .video-card.state-next {
    transform: translate(calc(-50% + 305px), -50%) scale(.80);
  }

  .video-card.state-far-prev {
    transform: translate(calc(-50% - 540px), -50%) scale(.66);
  }

  .video-card.state-far-next {
    transform: translate(calc(-50% + 540px), -50%) scale(.66);
  }
}

@media (max-width: 1199.98px) {
  .slider-shell {
    min-height: 560px;
  }

  .slider-track {
    height: 560px;
  }

  .video-card {
    width: 326px;
    height: 506px;
  }

  .video-card.state-prev {
    transform: translate(calc(-50% - 245px), -50%) scale(.80);
  }

  .video-card.state-next {
    transform: translate(calc(-50% + 245px), -50%) scale(.80);
  }

  .video-card.state-far-prev,
  .video-card.state-far-next {
    opacity: 0;
  }
}

@media (max-width: 767.98px) {
  .shorts-stage {
    padding: 22px 0 68px;
  }

  .slider-shell {
    min-height: 460px;
  }

  .slider-track {
    height: 460px;
  }

  .video-card {
    width: 284px;
    height: 432px;
    border-radius: 26px;
  }

  .video-card.state-prev,
  .video-card.state-next,
  .video-card.state-far-prev,
  .video-card.state-far-next {
    opacity: 0;
    pointer-events: none;
  }

  .video-card.state-active {
    transform: translate(-50%, -50%) scale(1);
  }

  .card-bottom h5 {
    font-size: 1.14rem;
    max-width: 216px;
  }

  .card-bottom p {
    font-size: .88rem;
    max-width: 220px;
  }

  .nav-btn {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .nav-btn.prev {
    left: 0;
  }

  .nav-btn.next {
    right: 0;
  }
}

.shorts-intro {
  max-width: 100%;
  margin: 0 auto 28px;
  text-align: center;
}

.shorts-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(49, 86, 163, .08);
  border: 1px solid rgba(49, 86, 163, .14);
  color: #3156a3;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.shorts-title {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.04em;
  color: #10203f;
}

.shorts-title span {
  color: #3156a3;
}

.shorts-desc {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.85;
  color: #5d6b85;
}

.shorts-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.shorts-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(49, 86, 163, .12);
  color: #3156a3;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(49, 86, 163, .06);
}

@media (max-width: 767.98px) {
  .shorts-intro {
    margin-bottom: 20px;
  }

  .shorts-title {
    font-size: 1.9rem;
    line-height: 1.12;
  }

  .shorts-desc {
    font-size: .95rem;
    line-height: 1.75;
  }
}


























.rr-btn-border-custom1{
  border-radius: 30px;
  background-color: #069dc9;
  padding: 5px 20px;
}

.rr-header-bg {
    background: #3156a3;
    border-radius: 0;
}
.rr-header-menu nav ul li > a {
    color: #ffffff !important;
    padding: 17px 0 !important;
}
.rr-header-main-menu > nav > ul > li:hover > a {
    color: #e6eeff !important;
}


.rr-slider-1-area::before {
    background-color: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 0.9s;
    opacity: 0.5;
}
.rr-slider-1-subtitle {
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 18px;
    font-family: var(--rr-ff-p);
}
.rr-slider-1-title {
    font-size: 60px;
    color: #ffffff;
    line-height: 1.2;
}
.rr-slider-1-title-box p {
    max-width: 475px;
    color: #ffffff;
}

.rr-slider-custom1{
  position: absolute;
  top: 0;
  width: 100%;
}









@media (max-width: 1199.98px) {
    .lux-mobile-header {
        position: relative;
        z-index: 999;
        padding: 12px 12px 4px;
        background:
            radial-gradient(circle at top left, rgb(49 86 163 / 0%), transparent 38%),
            radial-gradient(circle at top right, rgb(49 86 163 / 10%), transparent 30%),
            linear-gradient(180deg, #eef3fb 0%, #dbe6f70d 100%);
        border-bottom: 1px solid rgba(49, 86, 163, 0.16);
        box-shadow: 0 10px 40px rgba(26, 40, 72, 0.08);
    }

    .lux-mobile-header__inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .lux-mobile-topline {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .lux-mobile-topline__item {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 11px;
        color: #4a5f86;
        font-weight: 600;
        letter-spacing: 0.2px;
        min-width: 0;
    }

    .lux-mobile-topline__item i {
        color: #3156a3;
        font-size: 12px;
        flex: 0 0 auto;
    }

    .lux-mobile-topline__item span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lux-mobile-topline__cta {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 12px;
        border-radius: 999px;
        text-decoration: none;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        background: linear-gradient(135deg, #3d6bca 0%, #3156a3 100%);
        box-shadow: 0 10px 24px rgba(49, 86, 163, 0.24);
    }

    .lux-mobile-shell {
        display: block;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border: 1px solid rgba(49, 86, 163, 0.20);
        box-shadow:
            0 18px 45px rgba(31, 55, 101, 0.10),
            inset 0 1px 0 rgba(255,255,255,0.65);
        position: relative;
        overflow: hidden;
    }

    .lux-mobile-shell:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255, 255, 255, 0.45), transparent 45%, rgb(239 244 251));
        pointer-events: none;
    }

    .lux-mobile-brand {
        display: block;
        align-items: center;
        gap: 12px;
        min-width: 0;
        position: relative;
        z-index: 2;
    }

    .lux-mobile-brand__logo {
        border-radius: 18px;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow:
            0 10px 28px rgba(49, 86, 163, 0.10),
            inset 0 1px 0 rgba(255,255,255,0.8);
        border: 1px solid rgba(49, 86, 163, 0.20);
        overflow: hidden;
        flex: 0 0 56px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .lux-mobile-brand__logo img {
        max-width: 72%;
        max-height: 72%;
        object-fit: contain;
    }

    .lux-mobile-brand__text {
        min-width: 0;
    }

    .lux-mobile-brand__text small {
        display: block;
        font-size: 10px;
        font-weight: 700;
        color: #3156a3;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 2px;
    }

    .lux-mobile-brand__text strong {
        display: block;
        font-size: 15px;
        line-height: 1.2;
        color: #1e2f52;
        font-weight: 800;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lux-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
        justify-content: center;
    }

    .lux-mobile-action {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background: linear-gradient(180deg, #fff 0%, #edf3fc 100%);
        color: #24407b;
        box-shadow: 0 8px 22px rgba(49, 86, 163, 0.10);
        border: 1px solid rgba(49, 86, 163, 0.20);
        transition: all .25s ease;
    }

    .lux-mobile-action i {
        font-size: 16px;
    }

    .lux-mobile-action--whatsapp {
        color: #3156a3;
    }

    .lux-mobile-action--menu {
        background: linear-gradient(135deg, #27478a 0%, #3156a3 100%);
        color: #eef4ff;
        box-shadow: 0 12px 28px rgba(49, 86, 163, 0.28);
    }

    .lux-mobile-quickbar {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin-top: 12px;
    }

    .lux-mobile-quickbar a,
    .lux-mobile-quickbar button {
        border: 0;
        width: 100%;
        border-radius: 18px;
        padding: 12px 10px;
        background: rgba(255,255,255,0.75);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        border: 1px solid rgba(49, 86, 163, 0.16);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        text-decoration: none;
        color: #23375d;
        font-size: 11px;
        font-weight: 700;
        box-shadow: 0 8px 22px rgba(49, 86, 163, 0.06);
    }

    .lux-mobile-quickbar i {
        font-size: 16px;
        color: #3156a3;
    }

    .lux-mobile-langbox {
        display: none;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
        padding: 12px;
        margin-top: 10px;
        border-radius: 18px;
        background: rgba(255,255,255,0.68);
        border: 1px solid rgba(49, 86, 163, 0.16);
        box-shadow: 0 8px 22px rgba(49, 86, 163, 0.06);
    }

    .lux-mobile-langbox.active {
        display: flex;
    }

    .lux-mobile-langbox a {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid rgba(49, 86, 163, 0.14);
        box-shadow: 0 6px 18px rgba(49, 86, 163, 0.06);
    }

    .lux-mobile-langbox img {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        object-fit: cover;
    }

    /* drawer */
    .lux-mobile-drawer-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(16, 28, 52, 0.46);
        opacity: 0;
        visibility: hidden;
        transition: all .28s ease;
        z-index: 1048;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .lux-mobile-drawer-backdrop.active {
        opacity: 1;
        visibility: visible;
    }

    .lux-mobile-drawer {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(92%, 420px);
        height: 100vh;
        z-index: 1049;
        background:
            radial-gradient(circle at top right, rgba(49, 86, 163, 0.16), transparent 30%),
            linear-gradient(180deg, #fff 0%, #edf3fc 100%);
        box-shadow: -20px 0 60px rgba(23, 40, 74, 0.22);
        transition: right .32s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .lux-mobile-drawer.active {
        right: 0;
    }

    .lux-mobile-drawer__head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 18px 16px;
        border-bottom: 1px solid rgba(49, 86, 163, 0.16);
    }

    .lux-mobile-drawer__brand {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }

    .lux-mobile-drawer__brand img {
        width: 100%;
        border-radius: 16px;
        object-fit: contain;
        background: #fff;
        padding: 8px;
        border: 1px solid rgba(49, 86, 163, 0.16);
        box-shadow: 0 8px 24px rgba(49, 86, 163, 0.07);
    }

    .lux-mobile-drawer__brand small {
        display: block;
        font-size: 10px;
        color: #3156a3;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin-bottom: 3px;
    }

    .lux-mobile-drawer__brand strong {
        font-size: 15px;
        line-height: 1.3;
        color: #1f3156;
        font-weight: 800;
    }

    .lux-mobile-drawer__close {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 14px;
        background: #3156a3;
        color: #eef4ff;
        flex: 0 0 42px;
    }

    .lux-mobile-drawer__body {
        padding: 18px;
        overflow-y: auto;
    }

    .lux-mobile-drawer__card {
        padding: 18px;
        border-radius: 24px;
        background: rgba(255,255,255,0.78);
        border: 1px solid rgba(49, 86, 163, 0.18);
        box-shadow: 0 14px 36px rgba(49, 86, 163, 0.08);
        margin-bottom: 18px;
    }

    .lux-badge {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(49, 86, 163, 0.10);
        color: #3156a3;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .8px;
        margin-bottom: 10px;
    }

    .lux-mobile-drawer__card h4 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 8px;
        color: #1f3156;
        font-weight: 800;
    }

    .lux-mobile-drawer__card p {
        margin: 0 0 14px;
        font-size: 13px;
        line-height: 1.6;
        color: #53698f;
    }

    .lux-mobile-drawer__cta {
        display: grid;
        gap: 10px;
    }

    .lux-btn {
        min-height: 48px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        text-decoration: none;
        font-weight: 800;
        font-size: 14px;
        padding: 12px 16px;
    }

    .lux-btn--gold {
        background: linear-gradient(135deg, #4b76d1 0%, #3156a3 100%);
        color: #ffffff;
        box-shadow: 0 14px 28px rgba(49, 86, 163, 0.25);
    }

    .lux-btn--soft {
        background: #fff;
        color: #1f3156;
        border: 1px solid rgba(49, 86, 163, 0.16);
    }

    .lux-mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .lux-mobile-nav li + li {
        margin-top: 8px;
    }

    .lux-mobile-nav a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border-radius: 18px;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        color: #223860;
        background: rgba(255,255,255,0.78);
        border: 1px solid rgba(49, 86, 163, 0.16);
        box-shadow: 0 8px 22px rgba(49, 86, 163, 0.05);
    }

    .lux-mobile-nav a:after {
        content: "\f054";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 12px;
        color: #3156a3;
    }

    .lux-mobile-contact {
        margin-top: 18px;
        padding: 16px;
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(34, 56, 96, 0.98) 0%, rgba(49, 86, 163, 0.98) 100%);
        color: #f5f9ff;
        box-shadow: 0 18px 36px rgba(31, 55, 101, 0.18);
    }

    .lux-mobile-contact a,
    .lux-mobile-contact__time {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        color: #f5f9ff;
        font-size: 13px;
        line-height: 1.5;
    }

    .lux-mobile-contact a + a,
    .lux-mobile-contact a + .lux-mobile-contact__time,
    .lux-mobile-contact__time + a {
        margin-top: 12px;
    }

    .lux-mobile-contact i {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.14);
        color: #dce8ff;
        flex: 0 0 32px;
    }
}

@media (max-width: 575.98px) {
    .lux-mobile-brand__text strong {
        font-size: 14px;
    }

    .lux-mobile-shell {
        padding: 12px;
    }

    .lux-mobile-action {
        width: 40px;
        height: 40px;
    }

    .lux-mobile-quickbar a,
    .lux-mobile-quickbar button {
        padding: 11px 8px;
        font-size: 10px;
    }

    .lux-mobile-topline__item {
        max-width: 58%;
    }
}




.rr-header-1-contat-icon.rr-header-1-contat-icon2::before {
  content: "";
  position: absolute;
  bottom: -0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: transparent;
  transform: rotate(48deg);
}
.rr-header-1-contat-text h4 {
  font-size: 22px;
  color: #aa0000;
  font-weight: 700;
}
.rr-header-1-top-info ul li b i,
.rr-header-1-top-info ul li a i {
    color: #3156a3;
    margin-right: 6px;
}

.rr-header-icon button {
    font-size: 15px;
    display: inline-block;
    color: #203240 !important;
    margin-right: 7px;
    transition: 0.3s;
    border: 1px solid;
    border-radius: 66px;
    padding: 0px 20px;
    line-height: unset;
    position: absolute;
    top: -23px;
    left: -70px;
}



.rr-btn-animates{
  
  animation: glowBlink 1.5s infinite;
}



.rr-header-1-top-btn-text a span {
  position: relative;
  display: inline-block;
  animation: glowBlink 1.5s infinite;
}

/* Glow + Fade animasyonu */
@keyframes glowBlink {
  0% {
    opacity: 1;
    text-shadow: 0 0 0px #fff;
  }
  50% {
    opacity: 0.6;
    text-shadow:
      0 0 10px #3156a3,
      0 0 20px #3156a3;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #fff;
  }
}

.lang-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-list li {
  margin: 0;
  padding: 0;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 999px;
  text-decoration: none;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  font-weight: 500;
}

.lang-link:hover {
  color: #111827;
  background: #f8f9fa;
  border-color: rgba(0, 0, 0, 0.14);
}

.lang-link.active {
  background: transparent;
  color: #ffffff;
  border-color: transparent;
}

.lang-link img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.translate-badge {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7280;
}
.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
#google_translate_element {
  position: absolute;
  top: -5px;
  right: -110px;
  /*
  height: 35px;
      position: absolute;
    top: 8px;*/
}
#google_translate_element a {
  display: none !important;
}
.goog-te-combo {
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher {
  display: none;
}

.skiptranslate {
  display: none;
}
.lang_actives .rr-header-1-top {
  margin-top: -40px;
}

/*------------------- PAGE GALERİ -------------------*/
/* Galeri resimlerini sabitleme */
.page_galeri .image-item img {
  width: 100%; /* Genişlik bulunduğu sütuna yayılsın */
  height: 250px; /* Sabit yükseklik (İsteğe göre değiştirebilirsiniz) */
  object-fit: cover; /* Resmi bozmadan kutuya sığdırır ve fazlalığı kırpar */
  object-position: center; /* Resmi ortalar */
  border-radius: 8px; /* İsterseniz köşeleri hafif yuvarlatabilirsiniz */
  transition: transform 0.3s ease; /* Hover efekti için yumuşatma */
}
/* Hover (Üzerine gelince) efekti */
.image-hover-zoom:hover img {
  transform: scale(1.05); /* Üzerine gelince hafif büyüme sağlar */
}
/* Mobilde resimlerin çok küçük kalmaması için ayar */
@media (max-width: 768px) {
  .page_galeri .image-item img {
    height: 200px;
  }
}

/*------------------- TOC -------------------*/
.widget-toc {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ddd;
}
.widget-toc p {
  font-weight: bold;
}
.widget-toc ol {
}
.widget-toc ol li a {
  font-weight: bold;
}

/*------------------- 2.1. Container -------------------*/
:root {
  --main-container: 90%;
  --container-gutters: 24px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .th-container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  /*
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  */
}

@media only screen and (min-width: 1300px) {
  .th-container {
    --main-container: 1776px;
  }
}
@media only screen and (min-width: 1300px) {
  .th-container2 {
    --main-container: 1544px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container-gallery {
  max-width: 1840px;
}

.comment-section {
  max-width: 800px;
  margin: 2rem auto;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .comment-box {
  background: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.2s;
  border: 1px solid #e9ecef;
}
.comment-section .comment-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.comment-section .user-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-section .comment-input {
  border-radius: 10px;
  padding: 15px 20px;
  border: 2px solid #e9ecef;
  transition: all 0.3s;
}
.comment-section .comment-input:focus {
  box-shadow: none;
  border-color: #86b7fe;
}
.comment-section .btn-comment {
  border-radius: 20px;
  padding: 8px 25px;
  background: #0d6efd;
  border: none;
  transition: all 0.3s;
}
.comment-section .btn-comment:hover {
  background: #0b5ed7;
  transform: translateY(-1px);
}
.comment-section .comment-actions {
  font-size: 0.9rem;
}
.comment-section .comment-actions a {
  color: #6c757d;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.2s;
}
.comment-section .comment-actions a:hover {
  color: #0d6efd;
}
.comment-section .comment-time {
  color: #adb5bd;
  font-size: 0.85rem;
}
.comment-section .reply-section {
  margin-left: 60px;
  border-left: 2px solid #e9ecef;
  padding-left: 20px;
}

.contact-links {
}
.contact-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-links ul li {
  margin-bottom: 20px;
}
.contact-links ul li a {
}
.contact-links ul li a .icon {
  display: inline-block;
  background: red;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contact-links ul li a .name {
  display: inline-block;
  color: #fff;
}
.contact-links ul li a .desc {
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

.modal.lightbox img {
  margin: 0 !important;
  width: 100% !important;
}
.modal.lightbox .ratio.ratio-16x9 {
  background-color: #00000000 !important;
}
.modal.lightbox .carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: -100px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2%;
  height: 100px !important;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.modal.lightbox .carousel-control-next-icon {
  background-image: url("../img/icon_next.png");
}
.modal.lightbox .carousel-control-prev-icon {
  background-image: url("../img/icon_prev.png");
}
.modal.lightbox .modal-xl {
  max-width: 70%;
}

.goog-logo-link,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}
#google_translate_element {
  /*
    position: absolute;
    top: -5px;
    right: -110px;
  */
  height: 35px;
  position: absolute;
  top: 8px;
}
#google_translate_element a {
  display: none !important;
}
.goog-te-combo {
  border: 1px solid;
  padding: 5px 0 5px 0;
  width: 100px;
}
.widget_breton_core_switcher {
  display: none;
}

.langs-select {
  float: right;
  margin-left: 20px;
  height: 30px;
  line-height: 27px;
}
.skiptranslate {
  display: none;
}
.lang_actives .boxed_wrapper {
  margin-top: -40px;
}
.lang_actives.lang_en .main-menu .navigation > li {
  margin: 0px 5px;
}
.lang_actives.lang_en .main-menu .navigation > li > a {
  font-size: 13px;
  font-weight: bold;
}

/* Button Animate */
.custom-btn {
  color: #fff;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-animate1 {
  border: none;
  background: rgb(195 0 0);
  background: linear-gradient(0deg, rgb(195 0 0) 0%, rgb(255 0 0) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-animate1:hover {
  text-decoration: none;
  color: #fff;
}
.btn-animate1:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-animate1:hover {
  opacity: 0.7;
}
.btn-animate1:active {
  box-shadow:
    4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.trwpwhatsappballon {
  font-size: 14px;
  border-radius: 12px;
  border: 1px solid #fff;
  max-width: 250px;
  display: none;
}
.trwpwhatsapptitle {
  background-color: #22c15e;
  color: white;
  padding: 14px;
  border-radius: 12px 12px 0px 0px;
  text-align: center;
}
.trwpwhatsappmessage {
  padding: 16px 12px;
  background-color: white;
}
.trwpwhatsappinput {
  position: relative;
  background-color: white;
  border-radius: 0px 0px 12px 12px;
}
.trwpwhatsappinput input {
  width: 206px;
  border-radius: 10px;
  margin: 1px 1px 0px 10px;
  padding: 10px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 13px;
  background-color: #efefef;
  border: 1px solid #d4d4d4;
}
.trwpwhatsappbutton {
  background-color: #22c15e;
  border-radius: 20px;
  padding: 8px 15px;
  cursor: pointer;
  color: #fff;
  max-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trwpwhatsappall {
  position: fixed;
  z-index: 9999999999999999999;
  bottom: 50px;
  right: 10px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
}
.trwpwhatsappsendbutton {
  color: #22c15e;
  cursor: pointer;
}
.trwpwhatsappsendbutton i {
  position: absolute;
  right: 10px;
}
.trwpwhatsappall button {
  border: none;
}
.trwpwhatsappall button i {
  float: right;
  position: absolute;
  z-index: 999999999999;
  right: 10px;
  bottom: 15px;
  font-size: 18px !important;
  color: #000;
}
.trwpwhatsappall .kapat {
  position: absolute;
  right: 8px;
  top: 6px;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 2px 5px 2px 5px;
  color: white;
  font-size: 10px;
  cursor: pointer;
}

/* CSS Multiple Whatsapp Chat */
#whatsapp-chat a:link,
#whatsapp-chat a:visited {
  color: #444;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
#whatsapp-chat h1 {
  font-size: 20px;
  text-align: center;
  display: block;
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  padding: 20px;
  color: #fff;
  border-radius: 50px;
}
#whatsapp-chat .whatsapp-name {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 0.5;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  right: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}
a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 100px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 0 0 0;
}
#whatsapp-chat .header-chat {
  /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
}
#whatsapp-chat .header-chat h3 {
  margin: 0 0 10px;
}
#whatsapp-chat .header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
#whatsapp-chat .info-avatar {
  position: relative;
}
#whatsapp-chat .info-avatar img {
  border-radius: 100%;
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  height: auto;
  padding: 5px;
}
#whatsapp-chat a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 0.5s;
}
#whatsapp-chat a.informasi:hover {
  background: #f1f1f1;
}
#whatsapp-chat .info-chat span {
  display: block;
}
#whatsapp-chat #get-label,
#whatsapp-chat span.chat-label {
  font-size: 12px;
  color: #888;
}
#whatsapp-chat #get-nama,
#whatsapp-chat span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#whatsapp-chat #get-label,
#whatsapp-chat #get-nama {
  color: #fff;
}
#whatsapp-chat span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
#whatsapp-chat textarea#chat-input {
  border: none;
  font-family: "Arial", sans-serif;
  width: 100%;
  height: 50px;
  outline: none;
  resize: none;
  padding: 10px;
  font-size: 14px;
}
#whatsapp-chat a#send-it {
  width: 40px;
  font-weight: 700;
  padding: 10px 0 0 5px;
  background: #095e54;
  border-radius: 0;
}
#whatsapp-chat a#send-it svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
#whatsapp-chat .first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
}
#whatsapp-chat .first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
}
#whatsapp-chat .start-chat .blanter-msg {
  display: flex;
}
#whatsapp-chat #get-number {
  display: none;
}
#whatsapp-chat a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px;
}
@keyframes ZpjSY {
  0% {
    background-color: #b6b5ba;
  }
  15% {
    background-color: #111111;
  }
  25% {
    background-color: #b6b5ba;
  }
}
@keyframes hPhMsj {
  15% {
    background-color: #b6b5ba;
  }
  25% {
    background-color: #111111;
  }
  35% {
    background-color: #b6b5ba;
  }
}
@keyframes iUMejp {
  25% {
    background-color: #b6b5ba;
  }
  35% {
    background-color: #111111;
  }
  45% {
    background-color: #b6b5ba;
  }
}
@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.whatsapp-chat-hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.whatsapp-chat-show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
#whatsapp-chat .whatsapp-message-container {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .whatsapp-message {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}
#whatsapp-chat .whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: #e6ddd4;
  position: relative;
}
#whatsapp-chat .whatsapp-chat-body::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
#whatsapp-chat .dAbFpq {
  display: flex;
  z-index: 1;
}
#whatsapp-chat .eJJEeC {
  background-color: white;
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}
#whatsapp-chat .hFENyl {
  position: relative;
  display: flex;
}
#whatsapp-chat .ixsrax {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  background-color: #9e9da2;
  animation-name: ZpjSY;
}
#whatsapp-chat .dRvxoz {
  height: 5px;
  width: 5px;
  margin: 0px 2px;
  background-color: #b6b5ba;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: 0px;
  animation-name: hPhMsj;
}
#whatsapp-chat .kAZgZq {
  padding: 7px 14px 6px;
  background-color: white;
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 40px);
}
#whatsapp-chat .kAZgZq::before {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}
#whatsapp-chat .bMIBDo {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
#whatsapp-chat .iSpIQi {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: #111111;
}
#whatsapp-chat .cqCDVm {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.btn_whatsapp {
  position: fixed;
  bottom: 20px;
  width: 60px;
  right: 90px;
}

@media (max-width: 992px) {
  .mobilGizle {
    display: none !important;
  }
  .slideshow-container {
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
}

@media (min-width: 1100px) and (max-width: 1200px) {
}

@media (min-width: 1200px) and (max-width: 1300px) {
}
@media (min-width: 1300px) and (max-width: 1400px) {
}
@media (min-width: 1400px) and (max-width: 1500px) {
}
@media (min-width: 1500px) and (max-width: 1600px) {
}
@media (min-width: 1600px) and (max-width: 1700px) {
}
@media (min-width: 1700px) and (max-width: 1800px) {
}
@media (min-width: 1800px) and (max-width: 999925px) {
}
@media (min-width: 1750px) and (max-width: 999925px) {
}

/* 320 - 480 */
@media only screen and (min-device-width: 990px) and (max-device-width: 1200px) {
}
/* 320 - 480 */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}
/* 475 - 768 */
@media only screen and (min-device-width: 475px) and (max-device-width: 768px) {
}
/* 765 - 990 */
@media only screen and (min-device-width: 765px) and (max-device-width: 990px) {
}
/* 990 - 1300 */
@media only screen and (min-device-width: 990px) and (max-device-width: 1300px) {
}
