:root {
  --primary-color: #f78f14; /* Gold/Brownish accent from reference */
  --secondary-color: #3e1151; /* Dark background */
  --text-color: #666666;
  --font-primary: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary-color);
  font-weight: 700;
}
body {
  font-family: var(--font-primary);
}
/* Header */
.header-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  font-size: 1.5rem;
  color: #fff !important;
}

.nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0 1rem !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--primary-color) !important;
}

/* Page Header */
.page-header {
  background-color: var(--secondary-color);
  min-height: 300px;
  display: flex;
  align-items: center;
}

.breadcrumb-item.active {
  color: var(--primary-color) !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/* Project Single Section */
.project-single-section {
  padding: 80px 0;
}

.project-overview img {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Icons */
.text-warning {
  color: var(--primary-color) !important;
}

.bg-warning {
  background-color: var(--primary-color) !important;
}

.btn-warning {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.btn-warning:hover {
  background-color: #b08d66; /* Darker shade */
  border-color: #b08d66;
  color: #fff;
}

/* Sidebar */
.sidebar-wrapper .card {
  border: none;
  border-radius: 4px;
  margin-bottom: 30px;
}

.sidebar-wrapper .card-body {
  padding: 2.5rem !important;
}

.sidebar-wrapper .card-title {
  position: relative;
  padding-bottom: 15px;
}

.sidebar-wrapper .card-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-color);
}

/* Accordion */
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: rgba(197, 164, 126, 0.1);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(197, 164, 126, 0.5);
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.2rem;
}

/* Utilities */
.fw-bold {
  font-weight: 700 !important;
}

/* Table Styling */
.table thead th {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  padding: 1rem;
  color: var(--secondary-color);
}

.table tbody td {
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(197, 164, 126, 0.03);
}

.about-realtors {
  position: relative;
  overflow: hidden;
}

.about-realtors::before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 8rem;
  opacity: 0.03;
  transform: rotate(-15deg);
}
.gv-project-inner-banner-content {
  height: 380px;
  display: flex;
  align-items: end;
}
.gv-project-inner-banner-content {
  height: 380px;
  display: flex;
  align-items: end;
}
.gv-project-inner-banner-content h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.gv-project-inner-banner-content-inner {
  text-align: left;
}
.sidebar-wrapper .card-body h4 {
  color: #fff;
}

.badge {
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.sidebar-wrapper {
  position: sticky;
  top: 30px;
}

.card-title {
  color: var(--secondary-color) !important;
}
.dowload-wrapper {
  background-color: var(--secondary-color);
}

.gform_button {
  background: var(--primary-color);
  border: 0;
  padding: 8px 30px;
  color: #fff;
  border-radius: 5px;
}

.dowload-wrapper .btn {
  margin-top: 20px !important;
}

#gform_confirmation_message_3 .btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

#gform_confirmation_message_3 .btn-outline-primary:hover {
  background: var(--primary-color);
  color: #fff;
}

div#gform_confirmation_message_3 p {
  margin-bottom: 20px;
}
.project-overview h2 {
  text-align: left;
}

.gv-project-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gv-project-content {
  position: absolute;
  right: 40px;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.gv-project-img {
  position: relative;
  display: block;
  border-radius: 20px;
  height: 100%;
}

.gv-project-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    transparent 50%,
    rgba(4, 6, 24, 0.8) 92.5%
  );
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.gv-project-img img {
  width: 100%;
  aspect-ratio: 0.8 / 1.05;
  object-fit: cover;
  object-position: left;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.gv-project-item:hover .gv-project-img img {
  transform: scale(1.05);
}
section.gv-project-section {
  padding: 60px 0;
}

.gv-project-content h3 {
  margin: 0;
}
.gv-project-content h3 a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.gv-project-row {
  row-gap: 24px;
}
.gv-project-img--3 img {
  object-position: right;
}

@media (max-width: 768px) {
  .gv-project-img img {
    aspect-ratio: 1.6 / 1.05;
  }
}

.main-menu #access ul li.current-menu-item > a {
  color: #f7941e;
  border-bottom: 4px solid;
  background: none;
}
.gv-project-img.gv-project-img--4 img {
  object-position: center;
}

section.projects-approved .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}