/* Galaxy Diamonds reference redesign */

:root {
  --gd-black: #0b0b0b;
  --gd-charcoal: #191919;
  --gd-text: #1b1b1b;
  --gd-text-dark: #1b1b1b;
  --gd-text-light: #ffffff;
  --gd-text-soft: #d0d0d0;
  --gd-muted: #7f858a;
  --gd-page: #e6e6e6;
  --gd-soft: #f4f4f4;
  --gd-white: #ffffff;
  --gd-line: #383838;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: var(--gd-text-dark);
  background: var(--gd-page);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

a {
  color: inherit;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-muted {
  color: var(--gd-muted) !important;
}

img {
  max-width: 100%;
}

.gd-narrow {
  max-width: 970px;
}

/* Header */
.gd-navbar {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  min-height: 74px;
  padding: 0;
  background: transparent;
  z-index: 1050;
}

.gd-navbar.navbar-scrolled {
  background: transparent;
  box-shadow: none;
}

.gd-nav-container {
  min-height: 74px;
  justify-content: flex-end;
  padding-left: 310px;
}

.gd-logo-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
  height: 330px;
  z-index: 2;
  pointer-events: none;
}

.gd-logo-lockup {
  position: absolute;
  top: 0;
  left: 0;
  width: 355px;
  height: 330px;
  display: block;
  pointer-events: auto;
}

.gd-logo-image {
  width: 100%;
  height: auto;
  display: block;
}

.gd-diamond-mark {
  position: relative;
  width: 82px;
  height: 56px;
  margin-bottom: 12px;
  display: block;
}

.gd-diamond-mark::before,
.gd-diamond-mark::after,
.gd-diamond-mark span::before,
.gd-diamond-mark span::after {
  content: "";
  position: absolute;
  border: 8px solid var(--gd-black);
  transform: rotate(45deg);
}

.gd-diamond-mark::before {
  width: 58px;
  height: 58px;
  left: 12px;
  top: 0;
  border-left-color: transparent;
  border-top-color: transparent;
}

.gd-diamond-mark::after {
  width: 38px;
  height: 38px;
  left: 22px;
  top: 10px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.gd-diamond-mark span::before {
  width: 21px;
  height: 21px;
  left: 31px;
  top: 18px;
  border-left-color: transparent;
  border-top-color: transparent;
}

.gd-diamond-mark span::after {
  width: 62px;
  height: 24px;
  left: 10px;
  top: -5px;
  border-bottom: 0;
  border-right: 0;
  transform: none;
}

.gd-logo-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.gd-logo-subtitle {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 5px;
  color: #7f858a;
  text-align: center;
}

.gd-navbar .navbar-toggler {
  margin-left: auto;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.45);
}

.gd-navbar .nav-link {
  padding: 25px 14px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.gd-navbar .nav-link:hover,
.gd-navbar .nav-link.active {
  color: #ffffff !important;
  background: transparent;
}

.gd-navbar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.96);
}

.gd-navbar .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.gd-navbar .dropdown-item:hover {
  color: #ffffff;
  background: #242424;
}

/* Hero */
.gd-hero {
  min-height: 606px;
  background: #000;
}

.gd-hero-img,
.hero-img {
  width: 100%;
  height: 606px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Common sections */
.gd-about-section,
.gd-products-section,
.gd-gallery-section {
  padding: 72px 0;
  background: var(--gd-page);
}

.gd-services-section,
.gd-enquiry-section {
  padding: 72px 0;
  background: #111111;
  color: var(--gd-text-light);
}

.gd-services-section,
.gd-enquiry-section,
.gd-services-section .gd-feature-box,
.gd-services-section .gd-contact-info-box,
.gd-services-section .gd-contact-item,
.gd-services-section .gd-feature-icon,
.gd-services-section .gd-contact-icon,
.gd-services-section .gd-contact-heading,
.gd-enquiry-section .gd-contact-info-box,
.gd-enquiry-section .gd-contact-item,
.gd-enquiry-section .gd-contact-heading {
  color: inherit;
}

.gd-services-section .gd-feature-box p,
.gd-services-section .gd-contact-item p,
.gd-services-section .gd-contact-info-box p,
.gd-services-section .gd-contact-info-box strong,
.gd-services-section .gd-contact-info-box a,
.gd-enquiry-section p,
.gd-enquiry-section .gd-contact-item p,
.gd-enquiry-section .gd-contact-info-box p,
.gd-enquiry-section .gd-contact-info-box strong,
.gd-enquiry-section .gd-contact-info-box a {
  color: #e6e6e6;
}

.gd-services-section a.btn,
.gd-enquiry-section a.btn,
.gd-services-section .gd-btn-secondary,
.gd-enquiry-section .gd-btn-secondary,
.gd-services-section .gd-outline-btn,
.gd-enquiry-section .gd-outline-btn {
  color: #ffffff;
  border-color: #ffffff;
}

.gd-services-section a,
.gd-enquiry-section a {
  color: var(--gd-text-light);
}

.gd-services-section {
  background: #111111;
}

.gd-center-title,
.gd-section-title {
  margin: 0 0 42px;
  color: var(--gd-charcoal);
  font-size: 31px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.gd-light-title {
  color: #ffffff;
}

.gd-title-bar {
  display: none;
}

/* Home about */
.gd-overlap-about {
  padding-top: 82px;
}

.gd-about-composition {
  position: relative;
  min-height: 380px;
}

.gd-about-photo {
  width: 515px;
  height: 305px;
  object-fit: cover;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.gd-about-card {
  position: absolute;
  right: 0;
  top: 42px;
  width: 590px;
  min-height: 250px;
  padding: 34px 38px 28px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--gd-text);
}

.gd-about-card h2 {
  margin: 0 0 20px;
  font-size: 26px;
  color: var(--gd-charcoal);
}

.gd-about-card p,
.gd-about-text {
  font-size: 13px;
  line-height: 1.75;
  color: var(--gd-text-dark);
}

.about-area {
  padding: 72px 0;
  background: var(--gd-page);
}

.about-area .about-copy {
  padding-right: 30px;
}

.about-area h2 {
  margin-bottom: 18px;
  color: var(--gd-charcoal);
  font-size: 34px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-bdr {
  width: 80px;
  height: 3px;
  background: var(--gd-charcoal);
  margin: 0 auto 25px;
}

.about-area .mb20 {
  margin-bottom: 20px !important;
}

.about-area .about-image {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.member-card {
  background: transparent;
  border: none;
  padding: 30px 20px;
  text-align: center;
  min-height: 320px;
  box-shadow: none;
}

.member-photo {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 64px;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.member-photo-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.member-info h5 {
  margin: 0 0 10px;
  color: var(--gd-charcoal);
  font-size: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-info p {
  margin: 0;
  color: var(--gd-text-dark);
  font-size: 14px;
}

/* Buttons */
.gd-outline-btn,
.gd-btn-primary,
.gd-btn-secondary,
.gd-filter-btn,
.gd-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 20px;
  border: 1px solid #9ea2a6;
  border-radius: 0;
  background: transparent;
  color: var(--gd-charcoal);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.gd-outline-btn:hover,
.gd-btn-primary:hover,
.gd-btn-secondary:hover,
.gd-filter-btn:hover,
.gd-filter-btn.active,
.gd-btn-whatsapp:hover {
  background: var(--gd-charcoal);
  border-color: var(--gd-charcoal);
  color: #ffffff;
}

.gd-white-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 20px;
  border: 1px solid #9ea2a6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.gd-white-outline-btn:hover {
  background: var(--gd-charcoal);
  color: #ffffff;
}

/* Services */
.gd-service-card {
  min-height: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-align: center;
  box-shadow: none;
  transition: none;
}

.gd-service-card:hover {
  transform: none;
  box-shadow: none;
}

.gd-service-gem,
.gd-icon-fallback {
  display: block;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 42px;
}

.gd-service-card h4,
.gd-service-title {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.gd-service-card p,
.gd-service-text {
  margin: 0;
  min-height: 0;
  color: #d0d0d0;
  font-size: 13px;
  line-height: 1.65;
}

.gd-service-card .gd-btn-secondary {
  margin-top: 22px;
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
}

.gd-service-card .gd-btn-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--gd-charcoal);
}

.service-diamond-icon {
  width: 52px;
  height: 52px;
  filter: none;
}

/* Products */
.gd-product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 34px;
}

.gd-product-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
  height: 100%;
}

.gd-product-img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  display: block;
  background: #222222;
}

.gd-product-card h6,
.gd-product-name {
  margin: 0;
  padding: 14px 8px 0;
  background: transparent;
  color: var(--gd-charcoal);
  font-size: 14px;
  font-weight: 400;
}

.gd-product-card h6 a,
.gd-product-name a {
  color: var(--gd-charcoal);
}

.gd-product-info {
  padding: 0;
}

.gd-product-cat,
.gd-product-price {
  margin: 8px 0 0;
  color: #6d7379;
  font-size: 12px;
}

/* Enquiry */
.gd-enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 300px;
  gap: 30px;
  align-items: end;
}

.gd-form-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.gd-line-input,
.gd-form-input,
.form-control {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid #4b4b4b;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  box-shadow: none;
}

.gd-line-input:focus,
.gd-form-input:focus,
.form-control:focus {
  border-color: var(--gd-charcoal);
  background: transparent;
  box-shadow: none;
  outline: none;
}

.gd-line-input::placeholder,
.gd-form-input::placeholder {
  color: #9c9c9c;
}

.gd-message {
  min-height: 122px;
  resize: vertical;
}

.gd-enquiry-image {
  width: 300px;
  height: 205px;
  object-fit: cover;
  background: #deddda;
  opacity: 0.75;
}

.gd-submit-btn {
  grid-column: 1 / 3;
  justify-self: center;
  margin-top: -8px;
}

/* Inner pages */
.gd-page-header {
  padding: 180px 0 80px;
  background: #050505;
  color: #ffffff;
  min-height: 360px;
}

.gd-page-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.gd-breadcrumb {
  justify-content: center;
  margin: 0;
  padding: 0;
  background: transparent;
}

.gd-breadcrumb .breadcrumb-item,
.gd-breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.68);
}

.gd-breadcrumb .breadcrumb-item a {
  color: #ffffff;
}

.gd-feature-box,
.gd-contact-info-box,
.gd-sidebar {
  border: 1px solid #363636;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}

.gd-feature-box,
.gd-contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.gd-contact-item + .gd-contact-item {
  margin-top: 20px;
}

.gd-contact-item p {
  margin-bottom: 0;
}

.gd-contact-info-box p,
.gd-contact-info-box strong,
.gd-contact-info-box a {
  color: var(--gd-text-dark);
}

.gd-contact-icon,
.gd-feature-icon {
  min-width: 22px;
  margin-top: 3px;
  font-size: 18px;
}

.gd-feature-icon,
.gd-contact-icon,
.gd-contact-heading {
  color: var(--gd-charcoal);
}

.gd-services-section .gd-feature-icon,
.gd-services-section .gd-contact-icon,
.gd-services-section .gd-contact-heading,
.gd-enquiry-section .gd-feature-icon,
.gd-enquiry-section .gd-contact-icon,
.gd-enquiry-section .gd-contact-heading {
  color: var(--gd-text-light);
}

.gd-services-section .gd-contact-item p,
.gd-enquiry-section .gd-contact-item p {
  color: #e6e6e6;
}

.gd-about-img,
.gd-detail-main-img,
.gd-map-wrap,
.gd-gallery-thumb {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.gd-detail-main-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gd-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 2px solid transparent;
  cursor: pointer;
}

.gd-thumb.active {
  border-color: var(--gd-charcoal);
}

.gd-sidebar-title {
  margin-bottom: 14px;
  color: var(--gd-charcoal);
}

.gd-sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gd-gallery-thumb {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.gd-spec-table th {
  width: 36%;
  background: #1f1f1f;
  color: #ffffff;
}

.gd-spec-table td {
  color: #d0d0d0;
  background: #151515;
}

.gd-price-cell {
  color: #ffffff;
  font-weight: 700;
}

.gd-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gd-pagination .page-link {
  color: #ffffff;
  background: #161616;
  border-color: #343434;
}

.gd-pagination .page-item.active .page-link {
  border-color: var(--gd-charcoal);
  background: var(--gd-charcoal);
  color: #ffffff;
}

/* Footer */
.gd-footer {
  padding-top: 64px;
  background: var(--gd-page);
  text-align: center;
}

.gd-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gd-footer-logo {
  width: min(320px, 82vw);
  height: auto;
  margin: 0 auto 20px;
  display: block;
}

.footer-mark {
  transform: scale(1.2);
  margin-bottom: 25px;
}

.gd-footer-brand h4 {
  margin: 0;
  color: var(--gd-charcoal);
  font-size: 34px;
  line-height: 1;
}

.gd-footer-brand p {
  margin: 8px 0 20px;
  color: var(--gd-muted);
  font-size: 14px;
  letter-spacing: 7px;
}

.footer-address,
.footer-contact {
  margin: 0 auto 10px;
  color: var(--gd-charcoal);
  font-size: 13px;
  font-weight: 600;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.footer-contact a {
  color: inherit;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 18px 0 70px;
}

.footer-social a {
  color: var(--gd-charcoal);
}

.gd-footer-bottom {
  padding: 24px 0;
  background: #050505;
}

.gd-footer-bottom p {
  margin: 0;
  color: #9da1a5;
  font-size: 12px;
}

.alert-success {
  margin-top: 95px;
  border-radius: 0;
  border: 0;
  border-left: 4px solid var(--gd-charcoal);
}

@media (max-width: 991.98px) {
  .gd-navbar {
    background: rgba(0, 0, 0, 0.88);
  }

  .gd-nav-container {
    padding-left: 220px;
  }

  .gd-logo-panel {
    width: 260px;
    height: 205px;
  }

  .gd-logo-lockup {
    width: 260px;
    height: 205px;
  }

  .gd-diamond-mark {
    transform: scale(0.78);
    margin-bottom: 2px;
  }

  .gd-logo-title {
    font-size: 18px;
  }

  .gd-logo-subtitle {
    font-size: 9px;
    letter-spacing: 3px;
  }

  .gd-navbar .navbar-collapse {
    margin-top: 74px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.94);
  }

  .gd-navbar .nav-link {
    padding: 11px 0 !important;
  }

  .gd-about-card {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 30px);
    margin: -45px auto 0;
  }

  .gd-about-photo {
    width: 100%;
  }

  .gd-enquiry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gd-enquiry-image {
    grid-column: 1 / 3;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .gd-hero,
  .gd-hero-img,
  .hero-img {
    min-height: 360px;
    height: 360px;
  }

  .gd-nav-container {
    padding-left: 160px;
  }

  .gd-logo-panel {
    width: 210px;
    height: 168px;
  }

  .gd-logo-lockup {
    width: 210px;
    height: 168px;
  }

  .gd-logo-title {
    font-size: 15px;
  }

  .gd-logo-subtitle {
    letter-spacing: 2px;
  }

  .gd-about-section,
  .gd-services-section,
  .gd-products-section,
  .gd-gallery-section,
  .gd-enquiry-section {
    padding: 58px 0;
  }

  .gd-center-title,
  .gd-section-title {
    margin-bottom: 32px;
    font-size: 25px;
  }

  .gd-about-card {
    padding: 30px 24px;
  }

  .gd-product-img {
    height: 132px;
  }

  .gd-enquiry-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gd-message,
  .gd-enquiry-image,
  .gd-submit-btn {
    grid-column: auto;
  }

  .gd-footer-brand h4 {
    font-size: 25px;
  }

  .gd-footer-brand p {
    letter-spacing: 4px;
  }
}
