@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
  --primary-gold: #c5a059;
  --secondary-gold: #e6c57a;
  --dark-bg: #0f0f11;
  --dark-card: #1a1a1c;
  --text-main: #f0f0f0;
  --text-muted: #aaaaaa;
}

body {
  font-family: 'Outfit', sans-serif !important;
  background-color: var(--dark-bg) !important;
  color: var(--text-main) !important;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: 'Playfair Display', serif !important;
  color: #fff !important;
}

/* Global Enhancements */
html {
  scroll-behavior: smooth;
}

::selection {
  background: var(--primary-gold);
  color: var(--dark-bg);
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--dark-bg);
}
::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-gold);
}

/* Navbar */
.ftco-navbar-light {
  background: rgba(15, 15, 17, 0.9) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.ftco-navbar-light.scrolled {
  background: rgba(15, 15, 17, 0.98) !important;
  margin-top: 0 !important;
  border-bottom: 1px solid var(--primary-gold);
}

.ftco-navbar-light.scrolled .nav-link {
  color: var(--text-main) !important;
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: #fff !important;
}

.ftco-navbar-light .navbar-brand {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ftco-navbar-light .navbar-brand span {
  color: var(--primary-gold);
  font-weight: 700;
  letter-spacing: 1px;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-main) !important;
  transition: 0.3s ease;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: var(--primary-gold) !important;
  position: relative;
}
.ftco-navbar-light .navbar-nav > .nav-item.active > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-gold);
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: var(--primary-gold) !important;
  transform: translateY(-2px);
}

/* Slider / Hero */
.slider-item {
  position: relative;
}
.slider-item .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to right, rgba(15,15,17,0.8) 0%, rgba(15,15,17,0.1) 100%);
  opacity: 1 !important;
}

/* Fix original pink line from template */
.owl-carousel.home-slider .slider-item .slider-text .text:after {
  background: var(--primary-gold) !important;
}

.slider-text h1 {
  font-size: 4.5rem !important;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 2px 2px 30px rgba(0,0,0,0.8);
  letter-spacing: 1px;
}

.btn-primary, .btn-outline-white {
  background: transparent !important;
  border: 1px solid var(--primary-gold) !important;
  color: var(--primary-gold) !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  transition: all 0.4s ease;
}

.btn-primary:hover, .btn-outline-white:hover {
  background: var(--primary-gold) !important;
  color: var(--dark-bg) !important;
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}

.unique-hero {
  background: #000;
  min-height: 100vh;
  padding: 96px 0 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.unique-hero__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  min-height: calc(100vh - 132px);
}

.unique-hero__content {
  position: relative;
  flex: 0 0 46%;
  max-width: 46%;
  z-index: 2;
  padding: 210px 0 0 6px;
}

.unique-hero__initial {
  position: absolute;
  top: 132px;
  left: 0;
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 330px;
  font-weight: 700;
  line-height: 0.85;
  color: rgba(255, 255, 255, 0.72);
  background-image: url('../images/hero-premium.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.75;
  pointer-events: none;
  z-index: 1;
  will-change: transform;
}

.unique-hero__content h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-left: 64px;
  font-family: 'Outfit', sans-serif !important;
  font-size: 86px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.05em;
  color: #fff !important;
  width: 150%;
  max-width: none;
  will-change: transform, opacity;
}

.unique-hero__content p {
  position: relative;
  z-index: 2;
  margin: 24px 0 0;
  padding-left: 68px;
  max-width: 250px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  will-change: transform, opacity;
}

.unique-hero__media {
  position: relative;
  flex: 0 0 54%;
  max-width: 54%;
  height: 700px;
  overflow: hidden;
  margin-top: 16px;
  will-change: transform;
}

.unique-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.06) 100%);
  z-index: 1;
}

.unique-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: grayscale(100%);
}

@media (max-width: 1199.98px) {
  .unique-hero {
    padding-top: 92px;
  }

  .unique-hero__content {
    padding-top: 190px;
  }

  .unique-hero__content h1 {
    font-size: 72px;
    padding-left: 46px;
    width: 145%;
  }

  .unique-hero__content p {
    padding-left: 48px;
  }

  .unique-hero__initial {
    top: 128px;
    font-size: 280px;
  }

  .unique-hero__media {
    height: 590px;
  }
}

@media (max-width: 991.98px) {
  .unique-hero {
    padding-top: 110px;
  }

  .unique-hero__inner {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    gap: 30px;
  }

  .unique-hero__content,
  .unique-hero__media {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .unique-hero__content {
    padding: 148px 0 0;
  }

  .unique-hero__initial {
    top: 56px;
    font-size: 220px;
  }

  .unique-hero__content h1 {
    padding-left: 34px;
    font-size: 64px;
  }

  .unique-hero__content p {
    padding-left: 38px;
  }

  .unique-hero__media {
    height: 520px;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .unique-hero {
    min-height: 100svh;
    padding: 86px 0 24px;
    align-items: flex-start;
  }

  .unique-hero .container {
    max-width: 100%;
    padding: 0 14px;
  }

  .unique-hero__inner {
    position: relative;
    display: block;
    min-height: calc(100svh - 110px);
  }

  .unique-hero__content {
    position: absolute;
    top: 118px;
    left: 18px;
    z-index: 3;
    max-width: 64%;
    padding-top: 0;
    min-height: 0;
  }

  .unique-hero__initial {
    top: -26px;
    left: 0;
    font-size: 160px;
  }

  .unique-hero__content h1 {
    padding-left: 18px;
    font-size: 34px;
    line-height: 1.05;
    width: 135%;
  }

  .unique-hero__content p {
    margin-top: 16px;
    padding-left: 18px;
    max-width: 180px;
    font-size: 12px;
    line-height: 1.45;
  }

  .unique-hero__media {
    position: absolute;
    top: 98px;
    right: 14px;
    width: 54%;
    max-width: none;
    height: 420px;
    margin-top: 0;
  }
}

/* Services Sections */
.bg-light, .bg-dark, .ftco-bg-dark {
  background-color: var(--dark-card) !important;
  color: var(--text-main) !important;
}

.services .icon {
  background: transparent !important;
  width: 80px;
  height: 80px;
  border: 1px solid var(--primary-gold);
  border-radius: 50%;
  color: var(--primary-gold) !important;
  transition: all 0.3s;
}

.services:hover .icon {
  background: var(--primary-gold) !important;
  color: var(--dark-bg) !important;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.4);
}
.services:hover .icon span {
  color: var(--dark-bg) !important;
}

.services p {
  color: var(--text-muted);
}

/* Image Wraps */
.img {
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.5s ease;
}
.img:hover {
  transform: scale(1.02);
}

/* Subheadings */
.subheading {
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary-gold) !important;
  font-size: 13px;
  font-weight: 600;
}

/* Project Cards */
.project {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.project img {
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
}
.project:hover img {
  transform: scale(1.1);
}
.project .text {
  background: linear-gradient(to top, rgba(15,15,17,0.9) 0%, rgba(15,15,17,0) 100%) !important;
}
.project .text h3 {
  color: var(--primary-gold) !important;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
}
.project .icon {
  background: var(--primary-gold) !important;
  color: var(--dark-bg) !important;
}

/* Testimony section */
.testimony-wrap {
  background: var(--dark-card) !important;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.testimony-wrap:hover {
  transform: translateY(-5px);
  border-color: rgba(197, 160, 89, 0.3);
}

.testimony-wrap .quote {
  background: var(--primary-gold) !important;
  color: var(--dark-bg) !important;
  border-radius: 50% !important;
}

/* Contact Page Form */
.form-control {
  background: var(--dark-card) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: var(--text-main) !important;
  font-family: 'Outfit', sans-serif;
  border-radius: 0;
}
.form-control:focus {
  border-color: var(--primary-gold) !important;
  box-shadow: none !important;
}

/* Update any dark texts directly on white BG to be light */
p, span, .text {
  color: var(--text-muted);
}
a {
  color: var(--primary-gold);
  transition: all 0.3s;
}
a:hover {
  color: var(--secondary-gold);
  text-decoration: none;
}
.contact-info p a {
  color: var(--text-main) !important;
}
.contact-info p a:hover {
  color: var(--primary-gold) !important;
}
.ftco-section {
  background-color: var(--dark-bg);
}

.heading-section h2 {
    font-size: 40px;
}

.ftco-counter .text span {
    color: var(--text-muted);
}
.ftco-counter .text strong.number {
    color: var(--primary-gold);
    font-family: 'Playfair Display', serif;
}

/* Footer */
.ftco-footer {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: var(--dark-card) !important;
}
.ftco-footer .ftco-heading-2 {
  color: var(--primary-gold) !important;
  font-family: 'Outfit', sans-serif !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ftco-footer a {
  color: var(--text-muted) !important;
  transition: color 0.3s;
}
.ftco-footer a:hover {
  color: var(--primary-gold) !important;
}

/* Breadcrumbs (Project, Contact header) */
.breadcrumbs {
  font-family: 'Outfit', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.breadcrumbs span a {
  color: var(--text-muted) !important;
}
.breadcrumbs span {
  color: var(--primary-gold) !important;
}

/* Fix some specific bootstrap text colors overridden by dark mode */
.heading-section-white h2 {
  color: #fff !important;
}
.block-6.services .heading {
  font-size: 22px;
}

/* Counter */
#section-counter {
	position: relative;
}
#section-counter::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(15, 15, 17, 0.85); /* Dark overlay over the image */
}

/* Agency Footer Credit */
.agency-credit {
  color: #7b7b7b !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.agency-credit:hover {
  color: var(--primary-gold) !important;
  text-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: var(--primary-gold);
  color: var(--dark-bg);
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none !important;
  animation: pulse-gold 2s infinite;
}

@keyframes pulse-gold {
  0% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(197, 160, 89, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(197, 160, 89, 0);
  }
}

.whatsapp-float:hover {
  transform: scale(1.1) rotate(10deg);
  background-color: #fff;
  color: var(--primary-gold);
  box-shadow: 0 0 20px rgba(197, 160, 89, 0.6);
  animation: none;
}

.map,
.map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider,
  .owl-carousel.home-slider .slider-item,
  .owl-carousel.home-slider .slider-item .slider-text,
  .js-fullheight {
    height: auto !important;
    min-height: 100svh;
  }

  .owl-carousel.home-slider {
    touch-action: pan-y;
  }

  .row.block-9 > .map {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2rem;
    padding: 0 15px;
  }
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider,
  .owl-carousel.home-slider .slider-item,
  .owl-carousel.home-slider .slider-item .slider-text,
  .js-fullheight {
    min-height: 70svh;
  }
}
