/**
* 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-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: 17px;
    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: 24px;
    padding: 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: #e11d48;
    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: 22px;
}

.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: 22px;
    font-weight: 500;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticker-viewport li a:hover {
    color: #fff;
}

/* Off Canvas */
/* Reset Offcanvas Width and Shadows */
#mainOffcanvas {
    max-width: 100vw;
}

@media (min-width: 900px) {
    #mainOffcanvas {
        width: 100vw;
    }
}

/* 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 {
    color: #4b5563;
    text-decoration: none;
    font-size: 18px;
}

.subcategory-list li a:hover {
    color: #ef4444;
}

/* 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;
  color: white;
}

/* Footer Menu  */
.footer-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-menu > li {
    margin-bottom: 8px;
}
.footer-menu > li > a {
    color: #ffffff;
    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{
  text-align: center;
  color: white;
  font-size: 20px;
}
.footer-social a{
  font-size: 24px;
  color: white;
  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 {
    padding: 10px;
    padding-left: 58px;
}
.artile_main_container .article_catrgory {
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: -44px;
}
.artile_main_container .article_catrgory img {
    height: 30px;
    border-radius: 50%;
    padding-right: 12px;
}
.artile_main_container .article_title {
    font-size: 38px;
    line-height: 47px;
    margin-top: 11px;
}
.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: 20px;
    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;
}
@media (max-width: 575.98px) {
  .artile_main_container {
      padding: 10px;
      padding-left: 10px;
  }
  .artile_main_container .article_catrgory {
      margin-left: unset;
  }
}
.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, #f8f9fa 0%, #e2e8f0 100%);
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  padding: 60px 0;
}

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

.auth-card {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.auth-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

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

.auth-logo {
  max-width: 180px;
  margin-bottom: 25px;
}

.auth-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a202c;
  margin-bottom: 8px;
}

.auth-subtitle {
  color: #718096;
  font-size: 15px;
}

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

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

.auth-form .form-label {
  display: block;
  font-weight: 600;
  color: #4a5568;
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 4px;
}

.auth-form .form-control {
  border-radius: 14px !important;
  padding: 14px 18px !important;
  border: 2px solid #edf2f7 !important;
  font-size: 16px !important;
  background-color: #f8fafc !important;
  transition: all 0.3s ease !important;
  color: #2d3748 !important;
}

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

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

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

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

.auth-btn {
  background: var(--tt_primary_color);
  color: white !important;
  border: none;
  border-radius: 14px;
  padding: 16px;
  font-weight: 700;
  font-size: 17px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
  display: block;
  text-decoration: none;
}

.auth-btn:hover {
  background: #dc2626;
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.25);
}

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

.auth-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 30px 0;
  color: #a0aec0;
}

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

.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: #718096;
  font-size: 15px;
}

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

.auth-footer a:hover {
  color: #dc2626;
  text-decoration: underline;
}

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

/*--------------------------------------------------------------
# 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;
}

.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;
}
