/* ALL popup styles including full-screen */
    .popup {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      overflow: auto;
      padding-left: 20px;
      padding-right: 20px;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* Internet Explorer/Edge */
    }
    .popup::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Opera */
    }
    .popup-content {
      background-color: #fefefe;
      margin: 4dvh auto;
      height: max(calc(844px - 8dvh), 92dvh);
      width: 100%;
      max-width: 1366px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      animation-name: popupopen;
      animation-duration: 0.4s;
      position: relative;
    }

    /* --- NEW ---
     Make the main content area a vertical flex container
     so we can make the bottom section grow dynamically. */
    #popupInnerContent {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    /* --- END NEW --- */

    .popup-head-section figure img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .popup-head-section figure {
      max-width: 378px;
      width: 100%;
      margin: 0 auto;
      padding: 20px 0;
    }
    .top-title {
      background-image: url("../images/popup-gradient.jpg");
      background-size: cover;
      background-position: center;
      text-align: center;
      background-repeat: no-repeat;
 	  padding: 21px 15px 8px 15px;
    }
    .top-title h2 {
      color: #fff;
      font-size: 73px;
      font-weight: 500;
      line-height: 1.0138888889;
      font-family: "Teko", sans-serif;
      font-style: normal;
    }

    .popup-body-text {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 13px;
      max-width: 972px;
      margin: 0 auto;
    }
    .popup-body-text h3 {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.2px;
      padding: 21px 0 15px 0;
      color: #00205b;
    }
    .popup-body-text .mx-972 {
      max-width: 972px;
      margin: 0 auto;
    }
    .popup-body-text p {
      font-size: 18px;
      line-height: 1.2;
      color: black;
    }
    .table-content {
      border: 1px solid #00205b;
    }
    .table-content h2 {
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      background-color: #00205b;
      padding: 8px 18px 6px 18px;
    }

    .table-content ul {
      background-color: #e0f2fe;
      margin: 0;
      padding: 8px 18px;
      list-style: none;
    }
.live-link{
	color:#00205b;
	text-decoration:underline;
}
    .table-content li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 8px;
      font-size: 16px;
      color: #1a1a1a;
      line-height: 1.4;
      text-align: left;
    }

    .table-content li:last-child {
      margin-bottom: 0;
    }

    .table-content li::before {
      content: "•";
      color: #1e3a8a;
      font-weight: bold;
      position: absolute;
      left: 0;
      font-size: 18px;
      top: -4px;
    }
    .image-content-section {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 17px;
      margin-top: 18px;
      margin-bottom: 19px;
    }
    .image-content figure {
      max-height: 131px;
      max-width: 190px;
      width: 100%;
      height: 100%;
    }
    .image-content figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .popup-body-text .btm-text {
      padding: 0;
      margin-bottom: 19px;
    }
    .explore-btns-wrapper {
      display: flex;
      justify-content: space-between;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
      padding: 0 13px 27.36px;
      gap: 12px;
    }
    .explore-btns-wrapper .explore-btns {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.95;
      color: white;
      background: #00205b;
      width: 100%;
      max-width: 406px;
      height: 39px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .important-main-wrapper {
      padding: 17px 20px 23px 0;
      flex: 1;
      display: flex;
      overflow: hidden;
      box-shadow: 0px 0px 6px #0000005f;
    }

    .important-inner-wrapper {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 23px;
      overflow-y: auto; /* vertical scroll */
    }

    .important-inner-wrapper h3 {
      font-size: 22px;
      font-weight: 700;
      color: #00205b;
      line-height: 1.1;
    }
    .important-right-contents {
      width: 42.7%;
    }
    .important-left-contents {
         width: 56.6%;
    }
    .important-inner-wrapper .important-left-contents h4 {
      font-size: 20px;
      font-weight: 700;
      color: #00205b;
      line-height: 1.1;
      padding-top: 5px;
    }
    .important-inner-wrapper .important-heading-wrapper {
      padding-bottom: 9px;
    }
    .important-contents .contents {
      margin-top: 9px;
      margin-bottom: 12px;
    }
    .important-contents .contents h4 {
      margin-bottom: 5px;
    }
    .important-contents .large-content {
      gap: 6px;
      display: flex;
      flex-direction: column;
    }
    .important-contents .large-content span {
      font-weight: 600;
    }
    .bottom-content .large-content-title {
      font-size: 19px;
      font-weight: 600;
      margin: 13px 0;
      display: flex;
    }
    .popup-foot-logo figure {
      max-width: 149px;
      margin: 22px 0;
    }
    .important-main-wrapper .bottom-content {
      width: 59%;
    }
    .important-inner-wrapper .flex-wrap-content {
      display: flex;
      gap: 27px;
    }
    .flex-wrap-content .right-contents {
      margin-top: 6px;
    }
    .flex-wrap-content .right-contents ul {
      margin-top: 6px;
      list-style: none;
    }
    .flex-wrap-content .right-contents ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 6px;
      font-size: 18px;
      color: black;
      line-height: 1.1;
      text-align: left;
    }
    .flex-wrap-content .right-contents ul li::before {
      content: "•";
      color: black;
      font-weight: bold;
      position: absolute;
      left: 0;
      font-size: 18px;
    }
    #popupClose {
      border: 0;
      margin: 0;
      padding: 0;
      outline: none;
      width: 47px;
      position: absolute;
      right: 0;
    }

    .important-inner-wrapper::-webkit-scrollbar-track {
      background-color: #ebebeb !important;
    }

    .important-inner-wrapper::-webkit-scrollbar {
      width: 6px;
      background-color: #ebebeb !important;
    }

    .important-inner-wrapper::-webkit-scrollbar-thumb {
      background-color: #aaaaaa !important;
		}
	.large-content p{
		letter-spacing:0px;
	}
	.right-contents p{
		letter-spacing:0px;
	}
    @media (max-width: 991px) {
      .important-main-wrapper .bottom-content {
        width: 100%;
      }
      .popup-body-text .btm-text {
        margin-bottom: 16px;
      }
      .explore-btns-wrapper {
        padding-bottom: 23px;
      }
      .top-title {
        padding: 10px 10px 2px 10px;
      }

      .important-left-contents,
      .important-right-contents {
        width: 100%;
      }

      .important-inner-wrapper .flex-wrap-content {
        flex-direction: column-reverse;
      }
      .image-content figure img {
        scale: 1.7;
      }
/*       .image-content figure {
        overflow: hidden;
      } */
      .table-content ul {
        padding: 4px 8px;
      }
      .table-content li {
        padding-left: 10px;
      }
      .popup-head-section figure {
        max-width: 203px;
      }
      .top-title h2 {
        font-size: 45px;
      }
      .explore-btns-wrapper {
        padding-bottom: 23px;
      }
      .explore-btns-wrapper .explore-btns {
        font-size: 12px;
        padding: 3px 4px;
      }
      .popup-body-text h3 {
        font-size: 14px;
      }
      .popup-body-text p {
        font-size: 12px;
        padding: 0 20px;
      }
      .table-content h2 {
        font-size: 14px;
      }
      .table-content li {
        font-size: 12px;
      }
    }
    @media (max-width: 625px) {
.flex-wrap-content .right-contents ul li {
        font-size: 12px;
    }
		 .popup p {
        font-size: 12px;
        word-break: break-word;
      }
    }
    @media (max-width: 567px) {
	.bottom-content .large-content-title {
		font-size: 12px;
}
	.large-content p {
		letter-spacing: -0.18px;
	}
		.important-main-wrapper {
			padding: 17px 11px 23px 0;
		}
				.important-inner-wrapper {
			padding: 0 10px;
		}
      .image-content figure {
        max-width: 138px;
      }
      .flex-wrap-content .right-contents ul li {
        font-size: 12px;
      }
      .popup p {
        font-size: 12px;
        word-break: break-word;
      }
      .important-inner-wrapper h3 {
        font-size: 16px;
      }
	.important-inner-wrapper .important-left-contents h4 {
		font-size: 14px;
	}
      .popup-body-text h3 {
        padding: 16px 0 13px 0;
      }
      .table-content li {
        margin-bottom: 3px;
      }
      .table-content h2 {
        padding: 7px 7px 7px 7px;
      }
    }