@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import "../bootstrap/css/bootstrap.min.css";
@import "../animate/animate.min.css";
@import "../aos/aos.css";

@import "font.size.css";

* {
	box-sizing: border-box;
}

html {
	margin: 0!important;
	padding: 0!important;
}

body {
	font-family: 'Poppins', Segoe UI, sans-serif;
	background-color: #ffffff;
	font-weight: 400 !important;
	font-size: 1rem !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1440px;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: transparent;
	padding: 0;
	transition: background-color 0.4s ease, box-shadow 0.4s ease, position 0.4s ease;
}

header.scrolled {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 0;
	z-index: 9999;
}

.logo {
	width: auto;
	height: 76px;
	transition: none !important;
	position: relative;
	z-index: 10000;
}

.nav-link {
	color: #f69b1b;
	font-weight: 600;
	transition: color 0.3s ease;
}

header.scrolled .nav-link {
	color: #000;
}

.navbar-toggler {
	border-color: transparent;
	z-index: 10000;
}

.navbar-toggler-icon {
	filter: invert(1);
	transition: filter 0.3s ease;
}

header.scrolled .navbar-toggler-icon {
	filter: invert(0);
}

.navbar-nav .nav-link:hover {
	color: #fd1e5e !important;
}

/* Dikey çizgi için */
.navbar-nav {
	display: flex;
	align-items: center; /* Dikey ortalama */
}

/* Dikey çizgi için */
.nav-separator {
	border-left: 1px solid #ccc;
	height: 1.2em; /* Yazı yüksekliği kadar */
	margin: 0 12px;
	align-self: center; /* Flex içindeyse ortalar */
}

/* Mobilde gizle */
@media (max-width: 991.98px) {
	.nav-separator {
		display: none !important;
	}
}

.social-icon a svg {
  width: 36px;
  height: 36px;
  transition: fill 0.3s ease, transform 0.3s ease;
  fill: #fd1e5e; /* başlangıç beyaz */
}

.social-icon a:hover svg {
  fill: #f8f9fa; /* hover rengi */
  transform: scale(1.15);
}

.slider {
	height: 100vh;
	width: 100%;
}

.slider img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

.carousel-caption {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}


section.overlap-header {
	margin-top: -60px;
	position: relative;
	z-index: 5; /* slider/card üstte kalsın */
}

.img-wrapper {
	overflow: hidden;
	height: auto;
	line-height: 0; /* aradaki boşluğu da sıfırlar */
}

.card-img-top {
	transition: transform 0.3s ease;
	display: block;
	width: 100%;
	height: auto;
}

.card:hover .card-img-top {
	transform: scale(1.05);
}
.card {
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.weekly-schedule {
	position: relative;
	display: inline-block; /* Yazının genişliği kadar */
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #111;
	padding: 1rem 2rem;
}
.weekly-schedule h2 {
	font-size: 3.8rem;
	position: relative;
	top: 18px;    /* Aşağıya 10px kaydırır */
	left: 70px;   /* Sağa 10px kaydırır */
}

/* Büyük açık gri daire */
.weekly-schedule::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 230px;
	background: #fb97b3;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

/* Küçük kırmızı daire (#fe0049) */
.weekly-schedule::after {
	content: "";
	position: absolute;
	top: 10%;
	left: 18%;
	width: 40px;
	height: 40px;
	background: #fe0049;
	border-radius: 50%;
	opacity: 0.8;
	z-index: -1;
}

.overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	text-align: left;
	z-index: 2;
	color: white;
	background: rgba(0, 0, 0, 0.4); /* Hafif karartma efekti */
	pointer-events: none; /* Yazı etkileşim dışı kalsın */
	padding-left: 30px;
}

.overlay-text h2 {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
}

.overlay-text p {
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.bg-soft-grey {
	background-color: #efefef !important;
}

.schedule-item > div {
	flex: 1;
}

.schedule-item .location {
	text-align: left;
	margin-right: 12px;
	min-width: 126px;
}

.schedule-item .day {
	text-align: left;
	min-width: 50px; /* Günler için sabit genişlik */
}

.schedule-item .time {
	text-align: right;
}

.trainer-wrapper {
	overflow: hidden;
	position: relative;
}

.trainer-slider {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 1rem 0;
	scrollbar-width: none;
}

.trainer-slider::-webkit-scrollbar {
	display: none;
}

/* Mobilde ortalamak için 
@media (max-width: 575.98px) {
	.trainer-slider {
		justify-content: center;
	}
}*/

@media (max-width: 575.98px) {
	.trainer-slider {
		scroll-snap-type: x mandatory;
		justify-content: initial; /* ÖNEMLİ: center değil */
	}

	.trainer-card {
		flex: 0 0 100%;
		max-width: 100%;
		scroll-snap-align: center;
	}
	
	.scroll-btn {
		display: none;
	}
}	

.trainer-card {
	flex: 0 0 25%; /* 100 / 4 = 25% => 4 kart sığar */
	max-width: 25%;
	text-align: center;
}

/* Tablet (768px altı) 2 eğitmen */
@media (max-width: 991.98px) {
	.trainer-card {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* Mobil (576px altı) 1 eğitmen */
@media (max-width: 575.98px) {
	.trainer-card {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.trainer-img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius: 50%;
	margin: auto;
}
.trainer-img:hover {
	border: 2px solid #fd1e5e;
}


/* Oklar */
.scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fd1e5e;
	color: white;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 10;
}

.scroll-btn.left {
	left: 2px;
	transform: translateY(-50%);
}

.scroll-btn.right {
	right: 2px;
	transform: translateY(-50%);
}

/* Hover ile oklar gösterilsin */
.trainer-wrapper:hover .scroll-btn {
	opacity: 1;
	visibility: visible;
}

.paralax-section {
	background-image: url('../../image/sayilarla_bg.jpg'); /* Arkaplan resmi */
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-bottom: 8rem; /* form sığsın diye */
	position: relative;
	z-index: 1;
	color: white;
	margin-bottom: 160px;
}

/* Kutular */
.paralax-box {
	/*background: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 1rem;*/
	color: #fff;
	text-align: left;
}

/* Form taşıyan kısım */
.floating-form-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 5;
}

/* Form görünümü */
.form-floating-box {
	border-radius: 1rem;
	background-color: #fff;
	padding: 2rem;
	box-shadow: 0 0.75rem 2rem rgba(0,0,0,0.1);
}

/* Mobil düzeltme */
@media (max-width: 768px) {
  .floating-form-wrapper {
	position: static;
	transform: none;
	margin-top: 2rem;
  }
}

.box-effect::before {
	content: "";
	position: absolute;
	left: -40px; /* dairenin dışa taşması */
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	background-color: #dc104b;
	border-radius: 0 50% 50% 0;
	z-index: 0;
}

@media (max-width: 768px) {
	.box-effect::before {
		display: none!important;
	}
}

.form-control:focus {   
	border-color: rgba(220, 16, 75);
	box-shadow: 0 1px 1px rgba(220, 16, 75, 0.075) inset, 0 0 8px rgba(220, 16, 75, 0.6);
	outline: 0 none;
}

.form-select:focus {   
	border-color: rgba(220, 16, 75);
	box-shadow: 0 1px 1px rgba(220, 16, 75, 0.075) inset, 0 0 8px rgba(220, 16, 75, 0.6);
	outline: 0 none;
}

.form-floating > label::after {
	color: #000 !important;
	font-size: 14px !important;
	background-color: transparent !important;
}

.form-floating > label {
	color: #000 !important;
}

.form-floating input:focus + label {
    color: #000 !important;
	font-size: 14px !important;
}

.form-floating input:not(:placeholder-shown) + label {
    color: #000 !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.btn-yeditepe {
	background-color: #fd1e5e;
	color: #fff;
	border: none;
	border-radius: 50rem; /* Sağ ve sol köşeler tam yuvarlak */
	padding: 0.5rem 1.5rem;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.btn-yeditepe:hover {
	background-color: #e00443;
	color: #fff;
}

.btn-outline-yeditepe {
	background-color: transparent;
	color: #fd1e5e;
	border: 2px solid #fd1e5e;
	border-radius: 50rem;
	padding: 0.5rem 1.5rem;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-outline-yeditepe:hover {
	background-color: #fd1e5e;
	color: #fff;
	border-color: #fd1e5e;
}

.btn-yeditepe-send {
	background-color: #fd1e5e;
	color: #fff;
	border: none;
	border-radius: 50rem; /* Sağ ve sol köşeler tam yuvarlak */
	padding: 0.4rem 1.5rem;
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.btn-yeditepe-send:hover {
	background-color: #e00443;
	color: #fff;
}

.btn-outline-yeditepe-send {
	background-color: transparent;
	color: #fd1e5e;
	border: 1px solid #fd1e5e;
	border-radius: 50rem;
	padding: 0.3rem 1.5rem;
	font-weight: 600;
	transition: all 0.3s ease;
	min-height: 37px;
}

.btn-outline-yeditepe-send:hover {
	background-color: #fd1e5e;
	color: #fff;
	border-color: #fd1e5e;
}

.btn-outline-yeditepe-send:disabled,
.btn-outline-yeditepe-send[disabled] {
	background-color: #fd1e5e;
	color: #fff;
	border-color: #fd1e5e;
	cursor: not-allowed;
	opacity: 0.6;
}

.text-yeditepe {
	color: #dc104b !important;
}

.max-width-420 {
	max-width: 420px !important;
}

.lh-60 {
	line-height: 60px! important;
}

/* Custom Dropdown Menü */
.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	display: none;
	min-width: 200px;
	padding: 8px 0;
	z-index: 999;
}

.custom-dropdown-menu li {
	list-style: none;
}

.custom-dropdown-menu a {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.custom-dropdown-menu a:hover {
	background: #fd1e5e;
	color: #ffffff;
}

/* Açık sınıf */
.dropdown-parent.active .custom-dropdown-menu {
	display: block;
}

/* Mobilde görünüm bozulmasın */
@media (max-width: 991.98px) {
	.custom-dropdown-menu {
		position: static;
		box-shadow: none;
		border-radius: 0;
		display: none;
		padding: 0;
	}
	.dropdown-parent.active .custom-dropdown-menu {
		display: block;
	}
}

.dropdown-parent.active > a.dropdown-toggle-custom {
    color: #fd1e5e !important;
}

.dropdown-menu {
	display: none;
	max-height: 300px;
	overflow-y: auto;
}
.dropdown-menu.show {
	display: block;
}

#dersDropdownMenu {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #fd1e5e #f1f1f1; /* Scroll ve track rengi */
}

/* Chrome, Edge, Safari */
#dersDropdownMenu::-webkit-scrollbar {
  width: 6px;
}

#dersDropdownMenu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#dersDropdownMenu::-webkit-scrollbar-thumb {
  background-color: #fd1e5e;
  border-radius: 10px;
  border: 1px solid transparent;
}

.btn-outline-secondary-yeditepe {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #444;
	font-weight: 400;
	transition: all 0.3s ease;
}

.btn-outline-secondary-yeditepe:hover,
.btn-outline-secondary-yeditepe:focus {
	border-color: #fd1e5e;
	background-color: #fff;
	color: #fd1e5e;
	box-shadow: 0 0 0 0.1rem rgba(253, 30, 94, 0.2);
}

.box-effect-box::before {
	content: "";
	position: absolute;
	left: -40px; /* dairenin dışa taşması */
	top: 50%;
	transform: translateY(-50%);
	width: 66px;
	height: 66px;
	background-color: #fb97b3;
	border-radius: 0 50% 50% 0;
	z-index: 0;
}

.box-effect-box h5,
.box-effect-box p {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.box-effect-box::before {
		display: none!important;
	}
}

.text-gradient-dark {
	background: linear-gradient(to right, #000, #333, #666); /* koyudan hafif gri tonlara */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text; /* Firefox desteği için */
	color: transparent; /* fallback */
	display: inline-block; /* gerekli olabilir */
	font-weight: 700;
}

.m-atam {
	margin-top: 130px;
	margin-bottom: 130px;
}

.atamsoz {
	font-size: 60px !important;
	text-align: right !important;
}

.quote-wrapper {
  display: inline-block;
  position: relative;
}

.quote-bg-icon {
  position: absolute;
  top: -40px;
  right: -80px;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  fill: rgba(0, 0, 0, 0.2); /* Çok açık siyah (gölge gibi) */
  z-index: 1;
}

.quote-wrapper h1 {
  position: relative;
  z-index: 2;
}

.paralax-section-comment {
	background-image: url('../../image/comment_bg.jpg'); /* Arkaplan resmi */
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	color: white;
	margin-bottom: 140px;
}

.comment-nav-btn {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.comment-nav-btn:hover {
  background-color: transparent;
}

.comment-slider-wrapper {
  position: relative;
  padding-inline: 48px; /* butonlar içerikte gözükmesin diye */
}

#commentSlider {
	overflow: hidden;
	width: 100%;
}

.transition-slider {
	display: flex;
	transition: transform 0.4s ease;
}

.comment-item {
	width: 100%;
	flex-shrink: 0;
}

.comment-bg-icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;      /* İstediğin boyut */
	height: auto;
	opacity: 0.3;     /* Arka planda sönük görünmesi için */
	pointer-events: none; /* SVG'nin üstüne tıklamayı engelle */
	user-select: none; /* Seçilmeyi engelle */
	z-index: 0;
}

@media (max-width: 768px) {
	.quote-bg-icon {
		display: none!important;
	}
	
	.atamsoz {
		font-size: 30px !important;
		text-align: center !important;
	}
	
	.comment-bg-icon {
		display: none!important;
	}
}

.location-style {
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
}

.location-style h2 {
	font-size: 3.15rem;
	position: relative;
	top: 0px;
	left: 20px;
}

.location-style::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 20%;
	width: 200px;
	height: 200px;
	background: #fb97b3;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
}

.location-style::after {
	content: "";
	position: absolute;
	top: -20%;
	left: -6%;
	width: 70px;
	height: 70px;
	background: #fe0049;
	border-radius: 50%;
	opacity: 0.8;
	z-index: -1;
}

.info-grid {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

.info-item {
	display: flex;
	gap: 15px;
	flex: 1 1 40%;
	min-width: 250px;
}

.info-item .icon {
	font-size: 22px;
	color: #dc104b;
	flex-shrink: 0;
	margin-top: 4px;
}

.info-item .title {
	font-weight: 700;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}

.info-item div:last-child {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #333;
}

#videogalery {
	background-color: #d1d1d1 !important;
	margin-bottom: 8px;
}

footer {
	background-image: url('../../image/footer_bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	margin: 0;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  text-decoration: none;
  color: #fb97b3;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #fd1e5e;
}

.underline-hover-half {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease;
}

.underline-hover-half::after {
  content: "";
  position: absolute;
  bottom: 0; /* yazının altı */
  left: 0;
  height: 2px;
  background-color: #fd1e5e; /* hover alt çizgi rengi */
  width: 0;
  transition: width 0.4s ease;
}

.underline-hover-half:hover::after {
  width: 50%; /* yarısına kadar */
}

.social-links {
  display: flex;
  gap: 20px;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
}

.social-links a svg {
  width: 36px;
  height: 36px;
  transition: fill 0.3s ease, transform 0.3s ease;
  fill: #f8f9fa; /* başlangıç beyaz */
}

.social-links a:hover svg {
  fill: #fd1e5e; /* hover rengi */
  transform: scale(1.15);
}

.footer-logo {
	max-width: 110px;
}

.egitmen-rsm {
		width: 300px!important;
		height: 300px!important;
	}

@media (min-width: 768px) {
	
	.egitmen-rsm {
		width: 468px!important;
		height: 468px!important;
		object-fit: cover;
	}
}

@media (max-width: 813px) { 
	.atamsoz {
		font-size: 22px!important;
		text-align: center!important;
	}
	.quote-bg-icon {
	  display: none;
	}
	
	.atamimg {
		max-width: 300px!important;
		text-align: center;
	}
}



.video-thumb {
  position: relative;
  border-radius: 12px;  /* Daha hafif yuvarlak */
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(254, 0, 73, 0.3); /* Fuşya tonlu gölge */
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 180px; /* Daha kompakt yükseklik */
}

.video-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.video-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(254, 0, 73, 0.5);
}

.video-thumb:hover img {
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #fe0049; /* Fuşya ana renk */
  text-shadow: 0 0 10px rgba(254, 0, 73, 0.7);
  pointer-events: none;
  user-select: none;
  transition: color 0.3s ease;
}

.video-thumb:hover .play-button {
  color: #ff6699; /* Açık fuşya hover rengi */
  text-shadow: 0 0 15px rgba(255, 102, 153, 0.9);
}

#videogalery {
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
}

#videogalery::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/9f/Youtube_alt_logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.06;
  transform: translate(-50%, -50%);
  z-index: 0;
}

#videogalery .container {
  position: relative;
  z-index: 1;
}
.btn-outline-dark:hover {
  background-color: #fe0049;
  color: #fff;
  border-color: #fe0049;
}
/* Sağ alttaki yöreni seç butonu */
#yoreBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fe0049;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  transition: all 0.3s ease;
  line-height: 1.2;
}

#yoreBtn:hover {
  background-color: #c7003b;
}

/* Popup stil */
#yorePopup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 280px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 10000;
  padding: 20px;
  animation: fadeIn 0.3s ease;
}

.popupContent {
  position: relative;
  font-family: Arial, sans-serif;
  text-align: center;
}

.popupContent h2 {
  margin-top: 0;
  font-size: 20px;
  color: #fe0049;
}

.popupContent p {
  font-size: 14px;
  margin-bottom: 15px;
}

.popupBtn {
  display: inline-block;
  background-color: #fe0049;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.popupBtn:hover {
  background-color: #c7003b;
}

/* Kapatma çarpısı */
.closePopup {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fe0049;
  color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  cursor: pointer;
}

/* Animasyon */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}
 
  #popupButton button {
    background-color: #ffc107;
    color: #000;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s ease;
  }

  #popupButton button:hover {
    background-color: #e0a800;
    color: #fff;
  }

  @media (max-width: 768px) {
    #popupButton {
      right: 10px;
      bottom: 15px;
    }

    .modal-content {
      border-radius: 1rem;
    }
  }
 .text-fe-pembe {
  color: #fe0049 !important;
}
.btn-fe-outline {
  border: 2px solid #fe0049;
  color: #fe0049;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-fe-outline:hover {
  background-color: #fe0049;
  color: #fff;
}
.modal .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.146a.5.5 0 011 0L8 6.293l4.854-4.854a.5.5 0 11.707.707L8.707 7l4.854 4.854a.5.5 0 01-.707.707L8 7.707l-4.854 4.854a.5.5 0 01-.707-.707L7.293 7 2.146 2.854a.5.5 0 010-.708z'/%3E%3C/svg%3E");
}
.atamsoz {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 100%;
}

@media (max-width: 768px) {
  .atamsoz {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 10px;
  }

  .quote-bg-icon {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 480px) {
  .atamsoz {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}