﻿.play-pause-button{
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (max-width: 1084px) {
    .custom-grid {
        grid-template-columns : 100% !important;
    }
}
#mainContent {
    background: url('https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/background-3-up-331170?resMode=sharp2&op_usm=1.5,0.65,15,0&wid=1600&hei=1000&qlt=100&fmt=png-alpha&fit=constrain');
    background-repeat: no-repeat;
    background-size: contain;
}
#section2 {
    background: url('https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/background-3-up-331170?resMode=sharp2&op_usm=1.5,0.65,15,0&wid=1600&hei=1000&qlt=100&fmt=png-alpha&fit=constrain');
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

#section3 {
    background: url('../assets/images/section4bg.jpg');
    background-repeat: no-repeat;
     background-size: cover;
}

#section4 {
    background: url('https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Solutions-Background?scl=1');
    background-repeat: no-repeat;
    background-size: cover;
    
}

#section5 {
    background: url('https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/background-3-up-331170?resMode=sharp2&op_usm=1.5,0.65,15,0&wid=1600&hei=1000&qlt=100&fmt=png-alpha&fit=constrain');
    background-repeat: no-repeat;
    background-size:cover;
}

#section6 {
    background: url('../assets/images/section4bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    border-radius: 1rem;
}

    .card img {
        border-radius: 1rem;
    }

.card-hover:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-image {
    border-radius: 2rem !important;
    display: block;
    margin: auto;
    padding: 12px;
}

.card-custom {
    display: flex;
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 1.5rem;
}

    .card-custom:hover {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.card-image-custom {
    width: 50%;
    overflow: hidden;
}

    .card-image-custom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 1rem;
    }


.card-content-custom {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.card-body-custom {
    padding: 20px;
    flex-grow: 1;
}

    .card-body-custom h3 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .card-body-custom p {
        margin: 0;
        line-height: 1.5;
    }

.card-footer-custom {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    margin-top: auto;
}

@media screen and (max-width: 409px) {
    .card-custom {
        display: block;
    }

    .card-content-custom,
    .card-image-custom {
        width: 100%;
    }
}

@media screen and (max-width: 1084px) {
    .card-mobile {
        padding: 20px
    }
}

@media screen and (max-width: 860px) {
    .card-mobile-padding {
        margin-top: 20px
    }
}

#section4 img {
    max-width: 100%; 
    height: auto; 
   
}

#section5 h3 {
    color: purple; 
}

#section5 .card-img {
    width: 50%; 
    display: block; 
    margin: 0 auto; 
}

.icon{
    padding-bottom :10px
}

#uhfLogo img {
    border-radius: 0px !important;
}

.tab-panel-group {
    margin-top: 1rem;
}

.customerStories {
    background: #002948;
    color: #dceef8;
}

    .customerStories p, .customerStories a, .customerStories h3 {
        color: #dceef8;
    }

    .customerStories h2 {
        color: #dceef8;
    }

    .customerStories .material-card {
        background: #0e1726;
    }

        .customerStories .material-card a {
            color: #dceef8;
        }

    .customerStories .tab-image:focus:not(.active), .customerStories .tab-image:hover:not(.active) {
        color: #dceef8;
    }

    .customerStories .tab-image:not(.active) .tab-image-img {
        filter: none;
    }

.nav-in-page-item .nav-in-page-link.active::before {
    background-color: #005597;
}

.animation {
    opacity: 1 !important;
}

.animation-fade-in {
    --animation-duration: 1200ms;
    animation: fade-in var(--animation-duration) ease-in-out 25ms 1 normal none;
}

.minH {
    min-height: 155px;
}

.card-background img {
    border-radius: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 600px) {
    .pl {
        padding-left: .75rem;
        padding-right: .75rem;
    }
}


.tab-arrows.mobile-arrows .arrow-next::after, .tab-arrows.mobile-arrows .arrow-prev::after {
    color: white;
}

.tab-arrows.mobile-arrows .arrow-next {
    background: repeating-radial-gradient(black, transparent 100px);
}


    .tab-arrows.mobile-arrows .arrow-next::after, .tab-arrows.mobile-arrows .arrow-prev::after {
        color: white;
    }

.tab-arrows.mobile-arrows .arrow-prev {
    background: repeating-radial-gradient(black, transparent 100px);
}
.customerStories .material-card {
    border-radius: 1.5rem;
    color: #17253d;
}

.customerStories img {
    border-radius: 1.5rem;
    padding: 0.5rem;
}



#section4 .card {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}



#section5 .card {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 8px; 
    border-radius: 16px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

    #section5 .card:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
    }



#section3 .card {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 8px; 
    border-radius: 16px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

    #section3 .card:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
    }

#section3 h3 {
    color: purple;
}

.purple-card {
    background-color: rgba(202, 208, 230, 0.8);
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

#section5 .card-body p {
    font-weight: bold; /* Make <p> elements within .card-body bold */
}

@media (max-width: 1084px) {

    .custom-grid {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column !important;
    }


        .custom-grid .row > li {
            width: 100% !important;
            margin-bottom: 20px !important;
            display: block !important;
        }


            .custom-grid .row > li > div {
                text-align: center !important;
            }


        .custom-grid .row .col-70,
        .custom-grid .row .col-30 {
            width: 100% !important;
            display: block !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
}


@media (prefers-contrast: more) {
    #section6 .col-md-4 {
        background-color: black; /* Set card background to black */
        color: white; /* Set text color to white */
        border: 2px solid #ffffff; /* Optional: Add a white border for visibility */
    }
}

.tab-image:focus .tab-image-border, .tab-image:focus .tab-image-underline {
    outline: .2rem dotted WHITE;
}

@media (forced-colors: active) {
    a{
        color:Highlight
    }
}