.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 20px;
  }
  
  .grid-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .villa-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  
  .villa-details {
    padding: 20px;
  }
  
  .villa-details h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .villa-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .villa-details li {
    margin-bottom: 10px;
  }
  
  .villa-details li i {
    margin-right: 10px;
  }
  .iconxx { 
    color: #787d84;
    padding: 5px;
    display: inline-block;
  line-height: 30px;
  font-size: x-large;
}
.text-lg {
  font-size: 1.55rem !important;
  line-height: 2.75rem !important;
  color: rgb(157, 157, 157) !important;
}
.owl-carousel .item {
  padding: 5px 0;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex {
  display: flex;

}

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;

}

.space-x-1 > :not(:first-child) {
  margin-left: 0.25rem;
}
  .pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.pricing-table th {
    background-color: #f2f2f2;
    color: #333;
}

.pricing-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pricing-table tbody tr:hover {
    background-color: #e9ecef;
}

.pricing-table .fa {
    margin-right: 5px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 1rem;
}

.tabs div {
    flex: 1;
    text-align: center;
    padding: 10px !important;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.tabs div.active {
    background: #fff;
    border-bottom: none;
}


.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tabs {
    display: flex;
    cursor: pointer;
    margin-bottom: 1rem;
}

.tabs div {
    flex: 1;
    text-align: center;
    padding: 1rem;
    background: #f1f1f1;
    border: 1px solid #ccc;
}

.tabs div.active {
  background-color: #ff6b35 !important;
    border-bottom: none;
    color: white;
}

.btn-white-text {
    color: white !important;
}
.text-lg {
  font-size: 1.1rem !important;
  line-height: 2.0rem !important;
  text-align: center !important;
}
.error {
  color: red;
  margin-bottom: 10px;
}

#result {
  display: none;
  margin-top: 20px;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th,
.result-table th {
  background-color: #4CAF50;
  color: white;
  padding-top: 12px;
  padding-bottom: 12px;
}

td,th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.result-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.result-table tr:hover {
  background-color: #ddd;
}

.blocked a {
  background-color: red !important;
  color: white !important;
  background-image: none !important;
}

.nav-tabs .nav-item .nav-link {
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  border: 1px solid #ccc;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #1d3557 !important;
  color: #fff;
  border-color: #1d3557 !important;
}

.tab-content {
  padding: 5px;
  border: 1px solid #ccc;
  border-top: none;
}


.price {
  font-size: 0.8em;
  color: grey;
}

button {
  border: none;
  background-color: #f2f2f2;
  padding: 10px 20px;
  cursor: pointer;
}

button:hover {
  background-color: #e2e2e2;
}


.tab-pane {
  display: none;
  /* Başlangıçta gizli */
  opacity: 0;
  /* Başlangıçta görünmez */
  transition: opacity 0.5s ease;
  /* Opaklık değişimini yumuşat */
}

.tab-pane.active {
  display: block;
  /* Aktif tab görünür */
  opacity: 1;
  /* Aktif tab tam opak */
}

.prod_info h1,
.prod_info p {
  margin: 0;
  padding: 0;

}

.no-bg {
  background-color: transparent !important;
}

.borderless-table {
  border-collapse: collapse;
}

.borderless-table td,
.borderless-table th {
  border: none;
}



  @media screen and (max-width: 768px) {

      .pricing1-table th:nth-child(3),
      .pricing1-table th:nth-child(4),
      .pricing1-table th:nth-child(5),
      .pricing1-table td:nth-child(3),
      .pricing1-table td:nth-child(4),
      .pricing1-table td:nth-child(5) {
          display: none;
      }
  }

  .table-sm th {
      padding: .2rem !important;
  }
  .flatpickr-day {
    background: green !important;   
    color: white !important;  
  }
.flatpickr-day.booked {
  background-color: #ff2323 !important;
  color: white !important;
}
.flatpickr-day.today {
  background: #0575ff !important;
  color: #f0f0f0;
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

@keyframes spinner-border {
  100% {
      transform: rotate(360deg);
  }
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* İsteğe bağlı, üstten boşluk ekler */
}

.custom-button {
  position: relative !important;
  background-color: #FF6B35 !important;
  border-color: #FF6B35 !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  padding: 10px 20px !important;
  transition: background-color 0.3s, box-shadow 0.3s !important;
  border-radius: 50px !important;
}

.custom-button:hover {
  background-color: #77361e !important; /* Daha koyu yeşil */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.custom-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.custom-button .fas {
  margin-right: 10px;
}

.custom-button .spinner-border {
  margin-left: 10px;
  display: none; /* Varsayılan olarak gizli */
}
header .main_header {

  background-image: linear-gradient(to bottom, #00172f 0%, #1686ff 110%) !important;
}
header.version_1 .main_header {
  background: #1D3557 !important;
}
header.version_1 .main_nav {
  background-color: #fff !important;
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: #FF6B35 !important;
}
header.version_1 .main_nav ul.top_tools > li a {
  color: #fff;
}
header.version_1 .menu ul li > span a {
  color: #1D3557;;
}
.categories.menu {
  border-radius: 22px 22px 2px 2px;
  padding-left: 20px;
  background: #FFFFFF54;
}
header ul.top_tools {
  border-radius: 22px 22px 2px 2px;
  padding-left: 0px;
  background: #657487;
  padding-right: 10px;
}
.slide-text.white {
  color: #fff;
  background-image: linear-gradient(to bottom, #ccc 0%, #559cea00 110%) !important;
  border-radius: 50px;
  padding-top: 20px;
  text-align: center !important;
}
header.version_1 .main_header a.phone_top {
  color: #fff;
  background-image: linear-gradient(to bottom, #ccc 0%, #559cea00 110%) !important;
  padding-left: 20px;
  border-radius: 20px;
  text-align: center;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  header .main_header a.phone_top::before {
    
    font-size: 26px;
    font-size: 1.625rem;
  
  }
}
  @media (max-width: 991px) {
header.version_1 .main_header a.phone_top {
  color: #fff;
  background-image: linear-gradient(to bottom, #ccc 0%, #559cea00 110%) !important;
  padding-left: 10px;
  border-radius: 20px;
  text-align: center;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
}
header .main_nav .custom-search-input input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
a.btn_1, .btn_1 {
  border: none;
  color: #fff;
  background: #FF6B35;
  transition: background-color 0.3s;
}

a.btn_1:hover, .btn_1:hover {
  background: #E55A25; /* Daha koyu bir turuncu tonu */
}
body {
  background: #F5F5F5;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  color: #1D3557;
}
h2{

  font-size: large !important;
}
.fc-col-header-cell {
  height: 35px !important;
  background-color: #1d3557 !important;
  padding: 10px !important;
}
.bg-green {
  background-color: #28a745 !important;
  color: #ffffff;
}
.main_title h2 {
  font-size: 36px;
  font-size: 2.25rem !important;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 2;
}

.avantajdetail-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 20px 0;
}
.avantajdetail-img {
  width: 18%; /* Resmin genişliği container'ın üçte biri */
  float: left; /* Resmi sağa yasla */
  margin-left: 60px; /* Resim ile metin arasında boşluk */
}
.content-section {
  padding: 40px 0;
}
.detail-content {
  overflow: hidden; /* Metnin resimle çakışmamasını sağlar */
}

footer {
  margin-top: auto;
}
.autosuggest-container.autosuggest-focused.autosuggest-modal.jsx-1840021565 {
    background-color: white;
    position: fixed;
    top: 80px !important;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 991px) {
  header .main_header #logo a img {
    height: 53px !important;
    width: auto;
  }
}
@media only screen and (max-width: 991px) {
  #header_menu img {
    height: 87px !important;
    width: auto !important;
    background: #666;
  }
}