/* ===== GENERAL RESET ===== */
* {
    margin: 0;
    box-sizing: border-box;
    padding-bottom: 0px;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    font-size: 1.2rem;
    color: #333;
    background-color: #F7F7F7;
}

img {
  max-width: 100%;
  height: auto;
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
  text-decoration: underline;
	color: #F02113;
}
p {
    color: #001733;
    line-height: 1.8rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: justify;
}

h1 {
  color: #f02113;
}

h2 {
    color: #001733;
    font-size: 38px;
    border-bottom: thin solid #F02113;
	margin-bottom: 1rem;
}
h3{}
h4{}
.imp {
    color: #f02113;
    font-weight: bold;
}

@media (max-width: 900px) {
	h2 {font-size: 2rem;}
	p {
    font-size: 1.3rem;
    text-align: justify;
    line-height: 1.8rem;
}

.imp {
  color: #f02113;
  font-weight: bold;
  padding-bottom: 0.5rem;
}
	.hightlight {
    font-style: normal;
}
}
.highlight {
    font-weight: 900;
    font-size: 1rem;
    color: #454545;
    font-style: italic;
}
.center {
    text-align: center;
}
.google-form-container {
      position: relative;
  width: 100%;
  padding-bottom: 1657; /* Adjust this for height - 100% makes it square */
  overflow: hidden;
}

.google-form-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ===== CONTAINERS ===== */
.container {
  width: 90%;
  max-width: 1350px;
  margin: auto;
}
.content-img {
    float: left;
    padding-right: 1rem;
}
.content ul li {
    color: #001733;
    line-height: 1.8rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-left: 1.2rem;
    text-align: left;
    list-style-type: none;
    list-style-image: none;
}

/* ===== CONTACT US SECTIONS ===== */
.contact-us-01 {
  background-image: url(../images/main/contact-us-01-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70vh;
  padding: 60px 20px;
  position: relative;
}

.contact-us-01::before {
  content: none;
}

.contact-us-01 h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.contact-us-01 h4 {
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.contact-us-01 p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.contact-us-02 {
  background-image: url(../images/footer/RestorU-Contact-Us-Today.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70vh;
  padding: 40px 20px;
  position: relative;
}

.contact-us-02::before {
  content: none;
}

.contact-us-02 h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    border: none;
    color: #FFFFFF;
}

.contact-us-02 h4 {
  font-size: 0.9rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}

.contact-us-02 p {
  margin-bottom: 20px;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1.2rem;
  text-align: center;
  color: #FFFFFF;
}

@media (max-width: 900px) {
	.contact-us-01,
  .contact-us-02 {
    min-height: 50vh;
    padding: 40px 10px;
  }

  .contact-us-01 h1,
  .contact-us-02 h2 {
    font-size: 1.8rem;
  }

  .contact-us-01 p,
  .contact-us-02 p {
    font-size: 1rem;
    padding: 5px;
  }
}

/* ===== TOP BAR ===== */
.top-bar {
  background: #000;
  color: #fff;
  font-size: 1rem;
}

.top-links {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 20px;
  padding: 8px 0;
}

.top-links a:hover {
  text-decoration: underline;
	color: #F02113;
}

/* ===== HEADER ===== */
.header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1100;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-buttons {
  display: flex;
  gap: 10px;
  font-size: 1rem;
}

.mobile-menu-icon {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  color: #001733;
}

/* Remove sticky positioning on mobile */
@media (max-width: 900px) {
  .header {
    position: relative; /* Changes from sticky to relative */
  }
		.no-show {
    display: none;
}
}

/* Keep sticky on desktop */
@media (min-width: 901px) {
  .header {
    position: sticky;
    top: 0;
  }

}

/* ===== MAIN NAV (desktop) ===== */
.main-nav {
  background-color: #ECECEC;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 1001;
}

.nav-list {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  padding: 10px 0;
  position: relative;
}

.nav-list > li {
  position: relative;
}

.nav-list a {
    color: #001733;
    font-size: 1.3rem;
    position: relative;
    padding: 10px;
    text-decoration: none;
}

.nav-list a:hover {
  color: #F02113;
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    border: 1px solid #ccc;
    min-width: 350px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
	margin-left: -1;
	padding-left: -1;
}

.dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 5px 5px;
  color: #001733;
  font-size: 1.1rem;
}

.dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #F02113;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

/* ===== MAIN HERO SECTION - RESPONSIVE TEXT &amp; BUTTONS ===== */
.hero {
    position: relative;
    width: 100%;
    min-height: 148vh;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/header/RestorU-Header-01.webp);
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8% 2% 6%;
    overflow: hidden;
    text-align: left;
}

.hero-content {
  max-width: 700px;
  z-index: 2;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 0.6rem;
  line-height: 1.2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  padding-left: 6%;
  color: #FFFFFF;
}

.hero p {
  font-size: 1.2rem;
  margin-top: 1rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  padding-left: 6%;
  font-weight: normal;
  color: #FFFFFF;
}

.hero-features {
  margin-top: 1rem;
  padding-left: 6%;
}

.feature-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.feature-item .checkmark {
  font-size: 1.2rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 6%;
  margin-bottom: 1rem;
}

/* Responsive buttons */
.hero-buttons .btn {
  font-size: 1.5rem;
  padding: 12px 25px;
}
  /* BEFORE/AFTER BOX */
.before-after-box {
  position: absolute;
  top: 20%;
  right: 10%;
  display: flex; /* This makes them side-by-side */
  flex-direction: row; /* Explicitly set to row */
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.before-after-box .before,
.before-after-box .after {
  position: relative;
  flex: 1;
  min-width: 150px;
}

.before-after-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.before-after-box .label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #f02113;
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

/* ===== HERO RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 1200px) {
  .hero {
    padding: 10% 5%;
  }
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .hero-buttons .btn {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100vh; /* Increased to fit content */
    padding: 8% 5% 10%;
  }

  .before-after-box {
    display: none !important;
  }

  .hero-content {
    text-align: center;
    width: 100%;
  }

  .hero h1 {
    font-size: 1.8rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .hero p {
    font-size: 0.95rem;
    padding-left: 0;
  }

  .hero-buttons {
    justify-content: center;
    padding-left: 0;
    gap: 8px;
  }

  .hero-buttons .btn {
    font-size: 1.1rem;
    padding: 10px 18px;
  }

  .hero-features {
    /* [disabled]padding-left: 0; */
    /* [disabled]text-align: center; */
    /* [disabled]margin-top: 1.5rem; */
    display: none !important;
  }

  .feature-row {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }

  .feature-item {
    font-size: 0.9rem;
  }

  .feature-item .checkmark {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: 100vh;
    padding: 12% 3% 10%;
  }

  .hero h1 {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .hero p {
    font-size: 0.85rem;
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .hero-buttons .btn {
    font-size: 1rem;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
  }

  .feature-item {
    font-size: 0.9rem;
  }

  .feature-item .checkmark {
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .hero p {
    font-size: 0.75rem;
  }

  .hero-buttons .btn {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .feature-item {
    font-size: 0.8rem;
  }
}
/* ==== Hero2 Inside Pages ==== */
        /* Hero2 Section */
        .hero2 {
            position: relative;
            min-height: 600px;
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #003087 0%, #0047b3 100%);
            overflow: hidden;
        }

        .hero2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .hero2-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 4rem 2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .hero2-content h1 {
            font-size: 3.5rem;
            color: white;
            margin-bottom: 1rem;
            line-height: 1.2;
            font-weight: 800;
        }

        .hero2-subtitle {
            font-size: 1.8rem;
            color: #ffd700;
            margin-bottom: 1.5rem;
            font-weight: 600;
        }

        .hero2-description {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2rem;
            line-height: 1.8;
        }

        .hero2-buttons {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .btn-hero2-primary {
            background: #e31e24;
            color: white;
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-hero2-primary:hover {
            background: #c01a1f;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(227, 30, 36, 0.4);
        }

        .btn-hero2-secondary {
            background: transparent;
            color: white;
            padding: 1rem 2.5rem;
            border: 2px solid white;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            text-decoration: none;
            display: inline-block;
        }

        .btn-hero2-secondary:hover {
            background: white;
            color: #003087;
            transform: translateY(-3px);
            text-decoration: none;
        }

        .hero2-image {
            position: relative;
        padding: 10px;}

        .hero2-image img {
            width: 90%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        }

        /* Trust Badges */
        .trust-badges {
            display: flex;
            gap: 3rem;
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .badge {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            color: white;
        }

        .badge-icon {
            font-size: 2rem;
        }

        .badge-text {
            display: flex;
            flex-direction: column;
        }

        .badge-number {
            font-size: 1.5rem;
            font-weight: 700;
        }

        .badge-label {
            font-size: 0.9rem;
            opacity: 0.9;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .hero2-container {
                grid-template-columns: 1fr;
                text-align: center;
            }
.hero2-image {

        }
            .hero2-content h1 {
                font-size: 2.5rem;
            }

            .hero2-subtitle {
                font-size: 1.4rem;
            }

            .hero2-buttons {
                justify-content: center;
            }

            .trust-badges {
                flex-wrap: wrap;
                justify-content: center;
            }
        }
/* ===== Hero Location pages ===== */
/* == Neenah == */
.hero-neenah {
    position: relative;
    width: 100%;
    min-height: 60vh;
    height: auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 8%;
    overflow: hidden;
    text-align: left;
    background-image: url(../images/header/Neenah-WI-RestorU-Location-hdr.webp);
}

.hero-neenah-content {
  max-width: 900px;
  z-index: 2;
}

.hero-neenah h1 {
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    padding-left: 6%;
    color: #f02113;
}

.hero-neenah p {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 6%;
    font-weight: normal;
    color: #001733;
}

.hero-neenah-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 6%;
  margin-bottom: 1rem;
}

/* Responsive buttons */
.hero-neenah-buttons .btn {
  font-size: 1.5rem;
  padding: 12px 25px;
}

/* ===== HERO RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 1200px) {
    .page-wrapper {
    flex-direction: row-reverse;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
	.hero-neenah {
    padding: 6% 5%;
  }
  .hero-neenah h1 {
    font-size: 2rem;
  }

  .hero-neenah p {
    font-size: 1.1rem;
  }

  .hero-neenah-buttons .btn {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  .hero-neenah {
    min-height: 60vh; /* Increased to fit content */
    padding: 8% 5% 4%;
  }

  .hero-neenah-content {
    width: 100%;
  }

  .hero-neenah h1 {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .hero-neenah p {
    font-size: 1rem;
    padding-left: 0;
  }

  .hero-neenah-buttons {
    display: none !important;
  }

  .hero-neenah-buttons .btn {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hero-neenah {
    min-height: 60vh;
    padding: 12% 3% 4%;
  }
}

@media (max-width: 400px) {
  .hero-neenah h1 {
    font-size: 2rem;
	  font-weight: 600;
  }

  .hero-neenah p {
    font-size: 1rem;
  }
}
/* == Wausau == */
.hero-wausau {
    position: relative;
    width: 100%;
    min-height: 60vh;
    height: auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 8%;
    overflow: hidden;
    text-align: left;
    background-image: url(../images/header/Wausau-WI-RestorU-Location-hdr.webp);
}

.hero-wausau-content {
  max-width: 900px;
  z-index: 2;
}

.hero-wausau h1 {
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    padding-left: 6%;
    color: #f02113;
}

.hero-wausau p {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 6%;
    font-weight: normal;
    color: #001733;
}

.hero-wausau-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 6%;
  margin-bottom: 1rem;
}

/* Responsive buttons */
.hero-wausau-buttons .btn {
  font-size: 1.5rem;
  padding: 12px 25px;
}

/* ===== HERO RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 1200px) {
    .page-wrapper {
    flex-direction: row-reverse;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
	.hero-wausau {
    padding: 6% 5%;
  }
  .hero-wausau h1 {
    font-size: 2rem;
  }

  .hero-wausau p {
    font-size: 1.1rem;
  }

  .hero-wausau-buttons .btn {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  .hero-wausau {
    min-height: 60vh; /* Increased to fit content */
    padding: 8% 5% 4%;
  }

  .hero-wausau-content {
    width: 100%;
  }

  .hero-wausau h1 {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .hero-wausau p {
    font-size: 1rem;
    padding-left: 0;
  }

  .hero-wausau-buttons {
    display: none !important;
  }

  .hero-wausau-buttons .btn {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hero-wausau {
    min-height: 60vh;
    padding: 12% 3% 4%;
  }
}

@media (max-width: 400px) {
  .hero-wausau h1 {
    font-size: 2rem;
	  font-weight: 600;
  }

  .hero-wausau p {
    font-size: 1rem;
  }
}
/* == Park Falls == */
.hero-parkfalls {
    position: relative;
    width: 100%;
    min-height: 60vh;
    height: auto;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 8%;
    overflow: hidden;
    text-align: left;
    background-image: url(../images/header/Park-Falls-WI-RestorU-Location-hdr.webp);
}

.hero-parkfalls-content {
  max-width: 900px;
  z-index: 2;
}

.hero-parkfalls h1 {
    font-size: 2.5rem;
    margin-bottom: 0.6rem;
    line-height: 1.2;
    padding-left: 6%;
    color: #f02113;
}

.hero-parkfalls p {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding-left: 6%;
    font-weight: normal;
    color: #001733;
}

.hero-parkfalls-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-left: 6%;
  margin-bottom: 1rem;
}

/* Responsive buttons */
.hero-parkfalls-buttons .btn {
  font-size: 1.5rem;
  padding: 12px 25px;
}

/* ===== HERO RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 1200px) {
    .page-wrapper {
    flex-direction: row-reverse;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
	.hero-parkfalls {
    padding: 6% 5%;
  }
  .hero-parkfalls h1 {
    font-size: 2rem;
  }

  .hero-parkfalls p {
    font-size: 1.1rem;
  }

  .hero-parkfalls-buttons .btn {
    font-size: 1.3rem;
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  .hero-parkfalls {
    min-height: 60vh; /* Increased to fit content */
    padding: 8% 5% 4%;
  }

  .hero-parkfalls-content {
    width: 100%;
  }

  .hero-parkfalls h1 {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 1rem;
  }

  .hero-parkfalls p {
    font-size: 1rem;
    padding-left: 0;
  }

  .hero-parkfalls-buttons {
    display: none !important;
  }

  .hero-parkfalls-buttons .btn {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hero-parkfalls {
    min-height: 60vh;
    padding: 12% 3% 4%;
  }
}

@media (max-width: 400px) {
  .hero-parkfalls h1 {
    font-size: 2rem;
	  font-weight: 600;
  }

  .hero-parkfalls p {
    font-size: 1rem;
  }
}
/* ===== BUTTONS ===== */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #001733;
  color: #fff;
  font-size: 1.5rem;
}

.btn-primary:hover {
    border: none;
    background: #f02113;
    text-decoration: none;
    color: #FFFFFF;
}

.btn-secondary {
  background: #f02113;
  color: #fff;
  font-size: 1.5rem;
}

.btn-secondary:hover {
  background: #001733;
	color: #ffffff;
	text-decoration: none;
}

.btn-search {
  background: #001733;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1.2px;
}

.btn-search:hover {
  background: #f02113;
}

.btn-third {
  color: #001733;
  font-size: 0.9rem;
  border: thin solid #001733;
  background: transparent;
}

.btn-third:hover {
  background: #f02113;
  color: #FFFFFF;
}
.btn-hdr-locations {
    color: #f02113;
    font-size: 1.5rem;
    border: thin solid #f02113;
}

.btn-hdr-locations:hover {
  background: #001733;
	color: #ffffff;
	text-decoration: none;
}
.btn-ftr {
  color: #FFFFFF;
  font-size: 1.5rem;
  border: thin solid #f02113;
  background: transparent;
}

.btn-ftr:hover {
    background: #f02113;
    border: none;
    color: #FFFFFF;
    text-decoration: none;
	border: thin solid #f02113;
}
.btn-neenah {
  background-color: #F02113;
  border: none;
  color: #FFFFFF;
  padding: 12px 16px;
  font-size: 22px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn-neenah:hover {
  background-color: #001733;
  color: white;
}
.btn-neenah a.split {
    float: right;
    color: white;
}
.loco-bar {
    background-color: #F02113;
    width: 100%;
    height: auto;
  overflow: hidden;
}
.loco-bar a.split {
    float: right;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 22px;
 text-decoration: none;
}
.loco-bar a.split:hover {color: #001733;}

/* ===== BREADCRUMB NAVIGATION ===== */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 1rem;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #001733;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #f02113;
  text-decoration: underline;
}

/* ===== SERVICES ===== */
.services h2 {
    font-size: 2.5rem;
    color: #001733;
    text-align: center;
    border: none;
    margin: 10px 0 20px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.service-item {
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #B1B1B1;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
  transition: all 0.3s ease;
  display: block;
}

.service-item h3 {
  margin-top: 10px;
  color: #001733;
}

.icon-wrapper {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 129px;
  margin-bottom: 10px;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  mix-blend-mode: source-in;
}

.service-item:hover .icon-wrapper::after {
  opacity: 1;
  transform: scale(1.05);
}

.service-item:hover {
    border-color: #F02113;
    box-shadow: 0 6px 15px rgba(240, 33, 19, 0.15);
    transform: translateY(-5px);
    background-color: #EFEFEF;
    text-decoration: none;
}

/* ===== SERVICES SECTION 02 ===== */
.services-02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  justify-items: center;
}

.service-box {
  position: relative;
  width: 90%;
  max-width: 383px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.service-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.service-box .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 204, 0, 0.85);
  transition: background-color 0.4s ease;
}

.service-box:hover .overlay {
  background-color: rgba(255, 204, 0, 0.55);
}

.service-box h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
	font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    text-align: center;
    border: none;
    text-decoration: none;
}

/* ===== TEAM SECTION - MOBILE GAP FIX ===== */
/* Replace your existing .team-section styles with these */

.team-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.team-text {
  flex: 1 1 320px;
}

.team-text h2 {
  font-size: 2.2rem;
  color: #0b2040;
  font-weight: 800;
  margin-bottom: 20px;
}

.team-text p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  max-width: 700px;
}

.learn-more {
    color: #e03124;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-align: left;
}

.learn-more:hover {
  text-decoration: underline;
	color: #001733 ;
}

.team-image {
  position: relative;
  flex: 1 1 380px;
  max-width: 443px;
}

.team-image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

@media (max-width: 900px) {
  .team-section {
    flex-direction: column;
    text-align: center;
    gap: 10px; /* Reduced gap on mobile */
    margin-top: 70px;
  }

  .team-text {
    order: 2; /* Text comes after image */
  }

  .team-text h2 {
    margin-top: 0; /* Remove top margin */
    margin-bottom: 15px;
  }

  .team-text p {
    margin: 0 auto 20px;
  }

  .team-image {
    order: 1; /* Image comes first */
    margin-bottom: 0; /* Remove bottom margin */
  }
}
/* === Home page section divider == */
     .sediv-header {
    background-position: 0%;
    background-color: #F02113;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
        }

        .sediv-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;
            opacity: 0.3;
        }

        .sediv-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .sediv-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #FFFFFF;
        }

        .sediv-header p {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 900px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
        }

        @media (max-width: 768px) {
            .sediv-header {
                padding: 60px 20px;
            }

            .sediv-header h1 {
                font-size: 2rem;
            }

            .sediv-header p {
                font-size: 1.1rem;
            }
        }
.after-faqs {
    margin-top: 10px;
    padding-top: 30px;
	padding-bottom: 30px
}
/* === FAQ page header ===*/
     .faq-header {
    background-position: 0%;
    background-color: #FFFFFF;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
        }

        .faq-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>') repeat;
            opacity: 0.3;
        }

        .faq-content {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .faq-header h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #001733;
        }

        .faq-header p {
    font-size: 1.25rem;
    color: #f02113;
    font-weight: 600;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
        }

        .search-container {
            margin-top: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .search-box {
            position: relative;
        }

        .search-box input {
            width: 100%;
            padding: 18px 50px 18px 20px;
            font-size: 1rem;
            border: none;
            border-radius: 50px;
            outline: none;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            transition: all 0.3s ease;
        }

        .search-box input:focus {
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
            transform: translateY(-2px);
        }

        .search-box button {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            background: #1a5490;
            border: none;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .search-box button:hover {
            background: #0d3a66;
            transform: translateY(-50%) scale(1.05);
        }

        .search-box button svg {
            width: 20px;
            height: 20px;
            stroke: white;
            stroke-width: 2.5;
            fill: none;
        }

        @media (max-width: 768px) {
            .faq-header {
                padding: 60px 20px;
            }

            .faq-header h1 {
                font-size: 2.5rem;
            }

            .faq-header p {
                font-size: 1.1rem;
            }
        }
/* ===== FAQ CAROUSEL (Index Page) ===== */
.faq-section {
  background: #f5f5f5;
  padding: 40px;
  position: relative;
  text-align: center;
  margin-top: 6vh;
}

.faq-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.faq-carousel {
  display: flex;
  transition: transform 0.6s ease;
  gap: 20px;
  justify-content: flex-start;
}

.faq-item {
  flex: 0 0 50%;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-5px);
}

.faq-item h4,
.faq-item h5,
.faq-item p {
  text-align: left;
}

.faq-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 10;
  transition: background 0.3s ease;
}

.faq-arrow.left {
  left: 10px;
}

.faq-arrow.right {
  right: 10px;
}

.faq-arrow:hover {
  background: #0056b3;
}

@media (max-width: 900px) {
  .faq-item {
    flex: 0 0 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .faq-arrow {
    top: auto;
    bottom: -60px;
    transform: none;
  }
}

/* ===== FULL FAQ PAGE ===== */
.full-faq {
    background-color: #f9f9f9;
    color: #001733;
    padding: 1rem 2rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    border-radius: 8px;
}

.full-faq .faq-header {
  text-align: center;
  margin-bottom: 2rem;
}

.full-faq .faq-header h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #001733;
    text-align: center;
}
.full-faq h3 {
    text-align: center;
}
.full-faq .faq-header h3 {
    font-size: 2rem;
}


.full-faq .faq-container {
  max-width: 100%;
  margin: 0 auto;
}

.full-faq .faq-item {
  display: none;
  margin-bottom: 10px;
}

.full-faq .faq-item.show {
  display: block;
}

.faq-question {
    background: #F0F0F0;
    padding: 16px 18px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e8effa;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #001733;
}

.faq-question .icon {
  font-weight: bold;
  font-size: 1.5rem;
  color: #001733;
  transition: transform 0.3s ease;
}

.faq-item.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
}

.faq-item.active .faq-answer {
  max-height: 100%; /* Large enough for any content */
  padding: 15px 18px;
}

.faq-item.active .faq-answer {
  padding: 15px 18px;
}

.faq-answer p {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

/* ===== FAQ FILTER BUTTONS (Desktop) ===== */
.faq-filter-buttons {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.faq-filter-buttons .btn {
  border: 1px solid #001733;
  background: #ffffff;
  color: #001733;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-filter-buttons .btn:hover,
.faq-filter-buttons .btn.active {
  background-color: #001733;
  color: #ffffff;
}

/* ===== FAQ MOBILE DROPDOWN FILTER ===== */
.faq-filter-dropdown {
  display: none;
  margin-bottom: 2rem;
  text-align: center;
}

.faq-filter-dropdown select {
  width: 100%;
  max-width: 400px;
  padding: 12px 16px;
  font-size: 1rem;
  border: 2px solid #001733;
  border-radius: 8px;
  background: #ffffff;
  color: #001733;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23001733' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

.faq-filter-dropdown select:focus {
  outline: 2px solid #f02113;
  outline-offset: 2px;
}

@media (max-width: 768px) {
  .faq-filter-buttons {
    display: none !important;
  }

  .faq-filter-dropdown {
    display: block;
  }

  .faq-filter-dropdown select {
    max-width: 100%;
  }
}

/* Keep .faq-filter for backward compatibility */
.faq-filter {
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

/* ===== ZIP LOOKUP ===== */
.find-location {
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

#zipInput {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
}

.location-container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.location-container img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.location-details {
  flex: 1;
  min-width: 250px;
}

.location-details h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.location-details p {
  margin: 5px 0;
  line-height: 1.5;
}

.service-areas {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-areas h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.service-areas ul {
  list-style: disc;
  padding-left: 20px;
}

.service-areas li {
	margin-bottom: 5px;}
/* ===================================================
   SERVICES TABBED/ACCORDION SECTION
   =================================================== */

.services-section {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.services-container {
  max-width: 100%;
  margin: 0 auto;
}

.services-container h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-align: left;
}

.services-intro {
  font-size: 1.1rem;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== TAB NAVIGATION (Desktop) ===== */
.services-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 10px;
}

.tab-btn {
  background: #fff;
  border: 2px solid #ffd840;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: #F02113;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-btn:hover {
  background: #001733;
  border-color: #001733;
	color: #FFFFFF;
  transform: translateY(-2px);
}

.tab-btn.active {
  background: #001733;
  color: #fff;
  border-color: #001733;
}

/* ===== TAB CONTENT PANELS ===== */
.services-content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}

.service-panel {
  display: none;
  padding: 40px;
  animation: fadeIn 0.4s ease;
}

.service-panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.panel-header h3 {
  font-size: 2rem;
  color: #1a1a1a;
  margin: 0;
}

/* Hide accordion icon on desktop */
.accordion-icon {
  display: none;
  font-size: 2rem;
  font-weight: 300;
  color: #001733;
  cursor: pointer;
  user-select: none;
  width: 30px;
  text-align: center;
}

.panel-body {
  max-height: none;
  overflow: visible;
  transition: max-height 0.4s ease;
}

.panel-body p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #001733;
  margin-bottom: 20px;
}

.panel-body ul {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.panel-body ul li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 1.05rem;
  color: #001733;
  line-height: 1.6;
}

.panel-body ul li:before {
  content: "🗹";
  position: absolute;
  left: 0;
  color: #F02113;
  font-size: 1.3rem;
}

.learn-more-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #001733;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.learn-more-btn:hover {
  background: #0056b3;
	color: #FFFFFF;
  transform: translateX(5px);
}

/* ===== CALL TO ACTION ===== */
.services-cta {
    text-align: center;
    /* [disabled]margin-top: 50px; */
    padding: 40px 30px;
    background: linear-gradient(135deg, #f02113 0%, #f02113 100%);
    color: #fff;
}

.services-cta h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
}
.services-cta .big {
  font-size: 3rem;
}
.services-cta p {
  font-size: 1.3rem;
	color: #FFFFFF;
	text-align: center;
  margin-bottom: 25px;
  opacity: 0.95;
}

.cta-button {
  display: inline-block;
  padding: 14px 35px;
  background: #fff;
  color: #001733;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #f0f0f0;
}

/* ===================================================
   MOBILE RESPONSIVE (Accordion Style)
   =================================================== */

@media (max-width: 768px) {
  
  .services-section {
    padding: 40px 15px;
  }
  
  .services-container h2 {
    font-size: 2rem;
  }
  
  .services-intro {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  /* Hide tab navigation on mobile */
  .services-tabs {
    display: none;
  }
  
  /* Transform panels into accordion */
  .services-content {
    box-shadow: none;
    background: transparent;
  }
  
  .service-panel {
    display: block;
    padding: 0;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
  }
  
  .panel-header {
    padding: 20px;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
  }
  
  .panel-header:active {
    background: #f8f9fa;
  }
  
  .panel-header h3 {
    font-size: 1.3rem;
    padding-right: 10px;
  }
  
  /* Show accordion icon on mobile */
  .accordion-icon {
    display: block;
    flex-shrink: 0;
  }
  
  /* Collapsed state */
  .service-panel:not(.active) .panel-body {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  
  /* Expanded state */
  .service-panel.active .panel-body {
    max-height: 2000px;
    padding: 0 20px 25px 20px;
  }
  
  .panel-body p {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .panel-body ul li {
    font-size: 0.95rem;
    padding: 10px 0 10px 25px;
  }
  
  .panel-body ul li:before {
    font-size: 1rem;
  }
  
  .learn-more-btn {
    padding: 10px 20px;
    font-size: 0.95rem;
    margin-top: 15px;
  }
  
  /* CTA on mobile */
  .services-cta {
    margin-top: 30px;
    padding: 30px 20px;
  }
  
  .services-cta h3 {
    font-size: 1.5rem;
  }
  
  .services-cta p {
    font-size: 1rem;
  }
  
  .cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

/* Small mobile adjustments */
@media (max-width: 480px) {
  .panel-header h3 {
    font-size: 1.15rem;
  }
  
  .accordion-icon {
    font-size: 1.5rem;
  }
}}
.contact-box {
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
    transition: all 0.3s ease;
    border-bottom: thin solid #E9E9E9;
        }

        .contact-box:hover {

        }

        .phone-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    text-align: center;

        }

        .phone-link:hover {
            color: #F02113;
			text-decoration: none;
        }

        .business-name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
        }
.fax {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
	line-height: 1.6;
        }
        .address-link {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            line-height: 1.6;
            transition: color 0.3s ease;
        }

        .address-link:hover {
            color: #F02113;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .phone-link {
                font-size: 24px;
            }
            
            .business-name {
                font-size: 18px;
            }
            
            .address-link {
                font-size: 14px;
            }
        }
/* ===== FOOTER ===== */
.footer {
    background: #001733;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
}

.footer p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 20px;
}

.ftr-nav {
  margin-top: 20px;
	font-size: 1.2rem;
}

.ftr-nav a:hover {
    text-decoration: underline;
}

/* ===== STICKY BAR ===== */
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F02113;
    color: #fff;
    text-align: center;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 0.75rem;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.sticky-bar a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 3vw;
  flex-wrap: wrap;
}

.sticky-bar a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.sticky-bar span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .sticky-bar a {
    font-size: 3.5vw;
    gap: 0.5rem;
  }
	
}

@media (min-width: 901px) {
  .sticky-bar {
    display: none;
  }
	
}

/* ===== MOBILE OVERLAY (dim background) ===== */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
  z-index: 1999 !important;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  background: #001733;
  color: #fff;
  z-index: 2000 !important;
  transition: transform 0.35s cubic-bezier(.2, .9, .2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-overlay.open {
  transform: translateY(0);
}

.overlay-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.overlay-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.overlay-logo img {
  height: 44px;
}

.close-overlay {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* ===== ZIP SEARCH IN MOBILE MENU ===== */
.zip-search {
  margin-bottom: 18px;
}

.zip-search form {
  display: flex;
  gap: 8px;
}

.zip-search input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  outline: none;
}

.zip-search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.zip-search .btn-search {
  padding: 12px 18px;
  border-radius: 28px;
  background: #f02113;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* ===== OVERLAY MENU ===== */
.overlay-menu {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  flex: 1;
}

.overlay-item {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px 0;
}

.overlay-item:first-child {
  border-top: none;
}

.overlay-link {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
}

.overlay-toggle {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overlay-toggle::after {
  content: '\25BE';
  transition: transform 0.3s ease;
  display: inline-block;
}

.overlay-item.open .overlay-toggle::after {
  transform: rotate(180deg);
}

.overlay-submenu {
  list-style: none;
  margin-top: 12px;
  padding-left: 12px;
  display: none;
}

.overlay-item.open .overlay-submenu {
  display: block;
}

.overlay-submenu li a {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  padding: 8px 0;
  text-decoration: none;
  font-weight: 600;
}

/* ===== OVERLAY CTA ===== */
.overlay-cta {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  justify-content: center;
}

.overlay-cta .btn {
  border-radius: 28px;
  padding: 10px 18px;
}

/* ===== OVERLAY BOTTOM LINKS ===== */
.overlay-bottom-links {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.overlay-bottom-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
}

/* ===== PAGE LAYOUT (for inside pages with sidebar) ===== */
.page-wrapper {
    display: flex;
    gap: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
}

.content {
    flex: 1;
    padding-top: 3rem;
}

/* ===== RIGHT SIDEBAR NAVIGATION ===== */
.right-nav-location {
    width: 350px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #001733;
    padding-top: 3rem;
    z-index: 1;
}
.right-nav {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #f9f9f9;
	padding-top: 3rem;
  padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
  border-left: 1px solid #ddd;
}

.right-nav-header {
  padding-bottom: 0.5rem;
}

.right-nav-header h2 {
  color: #001733;
  font-size: 1.1rem;
  border-bottom: 2px solid #ffd840;
}

.right-nav-header p {
  font-size: 0.9rem;
  color: #555;
  margin: 0;
  padding-top: 0.2rem;
}

.right-nav nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-nav nav ul li {
  margin-bottom: 0.75rem;
}

.right-nav nav ul li a {
    color: #001733;
    text-decoration: none;
}

.right-nav nav ul li a:hover {
  color: #F02113;
  text-decoration: underline;
}

.right-nav form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.right-nav form input {
  padding: 0.5rem;
  font-size: 1rem;
}

.right-nav form button {
  padding: 0.5rem;
  background-color: #001733;
  color: white;
  border: none;
  cursor: pointer;
}

.right-nav .zip-error {
  color: #F02113;
  font-size: 0.9rem;
  display: none;
  margin-top: 0.25rem;
}

/* ===== ACCESSIBILITY FOCUS STYLES ===== */
.overlay-toggle:focus,
.close-overlay:focus,
.mobile-menu-icon:focus,
.zip-search input:focus {
  outline: 3px solid rgba(240, 33, 19, 0.18);
  outline-offset: 2px;
}

/* ===== RESPONSIVE RULES ===== */
@media (max-width: 900px) {
  /* Hide desktop-only elements */
  .top-bar {
    display: none !important;
  }

.loco-bar a.split {
    float: none;
    display: block;
    text-align: center;
}
  .main-nav {
    display: none !important;
  }

  .header-buttons {
    display: none !important;
  }

  /* Show mobile menu icon */
  .mobile-menu-icon {
    display: inline-block !important;
  }

  /* Hide footer nav on mobile */
  .footer .ftr-nav {
    display: none;
  }

  /* Add padding for sticky bar */
  body {
    padding-bottom: 50px; 
  }
}

@media (max-width: 768px) {
  .right-nav {
    display: none;
  }
	.right-nav-location { width: 100%;
    flex-direction: column;
}
}
.flex-container-rt-sd {
    display: flex;
    flex-direction: row;
    gap: 0rem;
}
.flex-item-rt-sd a:hover { color: #F02113; text-decoration: none;
}
.flex-item-rt-sd {
    padding: 10px;
	font-family: "Source Sans Pro","Arial","Helvetica",sans-serif;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #FFFFFF;
    text-align: center;
    width: 100%;
	display: block;
}
.fi-rt-sd-p {
    color: #ffffff;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    font-family: "Source Sans Pro","Arial","Helvetica",sans-serif;
    letter-spacing: 0.5px;
}
.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item {
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 700px) {
  .flex-container-rt-sd {
    flex-direction: column;
  }
	  .flex-container {
    flex-direction: column;
  }
}
/* ===== LOCATION PAGE SPECIFIC LAYOUT ===== */
.location-page-wrapper {
    display: flex;
    gap: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    max-width: 1350px;
    margin: 0 auto;
}

.location-main-content {
  flex: 1;
  padding-top: 2rem;
}

.location-sidebar {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Contact box - appears at top of sidebar */
.location-contact-box {
    background-color: #001733;
    padding: 1.5rem;
    text-align: center;
}

.location-contact-box .business-name {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.location-contact-box .phone-link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.location-contact-box .phone-link:hover {
  color: #F02113;
  text-decoration: none;
}

.location-contact-box .address-link,
.location-contact-box .fax {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: none;
}

.location-contact-box .address-link:hover {
  color: #F02113;
  text-decoration: none;
}

.location-contact-box .imp {
  color: #F02113;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.1rem;
}

.location-contact-box .imp a {
  color: #F02113;
  text-decoration: none;
}

.location-contact-box .imp a:hover {
  text-decoration: underline;
}

/* Navigation menu below contact box */
.location-nav-menu {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
}

.location-nav-menu h3 {
  color: #001733;
  font-size: 1.2rem;
  border-bottom: 2px solid #F02113;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.location-nav-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-nav-menu ul li {
  margin-bottom: 0.75rem;
}

.location-nav-menu ul li a {
  color: #001733;
  text-decoration: none;
  transition: color 0.3s ease;
}

.location-nav-menu ul li a:hover {
  color: #F02113;
  text-decoration: underline;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .location-page-wrapper {
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  
  /* Sidebar (with contact box) appears FIRST on mobile */
  .location-sidebar {
    order: -1;
    width: 100%;
  }
  
  .location-main-content {
    order: 1;
    width: 100%;
    padding-top: 0;
  }
  
  /* Hide the nav menu on mobile */
  .location-nav-menu {
    display: none;
  }
  
  /* Adjust contact box sizing */
  .location-contact-box .phone-link {
    font-size: 1.5rem;
  }
  
  .location-contact-box .business-name {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .location-contact-box .phone-link {
    font-size: 1.3rem;
  }
}
@media (min-width: 901px) {
  /* Hide mobile elements on desktop */
  .mobile-overlay,
  .mobile-menu-overlay,
  .mobile-overlay.active,
  .mobile-menu-overlay.open {
    display: none !important;
  }

  .sticky-bar {
    display: none;
  }

  .mobile-menu-icon {
    display: none !important;
  }
}
