/*fonts*/
.insights-content-banner {
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .insights-content-banner {
        padding-bottom: 20px;
    }
}

.insights-content-banner .banner-img {
    width: 100%;
    /*height: 600px;*/
    position: relative;
    padding-top: 240px;
}

@media (min-width: 992px) {
    .insights-content-banner .banner-img {
        min-height: 600px;
    }
}

@media (max-width: 992px) {
    .insights-content-banner .banner-img {
        /*height: 450px;*/
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .insights-content-banner .banner-img {
        /*height: 300px;*/
        padding-top: 120px;
    }
}

.insights-content-banner .banner-img .img {
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 767px) {
    .insights-content-banner .banner-img .img {
        /*position: relative;*/
    }
}

.insights-content-banner .banner-img .img:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: linear-gradient(48deg, #000 0%, rgba(255, 255, 255, 0.1) 100%);
    height: 100%;
    width: 100%;
    top: 0;
}

.insights-content-banner .banner-img .page-small-title, .insights-content-banner .banner-img .title {
    color: #fff;
}

@media (max-width: 767px) {
    .insights-content-banner .banner-img .page-small-title, .insights-content-banner .banner-img .title {
        /*color: $black;*/
    }
}

.insights-content-banner .banner-content {
    margin-top: -240px;
    align-items: flex-end;
    flex-direction: row-reverse;
}


/* 30 Aug 21 */
.insights-content-banner .banner-content .col-md-6.col-lg-7  p,
.insights-content-banner .banner-content .col-md-6.col-lg-7  ul,
.insights-content-banner .banner-content .col-md-6.col-lg-7  li,
.insights-content-banner .banner-content .col-md-6.col-lg-7  span,
.insights-content-banner .banner-content .col-md-6.col-lg-7  strong {
    font-size: 16px;
}
.insights-content-banner .banner-content .col-md-6.col-lg-7 li p {
    font-size: 16px;
    line-height: 1.57px;
}
/* 30 Aug 21 */

@media (max-width: 992px) {
    .insights-content-banner .banner-content {
        margin-top: -60px;
    }
}

@media (max-width: 767px) {
    .insights-content-banner .banner-content {
        margin-top: 40px;
    }
}

.insights-content-banner .banner-content .card {
    border: 0;
    top: -100px;
}

@media (max-width: 767px) {
    .insights-content-banner .banner-content .card {
        top: 0;
    }
}

.insights-content-banner .banner-content .card .card-body {
    padding: 50px 60px 40px;
    box-shadow: 0 2px 10px 8px rgba(217, 217, 217, 0.5);
    border-radius: 6px;
}

@media (max-width: 1024px) {
    .insights-content-banner .banner-content .card .card-body {
        padding: 50px 40px 50px;
    }
}

@media (max-width: 767px) {
    .insights-content-banner .banner-content .card .card-body {
        padding: 35px 25px 30px;
    }
}

.page-social-link {
    display: flex;
    align-items: center;
}

    .page-social-link li {
        margin-right: 25px;
    }

        .page-social-link li a {
            font-size: 0 !important;
        }

            .page-social-link li a:before {
                transform: scale(1);
            }

            .page-social-link li a:hover:before {
                transform: scale(0.9);
            }

            .page-social-link li a.icon-instagram-cirlce:before {
                zoom: 0.8;
            }

.stories-section {
    margin-bottom: 60px;
    padding-top: 40px;
}

@media (max-width: 992px) {
    .stories-section {
        margin-bottom: 60px;
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .stories-section {
        margin-top: 0;
        padding-top: 20px;
        margin-bottom: 40px;
    }
}

.stories-section .media {
    position: relative;
    border-radius: 0px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .stories-section .media {
        display: block;
        border-radius: 0;
        margin-bottom: 20px;
        /*align-items: stretch;*/
    }
}

.stories-section .media .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*height: 460px;*/
    width: 100%;
}

@media (max-width: 990px) {
    .stories-section .media .img {
        /*height: 430px;*/
    }
}

@media (max-width: 767px) {
    .stories-section .media .img {
        /*width: 50%;*/
        /*height: 220px;*/
    }
}

.stories-section .media .desc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 60%;
    background: linear-gradient(to right, rgba(243, 112, 33, 0.31) 10%, rgba(189, 26, 41, 0.28) 54%, rgba(237, 28, 36, 0.36) 79%, rgba(240, 78, 48, 0.37) 101%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 990px) {
    .stories-section .media .desc {
        width: 75%;
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .stories-section .media .desc {
        width: 100%;
        position: relative;
        background: transparent;
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
        padding: 15px;
        padding-left: 0px;
        height: auto;
    }
}

.stories-section .media .desc h4 {
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 767px) {
    .stories-section .media .desc h4 {
        color: #000000;
    }
}

.stories-section .media .desc p {
    color: #fff;
    line-height: 1.57;
    letter-spacing: 0.67px;
}

@media (max-width: 767px) {
    .stories-section .media .desc p {
        color: #000000;
    }
}

@media (max-width: 767px) {
    .stories-section .media .desc .half-circle-white-label {
        background: #000000;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .stories-section .half-circle-black-label.round-left {
        border-radius: 0 15px 15px 0;
    }
}

.client-success-hover {
    background: #f4f4f4;
}

    .client-success-hover .client-success-list .items .content {
        background: #fff;
    }

    .client-success-hover .client-success-list .items:hover .content .half-circle-gray-label {
        background: #fff;
    }

.ul-list.light-bullet {
    padding-left: 40px;
}

    .ul-list.light-bullet li {
        position: relative;
        list-style-type: none;
    }

        .ul-list.light-bullet li:before {
            content: '';
            position: absolute;
            top: 8px;
            left: -20px;
            width: 4px;
            height: 4px;
            background: #000000;
            opacity: 0.2;
        }

@media (max-width: 767px) {
    .ul-list.light-bullet li:before {
        left: -10px;
    }
}

.video-card .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.video-card .icon-play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
}

    .video-card .icon-play:before {
        content: '';
        position: absolute;
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
        background: transparent;
        border-radius: 100%;
    }

    .video-card .icon-play:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #fff;
        display: inline-block;
    }

.video-card.active .img {
    display: none;
}

.video-card.active .icon-play {
    display: none;
}

.podcast-div {
    padding: 50px;
    background: #f4f4f4;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .podcast-div {
        padding: 20px 15px;
    }
}

.podcast-div .time {
    font-size: 20px;
    padding-left: 25px;
}

.podcast-div .jw-state-idle .jw-svg-icon-play {
    width: 24px;
    height: 24px;
    background: transparent;
}

.podcast-div .jw-svg-icon-replay {
    width: 24px;
    height: 24px;
    background: transparent;
}

.podcast-div .jw-state-idle .jw-svg-icon-play path {
    display: block;
}

.podcast-div .jw-flag-audio-player .jw-controlbar .jw-logo-button {
    display: none;
}

/* 27 Jan 2021 - Add this css */
/*.insights-detail-section .ul-list.light-bullet, .insights-detail-section .ul-list {
    font-size: 16px;
    padding-left: 0;
}*/
.insights-detail-section p.font-16, .insights-detail-section p {
    font-size: 16px;
}

    .insights-detail-section p.font-16 strong, .insights-detail-section p strong {
        font-family: 'Poppins SemiBold';
        color: #000;
        font-weight: 400;
        letter-spacing: 0.52px;
    }

    .insights-detail-section p.font-16 strong, .insights-detail-section p.font-16 a, .insights-detail-section p strong, .insights-detail-section p a {
        font-size: 16px;
    }

        .insights-detail-section p.font-16 strong a, .insights-detail-section p.font-16 a a, .insights-detail-section p strong a, .insights-detail-section p a a {
            font-size: 16px;
        }

.insights-detail-section .ul-list.light-bullet, .insights-detail-section .ul-list {
    font-size: 16px;
}

    .insights-detail-section .ul-list.light-bullet li, .insights-detail-section .ul-list li, .banner-content .ul-list li {
        font-size: 16px;
    }

        .insights-detail-section .ul-list.light-bullet li p, .insights-detail-section .ul-list li p, .banner-content .ul-list li p {
            font-size: 16px;
            line-height: 1.57px;
        }

            .insights-detail-section .ul-list.light-bullet li p.font-16, .insights-detail-section .ul-list li p.font-16, .banner-content .ul-list li p.font-16 {
                font-size: 16px;
            }

.insights-content-banner .container {
    position: relative;
}

    .insights-content-banner .container .banner-content {
        margin-top: 0;
        align-items: flex-start;
    }

        .insights-content-banner .container .banner-content .card {
            top: 0;
            margin-top: -200px;
        }

    .insights-content-banner .container p {
        /*20-08-21 start*/
        font-size: 16px;
        /*20-08-21 end*/
    }

/* 27 Jan 2021 - Add this css */

.insights-detail-section a, .insights-detail-section a:hover, .insights-detail-section a:visited {
    color: #ed1c24;
    text-decoration: underline;
}

@media (max-width:568px) {
    .jwplayer {
        height: 185px !important;
    }
}
@media (width:768px) {
    .jwplayer {
        height: 370px !important;
    }
}

.authdesg {
    font-size:13px !important;
    font-style:italic;
    margin-bottom:5px;
}

.h1-title {
    font-size: 30px;
    font-family: 'Poppins Medium';
}

.assetype {font-family: "Poppins SemiBold";}


/*CC Lab Style*/
/* Header Section */
            .header-section {
                background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(0,0,0,0.6)),
                            url('https://s3.wns.com/S3_5/Images/GenericHeaderBanner/DesktopImg/8144/2005/Blogs-coverpage_HD.jpg') no-repeat center center;
                background-size: cover;
                padding: 80px 0 80px;
                position: relative;
                overflow: hidden;
            }

            .header-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: radial-gradient(circle at center, rgba(255,140,0,0.15) 0%, transparent 70%);
                z-index: 1;
            }

            .perspectives-tag { 
				margin-left:0;
            }


            .perspectives-tag a {
            
                color: #ff8c00 !important;
                padding: 8px 0 !important;
                border-radius: 4px !important;
                font-size: 14px !important;
                font-weight: bold !important;
                display: inline-flex !important;
                align-items: center !important;
                margin-bottom: 30px !important;
                position: relative !important;
                z-index: 2 !important; 
				text-transform: uppercase;
            }

            .perspectives-tag::before {
                content: '◄';
                margin-right: 8px;
				color: #ff8c00 !important;
            }

            .hero-content {
                display: grid;
                grid-template-columns: 2fr 1fr;
                gap: 40px;
                align-items: start;
                position: relative;
                z-index: 2;
            }

            .hero-left h1 {
                color: #fff;
                font-size: 3rem;
                font-weight: bold;
                margin-bottom: 10px;
                line-height: 1.2;
            }

            .hero-left .subtitle {
                font-size: 1.8rem;
                color: #fff;
                font-weight: bold;
                margin-bottom: 30px;
				line-height: normal;
            }

            .hero-left .description {
                color: #fff;
                font-size: 1rem;
                margin-bottom: 40px;
                opacity: 0.95;
                max-width: 600px;
				line-height: normal;
				font-family:'Poppins Regular';
            }

            .report-meta {
                display: flex;
                gap: 20px;
                margin-bottom: 30px;
                font-size: 14px !important;
                opacity: 0.8;
                color: #fff;
            }
.report-meta span {font-size: 14px;}

            .download-btn {
                background-color: #333;
                color: #fff;
                padding: 12px 24px;
                border: none;
                border-radius: 4px;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                transition: all 0.3s ease;
                user-select: none;
            }

            .download-btn:hover {
                background-color: #ff8c00;
                transform: translateY(-2px);
            }

            .download-btn::after {
                content: '↗';
                margin-left: 10px;
                font-size: 16px;
            }

            .authors-section {
                background-color: rgba(255,255,255,0.2);
                padding: 20px;
                border-radius: 8px;
                /* backdrop-filter: blur(0px); */
                animation: fadeInUp 0.8s ease-out 0.2s both;
            }

            .authors-section h3, .authors-section p {
                margin-bottom: 20px;
                font-size: 18px;
                color: #fff;
            }

            .author {
                margin-bottom: 15px;
            }

            .author h4, .author p.name {
                font-size: 16px;
                margin-bottom: 5px;
				opacity: 1;
                color: #fff;
				font-family: 'Poppins SemiBold';
            }

            .author p {
                font-size: 14px;
                opacity: 0.7;
                color: #fff;
            
            }

            /* Main Content */
            .main-content {
                padding: 60px 0;
                background-color: #fff;
                color: #000;
                border-radius: 12px;
                box-shadow: 0 4px 30px rgba(0,0,0,0.1);
            }

            .overview-section {
                margin-bottom: 40px;
            }

            .section-title {
                color: #ff8c00;
                font-size: 1.5rem;
                font-weight: bold;
                margin-bottom: 20px;
				
				-webkit-text-fill-color: transparent;
				background-size: 200% 200%;
				background-clip: text;
				-webkit-background-clip: text;
				animation: move 3s linear infinite;
				background-image: linear-gradient(91.1deg, #f37021, #ed1c24, #f37021);
            }

		@keyframes move {
				0% {
					background-position: 0% center;
				}

				100% {
					background-position: -200% center;
			}}

            .overview-text {
                font-size: 1rem;
                line-height: 1.8;
                margin-bottom: 20px;
                opacity: 0.9;
            }

            .gen-ai-link {
                color: #4a9eff;
                text-decoration: underline;
                cursor: pointer;
                transition: color 0.3s ease;
            }

            .gen-ai-link:hover {
                color: #2872f0;
            }

            .report-contents {
                margin-bottom: 60px;
            }

            .content-list {
                list-style: none;
                padding: 0;
            }

            .content-list li {
                padding: 15px 0;
                border-bottom: 1px solid rgba(0,0,0,0.1);
                font-size: 1rem;
                line-height: 1.6;
                position: relative;
                padding-left: 20px;
            }

            .content-list li::before {
                content: '•';
                color: #ff8c00;
                position: absolute;
                left: 0;
                font-size: 1.5rem;
                top: 50%;
                transform: translateY(-50%);
            }

            /* Footer Section */
            .footer-section {
                background-color: #111;
                padding: 40px 0;
                position: relative;
                color: #fff;
                border-radius: 12px 12px 0 0;
            }

            .footer-section::before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 200px;
                height: 100px;
                background: linear-gradient(45deg, #ff8c00, transparent);
                opacity: 0.3;
                border-radius: 0 0 100% 0;
                z-index: 0;
            }

            .footer-content {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                gap: 20px;
                position: relative;
                z-index: 1;
            }

            .footer-left {
                display: flex;
                justify-content: center;
                width: 100%;
            }

            .download-footer-btn {
                background-color: #ff8c00;
                color: #fff;
                padding: 12px 24px;
                border: none;
                border-radius: 4px;
                font-size: 14px;
                font-weight: bold;
                cursor: pointer;
                display: inline-flex;
                align-items: center;
                transition: all 0.3s ease;
                max-width: 320px;
                width: 100%;
                justify-content: center;
                user-select: none;
            }

            .download-footer-btn:hover {
                color: #e67c00;
                transform: translateY(-2px);
            }

            .download-footer-btn::after {
                content: '↗';
                margin-left: 10px;
                font-size: 16px;
            }

            .join-conversation {
                font-size: 14px;
                opacity: 0.8;
                margin-bottom: 6px;
            }

            .related-topics {
                display: flex;
                gap: 10px;
                flex-wrap: wrap;
                align-items: center;
                color: #fff;
                font-weight: 500;
                user-select: none;
            }

            .relatedto span:first-child {
                margin-right: 8px;
                font-weight: 700;
            }

            .topic-tag {
                background-color: rgba(255,255,255,0.1);
                color: #fff;
                padding: 8px 12px;
                border-radius: 4px;
                font-size: 12px;
                border: 1px solid rgba(255,255,255,0.2);
                transition: all 0.3s ease;
                cursor: pointer;
                user-select: none;
				display: inline-block;
    			margin-bottom: 5px;
            }

            .topic-tag:hover {
                background-color: #ff8c00;
                border-color: #ff8c00;
				text-decoration: none; 
            }

            /* Responsive Design */
            @media (max-width: 768px) {
                .hero-content {
                    grid-template-columns: 1fr;
                    gap: 30px;
                }

                .hero-left h1 {
                    font-size: 2.5rem;
                }

                .hero-left .subtitle {
                    font-size: 1.5rem;
                }

                .report-meta {
                    /*flex-direction: column;*/
                    gap: 10px;
                }

                .footer-content {
                    flex-direction: column;
                    align-items: flex-start;
                }

                .related-topics {
                    justify-content: flex-start;
                    margin-left: 0;
                }

                .container {
                    padding: 0 15px;
                }

                .header-section {
                    padding: 80px 0 60px;
                }

                .main-content {
                    padding: 40px 0;
                    border-radius: 0;
                }
            }

            @media (max-width: 480px) {
                .hero-left h1 {
                    font-size: 2rem;
                }

                .hero-left .subtitle {
                    font-size: 1.3rem;
                }

                .download-btn, .download-footer-btn {
                    width: 100%;
                    justify-content: center;
                }

                .related-topics {
                    flex-direction: column;
                    align-items: flex-start;
                }

                .footer-left {
                    justify-content: center;
                }
            }

            /* Animations */
            @keyframes fadeInUp {
                from {
                    opacity: 0;
                    transform: translateY(30px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            .hero-content > * {
                animation: fadeInUp 0.8s ease-out;
            }

            /* Popup Modal Styles */
            .modal {
                display: none; /* Hidden by default */
                position: fixed;
                left: 0;
                top: 0;
                width: 100%; 
                height: 100%;
                overflow: auto; 
                z-index:9999;
                backdrop-filter: blur(4px);
            }

            .modal-content {
                background-color: #fff;
                color: #fff;
                margin: 1% auto;
                padding: 30px 20px 20px 20px;
            
                width: 90%;
                max-width: 500px;
                border-radius: 12px;
            
                position: relative;
                font-family: inherit;
                user-select: none;
            }

            .modal-content h2, .modal-content strong {
                margin-bottom: 15px;
                font-weight: 700;
                font-size: 1.8rem;
                color: #ed1c24;
            }

            .modal-content p {
                margin-bottom: 25px;
                opacity: 0.85;
                font-size: 1rem;
            }

            .modal-content .download-btn {
                background-color: #ff8c00;
                color: #fff;
                width: 100%;
                font-weight: 700;
                font-size: 1rem;
                border-radius: 6px;
                padding: 14px 0;
                display: flex;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                user-select: none;
                transition: all 0.3s ease;
            }
            .modal-content .download-btn:hover {
                background-color: #e67c00;
                transform: translateY(-2px);
                color: #fff;
            }

            .close {
                color: #ff8c00;
                position: absolute;
                top: 14px;
                right: 18px;
                font-size: 28px;
                font-weight: bold;
                cursor: pointer;
                user-select: none;
                transition: color 0.3s ease;
            }

            .close:hover,
            .close:focus {
                color: #ffaa33;
            }
            
  .wnshome-buttonarrow {
    font-size: 18px !important;
    line-height: 1.2em;
    color: #fff !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wnshome-buttonarrow:hover {
  color: #f76e11 !important;
  cursor: pointer;
}
.wnshome-buttonarrow svg {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}

.wnshome-buttonarrow-rep{
    font-size: 18px !important;
    line-height: 1.2em;
    color: #000 !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
	font-family: 'Poppins SemiBold';
}
.wnshome-buttonarrow-rep:hover {
  color: #f76e11 !important;
  cursor: pointer;
}
.wnshome-buttonarrow-rep svg {
  margin-left: 10px;
  width: 14px;
  height: 14px;
}

/*.active-left-btn {padding-left:0;padding-top:0;}
.active-left-btn:after {border:0 !important;}*/
.perspectives-tag span, .perspectives-tag span a {font-size:16px; text-transform: uppercase; color:#fff !important; opacity:.8; z-index: 1; position: relative; font-size: 16px !important; font-weight: normal !important;}
.checbox-wrapper input[type="checkbox"] {
	margin-top: 3px;
    float: left;
    margin-right: 7px;
}
.checbox-wrapper label {width:95%;}
.msg-thanks {font-size:16px; color:#000;}