@charset "UTF-8";
@font-face {
  font-family: "SolaimanLipi";
  src: url("/vendor/core/font/SolaimanLipi/SolaimanLipi_22-02-2012.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-body: 'SolaimanLipi', Arial, sans-serif !important;
  --font-header: 'SolaimanLipi', Arial, sans-serif !important;
}

body {
  font-family: "SolaimanLipi", Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SolaimanLipi", Arial, sans-serif !important;
}

/***
 Theme Name:  Prothom Alo
 Theme URI:   https://www.prothomalo.com
 Description: Bootstrap 4 Magazine / News theme for Bengali content
 Author:      Inceptia
 Author URI:  https://inceptia.ai
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
    Import Google Fonts
    Include Third Party CSS Library
    GENERAL
    HEADER
        Offcanvas Sidebar
        Search form
        Main header
        Mega menu
        Header layouts
    Page layouts
    Pagination
    Breadcrumb
    CATEGORY PAGES
    SINGLE POST
    Author box
    comment
    Post share social
    WP STYPE
    Custom amine
***/
/* GENERAL */
/*cursor*/
/*Header*/
/*Offcanvas Sidebar*/
/*Search form*/
/*Main header*/
/* Mega menu */
/*Header layouts*/
/*Page layouts*/
/*Pagination*/
/*Breadcrumb*/
/*CATEGORY PAGES*/
/*SINGLE POST*/
/*Author box*/
/*comment*/
/*post-share-social*/
/*Login*/
/*Page My Account*/
/*WP STYPE*/
/*custom amine*/
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
body {
  font-family: var(--font-body);
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h1 a {
  color: inherit;
}

h2 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h2 a {
  color: inherit;
}

h3 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h3 a {
  color: inherit;
}

h4 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h4 a {
  color: inherit;
}

h5 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h5 a {
  color: inherit;
}

h6 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h6 a {
  color: inherit;
}

.readmore-btn {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
.readmore-btn:hover i {
  padding-left: 6px;
}

.widget-taber a.nav-link {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

p {
  font-family: var(--font-body);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}

.img {
  max-width: 100%;
  transition: all 0.2s ease-out 0s;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a {
  transition: all 0.2s ease-out 0s;
  color: #171616;
}
a:hover {
  color: #ef3f48;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ef3f48;
  text-transform: uppercase;
  background: #ef3f48;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.button:hover {
  background: #010f22;
  border: 1px solid #010f22;
}

*:focus {
  text-decoration: none;
  outline: none;
}

.portfolio-cat a:hover {
  text-decoration: none;
}

.footer -menu li a:hover {
  text-decoration: none;
}

.transition-02s {
  transition: all 0.2s ease-out 0s;
}
.transition-02s:hover {
  transition: all 0.2s ease-out 0s;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

textarea {
  outline: 0;
}
textarea:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider i {
  background-color: #fff;
  color: #d9d9d9;
  position: relative;
  z-index: 1;
  font-size: 30px;
  padding: 0 40px;
}
.divider::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #dddddd;
  transform: translateY(-50%);
  margin-top: -1px;
}
.divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #dddddd;
  transform: translateY(-50%);
  margin-top: 1px;
}

.divider.center_icon {
  height: auto;
  text-align: center;
}

.divider.left_icon {
  height: auto;
}

.divider.right_icon {
  height: auto;
}

.divider.text_divider {
  height: auto;
}

.boxed-btn {
  background: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  color: #fff !important;
  border: 1px solid;
}
.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.font-x-small {
  font-size: 11px;
}

.font-small {
  font-size: 12px;
}

.font-medium {
  font-size: 15px;
}

.font-large {
  font-size: 20px;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
  width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

.btn {
  background: #ff656a;
  -moz-user-select: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  padding: 27px 44px;
  border-radius: 5px;
  min-width: 200px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6373d;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.btn-dark {
  background: #092b4d;
}
.btn.btn-dark::before {
  background: #020e1a;
}

.btn.focus {
  outline: 0;
  box-shadow: none;
}

#scrollUp {
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}
#scrollUp:hover {
  color: #fff;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.align-center-vertical {
  margin-top: auto;
  margin-bottom: auto;
}

.text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.text-limit-3-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.img-hover-scale {
  overflow: hidden;
  position: relative;
}
.img-hover-scale img {
  transition: transform 0.5s;
}
.img-hover-scale:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.img-hover-scale:hover .top-right-icon {
  margin-top: -3px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.img-hover-slide:hover .top-right-icon {
  margin-top: -3px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.post-thumb:hover .img-hover-slide {
  background-position: 30%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.post-thumb:hover .social-share {
  height: 30px;
  transition-duration: 0.2s;
}
.post-thumb .social-share {
  position: absolute;
  float: left;
  overflow: hidden;
  padding-left: 0;
  bottom: 10px;
  right: 0;
  margin: 0;
  z-index: 200;
}
.post-thumb .social-share li {
  width: 100%;
  text-align: center;
  max-width: 0px;
  opacity: 0;
  transition: 0.3s;
  float: left;
  margin-left: 5px;
}
.post-thumb .social-share li:first-child {
  max-width: 30px;
  opacity: 1;
  pointer-events: none;
}
.post-thumb .social-share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #007aff;
}
.post-thumb .social-share li a.fb {
  background: #3b5999;
}
.post-thumb .social-share li a.tw {
  background: #55acee;
}
.post-thumb .social-share li a.pt {
  background: #bd081c;
}
.post-thumb .social-share:hover li:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.post-thumb .social-share:hover li {
  opacity: 1;
  max-width: 30px;
}
.post-thumb .social-share:hover li:last-child {
  margin-right: 15px;
}

.single-header-2:hover .img-hover-slide {
  background-position: 30%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.single-header-2 .single-thumnail {
  min-height: 540px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.single-header-2 .entry-header-1 {
  padding: 100px;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.thumb-overlay {
  position: relative;
}
.thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.thumb-overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.transition-ease-04 {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.top-right-icon i {
  top: 2px;
}

.hover-box-shadow {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.hover-box-shadow:hover {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.letter-background {
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.07);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
}

.font-weight-ultra {
  font-weight: 900;
}

.scroll-progress {
  height: 3px;
  width: 0px;
  z-index: 9999999;
  position: fixed;
  top: 0;
}

#off-canvas-toggle {
  cursor: pointer;
}
#off-canvas-toggle span {
  background: #353c49;
  display: inherit;
  height: 2px;
  position: relative;
  width: 15px;
}
#off-canvas-toggle span::before {
  background: #353c49;
  display: inherit;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -8px;
  width: 15px;
}
#off-canvas-toggle span::after {
  background: #353c49;
  display: inherit;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -4px;
  width: 15px;
}
#off-canvas-toggle p {
  display: inline;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.user-account {
  cursor: pointer;
}
.user-account .ti-user {
  margin-right: 2px;
}

.subscribe {
  cursor: pointer;
}

.search-close {
  cursor: pointer;
  padding-left: 5px;
}

button.slick-arrow {
  cursor: pointer;
}

.off-canvas-close {
  cursor: pointer;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-button {
  cursor: pointer;
}

.slick-dots button {
  cursor: pointer;
}

.slider-post-thumb {
  cursor: pointer;
}

button.search-icon {
  cursor: pointer;
  background: none;
  padding: 0;
  border: 0;
  font-size: 16px;
  width: 30px;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  cursor: pointer;
}

h1.logo-text {
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 7px;
}

#datetime {
  min-width: 160px;
  margin-bottom: -8px;
  margin-left: 15px;
}

.vline-space {
  height: 15px;
  width: 1px;
  background: #cbd3d7;
  margin: 0 10px -2px 10px;
}

.top-bar ul.header-social-network li a {
  padding: 0px;
  font-size: 12px;
}

button.subscribe {
  border: 1px solid;
  background: none;
  margin: 0 0 0 15px;
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: bold;
}

.dropdown-menu {
  border-radius: 5px;
}

#userMenuDropdow.dropdown-menu {
  background: white;
  border: 0;
  padding: 5px 15px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#userMenuDropdow.dropdown-menu a {
  font-size: 12px;
  padding: 7px 0;
}
#userMenuDropdow.dropdown-menu a i {
  margin-right: 8px;
  color: #b0b8cc;
}

#langMenuDropdow.dropdown-menu {
  background: white;
  border: 0;
  padding: 5px 15px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-width: 110px;
}
#langMenuDropdow.dropdown-menu a {
  font-size: 12px;
  padding: 7px 0;
}
#langMenuDropdow.dropdown-menu a i {
  margin-right: 8px;
  color: #b0b8cc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

form.menu-search-form input {
  width: 100%;
}

.off-canvas-toggle-cover {
  position: absolute;
  right: 0;
  width: 50px;
  text-align: left;
  top: 0;
  z-index: 300;
}

#sidebar-wrapper {
  background: #f4f5f9;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  width: 0;
  z-index: 1009;
  transition: all 0.2s ease;
  top: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

#sidebar-wrapper.position-right {
  right: 0;
  left: unset;
}

.canvas-opened #sidebar-wrapper {
  width: 350px;
  transition: all 0.2s ease;
}
.canvas-opened #off-canvas-toggle span {
  background: none;
}
.canvas-opened #off-canvas-toggle span::after {
  top: -4px;
  width: 15px;
  transform: rotate(-45deg);
}
.canvas-opened #off-canvas-toggle span::before {
  top: -4px;
  width: 15px;
  transform: rotate(45deg);
}
.canvas-opened .dark-mark {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar-inner {
  padding: 30px;
  display: table;
  height: 100%;
}

.dark-mark {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}

.main-search-form {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.main-search-form .search-form label {
  width: 100%;
}
.main-search-form .search-form input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  backface-visibility: hidden;
  background-color: transparent;
  border: none;
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 9px 0 9px 50px;
  text-align: left;
  width: 100%;
  background: #fff;
  border: 1px solid #dfe0e6;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.main-search-form .search-form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  margin-top: -3px;
  opacity: 0.6;
}
.main-search-form .search-switch {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
  line-height: 1;
  border-left: 1px solid #dfe0e6;
  padding-left: 15px;
  font-size: 14px;
}

.open-search-form .main-search-form {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.open-search-form .header-style-1 .search-button {
  z-index: 1000;
}
.open-search-form .header-style-2 .search-button {
  z-index: 1000;
}
.open-search-form .header-style-2 .off-canvas-toggle-cover {
  right: 80px;
}

.main-header .main-nav ul li a {
  color: #092b4d;
  font-weight: 500;
  padding: 27px 12px;
  display: block;
  font-size: 12px;
  transition: all 0.2s ease-out 0s;
  font-family: var(--font-header);
  line-height: 1;
}
.main-header .main-nav ul li > a {
  text-transform: uppercase;
}
.main-header .main-nav ul li h6 a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.main-header .main-nav ul li.menu-item-has-children > a {
  padding-right: 15px;
}
.main-header .main-nav ul li.menu-item-has-children > a::after {
  content: "\e64b";
  font-family: "themify";
  font-size: 8px;
  display: inline-block;
  padding-left: 5px;
}
.main-header .main-nav ul ul.sub-menu {
  text-align: left;
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 2px solid;
  transition: all 0.2s ease-out 0s;
}
.main-header .main-nav ul ul.sub-menu > li {
  margin-left: 7px;
  display: block;
}
.main-header .main-nav ul ul.sub-menu > li > a {
  padding: 10px !important;
  font-size: 14px;
  color: #0b1c39;
  text-transform: capitalize;
}
.main-header .main-nav ul ul.sub-menu > li > a:hover {
  background: none;
}
.main-header .main-nav ul li.mega-menu-item .tab-content a {
  padding: 0;
  text-transform: none;
}
.main-header ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-header {
  position: relative;
  z-index: 1002;
}
.main-header #userMenuDropdow.dropdown-menu {
  margin-top: 15px;
  margin-top: 15px;
}

.header-area .header-top .header-info-right .header-social a i {
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.header-area .slicknav_btn {
  top: -51px;
  right: 17px;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  height: 100%;
  align-items: center;
}
.main-menu > li {
  height: 100%;
  position: relative;
  display: inline-block;
}
.main-menu > li:hover > .sub-mega-menu {
  display: flex;
}
.main-menu > li.mega-menu-item {
  position: static;
}

.sub-mega-menu {
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #f4f5f9;
  border-radius: 0 0 5px 5px;
}
.sub-mega-menu .nav {
  width: 240px;
  border-right: 1px solid #f4f5f9;
  padding: 30px 0;
}
.sub-mega-menu .tab-content {
  width: calc(100% - 240px);
}
.sub-mega-menu .tab-content .tab-pane {
  padding: 25px 50px 35px 30px;
}
.sub-mega-menu .nav-pills .nav-link {
  font-size: 12px;
  line-height: 1.8;
  color: #222;
  border-radius: 0;
  padding: 8px 20px 8px 33px;
  text-align: left;
}
.sub-mega-menu .nav-pills .nav-link.active {
  color: #fff;
  background-color: #152035;
}
.sub-mega-menu .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #152035;
}

.header-sticky.sticky-bar.sticky .header-flex {
  justify-content: space-between;
}
.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 20px;
}
.header-sticky.sticky-bar.sticky .header-right-btn {
  display: none !important;
}
.header-sticky.sticky-bar.sticky .sticky-logo {
  display: block !important;
}

.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
}
.slicknav_menu {
  background: transparent;
}

.mobile_menu {
  position: fixed;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.sticky-logo {
  display: none !important;
}

.sticky-logo.info-open {
  padding: 12px;
}

.header-style-1 {
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.header-style-1 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
}
.header-style-1 .search-button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 68px;
  background: #fff;
  z-index: 899;
}
.header-style-1 .top-bar {
  border-bottom: 1px solid #f4f5f9;
}

.header-style-2 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
  border: none;
}
.header-style-2 .search-button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 68px;
  background: #fff;
  z-index: 899;
  right: 35px;
}
.header-style-2 .topbar-inner {
  border-bottom: 1px solid #f4f5f9;
}
.header-style-2 .off-canvas-toggle-cover {
  right: 55px;
  left: unset;
}
.header-style-2 .nav-shopping-cart a.cart-icon {
  right: 15px;
}

.header-style-2.header-style-3 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
}
.header-style-2.header-style-3 .topbar-inner {
  border: 0;
}

.footer-area .footer-logo {
  margin-bottom: 40px;
}
.footer-area .footer-pera p {
  color: #a8a8a8;
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.8;
}
.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}
.footer-area .footer-tittle h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-area .footer-tittle ul li {
  color: #012f5f;
  margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
  color: #333333;
  font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
  padding-left: 5px;
}
.footer-area {
  color: #a8a8a8;
}
.footer-area .footer-form form {
  position: relative;
}
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  border: 0;
  border-bottom: 1px solid #403f3f;
  background: none;
}
.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: -20px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  line-height: 1;
}
.footer-area .footer-social a i {
  color: #222222;
  margin-right: 12px;
  font-size: 19px;
  transition: all 0.4s ease-out 0s;
}
.footer-area .footer-social a i:hover {
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.footer-area .insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.footer-area .insta-feed li {
  width: 29.33%;
  margin: 5px;
}
.footer-area .insta-feed li img {
  width: 100%;
}
.footer-area a {
  color: #a8a8a8;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid #242323;
}
.footer-bottom-area .footer-copy-right p {
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 36px;
}
.footer-menu ul li:first-child {
  margin-left: 0px;
}
.footer-menu a {
  color: #a8a8a8;
}

.pagination-area .page-item {
  margin: 0;
}
.pagination-area .page-item:first-child {
  margin: 0;
}
.pagination-area .page-link {
  color: #777777;
  border: 0;
  font-size: 15px;
  text-align: center;
  background: none;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
}
.pagination-area .page-item.active .page-link {
  z-index: 1;
  color: #000;
  background: none;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 0.875rem;
  background: none;
  margin: 0;
  border-radius: 0;
}
.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.breadcrumb span::before {
  content: "\e649";
  font-family: "themify";
  display: inline-block;
  color: #101d35;
  font-size: 9px;
}

.archive-header h2 {
  font-size: 45px;
}

.archive .loop-list-1 .first-post .img-hover-slide {
  min-height: 400px;
}

.animate-conner-box::after {
  content: " ";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: -45px;
  right: -45px;
  border-left: 45px solid #ef3f48;
  border-bottom: 45px solid #fff;
  transition: all 0.2s ease;
}

.animate-conner:hover .animate-conner-box::after {
  bottom: 0 !important;
  right: 0 !important;
}
.animate-conner .post-thumb .social-share {
  right: 35px;
}

.entry-header-1 h1 {
  max-width: 80%;
}

.overflow-hidden {
  overflow: hidden;
}

.single-social-share a {
  width: 35px;
  display: block;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-size: 13px;
  border-radius: 50%;
}

.single-thumnail .arrow-cover i {
  color: #fff;
}

.single-excerpt p {
  line-height: 1.5;
}

.entry-main-content p {
  line-height: 1.75;
  font-size: 15px;
}
.entry-main-content h2 {
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 28px;
  font-size: 24px;
}
.entry-main-content figure {
  margin-bottom: 30px;
  margin-top: 30px;
}
.entry-main-content figure.alignleft {
  margin-right: 30px;
  margin-top: 20px;
}
.entry-main-content table td {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.entry-main-content table th {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.entry-main-content dd {
  margin: 0 0 1.65em;
}
.entry-main-content ul {
  list-style: disc;
}
.entry-main-content ul li {
  list-style: disc inside;
  line-height: 2;
}
.entry-main-content ul li.blocks-gallery-item {
  list-style: none;
}
.entry-main-content li > ul {
  padding-left: 2rem;
}
.entry-main-content li > ol {
  padding-left: 2rem;
}
.entry-main-content ol {
  padding-left: 0;
}

.related-posts .img-hover-slide {
  min-height: 200px;
}

.single-header-3.single-header-2 .entry-header-1 {
  padding: 50px;
}

.author-bio {
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 40px;
}
.author-bio .author-image img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.author-bio .author-image {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 40px;
}
.author-bio .author-info {
  flex-grow: 1;
}
.author-bio h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.author-bio h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-black);
}
.author-bio .author-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.author-bio .author-bio-link {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  padding: 1px 15px;
  background-color: #fff;
  border: 1px solid #e0dede;
  margin-right: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.author-bio .author-social {
  display: inline-block;
}
.author-bio .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-bio .author-social-icons li {
  display: inline-block;
}
.author-bio .author-social-icons li:first-child a {
  margin-left: 0;
}
.author-bio .author-social-icons li a {
  text-align: center;
  font-size: 16px;
  margin-left: -1px;
  padding-top: 0;
  display: block;
  margin-left: 20px;
}
.author-bio .author-social-icons li a i {
  font-size: 14px;
}

.author .author-bio {
  margin: 0;
  padding: 50px;
  border: 0;
  background: #f4f5f9;
  border-radius: 5px;
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #2a2a2a;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}
.comment-form .name {
  padding-left: 0px;
}
.comment-form .email {
  padding-right: 0px;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: #ef3f48;
  color: #fff;
  border-color: #ef3f48;
  padding: 12px 25px;
}

figure .social-share {
  position: absolute;
  float: left;
  overflow: hidden;
  padding-left: 0;
  bottom: 10px;
  right: 0;
  margin: 0;
  z-index: 200;
}
figure .social-share li {
  width: 100%;
  text-align: center;
  max-width: 0px;
  opacity: 0;
  transition: 0.3s;
  float: left;
  margin-left: 5px;
}
figure .social-share li:first-child {
  max-width: 30px;
  opacity: 1;
  pointer-events: none;
}
figure .social-share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
figure .social-share:hover li:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
figure .social-share:hover li {
  opacity: 1;
  max-width: 30px;
}
figure .social-share:hover li:last-child {
  margin-right: 15px;
}

.social-share {
  height: 0;
  transition-duration: 0.2s;
}

.bgcover:hover .social-share {
  height: 30px;
  transition-duration: 0.2s;
}

.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.btn-login .btn {
  min-width: unset;
}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.dashboard-menu li {
  padding: 7px 10px;
}
.dashboard-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.dashboard-menu a {
  color: #999;
}
.dashboard-menu li.active a {
  color: #333;
}

.dashboard-content .card {
  border: 0;
}
.dashboard-content .card-header {
  background: none;
}

.wp-block-separator {
  border-top: 1px solid #f4f5f9;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignleft > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image figcaption {
  color: #6a6a6a;
  z-index: 1;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.wp-block-embed {
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n) {
  margin-right: 0;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n) {
  margin-right: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-item a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-image img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-separator.is-style-dots {
  border: none;
  width: auto;
  background: none !important;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 30px;
  background: #f4f5f9;
  border-radius: 5px;
}
.wp-block-quote.is-large p {
  font-size: 30px;
  line-height: 1.3;
  font-style: normal;
}

.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px;
  background: #f4f5f9;
  border-radius: 5px;
}
.wp-block-quote.is-style-large p {
  font-size: 30px;
  line-height: 1.3;
  font-style: normal;
}

.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}

.tooltip-inner {
  font-size: 0.7em;
}

table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #212529;
  border-collapse: collapse;
}
table p {
  margin-bottom: 0;
}

.comment-content table td {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.comment-content table th {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.comment-content ul li {
  list-style: disc inside;
  line-height: 2;
}
.comment-content li > ul {
  padding-left: 2rem;
}
.comment-content li > ol {
  padding-left: 2rem;
}

.single-comment dd {
  margin: 0 0 1.65em;
}

ol li {
  list-style: decimal inside;
  width: 100%;
  line-height: 2;
}

pre {
  border: 1px solid #eee;
  font-size: 1em;
  line-height: 1.8;
  margin: 15px 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
  border-radius: 15px;
}

[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  box-shadow: 0 0 10px #fff;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0;
  }
}
/***
Styling for widgets
***/
/*Entry meta*/
/*SLICK SLIDER*/
/*featured-slider-1*/
/*featured-slider-2*/
/*widgets-post-carausel-1*/
/*widgets-post-carausel-2*/
/*widgets-post-carausel-3*/
/*POST MODULES*/
/*Post module 1*/
/*post-module-4*/
/*Post aside 1*/
/*news-flash*/
/*Categories*/
/*Tab*/
/*Social network widget*/
/*Widget About*/
/*Videos*/
/*Taber*/
/*cart icon on nav*/
/*BORDER RADIUS DECLARE*/
/*PADDING AND MARGIN DECLARE*/
.entry-meta {
  line-height: 1;
}
.entry-meta .author-add {
  font-size: 12px;
}

.entry-meta.meta-2 .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.entry-meta.meta-1 span {
  margin-right: 10px;
}
.entry-meta.meta-1 span i {
  margin-right: 3px;
}

.entry-meta.meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
}
.entry-meta.meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #fff;
}

span.has-dot {
  position: relative;
  padding-left: 10px;
}
span.has-dot::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  left: -3px;
}

.widget-header .widget-title {
  position: relative;
  z-index: 2;
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

.featured-slider-1 {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.slider-caption {
  padding: 30px;
}

.arrow-cover {
  position: absolute;
  margin-top: -50px;
  right: 30px;
  font-size: 2px;
}

button.slick-arrow {
  background: none;
  border: 0;
  position: relative;
  padding: 0;
  margin: 0 5px;
}
button.slick-arrow [class^=flaticon-]::before {
  font-size: 15px;
}

.featured-slider-2-items .post-thumb .thumb-overlay {
  min-height: 600px;
}

.featured-slider-2 .post-content-overlay {
  position: absolute;
  transition-duration: 0.2s;
  width: 100%;
  top: 200px;
  z-index: 500;
}
.featured-slider-2 .post-content-overlay .post-title {
  max-width: 50%;
}
.featured-slider-2 .arrow-cover {
  position: absolute;
  left: 0;
  z-index: 300;
}
.featured-slider-2 .arrow-cover i {
  color: #fff;
}

.featured-slider-2-nav-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.featured-slider-2-nav .slick-current img {
  border: 5px solid;
}

.editor-picked {
  padding: 30px;
}

a.read-more {
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid;
  padding: 6px 8px;
}
a.read-more:hover {
  color: #fff;
}

.post-carausel-1-items {
  padding: 30px;
}
.post-carausel-1-items h6.post-title {
  font-size: 14px;
}
.post-carausel-1-items .entry-meta {
  font-size: 11px;
}

.post-carausel-1-arrow {
  float: right;
}

.post-carausel-1 .editor-picked-left {
  border-right: 1px solid #c8e5ea;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.post-carausel-2 .img-hover-slide {
  min-height: 310px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: -30px;
  right: 15px;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots button {
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid #B2B2B2;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  border-radius: 6px;
}
.slick-dots li.slick-active button {
  width: 20px;
}

.post-carausel-3 .img-hover-slide {
  min-height: 450px;
}
.post-carausel-3 .thumb-overlay::before {
  border-radius: 0;
}

.post-module-1 .post-content-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition-duration: 0.2s;
  padding-right: 15px;
}
.post-module-1 .post-thumb:hover .post-content-overlay {
  bottom: 20px;
  transition-duration: 0.2s;
}
.post-module-1 .list-post .post-thumb {
  width: 130px;
  height: 100px;
}

.post-module-4 .img-hover-slide {
  height: 570px;
}

.post-module-1.post-module-5 .list-post .post-thumb {
  width: 80px;
  height: 80px;
}

.news-flash-cover {
  text-align: right;
}
.news-flash-cover h6 {
  line-height: 1;
  margin-bottom: 0;
}
.news-flash-cover ul {
  right: 0;
  text-align: right;
}

.widget_categories li.cat-item {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_categories li.cat-item:last-child {
  border: none;
}
.widget_categories li.cat-item a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_archive li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_archive li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_pages li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_recent_comments li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

nav.tab-nav {
  position: relative;
  top: 0;
  background: none;
  border-radius: 120px;
  padding: 0 11px;
  border: 0 solid;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}
nav.tab-nav .nav-tabs {
  border: none;
}

.nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-link:focus {
  border: none;
}
.nav-tabs .nav-link:hover {
  border: none;
}

.tab-nav.style-1 .nav-link.active {
  color: #fff;
}
.tab-nav.style-1 .nav-link:hover {
  color: #fff;
}
.tab-nav.style-1 .nav-link {
  display: block;
  padding: 6px 13px;
  border-radius: 30px;
  line-height: 1;
  margin: 0 3px;
}

.follow-us a {
  display: block;
  padding: 12px 13px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  height: 46px;
}
.follow-us a .social-count {
  font-weight: bold;
}
.follow-us a:hover i {
  transform: translateY(-35px) !important;
}
.follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}
.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 8px;
  line-height: 1;
}
.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.about-author-img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.video-area {
  background-image: url(../images/bg-20.png);
  background-repeat: no-repeat;
  background-color: #021228;
  background-position: left center;
  color: #8b8cb3;
}
.video-area .letter-background {
  color: rgba(255, 255, 255, 0.2);
}

.footer-area .letter-background {
  color: rgba(255, 255, 255, 0.2);
}

.play_btn a {
  color: #fff;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}

.play_btn.play_btn_small a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.play_btn.play_btn_small a i {
  margin-right: -3px;
}

.widget-taber a.nav-link {
  font-size: 14px;
  padding: 4px 15px 0 0;
  float: left;
  position: relative;
}
.widget-taber a.nav-link.active {
  font-size: 18px;
  padding-top: 0;
  padding-left: 15px;
}
.widget-taber a.nav-link.active::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
  animation: shadow-pulse 1s infinite;
}
.widget-taber nav.tab-nav {
  padding: 0;
}

.widget-taber-content {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.nav-shopping-cart {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-shopping-cart a.cart-icon {
  position: absolute;
  right: 60px;
  padding: 0;
}
.nav-shopping-cart a.cart-icon span.cart_count {
  position: absolute;
  top: -15px;
  right: -6px;
  font-size: 11px;
  background-color: #FF324D;
  border-radius: 50px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  min-width: 16px;
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  margin-right: -5px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu.cart_box {
  width: 320px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 4px;
  line-height: 1;
  z-index: 900;
}

.cart_box .cart_list {
  width: 100%;
  padding: 0 !important;
  max-height: 242px;
  overflow-y: auto;
}

.cart_list li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  line-height: 1;
}
.cart_list a {
  vertical-align: top;
  padding: 0 !important;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 2;
}
.cart_list img {
  border: 1px solid #eee;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  max-width: 80px;
  border-radius: 5px;
}

.item_remove {
  float: right;
  margin-left: 5px;
  color: #333 !important;
}

.cart_quantity {
  color: #333;
  display: table;
  margin-top: 5px;
  font-weight: 500;
}

.cart_total {
  color: #333;
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
  text-align: right;
}
.cart_total strong {
  float: left;
  font-weight: 600;
}

.cart_buttons {
  margin: 0;
  padding: 10px 15px 20px;
  text-align: center;
}
.cart_buttons .view-cart {
  padding: 15px 17px !important;
  min-width: unset;
  margin: 0 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
}
.cart_buttons .checkout {
  padding: 15px 17px !important;
  min-width: unset;
  margin: 0 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
}

.border-radius-2 {
  border-radius: 2px;
  overflow: hidden;
}

.border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.border-radius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.bt-1 {
  border-top: 1px solid;
}

/*PRIMARY COLOR #F42A41 (Active/Flag Red), #111111 (Headline), #006A4E (Hover+Divider/Bottle Green)*/
/*Color*/
/*Background*/
/*Border*/
/*Secondary color*/
/*Gradient*/
/*OTHER COLORS*/
/*text*/
.primary-color {
  color: #006A4E;
}

.boxed-btn {
  color: #006A4E;
  border-color: #F42A41;
}
.boxed-btn:hover {
  background: #006A4E;
  border-color: #006A4E;
}

.contact-section .nav-tabs .nav-link.active {
  color: #006A4E;
}
.contact-section .whats-news-caption .single-what-news .what-cap h4 a:hover {
  color: #006A4E;
}

.main-header .main-menu ul li.current-menu-item > a .footer-area .footer-form form input {
  color: #006A4E;
}
.main-header .main-menu ul li:hover > a {
  color: #006A4E;
}
.main-header .main-menu ul ul.sub-menu > li > a:hover {
  color: #006A4E;
}
.main-header .main-menu ul ul.sub-menu {
  border-color: #F42A41;
}
.main-header a:hover {
  color: #006A4E;
}

.footer-area .info.error {
  color: #006A4E;
}
.footer-area .footer-tittle ul li a:hover {
  color: #006A4E;
}
.footer-area .footer-social a i:hover {
  color: #006A4E;
}

.recent-articles .slick-arrow {
  color: #006A4E;
}
.recent-articles .single-recent .what-cap h4 a:hover {
  color: #006A4E;
}

.slicknav_menu .slicknav_nav a:hover {
  color: #006A4E;
}
.slicknav_menu .slicknav_icon-bar {
  background: #F42A41;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
  color: #006A4E;
}
.trending-area .trending-main .trand-right-single .trand-right-cap h4 a:hover {
  color: #006A4E;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption h4 a:hover {
  color: #006A4E;
}

.weekly-news-area .weekly-wrapper .weekly-single .weekly-caption h4 a:hover {
  color: #006A4E;
}

.pagination-area .page-link:hover {
  color: #006A4E;
}
.pagination-area .page-item.active .page-link:hover {
  color: #006A4E;
}

#userMenuDropdow.dropdown-menu a:hover {
  color: #006A4E;
}

.footer-bottom-area .footer-copy-right p a {
  color: #006A4E;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  color: #F42A41;
  background: #F42A41;
}
.range #slider-range {
  color: #F42A41;
  background: #F42A41;
}

.single-product .product-price {
  color: #006A4E;
}

a.active {
  color: #F42A41;
}

sup {
  color: #006A4E;
}

.current-color {
  color: #006A4E;
}

h1 {
  color: #111111;
}

h2 {
  color: #111111;
}

h3 {
  color: #111111;
}

h4 {
  color: #111111;
}

h5 {
  color: #111111;
}

h6 {
  color: #111111;
}

.size-filter.list-filter li a:hover {
  background: #006A4E;
  border-color: #006A4E;
}
.size-filter.list-filter li.active a {
  background: #F42A41;
  border-color: #F42A41;
}

.primary-bg {
  background: #F42A41;
}

.trending-tittle strong {
  background: #F42A41;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #006A4E;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #F42A41;
}

#scrollUp {
  background: #F42A41;
}

.hero-caption span::before {
  background: #F42A41;
}

.blog_item_img .blog_item_date {
  background: #F42A41;
}

a.read-more:hover {
  background: #006A4E;
}
a.read-more {
  border-color: #F42A41;
}

.slick-dots li.slick-active button {
  background: #F42A41;
  border-color: #F42A41;
}

.top-right-icon {
  background: #F42A41;
}

.mobile_menu .slicknav_menu .slicknav_icon-bar {
  background: #F42A41;
}

.widget-taber a.nav-link.active::before {
  background: #F42A41;
}

.featured-slider-2-nav .slick-active img {
  border-color: #F42A41;
}

.border-color-1 {
  border-color: #e0dede;
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
  background-color: #F42A41;
  border-color: #F42A41;
}

.custome-radio input[type=radio]:checked + .form-check-label::before {
  border-color: #F42A41;
}
.custome-radio input[type=radio] + .form-check-label::after {
  background-color: #F42A41;
}

.tab-nav.style-1 .nav-link.active {
  background: #111111;
}
.tab-nav.style-1 .nav-link:hover {
  background: #111111;
}

.blog_area a:hover {
  background: -webkit-linear-gradient(131deg, #006A4E 0%, #006A4E 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: 0.4s;
}

p {
  color: #555555;
}

button.search-icon {
  color: #555555;
}

.user-account {
  color: #555555;
}

ul.header-social-network li a {
  color: #555555;
}

button.subscribe {
  border-color: #1d55c1;
  color: #1d55c1;
}
button.subscribe:hover {
  background: #1d55c1;
  color: #fff;
}

.color1 {
  color: #F42A41;
}

.color2 {
  color: #007aff;
}

.color3 {
  color: #4cd964;
}

.color4 {
  color: #5856d6;
}

.color5 {
  color: #ffcc00;
}

.background1 {
  background: #F42A41;
}

.background2 {
  background: #007aff;
}

.background3 {
  background: #4cd964;
}

.background4 {
  background: #5856d6;
}

.background5 {
  background: #ffcc00;
}

.background6 {
  background: #d4f4f9;
}

.background7 {
  background: #4e6788;
}

.background8 {
  background: #d5262b;
}

.background9 {
  background: #752279;
}

.background10 {
  background: #379499;
}

.background11 {
  background: #010f22;
}

.background12 {
  background: #f4f5f9;
}

.product-color-red {
  background: #ff596d;
}

.product-color-yellow {
  background: #ffdb33;
}

.product-color-white {
  background: #ffffff;
}

.product-color-orange {
  background: #ffbb51;
}

.product-color-cyan {
  background: #80e6ff;
}

.product-color-green {
  background: #38cf46;
}

.product-color-purple {
  background: #ff8ff8;
}

.bg-grey {
  background: #F6F7FB;
}

.color-white {
  color: #ffffff !important;
}

.color-grey {
  color: #889097;
}

.background-white {
  background: #ffffff;
}

.color-black {
  color: #000000;
}

.facebook-icon:hover {
  color: #3b5998;
}

.twitter-icon:hover {
  color: #55acee;
}

.pinterest-icon:hover {
  color: #bd081c;
}

.instagram-icon:hover {
  color: #3f729b;
}

.follow-us a.follow-us-facebook {
  background: #305c99;
}
.follow-us a.follow-us-twitter {
  background: #00cdff;
}
.follow-us a.follow-us-instagram {
  background: #3f729b;
}
.follow-us a.follow-us-telegram {
  background: #0088CC;
}
.follow-us a.follow-us-youtube {
  background: #e22b26;
}
.follow-us a.follow-us-whatsapp {
  background: rgb(79, 206, 93);
}

.single-social-share a.facebook-icon {
  background: #305c99;
}
.single-social-share a.twitter-icon {
  background: #00cdff;
}
.single-social-share a.instagram-icon {
  background: #3f729b;
}
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :992px. */
/* small mobile :768px. */
/* Large Mobile :480px. */
/*Other*/
@media (min-width: 992px) {
  .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .main-search-form-cover {
    padding: 10px 100px 50px 100px;
  }
  p.suggested {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .header-style-1 .header-bottom {
    display: block;
    height: 70px;
  }
  .slicknav_nav li {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
  }
  .main-search-form p.ml-50 {
    margin-left: 0 !important;
  }
  .main-search-form .search-form input {
    font-size: 18px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .widget-area.pl-30 {
    padding-left: 0 !important;
  }
  .nav-shopping-cart a.cart-icon {
    right: 95px;
    z-index: 999;
  }
  .header-style-2 .off-canvas-toggle-cover {
    right: 0;
    left: unset;
  }
  .header-style-2 #off-canvas-toggle {
    margin-left: 0;
  }
  .header-style-2 .nav-shopping-cart a.cart-icon {
    right: 30px;
  }
  .header-style-2 .main-header .search-button {
    right: 60px;
  }
  .header-style-2 .slicknav_menu .slicknav_icon {
    margin: 0 50px 0 0;
  }
  .featured-slider-2 .post-content-overlay {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .follow-us {
    display: block !important;
  }
  .follow-us a {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .post-module-4 .img-hover-slide {
    height: 493px;
  }
  .footer-bottom-area {
    text-align: center;
  }
  .main-header .search-button {
    right: 45px;
  }
  .news-flash-cover {
    float: none !important;
  }
  .loop-list .post-thumb.mr-20 {
    margin-right: 0 !important;
  }
  .page-404 {
    text-align: center;
  }
  .entry-header-1 h1 {
    max-width: 100%;
  }
  .single-header-2 .entry-header-1 {
    padding: 50px;
  }
  .nav-shopping-cart a.cart-icon {
    right: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .canvas-opened #sidebar-wrapper {
    width: 100%;
  }
  .block-tab-item .post-block-style {
    margin-bottom: 30px;
  }
  .block-tab-item .sm-grid-content {
    margin-bottom: 30px;
  }
  .widget-title {
    text-align: center;
  }
  .letter-background {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tab-nav.style-1 .nav-link {
    padding: 4px 7px;
    margin: 0 1px;
  }
  .tab-nav.style-1 {
    margin-bottom: 30px;
  }
  .tab-nav.style-1 i {
    display: none;
  }
  .footer-bottom-area .footer-copy-right p {
    line-height: 1.5;
  }
  .post-module-4 .img-hover-slide {
    height: 345px;
    margin-bottom: 30px;
  }
  .video-area .letter-background {
    display: none;
  }
  .video-area .block-tab-item {
    margin-top: 30px !important;
  }
  .video-area .widget-title {
    text-align: left;
  }
  .loop-list .post-thumb {
    margin-bottom: 30px;
  }
  .pagination-area {
    margin-bottom: 30px;
  }
  .main-search-form .search-switch {
    font-size: 12px;
  }
  .suggested-area {
    text-align: center;
  }
  .widget-taber a.nav-link.active {
    font-size: 14px;
    padding: 4px 15px 0 15px;
  }
  .author-bio {
    display: block;
  }
  .single-social-share {
    text-align: left;
  }
  .single-social-share .entry-meta {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-social-share ul {
    width: 100%;
  }
  .single-header-2 .entry-header-1 {
    padding: 30px 15px;
  }
  .single-header-2 .entry-header-1 h1 {
    font-size: 1.5rem;
  }
  .single-header-2 .single-thumnail {
    min-height: 340px;
  }
  .single-header-3.single-header-2 .entry-header-1 {
    padding: 30px 15px;
  }
  .nav-shopping-cart a.cart-icon span.cart_count {
    display: none;
  }
  .featured-slider-2-nav {
    display: none;
  }
  .featured-slider-2 .post-content-overlay .post-title {
    max-width: 100%;
  }
  .shopping-cart .total-amount .left .coupon form input {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
  }
  .shopping-cart .total-amount .left .coupon form .btn {
    border-radius: 3px;
    margin: 0;
  }
  .archive-header {
    text-align: center;
  }
  .shopping-summery tbody .price {
    text-align: right;
  }
  .shopping-summery tbody .total-amount {
    text-align: right;
  }
  .shopping-summery tbody .action {
    text-align: right;
  }
  .shopping-summery .detail-qty {
    float: right;
  }
}
@media (max-width: 767px) {
  #scrollUp {
    right: 16px;
  }
  .sticky-logo {
    display: block !important;
  }
  .recent-articles .single-recent .what-cap h4 {
    font-size: 13px;
  }
  .social-share ul li {
    margin: 0 7px;
  }
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
  .shop_cart_table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .shop_cart_table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .shop_cart_table thead {
    display: none;
  }
  .shop_cart_table td.product-quantity::before {
    margin-top: 10px;
  }
  .shop_cart_table td.product-thumbnail {
    text-align: center;
  }
  .shop_cart_table td.product-add-to-cart {
    text-align: center;
  }
  .shop_cart_table .quantity {
    justify-content: flex-end;
  }
  .wishlist_table .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wishlist_table thead {
    display: none;
  }
  .wishlist_table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .wishlist_table td.product-thumbnail {
    text-align: center;
  }
  .wishlist_table td.product-add-to-cart {
    text-align: center;
  }
  .input-group-append .btn {
    min-width: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky .main-nav ul > li > a {
    padding: 33px 13px;
  }
  .header-sticky.sticky-bar.sticky .main-nav .sub-menu {
    right: 0;
    left: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sticky-logo {
    display: block !important;
  }
}
.tag-cloud-link {
  -moz-user-select: none;
  text-transform: capitalize;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 0;
  padding: 15px 20px;
  border-radius: 30px;
  margin: 0 5px 10px 0;
  border: 1px solid #ebebeb;
  background: #ecedf1;
}

footer .widget_tagcloud .tag-cloud-link {
  color: #333;
}

.follow-us a.follow-us-linkedin {
  background: #007aff;
}

.follow-us a.follow-us-pinterest {
  background: #e22b26;
}

.sidebar-inner .social-network .social-name {
  display: none;
}

.open-search-form .main-search-form {
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  height: 100vh;
  transform: scaleY(1);
  transform-origin: top;
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .featured-slider-1-items .slick-list {
    min-height: 400px;
  }
}
.featured-slider-1-items:not(.slick-slider) .slider-single {
  display: none;
}
.featured-slider-1-items .slider-single:nth-child(1) {
  display: block;
}

video#player {
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .entry-header.single-header-default h1.post-title {
    font-size: 1.5rem;
  }
  .entry-header.single-header-default .single-social-share {
    margin-top: 0;
    display: none !important;
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-primary);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.subscribe_form #newsletter-form-email {
  color: #fff;
}

.slicknav_btn {
  float: left;
  width: 38px;
}

@media (max-width: 768px) {
  h2.post-title {
    font-size: 1.2rem;
  }
  h4.post-title {
    font-size: 1.1rem;
  }
  .single-excerpt .font-large {
    font-size: 16px;
  }
  .archive-header .border-color-1.mt-30 {
    margin: 10px 0px !important;
  }
  .archive-header h2 {
    font-size: 30px;
  }
  .author-bio {
    display: flex;
  }
  .entry-header .entry-meta.meta-1 span {
    margin-right: 5px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .header-style-1 .off-canvas-toggle-cover {
    left: 0;
    width: 120px;
  }
  .header-style-2 .off-canvas-toggle-cover {
    width: 120px;
  }
}
.widget_instagram .insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.widget_instagram .insta-feed li {
  flex: 1 1 33.33%;
  padding: 5px;
}

.toc-container {
  border-color: rgba(51, 51, 51, 0.95);
  padding: 20px;
}
.toc-container .toc_list > li {
  counter-reset: subtoc 0;
  counter-increment: toc 1;
  position: relative;
  padding: 5px 5px 5px 37px;
}
.toc-container .toc_list > li::before {
  content: counter(toc);
  position: absolute;
  top: 5px;
  left: 0px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background-color: rgb(222, 225, 243);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgb(71, 71, 71);
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.2s linear 0s;
}
.toc-container .toc_list > li ul {
  padding-left: 0;
}
.toc-container .toc_list > li ul li {
  list-style-type: disc !important;
}
.toc-container .toc_list > li ul li::marker {
  font-size: 1rem;
}

.show-admin-bar .scroll-progress, .show-admin-bar .preloader, .show-admin-bar .sticky-bar {
  top: 40px;
}

.language a:hover {
  color: unset;
}

#userMenuDropdow.dropdown-menu a:active {
  background: unset;
}

.pagination-area .page-item.disabled .page-link {
  background: unset;
}

div.container.slicknav_collapsed .ti-menu::before {
  display: none;
}

.scroll-progress {
  background: var(--color-primary) !important;
}

.mobile_menu {
  position: absolute;
}

span.btn-action-favorite-post {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: unset;
  border-radius: 50%;
  text-align: center;
  margin-right: 0 !important;
}
span.btn-action-favorite-post i {
  font-size: 1.2em;
}

span.post-bookmarked {
  color: #fff;
  vertical-align: middle;
}
span.post-bookmarked i {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 5px;
}

.header-logo .img-logo {
  max-height: 100px;
}

figure.image {
  text-align: center;
}

figure.image.image-style-side {
  text-align: right;
}

.gallery-shortcode {
  display: flex;
  flex-wrap: wrap;
}
.gallery-shortcode .item {
  flex-grow: 1;
  width: 33%;
  padding: 5px;
}

.post-carausel-1-items .slick-next, .post-carausel-1-items .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}
.post-carausel-1-items .slick-prev {
  left: 20px;
}
.post-carausel-1-items .slick-next {
  right: 40px;
}
.post-carausel-1-items .slick-prev:before {
  content: "\e629";
  font-family: themify;
}
.post-carausel-1-items .slick-next:before {
  content: "\e628";
  font-family: themify;
}
.post-carausel-1-items .slick-arrow:before {
  top: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
  transition: 0.2s;
}

.social-icon.whatsapp-icon {
  background: #25D366;
}

.social-icon.whatsapp-icon img {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-top: -3px;
}

/* ================================
   Prothom Alo Header Styles
   ================================ */
.header-prothom-alo {
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
  /* Top Bar: Logo + Trending News */
}
.header-prothom-alo .header-top-bar {
  background: #fff;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-prothom-alo .header-top-bar .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-prothom-alo .header-top-bar .top-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.header-prothom-alo .header-top-bar .header-logo-section {
  flex-shrink: 0;
}
.header-prothom-alo .header-top-bar .header-logo-section .logo-link {
  display: block;
  line-height: 0;
}
.header-prothom-alo .header-top-bar .header-logo-section .desktop-logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.header-prothom-alo .header-top-bar .header-logo-section .main-logo {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-prothom-alo .header-top-bar .header-logo-section .logo-text {
  font-family: "Noto Serif Bengali", serif;
  font-size: 42px;
  font-weight: 700;
  color: #111111;
  line-height: 60px;
  text-decoration: none;
  display: inline-block;
}
.header-prothom-alo .header-top-bar .trending-news-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 900px;
}
.header-prothom-alo .header-top-bar .trending-news-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 280px;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 3px;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb picture {
  display: block;
  line-height: 0;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-thumb:hover img {
  transform: scale(1.05);
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-content {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-content .trending-icon {
  flex-shrink: 0;
  color: #F42A41;
  font-size: 12px;
  line-height: 1;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-content .trending-title {
  font-family: "Noto Serif Bengali", serif;
  font-size: 14px;
  line-height: 1.4;
  color: #111111;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.header-prothom-alo .header-top-bar .trending-news-item .trending-content .trending-title:hover {
  color: #006A4E;
}
.header-prothom-alo {
  /* Main Navigation Section */
}
.header-prothom-alo .header-main {
  padding: 0;
  border-bottom: none;
}
.header-prothom-alo .header-main .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.header-prothom-alo .header-main .header-main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
.header-prothom-alo .header-main .header-left,
.header-prothom-alo .header-main .header-right {
  flex-shrink: 0;
}
.header-prothom-alo {
  /* Red Navigation Border */
}
.header-prothom-alo .nav-border {
  height: 3px;
  background: var(--color-primary);
  width: 100%;
}
.header-prothom-alo {
  /* Logo Section */
}
.header-prothom-alo .header-logo-section .logo-link {
  display: block;
  line-height: 0;
}
.header-prothom-alo .header-logo-section .main-logo {
  height: 45px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-prothom-alo {
  /* Navigation */
}
.header-prothom-alo .header-navigation {
  flex: 1;
  display: none;
}
@media (min-width: 992px) {
  .header-prothom-alo .header-navigation {
    display: block;
  }
}
.header-prothom-alo .header-navigation .main-nav nav {
  display: flex;
  justify-content: flex-start;
}
.header-prothom-alo .header-navigation .primary-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-prothom-alo .header-navigation .primary-menu > .menu-item {
  position: relative;
}
.header-prothom-alo .header-navigation .primary-menu > .menu-item > a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  text-decoration: none;
  transition: color 0.25s ease;
  font-family: "Noto Serif Bengali", serif;
  white-space: nowrap;
}
.header-prothom-alo .header-navigation .primary-menu > .menu-item > a:hover {
  color: var(--color-primary);
}
.header-prothom-alo .header-navigation .primary-menu > .menu-item.active > a {
  color: var(--color-primary);
}
.header-prothom-alo {
  /* Header Actions */
}
.header-prothom-alo .header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-prothom-alo .header-actions .header-action-item {
  display: flex;
  align-items: center;
}
.header-prothom-alo .header-actions .header-action-item button,
.header-prothom-alo .header-actions .header-action-item a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease;
}
.header-prothom-alo .header-actions .header-action-item button i,
.header-prothom-alo .header-actions .header-action-item a i {
  font-size: 16px;
}
.header-prothom-alo .header-actions .header-action-item button .action-text,
.header-prothom-alo .header-actions .header-action-item a .action-text {
  font-family: "Noto Serif Bengali", serif;
}
.header-prothom-alo .header-actions .header-action-item button:hover,
.header-prothom-alo .header-actions .header-action-item a:hover {
  color: var(--color-primary);
}
.header-prothom-alo .header-actions .header-action-item.search-action button, .header-prothom-alo .header-actions .header-action-item.search-action a, .header-prothom-alo .header-actions .header-action-item.epaper-action a, .header-prothom-alo .header-actions .header-action-item.account-action button, .header-prothom-alo .header-actions .header-action-item.account-action a {
  border: none;
  padding: 10px 12px;
  text-decoration: none;
}
.header-prothom-alo .header-actions .header-action-item.search-action button:hover, .header-prothom-alo .header-actions .header-action-item.search-action a:hover, .header-prothom-alo .header-actions .header-action-item.epaper-action a:hover, .header-prothom-alo .header-actions .header-action-item.account-action button:hover, .header-prothom-alo .header-actions .header-action-item.account-action a:hover {
  color: var(--color-primary);
  background: transparent;
}
.header-prothom-alo .header-actions {
  /* Language Switcher */
}
.header-prothom-alo .header-actions .language-switcher-simple .language-link {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  background: transparent;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: color 0.25s ease;
}
.header-prothom-alo .header-actions .language-switcher-simple .language-link:hover {
  color: var(--color-primary);
  background: transparent;
}
.header-prothom-alo .header-actions {
  /* Account Dropdown */
}
.header-prothom-alo .header-actions .account-dropdown .dropdown-menu {
  min-width: 200px;
  margin-top: 8px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5;
  padding: 8px 0;
}
.header-prothom-alo .header-actions .account-dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}
.header-prothom-alo .header-actions .account-dropdown .dropdown-menu .dropdown-item i {
  font-size: 16px;
  width: 20px;
}
.header-prothom-alo .header-actions .account-dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-primary);
  background: #f8f9fa;
}
.header-prothom-alo .header-actions .account-dropdown .dropdown-menu .dropdown-divider {
  margin: 8px 0;
  border-color: #e5e5e5;
}
.header-prothom-alo .header-actions {
  /* Mobile Menu Toggle */
}
.header-prothom-alo .header-actions .mobile-menu-toggle .btn-mobile-menu {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-prothom-alo .header-actions .mobile-menu-toggle .btn-mobile-menu i {
  font-size: 20px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .header-prothom-alo .header-top-bar {
    padding: 8px 0;
  }
  .header-prothom-alo .header-top-bar .trending-news-wrapper {
    display: none;
  }
  .header-prothom-alo .header-top-bar .top-bar-inner {
    gap: 0;
    justify-content: center;
  }
  .header-prothom-alo .header-main {
    padding: 0;
  }
  .header-prothom-alo .header-top-bar .header-logo-section .main-logo,
  .header-prothom-alo .header-logo-section .main-logo {
    height: 44px;
  }
  .header-prothom-alo .header-actions {
    gap: 6px;
  }
  .header-prothom-alo .header-actions .search-action,
  .header-prothom-alo .header-actions .account-action {
    display: none;
  }
  .header-prothom-alo .header-actions .header-action-item button,
  .header-prothom-alo .header-actions .header-action-item a {
    padding: 8px;
    border: none;
  }
  .header-prothom-alo .header-actions .header-action-item button .action-text,
  .header-prothom-alo .header-actions .header-action-item a .action-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-prothom-alo .header-top-bar .header-logo-section .main-logo {
    height: 35px;
  }
  .header-prothom-alo .header-logo-section .main-logo {
    height: 35px;
  }
}
/* Search Form Overlay (when opened) */
.search-form-overlay.active .open-search-form {
  transform: scaleY(1);
}

/* ================================
   Fullscreen Category Menu (Full-Page Two-Column)
   ================================ */
.fullscreen-category-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.fullscreen-category-menu.active {
  visibility: visible;
  opacity: 1;
}
.fullscreen-category-menu.active .category-menu-content {
  transform: translateY(0);
}
.fullscreen-category-menu .category-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.fullscreen-category-menu .category-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  background: #fff;
  transform: translateY(-8px);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.fullscreen-category-menu .cmt-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.fullscreen-category-menu .cmt-logo .cmt-logo-link {
  display: block;
  line-height: 0;
}
.fullscreen-category-menu .cmt-logo .cmt-logo-img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}
.fullscreen-category-menu .cmt-logo .cmt-logo-text {
  font-family: "Noto Serif Bengali", serif;
  font-size: 20px;
  font-weight: 700;
  color: #111111;
}
.fullscreen-category-menu .category-menu-topbar {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}
.fullscreen-category-menu .category-menu-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.fullscreen-category-menu .category-menu-nav .category-primary-menu {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
.fullscreen-category-menu .category-menu-nav .category-primary-menu > li > a {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.fullscreen-category-menu .category-menu-nav .category-primary-menu > li > a:hover {
  color: #006A4E;
}
.fullscreen-category-menu .category-menu-nav .category-primary-menu > li.current-menu-item > a, .fullscreen-category-menu .category-menu-nav .category-primary-menu > li.active > a {
  color: #F42A41;
}
.fullscreen-category-menu .category-menu-topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-login,
.fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-search {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-family: "Noto Serif Bengali", serif;
  color: #333;
  text-decoration: none;
  background: #fff;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-login:hover,
.fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-search:hover {
  border-color: #006A4E;
  color: #006A4E;
}
.fullscreen-category-menu .category-menu-topbar-actions .btn-close-category-menu {
  background: transparent;
  border: none;
  color: #555;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  margin-left: 4px;
}
.fullscreen-category-menu .category-menu-topbar-actions .btn-close-category-menu:hover {
  background: #f5f5f5;
  color: #111;
}
.fullscreen-category-menu .category-menu-body {
  display: flex;
  flex: 1;
  overflow: hidden;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.fullscreen-category-menu .category-col-left {
  flex: 1;
  overflow-y: auto;
  padding: 0 30px 20px 0;
  border-right: 1px solid #ebebeb;
}
.fullscreen-category-menu .category-col-left::-webkit-scrollbar {
  width: 4px;
}
.fullscreen-category-menu .category-col-left::-webkit-scrollbar-track {
  background: transparent;
}
.fullscreen-category-menu .category-col-left::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.fullscreen-category-menu .category-row {
  border-bottom: 1px solid #ebebeb;
}
.fullscreen-category-menu .category-row:last-child {
  border-bottom: none;
}
.fullscreen-category-menu .category-row-inner {
  display: flex;
  align-items: baseline;
  gap: 0;
  padding: 10px 0;
  min-height: 44px;
}
.fullscreen-category-menu .category-row-name {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  width: 140px;
  min-width: 140px;
}
.fullscreen-category-menu .category-row-name .category-name-link {
  font-size: 15px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.fullscreen-category-menu .category-row-name .category-name-link:hover {
  color: #006A4E;
}
.fullscreen-category-menu .category-row-name .category-arrow {
  color: #F42A41;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.fullscreen-category-menu .category-subcats {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0;
  align-items: center;
  padding-left: 10px;
}
.fullscreen-category-menu .category-subcats .subcat-link {
  font-size: 13px;
  font-family: "Noto Serif Bengali", serif;
  color: #444;
  text-decoration: none;
  padding: 3px 10px;
  white-space: nowrap;
  transition: color 0.2s ease;
  line-height: 1.4;
}
.fullscreen-category-menu .category-subcats .subcat-link:last-child {
  border-right: none;
}
.fullscreen-category-menu .category-subcats .subcat-link:hover {
  color: #006A4E;
}
.fullscreen-category-menu .category-col-right {
  width: 300px;
  min-width: 300px;
  flex-shrink: 0;
  overflow-y: auto;
  padding: 20px 0 20px 24px;
}
.fullscreen-category-menu .category-col-right::-webkit-scrollbar {
  width: 4px;
}
.fullscreen-category-menu .category-col-right::-webkit-scrollbar-track {
  background: transparent;
}
.fullscreen-category-menu .category-col-right::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 4px;
}
.fullscreen-category-menu .cmt-sidebar-block {
  margin-bottom: 22px;
}
.fullscreen-category-menu .cmt-sidebar-block:last-child {
  margin-bottom: 0;
}
.fullscreen-category-menu .cmt-sidebar-title {
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #555;
  margin: 0 0 10px 0;
  letter-spacing: 0.3px;
}
.fullscreen-category-menu .cmt-social-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  transition: all 0.2s ease;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon:hover {
  border-color: #006A4E;
  color: #006A4E;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon.facebook-icon:hover {
  border-color: #1877f2;
  color: #1877f2;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon.twitter-icon:hover {
  border-color: #000;
  color: #000;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon.instagram-icon:hover {
  border-color: #e1306c;
  color: #e1306c;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon.youtube-icon:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.fullscreen-category-menu .cmt-social-row .cmt-social-icon.telegram-icon:hover {
  border-color: #0088cc;
  color: #0088cc;
}
.fullscreen-category-menu .cmt-app-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fullscreen-category-menu .cmt-app-row .cmt-app-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  font-family: "Noto Serif Bengali", serif;
  transition: all 0.2s ease;
  background: #fafafa;
}
.fullscreen-category-menu .cmt-app-row .cmt-app-btn img {
  height: 28px;
  width: auto;
}
.fullscreen-category-menu .cmt-app-row .cmt-app-btn:hover {
  border-color: #006A4E;
  background: #f0f8f5;
  color: #006A4E;
}
.fullscreen-category-menu .cmt-app-row .cmt-app-btn i {
  font-size: 18px;
}
.fullscreen-category-menu .cmt-app-row .cmt-app-btn-placeholder {
  color: #555;
}
.fullscreen-category-menu .cmt-initiatives-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.fullscreen-category-menu .cmt-initiatives-grid .cmt-initiative-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 11px;
  font-family: "Noto Serif Bengali", serif;
  color: #555;
  text-decoration: none;
  line-height: 1.3;
  transition: all 0.2s ease;
  white-space: nowrap;
  height: 40px;
  background: #fafafa;
}
.fullscreen-category-menu .cmt-initiatives-grid .cmt-initiative-item:hover {
  border-color: #006A4E;
  color: #006A4E;
  background: #f0f8f5;
}
.fullscreen-category-menu .btn-guides-header {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #d60000;
  text-decoration: none;
  padding: 5px 12px;
  border: 1.5px solid #d60000;
  border-radius: 6px;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
  font-family: "Noto Serif Bengali", serif;
}
.fullscreen-category-menu .btn-guides-header svg {
  stroke: #d60000;
  transition: stroke 0.18s;
}
.fullscreen-category-menu .btn-guides-header:hover {
  background: #d60000;
  color: #fff;
}
.fullscreen-category-menu .btn-guides-header:hover svg {
  stroke: #fff;
}
.fullscreen-category-menu .cmt-guides-link-wrap {
  margin-top: 4px;
}
.fullscreen-category-menu .cmt-guides-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 8px 14px;
  background: #fff5f5;
  border: 1px solid #fecdd3;
  border-radius: 8px;
  transition: background 0.2s, border-color 0.2s;
  font-family: "Noto Serif Bengali", serif;
  font-size: 13px;
  font-weight: 600;
  color: #d60000;
  width: 100%;
}
.fullscreen-category-menu .cmt-guides-link svg {
  stroke: #d60000;
  transition: transform 0.2s;
}
.fullscreen-category-menu .cmt-guides-link:hover {
  background: #d60000;
  border-color: #d60000;
  color: #fff;
}
.fullscreen-category-menu .cmt-guides-link:hover svg {
  stroke: #fff;
  transform: translateX(2px);
}
.fullscreen-category-menu .cmt-guides-link:hover .cmt-guides-badge {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.fullscreen-category-menu .cmt-guides-badge {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  background: rgba(214, 0, 0, 0.1);
  color: #d60000;
  border-radius: 99px;
  padding: 2px 8px;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s;
}
.fullscreen-category-menu .cmt-guides-badge-lock {
  background: #f5f5f5;
  color: #888;
}
.fullscreen-category-menu .cmt-sidebar-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}
.fullscreen-category-menu .cmt-sidebar-footer-links a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  padding: 2px 8px;
  border-right: 1px solid #ddd;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.2s ease;
}
.fullscreen-category-menu .cmt-sidebar-footer-links a:last-child {
  border-right: none;
}
.fullscreen-category-menu .cmt-sidebar-footer-links a:hover {
  color: #006A4E;
}
@media (max-width: 991px) {
  .fullscreen-category-menu .category-menu-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  .fullscreen-category-menu .category-menu-topbar {
    padding: 0 12px;
    flex-shrink: 0;
  }
  .fullscreen-category-menu .category-menu-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    min-height: 52px;
  }
  .fullscreen-category-menu .cmt-logo .cmt-logo-img {
    height: 36px;
  }
  .fullscreen-category-menu .category-menu-topbar-actions {
    width: auto;
    padding: 0;
    border-top: none;
    gap: 4px;
  }
  .fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-login,
  .fullscreen-category-menu .category-menu-topbar-actions .cmt-btn-search {
    display: none;
  }
  .fullscreen-category-menu .category-menu-topbar-actions .btn-close-category-menu {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .fullscreen-category-menu .category-menu-nav {
    display: none;
  }
  .fullscreen-category-menu .category-menu-body {
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .fullscreen-category-menu .category-menu-body::-webkit-scrollbar {
    display: none;
  }
  .fullscreen-category-menu .category-col-left {
    flex: none;
    max-width: 100%;
    width: 100%;
    border-right: none;
    padding: 0 12px;
  }
  .fullscreen-category-menu .category-row {
    border-bottom: 1px solid #ebebeb;
  }
  .fullscreen-category-menu .category-row-inner {
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
    min-height: 52px;
  }
  .fullscreen-category-menu .category-row-name {
    width: 100%;
    min-width: 0;
  }
  .fullscreen-category-menu .category-row-name .category-name-link {
    font-size: 16px;
  }
  .fullscreen-category-menu .category-row-name .category-arrow {
    font-size: 22px;
  }
  .fullscreen-category-menu .category-subcats {
    padding-left: 0;
    padding-top: 2px;
  }
  .fullscreen-category-menu .category-subcats .subcat-link {
    font-size: 13px;
    padding: 3px 8px;
  }
  .fullscreen-category-menu .category-col-right {
    width: 100%;
    min-width: 0;
    padding: 16px 12px 24px;
    border-top: 3px solid #006A4E;
  }
  .fullscreen-category-menu .cmt-initiatives-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fullscreen-category-menu .cmt-sidebar-footer-links a {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .fullscreen-category-menu .category-row-name {
    width: 100%;
    min-width: 0;
  }
  .fullscreen-category-menu .category-row-name .category-name-link {
    font-size: 15px;
  }
  .fullscreen-category-menu .category-subcats .subcat-link {
    font-size: 12px;
    padding: 2px 6px;
  }
  .fullscreen-category-menu .cmt-initiatives-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================
   Sticky Navigation Wrapper
   ================================ */
.sticky-nav-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: none;
  transition: box-shadow 0.2s ease;
}
.sticky-nav-bar.is-sticky {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sticky-nav-bar .header-main {
  padding: 0;
  border-bottom: none;
}
.sticky-nav-bar .nav-border {
  height: 3px;
  background: var(--color-primary);
}

/* ================================
   Mobile Navigation Horizontal Scroll
   ================================ */
@media (max-width: 991px) {
  .header-navigation {
    display: block !important;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .header-navigation::-webkit-scrollbar {
    display: none;
  }
  .header-navigation {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header-navigation .main-nav {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .header-navigation .primary-menu {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 10px 0;
    margin: 0;
  }
  .header-navigation .primary-menu > li {
    flex-shrink: 0;
  }
  .header-navigation .primary-menu > li > a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
/* ================================
   Prothom Alo Hero Section Styles
   ================================ */
.prothom-alo-hero {
  padding: 20px 0 28px;
  background: #fff;
}
.prothom-alo-hero .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-hero .hero-top-grid {
  display: grid;
  grid-template-columns: 280px 1fr 300px;
  gap: 22px;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-top-grid {
    grid-template-columns: 250px 1fr 280px;
  }
}
@media (max-width: 1199px) {
  .prothom-alo-hero .hero-top-grid {
    grid-template-columns: 240px 1fr;
  }
  .prothom-alo-hero .hero-top-grid .hero-right-col {
    display: none;
  }
}
@media (max-width: 991px) {
  .prothom-alo-hero .hero-top-grid {
    grid-template-columns: 1fr;
  }
  .prothom-alo-hero .hero-top-grid .hero-left-col {
    order: 2;
  }
  .prothom-alo-hero .hero-top-grid .hero-center-col {
    order: 1;
  }
}
.prothom-alo-hero .hero-left-col,
.prothom-alo-hero .hero-right-col {
  border-right: 1px solid #d9d9d9;
  padding-right: 18px;
}
@media (max-width: 1199px) {
  .prothom-alo-hero .hero-left-col,
  .prothom-alo-hero .hero-right-col {
    border-right: 0;
    padding-right: 0;
  }
}
.prothom-alo-hero .hero-right-col {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
  padding-left: 18px;
  padding-right: 0;
}
.prothom-alo-hero .hero-left-item {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.prothom-alo-hero .hero-left-item::after {
  content: "";
  display: block;
  clear: both;
}
.prothom-alo-hero .hero-left-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.prothom-alo-hero .hero-left-item .news_item_content {
  display: block;
}
.prothom-alo-hero .hero-left-item .content-area {
  min-width: 0;
  display: block;
}
.prothom-alo-hero .hero-opinion-item {
  display: grid;
  grid-template-columns: 1fr 77px;
  gap: 12px;
  align-items: start;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.prothom-alo-hero .hero-opinion-item:last-child {
  margin-bottom: 0;
}
.prothom-alo-hero .hero-opinion-thumb {
  width: 105px;
  height: 78px;
  overflow: hidden;
}
.prothom-alo-hero .hero-opinion-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prothom-alo-hero .hero-left-thumb {
  float: right;
  width: 80px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.prothom-alo-hero .hero-left-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prothom-alo-hero .news-card-title-image .hero-left-thumb {
  float: none;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  margin: 0 0 12px 0;
}
.prothom-alo-hero .hero-left-title,
.prothom-alo-hero .hero-opinion-title,
.prothom-alo-hero .hero-center-title,
.prothom-alo-hero .hero-lead-title {
  margin: 0;
  font-family: "Noto Serif Bengali", serif;
  line-height: 1.35;
}
.prothom-alo-hero .hero-left-title a,
.prothom-alo-hero .hero-opinion-title a,
.prothom-alo-hero .hero-center-title a,
.prothom-alo-hero .hero-lead-title a {
  color: #111111;
  text-decoration: none;
}
.prothom-alo-hero .hero-left-title a:hover,
.prothom-alo-hero .hero-opinion-title a:hover,
.prothom-alo-hero .hero-center-title a:hover,
.prothom-alo-hero .hero-lead-title a:hover {
  color: #006A4E;
}
.prothom-alo-hero .hero-left-title,
.prothom-alo-hero .hero-opinion-title {
  font-size: 18px;
  font-weight: 900;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-left-title,
  .prothom-alo-hero .hero-opinion-title {
    font-size: 16px;
  }
}
.prothom-alo-hero .hero-left-excerpt,
.prothom-alo-hero .hero-center-excerpt,
.prothom-alo-hero .hero-lead-excerpt {
  display: block;
  margin: 10px 0 8px;
  font-family: "Noto Serif Bengali", serif;
  color: #4b4b4b;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
  text-align: start;
}
.prothom-alo-hero .hero-left-excerpt {
  display: block;
  clear: left;
  font-size: 13px;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-left-excerpt {
    font-size: 12px;
  }
}
.prothom-alo-hero .hero-center-col .hero-lead-item {
  display: grid;
  grid-template-columns: minmax(360px, 46%) 1fr;
  gap: 20px;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .prothom-alo-hero .hero-center-col .hero-lead-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
.prothom-alo-hero .hero-center-col .hero-lead-image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.prothom-alo-hero .hero-center-col .hero-lead-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prothom-alo-hero .hero-center-col .hero-lead-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-center-col .hero-lead-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-hero .hero-center-col .hero-lead-title {
    font-size: 22px;
  }
}
.prothom-alo-hero .hero-center-col .hero-lead-excerpt {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-center-col .hero-lead-excerpt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-hero .hero-center-col .hero-lead-excerpt {
    font-size: 13px;
  }
}
.prothom-alo-hero .hero-center-col .hero-center-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .prothom-alo-hero .hero-center-col .hero-center-cards {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-hero .hero-center-col .hero-center-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  border-right: 1px solid #d9d9d9;
  padding-right: 16px;
}
.prothom-alo-hero .hero-center-col .hero-center-card:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .prothom-alo-hero .hero-center-col .hero-center-card {
    border-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .prothom-alo-hero .hero-center-col .hero-center-card {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-hero .hero-center-col .hero-center-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.prothom-alo-hero .hero-center-col .hero-center-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prothom-alo-hero .hero-center-col .hero-center-title {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-center-col .hero-center-title {
    font-size: 15px;
  }
}
.prothom-alo-hero .hero-center-col .hero-center-excerpt {
  font-size: 13px;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-center-col .hero-center-excerpt {
    font-size: 12px;
  }
}
.prothom-alo-hero .opinion-label {
  color: #F42A41;
  font-weight: 700;
}
.prothom-alo-hero .hero-time {
  display: block;
  color: #7f7f7f;
  font-size: 12px;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1399px) {
  .prothom-alo-hero .hero-time {
    font-size: 12px;
  }
}

.prothom-alo-video-section {
  padding: 14px 0 26px;
  margin-top: 8px;
}
.prothom-alo-video-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-video-section .video-section-title {
  display: flex;
  align-items: center;
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 18px;
}
.prothom-alo-video-section .video-section-title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
}
.prothom-alo-video-section .video-section-title h2::after {
  content: "›";
  color: #F42A41;
  font-size: 30px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
.prothom-alo-video-section .video-carousel-area {
  position: relative;
  padding-bottom: 18px;
}
.prothom-alo-video-section .video-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 64px;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
  margin-top: -9px;
}
.prothom-alo-video-section .video-carousel-btn:hover {
  background: rgba(0, 0, 0, 0.82);
}
.prothom-alo-video-section .video-carousel-btn i {
  font-size: 18px;
}
.prothom-alo-video-section .video-carousel-btn.video-carousel-prev {
  left: 0;
  border-radius: 0 4px 4px 0;
}
.prothom-alo-video-section .video-carousel-btn.video-carousel-next {
  right: 0;
  border-radius: 4px 0 0 4px;
}
.prothom-alo-video-section .video-carousel-items {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  gap: 0;
  padding: 0px;
  scroll-behavior: smooth;
  /* hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.prothom-alo-video-section .video-carousel-items::-webkit-scrollbar {
  display: none;
}
.prothom-alo-video-section .video-card-item {
  flex: 0 0 280px;
  width: 280px;
  margin: 0 8px;
  background: #cfe0eb;
  border-radius: 6px;
  overflow: hidden;
  min-height: 390px;
  transition: all 0.3s ease;
}
.prothom-alo-video-section .video-card-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.prothom-alo-video-section .video-card-item:hover .video-card-thumb img {
  transform: scale(1.05);
}
.prothom-alo-video-section .video-card-item .video-card-thumb {
  position: relative;
  height: 255px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.prothom-alo-video-section .video-card-item .video-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-video-section .video-card-item .video-card-thumb .video-play-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e40000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.prothom-alo-video-section .video-card-item .video-card-thumb .video-play-btn i {
  font-size: 18px;
  margin-left: 2px;
}
.prothom-alo-video-section .video-card-item .video-card-content {
  padding: 14px 14px 16px;
}
.prothom-alo-video-section .video-card-item .video-card-content .video-card-title {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-video-section .video-card-item .video-card-content .video-card-title a {
  color: #111111;
  text-decoration: none;
}
.prothom-alo-video-section .video-card-item .video-card-content .video-card-title a:hover {
  color: #006A4E;
}
.prothom-alo-video-section .video-card-item .video-card-content .video-card-title .video-card-category {
  color: #006A4E;
}
.prothom-alo-video-section .video-card-item .video-card-content .video-card-time {
  display: block;
  color: #6f7680;
  font-size: 12px;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-video-section .slick-track {
  display: flex;
}
.prothom-alo-video-section .slick-slide {
  height: inherit;
}
.prothom-alo-video-section .slick-slide > div {
  height: 100%;
}
.prothom-alo-video-section .video-carousel-items .slick-dots {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  padding: 0;
  margin: 14px 0 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transform: none !important;
  float: none !important;
}
.prothom-alo-video-section .video-carousel-items .slick-dots li {
  margin: 0;
}
.prothom-alo-video-section .video-carousel-items .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #adadad;
  border: 0;
  font-size: 0;
  padding: 0;
}
.prothom-alo-video-section .video-carousel-items .slick-dots li.slick-active button {
  background: #1f1f1f;
}
@media (max-width: 991px) {
  .prothom-alo-video-section .video-section-title h2 {
    font-size: 22px;
  }
  .prothom-alo-video-section .video-card-item {
    min-height: 360px;
  }
}

.prothom-alo-highlight-strip {
  background: #efefef;
  padding: 22px 0;
}
.prothom-alo-highlight-strip .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-highlight-strip .highlight-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-highlight-strip .highlight-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .prothom-alo-highlight-strip .highlight-strip-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-highlight-strip .highlight-strip-card {
  position: relative;
  height: 145px;
  overflow: hidden;
  background: #1f1f1f;
}
.prothom-alo-highlight-strip .highlight-strip-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-highlight-strip .highlight-strip-link:hover img {
  transform: scale(1.08);
}
.prothom-alo-highlight-strip .highlight-strip-link:hover .highlight-strip-title {
  color: #fff;
}
.prothom-alo-highlight-strip .highlight-strip-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-highlight-strip .highlight-strip-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}
.prothom-alo-highlight-strip .highlight-strip-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 14px;
  z-index: 2;
}
.prothom-alo-highlight-strip .highlight-strip-category {
  display: inline-block;
  color: #f3b316;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-highlight-strip .highlight-strip-title {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}

.prothom-alo-tabbed-section {
  background: #ffffff;
  padding: 22px 0 30px;
}
.prothom-alo-tabbed-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-tabbed-section .row {
  margin: 0 -10px;
}
.prothom-alo-tabbed-section .row > [class*=col-] {
  padding: 0 10px;
}
.prothom-alo-tabbed-section .tabbed-left-col {
  border-right: 1px solid #e0e0e0;
  padding-right: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-tabbed-section .tabbed-left-col {
    border-right: none;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
.prothom-alo-tabbed-section .tabbed-left-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 18px;
}
.prothom-alo-tabbed-section .tabbed-left-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
}
.prothom-alo-tabbed-section .tabbed-nav {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.prothom-alo-tabbed-section .tabbed-nav-btn {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #6f7680;
  font-family: "Noto Serif Bengali", serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
.prothom-alo-tabbed-section .tabbed-nav-btn:hover {
  color: #111111;
}
.prothom-alo-tabbed-section .tabbed-nav-btn.active {
  color: #F42A41;
  border-bottom-color: #F42A41;
}
.prothom-alo-tabbed-section .tabbed-numbered-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prothom-alo-tabbed-section .tabbed-numbered-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.prothom-alo-tabbed-section .tabbed-numbered-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prothom-alo-tabbed-section .tabbed-number {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: block;
  background: transparent;
  color: rgb(146, 146, 146);
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}
.prothom-alo-tabbed-section .tabbed-numbered-content {
  flex: 1;
}
.prothom-alo-tabbed-section .tabbed-numbered-category {
  color: #F42A41;
  font-size: 12px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-numbered-title {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-numbered-title .category-separator {
  color: #6f7680;
}
.prothom-alo-tabbed-section .tabbed-numbered-title a {
  color: #111111;
  text-decoration: none;
}
.prothom-alo-tabbed-section .tabbed-numbered-title a:hover {
  color: #006A4E;
}
.prothom-alo-tabbed-section .tabbed-center-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-tabbed-section .tabbed-center-col {
    margin-bottom: 30px;
  }
}
.prothom-alo-tabbed-section .tabbed-center-header {
  text-align: left;
  margin-bottom: 10px;
}
.prothom-alo-tabbed-section .tabbed-center-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.prothom-alo-tabbed-section .tabbed-center-header h2 .header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1e9edf;
  flex-shrink: 0;
}
.prothom-alo-tabbed-section .tabbed-large-featured {
  width: 100%;
  position: relative;
}
.prothom-alo-tabbed-section .tabbed-large-link {
  display: block;
  text-decoration: none;
  position: relative;
}
.prothom-alo-tabbed-section .tabbed-large-thumb {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
@media (max-width: 767px) {
  .prothom-alo-tabbed-section .tabbed-large-thumb {
    height: 280px;
  }
}
.prothom-alo-tabbed-section .tabbed-large-thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  z-index: 1;
}
.prothom-alo-tabbed-section .tabbed-large-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-tabbed-section .tabbed-large-link:hover .tabbed-large-thumb img {
  transform: scale(1.05);
}
.prothom-alo-tabbed-section .tabbed-large-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
.prothom-alo-tabbed-section .tabbed-large-category {
  color: #f3b316;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-large-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 767px) {
  .prothom-alo-tabbed-section .tabbed-large-title {
    font-size: 20px;
  }
}
.prothom-alo-tabbed-section .tabbed-large-title .category-separator {
  color: #ffffff;
}
.prothom-alo-tabbed-section .tabbed-large-title:hover {
  color: #f3b316;
}
.prothom-alo-tabbed-section .tabbed-large-time {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-center-col .row {
  margin: 0 -8px;
}
.prothom-alo-tabbed-section .tabbed-center-col .row > .col-lg-6 {
  padding: 0 8px;
}
.prothom-alo-tabbed-section .tabbed-grid-link {
  display: block;
  text-decoration: none;
}
.prothom-alo-tabbed-section .tabbed-grid-thumb {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .prothom-alo-tabbed-section .tabbed-grid-thumb {
    height: 140px;
  }
}
.prothom-alo-tabbed-section .tabbed-grid-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-tabbed-section .tabbed-grid-link:hover .tabbed-grid-thumb img {
  transform: scale(1.05);
}
.prothom-alo-tabbed-section .tabbed-grid-content {
  padding: 0;
}
.prothom-alo-tabbed-section .tabbed-grid-category {
  color: #F42A41;
  font-size: 13px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-grid-title {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-grid-title:hover {
  color: #006A4E;
}
.prothom-alo-tabbed-section .tabbed-grid-title .category-separator {
  color: #6f7680;
}
.prothom-alo-tabbed-section .tabbed-grid-time {
  display: block;
  color: #6f7680;
  font-size: 12px;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-right-col {
  border-left: 1px solid #e0e0e0;
  padding-left: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-tabbed-section .tabbed-right-col {
    border-left: none;
    padding-left: 10px;
    margin-top: 30px;
  }
}
.prothom-alo-tabbed-section .tabbed-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prothom-alo-tabbed-section .tabbed-sidebar-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.prothom-alo-tabbed-section .tabbed-sidebar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prothom-alo-tabbed-section .tabbed-sidebar-link {
  display: flex;
  gap: 12px;
  text-decoration: none;
  flex-direction: row-reverse;
}
.prothom-alo-tabbed-section .tabbed-sidebar-thumb {
  flex-shrink: 0;
  width: 90px;
  height: 70px;
  overflow: hidden;
  background: #f0f0f0;
}
.prothom-alo-tabbed-section .tabbed-sidebar-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-tabbed-section .tabbed-sidebar-link:hover .tabbed-sidebar-thumb img {
  transform: scale(1.05);
}
.prothom-alo-tabbed-section .tabbed-sidebar-content {
  flex: 1;
}
.prothom-alo-tabbed-section .tabbed-sidebar-category {
  display: inline;
  color: #F42A41;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .category-separator {
  color: #6f7680;
  font-size: 12px;
}
.prothom-alo-tabbed-section .tabbed-sidebar-title {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-tabbed-section .tabbed-sidebar-title:hover {
  color: #006A4E;
}
.prothom-alo-tabbed-section .tabbed-sidebar-time {
  display: block;
  color: #6f7680;
  font-size: 12px;
  font-family: "Noto Serif Bengali", serif;
  margin-top: 4px;
}

.prothom-alo-location-section {
  background: #ffffff;
  padding: 24px 0 30px;
}
@media (max-width: 767px) {
  .prothom-alo-location-section {
    padding: 20px 0 24px;
  }
}
.prothom-alo-location-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .prothom-alo-location-section .container-fluid {
    padding: 0 12px;
  }
}
.prothom-alo-location-section .location-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 16px;
}
.prothom-alo-location-section .location-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
}
.prothom-alo-location-section .location-header h2 .header-arrow {
  color: #F42A41;
  font-size: 28px;
  margin-left: 8px;
}
.prothom-alo-location-section .location-search {
  background: #deedf7;
  padding: 18px 20px;
  border-radius: 0;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .prothom-alo-location-section .location-search {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-search {
    padding: 14px 12px;
  }
}
.prothom-alo-location-section .search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
  font-size: 14px;
  flex-shrink: 0;
}
.prothom-alo-location-section .search-box .location-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #F42A41;
  border-radius: 50%;
  position: relative;
}
.prothom-alo-location-section .search-box .location-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #F42A41;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prothom-alo-location-section .search-box .location-text {
  white-space: nowrap;
}
.prothom-alo-location-section .search-filters {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 1;
}
@media (max-width: 991px) {
  .prothom-alo-location-section .search-filters {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .search-filters {
    gap: 8px;
  }
}
.prothom-alo-location-section .filter-select {
  padding: 8px 12px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-family: "Noto Serif Bengali", serif;
  border-radius: 3px;
  cursor: pointer;
  flex: 1;
}
@media (max-width: 991px) {
  .prothom-alo-location-section .filter-select {
    flex: 0 1 calc(50% - 5px);
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .filter-select {
    flex: 1;
  }
}
.prothom-alo-location-section .filter-select:focus {
  outline: none;
  border-color: #1e9edf;
}
.prothom-alo-location-section .search-btn {
  padding: 8px 20px;
  background: #0f4fa5;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  font-family: "Noto Serif Bengali", serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.prothom-alo-location-section .search-btn .search-icon {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.prothom-alo-location-section .search-btn .search-icon::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: -5px;
  bottom: -2px;
  transform: rotate(45deg);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .prothom-alo-location-section .search-btn {
    flex: 1;
    padding: 8px 12px;
  }
}
.prothom-alo-location-section .search-btn:hover {
  background: #0a428d;
}
.prothom-alo-location-section .location-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr 280px;
  gap: 18px;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-content {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .prothom-alo-location-section .location-content .location-sidebar {
    grid-column: 1/-1;
    margin-top: 12px;
    padding-top: 18px;
    border-top: 1px solid #e0e0e0;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .prothom-alo-location-section .location-content .location-sidebar {
    margin-top: 8px;
    padding-top: 16px;
  }
}
.prothom-alo-location-section .location-featured {
  width: 100%;
}
.prothom-alo-location-section .location-featured-link {
  display: block;
  text-decoration: none;
  overflow: hidden;
}
.prothom-alo-location-section .location-featured-thumb {
  width: 100%;
  height: 315px;
  overflow: hidden;
  background: #f0f0f0;
}
@media (max-width: 991px) {
  .prothom-alo-location-section .location-featured-thumb {
    height: 280px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-featured-thumb {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-featured-thumb {
    height: 200px;
  }
}
.prothom-alo-location-section .location-featured-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-location-section .location-featured-link:hover .location-featured-thumb img {
  transform: scale(1.05);
}
.prothom-alo-location-section .location-featured-content {
  padding: 12px 4px 0;
}
.prothom-alo-location-section .location-featured-title {
  margin: 0 0 8px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-featured-title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-featured-title {
    font-size: 28px;
  }
}
.prothom-alo-location-section .location-featured-excerpt {
  margin: 0 0 10px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.55;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-featured-excerpt {
    font-size: 14px;
  }
}
.prothom-alo-location-section .location-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-grid {
    margin-top: 10px;
  }
}
.prothom-alo-location-section .location-grid-middle {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-grid-middle {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.prothom-alo-location-section .location-grid-item {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}
.prothom-alo-location-section .location-grid-item:first-child {
  padding-top: 0;
}
.prothom-alo-location-section .location-grid-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-grid-item {
    padding: 16px 0;
  }
  .prothom-alo-location-section .location-grid-item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-grid-item {
    padding: 14px 0;
  }
}
.prothom-alo-location-section .location-grid-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-grid-link {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-grid-link {
    gap: 8px;
  }
}
.prothom-alo-location-section .location-grid-thumb {
  flex-shrink: 0;
  width: 170px;
  height: 120px;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-grid-thumb {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-grid-thumb {
    height: 180px;
  }
}
.prothom-alo-location-section .location-grid-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-location-section .location-grid-link:hover .location-grid-thumb img {
  transform: scale(1.05);
}
.prothom-alo-location-section .location-grid-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.prothom-alo-location-section .location-grid-title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1399px) {
  .prothom-alo-location-section .location-grid-title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-grid-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-grid-title {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-grid-title {
    font-size: 18px;
  }
}
.prothom-alo-location-section .location-grid-title:hover {
  color: #006A4E;
}
.prothom-alo-location-section .location-grid-excerpt {
  margin: 0 0 10px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-grid-excerpt {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-grid-excerpt {
    font-size: 14px;
    line-height: 1.55;
  }
}
.prothom-alo-location-section .location-category {
  display: inline-block;
  color: #F42A41;
  font-size: 11px;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.prothom-alo-location-section .location-time {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Noto Serif Bengali", serif;
  margin-top: auto;
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-time {
    font-size: 13px;
  }
}
.prothom-alo-location-section .location-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-sidebar {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-sidebar {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.prothom-alo-location-section .location-sidebar-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar-item {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.prothom-alo-location-section .location-sidebar-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.prothom-alo-location-section .location-sidebar-link {
  display: flex;
  gap: 10px;
  text-decoration: none;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar-link {
    flex-direction: column;
  }
}
.prothom-alo-location-section .location-sidebar-thumb {
  flex-shrink: 0;
  width: 100px;
  height: 80px;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar-thumb {
    width: 100%;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-sidebar-thumb {
    height: 160px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-sidebar-thumb {
    height: 180px;
  }
}
.prothom-alo-location-section .location-sidebar-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.prothom-alo-location-section .location-sidebar-link:hover .location-sidebar-thumb img {
  transform: scale(1.05);
}
.prothom-alo-location-section .location-sidebar-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar-body {
    margin-top: 8px;
  }
}
.prothom-alo-location-section .location-sidebar-title {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1199px) {
  .prothom-alo-location-section .location-sidebar-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-location-section .location-sidebar-title {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-location-section .location-sidebar-title {
    font-size: 18px;
  }
}
.prothom-alo-location-section .location-sidebar-title:hover {
  color: #006A4E;
}

.prothom-alo-world-section {
  background: #fff;
  padding: 26px 0 30px;
}
.prothom-alo-world-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-world-section .world-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 14px;
}
.prothom-alo-world-section .world-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  color: #111111;
}
@media (max-width: 991px) {
  .prothom-alo-world-section .world-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-world-section .world-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  margin-left: 8px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-world-section .world-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.62fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-world-section .world-content-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.prothom-alo-world-section .world-featured-col {
  border-right: 1px solid #d5d5d5;
  padding-right: 14px;
}
@media (max-width: 1199px) {
  .prothom-alo-world-section .world-featured-col {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 18px;
  }
}
.prothom-alo-world-section .world-featured-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-world-section .world-featured-link:hover .world-featured-thumb img {
  transform: scale(1.05);
}
.prothom-alo-world-section .world-featured-link:hover .world-featured-title {
  color: #006A4E;
}
.prothom-alo-world-section .world-featured-thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .prothom-alo-world-section .world-featured-thumb {
    height: 280px;
  }
}
.prothom-alo-world-section .world-featured-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-world-section .world-featured-title {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.32;
  font-weight: 700;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-featured-title {
    font-size: 20px;
  }
}
.prothom-alo-world-section .world-featured-excerpt {
  margin: 0 0 10px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-world-section .world-cards-col {
  padding-left: 0;
}
.prothom-alo-world-section .world-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-cards-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-world-section .world-card-item {
  padding: 0 14px 14px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.prothom-alo-world-section .world-card-item:nth-child(2n) {
  border-right: 0;
  padding-right: 0;
}
.prothom-alo-world-section .world-card-item:nth-child(2n-1) {
  padding-left: 0;
}
.prothom-alo-world-section .world-card-item:nth-last-child(-n+2) {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 14px;
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-card-item {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .prothom-alo-world-section .world-card-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #d5d5d5;
    padding-top: 0;
  }
  .prothom-alo-world-section .world-card-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.prothom-alo-world-section .world-card-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-world-section .world-card-link:hover .world-card-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.prothom-alo-world-section .world-card-link:hover .world-card-thumb img {
  transform: scale(1.06);
}
.prothom-alo-world-section .world-card-link:hover .world-card-title {
  color: #006A4E;
}
.prothom-alo-world-section .world-card-thumb {
  width: 100%;
  height: 225px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .prothom-alo-world-section .world-card-thumb {
    height: 195px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-world-section .world-card-thumb {
    height: 210px;
  }
}
.prothom-alo-world-section .world-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-world-section .world-card-title {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.36;
  font-weight: 700;
  color: #111111;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
.prothom-alo-world-section .world-time {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}

.prothom-alo-entertainment-section {
  background: #fff;
  padding: 24px 0 30px;
}
.prothom-alo-entertainment-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-entertainment-section .ent-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 14px;
}
.prothom-alo-entertainment-section .ent-header h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 991px) {
  .prothom-alo-entertainment-section .ent-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-entertainment-section .ent-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-entertainment-section .ent-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-entertainment-section .ent-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-entertainment-section .ent-grid {
  display: grid;
  grid-template-columns: 1fr minmax(0, 1.02fr) 1fr;
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-entertainment-section .ent-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.prothom-alo-entertainment-section .ent-side {
  border-right: 1px solid #d5d5d5;
  padding-right: 14px;
}
.prothom-alo-entertainment-section .ent-side.ent-right {
  border-right: 0;
  border-left: 1px solid #d5d5d5;
  padding-right: 0;
  padding-left: 14px;
}
@media (max-width: 1199px) {
  .prothom-alo-entertainment-section .ent-side {
    border-right: 0;
    padding-right: 0;
  }
  .prothom-alo-entertainment-section .ent-side.ent-right {
    border-left: 0;
    padding-left: 0;
  }
}
.prothom-alo-entertainment-section .ent-side-item {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
}
.prothom-alo-entertainment-section .ent-side-item:first-child {
  padding-top: 0;
}
.prothom-alo-entertainment-section .ent-side-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.prothom-alo-entertainment-section .ent-side-link {
  display: grid;
  grid-template-columns: 1fr 156px;
  gap: 12px;
  align-items: start;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-entertainment-section .ent-side-link:hover .ent-side-thumb img {
  transform: scale(1.06);
}
.prothom-alo-entertainment-section .ent-side-link:hover .ent-side-title {
  color: #006A4E;
}
@media (max-width: 575px) {
  .prothom-alo-entertainment-section .ent-side-link {
    grid-template-columns: 1fr 130px;
    gap: 10px;
  }
}
.prothom-alo-entertainment-section .ent-side-thumb {
  width: 156px;
  height: 102px;
  overflow: hidden;
  background: #f0f0f0;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 575px) {
  .prothom-alo-entertainment-section .ent-side-thumb {
    width: 130px;
    height: 88px;
  }
}
.prothom-alo-entertainment-section .ent-side-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-entertainment-section .ent-side-title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.22;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-entertainment-section .ent-center {
    order: -1;
  }
}
.prothom-alo-entertainment-section .ent-featured-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-entertainment-section .ent-featured-link:hover .ent-featured-thumb img {
  transform: scale(1.05);
}
.prothom-alo-entertainment-section .ent-featured-link:hover .ent-featured-title {
  color: #006A4E;
}
.prothom-alo-entertainment-section .ent-featured-thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .prothom-alo-entertainment-section .ent-featured-thumb {
    height: 280px;
  }
}
.prothom-alo-entertainment-section .ent-featured-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-entertainment-section .ent-featured-title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 24px;
  line-height: 1.22;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
.prothom-alo-entertainment-section .ent-featured-excerpt {
  margin: 0 0 10px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-entertainment-section .ent-time {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}

.prothom-alo-lifestyle-section {
  background: #f2f2f2;
  padding: 14px 0 20px;
}
.prothom-alo-lifestyle-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-lifestyle-section .lifestyle-header {
  border-top: 4px solid #006A4E;
  padding-top: 8px;
  margin-bottom: 14px;
}
.prothom-alo-lifestyle-section .lifestyle-header h2 {
  margin: 0;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 992px) {
  .prothom-alo-lifestyle-section .lifestyle-header h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-lifestyle-section .lifestyle-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-lifestyle-section .lifestyle-header .header-arrow {
  color: #d91f26;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 6px;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-lifestyle-section .lifestyle-header .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-lifestyle-section .lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .prothom-alo-lifestyle-section .lifestyle-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-lifestyle-section .lifestyle-card {
  background: transparent;
  border-right: 1px solid #d6d6d6;
  min-width: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-card {
    border-right: 0;
    background: #fff;
    border: 1px solid #dcdcdc;
  }
}
.prothom-alo-lifestyle-section .lifestyle-card:last-child {
  border-right: 0px;
}
.prothom-alo-lifestyle-section .lifestyle-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 0 12px;
  transition: all 0.3s ease;
}
.prothom-alo-lifestyle-section .lifestyle-card-link:hover .lifestyle-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.prothom-alo-lifestyle-section .lifestyle-card-link:hover .lifestyle-thumb img {
  transform: scale(1.06);
}
.prothom-alo-lifestyle-section .lifestyle-card-link:hover .lifestyle-title {
  color: #006A4E;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-card-link {
    padding: 0;
  }
}
.prothom-alo-lifestyle-section .lifestyle-thumb {
  width: 100%;
  height: 182px;
  background: #e7e7e7;
  overflow: hidden;
  margin-bottom: 9px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-thumb {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-lifestyle-section .lifestyle-thumb {
    height: 220px;
  }
}
.prothom-alo-lifestyle-section .lifestyle-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.prothom-alo-lifestyle-section .lifestyle-title {
  margin: 0 0 9px;
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-title {
    font-size: 19px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-lifestyle-section .lifestyle-title {
    font-size: 18px;
  }
}
.prothom-alo-lifestyle-section .lifestyle-excerpt {
  margin: 0 0 11px;
  color: #555;
  font-size: 15px;
  line-height: 1.52;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-excerpt {
    font-size: 15px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-lifestyle-section .lifestyle-excerpt {
    font-size: 14px;
  }
}
.prothom-alo-lifestyle-section .lifestyle-time {
  display: block;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
  margin-top: auto;
}
.prothom-alo-lifestyle-section .lifestyle-time i {
  margin-right: 4px;
  font-size: 12px;
  vertical-align: 1px;
}
@media (max-width: 1199px) {
  .prothom-alo-lifestyle-section .lifestyle-time {
    font-size: 14px;
    padding: 0 10px 10px;
  }
}

.prothom-alo-business-section {
  background: #f2f2f2;
  padding: 24px 0 30px;
}
.prothom-alo-business-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-business-section .business-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 14px;
}
.prothom-alo-business-section .business-header h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 991px) {
  .prothom-alo-business-section .business-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-business-section .business-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-business-section .business-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1.62fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-business-section .business-content-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.prothom-alo-business-section .business-featured-col {
  border-right: 1px solid #d5d5d5;
  padding-right: 14px;
}
@media (max-width: 1199px) {
  .prothom-alo-business-section .business-featured-col {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 18px;
  }
}
.prothom-alo-business-section .business-featured-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-business-section .business-featured-link:hover .business-featured-thumb img {
  transform: scale(1.05);
}
.prothom-alo-business-section .business-featured-link:hover .business-featured-title {
  color: #006A4E;
}
.prothom-alo-business-section .business-featured-thumb {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 12px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .prothom-alo-business-section .business-featured-thumb {
    height: 280px;
  }
}
.prothom-alo-business-section .business-featured-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-business-section .business-featured-title {
  margin: 0 0 10px;
  color: #111111;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-featured-title {
    font-size: 20px;
  }
}
.prothom-alo-business-section .business-featured-excerpt {
  margin: 0 0 12px;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.52;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-featured-excerpt {
    font-size: 15px;
  }
}
.prothom-alo-business-section .business-cards-col {
  padding-left: 0;
}
.prothom-alo-business-section .business-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-cards-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-business-section .business-card-item {
  padding: 0 14px 14px;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.prothom-alo-business-section .business-card-item:nth-child(2n) {
  border-right: 0;
  padding-right: 0;
}
.prothom-alo-business-section .business-card-item:nth-child(2n-1) {
  padding-left: 0;
}
.prothom-alo-business-section .business-card-item:nth-last-child(-n+2) {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 14px;
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-card-item {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .prothom-alo-business-section .business-card-item:nth-last-child(-n+2) {
    border-bottom: 1px solid #d5d5d5;
    padding-top: 0;
  }
  .prothom-alo-business-section .business-card-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.prothom-alo-business-section .business-card-link {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.prothom-alo-business-section .business-card-link:hover .business-card-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.prothom-alo-business-section .business-card-link:hover .business-card-thumb img {
  transform: scale(1.06);
}
.prothom-alo-business-section .business-card-link:hover .business-card-title {
  color: #006A4E;
}
.prothom-alo-business-section .business-card-thumb {
  width: 100%;
  height: 224px;
  overflow: hidden;
  background: #f0f0f0;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .prothom-alo-business-section .business-card-thumb {
    height: 195px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-card-thumb {
    height: 210px;
  }
}
.prothom-alo-business-section .business-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-business-section .business-card-title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  .prothom-alo-business-section .business-card-title {
    font-size: 19px;
  }
}
.prothom-alo-business-section .business-time {
  display: block;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-business-section .business-time i {
  margin-right: 4px;
  font-size: 14px;
  vertical-align: 1px;
}

.prothom-alo-for-you-section {
  background: #f2f2f2;
  padding: 24px 0 30px;
}
.prothom-alo-for-you-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-for-you-section .for-you-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 14px;
}
.prothom-alo-for-you-section .for-you-header h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 991px) {
  .prothom-alo-for-you-section .for-you-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-for-you-section .for-you-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-for-you-section .for-you-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-for-you-section .for-you-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-for-you-section .for-you-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-for-you-section .for-you-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-for-you-section .for-you-card {
  min-width: 0;
  border-right: 1px solid #d6d6d6;
}
.prothom-alo-for-you-section .for-you-card:last-child {
  border-right: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-card {
    border-right: 0;
    border: 1px solid #dcdcdc;
    background: #fff;
  }
}
.prothom-alo-for-you-section .for-you-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  padding: 0 12px;
  transition: all 0.3s ease;
}
.prothom-alo-for-you-section .for-you-card-link:hover .for-you-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.prothom-alo-for-you-section .for-you-card-link:hover .for-you-thumb img {
  transform: scale(1.06);
}
.prothom-alo-for-you-section .for-you-card-link:hover .for-you-title {
  color: #006A4E;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-card-link {
    padding: 0;
  }
}
.prothom-alo-for-you-section .for-you-thumb {
  width: 100%;
  height: 182px;
  overflow: hidden;
  background: #ebebeb;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-thumb {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-for-you-section .for-you-thumb {
    height: 220px;
  }
}
.prothom-alo-for-you-section .for-you-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.prothom-alo-for-you-section .for-you-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 8px;
}
.prothom-alo-for-you-section .for-you-title {
  margin: 0 0 9px;
  color: #111111;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-title {
    font-size: 19px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-for-you-section .for-you-title {
    font-size: 18px;
  }
}
.prothom-alo-for-you-section .for-you-excerpt {
  margin: 0 0 11px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.52;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-excerpt {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-for-you-section .for-you-excerpt {
    font-size: 14px;
  }
}
.prothom-alo-for-you-section .for-you-time {
  display: block;
  margin-top: auto;
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 1199px) {
  .prothom-alo-for-you-section .for-you-time {
    padding: 0 10px 10px;
  }
}

.prothom-alo-topics-columns-section {
  background: #f2f2f2;
  padding: 22px 0 30px;
}
.prothom-alo-topics-columns-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-topics-columns-section .topics-columns-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-topics-columns-section .topics-columns-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .prothom-alo-topics-columns-section .topics-columns-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-topics-columns-section .topic-column {
  min-width: 0;
  border-right: 1px solid #d8d8d8;
  padding: 0 14px;
}
.prothom-alo-topics-columns-section .topic-column:first-child {
  padding-left: 0;
}
.prothom-alo-topics-columns-section .topic-column:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .prothom-alo-topics-columns-section .topic-column {
    border-right: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 12px 10px;
  }
  .prothom-alo-topics-columns-section .topic-column:first-child, .prothom-alo-topics-columns-section .topic-column:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.prothom-alo-topics-columns-section .topic-column-header {
  border-top: 4px solid #006A4E;
  padding-top: 8px;
  margin-bottom: 12px;
}
.prothom-alo-topics-columns-section .topic-column-header h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 991px) {
  .prothom-alo-topics-columns-section .topic-column-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-topics-columns-section .topic-column-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-topics-columns-section .topic-column-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-topics-columns-section .topic-column-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-topics-columns-section .topic-lead-link,
.prothom-alo-topics-columns-section .topic-list-link {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.prothom-alo-topics-columns-section .topic-lead-link:hover .topic-lead-thumb img,
.prothom-alo-topics-columns-section .topic-list-link:hover .topic-lead-thumb img {
  transform: scale(1.06);
}
.prothom-alo-topics-columns-section .topic-lead-link:hover .topic-lead-title,
.prothom-alo-topics-columns-section .topic-list-link:hover .topic-lead-title {
  color: #006A4E;
}
.prothom-alo-topics-columns-section .topic-lead-link:hover,
.prothom-alo-topics-columns-section .topic-list-link:hover {
  color: #006A4E;
}
.prothom-alo-topics-columns-section .topic-lead-thumb {
  width: 100%;
  height: 184px;
  overflow: hidden;
  background: #ececec;
  margin-bottom: 10px;
  transition: box-shadow 0.3s ease;
}
@media (max-width: 1199px) {
  .prothom-alo-topics-columns-section .topic-lead-thumb {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-topics-columns-section .topic-lead-thumb {
    height: 205px;
  }
}
.prothom-alo-topics-columns-section .topic-lead-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.prothom-alo-topics-columns-section .topic-lead-title {
  margin: 0 0 9px;
  color: #111111;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
.prothom-alo-topics-columns-section .topic-lead-excerpt {
  margin: 0 0 10px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-topics-columns-section .topic-list {
  border-top: 1px solid #dddddd;
}
.prothom-alo-topics-columns-section .topic-list-item {
  border-bottom: 1px solid #dddddd;
  padding: 9px 0;
}
.prothom-alo-topics-columns-section .topic-list-item:last-child {
  border-bottom: 0;
}
.prothom-alo-topics-columns-section .topic-list-link {
  display: block;
  color: #1f1f1f;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-topics-columns-section .topic-list-item.has-review .review-prefix {
  color: #006A4E;
}
.prothom-alo-topics-columns-section .topic-list-item.has-review .dot-sep {
  color: #595959;
  margin: 0 2px;
}

.prothom-alo-gallery-section {
  background: #fff;
  padding: 24px 0 30px;
}
.prothom-alo-gallery-section .container-fluid {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.prothom-alo-gallery-section .gallery-header {
  border-top: 4px solid #006A4E;
  padding-top: 10px;
  margin-bottom: 14px;
}
.prothom-alo-gallery-section .gallery-header h2 {
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
}
@media (max-width: 991px) {
  .prothom-alo-gallery-section .gallery-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .prothom-alo-gallery-section .gallery-header h2 {
    font-size: 18px;
  }
}
.prothom-alo-gallery-section .gallery-header h2 .header-arrow {
  color: #F42A41;
  font-size: 24px;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-2px);
}
@media (max-width: 575px) {
  .prothom-alo-gallery-section .gallery-header h2 .header-arrow {
    font-size: 18px;
    transform: translateY(-1px);
  }
}
.prothom-alo-gallery-section .gallery-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.6fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .prothom-alo-gallery-section .gallery-content-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.prothom-alo-gallery-section .gallery-featured-col {
  border-right: 1px solid #d5d5d5;
  padding-right: 14px;
}
@media (max-width: 1199px) {
  .prothom-alo-gallery-section .gallery-featured-col {
    border-right: 0;
    padding-right: 0;
  }
}
.prothom-alo-gallery-section .gallery-featured-item {
  display: block;
}
.prothom-alo-gallery-section .gallery-featured-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: all 0.3s ease;
}
.prothom-alo-gallery-section .gallery-featured-link:hover .gallery-featured-image img {
  transform: scale(1.05);
}
.prothom-alo-gallery-section .gallery-featured-link:hover .gallery-featured-title {
  color: #006A4E;
}
.prothom-alo-gallery-section .gallery-featured-image {
  position: relative;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: center;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .prothom-alo-gallery-section .gallery-featured-image {
    height: 300px;
  }
}
.prothom-alo-gallery-section .gallery-featured-image img {
  transition: transform 0.4s ease;
}
.prothom-alo-gallery-section .gallery-slider-counter {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Noto Serif Bengali", serif;
  font-weight: 600;
}
.prothom-alo-gallery-section .gallery-slider-counter .current {
  font-size: 16px;
}
.prothom-alo-gallery-section .gallery-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.prothom-alo-gallery-section .gallery-play-icon i {
  color: #fff;
  font-size: 24px;
  margin-left: 4px;
}
.prothom-alo-gallery-section .gallery-featured-link:hover .gallery-play-icon {
  opacity: 1;
  background: rgba(215, 23, 33, 0.8);
}
.prothom-alo-gallery-section .gallery-featured-title {
  margin: 0 0 8px;
  color: #111111;
  font-size: 22px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
@media (max-width: 575px) {
  .prothom-alo-gallery-section .gallery-featured-title {
    font-size: 20px;
  }
}
.prothom-alo-gallery-section .gallery-featured-time {
  margin: 0;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}
.prothom-alo-gallery-section .gallery-grid-col {
  padding-left: 0;
}
.prothom-alo-gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 575px) {
  .prothom-alo-gallery-section .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.prothom-alo-gallery-section .gallery-grid-item {
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
}
.prothom-alo-gallery-section .gallery-grid-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
}
.prothom-alo-gallery-section .gallery-grid-link:hover .gallery-grid-image img {
  transform: scale(1.05);
}
.prothom-alo-gallery-section .gallery-grid-link:hover .gallery-grid-title {
  color: #006A4E;
}
.prothom-alo-gallery-section .gallery-grid-image {
  position: relative;
  width: 100%;
  height: 188px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.prothom-alo-gallery-section .gallery-grid-image img {
  transition: transform 0.4s ease;
}
.prothom-alo-gallery-section .gallery-grid-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #F42A41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: all 0.3s ease;
}
.prothom-alo-gallery-section .gallery-grid-play-icon i {
  color: #fff;
  font-size: 16px;
  margin-left: 2px;
}
.prothom-alo-gallery-section .gallery-grid-link:hover .gallery-grid-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
.prothom-alo-gallery-section .gallery-grid-title {
  margin: 0 0 6px 10px;
  color: #111111;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 700;
  font-family: "Noto Serif Bengali", serif;
  transition: color 0.3s ease;
}
.prothom-alo-gallery-section .gallery-grid-time {
  display: block;
  margin: 0 0 10px 10px;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.2;
  font-family: "Noto Serif Bengali", serif;
}

.search-page {
  min-height: calc(100vh - 400px);
}

.search-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 80px 0 60px;
}
.search-hero .search-hero-content .search-title {
  font-size: 48px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .search-hero .search-hero-content .search-title {
    font-size: 32px;
  }
}
.search-hero .search-hero-content .search-subtitle {
  font-size: 18px;
  color: #6c757d;
}
.search-hero .search-hero-content .search-query {
  font-size: 20px;
  color: #495057;
}
@media (max-width: 768px) {
  .search-hero .search-hero-content .search-query {
    font-size: 16px;
  }
}
.search-hero .search-hero-content .search-count {
  font-size: 16px;
}

.search-page-form {
  max-width: 650px;
  margin: 0 auto;
}
.search-page-form .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 50px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-page-form .search-input-wrapper:focus-within {
  box-shadow: 0 15px 50px rgba(220, 53, 69, 0.2);
  transform: translateY(-2px);
}
.search-page-form .search-input-wrapper .search-icon {
  position: absolute;
  left: 25px;
  font-size: 20px;
  color: #6c757d;
  pointer-events: none;
}
@media (max-width: 576px) {
  .search-page-form .search-input-wrapper .search-icon {
    left: 15px;
    font-size: 16px;
  }
}
.search-page-form .search-input-wrapper .search-page-input {
  flex: 1;
  padding: 18px 60px 18px 60px;
  border: none;
  font-size: 16px;
  color: #212529;
  outline: none;
  background: transparent;
}
@media (max-width: 576px) {
  .search-page-form .search-input-wrapper .search-page-input {
    padding: 15px 50px 15px 45px;
    font-size: 14px;
  }
}
.search-page-form .search-input-wrapper .search-page-input::-moz-placeholder {
  color: #adb5bd;
}
.search-page-form .search-input-wrapper .search-page-input::placeholder {
  color: #adb5bd;
}
.search-page-form .search-input-wrapper .search-page-btn {
  width: 50px;
  height: 50px;
  border: none;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .search-page-form .search-input-wrapper .search-page-btn {
    width: 40px;
    height: 40px;
  }
}
.search-page-form .search-input-wrapper .search-page-btn:hover {
  background: #c82333;
  transform: scale(1.05);
}
.search-page-form .search-input-wrapper .search-page-btn i {
  font-size: 18px;
}
@media (max-width: 576px) {
  .search-page-form .search-input-wrapper .search-page-btn i {
    font-size: 14px;
  }
}

.popular-searches .popular-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.popular-searches .popular-tags .popular-tag {
  padding: 8px 20px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  color: #495057;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.popular-searches .popular-tags .popular-tag:hover {
  background: #dc3545;
  color: white;
  border-color: #dc3545;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.search-results .results-list .search-result-item {
  padding: 25px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.search-results .results-list .search-result-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}
.search-results .results-list .search-result-item .result-image-link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.search-results .results-list .search-result-item .result-image-link .result-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .search-results .results-list .search-result-item .result-image-link .result-image {
    height: 180px;
  }
}
.search-results .results-list .search-result-item .result-image-link:hover .result-image {
  transform: scale(1.05);
}
.search-results .results-list .search-result-item .result-content .result-category {
  display: inline-block;
  padding: 4px 12px;
  background: #dc3545;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 12px;
  transition: background 0.3s ease;
}
.search-results .results-list .search-result-item .result-content .result-category:hover {
  background: #c82333;
}
.search-results .results-list .search-result-item .result-content .result-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .search-results .results-list .search-result-item .result-content .result-title {
    font-size: 18px;
  }
}
.search-results .results-list .search-result-item .result-content .result-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}
.search-results .results-list .search-result-item .result-content .result-title a:hover {
  color: #dc3545;
}
.search-results .results-list .search-result-item .result-content .result-excerpt {
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 12px;
}
.search-results .results-list .search-result-item .result-content .result-meta {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: #868e96;
  flex-wrap: wrap;
}
.search-results .results-list .search-result-item .result-content .result-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-results .results-list .search-result-item .result-content .result-meta span i {
  font-size: 12px;
}
.search-results .pagination-wrapper {
  margin-top: 50px;
}

.recent-posts-section .section-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  position: relative;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .recent-posts-section .section-title {
    font-size: 24px;
  }
}
.recent-posts-section .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #dc3545;
  border-radius: 2px;
}
.recent-posts-section .recent-post-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recent-posts-section .recent-post-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.recent-posts-section .recent-post-card .recent-post-image {
  display: block;
  overflow: hidden;
}
.recent-posts-section .recent-post-card .recent-post-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.recent-posts-section .recent-post-card .recent-post-image:hover img {
  transform: scale(1.08);
}
.recent-posts-section .recent-post-card .recent-post-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-category {
  display: inline-block;
  padding: 4px 12px;
  background: #dc3545;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 12px;
  align-self: flex-start;
  transition: background 0.3s ease;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-category:hover {
  background: #c82333;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  flex: 1;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-title a:hover {
  color: #dc3545;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-meta {
  font-size: 13px;
  color: #868e96;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.recent-posts-section .recent-post-card .recent-post-content .recent-post-meta span i {
  font-size: 12px;
}

@media (max-width: 768px) {
  .search-hero {
    padding: 50px 0 40px;
  }
  .search-results,
  .recent-posts-section {
    padding: 30px 0;
  }
}
/* =========================================================
   nk-footer — Newspaper footer (Prothom Alo reference style)
   White background throughout, green/red brand accents
   ========================================================= */
.nk-footer, .prothom-alo-footer {
  background: #fff;
  border-top: 3px solid #006A4E;
  font-family: "Noto Serif Bengali", "Noto Sans Bengali", sans-serif;
}
.nk-footer *, .prothom-alo-footer * {
  box-sizing: border-box;
}
.nk-footer .nk-footer-container, .prothom-alo-footer .nk-footer-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
.nk-footer, .prothom-alo-footer {
  /* ── Head: Logo / Site Name ── */
}
.nk-footer .nk-footer-head, .prothom-alo-footer .nk-footer-head {
  padding: 28px 0 20px;
  border-bottom: 1px solid #e8e8e8;
}
.nk-footer .nk-footer-brand-link, .prothom-alo-footer .nk-footer-brand-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nk-footer .nk-footer-logo-img, .prothom-alo-footer .nk-footer-logo-img {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.nk-footer .nk-footer-site-name, .prothom-alo-footer .nk-footer-site-name {
  font-size: 28px;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.5px;
  line-height: 1;
}
.nk-footer .nk-footer-site-name::before, .prothom-alo-footer .nk-footer-site-name::before {
  content: "●";
  color: #F42A41;
  margin-right: 6px;
  font-size: 18px;
  vertical-align: 2px;
}
.nk-footer, .prothom-alo-footer {
  /* ── Category link grid ── */
}
.nk-footer .nk-footer-cats-section, .prothom-alo-footer .nk-footer-cats-section {
  padding: 24px 0 20px;
  border-bottom: 1px solid #eee;
}
.nk-footer .nk-footer-cats-header, .prothom-alo-footer .nk-footer-cats-header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.nk-footer .nk-cats-heading, .prothom-alo-footer .nk-cats-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: #006A4E;
  padding: 3px 10px;
  border-radius: 2px;
}
.nk-footer .nk-footer-cats-grid, .prothom-alo-footer .nk-footer-cats-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.nk-footer .nk-footer-cat-link, .prothom-alo-footer .nk-footer-cat-link {
  display: inline-block;
  padding: 5px 14px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fff;
  transition: all 0.18s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.nk-footer .nk-footer-cat-link:hover, .prothom-alo-footer .nk-footer-cat-link:hover {
  color: #fff;
  background: #006A4E;
  border-color: #006A4E;
}
.nk-footer, .prothom-alo-footer {
  /* ── Social + App row ── */
}
.nk-footer .nk-footer-social-row, .prothom-alo-footer .nk-footer-social-row {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}
.nk-footer .nk-footer-social-inner, .prothom-alo-footer .nk-footer-social-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.nk-footer .nk-footer-follow, .prothom-alo-footer .nk-footer-follow {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nk-footer .nk-follow-label, .prothom-alo-footer .nk-follow-label {
  font-size: 13px;
  color: #888;
}
.nk-footer .nk-social-icons, .prothom-alo-footer .nk-social-icons {
  display: flex;
  gap: 10px;
}
.nk-footer .nk-sicon, .prothom-alo-footer .nk-sicon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
.nk-footer .nk-sicon:hover, .prothom-alo-footer .nk-sicon:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  color: #fff;
}
.nk-footer .nk-sicon.nk-sicon-facebook, .prothom-alo-footer .nk-sicon.nk-sicon-facebook {
  background: #1877f2;
}
.nk-footer .nk-sicon.nk-sicon-twitter, .prothom-alo-footer .nk-sicon.nk-sicon-twitter {
  background: #000;
}
.nk-footer .nk-sicon.nk-sicon-instagram, .prothom-alo-footer .nk-sicon.nk-sicon-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.nk-footer .nk-sicon.nk-sicon-youtube, .prothom-alo-footer .nk-sicon.nk-sicon-youtube {
  background: #ff0000;
}
.nk-footer .nk-sicon.nk-sicon-telegram, .prothom-alo-footer .nk-sicon.nk-sicon-telegram {
  background: #0088cc;
}
.nk-footer .nk-footer-download, .prothom-alo-footer .nk-footer-download {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.nk-footer .nk-download-label, .prothom-alo-footer .nk-download-label {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
.nk-footer .nk-app-btns, .prothom-alo-footer .nk-app-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nk-footer .nk-appbadge, .prothom-alo-footer .nk-appbadge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid #c8c8c8;
  border-radius: 7px;
  text-decoration: none;
  background: #fff;
  min-width: 140px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nk-footer .nk-appbadge i, .prothom-alo-footer .nk-appbadge i {
  font-size: 24px;
  flex-shrink: 0;
}
.nk-footer .nk-appbadge span, .prothom-alo-footer .nk-appbadge span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 700;
}
.nk-footer .nk-appbadge span small, .prothom-alo-footer .nk-appbadge span small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.nk-footer .nk-appbadge.nk-appbadge-android, .prothom-alo-footer .nk-appbadge.nk-appbadge-android {
  color: #000;
}
.nk-footer .nk-appbadge.nk-appbadge-android i, .prothom-alo-footer .nk-appbadge.nk-appbadge-android i {
  color: #01875f;
}
.nk-footer .nk-appbadge.nk-appbadge-android small, .prothom-alo-footer .nk-appbadge.nk-appbadge-android small {
  color: #555;
}
.nk-footer .nk-appbadge.nk-appbadge-ios, .prothom-alo-footer .nk-appbadge.nk-appbadge-ios {
  color: #000;
}
.nk-footer .nk-appbadge.nk-appbadge-ios i, .prothom-alo-footer .nk-appbadge.nk-appbadge-ios i {
  color: #333;
}
.nk-footer .nk-appbadge.nk-appbadge-ios small, .prothom-alo-footer .nk-appbadge.nk-appbadge-ios small {
  color: #555;
}
.nk-footer .nk-appbadge:hover, .prothom-alo-footer .nk-appbadge:hover {
  border-color: #006A4E;
  box-shadow: 0 2px 10px rgba(0, 106, 78, 0.12);
}
.nk-footer, .prothom-alo-footer {
  /* ── Bottom bar ── */
}
.nk-footer .nk-footer-bottom, .prothom-alo-footer .nk-footer-bottom {
  padding: 14px 0 18px;
  background: #fff;
  border-top: 1px solid #ddd;
  text-align: center;
}
.nk-footer .nk-bottom-nav, .prothom-alo-footer .nk-bottom-nav {
  margin-bottom: 10px;
}
.nk-footer .nk-bottom-nav ul, .prothom-alo-footer .nk-bottom-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nk-footer .nk-bottom-nav li, .prothom-alo-footer .nk-bottom-nav li {
  display: flex;
  align-items: center;
}
.nk-footer .nk-bottom-nav li:not(:last-child)::after, .prothom-alo-footer .nk-bottom-nav li:not(:last-child)::after {
  content: "•";
  color: #888;
  font-size: 10px;
  margin: 0 10px;
  line-height: 1;
}
.nk-footer .nk-bottom-nav li a, .prothom-alo-footer .nk-bottom-nav li a {
  font-size: 13px;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.nk-footer .nk-bottom-nav li a:hover, .prothom-alo-footer .nk-bottom-nav li a:hover {
  color: #006A4E;
}
.nk-footer .nk-initiatives-row, .prothom-alo-footer .nk-initiatives-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 0;
  margin-bottom: 10px;
}
.nk-footer .nk-initiatives-list, .prothom-alo-footer .nk-initiatives-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.nk-footer .nk-initiatives-list li, .prothom-alo-footer .nk-initiatives-list li {
  display: flex;
  align-items: center;
}
.nk-footer .nk-initiatives-list li:not(:last-child)::after, .prothom-alo-footer .nk-initiatives-list li:not(:last-child)::after {
  content: "•";
  color: #aaa;
  font-size: 10px;
  margin: 0 8px;
  line-height: 1;
}
.nk-footer .nk-initiatives-list li a, .prothom-alo-footer .nk-initiatives-list li a {
  font-size: 12.5px;
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}
.nk-footer .nk-initiatives-list li a:hover, .prothom-alo-footer .nk-initiatives-list li a:hover {
  color: #006A4E;
}
.nk-footer .nk-copyright-text, .prothom-alo-footer .nk-copyright-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 6px;
}
.nk-footer .nk-copyright-text span, .prothom-alo-footer .nk-copyright-text span {
  font-size: 12.5px;
  color: #777;
}
.nk-footer .nk-copyright-text .nk-pipe, .prothom-alo-footer .nk-copyright-text .nk-pipe {
  color: #bbb;
  font-size: 12px;
}
.nk-footer .nk-copyright-text .nk-designed-by, .prothom-alo-footer .nk-copyright-text .nk-designed-by {
  color: #777;
  font-size: 12.5px;
}
.nk-footer .nk-copyright-text .nk-designed-by a, .prothom-alo-footer .nk-copyright-text .nk-designed-by a {
  color: #777;
  text-decoration: none;
}
.nk-footer .nk-copyright-text .nk-designed-by a:hover, .prothom-alo-footer .nk-copyright-text .nk-designed-by a:hover {
  color: #006A4E;
}
.nk-footer, .prothom-alo-footer {
  /* ── Responsive ── */
}
@media (max-width: 767px) {
  .nk-footer .nk-footer-social-inner, .prothom-alo-footer .nk-footer-social-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .nk-footer .nk-footer-download, .prothom-alo-footer .nk-footer-download {
    flex-direction: column;
    align-items: flex-start;
  }
  .nk-footer .nk-footer-cat-link, .prothom-alo-footer .nk-footer-cat-link {
    font-size: 14px;
    padding: 5px 8px;
  }
  .nk-footer .nk-copyright-text, .prothom-alo-footer .nk-copyright-text {
    flex-direction: column;
    gap: 4px;
  }
  .nk-footer .nk-copyright-text .nk-designed-by::before, .prothom-alo-footer .nk-copyright-text .nk-designed-by::before {
    display: none;
  }
}

/* legacy alias */
.pa-single-wrapper {
  background: #fff;
  padding: 16px 18px 20px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .pa-single-wrapper {
    padding: 0px;
  }
}

.pa-single-category {
  display: inline-block;
  background: #F42A41;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  padding: 2px 10px 3px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 0.4px;
  margin-bottom: 9px;
}
.pa-single-category:hover {
  background: rgb(233.1589285714, 12.0410714286, 37.2178571429);
  color: #fff;
  text-decoration: none;
}

.pa-single-title {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.38;
  color: #111;
  margin: 0 0 10px;
}
@media (max-width: 768px) {
  .pa-single-title {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .pa-single-title {
    font-size: 18px;
    line-height: 1.45;
  }
}

.pa-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #555;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
.pa-meta-row .pa-meta-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  flex: 1;
}
.pa-meta-row .pa-meta-author {
  font-weight: 700;
  color: #1a1a1a;
}
.pa-meta-row .pa-meta-author a {
  color: #1a1a1a;
  text-decoration: none;
}
.pa-meta-row .pa-meta-author a:hover {
  color: #F42A41;
}
.pa-meta-row .pa-meta-sep {
  color: #ccc;
  margin: 0 1px;
}
.pa-meta-row .pa-meta-date {
  color: #888;
}
.pa-meta-row .pa-meta-bm {
  color: #888;
  cursor: pointer;
}
.pa-meta-row .pa-meta-bm.pa-bookmarked {
  color: #F42A41;
}
.pa-meta-row .pa-meta-bm:hover {
  color: #F42A41;
}
.pa-meta-row .pa-meta-share {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 576px) {
  .pa-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .pa-meta-row .pa-meta-left {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }
  .pa-meta-row .pa-meta-author,
  .pa-meta-row .pa-meta-date {
    display: block;
    width: 100%;
  }
  .pa-meta-row .pa-meta-share {
    margin-left: 0;
    flex-wrap: wrap;
    gap: 6px;
  }
}

.pa-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.pa-share-btn:hover {
  opacity: 0.82;
}
.pa-share-btn.pa-share-facebook {
  background: #1877f2;
}
.pa-share-btn.pa-share-twitter {
  background: #111111;
}
.pa-share-btn.pa-share-whatsapp {
  background: #25d366;
}
.pa-share-btn.pa-share-linkedin {
  background: #0a66c2;
}
.pa-share-btn.pa-share-pinterest {
  background: #e4492f;
}
.pa-share-btn.pa-share-copy {
  background: #555555;
}
.pa-share-btn svg {
  display: block;
}
.pa-share-btn img {
  width: 13px;
  height: 13px;
  filter: brightness(10);
}

.pa-single-divider {
  display: none;
}

.pa-single-featured {
  margin-bottom: 5px;
}
.pa-single-featured img {
  width: 100%;
  height: auto;
  display: block;
}
.pa-single-featured figcaption,
.pa-single-featured .pa-img-caption {
  font-size: 11.5px;
  color: #888;
  padding: 5px 0 13px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  font-style: normal;
  line-height: 1.5;
}

.pa-single-excerpt {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
  margin-bottom: 20px;
  border-right: 4px solid #006A4E;
  padding-right: 16px;
}

.pa-single-content {
  font-size: 16px;
  line-height: 1.9;
  color: #222;
}
.pa-single-content p {
  margin-bottom: 18px;
  line-height: 1.9;
}
.pa-single-content h2, .pa-single-content h3, .pa-single-content h4 {
  font-weight: 700;
  color: #111111;
  margin: 28px 0 12px;
}
.pa-single-content h2 {
  font-size: 22px;
}
.pa-single-content h3 {
  font-size: 19px;
}
.pa-single-content h4 {
  font-size: 17px;
}
.pa-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 16px 0;
}
.pa-single-content blockquote {
  border-right: 4px solid #006A4E;
  background: #f7f7f7;
  padding: 16px 20px;
  margin: 24px 0;
  border-radius: 0 4px 4px 0;
  font-size: 17px;
  color: #333;
}
.pa-single-content a {
  color: #006A4E;
  text-decoration: underline;
}
.pa-single-content a:hover {
  color: rgb(0, 55, 40.4716981132);
}

.pa-single-tags {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pa-single-tags .pa-tags-label {
  font-size: 13px;
  font-weight: 600;
  color: #111111;
}
.pa-single-tags .pa-tag-link {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
  transition: all 0.2s;
}
.pa-single-tags .pa-tag-link:hover {
  background: #006A4E;
  color: #fff;
  border-color: #006A4E;
}

.pa-author-bio {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  margin: 28px 0;
}
.pa-author-bio .pa-author-bio-avatar {
  flex-shrink: 0;
}
.pa-author-bio .pa-author-bio-avatar img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pa-author-bio .pa-author-bio-info h5 {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 6px;
}
.pa-author-bio .pa-author-bio-info h5 a {
  color: inherit;
  text-decoration: none;
}
.pa-author-bio .pa-author-bio-info h5 a:hover {
  color: #006A4E;
}
.pa-author-bio .pa-author-bio-info p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  line-height: 1.6;
}

.pa-tag-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 0 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.pa-tag-pills .pa-tag-pill {
  display: inline-block;
  background: #f0f0f0;
  color: #0573e6;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.pa-tag-pills .pa-tag-pill:hover {
  background: #0573e6;
  color: #fff;
}
@media (max-width: 576px) {
  .pa-tag-pills .pa-tag-pill {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 576px) {
  .pa-tag-pills {
    gap: 6px;
    padding: 12px 0 16px;
  }
}

.pa-related-posts {
  margin: 22px 0 0;
}
.pa-related-posts .pa-related-heading {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  border-bottom: 2px solid #F42A41;
  padding-bottom: 6px;
  margin-bottom: 13px;
  display: block;
}
.pa-related-posts .pa-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 992px) {
  .pa-related-posts .pa-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pa-related-posts .pa-related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}
.pa-related-posts .pa-related-card {
  background: #fff;
  text-decoration: none;
  display: block;
  color: inherit;
  transition: box-shadow 0.15s;
}
.pa-related-posts .pa-related-card:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}
.pa-related-posts .pa-related-card:hover .pa-related-card-title {
  color: #F42A41;
}
.pa-related-posts .pa-related-card-thumb {
  width: 100%;
  height: 108px;
  overflow: hidden;
  display: block;
}
.pa-related-posts .pa-related-card-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .pa-related-posts .pa-related-card-thumb {
    height: 80px;
  }
}
.pa-related-posts .pa-related-card-body {
  padding: 9px 9px 10px;
}
@media (max-width: 576px) {
  .pa-related-posts .pa-related-card-body {
    padding: 6px 7px 8px;
  }
}
.pa-related-posts .pa-related-card-cat {
  display: inline-block;
  background: #F42A41;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 2px;
  margin-bottom: 5px;
  text-decoration: none;
}
.pa-related-posts .pa-related-card-title {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .pa-related-posts .pa-related-card-title {
    font-size: 11.5px;
    -webkit-line-clamp: 2;
  }
}
.pa-related-posts .pa-related-card-time {
  font-size: 11px;
  color: #aaa;
  margin-top: 5px;
  display: block;
}

.pa-lfc-section {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .pa-lfc-section {
    margin-top: 24px;
  }
}
.pa-lfc-section .pa-lfc-heading {
  font-size: 12px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border-bottom: 2px solid #F42A41;
  padding-bottom: 6px;
  margin-bottom: 0;
}
.pa-lfc-section .pa-lfc-heading a {
  color: inherit;
  text-decoration: none;
}
.pa-lfc-section .pa-lfc-items {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: none;
}
.pa-lfc-section .pa-lfc-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 1px solid #efefef;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.pa-lfc-section .pa-lfc-item:last-child {
  border-bottom: none;
}
.pa-lfc-section .pa-lfc-item:hover {
  background: #fafafa;
}
.pa-lfc-section .pa-lfc-item:hover .pa-lfc-item-title {
  color: #F42A41;
}
.pa-lfc-section .pa-lfc-thumb {
  flex-shrink: 0;
  width: 74px;
  height: 56px;
  overflow: hidden;
  border-radius: 2px;
}
.pa-lfc-section .pa-lfc-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pa-lfc-section .pa-lfc-item-body {
  flex: 1;
  min-width: 0;
}
.pa-lfc-section .pa-lfc-item-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pa-lfc-section .pa-lfc-time {
  display: block;
  font-size: 11px;
  color: #aaa;
  margin-top: 3px;
}

.pa-single-sidebar .widget-area {
  padding-right: 0 !important;
  padding-left: 20px;
}
