/**
 * @file
 * Subtheme specific CSS.
 */

/* Fade-up Animation */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial state - hidden */
.fade-up,
.fade-up-delay-1,
.fade-up-delay-2,
.fade-up-delay-3 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Animated state when in view */
.fade-up.animate {
  animation: fadeUp 0.8s ease-out forwards;
}

.fade-up-delay-1.animate {
  animation: fadeUp 0.8s ease-out 0.2s forwards;
}

.fade-up-delay-2.animate {
  animation: fadeUp 0.8s ease-out 0.4s forwards;
}

.fade-up-delay-3.animate {
  animation: fadeUp 0.8s ease-out 0.6s forwards;
}

/* Black Footer Styles */
.site-footer-black {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 0 20px 0;
  margin-top: 80px;
}

.footer-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  gap: 20px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo-image {
  height: 120px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.footer-logo-image:hover {
  opacity: 1;
}

.footer-description p {
  color: #cccccc;
  font-family: 'brandontext', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  max-width: 600px;
}

.footer-bottom {
  border-top: 1px solid #333333;
  padding-top: 20px;
  text-align: center;
}

.footer-copyright p {
  color: #888888;
  font-family: 'brandontext', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
   .tb-megamenu .nav-collapse.collapse {
     z-index: 999;
     display: block;
   }
   #block-serious-mainnavigation{
   margin-left: 20%;}
.tbm-main {
	width: 100%;
	margin-top:20px } 
.tbm { 
    background-color: transparent;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background-color: transparent;
}

.tbm-link.level-1:hover, .tbm-link.level-1:focus {
    background-color: #0001;border-radius:20px;
}

.tbm-link.level-1 {    font-weight: 900;
    font-size: 18px;
    margin: 1rem 1rem;
    
    padding: 6px 12px;    font-family: 'brandontext', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s 
ease;
    padding: 5px 0;
    white-space: nowrap;
}
#block-hetdok-rightmenu, #block-hetdok-leftmenu {
min-width: 280px;
}
  #block-hetdok-leftmenu .tbm-nav.level-0 {  flex-direction: row-reverse;}
.tbm-item.level-1 {
    border-right: 0;
	padding:2px 4px;
}

 @font-face {
	font-family: brix;
	font-weight: 600;
	font-style: normal;
	src: url('../fonts/BrixSansBold.woff') format('woff')
}
@font-face {
	font-family: brix;
	font-weight: 300;
	font-style: normal;
	src: url('../fonts/BrixSansLight.woff') format('woff')
}
@font-face {
	font-family: brix;
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/BrixSansRegular.woff') format('woff')
}
@font-face {
	font-family: brix;
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/BrixSansMedium.woff') format('woff')
}
@font-face {
	font-family: brix;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/BrixSansBlack.woff') format('woff')
}
@font-face {
	font-family: brandontext;
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/BrandonText-Regular.woff') format('woff')
}
@font-face {
	font-family: brandontext;
	font-weight: 500;
	font-style: normal;
	src: url('../fonts/BrandonText-Medium.woff') format('woff')
}
@font-face {
	font-family: brandontext;
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/BrandonText-Bold.woff') format('woff')
}
body {
  font-family: brix;
  font-family: brandontext;
}
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
#main {
    min-height: 100vh;}
	
	#page, #main-wrapper, .region-primary-menu .menu-item a.is-active, .region-primary-menu .menu-item--active-trail a {
    background: bisque;
  background: #F5F4F2;
}
header{
  background: #FBF8F2;
  background: #ebe8de;
  background: #F5F4F2;
}
body.toolbar-fixed .page-wrapper {
  margin-top: 0px!important;
  background: #F5F4F2;
}

.seagull-categories-section .container-fluid,
.seagull-content-section .container-fluid {
  padding: 0;
}
  /* Home page (node 8) specific styles */
/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;    font-family: 'brandontext';
}

/* Page wrapper */
.page-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  width: 100%;
  background: #FBF8F2;
}

/* Header styles */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1rem 0;
  backdrop-filter: blur(0px);
  transition: all 0.3s ease;
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.8);
}

/* Navigation styles */
.main-navigation {
  width: 100%;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-left, .nav-right {
  display: flex;
  align-items: center;
  gap: 35px;
}

.nav-left {
  gap: 50px;
}

.nav-right {
  justify-content: space-between;
  flex: 1;
  max-width: 320px;
}

.nav-logo {
  flex: 0 0 auto;
}

.logo-link {
  text-decoration: none;
  color: white;
}

.logo-image {
  height: 140px;
  width: auto;
}

.nav-item {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
    font-family: 'brandontext';
}

.nav-item:hover {
  color: #C3922E;
  text-decoration: none;
}

.book-now-btn {
  background: #C3922E;
  color: white;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 8px rgba(195, 146, 46, 0.3);
}

.book-now-btn:hover {
  background: #A67B25;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(195, 146, 46, 0.4);
}

/* Main content area */
.main-content {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Image section */
.image-section {
  padding: 6rem 0 3rem;
  background: #ffffff;
  background:#F5F4F2;
  overflow: hidden;
}

.image-container {
  position: relative;
  display: inline-block;
  max-width: 1000px;
  width: 100%;
  overflow: visible;
}

.main-image {
  max-width: 1000px;
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

/* Hotspots - White rounded circles */
.hotspot {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  animation: morphShape 4s ease-in-out infinite;
}

.hotspot:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.15);
}

/* Individual morph delays for variety */
.hotspot-1 {
  animation-delay: 0s;
}

.hotspot-2 {
  animation-delay: -1s;
}

.hotspot-3 {
  animation-delay: -2s;
}

.hotspot-4 {
  animation-delay: -3s;
}

.hotspot-5 {
  animation-delay: -0.5s;
}

/* Ball trying to escape animation */
@keyframes ballEscape {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    left: 50%;
  }
  25% {
    transform: translate(-50%, -50%) scale(1.2);
    top: 20%;
    left: 50%;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.9);
    top: 50%;
    left: 80%;
  }
  75% {
    transform: translate(-50%, -50%) scale(1.1);
    top: 80%;
    left: 20%;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
    top: 50%;
    left: 50%;
  }
}

/* Morphing shape animation */
@keyframes morphShape {
  0%, 100% {
    border-radius: 50%;
    transform: scale(1);
  }
  25% {
    border-radius: 45% 55% 55% 45%;
    transform: scale(1.05);
  }
  50% {
    border-radius: 55% 45% 45% 55%;
    transform: scale(0.95);
  }
  75% {
    border-radius: 45% 55% 55% 45%;
    transform: scale(1.02);
  }
}

@keyframes hotspot-rainbow-bg {
  100%, 0% {
    background-color: rgba(128, 0, 0, 0.6); /* Dark red */
  }
  8% {
    background-color: rgba(128, 64, 0, 0.6); /* Dark orange */
  }
  16% {
    background-color: rgba(128, 128, 0, 0.6); /* Dark yellow */
  }
  25% {
    background-color: rgba(64, 128, 0, 0.6); /* Dark yellow-green */
  }
  33% {
    background-color: rgba(0, 128, 0, 0.6); /* Dark green */
  }
  41% {
    background-color: rgba(0, 128, 64, 0.6); /* Dark green-cyan */
  }
  50% {
    background-color: rgba(0, 128, 128, 0.6); /* Dark cyan */
  }
  58% {
    background-color: rgba(0, 64, 128, 0.6); /* Dark blue-cyan */
  }
  66% {
    background-color: rgba(0, 0, 128, 0.6); /* Dark blue */
  }
  75% {
    background-color: rgba(64, 0, 128, 0.6); /* Dark purple */
  }
  83% {
    background-color: rgba(128, 0, 128, 0.6); /* Dark magenta */
  }
  91% {
    background-color: rgba(128, 0, 64, 0.6); /* Dark pink */
  }
}
.hotspot {
  background: rgba(255, 255, 255, 0.5);}
/* Hotspot positions - all circles with lower opacity */
.hotspot-1 {
    top: 15%;
    left: 15.5%;
  width: 40px;
  height: 40px;
}

.hotspot-2 {
top: 15%;
    right: 21%;
  width: 40px;
  height: 40px;
}

.hotspot-3 {


    top: 82%;
    left: 5.5%;
  width: 40px;
  height: 40px;
}

.hotspot-4 {
    top: 37%;
    left: 55%;
  width: 40px;
  height: 40px;
}

.hotspot-5 {

    bottom: 4%;
    right: 31.5%;

  width: 40px;
  height: 40px;
}

/* Split content section */
.split-content-section {
  padding: 80px 0;
  background: #F5F4F2;
  min-height: 80vh;
}

.split-content-section.reverse {
  background: #F5F4F2;
}

.split-content-section.reverse h3 {
  color: #225800;
}

.content-left, .content-right {
  padding: 60px 40px;
  position: relative;
  display: flex;
  align-items: center;
}

.content-item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
  display: block;
}

.content-header {
  margin-bottom: 30px;
}

.line {
  width: 60px;
  height: 2px;
  background: #C3922E;
  margin-bottom: 20px;
}

.content-titles h3 {
  font-family: brandontext;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* Text colors for seagull content sections */
.seagull-content-section .text-group-small h6 {
  color: #ffffff;
}

.seagull-content-section .italics {
  color: rgba(255, 255, 255, 0.8);
}

.seagull-content-section .content-intro {
  color: rgba(255, 255, 255, 0.9);
}

/* Make all text in seagull content sections white */
.seagull-content-section p,
.seagull-content-section span,
.seagull-content-section div {
  color: #ffffff !important;
}

.seagull-content-section .content-item * {
  color: #ffffff !important;
}

.text-group-small {
  margin-bottom: 20px;
}

.text-group-small h6 {
  font-family: brandontext;
  font-size: 0.9rem;
  font-weight: 500;
  color: #C3922E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.italics {
  font-style: italic;
  color: #666;
  font-size: 0.85rem;
}

.content-intro {
  font-family: brandontext;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  max-width: 500px;
}

.images-right, .images-left {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.image-gallery {
  height: 80vh;
  position: relative;
}

.gallery-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.gallery-image {
  width: 100%;
  height: calc(50% - 10px);
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 20px;
}

.gallery-image:hover {
  transform: scale(1.02);
}

/* Responsive */
@media (max-width: 991px) {
  .split-content-section .row {
    flex-direction: column;
  }
  
  .content-left, .content-right {
    padding: 40px 20px;
  }
  
  .images-right, .images-left {
    height: 50vh;
    margin-top: 40px;
  }
  
  .image-gallery {
    height: 50vh;
  }
}

/* Tooltip styling */
.tooltip {
  max-width: 350px;
}

.tooltip-inner {
  max-width: 350px;
  padding: 0;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  text-align: left;
}

.tooltip-video-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.tooltip-video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.tooltip-title {
  padding: 15px 15px 10px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  background: #ffffff;
  border-bottom: 1px solid #eee;
}

.tooltip-description {
  padding: 10px 15px 15px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

/* Video section */
.video-section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.video-title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.video-container {
  max-width: 600px;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Full-width video section */
.video-section-fullwidth {
  padding: 0;
  background: #000;
  position: relative;
  overflow: hidden;
}

.video-fullwidth-container {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  text-align: center;
}

.video-section-fullwidth .video-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
  margin: 0;
  pointer-events: none;
}

.video-container-fullwidth {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}

.video-container-fullwidth video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

/* Video Modal Section */
.video-section-modal {
  padding: 80px 0;
  background: #f8f9fa;
}

.video-modal-wrapper {
  text-align: center;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.video-thumbnail-img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

.video-thumbnail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  border-radius: 20px;
}

.video-thumbnail:hover .video-thumbnail-img img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-modal-title {
  font-family: brandontext;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.video-modal-description {
  font-family: 'brandontext', sans-serif;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0;
}

/* Video Modal */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

.video-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  animation: zoomIn 0.3s ease;
}

.video-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease, transform 0.3s ease;
}

.video-modal-close:hover {
  background: #fff;
  transform: scale(1.1);
}

.video-modal-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-modal-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zoomIn {
  from { 
    opacity: 0;
    transform: scale(0.8);
  }
  to { 
    opacity: 1;
    transform: scale(1);
  }
}

/* Hotel description section */
.hotel-description-section {
  padding: 4rem 0;
  background: #ffffff;
}

.hotel-description {
  background: #ffffff;
  color: #333;
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.hotel-description h1 {
  font-family: brandontext;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #2c3e50;
  text-align: center;
}

.hotel-description h2 {
  font-family: brandontext;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  color: #34495e;
  border-bottom: 2px solid #3498db;
  padding-bottom: 0.5rem;
}

.hotel-description p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  color: #555;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

.hero-btn--primary {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: white;
  border: 2px solid transparent;
}

.hero-btn--secondary {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

.hero-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  animation: bounce 2s infinite;
  font-size: 1.5rem;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-15px);
  }
  60% {
    transform: translateX(-50%) translateY(-8px);
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .image-section {
    padding: 4rem 0 2rem;
  }
  
  .main-image {
    max-width: 90%;
  }
  
  .video-section {
    padding: 3rem 0;
  }
  
  .video-title {
    font-size: 1.8rem;
  }
  
  .video-container {
    max-width: 90%;
  }
  
  .hotel-description-section {
    padding: 3rem 0;
  }
  
  .hotel-description {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  
  .hotel-description h1 {
    font-size: 2rem;
  }
  
  .hotel-description h2 {
    font-size: 1.5rem;
  }
  
  .hotel-description p {
    font-size: 1rem;
  }
  
  .site-header {
    padding: 0.5rem 0;
  }
}

/* Admin toolbar accommodation */
body.toolbar-tray-open.toolbar-vertical.toolbar-fixed .page-wrapper {
  margin-left: 240px;
}

body.toolbar-fixed .page-wrapper {
  margin-top: 39px;
}

@media (max-width: 975px) {
  body.toolbar-tray-open.toolbar-vertical.toolbar-fixed .page-wrapper {
    margin-left: 0;
  }
}

/* Room Content Type Styles */
.room-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.room-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Room Image Section */
.room-image-section {
  padding: 0;
}

.room-image-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.room-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 15px;
  padding: 10px;
}

.room-image-container:hover img {
  transform: scale(1.05);
}

/* Room Video Container */
.room-video-container {
  margin-top: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 200px;
    margin-right: 15px;
    margin-left: 0px;
}

.room-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.room-image-placeholder {
  height: 400px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
}

.room-placeholder-icon {
  font-size: 4rem !important;
  margin-bottom: 1rem;
}

/* Room Details Section */
.room-details-section {
  padding: 2rem;
}

.room-title-section {
  margin-bottom: 2rem;
}

.room-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  line-height: 1.2;
}

/* Room properties display - consistent for both view and node */
.room-properties {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.room-property {
  margin-bottom: 10px;
}

.property-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(195, 146, 46, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(195, 146, 46, 0.2);
}

.property-icon {
  color: #C3922E;
  font-size: 18px;
}

.property-content {
  display: flex;
  flex-direction: column;
}

.property-label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.property-value {
  font-weight: 500;
  color: #333;
  font-size: 13px;
}

/* Room Cards Section */
.rooms-view-section {
  padding: 80px 0;
  background: #F5F4F2;
}

.room-card {
  background: rgba(0, 0, 0, 0.01);
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
}

.room-card:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.room-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.room-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.room-image-container {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.room-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px ;
}

.room-card .room-image-container img {
  transform: scale(1.05);
}


.room-content {
  padding: 25px;
  padding-bottom: 0;
}

.room-title {
  font-family: 'brix', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.room-properties {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  align-items: center;
}

.room-properties .property-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  color: #555;
}


.modal .room-properties .property-item {

  font-size: 15px;
}


.modal .room-property{

  width:auto!important;
}
.room-properties .property-item i {
  color: #C3922E;
  font-size: 16px;
}

.room-properties .property-value {
  font-weight: 500;
  white-space: nowrap;
  font-size: 13px;
}

.modal .room-properties .property-value {

  font-size: 15px;
}
.room-description {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Bootstrap Modal Width Override */
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1200px;
    }
}

/* Room Modal Styles */
.room-modal {
  padding: 0;
}

.room-modal-content {
  padding: 30px;
}

.modal-image-container {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.modal-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.modal-image-placeholder {
  height: 400px;
  background: #f8f9fa;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #666;
}

.modal-image-placeholder i {
  font-size: 48px;
  margin-bottom: 10px;
}

.modal-room-title {
  font-family: 'brix', sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.3;
}

.modal-room-properties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 35px;
  padding: 25px;
  background: rgba(195, 146, 46, 0.05);
  border-radius: 12px;
}

.modal-property {
  display: flex;
  align-items: center;
  gap: 12px;
}

.modal-property i {
  color: #C3922E;
  font-size: 20px;
  width: 24px;
}

.modal-property-label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 50px;
}

.modal-property-value {
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.modal-amenities-title {
  font-family: 'brix', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.modal-amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 35px;
}

.modal-amenity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 1px solid rgba(195, 146, 46, 0.1);
}

.modal-amenity i {
  color: #C3922E;
  font-size: 20px;
  width: 24px;
}

.modal-amenity-content {
  display: flex;
  flex-direction: column;
}

.modal-amenity-label {
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.modal-amenity-value {
  font-weight: 500;
  color: #333;
  font-size: 13px;
}

.modal-description-title {
  font-family: 'brix', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.modal-description-content {
  color: #666;
  line-height: 1.6;
  font-size: 15px;
}

/* Modal responsive adjustments */
@media (max-width: 991px) {
  .room-modal-content {
    padding: 20px;
  }
  
  .modal-image-container {
    height: 250px;
    margin-bottom: 25px;
  }
  
  .modal-room-title {
    font-size: 24px;
  }
  
  .modal-room-properties {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }
  
  .modal-amenities-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rooms-view-section {
    padding: 50px 0;
  }
  
  .room-image-container {
    height: 200px;
  }
  
  .room-content {
    padding: 20px;
  }
  
  .room-title {
    font-size: 20px;
  }
  
  .room-properties {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .room-card {
    margin-bottom: 1rem;
  }
  
  .room-details-section {
    padding: 1rem;
  }
  
  .room-title {
    font-size: 1.75rem;
  }
  
  .room-properties .row {
    margin: 0;
  }
  
  .room-property {
    padding: 0;
    margin-bottom: 1rem;
    width: auto;
  }
}

/* Amenities Section */
.room-amenities {
  margin-bottom: 2.5rem;
}

.amenities-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1.5rem;
}

.amenities-grid {
  padding: 0;
}

/* Room modal property items - vertical layout */
.room-modal .property-item {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  transition: opacity 0.3s ease;
}

.property-item:hover {
  opacity: 0.8;
}

.property-header {
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
}

.property-icon {
  font-size: 1.5rem !important;
  color: #6c757d;
  margin-right: 0.5rem;
  min-width: 24px;
}

.property-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.property-value {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 600;
  width: 100%;
}

.amenity-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  transition: opacity 0.3s ease;
}

.amenity-item:hover {
  opacity: 0.8;
}
.amenities-grid > .row {
    margin: 0;}
.amenity-icon {
  font-size: 1.2rem !important;
  color: #28a745;    color: #e99d00;

  margin-right: 0.5rem;
  min-width: 20px;
}

.amenity-content {
  display: flex;
  flex-direction: column;
}

.amenity-label {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.amenity-value {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 600;
  margin-top: 0.25rem;
}

/* Room Description */
.room-description {
  margin-bottom: 1.5rem;
}

.description-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.description-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
}

.description-content p {
  margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .room-image-container {
    min-height: 250px;
  }
  
  .room-details-section {
    padding: 1.5rem;
  }
  
  .room-title {
    font-size: 2rem;
  }
  
  .property-item {
    padding: 0.75rem;
  }
  
  .amenities-grid {
    padding: 1rem;
  }
  
  .amenity-item {
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 576px) {
  .room-card {
    margin-bottom: 1rem;
  }
  
  .room-details-section {
    padding: 1rem;
  }
  
  .room-title {
    font-size: 1.75rem;
  }
  
  .room-properties .row {
    margin: 0;
  }
  
  .room-property {
    padding: 0;
    margin-bottom: 1rem;
  }
}

/* Marmara Style Header */
.site-header.marmara-style {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    background: #F5F4F2;
  transition: all 0.3s ease;
}

.site-header.marmara-style.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 40px;
  min-height: 100px;
}

.header-column {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-menu-left {
  flex: 1;
  justify-content: flex-end;
  padding-right: 15px;
  padding-left: 20px;
}

.header-logo--center {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.header-menu-right {
  flex: 1;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 20px;
}

.header-menu-right .header-navigation--top {
  flex: 1;
}

.header-menu-right .header-navigation--btm {
  flex: 0 0 auto;
  margin-left: auto; /* Push to far right */
}

.header-logo img {
  height: 120px;
  width: auto;
  transition: transform 0.3s ease;
}

.header-logo:hover img {
  transform: scale(1.05);
}

.header-navigation {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.header-menu-left .header-navigation--top,
.header-menu-left .header-navigation--btm,
.header-menu-right .header-navigation--top,
.header-menu-right .header-navigation--btm {
  display: flex;
  flex-direction: column;
  position: relative;
}

.header-navigation--btm_main {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 20px;
}

.header-menu-right .header-navigation--btm_main {
  justify-content: flex-end;
}

.header-links ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 40px; /* Increased from 30px */
}

.header-links li {
  position: relative;
}

.header-links a {
  font-family: 'brandontext', sans-serif;
  font-weight: 400;
  font-size: 15px; /* Reduced from 16px by 2px */
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 5px 0;
  white-space: nowrap;
}

.header-links a:hover,
.header-links a.dropdown:hover {
  color: #8B6E4A;
}

.header-links a.dropdown::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid currentColor;
  margin-left: 6px;
  vertical-align: middle;
}

.header_buttons_check .button,
.header-buttons_check .button {
  background-color: #c3922e;
  border: 1px solid #c3922e;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'brandontext', sans-serif;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.header_buttons_check .button:hover,
.header_buttons_check .button:focus,
.header-buttons_check .button:hover,
.header-buttons_check .button:focus {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
}

.popup-navigation--toggle {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
  margin-left: 20px;
}

.popup-navigation--toggle:hover {
  color: #8B6E4A;
}

.popup-navigation--toggle svg {
  width: 24px;
  height: auto;
}

.header-navigation--btm_child {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.header-navigation--btm:hover .header-navigation--btm_child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navigations-top_links ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigations-top_links a {
  font-family: 'brandontext', sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 8px 0;
}

.navigations-top_links a:hover {
  color: #8B6E4A;
}

/* Add body padding to account for fixed header */
body {
  padding-top: 0px;
}

/* Marmara Header Responsive Design */
@media (max-width: 1024px) {
  .header-container {
    padding: 0 20px;
  }
  
  .header-links ul {
    gap: 20px;
  }
  
  .header-links a {
    font-size: 12px; /* Reduced from 14px by 2px */
  }
  
  .popup-navigation--toggle {
    display: none; /* Hide mobile menu toggle */
  }
}

@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    min-height: auto;
    padding: 15px;
  }
  
  .header-logo {
    padding-right: 0;
    padding-bottom: 15px;
    justify-content: center;
  }
  
  .header-navigation--top,
  .header-navigation--btm_main {
    flex-direction: column;
    gap: 15px;
  }
  
  .header-links ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  
  .navigations-top_links ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

/* Seagull Categories Section */
.seagull-categories-section {
  background: #F5F4F2;
  padding: 80px 0 40px 0;
  position: relative;
  overflow: visible;
  z-index: 0;
}

/* Seagull Selector Title */
.seagull-selector-title {
  text-align: center;
  margin-bottom: 60px;
}

.seagull-selector-title h2 {
  font-family: 'brandontext', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  display: inline-block;
}

.seagull-selector-title h2::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #C3922E;
}

/* Seagull Selector - Top Icons */
.seagull-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin-bottom: 80px;
  padding: 40px 0;
}

.seagull-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

.seagull-icon img {
  width: 150px;
  height: auto;
  filter: grayscale(50%) opacity(0.8);
  transition: all 0.4s ease;
  transform: scale(1);
}

.seagull-icon:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.1);
}

.seagull-icon.active img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.15);
}

.seagull-label {
  font-family: 'brix', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.4s ease;
  text-align: center;
  line-height: 1.3;
  max-width: 120px;
}

.seagull-icon:hover .seagull-label,
.seagull-icon.active .seagull-label {
  color: #C3922E;
}

/* Seagull Content Sections */
.seagull-content-section {
  padding: 80px 0;
  background: #FBF8F2;
  min-height: 100vh;
  position: relative;
  margin: 0; /* Remove any margin gaps */
}

.seagull-content-section.reverse {
  background: #FBF8F2;
  margin: 0; /* Remove any margin gaps */
}

/* Background colors for different sections */
/* First two sections - Working (warm muted yellow) - same color */
.seagull-content-section.working-section {
  background: #e2ac56; /* Warm muted yellow */
}

.seagull-content-section.working-section.reverse {
  background: #e2ac56; /* Same warm muted yellow */
}

/* Next two sections - Party (warm muted pink) - same color */
.seagull-content-section.party-section {
  background: #e8906a; /* Warm muted pink */
}

.seagull-content-section.party-section.reverse {
  background: #e8906a; /* Same warm muted pink */
}

/* Last two sections - Holiday (warm muted blue) - same color */
.seagull-content-section.holiday-section {
  background: #6682bf; /* Warm muted blue */
}

.seagull-content-section.holiday-section.reverse {
  background: #6682bf; /* Same warm muted blue */
}

/* Path connector between sections - creates the "road around" effect */
.path-connector {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 11;
  pointer-events: none;
  overflow: visible;
}

/* Wavy transitions between sections */
.seagull-content-section {
  position: relative;
  overflow: hidden;
}

/* Top wave for first working section */
.seagull-content-section.working-section:first-child::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -10%;
  width: 120%;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C150,20 300,20 450,100 C600,180 750,180 900,100 C1050,20 1200,20 1200,100 L1200,0 L0,0 Z' fill='%23e2ac56'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

/* Working sections transition to Party color (only for second working section) */
.seagull-content-section.working-section.reverse::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10%;
  width: 120%;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C150,180 300,180 450,100 C600,20 750,20 900,100 C1050,180 1200,180 1200,100 L1200,200 L0,200 Z' fill='%23e8906a'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

/* Party sections transition to Holiday color (only for second party section) */
.seagull-content-section.party-section.reverse::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10%;
  width: 120%;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C150,180 300,180 450,100 C600,20 750,20 900,100 C1050,180 1200,180 1200,100 L1200,200 L0,200 Z' fill='%236682bf'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

/* Bottom wave for last holiday section */
.seagull-content-section.holiday-section:last-child::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10%;
  width: 120%;
  height: 200px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C150,180 300,180 450,100 C600,20 750,20 900,100 C1050,180 1200,180 1200,100 L1200,200 L0,200 Z' fill='%23F5F4F2'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}

/* Video containers for sections */
.video-left, .video-right {
  display: flex;
  align-items: center;
}

.video-left {
  justify-content: flex-start;
  padding-left: 0;
}

.video-right {
  justify-content: flex-end;
  padding-right: 0;
}

.video-container {
  width: 85%;
  height: 400px;
  width: 70%;
    height: 259px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  position: relative;
}

/* Push text content toward video side */
.seagull-content-section .content-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.seagull-content-section .content-right {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
}

.section-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.seagull-content-section .row {
  position: relative;
  gap: 40px;
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
}

/* Path on LEFT: push content to RIGHT (away from path) */
.seagull-content-section:not(.reverse) .row {
  padding-left: 250px;
  padding-right: 80px;
  justify-content: flex-end;
  margin-right: 0;
}

/* Path on RIGHT: push content to LEFT (away from path) */
.seagull-content-section.reverse .row {
  padding-right: 250px;
  padding-left: 80px;
  justify-content: flex-start;
  margin-left: 0;
}

.seagull-content-section .content-left,
.seagull-content-section .content-right {
  flex: 0 0 auto;
  max-width: 450px;
  padding: 30px;
}

.seagull-content-section .images-right,
.seagull-content-section .images-left {
  flex: 0 0 auto;
  max-width: 450px;
  padding: 30px;
}

/* Seagull Path/Wrapper - positioned on LEFT or RIGHT side */
.seagull-scroll-wrapper {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  min-height: 500px;
  z-index: 5; /* keep below the global road */
  pointer-events: none;
  overflow: visible;
  display: block;
  left: 0; /* Default: path on LEFT */
}

/* Sections WITHOUT reverse (content on right): path on LEFT */
.seagull-content-section:not(.reverse) .seagull-scroll-wrapper {
  left: 80px;
  right: auto;
}

/* Sections WITH reverse (content on left): path on RIGHT */
.seagull-content-section.reverse .seagull-scroll-wrapper {
  left: auto;
  right: 80px;
}

/* Seagull Image */
.seagull-transition {
  position: absolute;
  width: 270px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  /* Don't set top here - let JavaScript control it */
  opacity: 0;
  transition: top 0.1s linear, left 0.1s linear, opacity 0.3s ease;
  z-index: 15;
  filter: drop-shadow(3px 3px 6px rgba(0,0,0,0.3));
  display: block;
  max-width: none;
  pointer-events: none;
  will-change: top, left, opacity;
}
.seagull-content-section .content-left {
    margin-right: -220px;margin-left:0}
.seagull-content-section.reverse .content-right {
    margin-left: -220px;margin-right:0}
.col-lg-6.video-left  .video-container { margin-left: 0;}
.col-lg-6.video-right   .video-container { margin-right: 0;}

/* Responsive Design for Seagulls */
@media (max-width: 991px) {
  .seagull-selector {
    gap: 40px;
    padding: 30px 0;
  }
  
  .seagull-icon img {
    width: 100px;
  }
  
  .seagull-label {
    font-size: 0.9rem;
  }
  
  .seagull-scroll-wrapper {
    width: 150px;
  }
  
  .seagull-transition {
    width: 270px;
  }
  
  .seagull-content-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .seagull-selector {
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .seagull-icon img {
    width: 80px;
  }
  
  .seagull-label {
    font-size: 0.8rem;
  }
  
  .seagull-scroll-wrapper {
    display: none;
  }
  
  .seagull-content-section {
    padding: 40px 0;
  }
}

/* ========================================
   Skateboarding Seagull Delivery Animation
   ======================================== */

/* Building animation - comes from right - starts immediately after intro */
#mainBuilding {
  opacity: 0;
  transform: translateX(120vw);
}

body.intro-complete #mainBuilding {
  opacity: 1;
  animation: buildingSlideIn 7s ease-in-out forwards;   
   max-width: 50vw;
    margin: auto;
}

/* Seagull wrapper - absolute positioned relative to image-container */
.skate-delivery-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  display: none;
}

body.intro-complete .skate-delivery-wrapper {
  display: block;
}

/* The skateboarding seagull */
.delivery-seagull {
  position: absolute;
  width: 560px;
  height: auto;
  filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.4));
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.intro-complete .delivery-seagull {
  animation: seagullRide 10s ease-in-out forwards, skateBounce 0.3s ease-in-out infinite;
}

/* Building slides in from right to center - NO fade effect */
@keyframes buildingSlideIn {
  0% {
    transform: translateX(120vw);
    opacity: 1;
  }
  65% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Seagull rides along with building then exits left - synchronized arrival */
@keyframes seagullRide {
  0% {
    left: calc(100vw + 100px);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  45% {
    /* Seagull arrives with building at 4.5s (45% of 10s, 65% of 7s ~ 4.5s) */
    left: -650px;
    opacity: 1;
  }
  100% {
    /* Seagull continues skating off to the left */
    left: -100vw;
    opacity: 0;
  }
}

/* Bouncing skateboard effect */
@keyframes skateBounce {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -8px;
  }
}

/* Hotspots - hidden during intro and skateboard animation, then show */
.image-container .hotspot {
  opacity: 0;
}

/* Show hotspots after building arrives (7.5s after intro) */
body.intro-complete .image-container .hotspot {
  animation: hotspotsFadeIn 0.8s ease-out 7.5s forwards, morphShape 4s ease-in-out 7.5s infinite;
}

/* Individual morph delays for visible hotspots */
body.intro-complete .image-container .hotspot-1 {
  animation-delay: 7.5s, 7.5s;
}

body.intro-complete .image-container .hotspot-2 {
  animation-delay: 7.5s, 7.2s;
}

body.intro-complete .image-container .hotspot-3 {
  animation-delay: 7.5s, 6.8s;
}

body.intro-complete .image-container .hotspot-4 {
  animation-delay: 7.5s, 6.5s;
}

body.intro-complete .image-container .hotspot-5 {
  animation-delay: 7.5s, 7s;
}

@keyframes hotspotsFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Seagull video on left side - appears with hotspots */
.seagull-video-wrapper {
  position: absolute;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: auto;
  opacity: 0;
  z-index: 5;
}

.seagull-video-gif {
  width: 100%;
  height: auto;
  display: block;
}

body.intro-complete .seagull-video-wrapper {
  animation: seagullVideoFadeIn 0.8s ease-out 7.5s forwards;
}

@keyframes seagullVideoFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

/* Megaphone on right side - appears with hotspots and rotates */
.megaphone-wrapper {
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  height: auto;
  opacity: 0;
  z-index: 5;
  transform-origin: center center;
}

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

body.intro-complete .megaphone-wrapper {
  animation: megaphoneFadeIn 0.8s ease-out 7.5s forwards, megaphoneRotate 4s ease-in-out 8.3s infinite;
}

@keyframes megaphoneFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

@keyframes megaphoneRotate {
  0%, 100% {
    transform: translateY(-50%) rotateZ(10deg);
  }
  50% {
    transform: translateY(-50%) rotateZ(-10deg);
  }
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .delivery-seagull {
    width: 440px;
  }
}

@media (max-width: 768px) {
  .delivery-seagull {
    width: 340px;
  }
  
  @keyframes seagullDeliveryPath {
    0% {
      opacity: 0;
      transform: translate(-50%, -50%) translateX(calc(150vw - 180px));
    }
    10% {
      opacity: 1;
    }
    60% {
      opacity: 1;
      transform: translate(-50%, -50%) translateX(-100px);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) translateX(-100vw);
    }
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-logo-image {
    height: 70px;
  }
  
  .footer-description p {
    font-size: 15px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .site-footer-black {
    padding: 40px 0 20px 0;
    margin-top: 40px;
  }
  
  .footer-logo-image {
    height: 120px;
  }
  
  .footer-description p {
    font-size: 14px;
    max-width: 400px;
  }
}