:root {
  --themecolor: #d7aa45;
  --themecolor_secondary: #b98a2e;
  --themecolor_bg: #d7aa45;
  --third_bg: #b98a2e;
  --theme_black: #050505;
  --theme_bg_dark: #050505;
  --theme_bg_secondary: #101010;
  --theme-light-heading-1-font-color: #050505;
  --theme-light-heading-2-font-color: #050505;
  --theme-light-heading-3-font-color: #050505;
  --theme-light-heading-4-font-color: #050505;
  --theme-light-heading-5-font-color: #050505;
  --theme-light-heading-6-font-color: #050505;
  --gv-gold: #d7aa45;
  --gv-gold-dark: #a97722;
  --gv-black: #050505;
  --gv-ink: #141414;
  --gv-muted: #666;
  --gv-line: #e7e2d8;
}

body {
  color: var(--gv-ink);
}

.gv-header .cs_main_header {
  background: rgba(5, 5, 5, 0.96);
}

.gv-header.cs_site_header.cs_style1 .cs_main_header_left {
  border-right: 0 !important;
}

.gv-header .cs_nav_list > li > a,
.gv-header .cs_nav_list > li > a span {
  color: #fff !important;
}

.gv-header .cs_nav_list > li.active > a,
.gv-header .cs_nav_list > li.active > a span,
.gv-header .cs_nav_list > li > a:hover,
.gv-header .cs_nav_list > li > a:hover span,
.gv-header .cs_nav_list ul li a:hover {
  color: var(--gv-gold) !important;
}

.gv-header .cs_nav_list ul a,
.gv-header .cs_nav_list ul a span {
  color: var(--gv-black) !important;
}

.gv-header .cs_nav_list > li > ul,
.gv-header .cs_nav_list ul {
  background: #fff !important;
  border: 1px solid rgba(215, 170, 69, 0.28);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.gv-header .cs_nav_list ul a:hover,
.gv-header .cs_nav_list ul a:hover span {
  color: var(--gv-gold-dark) !important;
}

.gv-header .cs_munu_toggle span,
.gv-header .cs_munu_toggle span::before,
.gv-header .cs_munu_toggle span::after {
  background-color: var(--gv-gold) !important;
}

.gv-header .cs_munu_dropdown_toggle {
  color: var(--gv-gold);
}

.gv-logo-shell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  padding: 14px 18px;
  min-height: 82px;
  border: 0;
}

.gv-logo-shell img {
  width: min(260px, 42vw);
  max-height: 62px;
  object-fit: contain;
}

.gv-logo-shell-sidebar,
.gv-footer-logo {
  width: 100%;
  max-width: 320px;
}

.themecolor-bg,
.themecolor-bg-primary,
.secondary-btn {
  background: linear-gradient(135deg, var(--gv-gold), var(--gv-gold-dark));
}

.themecolor {
  color: var(--gv-gold);
}

.cs-primary-btn {
  letter-spacing: 0;
}

.cs-primary-btn.themecolor-bg span,
.secondary-btn span {
  color: #050505;
  font-weight: 800;
}

.theme-black-bg {
  background: #050505;
}

.gv-hero-wrap {
  background: #050505;
}

.gv-hero-item {
  min-height: 780px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gv-hero-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.12));
}

.gv-hero-content {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.gv-hero-content h1 {
  max-width: 980px;
}

.gv-hero-content .hero-strong-title {
  color: #fff;
}

.gv-hero-content .hero-subtitle {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
}

.gv-section {
  padding: 110px 0;
}

.gv-small-title {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--gv-gold-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.gv-section h2 {
  margin-bottom: 22px;
}

.gv-intro p,
.gv-section-heading p {
  color: var(--gv-muted);
  font-size: 18px;
  line-height: 1.75;
}

.gv-image-stack {
  position: relative;
  padding: 0 42px 42px 0;
}

.gv-image-stack-right {
  padding: 0 0 42px 42px;
}

.gv-image-stack img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.gv-license-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(330px, 80%);
  background: #050505;
  border-left: 5px solid var(--gv-gold);
  padding: 28px;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.gv-image-stack-right .gv-license-box {
  right: auto;
  left: 0;
}

.gv-license-box strong,
.gv-license-box span {
  display: block;
}

.gv-license-box strong {
  font-size: 24px;
  line-height: 1.2;
}

.gv-license-box span {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}

.gv-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.gv-check-grid span {
  border: 1px solid var(--gv-line);
  padding: 16px 18px;
  border-radius: 6px;
  background: #fff;
  font-weight: 700;
}

.gv-check-grid span::before,
.gv-detail-list span::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  background: var(--gv-gold);
  transform: rotate(45deg);
}

.gv-stats-band {
  background: #050505;
  padding: 64px 0;
}

.gv-stat {
  border-left: 1px solid rgba(215, 170, 69, 0.35);
  padding: 10px 24px;
  min-height: 110px;
}

.gv-stat strong {
  display: block;
  color: var(--gv-gold);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.gv-stat span {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-weight: 700;
}

.gv-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 52px;
}

.gv-section-heading h2,
.gv-section-heading p,
.gv-section-heading .gv-small-title {
  grid-column: 1;
}

.gv-link {
  grid-column: 2;
  grid-row: 1 / span 3;
  color: var(--gv-gold-dark);
  font-weight: 800;
  align-self: center;
}

.gv-service-card .srv-img img,
.gv-service-box img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gv-service-card .services-content p {
  min-height: 96px;
}

.gv-service-box {
  height: 100%;
  background: #fff;
  border: 1px solid var(--gv-line);
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gv-service-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
}

.gv-service-box div {
  padding: 28px;
}

.gv-service-box span {
  color: var(--gv-gold-dark);
  font-weight: 900;
}

.gv-service-box h3 {
  margin: 8px 0 12px;
}

.gv-service-box p {
  color: var(--gv-muted);
}

.gv-service-box a,
.gv-mini-service,
.gv-panel-cta {
  color: var(--gv-black);
  font-weight: 800;
  border-bottom: 2px solid var(--gv-gold);
}

.gv-gallery-preview {
  background: #050505;
}

.gv-heading-dark h2,
.gv-heading-dark p {
  color: #fff;
}

.gv-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gv-gallery-tile,
.gv-masonry-gallery .item a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #050505;
}

.gv-gallery-grid .item {
  min-width: 0;
}

.gv-gallery-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gv-gallery-tile:hover img,
.gv-masonry-gallery .item a:hover img {
  transform: scale(1.05);
}

.gv-masonry-gallery {
  display: block;
  column-count: 3;
  column-gap: 18px;
}

.gv-masonry-gallery .item {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
}

.gv-masonry-gallery .item img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gv-masonry-gallery .gallery-horizontal img {
  aspect-ratio: 4 / 3;
}

.gv-masonry-gallery .gallery-vertical img {
  aspect-ratio: 3 / 4;
}

.gallery-hover-icon {
  background: rgba(5, 5, 5, 0.55);
}

.gallery-hover-icon i {
  color: var(--gv-gold);
}

.gv-contact-strip {
  background: #f7f5f0;
}

.gv-process {
  background: #f7f5f0;
}

.gv-process-card {
  height: 100%;
  padding: 34px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid var(--gv-line);
}

.gv-process-card strong {
  color: var(--gv-gold-dark);
  font-size: 32px;
}

.gv-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.gv-detail-list span {
  padding: 16px 18px;
  background: #f7f5f0;
  border-radius: 6px;
  font-weight: 700;
}

.gv-detail-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}

.gv-mini-service {
  display: block;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--gv-line);
  border-radius: 6px;
}

.gv-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  z-index: 0;
}

.gv-breadcrumb {
  position: relative;
  overflow: hidden;
}

.gv-breadcrumb > .container {
  position: relative;
  z-index: 1;
}

.gv-contact-card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--gv-line);
  border-radius: 6px;
  background: #fff;
}

.gv-contact-card span {
  display: block;
  color: var(--gv-gold-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.gv-contact-card a,
.gv-contact-card p {
  color: var(--gv-black);
  font-weight: 800;
}

.gv-contact-map-and-form iframe {
  width: 100%;
  min-height: 680px;
  border: 0;
  filter: grayscale(1);
}

.gv-contact-form select,
.gv-contact-form input,
.gv-contact-form textarea {
  width: 100%;
  border: 1px solid var(--gv-line);
  border-radius: 4px;
  background: #fff;
}

.gv-contact-form select {
  height: 60px;
  padding: 0 18px;
  color: var(--gv-muted);
}

.gv-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gv-alert {
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 22px;
  font-weight: 700;
}

.gv-alert-success {
  background: #eef8ef;
  color: #1f6a2a;
  border: 1px solid #b8dfbd;
}

.gv-alert-error {
  background: #fff1ef;
  color: #8d2d1d;
  border: 1px solid #efc6bd;
}

.gv-footer {
  background-color: #050505;
}

.gv-footer-contact a,
.gv-footer-contact p {
  color: rgba(255, 255, 255, 0.78);
}

.gv-whatsapp {
  position: fixed;
  right: 28px;
  bottom: 30px;
  z-index: 999;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.38);
}

.gv-whatsapp:hover {
  color: #fff;
  transform: translateY(-2px);
}

.gv-whatsapp-icon {
  position: relative;
  z-index: 2;
  font-size: 31px;
  letter-spacing: 0;
  line-height: 1;
}

.gv-whatsapp-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: gvPulse 1.8s infinite;
}

@keyframes gvPulse {
  0% {
    transform: scale(0.82);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.28);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gv-whatsapp-pulse,
  .gv-gallery-tile img,
  .gv-masonry-gallery .item img,
  .gv-service-box {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1199px) {
  .gv-hero-item {
    min-height: 700px;
  }

  .gv-header .cs_nav_list > li > a,
  .gv-header .cs_nav_list > li > a span {
    color: var(--gv-black) !important;
  }
}

@media (max-width: 991px) {
  .gv-section {
    padding: 78px 0;
  }

  .gv-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gv-masonry-gallery {
    column-count: 2;
  }

  .gv-section-heading {
    display: block;
  }

  .gv-link {
    display: inline-block;
    margin-top: 12px;
  }

  .gv-contact-map-and-form iframe {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .gv-logo-shell {
    padding: 10px 12px;
    min-height: 62px;
  }

  .gv-logo-shell img {
    width: min(210px, 62vw);
    max-height: 48px;
  }

  .gv-hero-item {
    min-height: 640px;
  }

  .gv-check-grid,
  .gv-gallery-grid {
    grid-template-columns: 1fr;
  }

  .gv-masonry-gallery {
    column-count: 1;
  }

  .gv-image-stack,
  .gv-image-stack-right {
    padding: 0 0 34px;
  }

  .gv-license-box,
  .gv-image-stack-right .gv-license-box {
    left: 16px;
    right: 16px;
    width: auto;
  }

  .gv-whatsapp {
    right: 18px;
    bottom: 20px;
    width: 58px;
    height: 58px;
  }
}
