/* General Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-top: 56px;
  direction: ltr;
  overflow-x: hidden;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 40%, #e3e6ff 100%);
  color: #222;
}

body.rtl {
  direction: rtl;
}

/* Language Switcher */
.language-switcher {
  position: fixed;
  top: 70px;
  right: 20px;
  z-index: 1000;
}

/* Hero Section - Fixed for mobile */
.hero-section {
    background: url('/images/slide2.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    min-height: 600px; /* Minimum height */
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Hero Slider Adjustments */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
    display: flex;
    align-items: center;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-slide .container {
    position: relative;
    z-index: 3;
    padding-top: 80px;
    padding-bottom: 80px;
}


/* Section Padding */
section {
  padding: 80px 0;
}

/* Card Hover Effect */
.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #fff 60%, #e3e6ff 100%);
  color: #222;
  box-shadow: 0 2px 16px rgba(160,180,255,0.08);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Testimonials */
.testimonial-card {
  border-left: 4px solid #0d6efd;
}

/* Contact Form */
#contactForm {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}

/* Social Icons */
.social-icons a {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
background: #fff;
color: #764ba2 !important;
border-radius: 50%;
box-shadow: 0 2px 8px #a1c4fd22;
font-size: 1.2rem;
margin: 0 4px;
transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.social-icons a:hover {
background: linear-gradient(90deg, #a1c4fd 0%, #43cea2 100%);
color: #fff !important;
box-shadow: 0 4px 16px #a1c4fd44;
}

/* RTL Adjustments */
body.rtl .navbar-nav {
  padding-right: 0;
}

body.rtl .me-2 {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

body.rtl .testimonial-card {
  border-left: none;
  border-right: 4px solid #0d6efd;
}

/* Responsive Adjustments - Fixed for mobile */
@media (max-width: 992px) {
  .hero-section {
      height: auto;
      min-height: 80vh;
  }
  
    .hero-slide {
        background-attachment: scroll;
        background-position: top center;
    }
    
    .hero-slide .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
  
  .language-switcher {
      top: 15px;
      right: 15px;
  }
  
  .navbar-collapse {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      padding: 15px;
      border-radius: 5px;
      margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .hero-section {
      min-height: 70vh;
      background-size: cover;
      background-position: center;
  }
  
    .hero-slide {
        background-size: cover;
    }
  
  .hero-section h1 {
      font-size: 2rem;
      margin-bottom: 15px;
  }
  
  .hero-section .lead {
      font-size: 1.2rem;
  }
  
  section {
      padding: 60px 0;
  }
  
    .slider-control {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .slider-indicators {
        bottom: 20px;
    }
  
  .indicator {
      width: 10px;
      height: 10px;
  }
}

@media (max-width: 576px) {
  .hero-section {
      min-height: 60vh;
  }
  
  .hero-section h1 {
      font-size: 1.8rem;
  }
  
  .hero-section .lead {
      font-size: 1rem;
  }
  
    .slider-control {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

/* Sửa lỗi thanh header */
.navbar {
  padding: 15px 0;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #fff 0%, #a1c4fd 50%, #c2e9fb 100%) !important;
  box-shadow: 0 2px 16px rgba(160,180,255,0.08);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.navbar.scrolled {
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 0.2rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar .navbar-brand, .navbar-nav .nav-link {
color: #3a3a3a !important;
font-weight: 600;
}

/* Sửa lỗi RTL */
body.rtl .navbar-nav {
  padding-right: 0;
}

/* Hiệu ứng scroll */
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Language switcher position */
.language-switcher {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 1000;
  display: flex;
  gap: 5px;
}

@media (max-width: 992px) {
  .language-switcher {
      top: 70px;
  }
}

/* Language Selector Styles */
.language-selector {
  width: 120px;
}

.language-selector select {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.language-selector select:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.4);
}

/* Dark theme for dropdown */
.language-selector option {
  background-color: #764ba2;
  color: white;
}

.language-selector, .language-selector select, .language-selector option {
color: #333 !important;
background: #fff !important;
border-radius: 12px;
font-weight: 600;
border: 1.5px solid #a1c4fd;
}
.language-selector select:focus {
border-color: #43cea2;
box-shadow: 0 0 0 2px #a1c4fd33;
}
.language-selector option {
background: #fff !important;
color: #333 !important;
}

.quick-links, .quick-links a, .list-unstyled a {
color: #333 !important;
font-weight: 600;
border-radius: 8px;
transition: background 0.2s, color 0.2s;
}
.quick-links a:hover, .list-unstyled a:hover {
background: #a1c4fd33;
color: #185a9d !important;
}

#about, #contact {
background: rgba(255,255,255,0.85);
border-radius: 32px;
box-shadow: 0 4px 32px rgba(160,180,255,0.12);
padding: 48px 32px;
margin-bottom: 48px;
}
#about h2, #contact h2 {
color: #764ba2;
font-weight: 700;
}
#about ul li, #contact label, #contact p, #contact span {
color: #333;
}

/* RTL adjustments */
body.rtl .language-selector {
  margin-left: 0 !important;
  margin-right: 1rem;
}

/* Responsive styles */
@media (max-width: 992px) {
  .language-selector {
      width: 100%;
      margin: 10px 0;
  }
  
  .language-selector select {
      width: 100%;
  }
}

/* WhatsApp Button - Messenger Style */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
  position: relative;
}

/* Messenger-style notification badge */
.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FF0000;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  animation: bounce 2s infinite;
}

/* Animations */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* Messenger-style chat bubble (optional) */
.whatsapp-tooltip {
  position: absolute;
  right: 70px;
  bottom: 10px;
  background: white;
  color: #333;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  opacity: 0;
  transition: opacity 0.3s;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  width: auto;
  padding: 8px 12px;
}

/* Slider Controls */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-control:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

/* Slider Indicators */
.slider-indicators {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.indicator.active {
  background-color: white;
  transform: scale(1.2);
}

/* Bubble Container */
.chat-bubble {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 999;
font-family: 'Segoe UI', sans-serif;
}

/* Bubble Header (Icon) */
.bubble-header {
background-color: #25D366;
color: white;
width: 60px;
height: 60px;
border-radius: 50% 60% 55% 45% / 60% 50% 55% 50%;
font-size: 28px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
position: relative;
z-index: 2;
animation: bubbleMorphReal 4s infinite alternate cubic-bezier(.4,2,.6,1);
}
@keyframes bubbleMorphReal {
0%   { border-radius: 50% 60% 55% 45% / 60% 50% 55% 50%; }
20%  { border-radius: 60% 50% 60% 50% / 50% 60% 50% 60%; }
40%  { border-radius: 55% 65% 45% 55% / 65% 55% 45% 55%; }
60%  { border-radius: 60% 50% 60% 50% / 50% 60% 50% 60%; }
80%  { border-radius: 50% 60% 55% 45% / 60% 50% 55% 50%; }
100% { border-radius: 55% 45% 60% 50% / 50% 65% 55% 60%; }
}

/* Bubble Content */
.bubble-content {
position: absolute;
bottom: 70px;
right: 0;
background: #fff;
border-radius: 20px;
padding: 20px;
width: 250px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
transform: scale(0);
opacity: 0;
transform-origin: bottom right;
transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
z-index: 1;
overflow: hidden;
}

.bubble-content.active {
transform: scale(1);
opacity: 1;
animation: 
  bubbleMorph 12s infinite alternate ease-in-out,
  contentWobble 15s infinite ease-in-out;
}

/* Water bubble animations */
@keyframes bubblePulse {
0%, 100% {
  transform: scale(1);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.3);
}
50% {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}
}

@keyframes bubbleWobble {
0%, 100% {
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
25% {
  border-radius: 50% 50% 40% 60% / 50% 60% 40% 50%;
}
50% {
  border-radius: 60% 40% 50% 50% / 40% 50% 50% 60%;
}
75% {
  border-radius: 50% 60% 50% 40% / 50% 40% 60% 50%;
}
}

@keyframes bubbleMorph {
0%, 100% {
  border-radius: 20px 20px 20px 20px / 20px 20px 20px 20px;
}
25% {
  border-radius: 25px 20px 25px 20px / 20px 25px 20px 25px;
}
50% {
  border-radius: 20px 25px 20px 25px / 25px 20px 25px 20px;
}
75% {
  border-radius: 25px 20px 20px 25px / 20px 25px 25px 20px;
}
}

@keyframes contentWobble {
0%, 100% {
  transform: scale(1) rotate(0deg);
}
25% {
  transform: scale(1.02) rotate(1deg);
}
50% {
  transform: scale(0.98) rotate(-1deg);
}
75% {
  transform: scale(1.01) rotate(0.5deg);
}
}

/* Bubble pseudo-elements for water effect */
.bubble-header::before {
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
animation: ripple 3s infinite ease-out;
z-index: -1;
}

@keyframes ripple {
0% {
  transform: scale(0.8);
  opacity: 0.5;
}
100% {
  transform: scale(1.5);
  opacity: 0;
}
}

/* Message content */
.bubble-message {
margin: 0 0 15px;
color: #333;
font-size: 15px;
line-height: 1.5;
animation: textFloat 8s infinite ease-in-out;
}

@keyframes textFloat {
0%, 100% {
  transform: translateY(0);
}
50% {
  transform: translateY(-3px);
}
}

/* Action button */
.bubble-action {
display: inline-block;
background: #25D366;
color: #fff;
text-decoration: none;
padding: 12px 20px;
border-radius: 10px;
font-size: 15px;
font-weight: 500;
transition: all 0.3s ease;
text-align: center;
width: 100%;
box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
position: relative;
overflow: hidden;
}

.bubble-action:hover {
background: #128C7E;
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(18, 140, 126, 0.4);
}

.bubble-action::after {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: rgba(255, 255, 255, 0.1);
transform: rotate(45deg);
animation: shine 3s infinite;
}

@keyframes shine {
0% {
  left: -50%;
}
100% {
  left: 150%;
}
}

/* Close button */
.bubble-close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-size: 18px;
color: #888;
transition: all 0.3s ease;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}

.bubble-close:hover {
color: #555;
background: rgba(0,0,0,0.05);
transform: rotate(90deg);
}

/* Bubble alert */
.bubble-alert {
background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 50%, #a1c4fd 100%);
color: #764ba2;
padding: 10px 18px;
border-radius: 40px 60px 40px 60px / 60px 40px 60px 40px;
margin: 10px 16px 8px 16px;
font-weight: bold;
text-align: center;
box-shadow: 0 2px 12px rgba(220,53,69,0.10);
font-size: 1.08rem;
letter-spacing: 0.5px;
border: 2px solid #fff3cd;
animation: bubbleAlertPop 0.5s;
position: absolute;
right: 0;
bottom: 70px;
min-width: 220px;
max-width: 320px;
z-index: 10;
transition: opacity 0.5s, transform 0.5s, visibility 0.5s;
cursor: pointer;
}
.bubble-alert-blink {
animation: bubbleCloudBlink 1.2s infinite alternate, bubbleAlertPop 0.5s;
}
.bubble-alert-messenger::after {
content: '';
position: absolute;
left: 50%;
bottom: -16px;
transform: translateX(-50%);
border-width: 12px 16px 0 16px;
border-style: solid;
border-color: #dc3545 transparent transparent transparent;
filter: drop-shadow(0 2px 4px rgba(220,53,69,0.15));
}
@keyframes bubbleCloudBlink {
0% { filter: brightness(1) drop-shadow(0 0 8px #fff3cd); border-radius: 40px 60px 40px 60px / 60px 40px 60px 40px; }
100% { filter: brightness(1.25) drop-shadow(0 0 18px #fff3cd); border-radius: 60px 40px 60px 40px / 40px 60px 40px 60px; }
}
@keyframes bubbleAlertPop {
0% { transform: scale(0.7); opacity: 0; }
80% { transform: scale(1.1); opacity: 1; }
100% { transform: scale(1); }
}
.bubble-alert-messenger.hide {
opacity: 0;
transform: translateY(20px) scale(0.9);
visibility: hidden;
pointer-events: none;
}

#preloader {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
width: 100vw; height: 100vh;
background: rgba(255,255,255,0.98);
z-index: 2000;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transition: opacity 0.5s;
}
.preloader-spinner {
width: 64px;
height: 64px;
border: 7px solid #e0e0e0;
border-top: 7px solid #764ba2;
border-radius: 50%;
animation: preloaderSpin 1s linear infinite;
margin-bottom: 18px;
}
@keyframes preloaderSpin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.preloader-percent {
font-size: 2rem;
color: #764ba2;
font-weight: 600;
letter-spacing: 2px;
text-shadow: 0 2px 8px #eee;
}
body.loaded #preloader {
opacity: 0;
pointer-events: none;
visibility: hidden;
}

/* Footer gradient */
footer {
background: linear-gradient(90deg, #fff 0%, #f8ffae 50%, #43cea2 100%);
color: #333;
border-top-left-radius: 32px;
border-top-right-radius: 32px;
box-shadow: 0 -2px 24px rgba(67,206,162,0.08);
}
footer h3, footer p, footer a, footer li {
color: #333 !important;
}

.card, .bubble-content, .form-control, .btn, .input-group, .modal-content {
border-radius: 18px !important;
}

.bubble-alert {
background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 50%, #a1c4fd 100%);
color: #764ba2;
border: 2px solid #fff3cd;
box-shadow: 0 2px 12px rgba(220,53,69,0.10);
}

.btn-primary {
background: linear-gradient(90deg, #a1c4fd 0%, #c2e9fb 100%);
color: #333;
border: none;
font-weight: 600;
}
.btn-primary:hover {
background: linear-gradient(90deg, #43cea2 0%, #185a9d 100%);
color: #fff;
}

.form-control {
background: #fff;
color: #222;
border: 1.5px solid #e3e6ff;
}
.form-control:focus {
border-color: #a1c4fd;
box-shadow: 0 0 0 2px #a1c4fd33;
}

body, h1, h2, h3, h4, h5, h6, p, a, label, span, .card, .navbar, .footer, .btn, .form-control, .bubble-message, .bubble-action, .bubble-alert, .language-selector, .quick-links, .list-unstyled a {
color: #764ba2 !important;
}

.navbar, .navbar-brand, .navbar-nav .nav-link, .navbar-toggler-icon {
color: #764ba2 !important;
fill: #764ba2 !important;
}
.navbar-toggler-icon {
background-image: none !important;
width: 2em;
height: 2em;
border-radius: 8px;
background: linear-gradient(90deg, #ffecd2 0%, #a1c4fd 100%);
position: relative;
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after, .navbar-toggler-icon span {
content: '';
display: block;
height: 3px;
width: 70%;
margin: 6px auto;
background: #764ba2;
border-radius: 2px;
}


.booking-stats-box {
font-size: 2.2rem;
font-weight: 700;
background: linear-gradient(90deg,#ffecd2 0%,#fcb69f 50%,#a1c4fd 100%);
color: #764ba2;
border-radius: 24px;
box-shadow: 0 2px 16px #a1c4fd22;
padding: 24px 16px;
max-width: 500px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.booking-stats-box .star {
color: #FFD700;
font-size: 2.2rem;
margin-left: 8px;
margin-right: 2px;
vertical-align: middle;
}

.navbar-collapse.collapse.show {
background: linear-gradient(90deg, #fff 0%, #a1c4fd 50%, #c2e9fb 100%) !important;
border-bottom-left-radius: 24px;
border-bottom-right-radius: 24px;
box-shadow: 0 2px 16px rgba(160,180,255,0.08);
}

@media (max-width: 768px) {
.booking-stats-box {
  flex-direction: column !important;
  gap: 4px !important;
  padding: 10px 4px !important;
  font-size: 1.2rem !important;
}
.booking-stats-box .mb-3 {
  margin-bottom: 0 !important;
}
}

.bubble-action-water {
display: inline-block;
background: linear-gradient(90deg, #43cea2 0%, #a1c4fd 100%);
color: #fff;
text-decoration: none;
padding: 16px 32px;
border-radius: 50px;
font-size: 1.2rem;
font-weight: 700;
box-shadow: 0 8px 32px rgba(67,206,162,0.18), 0 2px 8px #a1c4fd33;
position: relative;
overflow: hidden;
border: none;
transition: transform 0.18s cubic-bezier(.4,2,.6,1), box-shadow 0.18s;
animation: bubbleWaterPulse 2.5s infinite alternate;
}
.bubble-action-water:hover, .bubble-action-water:focus {
transform: scale(1.06) translateY(-2px);
box-shadow: 0 12px 36px rgba(67,206,162,0.22), 0 4px 16px #a1c4fd44;
background: linear-gradient(90deg, #a1c4fd 0%, #43cea2 100%);
}
.bubble-action-water::after {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 180%;
height: 180%;
background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(67,206,162,0.08) 80%, transparent 100%);
transform: translate(-50%,-50%) scale(0.9);
border-radius: 50%;
z-index: 0;
pointer-events: none;
animation: bubbleWaterShine 3.5s infinite alternate;
}
@keyframes bubbleWaterPulse {
0% { box-shadow: 0 8px 32px rgba(67,206,162,0.18), 0 2px 8px #a1c4fd33; }
100% { box-shadow: 0 16px 48px rgba(67,206,162,0.22), 0 8px 24px #a1c4fd44; }
}
@keyframes bubbleWaterShine {
0% { opacity: 0.7; transform: translate(-50%,-50%) scale(0.9); }
100% { opacity: 1; transform: translate(-50%,-50%) scale(1.05); }
}
.bubble-action-water span, .bubble-action-water i {
position: relative;
z-index: 1;
}

.gallery-section {
  background: transparent;
}
.gallery-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.gallery-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: top;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(160,180,255,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  background: #f8f9fa;
}
@media (max-width: 576px) {
  .gallery-img {
    height: 515px !important;
    object-fit: cover !important;
    object-position: top !important;
  }
}
.gallery-img:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(67,206,162,0.18);
}

.gallery-card {
  position: relative;
  background: #fff;
  border: 3px solid #fcb900;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(252,185,0,0.18), 0 2px 8px #a1c4fd33;
  padding: 18px 12px 18px 12px;
  margin-bottom: 18px;
  transition: box-shadow 0.2s, border-color 0.2s;
  z-index: 1;
}
.gallery-card::before {
  content: 'VIP';
  position: absolute;
  top: -12px;
  left: -12px;
  background: linear-gradient(90deg,#fcb900 60%,#ffecd2 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 18px 6px 16px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 18px;
  box-shadow: 0 2px 8px #fcb90044;
  letter-spacing: 1px;
  z-index: 2;
}
.gallery-caption {
  margin-top: 16px;
  margin-bottom: 8px;
  width: 100%;
  color: #764ba2 !important;
  font-weight: 500;
  font-size: 1.08rem;
  text-align: center;
  background: rgba(255,255,255,0.85);
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(160,180,255,0.08);
  padding: 8px 10px 6px 10px;
  letter-spacing: 0.2px;
}
.gallery-card .btn {
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery-desc {
  text-align: center;
  width: 100%;
  margin: 12px 0 0 0;
  color: #555;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}
