/**
* Template Name: Taranga News Advance News
* Template URL: https://techtaranga.com/attraibarta/
* Author: Sheikh Nesarul Islam by Tech Taranga
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* bengali */

@font-face {
  font-family: 'SutonnyMJ';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SutonnyMJ.woff2) format('woff2');
}

@font-face {
  font-family: "Shurjo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/ShurjoWeb_400_v5_1.woff2") format("woff2"),
    url("../font/ShurjoWeb_400_v5_1.woff") format("woff");
}

@font-face {
  font-family: "Shurjo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/ShurjoWeb_700_v5_1.woff2") format("woff2"),
    url("../font/ShurjoWeb_700_v5_1.woff") format("woff");
}

:root {
  --font-main: "Shurjo", "Siyam Rupali", "Roboto", Arial, sans-serif;
}

.tt-text {
  color: var(--tt-text-color) !important;
}

.tt-primary-bg {
  background-color: var(--tt_primary_color) !important;
}

.tt-primary-color {
  color: var(--tt_primary_color) !important;
}

.tt-white {
  background-color: var(--tt-white-color) !important;
}

.tt-gray {
  background-color: var(--tt-gray-color) !important;
}

body {
  font-family: var(--font-main);
  background: var(--tt-white-color);

}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #3d3d3d;
  text-decoration: none;
}

a.tech-text:hover {
  color: var(--tt_primary_color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-main) !important;
  font-weight: bold;
}

.form-control:focus {
  box-shadow: unset !important;
}

/* scrol bar */
.no-scrol-bar::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.no-scrol-bar::-webkit-scrollbar-thumb {
  background: #FF0000;
}

.cursor-pointer {
  cursor: pointer;
}

#techtaranga_backToTop {
  line-height: 3;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background: white;
  border: 1px solid;
  color: #b0b0b0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 21px;
  transition: opacity 0.3s ease;
  height: 35px;
  text-align: center;
  width: 35px;
  line-height: 32px;
}

#techtaranga_backToTop:hover {
  background: var(--tt_primary_color);
  color: white;
}


.donate_button {
  background: var(--tt_primary_color);
  color: white;
}

.donate_button:hover {
  background: var(--tt_primary_color);
  color: white;
}

/* News Title  */
.article-title {
  font-size: 26px;
  line-height: 34px;
}

.article-title-1 {
  font-size: 24px;
  line-height: 32px;
}

.article-title-2 {
  font-size: 22px;
  line-height: 28px;
}

.article-title-3 {
  font-size: 20px;
  line-height: 24px;
}

.article-title-4 {
  font-size: 18px;
  line-height: 25px;
}

.article-title-5 {
  font-size: 16px;
  line-height: 20px;
}

.article-title,
.article-title-1,
.article-title-2,
.article-title-3,
.article-title-4,
.article-title-5,
.article-title a,
.article-title-1 a,
.article-title-2 a,
.article-title-3 a,
.article-title-4 a,
.article-title-5 a {
  color: #404040;
}

.article-title:hover,
.article-title-1:hover,
.article-title-2:hover,
.article-title-3:hover,
.article-title-4:hover,
.article-title-5:hover,
.article-title a:hover,
.article-title-1 a:hover,
.article-title-2 a:hover,
.article-title-3 a:hover,
.article-title-4 a:hover,
.article-title-5 a:hover {
  color: #C8102E;
}

.article-summery-1,
.article-summery-2,
.article-summery-3,
.article-summery-4,
.article-summery-5,
.article-summery-6,
.article-summery-7 {
  line-height: 24px;
  font-size: 17px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
  color: #595959;
  font-size: 16px;
}

.article-summery-7 {
  -webkit-line-clamp: 7;
}

.article-summery-6 {
  -webkit-line-clamp: 6;
}

.article-summery-5 {
  -webkit-line-clamp: 5;
}

.article-summery-4 {
  -webkit-line-clamp: 4;
}

.article-summery-3 {
  -webkit-line-clamp: 3;
}

.article-summery-2 {
  -webkit-line-clamp: 2;
}

.article-summery-1 {
  -webkit-line-clamp: 1;
}

.section-title-1 {
  font-size: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--tt_primary_color);
}

.section-title-1 a:hover {
  color: var(--tt_primary_color);
  transition: 0.3s;
}

.section-title-2 {
  font-size: 26px;
  position: relative;
  display: inline-block;
}

.section-title-2::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -31px;
  height: 20px;
  width: 20px;
  background: var(--tt_primary_color);
}

.section-title-3 {
  font-size: 26px;
  padding-left: 28px;
  position: relative;
  display: inline-block;
}

.section-title-3::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background: var(--tt_primary_color);
}

.section-title-4-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.section-title-4 {
  font-size: 26px;
  color: var(--tt_primary_color);
  margin: 0;
  position: relative;
  display: inline-block;
}

.section-title-4 a {
  color: var(--tt_primary_color);
}

.section-title-4 a:hover {
  color: #444;
}

/*.section-title-4::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -6px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: var(--tt_primary_color);*/
/*}*/
.section-title-4-wrap .more-link {
  font-size: 16px;
  color: #555;
  text-decoration: none;
  font-weight: bold;
}

.section-title-4-wrap .more-link:hover {
  color: var(--tt_primary_color);
}

/* Header */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 5px 5px -5px #000;
  z-index: 1041;
}

#siteHeader.sticky-nav .top-10-news {
  display: none;
}

@media (min-width: 768px) {

  #siteHeader.sticky-nav .topbar,
  #siteHeader.sticky-nav .top-10-news {
    display: none;
  }
}

/* News Border */
.news-separator-vertical-border {
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
  .news-separator-vertical-border {
    border-right: none;
  }
}

.news-separator-horizontal-border {
  border-top: 1px solid #e2e2e2;
  margin: 15px 0px;
}

/* Top 10 News */
.top-10-news {
  background: #f2f2f2;
}

.top-10-news .top-featured-img {
  border-radius: 35px
}

.top-10-news .top-10-category {
  font-size: 18px;
}

.top-10-news .top-10-category-icon {
  height: 17px;
  border-radius: 50%;
}

/* Date */
.today-date {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  line-height: 22px;
}

.today-date span {
  display: block;
}

.main-menu ul {
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}

.main-menu ul li a {
  font-size: 18px;
  padding: 10px 10px 0px 10px;
  font-weight: bold;
}

/* News Ticker */
.news-ticker-bg {
  background-color: var(--tt_secondary_color);
  color: #fff;
}

.news-ticker-container {
  height: 44px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.news-ticker-label {
  background-color: var(--tt_primary_color);
  color: #fff;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px 0 15px;
  margin-right: 15px;
  position: relative;
  z-index: 10;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  font-size: 18px;
}

.ticker-viewport {
  flex-grow: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ticker-viewport ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.ticker-viewport li {
  height: 44px;
  display: flex;
  align-items: center;
}

.ticker-viewport li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticker-viewport li a:hover {
  color: #fff;
}

.tt-creative-ticker {
  background: var(--tt_primary_color);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tt-creative-label {
  background: var(--tt_secondary_color);
  color: white;
  padding: 4px 16px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-right: 15px;
  font-size: 15px;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}

.tt-pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.tt-ticker-icons a {
  width: 36px;
  text-align: center;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease;
  line-height: 40px;
}

.tt-ticker-icons a:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.tt-ticker-icons a i {
  margin: 0 !important;
  font-size: 17px !important;
}

/* Off Canvas */
/* Reset Offcanvas Width and Shadows */



/* Offcanvas Body Structure */
.offcanvas-top-nav .nav-link {
  color: #1f2937 !important;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.offcanvas-top-nav .nav-link:hover {
  color: #ef4444 !important;
}

/* Accordion Specific Targeting */
.category-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #f3f4f6;
}

.category-accordion .accordion-button {
  padding: 15px 0;
  box-shadow: none !important;
  background-color: transparent !important;
  font-size: 17px;
  font-weight: 600;
}

.category-accordion .accordion-button:not(.collapsed) {
  color: #ef4444 !important;
}

/* Override BS Accordion Chevron with matching Red on active */
.category-accordion .accordion-button::after {
  background-size: 13px;
  transition: transform 0.2s ease-in-out;
}

/* Subcategories formatting */
.subcategory-list {
  padding-left: 0;
  margin-bottom: 5px;
}

.subcategory-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 12px;
}

.subcategory-list li a {
  text-decoration: none;
  font-size: 18px;
}

/* Mobile Fixes */
@media (max-width: 767px) {
  .offcanvas-top-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .offcanvas-top-nav .nav-item {
    width: 33.33%;
  }

  .offcanvas-top-nav .nav-item .nav-link {
    padding: 5px 0;
    font-size: 15px;
  }

  .subcategory-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

/*
=========================================
   Main Menu Dropdown Features
=========================================
*/
.main-menu ul li.has-tech-dropdown {
  position: relative;
  cursor: pointer;
}

/* The hidden submenu list */
.tech-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: var(--tt-white-color, #ffffff);
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 4px;
  border-top: 3px solid var(--tt_primary_color, #ef4444);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

  /* Animation hidden states */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1050;
}

/* Hovering on the parent instantly makes it smoothly appear */
.main-menu ul li.has-tech-dropdown:hover .tech-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown list item */
.tech-dropdown-menu li {
  width: 100%;
  display: block;
  margin: 0;
}

/* Dropdown specific ancher styles overriding global main-menu styling */
.tech-dropdown-menu li a {
  display: block;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #4b5563 !important;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f3f4f6;
}

/* Last item shouldn't have bottom border */
.tech-dropdown-menu li:last-child a {
  border-bottom: none;
}

/* Hover effects for dropdown items */
.tech-dropdown-menu li a:hover {
  background-color: #f9fafb;
  color: var(--tt_primary_color, #ef4444) !important;
  padding-left: 24px !important;
  /* smooth slide right effect */
}

.secondary_menu_tt {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary_menu_tt li {
  position: relative;
}

.secondary_menu_tt li:not(:last-child) {
  padding-right: 20px;
}

.secondary_menu_tt li:not(:last-child)::after {
  content: "|";
  color: #acacac;
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* Footer */
.footer-main {
  background: var(--tt_secondary_color);
}

.footer-contact-info,
.footer-editors-info {
  font-size: 22px;
}

/* Footer Menu  */
.footer-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.footer-menu>li {
  margin-bottom: 8px;
}

.footer-menu>li>a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  transition: color 0.2s ease;
}

.footer-menu>li>a:hover {
  color: var(--tt_primary_color, #ef4444);
}

.footer-social {
  color: white;
  font-size: 20px;
}

.footer-social a {
  font-size: 24px;
  padding: 0 6px;
}

.footer-copyright {
  text-align: center;
  font-size: 20px;
  color: white;
}

/* Lead Carousel Overlay */
#LeadCarousel .carousel-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  /* Tweak depth of overlay here */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

#LeadCarousel .carousel-caption {
  z-index: 10;
  bottom: 20px;
}

#LeadCarousel .carousel-caption h5,
#LeadCarousel .carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* Opinion */
.techtataranga_opinion2 {
  border: 4px solid #ebd9d9;
  padding-top: 19px;
  padding-bottom: 18px;
  position: relative;
}

.techtataranga_opinion2 .opinion_title {
  font-size: 24px;
  position: absolute;
  top: -19px;
  padding: 0 6px;
  left: 20px;
  background: white;
}

/* Most Recent  */
.nav-item a {
  font-size: 22px;
  padding: 0;
  color: #212529;
}

.nav-item a:hover {
  color: var(--tt_primary_color);
}

.nav-item.active a {
  color: var(--tt_primary_color);
}

div#myTabContent {
  max-height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* Post Page  */

.artile_main_container .article_catrgory {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.artile_main_container .article_catrgory img {
  height: 30px;
  border-radius: 50%;
  padding-right: 12px;
}

.artile_main_container .article_title {
  font-size: var(--tt_article_fs);
  line-height: 47px;
  margin-top: 11px;
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .artile_main_container .article_title {
    font-size: var(--tt_article_mfs);
  }
}

.artile_main_container .article_subtitle {
  font-size: 20px;
  line-height: 31px;
  margin-top: 11px;
}

.artile_main_container .user_name {
  font-size: 16px;
}

.artile_main_container .user_designation {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: normal;
}

.article_share a {
  font-size: 16px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 5px;
  background: #e2e2e2;
  user-select: none;
}

.article_share a.social_share {
  width: auto;
  padding: 0px 20px;
  margin-left: 0;
  border-radius: 40px;
}


/* Content Block  */

.story-details {
  text-align: justify;
  font-size: var(--tt_post_content_fs);
}

.story-details h1 {
  font-size: 2em;
  margin: .67em 0
}

.story-details h2 {
  font-size: 1.5em;
  margin: .75em 0
}

.story-details h3 {
  font-size: 1.17em;
  margin: .83em 0
}

.story-details h5 {
  font-size: .83em;
  margin: 1.5em 0
}

.story-details h6 {
  font-size: .75em;
  margin: 1.67em 0
}

.story-details h1,
.story-details h2,
.story-details h3,
.story-details h4,
.story-details h5,
.story-details h6 {
  font-weight: bolder
}

.story-details ul {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 24px
}

.story-details img {
  width: 100%;
  height: auto;
}


.story-details .simage-caption {
  background: #f0f0ed;
  display: block;
  color: #757575;
  font-size: 16px;
  line-height: 30px;
  padding: 5px;
}

.story-details ol {
  list-style-type: none;
  list-style-position: inside;
  counter-reset: bengali-counter;
  margin-bottom: 10px
}

.story-details ol ul,
.story-details ul ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
  margin-bottom: 10px
}

.story-details ol ol,
.story-details ul ol {
  list-style-type: none;
  margin-left: 15px;
  counter-reset: bengali-counter;
  margin-bottom: 10px
}

.story-details ol li {
  counter-increment: bengali-counter;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px
}

.story-details ol li:before {
  content: counter(bengali-counter, bengali) ". ";
  font-family: var(--font-main) !important;
  position: absolute;
  left: 0;
  width: 25px;
  text-align: right
}

.story-details .bodytext-image,
.story-details .richtext-image.full-width {
  width: 100%
}

.story-details .richtext-image.right {
  margin-left: auto
}

.story-details ul li {
  margin-bottom: 8px
}

.interview-sub-heading ul li {
  margin-bottom: 16px !important
}

.story-details p {
  font-size: var(--tt_article_cfs);
  line-height: 30px;
  margin-top: 16px;
  text-align: justify;
}

.story-details p,
.story-details p:last-child {
  margin-bottom: 16px
}

.story-details a {
  color: #1e88e5
}

.story-details a:hover {
  color: var(--golden1)
}

.story-details .block-full_richtext iframe,
.story-details .block-video iframe {
  width: 100%;
  max-height: 850px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 480px
}

.story-details blockquote:before {
  content: "”";
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  display: block;
  color: var(--tt_primary_color);
  top: -40px;
  left: 30px
}

.story-details blockquote:not(.twitter-tweet):not(.instagram-media) {
  font-size: 1.5rem;
  color: #878787;
  font-weight: 700;
  padding: 8px 30px 0;
  position: relative;
  margin: 36px 0 24px
}

.story-details blockquote br {
  display: none !important
}

.story-details blockquote b br {
  display: none
}

.story-details blockquote b {
  display: block;
  color: #333;
  font-size: 1.125rem;
  margin-top: .5rem;
  margin-bottom: 1px;
  line-height: normal
}

.story-details blockquote i {
  color: #333;
  font-style: normal;
  font-size: 1rem;
  display: block;
  line-height: normal
}

.story-details blockquote i br {
  display: none
}

.post-tipics a {
  background: #eeeeee;
  color: var(--tt-text-color);
  padding: 4px 13px;
  margin-right: 6px;
  transition: .2s;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}

.rmp_container h3 {
  font-size: 22px;
  color: #466c75;
}

.rmp_container span {
  font-size: 15px;
  background: #9c6b38;
  color: white;
  display: inline-block;
  padding: 5px 12px;
}

.releted_article {
  font-size: 22px;
  position: relative;
  display: inline-block;
}

.releted_article::after {
  content: '';
  position: absolute;
  top: 2px;
  right: -31px;
  height: 18px;
  width: 18px;
  background: var(--tt_primary_color);
}

/* Most Populler  */
.recent_pop_title {
  font-size: 22px;
  padding-top: 10px;
  margin-bottom: 14px;
  border-top: 2px solid #9c6b38;
  border-bottom: 2px solid #9c6b38;
  padding-bottom: 4px;
  text-align: center;
}

.recent_pop_news_item:hover,
.recent_pop_news_item {
  color: #9c6b38;
}

.recent_pop_news_item h3 {
  color: var(--tt_secondary_color);
  transition: 0.3s;
}

.recent_pop_news_item h3:hover {
  color: #9c6b38;
}

/*--------------------------------------------------------------
# Authentication Pages (Login & Register)
--------------------------------------------------------------*/
.auth-wrapper {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.auth-container {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.auth-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-top: 4px solid var(--tt_primary_color);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
}

.auth-header {
  padding: 45px 40px 15px;
  text-align: center;
}

.auth-logo {
  max-width: 190px;
  margin-bottom: 20px;
}

.auth-title {
  font-size: 30px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 5px;
  letter-spacing: -0.5px;
}

.auth-subtitle {
  color: #64748b;
  font-size: 16px;
}

.auth-body {
  padding: 20px 45px 45px;
}

.auth-form .form-group {
  margin-bottom: 22px;
}

.auth-form .form-label {
  display: block;
  font-weight: 600;
  color: #334155;
  margin-bottom: 8px;
  font-size: 15px;
  padding-left: 2px;
}

.auth-form .form-control {
  border-radius: 12px !important;
  padding: 15px 20px !important;
  border: 1px solid #cbd5e1 !important;
  font-size: 16px !important;
  background-color: #f8fafc !important;
  transition: all 0.3s ease !important;
  color: #0f172a !important;
}

.auth-form .form-control:focus {
  background-color: #ffffff !important;
  border-color: var(--tt_primary_color) !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tt_primary_color) 15%, transparent) !important;
  outline: none !important;
}

.pwd-toggle-wrapper {
  position: relative;
}

.pwd-toggle-btn {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #94a3b8;
  z-index: 5;
  font-size: 20px;
  transition: color 0.2s ease;
}

.pwd-toggle-btn:hover {
  color: var(--tt_primary_color);
}

.auth-btn {
  background: linear-gradient(45deg, var(--tt_primary_color), var(--tt_secondary_color));
  color: white !important;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 15px;
  display: block;
  text-decoration: none;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--tt_primary_color) 25%, transparent);
}

.auth-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--tt_primary_color) 35%, transparent);
}

.auth-btn:active {
  transform: scale(0.98);
}

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 32px 0;
  color: #94a3b8;
  font-size: 15px;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #e2e8f0;
}

.auth-divider:not(:empty)::before {
  margin-right: 15px;
}

.auth-divider:not(:empty)::after {
  margin-left: 15px;
}

.auth-footer {
  text-align: center;
  margin-top: 10px;
  color: #64748b;
  font-size: 16px;
}

.auth-footer a {
  color: var(--tt_primary_color);
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.auth-footer a:hover {
  color: var(--tt_secondary_color);
  text-decoration: underline;
}

@media (max-width: 576px) {
  .auth-wrapper {
    padding: 30px 15px;
  }

  .auth-body {
    padding: 20px 25px 30px;
  }

  .auth-header {
    padding: 30px 25px 10px;
  }
}

/*--------------------------------------------------------------
# Account Dashboard & Profile
--------------------------------------------------------------*/
#account_attraibarta {
  background: #f8fafc;
  min-height: calc(100vh - 200px);
}

.attraibarta-shadow {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.round-15 {
  border-radius: 20px !important;
}

/* Sidebar Profile Card */
.attraiit-profile {
  background: #ffffff;
  padding: 30px 20px !important;
  transition: all 0.3s ease;
  overflow: visible !important;
  position: relative;
}

.attraiit-profile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--tt_primary_color), var(--tt_secondary_color));
  border-radius: 20px 20px 0 0;
}

.ttaranga_ab_avater {
  position: relative;
  height: 140px;
  width: 140px;
  margin: 0 auto 20px;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  background: #f1f5f9;
  overflow: visible;
}

.ttaranga_ab_avater:hover {
  border-radius: 50%;
}

.ttaranga_ab_avater img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttaranga_ab_avater_update {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.ttaranga_ab_avater:hover .ttaranga_ab_avater_update {
  opacity: 1;
  transform: translateY(0);
}

.ttaranga_ab_avater_update i {
  font-size: 20px;
  cursor: pointer;
}


.profile-main h4 {
  font-weight: 800;
  color: #1e293b;
  font-size: 22px;
  margin-bottom: 5px;
}

.profile-main h5 {
  color: #64748b;
  font-size: 15px;
  font-weight: 600;
}

/* Stats in Sidebar */
.count-ac ul {
  list-style: none;
  display: flex !important;
  justify-content: space-around;
  background: #f8fafc;
  border-radius: 15px;
  padding: 15px 10px !important;
  margin: 20px 0 0 !important;
}

.count-ac li {
  text-align: center;
  position: relative;
}

.count-ac li span {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: var(--tt_primary_color);
}

.count-ac li p {
  font-size: 11px;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0;
  letter-spacing: 0.5px;
}

.count-ac li i.bi-dash-lg {
  display: none !important;
}

/* Dashboard Action Cards (Grid) */
.ttaranga-acc-optns {
  padding: 25px 15px !important;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 25px 15px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #f1f5f9;
  height: 100%;
}

.ttaranga-acc-optns:hover {
  background: #f8fafc;
  transform: scale(1.03);
}

.ttaranga-acc-optns img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.ttaranga-acc-optns:hover img {
  transform: scale(1.1);
}

.ttaranga-acc-optns h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
}

.ttaranga-acc-optns.blue {
  background: #eff6ff !important;
  color: #2563eb !important;
}

.ttaranga-acc-optns.red2 {
  background: #fef2f2 !important;
  color: #dc2626 !important;
}

.ttaranga-acc-optns.gray {
  background: #f8fafc !important;
  color: #475569 !important;
}

.ttaranga-acc-optns.yeallow {
  background: #fffbeb !important;
  color: #d97706 !important;
}

.ttaranga-acc-optns.logout {
  background: #fff1f2 !important;
  color: #be123c !important;
}

/* Dashboard Widgets (Upper Row) */
.otp-wd {
  padding: 20px !important;
  height: auto !important;
  min-height: 100px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex !important;
  align-items: center;
  gap: 15px;
  background: #fff;
  transition: all 0.3s ease;
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.otp-wd:hover {
  transform: scale(1.03);
}

.otp-wd img {
  height: 45px !important;
  width: auto;
  margin: 0 !important;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.otp-wd .count-info .count {
  font-size: 28px !important;
  line-height: 1;
  color: #1e293b;
  font-weight: 800;
}

.otp-wd .count-info p:not(.count) {
  font-size: 14px;
  color: #64748b;
  font-weight: 600;
  margin: 0;
}

/* Account Sidebar & Profile Styling */
.ttaranga-profile {
  background: #fff;
  padding: 30px 20px !important;
  text-align: center;
}

.ttaranga_ab_avater {
  width: 110px;
  height: 110px;
  position: relative;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  padding: 4px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.ttaranga_ab_avater img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ttaranga_ab_avater_update {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--tt_primary_color);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  cursor: pointer;
  transition: transform 0.2s ease;
  z-index: 2;
}

.ttaranga_ab_avater_update:hover {
  transform: scale(1.1);
}

.profile-main h4 {
  font-weight: 800;
  color: #1e293b;
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.profile-main h5 {
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.count-ac ul {
  display: flex !important;
  justify-content: space-between !important;
  border-top: 1px solid #f1f5f9 !important;
  padding-top: 20px !important;
  margin: 0 !important;
}

.count-ac ul li {
  list-style: none;
  flex: 1;
}

.count-ac ul li span {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--tt_primary_color);
}

.count-ac ul li p {
  margin: 0;
  font-size: 12px;
  color: #94a3b8;
  font-weight: 600;
}

/* Sidebar Navigation Cards */
.ttaranga-opts {
  background: #fff;
  padding: 10px !important;
  margin-top: 20px !important;
}

.ttaranga-opts ul {
  padding: 0 !important;
  margin: 0 !important;
}

.ttaranga-opts ul li {
  list-style: none;
}

.ttaranga-opts ul li a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 15px !important;
  margin-bottom: 2px;
  border-radius: 12px !important;
  color: #475569 !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.ttaranga-opts ul li a img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain;
}

.ttaranga-opts ul li a:hover {
  background: #f8fafc !important;
  color: var(--tt_primary_color) !important;
  transform: translateX(5px);
}

.ttaranga-opts ul li a.text-danger:hover {
  background: #fff1f2 !important;
  color: #e11d48 !important;
}

/* Page Header Components */
.acc-info-head {
  background: #ffffff;
  margin-bottom: 25px;
  border: none !important;
}

.acc-info-head h1 {
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1e293b;
  font-size: 1.5rem;
}

.breadcrumb-item a {
  text-decoration: none !important;
  color: #64748b;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: var(--tt_primary_color);
  font-weight: 600;
}

/* Forms in Account */
.personal_info {
  background: #fff;
}

.personal_info label {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #475569 !important;
  margin-bottom: 8px !important;
}

.personal_info .form-control,
.personal_info .form-select {
  border-radius: 12px !important;
  padding: 12px 15px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  transition: all 0.3s ease !important;
  color: #1e293b !important;
}

.personal_info .form-control:focus,
.personal_info .form-select:focus {
  background: #fff !important;
  border-color: var(--tt_primary_color) !important;
  box-shadow: 0 0 0 4px rgba(var(--tt_primary_color), 0.1) !important;
}

.personal_info .btn-primary {
  border-radius: 12px !important;
  padding: 12px 30px !important;
  font-weight: 700 !important;
  background: var(--tt_primary_color) !important;
  border: none !important;
  transition: all 0.3s ease !important;
  color: #fff !important;
}

.personal_info .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  filter: brightness(1.1);
}

.breadcrumb-item a {
  color: #64748b;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: var(--tt_primary_color);
  font-weight: 700;
}

.techtaranga_live_icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: var(--tt_primary_color);
  border-radius: 50%;
  animation: blink 1s infinite;
}

/* Outer border circle */
.techtaranga_live_icon::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--tt_primary_color);
  border-radius: 50%;
  opacity: 0.5;
}

/* Blinking animation */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

/* Desktop View (Vertical) - Original Styles */
.timeline {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  border-left: 3px solid #ddd;
  padding-left: 30px;
}

.timeline-item {
  position: relative;
  margin-bottom: 5px;
}

.marker {
  position: absolute;
  left: -39px;
  width: 18px;
  height: 18px;
  background-color: #ccc;
  border-radius: 50%;
  border: 3px solid #fff;
  z-index: 2;
  transition: background-color 0.3s;
}



.time {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0;
}

.timeline-item.active .marker {
  background-color: #cc0000;
}

.timeline-item.active .time {
  color: #cc0000;
}

.timeline-item:hover .marker {
  background-color: #cc0000;
}

.timeline-item:hover .time {
  color: #cc0000;
}

.text {
  margin-top: 8px;
  color: #444;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 768px) {


  .timeline {
    flex-direction: row;
    border-left: none;
    padding-left: 0;
    overflow-x: auto;
    white-space: normal;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .timeline-item {
    max-width: 320px;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 0;
    padding-top: 18px;
    border-top: 2px solid #d0d0d0;
  }

  .marker {
    position: absolute;
    left: -2px;
    top: -10px;
    width: 18px;
    height: 18px;
    z-index: 10;
  }

  /* Keep the visible scrollbar */
  .timeline::-webkit-scrollbar {
    height: 12px;
    display: block;
  }

  .timeline::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }

  .timeline::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 6px;
  }

  .timeline::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}

.live_news_time {
  border: 1px solid var(--tt_primary_color);
  display: inline-block;
  padding: 2px 14px;
  border-radius: 30px;
  font-size: 15px;
  color: #524d4d;
}

.live_news_pin {
  color: var(--tt_primary_color);
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
}

.live_content {
  border-left: 2px solid #ccc;
  padding-left: 12px;
  position: relative;
}

.live_content_dot {
  position: absolute;
  height: 15px;
  width: 15px;
  background: var(--tt_primary_color);
  bottom: 0;
  left: -8px;
  border-radius: 16px;
}

/*--------------------------------------------------------------
# Professional Lead Carousel
--------------------------------------------------------------*/
.lead-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.lead-carousel-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 5s ease;
}

.carousel-item.active .lead-carousel-img {
  transform: scale(1.05);
}

.lead-carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
  padding: 50px 20px 35px;
  text-align: center;
}

.lead-carousel-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  transition: color 0.2s ease;
}

.lead-carousel-title:hover {
  color: var(--tt_primary_color) !important;
}

.lead-carousel-indicators {
  margin-bottom: 0.8rem;
  z-index: 15;
}

.lead-carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  margin: 0 5px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
  transition: all 0.3s ease !important;
}

.lead-carousel-indicators button.active {
  background-color: var(--tt_primary_color) !important;
  transform: scale(1.3);
}

/* Responsive styles for Carousel */
@media (max-width: 768px) {
  .lead-carousel-img {
    aspect-ratio: 4 / 3;
  }

  .lead-carousel-title {
    font-size: 20px;
  }

  .lead-carousel-overlay {
    padding: 30px 15px 35px;
  }
}

.lead-carousel-wrapper {
  position: relative;
  overflow: hidden;
}

.lead-carousel-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 5s ease;
}

.carousel-item.active .lead-carousel-img {
  transform: scale(1.05);
}

.lead-carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
  padding: 50px 20px 35px;
  text-align: center;
  z-index: 5;
}

#LeadCarousel .lead-carousel-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
  transition: color 0.2s ease;
  margin: 0;
}

#LeadCarousel .lead-carousel-title:hover {
  color: var(--tt_primary_color) !important;
}

.lead-carousel-indicators {
  margin-bottom: 0.8rem;
  z-index: 15;
}

.lead-carousel-indicators button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  margin: 0 5px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
  transition: all 0.3s ease !important;
}

.lead-carousel-indicators button.active {
  background-color: var(--tt_primary_color) !important;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .lead-carousel-img {
    aspect-ratio: 4 / 3;
  }

  #LeadCarousel .lead-carousel-title {
    font-size: 20px;
  }

  .lead-carousel-overlay {
    padding: 30px 15px 35px;
  }
}

/*--------------------------------------------------------------
# Dark Timeline Widget
--------------------------------------------------------------*/
.dark-timeline-scrollbox::-webkit-scrollbar {
  width: 8px;
}

.dark-timeline-scrollbox::-webkit-scrollbar-track {
  background: #2a2a2c;
  border-radius: 10px;
}

.dark-timeline-scrollbox::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border-radius: 10px;
}

.dark-timeline-scrollbox::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

.premium-video-section {
  background-color: #0e1017;
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 16px;
  border: 1px solid #1a1e2c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.premium-video-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #1a1e2c;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.premium-video-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.premium-video-title a {
  color: #fff !important;
  text-decoration: none;
}

.premium-video-title i {
  color: var(--tt_primary_color);
  font-size: 28px;
  animation: pulse-glow 2s infinite;
}

.premium-video-more {
  background: rgba(255, 255, 255, 0.05);
  color: #e0e0e0 !important;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.premium-video-more:hover {
  background: var(--tt_primary_color);
  color: #fff !important;
  border-color: var(--tt_primary_color);
  box-shadow: 0 0 15px rgba(220, 53, 69, 0.4);
}

.video-card-large {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #141722;
  border: 1px solid #1f2436;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none !important;
  display: block;
}

.video-card-large:hover {
  transform: translateY(-6px);
  border-color: var(--tt_primary_color);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 10px rgba(220, 53, 69, 0.2);
}

.video-thumb-wrap {
  position: relative;
  overflow: hidden;
}

.video-thumb-wrap img {
  transition: transform 0.8s ease;
}

.video-card-large:hover .video-thumb-wrap img {
  transform: scale(1.05);
}

.play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.video-card-large:hover .play-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.play-btn-circle {
  width: 75px;
  height: 75px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.video-card-large:hover .play-btn-circle {
  transform: scale(1.1) rotate(360deg);
  background: var(--tt_primary_color);
  border-color: var(--tt_primary_color);
  box-shadow: 0 0 25px var(--tt_primary_color);
}

.video-info-large {
  padding: 22px;
}

.video-title-large {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff !important;
  margin: 0;
  transition: color 0.3s ease;
}

.video-card-large:hover .video-title-large {
  color: var(--tt_primary_color) !important;
}

.video-card-small {
  display: flex;
  gap: 15px;
  background: #141722;
  border: 1px solid #1f2436;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  align-items: center;
}

.video-card-small:hover {
  transform: translateX(6px);
  border-color: var(--tt_primary_color);
  background: #181c2a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.video-thumb-small {
  position: relative;
  width: 140px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.play-btn-small {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.video-card-small:hover .play-btn-small {
  background: var(--tt_primary_color);
  transform: scale(1.1);
  box-shadow: 0 0 10px var(--tt_primary_color);
}

.video-info-small {
  flex-grow: 1;
}

.video-title-small {
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.video-card-small:hover .video-title-small {
  color: var(--tt_primary_color) !important;
}

@keyframes pulse-glow {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
    filter: drop-shadow(0 0 8px var(--tt_primary_color));
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .premium-video-section {
    padding: 25px 15px;
  }

  .premium-video-title {
    font-size: 20px;
  }

  .video-title-large {
    font-size: 18px;
  }

  .play-btn-circle {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .video-card-small {
    gap: 12px;
    padding: 10px;
  }

  .video-thumb-small {
    width: 110px;
  }

  .video-title-small {
    font-size: 14px;
  }
}

 .main-container {
   max-width: 650px;
   margin: 0 auto;
   padding-bottom: 180px;
 }

 .text-content {
   font-size: 1.15rem;
   line-height: 1.8;
   color: #333;
   background: #ffffff;
   padding: 25px;
   border-radius: 16px;
   border: 1px solid #dee2e6;
   min-height: 150px;
   outline: none;
   transition: border 0.3s, box-shadow 0.3s;
   margin-bottom: 30px;
   box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
 }

 .text-content:focus {
   border-color: #0d6efd;
   box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
 }

 .techtaranga-audio-player-container {
   position: fixed;
   bottom: -250px;
   left: 50%;
   transform: translateX(-50%);
   width: 95%;
   max-width: 420px;
   background: linear-gradient(135deg, rgba(30, 30, 35, 0.8), rgba(15, 15, 20, 0.95));
   backdrop-filter: blur(25px);
   -webkit-backdrop-filter: blur(25px);

   border-radius: 12px;
   padding: 10px 14px;
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
   z-index: 1000;
   border: 1px solid rgba(255, 255, 255, 0.1);
   color: #fff;
   animation: techtaranga-slideUp 0.8s ease-out forwards;
   animation-delay: 0.5s;
 }

 @keyframes techtaranga-slideUp {
   to {
     bottom: 15px;
   }
 }

 .techtaranga-audio-player {
   display: flex;
   align-items: center;
   gap: 12px;
 }

 .techtaranga-album-art {
   width: 90px;
   height: 90px;
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 8px;
   flex-shrink: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #222;
   font-size: 1.5rem;
   color: #888;
 }

 .techtaranga-player-controls {
   flex-grow: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

 .techtaranga-waveform {
   display: flex;
   align-items: flex-end;
   gap: 1.5px;
   height: 12px;
   margin-bottom: 0px;
 }

 .techtaranga-waveform span {
   width: 2.5px;
   background: rgba(255, 255, 255, 0.3);
   border-radius: 1px;
   transition: height 0.2s, background 0.2s;
 }

 .techtaranga-waveform span:nth-child(odd) {
   height: 60%;
 }

 .techtaranga-waveform span:nth-child(even) {
   height: 100%;
 }

 .techtaranga-waveform span:nth-child(3n) {
   height: 40%;
 }

 .techtaranga-waveform.playing span {
   background: #fff;
   animation: techtaranga-bounce 1s infinite ease-in-out;
 }

 .techtaranga-waveform.playing span:nth-child(1) {
   animation-delay: 0.0s;
 }

 .techtaranga-waveform.playing span:nth-child(2) {
   animation-delay: 0.1s;
 }

 .techtaranga-waveform.playing span:nth-child(3) {
   animation-delay: 0.2s;
 }

 .techtaranga-waveform.playing span:nth-child(4) {
   animation-delay: 0.3s;
 }

 .techtaranga-waveform.playing span:nth-child(5) {
   animation-delay: 0.4s;
 }

 .techtaranga-waveform.playing span:nth-child(6) {
   animation-delay: 0.5s;
 }

 .techtaranga-waveform.playing span:nth-child(7) {
   animation-delay: 0.6s;
 }

 .techtaranga-waveform.playing span:nth-child(8) {
   animation-delay: 0.7s;
 }

 .techtaranga-waveform.playing span:nth-child(9) {
   animation-delay: 0.8s;
 }

 .techtaranga-waveform.playing span:nth-child(10) {
   animation-delay: 0.9s;
 }

 @keyframes techtaranga-bounce {

   0%,
   100% {
     height: 30%;
   }

   50% {
     height: 100%;
   }
 }

 .techtaranga-progress-bar {
   width: 100%;
   height: 3px;
   background: rgba(255, 255, 255, 0.2);
   position: relative;
   border-radius: 2px;
   margin-bottom: 6px;
   cursor: pointer;
 }

 .techtaranga-slider {
   width: 0%;

   height: 100%;
   background: #fff;
   position: relative;
   border-radius: 2px;
   transition: width 0.2s linear;
 }

 .techtaranga-slider::after {
   content: '';
   position: absolute;
   right: -4px;
   top: -3.5px;
   width: 10px;
   height: 10px;
   background: #fff;
   border-radius: 50%;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
 }

 .techtaranga-audio-buttons {
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #fff;
   font-size: 16px;
 }

 .techtaranga-audio-buttons i {
   cursor: pointer;
   transition: color 0.2s, transform 0.2s;
 }

 .techtaranga-audio-buttons i:hover {
   color: #aaa;
   transform: scale(1.1);
 }

 .techtaranga-play-btn-box {
   font-size: 20px;
   background: #fff;
   color: #000;
   width: 34px;
   height: 34px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   cursor: pointer;
   transition: transform 0.2s, box-shadow 0.2s;
 }

 .techtaranga-play-btn-box:hover {
   transform: scale(1.08);
   box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
 }

 .form-range::-webkit-slider-thumb {
   background: #fff;
 }

 .form-range::-webkit-slider-runnable-track {
   background: rgba(255, 255, 255, 0.2);
   height: 4px;
   border-radius: 4px;
 }

 .form-check-input:checked {
   background-color: #0d6efd;
   border-color: #0d6efd;
 }

 .techtaranga-time-text {
   font-size: 0.65rem;
   color: rgba(255, 255, 255, 0.5);
   display: flex;
   justify-content: space-between;
   margin-bottom: 2px;
   font-family: 'Inter', monospace;
   font-weight: 500;
 }

 #techtaranga-play-icon {
   line-height: 10px;
 }