.page-template-page-ai-hub {
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
}
.page-template-page-ai-hub section {
    margin-bottom: 0;
}
.big-bar {
    width: 60px;
    height: 5px;
    display: block;
    margin: 0;
    background: #FFD13F;
}
.text-center .big-bar {
    margin-left: auto;
    margin-right: auto;
}
.text-center h3 {
    margin: 0 0 16px;
}
.carousel-container .owl-dots,
.carousel-container .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.carousel-container .owl-stage {
    display: flex;
}
.carousel-container .swiper-pagination-bullet,
.carousel-container .owl-dots .owl-dot {
    border-radius: 0;
    width: 31px;
    height: 5px;
    font-size: 0;
    border: none;
    margin: 0 !important;
    padding: 0;
    opacity: 0.25;
}
.carousel-container .swiper-pagination-bullet,
.carousel-container:not(.pubm-aihub__resources-carousel) .owl-dots .owl-dot {
    background-color: #39BADD;
}
.pubm-aihub__resources-carousel .owl-dots .owl-dot {
    background-color: #fff;
}
.carousel-container .swiper-pagination-bullet.swiper-pagination-bullet-active,
.carousel-container .owl-dots .owl-dot.active {
    opacity: 1;
}
.carousel-container .owl-nav button {
    border: 0;
    position: absolute;
    top: calc(50% - 15px);
    width: 52px;
    height: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.carousel-container .owl-nav button span {
    display: none;
}
.carousel-container .owl-nav .owl-prev {
    background-image: url("/wp-content/uploads/2025/09/thin-arrow-prev.svg");
}
.carousel-container .owl-nav .owl-next {
    background-image: url("/wp-content/uploads/2025/09/thin-arrow-next.svg");
}

/* Hero Section */
.pubm-aihub__hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pubm-aihub__hero h1 {
    line-height: 0.9;
    text-transform: uppercase;
}
.pubm-aihub__hero h2,
.pubm-aihub__hero p {
    width: 100%;
    max-width: 565px;
}
.pubm-aihub__hero h2 {
    font-family: 'TVNordEF-Regular', sans-serif;
}
.pubm-aihub__hero p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

/* Solutions Section */
.pubm-aihub__solutions {
    position: relative;
    z-index: 2;
}
.pubm-aihub__solutions-carousel {
    overflow: visible;
}
.pubm-aihub__solutions-carousel .owl-nav {
    display: none;
}
.pubm-aihub__solutions-carousel .item {
    background: #fff;
    box-shadow: 0 3px 6px #00000029;
    box-sizing: border-box;
    border: 1px solid #FCFCFC;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}
.pubm-aihub__solutions-carousel .item:before,
.pubm-aihub__solutions-carousel .item:after {
    content: '';
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    position: absolute;
    width: 19px;
    height: 19px;
}
.pubm-aihub__solutions-carousel .item:before {
    background-image: url("/wp-content/uploads/2025/09/star-pink.svg");
}
.pubm-aihub__solutions-carousel .item:after {
    background-image: url("/wp-content/uploads/2025/09/star-blue.svg");
}
.pubm-aihub__solutions-carousel .item-1:before {
    top: 50px;
    right: 50px;
    transform: scale(2);
}
.pubm-aihub__solutions-carousel .item-1:after {
    top: 80px;
    right: 25px;
}
.pubm-aihub__solutions-carousel .item-3:before {
    top: 55px;
    transform: scale(1.9);
    right: 32px;
}
.pubm-aihub__solutions-carousel .item-3:after {
    top: 85px;
    right: 44px;
}
.pubm-aihub__solutions-carousel .item-2:before {
    top: 45px;
    right: 50px;
}
.pubm-aihub__solutions-carousel .item-2:after {
    top: 67px;
    transform: scale(1.9);
    right: 27px;
}
@keyframes scaleUpRight {
    0% {
        transform: scale(2) rotate(280deg);
    }
    100% {
        transform: scale(1) rotate(540deg);
    }
}
@keyframes scaleUpLeft {
    0% {
        transform: scale(2) rotate(260deg);
    }
    100% {
        transform: scale(1) rotate(540deg);
    }
}
@keyframes scaleDownRight {
    0% {
        transform: scale(1) rotate(280deg);
    }
    100% {
        transform: scale(2) rotate(540deg);
    }
}
@keyframes scaleDownLeft {
    0% {
        transform: scale(1) rotate(260deg);
    }
    100% {
        transform: scale(1.9) rotate(540deg);
    }
}
.pubm-aihub__solutions-carousel .item-1.animate-in:before {
    animation: scaleDownRight 1s linear forwards;
}
.pubm-aihub__solutions-carousel .item-1.animate-in:after {
    animation: scaleUpRight 1s linear forwards;
}
.pubm-aihub__solutions-carousel .item-3.animate-in:before {
    animation: scaleDownLeft 1s linear forwards;
}
.pubm-aihub__solutions-carousel .item-3.animate-in:after {
    animation: scaleUpRight 1s linear forwards;
}
.pubm-aihub__solutions-carousel .item-2.animate-in:before {
    animation: scaleUpLeft 1s linear forwards;
}
.pubm-aihub__solutions-carousel .item-2.animate-in:after {
    animation: scaleDownLeft 1s linear forwards;
}

.pubm-aihub__solutions-carousel .carousel-label {
    color: #39BADD;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.48px;
    font-family: 'TVNordEF-BlackCon', sans-serif;
}
.pubm-aihub__solutions-carousel h4 {
    font-family: 'TVNordEF-Black', sans-serif;
}
.pubm-aihub__solutions-carousel p {
    margin-bottom: 38px;
}
.pubm-aihub__solutions-carousel .btn-primary {
    border: 0 !important;
    margin-top: auto;
    background: linear-gradient(104deg, #6ea5ff 0%, #6f6cd7 33%, #6ea5ff 66%, #6f6cd7 100%);
    background-size: 200% 100%;
    background-position: right center;
    position: relative;
}
.pubm-aihub__solutions-carousel .btn-primary:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    opacity: 1;
    transition: opacity .3s ease;
}
.pubm-aihub__solutions-carousel .btn-primary .btn-inner-text {
    background: linear-gradient(90deg, rgba(110, 165, 255, 1) 0%, rgba(111, 108, 215, 1) 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    transition: all .3s ease;
}
.pubm-aihub__solutions-carousel .btn-primary .btn-inner-shimmer {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    z-index: 3;
    pointer-events: none;
    opacity: 0;
}
@keyframes shimmer {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.pubm-aihub__solutions-carousel .btn-primary:hover {
    background-position: left center;
    transition: background-position .4s .1s ease;
}
.pubm-aihub__solutions-carousel .btn-primary:hover:before {
    opacity: 0;
}
.pubm-aihub__solutions-carousel .btn-primary:hover .btn-inner-shimmer {
    animation: shimmer 1.5s forwards;
    opacity: 1;
}
.pubm-aihub__solutions-carousel .btn-primary:hover .btn-inner-text {
    background: none;
    -webkit-text-fill-color: #fff;
}
.pubm-aihub__solutions-carousel .btn-primary:focus {
    outline: none;
    border-color: inherit;
    box-shadow: none;
}

/* Videos Section */
.pubm-aihub__videos {
    position: relative;
}
.pubm-aihub__videos:before {
    content: '';
    background-image: url("/wp-content/uploads/2025/09/bg-lines.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}
.pubm-aihub__videos-carousel:not(.owl-loaded) {
    opacity: 0;
}
.pubm-aihub__videos-carousel {
    position: relative;
    overflow: hidden;
    transition: opacity .3s ease;
}
.pubm-aihub__videos-carousel .owl-stage {
    justify-content: center;
    transition-timing-function: ease-in-out;
}
.pubm-aihub__videos-carousel .owl-item .video-box {
    position: relative;
}
.pubm-aihub__videos-carousel .owl-item .video-box:after {
    content: '';
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1;
}
.pubm-aihub__videos-carousel .owl-item:not(.center) .video-box:after {
    opacity: 0.62;
    transition: opacity .3s ease-in-out;
    z-index: 1;
}
.pubm-aihub__videos-carousel .play-btn {
    background: url("/wp-content/themes/pubmatic/imgs/cta-video-play.svg") no-repeat 50% 50%;
    background-size: 60px auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pubm-aihub__videos-carousel .video-card,
.pubm-aihub__videos-carousel .video-card-back {
    color: #fff;
    background: linear-gradient(90deg, #39BADD 0%, #6F6CD7 100%);
    box-shadow: 0 3px 6px #00000029;
}
.pubm-aihub__videos-carousel .video-card h3,
.pubm-aihub__videos-carousel .video-card-back h3 {
    color: #fff;
    font-family: 'TVNordEF-Black', sans-serif;
    font-size: 26px;
    line-height: 1.25;
}
.pubm-aihub__videos-carousel .video-card p:last-of-type,
.pubm-aihub__videos-carousel .video-card-back p:last-of-type {
    margin-bottom: 0;
}

/* Features Section */
.pubm-aihub__features .feature-boxes {
    display: flex;
    flex-wrap: wrap;
}
.pubm-aihub__features .feature-boxes:before {
    display: none;
}
.pubm-aihub__features .feature-box {
    color: #04111A;
    width: 100%;
}
.pubm-aihub__features .feature-box figure {
    height: 54px;
    opacity: 0;
    transform: translateY(20px);
}
.pubm-aihub__features .feature-box figure img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.pubm-aihub__features .feature-box h4 {
    font-size: 26px;
    line-height: 1.25;
    font-family: 'TVNordEF-Black', sans-serif;
    margin: 23px 0 9px;
    opacity: 0;
    transform: translateY(20px);
}
.pubm-aihub__features .feature-box p {
    margin-bottom: 0;
    opacity: 0;
    transform: translateY(20px);
}
.pubm-aihub__features .feature-box.animate-in figure,
.pubm-aihub__features .feature-box.animate-in h4,
.pubm-aihub__features .feature-box.animate-in p {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease-in-out;
}
.pubm-aihub__features .feature-box.animate-in h4 {
    transition-delay: .3s;
}
.pubm-aihub__features .feature-box.animate-in p {
    transition-delay: .6s;
}

/* Testimonials/Resources Section */
@keyframes starSpin {
    from {
        transform: rotate(0deg) scale(0.85);
    }
    to {
        transform: rotate(270deg) scale(1);
    }
}
.pubm-aihub__resources {
    color: #fff;
    background: linear-gradient(to bottom, #5755b2 0%, #6ea5ff 100%);
    position: relative;
}
.pubm-aihub__resources:before {
    content: '';
    background: url("/wp-content/uploads/2025/09/star-blue.svg") no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
}
.pubm-aihub__resources.animate-in:before {
    animation: starSpin .7s ease-in-out 1 forwards;
}
.pubm-aihub__resources:after {
    content: '';
    background-image: url("/wp-content/uploads/2025/09/Line-BG.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.pubm-aihub__resources .container,
.pubm-aihub__resources-carousel {
    position: relative;
    z-index: 1;
}
.pubm-aihub__resources .container p {
    margin-top: 30px;
    margin-bottom: 0;
}
.testimonial-item {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}
.testimonial-item-inner {
    border: 2px solid #fff;
    padding: 35px 65px 40px 35px;
}
.testimonial-item p {
    position: relative;
    margin-top: 55px;
}
.testimonial-item p:before {
    content: '“';
    position: relative;
    right: auto;
    left: -9px;
    z-index: 5;
    line-height: 0;
    font-size: 150px;
    display: block;
    color: #4FC8ED;
}
.testimonial-item .quote-author * {
    display: block;
}
.testimonial-item .quote-author figure {
    width: 100%;
    height: 40px;
}
.testimonial-item .quote-author figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.testimonial-item .quote-author strong {
    font-weight: normal;
    font-family: 'TVNordEF-Bold', sans-serif;
}
.resource-item {
    color: #fff !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    text-decoration: none !important;
}
.resource-item:before {
    content: '';
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 0;
}
.resource-item * {
    position: relative;
    z-index: 1;
}
.resource-item strong {
    font-family: 'TVNordEF-Black', sans-serif;
    font-weight: normal;
    display: block;
}

/* Contact Section */
.pubm-aihub__contact-wave {
    position: absolute;
    right: 0;
    pointer-events: none;
}
.pubm-aihub__contact-wave svg {
    opacity: 0.8;
}
.pubm-aihub__contact .container {
    position: relative;
    z-index: 2;
}
.pubm-aihub__contact {
    position: relative;
    margin: 0;
    padding: 50px 0;
    background: url("../../imgs/solution-contact-bg.png") center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.pubm-aihub__contact-wave {
    width: 590px;
    top: 0; bottom: 0;
}
.pubm-aihub__contact-wave svg {
    height: auto;
    mix-blend-mode: overlay;
}
.pubm-aihub__contact .container[data-layout="three"] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.pubm-aihub__contact .container[data-layout="three"]:before,
.pubm-aihub__contact .container[data-layout="three"]:after {
    display: none;
    content: inherit;
}
.pubm-aihub__contact .container[data-layout="three"] iframe {
    max-width: 829px;
}
.pubm-aihub__contact h3 {
    margin: 18px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 0.9;
}

@media (min-width: 768px) {
    .pubm-aihub__hero-video {
        object-fit: cover;
        object-position: calc(50% - 50px) 50%;
    }
    .pubm-aihub__hero-fallback-bg {
        background-size: cover !important;
    }
    .pubm-aihub__hero-video,
    .pubm-aihub__hero-fallback-bg {
        background-color: #021625;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .pubm-aihub__hero-img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        transform: translateY(30px);
    }
    .pubm-aihub__hero.is-loaded .pubm-aihub__hero-img-wrap {
        opacity: 1;
        transform: translateY(0);
        transition: all .7s ease-in-out;
    }
    .pubm-aihub__hero-img {
        position: absolute;
        left: 0;
        bottom: 0;
        height: calc(85% + 20px);
        width: calc(100% + 60px);
        background-size: auto 100% !important;
    }
    .pubm-aihub__hero {
        height: 760px;
        padding: 100px 0;
        background-image: none !important;
    }
    .pubm-aihub__hero h1 {
        margin: 0 0 25px;
        font-size: 64px;
        letter-spacing: 1.28px;
    }
    .pubm-aihub__hero h2 {
        font-size: 26px;
        line-height: 1.45;
        margin: 30px 0 13px;
    }
    .pubm-aihub__solutions {
        margin-top: -43px;
    }
    .pubm-aihub__solutions-carousel {
        padding-bottom: 55px;
    }
    .pubm-aihub__solutions-carousel .item {
        padding: 47px 40px 40px;
        width: 560px;
        opacity: 0;
        transform: translateY(30px);
        transition: all .4s ease-in-out;
    }
    .pubm-aihub__solutions-carousel .item.animate-in {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s ease-in-out;
    }
    .pubm-aihub__solutions-carousel h4 {
        font-size: 32px;
        line-height: 40px;
        margin: 10px 50px 20px 0;
    }
    .pubm-aihub__videos-carousel .owl-nav .owl-prev,
    .pubm-aihub__resources-carousel .owl-nav .owl-prev {
        right: calc(100% - 60px);
    }
    .pubm-aihub__videos-carousel .owl-nav .owl-next,
    .pubm-aihub__resources-carousel .owl-nav .owl-next {
        left: calc(100% - 60px);
    }
    .pubm-aihub__videos .container h3,
    .pubm-aihub__features .container h3 {
        letter-spacing: 1px;
    }
    .pubm-aihub__features {
        padding: 0 0 125px;
    }
    .pubm-aihub__features .feature-boxes {
        gap: 0 60px;
        padding-top: 48px;
    }
    .pubm-aihub__features .feature-box {
        max-width: calc(33.33% - 40px);
    }
    .pubm-aihub__resources {
        padding: 85px 0;
    }
    .pubm-aihub__resources:before {
        width: 62px;
        height: 62px;
        top: -31px;
        left: calc(50% - 31px);
    }
    .pubm-aihub__resources:after {
        background-size: auto 1639px;
    }
    .pubm-aihub__resources-carousel .owl-nav {
        opacity: 0;
    }
    .pubm-aihub__resources-carousel.animate-in .owl-nav {
        opacity: 1;
        transition: opacity .3s 1.5s ease-in-out;
    }
    .pubm-aihub__resources-carousel {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .pubm-aihub__resources-carousel .testimonial-item,
    .pubm-aihub__resources-carousel .resource-item {
        width: 676px;
        transform: scale(0.9);
        opacity: 0.5;
        transition: all .5s ease-in-out;
    }
    .pubm-aihub__resources-carousel .owl-item.center .testimonial-item,
    .pubm-aihub__resources-carousel .owl-item.center .resource-item {
        transform: scale(1);
        opacity: 1;
        transition: all .5s ease-in-out;
    }
    /*.pubm-aihub__resources-carousel .owl-stage {*/
    /*    transition: transform 0.8s ease !important;*/
    /*}*/
    .pubm-aihub__resources-carousel .owl-item {
        opacity: 0;
        transform: translateY(30px);
    }
    .pubm-aihub__resources-carousel.animate-in .owl-item {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s ease-in-out;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-item.active.center {
        transition-delay: .3s;
    }
    .pubm-aihub__resources-carousel.animate-in .owl-item:not(.active):not(.center) {
        transition-delay: .6s;
    }
    .pubm-aihub__resources-carousel.animate-in .owl-item.active:not(.center) {
        transition-delay: .9s;
    }
    .pubm-aihub__resources-carousel .owl-item:not(.center) .video-item {
        opacity: 0.5;
    }
    .resource-item {
        font-size: 32px;
        line-height: 40px;
    }
    .resource-item:after {
        content: '';
        background: #003B5C;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 0;
        transition: opacity .3s ease-in-out;
    }
    .resource-item:hover:after {
        opacity: 0.4;
        transition: opacity .3s ease-in-out;
    }
    .resource-item strong {
        margin-top: 18px;
    }
    .testimonial-item {
        font-size: 26px;
        line-height: 37px;
        padding: 32px 30px;
    }
    .testimonial-item .quote-author {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 1.44px;
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .pubm-aihub__hero h1,
    .pubm-aihub__hero h2 {
        max-width: 700px;
    }
    .pubm-aihub__hero p {
        max-width: 675px;
    }
    .pubm-aihub__videos {
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .pubm-aihub__videos:before {
        bottom: -100px;
        height: 1395px;
        background-position: 68.5% 100%;
    }
    .pubm-aihub__videos-carousel .owl-nav {
        opacity: 0;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-nav {
        opacity: 1;
        transition: opacity .3s 1.5s ease-in-out;
    }
    /*.pubm-aihub__videos-carousel .owl-stage {*/
    /*    transition: transform 0.8s ease !important;*/
    /*}*/
    .pubm-aihub__videos-carousel .owl-item .video-item {
        width: 790px;
        position: relative;
        transition: all .5s ease-in-out;
    }
    .pubm-aihub__videos-carousel .owl-item.center .video-item {
        width: 940px;
        padding-right: 150px;
    }
    .pubm-aihub__videos-carousel .owl-item:not(.center) .video-item {
        transform: scale(0.9);
    }
    .pubm-aihub__videos-carousel .owl-item {
        opacity: 0;
        transform: translateY(30px);
        transition: all .4s ease-in-out;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-item {
        opacity: 1;
        transform: translateY(0);
        transition: all .4s ease-in-out;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-item.active.center {
        transition-delay: .3s;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-item:not(.active):not(.center) {
        transition-delay: .6s;
    }
    .pubm-aihub__videos-carousel.animate-in .owl-item.active:not(.center) {
        transition-delay: .9s;
    }
    .pubm-aihub__videos-carousel .owl-item:not(.center) .video-item {
        opacity: 0.5;
    }
    .pubm-aihub__videos-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 48px;
    }
    .pubm-aihub__videos-carousel .video-card,
    .pubm-aihub__videos-carousel .video-card-back {
        position: absolute;
        right: 0;
        top: -43px;
        padding: 43px 41px 41px 25px;
        width: 375px;
        opacity: 0;
        z-index: 1;
        transition: all .5s ease-in-out;
    }
    .pubm-aihub__videos-carousel .owl-item:not(.center) .video-card {
        transform: scale(0.7);
        transform-origin: 50% 50%;
    }
    .pubm-aihub__videos-carousel .video-card-back {
        z-index: -1;
    }
    .pubm-aihub__videos-carousel .owl-item.center .video-card {
        opacity: 1;
        transform: scale(1);
        transition-delay: .3s;
    }
    .pubm-aihub__videos-carousel .owl-item.center .bring-card .video-card {
        opacity: 0;
    }
    .pubm-aihub__videos-carousel .owl-item.center .bring-card .video-card-back {
        opacity: 1;
    }
    .pubm-aihub__videos-carousel .video-card h3,
    .pubm-aihub__videos-carousel .video-card-back h3 {
        letter-spacing: 0.72px;
        margin: 17px 0 23px;
    }
    .pubm-aihub__resources-carousel .owl-nav .owl-prev {
        right: calc(((100vw - 676px) / 2) + 676px + 42px);
    }
    .pubm-aihub__resources-carousel .owl-nav .owl-next {
        left: calc(((100vw - 676px) / 2) + 676px + 42px);
    }
}

@media (min-width: 1200px) {
    .pubm-aihub__videos-carousel .owl-item .video-item {
        width: 908px;
        position: relative;
    }
    .pubm-aihub__videos-carousel .owl-item.center .video-item {
        width: 1140px;
        padding-right: 232px;
    }
}

@media (min-width: 1360px) {
    .pubm-aihub__videos-carousel .owl-nav .owl-prev {
        right: calc(((100vw - 1140px) / 2) + 1140px + 55px);
    }
    .pubm-aihub__videos-carousel .owl-nav .owl-next {
        left: calc(((100vw - 1140px) / 2) + 1140px + 55px);
    }
}

@media (max-width: 991px) {
    .pubm-aihub__videos {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pubm-aihub__videos:before {
        bottom: -45px;
        height: 698px;
        background-position: 54% 100%;
    }
    .pubm-aihub__videos-carousel {
        margin-top: 32px;
        padding-bottom: 40px;
    }
    .pubm-aihub__videos-carousel .video-card-back {
        display: none;
    }
    .pubm-aihub__videos-carousel .video-card {
        padding: 43px 25px;
        width: 100%;
    }
    .pubm-aihub__videos-carousel .video-card h3 {
        letter-spacing: 0.6px;
        margin: 23px 0 16px;
    }
    .pubm-aihub__videos-carousel .owl-nav {
        display: none !important;
    }
    .pubm-aihub__contact .container[data-layout="three"] {
        flex-direction: column;
    }
    .pubm-aihub__contact .container[data-layout="three"] iframe {
        max-width: 100%;
    }
    .pubm-aihub__contact h3 {
        margin: 12px 0 32px;
        font-size: 30px;
        line-height: 34px;
    }
    .pubm-aihub__contact-wave {
        text-align: right;
    }
    .pubm-aihub__contact-wave svg {
        width: auto;
        height: 300px;
    }
}

@media (max-width: 767px) {
    .pubm-aihub__hero {
        position: relative;
        height: auto;
        padding: calc(116vw - 30px) 0 125px;
        background-color: #021625;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 114vw;
    }
    .pubm-aihub__hero-video,
    .pubm-aihub__hero-img-wrap,
    .pubm-aihub__hero-fallback-bg {
        display: none;
    }
    .pubm-aihub__hero:after {
        content: '';
        display: block;
        width: 100%;
        height: 20vw;
        position: absolute;
        right: 0; left: 0;
        top: 95vw;
        z-index: 2;
        pointer-events: none;
        background: transparent linear-gradient(180deg, rgba(2, 22, 37, 0) 0%, rgba(2, 22, 37, 1) 81%, rgba(2, 22, 37, 1) 100%) 0% 0% no-repeat padding-box;
    }
    .pubm-aihub__hero .container {
        width: 100%;
    }
    .pubm-aihub__hero h1 {
        position: relative;
        margin: 0 0 32px;
        line-height: 0.9;
        font-size: 42px;
        letter-spacing: 1px;
        z-index: 3;
    }
    .pubm-aihub__hero h2 {
        margin: 14px 0 30px;
    }
    .pubm-aihub__hero h2,
    .pubm-aihub__hero p {
        font-family: 'TVNordEF-Regular', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
    }
    .pubm-aihub__solutions {
        margin-top: -90px;
        overflow: hidden;
    }
    .pubm-aihub__solutions-carousel {
        padding-bottom: 40px
    }
    .pubm-aihub__solutions-carousel .item {
        padding: 34px 25px 40px;
        height: 100%;
    }
    .pubm-aihub__solutions-carousel h4 {
        font-size: 28px;
        line-height: 34px;
        margin: 9px 54px 24px 0;
    }
    .pubm-aihub__features {
        padding: 0 0 70px;
    }
    .pubm-aihub__videos .container h3,
    .pubm-aihub__features .container h3 {
        font-size: 30px;
        line-height: 27px;
    }
    .pubm-aihub__features .feature-boxes {
        gap: 39px 0;
        padding-top: 39px;
    }
    .pubm-aihub__resources-carousel .owl-nav {
        display: none !important;
    }
    .pubm-aihub__resources {
        padding: 55px 0 50px;
    }
    .pubm-aihub__resources .container h3 {
        font-size: 30px;
        line-height: 0.9;
    }
    .pubm-aihub__resources:before {
        width: 40px;
        height: 40px;
        top: -20px;
        left: calc(50% - 20px);
    }
    .pubm-aihub__resources:after {
        background-size: 100% 698px;
    }
    .pubm-aihub__resources-carousel {
        padding: 40px 17px;
        overflow: hidden;
    }
    .resource-item {
        font-size: 21px;
        line-height: 28px;
        padding-left: 23px;
        padding-right: 23px;
    }
    .resource-item strong {
        margin-top: 11px;
    }
    .testimonial-item {
        font-size: 18px;
        line-height: 27px;
        padding: 16px;
    }
    .testimonial-item .quote-author {
        font-size: 15px;
        line-height: 1;
        letter-spacing: 1.2px;
    }
    .pubm-aihub__contact h3 {
        margin: 12px 0 20px;
    }
    .pubm-aihub__contact h3 br {
        display: none;
    }
}

@media (max-width: 379px) {
    .pubm-aihub__hero:after {
        top: calc(116vw - 70px);
    }
}