:root {
  --accent: #8a4319;
  --accent-dark: #4f2413;
  --gold: #ffc229;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
}

.hero-section {
  min-height: 730px;
  background-image: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2000&q=85");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  min-height: 730px;
  background: rgba(36, 24, 15, 0.53);
}

.top-info {
  color: var(--white);
}

.rating-number {
  color: var(--gold);
  font-size: clamp(1.7rem, 3vw, 1.5rem);
  font-weight: 800;
}

.stars {
  color: var(--gold);
  font-size: clamp(1.25rem, 2.5vw, 1.1rem);
  letter-spacing: -3px;
  white-space: nowrap;
}

.review-link {
  color: var(--white);
  font-size: 1.05rem;
  text-decoration: underline;
}

.review-link:hover {
  color: var(--gold);
}

.brand-box {
  min-width: 100%;
  padding: 18px 18px;
  color: var(--white);
  background: #190a03;
  border-radius: 12px;
}

.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 2.85rem);
  letter-spacing: 5px;
  line-height: 1;
}

.brand-sub {
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.9rem, 2vw, 1.25rem);
  letter-spacing: 4px;
}
/* Navbar Dropdown Open On Hover */
.navbar .dropdown-menu {
  display: block;
  margin-top: 0;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: #190a03;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.navbar .dropdown:hover > .dropdown-menu,
.navbar .dropdown:focus-within > .dropdown-menu,
.navbar .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.navbar .dropdown-item {
  padding: 10px 16px;
  border-radius: 7px;
  color: #ffffff;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #190a03;
  background: var(--gold);
}

.navbar .dropdown-toggle::after {
  transition: transform 0.25s ease;
}

.navbar .dropdown:hover > .dropdown-toggle::after,
.navbar .dropdown:focus-within > .dropdown-toggle::after {
  transform: rotate(180deg);
}

.service-area {
  font-size: 1.05rem;
  font-weight: 700;
}

.top-phone {
  color: var(--white);
  font-size: clamp(1.55rem, 3vw, 1.5rem);
  font-weight: 800;
}

.top-phone:hover {
  color: var(--gold);
}

.nav-glass {
  background: rgba(52, 39, 30, 0.68);
  backdrop-filter: blur(4px);
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  font-weight: 700;
  padding-inline: .25rem !important;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: var(--white);
}

.navbar .nav-link.active {
  border-bottom: 2px solid var(--white);
}

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.dropdown-item:active {
  background: var(--accent);
}

.hero-content {
  min-height: 430px;
}

.hero-title,
.hero-subtitle {
  font-family: Georgia, "Times New Roman", serif;
  text-shadow: 0 3px 10px rgba(0, 0, 0, .35);
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 2.7rem);
  font-weight: 700;
}

.hero-subtitle {
  font-size: clamp(1.9rem, 4vw, 2rem);
  font-weight: 400;
}

.hero-features {
  font-size: clamp(1rem, 2vw, 1.45rem);
  line-height: 1.8;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.feature-dot {
  display: inline-block;
  margin-inline: .55rem;
}

.call-btn {
  min-width: min(100%, 300px);
  color: var(--white);
  background: var(--accent);
  border: 1px solid var(--white);
  font-size: 1.25rem;
  font-weight: 800;
}

.call-btn:hover,
.call-btn:focus {
  color: var(--white);
  background: var(--accent-dark);
  border-color: var(--white);
}

.quality-section {
    background-color: #ffffff;
}

.quality-title {
    color: #3c2417;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.title-divider {
    width: 90px;
    height: 3px;
    background-color: #8b451f;
}

.quality-text {
    color: #555555;
    font-size: 17px;
    line-height: 1.9;
}

.quality-link {
    color: #8b451f;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.quality-link:hover {
    color: #5c2d14;
}

.choose-section{
    background:#0f0f0f;
    padding:80px 0;
}

.choose-title{
    color:#fff;
    font-size:48px;
    font-weight:700;
    font-family:Georgia,serif;
    line-height:1.3;
}

.choose-title strong{
    color:#c28b4b;
}

.choose-divider{
    width:90px;
    height:3px;
    background:#c28b4b;
    margin:auto;
}

.choose-list{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin:0;
    padding:0;
}

.choose-list li{
    list-style:none;
    display:flex;
    align-items:flex-start;
    gap:15px;
    color:#d8d8d8;
    font-size:18px;
    line-height:1.7;
}

.choose-icon{
    width:24px;
    height:24px;
    flex-shrink:0;
}

.choose-icon svg{
    width:100%;
    height:100%;
    fill:#c28b4b;
}

.choose-button{
    margin-top:35px;
    background:#8a4319;
    color:#fff;
    border:2px solid #8a4319;
    padding:14px 34px;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.choose-button:hover{
    background:transparent;
    color:#8a4319;
    border-color:#8a4319;
}

.choose-image-wrapper{
    overflow:hidden;
    border-radius:10px;
    box-shadow:0 15px 40px rgba(0,0,0,.55);
}

.choose-image{
    width:100%;
    display:block;
    border-radius:10px;
    transition:.4s;
}

.choose-image:hover{
    transform:scale(1.05);
}

.services-section {
    background-color: #ffffff;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    padding: 42px 35px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease,
                border-color 0.3s ease,
                box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-7px);
    border-color: #8b451f;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.service-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 28px;
    border: 2px solid #8b451f;
    border-radius: 50%;
    background-color: #f7f2ee;
    color: #8b451f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.service-title {
    color: #2f211a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 700;
    margin-bottom: 20px;
}

.service-text {
    color: #5f5f5f;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.service-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 13px 28px;
    border: 2px solid #8b451f;
    border-radius: 50px;
    background-color: #8b451f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease;
}

.service-button:hover {
    background-color: transparent;
    border-color: #8b451f;
    color: #8b451f;
}

.service-button i {
    font-size: 14px;
}

.projects-section {
    background-color: #ffffff;
}

.projects-title {
    color: #2f211a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.projects-divider {
    width: 90px;
    height: 3px;
    background-color: #8b451f;
}

.project-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.project-image {
    display: block;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(67, 36, 20, 0.55);
    color: #ffffff;
    font-size: 34px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-image {
    transform: scale(1.08);
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.projects-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 230px;
    padding: 14px 30px;
    border: 2px solid #8b451f;
    border-radius: 50px;
    background-color: #8b451f;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease,
                color 0.3s ease,
                border-color 0.3s ease;
}

.projects-button:hover {
    background-color: transparent;
    border-color: #8b451f;
    color: #8b451f;
}

.projects-button i {
    font-size: 14px;
}

.reviews-section {
    background-image:
        linear-gradient(
            rgba(0, 0, 0, 0.82),
            rgba(0, 0, 0, 0.82)
        ),
        url("https://le-cdn.hibuwebsites.com/e95e3d5855c8403f98e1c19039dee7fa/dms3rep/multi/opt/affordable-flooring-and-remodeling-content-home-02-1920w.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reviews-content {
    color: #ffffff;
}

.reviews-icon {
    width: 85px;
    height: 85px;
    margin-bottom: 25px;
    border: 2px solid #c28b4b;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
    color: #c28b4b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.reviews-title {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 2rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.reviews-divider {
    width: 90px;
    height: 3px;
    background-color: #c28b4b;
}

.reviews-description {
    color: #e0e0e0;
    font-size: 17px;
    line-height: 1.8;
}

.reviews-description strong {
    color: #ffffff;
}

.reviews-link {
    color: #c28b4b;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.reviews-link:hover {
    color: #ffffff;
}

.review-card {
    background-color: rgba(15, 15, 15, 0.9);
    border: 1px solid rgba(194, 139, 75, 0.55);
    border-radius: 14px;
    padding: 30px;
    color: #ffffff;
    backdrop-filter: blur(4px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    transition: transform 0.3s ease,
                border-color 0.3s ease,
                background-color 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: #c28b4b;
    background-color: rgba(5, 5, 5, 0.96);
}

.review-top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}

.review-avatar {
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #c28b4b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.review-name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
}

.review-stars {
    color: #f4b942;
    display: flex;
    gap: 4px;
    font-size: 14px;
}

.quote-icon {
    color: rgba(194, 139, 75, 0.45);
    font-size: 36px;
    margin-bottom: 12px;
}

.review-text {
    color: #d8d8d8;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.review-date {
    color: #c28b4b;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}

.reviews-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 230px;
    padding: 14px 30px;
    border: 2px solid #c28b4b;
    border-radius: 50px;
    background-color: #c28b4b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease,
                color 0.3s ease;
}

.reviews-button:hover {
    background-color: transparent;
    color: #c28b4b;
}

.blog-section {
    background-color: #ffffff;
}

.blog-section-title {
    color: #2f211a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.blog-divider {
    width: 90px;
    height: 3px;
    background-color: #8b451f;
}

.blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-7px);
    border-color: #8b451f;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
}

.blog-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-image {
    display: block;
    width: 100%;
    height: 245px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-image-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(68, 35, 18, 0.58);
    color: #ffffff;
    font-size: 32px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blog-image-wrapper:hover .blog-image {
    transform: scale(1.08);
}

.blog-image-wrapper:hover .blog-image-overlay {
    opacity: 1;
}

.blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8b451f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 16px;
}

.blog-title a {
    color: #2f211a;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #8b451f;
}

.blog-description {
    color: #626262;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    margin-top: auto;
    color: #8b451f;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.3s ease,
        gap 0.3s ease;
}

.blog-read-more:hover {
    color: #5c2d14;
    gap: 14px;
}

/* Popup Modal */

.blog-modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    background-color: #ffffff;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

.blog-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    width: 42px;
    height: 42px;
    padding: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    opacity: 1;
}

.blog-modal-close:hover {
    opacity: 1;
    transform: scale(1.06);
}

.blog-modal-image {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.blog-modal-text {
    padding: 38px;
}

.blog-modal-date {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8b451f;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.blog-modal-title {
    color: #2f211a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.blog-modal-divider {
    width: 85px;
    height: 3px;
    margin-bottom: 24px;
    background-color: #8b451f;
}

.blog-modal-description {
    color: #5e5e5e;
    font-size: 17px;
    line-height: 1.9;
    margin: 0;
}

.modal-backdrop.show {
    opacity: 0.82;
}

.about-video-section {
    position: relative;
    overflow: hidden;
    background-color: #0c0c0c;
}

.about-video-section::before {
    position: absolute;
    top: -180px;
    left: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background-color: rgba(194, 139, 75, 0.08);
    content: "";
}

.about-video-section::after {
    position: absolute;
    right: -150px;
    bottom: -180px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background-color: rgba(194, 139, 75, 0.06);
    content: "";
}

.about-video-section .container {
    position: relative;
    z-index: 2;
}

.about-video-content {
    max-width: 850px;
    margin: 0 auto;
}

.about-video-small-title {
    display: inline-block;
    margin-bottom: 12px;
    color: #c28b4b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-video-title {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-video-divider {
    width: 90px;
    height: 3px;
    margin-bottom: 25px;
    background-color: #c28b4b;
}

.about-video-description {
    max-width: 760px;
    color: #cfcfcf;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 32px;
}

.about-video-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 14px 28px;
    border: 2px solid #c28b4b;
    border-radius: 50px;
    background-color: #c28b4b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
}

.about-video-button:hover {
    background-color: transparent;
    color: #c28b4b;
    transform: translateY(-3px);
}

.video-thumbnail {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border: 1px solid rgba(194, 139, 75, 0.5);
    border-radius: 18px;
    background-color: #181818;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.video-thumbnail-image {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-thumbnail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0.12)
    );
}

.video-thumbnail:hover .video-thumbnail-image {
    transform: scale(1.06);
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background-color: rgba(194, 139, 75, 0.92);
    color: #ffffff;
    font-size: 35px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
}

.video-play-button i {
    margin-left: 6px;
}

.video-play-button:hover {
    background-color: #ffffff;
    color: #c28b4b;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0.12);
}

.video-thumbnail-label {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.video-thumbnail-label i {
    color: #c28b4b;
    font-size: 22px;
}

.company-video-modal {
    overflow: hidden;
    border: 1px solid rgba(194, 139, 75, 0.6);
    border-radius: 16px;
    background-color: #090909;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.7);
}

.company-video-modal-header {
    padding: 18px 24px;
    border-bottom: 1px solid #292929;
    background-color: #111111;
}

.company-video-modal-title {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
}

.company-video-modal video {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.modal-backdrop.show {
    opacity: 0.88;
}

.site-footer {
    background-color: #111111;
    color: #ffffff;
}

.footer-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-divider {
    width: 100%;
    margin: 0 0 22px;
    border: 0;
    border-top: 2px solid #8f8f8f;
    opacity: 1;
}

.footer-text {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}

.footer-phone {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.footer-phone:hover {
    color: #c49a63;
}

.footer-button {
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    background-color: #c49a63;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.footer-button:hover {
    background-color: #ad8250;
    color: #ffffff;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    color: #111111;
    text-decoration: none;
}

.footer-social a:hover {
    background-color: #c49a63;
    color: #ffffff;
}

.footer-hours {
    font-size: 15px;
}

.footer-hours-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #333333;
    background-color: #0a0a0a;
    color: #bfbfbf;
    font-size: 13px;
}

.footer-policy-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.footer-policy-links a {
    color: #d0d0d0;
    text-decoration: none;
}

.footer-policy-links a:hover {
    color: #c49a63;
    text-decoration: underline;
}

.footer-policy-links span {
    color: #666666;
}

.footer-copyright {
    color: #8f8f8f;
    font-size: 12px;
    line-height: 1.6;
}