* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  background: #000;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start;
  }
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media(min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media(min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}
@media (min-width: 960px) {
    .inner-box {
        max-width: 64.5%;
        margin: 0 auto 60px;
        padding: 0 15px;
    }
}
@media(min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

@media(min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1320px
  }
}

.row {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.8rem);
  margin-left: calc(-.5 * 1.8rem)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-top: 0
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 30px;
  color: #41ae3c;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

.slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: .438em .625em;
  line-height: 1.125em;
}

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

img, svg {
  vertical-align: middle;
}

.pagination{
  display: flex;
  list-style: none;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .justify-content-sm-between {
      justify-content: space-between !important;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

label {
  display: inline-block;
}












header.main-header {
  background-color: #000;
  position: sticky;
  z-index: 99;
  top: 0;
}

header.main-header .header-sticky {
  position: relative;
  border-bottom: 1px solid transparent;
  top: 0;
  z-index: 100;
}

.main-header .navbar {
  padding: 0;
}

.container {
  max-width: 1300px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.nav-menu-wrapper {
  display: flex;
  align-items: center;
}

.navbar .main-menu {
  justify-content: flex-end;
}

.navbar .main-menu ul {
  align-items: center;
}

.navbar .main-menu ul li {
  margin: 0 24px;
  padding: 30px 0;
  position: relative;
}

.navbar .main-menu ul li:first-child{
  margin-left: 0;
}

.navbar .main-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0 !important;
  text-transform: capitalize;
  transition: all .4s ease-in-out;
}

.responsive-menu, .navbar-toggle {
  display: none;
}

.slicknav_btn {
  position: relative;
  width: 42px;
  height: 42px;
  background: #41ae3c;
  border: 2px solid #41ae3c;
  border-radius: 0;
  padding: 6px 0 0;
  margin: 0;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  height: 3px;
  width: 26px;
  background-color: #121212;
  margin: 4px auto;
  border-radius: 2px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
  margin-top: .188em;
}

.navbar-toggle a.slicknav_btn .slicknav_icon span.slicknav_icon-bar {
  transition: .1s;
  border-radius: 2px;
}

.get-btn-wrap {
  display: none;
  margin-left: 20px;
}

.get-btn-wrap a {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
  text-transform: uppercase;
  background-color: #41ae3c;
  color: #121212;
  border: 2px solid #41ae3c;
  padding: 8px 30px !important;
  transition: all .4s ease-in-out;
  display: block;
}

.get-btn-wrap a:hover {
  background-color: transparent;
  color: #41ae3c;
}

.blog-single-archive {
  padding:50px 0;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-item {
  margin-bottom: 30px;
}

.post-featured-image {
  margin-bottom: 30px;
  overflow: hidden;
}

figure {
  margin: 0;
}

.image-anime {
  position: relative;
  overflow: hidden;
}

img {
  width: 100%;
  max-width: 100%;
}

.post-featured-image img {
  aspect-ratio: 1 / 0.70;
  object-fit: cover;
  transition: all .5s ease-in-out;
}

.blog-item:hover .post-featured-image img {
  transform: scale(1.2);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
}

.post-item-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-item-body h2 a {
  color: #41ae3c;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  color: #fff;
  margin: 0;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a, .post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #121212;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-out;
}

.post-pagination ul li.active a, .post-pagination ul li a:hover {
  background: #41ae3c;
  color: #000;
}

.post-sidebar {
  margin-left: 15px;
}

.search-box-widget {
  background: #121212;
  padding: 30px;
  margin-bottom: 40px;
}

.post-sidebar h2 {
  color: #41ae3c;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 20px;
}

.search-form {
  background: transparent;
  border: 1px solid #4D4D4D;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters>* {
  padding-right: 0;
  padding-left: 0;
}

.search-form .form-control {
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.search-form .btn-search {
  width: 100%;
  height: 54px;
  border: 0;
  box-shadow: none;
  outline: 0;
  background: #41ae3c;
  color: #121212;
  font-size: 18px;
  transition: all .4s ease-in-out;
}

.search-form .btn-search i {
  padding: 3px;
}

.blog-categories {
  background: #121212;
  padding: 30px;
  margin-bottom: 40px;
}

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

.blog-categories ul li {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  transition: all .4s ease-in-out;
}

.blog-categories ul li:before {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: normal;
  position: absolute;
  top: 4px;
  left: 0;
}

.blog-categories ul li a {
  color: #fff;
}

.blog-categories ul li:hover a {
  color: #41ae3c;
}

.recent-posts-widget {
  background: #121212;
  padding: 30px;
}

.recent-blog-item {
  display: flex;
  margin-bottom: 30px;
}

.recent-post-item-body h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.recent-post-item-body h3 a {
  color: #fff;
}

.btn-readmore {
  display: flex;
  align-items: center;
  color: #41ae3c;
  font-size: 18px;
  font-weight: 700;
  transition: all .4s ease-in-out;
}

.btn-readmore:hover {
  color: #fff;
}

.mega-footer {
  background: #121212;
  padding: 60px 0;
}

.footer-about {
  padding: 0 50px 0 0;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo a{
  font-size: 30px;
  color: #41ae3c;
  display: block;
  line-height: 1.5;
}

.footer-social-links ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}

.footer-social-links ul li {
  background-color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 15px;
  padding: 8px;
  transition: all .4s ease-in-out;
}

.footer-social-links ul li i {
  font-size: 20px;
  color: #000;
  transition: all .4s ease-in-out;
}

.footer-social-links ul li:hover {
  background-color: #41ae3c;
}

.footer-links h2 {
  color: #41ae3c;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 25px;
}

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

.footer-links ul li {
  margin-bottom: 18px;
  font-size: 18px;
}

.footer-links ul li a {
  color: #fff;
  margin-bottom: 18px;
  transition: all .4s ease-in-out;
}

.footer-links ul li a:hover {
  color: #41ae3c;
  transition: all .4s ease-in-out;
}

footer .row{
  justify-content: center;
}

.copy-right-section {
  text-align: center;
  padding: 20px 0;
}

.copy-right-content p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.copy-right-content p a {
  color: #41ae3c;
}

.slicknav_menu, .slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #41ae3c;
}

.slicknav_menu:after, .slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  font-size: .875em;
}

.slicknav_nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

.slicknav_nav li, .slicknav_nav ul {
  display: block;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}

.slicknav_nav li a {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px;
  color: #121212;
  text-transform: capitalize;
  position: relative;
}

.page-header {
  padding: 60px 0;
}

.page-header-box h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-header-box h2 span{
  color: #41ae3c;
}

.page-header-box .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-header-box .breadcrumb li {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-transform: capitalize;
}

.page-header-box .breadcrumb li:first-child {
  padding: 0;
}

.page-header-box .breadcrumb li:nth-child(2){
  color: #41ae3c;
}

.page-header-box .breadcrumb li a {
  color: #fff;
}

.post-meta-content {
  margin-right: 40px;
}

.feature-image {
  margin-bottom: 20px;
}

.post-meta {
  background: #121212;
  padding: 19px 20px;
  margin-bottom: 20px;
}

.post-meta ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.post-meta ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

.post-meta ul li i {
  color: #41ae3c;
  margin-right: 12px;
}

.post-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

.get-in-touch.contact-us {
  padding: 50px 0 100px;
}

.form-group label {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 6px;
}

.form-group input, .form-group textarea {
  background: transparent;
  border-color: #fff4 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
}

.form-group input:focus, .form-group textarea:focus {
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  border-color: #fff4 0;
  border-width: 0 0 1px 0;
}

.btn-default {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
  background: #41ae3c;
  color: #121212;
  border: 2px solid #41ae3c;
  padding: 15px 30px;
  transition: all .4s ease-in-out;
}

.btn-default:hover {
  background: transparent;
  color: #41ae3c;
}

.section-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-title h2 {
  font-size: 64px;
  font-weight: 700;
  text-transform: capitalize;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #41ae3c;
}

.section-row {
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .main-header .navbar {
      padding: 5px 0;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .get-btn-wrap {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .responsive-menu {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
  }

  .post-sidebar {
    margin: 30px 0 0 0;
  }

  .mega-footer {
    padding: 50px 0;
  }

  .footer-about {
    padding: 0 50px 30px 0;
  }

  .page-header {
    padding: 20px 0 0;
    text-align: center;
  }

  .page-header-box h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .page-header-box .breadcrumb {
    display: block;
  }

  .page-header-box .breadcrumb li {
    font-size: 20px;
  }

  .post-meta-content {
    margin: 0;
  }

  .section-title h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .section-title h2 {
    font-size: 40px;
    font-weight: 700;
  }

  .section-row {
    margin-bottom: 30px;
  }

  .blog-single-archive{
    padding: 20px 0;
  }
}


@media only screen and (max-width: 767px) {
  .main-header .navbar {
      padding: 5px 0;
  }

  .slicknav_btn {
    width: 36px;
    height: 36px;
    padding: 3px 0 0;
  }

  .slicknav_nav li a {
    font-size: 16px;
  }

  .footer-about {
    padding: 0 0 30px 0;
  }

  .page-header-box h2 {
    font-size: 25px;
  }

  .page-header-box .breadcrumb li {
    font-size: 18px;
  }

  .section-title {
    text-align: center;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .footer-logo a{
    font-size: 20px;
  }
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* tab */
:root {
    --primary--color: #41ae3c;
    --title: #2d2929;
    --text: #93959e;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #2d2929;
    --theme-color2: #2d2929;
    --secondary--color: #fff;
    --navy-color: #2d2929;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
/* tab */
.blog-details__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
  transition: none;
}

.blog-details__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.detail-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-image-slider .slider-item {
    display: none;
  /* position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.detail-image-slider img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 510px;
}
.blog-details-arrow{
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}
.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.arrowBtn{
    color: var(--primary--color);
    font-size: 16px;
     font-weight: bold;
         margin: 0 4px;
}
.slider-arrow svg{
      width: 80px;
  height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}
.slider-arrow-left { left: 16px; }
.slider-arrow-right { right: 16px; }
.slider-arrow-left-top,.slider-arrow-right-bottom{
    top: 94%;
    
}
.slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.total{
    line-height: 80px;
}
.total-top{
    top: -2%;
}
.total-top em,.total-bottom em{
    font-style: normal;
}
.total-bottom{
    bottom: -2%;
}
/* tab */
.news-block-thumbnail .blog-details-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}
.news-block-thumbnail .slider-arrow {
    display: flex;
    align-items: center;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)); */
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    /* box-shadow: 0 8px 25px rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 22%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}
.news-block-thumbnail .slider-arrow:hover{
    opacity: 1;
}
.news-block-thumbnail .slider-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.news-block-thumbnail .slider-arrow:hover::before {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow:hover svg {
    color: white;
}
.news-block-thumbnail .arrowBtn{
    display: none;
}
.news-block-thumbnail .slider-arrow svg{
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.news-block-thumbnail .slider-arrow-left { 
    left: 20px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.8)); */
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-left::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
}

.news-block-thumbnail .slider-arrow-left:hover {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right { 
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 255, 240, 0.8));
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-right::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* background: linear-gradient(135deg, #4ecdc4, #44a08d); */
    color: white;
}
.news-block-thumbnail .slider-arrow-left-top,.news-block-thumbnail .slider-arrow-right-bottom{
    display: none;
}

/* 脉冲动画效果 */
@keyframes pulse-left {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 10px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@keyframes pulse-right {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 10px rgba(78, 205, 196, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0);
    }
}

.news-block-thumbnail .slider-arrow-left:hover {
    /* animation: pulse-left 1.5s infinite; */
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* animation: pulse-right 1.5s infinite; */
}

/* 图标旋转效果 */
.news-block-thumbnail .slider-arrow-left:active svg {
    transform: scale(0.9) rotate(-5deg);
}

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}
.news-block-thumbnail .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.news-block-thumbnail .slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.news-block-thumbnail .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.news-block-thumbnail .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}
.news-block-thumbnail .total-bottom{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* 新的页面计数器样式 */
.news-block-thumbnail .image-counter {
    text-align: center;
    margin: 15px 0;
    padding: 8px 16px;
    background: rgba(25, 149, 210, 0.1);
    border-radius: 20px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 149, 210, 0.2);
}

.news-block-thumbnail .image-counter em {
    font-style: normal;
    font-weight: 600;
    color: var(--primary--color);
}

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.news-block-thumbnail .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

.news-block-thumbnail .thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news-block-thumbnail .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
    border-color: var(--primary--color);
}

.news-block-thumbnail .thumbnail-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumbnail-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumbnail-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 */
.news-block-thumbnail .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
    border: 4px solid #e11414;
    background: white;
}

.news-block-thumbnail .thumbnail-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumbnail-item.active img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .detail-image-slider {
        border-radius: 0
    }
    .news-block-thumbnail .detail-image-slider img{
        max-width: 100%;
    }
    /* .detail-image-slider{
        min-height: 500px;
    } */
    .news-block-thumbnail .total-bottom{
        bottom: 0.3%;
    }
    
    /* 移动端轮播图按钮调整 */
    .news-block-thumbnail .blog-details-arrow {
        padding: 0 10px;
    }
    .news-block-thumbnail .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }
    .news-block-thumbnail .slider-arrow-left { 
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-block-thumbnail .slider-arrow-right { 
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* 移动端简化动画效果 */
    .news-block-thumbnail .slider-arrow-left:hover,
    .news-block-thumbnail .slider-arrow-right:hover {
        animation: none;
        /* transform: scale(1.05); */
    }
    
    /* 移动端页面计数器适配 */
    .news-block-thumbnail .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }
    
    /* 移动端缩略图适配 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    
    .news-block-thumbnail .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    /* 移动端选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border 2s infinite;
    }
    
    @keyframes pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

@media(max-width: 576px) {
    
    /* 超小屏幕页面计数器优化 */
    .news-block-thumbnail .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* 超小屏幕缩略图优化 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 8px;
        /* justify-content: flex-start; */
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   ==================================== */

/* 缩略图容器 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-gallery {
    padding: 5px;
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 149, 210, 0.3) transparent;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar {
    height: 6px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
   transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  
}

.news-block-thumbnail .thumb-item::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; */
}
@keyframes jump {
    0% {
        
        transform: translateY(-8px);
    }
    50% {
        
        transform: translateY(-4px);
    }
    100% {
       
        transform: translateY(-8px);
    }
}
.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
}

.news-block-thumbnail .thumb-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumb-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumb-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
     animation: jump 2s ease-in-out infinite;
    border-radius: 10px;
    width: 70px;
    height: 90px;
    opacity: 1;
}

.news-block-thumbnail .thumb-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }
    
    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border-thumb 2s infinite;
    }
    
    @keyframes pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    .news-block-thumbnail .detail-image-slider .slider-item.active{
        width: 100%
    }
}

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 8px;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
    }
}