.color-white{

    color:#fff;

    text-shadow:1px 1px 12px #000;

}

.sw-arrow span{

    color: #ff6605;

    font-size: 30px;

    line-height: 10px;

    padding-top: 12px;

}

.tpl-tabs-cont {

    background: rgba(0, 3, 5, 0.6) none repeat scroll 0 0;

    border: 0 none;

    border-radius: 5px;

    display: inline-block;

    margin-top: -3px;

    min-height: 225px;

    padding: 60px 0 65px;

    position: relative;

    width: 100%;

}

.color-white-op {

    color: rgba(255, 255, 255, 1);

}

p {

    font-size: 15px;

    font-weight: bold;

    line-height: 26px;

}

.c-button.b-40{

    margin-bottom: 13px;

}

body[data-color="theme-1"] .c-button.bg-dr-blue{

    margin-right: 10px;

}

.region-list{

    min-width:200px; 

    margin:3px;

}
.rate-wrap i{
    
    color:#666;
}
.fa-star {
    color:#ff6600 ;
}
.fa-star-o {
    color:#eed713;
    font-size: 13px;
}

.list-frame{
    position: relative;
}
.awards{
    position: absolute;
    top:0;
    left: 0;
    width: 80px;
    height: 73px;
     background-image: url("../../images/turkeyy_awards.png");
}


#map-canvas{
    height: 502px;
}
.detail-top{
    margin-bottom: 20px;
}
.main-title h1{
    font-size: 30px;
    font-weight: BOLD;
    line-height:50px;
    text-shadow: 2px 2px 4px #000000;
}
.vert-title{
    margin-top: -404px;
}
.baner-tabs{
    bottom: 0;
}
.baner-tabs-search{
    left: 0;
    bottom: 600px;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.baner-tabs-search input, textarea, select {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    font-family: "Source Sans Pro",sans-serif;
    outline: medium none;
    transition: all 0.3s ease-in 0s;
    width: 100%;
    padding: 12px;
    color:#444 !important;
}
.baner-tabs-search .container{

}
.col-centered{
    float: none;
    margin: 0 auto;
}
.baner-tabs-search .tpl-tabs-cont{
    padding: 25px 0 0;
    min-height: 90px;
    border-radius: 5px;
    background: transparent;
}
.baner-tabs-search .form-group{
    margin: 15px !important;
}
.search-padding{
    background: rgba(0, 3, 5, 0.6) none repeat scroll 0 0;
    padding: 5px;
    
}
*::-moz-placeholder{
    color:#444;
}
::-webkit-input-placeholder {
   color:#444;
}
:-moz-placeholder { /* Firefox 18- */
   color:#444;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:#444; 
}
:-ms-input-placeholder {  
   color:#444; 
}

@media screen and (max-width: 480px) {
    .main-title h1{
        font-size: 20px;
        font-weight: normal;
        line-height:20px;
    }
    .vert-title{
        margin-top: -504px;
    }
    .baner-tabs{
        bottom: 0;
    }
    .baner-tabs-search{
        left: 0;
        bottom: 820px;
        height: 30px;
        position: absolute;
        width: 100%;
        z-index: 50;
    }
    ul li{
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
    }
    
}

.ui-menu .ui-menu-item{
    background: #fff;
}
.search-button-icon{
    position: absolute;
    top:28px;
    right: 20px;
    font-size: 18px;
    color:#999;
}

.hotel-item.style-5 .title h4{
    letter-spacing: 0 px !important;
}

body[data-color="theme-1"] .widget-tags .selected {background: #ff6600; color: #fff;}

/*blok area*/


.tour-cards .row.equal-cards{
  display:flex;
  flex-wrap:wrap;
  margin-left:-15px;
  margin-right:-15px;
}
.tour-cards .row.equal-cards > [class*="col-"]{
  float:none;              /* sadece bu blokta float'ı kapatır */
  display:flex;
  padding-left:15px;
  padding-right:15px;
  box-sizing:border-box;
  flex:0 0 100%;
  max-width:100%;
}
@media (min-width:768px){
  .tour-cards .row.equal-cards > .col-sm-6{ flex:0 0 50%; max-width:50%; }
}
@media (min-width:992px){
  .tour-cards .row.equal-cards > .col-md-4{ flex:0 0 33.3333%; max-width:33.3333%; }
}
.tour-cards .hotel-item{ display:flex; flex-direction:column; width:100%; }
.tour-cards .hotel-item .title{ display:flex; flex-direction:column; flex:1; }
.tour-cards .hotel-item .title .c-button{ margin-top:auto; }
.tour-cards .radius-top{ position:relative; }
.tour-cards .radius-top img{ display:block; max-width:100%; height:auto; }
.tour-cards .title {            /* zaten vardı: dikey kolon */
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Yeni: book now + price aynı satırda */
.tour-cards .title-foot{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;            /* buton ile fiyat arası */
  margin-top: auto;     /* kartın en altına it */
}

/* Float'ı iptal et, flex içinde hizalansın */
.tour-cards .title-foot .c-price{
  float: none !important;
  white-space: nowrap;  /* fiyatın alt satıra düşmesini engeller */
  font-weight: 600;
}
/* "MORE" zaten ayrı .row + offset ile ortalı gelir; ekstra CSS gerekmez */

  .flash-border {
    position: relative;
    outline: 3px solid #ff6600;
    outline-offset: 2px;
    box-shadow: 0 0 16px 3px rgba(255,102,0,.6);
    animation: flashPulse 4.5s ease-out forwards;
  }
  @keyframes flashPulse {
    0%   { outline-color:#ff6600; box-shadow:0 0 16px 3px rgba(255,102,0,.6); }
    60%  { outline-color:#ff6600; box-shadow:0 0 8px 2px rgba(255,102,0,.35); }
    100% { outline-color:transparent; box-shadow:0 0 0 0 rgba(0,0,0,0); }
  }

   .ui-widget-header{
        background: #ff6600 !important;
    }
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
        background: #ccc !important;

    }


/* Daire + beyaz logo */
#wpfab-whatsapp {
  position: fixed; right: 20px; bottom: 20px; z-index: 9999;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; /* WhatsApp yeşili */
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: transform .12s ease, box-shadow .12s ease;
}
#wpfab-whatsapp:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 10px 24px rgba(0,0,0,.2); }

/* Yan etiket – masaüstünde görünsün, mobilde gizle */
#wpfab-whatsapp-label {
  position: fixed; right: 90px; bottom: 28px; z-index: 9999;
  background: #ffffff; color: #1f2d3d; font-size: 14px; font-weight: 600;
  padding: 8px 12px; border-radius: 999px; box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
@media (max-width: 767px){
  #wpfab-whatsapp-label { display: none; }
}
