/*=============
Main css
==============*/
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #292b2c;
}
div {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px;
    color: #2A2A2A;
    font-family: "Fira Sans", sans-serif;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

/* Header area
============== */
.header_area {
    transition: all .7s;
}
.header_area.stiky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #000;
    color: #fff;
    z-index: 99;
    padding: 5px 0;
}
.header_top_menu {
    height: 24px;
    overflow: hidden;
}
.admin-bar .header_area.stiky {
    top: 32px;
}
ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.nav-collapse {
    height: 38px;
}
ul.dropdown-menu.show a {
    padding-left: 10px !important;
}
ul#menu li {
    display: inline-block;
    position: relative;
}

ul#menu li a {
    display: block;
    padding: 7px;
}
.header_area.stiky ul#menu li a{
    color: #ffffff;
}
.mobile_triggers {
    display: none;
}
ul.dropdown-menu.show li {
    display: block !important;
}

ul.dropdown-menu.show li a:hover {
    color:#01AEF0;
}
li.dropdowns {
    position: relative;
}

ul.dropdown-menus {
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    color: #000 !important;
    border: 1px solid #e6e2e2;
    border-top: 0;
    box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, .15);
    width: 190px;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
li.dropdowns:hover ul.dropdown-menus {
    opacity: 1;
    visibility: visible;
}
ul.dropdown-menus a {
    color: #000 !important;
}

ul.dropdown-menus li {
    display: block !important;
    border-bottom: solid 1px #a9a9a9;
}
.live_score_btn {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
ul.dropdown-menus li:last-child {
    border: none !important;
}
/* breadcam */
.bredcam_area {
    padding: 120px 0;
}

.bredcam_area a {
    color: #fff;
}
/* error */
.error_page {
    padding: 80px 0;
}
.blog_content img {
    cursor: pointer;
}
.wp-caption.alignnone, .blog_content img {
    max-width: 100% !important;
    width: 100% !important;
}
.error_page span {
    font-size: 100px;
    font-weight: bold;
}

a.btn_main {
    background: #01AEF0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 8px;
}

a.btn_main:hover {
    background: #000;
}

/* header top css */
.header_top_menu ul, .header_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_top_menu ul li {
    display: inline-block;
    padding-right: 15px;
}

.header_top_menu ul li a {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.header_top_menu ul li a:hover {
    color: #01AEF0;
    text-decoration: underline;
}

.header_social ul li {
    padding-left: 5px;
    display: inline-block;
}

.header_social {
    text-align: right;
}

.header_top {
    background: #E0E0E0;
    padding: 5px 0;
}

.header_social ul li a i {background: #01AEF0;color: #fff;padding: 5px;border-radius: 50%;font-size: 14px;}

i.fab.fa-facebook-f {
    padding: 5px 8px;
}

.header_social ul li a i:hover {
    background: #000;
}
/* header middle css */
.logo img {
    max-width: 118px;
}

.header_banner {
    text-align: right;
}

.header_middle .row {
    align-items: center;
}

.header_middle {
    border-top: 1px solid #CFCECE;
}
/* header bottom css */
.header_bottom {
    background: #000000;
}

.header_left_menu {
    display: flex;
    align-items: center;
}

.header_left_menu .home a i {
    color: #fff;
	font-size:25px;
}
.header_left_menu .home a {
    padding:10px;
}

.header_left_menu .home a:hover {
    background: #fff;
}
.header_left_menu .home a:hover i {
    color: #000;
}

.navigation_menu ul li a {
    color: #fff;
}

ul.dropdown-menu.show a {
    color: #000;
}
.header_menu_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_menu_item ul li {
    display: inline-block;
    padding-left: 8px;
}

.header_menu_item ul li a {
    padding: 0;
}

.header_right_menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.search_bar i {
    font-size: 23px;
    color: #fff;
    cursor: pointer;
}

.header_right_menu i.fa.fa-times {
    display: none;
    cursor: pointer;
}

.header_right_menu .search_form {
    display: none;
}
.search_form.active {
    display: block;
}
.navigation_menu ul li a:hover {
    background: #fff;
    color: #000;
}
.header_menu_item ul li a i {
    font-size: 21px;
    color: #fff;
}
.header_menu_item ul li a:hover {
    background: transparent;
}
.header_menu_item ul li a:hover i {
    color: #fff;
}
.search_form.active {
    position: absolute;
    right: 0;
    border: 1px solid #dcdcdc;
    top: 30px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .15);
    padding: 5px 10px;
    background: #F5F5F5;
	z-index:99;
}

.search_form.active form {
    display: flex;
}

.search_form.active input {
    background: #fff;
    border: none;
    box-shadow: none;
    outline-style: none;
    padding: 5px 10px;
}

.search_form.active button {
    background: #fff;
    border: none;
    outline-style: none;
    box-shadow: none;
}

.search_form.active button i {
    color: #000;
}
.container {
    max-width: 1400px;
}

/* offcanvas menu css */
.offcanvas_menu_shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000099;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.offcanvas_menu_shadow.active {
    opacity: 1;
    visibility: visible;
}

.offcanvas_menu {
    position: fixed;
    width: 300px;
    top: 0;
    left: -300px;
    background: #fff;
    z-index: 99;
    padding: 30px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.offcanvas_menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.admin-bar .offcanvas_menu {
    top: 32px;
}

.offcanvas_menu_close i {
    color: #01AEF0;
    font-size: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.offcanvas_logo img {max-width: 120px;}

.offcanvas_menu ul li {
    display: block !important;
}

.offcanvas_menu ul {
    text-align: left !important;
}

.offcanvas_menu ul li a {
    color: #01AEF0;
}
/* footer css */
.footer_top {
    background: #d6d6d65c;
    padding: 50px 0;
}

.footer_bottom_copyright p {
    margin: 0;
    font-size: 14px;
    padding: 10px 0;
    color: #fff;
}

.footer_bottom_copyright {
    background: #191919;
}

.footer_widget img {
    max-width: 120px;
    margin-bottom: 10px;
}

.footer_widget_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #363636;
}

.footer_widget_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_widget_link ul li {
    margin-top: 8px;
}

.footer_widget_link ul li a {
    color: #191919;
}
.footer_widget_link ul li a:hover {
    color: #01AEF0;
}
/* page content */
.main_page_content {
    padding: 30px 0;
    background: #F5F5F5;
}

.left_side_content {
    background: #fff;
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 8px;
}
/* category page css */
.archive_blog_body {
    background: #F5F5F5;
    padding: 80px 0;
}
.post_top {
    display: flex;
    gap: 20px;
}
h1.archive-title {
    font-size: 38px;
    line-height: 48px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px;
}
.post_collums_6, .post_right_side {
    width: 50%;
}
.featureimage {
    width: 100%;
    height: 235px;
}

.featureimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.post_collums_6.header_bottom {
    border-radius: 8px;
}

.post_content_boxs h2 {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
}

.post_content_boxs p {
    color: #fff;
    margin: 0;
}

.post_content_boxs {
    padding: 20px;
}
.post_top_boxed {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}
.mm-grid-img-wrap {
    width: 150px;
    height: 100px;
}

.mm-grid-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_items a {
    display: flex;
    gap: 10px;
}

h3.mm-grid-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

h3.mm-grid-title:hover {
    color: #01AEF0;
}
.contenthj {
    width: 90%;
    padding: 10px;
}

.post_items {
    margin-bottom: 20px;
    padding-right: 20px;
    border: 1px solid #EBEBEB;
    box-shadow: 0 2px 5px 0 #ddddddab;
    border-radius: 8px;
}

.post_items:last-child {
    margin-bottom: 10px !important;
}

.post_right_side {
    padding-right: 10px;
}
.cat_post_collums_3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px 0;
}

.post_items_cat_collums_three {
    width: calc(33% - 5px);
}

.post_items_cat_collums_three .mm-grid-img-wrap {
    width: 100%;
    height: 155px;
}

.post_items_cat_collums_three  h3.mm-grid-title {
    font-size: 18px;
    line-height: 27px;
}
.post_items_cat_collums_three {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}
.cat_post_item_2_collums {
    display: flex;
    gap: 20px;
    padding: 0 10px 30px 10px;
    flex-wrap: wrap;
}

.post_items_cat_collums_two a {
    display: flex;
}

.post_items_cat_collums_two {
    width: calc(50% - 10px);
}

.cat_post_item_2_collums .mm-grid-img-wrap {
    width: 152px;
    height: 95px;
}
/* blog single post */
.single_blog_page_content {
    background: #F5F5F5;
    padding: 80px 0;
}

.blog_content_area {
    border: 1px solid #EBEBEB;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.blog_single_post_thumnail img {
    width: 100%;
    height: auto;
}

.blog_info i {
    color: #181d25cc;
    font-size: 14px;
    padding-right: 5px;
}

.blog_info span {
    font-size: 16px;
    padding-right: 10px;
}

.blog_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
}

.share_like i {
    font-size: 16px;
    background: #01AEF0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 !important;
    border-radius: 50%;
    color: #fff;
}

.share_like i:hover {
    background: #000;
}
.post_category {
	margin:10px 0;
}
.aioseo-author-bio-compact {
    margin-top: 20px;
}
.post_category a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    background: #01AEF0;
    color: #fff;
    padding: 4px 12px;
    border-radius: 35px;
    text-transform: uppercase;
    margin: 3px;
    display: inline-block;
	transition:all .3s ease;
}

.post_category a:hover {
    background: #E8E9EE;
    color: #000;
}
.author_details_box {border: 1px solid #000;border-radius: 8px;padding: 20px;display: flex;gap: 20px;margin: 20px 0;}

.author_social i {
    font-size: 16px;
    background: #F5F5F5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 !important;
    border-radius: 50%;
    color: #000;
}
.author_image {
    width: 80px;
    height: 80px;
}
h4.author_name a {
    color: #000;
}

p.author_bio a {
    color: #fff;
    background: #01AEF0;
    padding: 2px 20px;
    display: inline-block;
    border-radius: 35px;
}
.author_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author_info {
    width: 86%;
}
.author_details_area {}

.author_details_area {
    padding: 80px 0;
    background: #F5F5F5;
}

.author_blog_post {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 10px;
}

.author_details_box_author.page {
    background: #fff;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.author_details_box_author.page .author_image {
    margin-bottom: 10px;
}
.number_title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #181d25;
}

ul.comment_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.children {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

ul.comment_list li .comment-body {
    background: #F5F5F5;
    padding: 16px;
    border: 1px solid #E3E4E9;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.comment-author.vcard img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

cite.fn a {
    font-size: 14px;
    line-height: 20px;
    color: #181d25;
    font-style: normal;
    text-transform: capitalize;
}

span.says {
    display: none;
}

.comment-meta.commentmetadata a {
    font-size: 14px;
    line-height: 20px;
    color: #6a7181;
}

a.comment-edit-link, a.comment-reply-link {
    color: #01AEF0 !important;
}

 .comment-body p {
    font-size: 14px;
    line-height: 20px;
    color: #181d25cc !important;
    margin-top: 10px;
    margin-bottom: 0;
}
.reply {
    position: absolute;
    right: 16px;
    bottom: 16px;
}
.comments_form p {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

.comments_form p label {
    font-size: 14px;
    margin: 0;
}

.comments_form input, textarea {
    background: #E8E9EE;
    border: none;
    outline-style: none;
    padding: 10px;
    border-radius: 8px;
}

p.comment-form-cookies-consent {
    flex-direction: row;
    gap: 8px;
}

p.form-submit input {
    width: fit-content;
    padding: 8px 30px;
    border-radius: 8px;
    background: #01AEF0;
    color: #fff;
}

textarea#comment {
    height: 90px;
}
p.logged-in-as {
    flex-direction: row;
    gap: 10px;
}

p.logged-in-as a {
    color: #01AEF0;
}
.related_Post {
    padding-top: 30px;
}

.blog_single_thumnail a img {
    height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.single_realted_post {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E3E4E9;
    margin-bottom: 10px;
}

.related_blog_content {
    padding: 10px;
}

.cat_item a {
    color: #01AEF0;
    font-size: 12px;
}

.re_post_title a {
    color: #000;
}
p.author_bio {
    font-size: 14px;
}
.search_bredcam {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* homepage css */
.news-bar {
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    font-family: sans-serif;
}
.breaking_news_area {
    background: #F0F0F0;
}
.news-label {
    background: #02AEF1;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 16px;
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
}
.news-label::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 12px solid #02AEF1;
	z-index:9;
}
.marquee-wrapper {
    flex: 1;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}
.marquee-track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
}
.news-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    padding-left: 60px;
}
.news-item:hover {
    color: #02AEF1;
}
.news-item .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #02AEF1;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
/* homepage slider */
.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slide {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.80) 0%,
    rgba(0, 0, 0, 0.30) 60%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: -1;
}
.slide-content {
    position: relative;
}

.hero-slide {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.slide-category {
  display: inline-block;
  background: #01AEF0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 35px;
  margin-bottom: 12px;
  text-decoration: none;
}

.slide-title {
  margin: 0 0 12px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
}
.slide-title.h1-title { font-size: 42px; }
.slide-title.h2-title { font-size: 30px; }

.slide-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.slide-title a:hover {
  color: #01AEF0;
}

/* Excerpt */
.slide-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  max-width: 680px;
}

/* Read More Button */
.slide-btn {
  display: inline-block;
  background: #01AEF0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
  border: 2px solid #01AEF0;
}
.slide-btn:hover {
  background: transparent;
  color: #01AEF0;
  transform: translateY(-2px);
}

/* Arrows */
.hero-slider .slick-prev,
.hero-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, border-color 0.25s ease;
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.hero-slider .slick-prev { left: 20px; }
.hero-slider .slick-next { right: 20px; }

.hero-slider .slick-prev:hover,
.hero-slider .slick-next:hover {
  background: #01AEF0;
  border-color: #01AEF0;
}

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  display: none;
}

/* Dots — bottom right */
.hero-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 24px;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.hero-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: background 0.25s ease, transform 0.2s ease;
}
.hero-slider .slick-dots li button::before {
  display: none;
}
.hero-slider .slick-dots li.slick-active button {
  background: #01AEF0;
  transform: scale(1.25);
}
.hero-slider .slick-dots li button:hover {
  background: #01AEF0;
}
.hero-slide.no-thumb {
  background-color: #111;
}
/* ── Slide Fade Transition ── */
.hero-slider .slick-slide {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-slider .slick-active {
  opacity: 1;
}

/* Content animation — শুরুতে নিচে লুকানো */
.hero-slide .slide-category,
.hero-slide .slide-title,
.hero-slide .slide-excerpt,
.hero-slide .slide-btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.slick-active .slide-category { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.2s; 
}
.slick-active .slide-title { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.4s; 
}
.slick-active .slide-excerpt { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.6s; 
}
.slick-active .slide-btn { 
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.8s; 
}
.home_left {
    border: 1px solid #EBEBEB;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}

.home_category_post {
    padding: 80px 0;
    background: #F5F5F5;
}

.category_post_lists.header_bottom {
    padding: 10px;
}
.home_left a {
    color: #000 !important;
}
.home_left a:hover {
    color: #01AEF0 !important;
}
/* ════════════════════════
   Video Embed
════════════════════════ */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 6px;
  margin: 20px 0;
}
.video-wrapper iframe,
.video-wrapper video,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.wp-block-video video {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-gallery,
.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 20px 0;
}
.post-gallery.cols-2,
.wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.post-gallery.cols-4,
.wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.post-gallery.cols-1,
.wp-block-gallery.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

.post-gallery a,
.wp-block-gallery .wp-block-image a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.post-gallery a img,
.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.post-gallery a:hover img,
.wp-block-gallery .wp-block-image a:hover img {
  transform: scale(1.05);
}

.post-gallery figcaption,
.wp-block-gallery figcaption {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 4px;
}

@media ( max-width: 767px ) {
  .post-gallery,
  .wp-block-gallery,
  .wp-block-gallery.columns-3,
  .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-gallery a img,
  .wp-block-gallery .wp-block-image img {
    height: 140px;
  }
}
@media ( max-width: 480px ) {
  .post-gallery,
  .wp-block-gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tips-widget-wrapper iframe {
    height: 410px !important;
}
/* photo section */
.photo-card {
  position: relative;
}

.photo-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.photo-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.photo-thumb-wrap:hover .photo-thumb {
  transform: scale(1.04);
}

.photo-no-thumb {
  background: #ddd;
  height: 200px;
}

.photo-icon-badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: #01AEF0;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.photo-card-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.photo-card-title a {
  color: #111;
  text-decoration: none;
}
.photo-card-title a:hover {
  color: #01AEF0;
}

.photo-card-time {
  font-size: 13px;
  color: #888;
  margin: 0;
}

@media ( max-width: 576px ) {
  .photo-thumb,
  .photo-no-thumb {
    height: 180px;
  }
}
.home_remedy_video_area {
    background: #F5F5F5;
    padding: 80px 0;
}
.left-side-video {
    border: 1px solid #EBEBEB;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.video_search_box {
    margin-bottom: 30px;
}

.video_search_box input {
    height: 40px;
    padding: 10px;
}

button#video_search_btn {
    background: #EFEFEF;
    border: none;
    outline-style: none;
    height: 40px;
    padding: 5px 30px;
}
.ts-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

ul.ts-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.ts-list li a {
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
ul.ts-list li a:hover {
    color: #01AEF0;
}
ul.ts-list li {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
ul.ts-list li:last-child {
    padding-bottom:0;
    border-bottom: none;
}
/* Popular Tag Css */
.tagcloud a {
    margin: 5px;
    display: inline-block;
}
.single-video-page {
    padding: 80px 0;
    background: #F5F5F5;
}

.video-player-area {
    border: 1px solid #EBEBEB;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
	margin-bottom:30px;
}




