.elementor-837 .elementor-element.elementor-element-2f8231c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:80px;--padding-bottom:50px;--padding-left:40px;--padding-right:40px;}.elementor-837 .elementor-element.elementor-element-2f8231c:not(.elementor-motion-effects-element-type-background), .elementor-837 .elementor-element.elementor-element-2f8231c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B2420;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-837 .elementor-element.elementor-element-2f8231c{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-2f8231c *//* ========================================
   FOOTER - MAIN SECTION
======================================== */

.nmr-footer-main {
  background: #2B2420;
  padding: 60px 0 40px 0;
  color: #F7F5F3;
  width: 100%;
}

.nmr-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ========================================
   FOOTER GRID LAYOUT
======================================== */

.nmr-footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ========================================
   FOOTER COLUMNS - GENERAL
======================================== */

.nmr-footer-col {
  display: flex;
  flex-direction: column;
}

/* ========================================
   COLUMN 1: COMPANY INFO
======================================== */

.nmr-footer-logo {
  margin-bottom: 20px;
}

.nmr-footer-logo img {
  width: 200px;
  height: auto;
  display: block;
  /* If using color logo, uncomment this to make it white: */
  filter: brightness(0) invert(0.8);
}

.nmr-footer-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #F7F5F3;
  margin: 0 0 20px 0;
}

/* Social Links */
.nmr-footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
}

.nmr-footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(247, 245, 243, 0.1);
  border: 2px solid #F7F5F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F7F5F3;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nmr-footer-social a:hover {
  background: #B8873E;
  border-color: #B8873E;
  color: #FFFFFF;
  transform: translateY(-3px);
}

/* ========================================
   COLUMNS 2 & 3: LINK LISTS
======================================== */

.nmr-footer-heading {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #B8873E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

.nmr-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nmr-footer-links li {
  margin-bottom: 8px;
}

.nmr-footer-links a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #F7F5F3;
  text-decoration: none;
  line-height: 2;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}

.nmr-footer-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #B8873E;
  transition: width 0.3s ease;
}

.nmr-footer-links a:hover {
  color: #B8873E;
  padding-left: 5px;
}

.nmr-footer-links a:hover::after {
  width: 100%;
}

/* ========================================
   COLUMN 4: CONTACT INFO
======================================== */

.nmr-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nmr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #F7F5F3;
}

.nmr-contact-item i {
  color: #B8873E;
  font-size: 16px;
  width: 20px;
  flex-shrink: 0;
  margin-top: 3px;
}

.nmr-contact-item a {
  color: #F7F5F3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nmr-contact-item a:hover {
  color: #B8873E;
  text-decoration: underline;
}

.nmr-contact-item span {
  color: #F7F5F3;
}

/* ========================================
   FOOTER BOTTOM BAR
======================================== */

.nmr-footer-bottom {
  background: #1A1614;
  padding: 20px 0;
  border-top: 1px solid rgba(184, 135, 62, 0.2);
}

.nmr-footer-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nmr-footer-bottom-left p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #D4CFC9;
  margin: 0;
}

.nmr-footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.nmr-footer-bottom-right a {
  color: #D4CFC9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nmr-footer-bottom-right a:hover {
  color: #B8873E;
  text-decoration: underline;
}

.nmr-separator {
  color: #D4CFC9;
  opacity: 0.5;
}

/* ========================================
   TABLET RESPONSIVE (768px - 1024px)
======================================== */

@media (max-width: 1024px) {
  .nmr-footer-container {
    padding: 0 30px;
  }
  
  .nmr-footer-main {
    padding: 50px 0 35px 0;
  }
  
  /* 2x2 Grid Layout for Tablet */
  .nmr-footer-row {
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
    row-gap: 40px;
  }
  
  /* Adjust column order for better flow */
  .nmr-footer-col:nth-child(1) {
    order: 1; /* Company info - top left */
  }
  
  .nmr-footer-col:nth-child(4) {
    order: 2; /* Contact - top right */
  }
  
  .nmr-footer-col:nth-child(2) {
    order: 3; /* Quick Links - bottom left */
  }
  
  .nmr-footer-col:nth-child(3) {
    order: 4; /* Services - bottom right */
  }
  
  /* Keep left alignment for better readability */
  .nmr-footer-logo img {
    width: 180px;
  }
  
  .nmr-footer-heading {
    font-size: 15px;
  }
  
  /* Bottom bar stays horizontal on tablet */
  .nmr-footer-bottom-row {
    padding: 0 30px;
  }
}

/* ========================================
   MOBILE RESPONSIVE (< 768px)
======================================== */

@media (max-width: 767px) {
  .nmr-footer-main {
    padding: 40px 0 30px 0;
  }
  
  .nmr-footer-container {
    padding: 0 20px;
  }
  
  /* Single column layout */
  .nmr-footer-row {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  
  /* Reset order for mobile */
  .nmr-footer-col:nth-child(1) {
    order: 1; /* Company info first */
  }
  
  .nmr-footer-col:nth-child(2) {
    order: 2; /* Quick Links */
  }
  
  .nmr-footer-col:nth-child(3) {
    order: 3; /* Services */
  }
  
  .nmr-footer-col:nth-child(4) {
    order: 4; /* Contact last */
  }
  
  /* Keep all content left-aligned for mobile readability */
  .nmr-footer-col {
    text-align: left;
  }
  
  /* Company Logo Section */
  .nmr-footer-logo {
    margin-bottom: 16px;
  }
  
  .nmr-footer-logo img {
    width: 160px;
  }
  
  .nmr-footer-description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  
  /* Social icons stay left-aligned */
  .nmr-footer-social {
    justify-content: flex-start;
  }
  
  .nmr-footer-social a {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  
  /* Headings */
  .nmr-footer-heading {
    font-size: 15px;
    margin-bottom: 16px;
  }
  
  /* Links stay left-aligned */
  .nmr-footer-links {
    text-align: left;
  }
  
  .nmr-footer-links a {
    font-size: 14px;
    line-height: 1.8;
  }
  
  /* Contact items */
  .nmr-contact-item {
    font-size: 14px;
    margin-bottom: 12px;
  }
  
  .nmr-contact-item i {
    font-size: 16px;
  }
  
  /* Bottom Bar - Stack vertically with left alignment */
  .nmr-footer-bottom-row {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    padding: 0 20px;
  }
  
  .nmr-footer-bottom-left,
  .nmr-footer-bottom-right {
    width: 100%;
    text-align: left;
  }
  
  .nmr-footer-bottom-right {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .nmr-footer-bottom-left p,
  .nmr-footer-bottom-right a {
    font-size: 12px;
  }
}

/* ========================================
   SMALL MOBILE (< 375px)
======================================== */

@media (max-width: 374px) {
  .nmr-footer-container {
    padding: 0 16px;
  }
  
  .nmr-footer-logo img {
    width: 140px;
  }
  
  .nmr-footer-social a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .nmr-footer-row {
    gap: 30px;
  }
}

/* ========================================
   ACCESSIBILITY ENHANCEMENTS
======================================== */

/* Focus States */
.nmr-footer-links a:focus,
.nmr-footer-contact a:focus,
.nmr-footer-social a:focus,
.nmr-footer-bottom-right a:focus {
  outline: 3px solid #B8873E;
  outline-offset: 3px;
}

.nmr-footer-links a:focus:not(:focus-visible),
.nmr-footer-contact a:focus:not(:focus-visible),
.nmr-footer-social a:focus:not(:focus-visible),
.nmr-footer-bottom-right a:focus:not(:focus-visible) {
  outline: none;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .nmr-footer-main {
    border-top: 3px solid #B8873E;
  }
  
  .nmr-footer-bottom {
    border-top: 3px solid #B8873E;
  }
  
  .nmr-footer-social a {
    border-width: 3px;
  }
  
  .nmr-footer-links a,
  .nmr-footer-contact a,
  .nmr-footer-bottom-right a {
    text-decoration: underline;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .nmr-footer-links a,
  .nmr-footer-contact a,
  .nmr-footer-social a,
  .nmr-footer-bottom-right a,
  .nmr-footer-links a::after {
    transition: none;
  }
  
  .nmr-footer-social a:hover {
    transform: none;
  }
  
  .nmr-footer-links a:hover {
    padding-left: 0;
  }
}

/* Print Styles */
@media print {
  .nmr-footer-main {
    background: transparent !important;
    padding: 20px 0;
    border-top: 2px solid #000;
  }
  
  .nmr-footer-main * {
    color: #000 !important;
  }
  
  .nmr-footer-logo img {
    filter: none !important;
  }
  
  .nmr-footer-social {
    display: none;
  }
  
  .nmr-footer-bottom {
    background: transparent !important;
    border-top: 1px solid #000;
  }
  
  .nmr-footer-bottom * {
    color: #000 !important;
  }
  
  .nmr-separator {
    color: #000 !important;
    opacity: 1;
  }
}/* End custom CSS */