.pageNavHeader-wrap {
  overflow: hidden;
  position: relative;
}

.pageNavHeader-bg {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.pageNavHeader-content {
  position: relative;
}
.page-content div, d-flex div{
  margin : 6px auto;
}
.page-content div, .d-flex div  div div{
  margin-bottom : 6px auto;
}
.page-content img, d-flex img{
  margin : 12px 0 12px 0;
  margin : 6px auto;
}
img.img-responsive{
  width: 100%;
}

.pswp__caption__center{
	text-align:center;
}
.pswp__caption div div{
  display: none;
}
#types-gallery{
	text-align:center;
	padding:3px;
	width:100%;
	display:inline-block;
}
.tGallery {
  width: 100%;
  margin: 0 auto;
}
.tGallery figure {
	display: block;
	padding: 0;
	margin: 0 0 12px 6px;
	width: 49%;
	float:left;
}
.tGallery img {
  width: 100%;
  height: auto;
}
.tGallery figure img.filling{
	height:99px;
}
.tGallery figure figcaption {
  text-align: center;
  font-weight:bold;
  padding: 12px 3px 3px 3px;
	background: #FFF;
}
.tGallery figure figcaption .figure-description {
  margin: 12px 0;
  display: block;
  padding: 12px 3px 3px 3px;
  width: 96%;
  font-weight:normal;
  min-height: 270px;
}
.tGallery figure figcaption .figure-title {
  margin: 0 auto;
  display: block;
  padding: 12px 3px;
  width: 100%;
  font-weight:bold;
}
.tGallery figure figcaption .figure-field {
  display: inline-block;
  padding: 3px 0 3px 12px;
  width: 50%;
  text-align: left;
}
.tGallery figure figcaption .figure-field-warn {
  display: inline-block;
  padding: 3px 0 3px 12px;
  width: 98%;
  text-align: left;
}
.tGallery figure figcaption .figure-value {
  display: inline-block;
  padding: 3px 12px 3px 0;
  width: 48%;
	text-align: right;
}
.tGallery figure figcaption .figure-fieldx {
  display: inline-block;
  padding: 3px 0 3px 10%;
  width: 55%;
  text-align: left;
  border-bottom: 0px solid #000;
}
.tGallery figure figcaption .figure-valuex {
  display: inline-block;
  padding: 3px 10% 3px 0;
  width: 25%;
	text-align: right;
  border-bottom: 0px solid #000;
}
@media screen and (max-width: 767px) {
	.tGallery {
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
	  padding: 0 ;
	}
	.tGallery figure {
		display: block;
		padding: 0;
		margin: 6px;
		width: 100%;
		float:left;
	}
	.tGallery figure figcaption .figure-description {
		margin: 6px 0;
		padding: 12px 3px 3px 3px;
		width: 96%;
		font-size: 80%;
		min-height: 198px;
		background: #FFF;
	}
	.tGallery figure figcaption .figure-field {
		margin:0;
		padding:0;
		width: 57%;
	}
	.tGallery figure figcaption .figure-value {
		margin:0;
		padding:0;
		width: 39%;
	text-align: right;
	}
	.tGallery figure figcaption .figure-fieldx {
		margin:0;
		padding:0;
		width: 57%;
  border-bottom: 0px solid #000;
	}
	.tGallery figure figcaption .figure-valuex {
		margin:0;
		padding:0;
		width: 39%;
  border-bottom: 0px solid #000;
	}
}
.figure-sub-header{
  display:  block;
  font-size: 12px;
}
.figure-sub-header .container{
  display:flex;
  width: 100%;
  background: #fff;
  font-size: 16px;
}
.text-shadow{
    /**border: 1px solid red;**/
    text-shadow: 1px 1px 1px #364350, 0 0 2em rgb(255,255,255), 0 0 0.2em #8d98a3;
}

.category-filter {
  position: relative;
  margin: 21px .3rem 0 .3rem;
  padding:0 30px;
  display: block;
  position: relative;
  text-align: right;
  width: 100%;
  z-index: 100;
}
.category-filter-item {
  display: inline-block;
  cursor: default;
  color:rgba(240, 184, 104);
  margin: 0 .1rem;
  padding: 0 .1rem;
  text-shadow: 6px 6px 6px #ffffff;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #bda47b 0%, #ffeed1 31%, #ffeacc 100%);
  background-image: -moz-linear-gradient(top, #bda47b 0%, #ffeed1 31%, #ffeacc 100%);
  background-image: -o-linear-gradient(top, #bda47b 0%, #ffeed1 31%, #ffeacc 100%);
  background-image: linear-gradient(to top, #bda47b 0%, #ffeed1 31%, #ffeacc 100%);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: bold;
  text-align: center;
  height: 60px;
}

.category-filter-item:hover {
  color: rgba(240, 184, 104);
}
.category-filter-item a:hover {
  color: #ff9d00;
}
.category-filter-item:hover a {
  color: #bda47b;
}
.category-filter-item:hover a.type-num {
  color: #ff9d00;
}
.category-filter-item:hover a:hover {
  color: #ff9d00;
}

.category-filter-item a.type-num {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #26313c;
  text-align: center;
}
.category-filter-item a.type-num:hover {
  color: #ff9d00;
}
.category-filter-item a {
  margin: 0;
  padding:12px 3px;
  color: #26313c;
  text-align: center;
}

.category-filter-item-active {
    cursor: default;
    color: #26313c;
}
@media (max-width: 767px) {
  .category-filter {
    margin: 30px .3rem 0.9rem;
  }
}
#our-services {
  
  background: #fff;
}
#our-services hr {
  color: #26313c;
  width: 100%;
}
.caption-subdescription {
  font-size: 13px;
  width:100%;
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

#bg-light-blue{
  padding: 6px 12px 24px 12px;
  color: #2f84da;
  font-weight: normal;
  font-size: 15px;
}
sup.hull {
  display:inline;
  position: relative;
  margin: -12px 0 12px 0;
}
.shadowBow{
  color: #da70d6;
  font-size: 15rem;
  text-align: center;
  font-family: sans-serif;
  text-shadow: 10px 10px 8px #07bccc,
  15px 15px 0px #e601c0,
  20px 20px 0px #00ff00,
  25px 25px 0px #f40468,
  45px 45px 0px #482896;
}
.shadowBow:hover{
  text-shadow: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10001; /* Sit on top */
    left: 0;
    right: 0;
    top: 0;
    bottom: 30px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
      background-color: #fefefe;
      margin: 6% auto 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 80%; /* Could be more or less, depending on screen size */
    max-width: 992px;
      line-height: 18px;
      border: 3px solid #56bcd3;
      border-radius: 12px;
      display: block;
  }
  .modal-content h3{
      line-height: 24px;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 18px;
      color: #333;
  }
  .modal-content p{
      line-height: 24px;
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 10px;
      text-align: justify;
  }
  .modal-content hr{
      line-height: 18px;
      margin-top: 12px;
      margin-bottom: 12px;
      border: 1px solid #999;
  }
  .modal-content p.right{
      text-align: right;
      margin-bottom: 0;
  }
  /* The Close Button */
  .modal-close {
      color: #aaa;
      float: right;
      font-size: 30px;
      font-weight: bold;
      text-decoration: none;
  }
  
  .modal-close:hover,
  .modal-close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
  }
  a#agreed{
    background-color: #aaa;
    max-width: 150px;
    padding: 6px  30px;
    border-radius: 15px;
    text-align: center;
      color: white;
  }
  a#agreed:hover{
    background-color: #d0ff71;
      color: black;
  }

.img svg {
  filter: drop-shadow(3px 6px 12px rgba(80, 80, 80, 0.4));
}
.ghost-logo{
  display: block;
  position: absolute;
  width: 80%;
  top:48px;
  left:48px;
}
@media screen and (min-width: 768px) {
  .ghost-logo{
    display: none;
  }
}

.checkbox-container {
  display: flex;
  align-items: center; /* Dikeyde ortalar */
  gap: 10px; /* Elemanlar arası boşluk */
  margin: 10px 0;
}

.custom-checkbox {
  /* Özel checkbox stilini sıfırla */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* Özel checkbox boyutu */
  width: 24px !important; /* Fallback */
  height: 21px !important; /* Fallback */
  border: 2px solid #555;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  flex-shrink: 0; /* Küçük ekranlarda küçülmesini engeller */
  /* Hizalama için ek ayar */
  position: relative;
  top: 0;
}

.custom-checkbox:checked {
  background-color: #d0ff71;
  border-color: #d0ff71;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 21px;
  height: 18px;
  border: solid rgb(0, 0, 0);
  border-width: 0 4px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
  user-select: none; /* Metnin seçilmesini engeller */
}
@media (max-width: 480px) {
  .checkbox-container {
    gap: 8px;
  }
  
  .custom-checkbox {
    width: 18px;
    height: 18px;
  }
  
  .checkbox-label {
    font-size: 14px;
  }
}

.alert-danger{
  padding: 12px;
      border-radius: 15px;
    background: rgba(255, 0, 0, 0.2);
}
.alert-success{
  padding: 12px;
      border-radius: 15px;
    background: rgba(0, 255, 0, 0.2);
}

.cookie-banner {
  position: fixed;
  bottom: 4px;
  left: 6%;
  right: 6%;
  bottom: 24px;
  width: 88%;
  padding: 12px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  font-size: 0.8em;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 15px;
}
.cookie-banner p{
	display: inline;
  text-align: left;
}
.cookie-banner form{
	display: inline;
  text-align: right;
  float: right;
  padding-left: 12px;
  margin-top: -12px;
}
@media (min-width: 992px) {
	.cookie-banner{
		display: block;
	}
	.cookie-banner form{
	  padding: 12px 0;
	}
	.post-banner{
		display: block;
	}
	.post-banner form{
	  padding: 12px 0;
	}
}

.menu-icon {
  transform: scale(180%,180%);
  padding: 6px;
  margin-top: 8px;
}
@media (min-width: 999px) {
  .menu-icon {
    display: none;
  transform: scale(300%,300%);
  }
}