@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');
a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px 0px 0px 15px;
	margin:0px 0px 20px 0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Cooper Hewitt;
}


:root {
  --anarenk: #0046FF;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: "Inter", sans-serif;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 200px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

blockquote {
  font-style: italic;
  padding: 15px 20px;
  margin: 20px 0;
  background-color: #f9f9f9; /* Gri arka plan */
  border-left: 5px solid #007bff; /* Mavi renkli sol kenar çubuğu */
  border-radius: 8px; /* Yuvarlatılmış köşeler */
  font-size: 1.1em; /* Biraz daha büyük font boyutu */
  line-height: 1.6; /* Satır yüksekliğini artırarak okunabilirliği artırma */
  color: #333; /* Yazı rengi */
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:40px;
	border-radius:30px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.btn-mavi {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
	filter: drop-shadow(0 0 10px rgba(0, 70, 255, 0.30));
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:9px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--anarenk);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2
{
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	margin-bottom:20px;
}
.aciklama h3
{
	font-weight: 600;
	font-size: 26px;
	line-height: 34px;
	margin-bottom:20px;
}
.aciklama h4, h5
{
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
	margin-bottom:20px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#fff;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .alan .sol {
	width:20%;
	display:flex;
	align-items:center;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:50px;
}
#header .alan .sag {
	width:80%;
	display:flex;
	flex-direction:column;
	align-items:flex-end;
}
#header .alan .sag .ust {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	grid-gap:30px;
	padding:10px 0px;
}
#header .alan .sag .ust .sosyal {
	display:flex;
	align-items:center;
	grid-gap:14px;
}
#header .alan .sag .ust .sosyal a {
	font-size:16px;
	color:#000;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:10px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-flex;
	align-items:center;
	height:40px;
	border-radius:24px;
	padding:0px 20px;
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:1px solid transparent;
}
#header .menu .link-item:hover {
	border:1px solid var(--anarenk);
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:20px;
    color: #000;
	padding:0px 10px;
	font-size:14px;
}


#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
}
#header .dil .default {
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-transform:uppercase;
}
#header .dil .default img {
	height:20px;
	margin-right:5px;
	border-radius:20px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}


/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #000;
	font-family: var(--font2);
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: 66px;
	margin-bottom:10px;
}
#slider .item .bilgi .yazi2 {
	color: #000;
	font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 26px;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}
/* --- ALT METRİKLER (İKONLAR) --- */
#slider .hk-stats-row {
    margin-top: 50px;
}

#slider .hk-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#slider .hk-stat-icon {
    font-size: 40px;
    color: #333333; /* İkonların koyu rengi */
    line-height: 1;
}

#slider .hk-stat-text {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}

/*------------------ HAKKIMIZDA BÖLÜMÜ (#hakkimizda) STYLES ----------------------*/

#hakkimizda {
    background-color: #ffffff; /* Tam beyaz zemin */
    padding: 50px 0;
    color: #333333;
}

/* --- SOL KOLON (GÖRSEL) --- */
#hakkimizda .hk-image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

/* --- SAĞ KOLON (İÇERİK) --- */
#hakkimizda .hk-title {
    font-size: 32px;
    font-weight: 500; /* Görseldeki gibi orta kalınlık */
    color: #111111;
    margin-bottom: 15px;
	font-family:var(--font2);
}

#hakkimizda .hk-divider {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 25px;
}

#hakkimizda .hk-content p {
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* --- BUTONLAR --- */
#hakkimizda .hk-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

#hakkimizda .hk-btn-blue {
    display: inline-block;
    background-color: #0d6efd; /* Görseldeki parlak mavi */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #0d6efd;
}

#hakkimizda .hk-btn-blue:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    color: #ffffff;
}

#hakkimizda .hk-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #999999;
}

#hakkimizda .hk-btn-outline:hover {
    background-color: #f8f9fa;
    color: #000000;
    border-color: #555555;
}

/* --- ALT METRİKLER (İKONLAR) --- */
#hakkimizda .hk-stats-row {
    margin-top: 50px;
}

#hakkimizda .hk-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#hakkimizda .hk-stat-icon {
    font-size: 40px;
    color: #333333; /* İkonların koyu rengi */
    line-height: 1;
}

#hakkimizda .hk-stat-text {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}

/*------------------ hakkimizda SERTİFİKALAR BÖLÜMÜ (#sertifikalar) STYLES ----------------------*/

#hakkimizda {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 50px 0;
    color: #111111;
    overflow: hidden; /* Swiper'ın dışarı taşmasını engeller */
}

/* --- BAŞLIK VE NAVİGASYON --- */
#hakkimizda .sr-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#hakkimizda .sr-title {
    font-size: 42px;
    font-weight: 400;
    font-style: italic; /* Görseldeki hafif el yazısı / italik form hissiyatı için */
    color: #000000;
    margin: 0;
	font-family:var(-font2);
}

/* Navigasyon Okları Konumu */
#hakkimizda .sr-nav-wrapper {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
}

#hakkimizda .sr-button-prev,
#hakkimizda .sr-button-next {
    width: 45px;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: transparent;
}

#hakkimizda .sr-button-prev:hover,
#hakkimizda .sr-button-next:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Kötü görünen varsayılan swiper kilitli durumunu şeffaflaştırır */
#hakkimizda .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* --- SERTİFİKA KARTLARI --- */
#hakkimizda .sr-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5; /* İnce açık gri çerçeve */
    padding: 10px; /* Görselle çerçeve arasındaki beyaz boşluk */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}

#hakkimizda .sr-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Hafif hover derinliği */
}

#hakkimizda .sr-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* --- ALT AÇIKLAMA METNİ --- */
#hakkimizda .sr-footer-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

/*------------------ SERTİFİKALAR BÖLÜMÜ (#sertifikalar) STYLES ----------------------*/

#sertifikalar {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 50px 0;
    color: #111111;
    overflow: hidden; /* Swiper'ın dışarı taşmasını engeller */
}

/* --- BAŞLIK VE NAVİGASYON --- */
#sertifikalar .sr-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#sertifikalar .sr-title {
    font-size: 42px;
    font-weight: 400;
    font-style: italic; /* Görseldeki hafif el yazısı / italik form hissiyatı için */
    color: #000000;
    margin: 0;
	font-family:var(-font2);
}

/* Navigasyon Okları Konumu */
#sertifikalar .sr-nav-wrapper {
    position: absolute;
    right: 0;
    display: flex;
    gap: 15px;
}

#sertifikalar .sr-button-prev,
#sertifikalar .sr-button-next {
    width: 45px;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: transparent;
}

#sertifikalar .sr-button-prev:hover,
#sertifikalar .sr-button-next:hover {
    background-color: #333333;
    color: #ffffff;
}

/* Kötü görünen varsayılan swiper kilitli durumunu şeffaflaştırır */
#sertifikalar .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* --- SERTİFİKA KARTLARI --- */
#sertifikalar .sr-card {
    background-color: #ffffff;
    border: 1px solid #e5e5e5; /* İnce açık gri çerçeve */
    padding: 10px; /* Görselle çerçeve arasındaki beyaz boşluk */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease;
}

#sertifikalar .sr-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Hafif hover derinliği */
}

#sertifikalar .sr-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* --- ALT AÇIKLAMA METNİ --- */
#sertifikalar .sr-footer-text {
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin: 0;
}

/*------------------ TEDAVİLER BÖLÜMÜ (#tedaviler) STYLES ----------------------*/

#tedaviler {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 50px 0;
    color: #111111;
}
#tedaviler a:hover {
    font-weight: 600;
	font-size: 22px;
}
#tedaviler a {
	font-size: 20px;
}
#tedaviler li {
    margin: 6px 0px;
}
/* --- BAŞLIK ALANI --- */
#tedaviler .td-header {
    display: flex;
    align-items: flex-end; /* Alt kısımlarından hizalar */
    justify-content: center;
    gap: 20px;
}

#tedaviler .td-title-box {
    text-align: right;
    line-height: 1;
	font-family:var(--font2);
}

#tedaviler .td-subtitle {
    font-size: 34px;
    font-style: italic; /* Görseldeki italik form */
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #333333;
}

#tedaviler .td-title {
    font-size: 46px;
    font-weight: 800; /* Kalın vurgu */
    margin: 0;
    color: #000000;
}
#tedaviler .special-title {
    font-size: 40px;
    font-weight: 400; /* Kalın vurgu */
    font-family: 'Inter', sans-serif;
    color: #000000;
}

#tedaviler .td-line-box {
    padding-bottom: 8px; /* Metni başlığın alt hizasına oturtmak için */
}

#tedaviler .td-line {
    width: 200px;
    height: 1px;
    background-color: #666666; /* İnce gri çizgi */
    margin-bottom: 10px;
}

#tedaviler .td-desc {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

/* --- KART TASARIMI --- */
#tedaviler .td-card {
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

#tedaviler .td-card img {
    width: 100%;
    aspect-ratio: 4 / 5; /* Görsellerin dikey/portre dikdörtgen formunu korur */
    object-fit: cover;
    transition: transform 0.6s ease;
}
#tedaviler .td-card.kucuk img {
    width: 100%;
    aspect-ratio: 5 / 4; /* Görsellerin dikey/portre dikdörtgen formunu korur */
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Kartın sol alt köşesindeki beyaz etiket */
#tedaviler .td-label {
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: #ffffff;
    padding: 12px 25px 12px 20px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #111111;
    transition: all 0.4s ease;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.05); /* Beyaz zeminde kaybolmaması için ufak bir gölge */
}

/* Hover Efektleri */
#tedaviler .td-card:hover img {
    transform: scale(1.05); /* Resim hafifçe yakınlaşır */
}

#tedaviler .td-card:hover .td-label {
    padding-left: 30px; /* Etiket hafifçe sağa kayarak etkileşim hissi verir */
    color: #000000;
}

/*------------------ YORUMLAR BÖLÜMÜ (#yorumlar) STYLES ----------------------*/

#yorumlar {
    background-color: #ffffff;
    padding: 50px 0;
    color: #111111;
}

/* --- BAŞLIK VE AÇIKLAMA --- */
#yorumlar .yr-subtitle {
    font-size: 42px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    display: block;
    line-height: 1.1;
	font-family:var(--font2);
}

#yorumlar .yr-title {
    font-size: 56px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.1;
	font-family:var(--font2);
}

#yorumlar .yr-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}

/* --- NAVİGASYON OKLARI --- */
#yorumlar .yr-nav-wrapper {
    display: flex;
    gap: 15px;
}

#yorumlar .yr-button-prev,
#yorumlar .yr-button-next {
    width: 45px;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333333;
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: transparent;
    z-index: 10;
}

#yorumlar .yr-button-prev:hover,
#yorumlar .yr-button-next:hover {
    background-color: #333333;
    color: #ffffff;
}

#yorumlar .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

/* --- KART TASARIMI --- */
#yorumlar .yr-card {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mavi Tırnak İkonu */
#yorumlar .yr-quote-icon {
    font-size: 60px;
    color: #2563eb; /* Görseldeki parlak mavi */
    margin-bottom: 25px;
    line-height: 1;
}

#yorumlar .yr-text {
    font-size: 13px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 25px;
    font-style: italic; /* Alıntı hissi için */
}

#yorumlar .yr-author {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin: 0;
}

/* --- SWIPER SAYFALAMA (PAGINATION) --- */
#yorumlar .yr-pagination {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* Nokta Stilleri */
#yorumlar .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #a0c4ff; /* Açık mavi */
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 !important;
}

/* Aktif Sekme (Çizgi Formu) */
#yorumlar .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: #2563eb; /* Koyu mavi */
}

/*------------------ VİDEOLAR BÖLÜMÜ (#videolar) STYLES ----------------------*/

#videolar {
    background-color: #ffffff; /* Temiz beyaz zemin */
    padding: 50px 0;
    color: #111111;
}

/* --- BAŞLIK ALANI --- */
#videolar .vd-main-title {
    font-size: 46px;
    font-weight: 400;
    font-style: italic; /* Görseldeki italik form */
    color: #000000;
    margin-bottom: 15px;
	font-family:var(--font2);
}

#videolar .vd-subtitle {
    font-size: 14px;
    color: #555555;
    margin: 0;
	font-family:var(--font2);
}

/* --- VİDEO KARTLARI --- */
#videolar .vd-card {
    display: flex;
    flex-direction: column;
}

/* Resim ve Play Butonu Alanı */
#videolar .vd-img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    aspect-ratio: 16 / 9; /* Yatay video formatı */
}

#videolar .vd-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Play Butonu (Yarı Saydam Beyaz) */
#videolar .vd-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff; /* İkon rengi (daha iyi kontrast için saydam arka planda beyaz) */
    font-size: 32px;
    padding-left: 5px; /* Play ikonunu optik olarak ortalamak için */
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Hover Efektleri */
#videolar .vd-img-wrapper:hover img {
    transform: scale(1.03); /* Resim çok hafif yakınlaşır */
}

#videolar .vd-img-wrapper:hover .vd-play-btn {
    background-color: rgba(255, 255, 255, 0.95);
    color: #0d6efd; /* Hoverda play ikonu maviye döner */
    transform: translate(-50%, -50%) scale(1.1); /* Buton hafif büyür */
}

/* Kart İçerik (Metin) Alanı */
#videolar .vd-title {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}

#videolar .vd-desc {
    font-size: 12px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 15px;
}

#videolar .vd-meta {
    font-size: 11px;
    color: #999999;
}

/* --- DAHA FAZLASI BUTONU --- */
#videolar .vd-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #0d6efd; /* Buton çerçevesi mavi */
}

#videolar .vd-btn-outline:hover {
    background-color: #0d6efd;
    color: #ffffff;
}

/*------------------ WIDGET BÖLÜMÜ (#widget) STYLES ----------------------*/

#widget {
    background-color: #ffffff;
    padding: 50px 0; /* Görselin üstünden ve altından nefes alma boşluğu */
}

#widget .wd-image-wrapper {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

#widget .wd-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/*------------------ İLETİŞİM WIDGET BÖLÜMÜ (#iletisimwidget) STYLES ----------------------*/

#iletisimwidget {
    background-color: #ffffff;
    padding: 50px 0;
    color: #111111;
}

/* --- BAŞLIK ALANI --- */
#iletisimwidget .iw-main-title {
    font-size: 46px;
    font-weight: 800; /* Kalın "Planlayalım" kısmı */
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.1;
	font-family:var(--font2);
}

#iletisimwidget .iw-subtitle {
    font-size: 42px;
    font-weight: 400;
    font-style: italic; /* İtalik üst kısım */
    color: #333333;
}

#iletisimwidget .iw-desc {
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 650px;
}

/* --- FORM TASARIMI (Minimalist Altı Çizili) --- */
#iletisimwidget .iw-form {
    width: 100%;
    margin-top: 20px;
}

#iletisimwidget .iw-input-group {
    margin-bottom: 25px;
}

#iletisimwidget .iw-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc; /* Sadece alt çizgi */
    padding: 15px 0 10px 0;
    color: #333333;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
}

#iletisimwidget .iw-input::placeholder {
    color: #aaaaaa;
    font-weight: 300;
}

/* Odaklanıldığında çizgi mavi olur */
#iletisimwidget .iw-input:focus {
    border-bottom-color: #0d6efd;
}

/* Textarea Özel Ayarı */
#iletisimwidget .iw-textarea {
    resize: none; /* Boyutlandırmayı kapat */
}

/* Select (Açılır Menü) Özel Ayarı */
#iletisimwidget .iw-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Sağ tarafa küçük, zarif bir aşağı ok ekleme */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaaaaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    cursor: pointer;
    color: #aaaaaa;
}

#iletisimwidget .iw-select:focus {
    color: #333333;
}

#iletisimwidget .iw-select option {
    color: #333333;
}

/* Gönder Butonu */
#iletisimwidget .iw-submit-btn {
    background-color: #0d6efd; /* Görseldeki parlak mavi */
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 45px;
    border: none;
    border-radius: 50px; /* Hap formunda tam yuvarlak */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3); /* Mavi glow gölge */
}

#iletisimwidget .iw-submit-btn:hover {
    background-color: #0b5ed7;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
    transform: translateY(-2px);
}

/* --- HARİTA --- */
#iletisimwidget .iw-map-wrapper {
    width: 100%;
    border-radius: 12px; /* Köşeleri hafif yumuşatır */
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Harita etrafına hafif gölge */
}

/*------------------ FOOTER BÖLÜMÜ (#footer) STYLES ----------------------*/

#footer {
    background-color: #0d5efc; /* Görseldeki parlak ve canlı mavi tonu */
    padding: 50px 0 30px 0;
    color: #ffffff;
}

/* --- SOL KOLON --- */
#footer .ft-logo-box {
    margin-bottom: 25px;
}

#footer .ft-logo {
    max-height: 50px; /* Logonun çok büyük olmasını engeller, ihtiyaca göre artırabilirsin */
}

#footer .ft-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9); /* Saf beyazı çok az kırarak okumayı kolaylaştırır */
    line-height: 1.6;
    margin: 0;
    max-width: 350px;
}

/* --- BAŞLIKLAR --- */
#footer .ft-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
}

/* --- LİSTELER VE İLETİŞİM --- */
#footer .ft-contact-list,
#footer .ft-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .ft-contact-list li,
#footer .ft-hours-list li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
    line-height: 1.6;
}

#footer .ft-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#footer .ft-contact-list li i {
    font-size: 18px;
    margin-top: 2px;
}

#footer .ft-contact-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer .ft-contact-list a:hover {
    color: #ffffff;
}

/* --- SOSYAL MEDYA --- */
#footer .ft-social {
    display: flex;
    gap: 15px;
}

#footer .ft-social a {
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#footer .ft-social a:hover {
    transform: translateY(-3px);
    opacity: 0.8;
}

/* --- ALT BÖLÜM (COPYRIGHT VE ÇİZGİ) --- */
#footer .ft-bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); /* Görseldeki ince yarı saydam çizgi */
}

#footer .ft-bottom p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}


/*------------------ HAKKIMIZDA DETAY SAYFASI (#hakkimizdapage) STYLES ----------------------*/

#hakkimizdapage {
    background-color: #ffffff;
    padding: 100px 0;
    color: #333333;
}

/* ================= ÜST BÖLÜM (BİYOGRAFİ) ================= */
#hakkimizdapage .hkp-image-wrapper {
    background-color: #f4f4f4; /* Görseldeki açık gri arka plan */
    border-radius: 8px; /* Opsiyonel hafif yuvarlama */
    overflow: hidden;
}

#hakkimizdapage .hkp-title {
    font-size: 32px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 15px;
}

#hakkimizdapage .hkp-divider {
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-bottom: 25px;
}

#hakkimizdapage .hkp-content p {
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 25px;
}

#hakkimizdapage .hkp-buttons {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

#hakkimizdapage .hkp-btn-blue {
    display: inline-block;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #0d6efd;
}

#hakkimizdapage .hkp-btn-blue:hover {
    background-color: #0b5ed7;
    border-color: #0b5ed7;
    color: #ffffff;
}

#hakkimizdapage .hkp-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #999999;
}

#hakkimizdapage .hkp-btn-outline:hover {
    background-color: #f8f9fa;
    color: #000000;
    border-color: #555555;
}

#hakkimizdapage .hkp-stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#hakkimizdapage .hkp-stat-icon {
    font-size: 40px;
    color: #333333;
    line-height: 1;
}

#hakkimizdapage .hkp-stat-text {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}

/* ================= ALT BÖLÜM (FORM VE TIMELINE) ================= */

/* --- SOL KOLON (SABİT FORM) --- */
/* Formun sağdaki liste akarken ekranda sabit durmasını sağlar */
#hakkimizdapage .hkp-form-sticky {
    position: sticky;
    top: 100px; /* Header yüksekliğine göre ayarlayabilirsin */
}

#hakkimizdapage .hkp-subtitle {
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
}

#hakkimizdapage .hkp-form-title {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.2;
}

#hakkimizdapage .hkp-form {
    width: 100%;
}

#hakkimizdapage .hkp-input-group {
    margin-bottom: 20px;
}

#hakkimizdapage .hkp-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0 10px 0;
    color: #333333;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
}

#hakkimizdapage .hkp-input::placeholder {
    color: #aaaaaa;
}

#hakkimizdapage .hkp-input:focus {
    border-bottom-color: #0d6efd;
}

#hakkimizdapage .hkp-textarea {
    resize: none;
}

#hakkimizdapage .hkp-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaaaaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    cursor: pointer;
    color: #aaaaaa;
}

#hakkimizdapage .hkp-select:focus,
#hakkimizdapage .hkp-select option {
    color: #333333;
}

#hakkimizdapage .hkp-submit-btn {
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    width: 100%; /* Görseldeki gibi tam genişlikte buton */
    cursor: pointer;
    transition: all 0.3s ease;
}

#hakkimizdapage .hkp-submit-btn:hover {
    background-color: #0b5ed7;
}

/* --- SAĞ KOLON (SERTİFİKALAR LİSTESİ) --- */
#hakkimizdapage .hkp-timeline-title {
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    margin-bottom: 40px;
}

#hakkimizdapage .hkp-timeline-item {
    margin-bottom: 40px;
}

/* Yıl Rozeti (Sağa dönük siyah ok/bayrak) */
#hakkimizdapage .hkp-year-badge {
    display: inline-block;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 25px 6px 15px;
    margin-bottom: 20px;
    /* Ok formunu veren css kesim kodu */
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
}

#hakkimizdapage .hkp-timeline-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#hakkimizdapage .hkp-timeline-item ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #333333;
    line-height: 1.6;
}

/* Liste Noktası (-) */
#hakkimizdapage .hkp-timeline-item ul li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
    font-weight: 600;
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #hakkimizdapage { padding: 80px 0; }
    #hakkimizdapage .hkp-title { font-size: 28px; }
    #hakkimizdapage .hkp-form-title { font-size: 28px; }
    #hakkimizdapage .hkp-timeline-title { font-size: 28px; }
    
    /* Tablette sticky iptal edilebilir, aşağı akması daha sağlıklı */
    #hakkimizdapage .hkp-form-sticky { position: static; }
}

@media (max-width: 767px) {
    #hakkimizdapage { padding: 60px 0; }
    
    #hakkimizdapage .hkp-title { font-size: 24px; }
    #hakkimizdapage .hkp-buttons { justify-content: center; }
    
    #hakkimizdapage .hkp-stat-box { margin-bottom: 25px; }
    #hakkimizdapage .hkp-stat-icon { font-size: 32px; }
    #hakkimizdapage .hkp-stat-text { font-size: 11px; }

    #hakkimizdapage .hkp-subtitle { font-size: 24px; }
    #hakkimizdapage .hkp-form-title { font-size: 24px; margin-bottom: 20px; }
    
    #hakkimizdapage .hkp-timeline-title { 
        font-size: 24px; 
        margin-top: 30px; 
        padding-top: 30px; 
        border-top: 1px solid #eeeeee; 
    }
}

/*------------------ TEDAVİ DETAY BÖLÜMÜ (#tedavidetay) STYLES ----------------------*/

#tedavidetay {
    background-color: #ffffff;
    padding: 100px 0;
    color: #333333;
}

/* ================= SOL KOLON (İÇERİK) ================= */
#tedavidetay .tdt-main-title {
    font-size: 48px;
    font-weight: 400;
    font-style: italic; /* Görseldeki italik başlık */
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.2;
}

#tedavidetay .tdt-image-wrapper {
    margin-bottom: 35px;
    border-radius: 8px; /* İsteğe bağlı hafif yumuşatma */
    overflow: hidden;
}

#tedavidetay .tdt-image-wrapper img {
    width: 90%;
    max-height: 450px;
    object-fit: cover;
}

/* Metin İçerikleri */
#tedavidetay .tdt-content p {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 25px;
}

#tedavidetay .tdt-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Bullet (Madde) İşareti Olmayan Alt Alta Liste */
#tedavidetay .tdt-text-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

#tedavidetay .tdt-text-list li {
    font-size: 14px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 10px;
}

/* ================= SAĞ KOLON (SIDEBAR) ================= */

/* --- Kenar Çubuğu Menüsü --- */
#tedavidetay .tdt-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right; /* Görseldeki gibi tamamen sağa yaslı */
}

#tedavidetay .tdt-menu-list li {
    border-bottom: 1px solid #eeeeee; /* İnce alt çizgi */
}

#tedavidetay .tdt-menu-list li a {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    color: #555555;
    text-decoration: none;
    transition: color 0.3s ease;
}

#tedavidetay .tdt-menu-list li a:hover {
    color: #0d6efd;
}

#tedavidetay .tdt-menu-list li.category {
    font-weight: 700;
    font-size: 15px;
    color: #111111;
    padding: 12px 0;
    border-bottom: 2px solid #dddddd; /* Kategori çizgisi biraz daha kalın */
}

/* --- Kenar Çubuğu Formu --- */
#tedavidetay .tdt-form-header {
    margin-bottom: 25px;
}

#tedavidetay .tdt-form-subtitle {
    font-size: 24px;
    font-style: italic;
    color: #333333;
    display: block;
}

#tedavidetay .tdt-form-title {
    font-size: 28px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

#tedavidetay .tdt-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
    margin-bottom: 15px;
    font-size: 13px;
    color: #333333;
    outline: none;
    transition: border-color 0.3s ease;
}

#tedavidetay .tdt-input::placeholder {
    color: #aaaaaa;
}

#tedavidetay .tdt-input:focus {
    border-bottom-color: #0d6efd;
}

#tedavidetay .tdt-textarea {
    resize: none;
}

#tedavidetay .tdt-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaaaaa' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    cursor: pointer;
    color: #aaaaaa;
}

#tedavidetay .tdt-select:focus,
#tedavidetay .tdt-select option {
    color: #333333;
}

#tedavidetay .tdt-submit-btn {
    background-color: #0d6efd; /* Görseldeki parlak mavi */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    width: 100%; /* Görseldeki gibi tam genişlikte buton */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
}

#tedavidetay .tdt-submit-btn:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #tedavidetay { padding: 80px 0; }
    #tedavidetay .tdt-main-title { font-size: 38px; }
    
    /* Tablette sağ taraf menüsü ile form arasına mesafe */
    #tedavidetay .tdt-sidebar-widget.mt-5 { margin-top: 60px !important; }
}

@media (max-width: 767px) {
    #tedavidetay { padding: 60px 0; }
    
    #tedavidetay .tdt-main-title { 
        font-size: 32px; 
    }
    
    #tedavidetay .tdt-content h3 {
        font-size: 18px;
    }
    
    /* Mobilde sidebar ile içerik arasına boşluk koyalım */
    #tedavidetay .col-lg-4 {
        margin-top: 50px;
    }
    
    /* Mobilde sağa yaslı tasarım yerine sola yaslı okuması daha kolaydır,
       ama görsele sadık kalmak istersen text-align: right kalabilir. 
       Aşağıda text-align: left yaparak mobilde okunabilirliği artırıyoruz. */
    #tedavidetay .tdt-menu-list,
    #tedavidetay .tdt-form-header {
        text-align: left !important;
    }
}


/*------------------ BLOG LİSTESİ BÖLÜMÜ (#bloglist) STYLES ----------------------*/

#bloglist {
    background-color: #ffffff;
    padding: 100px 0;
    color: #111111;
}

/* --- BAŞLIK ALANI --- */
#bloglist .bl-main-title {
    font-size: 46px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

#bloglist .bl-italic {
    font-weight: 400;
    font-style: italic; /* "Blog &" kısmı italik */
}

#bloglist .bl-bold {
    font-weight: 800; /* "Yazılar" kısmı kalın */
}

#bloglist .bl-subtitle {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 750px;
}

/* --- KART TASARIMI --- */
#bloglist .bl-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

#bloglist .bl-card:hover {
    transform: translateY(-5px); /* Üzerine gelince çok hafif yukarı kalkar */
}

/* Masaüstü görünümde aralardaki dikey çizgiler (Sütunlar arası) */
@media (min-width: 992px) {
    #bloglist .col-lg-4:not(:last-child) .bl-card {
        border-right: 1px solid #e0e0e0;
        padding-right: 30px;
    }
    #bloglist .col-lg-4:not(:first-child) .bl-card {
        padding-left: 30px;
    }
}

/* Metin İçeriği Alanı (Üst Kısım) */
#bloglist .bl-text-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Bu sayede başlık/metin kısa olsa bile görsel her zaman en alta itilir */
    margin-bottom: 20px;
}

#bloglist .bl-title {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

#bloglist .bl-card:hover .bl-title {
    color: #0d6efd; /* Hover'da başlık rengi maviye döner */
}

#bloglist .bl-desc {
    font-size: 12px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 25px;
}

/* Yazar, Tarih, Okuma Süresi */
#bloglist .bl-meta {
    font-size: 10px; /* Görseldeki oldukça küçük ve zarif font */
    color: #888888;
    line-height: 1.6;
    margin-top: auto; /* Meta veriyi içeriğin en altına (resmin üstüne) yapıştırır */
}

/* Görsel Alanı (Alt Kısım) */
#bloglist .bl-img-wrapper {
    width: 100%;
    overflow: hidden;
}

#bloglist .bl-img-wrapper img {
    width: 100%;
    aspect-ratio: 4 / 3; /* Resimleri kare (veya istenilen orana) zorlar */
    object-fit: cover;
    transition: transform 0.5s ease;
}

#bloglist .bl-card:hover .bl-img-wrapper img {
    transform: scale(1.05); /* Hover'da resim hafif yakınlaşır */
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #bloglist { padding: 80px 0; }
    #bloglist .bl-main-title { font-size: 38px; }
    
    /* Tablette yan yana duranlarda dikey çizgiler bozulacağından siliyoruz, araya alt çizgi koyuyoruz */
    #bloglist .bl-card {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #bloglist .col-md-6:last-child .bl-card {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #bloglist { padding: 60px 0; }
    
    #bloglist .bl-main-title { 
        font-size: 32px; 
    }
    
    #bloglist .bl-title {
        font-size: 16px;
    }
    
    #bloglist .bl-card {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    /* Mobilde son elemanın alt çizgisini kaldır */
    #bloglist .bl-grid > div:last-child .bl-card {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/*------------------ BÜLTEN WIDGET BÖLÜMÜ (#bultenwidget) STYLES ----------------------*/

#bultenwidget {
    background-color: #ffffff;
    padding: 80px 0;
    color: #111111;
}

/* --- BAŞLIK VE METİN --- */
#bultenwidget .bw-title {
    font-size: 46px;
    font-weight: 400;
    font-style: italic; /* Görseldeki italik form */
    color: #000000;
    margin-bottom: 15px;
}

#bultenwidget .bw-subtitle {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
}

/* --- FORM TASARIMI --- */
#bultenwidget .bw-form {
    display: flex;
    gap: 15px; /* İnput ve buton arasındaki boşluk */
    justify-content: center;
    align-items: center;
}

/* E-Posta İnput Alanı */
#bultenwidget .bw-input {
    flex-grow: 1; /* Kalan boşluğu doldurması için */
    padding: 12px 25px;
    border: 1px solid #777777; /* Görseldeki belirgin gri çerçeve */
    border-radius: 50px; /* Hap formunda tam yuvarlak */
    font-size: 14px;
    color: #333333;
    outline: none;
    transition: border-color 0.3s ease;
}

#bultenwidget .bw-input::placeholder {
    color: #555555;
}

#bultenwidget .bw-input:focus {
    border-color: #0d6efd; /* Odaklanınca çerçeve mavi olur */
}

/* Abone Ol Butonu */
#bultenwidget .bw-btn {
    background-color: #0d6efd; /* Parlak mavi */
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 35px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap; /* Mobilde veya dar alanda buton metninin alt satıra kaymasını önler */
}

#bultenwidget .bw-btn:hover {
    background-color: #0b5ed7;
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #bultenwidget .bw-title { font-size: 38px; }
}
@media (max-width: 991px) {
    #bultenwidget { 
        display:none;
        
    }
}

@media (max-width: 767px) {
    #bultenwidget { padding: 60px 0; }
    
    #bultenwidget .bw-title { 
        font-size: 32px; 
    }
    
    /* Mobilde İnput ve Butonu alt alta alıyoruz */
    #bultenwidget .bw-form {
        flex-direction: column;
        gap: 15px;
    }
    
    #bultenwidget .bw-input,
    #bultenwidget .bw-btn {
        width: 100%; /* Her ikisi de %100 genişlikte olur */
    }
}

/*------------------ BASIN & RÖPORTAJLAR BÖLÜMÜ (#basinlist) STYLES ----------------------*/

#basinlist {
    background-color: #ffffff;
    padding: 100px 0;
    color: #111111;
}

/* --- BAŞLIK ALANI --- */
#basinlist .bsl-main-title {
    font-size: 46px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

#basinlist .bsl-italic {
    font-weight: 400;
    font-style: italic; /* "Basın &" kısmı italik */
}

#basinlist .bsl-bold {
    font-weight: 800; /* "Röportajlar" kısmı kalın */
}

#basinlist .bsl-subtitle {
    font-size: 14px;
    color: #444444;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 750px;
}

/* --- KART TASARIMI --- */
#basinlist .bsl-card {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

#basinlist .bsl-card-inner {
    display: flex;
    gap: 25px;
    height: 100%;
    align-items: stretch; /* İçerik ve resim aynı yüksekliğe esnesin */
}

/* Görsel Alanı (Sol Taraf) */
#basinlist .bsl-img-wrapper {
    flex: 0 0 45%; /* Görsel alanına genişliğin %45'ini veriyoruz */
    max-width: 45%;
    overflow: hidden;
}

#basinlist .bsl-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görselin alanı tam kaplaması için */
    transition: transform 0.5s ease;
}

/* Hover'da Resim Efekti */
#basinlist .bsl-card:hover .bsl-img-wrapper img {
    transform: scale(1.05);
}

/* İçerik Alanı (Sağ Taraf) */
#basinlist .bsl-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* İçerikleri dikeyde dengeli dağıtır */
    flex: 1;
    padding: 5px 0;
}

#basinlist .bsl-title {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 12px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

#basinlist .bsl-card:hover .bsl-title {
    color: #0d6efd; /* Hover'da başlık mavi */
}

#basinlist .bsl-desc {
    font-size: 11px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Meta ve Devamını Oku Alanı (Alt Kısım) */
#basinlist .bsl-meta-area {
    margin-top: auto; /* Alanı en alta iter */
}

#basinlist .bsl-meta {
    font-size: 10px;
    color: #777777;
    margin-bottom: 8px;
}

/* "Devamını Oku ----->" Özel Ok Tasarımı */
#basinlist .bsl-readmore {
    font-size: 11px;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

/* Oku uzatan çizgi */
#basinlist .bsl-arrow-line {
    display: inline-block;
    height: 1px;
    background-color: #333333;
    flex-grow: 1; /* Çizginin kalan tüm boşluğu doldurmasını sağlar */
    max-width: 80px; /* Çizgi çok fazla uzamasın diye sınır koyuyoruz */
    transition: background-color 0.3s ease, max-width 0.3s ease;
}

#basinlist .bsl-readmore i {
    font-size: 12px;
    margin-left: -5px; /* Ok başını çizgiye yaklaştırır */
}

/* Hover'da Oku Uzar ve Mavi Olur */
#basinlist .bsl-card:hover .bsl-readmore {
    color: #0d6efd;
}

#basinlist .bsl-card:hover .bsl-arrow-line {
    background-color: #0d6efd;
    max-width: 100px; /* Hover'da çizgi biraz daha uzar */
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #basinlist { padding: 80px 0; }
    #basinlist .bsl-main-title { font-size: 38px; }
    
    /* Tablette sağ ve sol oranlarını biraz değiştiriyoruz */
    #basinlist .bsl-img-wrapper {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 767px) {
    #basinlist { padding: 60px 0 160px; }
    
    #basinlist .bsl-main-title { 
        font-size: 32px; 
    }
    
    /* MOBİLDE KARTLARI DİKEY HALE GETİRİYORUZ (Resim üstte, Metin altta) */
    #basinlist .bsl-card-inner {
        flex-direction: column;
        gap: 15px;
        background-color: #fcfcfc; /* Mobilde kart hissini artırmak için hafif gri zemin */
        padding: 15px;
        border-radius: 8px;
    }
    
    #basinlist .bsl-img-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        height: 220px; /* Mobilde görsele sabit bir yükseklik veriyoruz */
        border-radius: 6px;
    }
    
    #basinlist .bsl-content {
        padding: 10px 0 0 0;
    }
    
    #basinlist .bsl-arrow-line {
        max-width: 50px; /* Mobilde çizgi boyutunu küçültüyoruz */
    }
}


/*------------------ HASTA YORUMLARI SAYFASI (#yorumlarpage) STYLES ----------------------*/

#yorumlarpage {
    background-color: #ffffff;
    padding: 100px 0;
    color: #111111;
}

/* --- BAŞLIK VE AÇIKLAMA --- */
#yorumlarpage .yrp-main-title {
    font-size: 52px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

#yorumlarpage .yrp-italic {
    font-weight: 400;
    font-style: italic; /* "Hasta" kısmı italik */
}

#yorumlarpage .yrp-bold {
    font-weight: 800; /* "Yorumları" kısmı kalın */
}

#yorumlarpage .yrp-subtitle {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 750px;
}

/* --- KART TASARIMI --- */
#yorumlarpage .yrp-card {
    text-align: center;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

/* Mavi Tırnak İkonu */
#yorumlarpage .yrp-quote-icon {
    font-size: 65px;
    color: #2563eb; /* Görseldeki parlak mavi */
    margin-bottom: 25px;
    line-height: 1;
}

#yorumlarpage .yrp-text {
    font-size: 13px;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic; /* Alıntı hissi için */
    flex-grow: 1; /* Alt kısımdaki ismin hep en altta hizalanması için */
}

#yorumlarpage .yrp-author {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin: 0;
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #yorumlarpage { padding: 80px 0; }
    #yorumlarpage .yrp-main-title { font-size: 42px; }
}

@media (max-width: 767px) {
    #yorumlarpage { padding: 60px 0; }
    
    #yorumlarpage .yrp-main-title { 
        font-size: 34px; 
    }
    
    #yorumlarpage .yrp-text { 
        font-size: 13px; 
        margin-bottom: 20px;
    }
    
    #yorumlarpage .yrp-quote-icon { 
        font-size: 55px; 
        margin-bottom: 20px;
    }
    
    #yorumlarpage .yrp-card {
        padding: 10px 0;
    }
}

/*------------------ İLETİŞİM SAYFASI (#iletisimpage) STYLES ----------------------*/

#iletisimpage {
    background-color: #ffffff;
    padding: 100px 0;
    color: #111111;
}

/* ================= ÜST BÖLÜM (BAŞLIK) ================= */
#iletisimpage .ip-main-title {
    font-size: 52px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.1;
}

#iletisimpage .ip-italic {
    font-weight: 400;
    font-style: italic;
}

#iletisimpage .ip-bold {
    font-weight: 800;
}

#iletisimpage .ip-subtitle {
    font-size: 15px;
    color: #444444;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px;
}

/* ================= SOL KOLON (İLETİŞİM BİLGİLERİ) ================= */
#iletisimpage .ip-contact-box {
    padding-right: 30px; /* Sağ kolonla arasına biraz esneme payı bırakalım */
}

#iletisimpage .ip-contact-title {
    font-size: 38px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 40px;
}

#iletisimpage .ip-light {
    font-weight: 300;
}

#iletisimpage .ip-heavy {
    font-weight: 800;
}

#iletisimpage .ip-info-item {
    border-top: 1px solid #dddddd; /* Görseldeki ince üst ayırıcı çizgiler */
    padding: 15px 0;
    margin-bottom: 5px;
}

#iletisimpage .ip-info-label {
    display: block;
    font-size: 11px;
    color: #888888;
    margin-bottom: 5px;
}

#iletisimpage .ip-info-val {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.3s ease;
}

a.ip-info-val:hover {
    color: #0d6efd;
}

/* ================= SAĞ KOLON (RANDEVU FORMU) ================= */
#iletisimpage .ip-form-box {
    padding-left: 15px;
}

#iletisimpage .ip-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
}

#iletisimpage .ip-form-desc {
    font-size: 12px;
    color: #666666;
    margin-bottom: 30px;
}

#iletisimpage .ip-input-group {
    margin-bottom: 20px;
    position: relative; /* İkonlar için relative yaptık */
}

#iletisimpage .ip-input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #cccccc; /* Sadece alt çizgi */
    padding: 12px 0 8px 0;
    font-size: 13px;
    color: #333333;
    outline: none;
    transition: border-color 0.3s ease;
}

#iletisimpage .ip-input::placeholder {
    color: #aaaaaa;
}

#iletisimpage .ip-input:focus {
    border-bottom-color: #0d6efd;
}

/* Form İkonları (Takvim, Saat) */
#iletisimpage .ip-has-icon .ip-input {
    padding-right: 30px; /* Yazı ikona değmesin diye */
}

#iletisimpage .ip-has-icon i {
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 18px;
    color: #111111;
    pointer-events: none; /* Tıklamayı engelle, input'a geçsin */
}

#iletisimpage .ip-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    cursor: pointer;
    color: #aaaaaa;
}

#iletisimpage .ip-select:focus,
#iletisimpage .ip-select option {
    color: #333333;
}

#iletisimpage .ip-textarea {
    resize: none;
    /* Görselde textarea'nın alt satırları için çizgiler var gibi duruyor. 
       Bunu background ile simüle edebiliriz ama minimal olması adına standart textarea alt çizgisi de çok şık durur. */
}

/* Gizlilik Metni */
#iletisimpage .ip-privacy-text {
    font-size: 10px;
    color: #555555;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 30px;
}

/* Gönder Butonu */
#iletisimpage .ip-submit-btn {
    background-color: #0d6efd; /* Parlak Mavi */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.2);
}

#iletisimpage .ip-submit-btn:hover {
    background-color: #0b5ed7;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.3);
}

#iletisimpage .ip-footer-note {
    font-size: 10px;
    color: #777777;
    margin: 0;
}


/* ================= RESPONSIVE (MOBİL UYUM) ================= */

@media (max-width: 991px) {
    #iletisimpage { padding: 80px 0; }
    
    #iletisimpage .ip-main-title { font-size: 42px; }
    #iletisimpage .ip-contact-title { font-size: 32px; }
    
    #iletisimpage .ip-contact-box {
        padding-right: 0;
    }
    #iletisimpage .ip-form-box {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #iletisimpage { padding: 60px 0; }
    
    #iletisimpage .ip-main-title { 
        font-size: 32px; 
    }
    
    /* Mobilde Sol Kolon (İletişim Bilgileri) Sağa Yaslı Olursa Kötü Durur, Sola Yaslıyoruz */
    #iletisimpage .col-lg-4 {
        text-align: left !important;
        margin-bottom: 30px;
    }
    
    #iletisimpage .ip-contact-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    #iletisimpage .ip-submit-btn {
        width: 100%;
    }
}