.hp-hero {
    background: url('/wp-content/themes/thetaray/css/../images/main-hero-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 193px 0 461px;
    color: #fff;
}

.hp-hero__text-wrapper {
    max-width: 800px;
}

.hp-hero__title {
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
}

.hp-hero__text {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 15px;
    max-width: 400px;
    font-weight: 300;
}

.hp-hero__button {
    margin-top: 43px;
}

.hp-hero__image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 889px;
}

.hp-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home .company {
    margin: 42px 0 0;
}

.home .description-ai {
    margin: 154px 0 0;
}

.home .risk-assessment {
    margin: 70px 0 0;
}

.home .risk-assessment__title {
    font-size: 38px;
}

.home .risk-assessment__tabs {
    margin-top: 43px;
}

.hp-publications {
    padding-top: 380px;
    margin-top: -331px;
}


.hp-publications .publications__list {
    margin-top: 68px;
}

.hp-publications .publications__title {
    max-width: 610px;
    font-size: 38px;
}

.hp-publications .publications__text {
    max-width: 770px;
    margin-top: 25px;
}

.hp-publications .publications__list-item {
    height: 515px !important;
}




.hp-business-impact {
    margin-top: 77px;
}

.hp-business-impact .wrapper {
    padding: 80px 95px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    position: relative;
}

.hp-business-impact .sup-title {
    font-size: 20px;
}

.hp-business-impact__title {
    margin-top: 21px;
    font-size: 38px;
    color: #223a75;
}

.hp-business-impact__list {
    margin-top: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 47px;
}

.hp-business-impact__list-item {
    width: 46%;
}

.hp-business-impact__list-item-icon {
    display: inline-block;
    width: 39px;
}

.hp-business-impact__list-item-icon svg path {
    stroke: #9b4090;
}

.hp-business-impact__list-item-title {
    font-size: 35px;
    font-weight: 400;
    margin-top: 5px;
    color: #223a75;
}

.hp-business-impact__list-item p {
    margin-top: 20px;
    color: #223a75;
}

.hp-business-impact__list-item p:not(:first-of-type) {
    margin-top: 10px;
}

.section-list-pages {
    margin-top: 58px;
}

.section-list-pages__title {
    text-align: center;
    font-size: 38px;
}

.section-list-pages__text {
    margin: 20px auto 0;
    text-align: center;
    max-width: 690px;
    font-size: 16px;
    line-height: 1.5;
}

.list-pages {
    display: flex;
    margin-top: 48px;
    justify-content: space-between;
}

.list-pages__item {
    width: 49%;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #929292;
    overflow: hidden;
    padding: 49px 0 0;
    box-sizing: border-box;
}

.list-pages__item-title {
    font-size: 34px;
    font-weight: 500;
    padding: 0 40px;
}

.list-pages__item p {
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
    font-size: 16px;
    padding: 0 40px;
}

.list-pages__item p strong {
    font-weight: 400;
    font-size: 20px;
}

.list-pages__item p:first-of-type {
    margin-top: 29px;
}

.list-pages__button {
    margin-top: 29px;
}

.list-pages__item-image {
    width: 100%;
    height: 257px;
    overflow: hidden;
    margin-top: 29px;
}

.list-pages__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.hp-our-partners {
    background: url('/wp-content/themes/thetaray/css/../images/hp-our-partners-bg.png'), #F6FAFE;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 89px 0 79px;
    margin-top: 80px;
}

.hp-our-partners__title {
    text-align: center;
    font-size: 38px;
}

.hp-our-partners__list {
    margin: 18px auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 938px;
    gap: 50px 60px;
    justify-content: center;
}


.hp-our-partners__title {
    text-align: center;
    font-size: 38px;
}

.hp-our-partners__list {
    margin: 52px auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 938px;
    gap: 50px 60px;
    justify-content: center;
}

.home .resources {
    margin-top: 134px;
}

.home .resources .sup-title {
    display: none;
}

.home .resources__title {
    margin-top: 19px;
    font-size: 38px;
    text-align: center;
}

.featured-see {
    background:url('/wp-content/themes/thetaray/css/../images/hp-featured-see.png') bottom center, linear-gradient(180deg, #082C62 0%, #0B1D3D 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 79px 0 110px;
    color: #fff;
    text-align: center;
    margin-top: 81px;
}

.featured-see__title {
    text-align: center;
    font-size: 38px;
}

.featured__list-items {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
}

.featured__list-item {
    width: 259px;
    height: 185px;
    border-radius: 30px;
    border: 1px solid  #3888FF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px 30px;
    box-sizing: border-box;
}

.featured__list-item-text {
    text-align: center;
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.5;
}


.featured-see__title:last-of-type {
    margin-top: 159px;
}

.featured-see__button {
    margin: 52px 0 0;
}


@media screen and (min-width: 1540px) {
    .hp-publications .wrapper {
        max-width: 1116px;
    }
}


@media screen and (max-width: 1440px) {
    .hp-hero__text-wrapper {
        padding-left: 100px;
    }
}


@media screen and (max-width: 991px) {
    .hp-hero__title {
        font-size: 32px;
    }

    .hp-hero .wrapper {
        display: flex;
        flex-direction: column;
    }

    .hp-hero__image {
        position: relative;
        margin: 35px -15px 0;
    }

    .hp-hero {
        padding: 110px 0 0;
    }

    .hp-hero__text-wrapper {
        max-width: 77%;
        padding: 0 24px;
    }

    .hp-hero__text {
        font-size: 16px;
        line-height: 1.44;
        margin-top: 12px;
        max-width: 90%;
    }

    .hp-hero__button {
        margin-top: 29px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .home .description-ai {
        margin: 50px 0 0;
    }

    .hp-business-impact {
        margin-top: 60px;
    }

    .hp-business-impact .wrapper {
        padding: 0 15px;
        border-radius: 0;
        box-shadow: none;
    }

    .hp-business-impact .sup-title {
        font-size: 16px;
        line-height: 1.5;
    }

    .hp-business-impact__title {
        font-size: 26px;
        margin-top: 10px;
    }

    .hp-business-impact__list {
        margin-top: 30px;
    }

    .hp-business-impact__list-item {
        width: 100%;
    }

    .hp-business-impact__list-item-title {
        color: #00CFBE;
        font-size: 20px;
        margin-top: 8px;
    }

    .hp-business-impact__list-item p {
        margin-top: 8px;
        font-size: 16px;
    }

    .hp-business-impact__list-item-icon {
        width: 24px;
    }

    .hp-business-impact__list {
        row-gap: 30px;
        margin-left: -15px;
    }

    .hp-business-impact__list-item {
        border-left: 6px solid #00CFBE;
        padding: 4px 12px 4px;
    }

    .hp-business-impact {
        margin-top: 60px;
    }

    .hp-business-impact .wrapper {
        padding: 0 15px;
        border-radius: 0;
        box-shadow: none;
    }

    .hp-business-impact .sup-title {
        font-size: 16px;
        line-height: 1.5;
    }

    .hp-business-impact__title {
        font-size: 26px;
        margin-top: 10px;
    }

    .hp-business-impact__list {
        margin-top: 30px;
    }

    .hp-business-impact__list-item {
        width: 100%;
    }

    .hp-business-impact__list-item-title {
        color: #00CFBE;
        font-size: 20px;
        margin-top: 8px;
    }

    .hp-business-impact__list-item p {
        margin-top: 8px;
        font-size: 16px;
    }

    .hp-business-impact__list-item-icon {
        width: 24px;
    }

    .hp-business-impact__list {
        row-gap: 30px;
        margin-left: -15px;
    }

    .hp-business-impact__list-item {
        border-left: 6px solid #00CFBE;
        padding: 4px 12px 4px;
    }

    .hp-publications {
        margin-top: 60px;
        padding-top: 66px;
    }

    .hp-publications .publications__title {
        text-align: center;
        font-size: 26px;
        padding-right: 15px;
    }

    .hp-publications .publications__text {
        text-align: center;
        padding-right: 15px;
        font-size: 20px;
        margin-top: 43px;
    }

    .hp-publications .publications__list {
        margin-top: 42px;
    }

    .hp-publications .publications__list-item {
        height: 370px !important;
    }

    .hp-publications .publications__list-item-img-thumb {
        height: 127px;
    }


    .section-list-pages__title {
        text-align: left;
        font-size: 26px;
    }

    .section-list-pages__text {
        text-align: left;
        margin: 10px auto 0;
    }

    .list-pages {
        flex-direction: column;
        gap: 22px;
    }

    .list-pages__item {
        width: 100%;
        padding: 40px 24px 48px;
    }

    .list-pages__item p {
        padding: 0;
        text-align: left;
        line-height: 1.5;
    }

    .list-pages__button {
        padding: 16px 30px;
    }

    .list-pages__item-image {
        display: none;
    }

    .hp-our-partners {
        margin-top: 60px;
        padding: 32px 0 66px;
        background: #F6FAFE;
    }

    .hp-our-partners__title {
        font-size: 26px;
    }

    .hp-our-partners__list {
        margin: 29px auto 0;
        gap: 24px 0;
        justify-content: space-between;
    }

    .hp-our-partners__list-item {
        width: 45%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hp-our-partners__list-item-logo img,
    .hp-our-partners__list-item-logo svg {
        width: 100%;
        height: auto;
        filter: invert(0.5);
        opacity: 0.7;
    }

    .home .resources {
        margin-top: 40px;
    }

    .home .resources__title {
        font-size: 26px;
    }


    .home .resources__title {
        font-size: 26px;
    }

    .featured-see {
        padding: 57px 0 73px;
    }

    .featured-see__title {
        font-size: 35px;
    }

    .featured__list-items {
        margin-top: 33px;
        gap: 24px;
    }

    .featured__list-item {
        border-radius: 0;
        width: 45%;
        border: none;
        height: auto;
        padding: 0;
    }

    .featured__list-item-text {
        display: none;
    }

    .featured-see__button {
        margin: 37px 0 0;
    }
}
    @media (max-width: 991px) {
        .page-id-244 .description img {
            width: 100%;
            height: auto;
            max-width: 100%;
            object-fit: contain;
            border-radius: 20px;
        }
    }
    
    @media (max-width: 991px) {
        .page-id-244 .hp-business-impact__list-item-icon .style-svg  {
            width: 100%;
            height: auto;
            max-width: 100%;
            object-fit: contain;
        }
    }
    
    @media (max-width: 991px) {
    .featured__list-item  {
       margin: 0 auto 
    }
    
    @media (max-width: 991px) {
    .hp-hero__text-wrapper   {
        width: 100%;
       margin: 0 auto;   
        
    }
    
    .hp-hero {
        padding-bottom: 200px !important;
    }
    
    .hp-our-partners__list-item-logo img {
        max-width: 200px;
        margin: 0 auto;
         padding-left: 25px !important;   
         padding-right: 25px !important;
    }
    
    .hp-our-partners__title {
        text-align: center;
    }

    .page-id-244 .hp-our-partners {
        padding-bottom: 15px !important
    }
    
    .featured__list-items {
        display: block;
        width: 100%;    
        }
        
    .hp-hero {
        padding-bottom: 100px !important;   
    }
    
    .featured-see {
     display: none;   
    }
    
    .description {
        position: relative; /* Make the container a positioning context */
    }
    
    .description img.play-button {
        position: absolute;
        top: 50%; /* Position at the vertical center */
        left: 50%; /* Position at the horizontal center */
        transform: translate(-50%, -50%); /* Adjust positioning to truly center the play button */
        width: 50px; /* Adjust size as needed */
        height: auto; /* Maintain aspect ratio */
        cursor: pointer; /* Optional: Change cursor to pointer to indicate it's clickable */
    }


}