/* ---------------------------------------------------- */
.media-tabs {
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  padding: 10px 0px;
}

.media-tab {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media-tab a {
  padding: 5px 20px;
  /* background: #1f1f1f; */
  background: #ffffff;
  color: #000000;
  border-radius: 9999px;

  transition: all 0.3s ease;
}

.media-tab a:hover,
.media-tab a.active {
  background-color: #005D61;
  color: #fff;
}


@media (min-width:1200px) {

  .media-tabs {
    padding: 0.732vw 0px;
    border-top: 0.073vw solid #464646;
    border-bottom: 0.073vw solid #464646;
  }

  .media-tab {
    gap: 0.732vw;
  }

  .media-tab a {
    padding: 0.366vw 1.464vw;
      background: #ffffff;
  color: #000000;
  }

  .mediaSec {
    padding-top: 7.321vw !important;
    margin-top: 0 !important;
  }

  .mediaSec h5 {
    font-size: 1.464vw;
    padding: 1.757vw 0 !important;
  }

  .media-row {
    row-gap: 3.66vw !important;
    padding: 3.66vw 0 !important;
  }

  .media-row h2 {
    /* font-size: 2.05vw; */
    padding: 0 2.562vw !important;
  }

  .media-row a{
    /* font-size: 1.171vw; */
    width: 31.622vw !important;
    padding: 0 2.562vw !important;
  }

  .media-row iframe {
    height: 23.06vw !important;
  }
}

/* ------------------------------------------------------------------------------------- */

/* 

.video-container {
  padding: 10px;
  border-radius: 50px;
  overflow: hidden;
}

.video-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


.video-card h5 {
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-align: center;
}


@media (min-width: 1200px) {

  .video-container {
    padding: 0.732vw;
    border-radius: 3.66vw;
  }
  .video-card video {
    border-radius: 0.732vw;
  }
  .video-card h6 {
    margin-top: 0.732vw;
    text-underline-offset: 0.439vw;
  }
} */




.video-container {
  padding: 20px 20px 30px !important;
  border-radius: 30px;
  overflow: hidden;
}

.video-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.video-container .row {
  align-items: stretch;
}

.video-container .col-md-6,
.video-container .col-md-5 {
  display: flex;
}

.col-md-6 .video-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.col-md-6 .video-card>div {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.col-md-4 .video-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.video-thumb {
  aspect-ratio: 4 / 2;
  height: auto;
}

.video-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  filter: grayscale(100%);
  height: 100%;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.6s ease;
}

.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.video-thumb:hover img {
  transform: scale(1.07);
}

.video-thumb:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s ease;
  background-color: #fff;
}

.play-btn i {
  color: black;
  margin-left: 3px;
}

.video-card a {
  margin-top: 14px;
  text-align: center;
  /* text-decoration: underline;
  text-underline-offset: 6px; */
}


.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.95);
}

.fancybox__toolbar {
  display: none !important;
}

@media (min-width: 1200px) {

  .video-container {
    padding: 1.464vw 1.464vw 2.196vw !important;
    border-radius: 3.66vw;
  }

  .video-card video {
    border-radius: 0.732vw;
  }

  .video-card a {
    margin-top: 1.025vw;
  }

  .play-btn {
    width: 3.66vw;
    height: 3.66vw;
  }
}


/* -------------------------------------------------------------------------- */
.report-card {
  border: 1px solid #464646;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.report-card h5 {
    /* display: inline-block; */
  max-width: 80%;
  margin: 0 auto;
  padding: 10px;
}
.report-card h5:hover {
  text-decoration: underline;
}


.report-card img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
}

.blog-card {
  border: 1px solid #464646;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.blog-img {
  position: relative;
  overflow: hidden;
}


.blog-card img {
  border-radius: 20px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.blog-category {
  display: none;
  position: absolute;
  top: 12%;
  left: 0;
  background: #005D61;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0 5px 5px 0;
  font-size: 14px;
  /* font-weight: 600; */
}

.blog-bar {
  background: white;
  color: black;
  border-radius: 20px;
  padding: 5px;
  margin: 15px 0px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .report-card h5 {
    max-width: 80%;
  }

  .report-card img {
    height: 200px;
  }
    .blog-card {
    min-height: 400px;
  }
}

@media (max-width:576px) {
    .blog-card {
    min-height: 360px;
  }

  .report-card h5 {
    max-width: 90%;
  }
}

@media (min-width: 1200px) {
  .report-card {
    padding: 1.098vw;
    border-radius: 1.83vw;
  }

  .report-card h5 {
    max-width: 60%;
    padding: 0.732vw;
  }

  .report-card img {
    height: 20.498vw;
    border-radius: 1.464vw;
  }

  .blog-card {
    border: 0.073vw solid #464646;
    padding: 1.098vw;
    border-radius: 1.83vw;
  }

  .blog-card img {
    height: 12.641vw;
    border-radius: 1.464vw;
  }

  .blog-bar {
    border-radius: 1.464vw;
    padding: 0.366vw;
    margin: 1.098vw 0;
  }
}


/* -------------------------------------------------------------------------------- */

.press-section {
  background: url("../assets/digital-wireframe-partical-bg.jpg") no-repeat center center/cover;
  color: #fff;
  padding: 50px !important;
  position: relative;
}

.press-box .press-download {
  border-bottom: 1px solid #666666;
  padding-bottom: 25px;
  margin-bottom: 15px;
  position: relative;
}

.press-box a:last-child .press-download {
  margin-bottom: 0;
}

.press-box .press-download::after {
  content: "";
  width: 38px;
  height: 18px;
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767.98px) {
  .press-section {
    padding: 20px 20px !important;
  }
}

@media (max-width: 576px) {
  .press-section {
    padding: 20px 10px !important;
  }
}

@media (min-width: 1200px) {
  .press-section {
    padding: 3.66vw !important;
  }

  .press-box .press-download {
    padding-bottom: 1.83vw;
    margin-bottom: 1.098vw;
    border-bottom: 0.073vw solid #666666;
  }

  .press-box .press-download::after {
    width: 2.782vw;
    height: 1.318vw;
  }

  .press-box {
    padding-top: 1.171vw !important;
  }
}




/* ------------------------------------------------------------------------ */
.blogArticle-left {
  padding: 30px 30px 30px 0px;
}

.blogArticle-right {
  padding: 30px;
}

.blogArticle-right h5,
.blogArticle-right ul li {
  margin-bottom: 18px;
}

.blogArticle-right ul li h5 {
  display: inline;
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  transition: background-size 0.9s ease;
  padding-bottom: 3px;
}

.blogArticle-right ul li a:hover h5 {
  background-size: 100% 1px;
}

.blogArticle-right ul li.active h5 {
  background-size: 100% 1px;
}

@media (min-width:1200px) {
  .blogArticle-left {
    padding: 2.196vw 2.196vw 2.196vw 0;
  }

  .blogArticle-right {
    padding: 2.196vw;
  }

  .blogArticle-right h5,
  .blogArticle-right ul li {
    margin-bottom: 1.318vw;
  }

  .blogArticle-right ul li h5 {
    background-size: 0% 0.073vw;
    padding-bottom: 0.22vw;
  }

  .blogArticle-right ul li a:hover h5 {
    background-size: 100% 0.073vw;
  }

  .blogArticle-right ul li.active h5 {
    background-size: 100% 0.073vw;
  }

}




@media (max-width:991px) {
  .blogArticle-left {
    padding: 20px 10px 20px 0px;
  }

  .blogArticle-right {
    padding: 20px 10px;
  }

}

@media (max-width:576px) {

  .blogArticle-left,
  .blogArticle-right {
    padding: 10px 0px;
  }

  .blogArticle-content {
    width: 100% !important;
  }

}

@media (min-width:768px) {
  .border-r {
    border-right: 1px solid #464646;
  }
}



.blogArticle-img {
  width: 100%;
  height: 400px;
}

.blogArticle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width:576px){
  .blogArticle-img {
  height: 250px;
}

.blogArticle-img img {
  border-radius: 20px;
}

}

.blogArticle-short {
  padding: 20px 0px;
}

.blogArticle-content {
  width: 85%;
}

.blogArticle-desc,
.blogArticle-desc p,
.blogArticle-desc span,
.blogArticle-desc a {
  font-size: 18px;
}

@media (min-width:1200px) {
  .blogArticle-img {
    height: 29.283vw;
  }

  .blogArticle-img img {
    border-radius: 2.196vw;
  }

  .blogArticle-content h1 {
    margin-bottom: 0.732vw;
  }

  .blogArticle-short {
    padding: 1.464vw 0px;
  }

  .blogArticle-desc,
  .blogArticle-desc p,
  .blogArticle-desc span,
  .blogArticle-desc a {
    font-size: 1.171vw;
  }
}




.reply-icon {
  transform: scaleX(-1);
  font-size: 50px;
  fill: var(--white);
}

@media (min-width:1200px) {
  .reply-icon {
    font-size: 3.66vw;
  }
}

/* --------------------------Insight & Reports----------------- */

.insights .report-card img{
  height: 200px;
}

.insights .report-card h5{
  max-width: 100%;
  width: 100%;
}

@media (min-width: 450px) and (max-width: 768px) {

.insights .report-card img{
  height: 250px;
}

}

@media (min-width:1200px){
  .insights .report-card img{
  height: 14.641vw;
}

}