/* Head section starts */
header nav {
  padding-bottom: 4rem;
}
.head-section {
  background-image: url("../images/banner-virtual-townhall-2026.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 8rem;
  position: relative;
  min-height: 50rem;
  overflow: hidden;
}
.vth26-logo img {
  width: 208px;
}
.head-section .banner-section .banner-content .eyebrow {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #951c1c;
}
.head-section .banner-section .banner-content .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  justify-content: space-between;
}
.head-section .banner-section .banner-content .h1-title {
  font-size: 8rem;
  line-height: 7.25rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.head-section .banner-section .banner-content p {
  font-weight: 400;
  line-height: 1.75rem;
  opacity: 70%;
  font-size: 1.25rem;
  max-width: 60%;
}
.head-section .banner-section .banner-content img {
  max-width: 90%;
  opacity: 0.5;
  width: 58%;
}
.head-section .north-star {
  position: absolute;
  bottom: -15rem;
  right: -10rem;
}
.head-section .north-star img {
  width: 80%;
  transform: rotate(-30deg);
  opacity: 0.2;
}

@media screen and (max-width: 1350px) {
  .head-section .banner-section .banner-content img {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .head-section .banner-section .banner-content .h1-title {
    font-size: 9vw;
    line-height: 5.5rem;
  }
  .head-section .north-star {
    right: -14vw;
  }
}
@media screen and (max-width: 1100px) {
  .head-section .banner-section .banner-content .h1-title {
    font-size: 6rem;
    line-height: 5.25rem;
  }
  .head-section .north-star {
    right: -10rem;
  }
}
@media screen and (max-width: 1024px) {
  .head-section .banner-section .banner-content .h1-title {
    font-size: 8.75vw;
    line-height: 1;
  }
  .head-section .north-star {
    bottom: -16rem;
    right: -13rem;
  }
  .head-section .banner-section .banner-content img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  header {
    padding-bottom: 2rem;
  }
  .head-section {
    padding: 3rem 0;
  }
  .head-section .banner-section .banner-content .h1-title {
    font-size: 4.375rem;
    line-height: 3.75rem;
  }
  .head-section .banner-section .banner-content .row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
  }
  .head-section .banner-section .banner-content img {
    width: 100%;
    position: static;
  }
  .head-section .banner-section .banner-content p {
    max-width: 100%;
  }
  .head-section .north-star {
    display: none;
  }
  .head-section {
    min-height: auto;
  }
}
/* Head section ends */

/**** section headings starts ****/
section .title-section {
  position: relative;
}
section .title-section h3 {
  margin-bottom: 0.5rem;
}
section .title-section p {
  font-weight: 300;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (max-width: 767px) {
  .main-heading .h2-title {
      font-size: 1.5rem;
  }
  .section-space2 {
    padding: 2.5rem 0;
  }
section .title-section h3 { 
  font-size: 2rem;
}
}
/**** section headings ends ****/

/**** Event Schedule section starts ****/
.vth26-3colcard-section {
  padding-bottom: 5rem;
}
.vth26-numbercard-wrap {
  margin-top: 3rem;
}
.vth26-numbercard-items {
  background-color: var(--secondary-color);
  padding: 2rem;
  border-radius: 0.063rem;
}
.vth26-numbercard-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
}
.vth26-numbercard-inner .vth26-number-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 78, 151, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white-color);
  /* margin-bottom: 0.75rem; */
}
.vth26-numbercard-inner .vth26-number-circle span {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary-color);
}
.vth26-numbercard-inner .vth26-card-body {
  margin-bottom: 1.25rem;
}
.vth26-numbercard-inner .vth26-card-body h4 {
  line-height: 1.75rem;
}
.vth26-numbercard-inner .vth26-card-body p {
  margin: 0;
}
.vth26-numbercard-inner .vth26-card-body .vth36-region {
  font-size: 1.125rem;
  line-height: 132%;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
.vth26-numbercard-inner .vth26-card-body .vth36-ddm {
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--magenta-pink-color);
  margin-bottom: 0.45rem;
}
.vth26-numbercard-inner .vth26-card-body .vth36-monthPlace {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  opacity: 0.7;
}
.vth26-numbercard-inner .vth26-card-footer {
  padding-top: 2rem;
  border-top: 1px solid #e1e1e1;
  margin-top: auto;
}
.vth26-numbercard-inner .vth26-card-footer .btn-calendar {
  width: 100%;
  text-decoration: none;
}
@media (max-width: 991px) {
  .vth26-numbercard-wrap.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .vth26-3colcard-section {
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 576px) {
  .vth26-numbercard-wrap.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/**** Event Schedule section ends ****/

/**** instruction section starts ****/
.vth26-btnwrap {
    margin-top: 2rem;
    padding-top: 2rem;
    flex-direction: column;
    gap: 1rem;
    border-top: 1px solid #e1e1e1;
}
.vth26-btnwrap a { 
  text-decoration: none;
}
.vth26-btnwrap p { 
  font-weight: 300;
}
.vth26-instruction-wrap {
  margin: 2rem 0 0;
  background-color: var(--light-pink);
  padding: 2rem 2rem 2.5rem;
  border-radius: 0.125rem;
}
.vth26-instruction-wrap strong {
  font-weight: 600;
}
.vth26-instruction-wrap h5 { 
  color: var(--magenta-pink-color);
  font-size: 1rem;
  margin-bottom: 1rem;
}
/**** instruction section ends ****/

/**** take the quiz style starts ****/
.btn-quiz {
  width: auto;
  margin: auto;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 0;
}
/**** take the quiz style ends ****/

/**** event agenda section style starts ****/
.eventAgenda-timeline-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
  position: relative;
}
.eventAgenda-timeline-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 1.5rem;
  border-radius: 1rem;
  padding: 1rem 2rem;
  transition: 0.5s;
  position: relative;
}
.eventAgenda-timeline-list li::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 4rem;
  height: 100%;
  width: 1px;
  background: var(--primary-color);
  z-index: 2;
}
.eventAgenda-timeline-list li:last-child::before {
  height: 0;
}
.eventAgenda-timeline-list li:hover {
  background: var(--gray-color);
}
.eventAgenda-timeline-list .eventAgenda-number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 24px rgba(0, 78, 151, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--white-color);
  font-weight: 700;
  z-index: 2;
}
.eventAgenda-timeline-list li div {
  width: 73%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.eventAgenda-timeline-list li h4 {
  line-height: 1.75rem;
}
.eventAgenda-timeline-list li p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.eventAgenda-timeline-list li .eventAgenda-usericon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.25rem;
  font-size: 0.875rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .eventAgenda-timeline-list .eventAgenda-number {
    width: 3rem;
    height: 3rem;
  }
  .eventAgenda-timeline-list li {
    padding: 0;
    align-items: flex-start;
  }
  .eventAgenda-timeline-list li:hover {
    background: transparent;
  }
  .eventAgenda-timeline-list li::before {
    left: 1.5rem;
  }
  .eventAgenda-timeline-list li div {
    margin-top: 0.5rem;
  }
  /* .eventAgenda-timeline-list li .eventAgenda-usericon {
    align-items: flex-start;
  } */
  .eventAgenda-timeline-list li .eventAgenda-usericon img { 
    position: relative;
    top: 0.15rem;
  }
}
/**** event agenda section style ends ****/

/**** Meet Our Speakers slider style starts ****/
/* HEADER */
.meetspeaker-slidewrap {
  margin-top: 2.5rem;
}
.btn-swiper {
  position: absolute;
  display: none;
  top: 1rem;
  z-index: 1;
}
.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.swiper-button-prevarrow {
  left: 0;
}
.swiper-button-nextarrow {
  right: 0;
}
/* CARD */
.meetspeaker-slidewrap  .swiper-slide {
  perspective: 1000px;
  height: auto;
  background-color: var(--gray-color);
}
.speaker-card {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.speaker-img {
  width: 100%;
  max-height: 24.813rem;
  height: auto;
  object-fit: cover;
}
.speaker-info {
  padding: 1.25rem;
  background-color: var(--gray-color);
}
.speaker-info h4 {
  margin-bottom: 0.35rem;
  line-height: 1.75rem;
}
.speaker-info p {
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
  line-height: 132%;
}
.speaker-card {
  transform-style: preserve-3d;
}
.speaker-card * {
  transform: translateZ(30px);
}
/* ================= MOBILE GRID ================= */
@media (max-width: 767px) {
  .meetspeaker-slidewrap .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .meetspeaker-slidewrap .swiper-slide {
    width: 100% !important;
  }
  .speaker-info h4 {
    line-height: 1.5rem;
  }
}
@media (max-width: 576px) {
.speaker-img {
    min-height: 12.813rem;
}
}
/* ================= DESKTOP SWIPER ================= */
@media (min-width: 768px) {
  .btn-swiper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .meetspeaker-slidewrap {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (max-width: 991px) {
  .meetspeaker-slidewrap {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 767px) {
  .meetspeaker-slidewrap {
    margin-left: auto;
    margin-right: auto;
  }
}
/**** Meet Our Speakers slider style ends ****/

/**** form section starts ****/
.vth26-form-section {
  min-height: 48.125rem;
  background: url("../images/from-section-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
}
.vth26-form-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* align-items: center; */
}
.vth26-form-items.column-60 {
  position: relative;
  width: 60%;
  padding-right: 2rem;
}
.rotating-Blue-star {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.vth26-leftcolTitle {
  margin-top: 16.25rem;
}
.vth26-form-wraper {
  padding: 2rem;
  min-height: 38.625rem;
  border: 1px solid var(--secondary-color);
  box-shadow: 0 0 40px #d9deec;
  background-color: var(--white-color);
}
/**** form stlye starts ****/
.form-group {
  margin-bottom: 1.5rem;
}
label {
  display: block;
  font-weight: 300;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
}
.form-group label span {
  color: var(--primary-color);
}
input,
select,
textarea {
  width: 100%;
  padding: 0.625rem;
  font-size: 1.125rem;
  color: var(--black-color);
  border: 1px solid rgba(139, 139, 139, 0.5);
  font-weight: 400;
  color: var(--black-color);
  transition: border-color 0.5s;
}
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0 4px #e6f3ff;
  box-shadow: 0 0 0 4px #e6f3ff;
  border: 1px solid var(--primary-color);
}
textarea {
  resize: none;
}
.valid {
  border: 1px solid var(--black-color);
}
/* Standard syntax for modern browsers */
::placeholder {
  color: #8B8B8B80;
  font-weight: 300;
  opacity: 70%; /* Firefox applies 0.54 by default, 1 makes it solid */
}

/* Specific Vendor Prefixes for older browsers */
::-webkit-input-placeholder {
  color: #8b8b8b80;
} /* Chrome, Safari, Opera */
::-moz-placeholder {
  color: #8b8b8b80;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #8b8b8b80;
} /* IE 10-11 */
:-moz-placeholder {
  color: #8b8b8b80;
  opacity: 1;
} /* Firefox 18- */
/* Error styles */
input.error,
textarea.error {
  border-color: #d93025;
  font-size: 1.125rem;
  color: var(--black-color);
}
.error {
  color: #d93025;
  font-size: 1rem;
}
/* Submit button */
.btn-submit {
  width: 100%;
  border: none;
  padding: 1.125rem;
}
/* Toast */
.toast {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
}
@media (max-width: 1199px) {
 .br-mobile-hide {
  display: none ;
 }
}
@media (max-width: 991px) {
  .vth26-form-items.column-60,
  .vth26-form-items.column-40 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vth26-form-items.column-60,
  .vth26-form-items.column-40 {
    width: 100%;
  }
  .vth26-form-wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
/**** form style ends ****/
/**** form section ends ****/

/**** footer starts ****/
.vth26-footer {
  padding: 1.5rem 0;
  background-color: var(--black-color);
}
.vth26-copyright p {
  margin: 0;
  color: var(--white-color);
  font-weight: 300;
}
.vth26-socialWrap ul {
  gap: 2.688rem;
}
.vth26-socialWrap ul li img {
  width: 1.5rem;
  max-height: 1.5rem;
}
@media (max-width: 767px) {
  .dflex-between {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
}
/**** footer ends ****/

/**** quiz modal start ****/
.quiz_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
.buttonPrev  {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  color: #000;
}
.buttonNext,
.buttonSubmit,
.buttonPrev {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  position: unset !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  visibility: hidden;
}
.swiper-button-next:disabled,
.swiper-button-prev:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.quizmySwiper .swiper-slide {
  background-color: #fff;
}
.buttonSubmit {
  display: none;
}
.buttonSubmit.disable_btn {
  opacity: 0.5;
  pointer-events: none;
}
.quizResult_section {
  display: none;
  width: 100%;
}
.hline_contain {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
}
.h_line {
  width: calc(100% / 5);
  background: #0000001a;
  height: 0.5rem;
  border-radius: 16rem;
}
.h_line.activeL {
  background: #004e9733;
}
.h_line.doneL {
  background: #004e97;
}
.quiz_modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  overflow-y: auto;
  display: none;
}
.quiz_modal.active {
  display: block;
}
.quiz_outLayer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_box {  
  max-width: 56rem;
  width: 100%;
  /* width: 65%; */
  /* height: 65%; */
  background-color: #fff;
  border-radius: 1rem;
  padding: 2.5rem;
}
.modalHeadContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 1.563rem;
}
.modalHead_count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0;
  font-family: " Halyard Display";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #ad3673;
}
.modalClose {
  cursor: pointer;
  width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modalHead_count p {
  margin: 0;
}
.modalbox_body {
  margin-top: 2rem;
  width: 100%;
  height: 90%;
}
.quizQuestion_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}
.quiz_question {
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.q_optionList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  width: 100%;
}
.q_option {
  width: 50%;
  border: 2px solid #0000001a;
  padding: 1.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.optionLayout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1rem;
}
input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
}
.buttonPrev {
  padding: 1rem 1.125rem 1rem 0;
  font-weight: 300;
  text-align: center;
  font-size: 1.125rem;
  transition: 0.5s;
  min-height: 3.438rem;
  min-width: 11.25rem;
}
.buttonNext  {
  min-width: 7.563rem;
}
.buttonPrev,
.buttonNext {
  margin-top: 0 !important;
}
.btn_div {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  gap: 0.75rem;
  line-height: 1;
}
.buttonSubmit .btn_div,
.buttonNext .btn_div {
  justify-content: center;
}
.btn_div img {
  width: 0.625rem;
  height: 1.25rem;
}
.opt_l {
  font-family: " Halyard Display";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #00000099;
  opacity: 60%;
  border: 2px solid #0000001a;
  border-radius: 50%;
  min-width: 2.25rem;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.optionLayout ul li {
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.344rem;
  opacity: 80%;
}
.quizResult_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.quizResult_contain {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quizResult_num {
  font-family: "halyard-display";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border: 4px solid #ff9e25;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.5rem;
  background: #fff;
  box-shadow: 0px 10px 15px -3px #0000001a;
}
.qResult_textContent {
  margin: 2rem 0;
}
.qResult_textContent h3 {
  font-family: "halyard-display";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
}
.qResult_textContent .text_01 {
  font-family: "halyard-display";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.32;
  color: #000;
}
.qResult_textContent .text_02 {
  font-family: "halyard-display";
  font-weight: 400;
  font-style: Italic;
  font-size: 0.938rem;
  line-height: 1.32;
  color: #004e97;
}
.qResult_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}
.buttonRetake {
  font-family: "halyard-display";
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.32;
}
.q_option:hover {
  background-color: #f7f9ff;
  cursor: pointer;
}
.q_option:has(input[type="radio"]:checked) {
  border: 2px solid #004e97;
  background-color: #f7f9ff;
}
.q_option input[type="radio"]:checked ~ .optionLayout .opt_l {
  border: 2px solid #004e97;
  color: #004e97;
}
.quizR_img img {
  width: 7rem;
  height: 8.5rem;
  object-fit: cover;
}
@media (max-width: 991px) {
.modal_box {
  max-width: 95%;
}
}
@media (max-width: 576px) {
  .q_optionList {
    flex-direction: column;
  }
  .quiz_question {
    font-size: 1.125rem;
  }
.q_option {
  width: 100%;
  padding: 1rem;
}
.optionLayout ul li {
  margin-bottom: 0.15rem;
}
.modal_box {
  padding: 2.5rem 1.5rem;
}
.buttonSubmit,
.buttonClose {
  min-width: 7.75rem;
}
}
@media screen and (orientation: landscape) and (max-height: 600px) {
.quiz_outLayer {
  height: auto;
}
}
/* quiz modal end */


/* New section starts */
.video-grp{
  display:flex;
  gap:2rem;
  /* border:1px solid; */
}
.watch-video{
  /* width:70%; */
  width:52.5rem;
}
.video-details{
  /* width:21.875rem; */
  width:26rem;
  display:flex;
  flex-direction: column;
  gap:2rem;
  text-align: left;
}
.video-deck{
  background:#fff;
  border:1px solid #B3B9CB;
  border-radius: 1.25rem;
  padding:2rem;
}
.video-deck a{
  display:inline-block;
}
.video-deck a:hover{
  text-decoration: none;
}
.video-desc{
  background:#EEF2F6;
  border-radius: 1.25rem;
  padding:2rem;
}
.watch-video video{
}
.video-hd{
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: "halyard-display";
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
}
.video-format{
  font-size: 1.125rem;
  color:#6F6F6F;
  font-weight: 500;
  font-family: "halyard-display";
  padding-bottom: 1.5rem;
}
.video-link{
  font-size: 1rem;
  font-weight: 700;
  color:#004E97;
  font-family: "Inter", sans-serif;
}
.pb2{
  padding-bottom: 2rem;
}
.vd-head{
  font-size:1.25rem;
  font-weight: 600;
  padding-bottom: 0.2rem;
}
ul.vd-list {
  padding-left:1rem;
  list-style-type: disc;
}
.vd-list li{
  font-size: 0.875rem;
  padding-top:0.3rem;
  color:#364153;
  font-family: "Inter", sans-serif;
}


.video-card {
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 1.5rem;
}

/* Background Image */
.video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);

  
}

/* Dark gradient overlay */
.video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 60, 90, 0.85),
    rgba(0, 0, 0, 0.6)
  );
}
.video-card.no-content::after {
  content: none;
}

/* Content */
.video-overlay {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #fff;
  z-index: 2;
  text-align: left;
}

/* Badge */
.badge {
  display: inline-block;
  background: #E7000B;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.313rem 0.75rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

/* Title */
.video-overlay h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

/* Description */
.video-overlay p {
  margin: 0;
  font-size: 1.125rem;
  font-weight:500 !important;
}

/* Play Button */
.play-btn {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  backdrop-filter: blur(0.5rem);
}
.play-btn img{
  margin-left: 1rem;
}
.play-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
#myVideo{
  display:none;
}
.video-link img{
  display:inline-block;
  vertical-align:baseline;
}
.video-bg, #myVideo{
  height:473px;
}
.pb0{
  padding-bottom: 0;
}
.video-grp{
  padding-bottom: 5rem;
  border-bottom: 1px solid #B3B9CB;
}
@media screen and (max-width: 1199px) {

  .watch-video, .video-details{
    width:100%;
  }
  .video-grp{
    flex-direction: column;
  }
  .video-bg, #myVideo {
    height: auto;
}
}
@media (max-width: 767px) {
  .video-grp{
    padding-bottom: 2.5rem;
  }
}
/* New section ends */

.vth26-logo{
  display:inline-block;
}