/* ==========================================================================
   UNIVERSAL BUSINESS WEBSITE TEMPLATE STYLESHEET (DESKTOP THEME 6)
   Style: Premium Modern Business / Glassmorphism / Universal Category
   Color Palette:
     - Primary: #0EA5E9 (Sky Blue)
     - Primary Dark: #0284C7
     - Primary Light: #E0F2FE
     - Secondary: #14B8A6 (Teal Accent)
     - Secondary Light: #CCFBF1
     - Accent: #FFFFFF
     - Background: #F8FAFC
     - Text Dark: #0F172A
     - Text Muted: #64748B
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary: #0EA5E9;
  --primary-dark: #0284C7;
  --primary-light: #E0F2FE;
  --secondary: #14B8A6;
  --secondary-dark: #0D9488;
  --secondary-light: #CCFBF1;
  --accent: #FFFFFF;
  --bg-main: #F8FAFC;
  --bg-card: #FFFFFF;
  --text-dark: #0F172A;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  --border-light: #E2E8F0;
  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 10px 25px -5px rgba(14, 165, 233, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 20px 35px -10px rgba(14, 165, 233, 0.15), 0 10px 15px -8px rgba(0, 0, 0, 0.05);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --radius-full: 9999px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bg-main);
  color: var(--text-dark);
  line-height: 1.6;
  padding-bottom: 70px; /* Offset for sticky mobile bottom bar */
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

.text-primary-custom {
  color: var(--primary) !important;
}

.text-secondary-custom {
  color: var(--secondary) !important;
}

.bg-primary-custom {
  background-color: var(--primary) !important;
}

.bg-primary-light {
  background-color: var(--primary-light) !important;
}

.bg-secondary-light {
  background-color: var(--secondary-light) !important;
}

/* Section Common Styling */
.section-padding {
  padding: 50px 0;
}

@media (max-width: 768px) {
  .section-padding {
    padding: 40px 0;
  }
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.05rem;
  max-width: 800px;
  margin: 0 auto 24px auto;
}

/* Header & Navigation */
.navbar-theme {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  transition: var(--transition);
  padding: 12px 0;
}

.navbar-theme.scrolled {
  box-shadow: var(--shadow-sm);
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.98);
}

.brand-logo-img {
  max-height: 46px;
  width: auto;
  border-radius: var(--radius-sm);
  object-fit: contain;
}

.brand-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-dark);
}

.nav-link {
  font-weight: 500;
  color: var(--text-dark) !important;
  font-size: 0.88rem;
  padding: 6px 10px !important;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}

.nav-link:hover, .nav-link.active {
  color: var(--primary) !important;
  background: var(--primary-light);
}

.btn-book-nav {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff !important;
  font-weight: 600;
  padding: 8px 18px;
  font-size: 0.88rem;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
  border: none;
  transition: var(--transition);
}

.btn-book-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
}

@media (min-width: 992px) and (max-width: 1250px) {
  .nav-link {
    font-size: 0.8rem;
    padding: 4px 6px !important;
  }
  .btn-book-nav {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
  .navbar-nav {
    gap: 0px !important;
  }
}

/* Hero Section */
.hero-wrapper {
  position: relative;
  padding-top: 130px;
  padding-bottom: 90px;
  background: linear-gradient(135deg, #F0F9FF 0%, #E6FFFA 100%);
  overflow: hidden;
}

.hero-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.hero-shape-2 {
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.15) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}

.owner-badge-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-lg);
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.owner-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-light);
  box-shadow: var(--shadow-sm);
}

.rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #FEF3C7;
  color: #D97706;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }
}

.hero-tagline {
  font-size: 1.25rem;
  color: var(--primary-dark);
  font-weight: 600;
  margin-bottom: 16px;
}

.hero-image-container {
  position: relative;
  z-index: 1;
}

.hero-main-img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 6px solid #FFFFFF;
}

.hero-float-card {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-float-card {
    position: static;
    margin-top: 16px;
    width: 100%;
  }
}

.hero-float-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

/* Quick Actions Bar */
.quick-actions-bar {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.quick-actions-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 20px 24px;
  border: 1px solid var(--border-light);
}

.quick-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  border-radius: var(--radius-sm);
  background: var(--bg-main);
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 600;
  gap: 8px;
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.quick-btn i {
  font-size: 1.35rem;
  color: var(--primary);
  transition: var(--transition);
}

.quick-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.quick-btn:hover i {
  color: #FFFFFF;
}

/* Cards & Generic Components */
.universal-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  height: 100%;
  overflow: hidden;
}

.universal-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
  border-color: rgba(14, 165, 233, 0.3);
}

/* Mission Vision Values Cards */
.mvv-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 32px 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: var(--transition);
  height: 100%;
}

.mvv-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.mvv-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--secondary-light) 100%);
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

/* Highlights horizontal cards */
.highlight-item-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: var(--transition);
}

.highlight-item-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--primary);
}

.highlight-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
  background: var(--primary-light);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* Service Card */
.service-card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: var(--transition);
}

.universal-card:hover .service-card-img {
  transform: scale(1.05);
}

.service-card-body {
  padding: 24px;
}

.service-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-light);
  color: var(--primary);
  font-size: 1.1rem;
  margin-bottom: 12px;
}

/* Products Card */
.product-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}


.hover-zoom {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-zoom:hover {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
}

/* Gallery & Lightbox */
.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: var(--transition);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  color: #FFFFFF;
  padding: 16px;
  text-align: center;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Swiper Controls & Customization */
.swiper-button-next, .swiper-button-prev {
  color: var(--primary) !important;
  background: #FFFFFF;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 1.1rem !important;
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
  width: 24px !important;
  border-radius: 10px !important;
}

/* Timeline Awards */
.award-card {
  background: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 20px;
}

.award-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 2px solid var(--primary-light);
}

/* FAQ Accordion */
.accordion-theme .accordion-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md) !important;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.accordion-theme .accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--text-dark);
  padding: 18px 24px;
  background: #FFFFFF;
  box-shadow: none !important;
}

.accordion-theme .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: var(--primary-light);
}

.accordion-theme .accordion-body {
  padding: 20px 24px;
  color: var(--text-muted);
}

/* Business Hours Card */
.hours-card {
  background: linear-gradient(135deg, var(--text-dark) 0%, #1E293B 100%);
  color: #FFFFFF;
  border-radius: var(--radius-md);
  padding: 32px;
  box-shadow: var(--shadow-lg);
}

.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}

.hours-row:last-child {
  border-bottom: none;
}

/* Contact Form */
.form-theme .form-control,
.form-theme .form-select {
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  border: 1px solid var(--border-light);
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-theme .form-control:focus,
.form-theme .form-select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
}

.btn-primary-custom {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #FFFFFF;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  border: none;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.35);
  transition: var(--transition);
}

.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
  color: #FFFFFF;
}

/* Floating Action Buttons */
.floating-actions {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 992px) {
  .floating-actions {
    bottom: 30px;
  }
}

.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.35rem;
  box-shadow: var(--shadow-lg);
  transition: var(--transition);
  border: none;
}

.float-whatsapp {
  background: #25D366;
}

.float-call {
  background: var(--primary);
}

.float-scrolltop {
  background: var(--text-dark);
  opacity: 0;
  visibility: hidden;
}

.float-scrolltop.show {
  opacity: 1;
  visibility: visible;
}

.float-btn:hover {
  transform: scale(1.1);
  color: #FFFFFF;
}

/* Sticky Mobile Bottom Bar */
.sticky-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-light);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 8px 4px;
  z-index: 1000;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
  .sticky-mobile-bar {
    display: none !important;
  }
}

.mobile-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 500;
  gap: 3px;
  flex: 1;
  text-decoration: none;
}

.mobile-nav-btn i {
  font-size: 1.25rem;
  color: var(--primary);
}

.mobile-nav-btn.btn-highlight {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #FFFFFF !important;
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  margin: 0 4px;
}

.mobile-nav-btn.btn-highlight i {
  color: #FFFFFF !important;
}

/* Video Responsive Embed Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer Styling */
.footer-theme {
  background: #0F172A;
  color: #94A3B8;
  padding: 60px 0 30px 0;
}

.footer-theme h5 {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.footer-link {
  color: #94A3B8;
  transition: var(--transition);
  display: block;
  margin-bottom: 8px;
}

.footer-link:hover {
  color: var(--primary-light);
  transform: translateX(4px);
}

.social-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
  margin-right: 8px;
  margin-bottom: 8px;
}

.social-icon-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* Connect with Us section styling override for light card */
#contact .social-icon-btn {
  background: var(--primary-light);
  color: var(--primary);
}
#contact .social-icon-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
}

/* Footer text visibility improvements */
.footer-theme .text-muted,
.footer-theme p.text-muted,
.footer-theme .small.text-muted {
  color: #CBD5E1 !important;
}

.footer-theme .text-primary-custom {
  color: #38BDF8 !important; /* Premium light blue contrast */
  transition: color 0.2s ease;
}
.footer-theme .text-primary-custom:hover {
  color: #7DD3FC !important;
}

/* User video layout absolute scaling inside .video-container */
.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* Read More / Read Less styling */
.read-more-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.read-more-content {
  max-height: 120px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
  width: 100%;
}
.read-more-content.expanded {
  max-height: none !important;
}
.read-more-btn {
  display: none;
  background: none;
  border: none;
  color: var(--primary) !important;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 12px;
  margin-top: 8px;
  transition: var(--transition);
  text-decoration: underline;
}
.read-more-btn:hover {
  color: var(--primary-dark) !important;
}

/* Ensure GLightbox navigation arrows are visible on mobile */
.glightbox-mobile .gprev,
.glightbox-mobile .gnext {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}
