.iconheight {
  background: #1f71af;
 max-height:10px;
padding:1px;
margin:1px;
}
.blockwidth1 {  
 max-width:1700px;
padding-left:200px;
padding-top:20px;
padding-bottom:10px;
margin-top:1px;
	}
.blockwidth1 a {  
 height:50px;
	background: none;
  color: #fff;
	text-align: center;
    line-height: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 5px;
	margin-top: 10px; 
  z-index: 1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
	min-width: 172px;
	}}
.yatak-durumu {
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

.yatak-dolu {
    background-color: red;
}

.yatak-boş {
    background-color: green;
}

.yatak-rezerve {
    background-color: orange;
}

.yatak-temizlikte {
    background-color: blue;
}
 /* custom.css içinde */
.navigation1 {
    padding:0px;
	margin:0px;	
	 color: #ffffff !important;
	
	
}
.navigation1 .boll_menu {
    padding:0px;
	 color: #ffffff !important;
}
  .navigation1 .boll_menu > li {
    display: inline-block;
    padding: 3px 20px 3px 1px;
	  float: right;
	  color: #ffffff !important;
	      
  }
 /* custom.css içinde */
/* custom.css içinde */
.navigation4 {
    padding: 0px;
    margin: 0px;    
}

.navigation4 .boll_menu > li {
    display: inline-block;
    padding: 3px 10px 3px 1px;
    float: right;      
    font-size: 16px;
}

.navigation4 .boll_menu > li a {
    display: inline-block;
    padding: 3px 20px 3px 1px;
    float: right;     
    color: #ffffff !important;
    font-size: 16px;
}

.navigation4 .boll_menu > li ul li a {
    color: #000000 !important;
}
.navigation4 .boll_menu > li a:hover {
    display: inline-block;
    padding: 3px 20px 3px 1px;
    float: right;      
    color: #ff0000 !important;
    font-size: 16px;
}

/* Menü bağlantılarının normal rengi */
.boll-navigation .boll_menu > li > a {
    color: #ffffff !important;
    font-size: 16px;
}

/* 8-10 inç tabletler için (600px - 1024px) */
@media (max-width: 1350px) {
    .navigation4 .boll_menu > li {
        font-size: 12px;
		 display: inline-block;
		 padding: 5px 1px 1px;
		margin:1px;
    float: left;      
    }
    
    .navigation4 .boll_menu > li a {
        font-size: 12px;
		 display: inline-block;
    padding: 5px 1px 1px;
    float: left;     
		margin:1px;
    color: #ffffff !important;
    }
	.navigation4 .boll_menu > li ul li a {
    color: #000000 !important;
}
    
    .navigation4 .boll_menu > li a:hover {
        font-size: 12px;
		display: inline-block;
    padding: 5px 1px 1px;
    float: left;  
		margin:1px;
    color: #00ff00 !important;
    }
    
    .boll-navigation .boll_menu > li > a {
        font-size: 12px;
    }
}
/* Menü bağlantılarının normal rengi */
.boll-navigation .boll_menu > li >  a {
    color: #ffffff !important;
	font-size: 16px;
}

/* Alternatif (daha spesifik) */
.boll-navigation .boll_menu.boll_menu_main > li > a:hover,
.boll-navigation .boll_menu.boll_menu_main > li > a:focus,
.boll-navigation .boll_menu.boll_menu_main > li > a:active,
.boll-navigation .boll_menu.boll_menu_main > li.menu-item--active-trail > a {
    color: #005500 !important;
}
.boll_menu1 .menu-item a {
    color: #ffffff !important; /* Normal durumda beyaz */
    text-decoration: none; /* Varsayılan alt çizgiyi kaldırır, isteğe bağlı */
	
	display: inline-block;
}

.boll_menu1 .menu-item a:hover {
    color: #ff0000 !important; /* Hover durumunda kırmızı */
	padding:1px;
	margin:1px;
	height:50px;
}

.iletisimblok {    
height:50px;
 
}
@media screen and (max-width: 768px) {
	.iletisimblok {    
height:50px;
display: none;
 
	}}
.iletisimblok1 {  	
	max-width:245px;
	
}
/* Kullanıcı menüsünü yatay olarak düzenleme */
.user-menu {
  display: flex; /* Yatay hizalama */
  list-style: none; /* Liste noktalarını kaldır */
  padding: 0; /* Varsayılan dolguyu sıfırla */
  margin: 0; /* Varsayılan boşluğu sıfırla */
}

/* Menü öğeleri arasındaki boşluk ve stil */
.user-menu li {
  margin-right: 15px; /* Öğeler arası boşluk */
}

/* Bağlantıların stilini ayarlama */
.user-menu a {
  text-decoration: none; /* Alt çizgiyi kaldır */
  padding: 5px 1px; /* İç boşluk */
  color: #ffffff; /* Renk (isteğe bağlı, temanıza göre değiştirin) */
  font-size: 16px; /* Yazı boyutu (isteğe bağlı) */
}

/* Giriş yapmamış kullanıcılar için görünüm */
.logged-out .menu-item--account,
.logged-out .menu-item--logout {
  display: none; /* Hesabım ve Çıkış gizlenir */
}

.logged-out .menu-item--register,
.logged-out .menu-item--login {
  display: block; /* Üye Olun ve Giriş görünür */
}

/* Giriş yapmış kullanıcılar için görünüm */
.logged-in .menu-item--register,
.logged-in .menu-item--login {
  display: none; /* Üye Olun ve Giriş gizlenir */
}

.logged-in .menu-item--account,
.logged-in .menu-item--logout {
  display: block; /* Hesabım ve Çıkış görünür */
}

/* Hover efekti (isteğe bağlı) */
.usermenu  {  
	height:40px;
	padding:1px 1px 2px 1px;
	margin:1px;
}
/* Kullanıcı hesap menüsünün gri alanını stilize et */
.block-webboll-boss-account-menu-menu {
    background-color: #ffffff; /* Gri renk */
    padding: 10px 0; /* Dikey padding */
    text-align: center; /* Linkleri ortalar */
	height:40px;
}

/* Kullanıcı hesap menüsünün liste stilini ayarla */
.block-webboll-boss-account-menu-menu .block-content ul.menu {
    list-style: none; /* Noktaları kaldırır */
    padding: 0;
    margin: 0;
    display: inline-block; /* Linkleri yan yana hizalar ve ortalamayı korur */
}

/* Kullanıcı hesap menüsünün her bir öğesi için stil */
.block-webboll-boss-account-menu-menu .block-content ul.menu li.menu-item {
    display: inline; /* Linkleri yan yana getirir */
    margin: 0 15px; /* Linkler arası boşluk */
}

/* Kullanıcı hesap menüsünün link stilini ayarla */
.block-webboll-boss-account-menu-menu .block-content ul.menu li.menu-item a {
    color: #fff; /* Beyaz yazı rengi */
    text-decoration: none; /* Alt çizgiyi kaldırır */
    font-size: 14px; /* İsteğe bağlı, yazı boyutu */
}

/* Hover efekti */
.block-webboll-boss-account-menu-menu .block-content ul.menu li.menu-item a:hover {
    color: #ddd; /* Hover'da açık gri */
}

/* Diğer menüleri (örneğin ana navigasyon) etkilememek için genel stil */
nav ul.menu,
.main-menu ul.menu {
    background-color: transparent; /* Diğer menülerin arka planını sıfırla */
    text-align: left; /* Varsayılan hizalamayı geri al */
}
.boll_menu {
    color: #ffffff; /* Hover'da açık gri */
	padding:0px;
	margin:0px;
}
.menu-item {
    color: #ffffff; /* Hover'da açık gri */
	padding:0px;
	margin:0px;
}
.contact-block {
  display: flex;
  align-items: center; /* Dikey hizalamayı yapar */
  gap: 10px; /* Logo ile telefon arasında boşluk bırakır */
}

.contact-logo {
  flex-shrink: 0; /* Logo küçülmesini engeller */
}

.contact-phone {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.menu sub-menu {
    z-index: 1000;
}
/* Sosyal medya ikonlarının bulunduğu widget'ı hedefliyoruz */
.wboll-socials1 {
  display: flex !important;
  flex-wrap: nowrap; /* Tek satırda tutar */
  justify-content: flex-start;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  gap: 2px;
  box-sizing: border-box;
  white-space: nowrap;
}

.wboll-socials1 a {
  display: inline-flex !important;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
  flex-shrink: 0;
}

.wboll-socials1 a svg {
  fill: #ffffff !important;
  color: #ffffff !important;
  width: 30px;
  height: 30px;
  padding: 1px;
  margin: 1px;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.wboll-socials1 a:hover svg {
  fill: #ffffff !important;
  color: #ffffff !important;
  width: 30px;
  height: 30px;
  padding: 1px;
  margin: 1px;
}

.wboll-socials1 a[href^="tel"] {
  display: inline-flex !important;
  font-size: 16px;
  white-space: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 10 !important;
  flex-shrink: 0;
}

.wboll-socials1 a[href^="tel"] svg {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  fill: #ffffff !important;
  width: 30px !important;
  height: 30px !important;
  position: relative !important;
  z-index: 10 !important;
}

/* Mobil cihazlar için */
@media (max-width: 768px) {	 
  .wboll-socials1 {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: visible !important;
    white-space: nowrap !important;
    gap: 0 !important;
    box-sizing: border-box;
	  
  }

  .wboll-socials1 > * {
    flex-wrap: nowrap !important;
    display: inline-flex !important;
  }

  .wboll-socials1 a {
    display: inline-flex !important;
    align-items: center;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none;
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .wboll-socials1 a svg {
    width: 24px !important;
    height: 24px !important;
    margin: 1px !important;
    padding: 2px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    fill: #ffffff !important;
  }

  /* Telefon linki özel */
  .wboll-socials1 a[href^="tel"] {
    display: inline-flex !important;
    align-items: center !important;
    font-size: 20px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wboll-socials1 a[href^="tel"] svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 1px !important;    
    padding: 1px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 768px) {	 
	
  .wboll-socials3 {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: top;
    width: 100% !important;
    max-width: 100% !important;    
    white-space: nowrap !important;
    gap: 0 !important;
    box-sizing: border-box;
	  padding:0;
	  margin:0;
  }

  .wboll-socials3 > * {
    flex-wrap: nowrap !important;
    display: inline-flex !important;
    flex: 0 0 auto !important; /* Elemanların boyutunu korumasını sağlar */
    width: 100% !important; /* Her bir eleman ekranın yarısını kaplasın */
    box-sizing: border-box !important;
	   padding:0;
	  margin:0;
  }
}

/* Sosyal medya ikonlarının bulunduğu widget'ı hedefliyoruz */
.wboll-socials2 a svg {
    color: #transparent !important; /* Beyaz renk */
	width:60px;	
	height:60px;
	padding:1px;
	margin:1px;
}

/* Alternatif olarak, hover durumunda da beyaz kalmasını istiyorsanız */
.wboll-socials2 a:hover svg {
    color: #1f71af !important; /* Beyaz renk */
	width:60px;
	height:60px;
	padding:1px;
	margin:1px;
}
.title-box {
  position: relative;
  padding: 60px 20px 2px 20px; /* Üst boşluk: görselin taşma alanı kadar */
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
  min-height: 150px; /* Sabit yükseklik → hepsi aynı boy olur */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Hover efekti */
.title-box:hover {
  transform: scale(1.02);
}

/* Görsel yuvarlak ve kutunun dışına taşan şekilde */
.title-box-bg {
  position: absolute;
  top: -75px; /* Kutunun üstüne taşır */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.title-box-bg img {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 0 3px #ffb598;
  transition: transform 0.3s ease;
  object-fit: cover; /* oranı korur, gerekirse kırpar */
}

/* Görsel hover efekti */
.title-box:hover .title-box-bg img {
  transform: scale(1.08);
}

/* Başlık */
.title-box-title h1 {
  font-size: 20px;
  font-weight: 600;
  color: #2a6d4f;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Açıklama */
.title-box .field--name-field-hizmetlerimizaciklamalar {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  max-height: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

/* Devam linki */
.title-box .read-more a {
  color: #2a6d4f;
  font-weight: 500;
  text-decoration: underline;
  font-size: 14px;
}
.title-box .read-more a:hover {
  text-decoration: none;
}





@media screen and (max-width: 1024px) {
  .yenifont a {
    font-size: 5px !important;
  }
  .menufont {
    font-size: 12px !important;
  }
}
/* Menü için temel stil */
.altmenu3 {
padding:1px;
margin:1px;
text-align: left;
line-height: 1px;
font-size: 12px;}
/* kayan blok */
.kayanblok1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 50px;
	padding:0px;
	margin:0px;
	justify-content: center; /* Yatayda ortala */
  align-items: center; /* Dikeyde ortala */
}

.kayanblok2 {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 999;
  min-height: 128px; /* Gerçek yüksekliğe göre ayarla */
}

/* Mobil cihazlar için (768px ve altı ekran genişliği) */
@media screen and (max-width: 768px) {
  .kayanblok1 {
     position: static; /* Fixed olmasın, akışa katılsın */
	  display: none;
    top: 0px;
    z-index: auto;
	  min-width: 768px;
  }

  .kayanblok2 {
    position: static; /* Fixed olmasın, akışa katılsın */
    top: 150px;
	   display: none; /* Flex ile yatay sıralama */
        align-items: center; /* Dikey ortalama */
    z-index: auto;
	  min-height: 500px;
	  padding:0px;
	  margin:0px;
  }
	.mobilbaslik {
		 position: static; /* Fixed olmasın, akışa katılsın */
    top: 0px;
    z-index: auto;
	  min-width: 768px;
		min-height: 50px;
		padding:0px;
		margin:0px;
	
	}
	.yenifont1 {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .kayanblok1 {
    position: static; /* Fixed olmasın, akışa katılsın */
    top: 0px;
    z-index: auto;
    min-width: 768px;
  }

  .kayanblok2 {
    position: static; /* Fixed olmasın, akışa katılsın */
    top: 150px;
    display: inline-flex; /* Flex ile yatay sıralama */
    align-items: center; /* Dikey ortalama */
    z-index: auto;
    min-height: 500px;
    padding: 0px;
    margin: 0px;
  }

  .mobilbaslik {
    position: static; /* Fixed olmasın, akışa katılsın */
    top: 0px;
    z-index: auto;
    min-width: 768px;
    min-height: 50px;
    padding: 0px;
    margin: 0px;
  }

  .yenifont1 {
    font-size: 12px !important;
  }
}
 @media (min-width: 768px) {
    .mobilbaslik {
        display: none; /* Mobil dışındaki ekranlarda görünmez */
		padding:0px;
		margin:0px;
    }
}
/* Marka ve Başlık */
.marka-ve-baslik-wrapper {
  background: none;
  padding: 2px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.marka-ve-baslik-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.marka-ve-baslik-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.marka-ve-baslik-text {
  flex: 1;
}

.marka-ve-baslik-alt-baslik {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 5px;
}

.marka-ve-baslik-baslik {
  font-size: 24px;
  font-weight: bold;
  color: #003087;
  line-height: 1.2;
}

/* Responsive tasarım için */
@media (max-width: 1300px) and (min-width: 769px) {
 .marka-ve-baslik-wrapper {
  background: none;
  padding: 2px 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
	.marka-ve-baslik-container {
    flex-direction: row;
    gap: 20px;
	  padding:0px;
	  margin:0px;
  }

  .marka-ve-baslik-image img {
    width: 100px;
    height: 100px;
  }

  .marka-ve-baslik-wrapper .marka-ve-baslik-alt-baslik {
    font-size: 12px;
    color: #000000 !important; /* Geçici olarak !important korundu */
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .marka-ve-baslik-baslik {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .marka-ve-baslik-container {
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap; /* Satır düzenini korumak için */
  }

  .marka-ve-baslik-image img {
    width: 80px;
    height: 80px;
  }

  .marka-ve-baslik-alt-baslik {
    font-size: 14px;
    color: #000000;
  }

  .marka-ve-baslik-baslik {
    font-size: 20px;
  }
}
.content-full {
    height: auto; /* İçeriğe göre otomatik yükseklik */
    min-height: 0; /* İçerik yoksa minimum yükseklik sıfır */
}

.content-full:empty {
    height: 0;
    min-height: 0;
    padding: 0; /* Gereksiz boşlukları kaldır */
}
.content-main-inner {
    padding-top: 128px; /* .kayanblok2'nin yüksekliği kadar boşluk */
}
.basliklogo {
	height:50px;
padding:0;
margin: 0;}
.navigation5 {
    padding:0px;
	margin:0px;	
	}
  .navigation5 .boll_menu > li {
    display: inline-block;
    padding: 3px 10px 3px 1px;
	  float: left;	  
	  font-size: 14px;
	   }
 .navigation5 .boll_menu > li a {
    display: inline-block;
    padding: 3px 10px 3px 1px;
	  float: left;	 
	 color: #000000 !important;
	 font-size: 14px;
	   }
 .navigation5 .boll_menu > li a:hover {
    display: inline-block;
    padding: 3px 10px 3px 1px;
	  float: left;	  
	 color: #ff0000 !important;
	 font-size: 14px;
	   }
/* 8-10 inç tabletler için (600px - 1024px) */
@media (max-width: 1350px) {
    .navigation6 .boll_menu {		
        display: flex; /* Yatay sıralama için flexbox */
        flex-direction: row; /* Yatay düzen */
        justify-content: flex-end; /* Sağa yaslama */
        align-items: center; /* Dikey ortalama */
        height: 100%; /* Bloğun tamamını kaplaması için */
    }

    .navigation6 .boll_menu > li {		
        font-size: 15px;
        display: inline-flex; /* Flex ile yatay sıralama */
        align-items: center; /* Dikey ortalama */
        padding: 25px 1px 1px;
        margin: 1px;
        position: relative; /* Alt menü için konumlandırma */
    }
    
    .navigation6 .boll_menu > li a {
		
        font-size: 15px;
        display: inline-flex; /* Flex ile hizalamayı koru */
        align-items: center; /* Dikey ortalama */
        padding: 5px 1px 1px;
        margin: 1px;
        color: #ffffff !important;
        text-decoration: none; /* Varsayılan alt çizgiyi kaldır */
    }
    
    .navigation6 .boll_menu > li ul {
        display: none; /* Varsayılan olarak alt menü gizli */
        position: absolute; /* Ana menü öğesinin altına yerleştir */
        top: 100%; /* Ana menü öğesinin hemen altına */
        left: 0; /* Sola hizalı */
        background: #fff; /* Alt menü arka planı (isteğe bağlı) */
        padding: 5px; /* İç boşluk */
        list-style: none; /* Liste noktalarını kaldır */
        min-width: 150px; /* Alt menü genişliği (isteğe bağlı) */
    }
    
    .navigation6 .boll_menu > li:hover ul {
        display: block; /* Hover ile alt menüyü göster */
    }
    
    .navigation6 .boll_menu > li ul li a {
        color: #000000 !important;
        display: block; /* Alt menü öğeleri blok olarak */
        text-align: left; /* Sola yaslama */
        padding: 5px 1px 1px;
        margin: 1px;
        font-size: 15px;
    }
    
    .navigation6 .boll_menu > li a:hover {
        font-size: 15px;
        display: inline-flex; /* Hover durumunda da flex koru */
        align-items: center; /* Dikey ortalama */
        padding: 5px 1px 1px;
        margin: 1px;
        color: #00ff00 !important;
    }
    
    .boll-navigation .boll_menu > li > a {
        font-size: 15px;
        display: inline-flex; /* Flex ile hizalamayı koru */
        align-items: center; /* Dikey ortalama */
    }
}
.yol-tarifi-wrapper {
  margin-top: 10px;
  margin-left: 25px;
}

.yol-tarifi-button {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}

/* Eğer buton içinde <a> varsa, onun da rengini zorla uygula */
.yol-tarifi-button a {
  color: var(--text-color) !important;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* Hover efekti */
.yol-tarifi-button:hover {
  filter: brightness(90%);
}
.hakkimda-wrapper {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.hakkimda-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hakkimda-left,
.hakkimda-right {
  flex: 1 1 45%;
}

.hakkimda-box {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background-color: #fdfdfd;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.hakkimda-gorsel img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.hakkimda-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.hakkimda-alan {
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .hakkimda-container {
    flex-direction: column;
  }
}
/* Hakkımda Sayfası Stilleri */
/* Hakkımda Sayfası Stilleri */
div.about-page {
 max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  border: 2px solid #ccc !important;
  border-radius: 12px !important;
  background: linear-gradient(to top right, #a1c07a 0%, #ffffff 49.9%, #ffffff 50%, #a1c07a 100%) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

div.about-page .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important; /* Sütun yüksekliklerini eşitler */
}

div.about-page .col-md-3,
div.about-page .col-md-9 {
  display: flex !important;
  flex-direction: column !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important; /* Sütunlar için çerçeve */
  border-radius: 8px !important;
  padding: 20px !important;
  height: 100% !important; /* Eşit yükseklik */
}

div.about-image {
  overflow: hidden !important; /* Yakınlaştırma efekti için */
}

div.about-image img,
img.about-photo {
  width: 100% !important;
  height: auto !important;
  max-height: 400px !important;
  object-fit: cover !important;
  border: 2px solid #ddd !important; /* Fotoğraf için çerçeve */
  border-radius: 8px !important;
  transition: transform 0.3s ease !important; /* Yakınlaştırma için geçiş efekti */
}

div.about-image img:hover,
img.about-photo:hover {
  transform: scale(1.20) !important; /* Hover'da yakınlaştırma */
}

div.about-section {
  margin-bottom: 20px !important;
  padding: 15px !important;
  border: 1px solid #ddd !important; /* Bölümler için çerçeve */
  border-radius: 8px !important;
  background-color: #fff !important;
}

div.about-section h2.section-title {
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
  color: #a1c07a !important; /* Başlıklar için mavi renk */
  font-weight: 600 !important;
}

div.about-section p {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #555 !important;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  div.about-page .row {
    flex-direction: column !important;
  }

  div.about-page .col-md-3,
  div.about-page .col-md-9 {
    width: 100% !important;
    height: auto !important;
  }

  div.about-page .col-md-3 {
    margin-bottom: 20px !important;
  }

  div.about-image img,
  img.about-photo {
    max-height: 300px !important;
  }
}
.video-node {
  padding: 10px;
}
.video-wrapper {
  padding: 10px;
}
.yorum-kutusu {
  width: 100%;
  max-width: 600px;
  height: 160px; /* 250 karaktere göre sabit yükseklik */
  margin: 20px auto;
  padding: 16px;  
  background: linear-gradient(to top right, #ffb598 0%, #ffffff 30%, #ffb598 100%) !important;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.yorum-icerik {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}

.yazar-bilgisi {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}
.formstil {
  width: 50%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Tabletler için (maksimum 768px) */
@media (max-width: 768px) {
  .formstil {
    width: 80%;
  }
}

/* Telefonlar için (maksimum 480px) */
@media (max-width: 480px) {
  .formstil {
    width: 95%;
  }
}
.blokpadding {
  padding-top: 155px; 
  margin-top: 155px; 
}
.blokpadding1 {
  padding-bottom: 1px; 
  margin-bottom: 1px; 
}
.videoalani {
  height: 800px;
}