.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: #ffffff !important;
	border-bottom: 5px solid #ff0000 !important; /* Hover'da kırmızı alt çizgi */
}
.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;
}
/* Ana kutu görünümü */
.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: 300px; /* 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örselin yuvarlak çerçeve içinde görünmesi */
.title-box-bg img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #f1f1f1;
  margin: 0 auto 15px auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Görsel hover zoom 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: 10px 0;
}

/* Açıklama alanı (özet görünümlü) */
.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; /* en fazla 5 satır */
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

/* "Devamı için tıklayın" bağlantısı */
.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: 100px;
	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, #3f93d2 0%, #ffffff 49.9%, #ffffff 50%, #ffffff 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: 0px solid #ddd !important; /* Bölümler için çerçeve */
  border-radius: 0px !important;
  background-color: #fff !important;
}

div.about-section h2.section-title {
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
  color: #3f93d2 !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, #3f93d2 0%, #ffffff 30%, #ffffff 100%) !important;
  border: 2px solid #3f93d2;
  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: 20px; 
  margin-top: 20px; 
}
.blokpadding1 {
  padding-bottom: 1px; 
  margin-bottom: 1px; 
}
/* Menü için temel stiller */
/* Menü için temel stiller */
.menu7 {
    list-style: none !important; /* Liste noktalarını kaldır */
    padding: 0 !important;
    margin: 0 !important;
	justify-content: flex-end !important; /* Menü öğelerini sağa yasla */
    display: flex !important; /* Yatay menü için flex düzeni */
    gap: 20px !important; /* Menü öğeleri arasındaki boşluk */
    font-family: 'Arial', sans-serif !important; /* Font ailesi */
}

/* Menü linkleri için stiller */
.menu7 a {
	
	color: #ffffff !important; /* Link rengi (koyu gri) */
    font-size: 18px !important; /* Font boyutu */
    text-decoration: none !important; /* Alt çizgiyi kaldır */
    padding: 8px 15px !important; /* İç boşluk */
    transition: all 0.3s ease !important; /* Hover efekti için yumuşak geçiş */
	border-bottom: 5px solid #ffffff !important; /* 5px kalınlığında beyaz alt çizgi */
}

/* Hover efekti */
.menu7 a:hover {
    color: #ff0000 !important; /* Hover rengi (mavi) */    
    border-radius: 5px !important; /* Hafif yuvarlak köşeler */
	border-bottom: 5px solid #ff0000 !important; /* Hover'da kırmızı alt çizgi */
	background-color: #00349d !important;
}

/* Aktif menü öğesi için stil */
.menu7 a.active {
    color: #ff0000 !important; /* Aktif link rengi */
    font-weight: bold !important; /* Kalın font */
	border-bottom: 5px solid #ff0000 !important; /* Hover'da kırmızı alt çizgi */
	
}
/* Menü için temel stiller */
nav.menu8, ul.menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    font-family: 'Arial', sans-serif !important;
}

/* Menü linkleri için stiller */
nav.menu8 a, ul.menu a {
    color: #333 !important; /* Link rengi (koyu gri) */
    font-size: 16px !important;
    text-decoration: none !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease !important;
}

/* Hover efekti */
nav.menu8 a:hover, ul.menu a:hover {
    color: #007bff !important; /* Hover rengi (mavi) */
    background-color: #f8f9fa !important;
    border-radius: 5px !important;
}

/* Aktif menü öğesi için stil */
nav.menu8 a.active, ul.menu a.active {
    color: #007bff !important;
    font-weight: bold !important;
}
.padding5 {
     padding: 5px !important;
    margin: 5px !important;
}
/* Teaser genel kutu */
.blog-teaser {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
}

/* Resim kapsayıcı */
.blog-image-wrapper {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

/* Resim */
.blog-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

/* Hover zoom */
.blog-image-wrapper:hover img {
  transform: scale(1.1);
}

/* Başlık */
.blog-title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

/* Özet metin */
.blog-summary {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
  text-align: left;       /* sola yasla */
  padding-left: 5px;      /* 5px boşluk */
}

/* Full görünüm */
.blog-full-image img {
  width: 70%;
  height: auto;
  margin-bottom: 15px;
}

.blog-body {
   width: 70%;             /* ekranın %70'i */
  margin: 0 auto;         /* ortala container */
  text-align: left;        /* içerik sola yaslı */
}
@media only screen and (max-width: 768px) {
  .menu7 {
      list-style: none; 
      padding: 0;
      margin: 0;
      justify-content: flex-end;
      display: flex;
      gap: 5px;
      font-family: 'Arial', sans-serif;
  }

  .menu7 a {
      color: #000000;
      font-size: 16px;
      text-decoration: none;
      padding: 5px 5px;
      transition: all 0.3s ease;
      border-bottom: 2px solid #000000;
      background-color: #63c4cc;
  }

  .menu7 a:hover {
      color: #ff0000;
      border-radius: 5px;
      border-bottom: 5px solid #ff0000;
      background-color: #00349d;
  }

  .menu7 a.active {
      color: #ff0000;
      font-weight: bold;
      border-bottom: 5px solid #ff0000;
  }
}

.mobile8 {
  display: none; /* Varsayılan olarak gizli */
}

/* Mobil cihazlar için medya sorgusu (768px ve altı) */
@media only screen and (max-width: 768px) {
  .mobile8 {
    display: block; /* Mobil cihazlarda görünür */
	} }
/* Mobil cihazlar */

@media only screen and (max-width: 768px) {
  .mobil123 {
    display: none; /* küçük ekranlarda boşluk kaldır */
	 
  }
}
@media only screen and (min-width: 769px) {
  .mobil456 {
    display: none; /* küçük ekranlarda boşluk kaldır */
	 
  }
}
@media only screen and (max-width: 768px) {
  .element1 {
    padding-top: 1px; /* küçük ekranlarda boşluk kaldır */
	 
  }
}
/* Grid yapısı */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  gap: 20px;
  margin: 20px auto;
  max-width: 1300px;
  padding: 0 15px;
}

.service-item {
  position: relative;
}

/* Kart genel stil */
.service-block-11 {
  position: relative;
  overflow: hidden;
  border-radius: 40% 10% / 30% 60%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  cursor: pointer;
  background: transparent; /* Arka planı şeffaf yap */
}

.service-block-11:hover {
  transform: scale(1.02);
}

/* Görseller */
.service-block-11 .service-images img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: transparent; /* Görselin arka planı şeffaf */
}

/* Başlık ortada kutucuk içinde */
.service-block-11 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6); /* Daha iyi kontrast için yarı şeffaf siyah */
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 1.2rem;
  white-space: nowrap;
  z-index: 2;
}

/* Ripple efekti */
.service-block-11::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease-out;
}

.service-block-11:hover::after {
  width: 300%;
  height: 300%;
  opacity: 1;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 sütun */
  gap: 20px; /* kutular arası boşluk */
}

.grid-item {
  width: 100%;
  height: 300px; /* istediğin sabit boyut */
  background-color: #f0f0f0;
}

/* Küçük ekranlarda (max 768px) */
@media only screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr; /* 1 sütun */
  }
}

