﻿article h1, article h2, article h3, article h4, article h5 {
    color: #555; 
}

.page-header {
    padding: 20px 0 11px;
    background: #fff;
}

    .page-header h1 {
        display: inline-block;
        font-size: 22px;
        font-weight: 700;
        margin-right: 20px;
        padding-top: 10px;
    }

    .page-header h2 {
        font-size: 18px;
        font-weight: 700;
        padding-top: 10px;
    }

    .page-header a {
        display: inline-block;
        font-size: 14px;
        color: var(--color-secondary);
        font-weight: 500;
    }

    .page-header .btn {
        color: white;
        /*margin: 0!important;*/
    }

.video_banner {
    height: 333px;
    background: var(--color-primary);
}

    .video_banner a {
        font-weight: 600 !important;
        padding: 10px 20px;
        margin: 6px;
        margin-top: 20px;
        font-size: 14px;
        /*text-transform: uppercase;*/
    }

    .video_banner h2 {
        color: #fff;
        padding: 50px 20px 0;
        font-size: 25px;
        font-weight: 500;
        line-height: 34px;
    }

.video-placeholder {
    position: relative;
    float: right;
    max-width: 100%;
    height: 333px;
    overflow: hidden;
}

    .video-placeholder img {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .video-placeholder .play-icon {
        position: absolute;
        z-index: 3;
        display: block;
        border: none;
        padding: 0;
        background: #e04447;
        background: rgba(224,68,71,.9);
        width: 116px;
        height: 116px;
        border-radius: 126px;
        top: 50%;
        left: 50%;
        margin: -63px 0 0 -63px;
    }

.play-icon:hover {
    background: var(--color-secondary);
}

.video-placeholder:after {
    position: absolute;
    z-index: 2;
    display: block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 4px 0 4px 0 rgba(0,0,0,.25) inset, -4px 0 4px 0 rgba(0,0,0,.25) inset;
    box-shadow: 4px 0 4px 0 rgba(0,0,0,.25) inset, -4px 0 4px 0 rgba(0,0,0,.25) inset;
}

    .video-placeholder .play-icon:after {
        position: absolute;
        z-index: 4;
        display: block;
        content: '';
        border-bottom: 27px solid transparent;
        border-top: 27px solid transparent;
        border-left: 54px solid #fff;
        top: 50%;
        left: 50%;
        margin: -27px 0 0 -18px;
    }

.product-info {
    padding: 60px 0;
    overflow: hidden;
}

    .product-info h2 {
        font-weight: 600;
        color: #000;
        font-size: 30px;
    }

.card-links {
    padding-bottom: 60px;
}

    .card-links .card {
        border: 0;
    }

    .card-links h5 {
        color: #444;
        font-weight: 600;
        font-size: 15px !important;
        border-bottom: 2px #ccc solid;
        padding-bottom: 8px;
    }

.clients {
    padding: 0 0 60px;
}

    .clients h3 {
        color: #111;
        font-size: 25px;
        margin-bottom: 110px;
    }

.aboutreview .owl-carousel li {
    list-style-type: none;
}

.aboutreview .owl-carousel img {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
}

.aboutreview .owl-carousel h4, .aboutreview .owl-carousel h4 a {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Glober';
    margin-top: 30px;
}

.aboutreview .owl-carousel h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.aboutreview .owl-carousel p {
    font-size: 14px;
    margin-top: 20px;
    padding: 0 40px;
}

.owl-nav {
    position: absolute;
    top: -78px;
    width: 100%;
    text-align: center;
}

.owl-prev, .owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #1c6b92 !important;
    color: #fff !important;
    font-size: 33px !important;
    line-height: 0 !important;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
}

.owl-next {
    width: 40px !important;
    height: 40px !important;
    background: #1c6b92 !important;
    color: #fff !important;
    font-size: 33px !important;
    line-height: 0 !important;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
}

.owl-prev span {
    margin-top: -5px;
    line-height: 0;
    position: absolute;
    left: 15px;
}

.owl-next span {
    margin-top: -5px;
    line-height: 0;
    position: absolute;
    left: 15px;
}

.modal h5 {
    width: 100%;
    font-weight: 600;
}

.close {
    color: #fff;
    opacity: 1;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 449px;
    margin-left: 0;
    background: #fff;
}

.modal-body {
    padding: 0;
}

@media (max-width:812px) {
    .video_banner {
        height: auto;
        padding-bottom: 20px;
    }

    .embed-responsive {
        height: 191px;
    }

    .product-info {
        padding: 60px 0 0;
        overflow: hidden;
    }

    .page-header {
        text-align: center;
        padding: 15px 10px;
    }

    /* Stack header flex items vertically on mobile */
    .page-header .d-flex {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem;
    }

    .page-header h1 {
        white-space: normal !important;
        text-wrap: balance;
        font-size: 1.25rem;
        margin-right: 0;
        padding-top: 0;
        line-height: 1.3;
    }

    /* Center all text sections */
    .page-header .text-center {
        width: 100%;
    }

    /* Links row - make horizontal with wrapping */
    .page-header .text-center a:not(.btn) {
        display: inline-block;
        margin: 0.25rem 0.5rem;
        font-size: 0.85rem;
    }

    /* Buttons - full width stacked */
    .page-header .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0 !important;
        padding: 0.75rem 1rem;
    }

    .text-right {
        text-align: center !important;
        margin-bottom: 20px;
    }

    /* Video banner text improvements */
    .video_banner h2 {
        font-size: 1.25rem;
        padding: 20px 15px 0;
        line-height: 1.4;
    }

    .video-placeholder {
        float: none;
        height: auto;
        max-height: 250px;
        margin: 20px auto 0;
    }

    .video-placeholder .play-icon {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }

    .video-placeholder .play-icon:after {
        border-bottom: 16px solid transparent;
        border-top: 16px solid transparent;
        border-left: 32px solid #fff;
        margin: -16px 0 0 -11px;
    }

    /* Client reviews section */
    .clients {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 30px;
        border-top: 1px solid #eee;
    }

    .clients h3 {
        margin-bottom: 60px;
        font-size: 1.25rem;
    }

    .aboutreview .owl-carousel img {
        width: 120px !important;
        height: 120px !important;
    }

    .aboutreview .owl-carousel p {
        padding: 0 15px;
    }

    .aboutreview .owl-carousel .owl-item {
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .aboutreview .owl-carousel .owl-item.active {
        opacity: 1;
    }

    .owl-nav {
        top: -50px;
    }
}
