        .h1.fw-light, h1.fw-light {
            font-size: 2.3rem;
            font-weight: bold;
        }
        
        .h2,
        h2 {
            font-size: 1.5rem;
        }

        .desktop {
            display: block;
        }

        .mobile {
            display: none;
        }

        .hero-section-lg {
            background: url('../images/home-page/cp-home-web-header-04_27_2024.png') no-repeat center center;
            background-size: cover;
            height: 20vh;
            color: #fff;
            margin-top: 98px;
            min-height: 200px;
        }

        .hero-section-med {
            display: none;
        }

        .hero-section-sm {
            display: none;
        }

        .featurette-heading {
            font-weight: bold;
        }

        .container {
            width: 100%;
        }

        .container.mt-5 {
            margin: 10px auto !important;
            width: 100%;
            clear: both;
        }

        .page-layout {
            display: flex;
            margin-top: 100px;
        }

        aside.container {
            width: 80px;
            margin: 0 0 0;
            padding: 0;
        }

        ul#category-list {
            width: 100%;
            list-style: none;
            padding: 0 0 0 5px;
        }

        ul#category-list li {
            list-style-type: none;
            padding: 5px 0;
        }

        ul#category-list li a {
            color: #000;
            text-decoration: none;
        }

        #services {
            margin-top: 25px;
        }

        #services div h2 {
            font-size: 1.3rem;
        }

        #services div p {
            font-size: .95rem;
            line-height: 1.5;
        }

        .services-p1 {
            padding: 0 0 10px;
        }

        #services div:nth-child(2) {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 33.666667%;
            max-width: 41.666667%;
        }

        #products {
            padding: 0;
            background-color: #f8f9fa;
        }

        /* .service-section {
            padding: 50px 0;
            background-color: #f8f9fa;
          } */
        .product-card {
            position: relative;
            overflow: hidden;
            border: none;
            border-radius: 10px;
            transition: transform 0.3s ease;
            margin-bottom: 30px;
        }

        .product-card img {
            width: 100%;
            height: auto;
            transition: transform 0.5s ease;
        }

        .product-card:hover img {
            transform: scale(1.1);
        }

        .product-info {
            position: absolute;
            top: 0px;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0);
            color: #fff;
            transition: opacity 0.3s ease;
            display: flex;
            /* justify-content: center; */
            /* align-items: center; */
            padding: 30px 5% 0;
            text-align: center;
            flex-flow: column;
        }

        .product-card:hover>.product-info {
            background: rgba(0, 0, 0, 0.7);
        }

        .product-card:hover>.product-info p.card-text, .product-card:hover>.product-info a.btn {
            opacity: 1;
            display: flex;
        }

        .product-card:hover> .product-info h5.card-title {
            background: rgba(0, 0, 0, 0);
            position: relative;
            width: auto;
        }

        .product-info h5.card-title {
            font-size: 1rem;
            background: rgba(0, 0, 0, 0.7);
            width: 90%;
            position: absolute;
            bottom: 0;
            margin: 0;
            padding: 3px;
        }

        .product-info p.card-text {
            font-size: 0.8rem;
            opacity: 0;
        }

        .product-info a.btn {
            display: inline-block;
            font-weight: 400;
            color: #ffffff;
            text-align: center;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            bottom: 0;
            position: absolute;
            /* left: 20%;*/
            opacity: 0;
        }

        .featurette-divider {
            margin: 50px 0;
        }

        /* Space out the Bootstrap <hr> more */

        .cta-background {
            background: url('../images/home-page/cp-home-web-header-04_27_2024.png') no-repeat center center;
            background-size: cover;
        }

        .cta-box {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 40px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

        /* Services section code*/
        .service-section-details.desktop {
            display: flex;
        }

        .service-section-details {
            flex-flow: row;
            justify-content: space-around;
            margin: 20px 0;
            height: 42vh;
        }

        .service-section-details p {
            font-size: 14px;
            line-height: 1.5;
        }

        .services-graphic {
            position: relative;
            margin: auto;
            background: url(../images/Backgrounds/cp-interior_view.png) no-repeat center center;
            background-size: cover;
            height: 100%;
            width: 60%;
        }

        .service-hotspot {
            position: absolute;
            text-align: center;
            width: 140px;
            height: 78px;
            color: black;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 90%;
            opacity: 0;
            transition: opacity 0.3s;
            padding: 35px 0;
        }

        .service-hotspot:hover {
            opacity: 1;
        }

        /* Position these hotspots over the relevant parts of your graphic */
        .service-hotspot.design-services {
            top: 10%;
            left: 20%;
        }

        .service-hotspot.printing-services {
            top: 27%;
            left: 62%;
        }

        .service-hotspot.finishing-services {
            top: 50%;
            left: 60%;
        }

        .service-hotspot-locator {
            position: absolute;
            text-align: center;
            width: 46px;
            height: 47px;
            color: black;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 90%;
            opacity: 1;
            transition: opacity 0.3s;
            padding: 12px 0;
            display: block;
        }

        .hide-locator {
            display: none;
        }

        .service-hotspot-locator:hover {
            opacity: 0;
        }

        /* Position these hotspot locators over the relevant parts of your graphic */
        .service-hotspot-locator.design-services {
            top: 10%;
            left: 20%;
        }

        .service-hotspot-locator.printing-services {
            top: 27%;
            left: 62%;
        }

        .service-hotspot-locator.finishing-services {
            top: 50%;
            left: 60%;
        }

        .service-details {
            display: flex;
            flex-flow: column;
            width: 35%;
            margin: 0 2.5%;
        }

        .service-detail {
            background: rgba(255, 255, 255, 0.5);
            border-radius: 80%;
            display: none;
            transition: opacity 0.3s;
        }

        .service-show {
            display: block;
        }

        #portfolio h5 {
            font-size: 22px;
        }

        #portfolio .card {
            margin-bottom: 10px;
        }

        #portfolio .card-body {
            /* padding: .25rem; */
            font-size: 14px;
        }

        #portfolio .card-img-top {
            width: 60%;
            margin: auto;
        }

        .text-left[aria-expanded="false"]::before {
            content: "+";
        }

        .text-left[aria-expanded="true"]::before {
            content: "-";
        }

        #why-choose-city-print {
            background-color: #f4f4f4;
            padding: 40px 20px;
            text-align: center;
        }
        #why-choose-city-print h3 {
            font-size: 2em;
            color: #333;
            margin-bottom: 20px;
        }
        #why-choose-city-print ul {
            list-style-type: none;
            padding: 0;
        }
        #why-choose-city-print li {
            background-color: white;
            margin: 10px auto;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            text-align: left;
        }
        #why-choose-city-print li strong {
            color: #4CAF50;
        }

        @media screen and (min-width: 801px) and (max-width: 877px) {}

        @media screen and (min-width: 651px) and (max-width: 800px) {
            .hero-section-lg {
                display: none;
            }

            .hero-section-med {
                background: url('../images/home-page/cp-home-web-header-04_27_2024.png') no-repeat center center;
                background-size: cover;
                height: 35vh;
                color: #fff;
                display: block;
            }

            .hero-section-sm {
                display: none;
            }

        }

        @media screen and (max-width: 800px) {
            .desktop {
                display: none !important;
            }

            .mobile {
                display: block !important;
            }

            body header.standard, div#city-minute-Body .standard, .logo-guide-view.standard {
                display: none;
            }

            .container.mt-5 {
                width: 100%;
            }

            #services div h2 {
                font-size: 1.2rem;
            }
    
            #services div p {
                font-size: .8rem;
                line-height: 1.5;
            }

            .service-section-details.desktop {
                display: none;
            }

            .service-section-details.mobile {
                display: flex;
                flex-flow: column;
                justify-content: space-around;
                margin: 20px 0 200px;
                height: 540px;
            }

            .service-sidebar {
                height: 100%;
                width: 35%;
                background-color: rgba(0, 0, 0, 0.7);
                color: white;
                display: flex;
                flex-flow: column;
                justify-content: space-evenly;
                padding: 10px;
            }

            .services-graphic {
                height: 100%;
                width: 100%;
                background-size: cover;
            }

            .service-details {
                width: 100%;
                margin: 20px 0 0%;
            }

            .showDetail {
                display: block !important;
            }
        }

        @media screen and (max-width: 650px) {
            .hero-section-lg {
                display: none;
            }

            .hero-section-med {
                display: none;
            }

            .hero-section-sm {
                background: url('../images/home-page/cp-home-web-header-04_27_2024.png') no-repeat center center;
                background-size: cover;
                height: 35vh;
                color: #fff;
                display: block;
                margin-top: 0px;
                min-height: 200px;
            }

            .hero-section-sm .hero-text-box {
                margin-top: 50px;
            }

            .h1.fw-light, h1.fw-light {
                font-size: 1.9rem;
                font-weight: bold;
            }
        }

        @media (max-width: 767px) {
            .service-card .service-info {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 1;
                /* Always visible or make visible on tap */
                background: rgba(0, 0, 0, 0.7);
                /* Optional: adjust the opacity for better readability */
                transition: none;
                /* Disable the fade transition on mobile */
            }

            #services div:nth-child(2) {
                flex: 0 0 80.666667%;
                max-width: 80.666667%;
                padding: 0 20%;
            }
        }