.hero-layout2 .hero-title {
    font-size: 55px !important;
}

.insight-strip {
    background: #266867; /* brand primary */
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-family: "Helvetica", sans-serif;
  }
  
  .insight-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  
  .insight-icon img {
    width: 28px;
    height: 28px;
  }
  
  .insight-title {
    font-size: 1.2rem; /* Default for smaller screens */
    font-weight: 800;
    margin: 0;
    min-height: 30px;
    border-right: 2px solid #fff; /* blinking cursor */
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .insight-title {
        font-size: 1.4rem !important; /* Medium screens */
    }
}

@media (min-width: 1024px) {
    .insight-title {
        font-size: 1.6rem !important; /* Larger screens */
    }
}

@media (min-width: 1501px) {
    .insight-title {
        font-size: 2.5rem !important; /* Extra large screens */
    }
}

@media (min-width: 1501px) {
  .insight-title {
        font-size: 2.5rem !important; /* Extra large screens */
    }
}
  @media (min-width: 1501px) {
    .hero-layout2 {
        padding: 300px 0 80px 0 !important;
    }
}

.podcast-style4.layout2 .podcast-meta a {
    color: #051821 !important; /* brand primary */
}

.podcast-style4.layout2 .podcast-title {
    color:  #051821 !important;
    font-size: 40px;
    margin-bottom: 32px;
}

/* Wrap row into a marquee */
.hightlight-row.marquee {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
  }
  
  .marquee-content {
    display: inline-flex;
    gap: 40px;
    animation: scroll-left 25s linear infinite;
  }
  
  @keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .bg-theme {
    background: #f9c74f; /* brand yellow */
    padding: 60px 0;
  }
  
  .social-strip .social-box {
    display: block;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-decoration: none;
  }
  
  .social-strip .social-box img {
    width: 60px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
  }
  
  .social-strip .social-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin: 0;
  }
  
  .social-strip .social-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  }
  
  .social-strip .social-box:hover img {
    transform: scale(1.2);
  }
  .blog-style3 .blog-title {
    font-size: 30px !important;
    text-transform: uppercase;
  }
  .blog-style3 .blog-inner {
    display: flex;
    align-items: center;
}

.blog-style3 .blog-img {
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-style3 .blog-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .blog-style3 .blog-inner {
        flex-direction: column;
    }
    .blog-style3 .blog-img {
        max-width: 100%;
    }
}



.hightlight-style1 .hightlight-row {
  padding: 20px 40px !important;
}



@media (max-width: 1199px) {
  .hightlight-style1 .hightlight-text {
      font-size: 4.0vw !important;
  }
}

@media (max-width: 1399px) {
  .hightlight-style1 .hightlight-text {
      font-size: 4.2vw !important;
  }
}
@media (max-width: 1500px) {
  .hightlight-style1 .hightlight-text {
       font-size: 4.5vw !important;
  }
}
.hightlight-style1 .hightlight-text {
  font-size: 5.0vw !important;
  
}

.podcast-style4 .vs-btn {
  margin-left:0px !important;
}



