.f-telegram {
    vertical-align: inherit;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 24px;
    display: flex;
    gap: 12px;
    background-color: hsla(var(--c-blue),.1);
    background-image: linear-gradient(90deg,hsla(var(--c-blue),0) 0%,hsla(var(--c-blue),.1) 50%,hsla(var(--c-blue),0) 100%);
    border-radius: var(--block-rd);
    transition: background-color .2s ease
}

.f-telegram:hover {
    background-color: hsla(var(--c-blue),.2)
}

.f-telegram .title {
    margin-bottom: 0;
    font-size: 20px;
	color: black;
    font-weight: 700;
	vertical-align: inherit;
}

.f-telegram-icon,.f-telegram .desc {
    display: none
}

@media (min-width: 992px) {
    .f-telegram {
        font-size:20px;
		color: rgb(93 99 102);
        padding: 32px;
        padding-left: 40px
    }
	
.f-telegram a {
    color: rgb(93 99 102) !important;
}

.f-telegram a:hover {
    color: rgb(93 99 102) !important;
}

    .f-telegram-icon {
        display: block;
        position: relative;
        z-index: -1;
        flex: 10%;
        pointer-events: none;
        user-select: none
    }

    .f-telegram-icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-40%)
    }
}

@media (min-width: 768px) {
    .f-telegram {
        align-items:center;
        gap: 24px
    }

    .f-telegram .desc {
        display: block;
        --desc-fs: var(--fs);
        flex: 1 1 auto;
        opacity: .8
    }
}

@media (max-width: 767px) {
    .f-telegram {
        flex-direction:column;
        align-items: center
    }
}

:root {
  --c-blue: 200, 100%, 40%; 
}

/* Categories Style Start */
#category-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#category-list::-webkit-scrollbar {
    display: none;
}

.cat-pill {
	flex: 0 0 auto;
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    color: #5f6368;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s;
}

.cat-pill:hover {
    background: #5c65aa;
	color: #fff;
}

.cat-pill.active {
    background: #3949AB;
    color: #fff;
    border-color: #3949AB;
}
	
.cat-pill.active:hover {
    background: #5c65aa;
}

.btn-more {
    cursor: pointer;
    background: #f8f9fa;
    font-weight: 500;
}

@media (max-width: 767px) {
    #category-list {
        flex-wrap: nowrap !important;
        overflow-x: auto; 
        overflow-y: hidden;
        padding: 5px 0 10px 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    #category-list::-webkit-scrollbar {
        display: none;
    }

    .cat-pill {
        flex: 0 0 auto;
    }

    .extra-cat:not(.d-none) {
        display: inline-block !important;
    }
}
/* Categories Style End */

/* Shadow Hover */
.shadow-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
}

.shadow-hover:hover {
    /*transform: translateY(-2px); */ /* Modern "lift" effect */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

/* Shadow Hover news */
.shadow-hover-news {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1rem;
}

.shadow-hover-news:hover {
    transform: translateY(-5px); /* Modern "lift" effect */
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
}

/* Table Fix */
.table th, .table td {
    padding: 12px 12px 12px 16px !important;
}


/* Rating fix */
.rating-popup, .rating-popup-overlay {
    display: none !important;
}

/* breadcrumb new style */
.breadcrumb-lee {
	padding: 8px 8px 8px 16px;
	margin-bottom: 1rem;
	background-color: #F0F2F5;
    border-color: #F0F2F5;
}

/* Mod indo toggler fix */
.accordion-more-info .toggler {
    color: #ffffff !important;
    background-color: #3949AB !important;
}
/* Widgets layout style fix */
.rmp-widgets-container {
	padding-bottom: 1.5rem !important; 
	padding-top: 1.5rem !important;
}

header.d-flex.align-items-end h2, h2.h5.font-weight-semibold {
    text-transform: uppercase !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}

figure {
    margin: 0 0 0 !important;
}

b, strong {
    font-weight: 600 !important;
}

em {
    font-style: italic !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .term-description h1, .term-description h2, .term-description h3, .term-description h4, .term-description h5, .term-description h6 {
    text-align: -webkit-auto !important;
	font-weight: 600 !important;
}

.entry-content h1, .term-description h1 { font-size: 28px !important;}
.entry-content h2, .term-description h2 { font-size: 26px !important;}
.entry-content h3, .term-description h3 { font-size: 22px !important;}
.entry-content h4, .term-description h4 { font-size: 20px !important;}
.entry-content h5, .term-description h5 { font-size: 18px !important;}
.entry-content h6, .term-description h6 { font-size: 16px !important;}

div.swiper {
    margin: 0px 0px !important;
}

h2.site-logo a.text-body {
    color: var(--color_logo_header) !important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
  /*  font-weight: 700; */
    line-height: 1.2
}

#entry-content h2 {
    display: block;
    font-size: 22px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#entry-content h3 {
    display: block;
    font-size: 20px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

#entry-content h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.entry-content blockquote {
    border-left: 0.35rem solid var(--color_button) !important;
    padding-left: 1rem !important;
}

/*
.site-nav .menu > li > a {
    font-size: 18px !important;
    font-weight: 500 !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    padding: 0.5rem 1.25rem !important;
    color: #fff !important;
} */

/* #masthead {
    margin-top: 0px !important;
}
*/ 

@media (max-width: 767px) {
.site-logo {
     margin-left: .5rem !important;
}
}

.site-nav {
    font-size: 21px !important;
    font-weight: 500 !important;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    color: #fff !important;
	background-color: #3949AB !important;
}

.site-nav li > a {
    color: #fff !important;
	padding: 6px 12px !important;
}

.site-nav li:hover > a {
	color: #dde1e9 !important;
	background: transparent !important;
}

.site-nav .menu > li.current-menu-item > a {
    color: #dde1e9 !important;
    background-color: transparent !important;
}

.site-header {
    position: fixed !important;
    z-index: 1001 !important;
}


@media (max-width: 991px) {
    .site-nav .menu > li {
        border-bottom: 0px solid transparent !important;
    }
}

header {
	padding: 5px !important;
}


  table {
    border-collapse: collapse;
    width: 100%;
  }

  th, td {
    border: 1px solid #dee2e6; /* simple border */
    padding: 5px;
  }

.accordion-more-info .toggler {
  color: black;
  background-color: rgba(0,0,0,.05);
    font-weight: bold !important;
  font-family: 'Roboto', sans-serif;
}

/* Shared Image Style */
.gallery_image_top .swiper-slide img,
.gallery_image_bottom .swiper-slide img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	transition: transform 0.3s ease;
	transform-origin: center;
}

.gallery_image_top .swiper-slide img:hover,
.gallery_image_bottom .swiper-slide img:hover {
	transform: scale(1.02);
}

/* Slide Centering */
.gallery_image_bottom .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
}

/* Navigation Buttons */
.gallery_image_top .swiper-button-next,
.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-next,
.gallery_image_bottom .swiper-button-prev {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease;
	top: 50%;
	transform: translateY(-50%);
}

.gallery_image_top .swiper-button-next:hover,
.gallery_image_top .swiper-button-prev:hover,
.gallery_image_bottom .swiper-button-next:hover,
.gallery_image_bottom .swiper-button-prev:hover {
	background: #e9ecef;
	box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

.gallery_image_top .swiper-button-next,
.gallery_image_bottom .swiper-button-next {
	right: 10px;
}

.gallery_image_top .swiper-button-prev,
.gallery_image_bottom .swiper-button-prev {
	left: 10px;
}

/* Remove default Swiper arrows */
.gallery_image_top .swiper-button-next::after,
.gallery_image_top .swiper-button-prev::after,
.gallery_image_bottom .swiper-button-next::after,
.gallery_image_bottom .swiper-button-prev::after {
	display: none !important;
	content: none !important;
}

/* SVG Arrows */
.gallery_image_top .swiper-button-next svg,
.gallery_image_top .swiper-button-prev svg,
.gallery_image_bottom .swiper-button-next svg,
.gallery_image_bottom .swiper-button-prev svg {
	width: 20px;
	height: 20px;
	stroke: #222;
}

.swiper-button-next, .swiper-button-prev {color: #00000000 !important;}