@font-face {
  font-family: 'Proxima Nova';
  src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('assets/fonts/ProximaNova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('assets/fonts/ProximaNova-Extrabld.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font-family: 'Proxima Nova', Arial, sans-serif;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
  background: none;
}

textarea {
  resize: vertical;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

/* LAYOUT */
.container {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding: 100px 0;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none !important;
}

.w-100 {
  width: 100%;
}

/* HEADER */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-bg {
  width: 100%;
  background: #3f7eaa;
}

.header-container {
  max-width: 1730px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.quote-btn {
  height: 91px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0 0 24px 24px;
  color: #3f7eaa;
  font-size: 30px;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-left: 62px;
}

.header-link {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}

.icon {
  font-size: 34px;
  line-height: 1;
}

.money-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #3f7eaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
}

.header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 55px;
}

.address {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.services-btn {
  height: 110px;
  min-width: 350px;
  margin-bottom: -42px;
  border-radius: 0 0 25px 25px;
  background: #3f7eaa;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 13px;
}

/* HERO */
.hero {
  position: relative;
  height: 920px;
  background-image: url('assets/img/hero-bg.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: visible;
}

.services-page .hero {
  background-image: url('assets/img/hero-bg-ser.jpg');
}

.services-page .services-btn {
  display: none;
}

.hero-container {
  position: relative;
  max-width: 1730px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-logo {
  position: absolute;
  left: 0;
  top: 120px;
  width: 520px;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-logo::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(63, 117, 161, 0.8);
  filter: blur(18px);
  z-index: 1;
}

.hero-text {
  position: absolute;
  left: 70%;
  top: 430px;
  transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
}

.hero-text h1 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.5px;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.45),
    0 5px 8px rgba(0, 0, 0, 0.45);
}

.hero-text h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 4px #000;
  font-family: 'Proxima Nova', Arial, sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}

.hero-services {
  position: absolute;
  left: 50%;
  bottom: -130px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1520px;
  display: flex;
  justify-content: center;
  gap: 45px;
}

.service-item {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 7px solid #fff;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.service-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
  padding: 0 20px;
  text-shadow:
    0 3px 0 rgba(0, 0, 0, 0.55),
    0 5px 8px rgba(0, 0, 0, 0.45);
}

/* NEXT SECTION AFTER HERO */
.main-content {
  padding-top: 170px;
}

/* RESPONSIVE */
@media (max-width: 1600px) {
  .container,
  .header-container,
  .hero-container {
    max-width: 1400px;
  }

  .quote-btn {
    font-size: 26px;
    padding: 0 32px;
  }

  .header-actions {
    gap: 28px;
    margin-left: 45px;
  }

  .header-link {
    font-size: 18px;
  }

  .address {
    font-size: 17px;
  }

  .services-btn {
    min-width: 300px;
    font-size: 28px;
    letter-spacing: 10px;
  }

  .hero-logo {
    left: 20px;
    width: 460px;
    height: 460px;
  }

  .hero-text {
    left: 68%;
    max-width: 650px;
  }

  .hero-text h1 {
    font-size: 30px;
  }
}

@media (max-width: 1630px) {
  .service-item {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 1400px) {
  .container,
  .header-container,
  .hero-container {
    max-width: 1200px;
  }

  .quote-btn {
    height: 82px;
    font-size: 23px;
    border-radius: 0 0 20px 20px;
  }

  .header-actions {
    gap: 22px;
    margin-left: 35px;
  }

  .header-link {
    font-size: 17px;
    gap: 10px;
  }

  .icon {
    font-size: 28px;
  }

  .money-icon {
    width: 36px;
    height: 36px;
    font-size: 23px;
  }

  .header-right {
    gap: 30px;
  }

  .address {
    font-size: 15px;
  }

  .services-btn {
    min-width: 260px;
    height: 100px;
    font-size: 24px;
    letter-spacing: 8px;
  }

  .hero-logo {
    width: 390px;
    height: 390px;
    top: 145px;
  }

  .hero-text {
    left: 68%;
    top: 410px;
    max-width: 560px;
  }

  .hero-text h1 {
    font-size: 27px;
  }

  .hero-services {
    max-width: 1100px;
    gap: 25px;
    bottom: -110px;
  }

  .service-item {
    width: 240px;
    height: 240px;
  }

  .service-item span {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .header-container {
    height: auto;
    min-height: 76px;
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

  .quote-btn {
    order: 1;
    height: 70px;
    font-size: 22px;
    padding: 0 28px;
  }

  .header-actions {
    order: 2;
    margin-left: 0;
  }

  .header-right {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 25px;
    padding-bottom: 12px;
  }

  .services-btn {
    height: 60px;
    min-width: 220px;
    margin-bottom: 0;
    align-items: center;
    padding-bottom: 0;
    border-radius: 0 0 18px 18px;
    font-size: 22px;
    letter-spacing: 6px;
  }

  .hero {
    height: auto;
    min-height: 900px;
    padding-bottom: 150px;
  }

  .hero-container {
    min-height: 900px;
    padding-top: 140px;
  }

  .hero-logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 35px;
    width: 340px;
    height: 340px;
  }

  .hero-text {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    max-width: 680px;
  }

  .hero-text h1 {
    font-size: 28px;
  }

  .hero-services {
    bottom: -130px;
    max-width: 700px;
    flex-wrap: wrap;
    gap: 28px;
  }

  .service-item {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 1024px) {
  .section {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 60px 0;
  }

  .header-bg {
    padding-bottom: 15px;
  }

  .header-container {
    padding: 0 15px;
    gap: 14px;
  }

  .quote-btn {
    width: 100%;
    max-width: 280px;
    height: 58px;
    justify-content: center;
    font-size: 20px;
    padding: 0 20px;
  }

  .header-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .header-link {
    font-size: 16px;
  }

  .money-icon {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }

  .header-right {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 0;
  }

  .address {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }

  .services-btn {
    height: 50px;
    min-width: 190px;
    font-size: 18px;
    letter-spacing: 5px;
  }

  .hero {
    min-height: 760px;
    padding-bottom: 860px;
    background-position: center top;
  }

  .hero-container {
    min-height: 760px;
    padding: 245px 15px 0;
  }

  .hero-logo {
    width: 240px;
    height: 240px;
    margin-bottom: 28px;
  }

  .hero-logo::before {
    filter: blur(18px);
  }

  .hero-text {
    max-width: 340px;
  }

  .hero-text h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  .hero-services {
    bottom: -900px;
    max-width: 280px;
    gap: 22px;
  }

  .service-item {
    width: 230px;
    height: 230px;
    border-width: 6px;
  }

  .service-item span {
    font-size: 23px;
    padding: 0 18px;
  }

  .main-content {
    padding-top: 720px;
  }
}

@media (max-width: 480px) {
  .hero-container {
    padding-top: 260px;
  }

  .hero-logo {
    width: 210px;
    height: 210px;
  }

  .hero-text h1 {
    font-size: 20px;
  }

  .service-item {
    width: 210px;
    height: 210px;
  }

  .service-item span {
    font-size: 21px;
  }
}

.local-section {
  position: relative;
  margin-top: 180px;
  height: 840px;
  background-image: url('assets/img/local-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.local-container {
  position: relative;
  max-width: 1730px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.local-content {
  position: absolute;
  right: 110px;
  top: 70%;
  transform: translateY(-50%);
  width: 815px;
}

.local-text-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 880px;
  height: 360px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(55px);
}

.local-text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.local-text p {
  margin: 0;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.35;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.65);
}

.local-text strong {
  display: block;
  margin-top: 10px;
  font-size: 33px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.2;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.65);
}

.location-label {
  position: absolute;
  left: 60px;
  bottom: 32px;
  z-index: 2;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
}

/* ==========================
   LOCAL SECTION ADAPTIVE
========================== */

@media (max-width: 1600px) {
  .local-container {
    max-width: 1400px;
  }

  .local-content {
    right: 60px;
    width: 680px;
  }

  .local-text p {
    font-size: 27px;
  }
}

@media (max-width: 1400px) {
  .local-container {
    max-width: 1200px;
  }

  .local-content {
    right: 30px;
    width: 600px;
  }

  .local-text p {
    font-size: 24px;
    line-height: 1.35;
  }

  .local-text strong {
    font-size: 26px;
  }

  .location-label {
    left: 30px;
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .local-section {
    margin-top: 20px;
    height: 700px;
    background-position: 35% center;
  }

  .local-content {
    left: 50%;
    right: auto;
    top: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
  }

  .local-text-bg {
    width: 100%;
    height: 360px;
  }

  .local-text p {
    font-size: 22px;
  }

  .local-text strong {
    font-size: 25px;
  }

  .location-label {
    left: 25px;
    bottom: 25px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .local-section {
    height: 620px;
    background-position: 25% center;
  }

  .local-container {
    padding: 0 15px;
  }

  .local-content {
    width: calc(100% - 30px);
    top: 52%;
  }

  .local-text-bg {
    width: 100%;
    height: 420px;
    filter: blur(45px);
  }

  .local-text p {
    font-size: 18px;
    line-height: 1.35;
  }

  .local-text strong {
    margin-top: 12px;
    font-size: 21px;
  }

  .location-label {
    left: 15px;
    bottom: -490px;
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .local-section {
    height: 600px;
    background-position: 22% center;
  }

  .local-content {
    top: 350px;
  }

  .local-text p {
    font-size: 16px;
  }

  .local-text strong {
    font-size: 19px;
  }

  .location-label {
    font-size: 14px;
  }
}
.inventory-section {
  position: relative;
  overflow: hidden;
  background: #269c46;
}

.inventory-container {
  position: relative;
  z-index: 2;
  /* max-width: 1730px; */
  min-height: 570px;
  margin: 0 auto;
  padding: 60px 0px 55px;

  display: grid;
  grid-template-columns: 1fr 650px;
  column-gap: 45px;
}

.inventory-text {
  padding-left: 190px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inventory-text p {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.35;
}

.inventory-top strong,
.inventory-bottom strong {
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.inventory-bottom {
  padding-top: 30px;
}

.inventory-bottom p + p {
  margin-top: 35px;
}

.inventory-left-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.inventory-left-img img,
.inventory-right-img img {
  width: 100%;
  display: block;
}

.inventory-right-img {
  position: relative;
  z-index: 3;
  align-self: start;
  width: 650px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .inventory-container {
    grid-template-columns: 1fr 520px;
  }

  .inventory-text {
    padding-left: 190px;
  }

  .inventory-right-img {
    width: 520px;
  }
}

@media (max-width: 1400px) {
  .inventory-container {
    grid-template-columns: 1fr 420px;
    column-gap: 35px;
  }

  .inventory-text {
    padding-left: 140px;
  }

  .inventory-left-img {
    width: 120px;
  }

  .inventory-right-img {
    width: 420px;
  }

  .inventory-top p,
  .inventory-bottom p {
    font-size: 21px;
  }

  .inventory-top strong,
  .inventory-bottom strong {
    font-size: 29px;
  }
}

@media (max-width: 1199px) {
  .inventory-container {
    display: block;
    min-height: auto;
    padding: 50px 30px 40px;
  }

  .inventory-text {
    padding-left: 0;
    text-align: center;
  }

  .inventory-left-img {
    display: none;
  }

  .inventory-right-img {
    width: 520px;
    max-width: 100%;
    margin: 35px auto 0;
  }
}

@media (max-width: 767px) {
  .inventory-section {
    background: linear-gradient(to bottom, #269c46 0 45%, #407ca5 45% 100%);
  }

  .inventory-container {
    padding: 38px 15px 35px;
  }

  .inventory-top p,
  .inventory-bottom p {
    font-size: 18px;
    line-height: 1.4;
  }

  .inventory-top strong,
  .inventory-bottom strong {
    display: block;
    margin-bottom: 4px;
    font-size: 30px;
  }

  .inventory-bottom {
    padding-top: 35px;
  }

  .inventory-bottom p + p {
    margin-top: 28px;
  }

  .inventory-right-img {
    width: 380px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .inventory-top p,
  .inventory-bottom p {
    font-size: 16px;
  }

  .inventory-top strong,
  .inventory-bottom strong {
    font-size: 26px;
  }

  .inventory-right-img {
    width: 320px;
  }
}

.service-area-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 930px;
}

.service-area-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background-image: url('assets/img/georgia-service-area-map.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: 1;
}

.service-area-container {
  position: relative;
  z-index: 2;
  max-width: 1730px;
  min-height: 930px;
  margin: 0 auto;
  padding: 45px 20px 70px;
}

.service-area-title {
  max-width: 1310px;
  margin: 0 auto;
  color: #000;
  text-align: center;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.18;
}

.service-area-map-title {
  position: absolute;
  left: 190px;
  top: 150px;
  max-width: 260px;
  color: #407ca5;
  font-size: 47px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  z-index: 3;
}

.service-area-content {
  position: absolute;
  left: 745px;
  right: auto;
  top: 205px;
  width: 620px;
  z-index: 3;
}

.service-area-list {
  margin: 0;
  padding-left: 34px;
  color: #000;
  list-style: disc;
}

.service-area-list li {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
}

.service-area-note {
  margin-top: 55px;
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
}

@media (max-width: 1600px) {
  .service-area-container {
    max-width: 1400px;
  }

  .service-area-section::before {
    width: 58%;
  }

  .service-area-map-title {
    left: 130px;
    font-size: 42px;
  }

  .service-area-content {
    right: 120px;
  }
}

@media (max-width: 1400px) {
  .service-area-section {
    min-height: 800px;
  }

  .service-area-container {
    max-width: 1200px;
    min-height: 800px;
  }

  .service-area-title {
    max-width: 1000px;
    font-size: 27px;
  }

  .service-area-map-title {
    left: 90px;
    top: 135px;
    font-size: 36px;
  }

  .service-area-content {
    right: 60px;
    top: 185px;
    width: 430px;
  }

  .service-area-list li {
    font-size: 25px;
  }

  .service-area-note {
    font-size: 25px;
    margin-top: 42px;
  }
}

@media (max-width: 1024px) {
  .service-area-section {
    min-height: auto;
  }

  .service-area-section::before {
    position: relative;
    display: block;
    width: 100%;
    height: 560px;
    background-size: contain;
    background-position: center top;
  }

  .service-area-container {
    min-height: auto;
    padding: 40px 20px 55px;
  }

  .service-area-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .service-area-map-title {
    position: static;
    margin: -430px 0 250px 80px;
    max-width: 210px;
    font-size: 34px;
  }

  .service-area-content {
    position: static;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .service-area-list li {
    font-size: 24px;
  }

  .service-area-note {
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-area-section::before {
    height: 490px;
    background-size: 125%;
    background-position: left top;
  }

  .service-area-container {
    padding: 35px 15px 45px;
  }

  .service-area-title {
    font-size: 20px;
    line-height: 1.25;
  }

  .service-area-map-title {
    margin: -310px 0 190px 25px;
    max-width: 160px;
    font-size: 27px;
  }

  .service-area-content {
    max-width: 310px;
  }

  .service-area-list li {
    font-size: 20px;
    line-height: 1.35;
  }

  .service-area-note {
    font-size: 21px;
    margin-top: 32px;
  }
}

@media (max-width: 1600px) {
  .service-area-content {
    left: 650px;
  }
}

@media (max-width: 1400px) {
  .service-area-content {
    left: 570px;
    top: 185px;
  }
}

@media (max-width: 1200px) {
  .service-area-content {
    left: 510px;
    width: 430px;
  }
}

.testimonials-section {
  background: #f1e0c5;
  padding: 70px 0 90px;
  overflow: hidden;
}

.testimonials-title {
  text-align: center;
  color: #3e75a5;
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 70px;
}

.testimonials-slider-wrapper {
  position: relative;
  padding: 0 100px;
}

.testimonials-slider {
  overflow: hidden;
}

.testimonial-card {
  text-align: center;
}

.testimonial-text {
  color: #3e75a5;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 40px;
}

.testimonial-author {
  color: #000;
  font-size: 28px;
  font-style: italic;
  margin-bottom: 5px;
}

.testimonial-company {
  color: #000;
  font-size: 28px;
  font-style: italic;
}

.testimonial-prev,
.testimonial-next {
  position: absolute;
  top: 140px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-prev {
  left: 0;
}

.testimonial-next {
  right: 0;
}

.testimonial-prev svg,
.testimonial-next svg {
  width: 100%;
  height: 100%;
}

.testimonial-prev path,
.testimonial-next path {
  fill: none;
  stroke: #3e75a5;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.testimonial-prev.swiper-button-lock,
.testimonial-next.swiper-button-lock {
  display: flex !important;
}

.quote-footer {
  position: relative;
  overflow: hidden;
}

.quote-footer-top {
  position: relative;
  min-height: 780px;
  display: grid;
  grid-template-columns: 47.5% 52.5%;
  background: #000;
}

.quote-footer-photo {
  background-image: url('assets/img/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quote-form-wrap {
  padding: 25px 60px 40px;
}

.jotform-placeholder {
  width: 100%;
  max-width: 780px;
  min-height: 680px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FOOTER BOTTOM */

.site-footer {
  position: relative;
  background: #407ca5;
  border-top: 15px solid #fff;
  min-height: 255px;
}

.footer-container {
  position: relative;
  max-width: 1730px;
  margin: 0 auto;
  padding: 30px 20px 25px;
  min-height: 255px;
}

.footer-logo-block {
  position: absolute;
  left: 170px;
  top: -125px;
  width: 390px;
  text-align: center;
  z-index: 3;
}

.footer-logo-block::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  width: 250px;
  height: 135px;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 250px 250px 0 0;
  z-index: -1;
}

.footer-logo-circle {
  width: 205px;
  height: 205px;
  margin: 0 auto;
  border-radius: 50%;
  background: #407ca5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo-circle img {
  width: 92%;
}

.footer-contact {
  margin-top: 18px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.footer-contact a {
  color: #fff;
}

.footer-center {
  text-align: center;
}

.payment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 390px;
  height: 76px;
  background: #ff9f1c;
  color: #fff;
  border-radius: 22px;
  font-size: 26px;
  font-weight: 800;
}

.footer-nav {
  margin-top: 32px;
  color: #fff;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: 12px;
}

.footer-nav a,
.footer-nav span {
  color: #fff;
}

.copyright {
  margin-top: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-powered {
  position: absolute;
  right: 120px;
  top: 110px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.footer-powered span {
  font-size: 15px;
}

.footer-powered img {
  width: 185px;
}

/* ADAPTIVE */

@media (max-width: 1400px) {
  .footer-logo-block {
    left: 80px;
  }

  .footer-powered {
    right: 50px;
  }
}

@media (max-width: 1024px) {
  .quote-footer-top {
    grid-template-columns: 1fr;
  }

  .quote-footer-photo {
    min-height: 420px;
  }

  .quote-form-wrap {
    padding: 40px 25px;
  }

  .footer-container {
    padding-top: 125px;
  }

  .footer-logo-block {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-powered {
    position: static;
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .quote-footer-photo {
    min-height: 330px;
  }

  .quote-form-wrap {
    padding: 30px 15px;
  }

  .site-footer {
    border-top-width: 10px;
  }

  .footer-logo-block {
    top: -105px;
    width: 190px;
  }

  .footer-logo-block::before {
    width: 215px;
    height: 115px;
  }

  .footer-logo-circle {
    width: 170px;
    height: 170px;
  }

  .footer-contact {
    font-size: 14px;
  }

  .payment-btn {
    min-width: 280px;
    height: 62px;
    font-size: 21px;
    border-radius: 18px;
  }

  .footer-nav {
    font-size: 22px;
    letter-spacing: 7px;
  }

  .copyright {
    font-size: 13px;
  }

  .footer-powered {
    flex-direction: column;
  }

  .footer-powered img {
    width: 160px;
  }
}
.quote-section {
  position: relative;
  background-image: url('assets/img/footer-form-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.quote-container {
  max-width: 1730px;
  margin: 0 auto;
  padding: 30px 20px 60px;
  min-height: 790px;

  display: flex;
  justify-content: flex-end;
}

.quote-form-wrap {
  width: 760px;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

/* JotForm iframe */
.quote-form-wrap iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

.portable-info-section {
  background: #fff;
  overflow: hidden;
}

.portable-info-container {
  max-width: 1650px;
  margin: 15px auto;
  padding: 0 20px;
}

.portable-info-top {
  background: #269c46;
  color: #fff;
}

.portable-info-heading {
  min-height: 285px;
  padding: 42px 0 35px 570px;
}

.portable-info-heading h1 {
  margin: 0 0 25px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.15;
}

.portable-info-heading ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portable-info-heading li {
  position: relative;
  padding-left: 28px;

  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.28;
}

.portable-info-heading li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.portable-info-body {
  background: #fff;
}

.portable-info-grid {
  display: grid;
  grid-template-columns: 543px 1fr;
  gap: 75px;
  align-items: start;
}

.portable-info-image {
  margin-top: -178px;
  position: relative;
  z-index: 2;
}

.portable-info-image img {
  width: 100%;
  height: 815px;
  object-fit: cover;
  display: block;
}

.portable-info-content {
  padding-top: 35px;
  max-width: 760px;
  color: #000;
}

.portable-info-content p {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.32;
}

.portable-info-content strong {
  color: #407ca5;
  font-weight: 800;
}

.portable-call {
  margin-top: 5px;
}

.portable-call h2 {
  margin: 0;
  color: #269c46;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.portable-call p {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

/* ADAPTIVE */

@media (max-width: 1600px) {
  .portable-info-container {
    max-width: 1300px;
  }

  .portable-info-heading {
    padding-left: 500px;
  }

  .portable-info-grid {
    grid-template-columns: 480px 1fr;
    gap: 55px;
  }

  .portable-info-image img {
    height: 760px;
  }

  .portable-info-content p {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .portable-info-container {
    max-width: 1180px;
  }

  .portable-info-heading {
    padding-left: 440px;
  }

  .portable-info-heading h1 {
    font-size: 30px;
  }

  .portable-info-heading li {
    font-size: 21px;
  }

  .portable-info-grid {
    grid-template-columns: 410px 1fr;
    gap: 45px;
  }

  .portable-info-image img {
    height: 690px;
  }

  .portable-info-content p {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .portable-info-heading {
    padding: 40px 0 35px;
    text-align: center;
    min-height: auto;
  }

  .portable-info-heading ul {
    display: inline-block;
    text-align: left;
  }

  .portable-info-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .portable-info-image {
    margin-top: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .portable-info-image img {
    height: auto;
  }

  .portable-info-content {
    max-width: 760px;
    margin: 0 auto;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .portable-info-container {
    padding: 0 15px;
  }

  .portable-info-heading {
    padding: 34px 0 30px;
  }

  .portable-info-heading h1 {
    font-size: 25px;
  }

  .portable-info-heading li {
    font-size: 18px;
  }

  .portable-info-body {
    padding-top: 30px;
  }

  .portable-info-content p {
    font-size: 17px;
    line-height: 1.4;
  }

  .portable-call h2 {
    font-size: 32px;
  }

  .portable-call p {
    font-size: 17px;
  }
}

.offers-section {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
}

.offers-container {
  max-width: 1533px;
  margin: 0 auto;
  padding: 0 20px;
}

.offers-heading {
  margin-top: 20px;
  background: #407ca5;
}

.offers-heading h2 {
  margin: 0;
  padding: 38px 0;
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
}

.offers-grid {
  display: grid;
  grid-template-columns: 610px 1fr;
  gap: 45px;
  align-items: start;
  padding-top: 35px;
}

.offers-list {
  padding-left: 30px;
}

.offer-item {
  position: relative;
  margin-bottom: 24px;
}

.offer-item::before {
  content: '·';
  position: absolute;
  left: -18px;
  top: -2px;
  color: #407ca5;
  font-size: 22px;
  font-weight: 800;
}

.offer-item h3 {
  margin: 0;
  color: #407ca5;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.15;
}

.offer-item h3 span {
  color: #000;
  font-weight: 400;
}

.offer-item p {
  margin: 2px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.offers-build-img {
  margin-top: 30px;
}

.offers-build-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.offers-right {
  position: relative;
  min-height: 930px;
}

.offers-toilet-img {
  width: 470px;
  margin: -165px 0 0 80px;
}

.offers-trailer-img {
  width: 560px;
  margin: 10px 0 0 45px;
}

.offers-note {
  max-width: 460px;
  margin: 30px 0 0 80px;
}

.offers-note h3 {
  margin: 0 0 4px;
  color: #407ca5;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.offers-note p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

/* ADAPTIVE */

@media (max-width: 1600px) {
  .offers-container {
    max-width: 1300px;
  }

  .offers-grid {
    grid-template-columns: 560px 1fr;
  }

  .offers-toilet-img {
    width: 420px;
  }

  .offers-trailer-img {
    width: 500px;
  }
}

@media (max-width: 1400px) {
  .offers-container {
    max-width: 1180px;
  }

  .offers-heading h2 {
    font-size: 38px;
  }

  .offers-grid {
    grid-template-columns: 500px 1fr;
    gap: 35px;
  }

  .offer-item p {
    font-size: 16px;
  }

  .offers-toilet-img {
    width: 360px;
    margin-top: -135px;
  }

  .offers-trailer-img {
    width: 430px;
  }

  .offers-note {
    margin-left: 75px;
  }
}

@media (max-width: 1024px) {
  .offers-heading {
    margin-top: 50px;
  }

  .offers-heading h2 {
    text-align: center;
    font-size: 34px;
  }

  .offers-grid {
    grid-template-columns: 1fr;
  }

  .offers-left {
    max-width: 700px;
    margin: 0 auto;
  }

  .offers-right {
    min-height: auto;
    text-align: center;
  }

  .offers-toilet-img,
  .offers-trailer-img {
    margin: 25px auto 0;
  }

  .offers-note {
    margin: 35px auto 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .offers-heading h2 {
    font-size: 28px;
    padding: 30px 0;
  }

  .offers-grid {
    padding-top: 30px;
  }

  .offers-list {
    padding-left: 20px;
  }

  .offer-item h3 {
    font-size: 20px;
  }

  .offer-item p {
    font-size: 16px;
  }

  .offers-build-img img {
    height: 220px;
  }

  .offers-toilet-img {
    width: 300px;
    max-width: 100%;
  }

  .offers-trailer-img {
    width: 360px;
    max-width: 100%;
  }

  .offers-note h3 {
    font-size: 20px;
  }

  .offers-note p {
    font-size: 16px;
  }
}

.toilet-count-section {
  position: relative;
  overflow: hidden;
  background: #269c46;
  min-height: 730px;
}

.toilet-count-section::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 104px;
  background: #f7ca85;
  z-index: 1;
}

.toilet-count-container {
  position: relative;
  z-index: 2;
  max-width: 1533px;
  min-height: 730px;
  margin: 0 auto;
  padding: 75px 20px 80px;
}

.toilet-count-content {
  max-width: 950px;
}

.toilet-count-content h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
}

.toilet-count-subtitle {
  margin: 0 0 65px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.35;
}

.toilet-count-table {
  width: 940px;
  border: 2px solid #fff;
  color: #fff;
}

.table-row {
  display: grid;
  grid-template-columns: 370px 1fr;
}

.table-row > div {
  min-height: 56px;
  padding: 8px 22px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.1;
}

.table-row > div:first-child {
  border-right: 1px solid #fff;
}

.table-row:last-child > div {
  border-bottom: none;
}

.table-head > div {
  min-height: 64px;
  color: #f7ca85;
  font-size: 32px;
  font-weight: 900;
}

.toilet-count-note {
  position: absolute;
  left: 20px;
  bottom: 56px;
  width: 950px;
  z-index: 4;
  color: #f7ca85;
  text-align: center;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.12;
}

.question-img {
  position: absolute;
  right: 0;
  top: 18px;
  width: 420px;
  z-index: 3;
  pointer-events: none;
}

.question-img img {
  width: 100%;
  display: block;
}

/* ==========================
   TOILET COUNT ADAPTIVE
========================== */

@media (max-width: 1600px) {
  .toilet-count-container {
    max-width: 1300px;
  }

  .toilet-count-content {
    max-width: 820px;
  }

  .toilet-count-table {
    width: 820px;
  }

  .table-row {
    grid-template-columns: 330px 1fr;
  }

  .table-row > div {
    font-size: 22px;
  }

  .question-img {
    width: 420px;
    right: 0;
  }

  .toilet-count-note {
    width: 820px;
    font-size: 28px;
  }

  .toilet-count-subtitle {
    margin-bottom: 15px;
  }

  .toilet-count-content h2 {
    font-size: 40px;
  }
}

@media (max-width: 1400px) {
  .toilet-count-container {
    max-width: 1180px;
  }

  .toilet-count-content h2 {
    font-size: 42px;
  }

  .toilet-count-subtitle {
    font-size: 22px;
  }

  .toilet-count-table {
    width: 760px;
  }

  .table-row {
    grid-template-columns: 300px 1fr;
  }

  .table-row > div {
    font-size: 25px;
  }

  .table-head > div {
    font-size: 26px;
  }

  .question-img {
    width: 360px;
    right: -20px;
  }

  .toilet-count-note {
    width: 760px;
    font-size: 25px;
    bottom: 58px;
  }
}

@media (max-width: 1024px) {
  .toilet-count-section {
    min-height: auto;
  }

  .toilet-count-section::after {
    display: none;
  }

  .toilet-count-container {
    min-height: auto;
    padding: 55px 20px;
  }

  .toilet-count-content {
    max-width: 100%;
    text-align: center;
  }

  .toilet-count-subtitle {
    margin-bottom: 40px;
  }

  .toilet-count-table {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
  }

  .question-img {
    display: none;
  }

  .toilet-count-note {
    position: static;
    width: 100%;
    max-width: 760px;
    margin: 45px auto 0;
  }
}

@media (max-width: 767px) {
  .toilet-count-container {
    padding: 45px 15px;
  }

  .toilet-count-content h2 {
    font-size: 32px;
  }

  .toilet-count-subtitle {
    font-size: 18px;
  }

  .toilet-count-table {
    border-width: 1px;
  }

  .table-row {
    grid-template-columns: 1fr;
  }

  .table-row > div {
    min-height: auto;
    padding: 10px 14px;
    font-size: 20px;
    border-right: none !important;
  }

  .table-row > div:first-child {
    background: rgba(255, 255, 255, 0.08);
    font-weight: 700;
  }

  .table-head {
    display: none;
  }

  .toilet-count-note {
    font-size: 21px;
    line-height: 1.18;
  }
}

@media (max-width: 480px) {
  .toilet-count-content h2 {
    font-size: 28px;
  }

  .toilet-count-subtitle {
    font-size: 16px;
  }

  .table-row > div {
    font-size: 18px;
  }

  .toilet-count-note {
    font-size: 19px;
  }
}

.toilet-count-section::after {
  display: none;
}

.toilet-count-container::before,
.toilet-count-container::after {
  content: '';
  position: absolute;
  bottom: 50px;
  height: 104px;
  background: #f7ca85;
  z-index: 1;
}

.toilet-count-container::before {
  right: 100%;
  width: 100vw;
}

.toilet-count-container::after {
  left: 100%;
  width: 100vw;
}
.toilet-count-note {
  position: absolute;
  left: 20px;
  bottom: 60px;
  width: 950px;
  z-index: 4;

  background: #269c46;

  color: #fdcc88;
  text-align: center;
  font-family: 'Alfa Slab One', serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

@media (max-width: 1600px) {
  .toilet-count-container::after {
    left: 850px;
  }

  .toilet-count-note {
    width: 820px;
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .toilet-count-container::after {
    left: 790px;
  }

  .toilet-count-note {
    width: 760px;
    font-size: 19px;
  }
}

@media (max-width: 1024px) {
  .toilet-count-container::before,
  .toilet-count-container::after {
    display: none;
  }

  .toilet-count-note {
    position: static;
    width: 100%;
    max-width: 760px;
    margin: 45px auto 0;
    padding: 0;
  }
}

.events-maintenance-section {
  background: #fff;
  padding: 70px 0 65px;
  overflow: hidden;
}

.events-maintenance-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.events-row {
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 40px;
  align-items: start;
}

.events-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.events-text {
  padding-top: 20px;
}

.events-text h3,
.maintenance-text h3 {
  margin: 0 0 4px;
  color: #407ca5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.events-text p,
.maintenance-text p {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.maintenance-row {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 45px;
  align-items: center;
  margin-top: 55px;
}

.maintenance-text {
  align-self: start;
}

.truck-image {
  margin-top: -45px;
}

.truck-image img {
  width: 100%;
  max-width: 1000px;
  display: block;
}

/* ADAPTIVE */

@media (max-width: 1200px) {
  .events-maintenance-container {
    max-width: 1000px;
  }

  .events-row {
    grid-template-columns: 520px 1fr;
    gap: 30px;
  }

  .maintenance-row {
    grid-template-columns: 330px 1fr;
    gap: 35px;
  }
}

@media (max-width: 1024px) {
  .events-maintenance-section {
    padding: 60px 0;
  }

  .events-row,
  .maintenance-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .events-image,
  .truck-image {
    max-width: 700px;
    margin: 0 auto;
  }

  .events-text,
  .maintenance-text {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 0;
  }

  .maintenance-row {
    margin-top: 45px;
  }

  .truck-image img {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .events-maintenance-section {
    padding: 45px 0;
  }

  .events-maintenance-container {
    padding: 0 15px;
  }

  .events-image img {
    height: 210px;
  }

  .events-text h3,
  .maintenance-text h3 {
    font-size: 20px;
  }

  .events-text p,
  .maintenance-text p {
    font-size: 16px;
    line-height: 1.4;
  }

  .maintenance-row {
    margin-top: 38px;
  }

  .quote-section {
    padding-bottom: 50px;
  }

  .footer-contact {
    margin-top: 0;
  }

  .hero-text h2 {
    font-size: 42px;
    text-align: center;
  }

  .services-page .hero {
    min-height: 320px;
    padding-bottom: 320px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(45px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-55px);
}

.reveal-right {
  transform: translateX(55px);
}

.reveal-scale {
  transform: scale(0.92);
}

.reveal-left.is-visible,
.reveal-right.is-visible {
  transform: translateX(0);
}

.reveal-scale.is-visible {
  transform: scale(1);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

.delay-3 {
  transition-delay: 0.36s;
}

.delay-4 {
  transition-delay: 0.48s;
}

.quote-btn,
.services-btn,
.payment-btn,
.footer-nav a,
.header-link {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease,
    opacity 0.3s ease;
}

.quote-btn:hover,
.payment-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.services-btn:hover {
  background: #2f6f9b;
  transform: translateY(4px);
}

.header-link:hover,
.footer-nav a:hover {
  opacity: 0.75;
}

.payment-btn:hover {
  background: #f28f00;
}

.service-item {
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.service-item img {
  transition: transform 0.5s ease;
}

.service-item:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.service-item:hover img {
  transform: scale(1.08);
}

.events-image img,
.offers-build-img img,
.portable-info-image img {
  transition: transform 0.55s ease;
}

.events-image,
.offers-build-img,
.portable-info-image {
  overflow: hidden;
}

.events-image:hover img,
.offers-build-img:hover img,
.portable-info-image:hover img {
  transform: scale(1.05);
}

.inventory-right-img,
.offers-toilet-img,
.offers-trailer-img,
.truck-image,
.question-img {
  transition: transform 0.45s ease;
}

.inventory-right-img:hover,
.truck-image:hover {
  transform: translateY(-8px);
}

.offers-toilet-img:hover,
.offers-trailer-img:hover {
  transform: translateY(-8px) scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .quote-btn,
  .services-btn,
  .payment-btn,
  .service-item,
  .service-item img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.quote-btn,
.services-btn,
.payment-btn {
  transition: all 0.3s ease;
}

.quote-btn:hover,
.services-btn:hover,
.payment-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.testimonial-prev,
.testimonial-next {
  user-select: none;
}

.testimonial-prev.swiper-button-disabled,
.testimonial-next.swiper-button-disabled,
.testimonial-prev.swiper-button-lock,
.testimonial-next.swiper-button-lock {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* =========================================================
   CLIENT-APPROVED HEADER + HERO OVERRIDES
   ========================================================= */
@media (min-width: 1200px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
  }

  .header-bg {
    background: #3f7eaa;
    border-bottom: 7px solid #fff;
  }

  .header-container {
    width: calc(100% - 64px);
    max-width: 1730px;
    height: 112px;
    margin: 0 auto;
    padding: 0 28px 0 390px;
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
  }

  .header-logo {
    position: absolute;
    left: 52px;
    top: -5px;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background: #3f7eaa;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }

  .header-logo::after {
    content: '';
    position: absolute;
    inset: -14px;
    border: 14px solid #fff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
    z-index: 1;
  }

  .header-logo a,
  .header-logo img {
    width: 100%;
    height: 100%;
  }

  .header-logo a {
    position: relative;
    z-index: 2;
  }

  .header-logo img {
    object-fit: contain;
    padding: 7px;
  }

  .header-nav {
    display: flex;
    align-items: center;
    gap: 52px;
    white-space: nowrap;
  }

  .services-link {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }

  .header-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .phone-icon {
    color: #fff;
    font-size: 31px;
    line-height: 1;
    transform: rotate(-12deg);
  }

  .money-icon {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 50%;
    background: #fff;
    color: #3f7eaa;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-weight: 800;
  }

  .address {
    margin-left: auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .quote-btn {
    position: absolute;
    right: 140px;
    top: 112px;
    height: 86px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 0 22px 22px;
    color: #3f7eaa;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    box-shadow:
      0 5px 0 #2f6e9d,
      0 7px 12px rgba(0, 0, 0, 0.18);
    z-index: 6;
  }

  .hero {
    height: 820px;
    background-position: center 54%;
    overflow: visible;
  }

  .hero-container {
    max-width: 1730px;
    padding: 0 20px;
  }

  .hero-content {
    position: absolute;
    inset: 0;
  }

  .hero-text {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    /* width: min(900px, 70vw);
    max-width: none; */
    text-align: center;
  }

  .services-page .hero-text {
    top: 50%;
  }

  .hero-text h1 {
    margin: 0;
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -1px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.48);
  }

  .hero-text p {
    margin: 8px 0 0;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.12;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
  }

  .hero-services {
    bottom: -130px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .header-container {
    width: calc(100% - 40px);
    padding-left: 310px;
  }

  .header-logo {
    left: 38px;
    width: 205px;
    height: 205px;
  }

  .header-logo::after {
    inset: -11px;
    border-width: 11px;
  }

  .header-nav {
    gap: 34px;
  }

  .services-link {
    font-size: 23px;
  }

  .header-link {
    font-size: 15px;
    gap: 10px;
  }

  .address {
    font-size: 12px;
  }

  .quote-btn {
    right: 105px;
    height: 72px;
    font-size: 22px;
  }

  .hero {
    height: 560px;
  }

  .hero-text {
    top: 150px;
  }

  .hero-text h1 {
    font-size: 39px;
  }

  .hero-text p {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .site-header {
    position: relative;
  }

  .header-bg {
    border-bottom: 5px solid #fff;
  }

  .header-container {
    min-height: 0;
    height: auto;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px 20px;
  }

  .header-logo {
    grid-row: 1 / 4;
    width: 110px;
    height: 110px;
    border: 0;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-logo::after {
    content: '';
    position: absolute;
    inset: -6px;
    border: 6px solid #fff;
    border-radius: 50%;
    clip-path: inset(50% 0 0 0);
    pointer-events: none;
    z-index: 1;
  }

  .header-logo a {
    position: relative;
    z-index: 2;
  }

  .header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
  }

  .header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .services-link {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .header-link {
    color: #fff;
    font-size: 14px;
  }

  .phone-icon {
    margin-right: 6px;
  }

  .money-icon {
    width: 28px;
    height: 28px;
    font-size: 18px;
    margin-right: 6px;
  }

  .address {
    font-size: 13px;
  }

  .quote-btn {
    position: static;
    width: max-content;
    height: 46px;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 17px;
    box-shadow: none;
  }

  .hero {
    min-height: 560px;
    height: 560px;
    padding: 0;
    background-position: center;
  }

  .hero-container {
    min-height: 560px;
    padding-top: 0;
  }

  .hero-content {
    position: absolute;
    inset: 0;
  }

  .hero-text {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 720px;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-text p {
    margin-top: 8px;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.18;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
  }
}

@media (max-width: 767px) {
  .header-container {
    grid-template-columns: 88px 1fr;
    padding: 12px 15px;
    gap: 10px 14px;
  }

  .header-logo {
    width: 88px;
    height: 88px;
  }

  .header-nav {
    gap: 9px 14px;
  }

  .services-link {
    font-size: 16px;
  }

  .header-link {
    font-size: 12px;
  }

  .pay-link {
    display: none;
  }

  .address {
    font-size: 11px;
    line-height: 1.25;
  }

  .quote-btn {
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
  }

  .hero {
    min-height: 430px;
    height: 430px;
    padding-bottom: 660px;
  }

  .hero-container {
    min-height: 430px;
    padding: 0 15px;
  }

  .hero-text {
    top: 20%;
    width: calc(100% - 30px);
  }

  .hero-text h1 {
    font-size: 34px;
  }

  .hero-text p {
    font-size: 17px;
  }

  .hero-text p br {
    display: none;
  }
}

.local-text {
  text-align: left;
}

.local-text h4 {
  font-size: 48px;
  font-style: italic;
  font-weight: 800;
}

.local-text ul {
  font-size: 32px;
  font-weight: 600;
  margin-left: 40px;
}

@media (max-width: 600px) {
  .local-text h4 {
    font-size: 24px;
  }

  .local-text ul {
    font-size: 19px;
  }
}

.local-text li {
  list-style-type: disc;
}

.services-page .services-intro-section,
.services-page .services-offers-section,
.services-page .services-count-section,
.services-page .services-maintenance-section {
  position: relative;
  overflow: hidden;
}

.services-intro-container,
.services-offers-container,
.services-use-cards,
.services-count-container,
.services-maintenance-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.services-intro-top {
  background: #279f46;
  color: #fff;
}

.services-intro-top .services-intro-container {
  position: relative;
  min-height: 220px;
}

.services-intro-photo {
  position: absolute;
  left: 0;
  top: 45px;
  width: 430px;
  height: 570px;
  z-index: 3;
}

.services-intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-intro-copy--top {
  margin-left: 500px;
  padding: 34px 0 32px;
}

.services-intro-copy--top h1,
.services-intro-copy--bottom h2 {
  margin: 0 0 12px;
  color: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
}

.services-intro-copy ul {
  padding-left: 24px;
  list-style: disc;
}

.services-intro-copy li {
  margin: 2px 0;
  font-size: 17px;
  line-height: 1.25;
}

.services-intro-bottom {
  background: #fff;
}

.services-intro-bottom .services-intro-container {
  min-height: 470px;
}

.services-intro-copy--bottom {
  margin-left: 500px;
  padding: 38px 0 30px;
  color: #111;
}

.services-intro-copy--bottom h2 {
  color: #3f7eaa;
  font-size: 22px;
}

.services-intro-copy--bottom p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.35;
}

.services-intro-call {
  margin-top: 18px;
  max-width: 500px;
}

.services-intro-call h3 {
  margin: 0;
  color: #269c46;
  font-size: 34px;
  font-weight: 800;
}

.services-intro-call p {
  margin: 0;
  font-weight: 700;
}

/* =========================================================
   GOLDEN ISLES DISPOSAL OFFERS
   ========================================================= */

.services-offers-section {
  padding-bottom: 28px;
}

.services-offers-titlebar {
  background: #407ca5;
  color: #fff;
}

.services-offers-titlebar h2 {
  margin: 0;
  padding: 26px 0;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.services-offers-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 55px;
  padding-top: 34px;
  align-items: start;
}

.services-offers-list {
  padding-left: 18px;
}

.service-offer-item {
  position: relative;
  margin-bottom: 18px;
}

.service-offer-item::before {
  content: '•';
  position: absolute;
  left: -16px;
  top: 1px;
  color: #407ca5;
  font-weight: 800;
}

.service-offer-item h3 {
  margin: 0 0 2px;
  color: #407ca5;
  font-size: 20px;
  font-weight: 800;
}

.service-offer-item p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.28;
}

.services-offers-products {
  position: relative;
  min-height: 830px;
}

.services-offers-toilet {
  width: 390px;
  margin: -118px auto 0;
}

.services-offers-toilet img {
  width: 100%;
}

.services-offers-trailer {
  width: 510px;
  margin: 38px auto 0;
}

.services-offers-trailer img {
  width: 100%;
}

/* =========================================================
   RESIDENTIAL / EVENTS CARDS
   ========================================================= */

.services-use-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  margin-top: 8px;
}

.services-use-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.services-use-card div {
  padding: 18px 35px 12px;
}

.services-use-card h3 {
  margin: 0 0 7px;
  color: #407ca5;
  font-size: 20px;
  font-weight: 800;
}

.services-use-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

/* =========================================================
   HOW MANY TOILETS
   ========================================================= */

.services-count-section {
  background: #279f46;
  color: #fff;
}

.services-count-container {
  min-height: 575px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 40px;
  align-items: center;
  padding: 45px 0 34px;
}

.services-count-copy h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.services-count-copy p {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.38;
}

.services-count-copy h3 {
  margin: 12px 0 6px;
  color: #fff;
  font-size: 18px;
}

.services-count-copy ul {
  margin-bottom: 18px;
  padding-left: 48px;
  list-style: disc;
}

.services-count-copy li {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.services-count-small {
  font-size: 14px !important;
}

.services-count-note {
  position: relative;
  z-index: 2;

  width: 100%;
  margin-top: 22px;
  padding: 12px 20px;

  background: #279f46;
  color: #f7ca85;

  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.services-count-note {
  position: relative;
  z-index: 2;

  width: 100%;
  margin-top: 22px;
  padding: 12px 20px;

  background: #279f46;
  color: #f7ca85;

  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;

  box-shadow: 0 0 0 100vmax #f7ca85;

  clip-path: inset(0 -100vmax);
}

.services-count-graphic img {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
}

/* =========================================================
   MAINTENANCE SCHEDULE
   ========================================================= */

.services-maintenance-section {
  background: #fff;
}

.services-maintenance-container {
  min-height: 315px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 45px;
  align-items: center;
  padding: 38px 0 25px;
}

.services-maintenance-copy h3 {
  margin: 0 0 6px;
  color: #407ca5;
  font-size: 20px;
  font-weight: 800;
}

.services-maintenance-copy p {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.35;
}

.services-maintenance-truck img {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
}

/* =========================================================
   RESPONSIVE — TABLET
   ========================================================= */

@media (max-width: 1100px) {
  .services-intro-photo {
    width: 380px;
  }

  .services-intro-copy--top,
  .services-intro-copy--bottom {
    margin-left: 430px;
  }

  .services-offers-grid {
    grid-template-columns: 1fr 420px;
  }

  .services-offers-products {
    min-height: 740px;
  }

  .services-offers-toilet {
    width: 330px;
  }

  .services-offers-trailer {
    width: 410px;
  }
}

/* =========================================================
   RESPONSIVE — SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {
  .services-intro-top .services-intro-container,
  .services-intro-bottom .services-intro-container {
    min-height: auto;
  }

  .services-intro-photo {
    position: relative;
    top: 0;
    width: 100%;
    height: 430px;
  }

  .services-intro-copy--top,
  .services-intro-copy--bottom {
    margin-left: 0;
    padding: 28px 0;
  }

  .services-offers-grid,
  .services-count-container,
  .services-maintenance-container {
    grid-template-columns: 1fr;
  }

  .services-offers-products {
    min-height: auto;
  }

  .services-offers-toilet,
  .services-offers-trailer {
    margin-top: 20px;
  }

  .services-use-cards {
    grid-template-columns: 1fr;
  }

  .services-count-graphic {
    order: -1;
  }

  .services-count-graphic img {
    max-width: 260px;
  }

  .services-maintenance-copy {
    order: 2;
  }

  .services-maintenance-truck img {
    margin: 0 auto;
  }
}

/* =========================================================
   RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .services-intro-container,
  .services-offers-container,
  .services-use-cards,
  .services-count-container,
  .services-maintenance-container {
    width: min(100% - 30px, 1180px);
  }

  .services-intro-photo {
    height: 330px;
  }

  .services-intro-copy--top h1,
  .services-intro-copy--bottom h2 {
    font-size: 24px;
  }

  .services-intro-copy li {
    font-size: 16px;
  }

  .services-offers-titlebar h2,
  .services-count-copy h2 {
    font-size: 31px;
  }

  .services-offers-titlebar h2 {
    padding: 22px 0;
  }

  .services-offers-toilet,
  .services-offers-trailer {
    width: 100%;
    max-width: 360px;
  }

  .services-use-card img {
    height: 210px;
  }

  .services-use-card div {
    padding: 16px 10px;
  }

  .services-count-container {
    padding: 38px 0 30px;
  }

  .services-count-copy li {
    font-size: 16px;
  }

  .services-maintenance-container {
    padding: 30px 0;
  }
}

.services-use-cards {
  background-color: #fff5e7;
}

.res-event {
  background-color: #fff5e7;
  padding: 50px 0 30px;
  margin-bottom: 10px;
}

.toilet-count-container::before,
.toilet-count-container::after {
  content: '';
  position: absolute;
  bottom: 50px;
  height: 104px;
  background: #f7ca85;
  z-index: 1;
}

.toilet-count-container::before {
  right: 100%;
  width: 100vw;
}

.toilet-count-container::after {
  left: 100%;
  width: 100vw;
}

.exp {
  display: flex;
}

.hero-text h4 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
}

@media (max-width: 600px) {
  .hero-text h4 {
    font-size: 35px;
  }

  .phone-icon img {
    max-width: 30px;
  }

  .hero {
    margin-bottom: 970px;
  }

  .services-page .hero {
    margin-bottom: 20px;
  }

  .mob-span {
    display: none;
  }

  .inventory-text p {
    font-size: 21px;
  }

  .testimonial-text {
    font-size: 21px;
  }

  .testimonials-title {
    font-size: 38px;
  }

  .testimonial-prev,
  .testimonial-next {
    top: 90px;
  }
}

.header-link {
  letter-spacing: 1.5px;
}

@media (max-width: 1600px) {
  .hero-text h4 {
    font-size: 46px;
  }
}

/* =========================================================
   FINAL MOBILE OVERRIDES — NO HORIZONTAL SCROLL
   Keep this block at the very end of the stylesheet.
   ========================================================= */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  body {
    position: relative;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  img,
  picture,
  video,
  canvas,
  svg,
  iframe,
  embed,
  object {
    max-width: 100% !important;
  }

  iframe,
  video {
    width: 100% !important;
  }

  .container,
  .header-container,
  .hero-container,
  .local-container,
  .inventory-container,
  .service-area-container,
  .events-maintenance-container,
  .quote-container,
  .portable-info-container,
  .offers-container,
  .toilet-count-container,
  .footer-container,
  .services-intro-container,
  .services-offers-container,
  .services-use-cards,
  .services-count-container,
  .services-maintenance-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header,
  .header-bg,
  .hero,
  .main-content,
  .local-section,
  .inventory-section,
  .service-area-section,
  .testimonials-section,
  .quote-section,
  .quote-footer,
  .site-footer,
  .portable-info-section,
  .offers-section,
  .toilet-count-section,
  .events-maintenance-section,
  .services-intro,
  .services-offers,
  .services-use,
  .services-count,
  .services-maintenance,
  .res-event {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  /* HEADER */
  .site-header {
    position: relative;
  }

  .header-container {
    height: auto;
    min-height: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .header-logo {
    position: relative;
    inset: auto;
    width: 110px;
    height: 110px;
    flex: 0 0 auto;
  }

  .header-nav,
  .header-actions,
  .header-right {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 16px;
  }

  .header-link,
  .services-link,
  .address {
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .header-link {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .address {
    margin-left: 0;
    font-size: 13px;
  }

  .quote-btn,
  .services-btn {
    position: static;
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    transform: none;
  }

  .quote-btn {
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
  }

  .services-btn {
    height: 48px;
    padding: 0 18px;
    font-size: 17px;
    letter-spacing: 3px;
  }

  /* HERO */
  /* .hero,
  .services-page .hero {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 45px 0 50px;
    overflow: hidden;
    background-position: center top;
  } */

  /* .hero-container {
    min-height: 0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content,
  .hero-logo,
  .hero-text,
  .hero-services {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  } */

  .hero-logo {
    width: min(210px, 65vw);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto 24px;
  }

  .hero-text,
  .services-page .hero-text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .hero-text h1 {
    font-size: clamp(25px, 8vw, 36px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .hero-text h2,
  .hero-text h4 {
    font-size: clamp(32px, 11vw, 46px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .hero-text p {
    font-size: 18px;
    line-height: 1.3;
  }

  /* .hero-services {
    width: 100%;
    max-width: 100%;
    margin: 35px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
  } */

  .service-item {
    width: min(230px, 72vw);
    height: auto;
    aspect-ratio: 1;
  }

  .main-content {
    padding-top: 0;
  }

  .local-section {
    height: auto;
    min-height: 560px;
    margin-top: 0;
    padding: 60px 0;
  }

  /* .local-content {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 100%;
    transform: none;
    margin: 0 auto;
  } */

  .local-text-bg {
    width: 100%;
    max-width: 100%;
  }

  .location-label {
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
  }

  .inventory-container {
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 35px;
    display: block;
  }

  .inventory-text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .inventory-right-img {
    width: min(380px, 100%);
    max-width: 100%;
    margin: 30px auto 0;
  }

  /* SERVICE AREA */
  .service-area-section {
    min-height: 0;
  }

  .service-area-section::before {
    width: 100%;
    max-width: 100%;
    height: 430px;
    background-size: 120%;
    background-position: left top;
  }

  .service-area-container {
    min-height: 0;
  }

  .service-area-map-title {
    position: relative;
    inset: auto;
    max-width: 180px;
    margin: -280px 0 180px 10px;
  }

  .service-area-content {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .service-area-list {
    padding-left: 24px;
  }

  /* TESTIMONIALS */
  .testimonials-slider-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }

  .testimonials-title {
    font-size: 36px;
    margin-bottom: 45px;
  }

  .testimonial-text,
  .testimonial-author,
  .testimonial-company {
    font-size: 19px;
    overflow-wrap: anywhere;
  }

  .testimonial-prev,
  .testimonial-next {
    width: 38px;
    height: 38px;
  }

  /* QUOTE + FOOTER */
  .quote-container {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    display: block;
  }

  .quote-form-wrap,
  .jotform-placeholder {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .footer-logo-block {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: calc(100% - 30px);
  }

  .footer-center,
  .footer-powered {
    width: 100%;
    max-width: 100%;
  }

  .payment-btn {
    width: 100%;
    max-width: 300px;
    min-width: 0;
    padding: 0 20px;
  }

  .footer-nav {
    font-size: 19px;
    letter-spacing: 3px;
    overflow-wrap: anywhere;
  }

  /* PORTABLE INFO */
  .portable-info-heading {
    min-height: 0;
    padding: 32px 15px;
  }

  .portable-info-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .portable-info-image,
  .portable-info-content {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* OFFERS */
  .offers-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .offers-left,
  .offers-right,
  .offers-note {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .offers-toilet-img,
  .offers-trailer-img {
    width: min(360px, 100%);
    max-width: 100%;
    margin: 25px auto 0;
  }

  /* TOILET COUNT */
  .toilet-count-container {
    min-height: 0;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .toilet-count-container::before,
  .toilet-count-container::after,
  .toilet-count-section::after {
    display: none !important;
    content: none !important;
  }

  .toilet-count-content,
  .toilet-count-table,
  .toilet-count-note {
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
  }

  .toilet-count-note {
    position: relative;
    inset: auto;
    margin: 35px auto 0;
    padding: 0 10px;
  }

  .table-row {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .table-row > div {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .question-img {
    display: none;
  }

  /* EVENTS / MAINTENANCE */
  .events-row,
  .maintenance-row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .events-image,
  .events-text,
  .maintenance-text,
  .truck-image {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* SERVICES PAGE */
  .services-intro-photo {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .services-intro-copy--top,
  .services-intro-copy--bottom {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-offers-grid,
  .services-count-container,
  .services-maintenance-container {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-offers-products,
  .services-count-copy,
  .services-count-graphic,
  .services-maintenance-copy,
  .services-maintenance-truck {
    width: 100%;
    max-width: 100%;
  }

  .services-offers-toilet,
  .services-offers-trailer {
    width: min(360px, 100%);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-count-graphic img,
  .services-maintenance-truck img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* Prevent text and flex/grid children from forcing page width */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li,
  a,
  span,
  strong,
  div {
    overflow-wrap: anywhere;
  }

  .exp {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .container,
  .header-container,
  .hero-container,
  .local-container,
  .inventory-container,
  .service-area-container,
  .events-maintenance-container,
  .quote-container,
  .portable-info-container,
  .offers-container,
  .toilet-count-container,
  .footer-container,
  .services-intro-container,
  .services-offers-container,
  .services-use-cards,
  .services-count-container,
  .services-maintenance-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .hero-text h1 {
    font-size: 27px;
  }

  .hero-text h2,
  .hero-text h4 {
    font-size: 34px;
  }

  .service-item {
    width: min(210px, 76vw);
  }

  .service-area-section::before {
    height: 590px;
    background-size: 135%;
  }

  .service-area-map-title {
    margin: -245px 0 160px 5px;
    font-size: 25px;
  }

  .testimonials-slider-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .footer-nav {
    font-size: 17px;
    letter-spacing: 2px;
  }

  .services-count-copy h3 {
    font-size: 14px;
  }

  .services-count-copy li {
    font-size: 14px;
  }
}

.services-count-copy h3 {
  margin-top: 3px;
}
