﻿/**
 * -----------------------------------------------------------------------------
 * Tech Taranga Automatic Newsportal System
 * -----------------------------------------------------------------------------
 * Template Name :  Mega News
 * Description   : Mega News PHP Script 
 *
 * Developed by  : Sheikh Nesarul Islam
 * Company       : Tech Taranga
 * Website       : https://techtaranga.com.bd/
 *
 * Copyright (c) 2026 Tech Taranga.
 * All rights reserved.
 * -----------------------------------------------------------------------------
 */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* bengali */

@font-face {
  font-family: 'SutonnyMJ';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SutonnyMJ.woff2) format('woff2');
}

@font-face {
  font-family: 'MegaPost';
  src: url('../font/AsiaMegaPost-300.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'MegaPost';
  src: url('../font/AsiaMegaPost-400.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'MegaPost';
  src: url('../font/AsiaMegaPost-600.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: 'MegaPost';
  src: url('../font/AsiaMegaPost-700.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'MegaPost';
  src: url('../font/AsiaMegaPost-900.ttf') format('truetype');
  font-weight: 900;
}

.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: 'MegaPost', Arial, sans-serif !important;
  background: var(--tt-white-color);

}

a {
  color: rgb(72 72 72);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #3f6fe6;
  text-decoration: none;
}

a.tech-text:hover {
  color: var(--tt_primary_color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MegaPost', Arial, sans-serif !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;
}

.tt_pbg {
  background: var(--tt_primary_color);
}

.tt_pbg:hover {
  background: var(--tt_primary_color);
}


.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;
}

/***************************************************
 @ Main Menu
 *****************************************************/
.tt_nav-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

ul.tt_nav-menu li {
  padding: 10px;
}

ul.tt_nav-menu li.has-children {
  padding-right: 20px;
}

.tt_nav-menu .nav-item {
  position: relative;
}

.tt_nav-menu .nav-item>a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.tt_nav-menu .nav-item>a:hover {
  color: var(--tt_secondary_color);
}

.tt_nav-menu .nav-item.has-children>a::after {
  content: '\F229';
  position: absolute;
  top: 2px;
  font-family: bootstrap-icons !important;
  right: -15px;
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  transition: 0.3s;
}

.tt_nav-menu .nav-item.has-children:hover>a::after {
  transition: 0.3s;
}

.tt_nav-menu .child-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #f5f5f5;
  display: none;
  z-index: 10;
  list-style-type: none;
}

.tt_nav-menu .child-menu .child-item {
  padding: 0;
}

.tt_nav-menu .child-item>a {
  display: block;
  padding: 10px 20px;
  color: var(--tt_primary_color) !important;
  text-decoration: none;
}

.tt_nav-menu .child-item>a:hover {
  color: var(--tt_primary_color);
}

.tt_nav-menu .nav-item:hover .child-menu {
  display: block;
}

/***************************************************
 @ Header
 *****************************************************/
/* Sriky Header  */
.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 5px 5px -5px #000;
  z-index: 1041;
}

/*  Mobile Menue */
.mobile_navmenu,
.mobile_navmenu,
.mobile_navmenu .child-item {
  padding: 0;
  margin: 0;
  padding-right: 30px;
  list-style-type: none;
}

.mobile_navmenu .nav-item a,
.mobile_navmenu .child-item a {
  font-size: 18px;
  padding: 4px 0;
  display: block;
}

.mobile_navmenu .nav-item.has-children {
  font-size: 50px;
  position: relative;
}

.mobile_navmenu .nav-item.has-children::before {
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: 4px;
  width: auto;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transition: .3s;
  cursor: pointer;
}

.mobile_navmenu .nav-item.has-children .child-menu {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mobile_navmenu .nav-item.has-children:hover .child-menu {
  max-height: 500px;
  opacity: 1;
  transform: scaleY(1);
}

/* Secondary menu */
.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%);
}

/***************************************************
@ Social Menu Style Normal
*****************************************************/

.techtaranga_social_menu a {
  padding: 5px;
  color: gray;
  transition: 0.3s;
  font-size: 18px;
}

.techtaranga_social_menu.bordered a {
  padding: 5px;
  color: gray;
  margin: 0 2px;
  transition: 0.3s;
  display: inline-block;
  font-size: 13px !important;
  height: 26px;
  text-align: center;
  width: 26px;
  border: 1px solid;
  line-height: 17px;
}

.techtaranga_social_menu.round.bordered a {
  border-radius: 50%;
}

.techtaranga_social_menu.squere.bordered a {
  border-radius: 6px;
}

.techtaranga_social_menu a:hover {
  color: #666666;
}

.techtaranga_social_menu.color .facebook {
  color: #1877F2 !important;
  border-color: #1877F2;
}

.techtaranga_social_menu.color .twitter {
  color: #000000 !important;
  border-color: #000000;
}

.techtaranga_social_menu.color .linkedin {
  color: #0A66C2 !important;
  border-color: #0A66C2;
}

.techtaranga_social_menu.color .instagram {
  color: #E4405F !important;
  border-color: #E4405F;
}

.techtaranga_social_menu.color .youtube {
  color: #FF0000 !important;
  border-color: #FF0000;
}

.techtaranga_social_menu.color .whatsapp {
  color: #25D366 !important;
  border-color: #25D366;
}

.techtaranga_social_menu.color .envelope {
  color: #D14836 !important;
  border-color: #D14836;
}

/***************************************************
@ BD Map
*****************************************************/
.bd-map {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #00c975;
  position: relative;
}

.bd-map .ab_title {
  background-image: url(../image/your-aria-news.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-position: bottom center;
  line-height: 40px;
}

.bd-map .ab_title a {
  color: #fff;
}

.bd-map .at_bd_map {
  padding: 5px;
}

.bd-map .at_bd_map svg {
  height: 323px;
}

/* /*
@ Join Modern Auth System (Light Theme)
*/
#join_techtaranga {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #f1f5f9 100%);
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding: 50px 0;
  overflow: hidden;
}

#join_techtaranga::before {
  content: '';
  position: absolute;
  top: -15%;
  left: -10%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
}

#join_techtaranga::after {
  content: '';
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, rgba(59, 130, 246, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
}

.auth-hero-branding {
  padding: 30px;
  text-align: center;
  color: #1e293b;
}

.auth-hero-branding img {
  max-width: 240px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
  transition: transform 0.3s ease;
}

.auth-hero-branding img:hover {
  transform: scale(1.03);
}

.auth-hero-branding h6 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f766e;
  margin-top: 20px;
  letter-spacing: 0.3px;
}

.auth-hero-branding p {
  color: #64748b;
  font-size: 0.95rem;
  margin-top: 10px;
  line-height: 1.6;
}

#join_techtaranga .attraiit-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 20px;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #1e293b;
}

#join_techtaranga .attraiit-card h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}

#join_techtaranga .attraiit-card .sub-title-text {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

#join_techtaranga .attraiit-card .form-floating {
  position: relative;
}

#join_techtaranga .attraiit-card .form-floating>.form-control {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  color: #0f172a;
  font-size: 0.95rem;
  height: 58px;
  padding-left: 16px;
  transition: all 0.25s ease;
}

#join_techtaranga .attraiit-card .form-floating>label {
  color: #64748b;
  padding-left: 16px;
}

#join_techtaranga .attraiit-card .form-floating>.form-control:focus {
  background: #ffffff;
  border-color: #059669;
  box-shadow: 0 0 0 4px rgba(5, 150, 105, 0.15);
}

#join_techtaranga .attraiit-card .pwd_icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 1.2rem;
  z-index: 5;
  cursor: pointer;
  transition: color 0.2s ease;
}

#join_techtaranga .attraiit-card .pwd_icon:hover {
  color: #059669;
}

#join_techtaranga .attraiit-card .btn-submit-modern {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
  transition: all 0.25s ease;
}

#join_techtaranga .attraiit-card .btn-submit-modern:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(5, 150, 105, 0.4);
}

#join_techtaranga .attraiit-card .btn-submit-modern:active {
  transform: translateY(0);
}

#join_techtaranga .attraiit-card .auth-link {
  color: #2563eb;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

#join_techtaranga .attraiit-card .auth-link:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

#join_techtaranga .attraiit-card .form-check-input {
  background-color: #ffffff;
  border-color: #cbd5e1;
}

#join_techtaranga .attraiit-card .form-check-input:checked {
  background-color: #059669;
  border-color: #059669;
}

.attraiit-card .form-check-label {
  color: #475569;
  font-size: 0.85rem;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-bottom: 1px solid #aaa !important;
}

/*
@ Account
*/
#account_attraibarta {
  background: #f5f8ff;
}

.attraiit-profile {
  border-top: 4px solid #0d7f40 !important;
}

.ttaranga_ab_avater {
  position: relative;
  height: 180px;
  width: 180px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.tt_acc_card .ttaranga_ab_avater {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.ttaranga_ab_avater img {
  height: 100%;
  width: auto;
}

.ttaranga_ab_avater_update {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(1 1 1 / 46%);
  display: block;
  color: white;
}

.ttaranga_ab_avater_update i {
  padding: 5px 0;
  font-size: 20px;
  display: block;
  cursor: pointer;
}

.tt_acc_card .ttaranga_ab_avater img {
  height: auto;
  width: 100%
}

.ttaranga_avater_box {
  border: unset !important;
  background-color: white;
}

.ttaranga_avater_box .modal-header {
  border-bottom: 1px solid gray;
}

.ttaranga_avater_box .modal-footer {
  border-top: 1px solid gray;
}

.ttaranga_avater_box .btn-close {
  filter: brightness(2) invert(1);
}

.attraiit-profile .profile-main h4 {
  color: #464646;
}

.attraiit-profile .profile-main h5 {
  color: #535353;
}

.attraiit-profile .profile-main h5 .pro-ver-signature {
  font-size: 15px;
}

.count-ac ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
}

.count-ac ul li {
  position: relative;
}

.count-ac ul li span {
  font-weight: 600;
}

.count-ac ul li p {
  font-size: 12px;
  margin-bottom: -5px;
}

.count-ac ul li i {
  display: block;
  transform: rotate(90deg);
  font-size: 25px;
  color: #939393;
}

.attraibarta-opts ul li {
  list-style-type: none;
}

.attraibarta-opts ul li a {
  font-size: 18px;
  line-height: 48px;
  display: block;
  font-weight: bold;
  margin-top: 3px;
  padding: 1px 10px;
  border-radius: 10px;
  color: rgb(73, 73, 73);
}

.attraibarta-opts ul li a:hover {
  color: rgb(73, 73, 73);
  background: #f6f6f6;

}

.attraibarta-opts ul li img {
  height: 30px;
  padding-right: 6px;
}

.ab_info-tbl {
  font-size: 18px;
  line-height: 40px;
}



/*
@ Welcome Wedget
*/
.welcome-user {
  background-image: url("https://attraibarta.com/assets/image/your-aria-news.png");
  background-color: #00c975;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: white;
}

.otp-wd {
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  align-items: center;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
}

.otp-wd img {
  margin-right: 16px;
  margin-left: 5px;
  height: 40px;
}

.otp-wd p {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
  font-size: 20px
}

.otp-wd p.count {
  font-size: 24px;
}

.otp-wd::before {
  content: "";
  position: absolute;
  height: 80%;
  left: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  width: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.otp-wd.yeallow:hover {
  background: hsl(44deg 97% 57% / 26%);
}

.otp-wd.yeallow::before {
  background: #fcc328;
}

.otp-wd.blue:hover {
  background: rgb(82 134 255 / 26%);
}

.otp-wd.blue::before {
  background: rgb(82 134 255);
}

.otp-wd.deeptomato:hover {
  background: rgb(205 110 45 / 26%);
}

.otp-wd.deeptomato::before {
  background: rgb(205 110 45);
}

/* Recent Activity */
.card-ab {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  background: white;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: bolder;
  color: #012970;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.activity {
  font-size: 14px;
}

.activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}


/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/*
@ App Options
*/
.attraibarta-acc-optns {
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.attraibarta-acc-optns::before {
  content: "";
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.attraibarta-acc-optns.blue {
  background: rgb(142 149 243 / 29%);
}

.attraibarta-acc-optns.blue::before {
  background: rgb(142 149 243);
}

.attraibarta-acc-optns.gray {
  background: rgb(125 134 143 / 29%);
}

.attraibarta-acc-optns.gray::before {
  background: rgb(125 134 143);
}

.attraibarta-acc-optns.red {
  background: rgb(244 115 80 / 16%);
}

.attraibarta-acc-optns.red::before {
  background: rgb(244 115 80);
}

.attraibarta-acc-optns.red2::before {
  background: rgb(186 54 12);
}

.attraibarta-acc-optns.red2 {
  background: rgb(244 115 80 / 16%);
}

.attraibarta-acc-optns.yeallow::before {
  background: rgb(158 54 192);
}

.attraibarta-acc-optns.yeallow {
  background: rgb(158 54 192 / 19%);
}

.attraibarta-acc-optns.logout::before {
  background: rgb(255 0 0);
}

.attraibarta-acc-optns.logout {
  background: rgb(255 0 0 / 16%);
}

.attraibarta-acc-optns h4 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

/* Featured Image Uploader */
.image_upload_div {
  position: relative;
}

.featured_image_article_selector {
  background: #f5f4f4;
  position: relative;
  display: block;
  border: 2px dashed #9d9d9d;
  width: 100%;
  border-radius: 6px;
  min-height: 100px;
  overflow: hidden;
}

.featured_image_article_selector::before {
  content: '';
  display: block;
  padding-top: 56.25%;
  /* 16:9 aspect ratio (height = width * 9/16) */
}

.featured_image_article_selector input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.featured_image_article_selector span {
  position: absolute;
  color: #939393;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.image_preview img {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills the container while maintaining its aspect ratio */
}

.cursor-pointer {
  cursor: pointer;
}

.image_upload_div .invalid-feedback {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dc3545;
  color: white;
  padding: 4px;
  text-align: center;
}

/*
@ File Upload
*/
.file-profile:hover {
  background-color: #f6f6f6;
  transition: 0.3s;
}

.file-profile img {
  float: left;
  height: 50px;
  padding-right: 6px;
}

.file-profile .file-info h6 {
  color: #4a4a4a;
  font-size: 16px;
}

.file-profile .file-info p {
  font-size: 15px;
}


/*
@ 404 Page Design
*/
.error_404 img {
  height: 165px;
}

.error_404 h1 {
  font-size: 30px;
}

.error_404 p {
  font-size: 15px;
}

.error_404 .search-form .i-form {
  border-radius: 40px;
  border: 1px solid #4fc3f7;
  overflow: hidden;
}

/*
@ User Card New
*/
.profile-card-user {
  background: red;
}

/*
@ Footer Section
*/
.techtaranga_footer {
  background-color: var(--tt_footer_bg);
}

.techtaranga_footer .footer_top {
  background: var(--tt_footer_top_bg);
  color: var(--tt_footer_top_color);
  font-size: var(--tt_footer_top_font_size);
  padding: var(--tt_footer_top_padding);
}

.techtaranga_footer .footer_top a,
.techtaranga_footer .footer_top p,
.techtaranga_footer .footer_top span {
  color: var(--tt_footer_top_color);
  font-size: var(--tt_footer_top_font_size);
}

.techtaranga_footer .footer_middle {
  background: var(--tt_footer_middle_bg);
  color: var(--tt_footer_middle_color);
  font-size: var(--tt_footer_middle_font_size);
  padding: var(--tt_footer_middle_padding);
}

.techtaranga_footer .footer_middle a,
.techtaranga_footer .footer_middle p,
.techtaranga_footer .footer_middle span {
  color: var(--tt_footer_middle_color);
  font-size: var(--tt_footer_middle_font_size);
}

.techtaranga_footer .footer_bottom {
  background: var(--tt_footer_bottom_bg);
  color: var(--tt_footer_bottom_color);
  font-size: var(--tt_footer_bottom_font_size);
  padding: var(--tt_footer_bottom_padding);
}

.techtaranga_footer .footer_bottom i,
.techtaranga_footer .footer_bottom a,
.techtaranga_footer .footer_bottom p,
.techtaranga_footer .footer_bottom span {
  color: var(--tt_footer_bottom_color);
  font-size: var(--tt_footer_bottom_font_size);
}

/****************************
/**Profile Page For Creator
****************************/

.creator_profile {
  margin-top: -5px;
  padding: 35px 0;
  padding-bottom: 50px;
}

.creator_profile .creator_top {
  background: white;
  border-radius: 10px;
}

.creator_image img {
  border-radius: 10px;
  height: auto;
  width: 200px;
}

.creator_image {
  float: left;
}

.creator_bio {
  padding-left: 215px;
}

.creator_title {
  background: #f3f4f6;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 26px;
  font-weight: 600;
  color: #616161;
}

.creator_social ul {
  padding: 0;
  list-style-type: none;
  float: right;
}

.creator_social ul li {
  padding: 5px 0;
}

.ab_social i {
  padding: 10px;
  border-radius: 5px;
}

.ab_social .fa-facebook {
  background: #3B5998;
  color: white;
}

.ab_social .fa-twitter {
  background: #55ACEE;
  color: white;
}

.ab_social .fa-youtube {
  background: #bb0000;
  color: white;
}

.ab_social .fa-instagram {
  background: linear-gradient(145deg, #675cd2 10%, #da4276 70%);
  color: white;
}

#followCreator {
  white-space: nowrap;
  border-radius: 7px;
  border-style: none;
  background-color: #d32f2f;
  font-size: 16px;
  font-weight: 600;
  color: white;
  padding: 6px 19px;
}

.creator_action {
  align-items: center;
  display: flex;
}

.meta_name,
.meta_value {
  display: block;
  text-align: center;
}

.meta_name,
.meta_value {
  font-weight: 600;
  font-size: 12px;
}

.meta_value {
  font-weight: 700;
  font-size: 13px;
}

.meta_separator {
  height: 36px;
  width: 1px;
  margin: 0 10px;
  border-radius: 0.5rem;
  background-color: #9c9c9c;
}

.searchbar_container {
  align-items: center;
  transform: translateY(-29px);
  border-radius: 9px;
  box-shadow: 0 8px 24px #1a29470a, 0 2px 8px #1a294714;
  background-color: white;
  transition: transform .2s;
}

.searchbar_container select {
  border: unset;
  background-color: #f5f7fc;
  color: #707070;
  font-weight: 500;
}

.searchbar_container select:focus {
  border-color: #ced4da;
  box-shadow: none;
  outline: 0;
}

.view_type_button i {
  display: inline-block;
  padding: 4px 8px 0px 8px;
  font-size: 21px;
  border-radius: 4px;
  color: #6e6e6e;
  transition: 0.3s;

}

.view_type_button i:hover {

  background: #f5f7fc;

}

.ab_line {
  width: 1px;
  margin: 0 6px;
  height: 36px;
  display: inline-block;
  background-color: #dddddd;
}

.creator_search_input {
  width: 100%;
}

.creator_search_input input {
  border: unset;
  font-weight: 600;
}

.creator_search_input input:focus {
  border-color: #ced4da;
  box-shadow: none;
  outline: 0;
}

.search_icon {
  line-height: 34px;
  font-size: 20px;
  padding-left: 10px;
  color: #a5a5a5;
}

@media (max-width: 768px) {
  .creator_image {
    float: unset;
    margin-top: -125px;
  }

  .creator_image img {
    border-radius: 50%;
    border: 5px solid #efefef;
    margin-bottom: 16px;
  }

  .creator_profile .creator_top {
    margin-top: 125px;
  }

  .creator_bio {
    padding-left: unset;
  }

  .creator_action {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .creator_social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .creator_social ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
  }

  .creator_social ul li {
    padding: 0 10px;
  }

  #followCreator {
    font-size: 12px;
    padding: 6px 9px;
  }
}

/* Verification Section */
.account-section .form-verification-code .form-group .input_group {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  gap: 12px;
}

.form-verification-code .form-group .input_group input {
  width: 52px;
  height: 64px;
  font-size: 22px;
  font-weight: 600;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.form-verification-code .countdown_code .btn-resend {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
}

.pwd_icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translate(50%, -50%);
  right: 30px;
}

/****************************
/** Category Heading Design
****************************/

.heading-postcard h2 {
  font-size: var(--tt_post_block_fs);
}


/* Category Heading 1 */
.heading-postcard.hp-1 {
  position: relative;
  overflow: hidden;
}

.heading-postcard.hp-1 h2 {
  padding: 10px 0;
}

.heading-postcard.hp-1 h2::after {
  height: 3px;
  width: 100%;
  background: var(--tt_primary_color);
  content: '';
  left: 0;
  position: absolute;
  bottom: 0;
}

.heading-postcard.hp-1 .indicator-hp {
  font-size: 17px;
  font-weight: normal;
}

/* Category Heading 2 */
.heading-postcard.hp-2 h2 {
  margin: 0 0 15px;
  padding-left: 20px;
  padding-bottom: 7px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.heading-postcard.hp-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: var(--tt_primary_color);
  width: 10px;
  height: 16px;
  transform: skew(24deg, 0deg);
}

.heading-postcard.hp-2 h2 .flex {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.heading-postcard.hp-2 h2 .long-line {
  height: 3px;
  background: #a5a5a5;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-left: 10px;
}

/* Category Heading 3 */
.heading-postcard.hp-3 .indicator-hp {
  float: right;
  font-size: 17px;
  line-height: 32px;
  font-weight: normal;
}

.heading-postcard.hp-3 .hp-name {
  border-bottom: 2px solid;
  padding-bottom: 8px;
}

/* Category Heading 4 */
.heading-postcard.hp-4 {
  background: #dedede;
}

.heading-postcard.hp-4 .indicator-hp {
  font-size: 17px;
  font-weight: normal;
  padding-right: 10px;
}

.heading-postcard.hp-4 .hp-name {
  display: inline-block;
  color: white;
  padding: 0 10px
}

.heading-postcard.hp-4 h2 {
  padding: 10px;
  background: var(--tt_primary_color);
}

/* Category Heading 5 */
.heading-postcard.hp-5 {
  display: block;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 50%, #eeeeee 51%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#eeeeee', GradientType=0);
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.heading-postcard.hp-5 span {
  float: right;
  background: var(--tt_primary_color);
  color: #fff;
  padding: 12px;
  font-size: 1rem;
}

.heading-postcard.hp-5 h2 {
  padding: 8px 0 5px 15px;
  float: left;
  display: inline-block;
}

/* Category Heading 6 */
.heading-postcard.hp-6 {
  position: relative;
  overflow: hidden;
}

.heading-postcard.hp-6 h2 {
  padding: 10px 0;
}

.heading-postcard.hp-6 h2::before {
  height: 3px;
  width: 100%;
  background: #cecece;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;

}

.heading-postcard.hp-6 h2::after {
  height: 3px;
  width: 33%;
  background: var(--tt_primary_color);
  content: '';
  left: 0;
  position: absolute;
  bottom: 0;
}

.heading-postcard.hp-6 .indicator-hp {
  font-size: 17px;
  font-weight: normal;
}

/* Category Heading 7 */
.heading-postcard.hp-7 {
  background: var(--tt_primary_color);
  padding: 0 10px;
}

.heading-postcard.hp-7 h2 {
  padding: 10px 0;
}

.heading-postcard.hp-7 a {
  color: white;
}

.heading-postcard.hp-7 .indicator-hp {
  font-size: 17px;
  font-weight: normal;
}

/*  Category Heading 8 */
.heading-postcard.hp-8 h2 {
  margin: 0 0 15px;
  padding-left: 20px;
  padding-bottom: 7px;
  color: #000;
  font-weight: 600;
  position: relative;
}

.heading-postcard.hp-8 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: var(--tt_primary_color);
  width: 10px;
  height: 16px;
  transform: skew(24deg, 0deg);
}

.heading-postcard.hp-8 h2 .flex {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.heading-postcard.hp-8 h2 .long-line {
  height: 3px;
  background: #a5a5a5;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-left: 10px;
}

/*  Category Heading 9 */
.heading-postcard.hp-9 {
  overflow: hidden;
  background: var(--tt_primary_color);
  border-bottom: 3px solid var(--tt_primary_color);
  position: relative;
  margin-bottom: 15px;
}

.heading-postcard.hp-9 a {
  color: #fff;
  display: inline-block;
  padding: 10px 30px 6px 15px;
  margin: 0;
  line-height: 24px;
}

.heading-postcard.hp-9 span {
  position: relative;
}

.heading-postcard.hp-9 .heading-style-heading:after {
  background: var(--tt-white-color);
  content: "";
  position: absolute;
  left: 0;
  right: -20000px;
  top: -15px;
  height: 40px;
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}

.heading-postcard.hp-9 .heading-style-heading-left {
  float: right;
  margin-right: -16px;
  color: var(--tt-text-color);
}

.heading-postcard.hp-9 .heading-style-heading-left a {
  font-size: 18px;
  color: unset !important;
}


.heading-postcard.hp-10 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-postcard.hp-10::before,
.heading-postcard.hp-10::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: black;
}

.heading-postcard.hp-10 h2 {
  padding: 0 10px;
  position: relative;
}

.heading-postcard.hp-10 h2 a {
  color: var(--tt_primary_color);
}


.heading-postcard.hp-12 h2 {
  border-top: 2px solid #d1d5dc;
  padding-top: 12px;
}

/****************************
/** News Blog Design
****************************/

.techtaranga_subtitle {
  color: #c20000;
}

.techtaranga-ntitle {
  line-height: 40px;
  font-size: 30px;
}

.techtaranga-lntitle-1 {
  font-size: 20px;
  color: black;
  margin: 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-title-2,
.techtaranga-ntitle-1 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  margin: 0;
}

.techtaranga-ntitle-2 {
  font-size: 24px;
  line-height: 27px;
  font-weight: bold;
  margin: 0;
}

.news-time {
  font-size: 14px;
  margin-top: 8px;
  display: block;
}

.title-2 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  -webkit-line-clamp: 2;
}

.title-3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.summery-1,
.summery-2,
.summery-3,
.summery-4,
.summery-5,
.summery-6,
.summery-7 {
  line-height: 23px;
  font-size: 17px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #595959;
  font-size: 16px;
}

.summery-7 {
  -webkit-line-clamp: 7;
}

.summery-6 {
  -webkit-line-clamp: 6;
}

.summery-5 {
  -webkit-line-clamp: 5;
}

.summery-4 {
  -webkit-line-clamp: 4;
}

.summery-3 {
  -webkit-line-clamp: 3;
}

.summery-2 {
  -webkit-line-clamp: 2;
}

.summery-1 {
  -webkit-line-clamp: 1;
}

.common-border-box {
  padding: 8px;
  border: 1px solid #e2e2e2;
}

.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;
}

/* Mash News CSS */
.number-news-count-1 {
  font-size: 72px;
  color: #cccccc;
}

/* Liner News Block  */
.news-sec-liner .news-image img {
  height: auto;
  width: 100%;
}

.news-sec-liner .news-short-info .news-meta {
  margin-top: 2px;
}

/* Stor SIngle Block */
.story-image {
  position: relative;
}

.story-image .story-image-ads {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}

.story-single-block {
  height: 301px;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}

.story-single-block .news-title-4 {
  background: linear-gradient(to top, rgb(0 0 0 / 99%) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 96px 15px 15px 15px;
  color: white;
}

.story-single-block .photo-stories-icon {
  color: white;
  display: inline-block;
  background: #00000069;
  position: absolute;
  right: 14px;
  top: 14px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  border-radius: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 13px;
  background: var(--tt_primary_color);
  display: block;
  height: 27px;
  width: 49px;
  text-align: center;
  line-height: 28px;
  border-radius: 50px;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Registration Page Avatar Upload Styles
--------------------------------------------------------------*/
.avatar-upload-box {
  cursor: pointer;
  border: 2px dashed #cbd5e1;
  transition: all 0.25s ease;
  min-height: 120px;
}

.avatar-upload-box:hover {
  border-color: var(--tt_primary_color, #0d6efd);
  background-color: #f8fafc !important;
}

.avatar-preview-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.avatar-camera-badge {
  width: 26px;
  height: 26px;
  font-size: 13px;
  border: 2px solid #ffffff;
}

.avatar-upload-label {
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}

/***************************************************
@ Galllery Style
*****************************************************/

.gallery-img-1 {
  height: 165px;
  width: 100%;
  object-fit: cover;
}

.gallery-img-cover-1 {
  height: 405px;
  width: 100%;
  object-fit: cover;
}

.featured-image-photo {
  position: relative;
}

.featured-image-photo i {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  line-height: 32px;
  height: 30px;
  width: 30px;
  color: white;
  border-radius: 3px;
  background: hsl(0deg 0% 0% / 51%);
  text-align: center;
}

/***************************************************
@ PS Style
*****************************************************/
.trending-area {
  text-align: center;
}

.trending-list {
  margin: 0;
  padding: 0;
}

.trending-list li {
  list-style-type: none;
  display: inline-block;
}

.trending-list li span {
  margin-right: 10px;
  font-weight: bold;
  font-size: 15px;
  color: var(--tt-text-color);
}

.trending-list li a {
  background: var(--tt-white-color);
  color: var(--tt-text-color);
  padding: 4px 8px;
  margin-right: 10px;
  transition: .2s;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  margin-bottom: 0;
  display: inline-block;
}

.trending-list li a:hover {
  background: #2d292a;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .trending-area {
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}

.ps-carousel-lead-news .carousel-caption {
  text-align: left;
  padding: 4px 20px;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding-bottom: 15px;
}

.ps-carousel-lead-news .carousel-item h1 {
  text-align: left;
  margin: 0;
  color: #fff;
}


.prothom-songbad-post-style .ps-post-line-cat {
  transition: 0.3s;
  position: absolute;
  top: -35%;
  right: 0;
  background: var(--tt_primary_color);
  display: inline-block;
  padding: 1px 7px;
  color: white;
  z-index: 99;
}

.prothom-songbad-post-style .ps-post-line-img {
  transition: 0.3s;
}

.prothom-songbad-post-style:hover .ps-post-line-cat {
  top: 0;
}

.prothom-songbad-post-style:hover .ps-post-line-img {
  transform: scale(1.05);
}

.ps-most-populler .nav-item {
  background: #d7d7d7;
  width: 50%;
  text-align: center;
}

.nav-pills .nav-item.active {
  background: var(--tt-white-color);
  border-top: 3px solid #5e5e5e;
}

.nav-pills .nav-item a {
  font-size: 21px;
  font-weight: bold;
  color: var(--tt-text-color);
}

.ps-most-populler .side-tab-main {
  width: 100%;
}

.ps-most-populler .tab-content {
  max-height: 500px;
  overflow: auto;
}

.ps-video-section {
  background: #212121;
}

.pc-video-single {
  background: #333333;
}

.pc-video-single i {
  position: absolute;
  color: #ff0000;
  top: 50%;
  background: white;
  opacity: 0.8;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  display: block;
  height: 54px;
  width: 54px;
  padding: 0px 0px 0px 5px;
  text-align: center;
  border-radius: 50%;
  line-height: 62px;
  transition: 0.3s;
}

.pc-video-single:hover i {
  color: #000;
  background: #fff;
  opacity: 0.8;
  left: 50%;
}

.ps-video-section-title span {
  font-size: 20px;
  background: #333333;
}

.ps-video-section-title h3 {
  border-left: 4px solid var(--tt_primary_color);
  padding-left: 10px;
}

.ps-category-lead-news {
  overflow: hidden;
}

.ps-category-lead-news .ps-clead-title {
  position: absolute;
  width: 100%;
  color: rgb(255, 255, 255);
  bottom: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 100%);
  padding: 7px 7px 0px;
}

.ps-category-lead-news:hover .ps-clead-img img {
  transform: scale(1.05);
  transition: 0.3s;
}

.p_post_cat3 {
  font-size: 34px;
  transition: 0.3s;
}

.p_post_cat3:hover {
  color: var(--tt_primary_color);
}

.p_post_cat2 {
  font-size: 24px;
  color: var(--tt_primary_color);
  border-bottom: 2px solid;
}

.p_post_cat1 {
  font-size: 22px;
  color: var(--tt_primary_color);
}

.p_post_cat_sub {
  border: 1px solid;
  display: inline-block;
  padding: 3px 10px;
  margin-right: 5px;
}

.p_post_cat_sub2 {
  display: inline-block;
  position: relative;
  font-size: 22px;
  margin-right: 5px;
  margin-left: 20px;
  transition: 0.3s;
}

.p_post_cat_sub2:hover {
  color: var(--tt_primary_color);
}

.cat_sub_icon {
  position: absolute;
  font-size: 10px;
  color: #adadad;
  left: -18px;
  top: 50%;
  transform: translate(0, -50%);
}

/*  Custom Share Button */
.share-btn a {
  height: 32px;
  line-height: 30px;
  margin-right: 6px;
  width: 32px;
  display: inline-block;
  text-align: center;
  border-radius: 20%;
  font-size: 15px;
  transition: all 0.3s;
}

.share-btn svg {
  fill: #fff;
}

.share-btn .facebook {
  background: #3b5999;
}

.share-btn .twitter {
  background: #000;
}

.share-btn .whatsapp {
  background: #25D366;
}

.share-btn .copy-link {
  background: #3578e5;
}

.share-btn .print-link {
  background: #738a8d;
}

.share-btn .google-news {
  background: #eee;
}

.share-btn .linkedin {
  background: #0077b5;
}

.share-btn a:hover {
  transform: translateY(-5px);
}

.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: 'MegaPost', Arial, sans-serif !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_post_content_fs);
  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
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fb-comment {
  width: 100%;
}

.fb-comment h2 {
  width: 100%;
  background: var(--tt_primary_color);
  color: white;
  font-size: 18px;
}

.next-content {
  margin-bottom: 30px;
  clear: both;
  border-top: 5px solid #000;
}

.next-content span {
  color: #fff;
  background: #000;
  border-radius: 0 0 15px 15px;
  padding: 6px 15px 7px;
  display: block;
  width: 110px;
  margin: -1px auto 0;
  font-weight: bold;
  border-bottom: 3px solid var(--tt_primary_color);
}

.btn-more-details {
  background: var(--bg-color);
  color: var(--text-color);
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  font-size: 18px;
  border: 1px solid #fff;
}

.post-tipics a {
  background: var(--tt-white-color);
  color: var(--tt-text-color);
  padding: 4px 8px;
  margin-right: 10px;
  transition: .2s;
  margin-bottom: 0;
  display: inline-block;
}

.read_also_post .rmp_container {
  background: #e9f5f5;
}

/* Calender */
tr.zabuto-calendar__navigation {
  background: var(--tt_primary_color);
  color: white;
}

tr.zabuto-calendar__days-of-week {
  color: var(--tt_primary_color);
}

.zabuto-calendar__navigation__item--header {
  padding: 7px;
  font-size: 18px;
}

.zabuto-calendar__navigation__item--next,
.zabuto-calendar__navigation__item--prev {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
}

.zabuto-calendar__days-of-week__item {
  text-align: center;
  padding: 8px 0;
}

td.zabuto-calendar__day--empty {
  background: #ededed;
}

.zabuto-calendar__day--today {
  background: var(--tt_primary_color);
  border-radius: 35px;
}

.zabuto-calendar__navigation__item--header__year {
  font-family: SutonnyMJ;
  padding-left: 8px;
}

.zabuto-calendar__day a,
.zabuto-calendar__day--today a {
  font-family: SutonnyMJ;
  font-size: 20px;
  color: #2f2f2f;
}

.zabuto-calendar__day--today a {
  color: white;
}

/* Archive Calender */
.archive_box input {
  border: 1px solid var(--tt_primary_color);
}

.archive_box a {
  border: 1px solid var(--tt_primary_color);
  background: var(--tt_primary_color);
  color: #fff;
}

/* News Ticker */
#techtaranga-ticker-box.techtaranga-ticker {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  position: relative;
}

#techtaranga-ticker-box.techtaranga-ticker ul {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 5px;
}

#techtaranga-ticker-box.techtaranga-ticker ul li {
  display: inline-block;
  margin-right: 10px;
}

#techtaranga-ticker-box.techtaranga-ticker ul li img.ticker_img_icon {
  height: 22px;
  border-radius: 0px;
}

#techtaranga-ticker-box.techtaranga-ticker ul li .ticker-item {
  display: flex;
  margin: 0;
  align-items: center;
}

#techtaranga-ticker-box.techtaranga-ticker ul li a {
  padding-left: 7px;
  font-weight: bold;
}

.techtaranga-ticker-container.techtaranga-ticker-1 {
  background: var(--tt_primary_color);
  padding: 3px;
}

.techtaranga-ticker-container.techtaranga-ticker-1 a {
  color: white;
}

.techtaranga-ticker-container.techtaranga-ticker-1 .techtaranga-ticker-title {
  color: white;
  padding: 0 11px;
  font-weight: bold;
  font-size: 21px;
}

.techtaranga-ticker-container.techtaranga-ticker-2 {
  padding: 3px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

.techtaranga-ticker-container.techtaranga-ticker-2 .techtaranga-ticker-title {
  color: white;
  padding: 1px 11px;
  font-weight: bold;
  font-size: 21px;
  background: var(--tt_primary_color);
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 1px;
}

.techtaranga-ticker-container.techtaranga-ticker-3 {
  background: #f4f4f4;
  overflow: hidden;
}

.techtaranga-ticker-container.techtaranga-ticker-3 .techtaranga-ticker-title {
  color: white;
  font-weight: bold;
  padding: 5px 19px;
  font-size: 21px;
  background: var(--tt_primary_color);
}

.techtaranga-ticker-container.techtaranga-ticker-3 #techtaranga-ticker-box::before {
  content: "";
  height: 16px;
  width: 16px;
  background: var(--tt_primary_color);
  top: 9px;
  left: -9px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1;
}

.techtaranga-ticker-container.techtaranga-ticker-3 #techtaranga-ticker-box::after {
  content: "";
  height: 100%;
  width: 16px;
  background: #f4f4f4;
  right: -9px;
  position: absolute;
  z-index: 1;
}

/* Poll */
.techtaranga_poll {
  height: 100%;
}

.techtaranga_poll_date {
  font-size: 20px;
}

.techtaranga_poll_download {
  font-size: 20px;
  cursor: pointer;
}

.techtaranga_poll_options_item {
  background: #ecf6f8;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
  position: relative;
  height: 30px;
  overflow: hidden;
}

.techtaranga_poll_item_info {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 25;
  padding: 10px;
  left: 0;
  transform: translate(0, -50%);
}

.techtaranga_poll_options_item .techtaranga_poll_item_bar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #c3efff;
  z-index: 20;
}

.dPoll {
  width: 500px;
  height: auto;
  background: red;
  position: fixed;
  top: -1000px;
  left: -1000px
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.techtaranga_vwraper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  color: white;
}

.techtaranga_vwraper h3 {
  font-size: 18px;
  margin-top: 8px;
  font-weight: 600;
  line-height: 24px;
}

.techtaranga_footer_slidad {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f3f3f3;
  box-shadow: 0 0 #0000, 0 0 #0000, 0.333rem -6px 0.333rem #00000014;
}

.techtaranga_footer_slidad_inner {
  position: relative;
}

.techtaranga_footer_slidad_close {
  position: absolute;
  top: -31px;
  background: #f3f3f3;
  right: 0;
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  border-top-left-radius: 10px;
}

.techtaranga_header_slidad {
  background: #f3f3f3;
}

.techtaranga_header_slidad_inner {
  position: relative;
}

.techtaranga_header_slidad_close {
  position: absolute;
  bottom: -31px;
  background: #f3f3f3;
  right: 0;
  padding: 4px;
  display: inline-block;
  cursor: pointer;
  border-bottom-left-radius: 10px;
}

.container {
  max-width: 1270px;
}

.techtaranga-recent-btn-1 {
  display: block;
  background: #f4f4f4;
  width: 80%;
  margin: auto;
  border-radius: 4px;
  text-align: center;
  padding: 3px 5px;
  font-size: 19px;
  margin-top: -18px;
}

.sectiontitle10 a {
  background: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 33px;
  padding: 0 8px;
  font-size: 23px;
}

.sectiontitle10 {
  background: #ededed;
  height: 6px;
  position: relative;
  margin-bottom: 16px;
}

.techtaranga_video_2 {
  background: #222222;
  overflow: hidden;
}

.techtaranga_video_3 {
  background: #cc181e;
  border-radius: 11px;
  padding: 0;
  padding-bottom: 15px;
}

.techtaranga_nevigator {
  position: relative;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}

.techtaranga_nevigator a {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-47%);
  background: #cc181e;
  padding: 0px 4px;
  color: white;
}

.techtaranga_cnevigator {
  position: relative;
  height: 1px;
  width: 100%;
  background: #e2e2e2;
}

.techtaranga_cnevigator a {
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-47%);
  background: white;
  font-size: 20px;
  padding: 0px 4px;
}

.techtaranga_svdo {
  position: relative;
}

.techtaranga_svdo span {
  position: absolute;
  bottom: 16px;
  font-size: 13px;
  left: 20px;
  color: white;
  text-shadow: 2px 2px 8px BLACK;
  transition: 0.3s;
}

.techtaranga_svdo .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  transform: translate(-50%, -50%);
  color: white;
  height: 50px;
  width: 50px;
  border: 3px solid;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 48px;
  box-shadow: 0px 0px 10px black;
}

.techtaranga_svdo:hover .play_icon {
  color: red;
}

.techtaranga_slider .slick-slide {
  padding: 0 10px;
}

.slide-img {
  width: 100%;
  border-radius: 10px;
}

.slick-prev:before,
.slick-next:before {
  color: white;
  background: var(--tt_primary_color);
  display: block;
  padding: 6px;
  font-size: 27px;
}

.slick-next,
.slick-prev {
  width: 40px;
  z-index: 9;
}

.slick-prev {
  left: -16px;
}

.slick-next {
  right: -16px;
}

.techtaranga_ps_2 {
  position: relative;
  display: block;
}

.techtaranga_ps_2 .techtaranga-ntitle-1,
.techtaranga_ps_2 .techtaranga-ntitle-2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 78%) 100%);
  padding: 18px;
  color: white;
}

.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;
}

.river-flow {
  stroke-dasharray: 100;
  stroke-dashoffset: 90;
  animation: daash 3s linear infinite alternate
}

@keyframes daash {
  0% {
    stroke-dashoffset: 500
  }

  to {
    stroke-dashoffset: 0
  }
}

.techtaranga_0:hover,
.techtaranga_10:hover,
.techtaranga_11:hover,
.techtaranga_12:hover,
.techtaranga_13:hover,
.techtaranga_14:hover,
.techtaranga_15:hover,
.techtaranga_16:hover,
.techtaranga_17:hover,
.techtaranga_18:hover,
.techtaranga_1:hover,
.techtaranga_2:hover,
.techtaranga_3:hover,
.techtaranga_4:hover,
.techtaranga_5:hover,
.techtaranga_6:hover,
.techtaranga_7:hover,
.techtaranga_8:hover,
.techtaranga_9:hover {
  strokewidth: .5851px !important;
  stroke-dasharray: 100;
  stroke-dashoffset: 90;
  animation: dash 3s linear infinite alternate;
  transition: all .8s ease;
  fill: #c1b4f0 !important
}

@keyframes dash {
  0% {
    stroke-dashoffset: 822
  }

  to {
    stroke-dashoffset: 0
  }
}

.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;
}

.video-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.techtaranga_special_hero .side_bars {
  position: sticky;
  top: 72px;
}

.techtaranga-h1img {
  height: 82px;
  width: 100%;
  border-radius: unset;
  object-fit: cover;
}

.special-mobile-card {
  position: relative;
}

.special-mobile-card .modern-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  padding: 35px 10px 15px 10px;
  margin: 0;
  color: white;
  background: linear-gradient(0deg, black, transparent);
}

.special-mobile-card .modern-title-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 10px 15px 10px;
  margin: 0;
  color: white;
  background: linear-gradient(0deg, black, transparent);
}

.special-mobile-card .modern-title a {
  color: white;
}

.swiper-button-disabled {
  display: none !important;
}

.special-mobile-card.spot_card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .special-mobile-card.spot_card img {
    height: 230px;
  }
}

/* Popular Swiper & Header Indicator Custom Styles */
@media (min-width: 768px) {
  .popular-swiper {
    overflow: visible !important;
  }

  .popular-swiper .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    transform: none !important;
    width: auto !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .popular-swiper .swiper-slide {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-right: 0 !important;
    height: auto !important;
  }

  .popular-swiper .swiper-button-next,
  .popular-swiper .swiper-button-prev {
    display: none !important;
  }
}

.popular-swiper .swiper-slide a {
  display: flex !important;
  align-items: center;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid var(--tt-gray-color);
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.popular-swiper .swiper-slide a:last-child {
  border-bottom: none;
}

.popular-swiper .swiper-slide a h3:first-child {
  font-size: 32px;
  font-weight: 800;
  color: #cccccc;
  margin: 0;
  flex-shrink: 0;
  min-width: 40px;
  text-align: center;
}

.popular-swiper .swiper-slide a .techtaranga-ntitle-2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Section 4 Custom Swiper Cards */
.section4-swiper {
  position: relative;
}

.section4-swiper .swiper-slide {
  height: auto !important;
}

@media (min-width: 768px) {
  .section4-swiper .swiper-button-prev {
    left: 0px !important;
  }

  .section4-swiper .swiper-button-next {
    right: 0px !important;
  }

  .section4-swiper .swiper-slide {
    position: relative;
  }

  .section4-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background-color: #dddddd;
  }

  .section4-swiper .swiper-slide:last-child::after {
    display: none !important;
  }
}

.section4-card {
  display: flex !important;
  flex-direction: column;
  background: var(--tt-white-color);
  border: 1px solid var(--tt-gray-color);
  overflow: hidden;
  text-decoration: none !important;
  transition: all 0.3s ease;
  height: 100%;
}

.section4-card:hover {
  background: var(--tt_primary_color) !important;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.section4-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.section4-card:hover img {
  transform: scale(1.05);
}

.section4-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section4-card .techtaranga-ntitle-1 {
  margin-bottom: 8px !important;
  transition: color 0.3s ease !important;
}

.section4-card:hover .techtaranga-ntitle-1 {
  color: #fff !important;
}

.section4-card .summary-text {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.section4-card:hover .summary-text {
  color: rgba(255, 255, 255, 0.9) !important;
}

.section4-card .time-text {
  font-size: 13px;
  color: #8c8c8c;
  margin-top: auto;
  transition: color 0.3s ease;
}

.section4-card:hover .time-text {
  color: rgba(255, 255, 255, 0.8) !important;
}

.section4-card.active {
  background: var(--tt_primary_color);
}

.section4-card.active .summary-text,
.section4-card.active .time-text,
.section4-card.active .tt-summary-3,
.section4-card.active h3 {
  color: white !important;
}

/* Section 5 Opinion Cards Styling */
.opinion-card-large {
  background: var(--tt-white-color);
  border: 1px solid var(--tt-gray-color);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.opinion-quote-large {
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: var(--tt_primary_color);
  margin-bottom: -15px;
  font-weight: bold;
}

.opinion-author-section {
  margin-top: auto;
  border-top: 1px solid #edf2f7;
  padding-top: 15px;
}

.opinion-author-name {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: block;
}

.opinion-author-name:hover,
.opinion-author-name-small:hover {
  color: var(--tt_primary_color) !important;
}

.opinion-time {
  font-size: 12px;
  color: #8c8c8c;
  display: block;
  margin-top: 2px;
}

.opinion-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.opinion-card-small-container {
  background: var(--tt-white-color);
  border: 1px solid var(--tt-gray-color);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.opinion-small-item {
  padding: 10px 0;
}

.opinion-quote-small {
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
  color: var(--tt_primary_color);
  margin-right: 5px;
  font-weight: bold;
}

.opinion-author-info-small {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opinion-author-name-small {
  font-size: 13px;
  color: #4a5568;
  font-weight: bold;
}

.opinion-time-small-text {
  font-size: 12px;
  color: #8c8c8c;
}

.opinion-author-avatar-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.opinion-divider {
  border-bottom: 1px solid #edf2f7;
  margin: 15px 0;
}

.tt-video-card-left {
  background-color: #212529;
  border-radius: 12px;
  padding: 16px;
  height: 100%;
  border: 1px solid #2d2d2d;
}

.tt-video-list-box {
  background-color: #212529;
  border-radius: 12px;
  padding: 6px;
  border: 1px solid #2d2d2d;
}

.tt-video-list-container {
  padding-right: 5px;
}

@media (min-width: 768px) {
  .tt-video-list-container {
    max-height: 480px;
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .tt-video-list-container {
    max-height: none;
    overflow-y: visible;
  }
}

.tt-video-list-container::-webkit-scrollbar {
  width: 6px;
}

.tt-video-list-container::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

.tt-video-list-container::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.tt-video-list-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tt-video-list-item {
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  padding: 12px 8px;
  border-radius: 8px;
  display: flex;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #2d2d2d;
}

.tt-video-list-item:last-child {
  border-bottom: none;
}

.tt-video-list-item:hover {
  background-color: #2c3034;
}

.tt-video-thumb-container {
  position: relative;
  width: 120px;
  flex-shrink: 0;
}

.tt-video-thumb-container img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.tt-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c20000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tt-video-play-btn i {
  color: #fff;
  font-size: 16px;
  margin-left: 2px;
}

.tt-video-list-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  margin: 0 0 6px 0;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tt-video-meta {
  font-size: 12px;
  color: #aaa;
}

.tt-photo-card img {
  transition: transform 0.5s ease-in-out;
}

.tt-photo-card:hover img {
  transform: scale(1.05);
}

.tt-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  padding: 15px;
  color: #fff;
  z-index: 5;
  transition: opacity 0.4s ease-in-out;
}

/* Small cards always hide overlay by default and show on hover/tap */
.tt-photo-card-small .tt-photo-overlay {
  opacity: 0;
}

.tt-photo-card-small:hover .tt-photo-overlay {
  opacity: 1;
}

/* Large cards hide overlay on desktop but show statically on mobile */
@media (min-width: 768px) {
  .tt-photo-card-large .tt-photo-overlay {
    opacity: 0;
  }

  .tt-photo-card-large:hover .tt-photo-overlay {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .tt-photo-card-large .tt-photo-overlay {
    opacity: 1;
  }
}

.kotha-card {
  border: 1px solid #eef1f4;
  border-radius: 12px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}

.kotha-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border-color: #dee2e6;
}

.kotha-card-header .quote-icon {
  font-size: 56px;
  font-family: Georgia, serif;
  color: #1a1a1a;
  line-height: 0.6;
  margin-top: 10px;
  font-weight: bold;
  user-select: none;
}

.kotha-card-header .share-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
}

.kotha-card-header .share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eef0f2;
  align-items: center;
  justify-content: center;
  color: #5f6368;
  font-size: 17px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  padding: 0;
  text-align: center;
  line-height: 35px;
}

.kotha-card-header .share-btn:hover {
  background: #f8f9fa;
  color: #0d6efd;
  border-color: #cbd5e1;
}

.kotha-card-header .kotha-date-badge {
  font-size: 14px;
  background: #f1f3f4;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 500;
}

.kotha-quote-text {
  font-size: 19px;
  line-height: 1.75;
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}

.kotha-divider {
  border: 0;
  border-top: 1px solid #a6a6a6;
  margin: 16px 0;
}

.kotha-author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kotha-author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eef0f2;
  background: #f8f9fa;
}

.kotha-author-details {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.kotha-author-name {
  font-size: 14px;
  font-weight: 700;
  color: #202124;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kotha-author-desig {
  font-size: 11px;
  color: #5f6368;
  line-height: 1.3;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Toast Notification */
.kotha-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #323232;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 9999;
  transition: transform 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
}

.kotha-toast.show {
  transform: translateX(-50%) translateY(0);
}

#DownloadTechTarangaKotha {
  height: 500px;
  width: 500px;
  overflow: hidden;
  position: relative;
}

#TechTarangaKothaBg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#TechTarangaKothaDate {
  position: absolute;
  top: 72px;
  right: 64px;
  font-size: 11px;
  font-weight: bold;
}

#TechTarangaKothaAuthorImage {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 198px;
}

#TechTarangaKothaAuthor {
  position: absolute;
  bottom: 83px;
  left: 122px;
  font-weight: bold;
  font-size: 21px;
  color: white;
}

#TechTarangaKothaAuthorDesignation {
  position: absolute;
  bottom: 64px;
  left: 122px;
  font-size: 13px;
  color: white;
}

#TechTarangaKothaText {
  position: absolute;
  top: 132px;
  left: 40px;
  font-size: 28px;
  font-weight: bold;
  color: red;
}

#TechTarangaIcon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  bottom: 60px;
  padding: 3px;
  left: 37px;
  background: rgb(255 255 255 / 67%);
  border: 1px solid white;
}

#TechTarangaLogo {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  height: 41px;
}

/* Fix Swiper Navigation Buttons with White Round Circle style */
.swiper-button-next[style*="background"],
.swiper-button-prev[style*="background"],
.swiper-button-next.text-dark,
.swiper-button-prev.text-dark {
  background: #ffffff !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #eaeaea !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.swiper-button-next[style*="background"]:after,
.swiper-button-prev[style*="background"]:after,
.swiper-button-next.text-dark:after,
.swiper-button-prev.text-dark:after {
  background: none !important;
  color: #000000 !important;
  box-shadow: none !important;
  font-size: 15px !important;
  width: auto !important;
  height: auto !important;
  line-height: normal !important;
  display: block !important;
}

/*--------------------------------------------------------------
# Registration Page Avatar Upload Styles
--------------------------------------------------------------*/
.avatar-upload-box {
  cursor: pointer;
  border: 2px dashed #cbd5e1;
  transition: all 0.25s ease;
  min-height: 120px;
}

.avatar-upload-box:hover {
  border-color: var(--tt_primary_color, #0d6efd);
  background-color: #f8fafc !important;
}

.avatar-preview-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.avatar-camera-badge {
  width: 26px;
  height: 26px;
  font-size: 13px;
  border: 2px solid #ffffff;
}

.avatar-upload-label {
  font-size: 0.8rem;
  letter-spacing: 0.2px;
}

/* â”€â”€ Reporter List & Filters Premium Design â”€â”€ */
.techtaranga_reporter_filter {
  background: linear-gradient(135deg, var(--reporter-gradient-start, #D14040), var(--reporter-gradient-end, #7E0000));
  border-radius: 16px;
  padding: 24px 28px 13px !important;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
}

.filter-section-label {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.filter-input {
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .30) !important;
  background: rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(6px);
  color: #fff !important;
  border-radius: 10px !important;
  font-size: .875rem !important;
  padding-left: 14px !important;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.filter-input::placeholder {
  color: rgba(255, 255, 255, .5) !important;
}

.filter-input:focus {
  background: rgba(255, 255, 255, .22) !important;
  border-color: rgba(255, 255, 255, .70) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .18) !important;
  outline: none;
}

select.filter-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
}

select.filter-input option {
  color: #333;
  background: #fff;
}

.btn-filter-reset {
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .50);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .2s, border-color .2s;
  cursor: pointer;
}

.btn-filter-reset:hover {
  background: rgba(255, 255, 255, .30);
  border-color: #fff;
}

/*  Reporter List & Filters Premium Design   */
.techtaranga_reporter_filter {
  background: linear-gradient(135deg, var(--reporter-gradient-start, #D14040), var(--reporter-gradient-end, #7E0000));
  border-radius: 16px;
  padding: 24px 28px 24px !important;
  margin-bottom: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .18);
}

.filter-section-label {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: unset;
  text-transform: uppercase;
  margin-bottom: 6px;
  display: block;
}

.filter-input {
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .30) !important;
  background: rgba(255, 255, 255, .12) !important;
  backdrop-filter: blur(6px);
  color: #fff !important;
  border-radius: 10px !important;
  font-size: .875rem !important;
  padding-left: 14px !important;
  transition: border-color .2s, background .2s, box-shadow .2s;
}

.filter-input::placeholder {
  color: rgba(255, 255, 255, .5) !important;
}

.filter-input:focus {
  background: rgba(255, 255, 255, .22) !important;
  border-color: rgba(255, 255, 255, .70) !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .18) !important;
  outline: none;
}

select.filter-input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
}

select.filter-input option {
  color: #333;
  background: #fff;
}

.btn-filter-reset {
  height: 42px;
  border: 1.5px solid rgba(255, 255, 255, .50);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border-radius: 10px;
  font-size: .875rem;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background .2s, border-color .2s;
  cursor: pointer;
}

.btn-filter-reset:hover {
  background: rgba(255, 255, 255, .30);
  border-color: #fff;
}

/* Section Title */
.reporter-team-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.reporter-team-title::before,
.reporter-team-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #dee2e6);
}

.reporter-team-title::after {
  background: linear-gradient(to left, transparent, #dee2e6);
}

.reporter-team-title span {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tt_primary_color, #333);
  white-space: nowrap;
  padding: 6px 16px;
  border: 2px solid var(--tt_primary_color, #333);
  border-radius: 50px;
  letter-spacing: .03em;
}

/* Reporter Card  */
.reporter-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px 20px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  transition: transform .28s ease, box-shadow .28s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reporter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--reporter-gradient-start, #D14040), var(--reporter-gradient-end, #7E0000));
}

.reporter-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .14);
}

.reporter-card:hover .reporter-card__avatar {
  border-color: var(--reporter-gradient-end, #7E0000);
}

.reporter-card__avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
}

.reporter-card__badge {
  position: absolute;
  bottom: 2px;
  right: calc(50% - 60px);
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
  font-size: 1rem;
  color: #1d9bf0;
  line-height: 1;
}

.reporter-card__avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--tt_primary_color, #ccc);
  transition: border-color .28s ease;
}

.reporter-card__name {
  font-size: .95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 5px;
  line-height: 1.3;
}

.reporter-card__designation {
  font-size: .78rem;
  color: #6c757d;
  margin: 0 0 12px;
  font-weight: 500;
}

/* Social Icons */
.reporter-social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
  align-items: center;
}

.reporter-social__icon {
  font-size: 1.15rem;
  color: #a0aec0;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
  display: inline-flex;
}

.reporter-social__icon:hover {
  color: var(--sc, #4a5568) !important;
  transform: scale(1.2);
}

.reporter-social__icon--empty {
  color: #e2e8f0 !important;
  cursor: default;
  pointer-events: none;
}

/* Profile Button */
.reporter-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  color: var(--tt_primary_color, #c00);
  border: 1.5px solid var(--tt_primary_color, #c00);
  text-decoration: none;
  transition: background .2s, color .2s;
}

.reporter-card__btn:hover {
  background: var(--tt_primary_color, #c00);
  color: #fff;
}


/*   Reporter Actions, Filled Button and Share Button  */
.reporter-card__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.reporter-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .78rem;
  font-weight: 600;
  color: #fff !important;
  background: var(--tt_primary_color, #c00) !important;
  border: 1.5px solid var(--tt_primary_color, #c00) !important;
  text-decoration: none !important;
  transition: background .2s ease, border-color .2s ease, opacity .2s ease;
  height: 32px;
  line-height: 1;
}

.reporter-card__btn:hover {
  opacity: 0.9 !important;
}

.reporter-card__share-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  color: var(--tt_primary_color, #c00) !important;
  border: 1.5px solid var(--tt_primary_color, #c00) !important;
  background: transparent !important;
  transition: all .2s ease;
  cursor: pointer;
  padding: 0;
}

.reporter-card__share-btn:hover {
  background: var(--tt_primary_color, #c00) !important;
  color: #fff !important;
}