/*
Template Name: Journal Blogs
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.blog_h1_inner_left_inner span{
	bottom:-14px;
}
.heading_1 span {
    height: 2px !important;
    width: 15%;
    background: var(--primary);
    /* top: 55%; */
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bottom-line:after {
	position:absolute;
    height: 2px !important;
    width: 15%;
    background: var(--primary);
    /* top: 55%; */
    bottom: -20%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.heading_1 b{
	z-index:2;
	position:inherit;
}
.article_1_left_inner_right p{
	font-size:15px;
}
/*********************blog_end****************/

/*********************team****************/

.team_1_left ul{
	display: none;
    transition: 0.3s;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    border: 2px solid var(--primary);
}
.team_1_left:hover ul{
	display:block;
	transition: 0.3s;
}

.tags a {
        display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--secondry);
    color: var(--bs-white);
    border-radius: 30px;
    font-size: 14px;
}
.tags a:hover {
    background: var(--primary);
    color: var(--bs-white);
	 transition: 0.3s;
}

.accordion-button {
	font-size: 20px;
	padding:20px 15px;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--bg_primary_light);
	color:var(--primary);
}
.accordion-body {
	padding: 20px;
}
/*********************team_end****************/

@media screen and (max-width : 767px){
.story_2_left_inner {
	padding:20px!important;
}
.story_2_right ul img{
	width:80px;
	margin-right:10px;
}
.story_2_right ul .p-4{
	padding:0!important;
}
.story_2_right ul li{
	box-shadow:none!important;
}
.story_2_right{
	margin-top:20px;
}
.story_3{
	padding:20px!important;
}
.story_3_right{
	margin-top:15px;
}
.article_1_right{
	padding-left:0!important;
	margin-top:25px;
}
.article_2_left{
	padding-right:0!important;
	margin-bottom:25px;
}
.article_2 .ps-0{
	padding-left:12px!important;
}
.article_2_left .fs-1{
	font-size:18px!important;
}
.article_2_left .font_13{
	font-size:12px!important;
}
.article_2_left img{
	min-height:230px;
}
.article_2_right ul img{
	width:80px;
}
.article_2_right .pt-2{
	padding-top:0!important;
}
.team_1_left{
	margin-top:10px;
	margin-bottom:10px;
}
.story_1r{
	margin-top:20px;
}
.mission_1l{
	padding-right:0!important;
	margin-bottom:20px;
}
.about_h1_right{
	padding-left:0!important;
	margin-top:20px;
}
.center_h_inner{
	width:100%!important;
}
.center_h_inner .fs-1{
	font-size:18px!important;
}
.center_h_inner img{
	min-height:250px;
}
.blog_dt1_inner_right{
	text-align:left!important;
	margin-top:15px;
}
.blog_h1_inner_left{
	margin-top:15px;
}
.blog_dt2 ul img{
	width:70px;
	height:80px;
}
.blog_dt2 ul {
	padding:0!important;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1_inner_right{
	text-align:right!important;
	margin-top:0;
}
 }
 
@media (min-width:768px) and (max-width:991px) {
.story_2_right ul img{
	width:100px;
	margin-right:10px;
}
.story_2_right ul .p-4{
	padding:0!important;
}
.story_2_right ul li{
	padding:10px;
}
.story_2_left_inner {
	padding:20px!important;
}
.article_1_right{
	padding-left:0!important;
}
.article_2_left .fs-1{
	font-size:22px!important;
}
.blog_dt2 ul img{
	width:100px;
	height:120px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.story_2_right ul .p-4{
	padding:15px 10px!important;
}
.blog_dt2 ul img{
	width:130px;
	height:150px;
}
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.article_1_left_inner_right p{
	font-size:16px;
}
 }

.hidden {display: none !important;}
 
footer{
    background:#111;
}

footer h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
}

footer p{
    color:#bbb;
    line-height:1.8;
}

.social-icons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-right:10px;
    border-radius:50%;
    background:#222;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#0d6efd;
    transform:translateY(-4px);
}

.footer-links li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.footer-links li:last-child{
    border-bottom:none;
}

.footer-links a{
    color:#bbb;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#0d6efd;
    padding-left:8px;
}

footer .d-flex img{
    width:90px;
    height:70px;
    object-fit:cover;
}

footer{
    margin:0;
    padding-bottom:0;
}

footer .container{
    margin-bottom:0;
}

footer p:last-child{
    margin-bottom:0;
}

.last-div{
    margin-bottom:-800px;
}

/* Hide default arrow */
.mySwiper {
    position: relative;
    overflow: hidden;
}

/* Navigation Buttons */

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next{
    width:58px;
    height:58px;

    border-radius:50%;
    background:rgba(255,255,255,.92);

    border:1px solid rgba(255,255,255,.4);

    backdrop-filter:blur(8px);

    box-shadow:0 10px 30px rgba(0,0,0,.18);

    transition:all .35s ease;

    color:#1b1b1b;
}

/* Arrow */

.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after{
    font-size:22px;
    font-weight:900;
}

/* Hover */

.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover{
    background:#0d6efd;
    color:#fff;

    transform:translateY(-50%) scale(1.08);

    box-shadow:0 15px 40px rgba(13,110,253,.45);
}

/* Position */

.mySwiper .swiper-button-prev{
    left:-28px;
}

.mySwiper .swiper-button-next{
    right:-28px;
}

/* Disabled */

.mySwiper .swiper-button-disabled{
    opacity:.35;
    pointer-events:none;
}

/* Mobile */

@media(max-width:768px){

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next{
    width:46px;
    height:46px;
}

.mySwiper .swiper-button-prev::after,
.mySwiper .swiper-button-next::after{
    font-size:17px;
}

.mySwiper .swiper-button-prev{
    left:10px;
}

.mySwiper .swiper-button-next{
    right:10px;
}

}

.read_text{
    background: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(2px);

    /* Optional enhancements */
    color: #fff;
    border-radius: 6px;
    padding: 4px 10px;
    display: inline-block;
}

.slider-image{
    position:relative;
    width:100%;
    height:630px;
    overflow:hidden;
}

.slider-bg{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    filter:blur(18px);
    transform:scale(1.15);
}

.slider-main{
    position:relative;
    z-index:2;

    width:100%;
    height:100%;

    object-fit:contain;
}

.slider-overlay{
    position:absolute;
    inset:0;
    z-index:3;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.92) 0%,
        rgba(0,0,0,.70) 35%,
        rgba(0,0,0,.35) 65%,
        rgba(0,0,0,.10) 100%
    );
}

.slider-content{
    position:absolute;
    inset:0;

    z-index:5;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;

    padding:40px;

    color:#fff;

    text-shadow:
        0 2px 8px rgba(0,0,0,.95),
        0 0 25px rgba(0,0,0,.9);
}

.badge-latest{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:8px 26px;
    border-radius:30px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    box-shadow:0 8px 20px rgba(13,110,253,.25);
}

/* Image container */
.post-thumb{
    position: relative;
    width: 110px;
    height: 110px;
    min-width: 110px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

/* Image */
.post-thumb-img{
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.post-thumbn{
    position: relative;
    width: 209px;
    height: 139px;
    min-width: 209px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

/* Image */
.post-thumb-imgn{
    width: 209px;
    height: 139px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.post-thumbn:hover .post-category{
    background: #0d6efd;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}

.post-thumb:hover .post-category{
    background: #0d6efd;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}

.story-image:hover .story-category2{
    background: #0d6efd;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}

.story-image{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.story-image img{
    width: 100%;
    display: block;
    border-radius: 8px;
}

/* Center badge */
.story-category{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,.95);
    color: #111;
    padding: 8px 22px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
    z-index: 2;
    white-space: nowrap;
    transition: all .3s ease;
}

/* Professional hover effect */
.story-image:hover .story-category{
    background: #0d6efd;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}


/* Category badge */
.post-category{
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    background: rgba(255,255,255,.96);
    color: #111;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,.18);
    letter-spacing: .5px;
    z-index: 2;
}