/* Service Location Template */

body.single-service-location main {
    margin-top: 0;
}
body.single-storage-location main {
    margin-top: 0;
}

.btn.phone {
    border: 2px solid #D8D8D8;
    color: #D8D8D8;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn.phone svg {
    fill: #D8D8D8;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.btn.phone:hover {
    border-color: #FFF;
    color: #FFF;
}

.btn.phone:hover svg {
    fill: #FFF;
}


/* Universal Utility Classes */

.flex-content {
    width: 100%;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.flex.col {
    flex-direction: column;
}

.ai-center {
    align-items: center;
}

.jc-center {
    justify-content: center;
}

.center {
    align-items: center;
    justify-content: center;
}

.jc-sb {
    justify-content: space-between;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit !important;
    font-family: inherit !important;
}

h3 a:hover {
    color: #296CB1 !important;
    text-decoration: 1.5px solid underline;
}


/* ============= Flex Content Layouts ============= */

.flex-content h2,
.flex-content p.description {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-top: 0;
}

.flex-content p.description {
    font-size: 21px;
    line-height: 28px;
}

.flex-content .grid {
    column-gap: 25px;
    row-gap: 50px;
    max-width: 1170px;
    margin: 50px auto 0 auto;
}

.flex-content .grid[data-count="3"],
.flex-content .grid[data-count="5"],
.flex-content .grid[data-count="6"] {
    grid-template-columns: repeat(3, 1fr);
}

.flex-content .grid[data-count="2"],
.flex-content .grid[data-count="4"] {
    grid-template-columns: repeat(2, 1fr);
}


/* Accordion Component */

.accordion-list {
    max-width: 1170px;
    margin: 50px auto 0 auto;
}

.accordion-list .item {
    padding: 20px 0 0 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    overflow: hidden;
}

.accordion-list .item h3 {
    margin: 0;
    font-size: 21px;
    padding-right: 15px;
}

.accordion-list .item .upper {
    padding-bottom: 15px;
    cursor: pointer;
}

.accordion-list .item .upper span {
    color: #003087;
    font-size: 42px;
    font-weight: 600;
    margin-right: 3px;
    rotate: 90deg;
    transition: 0.3s ease;
}

.accordion-list .item .upper.active span {
    rotate: 270deg;
}

.accordion-list .item .lower {
    gap: 50px;
    max-height: 0px;
    transition: 0.3s ease;
}

.accordion-list .item .lower .left {
    padding-bottom: 25px;
}

.accordion-list .item .lower .left .coro-btn-standalone {
    margin-top: 5px;
    font-size: 15px;
}

.accordion-list .item .lower img {
    width: 440px;
    min-height: 295px;
    aspect-ratio: 1.5 / 1;
    object-fit: cover;
    padding-bottom: 20px;
}


/* Full-Width Hero Banner */

section.fw-hero .hero-container {
    position: relative;
    width: 100%;
    height: 100%;
}

section.fw-hero .hero-container img,
section.fw-hero .hero-container video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section.fw-hero.bottom .hero-container img {
    object-position: bottom;
}

section.fw-hero.top .hero-container img {
    object-position: top;
}

section.fw-hero .hero-container .text {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

section.fw-hero .hero-container .text h1,
section.fw-hero .hero-container .text p {
    text-align: center;
}

section.fw-hero .hero-container .text h1 {
    font-size: 5.5rem;
    color: #FFF;
    max-width: 1100px;
}

section.fw-hero .hero-container .text p {
    font-size: 2.5rem;
    color: #FFF;
    max-width: 1170px;
    margin-top: 20px;
}

section.fw-hero .hero-container .text .btn {
    margin-top: 30px;
}

section.fw-hero .hero-container .text .btn-container {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

section.fw-hero .hero-container .text .btn-container .btn {
    margin-top: 0;
}



/* Image + Text Box */

section.text-image-box {
    padding: 0;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d8d8d8;
}

section.text-image-box .text-col {
    padding: max(2vw, 20px);
    flex: 1;
}

section.text-image-box .text-col h2 {
    text-align: left;
}

section.text-image-box .text-col p {
    margin: 30px 0;
}

section.text-image-box .text-col .highlight {
    margin: 30px 0 0 0;
}

section.text-image-box .text-col .highlight h3 {
    margin: 0 0 10px 0
}

section.text-image-box .text-col .highlight p {
    margin: 0;
}

section.text-image-box .text-col ul {
    list-style: none;
    padding: 0 0 0 15px;
    margin: -15px 0 28px 0;
}

section.text-image-box .text-col ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

section.text-image-box .text-col ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #BA0C2F;
}

section.text-image-box .text-col .lower-cta {
    margin-top: 25px;
}

section.text-image-box .media-container {
    width: 50%;
    flex: 1;
    overflow: hidden;
    position: relative;
}

section.text-image-box .media-container img,
section.text-image-box .media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}


/* Resource Interruptor */

section.resource-interrupter,
section.secondary-interrupter {
    background-color: #F1F3F9;
    padding: 30px 15px;
    gap: 50px;
}

section.resource-interrupter.fixed,
section.secondary-interrupter.fixed {
    padding: 0;
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

section.resource-interrupter.fixed {
    justify-content: center;
    padding: 30px 15px;
}

section.resource-interrupter img {
    width: 100%;
    max-width: 350px;
}

section.resource-interrupter .text-col {
    width: 100%;
    max-width: 600px;
}

section.resource-interrupter .text-col h3,
section.secondary-interrupter .text-col h3 {
    margin: 0 0 15px 0;
}

section.resource-interrupter .text-col .btn,
section.secondary-interrupter .text-col .btn {
    margin-top: 15px;
}


/* Secondary Resource Interruptor */

section.secondary-interrupter {
    padding: 50px 15px;
}

section.secondary-interrupter .text-col {
    width: 50%;
    max-width: 560px;
}

section.secondary-interrupter.fixed .text-col {
    padding: 40px 0 40px 40px;
}

section.secondary-interrupter img {
    width: 50%;
    max-width: 560px;
    object-fit: cover;
    object-position: center;
}

section.secondary-interrupter.fixed img {
    max-width: none;
    align-self: stretch;
}



/* Primary Interrupter */

section.primary-interrupter {
    padding: 60px 15px;
    background-size: cover;
    background-position: center;
}

section.primary-interrupter .btn {
    margin-top: 20px;
}

section.primary-interrupter h2,
section.primary-interrupter p {
    text-align: center;
}

section.primary-interrupter p {
    max-width: 850px;
}


/* Card Grid */

section.card-grid {
    padding-left: 15px;
    padding-right: 15px;
}

section.card-grid .grid .item {
    gap: 15px;
    align-items: flex-start;
}

section.card-grid.centered .grid .item {
    align-items: center;
}

section.card-grid .grid .item.cta-card {
    justify-content: center;
    align-items: center;
    padding: 40px 15px;
}

section.card-grid .grid .item.cta-card h3,
section.card-grid .grid .item.cta-card p {
    text-align: center;
    color: #FFF;
}

section.card-grid .grid .item.cta-card p {
    margin-bottom: 15px;
}

section.card-grid .grid .item.cta-card .btn {
    margin-top: 0;
}

section.card-grid .grid .item .img-link {
    width: 100%;
}

section.card-grid .grid .item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.77 / 1;
    object-fit: cover;
    object-position: center;
    border-bottom: 5px solid #ba0c2f;
}

section.card-grid .grid .item h3 {
    margin: 0;
}

section.card-grid .grid .item p {
    margin-bottom: 25px;
}

section.card-grid.centered .grid .item h3,
section.card-grid.centered .grid .item p {
    text-align: center;
}

section.card-grid .grid .item .btn {
    margin-top: auto;
}


.btn.coro-btn-secondary.arrow-btn {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 14px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.btn.arrow-btn span.arrow {
    margin-top: -3px;
    font-size: 24px;
    line-height: 24px;
}

.btn.arrow-btn span.text {
    font-size: 16px;
    max-width: 0px;
    overflow: hidden;
    transition: 0.3s ease;
}

.btn.arrow-btn:hover {
    width: 145px;
    transition: 0.3s ease;
}

.btn.arrow-btn:hover span.text {
    max-width: 90px;
    transition: 0.3s ease;
    margin-right: 10px;
}


/* Flip Card Grid */

section.flip-cards {
    padding: 80px 15px;
}

section.flip-cards .grid .card {
    min-height: 390px;
    cursor: pointer;
}

section.flip-cards .grid .card .inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

section.flip-cards .grid .card .inner .front,
section.flip-cards .grid .card .inner .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 2rem;
    background: white;
}

section.flip-cards .grid .card .inner .front {
    position: relative;
    transition: 0.3s;
    padding: 0;
}

section.flip-cards .grid .card:hover .inner .front {
    background-color: rgba(0, 192, 243, 0.1);
}

section.flip-cards .grid .card .inner .back {
    transform: rotateY(180deg);
    overflow-y: auto;

}

section.flip-cards .grid .card .inner .front img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    aspect-ratio: 2.1 / 1;
    object-fit: cover;
    object-position: center;
    border-bottom: 5px solid #ba0c2f;
}

section.flip-cards .grid .card h3,
section.flip-cards .grid .card p {
    text-align: center;
}

section.flip-cards .grid .card .inner .front h3,
section.flip-cards .grid .card .inner .front p,
section.flip-cards .grid .card .inner .front a {
    padding: 0 2rem;
}

section.flip-cards .grid .card .back h3 {
    margin-bottom: 20px;
}

section.flip-cards .grid .card .inner .front p {
    margin-bottom: 30px;
}

section.flip-cards .grid .card .inner .front a {
    margin-top: auto;
    margin-bottom: 25px;
}

section.flip-cards .grid .card .inner ul {
    margin: 0;
    padding: 0 1rem;
}

section.flip-cards .grid .card .inner li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    color: #4b5563;
}

section.flip-cards .grid .card .inner li svg {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    fill: #00C0F3;
    margin: 4px 8px 0 0;
}

section.flip-cards .grid .card.icon .inner li svg {
    width: 17px;
    height: 17px;
    fill: #ba0c2f;
}

section.flip-cards .grid .card.icon .inner .front {
    justify-content: center;
}

section.flip-cards .grid .card.icon .inner .front .svg-wrapper {
    background-color: #fef2f2;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

section.flip-cards .grid .card.icon .inner .front svg,
section.flip-cards .grid .card.icon .inner .front h3 {
    color: #BA0C2F;
}


/* Icon Card Grid */

section.icon-grid {
    padding: 0 15px;
}

section.icon-grid .section-media {
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 20px auto;
    object-fit: cover;
    object-position: center;
}

.video-embed-container {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    width: 100%;
}

.video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

section.icon-grid .video-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}

.flex-content section.icon-grid .grid {
    column-gap: 30px;
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

section.icon-grid .item {
    gap: 8%;
}

section.icon-grid.small .item {
    gap: 4%;
}

section.icon-grid .item .icon-container {
    width: 25%;
}

section.icon-grid .item .icon-container img {
    width: 100%;
    height: auto;
}

section.icon-grid .item .text {
    flex: 1;
}

section.icon-grid.small .item .icon-container {
    width: 10%;
}

section.icon-grid.bg .item {
    padding: 15px 20px 15px 15px;
}

section.icon-grid .lower-cta {
    margin-top: 30px;
}

/* Featured Blog Posts */

section.featured-blogs {
    padding: 60px 15px;
}

section.featured-blogs .blogs {
    gap: 20px;
    width: 100%;
    max-width: 1170px;
    margin: 50px auto 0 auto;
}

section.featured-blogs .blogs .card {
    flex: 1;
    background-color: #FFF;
}

section.featured-blogs .blogs .card:not(.image) {
    border-top: 3px solid #296CB1;
}

section.featured-blogs .blogs .card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 2 / 1;
    border-bottom: 3px solid #296CB1;
}

section.featured-blogs .blogs .card .inner {
    flex: 1;
    padding: 1.5em;
}

section.featured-blogs .blogs .card .inner p {
    font-size: 15px;
    margin-bottom: 15px;
}

section.featured-blogs .blogs .card .inner .coro-btn-standalone {
    margin: auto 0 0 auto;
}

/* Quote Banner */

section.quote-banner {
    padding: 70px 15px;
    gap: 20px;
}

section.quote-banner .quote {
    max-width: 990px;
    position: relative;
}

section.quote-banner .quote p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

section.quote-banner .quote .q-mark {
    position: absolute;
    top: -5px;
    width: 50px;
    height: 50px;
    fill: #003087;
    opacity: 0.2;
}

section.quote-banner .quote .q-mark.left {
    left: -90px;
}

section.quote-banner .quote .q-mark.right {
    right: -90px;
}

section.quote-banner .name {
    gap: 10px;
}

section.quote-banner .name p,
section.quote-banner span {
    color: #003087;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}


/* Logo Boxes */

section.logo-boxes {
    padding: 0 15px;
}

section.logo-boxes .boxes {
    max-width: 1170px;
    margin: 50px auto 0 auto;
    gap: 25px;
}

.flex-content section.logo-boxes .grid[data-count="4"] {
    grid-template-columns: repeat(4, 1fr);
}

section.logo-boxes .boxes .box {
    gap: 15px;
    padding: 20px;
    border: 1px solid #D8D8D8;
    flex: 1;
}

section.logo-boxes .boxes .box img {
    width: auto;
    height: 75px;
}

section.logo-boxes .boxes[data-count="2"] .box img {
    height: 90px;
}

section.logo-boxes .boxes .box h3,
section.logo-boxes .boxes .box p {
    text-align: center;
    margin: 0;
}

section.logo-boxes.left-align .boxes .box h3,
section.logo-boxes.left-align .boxes .box p {
    width: 100%;
    text-align: left;
}


/* Left-Aligned Header Blocks */

section.left-header-blocks {
    padding: 0 15px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

section.left-header-blocks h2 {
    margin-bottom: 40px;
}

section.left-header-blocks .block {
    margin-bottom: 40px;
}

section.left-header-blocks .block h3,
section.left-header-blocks .block p {
    margin: 0;
}

section.left-header-blocks .block h3 {
    width: 100%;
    max-width: 165px;
    padding-right: 15px;
    text-align: right;
}

section.left-header-blocks .block .body {
    padding-left: 15px;
    border-left: 2px solid #003087;
    gap: 15px;
}


/* Pro Tip */

section.pro-tip-box {
    width: calc(100% - 30px);
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 25px;
    border: 1px solid #707070;
}

section.pro-tip-box h3,
section.pro-tip-box p,
section.pro-tip-box a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section.pro-tip-box p {
    max-width: 800px;
}

section.pro-tip-box a {
    margin-top: 15px;
    margin-bottom: 10px;
}


/* Service Locations */

section.service-locations {
    background-color: #F5F5F5;
    gap: 50px;
    align-items: flex-start;
    padding: 60px 15px;
}

section.service-locations img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

section.service-locations .text-col {
    max-width: 550px;
}

section.service-locations .text-col h2 {
    text-align: left;
}

section.service-locations .text-col .zip-code {
    width: 240px;
    background-color: #FFF;
    border: 1px solid #E3DFDE;
    border-radius: 5px;
    justify-content: space-between;
    padding: 0 6px 0 0;
    gap: 5px;
    margin-top: 25px;
}

section.service-locations .text-col .zip-code input {
    border: none;
    border-radius: 5px 0 0 5px;
    flex: 1;
    padding: 8px 6px;
    font-size: 16px;
}

section.service-locations .text-col .zip-code svg {
    width: 17px;
    height: 17px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s;
}

section.service-locations .text-col .zip-code svg:hover {
    opacity: 1;
    transition: 0.2s;
}


/* Learn More Cards */

section.learn-more-cards {
    padding: 60px 15px;
}

section.learn-more-cards .cards {
    margin: 0 auto;
    gap: 30px;
}

section.learn-more-cards .item {
    background-color: #FFF;
    padding: 20px;
    gap: 8%;
}

section.learn-more-cards .item .icon-container {
    width: 25%;
}

section.learn-more-cards .item .icon-container img {
    width: 100%;
    height: auto;
}

section.learn-more-cards .item .text {
    flex: 1;
}

section.learn-more-cards .item .text a {
    margin-left: auto;
    margin-bottom: 15px;
}


/* How it Works */

section.how-it-works {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.how-it-works .inner {
    max-width: 900px;
    background-color: #FFF;
    margin: 0 auto;
    padding: 60px;
}

section.how-it-works .inner p,
section.how-it-works .inner h3 {
    text-align: center;
}

section.how-it-works .inner .timeline {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

section.how-it-works .inner .timeline p,
section.how-it-works .inner .timeline h3 {
    text-align: left;
}

section.how-it-works .inner .timeline::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #003087;
}

section.how-it-works .inner .icon img {
    width: 100px;
    height: auto;
}

section.how-it-works .inner .accordion-list {
    margin-top: 10px;
}

section.how-it-works .inner .accordion {
    position: relative;
    padding-left: 80px;
    margin-top: 60px;
}

section.how-it-works .inner .accordion .step {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background: #003087;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

section.how-it-works .inner .accordion .content {
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8d8d8;
}

section.how-it-works .inner .accordion-list .item:last-child {
    border-bottom: none;
}

section.how-it-works .inner .coro-btn-primary {
    margin: 30px auto 0 auto;
}


/* HubSpot Form Embed */

section.hubspot-embed {
    padding: 30px 15px 50px 15px;
}

section.hubspot-embed .form-container form fieldset {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

section.hubspot-embed .form-container form label {
    font-weight: 600;
    font-size: 16px;
}

section.hubspot-embed .form-container form fieldset div.hs-form-field {
    padding: 0 5px;
}

section.hubspot-embed .form-container form .inputs-list {
    list-style-type: none;
    padding-inline-start: 0;
    padding: 0;
    overflow: hidden;
}

section.hubspot-embed .form-container form .inputs-list li label {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.hubspot-embed .form-container form .inputs-list li label input {
    margin: 0;
}

section.hubspot-embed .form-container form .hs-recaptcha,
section.hubspot-embed .form-container form .hs-submit {
    display: flex;
    justify-content: center;
}

section.hubspot-embed .form-container form input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    transition: 0.3s ease-in-out;
}

section.hubspot-embed .form-container form input[type="submit"]:hover {
    transition: 0.3s ease-in-out;
}


/* Product Grid – Shredding Bins */

section.product-grid {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

section.product-grid h2 {
    margin-bottom: 50px;
}

section.product-grid .products {
    gap: 40px;
}

section.product-grid .products .item {
    flex: 1;
}

section.product-grid .products .item img {
    width: auto;
    height: 200px;
    margin-bottom: 30px;
}

section.product-grid .products .item h3 {
    margin-bottom: 15px;
    text-align: center;
}

section.product-grid .products .item p {
    margin: 10px 0 0 0;
    text-align: center;
}

section.product-grid .products .item p.bold {
    font-weight: 600;
}


/* Stats and Icons */

section.stats-and-icons {
    padding: 60px 15px;
}

section.stats-and-icons h2 {
    margin-bottom: 50px;
}

.flex-content section.stats-and-icons .grid[data-count="4"] {
    grid-template-columns: repeat(4, 1fr);
}

.flex-content section.stats-and-icons .grid[data-count="5"] {
    grid-template-columns: repeat(5, 1fr);
}

section.stats-and-icons .stats {
    width: 100%;
    gap: 35px;
    row-gap: 50px;
    margin: 0 auto;
}

section.stats-and-icons .stat-item img {
    height: 90px;
    width: auto;
    margin-bottom: 15px;
}

section.stats-and-icons .stat-item p {
    width: 100%;
    text-align: center;
    margin: 0;
}

section.stats-and-icons.font-white h2,
section.stats-and-icons.font-white p {
    color: #FFF;
}

section.stats-and-icons .stat-item .head {
    font-size: 40px;
    line-height: 1.25;
}

section.stats-and-icons .stat-item .subhead {
    font-size: 21px;
}

section.stats-and-icons .stat-item .subtext {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 5px solid #d8d8d8;
    transition: 0.3s ease;
}

section.stats-and-icons .stat-item:hover .subtext {
    border-color: #003087;
    transition: 0.3s ease;
}

section.stats-and-icons .btn {
    margin-top: 50px;
}


/* Industry Solutions */

section.industry-solutions {
    padding-left: 15px;
    padding-right: 15px;
}


/* FAQ Accordion */

section.faq-accordion {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}
section.faq-accordion.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

section.faq-accordion.bordered .accordion-list {
    padding: 0 25px;
    border: 1px solid #d8d8d8;
}

section.faq-accordion.bordered .accordion-list .item:last-child {
    border-bottom: none;
}


/* Google Map Embed */

section.google-map-embed {
    width: calc(100% - 30px);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #D8D8D8;
    align-items: center;
}

section.google-map-embed .map-container {
    flex: 1;
    overflow: hidden;
    width: 50%;
}

section.google-map-embed .map-container .map-display {
    width: 100%;
}

section.google-map-embed .content-container {
    flex: 1;
    width: 100%;
}

section.google-map-embed a.location-change {
    background-color: #F6F4F4;
    padding: 20px;
    color: #87736b;
    gap: 5px;
    font-weight: 600;
}

section.google-map-embed a.location-change svg {
    width: 20px;
    height: 20px;
    fill: #87736b;
}

section.google-map-embed .text-container {
    padding: 30px 30px 30px 50px;
}

section.google-map-embed h2 {
    text-align: left;
}

section.google-map-embed h3 {
    margin: 25px 0 15px 0;
}

section.google-map-embed ul {
    list-style: none;
    padding: 0 0 0 10px;
}

section.google-map-embed ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 16px;
}

section.google-map-embed ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* vertically center */
  width: 15px;
  height: 15px;
  background: #BA0C2F;
}

section.google-map-embed .buttons {
    margin-top: 35px;
    gap: 15px;
}

section.google-map-embed .buttons .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

section.google-map-embed .buttons .btn svg {
    fill: #FFF;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


/* Location Services */

section.location-services .grid .item {
    background-color: #F6F4F4;
}


/* Google Reviews Embed */

section.google-reviews {
    padding: 70px 15px;
}

section.google-reviews h2 {
    margin-bottom: 40px;
}

section.google-reviews .widget-container {
    width: 100%;
    max-width: 1170px;
}

section.google-reviews .grw-reviews {
    max-width: 95% !important;
    margin: 0 auto !important;
}

section.google-reviews .widget-container button.grw-next,
section.google-reviews .widget-container button.grw-prev {
    background-color: #296cb1 !important;
    display: flex;
    justify-content: center;
}



section.google-reviews .grw-next:hover,
section.google-reviews .grw-prev:hover {
    background-color: #516299 !important;
}

section.google-reviews .rpi-gt::after,
section.google-reviews .rpi-lt::before {
    background-color: #FFF !important;
}

@media (max-width: 767px) {
    section.google-reviews button.grw-prev,
    section.google-reviews button.grw-next {
        display: none !important;
    }
}


/* Reviews Experience Popup */
.review-popup-overlay {
    position: fixed;
    top: 0;
    left: 101%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9998;
    transition: left 0.5s ease;
}

.review-popup-overlay.show-popup {
    left: 0;
    transition: 0.5s ease;
}

.review-popup-overlay .review-popup {
    position: relative;
    background-color: #FFF;
    width: 90%;
    max-width: 800px;
    padding: 30px;
}

.review-popup-overlay .review-popup svg.close-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 4px;
    right: 4px;
    color: #000;
    opacity: 0.5;
}

.review-popup-overlay .review-popup svg.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.review-popup-overlay .review-popup h2 {
    text-align: center;
    margin-bottom: 10px;
}

.review-popup-overlay .review-popup .stars {
    margin-top: 20px;
    gap: 30px;
}

.review-popup-overlay .review-popup .stars .star {
    width: 100px;
}

.review-popup-overlay .review-popup .stars .star svg {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.review-popup-overlay .review-popup p {
    text-align: center;
}

.review-popup-overlay .review-popup .stars .star svg:hover {
    fill: #EFBF04;
    color: #EFBF04;
    cursor: pointer;
}

.review-popup-overlay .review-popup .buttons {
    width: 100%;
    max-width: 600px;
    gap: 20px;
    margin-top: 25px;
}

.review-popup-overlay .review-popup .buttons .btn {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
}

.review-popup-overlay .review-popup .stars-review .buttons {
    gap: 60px;
}

.review-popup-overlay .review-popup .stars-review .buttons img {
    width: auto;
    height: 100px;
}

.review-popup-overlay .review-popup .stars-review .buttons p {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 650px) {
    .review-popup-overlay .review-popup {
        padding: 35px 15px;
    }

    .review-popup-overlay .review-popup .buttons {
        flex-direction: column;
        gap: 25px;
    }

    .review-popup-overlay .review-popup .stars-review .buttons {
        gap: 40px;
    }

    .review-popup-overlay .review-popup .stars {
        flex-wrap: wrap;
        justify-content: center;
    }

    .review-popup-overlay .review-popup .stars .star {
        min-width: 110px;
    }
}


/* ============= Mobile Styling ============= */

@media screen and (max-width: 1200px) {
    section.quote-banner .quote {
        width: 80%;
    }

    section.quote-banner .quote .q-mark {
        width: 35px;
        height: 35px;
    }

    section.quote-banner .quote .q-mark.left {
        left: -10%;
    }

    section.quote-banner .quote .q-mark.right {
        right: -10%;
    }
} 


@media screen and (max-width: 1100px) {
    /* Template-Wide Grids */
    .flex-content .grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }


    /* Stats and Icons */
    .flex-content section.stats-and-icons .grid[data-count="3"] {
        grid-template-columns: repeat(3, 1fr) !important;
    }
        

    /* Text + Image Box */
    section.text-image-box {
        flex-direction: column;
        max-width: 700px;
    }

    section.text-image-box .text-col,
    section.text-image-box .media-container {
        width: 100%;
    }

    section.text-image-box .media-container,
    section.text-image-box .media-container img,
    section.text-image-box .media-container video {
        position: static;
    }

    section.text-image-box .text-col {
        order: 2;
    }

    section.text-image-box .media-container {
        order: 1;
    }


    /* Resource Interrupter */
    section.resource-interrupter,
    section.secondary-interrupter {
        flex-direction: column;
        padding: 40px 15px 60px 15px !important;
    }

    section.secondary-interrupter img {
        order: 1;
    }

    section.secondary-interrupter .text-col {
        order: 2;
    }

    section.resource-interrupter .text-col,
    section.secondary-interrupter .text-col {
        text-align: center;
    }

    section.resource-interrupter.fixed,
    section.secondary-interrupter.fixed {
        max-width: 700px;
    }


    /* Secondary Resource Interrupter */

    section.secondary-interrupter.fixed {
        gap: 20px;
    }

    section.secondary-interrupter .text-col,
    section.secondary-interrupter img {
        width: 100%;
        max-width: none;
    }

    section.secondary-interrupter.fixed .text-col {
        padding: 25px;
    }


    /* Product Grid – Shredding Bins */
    section.product-grid .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }


    /* Featured Blog Posts */
    section.featured-blogs .blogs {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }


    /* Service Locations */
    section.service-locations {
        gap: 30px;
    }

    section.service-locations img {
        max-width: 275px;
    }


    /* How it Works */
    section.how-it-works .inner {
        padding: 60px 20px;
    }


    /* Full-Width Hero Banner */
    section.fw-hero .hero-container .text {
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px) {
    /* Accordion Component */
    .accordion-list .item .lower {
        flex-direction: column;
        gap: 10px;
    }

    .accordion-list .item .lower img {
        width: 100%;
        height: 100%;
        max-width: 600px;
        min-height: 340px;
        aspect-ratio: 1.75 / 1;
    }

    /* Google Map Embed */
    section.google-map-embed {
        flex-direction: column;
        gap: 0;
    }

    section.google-map-embed .map-container {
        width: 100% !important;
    }

    section.google-map-embed .map-container .map-display {
        height: 600px !important;
    }

    section.google-map-embed .text-container {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 720px) {
    /* Template-Wide Grids */
    .flex-content .grid,
    .flex-content section.stats-and-icons .grid[data-count="3"] {
        grid-template-columns: repeat(1, 1fr) !important;
    }


    /* Product Grid – Shredding Bins */
    section.product-grid .products {
        grid-template-columns: 1fr;
    }


    /* Featured Blog Posts */
    section.featured-blogs .blogs {
        grid-template-columns: 1fr;
    }


    /* Left-Aligned Header Blocks */
    section.left-header-blocks .block {
        flex-direction: column;
        margin-bottom: 50px;
    }

    section.left-header-blocks .block h3 {
        max-width: none;
        padding-right: 0px;
        padding-bottom: 15px;
        text-align: left;
    }

    section.left-header-blocks .block .body {
        border-left: none;
        border-top: 2px solid #003087;
        padding-left: 0px;
        padding-top: 15px;
    }

    /* Service Locations */
    section.service-locations {
        flex-direction: column;
    }

    section.service-locations .text-col {
        max-width: none;
    }

    section.service-locations .text-col .zip-code {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* Google Map Embed */
    section.google-map-embed .buttons {
        flex-direction: column;
    }

    /* Full-Width Hero */
    section.fw-hero .hero-container .text .btn-container {
        flex-direction: column;
        width: 100%;
    }
}