* {
  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 {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'lora';
  margin: 0;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
}

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

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

.navbar-area {
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.navbar-area.nav-style-01 {
  background-color: #fff;
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
    }
    .single .nv-meta-list {
        --avatarsize: 20px;
    }
    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
        .single:not(.single-product), .page {
        --c-vspace: 0 0 0 0;
    }
        .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}
@media (min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.custom-header-container {
  max-width: 1790px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 992px) {
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
}

.navbar-area .nav-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0 30px;
}

.navbar-area.nav-style-01 .nav-container {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
}

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

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

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,input {
  overflow: visible
}

button,select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[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
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
      display: none;
  }
}

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

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

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

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

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 55px;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 110px;
}

.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 0px;
}

.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 70px;
  color: #6a7795;
}

.navbar-area .nav-container .nav-right-content ul li:first-child {
  margin-left: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
  color: #666666;
}

.navbar-area .nav-container .nav-right-content ul li a:hover {
  color: var(--hover-color-one);
}

.navbar-area .nav-container .nav-right-content ul li a .icon {
  font-size: 18px;
  display: inline-block;
  vertical-align: -2px;
  padding-right: 6px;
}

.search-popup.show {
  position: relative;
  z-index: 9;
}

.search-popup .search-popup-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.08s;
  transition: all linear 0.08s;
}

.search-popup.show .search-popup-inner {
  visibility: visible;
  opacity: 1;
}

.search-popup .search-popup-inner form {
  position: absolute;
  padding: 120px 40px;
  width: 35%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.search-popup.show .search-popup-inner form {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-popup .search-popup-inner form .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.form-group {
  margin-bottom: 1rem;
}

.search-popup .search-popup-inner form .form-group {
  margin-bottom: 0;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-popup .search-popup-inner form .form-group input {
  height: 50px;
}

.search-popup .search-popup-inner form .search-btn {
  display: inline-block;
  border: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  color: #fff;
  background-color: #fbaf5d;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 18px;
}

.search-popup .search-popup-inner form .search-btn i{
  line-height: 50px;
  vertical-align: top;
}

.logo{
  font-size: 40px;
  font-weight: bold;
}

.blog-list-area-wrapper.index-01 {
  padding: 100px 0 0;
}

.custom-container-1515 {
  max-width: 1515px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

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

@media (min-width: 1200px) {
  .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 576px) {
  .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0;
  }
}

.widget-area-wrapper .widget.widget-search form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
  }
}








.single-blog-list-1-index-1 {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 40px;
  margin-top: 65px;
}

.single-blog-list-1-index-1:first-child {
  margin-top: 0;
}

.first-word {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #f13b3a;
  text-transform: capitalize;
}

.space-style {
  position: relative;
}

.space-style::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -40px;
  width: 30px;
  height: 2px;
  background-color: #040B25;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-list-1-index-1 .content-top .title {
  font-size: 35px;
  font-weight: 400;
  color: #333333;
  margin: 6px 0 29px;
  line-height: 50px;
}

.title a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.title a:hover {
  color: #f13b3a;
}

.single-blog-list-1-index-1 .content-top .img-box {
  border-radius: 18px;
}

p {
  color: #666666;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.6;
  margin-bottom: 0px;
  font-weight: 400;
}

.single-blog-list-1-index-1 .content-bottom .info p{
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 28px;
}
.single-blog-list-1-index-1 .content-bottom .info img{
  display: block;
  margin: 15px auto;
}
.single-blog-list-1-index-1 .content-bottom .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-blog-list-1-index-1 .content-bottom .post-meta .right-content .list {
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 19px;
}

.post-meta .list .list-item {
  display: inline-block;
  margin-right: 25px;
}

.post-meta .list .list-item a {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.post-meta .list .list-item a:hover {
  color: #f13b3a;
}

.post-meta .list .list-item a .icon {
  font-size: 11px;
  display: inline-block;
  color: #f13b3a;
  padding-right: 4px;
  vertical-align: 2px;
}

.post-meta .list .list-item a .text {
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination {
  margin-top: 40px;
}

.blog-list-area-wrapper.index-01 .pagination {
  margin-top: 70px;
}

.pagination .pagination-list {
  margin: 0 auto;
}

.pagination .pagination-list li {
  display: inline-block;
}

.pagination .pagination-list li .page-number {
  color: #666666;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 6px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: 1px solid transparent;
  font-weight: 400;
}

.blog-list-area-wrapper.index-01 .pagination .page-number {
  border-radius: 50%;
}

.pagination .pagination-list li .page-number:hover {
  background-color: #f13b3a;
  color: #fff;
  border-color: #f13b3a;
}

.pagination .pagination-list li .page-number.current {
  background-color: #f13b3a;
  color: #fff;
  border-color: #f13b3a;
}

.widget-area-wrapper .widget {
  margin-bottom: 30px;
  margin-bottom: 30px;
  border: 1px solid #FEF6F3;
}

.widget-area-wrapper .widget.widget-search {
  border: none;
}

.widget-area-wrapper.style-02 .widget {
  border: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.widget-area-wrapper.style-02 .widget.widget-search {
  border-bottom: none;
  margin-bottom: 11px;
}

.widget-area-wrapper .widget.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area-wrapper .widget.widget-search form .form-group .form-control {
  height: 50px;
  width: 100%;
  border-color: #F3BAA9;
  border-right: none;
  border-radius: 0;
}

.widget-area-wrapper.style-02 .widget.widget-search form .form-group input {
  border-bottom-left-radius: 35px !important;
  border-top-left-radius: 35px;
  background-color: #dddddd2b;
  border-color: #dddddd2b;
  padding-left: 20px;
}

.widget-area-wrapper .widget.widget-search form .form-btn-1 {
  height: 50px;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  padding: 12px 22px;
  border: 1px solid #F3BAA9;
  border-left: none;
  color: rgba(128, 128, 128, 0.583) !important;
  background-color: transparent;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border-radius: 0;
}

.widget-area-wrapper.style-02 .widget.widget-search form button {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: #dddddd2b;
  border-color: #dddddd2b;
}

.widget-area-wrapper .widget.widget-search form .form-btn-1:hover {
  background-color: transparent;
  color: #f13b3a !important;
}

.widget-area-wrapper.style-02 .widget.widget-category {
  margin-bottom: 34px;
}

.widget-area-wrapper .widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #FEF6F3;
  padding: 13px 0 14px;
  text-transform: capitalize;
}

.widget-area-wrapper.style-02 .widget .widget-title {
  color: #333333;
  font-weight: 500;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  background-color: transparent;
}

.widget-area-wrapper.style-02 .widget.widget-category .widget-title {
  margin-bottom: 35px;
}

.widget-area-wrapper.style-02 .widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #f13b3a;
}
:root {
    --primary--color: #f13b3a;
    --title: #2a2727;
    --text: #777;
    --clr-common-color-red: #128db8;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #2a2727;
    --theme-color2: #2a2727;
    --secondary--color: #fff;
    --navy-color: #2a2727;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}

.widget-area-wrapper .widget.widget-category .list {
  margin-top: -5px;
  padding: 0 20px;
  padding-bottom: 9px;
}

.widget-area-wrapper.style-02 .widget.widget-category .list {
  padding-left: 0;
  padding-right: 0;
}

.widget-area-wrapper.style-02 .widget.widget-category .list li {
  margin-bottom: 14px;
}

.widget-area-wrapper .widget.widget-category .list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list {
  margin: 0 0px 25px;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li {
  margin-top: 20px;
}

.widget-area-wrapper .widget.widget-recent-post .post-list li .content .post-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.widget-area-wrapper.style-02 .widget.widget-recent-post .post-list li .post-title {
  line-height: 24px;
}

.footer-area .footer-top {
  padding: 100px 0 60px;
}

.custom-container-1515 {
  max-width: 1515px;
}

.footer-area .footer-top .footer-widget .footer-item-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: center;
  margin-top: 15px;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item {
  margin: 0px 15px;
  display: inline-block;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item:first-child {
  margin-left: 0;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #333333;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item a:hover {
  color: #f13b3a;
}

.footer-area .footer-top .footer-widget .social-icon-list {
  text-align: right;
  margin-top: 15px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item {
  display: inline-block;
  margin: 0 5px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item:first-child {
  margin-left: 0;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F2F3F5;
  display: inline-block;
  line-height: 41px;
  text-align: center;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a .icon {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

.footer-area .footer-top .footer-widget .social-icon-list .list-item a:hover {
  background-color: #f13b3a;
  color: #fff;
}

.footer-area .footer-bottom {
  background-color: #DDDDDD;
}

.footer-area .footer-bottom .copyright-area {
  text-align: center;
  padding: 24px 0 20px 0;
}

.footer-area .footer-bottom .copyright-area .copyright-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-area .footer-bottom .copyright-area .copyright-area-inner .copyright {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-transform: initial;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.blog-details-area-wrapper .single-box {
  margin-bottom: 45px;
}

.blog-details-area-wrapper .single-box .title {
  font-weight: 600;
  font-size: 45px;
  color: #333333;
  margin-bottom: 35px;
  line-height: 60px;
}

.blog-details-area-wrapper .img-box img {
  border-radius: 7px;
}

.blog-details-area-wrapper .comment-area .comment-form-area {
  padding: 40px 0px 0;
  margin-top: 53px;
}

.blog-details-area-wrapper .comment-area .comment-section-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-section-title {
  margin-bottom: 28px;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form .form-group {
  margin-bottom: 30px;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form input {
  height: 50px;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form input, .blog-details-area-wrapper .comment-area .comment-form-area .comment-form textarea {
  border-radius: 25px;
  border-color: #EFEFEF;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form input:focus, .blog-details-area-wrapper .comment-area .comment-form-area .comment-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form textarea {
  height: 150px;
  resize: none;
}

.btn-wrapper .btn-default {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #f13b3a;
  background-color: #f13b3a;
  color: #fff;
  line-height: 50px;
  text-transform: capitalize;
  padding: 0 35px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.blog-details-area-wrapper .comment-area .comment-form-area .comment-form .btn-wrapper .btn-default {
  border-radius: 35px;
}

.btn-wrapper .btn-default:hover {
  background-color: transparent;
  color: #f13b3a;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
      position: relative;
      z-index: 0;
      min-height: 80px;
  }

  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px;
}

.navbar-area .nav-container .responsive-mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.navbar-area.nav-style-01 .logo-wrapper {
  padding-left: 15px;
}

.navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
  background-image: none;
  height: 50px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 3px;
}

.navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .navbar-toggler {
  background-color: #fff;
  margin-right: 15px;
}

.navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01 .navbar-collapse {
  background-color: rgba(0, 0, 0, 0.92);
  position: relative;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: block;
  text-align: left;
  line-height: 30px;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 0;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
  line-height: 30px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
  border-bottom: none;
}

.nav-right-content {
  display: none;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: rgba(255, 255, 255, 0.8);
}
.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
}

.widget-area-wrapper.style-02 {
  margin-top: 100px;
}

.index-01 .footer-top {
  padding: 56px 0 60px;
}

.footer-area .footer-top .footer-widget .footer-item-list {
  text-align: left;
  margin: 33px 0 34px;
}

.footer-area .footer-top .footer-widget .footer-item-list .list-item {
  display: block;
  margin: 0px 0px 18px;
}

.footer-area .footer-top .footer-widget .social-icon-list {
  text-align: left;
  margin-top: 0;
}

.blog-details-area-wrapper .single-box .title {
  font-size: 42px;
  line-height: 55px;
}
}

@media only screen and (max-width: 599px) {
  .navbar.navbar-area.navbar-expand-lg.has-topbar.nav-style-01 .navbar-collapse {
      background-color: rgba(0, 0, 0, 0.92);
      position: relative;
      top: 19px;
  }

  .blog-details-area-wrapper .single-box .title {
    font-size: 40px;
    line-height: 50px;
}
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
      margin: 0 15px;
  }

  .navbar-area.nav-style-01 .nav-container {
    padding: 20px 0px 18px;
}

.copyright-area-inner {
  display: flex;
  flex-direction: column;
}

.copyright-area-inner .right-content {
  margin-top: 15px;
}

.widget-area-wrapper .widget.widget-search form .form-group {
  margin-bottom: 0;
}
}

@media only screen and (max-width: 414px) {
  .blog-details-area-wrapper .single-box .title {
      font-size: 35px;
      line-height: 45px;
  }
}

/* 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;
    opacity: 0.3;
}
.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;
    }
}
.detail-content img{
  display: block;
  margin: 15px auto;
}
/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 12px 20px;
    
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
    border-radius: 100%;
}

.pagination li a {
    position: relative;
    display: inline-block;
    /* font-size: 16px; */
    font-family: var(--text-font);
    color: var(--title);
    padding: 0;
	border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active{
  border: 1px solid #E5E5E5;
    background: var(--primary--color);
}
.pagination li.active a,.pagination li.active span{
    color: #fff;
}
/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: var(--primary--color);
  color: #fff;
}

.post-pagination li:hover a {
  background: var(--primary--color);
  color: #fff;
}