@import url("https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@400;500;600;700&family=Noto+Sans+Sinhala:wght@400;500;700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bs-body-font-family: "Roboto", "Noto Sans Sinhala", sans-serif;
  --primary-color: #ff4200;
  --white: #ffffff;
  --black: #000000;
  --nav-bar: #15171B;
  --bg-color1: #15161A;
  --gray-color: #989898;
}

body {
  font-family: "Roboto", "Noto Sans Sinhala", sans-serif;
}

.script-si {
  font-family: "Noto Sans Sinhala", "Roboto", sans-serif !important;
  font-size: 0.96em;
  line-height: 1.24;
  letter-spacing: 0;
}

h1.script-si,
h2.script-si,
h3.script-si,
h4.script-si,
h5.script-si,
h6.script-si,
.article-title.script-si,
.sub_title.script-si,
.video_title.script-si,
.short-title.script-si {
  font-family: "Gemunu Libre", "Noto Sans Sinhala", "Roboto", sans-serif !important;
  font-weight: 500;
  line-height: 1.28;
}

a {
  color: var(--primary-color);
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1420px;
}

.btn.btn-primary {
  color: var(--white);
  background-color: var(--primary-color);
  border-radius: 0;
  display: flex;
  align-items: center;
  border-color: var(--primary-color);
}

.left_border {
  max-width: 10px;
  height: 30px;
  background-color: var(--primary-color);
  display: block;
  width: 100%;
  margin-right: 10px;
}

.main_slide {
  height: 380px !important;
  object-fit: cover;
}

.p50 {
  padding-top: 50px !important;
}

.sub_title {
  font-family: Roboto, sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sub_title.type_1 {
  color: var(--white);
}
.sub_title.type_2 {
  color: var(--black);
}

.sm_box_title {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: normal;
  border-top: 1px solid var(--primary-color);
  margin-bottom: 1rem;
}
.sm_box_title div {
  margin-top: 10px;
  border-left: 5px solid var(--primary-color);
  padding-left: 10px;
  text-transform: uppercase;
}

a.content_sm_box,
a.content_sm_box:hover,
a.content_sm_box:focus,
a.content_sm_box:visited {
  text-decoration: none !important;
  color: inherit;
  display: block;
}
a.content_sm_box h3,
a.content_sm_box p {
  text-decoration: none !important;
}
/* Category section lead-link wrapper in content_block4 */
.content_block4 .content_sm_box.type_2 > a,
.content_block4 .content_sm_box.type_2 > a:hover,
.content_block4 .content_sm_box.type_2 > a:focus,
.content_block4 .content_sm_box.type_2 > a:visited {
  text-decoration: none;
  color: inherit;
  display: block;
}
.content_block4 .content_sm_box.type_2 > a h3,
.content_block4 .content_sm_box.type_2 > a p {
  text-decoration: none;
}
.content_sm_box .content_img {
  position: relative;
  overflow: hidden;
}
.content_sm_box .content_img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.content_sm_box .content_img .breaking_tag {
  position: absolute;
  bottom: 0;
}
.content_sm_box h3 {
  color: #FFF;
  font-family: Roboto, sans-serif;
  font-size: 1.563rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem; /* 133.333% */
  padding: 1rem 0;
  margin-bottom: 0;
}
.content_sm_box p {
  font-size: 14px;
  color: var(--white);
}
.content_sm_box .time_tag {
  font-size: 14px;
  color: var(--gray-color);
}
.content_sm_box.type_2 {
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 20px;
}
.content_sm_box.type_2.pb-0 {
  padding-bottom: 0;
}
.content_sm_box.type_2 h3 {
  color: var(--black);
  font-size: 21px;
  line-height: 25px;
}
.content_sm_box.type_2 h3.white_text {
  color: var(--white);
}
.content_sm_box.type_2 h3.bordertb {
  border-top: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.content_sm_box.type_2 h3.bordertb a {
  color: inherit;
  text-decoration: none;
}
.content_sm_box.type_2 p {
  color: var(--black);
}
.content_sm_box.type_2 p.white_text {
  color: var(--white);
}
.content_sm_box.type_2 .content_img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.video_content {
  position: relative;
  overflow: hidden;
}
.video_content img {
  width: 100%;
  object-fit: cover;
}
.video_content .play_icon {
  position: absolute;
  right: 4.14438rem;
  bottom: 4.70688rem;
}
.video_content.v_1 {
  padding-bottom: 16px;
}

.breaking_tag {
  display: flex;
  align-items: center;
}
.breaking_tag .tag_text {
  display: flex;
  padding: 0.3125rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: var(--primary-color);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.breaking_tag .tag_text.sm_tag {
  font-size: 18px;
}

.page-header {
  background: var(--black);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.page-header .header-block {
  display: flex;
  height: 5.375rem;
  padding: 2.6875rem 3.125rem;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
  position: relative;
}
.page-header .header-block .block {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.page-header .header-block .block.header-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.page-header .header-block .block.header-logo a {
  display: inline-flex;
  align-items: center;
}
.site-logo {
  height: 35px;
  width: auto;
  display: block;
}
.site-logo-dark {
  display: none;
}
.page-header .header-block .block .language {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-right: 1px solid var(--white);
  padding-right: 0.62rem;
}
.page-header .header-block .block .language:last-child {
  border-right: none;
}
.page-header .header-block .block .search-login {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.page-header .header-block .block .search-login .search .material-symbols-outlined {
  font-size: 2rem;
  color: var(--gray-color);
}
.page-header .header-block .block .search-login .login {
  display: flex;
  padding: 0.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  background: var(--primary-color);
}
.page-header .header-block .block .search-login .login .material-symbols-outlined {
  color: var(--white);
}
.page-header .header-block .block.header-actions {
  margin-left: auto;
  gap: 1.5rem;
}
.page-header .header-block .block.header-actions .custom-navbar-toggler {
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
}
.page-header .header-block .block.header-actions .custom-navbar-toggler .toggler-line {
  width: 1.8rem;
  height: 0.12rem;
  border-radius: 999px;
  background-color: var(--white);
}

.navbar {
  background-color: var(--nav-bar) !important;
  border-radius: 0 !important;
  position: sticky;
  top: 0;
  z-index: 1030;
}
.navbar .navbar-collapse .navbar-nav .nav-item a {
  padding: 5px 16px;
  font-weight: 500;
  color: var(--white);
}
.navbar .navbar-collapse .navbar-nav .nav-item a:hover {
  color: var(--primary-color);
}

.content_block1 {
  padding: 50px 50px;
  background-color: var(--bg-color1);
}
.content_block1 .carousel-indicators {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  bottom: 20px;
}
.content_block1 .carousel-indicators button {
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  background-color: var(--white);
  opacity: 1;
  border-top: 0;
  border-bottom: 0;
}
.content_block1 .carousel-indicators button.active {
  background-color: var(--primary-color);
  border: 1px solid var(--white);
}

.carousel-caption.d-none.d-md-block {
  left: 0;
  width: 100%;
  padding: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
.carousel-caption h1 {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
  text-align: left;
  margin-top: 16px;
}

.content_block2 {
  padding: 50px 50px;
}

.rightside_news .right_content {
  display: flex;
  align-content: first baseline;
}
.rightside_news .right_content:last-child {
  padding-top: 35px;
}

.content_block3 {
  padding: 50px;
  background-color: var(--primary-color);
  padding-bottom: 90px;
}
.content_block3 #spotlightCarousel .carousel-item .row {
  display: flex;
}
.content_block3 #spotlightCarousel .carousel-item .row .col-md-4 {
  display: flex;
  flex-direction: column;
}
.content_block3 #spotlightCarousel .carousel-indicators {
  margin-left: 0;
  margin-bottom: -30px;
  width: 100%;
  bottom: 0;
}
.content_block3 #spotlightCarousel .carousel-control-prev,
.content_block3 #spotlightCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  opacity: 0.8;
}
.content_block3 #spotlightCarousel .carousel-control-prev:hover,
.content_block3 #spotlightCarousel .carousel-control-next:hover {
  opacity: 1;
}
.content_block3 #spotlightCarousel .carousel-control-prev {
  left: 20px;
}
.content_block3 #spotlightCarousel .carousel-control-next {
  right: 20px;
}
.content_block3 .video_title {
  color: var(--white);
  font-size: 20px;
  top: 20px;
  left: 20px;
  border-left: 5px solid var(--white);
  padding-left: 10px;
  position: absolute;
}
.content_block3 .video_content {
  border-radius: 30px;
  overflow: hidden;
}
.content_block3 .video_content .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.content_block3 .carousel-indicators {
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  bottom: -30px;
}
.content_block3 .carousel-indicators button {
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  background-color: var(--white);
  opacity: 1;
  border-top: 0;
  border-bottom: 0;
}
.content_block3 .carousel-indicators button.active {
  background-color: var(--primary-color);
  border: 1px solid var(--white);
}

.content_block4 {
  padding: 50px;
}

.content_block5 {
  padding: 50px;
  background-color: var(--bg-color1);
}
.content_block5 #discoverCarousel {
  position: relative;
}
.content_block5 #discoverCarousel .carousel-control-prev,
.content_block5 #discoverCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 0.8;
  z-index: 2;
}
.content_block5 #discoverCarousel .carousel-control-prev .carousel-control-prev-icon,
.content_block5 #discoverCarousel .carousel-control-prev .carousel-control-next-icon,
.content_block5 #discoverCarousel .carousel-control-next .carousel-control-prev-icon,
.content_block5 #discoverCarousel .carousel-control-next .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
  font-family: "Material Symbols Outlined";
  font-size: 2rem;
  color: var(--black);
}
.content_block5 #discoverCarousel .carousel-control-prev:hover,
.content_block5 #discoverCarousel .carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.content_block5 #discoverCarousel .carousel-control-prev {
  left: -25px;
}
.content_block5 #discoverCarousel .carousel-control-next {
  right: -25px;
}
.content_block5 #discoverCarousel .carousel-inner .carousel-item .row {
  margin: 0;
}
.content_block5 #discoverCarousel .carousel-inner .carousel-item .row [class*=col-] {
  padding: 10px;
}
@media (max-width: 575.98px) {
  .content_block5 #discoverCarousel .carousel-inner .carousel-item .row [class*=col-] {
    margin-bottom: 20px;
  }
  .content_block5 #discoverCarousel .carousel-inner .carousel-item .row [class*=col-]:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .content_block5 #discoverCarousel .carousel-control-prev {
    left: 10px;
  }
  .content_block5 #discoverCarousel .carousel-control-next {
    right: 10px;
  }
}

.details_info .info_img {
  position: relative;
}
.details_info .info_img h1 {
  position: absolute;
  font-size: 50px;
  font-weight: bold;
  color: var(--white);
  padding: 20px 30px;
  bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 30px;
}
.details_info .content_info {
  padding-top: 30px;
}
.details_info .content_info p {
  color: var(--white);
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .details_info .info_img h1 {
    position: static;
    font-size: 32px;
    padding: 12px 16px;
    margin: 0 0 12px 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: auto;
    line-height: 1.2;
  }
  .details_info .info_img img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .details_info .content_info {
    padding-top: 20px;
  }
  .details_info .content_info p {
    font-size: 16px;
  }
  .details_info .card_foter {
    margin-top: 30px;
  }
  .details_info .card_foter .back_to_home {
    font-size: 16px;
  }
  .details_info .card_foter .post_time {
    font-size: 14px;
  }
  .details_info .share_options {
    padding: 30px 0;
  }
  .details_info .share_options span {
    padding-right: 12px;
  }
  .details_info .share_options .social-icons {
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .details_info .info_img h1 {
    font-size: 20px;
    padding: 8px 10px;
    margin: 0 0 10px 0;
    white-space: normal;
    word-break: break-word;
  }
  .details_info .info_img img {
    width: 100%;
    height: auto;
  }
  .details_info .content_info {
    padding-top: 12px;
  }
  .details_info .content_info p {
    font-size: 14px;
  }
  .details_info .card_foter {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
  .details_info .card_foter .back_to_home {
    font-size: 14px;
  }
  .details_info .card_foter .post_time {
    font-size: 13px;
  }
  .details_info .share_options {
    padding: 20px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .details_info .share_options .social-icons {
    gap: 10px;
  }
}
.card_foter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.card_foter .back_to_home {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card_foter .post_time {
  font-size: 18px;
  color: var(--gray-color);
}

.share_options {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.share_options span {
  color: var(--gray-color);
  padding-right: 16px;
}
.share_options .social-icons {
  display: flex;
  gap: 20px;
}
.footer_block {
  background-color: var(--black);
  padding: 50px 50px 20px;
  color: var(--white);
}
.footer_block .footer-content {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_block .footer-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .footer_block .footer-section {
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .footer_block .footer-section {
    gap: 20px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .footer_block .footer-section {
    gap: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer_block .footer-section:last-child {
    margin-bottom: 0;
  }
}
.footer_block .language-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .footer_block .language-options {
    align-items: center;
  }
}
.footer_block .language-options .language-item {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s;
}
@media (max-width: 575.98px) {
  .footer_block .language-options .language-item {
    font-size: 0.9rem;
  }
}
.footer_block .language-options .language-item:hover {
  color: var(--primary-color);
}
.footer_block .language-options .language-item.active {
  color: var(--primary-color);
  font-weight: 600;
}
.footer_block .social_media_download-section {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .footer_block .social_media_download-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer_block .social_media_download-section {
    gap: 25px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .footer_block .social_media_download-section {
    gap: 20px;
  }
}
.footer_block .social_media_download-section .connect-section {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer_block .social_media_download-section .connect-section {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_block .social_media_download-section .connect-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer_block .social_media_download-section .connect-section .connect-title {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .footer_block .social_media_download-section .connect-section .connect-title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer_block .social_media_download-section .connect-section .connect-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
.footer_block .social_media_download-section .connect-section .social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer_block .social_media_download-section .connect-section .social-icons {
    justify-content: center;
    gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_block .social_media_download-section .connect-section .social-icons {
    justify-content: center;
  }
}
.footer_block .social_media_download-section .connect-section .social-icons .social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .footer_block .social_media_download-section .connect-section .social-icons .social-icon {
    width: 20px;
    height: 20px;
  }
}
.footer_block .social_media_download-section .connect-section .social-icons .social-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.footer_block .social_media_download-section .connect-section .social-icons .social-icon:hover {
  opacity: 0.7;
}
.footer_block .social_media_download-section .download-section {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .footer_block .social_media_download-section .download-section {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_block .social_media_download-section .download-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer_block .social_media_download-section .download-section .download-title {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .footer_block .social_media_download-section .download-section .download-title {
    padding-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer_block .social_media_download-section .download-section .download-title {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
.footer_block .social_media_download-section .download-section .app-download-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .footer_block .social_media_download-section .download-section .app-download-buttons {
    justify-content: center;
    gap: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_block .social_media_download-section .download-section .app-download-buttons {
    justify-content: center;
  }
}
.footer_block .social_media_download-section .download-section .app-download-buttons .app-button {
  display: inline-block;
  height: 40px;
  transition: opacity 0.3s;
}
@media (max-width: 575.98px) {
  .footer_block .social_media_download-section .download-section .app-download-buttons .app-button {
    height: 35px;
  }
}
.footer_block .social_media_download-section .download-section .app-download-buttons .app-button img {
  height: 100%;
  width: auto;
}
.footer_block .social_media_download-section .download-section .app-download-buttons .app-button:hover {
  opacity: 0.8;
}
.footer_block .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .footer_block .footer-links {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer_block .footer-links {
    justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .footer_block .footer-links {
    gap: 12px;
  }
}
.footer_block .footer-links .footer-link {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 767.98px) {
  .footer_block .footer-links .footer-link {
    font-size: 0.95rem;
  }
}
@media (max-width: 575.98px) {
  .footer_block .footer-links .footer-link {
    font-size: 0.9rem;
  }
}
.footer_block .footer-links .footer-link:hover {
  color: var(--primary-color);
}
.footer_block .footer-copyright {
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .footer_block .footer-copyright {
    padding-top: 15px;
  }
}
.footer_block .footer-copyright p {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 575.98px) {
  .footer_block .footer-copyright p {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer_block {
    padding: 40px 30px 20px;
  }
  .footer_block .footer-content {
    padding-bottom: 25px;
  }
  .footer_block .footer-section {
    gap: 25px;
  }
  .footer_block .social_media_download-section {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .footer_block {
    padding: 30px 20px 15px;
  }
  .footer_block .footer-content {
    padding-bottom: 20px;
  }
  .footer_block .footer-section {
    gap: 20px;
  }
  .footer_block .language-options {
    align-items: center;
  }
  .footer_block .social_media_download-section {
    gap: 25px;
  }
}
@media (max-width: 575.98px) {
  .footer_block {
    padding: 25px 15px 15px;
  }
  .footer_block .footer-content {
    padding-bottom: 15px;
  }
  .footer_block .footer-section {
    gap: 15px;
  }
  .footer_block .social_media_download-section {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header .header-block {
    justify-content: flex-start !important;
    padding-left: 1rem;
  }
  .page-header .header-block .block.header-logo {
    position: static !important;
    left: auto !important;
    transform: none !important;
    margin-left: 0 !important;
  }
}

/* Dark Mode */
[data-theme="dark"] {
  --white: #e0e0e0;
  --black: #121212;
  --nav-bar: #1a1a1a;
  --bg-color1: #0d0d0d;
  --gray-color: #aaa;
}
[data-theme="dark"] body {
  background-color: #121212;
  color: #e0e0e0;
}
[data-theme="dark"] .content_block2 {
  background-color: #1a1a1a;
}
[data-theme="dark"] .content_block4 {
  background-color: #1a1a1a;
}
[data-theme="dark"] .content_sm_box.type_2 h3 {
  color: #e0e0e0;
}
[data-theme="dark"] .content_sm_box.type_2 p {
  color: #ccc;
}
[data-theme="dark"] .content_sm_box.type_2 {
  border-bottom-color: #333;
}
[data-theme="dark"] .sub_title.type_2 {
  color: #e0e0e0;
}
[data-theme="dark"] .article-container {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
[data-theme="dark"] .article-title {
  color: #e0e0e0;
}
[data-theme="dark"] .article-deck {
  color: #aaa;
}
[data-theme="dark"] .article-body {
  color: #ddd;
}
[data-theme="dark"] .site-logo-light {
  display: none;
}
[data-theme="dark"] .site-logo-dark {
  display: block;
}
[data-theme="dark"] .article-share {
  border-top-color: #333;
}
[data-theme="dark"] .related-articles {
  border-top-color: #333;
}

/* Dark mode toggle button */
.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-toggle .material-symbols-outlined {
  color: var(--gray-color);
  font-size: 1.5rem;
  transition: color 0.3s;
}
.theme-toggle:hover .material-symbols-outlined {
  color: var(--primary-color);
}

/* Vertical Videos (Shorts) Section */
.content_block_shorts {
  padding: 30px 20px;
}
.shorts-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
}
.shorts-scroll::-webkit-scrollbar {
  display: none;
}
.short-card {
  flex: 0 0 200px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 9 / 16;
  background: #000;
}
.short-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.short-card:hover img {
  transform: scale(1.05);
}
.short-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,0.85));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
}
.short-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  opacity: 0.9;
}
.short-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.short-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.short-duration {
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .short-card {
    flex: 0 0 150px;
  }
}
/*# sourceMappingURL=styles.css.map */
