#logo {
  max-width: 180px;
}
#logo img {
  width: 100%;
}

.background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blur-5px {
  filter: blur(5px);
}

.max-150px {
  max-width: 150px;
}

.max-170px {
  max-width: 170px;
}

.btn-main.hrp {
  transition: 200ms all ease;
}
.btn-main.hrp:hover {
  background-color: var(--secondary-color);
  scale: 1.02;
}
.btn-main.hrp:active {
  scale: 0.98;
}

.text-body-color {
  color: var(--body-font-color);
}

.dw-overlay {
  background: rgba(0, 0, 0, 0.75) !important;
}

/* Patch Option Standard Styles */
.patch-option-img-container {
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.patch-option-img-container img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

/* Centering de_nav tabs */
.de_tab .de_nav.text-center {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.de_tab .de_nav.text-center li {
  float: none !important;
  display: inline-block;
  background-color: var(--bs-white);
  border-radius: 10px !important;
}
.text-primary-color {
  color: var(--primary-color);
}
.text-secondary-color {
  color: var(--secondary-color);
}

/* Phase 02 Enhancements */

/* Big Badge/Subtitle */
.subtitle {
  font-size: 14px !important; /* Making it more prominent */
  font-weight: 700 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 20px !important;
  border-radius: 50px !important;
  display: inline-block;
}

/* Background Grid Lines */
<<<<<<< HEAD
section {
=======
/* section {
>>>>>>> 7409c847f41c65a8e0c902a5d65ac54ced3598b0
  position: relative;
}

section.bg-white,
section.bg-color-3 {
  background-color: #ffffff;
<<<<<<< HEAD
}

/* Specific overlay for grid lines to make them subtle */
section.bg-white::before,
=======
} */

/* Specific overlay for grid lines to make them subtle */
/* section.bg-white::before,
>>>>>>> 7409c847f41c65a8e0c902a5d65ac54ced3598b0
section.bg-color-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
<<<<<<< HEAD
}

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

/* Center Cards globally if they are in a row */
.row.justify-center {
  justify-content: center;
}

/* Heading Colors */
h1,
=======
} */

/* section > .container {
  position: relative;
  z-index: 1;
} */

/* Center Cards globally if they are in a row */
/* .row.justify-center {
  justify-content: center; */
/* } */

/* Heading Colors */
/* h1,
>>>>>>> 7409c847f41c65a8e0c902a5d65ac54ced3598b0
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
}

.text-gradient {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
<<<<<<< HEAD
}

/* Button consistency */
.btn-main {
=======
} */

/* Button consistency */
/* .btn-main {
>>>>>>> 7409c847f41c65a8e0c902a5d65ac54ced3598b0
  background-color: var(--primary-color) !important;
}

.btn-main:hover {
  background-color: var(--secondary-color) !important;
<<<<<<< HEAD
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .subtitle {
    font-size: 12px !important;
  }
}
=======
} */

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .subtitle {
    font-size: 12px !important;
  }
} */
>>>>>>> 7409c847f41c65a8e0c902a5d65ac54ced3598b0
/*# sourceMappingURL=custom.css.map */
