@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.navbar {
  background-color: #aab9f5 ;
  padding: 2px 0;
}

.navbar-brand img {
  height: 70px;
}

.container {
  padding: 40px;
}

.container-navbar {
  padding: unset;
}

.navbar-nav .nav-link {
  color: #141011;
  position: relative;
  padding: 8px 12px;
  transition: color 0.2s;
  font-weight: bold;
  line-height: 48px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #080808; 
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #080808; 
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link.active {
  color: #080808; 
}

.navbar-collapse {
  margin-left: 20px;
}

.social-icons a {
  color: #141011;
  font-size: 1.2rem;
  margin-left: 15px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #080808; /
}

.hero {
  background: url("https://vancouver.redfm.ca/wp-content/uploads/2023/05/summer-bhangra-jam.jpg") center/cover no-repeat;
  min-height: 400px;
  color: white;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 100px 20px;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.podcast-text {
  transition: color 0.3s;
}

.podcast-item:hover .podcast-text {
  color: #080808; 
}

.card-title a.title-link {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

.card-title a.title-link:hover {
  color: #080808; 
}

#musicCard {
  background-color: #000;
  border: none;
  box-shadow: none;
}

#musicCard .card-title {
  color: #fff;
  font-size: 0.95rem;
  font-weight: normal;
  margin: 0;
}

.custom-hover-slide {
  position: relative;
  overflow: hidden;
  
}
.custom-hover-slide a{
  text-decoration: none;
  color: #000;
}
.custom-hover-slide .custom-caption-title{
  padding: 10px 0;

}

.custom-hover-slide img {
  width: 100%;
  display: block;
}


.custom-hover-slide:hover .custom-caption {
  opacity: 1;
}
  .advert-google .custom-caption-title{
  position: absolute;
  z-index: 999;
  bottom: -100%;
  background-color: #aab9f5;
  padding-left: 20px;
  transition: .5s
}

.advert-google .custom-hover-slide:hover .custom-caption-title{
  bottom: 0;
  
  
}
.custom-caption h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  animation: zoomIn 0.3s ease-in-out;
}

.custom-caption p {
  font-size: 0.9rem;
  animation: zoomIn 0.5s ease-in-out;
  margin-bottom: 0;
}

.custom-row {
  display: flex;
  flex-wrap: wrap;
}

.sticky-top-right {
  position: sticky;
  top: 0;
}
.hover-link:hover {
  color: #ffc107 !important;
  text-decoration: underline;
}
 .custom-slide .slide-card {
      display: block;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      background: #fff;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      color: inherit;
    }

    .custom-slide .slide-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    }

    .custom-slide img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .slide-content {
      padding: 15px;
      text-align: center;
    }

    .slide-content h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .slide-content p {
      font-size: 14px;
      margin: 0;
    }
    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
      background: #fff;
      border-radius: 50%;
      padding: 5px 10px;
      margin: 0 5px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .owl-nav button span {
      font-size: 22px;
    }

.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  font-size: 16px;
  font-weight: 500;
}

@keyframes scroll-left {
  0%   { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}



@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}




.card img {
  height: 200px;
  object-fit: cover;
}

.footer {
  background-color: #222;
  color: #ccc;
}

.footer a {
  text-decoration: none;
  color: #ccc;
}

.footer a:hover {
  text-decoration: underline;
  color: #fff;
}

section {
  box-sizing: border-box;
}

/* Respect existing Bootstrap classes */
section.py-5 {
  padding: 0rem 0 ;
}
.sport_news_section {
  padding: 3rem 0 !important;
}
section.my-5 {
  margin: 3rem 0 !important;
}

section.bg-danger.py-3 {
  padding: 1rem 0 !important;
}

section.bg-black {
  padding: 1rem 0 !important;
}

.title-link {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  /* max-height: 5em; */
  overflow: hidden;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: black;
  color: white;
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
}


/*--------gallery-----csss-----------*/
.gallery-section .gallery-heading{
  font-size: 28px;
  margin-bottom: 20px;  
}
.gallery-section .galery-link{
  text-align: center;
  padding-top: 20px;
}




@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}



@media (max-width: 768px) {
  section {
    padding: 2rem 0;
    margin: 1.5rem 0; 
  }
    .hero h1 {
    font-size: 1.8rem;
  }
  .hero p {
    font-size: 1rem;
  }
   .marquee span {
    font-size: 14px;
  }
}

 .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background-color: #000;
    color: white;
    font-size: 16px;
  }

  .marquee-track {
    display: flex;
    animation: scrollMarquee 10s linear infinite;
  }

  .marquee-item {
    flex-shrink: 0;
    padding: 0 40px;
  }

  @keyframes scrollMarquee {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-50%);
    }
  }

    



   /* news page  */

           .news-section {
            background-color: #aab9f5;
            border-radius: 10px;
            padding: 20px;
            position: relative;
        }

        .news-section::before {
            content: '';
            background-image: url('http://vancouver.redfm.ca/wp-content/uploads/2025/06/white-news-background-blank-1a.png');
            background-position: center;
            background-size: cover;
            opacity: 0.75;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 0;
        }

        .news-section>* {
            position: relative;
            z-index: 1;
        }

        .section-title {
            font-size: 1.5rem;
            font-weight: 600;
            border-bottom: 3px solid var(--secondary-color);
            padding-bottom: 10px;
            margin-bottom: 20px;
            color: var(--secondary-color);
        }

        .news-card {
            transition: transform 0.2s;
        }

        .news-card:hover {
            transform: translateY(-5px);
        }

        .news-card img {
            object-fit: cover;
            height: 150px;
            width: 100%;
        }

        .news-card .card-title {
            font-size: 1rem;
            line-height: 1.4;
            color: var(--secondary-color);
        }

        .video-card img {
            object-fit: cover;
            height: 120px;
            width: 100%;
        }

        .load-more-btn {
            background-color: #aab9f5;
            color: var(--secondary-color);
            border: 1px solid var(--secondary-color);
        }

        .load-more-btn:hover {
            background-color: var(--secondary-color);
            color:  #aab9f5;
        }

    /* contect us  */

    @keyframes fadeUp {
      0% {
        opacity: 0;
        transform: translateY(40px);
      }

      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    #contact-container {
      animation: fadeUp 1s ease-in-out;
    }

    #map-section {
      height: 350px;
      overflow: hidden;
      border-radius: 12px;
      animation: fadeUp 1s ease-in-out;
    }

    #map-frame {
      width: 100%;
      height: 100%;
      border: 0;
      filter: grayscale(30%);
      transition: filter 0.5s ease;
    }

    #map-frame:hover {
      filter: grayscale(0%);
    }

    #contact-card,
    #info-card {
      background-color: #aab9f5;
      border: none;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transition: box-shadow 0.3s ease;
    }

    #contact-card:hover,
    #info-card:hover {
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    }

    #send-btn {
      background-color: #000;
      color: #fff;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 500;
      border: 2px solid #000;
      transition: all 0.3s ease-in-out;
    }

    #send-btn:hover {
      background-color: #fff;
      color: #000;
    }

    .form-control:focus {
      box-shadow: none;
      border-color: #000;
    }
    .container-fulid.contectus_map {
    padding: 30px 0 70px 0px;
    background-color: #aab9f5;
    margin-bottom: 20px;
}


/* out team  */

    .team-heading {
      text-align: center;
      margin-bottom: 40px;
    }

    .team-member {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .team-member:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .team-img {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

    .team-img img {
      width: 100%;
      border-radius: 10px;
      display: block;
      transition: transform 0.3s ease;
    }

    .team-member:hover .team-img img {
      transform: scale(1.05);
    }

    /* Corner border top-left */
    .corner-border::before,
    .corner-border::after {
      content: "";
      position: absolute;
      background-color: #aab9f5;  
    }

    .corner-border::before {
      top: 0;
      left: 6px;
      width: 30px;
      height: 3px;
    }

    .corner-border::after {
      top: 0;
      left: 6px;
      width: 3px;
      height: 30px;
    }

    .member-name {
      font-weight: 600;
      margin-top: 15px;
    }

    .member-role {
      font-size: 0.9rem;
      /* color: #6c757d; */
    }
    .team-member-section{
        background-color: #aab9f5;
        padding: 20px;
        width: 100%;
    }
    .text-over-team{
    color: #aab9f5;
    }


    /* about us */
    #about-hero,
    #about-mission,
    #about-join {
      background-color: #aab9f5;
      color: #000;
    }
    .btn-outline-dark:hover {
      background-color: #111;
      color: #fff;
    }
    #about-coverage .row-cover{
  gap: 10px;
  display: flex;
}
#about-coverage .card-cover {
  background-color: lightgray;
  padding: 20px;
  border-radius: 10px;
}
#about-coverage .card-cover p{
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item:first-child{
  margin-left: 0;
}
.breadcrumb .breadcrumb-item{
  margin-left: 8px;
}
.breadcrumb .breadcrumb-item a{
  color: #595959;
  font-size: 12px;    
  line-height: 18px;
  padding-top: 1px;
  padding-bottom: 2px;
}
.post .entry-title{
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.article-section {
  padding: 20px 0
}

.sidebar .sidebar-title{
  margin-top: 0;
  color: #aab9f5;
  border-bottom: 2px solid #aab9f5;
  padding-bottom: 10px;
  text-transform: uppercase
}
.sidebar .poll-swift{
  margin-top: 70px;
}
.sidebar .poll-swift .titile-poll{
  background-color: #fff;
  position: relative;
  top: -50px;
  z-index: 9;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
.sidebar .poll-swift ul{
  list-style: none;
}
.sidebar .poll-swift ul{
  margin-top: -40px;
}
.sidebar .article-live-header {
  background-color: #aab9f5;
  color: #000;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;    
}
.sidebar .article-live-header a{
  text-decoration: none;
}
.sidebar .article-live-header h2,.sidebar .article-live-header p{
  margin: 0;
  color: #000;
  text-transform: uppercase
}
.sidebar .article-row-list{
  list-style: none;
}
.sidebar .article-row-list h3{
  margin: 0;
  font-size: 18px;
  line-height: 22px
}
.sidebar .article-item{
  margin-bottom: 12px;
}
.article-section .article-image-title{
  font-size: 11px;
}
.article-section .article-date{
  font-size: 15px;
}
.article-section .article-branding{
  font-size: 21px;
  text-transform: uppercase;
}
.article-section .News-description{
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 1px;
}
.article-footer{
  border-top: 1px solid #ededed;
  padding-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
.release-article ul.article-row-list{
  list-style: none;
  display: flex;
  padding: 0
}
.release-article ul.article-row-list .article-item:first-child .col{
  padding-left: 0;
}
.release-article ul.article-row-list .article-item:last-child .col{
  padding-right: 0;
}
.release-article ul.article-row-list .article-item h3{
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}
.release-article ul.article-row-list li{
  margin-left: 0;
}
.release-article .row{
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.seemore{
  display: inline-block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 14px;  
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
}
.seemore:hover{
  background-color: #000 !important;
  color: #fff;
  border-color: #000;
}
.index .container{
  max-width: 1100px !important;  
}

 #scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 4px 16px;
  border-radius: 14%;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}
#scrollTopBtn:hover {
  background-color: #555;
}
html {
  scroll-behavior: smooth;
}
.advert-google {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-around;
}

/* schedule start  */
 .our-schedule{
      box-sizing: border-box;
      overflow-x: auto;  
      padding: 80px;
      width: 100%;  
    }
    .our-schedule table, .our-schedule table tr td.tnobot, .our-schedule table tr .tnone{
      border: none;
    }

    .our-schedule table tr td.tnobot{
      min-width: 90px;
    }

    .our-schedule table{
      margin: 0 auto;
      color: #000;
      text-align: center;  
    }
    .our-schedule table tr th{
      background-color: #aab9f5  
    }
    .our-schedule table tr td, .our-schedule table tr th{
      border: 1px solid lightgray;
      font-size: 18px;
      letter-spacing: 1px;
    }
    .our-schedule table tr td:hover{
      background: red;
      color: #fff;
      transition: .9s;
      border-color: #000;

    }
    .our-schedule table tr .tnone, .our-schedule table tr .tnone:hover, .our-schedule table tr td.tnobot:hover{
      background-color: transparent;
      color: #000;
    }
    .our-schedule table tr .lightyellow{
      background-color: lightyellow;    
    }
    .our-schedule table tr .lightblue{
      background-color: lightblue;
    }
    .our-schedule table tr .lightgreen{
      background-color: lightgreen;
    }
    .our-schedule table tr .red{
      background-color: rgba(255, 0,0, .6);
    }
/* schedule end  */
/* content strat  */
.hr-lines-contect{
  border-color: #000;
  opacity: 1;
}

#input-message-textarea{
height: 120px
}
/* content end  */

  /* gallery strat  */
    .our-schedule {
      box-sizing: border-box;
      overflow-x: auto;
      padding: 80px;
      width: 100%;
    }

    .our-schedule table,
    .our-schedule table tr td.tnobot,
    .our-schedule table tr .tnone {
      border: none;
    }

    .our-schedule table tr td.tnobot {
      min-width: 90px;
    }

    .our-schedule table {
      margin: 0 auto;
      color: #000;
      text-align: center;
    }

    .our-schedule table tr th {
      background-color: #aab9f5
    }

    .our-schedule table tr td,
    .our-schedule table tr th {
      border: 1px solid lightgray;
      font-size: 18px;
      letter-spacing: 1px;
    }

    .our-schedule table tr td:hover {
      background: red;
      color: #fff;
      transition: .9s;
      border-color: #000;

    }

    .our-schedule table tr .tnone,
    .our-schedule table tr .tnone:hover,
    .our-schedule table tr td.tnobot:hover {
      background-color: transparent;
      color: #000;
    }

    .our-schedule table tr .lightyellow {
      background-color: lightyellow;
    }

    .our-schedule table tr .lightblue {
      background-color: lightblue;
    }

    .our-schedule table tr .lightgreen {
      background-color: lightgreen;
    }

    .our-schedule table tr .red {
      background-color: rgba(255, 0, 0, .6);
    }
    .galery-container-main{
      background-color: #aab9f5;
    }
 
  /* gallery end  */




  /*  NEWSstrat  */
    .our-schedule{
      box-sizing: border-box;
      overflow-x: auto;  
      padding: 80px;
      width: 100%;  
    }
    .our-schedule table, .our-schedule table tr td.tnobot, .our-schedule table tr .tnone{
      border: none;
    }

    .our-schedule table tr td.tnobot{
      min-width: 90px;
    }

    .our-schedule table{
      margin: 0 auto;
      color: #000;
      text-align: center;  
    }
    .our-schedule table tr th{
      background-color: #aab9f5  
    }
    .our-schedule table tr td, .our-schedule table tr th{
      border: 1px solid lightgray;
      font-size: 18px;
      letter-spacing: 1px;
    }
    .our-schedule table tr td:hover{
      background: red;
      color: #fff;
      transition: .9s;
      border-color: #000;

    }
    .our-schedule table tr .tnone, .our-schedule table tr .tnone:hover, .our-schedule table tr td.tnobot:hover{
      background-color: transparent;
      color: #000;
    }
    .our-schedule table tr .lightyellow{
      background-color: lightyellow;    
    }
    .our-schedule table tr .lightblue{
      background-color: lightblue;
    }
    .our-schedule table tr .lightgreen{
      background-color: lightgreen;
    }
    .our-schedule table tr .red{
      background-color: rgba(255, 0,0, .6);
    }


    .news-share-iframe{
     border:none;
      overflow:hidden; 
      width:auto; 
      height:21px; 
      background-color:transparent;
    }
  /*  News end  */


  /*  homestrat  */
  .hr-lines-home{
    border-color: #8697e4;
     opacity: 1;
  }
  .gallery-back-color{
    color: #000;
  }
  .sport_news-section-container{
    background-color: #aab9f5;
  }
  .podcastes-image-section{
    max-width: 75px;
  }
  .politics-news-img-section{
    height: 100%;
    object-fit: cover;
  }
  .podcastes-container-back-color{
    background-color: #efefef;
  }
  .slider-container-videos-li{
    max-height: 600px; 
    overflow-y: auto;
  }
  .now-playing-image{
    background-color: #040505;
  } 
  /*  Home end  */


.social-icon-link img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.social-icon-link:hover img {
    filter: grayscale(0%);
}


/* our team  START */
 .team-member {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .team-img {
    flex: 0 0 80px;
    margin-right: 15px;
  }

  .team-img img {
    width: 100%;
    height: auto;
    object-fit: cover;

  }

  .member-name,
  .member-role {
    flex: 1 1 100%;
    margin: 0;
  }

  .read-more,
  .read-less {
    margin-top: 10px;
  }

  .team-member-section p.more-text {
    display: none;
    margin-top: 10px;
  }

  .team-member-section .read-less {
    display: none;
    margin-top: 5px;
  }
.team-devinder-bp {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}


  /* Our team end */
  /* Move the .more-text up visually, though it's outside */
  .team-member-section {
    position: relative;
  }

  .team-member-section .more-text {
    display: none;
    margin-top: 10px;
    text-align: left;
  }

  .team-member-section .read-less {
    display: none;
    margin-top: 5px;
  }
  /* Our team cards */
  .rj-card {
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 2rem;
  }

  .rj-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
  }

  .rj-card-body {
    padding: 1.5rem;
  }

  .rj-name {
    font-size: 1.25rem;
    font-weight: 600;
  }

  .rj-role {
    color: #6c757d;
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .read-more {
    cursor: pointer;
    color: #0d6efd;
    font-weight: 500;
  }

  .description.collapsed {
    overflow: hidden;
    max-height: 100px;
    position: relative;
  }

  .description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background: linear-gradient(transparent, #f8f9fa);
  }
  
  .rj-image {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 4px solid #fff;
  }

  .rj-card {
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bg-primary {
      --bs-bg-opacity: 1;
      background-color: '#aab9f5' !important;
   }

   .h-40{
    height: 40% !important;
   }