﻿.media-item {
    margin-bottom: 0rem;
    padding: 3rem 0;
    border-bottom: 1px solid #dee2e6;
}

.portfolio-three .items {
    margin-bottom: 40px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

.button-play {
    height: 60px;
    width: 60px;
    color: #fff;
    display: inline-block;
    text-align: center;
    top: 16%;
    left: 38%;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #2a6800ba;
    position: absolute;
    line-height: 60px;
}

.portfolio-three .item-img img {
    max-width: 100%;
    height: 150px;
    padding: 0 !important;
    -moz-transition: all 0.4s, filter 1.4s ease-in-out;
    -webkit-transition: all 0.4s, filter 1.4s ease-in-out;
    transition: all 0.4s, filter 1.4s ease-in-out;
}

.p-disc {
    border-bottom: 3px solid #00710d;
    padding: 10px 0;
}

.button-play > .fa-play {
    top: 22px;
    position: absolute;
    margin: 0;
}

.btn-current.disabled, .btn-current:disabled {
    color: #fff;
    background-color: #5c3928;
    border-color: #5c3928;
}

.btn-default:focus {
    z-index: 3;
    color: #5c3928;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(92, 57, 40, 0.56);
}

.pagination > .btn-default {
    padding: 10px 20px;
    margin: 3px;
}

.btn-default.disabled:hover {
    background-color: #5c3928;
    border-color: #ccc;
}

.button-play:hover, .button-play:focus {
    background-color: #4cc160;
}

.p-disc {
    min-height: 100px !important;
}

.portfolio-three .item-img img {
    max-width: 100%;
    height: 170px;
}
.btnPaging {
    background: #fff !important;
    border: 1px solid #ddd !important;
    margin: 0 !important;
    padding: 5px 15px !important;
    font-weight: bold !important;
}

#ctl00_ContentPlaceHolder1_DataPager1 {
    margin: 20px auto 0;
    clear: both;
    padding: 8px;
    float: right;
    text-align: center;
    width: 100%;
}

.btn-current {
    background: #015243 !important;
    border: 0 solid !important;
    color: #fff !important;
    padding: 7px 15px !important;
    font-weight: bold !important;
}

.Dots {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 15px !important;
}
.testimonial-container {
    padding: 80px 20px;
    width: 100%;
    max-width: 100%;
}

.testimonial-section {
    max-width: 850px;
    margin: auto;
    text-align: center;
}

.testimonial-title {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    margin-bottom: 50px;
}

/* Slide card */
.testimonial-card {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    max-width: 850px;
    margin: auto;
    transition: .3s ease;
}

    .testimonial-card img {
        width: 110px;
        height: 110px;
        object-fit: cover;
        border-radius: 100%;
        border: 4px solid #4cc160;
        margin-bottom: 15px;
    }

.testimonial-name {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-top: 5px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-top: 15px;
}

/* Netflix-style dots */
.swiper-pagination {
    margin-top: 35px;
    position: relative;
}

.swiper-pagination-bullet {
    width: 28px;
    height: 6px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
    opacity: 1;
    margin: 0 4px !important;
    transition: all .3s ease;
}

.swiper-pagination-bullet-active {
    background: #4cc160 !important;
    width: 36px;
}