/* ============================================================
   Skylight — Professional Enhancement Layer
   Loaded AFTER style.css — overrides with explicit specificity
   ============================================================ */

/* ── Variables ── */
:root {
  --gold:       #c9a84c;
  --gold-hover: #a07835;
  --gold-glow:  rgba(201,168,76,0.20);
  --dark:       #111111;
  --light-bg:   #f8f7f5;
}

/* ============================================================
   GLOBAL
   ============================================================ */
html { scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ============================================================
   TOP BAR
   ============================================================ */
.fixed2 .top-bar {
  background: linear-gradient(90deg, #0d0d0d 0%, #1a1a1a 100%) !important;
  border-bottom: 1px solid rgba(201,168,76,0.25) !important;
  padding: 6px 20px !important;
}

.fixed2 .top-bar a {
  color: #cccccc !important;
  font-size: 13px !important;
  transition: color 0.25s ease !important;
}

.fixed2 .top-bar a:hover {
  color: #c9a84c !important;
}

/* Pill action buttons */
.fixed2 .top-bar .contact-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 13px !important;
  border-radius: 50px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  line-height: 1 !important;
  margin-left: 6px !important;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease !important;
}

.fixed2 .top-bar .contact-button.contact-call {
  background: rgba(201,168,76,0.12) !important;
  border: 1.5px solid rgba(201,168,76,0.35) !important;
  color: #c9a84c !important;
}

.fixed2 .top-bar .contact-button.contact-call:hover {
  background: rgba(201,168,76,0.22) !important;
  border-color: rgba(201,168,76,0.65) !important;
  color: #e8c86e !important;
}

.fixed2 .top-bar .contact-button.contact-call i {
  font-size: 13px !important;
}

.fixed2 .top-bar .contact-button.contact-wa {
  background: rgba(37,211,102,0.12) !important;
  border: 1.5px solid rgba(37,211,102,0.35) !important;
  color: #25d366 !important;
}

.fixed2 .top-bar .contact-button.contact-wa:hover {
  background: rgba(37,211,102,0.22) !important;
  border-color: rgba(37,211,102,0.65) !important;
  color: #2fe074 !important;
}

.fixed2 .top-bar .contact-button.contact-wa i {
  font-size: 18px !important;
}

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar-default {
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 24px rgba(0,0,0,0.07) !important;
  border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  padding-bottom: 4px !important;
}

/* Kill the old blue underline pseudo-element */
.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  display: none !important;
}

/* Gold underline via ::after */
.navbar-default.navbar-trans .nav-link::after,
.navbar-default.navbar-reduce .nav-link::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 2px !important;
  background: #c9a84c !important;
  transition: width 0.28s ease !important;
}

.navbar-default.navbar-trans .nav-link:hover::after,
.navbar-default.navbar-trans .nav-link.active::after,
.navbar-default.navbar-reduce .nav-link:hover::after,
.navbar-default.navbar-reduce .nav-link.active::after {
  width: 100% !important;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-trans .nav-link.active,
.navbar-default.navbar-reduce .nav-link:hover,
.navbar-default.navbar-reduce .nav-link.active {
  color: #a07835 !important;
}

/* Mobile menu border */
@media (max-width: 991px) {
  .navbar-default .navbar-collapse.show {
    border-top: 2px solid #c9a84c !important;
    background: white !important;
    padding: 0.75rem 1rem !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  }
  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    border-bottom: 1px solid #f0f0f0 !important;
  }
}

/* ============================================================
   HERO / INTRO
   ============================================================ */
.intro {
  height: 100vh !important;
}

.intro .overlay-a,
.overlay-a {
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05) 0%,
    rgba(0,0,0,0.25) 35%,
    rgba(0,0,0,0.70) 100%
  ) !important;
}

.intro .intro-title,
h1.intro-title {
  font-size: 4rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4) !important;
  line-height: 1.1 !important;
}

@media (max-width: 767px) {
  .intro .intro-title,
  h1.intro-title { font-size: 2.4rem !important; }
}

.intro .intro-body {
  padding-left: 2rem !important;
  border-left: 4px solid #c9a84c !important;
}

/* ============================================================
   SECTION TITLES
   ============================================================ */
.title-a {
  font-size: 2.1rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
  letter-spacing: -0.01em !important;
}

.title-wrap {
  padding-bottom: 1.5rem !important;
}

/* Gold accent line under title */
.title-box .title-a::after,
.title-wrap .title-a::after {
  content: '' !important;
  display: block !important;
  width: 48px !important;
  height: 3px !important;
  background: #c9a84c !important;
  margin-top: 10px !important;
  border-radius: 2px !important;
}

.color-text-a {
  color: #666666 !important;
  font-size: 0.95rem !important;
  line-height: 1.75 !important;
}

/* ============================================================
   WELCOME SECTION (2-column with YouTube)
   ============================================================ */
.welcome-section {
  padding: 4rem 0 !important;
  background: #ffffff !important;
}

.welcome-section .title-box,
.welcome-section .welcome-text-box {
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.welcome-section .title-box::before { display: none !important; }

.welcome-section .title-a,
.welcome-text-box .title-a {
  color: #111111 !important;
}

.welcome-section p,
.welcome-text-box .welcome-sub {
  color: #555555 !important;
  font-size: 1rem !important;
  line-height: 1.8 !important;
}

.welcome-sub em {
  color: #a07835 !important;
  font-weight: 500 !important;
  font-style: italic !important;
}

/* ============================================================
   ABOUT SERVICE ICONS (homepage contact info row)
   ============================================================ */
.section-services:not(.welcome-section) .title-box {
  text-align: center !important;
  padding: 3rem 2.5rem !important;
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid rgba(201,168,76,0.15) !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.25) !important;
}

/* Subtle gold top accent bar */
.section-services:not(.welcome-section) .title-box::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 80px !important;
  height: 3px !important;
  background: #c9a84c !important;
  border-radius: 0 0 4px 4px !important;
}

.section-services:not(.welcome-section) .title-box h2.title-a {
  color: #ffffff !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.section-services:not(.welcome-section) .title-box h2.title-a::after {
  margin: 10px auto 0 !important;
  background: #c9a84c !important;
}

.section-services:not(.welcome-section) .title-box p {
  color: rgba(255,255,255,0.6) !important;
  font-size: 1rem !important;
  max-width: 520px !important;
  margin: 0.5rem auto 0 !important;
  line-height: 1.7 !important;
}

/* Equal-height card row */
.section-services:not(.welcome-section) .row.mt-4 {
  display: flex !important;
  align-items: stretch !important;
}

.section-services:not(.welcome-section) .row.mt-4 > [class*="col"] {
  display: flex !important;
}

.icon-box {
  background: #ffffff !important;
  border-radius: 14px !important;
  padding: 1.75rem 1.5rem !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07) !important;
  border: 1px solid rgba(0,0,0,0.07) !important;
  transition: box-shadow 0.32s ease, transform 0.32s ease, border-color 0.32s ease !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 1.1rem !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
}

/* Gold left accent bar */
.icon-box::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 4px !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #c9a84c, #a07835) !important;
  opacity: 0 !important;
  transition: opacity 0.32s ease !important;
}

.icon-box:hover::before {
  opacity: 1 !important;
}

.icon-box:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.13) !important;
  transform: translateY(-4px) !important;
  border-color: rgba(201,168,76,0.35) !important;
}

/* Gold circle icon container */
.icon-box .icon-box-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  border-radius: 50% !important;
  background: rgba(201,168,76,0.10) !important;
  border: 1.5px solid rgba(201,168,76,0.30) !important;
  font-size: 1.4rem !important;
  color: #c9a84c !important;
  transition: background 0.3s ease, border-color 0.3s ease !important;
}

.icon-box:hover .icon-box-icon {
  background: rgba(201,168,76,0.18) !important;
  border-color: rgba(201,168,76,0.60) !important;
}

.icon-box .icon-box-content.table-cell {
  display: block !important;
  padding-top: 0 !important;
  flex: 1 !important;
}

.icon-box .icon-title {
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
  color: #111 !important;
  margin-bottom: 0.35rem !important;
}

.icon-box .icon-box-content p {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: #444444 !important;
}

.icon-box .icon-box-content .color-a {
  color: #a07835 !important;
  font-weight: 500 !important;
}

/* ============================================================
   PRODUCT CARDS (carousel + grid)
   ============================================================ */
.card-box-a,
.card-box-b {
  border-radius: 10px !important;
  overflow: hidden !important;
  transition: transform 0.32s ease, box-shadow 0.32s ease !important;
}

.card-box-a:hover,
.card-box-b:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.18) !important;
}

/* Image zoom on hover */
.card-box-a .img-a,
.card-box-b .img-a,
.card-box-a .img-b,
.card-box-b .img-b {
  transition: transform 0.65s ease !important;
}

.card-box-a:hover .img-a,
.card-box-b:hover .img-a,
.card-box-a:hover .img-b,
.card-box-b:hover .img-b {
  transform: scale(1.07) !important;
}

/* Gradient overlay */
.card-shadow::before {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.10) 40%,
    rgba(0,0,0,0.78) 100%
  ) !important;
}

/* Gold accent bottom bar on hover */
.card-box-a::after,
.card-box-b::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 3px !important;
  background: #c9a84c !important;
  transition: width 0.35s ease !important;
  z-index: 5 !important;
}

.card-box-a:hover::after,
.card-box-b:hover::after {
  width: 100% !important;
}

/* Card title text */
.card-header-b .title-2 {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5) !important;
}

/* ── Consistent image sizing ── */
.img-box-a,
.img-box-b {
  position: relative !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
}

.img-box-a img,
.img-box-b img,
.img-a.img-fluid,
.img-b.img-fluid {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

/* news-grid row spacing */
.news-grid .card-box-b,
.news-grid .card-box-a {
  margin-bottom: 1.75rem !important;
}

/* ============================================================
   INTRO SINGLE (inner page header)
   ============================================================ */
.intro-single {
  background: linear-gradient(135deg, #f8f7f5 0%, #eeecea 100%) !important;
  border-bottom: 1px solid rgba(0,0,0,0.07) !important;
  padding: 10rem 0 3.5rem !important;
}

.intro-single .title-single-box {
  border-left: 4px solid #c9a84c !important;
  padding: 0.75rem 0 0.75rem 1.5rem !important;
}

.intro-single .title-single {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

.breadcrumb-item a { color: #a07835 !important; }
.breadcrumb-item.active { color: #666666 !important; }

/* ============================================================
   SECTIONS BACKGROUND ALTERNATION
   ============================================================ */
.section-news {
  background: #f8f7f5 !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* ============================================================
   FOOTER
   ============================================================ */
.section-footer {
  background: linear-gradient(160deg, #111111 0%, #1c1c1c 100%) !important;
  padding-top: 60px !important;
  margin-top: 60px !important;
}

.section-footer .w-title-a {
  color: #c9a84c !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

.section-footer .w-text-a,
.section-footer .color-text-a {
  color: rgba(255,255,255,0.55) !important;
}

.section-footer .color-a {
  color: rgba(255,255,255,0.80) !important;
}

.section-footer .w-footer-a a {
  color: rgba(255,255,255,0.80) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.section-footer .w-footer-a a:hover {
  color: #c9a84c !important;
}

.section-footer .item-list-a a {
  color: rgba(255,255,255,0.70) !important;
  font-size: 0.9rem !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.section-footer .item-list-a a:hover {
  color: #c9a84c !important;
  padding-left: 4px !important;
}

.section-footer .item-list-a i {
  color: #c9a84c !important;
}

footer {
  background: #0d0d0d !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
  padding: 24px 0 !important;
}

footer .copyright-footer {
  border-top-color: rgba(255,255,255,0.08) !important;
}

footer .copyright-footer p,
footer .credits {
  color: #666666 !important;
}

footer .credits a { color: #c9a84c !important; }

footer .socials-a a {
  color: rgba(255,255,255,0.45) !important;
  font-size: 1.15rem !important;
  display: inline-block !important;
  transition: color 0.25s ease, transform 0.25s ease !important;
}

footer .socials-a a:hover {
  color: #c9a84c !important;
  transform: translateY(-3px) !important;
}

/* ============================================================
   PRODUCT IMAGE GALLERY LIGHTBOX
   ============================================================ */

.zoom-card { cursor: pointer !important; }

/* Magnify icon badge */
.zoom-card .zoom-icon {
  position: absolute !important; top: 12px !important; right: 12px !important;
  width: 36px !important; height: 36px !important;
  background: rgba(0,0,0,0.55) !important; border-radius: 50% !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  color: #fff !important; font-size: 0.9rem !important;
  opacity: 0 !important; transform: scale(0.75) !important;
  transition: opacity 0.25s ease, transform 0.25s ease !important;
  z-index: 10 !important; pointer-events: none !important;
}
.zoom-card:hover .zoom-icon { opacity: 1 !important; transform: scale(1) !important; }

/* Full-screen overlay */
.zoom-overlay {
  position: fixed !important; inset: 0 !important;
  background: rgba(8,8,8,0.93) !important;
  backdrop-filter: blur(8px) !important; -webkit-backdrop-filter: blur(8px) !important;
  z-index: 999999 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  padding: 70px 16px 16px !important;
  opacity: 0 !important; visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}
.zoom-overlay.active { opacity: 1 !important; visibility: visible !important; }

/* Close button */
.zoom-close-btn {
  position: fixed !important; top: 18px !important; right: 20px !important;
  width: 44px !important; height: 44px !important; border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,0.22) !important;
  background: rgba(255,255,255,0.07) !important; color: #fff !important;
  font-size: 1.5rem !important; line-height: 1 !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.25s ease !important;
  z-index: 1000001 !important;
}
.zoom-close-btn:hover {
  background: rgba(255,255,255,0.17) !important;
  border-color: rgba(255,255,255,0.55) !important;
  transform: rotate(90deg) scale(1.1) !important;
}

/* Inner content box */
.zoom-box {
  background: #111 !important; border-radius: 14px !important; overflow: hidden !important;
  max-width: 900px !important; width: 100% !important;
  max-height: calc(100vh - 90px) !important; overflow-y: auto !important;
  scrollbar-width: thin !important; scrollbar-color: rgba(201,168,76,0.3) transparent !important;
  transform: scale(0.9) translateY(24px) !important;
  transition: transform 0.38s cubic-bezier(0.34,1.3,0.64,1) !important;
}
.zoom-overlay.active .zoom-box { transform: scale(1) translateY(0) !important; }

/* Main image area */
.zoom-img-area {
  position: relative !important; background: #000 !important; width: 100% !important;
}
.zoom-img-area img {
  width: 100% !important; max-height: 55vh !important;
  object-fit: contain !important; display: block !important;
}

/* Internal prev / next arrows */
.zoom-img-arrow {
  position: absolute !important; top: 50% !important; transform: translateY(-50%) !important;
  width: 42px !important; height: 42px !important; border-radius: 50% !important;
  border: none !important; background: rgba(0,0,0,0.65) !important;
  color: #fff !important; font-size: 1rem !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  cursor: pointer !important; z-index: 10 !important;
  transition: background 0.2s ease !important;
}
.zoom-img-arrow:hover { background: rgba(201,168,76,0.85) !important; }
.zoom-img-prev { left: 12px !important; }
.zoom-img-next { right: 12px !important; }

/* Text info */
.zoom-info { padding: 1.2rem 1.5rem 0.8rem !important; }
.zoom-title {
  color: #c9a84c !important; font-size: 1.4rem !important;
  font-weight: 700 !important; margin: 0 0 0.4rem !important;
  letter-spacing: -0.01em !important; line-height: 1.25 !important;
}
.zoom-desc {
  color: rgba(255,255,255,0.68) !important; font-size: 0.88rem !important;
  line-height: 1.7 !important; margin: 0 0 0.3rem !important;
}
.zoom-counter {
  color: rgba(255,255,255,0.35) !important; font-size: 0.76rem !important;
  font-weight: 500 !important; letter-spacing: 0.07em !important;
}

/* Thumbnail strip */
.zoom-thumbs-wrap {
  padding: 0.75rem 1.5rem 1.25rem !important;
  border-top: 1px solid rgba(255,255,255,0.07) !important;
}
.zoom-thumbs {
  display: flex !important; gap: 8px !important;
  overflow-x: auto !important; padding-bottom: 4px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(201,168,76,0.4) transparent !important;
}
.zoom-thumb {
  width: 72px !important; height: 56px !important; object-fit: cover !important;
  border-radius: 6px !important; cursor: pointer !important; flex-shrink: 0 !important;
  opacity: 0.5 !important; border: 2px solid transparent !important;
  transition: opacity 0.2s ease, border-color 0.2s ease !important;
}
.zoom-thumb:hover { opacity: 0.85 !important; }
.zoom-thumb.active { opacity: 1 !important; border-color: #c9a84c !important; }

@media (max-width: 767px) {
  .zoom-overlay { padding: 60px 8px 8px !important; }
  .zoom-box { border-radius: 10px !important; max-height: calc(100vh - 70px) !important; }
  .zoom-img-area img { max-height: 42vh !important; }
  .zoom-title { font-size: 1.1rem !important; }
  .zoom-img-arrow { width: 34px !important; height: 34px !important; font-size: 0.85rem !important; }
  .zoom-img-prev { left: 6px !important; }
  .zoom-img-next { right: 6px !important; }
  .zoom-thumb { width: 56px !important; height: 44px !important; }
}

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  background: #c9a84c !important;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  transition: background 0.25s ease, transform 0.25s ease !important;
}

.back-to-top:hover {
  background: #a07835 !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 24px rgba(160,120,53,0.4) !important;
}

.back-to-top i { color: #ffffff !important; }

/* ============================================================
   PRELOADER
   ============================================================ */
#preloader:before {
  border-top-color: #c9a84c !important;
}

/* ============================================================
   PAGINATION DOTS (Swiper)
   ============================================================ */
.swiper-pagination-bullet-active {
  background-color: #c9a84c !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn.btn-a {
  background: #111111 !important;
  color: #ffffff !important;
  border: 2px solid #111111 !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.07em !important;
  text-transform: uppercase !important;
  padding: 0.8rem 2.2rem !important;
  transition: all 0.28s ease !important;
}

.btn.btn-a:hover {
  background: #c9a84c !important;
  border-color: #c9a84c !important;
  color: #111111 !important;
  box-shadow: 0 4px 16px rgba(201,168,76,0.35) !important;
}

/* ============================================================
   MAP
   ============================================================ */
.contact-map,
#map {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
  margin-top: 2rem !important;
}

/* ============================================================
   YOUTUBE THUMBNAIL
   ============================================================ */
.yt-thumb-wrap {
  position: relative !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  aspect-ratio: 16 / 9 !important;
  background: #000 !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.20) !important;
  transition: transform 0.32s ease, box-shadow 0.32s ease !important;
  display: block !important;
}

.yt-thumb-wrap:hover {
  transform: translateY(-5px) scale(1.01) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28) !important;
}

.yt-thumb-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: opacity 0.3s ease, transform 0.5s ease !important;
}

.yt-thumb-wrap:hover .yt-thumb-img {
  opacity: 0.80 !important;
  transform: scale(1.04) !important;
}

.yt-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.38) 100%) !important;
  transition: background 0.3s ease !important;
  pointer-events: none !important;
}

.yt-thumb-wrap:hover .yt-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 100%) !important;
}

.yt-play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -60%) !important;
  width: 72px !important;
  height: 52px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.45)) !important;
  transition: transform 0.25s ease, filter 0.25s ease !important;
  pointer-events: none !important;
}

.yt-thumb-wrap:hover .yt-play-btn {
  transform: translate(-50%, -60%) scale(1.14) !important;
  filter: drop-shadow(0 6px 20px rgba(255,0,0,0.5)) !important;
}

.yt-play-btn svg {
  width: 72px !important;
  height: 52px !important;
}

/* Pulse ring */
.yt-play-btn::before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 88px !important;
  height: 88px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,0.45) !important;
  transform: translate(-50%, -50%) scale(0.8) !important;
  animation: yt-pulse 2.2s ease-out infinite !important;
}

@keyframes yt-pulse {
  0%   { transform: translate(-50%, -50%) scale(0.8); opacity: 0.9; }
  70%  { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
}

.yt-label {
  position: absolute !important;
  bottom: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: rgba(255,255,255,0.82) !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  z-index: 3 !important;
  white-space: nowrap !important;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6) !important;
  transition: color 0.25s ease !important;
  pointer-events: none !important;
}

.yt-thumb-wrap:hover .yt-label { color: #ffffff !important; }

/* ============================================================
   VIDEO MODAL
   ============================================================ */
.video-modal-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.88) !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.5rem !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

.video-modal-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.video-modal-box {
  position: relative !important;
  width: 100% !important;
  max-width: 900px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #000 !important;
  box-shadow: 0 32px 80px rgba(0,0,0,0.65) !important;
  transform: scale(0.88) translateY(24px) !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.3, 0.64, 1) !important;
}

.video-modal-overlay.active .video-modal-box {
  transform: scale(1) translateY(0) !important;
}

.video-modal-close {
  position: absolute !important;
  top: -46px !important;
  right: 0 !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(255,255,255,0.30) !important;
  background: rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.25s ease, border-color 0.2s ease !important;
  z-index: 10 !important;
}

.video-modal-close:hover {
  background: rgba(255,255,255,0.22) !important;
  border-color: rgba(255,255,255,0.6) !important;
  transform: rotate(90deg) scale(1.1) !important;
}

.video-responsive {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  background: #000 !important;
}

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