@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap");
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
} 
.video-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px; 
}
main {
  flex: 1; 
}
footer{
 background-color: #f4f2f8; 
 padding: 5px 0; 
 font-size: 0.75rem; 
 line-height: 1.2;
 flex-shrink: 0;
}

.starter-label {
	font-size: .8rem;
}
.lead {
  font-size: 1.2rem;
  font-style: italic;
}

.heading-homepage {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem; 
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.sub-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #333; 
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: justify;
}
.hero-image {
  width: 130%; 
  height: auto;
  display: block;
  margin-left: -100px;
}
.text-section {
  position: relative;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
}
.text-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("{{ asset('/img/pmes/blob3.png') }}") no-repeat center;
  background-size: cover;
  opacity: 0.30; 
  z-index: 0;
}
.text-section * {
  position: relative;
  z-index: 1;
}
 @media (max-width: 575.98px) {
  .heading-homepage {
    font-size: 1.3rem;
    text-align: justify;
  }
  .sub-heading {
    font-size: 0.8rem;
    text-align: justify;
  }
  .hero-image {
    width: 100%;
    margin: 0 auto; 
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .heading-homepage {
    font-size: 1.6rem;
    text-align: justify;
  }
  .sub-heading {
    font-size: 1.4rem;
    text-align: justify;
  }
  .hero-image {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .text-section {
    flex: 1;
    padding: 12px;
  }
  .heading-homepage {
    font-size: 1.4rem;
    text-align: left;
  }
  .sub-heading {
    font-size: 1.2rem; 
    line-height: 1.4;
    text-align: left;
  }
  .hero-image {
    flex: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-section {
    flex: 1;
  }
  .heading-homepage {
    font-size: 1.5rem; 
    text-align: justify;
  }
  .sub-heading {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: justify;
  }
  .hero-image {
    flex: 1;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .heading-homepage {
    font-size: 2.2rem;
  }
  .sub-heading {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .hero-image {
    width: 130%;
    margin-left: -100px;
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 993px) {
  .video-title {
    font-size: 36px;
    margin-top:200px;
  }
  .indent-align {
    margin-left: 20px; 
  }
  .lead {
    font-size: 1.1rem;
  }
}
@media (max-width: 992px) and (min-width: 577px) {
  .video-title {
    font-size: 38px;
    margin-top:200px;
  }

  .lead {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .video-title {
    font-size: 28px;
  }

  .lead {
    font-size: 1rem;
  }
}
@media (max-width: 480px) and (min-width: 377px){
  .video-title {
    margin-top:150px;
  }
}

.text-content {
  max-width: 1000px;
  margin-top: 350px;          
  padding-left: 100px;     
}

@media (max-width: 992px) {
  .text-content {
    padding-left: 50px;   
  }
}

@media (max-width: 768px) {
  .text-content {
    padding-left: 20px; 
  }
}

@media (max-width: 576px) {
  .text-content {
    padding-left: 20px;
    padding-right: 20px;   
  }
}
/* Desktop */
.indent-align {
  margin-left: 100px; 
}
/* Medium screens */
@media (max-width: 992px) {
  .indent-align {
    margin-left: 50px; 
  }
}
/* Small tablets */
@media (max-width: 768px) {
  .indent-align {
    margin-left: 20px; 
  }
}
/* Mobile */
@media (max-width: 576px) {
  .indent-align {
    margin-left: 0;
    padding-left: 20px; 
    padding-right: 20px; 
  }
}
.video-section {
  position: relative;
  overflow: hidden;
}
.flashy-btn {
  padding: 16px 36px;
  font-size: 20px;
  background: linear-gradient(135deg, #007bff, #0575ec);
  border: none;
  border-radius: 10px;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.flashy-btn:hover {
  background: linear-gradient(135deg, #0056b3, #003f7f);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .flashy-btn {
    padding: 14px 30px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .flashy-btn {
    padding: 12px 26px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .flashy-btn {
    padding: 10px 22px;
    font-size: 15px;
    width: 100%; 
    box-sizing: border-box;
    text-align: center;
  }
}
.flashy-btn-1 {
  padding: 14px 36px;
  font-size: 20px;
  background: linear-gradient(135deg, #007bff, #0575ec);
  border: none;
  border-radius: 10px;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.flashy-btn-1:hover {
  background: linear-gradient(135deg, #0056b3, #003f7f);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .flashy-btn-1 {
    padding: 14px 30px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .flashy-btn-1 {
    padding: 12px 26px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .flashy-btn-1 {
    padding: 10px 22px;
    font-size: 15px;
    width: 100%; 
    box-sizing: border-box;
    text-align: center;
  }
}
.login-div {
  transform: translateX(50px); 
  opacity: 0;
  transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}
.login-div.visible {
  transform: translateX(0);
  opacity: 1;
}
.circle-to-rect-pop {
  border-radius: 20%;
  transform: translateY(50px) scale(0.9);
  opacity: 0;
  transition: border-radius 1.5s ease, transform 1.5s ease, opacity 1.5s ease;
}
.circle-to-rect-pop.visible {
  border-radius: 20px; 
  transform: translateY(0) scale(1);
  opacity: 1;
}

.header{
  background: linear-gradient(135deg, #1a4091 0%, #48A15A 100%); 
  color: white; 
  width: 100%;  
  height: 35px;
}
.card {
  height: auto;
  margin: 0; 
  padding: 20px;
}

.card p {
  font-size: 0.85rem;
  margin-bottom: 8px;
}

h6 {
  font-size: 0.95rem;
}

small {
  font-size: 0.75rem;
}

.profile-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.swiper,
.swiper-wrapper {
  height: auto !important;
}

.swiper-slide {
  display: flex;
  height: auto !important;
}

/* Review card for reviews*/
.review-card {
  position: relative;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
  height: auto;
  min-height: 250px; 
  font-size: 0.9rem;
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.588); 
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); 
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: 1;
}

.review-card.show {
  opacity: 1;
  transform: translateX(0);
}
.reviews-section {
  position: relative;
  background: linear-gradient(135deg, #1a4091 0%, #48A15A 100%);
  padding: 10px 0 60px;
  overflow: hidden;
  color: white;
}

.reviews-section::before,
.reviews-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.reviews-section::before {
  width: 200px;
  height: 200px;
  top: -50px;
  left: -80px;
  background: rgba(255, 255, 255, 0.08);
}

.reviews-section::after {
  width: 250px;
  height: 250px;
  bottom: -100px;
  right: -120px;
  background: rgba(255, 255, 255, 0.08);
}

/* circcle effcts in reviews section*/
.reviews-section {
  position: relative;
  overflow: hidden; 
}
.review-glass{
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.588); 
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); 
  backdrop-filter: blur(15px); 
  -webkit-backdrop-filter: blur(15px);
  color: #fff;
}
.circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  z-index: 0;
  animation: float 8s ease-in-out infinite;
}

.circle1 {
  width: 120px;
  height: 120px;
  background: #1a4091;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.circle2 {
  width: 80px;
  height: 80px;
  background: #48A15A;
  top: 60%;
  left: 5%;
  animation-delay: 4s;
}
.circle3 {
  width: 150px;
  height: 150px;
  background: #1a4091;
  top: 40%;
  right: 10%;
  animation-delay: 6s;
}
.circle4 {
  width: 100px;
  height: 100px;
  background: #48A15A;
  top: 75%;
  right: 15%;
  animation-delay: 8s;
}
.circle5 {
  width: 60px;
  height: 60px;
  background: #1a4091;
  top: 10%;
  right: 30%;
  animation-delay: 2s;
}
/* Extra circles for design */
.reviews-section .circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.circle1 { width: 100px; height: 100px; top: 20%; left: 10%; }
.circle2 { width: 150px; height: 150px; top: 40%; left: -50px; }
.circle3 { width: 80px; height: 80px; bottom: 30%; right: 15%; }
.circle4 { width: 120px; height: 120px; top: 60%; right: -40px; }
.circle5 { width: 90px; height: 90px; bottom: 10%; left: 30%; }


@keyframes float {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}

/* ticker for PHCCI words*/
.ticker {
  width: 100%;
  height: 40px;
  background: linear-gradient(135deg, #1a4091 0%, #48A15A 100%); 
  color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 10;
}

.ticker-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;  
  animation: ticker 30s linear infinite; 
  font-size: 1.2rem;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.header-text {
  display: inline-block;
  width: 100%;
  padding-left: 2rem;
}
.header-text .small-text {
  display: block; 
  font-family: 'Times New Roman', serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}
.header-text .line-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-text .highlight-text {
  font-family: 'Georgia', 'Dancing Script', cursive;
  font-style: italic;
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 500;
  color:#1a4091;
}
.header-text .line {
  flex: 1; 
  height: 2px;
  background-color: #c5c3c3; 
}
@media (max-width: 576px) {
  .header-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header-text .line {
    max-width: 80px; 
  }
  .header-text .highlight-text {
    font-family: 'Georgia', 'Dancing Script', cursive;
    font-style: italic;
    font-size: 1rem;
    font-weight: 500;
    color:#1a4091;
  }
}
/* benefits*/
.benefits-container {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
}
.benefits-images {
  display: flex;
  gap: 14px;
  transition: transform 1s ease-in-out;
}
.benefits-img {
  flex: 0 0 calc(25% - 14px);
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.06),
    0 6px 12px rgba(0, 0, 0, 0.12); 
}
.benefits-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits-img.visible {
  transform: translateY(0);
  opacity: 1;
}
.benefits-img.active {
  width: 300px !important;
  height: 460px !important;
}

.benefits-img.active h1 {
  display: none;
}
.benefits-img.active .details h2,
.benefits-img.active .details p {
  display: block;
}

.benefits-img {
  flex: 0 0 auto; /* prevent shrinking */
  width: 100%;    /* default for mobile */
  max-width: 100%;
  height: auto;
}

@media (min-width: 540px) and (max-width: 1024px) {
  .benefits-img {
    flex: 0 0 calc(50% - 14px); /* 2 per row/tablet */
  }
}

@media (min-width: 1025px) {
  .benefits-img {
    flex: 0 0 calc(25% - 14px); /* 4 per row/desktop */
  }
}

.slider {
  display: flex;
  overflow: hidden;
  position: relative;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;  
  z-index: -1;
}
.video-section {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); 
  z-index: 0;
}
.video-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
#floating-sidebar {
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-30%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2000;
}
.circle-icon {
  width: 50px;
  height: 50px;
  background-color: #1a4091;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.circle-icon:hover {
  background-color: #16357c;
  transform: scale(1.1);
}
.circle-icon[title]:hover::after {
  content: attr(title);
  position: absolute;
  left: 60px;
  white-space: nowrap;
  background: #1a4091;
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.circle-icon.active {
  background-color: #28a745; 
  color: white;
  transform: scale(1.1);
}
.circle-icon.active:hover {
  background-color: #28a745;
  transform: scale(1.15); 
}
.circle-icon.active[title]:hover::after {
  background: #28a745;
}
@media (max-width: 768px) {
  #sidebar {
    transform: translateX(-100%);
  }

  #sidebar.collapsed {
    transform: translateX(0);
  }

  .session-content {
    margin-left: 0;
    padding: 40px 20px;
  }
}

/*slider 2*/
.slider-container {
  width: 100%;
  height: 58.5vh;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  background-color: #F2F2F2;
  padding: 0 40px; 
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 2s ease-out, transform 2s ease-out
}
.slider-container.visible {
  opacity: 1;
  transform: translateY(0);
}
.content-wrapper {
  background-color: #ffffff; 
  padding: 20px;   
  border-radius: 8px; 
  width: 37vw;
  height:49vh;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); 
  display: flex;   
  align-items: center;  
  justify-content: center; 
}
.content-panel {
  max-width: 400px;
  color: #1a4091;
  margin-left: 40px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.content-panel h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}
.slider-container {
  position: relative;
  overflow: hidden;
}

/* Circle background */
.slider-container::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: rgba(71, 101, 164, 0.08);
  border-radius: 50%;
  z-index: 0;
}
/* Diagonal line */
.slider-container::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: -150px; 
  width: 600px;
  height: 6px;
  background: linear-gradient(90deg, #28a745, #007bff);
  transform: rotate(-20deg);
  border-radius: 3px;
  z-index: 0;
  opacity: 0.7;
}

/* --- EXTRA SHAPES --- */
/* Blob shape */
.slider-container .blob {
  position: absolute;
  bottom: -70px;
  left: 10%;
  width: 250px;
  height: 250px;
  background: rgba(82, 165, 117, 0.15);
  border-radius: 40% 60% 70% 30% / 30% 40% 60% 70%; 
  z-index: 0;
  filter: blur(2px);
}
.slider-container .blob-top {
  position: absolute;
  top: -60px; 
  left: 40%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  background: rgba(82, 165, 117, 0.15);
  border-radius: 60% 40% 50% 70% / 50% 60% 40% 50%;
  z-index: 0;
  filter: blur(3px);
}
.slider-container .blob-right {
  position: absolute;
  top: -60px; 
  left: 95%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  background: rgba(82, 165, 117, 0.15);
  border-radius: 60% 40% 50% 70% / 50% 60% 40% 50%;
  z-index: 0;
  filter: blur(3px);
}
/* Wavy line */
.slider-container .wave {
  position: absolute;
  top: 70%;
  left: 30%;
  width: 200px;
  height: 60px;
  background: transparent;
  border-top: 3px solid rgba(111, 66, 193, 0.3);
  border-radius: 50%;
  transform: rotate(10deg);
  z-index: 0;
}
.content-panel,
.slider-images {
  position: relative;
  z-index: 2;
}
/* parallax effect */
.parallax {
  transform: translateY(var(--parallax-offset, 0px));
  transition: transform 0.15s ease-out;
}
.slider-images {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  height: 60vh;
}
.slider-img {
  flex: 0 0 100px; 
  height: 440px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.20s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.211); 
}
.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 20px;
}
.slider-img.active {
  flex: 0 0 calc(43% - 14px); 
  height: 480px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.211);
  overflow: hidden;
}

.schedule-webinar{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  font-size: 2.2rem;
}
.schedule-text{
  font-size: 1rem; 
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.schedule-small-text{
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 1366px) and (min-width: 768px) {
  .slider-container {
    height: 500px;
    min-height: 50vh;
    padding: 10px;
  }
  .slider-images {
    display: flex;
    justify-content: flex-start;
  }
  .slider-img {
    flex: 0 0 30%;
    height: 420px;
    max-height: 420px;
    margin-right: 20px;
    object-position: left center;
  }
  .slider-img.active {
    flex: 0 0 50%;
    height: 500px;
    max-height: 500px;
  }
  .slider-img img {
    object-fit: cover;
    object-position: left center;
    height: 100%;
  }
  .content-panel {
    max-width: 40%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
    h3.schedule-webinar {
    font-size: 1.8rem;
  }
  .schedule-text {
    font-size: 1rem;
  }
  .schedule-small-text {
    font-size: 0.85rem;
  }
}

/* Tablet (iPad) */
@media (max-width: 1024px){
  .slider-container {
    height: 460px; 
    min-height: 40vh;
    padding: 10px;
  }
  .slider-images {
    display: flex;
    justify-content: flex-start; 
  }
  .slider-img,
  .slider-img.active {
    flex: 0 0 auto;
    height: 460px;
    max-height: none;
    margin-right: 20px;
  }
  .slider-img {
    flex: 0 0 30%; 
    height: 420px;
    max-height: 420px;
    object-position: left center;
  }
  .slider-img.active {
    flex: 0 0 70%; 
    height: 460px;
    max-height: 460px;
  }
  .slider-img img {
    object-fit: cover;
    object-position: left center; 
    height: 100%;
  }
  .content-panel {
    max-width: 40%; 
    margin-left: 0; 
    margin-top: 20px;
    text-align: center; 
  }
  h3.schedule-webinar {
    font-size: 1.8rem;
  }
  .schedule-text {
    font-size: 1rem;
  }
  .schedule-small-text {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
 .slider-container {
   height: 460px;
   min-height: 70vh;
   padding: 10px;
   flex-direction: column;
 }
 .content-panel {
   max-width: 100%;
   text-align: center;
 }
 .slider-images{
   display: flex;
   justify-content: center;
 }
 .slider-img{
   flex: 0 0 30%;
   height: 460px;
   max-height: 460px;
   object-position: left center;
 }
 .slider-img.active {
   flex: 0 0 50%;
   height: 500px;
   max-height: 550px;
 }
 .slider-img img {
   object-fit: cover;
   object-position: left center;
   height: 100%;
 }
 .schedule-webiar{
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 1.2rem;
 }
 .schedule-text{
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size: 0.8rem;
   font-weight: 300;
 }
}

@media (max-width: 576px) {
 .slider-container {
    height: 500px; 
    min-height: 80vh;
    padding: 10px;
    flex-direction: column;
  }
  .content-panel {
    max-width: 100%;
    text-align: center;
  }
  .slider-images {
    display: flex;
    justify-content: flex-start; 
  }
  .slider-img {
    flex: 0 0 30%; 
    height: 460px;
    max-height: 460px;
    object-position: left center;
  }
  .slider-img.active {
    flex: 0 0 100%; 
    height: 460px;
    max-height: 460px;
  }
  .slider-img img {
    object-fit: cover;
    object-position: left center; 
    height: 100%;
  }
  .schedule-webinar {
    font-size: 0.8rem;
  }
}
/* Extra small devices (like 375px × 667px) */
@media (max-width: 400px) {
  .slider-container {
    padding: 15px;
    height: auto;
    flex-direction: column; 
  }
  .content-panel {
    max-width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .slider-images {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
  }
  .slider-img {
    flex: 0 0 auto; 
    max-width: 90%;  
    height: 460px;  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider-img img {
    object-fit: contain;  
    object-position: center;
    width: 100%;
    height: 100%;
  }
  .slider-img.active {
    flex: 0 0 90%; 
    height: 460px;
  }
}

.starter-label {
	font-size: .8rem;
}
.lead {
  font-size: 1.2rem;
  font-style: italic;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
} 
.video-title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 50px; 
}
.flashy-btn {
  padding: 16px 36px;
  font-size: 20px;
  background: linear-gradient(135deg, #007bff, #0575ec);
  border: none;
  border-radius: 10px;
  color: white;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.flashy-btn:hover {
  background: linear-gradient(135deg, #0056b3, #003f7f);
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.5);
  transform: scale(1.05);
  color: #fff;
  text-decoration: none;
}
.review-card {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
  height: auto;
  min-height: 250px; 
  font-size: 0.9rem;
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
  background: #fff; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}