/*
Theme Name: Beykoz Kundura
Theme URI: http://basework.studio
Author: Basework Studio
Author URI: http://basework.studio
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: beykozkundura
*/

.comp-9 .comp-9-content .card.inactive {
  opacity: 0.5 !important;
}

.blog-detail .blog-detail-content .info {
  flex-direction: row !important;
  flex-wrap: wrap !important;
}

.blog-detail .blog-detail-content .info .info-block {
  width: calc(50% - 32px) !important;
}

.comp-55 form fieldset {
  padding: 0 !important;
  border: 0;
}

.comp-55 .ginput_container_consent {
  display: flex;
}

.comp-55 form .gfield--type-checkbox {
  border: none;
}

.comp-55 form .gfield--type-checkbox .ginput_container_checkbox {
  padding: 0 !important;
}

.comp-55 form .gfield--type-checkbox .ginput_container_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.comp-55 form .gfield--type-checkbox .ginput_container_checkbox .gchoice input {
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
}

.comp-55 form .gfield--type-checkbox .ginput_container_checkbox .gchoice input:checked {
  border: 2px solid #000;
}

.comp-55 form .gfield--type-checkbox .ginput_container_checkbox .gchoice input:checked::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
  height: 14px;
  background: #000;
}

.reservation-form form .gfield label a {
  color: #000;
}


.reservation .reservation-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 60px;
  padding: 16px 32px;
  font: 500 16px/1.2 'Maison Neue Medium';
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 50px;
}

.reservation .reservation-link:hover {
  background-color: #fff;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.reservation .reservation-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reservation .reservation-link a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}



.mc4wp-response {
  margin: 16px 0;
}

.mc4wp-alert {
  padding: 12px 16px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.mc4wp-success {
  background-color: #f0f7ff;
  color: #2d86a0;
  border: 1px solid rgba(67, 129, 201, 0.2);
}

.mc4wp-error {
  background-color: #fff1f1;
  color: #b91c1c;
  border: 1px solid rgba(185, 28, 28, 0.2);
}

.mc4wp-alert p {
  margin: 0;
}

.text iframe {
  width: 100%;
  max-width: 800px;
  height: 450px;
  display: block;
}