:root {
  font-size: 16px;
  --primary-color: #007bff;
  --secondary-color: #e6f0ff;
  --text-color: #444;
  --bg-color: #f0f2f5;
  --card-bg-color: #fff;
  --border-color: #ddd;
  --box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}

/*body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 1.25rem;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    line-height: 1.6;
}
*/
@media only screen and (min-width: 1920px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 540px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
}

@media only screen and (min-width: 1601px) and (max-width: 1919px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 540px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
}

@media (min-width: 1441px) and (max-width: 1600px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 448px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
}

@media (min-width: 1281px) and (max-width: 1440px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 398px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
}

@media (min-width: 992px) and (max-width: 1280px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 372px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;

    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
	
}

@media (min-width: 768px) and (max-width: 991px) {
   #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 540px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }

	.fluid-container {
  display: flex;
  max-width: 75rem;
  width: 100%;
  gap: 1.25rem;
  flex-wrap: wrap;
}

#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
#sync1 .owl-item img {
	width: fit-content;
	margin: auto;
	height: 100%;
}
/* --- Main Content Area --- */
.main-content {
  flex: 2;
  min-width: 50%;
}

.main-image-container {
  width: 100%;
  background-color: #f3f6fa;
  position: relative;
  overflow: hidden;
}

/*.main-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  object-fit: contain;
  overflow: hidden;
}

.main-image-text {
  font-size: 2rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}*/

/* --- Owl Carousel Styling --- */
.owl-carousel {
  /*margin-top: 1.25rem;*/
  cursor: grab;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}

.owl-carouselthumbs {
  height: 10rem;
  object-fit: contain;
  overflow: hidden;
}
.owl-carouselthumbs .item {
  height: 5rem; /* Consistent height for thumbnails */
  background-color: #d8d8d8;
  border: 0.125rem solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

  .owl-carouselthumbs .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.item.active {
  border-color: var(--primary-color);
  box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
}

.item:hover {
  border-color: var(--primary-color);
}

.thumbnail-label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--text-color);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.5;
}

/* Nav styles for Owl Carousel */
.owl-theme .owl-nav {
  margin-top: 0.625rem; /* 10px */
}

  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--primary-color);
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.8;
  }

    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
    }

.details-nav {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid var(--border-color);
  padding-top: 0.625rem;
}

  .details-nav a {
    text-decoration: none;
    color: #555;
    font-weight: bold;
    padding: 0.3125rem 0;
    position: relative;
    font-size: 0.875rem;
  }

    .details-nav a.active {
      color: var(--primary-color);
    }

      .details-nav a.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -0.625rem;
        width: 100%;
        height: 0.1875rem;
        background-color: var(--primary-color);
      }


/* --- Sidebar --- */
.sidebar {
  flex: 1;
  min-width: 20rem;
}

.reservation-box {
  background-color: #dbe2ef;
  padding: 1.25rem;
}

.box-header {
  background-color: #016fb0;
  color: #ffffff;
  padding: 0.625rem;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
/*
form input, form textarea {
  width: 100%;
  padding: 0.625rem;
  margin-bottom: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
  box-sizing: border-box;
}

form textarea {
  resize: vertical;
  min-height: 6.25rem;
}

form button {
  width: 100%;
  padding: 0.75rem;
  background-color: var(--primary-color);
  color: var(--card-bg-color);
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

  form button:hover {
    background-color: #0056b3;
  }
*/
.side-images {
  background-color: white;
}

.ic-menu-box {
  display: none;
}

.side-image {
  width: 100%;
  height: 280px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.sh-tekneler {
  margin-top: 48px;
}

  .sh-tekneler h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    min-height: 38px;
  }

  .sh-tekneler h2 {
    font-size: 24px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 600;
  }

  .sh-tekneler h1 {
    font-size: 38px;
    color: #016fb0;
    margin-top: 28px;
    margin-bottom: 18px;
    font-weight: 700;
  }

.btn-tekne {
  padding: 12px 46px 12px 46px;
  background-color: #007ec8;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-top: 28px;
}

  .btn-tekne:hover {
    background-color: #004677 !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

.sh-tekneler li {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
  list-style-position: inside;
}

.sh-tekneler p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #516984;
  font-weight: 400;
}

.sh-tekneler .tab-content {
  margin-top: 48px;
}

.sh-tekneler .form-control {
  height: 48px;
}

.sh-tekneler .form-check-label {
  font-size: 14px;
}

.sh-tekneler .col-md-4 {
  width: 31% !important;
  margin: 1% !important;
}
}

@media (min-width: 481px) and (max-width: 767px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 540px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .main-content {
    flex: 2;
    min-width: 50%;
  }

  .main-image-container {
    width: 100%;
    background-color: #f3f6fa;
    position: relative;
    overflow: hidden;
  }

  .main-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    object-fit: contain;
    overflow: hidden;
  }

  .main-image-text {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* --- Owl Carousel Styling --- */
  .owl-carousel {
    margin-top: 1.25rem;
    cursor: grab;
  }

    .owl-carousel .item {
      height: 5rem; /* Consistent height for thumbnails */
      background-color: #d8d8d8;
      border: 0.125rem solid transparent;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0.375rem;
      position: relative;
      overflow: hidden;
    }

      .owl-carousel .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

  .item.active {
    border-color: var(--primary-color);
    box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
  }

  .item:hover {
    border-color: var(--primary-color);
  }

  .thumbnail-label {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* Nav styles for Owl Carousel */
  .owl-theme .owl-nav {
    margin-top: 0.625rem; /* 10px */
  }

    .owl-theme .owl-nav [class*='owl-'] {
      color: var(--primary-color);
      font-size: 2rem;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      opacity: 0.8;
    }

      .owl-theme .owl-nav [class*='owl-']:hover {
        opacity: 1;
      }

  .details-nav {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--border-color);
    padding-top: 0.625rem;
  }

    .details-nav a {
      text-decoration: none;
      color: #555;
      font-weight: bold;
      padding: 0.3125rem 0;
      position: relative;
      font-size: 0.875rem;
    }

      .details-nav a.active {
        color: var(--primary-color);
      }

        .details-nav a.active::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -0.625rem;
          width: 100%;
          height: 0.1875rem;
          background-color: var(--primary-color);
        }


  /* --- Sidebar --- */
  .sidebar {
    flex: 1;
    min-width: 20rem;
  }

  .reservation-box {
    background-color: #dbe2ef;
    padding: 1.25rem;
    margin-top: 28px;
  }

  .box-header {
    background-color: #016fb0;
    color: #ffffff;
    padding: 0.625rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }

  form input, form textarea {
    width: 100%;
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem;
    box-sizing: border-box;
  }

  form textarea {
    resize: vertical;
    min-height: 6.25rem;
  }

  .side-images {
    background-color: white;
  }

  .ic-menu-box {
    display: none;
  }

  .side-image {
    width: 100%;
    height: 220px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
  }

    .side-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .sh-tekneler {
    margin-top: 8px;
  }

    .sh-tekneler h5 {
      font-size: 20px;
      color: #000000;
      font-weight: 600;
    }

    .sh-tekneler h2 {
      font-size: 24px;
      color: #016fb0;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 600;
    }

    .sh-tekneler h1 {
      font-size: 32px;
      color: #013f6c;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 500;
    }

  .btn-tekne {
    padding: 12px 46px 12px 46px;
    background-color: #007ec8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-top: 8px;
  }

    .btn-tekne:hover {
      background-color: #004677 !important;
      color: #ffffff !important;
      text-decoration: none !important;
    }

  .sh-tekneler li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
    list-style-position: inside;
  }

  .sh-tekneler p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
  }

  .sh-tekneler .tab-content {
    margin-top: 48px;
  }

  .sh-tekneler .form-control {
    height: 48px;
  }

  .sh-tekneler .form-check-label {
    font-size: 11px;
  }

  .sh-tekneler .col-md-4 {
    width: 100% !important;
    padding-bottom: 28px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 272px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 4rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }
#sync1 .owl-dot {
	display: none;
}

#sync2 .owl-dot {
	display: none;
}
#sync2 .owl-nav {
	display: none;
}
    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .main-content {
    flex: 2;
    min-width: 50%;
  }

  .main-image-container {
    width: 100%;
    background-color: #f3f6fa;
    position: relative;
    overflow: hidden;
  }

  .main-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    object-fit: contain;
    overflow: hidden;
  }

  .main-image-text {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* --- Owl Carousel Styling --- */
  .owl-carousel {
    margin-top: 1.25rem;
    cursor: grab;
  }

    .owl-carousel .item {
      height: 5rem; /* Consistent height for thumbnails */
      background-color: #d8d8d8;
      border: 0.125rem solid transparent;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0.375rem;
      position: relative;
      overflow: hidden;
    }

      .owl-carousel .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

  .item.active {
    border-color: var(--primary-color);
    box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
  }

  .item:hover {
    border-color: var(--primary-color);
  }

  .thumbnail-label {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* Nav styles for Owl Carousel */
  .owl-theme .owl-nav {
    margin-top: 0.625rem; /* 10px */
  }

    .owl-theme .owl-nav [class*='owl-'] {
      color: var(--primary-color);
      font-size: 2rem;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      opacity: 0.8;
    }

      .owl-theme .owl-nav [class*='owl-']:hover {
        opacity: 1;
      }

  .details-nav {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--border-color);
    padding-top: 0.625rem;
  }

    .details-nav a {
      text-decoration: none;
      color: #555;
      font-weight: bold;
      padding: 0.3125rem 0;
      position: relative;
      font-size: 0.875rem;
    }

      .details-nav a.active {
        color: var(--primary-color);
      }

        .details-nav a.active::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -0.625rem;
          width: 100%;
          height: 0.1875rem;
          background-color: var(--primary-color);
        }


  /* --- Sidebar --- */
  .sidebar {
    flex: 1;
    min-width: 20rem;
  }

  .reservation-box {
    background-color: #dbe2ef;
    padding: 1.25rem;
    margin-top: 28px;
  }

  .box-header {
    background-color: #016fb0;
    color: #ffffff;
    padding: 0.625rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }

  form input, form textarea {
    width: 100%;
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem;
    box-sizing: border-box;
  }

  form textarea {
    resize: vertical;
    min-height: 6.25rem;
  }

  .side-images {
    background-color: white;
  }

  .ic-menu-box {
    display: none;
  }

  .side-image {
    width: 100%;
    height: 220px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
  }

    .side-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .sh-tekneler {
    margin-top: 8px;
  }

    .sh-tekneler h5 {
      font-size: 20px;
      color: #000000;
      font-weight: 600;
    }

    .sh-tekneler h2 {
      font-size: 24px;
      color: #016fb0;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 600;
    }

    .sh-tekneler h1 {
      font-size: 32px;
      color: #013f6c;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 500;
    }

  .btn-tekne {
    padding: 12px 46px 12px 46px;
    background-color: #007ec8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-top: 8px;
  }

    .btn-tekne:hover {
      background-color: #004677 !important;
      color: #ffffff !important;
      text-decoration: none !important;
    }

  .sh-tekneler li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
    list-style-position: inside;
  }

  .sh-tekneler p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
  }

  .sh-tekneler .tab-content {
    margin-top: 48px;
  }

  .sh-tekneler .form-control {
    height: 48px;
  }

  .sh-tekneler .form-check-label {
    font-size: 11px;
  }

  .sh-tekneler .col-md-4 {
    width: 100% !important;
    padding-bottom: 28px;
  }
}

@media (max-width: 319px) {
    #sync1 .item {
      background: #f6f6f6;
      /*padding: 80px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
	height: 540px;
    }

    #sync2 .item {
      background: #c9c9c9;
      /*padding: 10px 0px;*/
      margin: 5px;
      color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      height: 8rem;
    }

      #sync2 .item h1 {
        font-size: 18px;
      }

    #sync2 .current .item {
      background: #0c83e7;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }

      .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
      }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
          background-color: #d6d6d6;
        }

    #sync1.owl-theme {
      position: relative;
    }

      #sync1.owl-theme .owl-next,
      #sync1.owl-theme .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
      }

      #sync1.owl-theme .owl-prev {
        left: 10px;
      }

      #sync1.owl-theme .owl-next {
        right: 10px;
      }
	  .main-content {
    flex: 2;
    min-width: 50%;
  }

  .main-image-container {
    width: 100%;
    background-color: #f3f6fa;
    position: relative;
    overflow: hidden;
  }

  .main-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    object-fit: contain;
    overflow: hidden;
  }

  .main-image-text {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* --- Owl Carousel Styling --- */
  .owl-carousel {
    margin-top: 1.25rem;
    cursor: grab;
  }

    .owl-carousel .item {
      height: 5rem; /* Consistent height for thumbnails */
      background-color: #d8d8d8;
      border: 0.125rem solid transparent;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0.375rem;
      position: relative;
      overflow: hidden;
    }

      .owl-carousel .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

  .item.active {
    border-color: var(--primary-color);
    box-shadow: 0 0 0.3125rem rgba(0, 123, 255, 0.5);
  }

  .item:hover {
    border-color: var(--primary-color);
  }

  .thumbnail-label {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--text-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.5;
  }

  /* Nav styles for Owl Carousel */
  .owl-theme .owl-nav {
    margin-top: 0.625rem; /* 10px */
  }

    .owl-theme .owl-nav [class*='owl-'] {
      color: var(--primary-color);
      font-size: 2rem;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      cursor: pointer;
      opacity: 0.8;
    }

      .owl-theme .owl-nav [class*='owl-']:hover {
        opacity: 1;
      }

  .details-nav {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid var(--border-color);
    padding-top: 0.625rem;
  }

    .details-nav a {
      text-decoration: none;
      color: #555;
      font-weight: bold;
      padding: 0.3125rem 0;
      position: relative;
      font-size: 0.875rem;
    }

      .details-nav a.active {
        color: var(--primary-color);
      }

        .details-nav a.active::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -0.625rem;
          width: 100%;
          height: 0.1875rem;
          background-color: var(--primary-color);
        }


  /* --- Sidebar --- */
  .sidebar {
    flex: 1;
    min-width: 20rem;
  }

  .reservation-box {
    background-color: #dbe2ef;
    padding: 1.25rem;
    margin-top: 28px;
  }

  .box-header {
    background-color: #016fb0;
    color: #ffffff;
    padding: 0.625rem;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
  }

  form input, form textarea {
    width: 100%;
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem;
    box-sizing: border-box;
  }

  form textarea {
    resize: vertical;
    min-height: 6.25rem;
  }


  .side-images {
    background-color: white;
  }

  .ic-menu-box {
    display: none;
  }

  .side-image {
    width: 100%;
    height: 220px;
    background-color: #e0e0e0;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
  }

    .side-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .sh-tekneler {
    margin-top: 8px;
  }

    .sh-tekneler h5 {
      font-size: 20px;
      color: #000000;
      font-weight: 600;
    }

    .sh-tekneler h2 {
      font-size: 24px;
      color: #016fb0;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 600;
    }

    .sh-tekneler h1 {
      font-size: 32px;
      color: #013f6c;
      margin-top: 28px;
      margin-bottom: 18px;
      font-weight: 500;
    }

  .btn-tekne {
    padding: 12px 46px 12px 46px;
    background-color: #007ec8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px;
    letter-spacing: 1.4px;
    color: #ffffff;
    margin-top: 8px;
  }

    .btn-tekne:hover {
      background-color: #004677 !important;
      color: #ffffff !important;
      text-decoration: none !important;
    }

  .sh-tekneler li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
    list-style-position: inside;
  }

  .sh-tekneler p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #516984;
    font-weight: 400;
  }

  .sh-tekneler .tab-content {
    margin-top: 48px;
  }

  .sh-tekneler .form-control {
    height: 48px;
  }

  .sh-tekneler .form-check-label {
    font-size: 11px;
  }

  .sh-tekneler .col-md-4 {
    width: 100% !important;
    padding-bottom: 28px;
  }
}

	




