@charset "UTF-8";

/* MISCELLANEOUS */

* {
    text-rendering: geometricPrecision;
    scroll-behavior: smooth;
}

.max-width-narrow {
    max-width: 1120px;
    margin: 0px auto;
    position: relative;
}

.text-override h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: inherit;
}

.text-override p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.text-override p:last-child {
    margin-bottom: 0px;
}

.hero-promo__title-btn {
    display: none;
}

/* Mobile */

@media (max-width: 1199px) {
    .fullwidth-margin {
        width: 970px;
        margin: 0px auto;
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .fullwidth-margin {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .text-override h2 {
        font-size: 32px;
    }

    .text-override p {
        font-size: 17px;
        line-height: 23px;
    }
}

@media (max-width: 750px) {
    .fullwidth-margin {
        width: 100%;
    }
}

/* BUTTONS */

a.duo-button {
    display: inline-block;
    padding: 4px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    vertical-align: text-bottom;
}

a.duo-button span {
    padding: 6px 25px;
    transition: all 0.3s;
    display: block;
}

a.duo-button:hover span {
    background-color: #ddd;
}

a.duo-button.duo-white {
    border: solid 1px #fff;
    color: #000;
}

a.duo-button.duo-white.duo-transp {
    background-color: transparent;
    color: #fff;
}

a.duo-button.duo-white.duo-transp:hover span {
    background-color: #fff;
    color: #000;
}

a.duo-button.duo-white:hover span {
    background-color: #ddd;
}

a.duo-button.duo-red {
    border: solid 1px #a32020;
    color: #a32020;
}

a.duo-button.duo-red:hover span {
    background-color: #a32020;
    color: #fff;
}

a.duo-button.duo-red.duo-transp {
    background-color: transparent;
    color: #a32020;
}

a.duo-button.duo-red.duo-transp:hover span {
    background-color: #a32020;
    color: #fff;
}

a.duo-button.duo-arrow span {
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-hp-arrow-white.svg");
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: calc(100% - 25px) 50%;
    padding-right: 60px;
}

a.duo-button.duo-arrow:hover span {
    background-position: calc(100% - 20px) 50%;
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-hp-arrow-black.svg");
}

a.core-button {
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s;
    vertical-align: text-bottom;
}

a.core-button span {
    padding: 10px 25px;
    transition: all 0.3s;
    display: block;
}

a.core-button.core-button-red {
    background-color: #a32020;
    color: #fff;
}

a.core-button.arabic,
a.duo-button.arabic {
    font-size: 16px;
}

/* HERO */

header.hero-promo__title {
    max-width: 1150px;
}

.hero-promo .hero-promo__title-textpanel {
    width: 50%;
}

.hero-title-textpanel--compaign h1 {
    font-size: 48px !important;
}

.hero-title-textpanel--compaign p.sub-heading {
    font-size: 20px !important;
}

/* Mobile */

@media (max-width: 991px) {
    header,
    header .container {
        width: 100%;
    }
}

/* PRESENCE */

#Presence {
    display: flex;
    flex-direction: row;
    padding: 80px 0px;
    gap: 80px;
}

#Presence .presence-col {
    width: 50%;
}

#Presence .presence-right img {
    width: 100%;
    max-width: 100%;
}

/* Mobile */

@media (max-width: 991px) {
    #Presence {
        flex-direction: column;
        gap: 30px;
    }

    #Presence .presence-col {
        width: 100%;
    }

    #Presence .presence-left {
        order: 2;
    }
}

/* Presence overlay */

#Presence .overlay {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    border-top: 8px solid #a32020;
    padding: 20px;
    padding-bottom: 60px;
    transition: bottom 0.4s ease-in-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
    /* Above backdrop */
    border-radius: 10px 10px 0 0;
}

#Presence .overlay.active {
    display: block;
    bottom: 0;
}

#Presence .open-btn {
    position: static;
    padding: 10px 20px;
    background: #a32020;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#Presence .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark Transparent */
    display: none;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#Presence .backdrop.active {
    display: block;
    opacity: 1;
}

#Presence .container-fluid {
    margin-top: 30px;
}

#Presence .column {
    padding: 20px;
    background: #444;
    border-radius: 5px;
    text-align: center;
    color: white;
}

/* Style for B3 */

#Presence .column.b3 {
    background: #ff9800;
    color: black;
    font-weight: bold;
}

#Presence .contact-display {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 10px), 1fr));
    grid-gap: var(--contact-row-gap) var(--contact-column-gap);
    width: 100%;
    max-width: var(--contact-block-max-width);
    margin: auto;
    margin-top: -20px;
}

#Presence .contact-card {
    display: flex;
    width: 100%;
    height: var(--contact-card-size);
    align-items: start;
    padding-top: 25px;
    margin-bottom: 20px;
}

#Presence .contact-card p {
    font-size: 16px;
}

#Presence .contact-card .contact-name {
    font-size: 20px;
}

#Presence .contact-card .image {
    width: var(--contact-card-size);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

#Presence .standard-spacing img {
    margin-top: 0px;
}

#Presence .contact-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Presence .contact-card .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#Presence .contact-card .info .top {
    flex-grow: 1;
}

#Presence .contact-card .info .bottom {
    display: flex;
    justify-content: space-between;
    width: 90px;
    margin-top: 5px;
}

#Presence .contact-card .info p {
    margin: 0;
    line-height: 24px;
}

#Presence .contact-card:hover {
    cursor: pointer;
}

#Presence .contact-card:hover .info .contact-name {
    color: #a32020;
}

#Presence a:hover {
    text-decoration: none;
}

#Presence .contact-social-info a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#Presence .contact-social-info a:hover {
    color: #007bff;
}

#Presence .contact-social-info img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#Presence .contact-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

#Presence a:hover .contact-name {
    text-decoration: underline;
    color: #a32020;
}

#Presence .getin-touchd {
    width: 80%;
    color: black;
    padding-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#Presence .overlay-content {
    padding: 60px 80px 80px 80px;
}

@media (max-width: 768px) {
    #Presence .contact-display {
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }

    #Presence .overlay {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 80vh;
        background: white;
        border-top: 10px solid #a32020;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 60px;
        transition: bottom 0.4s ease-in-out;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 999;
        border-radius: 10px 10px 0 0;
        overflow: scroll;
    }
}

@media (max-width: 1230px) {
    #Presence .contact-card {
        margin-bottom: 80px;
    }

    #Presence #presenceOverlayInnerContent {
        overflow-y: auto;
        max-height: calc(100vh - 160px);
    }
}

@media (max-width: 1000px) {
    #Presence .contact-display {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
        grid-gap: 10px 10px;
    }

    #Presence .overlay-content {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    #Presence #presenceOverlayInnerContent {
        overflow-y: auto;
        max-height: calc(100vh - 140px);
    }

    #Presence .contact-display {
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }

    #Presence .contact-social-info a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    #Presence .contact-card .info .bottom {
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width: 500px) {
    #Presence .overlay-content {
        padding: 30px 20px;
        width: calc(100% - 60px);
    }

    #Presence .contact-card .info p {
        line-height: 18px;
    }

    #Presence .contact-card p {
        font-size: 14px;
        padding-right: 5px;
    }

    #Presence .contact-card .contact-name {
        font-size: 18px;
        line-height: 22px !important;
    }
}

/* OPPORTUNITIES */

#Opportunities {
    display: flex;
    flex-direction: row;
}

#Opportunities .ops-col {
    width: 50%;
}

#Opportunities .ops-left {
    background-position: 50%;
    background-size: cover;
}

#Opportunities .ops-right {
    padding: 80px 40px;
    padding-right: calc((100vw - 1120px) / 2);
}

/* Mobile */

@media (max-width: 1199px) {
    #Opportunities .ops-right {
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    #Opportunities {
        flex-direction: column;
    }

    #Opportunities .ops-col {
        width: 100%;
    }

    #Opportunities .ops-right {
        padding: 40px;
    }

    #Opportunities .ops-left {
        padding-top: 50%;
    }
}

@media (max-width: 767px) {
    #Opportunities .ops-right {
        padding: 40px 15px 50px;
    }
}

/* PROGRAM */

section#content-sec-4 {
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-cp-quadat-program-bg.jpg") !important;
    padding: 80px 0px;
    color: #fff;
    position: relative;
}

section#content-sec-4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

section#content-sec-4 .program-left {
    max-width: 650px;
}

@media (max-width: 1199px) {
    section#content-sec-4 .program-left {
        margin: 0px 40px;
    }
}

@media (max-width: 767px) {
    section#content-sec-4 .program-left {
        margin: 0px 15px;
    }

    section#content-sec-4 .program-left a.duo-button {
        margin-bottom: 20px;
        width: 225px;
        text-align: center;
    }
}

/* CONGRATULATIONS */

section#content-sec-5 {
    background-color: #000;
    padding-top: 60px;
    color: #fff;
    position: relative;
}

section#content-sec-5 .parsys_column.pwccol2-longform {
    max-width: 1120px;
    margin: 0px auto;
    gap: 50px;
}

section#content-sec-5 .parsys_column.pwccol2-longform .parsys_column {
    padding: 0px;
}

section#content-sec-5 .videoplayer-v2 {
    margin: 0px;
}

@media (max-width: 1199px) {
    section#content-sec-5 .parsys_column.pwccol2-longform {
        margin: 0px 40px;
        width: calc(100% - 80px);
    }
}

@media (max-width: 767px) {
    section#content-sec-5 .parsys_column.pwccol2-longform {
        gap: 0px;
        margin: 0px 15px;
        width: calc(100% - 30px);
    }

    section#content-sec-5 {
        padding-bottom: 60px;
    }
}

/* MEET THE TEAM */

#MeetTeam-Intro {
    display: flex;
    padding: 60px 0px 30px;
}

#MeetTeamScroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    padding-bottom: 80px;
}

#MeetTeamScroll .scroll-container {
    width: 100%;
    height: 440px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
}

#MeetTeamScroll .scroll-container::-webkit-scrollbar {
    display: none;
}

#MeetTeamScroll .scroll-container {
    scrollbar-width: none;
}

#MeetTeamScroll .scroll-content {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    /* width: 1875px; */
    padding: 0px calc((100vw - 1120px) / 2);
    width: calc(1875px + (100vw - 1120px));
}

#MeetTeamScroll .item {
    min-width: 200px;
    height: 100%;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.2em;
    flex-shrink: 0;
}

#MeetTeamScroll .custom-scrollbar {
    margin-top: 40px;
    width: 150px;
    height: 2px;
    background: #a32020;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#MeetTeamScroll .scrollbar-track {
    position: relative;
    width: 100%;
    height: 100%;
}

#MeetTeamScroll .scrollbar-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 40px;
    background: #a32020;
    border-radius: 4px;
    cursor: pointer;
    touch-action: none;
}

#MeetTeamScroll .profile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
    justify-content: center;
}

#MeetTeamScroll .profile {
    background: white;
    width: 355px;
    cursor: pointer;
    background-color: #fff;
    transition: transform 0.2s ease;
    height: 205px;
    border: solid 1px #ddd;
    border-top: solid 4px #a02032;
    padding: 20px 30px;
    position: relative;
}

#MeetTeamScroll .profile-pic {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    background-color: #ddd;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}

#MeetTeamScroll .profile-pic img {
    width: 100%;
}

#MeetTeamScroll .profile h3 {
    line-height: 55px;
    font-size: 24px;
}

#MeetTeamScroll .profile p {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}

#MeetTeamScroll .profile-arrow {
    width: 40px;
    height: 40px;
    padding: 0px 10px;
    position: absolute;
    top: 27px;
    right: 30px;
    display: flex;
    background-color: #fff;
    transition: all 0.3s;
}

#MeetTeamScroll .profile:hover .profile-arrow {
    background-color: #a32020;
}

#MeetTeamScroll .profile svg.arrow {
    fill: #a32020;
    transition: all 0.3s;
}

#MeetTeamScroll .profile:hover .profile-arrow svg.arrow {
    fill: #fff;
}

.overlay-bg {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
    transition: opacity 1.2s ease;
    z-index: 1000;
}

.overlay-bg.visible {
    opacity: 0.75;
    pointer-events: auto;
}

.overlay-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(200px);
    opacity: 0;
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
    background: white;
    max-width: 1280px;
    width: calc(100% - 80px);
    padding: 60px 130px 60px 80px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    pointer-events: none;
    border-top: 10px solid #a32020;
    max-height: calc(100vh - 80px);
}

.overlay-content p {
    font-size: 20px;
    line-height: 24px;
}

.overlay-content.visible {
    transform: translate(-50%, -50%) translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.close-btn {
    position: absolute;
    top: 60px;
    right: 80px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #a32020;
    width: 48px;
    height: 48px;
    font-size: 40px;
    transition: all 0.3s;
    padding: 4px;
    color: #a32020 !important;
}

.close-btn span {
    display: block;
    background-color: #fff;
    height: 100%;
    line-height: 36px;
    color: #a32020;
    transition: all 0.3s;
}

.close-btn:hover span {
    background-color: #a32020;
    color: #fff;
}

/* #MeetTeamScroll .close-btn:hover {
} */

.overlay-template {
    display: none;
}

.overlay-content h3 {
    font-family: "PwC ITC Charter", Georgia, Serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

.overlay-content p {
    margin-bottom: 20px;
}

#MeetTeamScroll #overlayInnerContent {
    margin-bottom: 20px;
    overflow-y: scroll;
    max-height: calc(100vh - 199px);
}

@media (max-width: 1199px) {
    #MeetTeamScroll .scroll-content {
        padding: 0px 40px;
        width: calc(1875px + 80px);
    }
}

@media (max-width: 1023px) {
    .overlay-content {
        padding: 50px 100px 50px 50px;
    }

    .close-btn {
        top: 45px;
        right: 45px;
    }
}

@media (max-width: 767px) {
    #MeetTeamScroll .scroll-content {
        padding: 0px 15px;
        width11: calc(1875px + 30px);
		width: max-content;
    }

    .overlay-content {
        padding: 30px 40px;
    }

    .overlay-content p {
        font-size: 17px;
        line-height: 22px;
    }

    .close-btn {
        top: -30px;
        right: -25px;
        border-radius: 50px;
        overflow: hidden;
    }

    .close-btn span {
        border-radius: 50px;
    }
}

/* FEATURED INSIGHTS */

#Featured-Insights-Intro {
    display: flex;
    flex-direction: row;
    padding: 110px 0px 30px;
}

#content-sec-7 .text-override h2 {
    margin-bottom: 0px;
}

#Featured-Insights #featured-content {
    display: flex;
    gap: 10px;
}

#Featured-Insights .item {
    display: inline-block;
    width: 25%;
    height: 525px;
    position: relative;
    overflow: hidden;
}

#Featured-Insights .item:after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #a32020;
    position: absolute;
}

#Featured-Insights .item img {
    transition: all 0.5s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#Featured-Insights .item:hover img {
    transform: scale(1.1);
}

#Featured-Insights .text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px 30px 30px;
    color: #fff;
    max-height: 132px;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
}

#Featured-Insights .text .slug {
    font-size: 12px;
}

#Featured-Insights .text .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
    min-height: 48px;
}

#Featured-Insights .text .description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#Featured-Insights .text a {
    bottom: 30px;
    left: 30px;
    font-weight: bold;
    font-size: 16px;
    background-image: url(/content/dam/pwc/15/en/cities/media/images/sa-me-hp-arrow-white.svg);
    background-size: 16%;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-right: 25px;
    transition: all 0.5s;
}

#Featured-Insights .text a:hover {
    padding-right: 30px;
}

#Featured-Insights .item:hover .text {
    background-color: #a32020;
    max-height: 325px;
}

/* Mobile */

@media (max-width: 1199px) {
    #Featured-Insights .item .text {
        padding: 15px 15px 30px;
    }

    #Featured-Insights .item:hover .text {
        max-height: 375px;
        padding: 15px 15px 30px;
    }
}

@media (max-width: 991px) {
    #Featured-Insights #featured-content {
        flex-wrap: wrap;
    }

    #Featured-Insights .item {
        width: calc(50% - 5px);
    }

    #Featured-Insights .text {
        max-height: 125px;
    }
}

@media (max-width: 550px) {
    #Featured-Insights .item {
        height: 325px;
    }

    #Featured-Insights .item .text {
        height: 175px;
        background-color: #a32020;
        max-height: none;
        width: 100%;
    }

    #Featured-Insights .item:hover .text {
        height: 175px;
    }

    #Featured-Insights .text .title {
        font-size: 18px;
        line-height: 22px;
    }

    #Featured-Insights .text .description {
        display: none;
    }

    #Featured-Insights .text .readmore {
        position: absolute;
        bottom: 20px;
    }

    #Featured-Insights .text a {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    #Featured-Insights .text .title {
        font-size: 16px;
        line-height: 20px;
    }
}

/* SIGN UP */

#Signup {
    background-color: #464646;
    color: #fff;
    padding: 70px 0;
    background-image: url("/content/dam/pwc/15/en/cities/media/images/sa-me-cp-explore-insights.png");
    background-repeat: no-repeat;
    background-position: 80% 50%;
    background-size: 25%;
}

#Signup .signup-left {
    width: calc(100% - 400px);
}

@media (max-width: 730px) {
    #Signup .signup-left {
        width: 100%;
    }
}

/* INBOLD VIDEOS */

#InBoldPodcast {
    padding: 80px 0px;
}

#InBoldPodcast .video-list {
    display: flex;
    gap: 50px;
}

#InBoldPodcast .video-link {
    cursor: pointer;
    width: 33.3%;
}

#InBoldPodcast .video-link:hover {
    text-decoration: none;
}

#InBoldPodcast .video-link .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

#InBoldPodcast .video-link:hover .title {
    color: #a32020;
}

#InBoldPodcast img {
    max-width: 100%;
}

#InBoldPodcast #podcast-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

#InBoldPodcast #podcast-lightbox.active {
    visibility: visible;
    opacity: 1;
}

#InBoldPodcast .lightbox-content {
    position: relative;
    background: #000;
    max-width: 80%;
    width: 800px;
    aspect-ratio: 16/9;
    transform: translateY(80px);
    opacity: 0;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

#InBoldPodcast #podcast-lightbox.active .lightbox-content {
    transform: translateY(0);
    opacity: 1;
}

#InBoldPodcast .close-lightbox {
    position: absolute;
    top: -25px;
    right: -25px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 767px) {
    #InBoldPodcast .lightbox-content {
        width: 90%;
    }

    #InBoldPodcast .video-link .title {
        font-size: 18px;
        line-height: 22px;
    }

    #InBoldPodcast .video-list {
        gap: 25px;
    }
}

@media (max-width: 599px) {
    #InBoldPodcast .video-list {
        flex-direction: column;
    }

    #InBoldPodcast .video-link {
        width: 100%;
    }

    #InBoldPodcast img {
        width: 100%;
    }

    #InBoldPodcast .video-link:not(:last-child) {
        margin-bottom: 40px;
    }
}

/* LIVE TABS */

#LiveTabs {
    padding: 80px 0px;
}

/* Desktop tabs */

#LiveTabs .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

#LiveTabs .tab-button {
    padding: 0px 10px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: background 0.3s;
    width: calc((100% - 120px) / 5);
    line-height: 24px;
}

#LiveTabs .tab-button.active {
    color: #a32020;
    border-color: #a32020;
    font-weight: bold;
}

@media (max-width: 1199px) {
    #LiveTabs .tab-button {
        width: initial;
        padding: 0px 30px;
    }

    #LiveTabs .tab-button::after {
        content: attr(data-label);
        font-weight: bold;
        visibility: hidden;
        display: block;
        height: 0;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    #LiveTabs .tabs {
        gap: 15px;
    }

    #LiveTabs .tab-button {
        padding: 0px 15px;
    }

    #LiveTabs .tabs {
        flex-wrap1: nowrap;
        white-space: nowrap;
    }

    #LiveTabs .tabs-wrapper {
        overflow-x: auto;
    }
}

/* Content container */

#LiveTabs .tab-content-container {
    position: relative;
    overflow: hidden;
    transition: height 0.3s ease;
}

#LiveTabs .tab-contents {
    position: relative;
}

#LiveTabs .tab-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 0;
    display: flex;
    gap: 40px;
}

#LiveTabs .tab-content .tab-cols-left {
    width: 66.6%;
}

#LiveTabs .tab-content .tab-cols-right {
    width: 33.3%;
}

#LiveTabs .tab-content img {
    max-width: 100%;
    height: auto;
}

#LiveTabs .tab-content.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

/* Responsive behavior */

@media (max-width: 680px) {
    #LiveTabs .tab-content {
        flex-direction: column;
    }

    #LiveTabs .tab-content .tab-cols-left {
        width: 100%;
        order: 2;
    }

    #LiveTabs .tab-content .tab-cols-right {
        width: 100%;
        order: 1;
    }
}

/* SLIDESHOWS */

#LiveTabs .slideshow {
    max-width: 800px;
    margin: 0px auto;
}

#LiveTabs .slides {
    position: relative;
    width: 100%;
}

#LiveTabs .slide {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.8s ease-in-out;
}

#LiveTabs .slide.active {
    opacity: 1;
    z-index: 1;
    position: relative;
}

#LiveTabs .slideshow img {
    width: 100%;
    height: auto;
    display: block;
}

#LiveTabs .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.25em 0.5em;
    cursor: pointer;
    z-index: 2;
    user-select: none;
    transition: background-color 0.3s ease;
}

#LiveTabs .arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#LiveTabs .arrow.left {
    left: 0px;
}

#LiveTabs .arrow.right {
    right: 0px;
}

#LiveTabs .indicators {
    text-align: center;
    margin-top: 20px;
}

#LiveTabs .indicators span {
    display: inline-block;
    width: 60px;
    height: 4px;
    margin: 0 2px;
    background: #cccccc;
    opacity: 0.5;
    transition:
        background-color 0.3s,
        opacity 0.3s;
    cursor: pointer;
    border-radius: 5px;
}

#LiveTabs .indicators span.active {
    background: #a32020;
    opacity: 1;
}

#LiveTabs .slideshow .arrow img {
    width: 20px;
    position: relative;
    transition: all 0.3s;
}

#LiveTabs .arrow.left img {
    left: 0px;
}

#LiveTabs .arrow.left:hover img {
    left: -5px;
}

#LiveTabs .arrow.right img {
    right: 0px;
}

#LiveTabs .arrow.right:hover img {
    right: -5px;
}

/* IN THE NEWS */

#InTheNews {
    padding: 80px 0px;
}

#InTheNews .container {
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0;
}

#InTheNews .entry {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    width: 25%;
    border-left: solid 4px #a32020;
    padding-left: 20px;
    padding-right: 30px;
}

#InTheNews .date {
    font-size: 14px;
    margin-bottom: 5px;
}

#InTheNews .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 10px;
    transition: color 0.3s;
}

#InTheNews .entry:hover .title {
    color: #a32020;
}

#InTheNews .title.arabic {
    font-size: 24px;
    text-align: right;
	line-height: 1.2;
}

#InTheNews .location {
    font-size: 16px;
	text-transform: lowercase;
}

/* Optional: transition for smoother visual change */

#InTheNews .title {
    transition: height 0.2s ease;
}

/* Mobile styles */

@media (max-width: 767px) {
    #InTheNews .container {
        flex-direction: column;
    }

    #InTheNews .entry {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
        max-width: 600px;
    }

    /* Turn off JS-based height override (optional for visual clarity) */

    #InTheNews .title {
        height: auto !important;
    }
}

/* GET IN TOUCH NEW */

:root {
    --contact-block-max-width: 1370px;
    --contact-row-gap: 20px;
    --contact-column-gap: 15px;
    --contact-card-size: 120px;
}

#GetInTouch {
    padding: 80px 0 120px !important;
    max-width: 1120px;
}

#GetInTouch h2 {
    margin-bottom: 40px;
}

#GetInTouch .overlay {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: white;
    border-top: 8px solid #a32020;
    padding: 20px;
    padding-bottom: 60px;
    transition: bottom 0.4s ease-in-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
    /* Above backdrop */
    border-radius: 10px 10px 0 0;
}

#GetInTouch .overlay.active {
    display: block;
    bottom: 0;
}

/* .close-btn {
    position: absolute;
    top: 10px;
    right: 85px;
    font-size: 21px;
    border: 1px solid #909090;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
} */

#GetInTouch .open-btn {
    position: static;
    padding: 10px 20px;
    background: #a32020;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

#GetInTouch .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Dark Transparent */
    display: none;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#GetInTouch .backdrop.active {
    display: block;
    opacity: 1;
}

#GetInTouch .container-fluid {
    margin-top: 30px;
}

#GetInTouch .column {
    padding: 20px;
    background: #444;
    border-radius: 5px;
    text-align: center;
    color: white;
}

/* Style for B3 */

#GetInTouch .column.b3 {
    background: #ff9800;
    color: black;
    font-weight: bold;
}

#GetInTouch .contact-display {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33.33% - 10px), 1fr));
    grid-gap: var(--contact-row-gap) var(--contact-column-gap);
    width: 100%;
    max-width: var(--contact-block-max-width);
    margin: auto;
}

#GetInTouch .contact-card {
    display: flex;
    width: 100%;
    height: var(--contact-card-size);
    align-items: stretch;
    padding-top: 25px;
    margin-bottom: 20px;
}

#GetInTouch .contact-card .image {
    width: var(--contact-card-size);
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#GetInTouch .standard-spacing img {
    margin-top: 0px;
}

#GetInTouch .contact-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#GetInTouch .contact-card .info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#GetInTouch .contact-card .info .top {
    flex-grow: 1;
}

#GetInTouch .contact-card .info .bottom {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-top: 5px;
}

#GetInTouch .contact-card .info p {
    margin: 0;
    line-height: 24px;
}

#GetInTouch .contact-card:hover {
    cursor: pointer;
}

#GetInTouch .contact-card:hover .info .contact-name {
    color: #a32020;
}

#GetInTouch a:hover {
    text-decoration: none;
}

#GetInTouch .contact-social-info a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

#GetInTouch .contact-social-info a:hover {
    color: #007bff;
}

#GetInTouch .contact-social-info img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#GetInTouch .contact-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

#GetInTouch a:hover .contact-name {
    text-decoration: underline;
    color: #a32020;
}

#GetInTouch .getin-touchd {
    width: 80%;
    color: black;
    padding-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;
}

@media (max-width: 768px) {
    #GetInTouch .contact-display {
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }

    #GetInTouch .overlay {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 80vh;
        background: white;
        border-top: 10px solid #a32020;
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 60px;
        transition: bottom 0.4s ease-in-out;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
        display: none;
        z-index: 999;
        border-radius: 10px 10px 0 0;
        overflow: scroll;
    }

    /* .close-btn {
        position: absolute;
        top: 20px;
        right: 25px;
        font-size: 14px;
        border: 1px solid #909090;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    } */
}

@media (max-width: 1000px) {
    #GetInTouch .contact-display {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
        grid-gap: 10px 10px;
    }
}

@media (max-width: 768px) {
    #GetInTouch .contact-display {
        grid-template-columns: 1fr;
        grid-gap: 10px 10px;
    }

    #GetInTouch .contact-social-info a {
        display: inline-flex;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    #GetInTouch .contact-card .info .bottom {
        display: flex;
        justify-content: flex-start;
        width: 40%;
    }
}

@media (max-width: 767px) {
    #GetInTouch {
        padding: 60px 15px 80px !important;
    }

    #GetInTouch h2 {
        font-size: 32px;
    }
}

/* MAPS */

#Maps,
#Maps h2 {
    color: #fff;
}

#Maps {
    display: flex;
    min-height: 465px;
}

#Maps .maps-info {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: calc((100vw - 1120px) / 2);
}

#Maps .maps-info > div {
    width: 320px;
}

#Maps .maps-info p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

#Maps .maps-info h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

#Maps .maps-info .maps-tel {
    font-weight: bold;
}

#Maps .maps-info .maps-tel:before {
    content: url("/content/dam/pwc/15/en/cities/media/images/sa-me-hp-phone-white.svg");
    width: 20px;
    margin-right: 10px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    top: 2px;
}

#Maps .maps-display {
    width: 100vw;
}

#Maps .maps-display iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    #Maps .maps-info {
        padding-left: 40px;
        width: 480px;
    }

    #Maps .maps-info > div {
        width: initial;
    }

    #Maps .maps-display {
        width: calc(100% - 400px);
    }
}

@media (max-width: 767px) {
    #Maps {
        flex-direction: column;
    }

    #Maps .maps-info {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #Maps .maps-display {
        width: 100%;
        height: 400px;
    }

    #Maps .maps-info h2 br {
        display: none;
    }
}

/* OFFICES */

#ExploreOffices {
    padding: 80px 0;
}

#ExploreOffices .officeList {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#ExploreOffices .office {
    width: calc((100% - 80px) / 3);
    position: relative;
}

#ExploreOffices img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#ExploreOffices .title {
    font-size: 24px;
    line-height: 65px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #fff;
}

#ExploreOffices .title:after {
    content: url("/content/dam/pwc/15/en/cities/media/images/sa-me-cp-chevron-right-white.svg");
    width: 10px;
    display: inline-block;
    margin-left: 5px;
    transition: margin-left 0.3s;
}

#ExploreOffices .office:hover .title:after {
    margin-left: 10px;
}

.bottom.contact-social-info > a > img {
    width: 30px !important;
}
 
#GetInTouch .contact-card .info .bottom {
    justify-content: flex-start;
    max-width: 90px;
}

@media (max-width: 991px) {
    #ExploreOffices .office {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    #ExploreOffices .officeList {
        gap: 15px;
    }

    #ExploreOffices .office {
        width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 550px) {
    #ExploreOffices .title {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (orientation: portrait) {
 section#title {
    height: 50vh !important;
  }
}
