   .uruntitle-link {
  color: #333333; /* Normal renk */
  text-decoration: none; /* Alt çizgi kaldır */
  transition: color 0.3s ease; /* Renk geçişi için */
}

.uruntitle-link:hover {
  color: #007BFF; /* Hover rengi (örneğin mavi) */
  text-decoration: underline; /* İstersen altını çiz */
  cursor: pointer;
}
.card-body3 {
   
  min-height: 166px;
  padding: 5px;
  margin: 5px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.card-body3:hover {
    transition: background-color 0.3s ease;
    background-color: #e5faff; /* mouse üstüne gelince arka plan rengi */
}
.card-body2 {
   
  min-height: 193px;
  padding: 20px;
  margin: 5px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.card-body2:hover {
    transition: background-color 0.3s ease;
    background-color: #e5faff; /* mouse üstüne gelince arka plan rengi */
}
.card-body2 a {
    color:#000000;
}
.card-body2 h4 {
    color:#0099bd;
    font-size: 16px;
}
.card-body2 i {color:#0099bd;font-size: 25px;}
.card-body2:hover {
    transition: background-color 0.3s ease;
    background-color: #e5faff; /* mouse üstüne gelince arka plan rengi */
}

.card-body1 {
   
  min-height: 250px;
  padding: 20px;
  margin: 5px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.card-body1:hover {
    transition: background-color 0.3s ease;
    background-color: #e5faff; /* mouse üstüne gelince arka plan rengi */
}
   .card-body {
    min-height: 317px;
  padding: 20px;
  margin: 5px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.card-body p {
    margin-top: 0px;
     margin-bottom: 0px;
}

.maxbig {
    max-height: 80px;
}
.altbolum {
  border-top: 1px solid #e8e8e8;
  padding-top: 14px;
}

.card-title {
  padding-top: 15px;
    color: #62b9cd;
    font-size: 20px;
}
.text-muted {
    padding-top: 10px;
}

.d-flex.gap-3.text-muted i {
  color: #EBC015;
}
.d-flex.gap-3.text-muted i,.d-flex.gap-3.text-muted  {
  font-size: 1.1rem;
}
 
/*i.bi.bi-geo-alt {
  color: #EBC015;
  font-size: 1.1rem;
}*/


/* hotels */
.d-flex.gap-3.text-muted.hotel i {
  color: #052d83;
}
.pricehotel{
  Color:#EBC015}
  .card-title.hotel{
    color:#052d83;
  }

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0099bd;
    --bs-btn-border-color: #0099bd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0099bd; /* Hover rengini buraya aldık */
    --bs-btn-hover-border-color: #0099bd;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0099bd;
    --bs-btn-active-border-color: #0099bd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0099bd;
    --bs-btn-disabled-border-color: #0099bd;
}

.btn-primary:hover {
    background: rgba(0, 153, 189, 0.7); /* Rengi biraz aç */
    cursor: pointer;
    transition: background 0.3s ease;
     --bs-btn-hover-border-color:#84e3f9;

}
/* Fotoğrafın üzerine koyulaşma efekti eklemek için */
.darken-effect {
  position: relative; /* Fotoğrafın üstünde işlem yapabilmek için */
  display: block;
  width: 100%;
}

.darken-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Saydam siyah renk (koyulaşma efekti) */
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1; /* Fotoğrafın üstünde görünmesi için */
}

.darken-effect:hover::after {
  opacity: 1; /* Üzerine gelince koyulaşma başlar */
}

/* Fotoğrafın tıklanabilir olmasını sağlamak için link */
.darken-effect a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; /* Linkin her zaman üstte olmasını sağlamak için */
}

.image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/* Darken efekti */
.image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* koyulaşma rengi */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

.image-wrapper:hover::after {
  opacity: 1;
}
i.hgi.hgi-swimming, i.hgi.hgi-bed-double, i.hgi.hgi-stroke.hgi-pool {
    vertical-align: middle;
    font-size: 1.4rem !important;
    bottom: 4px;
}

.topbar i {
    position: static;
    vertical-align: middle;
    font-size: 1.4rem !important;
}
#call-to-action i {
  font-size: 1.4rem;
   vertical-align: middle;
    font-size: 1.4rem !important;
    bottom: 4px;
    color: #EBC015;
}

/* search home */
     #searchsection {
    background-color: #0099bd;
    padding: 0px;
    margin-top: -1px;
    padding-bottom: 5px;
    padding-top: 5px;
}
      ul#myTab {
    justify-content: center;
    border-bottom: none;
}
div#myTabContent {
    background-color: #ffc107;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    /* box-shadow: 0px 20px 40px 30px rgba(0, 0, 0, 0.1); */
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   border-bottom: solid 1px #cf9c04;
    background-color: #ffc107;
    color: black;
    border: solid 1px #ffc107
    
}
.nav-tabs .nav-link {
    border: solid 1px #9b7503;
    color: #ffffff;
    background-color: #9b7503;
    margin-right: 2px;
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    /* border: var(--bs-nav-tabs-border-width) solid #f31b1b00; */
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #ffc107;
    isolation: isolate;
    border-color: red;
    border: solid 1px #9b7503;
    border-color: #ffc107;
}

.searhresult-background {
    background-color: #ebebeb;
}
.detail {
    padding: 10px;
    background: #fff;
    border: 1px solid #eaeff5;
    -webkit-box-shadow: 0 0 10px 3px rgba(59, 59, 59, 0.08);
    box-shadow: 0 0 10px 3px rgb(59 59 59 / 8%);
}
.iconlar i {
    color: #ffc107;
    font-size: 1.3rem;
    vertical-align: middle;
    bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
}
.borderbottom {
    border-bottom: solid 1px;
    margin: 5px;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
        color: #ffc107;
}
.titleoverview {
    color: #818181;
}
.callus .col-12 {
  padding: 5px;
    border: solid 1px #ffffff;
    background-color: #0099bd;
    margin: 5px;
    border-radius: 10px;
    color: white;
}
.callus .call-link {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    border-radius: 10px;
}

/* Hover efekti */
.callus .call-link:hover {
    background-color:#2b2d2e;
    color: #fff;
}

/* İkon stili */
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
   
    background: #0099bd !important;
    border-width: 1px;
    border-color: #606365 !important;
    border-style: solid;
    color: #ffffff;
   
}
.callus i {
    font-size: 1.3rem;
    color: #ffffff;
     vertical-align: middle;
    bottom: 3px;
    padding-right: 5px;
    padding-left: 5px;
}
.feature i {
    font-size: 1.4rem;
    color: #ffc107;
    vertical-align: middle;
    padding-bottom: 5px;
}
.sctiontitle{
  border-bottom: 1px solid #dce0e0;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.propertyprice {
   float: right;
    margin-top: -40px;
    background-color: #ffc107;
    font-size: 1.7rem;
    padding: 8px;
    border-radius: 5px;
    color: #080808;
}
.row.roomsdetail i {
    font-size: 1.4rem;
    color: #ffc107;
    vertical-align: middle;
    padding-right: 5px;
}
.borderroom {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
}
.roooms::after {
    content: "";
    display: block;
    height: 12px;
    background-color: #ccc;
    width: 100%;
    content: "";
    height: 2px;
    background-color: #ffc107;
}


.borderroom1 {
    border-radius: 7px;
    background-color: #ffc107;
    color: white;
    padding: 3px 5px 3px 5px;
}

.borderroom1 i {
    font-size: 1.5rem;
    color: #6b6b6b;
    vertical-align: middle;
    padding-right: 5px;
}

.roomssubtitle h3 {
    color: #ffc107;
    font-size: 1.5rem;
}
.borderroom1 i {
    color: #6f6b6b !important;
}
.sctiontitle1 {
    border-bottom: 1px solid #dce0e0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.sctiontitle1 h3 {
    font-size: 1.4rem;
    color: #454242;
}
.header-tripadvisor img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1); /* Beyaz */
    transition: transform .2s ease, filter .2s ease;
}

.header-tripadvisor:hover img {
    transform: scale(1.1);
}