@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap'); 
 
p, a, .btn, .form_btn {  font-family: "DM Sans", sans-serif !important;
 }
 a.btn, a.btn2 {
    font-weight: 500;
    font-size: 16px;
}
 
 a.btn2 {
    margin-left: 14px;
    padding: 12px 30px;
}
 
 
 
 a {font-weight:500;}
 
 p.logo__text {
    font-family: Playfair Display !important;
    font-size: 27px;
}
div#section-header {
    border-bottom: 1px solid #555b59;
}
a.link-list__link {
    position: relative;
    color: inherit;
}

a.link-list__link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

a.link-list__link:hover {
    color: #fff !important;
}

a.link-list__link:hover::after {
    transform: scaleX(1);
}

div#block-1776490156592 h1 {
    font-weight: 900;
    line-height: 70px;
    margin-bottom: 25px;
}



#section-1776488820116 .section__overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 300px;
    border-top-left-radius: 200px;
    background: rgba(45, 90, 61, 0.2);
    pointer-events: none;
}


/* Meta Section */
.script-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.script-meta-item {
       font-family: 'DM Sans';
    font-size: 14px;
    color: #8a8a84;
}

/* Script Content Blocks */
.script-block {
    margin-bottom: 32px;
}

.cue-direction, 
.cue-onscreen {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
        font-family: 'DM Sans';
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* Blue Cues */
.cue-onscreen {
    background-color: #dbeafe;
    color: #1e40af;
}

/* Grey Cues */
.cue-direction {
    background-color: #f3f4f6;
    color: #4b5563;
}

.speaker-text {
    font-size: 17px;
    margin: 0;
    font-style: italic;
    color: #2d2d2d;
}

/* Note Section */
.script-note {
    font-size: 12px;
    color: #c47c2b;
    font-family: 'DM Sans';
    background-color: #fdf3e7;
    border: 1px solid #e8d5b0;
    border-radius: 8px;
    padding: 18px;
    margin-top: 40px;
    line-height: 1.5;
}

/* Responsive Logic */
@media (max-width: 600px) {
    .script-container {
        padding: 20px;
    }
    
    .speaker-text {
        font-size: 15px;
    }
    
    .script-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .script-meta-item {
        font-size: 11px;
    }
}


#block-1776492593569 .accordion-body {
    padding-top: 24px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 12px;
    background: #f9f7f3;
    border: 2px solid #bbbebd;
}

span.sub_text {
    color: #8a8a84;
    font-size: 12px;
}
.live-intro-left {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
  }

  /* Animated Pulse Dot */
  .live-pulse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ef4444; /* Direct Red Color */
    position: relative;
    flex-shrink: 0;
  }

  /* Outer pulsing ring effect */
  .live-pulse::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ef4444;
    opacity: 0.6;
    animation: live-pulse-animation 2s infinite ease-out;
  }

  /* Pulse Animation Logic */
  @keyframes live-pulse-animation {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      transform: scale(3.5);
      opacity: 0;
    }
  }

 
   
  @media (max-width: 767px) {
    .live-intro-left {
      gap: 10px;
    }
    
 
    
    .live-pulse {
      width: 10px;
      height: 10px;
    }
  }

div#section-1776500943899 p {
    font-size: 16px;
        line-height: 1.5;
}
#block-1776501451482 .space-tag {
    
    border:1px solid #ef444447;
    
}
 .live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ef4444;
    display: inline-block;
    margin-right: 10px;
}




@media(min-width:768px){

div#section-1776500943899  .col-3 {width:29% !important;}

}




















