/* Testimonial & Award Sections CSS */

/* Testimonial Area */
.tp-testimonial-bg {
    padding-top: 100px;
    padding-bottom: 125px;
    border-radius: 50px 50px 0 0;
    background-size: cover;
    background-position: center;
    background-color: #000;
    position: relative;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-bg {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-bg {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tp-testimonial-ratting {
    display: inline-block;
    border-radius: 100px;
    padding: 11px 16px;
    padding-right: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tp-testimonial-ratting img {
    flex: 0 0 auto;
    margin-right: 15px;
}

.tp-testimonial-ratting-icon span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    margin-right: 4px;
    display: inline-block;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
}

.tp-testimonial-ratting-icon i {
    font-size: 14px;
    color: #f25824;
}

.tp-testimonial-ratting-icon i svg {
    transform: translateY(-3px);
}

.tp-testimonial-ratting-info p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.6);
}

.tp-testimonial-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px -80px;
    display: inline-block;
    padding: 35px 40px 40px 40px;
    background-color: #f25824;
    border: 6px solid #1a1a1a;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
    transform-style: preserve-3d;
    perspective: 1000px;
    width: 450px;
    min-height: 280px;
    max-height: 300px;
}

@media (max-width: 767px) {
    .tp-testimonial-item {
        margin: 0;
        width: 100%;
        max-width: 450px;
    }
}

.tp-testimonial-item.grey-style {
    transform: rotate(-18deg) translateY(30px) translateX(-20px);
    background-color: #E1E1E1;
    z-index: 1;
}

@media (max-width: 767px) {
    .tp-testimonial-item.grey-style {
        transform: rotate(0);
    }
}

.tp-testimonial-item.green-style {
    margin-top: 100px;
    position: relative;
    z-index: 3;
    transform: rotate(12deg) translateY(-20px) translateX(10px);
    background-color: #f25824;
}

.tp-testimonial-item.green-style .tp-testimonial-text p {
    color: #fff;
}

.tp-testimonial-item.green-style .tp-testimonial-author-info span {
    color: #fff;
}

.tp-testimonial-item.green-style .tp-testimonial-author-info p {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767px) {
    .tp-testimonial-item.green-style {
        margin-top: 0;
        transform: rotate(0);
    }
}

.tp-testimonial-item.black-style {
    margin-top: -80px;
    transform: rotate(-8deg) translateY(25px) translateX(-15px);
    background: #2a2a2a;
    z-index: 2;
}

@media (max-width: 767px) {
    .tp-testimonial-item.black-style {
        margin-top: 0;
        transform: rotate(0);
    }
}

.tp-testimonial-item.black-style .tp-testimonial-text p {
    color: #fff;
}

.tp-testimonial-item.black-style .tp-testimonial-author-info span {
    color: #fff;
}

.tp-testimonial-item.black-style .tp-testimonial-author-info p {
    color: rgba(255, 255, 255, 0.5);
}

.tp-testimonial-item.white-style {
    position: relative;
    z-index: 2;
    transform: rotate(-15deg) translateY(-10px) translateX(-25px);
    background-color: #fff;
}

@media (max-width: 767px) {
    .tp-testimonial-item.white-style {
        transform: rotate(0);
    }
}

.tp-testimonial-item:hover {
    position: relative;
    z-index: 10 !important;
    transform: scale(1.08) rotate(0deg) translateY(-10px) !important;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.5);
}

.tp-testimonial-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    color: #000;
}

.tp-testimonial-avater {
    flex: 0 0 auto;
    margin-right: 12px;
}

.tp-testimonial-avater img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.tp-testimonial-author-info span {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #000;
}

.tp-testimonial-author-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #4d5051;
    margin-bottom: 0;
}

.tp-testimonial-slider-active {
    padding-top: 100px;
    margin: 0px -100px;
    overflow: visible !important;
}

.tp-testimonial-slider-active .swiper-wrapper {
    align-items: center;
}

.tp-testimonial-slider-active .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .tp-testimonial-slider-active {
        padding-top: 60px;
        margin: 0;
    }
}

.tp-testimonial-global {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
}

.tp-testimonial-global img.global-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 900px;
    margin: 0 auto;
    padding-top: 100px;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
    -webkit-animation: animationglob 50s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-testimonial-global img.global-img {
        top: 10%;
    }
}

.tp-testimonial-global img.overlay-img {
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    object-fit: cover;
    z-index: 2;
}

@keyframes animationglob {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Award Area */
.tp-award-area {
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background-size: cover;
    background-position: center;
}

.tp-award-top-wrap {
    padding: 30px 30px;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-award-top-wrap {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .tp-award-top-wrap {
        margin-bottom: 80px;
    }
}

.tp-award-subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #f25824;
}

.tp-award-item {
    padding: 37px 30px;
    padding-bottom: 31px;
    margin-bottom: 20px;
    transition: 0.3s;
    position: relative;
    background-color: #2b2b2b;
}

@media (max-width: 767px) {
    .tp-award-item {
        padding: 37px 20px;
        padding-bottom: 31px;
    }
}

.tp-award-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    background-color: #f25824;
}

.tp-award-item:hover .tp-award-year,
.tp-award-item:hover .tp-award-text,
.tp-award-item:hover .tp-award-position,
.tp-award-item:hover .tp-award-icon {
    color: #fff !important;
    position: relative;
    z-index: 10;
}

.tp-award-item:hover::after {
    height: 100%;
    z-index: 1;
}

.tp-award-year {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    min-width: 170px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-award-year {
        font-size: 14px;
        min-width: 70px;
    }
}

@media (max-width: 767px) {
    .tp-award-year {
        font-size: 14px;
        min-width: 70px;
        display: block;
        margin-bottom: 10px;
    }
}

.tp-award-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-award-text {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .tp-award-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-award-text {
        font-size: 20px;
    }
}

.tp-award-position {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
    .tp-award-position {
        font-size: 14px;
    }
}

.tp-award-icon {
    transition: 0.3s;
    color: #fff;
}

.tp-award-bg {
    padding-bottom: 165px;
    border-radius: 0 0 50px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-award-bg {
        padding-bottom: 110px;
    }
}

@media (max-width: 767px) {
    .tp-award-bg {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .tp-award-box-left {
        margin-bottom: 10px;
    }
}

.hover-reveal-item .tp-award-reveal-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 320px;
    opacity: 0;
    z-index: 99;
    overflow: hidden;
    pointer-events: none;
    border-radius: 20px;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hover-reveal-item:hover .tp-award-reveal-img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Utility Classes */
.black-bg-3 {
    background-color: #000000;
}

.p-relative {
    position: relative;
}

.fix {
    overflow: hidden;
}

.z-index-3 {
    z-index: 3;
}

.mb-160 {
    margin-bottom: 160px;
}

@media (max-width: 767px) {
    .mb-160 {
        margin-bottom: 80px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.container-1230 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}