@import url('https://fonts.googleapis.com/css?family=Montserrat:700');@import url('https://fonts.googleapis.com/css?family=Montserrat:400');
:root {
--default-color:#000;
--heading-color:#000;
--accent-color:#000;
}
body {  font-family: 'Poppins', sans-serif !important; font-size:16px;}
h1,h2,h3,h4,h5,h6,p,div,span,a {  font-family: 'Poppins', sans-serif !important;}
.newsheading h4,.newsheading h1{  
font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 21px;
	line-height:30px;}
.new_comment h4{ font-size:16px;}	
	/*#scrollTopBtn{
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 999;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 12px 14px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}*/
#scrollTopBtn{
	position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 999;
	 cursor: pointer;
    display: none;
	border:none;
	background:transparent;
}


/*.toggle-btn{
position:absolute;
right:-130px;
top:10px;
width:45px;
height:45px;
border-radius:50%;
border:none;
background:#3a3a3a;
color:#fff;
cursor:pointer;
z-index:1000;
}*/
.toggle-btn{
position:absolute;
right:-130px;
top:0px;
cursor:pointer;
z-index:998;
border:none;
padding:0px;
}
.mobile-menu{
justify-content:space-around;
align-items:center;
padding:10px 0;
background:#eee;
}

.menu-item{
/*display:flex;*/
flex-direction:column;
font-size:12px;
}

#cookieBar{
position: fixed;
bottom:0;
left:0;
width:100%;
background:#f1f1f1;
padding:15px 20px;
display:flex;
justify-content:space-between;
align-items:center;
font-size:14px;
z-index:9999;
box-shadow:0 -2px 10px rgba(0,0,0,0.1);
}

#cookieBar a{
color:red;
text-decoration:none;
}

#cookieBar button{
background:#000;
color:#fff;
border:none;
padding:8px 18px;
cursor:pointer;
}

.jblist_btn .btn {
    cursor: pointer;
    font-size: 16px;
}
.right_toggle {
	 border-left:1px solid#ccc;
	height: 100%;
	padding-left: 20px; 
	padding-top:70px;
	
	}
.comment_block,.loginlink,.commentpost{ padding:0px;}
.newsheading a {
    text-decoration: none;
    font-family:  'Open Sans', sans-serif;
    font-weight: 700;
    color: #0a7192;
    font-size: 16px;
	line-height:26px;
}
.newsheading p {
    text-decoration: none;
    font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;
}
.newsheading h4 {
   color: #002060 !important;
   	} 
.newsshort{ font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;}
.postdata{
font-family:  'Open Sans', sans-serif;
   
    font-size: 16px;
	line-height:26px;		
}

.postdata h1{ font-size:30px; font-weight:bold; }
#ajax_load{ display:none;}
.is_available{
	color:green;
}
.is_not_available{
	color:red;
}
input.error, select.error, textarea.error{ border:1px solid #c00;}
label.error{ color:#c00;} 
.detailpage h2{ font-size:16px !important;}
#successs,#tanc{width:100%;position:fixed;height:100%;z-index:99999;color:red;top:0;left:0;background:rgba(0,0,0,.8)}.customalert{padding:30px;outline:transparent solid 10px;max-width:500px;margin:10% auto;font-size:26px;display:table}.customalert-success,.customalert-tanc{outline-color:rgba(36,4,96,.5);border:5px dashed rgba(255,255,255,.2);color:#fff;background-color:#34096d}.customalert-success{font-size:30px;text-align:center}.customalert-tanc{font-size:16px;line-height:1.6em;text-align:left}.customclose{font-size:36px;color:#fff;border:none;background-color:#34096d;position:absolute;right:0;top:0}.ale-success,.cclose{background-color:#fff;text-align:center}.ale-success{color:#111;outline-color:rgba(132,130,130,.17);border:2px dashed rgba(255,154,209,.54);font-size:15px}.cclose{font-size:16px;color:#232222;border:none;position:absolute;right:-15px;top:-15px;border-radius:50%;width:30px;height:30px}.tc{font-size:9px;text-align:right}.postdata{ text-align:justify;}
a { text-decoration:none;}
.text-right {
  text-align: right;
}
.navbar-dark {
  background: linear-gradient(#0572a2, #1f8bbc);
  padding:0px;
  border-bottom:1px solid #107DAD;
}
.nav-link { color:#fff; padding: 10px 15px; }
.dropdown-item {
    color: #fff !important;
    }
.dropdown-item:hover {
	background:transparent;
	text-decoration:underline;	
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-right: 3px;
}
.nav-tabs .nav-link {
  border: 1px solid #a6d2f4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(166, 210, 244);
  border-bottom: none;
  padding: 8px 6px;
  font-size: 1.067rem;
}
.nav-tabs .nav-link {
  margin-right: 0px;
  line-height: 1.42857143;
  background: linear-gradient(#0572a2, #1f8bbc);
  border: 1px solid #a6d2f4;
  border-radius: 4px 4px 0 0;
  color: #fff;
}
.nav-tabs .nav-link.active {
  color: #333;
  font-weight: 600;
  cursor: default;
  background: #fff;
  border: 1px solid #a6d2f4;
    border-bottom-color: rgb(166, 210, 244);
  border-bottom-color: transparent;
}
.tab-content a:hover{ text-decoration:underline;}
ol.carousel-indicators{ list-style:none;}
#quote-carousel .carousel-indicators {
  right: auto;
  top: auto;
  bottom: 10px;
  margin-right: 0;
  text-align: center;
  width:100%;
  margin-left: 0px;
}
#quote-carousel .carousel-indicators li {
  background: #fff;
  height: 15px !important;
  width: 15px !important;
  margin: 3px;
  border-radius: 100%;
  border-top:none;
  border-bottom:none;  
}
#subscribe01 .modal-header{ border-bottom:none;}
.useradmin  a.dropdown-item{ color:#000 !important;}
.useradmin  .dropdown-toggle::after { display:none;}
/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position:relative;
}
.actionicon {
    position: absolute;
    bottom: 55%;
    right: 0;
    background: rgb(152 189 217 / 30%);
    width: 100%;
    text-align: right;
}
.post_cont { width:100%;}
.blog-posts .post-img {
  max-height: 240px;
  margin: -10px -10px 10px -10px;
  overflow: hidden;
  text-align: center;
}

.blog-posts .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}
.blog-posts .post-category a{
	   /* color: rgb(12 60 151 / 96%);*/
	color : #002060 !important   
    font-size: 18px;
}

.blog-posts .title {
  font-size:16px;
  font-weight:450;
  line-height: 25px;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog-posts .title a {
  color: var(--heading-color);
  transition: 0.3s;
      font-size: 19px;
	  line-height:30px;
    font-weight: 450;
}

.blog-posts .title a:hover {
  color: var(--accent-color);
  text-decoration:underline;
}

.blog-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-posts .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog-posts .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}
.related_post p{ word-break: break-all;}
/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.articles-list .card img{ max-height:240px; overflow:hidden;object-fit:contain;}
.detailpage { position: relative;}
.detailpage #postdetail {
    max-height:1000px; /* adjust as needed */
    overflow: hidden;
    position: relative;
}

/* Fade effect */
.detailpage #postdetail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Button container */
.detailpage .read-more-overlay {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
	z-index:9;
}

/* Button styling (like screenshot) */
.detailpage .read-more-overlay .btn {
    border-radius: 20px;
    padding: 6px 18px;
    font-size: 14px;
	    background: #002060;
}
.seo-intro p{ text-align:justify;}
h1 {
        font-size: 1.5rem;
		line-height:1.6;
    }
 .glowingbtn {
        border: 1px transparent;
        -webkit-border-radius: 40px;
        border-radius: 40px;
		text-decoration:none !important;
        color: #000;
        cursor: pointer;
        display: inline-block;
        font-family: Arial;
        font-size: 16px;
        padding: 8px 16px;
        text-align: center;
        text-decoration: none;
        margin-left: 20px;
		margin-top:10px;
        -webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
      }
      @-webkit-keyframes glowing {
        0% {
          background-color: #FC0;
          -webkit-box-shadow: 0 0 3px #c00;
        }
        50% {
          background-color: #FC3;
          -webkit-box-shadow: 0 0 15px #eacf40;
        }
        100% {
          background-color: #FC0;
          -webkit-box-shadow: 0 0 3px #c00;
        }
      }
      @keyframes glowing {
        0% {
          background-color: #FC0;
          box-shadow: 0 0 3px #FC0;
        }
        50% {
          background-color: #eacf40;
          box-shadow: 0 0 15px #c00;
        }
        100% {
          background-color: #eacf40;
          box-shadow: 0 0 3px #c00;
        }
      }
     
      @-webkit-keyframes glowing-polygon {
        0% {
          fill: #0091b2;
          -webkit-filter: drop-shadow( 0 0 3px #FC0);
        }
        50% {
          fill: #21c7ed;
          -webkit-filter: drop-shadow( 0 0 15px #c00);
        }
        100% {
          fill: #0091b2;
          -webkit-filter: drop-shadow( 0 0 3px #FC0);
        }
      }
      @keyframes glowingPolygon {
        0% {
          fill: #0091b2;
          filter: drop-shadow( 0 0 3px #FC0);
        }
        50% {
          fill: #21c7ed;
          filter: drop-shadow( 0 0 15px #c00);
        }
        100% {
          fill: #0091b2;
          filter: drop-shadow( 0 0 3px #FC0);
        }
      }
/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.link-arrow5 {
  width: auto;
  background: url(../images/star-link.jpg) left 5px no-repeat;
  padding: 5px 0 5px 20px !important;
  line-height: normal;
}
.top_head ,.mega-menu{
    background-color: #002060 !important;
}
header#header {
    background-color: #fff;
}
.navbar-dark {
    background: #002060; 
    padding: 0px;
    border-bottom: 1px solid rgb(202,220,242);
	border-top: 1px solid rgb(202,220,242);
}
footer#footer {
    background-color: #002060;
}
.newsheading{
	 color: #002060;
}
footer .footer_bottom {
    background-color: #002060;
}
footer#footer a {
    color: #fff;
    line-height: 2;
	
}
/*.flow_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}*/

.flow_icon h4 {
    margin-right: 10px;
    font-size: 20px;
    margin-top: 7px;
}

/* Common icon style */
.flow_icon a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
	
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.flow_icon a {
  
    padding-left: 0px !important;
	    margin-left: 10px; 
}
/* Brand colors */
.flow_icon a.facebook { background-color: #1877F2; }
.flow_icon a.instagram { 
    background: radial-gradient(circle at 30% 30%, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.flow_icon a.linkedin { background-color: #0A66C2; }
.flow_icon a.youtube { background-color: #FF0000; }
.flow_icon a.twitter {
    background-color: #000000; /* X official brand color */
}

/* Hover effect */
.flow_icon a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
}
footer .footer_bottom {
  
    margin-top: 0px;
    padding: 10px 0;
}
.active>.page-link, .page-link.active {
	background-color: #002060;
	border: 1px solid #002060;
}
.page-link,a{color: #002060;}

.news_details_tags_row {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
	 margin-bottom: 24px;
	 padding-top:10px;
	 padding-bottom:10px;
}
.news_details_tags_row h5{display: inline-block !important;}
.news_details_tags_row a {
    display: inline-block !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
	padding:5px;
	background:#EBEBEB;
	color:#291222 !important;
}
.post-img img{
    transition: transform 0.4s ease;
	min-height:175px;
	max-height: 180px;
    overflow: hidden;
}
.post-img img:hover{ 
transform: scale(1.08);

}
article .post-img {
	 position:relative;
}
article .post-img .date {
    bottom: 15px;
    left: 15px;
    padding: 15px;
    position: absolute;
    z-index: 1;
}
article .post-img .date::after {
    background: #002147 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
article .post-img .date h4 {
    color: #ffb606;
    font-size: 14px;
    margin: 0;
}
article .post-img .date span {
    display: block;
    font-size: 25px;
    font-weight: 900;
}
.headerlogo{ max-height:70px !important;}
.qi_link  a{ display:block;}

/* WRAPPER FOR IMAGE + SOCIAL */
.article-media-wrap {
    display: flex;
    align-items: flex-start;        /* icons align with top of image */
    gap: 15px;
    position: relative;
}

/* SOCIAL VERTICAL BAR */
.social-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;               /* adjust vertical alignment */
	position:absolute;
	left:-55px;
}
.social-vertical a {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	  font-size: 30px;
}
font.name { font-weight:700 !important; float:right; display:block;}
/* Icon size */
.social-vertical a i {
    font-size: 30px;
}

/* Brand colors */
.social-vertical a.fb  {
    color: #1877F2 !important; /* Facebook */
}

.social-vertical a.x {
    color: #000000 !important; /* X (Twitter) */
}

.social-vertical a.wa  {
    color: #25D366 !important; /* WhatsApp */
}

.social-vertical a.li {
    color: #0A66C2 !important; /* LinkedIn */
}

.social-vertical a.lnk  {
    color: #555555 !important;/* Copy link */
}

.social-vertical a.bm  {
    color: #F4B400 !important; /* Bookmark */
}

/* Optional hover effect */
.social-vertical a:hover i {
    opacity: 0.8;
}


/* IMAGE BLOCK */
.article-image{ width:100%;}
.article-image img {
    max-width: 100%;
    height: auto;
    display: block;
}
.share_txt_news_dtls{ display:none;}
/* MOBILE VIEW = Icons go below image */

.listen-box {
    margin: 20px 0;
}

.listen-title {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
}

.audio-player {
    background: #f5f6f7;
    padding: 12px 16px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.play-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
}

.play-btn i {
    font-size: 14px;
}

.progress-container {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    border-radius: 4px;
    overflow: hidden; /* ðŸ”¥ CRITICAL */
    position: relative;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background: #007bff;
    transition: width 0.3s linear;
}

.volume-btn,
.more-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #444;
}

#currentTime,
#totalTime {
    font-size: 12px;
    color: #555;
    width: 35px;
    text-align: center;
}
.volume-wrapper {
    position: relative;
    display: inline-block;
}

.volume-slider-box {
    position: absolute;
    bottom: 40px;
    left: -5px;
    width: 40px;
    height: 120px;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: none;
    z-index: 999;
}

.volume-slider-box input[type="range"] {
    writing-mode: bt-lr; /* vertical slider */
    -webkit-appearance: slider-vertical;
    width: 100%;
    height: 100px;
    cursor: pointer;
}

.volume-btn {
    cursor: pointer;
}
.comment_block .new_comment .comment_body {
  font-size: 14px;
  color: #555;
}
.new_comment .comment_body h4 {
  font-size: 14px;
}
 .navbar-nav > .active{
		  background-color: #DCE6F2 ;
		}
   .navbar-nav > .active > a,  .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus{
	color: #0572a2;
    background-color: #DCE6F2;
 }
 .navbar-nav .nav-link{ border-right:1px solid #616878;}
 .text-justify{ text-align:justify;}
 div.text-justify p{ text-align:justify; }
.stickysidebar {
    position: sticky;
    top: 20px;   /* space from top */
}
.nextpage.divider {
    display: none;
    font-size: 24px;
    text-align: center;
    width: 75%;
    margin: 40px auto;
}
.nextpage.divider span {
    display: table-cell;
    position: relative;
}
.nextpage.divider span:first-child, .nextpage.divider span:last-child {
    width: 50%;
    top: 13px;
    -moz-background-size: 100% 2px;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.nextpage.divider span:first-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(180deg, transparent, #000);
    background-image: -moz-linear-gradient(180deg,transparent,#000);
    background-image: -o-linear-gradient(180deg,transparent,#000);
    background-image: linear-gradient(90deg, transparent, #000);
}
.nextpage.divider span:nth-child(2) {
    color: #000;
    padding: 0 5px;
    width: auto;
    white-space: nowrap;
}
.nextpage.divider span:last-child {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #000, transparent);
    background-image: -moz-linear-gradient(180deg,#000,transparent);
    background-image: -o-linear-gradient(180deg,#000,transparent);
    background-image: linear-gradient(90deg, #000, transparent);
}
.bordr{
	margin-bottom:20px; border:1px solid #ccc; padding:5px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); padding:20px;
}
.modal-body td, .modal-body p, .modal-body div {
    word-wrap: break-word;
    overflow-wrap: anywhere;   /* modern browsers */
    word-break: break-word;
    white-space: normal;
}
.multiselect {
	min-width:250px;
	max-width:100%;
	overflow: hidden;
}
.multiselect-container {
	min-width:250px;
}
.multiselect::after{ position:absolute; right:10px; top:18px;}
marquee{ border:1px solid #ccc;  }
.backBtn, .menu a:hover, .menu a:active {
  background-color: #002060;
  color: #fff;
}
.menu a.active {
  color: #fff;
  background-color: #002060;
}
.btn { cursor:pointer;}
.profile-info div{
   white-space: nowrap;
}
.profile-info .row{ width:100%;}
.profile-details{
    font-size:14px;
}

.section-title{
    color:#d10000;
    font-weight:700;
    margin-bottom:10px;
}

.info-row{
    display:flex;
    margin-bottom:6px;
}

.info-row .label{
    width:180px;
    font-weight:600;
}

.info-row .colon{
    width:12px;
    text-align:center;
}

.info-row .value{
    flex:1;
}
.contact-info{
    display:grid;
    grid-template-columns: 18% 2% auto;
    row-gap:6px;
    align-items:center;
}

.contact-info img{
    max-width:100%;
}
.btn-pink{ background:#F0C;}
.btn-pink:hover{background:#F3F;}
#loadingDiv {
position:fixed;
top:0;
right:0;
width:100%;
height:100%;
background-color:#666;
background-image:url(../images/ajax-loader.gif?v=1);
background-repeat:no-repeat;
background-position:center;
z-index:10000000;
opacity:.4;
filter:alpha(opacity=40);
display:none
}
.gallery{
   display:grid;
   grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
   gap:12px;
}

.gallery img{
   width:100%;
   height:200px;
   object-fit:cover;
   border-radius:6px;
   cursor:pointer;
}
.bg-primary{ background:#002060 !important;}
.border {
    background: #f9f9f9;
}

.border:hover {
    background: #f1f1f1;
    cursor: pointer;
}
ul.list li {
    padding-bottom: 5px;
    width: 110px;
}
ul#drop {
    margin: 0;
    padding: 17px;
    text-align: left;
}
ul#drop li {
    background: url("../images/search-drop-icon.gif") no-repeat scroll left top transparent;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0 15px;
}
.f-20{ font-size:20px;}
 .feature-list li { margin-bottom:8px; }
    .price-box { background:#fff3cd; }
    .sticky-form { top:20px; }
    .template-card img { height:180px; object-fit:cover; }
	.web .btn{ font-size:16px;}
.sidebar-card ul li {
    margin-bottom: 6px;
}
.friends-list {
    max-height: 300px;
    overflow-y: auto;
}
.friend img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.profile-img-wrapper {
    width: 120px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 6px;
    background: #f8f9fa;
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}	
#contributionTabs.nav-tabs .nav-link.active{ border:none;}
#contributionTabs.nav-tabs .nav-link {border:none; background:transparent; color:#002060;}
#mycontribution .tab-content{ border:none;}
/* My Contributions – custom tabs */
#contributionTabs {
    border-bottom: 1px solid #dee2e6;
}

#contributionTabs .nav-link {
    color: #0d6efd;
    border: none;
    border-radius: 6px 6px 0 0;
    padding: 8px 16px;
    margin-right: 6px;
    font-weight: 500;
    background: transparent;
}

/* Tabs wrapper */
#contributionTabs {
    border-bottom: 1px solid #dee2e6;
}

/* All tabs */
#contributionTabs .nav-link {
    color: #0d6efd;
    border: none !important;
    background: transparent !important;
    padding: 8px 18px;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
	
}
#mycontribution .tab-content{font-size:14px;}
/* Active tab (boxed & attached) */
#contributionTabs .nav-link.active {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #fff !important; /* attach to content */
    position: relative;
    top: 1px;
}

/* Fix spacing */
#contributionTabs .nav-item {
    margin-bottom: -1px;
}

/* Hover */
#contributionTabs .nav-link:hover:not(.active) {
    color: #0a58ca;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  margin-top: 0px !important;
  padding: clamp(17px, 5%, 40px) clamp(17px, 7%, 50px) !important;
  max-width: none !important;
  border-radius: 6px !important;
  box-shadow: 0 5px 25px rgba(34, 60, 47, 0.25) !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview,
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview *{
  box-sizing: border-box !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-heading {
  width: 100% !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-heading h5{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field {
  margin-top: 20px !important;
  width: 100% !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field input {
  width: 100% !important;
  height: 40px !important;
  border-radius: 6px !important;
  border: 2px solid #e9e8e8 !important;
  background-color: #fff !important;
  outline: none !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field input {
  color: #000000 !important;
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  text-align: center !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field input::placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field input:-ms-input-placeholder {
  color: #000000 !important;
}

.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-input-field input::-ms-input-placeholder {
  color: #000000 !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-submit-button {
  margin-top: 10px !important;
  width: 100% !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-submit-button button {
  width: 100% !important;
  height: 40px !important;
  border: 0 !important;
  border-radius: 6px !important;
  line-height: 0px !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .form-preview .preview-submit-button button:hover {
  cursor: pointer !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .powered-by-line {
  color: #231f20 !important;
  font-family: "Montserrat" !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  text-align: center !important;
  text-decoration: none !important;
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 10px !important;
}
.followit--follow-form-container[attr-a][attr-b][attr-c][attr-d][attr-e][attr-f] .powered-by-line img {
  margin-left: 10px !important;
  height: 1.13em !important;
  max-height: 1.13em !important;
}
.votingcard .progress{ height:8px !important;}
.main_heading {
    background: linear-gradient(#002060, #002060) !important;
}
.cont_bord {
    border: 1px solid #002060;
}
.custom-tabs .tab-btn {
    position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #2c6bb2, #1e4f8f);
  border-radius: 4px 0 0 4px;
  transition: 0.3s;
  width: 15%;
}

/* Arrow shape */
.custom-tabs .tab-btn::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 12px solid #1e4f8f;
}

/* spacing between buttons */
.custom-tabs .tab-btn:not(:last-child) {
  margin-right: 12px;
}

/* hover */
.custom-tabs .tab-btn:hover {
  background: linear-gradient(to bottom, #3c7bc2, #255fa5);
}

.custom-tabs .tab-btn i {
  font-size: 14px;
}

.bg-card {
    position: relative;
    height: 300px;
    background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
}

/* Dark overlay */
.bg-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Content on top */
.bg-card-content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px;
    z-index: 2;
}
.link_name{ color:#2c4467;}
.carousel-item .bg-card{ height:155px; }
.carousel-item  .bg-card-content {bottom: 20px;}
.carousel-item .bg-card h4{ font-size:16px;}
 .iconimg {
    width: 80px;
    height: 56px;
  }
@media (max-width: 991px) {
  .m_hocont {
    background-color: #fff;
  }
  .mlink{
  border-radius: 10px;
  }
}
@media (max-width: 768px) {
	
  .left-social-bar, .social-sidebar, .floating-share { display:none !important; }

	.newsheading h4 {
   color: #000 !important;
   	}
	
	.article-media-wrap {
        flex-direction: column;
    }

    .social-vertical {
        flex-direction: row;
        gap:10px;
        margin-top: 12px;
		bottom: -50px;
		margin-left: 65px;
    }
	.social-vertical a {
    width: 30px;
    height: 30px;
	}
	.postdata{
		padding-top:10px;
	}
	.listen-box {
    margin-top: 60px;
	margin-bottom:10px;
    }
	.share_txt_news_dtls{ display:inline-block; font-weight:bold; color:#000;}
	.navbar-nav{ padding:0px;}
	.mega-menu{ margin-top:0px !important;}
  .navbar-nav > li {
    float: left;
    border-left: 1px #03396e solid;
	padding-left:8px;
	padding-right:8px;
  }

    .mobile-scroll-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-scroll-tabs .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    /* optional: hide scrollbar */
    .mobile-scroll-tabs::-webkit-scrollbar {
        display: none;
    }
.mobile-scroll-tabs {
        mask-image: linear-gradient(to right, black 90%, transparent);
    }
}
@media (max-width: 480px) {
.post-img img {
  transition: transform 0.4s ease;
  min-height: 175px;
  max-height:260px;
} 

.newsheading h4 {
   color: #002060  !important;
   	}
	.right_toggle {
	 border-left:1px solid#ccc;
	height: 100%;
	padding-left: 20px; 
	padding-top:0px !important;
	
	}

}
@media (max-width: 360px) {
  .iconimg {
    width: 80px;
    height: 56px;
  }
}