.service-title-center {
    text-align: center;
    padding-bottom: 110px;
}

.service-title-52 {
    font-size: 52px;
    color: #242424;
    font-weight: 700;
}

.poly_right-new {
    margin: 0px;
    padding: 0px;
    width: 430px;
}

.poly-box-right {
    background-color: #000000;
    padding: 50px 32px 50px 48px;
    text-align: center;
}

.poly-box-right p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.poly-box-right h2 {
    font-size: 124px;
    color: #e2002d;
    font-weight: 700;
    line-height: 1;
    padding: 0px;
    margin: 0px;
}

.poly_left-new {
    width: 650px;
}

.new-wrapper .service_custom_container01 {
    padding-bottom: 120px;
}

/* UK Short-Term Strategy Section */
.uk-strategy-section {
    background-color: #f6f6f6;
    padding: 80px 0;
    text-align: center;
    font-family: inherit;
}

.strategy-header h2 {
    font-size: 36px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.strategy-header p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-weight: 400;
}

.strategy-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.strategy-col {
    flex: 1;
    min-width: 200px;
    text-align: center;
}

.strategy-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.strategy-icon img {
    max-height: 100%;
    width: auto;
}

.strategy-col h3 {
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.strategy-col p {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .strategy-grid {
        gap: 20px;
    }

    .strategy-col {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 767px) {
    .uk-strategy-section {
        padding: 50px 0;
    }

    .strategy-header h2 {
        font-size: 28px;
    }

    .strategy-header p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .strategy-col {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .strategy-col:last-child {
        margin-bottom: 0;
    }
}

/* Our Solution Section */
.our-solution-section {
    padding: 0px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}

.solution-wrapper {
    display: flex;
    align-items: start;
    position: relative;
}

.solution-image {
    flex: 0 0 634px;
    margin-left: calc(-50vw + 50%);
    z-index: 2;
    position: relative;
    margin-top: 60px;
}

.solution-image img {
    width: 100%;
    height: auto;
    display: block;
}

.solution-content {
    flex: 1;
    position: relative;
    padding: 60px 40px 60px 60px;
    z-index: 1;
}

.solution-content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -150px;
    width: 200vw;
    background-color: #ffffff;
    z-index: -1;
}

.solution-content h2 {
    font-size: 32px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    padding-bottom: 0px;
}

.solution-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.solution-list {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
}

.solution-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}






.btn-get-in-touch {
    display: inline-block;
    background-color: #e2002d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-get-in-touch:hover {
    background-color: #b30024;
    color: #ffffff;
}

.our-solution-section .page_container {
    padding-top: 0px;
    padding-bottom: 40px;
}

.uk-strategy-section .page_container {
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .solution-image {
        flex: 0 0 500px;
    }
}

@media (max-width: 991px) {
    .solution-wrapper {
        flex-direction: column;
    }

    .solution-image {
        flex: 0 0 auto;
        width: 100vw;
        max-width: none;
        margin-left: calc(-50vw + 50%);
    }

    .solution-content {
        padding: 50px 20px;
    }

    .solution-content::before {
        left: calc(-50vw + 50%);
    }
}

@media (max-width: 767px) {
    .our-solution-section {
        padding: 50px 0;
    }

    .solution-content h2 {
        font-size: 26px;
    }
}

/* Reduce Carbon Section */
.reduce-carbon-section {
    padding: 0px 0;
    text-align: center;
}

.reduce-carbon-section .page_container {
    padding: 50px 15px;
    padding-bottom: 80px;
}

.carbon-header h2 {
    font-size: 36px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.carbon-header p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 60px auto;
    font-weight: 400;
}

.carbon-grid {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.carbon-col {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.carbon-icon {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.carbon-icon img {
    max-height: 100%;
    width: auto;
}

.carbon-col p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .carbon-grid {
        gap: 30px;
    }

    .carbon-col {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .reduce-carbon-section {
        padding: 50px 0;
    }

    .carbon-header h2 {
        font-size: 28px;
    }

    .carbon-header p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .carbon-col {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .carbon-col:last-child {
        margin-bottom: 0;
    }
}

/* U Value Section */
.u-value-section {
    padding: 80px 0;
    background-color: #f6f6f6;
    text-align: center;
}

.u-value-section .page_container {
    padding: 0px 15px;
}

.u-value-header h2 {
    font-size: 36px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.u-value-header p {
    font-size: 16px;
    color: #242424;
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.u-value-header p strong {
    font-weight: 700;
}

.u-value-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.u-value-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.u-value-table th {
    background-color: #242424;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 15px;
    border-right: 1px solid #ffffff;
}

.u-value-table th:last-child {
    border-right: none;
}

.u-value-table td {
    padding: 20px 15px;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    border-bottom: 1px solid #f6f6f6;
}

.u-value-table tr:last-child td {
    border-bottom: none;
}

.icon-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.icon-value img {
    width: 24px;
    height: 24px;
}

.xps-value {
    color: #e2002d;
}

.poly-value {
    color: #242424;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .u-value-section {
        padding: 50px 0;
    }

    .u-value-header h2 {
        font-size: 28px;
    }

    .u-value-header p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .u-value-table th {
        font-size: 13px;
        padding: 15px 10px;
    }

    .u-value-table td {
        font-size: 14px;
        padding: 15px 10px;
    }
}

/* Case Study Section */
.case-study-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.case-study-wrapper {
    display: grid;
    grid-template-columns: 1fr 408px;
    grid-template-rows: auto 1fr;
    gap: 0 50px;
}

.case-study-headers {
    grid-column: 1;
    grid-row: 1;
}

.case-study-paragraphs {
    grid-column: 1;
    grid-row: 2;
    padding-right: 20px;
}

.case-study-headers h2 {
    font-size: 36px;
    color: #242424;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.case-study-subtitle {
    font-size: 20px;
    color: #e2002d !important;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.case-study-paragraphs p {
    font-size: 20px;
    color: #242424;
    margin-bottom: 0px;
}

.case-study-video {
    grid-column: 2;
    grid-row: 2;
}

.video-thumbnail {
    position: relative;
    width: 408px;
    height: 304px;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
}

.video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-cover {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.video-thumbnail.playing .video-cover {
    opacity: 0;
    pointer-events: none;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.watch-text {
    font-size: 16px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.8);
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #e2002d;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.play-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    fill: #242424;
}

.video-thumbnail:hover .play-btn {
    transform: scale(1.1);
    background-color: #b30024;
}

.case-study-paragraphs p:last-of-type {
    margin-bottom: 44px;
}

.case-study-gallery {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 90px;
}

.gallery-row {
    display: flex;
    flex-direction: column;
}

.gallery-label {
    display: inline-block;
    background-color: #e2002d;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 17px 14px 18px;
    margin-bottom: 28px;
    align-self: flex-start;
}

.gallery-images {
    display: flex;
    gap: 15px;
}

.gallery-img-box {
    flex: 1;
    overflow: hidden;
    /*border-radius: 4px;*/
    /* Slight rounding for a premium feel, optional */
}

.gallery-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-img-box:hover img {
    transform: scale(1.05);
}

.nbs-banner {
    background-color: #f6f6f6;
    padding: 56px 68px 53px 68px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 80px;
}

.nbs-logo {
    flex-shrink: 0;
}

.nbs-logo img {
    width: 242px;
    height: 116px;
    display: block;
}

.nbs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nbs-content h4 {
    font-size: 20px;
    color: #242424;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.btn-read-more {
    display: inline-block;
    background-color: #e2002d;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-read-more:hover {
    background-color: #b30024;
}

/* Proud Partners Section */
.proud-partners-section {
    /*margin-top: 147px;*/
    /*padding-bottom: 150px;*/
    text-align: center;
}

.proud-partners-section .page_container{
    padding: 50px 15px;
}

.case-study-section .page_container{
    padding: 50px 15px;
}

.info-image .page_container {
    padding: 0px 15px 40px 15px;
}

.proud-partners-section h2 {
    font-size: 24px;
    color: #242424;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.partners-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logo img {
    width: 200px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .case-study-wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .case-study-paragraphs {
        padding-right: 0;
    }

    .gallery-images {
        flex-direction: column;
    }

    .case-study-video {
        flex: 0 0 auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .info-image img {
        width: 100%;
    }

    .video-thumbnail {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .case-study-section {
        padding: 50px 0;
    }

    .case-study-content h2 {
        font-size: 28px;
    }

    .case-study-subtitle {
        font-size: 18px;
    }

    .nbs-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
        gap: 30px;
    }

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

    .proud-partners-section {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .partners-logos {
        justify-content: center;
        gap: 40px;
    }
}