.egrdecor-colorpage-header {
  padding-top: 60px;
}

.egrdecor-colorpage-h1 {
  padding-bottom: 1.5rem;
  font-size: 2.5rem !important;
}

.egrdecor-colorpage-padding-x {
  padding-left: 15%;
  padding-right: 15%;
}

.egrdecor-colorpage-header-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.egrdecor-colorpage-h1 > span {
  font-family: "Optima LT W05 Italic";
}

.egrdecor-colorpage-text {
  font-size: 14px;
}

.egrdecor-colorpage-header-container {
  padding: 5%;
  width: 100%;
  height: 50vh;
}

.egrdecor-colorpage-header-container p {
  font-size: 1rem;
}

.egrdecor-colorpage-video {
  margin: 0 auto;
}

.egrdecor-colorpage-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}

.egrdecor-colorpage-inside-outside-banner {
  width: 100%;
}

.egrdecor-colorpage-inside-outside-banner img {
  display: inline-block;
  width: 250px;
}

.egrdecor-colorpage-inside-outside-banner p {
  display: inline;
  position: relative;
  top: 10px;
}

.egrdecor-colorpage-swatch {
  max-height: 250px;
  margin: 0 auto;
}

.colorpage-carousel {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.carousel-indicators button {
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 850px;
}

.lighting-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.woodgrain-lighting-video {
  max-height: 794px;
  padding: 50px 0 50px 100px;
}

.lighting-disclaimer {
  padding-top: 10px;
  font-size: 10px !important;
}

.colorpage-gt-button {
  position: relative;
  right: 22%;
}

.colorpage-gt-button-container {
  position: absolute;
  width: 100%;
  font-size: 15px;
  bottom: 20px;
}

table {
  width: 100%; /* Adjust as needed */
  border-collapse: collapse;
  margin: 20px 0;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  font-weight: 300;
}

th, td {
  border: 3px solid #fff;
  padding: 12px;
  text-align: center;
  color: #706b6a;
  background-color: #F6F7F8;
  width: 50%;
}

th {
  color: #706b6a;
  font-weight: 500;
}

td:hover {
  background-color: #F4F4F4;
}

.table-width {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .egrdecor-colorpage-video {
    max-width: 1920px;
  }
}
@media screen and (max-width: 768px) {
  .egrdecor-colorpage-video {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #egrdecor-colorpage-indoor-outdoor-img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 55%;
    object-position: 55%;
  }
  .egrdecor-colorpage-text {
    text-align: center;
    margin: 0 auto;
  }
  .egrdecor-colorpage-h1 {
    text-align: center;
    margin: 0 auto;
  }
  .egrdecor-colorpage-inside-outside-banner {
    width: 230px;
    margin: 0 auto;
    font-size: 20px;
  }
  .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
  }
  #CT3 {
    -o-object-position: 0px;
       object-position: 0px;
  }
  #HO3 {
    -o-object-position: 0px;
       object-position: 0px;
  }
  .egrdecor-colorpage-text {
    bottom: -100px !important;
  }
  .egrdecor-colorpage-header-container {
    height: 820px !important;
  }
  .colorpage-combinations-image {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lighting-text-container {
    padding: 50px !important;
  }
  .woodgrain-lighting-video {
    padding: 50px;
  }
  .colorpage-gt-button {
    bottom: -10px;
    right: 27%;
  }
  table {
    font-size: 10px;
  }
  th {
    font-size: 13px;
  }
}

/* ============================================
   TRUNATUR COLORPAGE RESPONSIVE LAYOUT
   Scoped with tn-* prefix to avoid affecting
   the 320+ other pages sharing this CSS file.
   ============================================ */

/* --- Prevent horizontal overflow from row negative margins on mobile --- */
html:has(.tn-hero-row),
html:has(.tn-hero-fullwidth),
body:has(.tn-hero-row),
body:has(.tn-hero-fullwidth) {
  overflow-x: clip;
}

/* --- Hero Section Layout --- */
.tn-hero-row {
  padding-top: 60px;
}

.tn-carousel-col {
  padding-right: 0;
}

.tn-info-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tn-info-panel .egrdecor-colorpage-h1 {
  position: static;
}

.tn-info-panel .egrdecor-colorpage-text {
  position: static;
}

.tn-info-panel .egrdecor-colorpage-header-container {
  position: static;
  height: auto;
  padding: 0;
}

/* --- Full-Width Hero (edge-to-edge layout) --- */
.tn-hero-fullwidth {
  padding-top: 125px;
}

.tn-info-panel .egrdecor-button-black {
  text-align: center;
  font-size: 14px;
  padding-top:8px;
}

.tn-hero-fullwidth .tn-hero-row {
  padding-top: 0;
}

@media (min-width: 768px) {
  .tn-hero-fullwidth .tn-carousel-col {
    position: relative;
    overflow: hidden;
  }

  .tn-hero-fullwidth .colorpage-carousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .tn-hero-fullwidth .carousel-inner {
    height: 100%;
  }

  .tn-hero-fullwidth .carousel-item {
    height: 100%;
  }

  .tn-hero-fullwidth .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .tn-hero-fullwidth .carousel-item img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .tn-hero-fullwidth .carousel-item img {
    height: 300px;
  }
}

/* --- Table Responsive Wrapper --- */
.tn-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* --- Combinations Image --- */
.colorpage-combinations-image {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Benefits Icons Row --- */
.tn-benefits-row {
  row-gap: 1.5rem;
  --bs-gutter-x: 2rem;
}
.tn-benefits-row figcaption {
  font-size: 14px;
}

/* --- Project Banner (spotted_gum) --- */
.tn-project-banner {
  position: relative;
}

.tn-project-banner-img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.tn-project-banner-btn {
  width: 250px;
  position: absolute;
  bottom: 13%;
  left: 5.5%;
}

/* ============================================
   TRUNATUR RESPONSIVE BREAKPOINTS
   ============================================ */

/* --- Small Laptop (max-width: 1199px) --- */
@media screen and (max-width: 1199px) {
  .tn-hero-row .carousel-item img {
    height: 600px;
  }
  .tn-hero-fullwidth .carousel-item img {
    height: 100%;
  }
  .tn-hero-row .woodgrain-lighting-video {
    padding: 30px 0 30px 30px;
  }
  .tn-hero-row ~ .bg-offwhite .woodgrain-lighting-video,
  .tn-hero-row ~ section .woodgrain-lighting-video {
    padding: 30px 0 30px 30px;
  }
}

/* --- Tablet Landscape (max-width: 1023px) --- */
@media screen and (max-width: 1023px) {
  .tn-hero-row .carousel-item img {
    height: 500px;
  }
  .tn-hero-fullwidth .carousel-item img {
    height: 100%;
  }
  .tn-benefits-row > .col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .tn-hero-row ~ .bg-offwhite .woodgrain-lighting-video,
  .tn-hero-row ~ section .woodgrain-lighting-video {
    padding: 30px;
    max-height: 500px;
    margin: 0 auto;
    display: block;
  }
  .tn-hero-row ~ .bg-offwhite .lighting-text-container,
  .tn-hero-row ~ section .lighting-text-container {
    padding: 2rem;
  }
  .colorpage-gt-button-container {
    font-size: 13px;
  }
  .colorpage-gt-button-container .egrdecor-button {
    width: 130px;
    font-size: 13px;
  }
}

/* --- Tablet Portrait (max-width: 767px) --- */
@media screen and (max-width: 767px) {
  .tn-hero-row .carousel-item img {
    height: 400px;
  }
  .tn-info-panel .egrdecor-colorpage-h1 {
    font-size: 1.8rem !important;
    text-align: center;
  }
  .tn-info-panel .egrdecor-colorpage-header-container {
    text-align: center;
  }
  .tn-info-panel .egrdecor-colorpage-text {
    text-align: center;
  }
  .tn-benefits-row > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tn-benefits-row .stylelite-advantages-icon {
    width: 80px;
  }
  .tn-project-banner-btn {
    width: auto;
    white-space: nowrap;
    bottom: 10%;
    left: 10%;
    font-size: 12px;
  }
  .tn-hero-row ~ .bg-offwhite .woodgrain-lighting-video,
  .tn-hero-row ~ section .woodgrain-lighting-video {
    padding: 30px;
    max-height: 400px;
    width: 100%;
  }
  .tn-hero-row ~ .bg-offwhite .lighting-text-container,
  .tn-hero-row ~ section .lighting-text-container {
    padding: 1.5rem;
  }
  .colorpage-gt-button-container {
    font-size: 11px;
    bottom: 20px;
  }
  .colorpage-gt-button-container .egrdecor-button {
    width: 110px;
    font-size: 11px;
    padding: 4px;
  }
}

/* --- Phone (max-width: 480px) --- */
@media screen and (max-width: 480px) {
  .tn-hero-row .carousel-item img {
    height: 300px;
  }
  .tn-hero-row .tn-carousel-col {
    padding-right: 0;
  }
  .tn-info-panel .egrdecor-colorpage-h1 {
    font-size: 1.5rem !important;
  }
  .tn-info-panel .egrdecor-colorpage-header-container {
    height: auto !important;
  }
  .tn-hero-row ~ .bg-offwhite .lighting-text-container,
  .tn-hero-row ~ section .lighting-text-container {
    padding: 1.5rem;
  }
  .tn-hero-row ~ .bg-offwhite .woodgrain-lighting-video,
  .tn-hero-row ~ section .woodgrain-lighting-video {
    padding: 1.5rem;
    max-height: 300px;
  }
  .tn-benefits-row .stylelite-advantages-icon {
    width: 60px;
  }
  .tn-project-banner-btn {
    width: auto;
    white-space: nowrap;
    font-size: 10px;
    bottom: 8%;
    left: 7%;
  }
  .colorpage-gt-button-container {
    font-size: 10px;
    bottom: 20px;
  }
  .colorpage-gt-button-container .egrdecor-button {
    width: 90px;
    font-size: 10px;
    padding: 3px;
  }
}

/*# sourceMappingURL=colorpage-style.css.map */