.single .inner-detail-hero .hero-h {
    background: #000000ba;
}
.single .main-conatiner-of-author-content {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.single .main-conatiner-of-author-content .right-content-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.single .author-container .author-name{
    font-size: 18px;
}
.single .author-container .author-title {
    margin-bottom: 30px;
}
.single .author-description {
    text-align: left !important;
}
/* 20-1-26 */
#megaMenu .content-outer{
    width: 60%;
}
.learn-more-btn{
    font-size: 14px;
    color: #EE6910;
    font-weight: 400;
    position: relative;
}
.ai-search-btn-con {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}
.footer-top .heading-n {
    display: none;
}
.about-tabs-main .testimonial-author {
    color: #1a1a1a !important;
}
.location-phone {
    display: none;
}
.timeline-inner-main .owl-stage-outer .owl-stage {
    margin: auto;
}
.separator {
    width: 40%;
    margin: auto;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.separator::before {
    content: '';
    width: 100%;
    height: 1200px;
    position: absolute;
    display: block;
    background: #ffffff;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-shadow: inset 0 0 20px 50px #000000;
}
section.cta-2-outer p {
    font-size: 14px;
}
.learn-more-btn::before {
    content: '';
    width: 0px;
    background: #EE6910;
    height: 1px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translatex(-50%);
    left: 50%;
    transition: all 0.3s ease;
}
.learn-more-btn:hover::before {
    width: 70px;
}
.blog-slider .date{
    display: none;
}
.faq .faq-accordian .accordion {
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
}
.blog-row-outer .row.blog-row:nth-child(odd) .img-card img {
    filter: grayscale(1);
}
.team-img-outer .fram-box {
    width: 50%;
    background: #ee6910;
    clip-path: polygon(50% 0, 100% 0%, 75% 100%, 25% 100%);
    opacity: .6;
}
.service-item .nav-link > div {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}
.inner-sub-service-title {
    font-size: 24px;
    font-weight: 600;
}
/* new video testimonial slider  */
.home .video-slider-section{
    padding-bottom: 100px !important;
    overflow: hidden;
    background: #000000;
}
.home .video-slider-section .owl-stage-outer {
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(calc(-100% + 50% + 2px));
}
.home .video-slider-section::before {
    content: '';
    background: #000;
    width: calc(100% + 40%);
    height: 320px;
    display: block;
    position: absolute;
    top: -150px;
    left: 50%;
    z-index: 2;
    border-radius: 100%;
    transform: translateX(-50%);
}
.home .video-slider-section::after {
    content: '';
    background: #000;
    width: calc(100% + 40%);
    height: 320px;
    display: block;
    position: absolute;
    bottom: -130px;
    left: 50%;
    z-index: 2;
    border-radius: 100%;
    transform: translateX(-50%);
}
.home .video-slider-section .home .video-slider-section {
    width: 100%;
    margin: 0 auto;
    background: #000;
    padding: 60px 0;
}
.home .video-slider-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 20px;
}
.home .video-slider-section .section-header h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
}
.home .video-slider-section .section-header h2 .highlight {
    color: #ff6b35;
    font-weight: 700;
}
.home .video-slider-section .section-header p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}
.home .video-slider-section .owl-carousel {
    position: relative;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.home .video-slider-section .owl-stage {
    display: flex;
    align-items: center;
}
.home .video-slider-section .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .video-slider-section .video-item {
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0px;
    overflow: hidden;
}
/* Video container */
.home .video-slider-section .video-container {
    position: relative;
    width: 100%;
    background: #1a1a1a;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.home .video-slider-section .video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video-slider-section .owl-item:not(.center) .video-container {
    opacity: 1;
    transform: scale(1);
    height: 438px;
    margin: 0 auto;
}
.home .video-slider-section .owl-item:not(.center) .video-container::after {
    display: none;
}
.video-slider-section .owl-item.center .video-container {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 20px 60px rgba(255, 107, 53, 0.3);
    height: 372px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}
.home .video-slider-section .owl-item.center .video-thumbnail {
    height: 472px;
}
/* Client info overlay */
.home .video-slider-section .client-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px 40px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 89%);
    color: #fff;
    z-index: 2;
}
.home .video-slider-section .client-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.home .video-slider-section .client-position {
    font-size: 14px;
    color: #ccc;
    font-weight: 400;
}
/* Play button */
.home .video-slider-section .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 107, 53, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.3);
}
.home .video-slider-section .play-button:hover {
    background: #ff6b35;
    transform: translate(-50%, -50%) scale(1.1);
    border-color: rgba(255, 255, 255, 0.6);
}
.home .video-slider-section .play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.home .video-slider-section .play-button::before {
    display: none;
}
.home .video-slider-section .owl-item:not(.center) .play-button {
    width: 60px;
    height: 60px;
    opacity: 0.7;
}
.home .video-slider-section .owl-item:not(.center) .play-button::after {
    border-left-width: 15px;
    border-top-width: 10px;
    border-bottom-width: 10px;
}
/* Custom counter */
.home .video-slider-section .custom-counter {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 30px;
    color: #666;
    font-size: 14px;
    z-index: 9;
    width: 200px;
    height: 200px;
}
.home .video-slider-section {
    padding-bottom: 90px !important;
}
.home .video-slider-section .counter-number {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    width: 200px;
    height: 200px;
}
.home .video-slider-section .counter-names {
    display: flex;
    gap: 15px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.home .video-slider-section .counter-name {
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}
.home .video-slider-section .counter-name.active {
    opacity: 1;
    color: #ff6b35;
}
/* Owl Navigation */
.home .video-slider-section .owl-nav {
    display: none !important;
}
/* Owl Dots - Custom styling */
.home .video-slider-section .owl-dots {
    text-align: center;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home .video-slider-section .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333 !important;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.home .video-slider-section .owl-dot:hover {
    background: #555 !important;
}
.home .video-slider-section .owl-dot.active {
    background: #ff6b35 !important;
    width: 12px;
    height: 12px;
    border-color: rgba(255, 107, 53, 0.3);
}
.video-slider-section .owl-item:not(.center) .video-container::before {
    content: '';
    background: #000000cc;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* Responsive */
@media (max-width: 1199px) {
    .home .video-slider-section .video-thumbnail {
        height: 300px;
    }
    .home .video-slider-section .owl-item.center .video-thumbnail {
        height: 300px;
    }
    .video-slider-section .owl-item.center .video-container{
        height: 300px;
    }
    .video-slider-section .owl-item:not(.center) .video-container {
        height: 338px;
    }
    .home .video-slider-section .owl-item:not(.center) .video-thumbnail {
        height: 338px;
    }
}
@media (max-width: 1024px) {
    .home .video-slider-section .client-info-overlay{
        padding: 20px 20px 40px;
    }
    .home .video-slider-section .client-name {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #fff;
    }
    .home .video-slider-section .client-position {
        font-size: 14px;
        color: #ccc;
        font-weight: 400;
    }
    .home .video-slider-section .play-button{
        width: 50px;
        height: 50px;
    }
}
.home .video-slider-section .container.section-space {
    z-index: 3;
    position: relative;
}
.home .video-slider-section .owl-item.active:not(.center) .client-info-overlay {
    padding-bottom: 10px !important;
    opacity: 0;
}
/* new video testimonial slider end */


section.service-details.seo-case-study .srv-d-slider-cta .owl-nav .owl-prev {
    transform: unset !important;
}
section.service-details.seo-case-study .srv-d-slider-cta .owl-nav .owl-next {
    transform: rotate(180deg) !important;
}
section.service-details.seo-case-study .srv-d-slider-cta .owl-nav {
    flex-direction: row !important;
}