/*
  Theme Name: Papri - Portfolio Creative HTML5 Template
  Author: theme_group
  Support: robiulislamfree@gmail.com
  Description: Papri is a Portfolio Creative HTML5 which fits for all kind of Portfolio, Product Display, Business, Photographey, and other website for all your needs. This template comes with 13+ pages included 03+ home pages
  Tags: business, clean design, clean layout, marketing, minimal design, minimalist, modern, newsletter, app, app landing, App Showcase, digital, digital product, landing page, mobile apps, modern, sales apps, sass, software, startup,
  Version: 1.0
*/
/* CSS Index
-----------------------------------
 /* 
1.	Theme Default
2.	Pre Loader
3.	Header Area Css Style
4.	Search Form Area Css Style
5.	header menu area css
		i. main menu area css
		ii. sub menu
6.	papri slider area css
7.	papri About area css
8.	papri counter area css
9.	papri client area css
10.	papri team area css
11.	papri blog area css
		i. Blog Quote Area Css Style
		ii. Blog Post Tags Area Css Style
		iii. Blog Comments Area Css Style
		iv. Blog Comments Form Area Css Style
12.	subscribe area css
13.	footer area css
14.	breadcrumb area css
15.	Contact Form Area Css Style
16.	Google Map Area Css Style
17.	Contact Info  Area Css Style
18.	Error Area Css Style
 */

/* Google Fonts */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,700|Ubuntu:400,500,700&display=swap');

/* Theme Default */
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

a,
.button,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #ff5959;
}

.btn:focus,
button:focus,
input:focus,
textarea,
textarea:focus,
.form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #353858;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {}

li {
    margin-bottom: 10px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #37393e;
}

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

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #106ad2;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

/* Pre Loader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #24262d;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ff5959;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* Header Area Css Style */
.header-logo {
    margin: 30px 0;
}

/* main menu area css */
.main-menu-area {
    display: inline-block;
    width: 90%;
}

.main-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
    margin: 0;
}

.main-menu nav > ul > li:last-child a {
    padding-right: 0
}

.main-menu nav > ul > li:first-child a {
    padding-left: 0
}

.main-menu nav > ul > li > a {
    color: #090909;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 40px 13px;
    transition: all 0.3s ease 0s;
    line-height: 1.25;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
    color: #ff5959;
}

/* sub menu */
.main-menu nav > ul > li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff5959;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-out;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    transform-origin: top;
    transform: scaleY(0);
}

.main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.main-menu nav > ul > li .sub-menu li {
    display: block;
    position: relative;
    margin: 0;
}

.main-menu nav > ul > li .sub-menu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    text-transform: capitalize;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
    color: #fff;
    background: #090909;
}

/* sub menu */
.main-menu nav > ul > li > .sub-menu > li > .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 3px solid #ff5959;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}

.main-menu nav > ul > li > .sub-menu > li:hover .sub-menu {
    top: 0 !important;
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-top-btn {
    margin: 24px 0 0 35px;
    display: inline-block;
}

/* search form css */
ul.header-search-btn li a {
    height: 50px;
    width: 50px;
    color: #fff;
    background: #000;
    font-size: 16px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
}

ul.header-search-btn li:hover a {
    background: #ff5959;
}

ul.header-search-btn {
    margin: 25px 0;
    padding: 0;
    float: right;
}

ul.header-search-btn li {
    margin: 0;
    list-style: none;
    display: inline-block;
}

#search-overlay {
    display: none;
}

.search-form-area {
    background: #24262df0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 99999;
}

.search-form-area:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.search-form-centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

#search-box {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 80px;
    background: #f8f8f8;
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.search-form button {
    background: #090909;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s;
}

.search-form button:hover {
    background: #ff5959;
}

#close-btn {
    position: fixed;
    top: 1em;
    right: 1em;
}

#close-btn:hover {
    color: #ff5959;
    cursor: pointer;
}

/* home 1 */
/* Main Slider Area Css Style */

.papri-main-1-slid-bg-1 {
    background-image: url(/muban/assets/img/hero/1.jpg);
}

.papri-main-1-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.papri-main-1-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.papri-main-1-single-slider {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 868px;
}

.papri-main-1-single-slider .papri-main-1-slid-bg-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 768px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5000ms linear;
    -moz-transition: all 5000ms linear;
    -ms-transition: all 5000ms linear;
    -o-transition: all 5000ms linear;
    transition: all 5000ms linear;
}

.papri-main-1-slider .active .papri-main-1-single-slider .papri-main-1-slid-bg-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.papri-main-1-single-slider .papri-main-1-slid-bg-1:before {
    content: '';
    background: rgba(0, 0, 0, .30);
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.papri-main-1-slider-area-content {}

.papri-main-1-slider-area-content h2 {
    font-size: 58px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-1-slider .active .papri-main-1-slider-area-content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.papri-main-1-slider-area-content h2 span {
    background: #fff;
    padding: 15px;
    color: #000;
    display: inline-block;
}

.papri-main-1-single-slider p {
    color: #fff;
    font-size: 24px;
    margin: 25px 0 35px 0;
    line-height: 1.8;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-1-slider .active .papri-main-1-single-slider p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.papri-1-main-slider-btn-wrape .btn:first-child {
    margin-right: 30px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-1-slider .active .papri-1-main-slider-btn-wrape .btn:first-child {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.papri-1-main-slider-btn-wrape .btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-1-slider .active .papri-1-main-slider-btn-wrape .btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.papri-main-1-slider .active .papri-1-main-slider-btn-wrape .btn:hover,
.papri-1-main-slider-btn-wrape .btn:hover {
    transition: all 300ms linear;
}

.papri-main-1-slider .owl-nav div {
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 60px;
    font-size: 50px !important;
    background: transparent !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
}

.papri-main-1-slider .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

/* home 2 css */
/* Main Slider Area Css Style */

.papri-main-2-slid-bg-1 {
    background-image: url(/muban/assets/img/hero/2.jpg);
}

.papri-main-2-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.papri-main-2-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.papri-main-2-single-slider {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 868px;
}

.papri-main-2-single-slider .papri-main-2-slid-bg-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 768px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5000ms linear;
    -moz-transition: all 5000ms linear;
    -ms-transition: all 5000ms linear;
    -o-transition: all 5000ms linear;
    transition: all 5000ms linear;
}

.papri-main-2-slider .active .papri-main-2-single-slider .papri-main-2-slid-bg-1 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.papri-main-2-slider-area-content h2 {
    font-size: 58px;
    color: #090909;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-2-slider .active .papri-main-2-slider-area-content h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.papri-main-2-slider-area-content h2 span {
    background: #fff;
    padding: 15px;
    color: #000;
    display: inline-block;
}

.papri-main-2-single-slider p {
    color: #090909;
    font-size: 24px;
    margin: 25px 0 35px 0;
    line-height: 1.8;
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-2-slider .active .papri-main-2-single-slider p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.papri-2-main-slider-btn-wrape .btn:first-child {
    margin-right: 30px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-2-slider .active .papri-2-main-slider-btn-wrape .btn:first-child {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.papri-2-main-slider-btn-wrape .btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.papri-main-2-slider .active .papri-2-main-slider-btn-wrape .btn {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.papri-main-2-slider .active .papri-2-main-slider-btn-wrape .btn:hover,
.papri-2-main-slider-btn-wrape .btn:hover {
    transition: all 300ms linear;
}

.papri-main-2-slider .owl-nav div {
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 60px;
    font-size: 50px !important;
    background: transparent !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
}

.papri-main-2-slider .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}

/* home 3 css */
/* Main Slider Area Css Style */


.papri-main-3-single-table {
    display: table;
    height: 100%;
    width: 100%;
}

.papri-main-3-single-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.papri-main-3-single-slider {
    background-image: url(/muban/assets/img/hero/3.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 768px;
}

.papri-main-3-slider-area-content h2 {
    font-size: 80px;
    color: #090909;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 100px;
}

.papri-main-3-single-slider p {
    color: #090909;
    font-size: 24px;
    margin: 25px 0 35px 0;
    line-height: 1.8;
}

.papri-3-main-slider-btn-wrape .btn:first-child {
    margin-right: 30px;
}








/* about typ1 Area Css Style */
.about-typ1-middle-content-wrape p {
    color: #fff;
}

.middle-content-counter-wrape {}

.single-about-counter {
    text-align: center;
    display: inline-block;
    background: #1e1e23;
    padding: 30px 36px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}

.single-about-counter h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
}

.single-about-counter h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}

.single-about-counter:first-child {
    margin-right: 30px;
}

.papri-subscribe-typ3-wraper {
    border: 4px solid #fff;
    padding: 28px 20px;
    text-align: center;
}

.papri-subscribe-typ3-wraper h2 {
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    margin-bottom: 40px;
}

form.subscribe-typ3-form {}

form.subscribe-typ3-form input.form-control {
    border-radius: 0 !important;
    height: 50px;
    margin-bottom: 20px;
}

/* about skill bar Area Css Style */
.papri-about-skill-typ1-content h3 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 32px;
    color: #090909;
    margin-bottom: 20px;
}

.single-skill-bar h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #090909;
}

.single-skill-bar .progressbar .percentCount {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #090909;
    margin-top: -40px;
}

/* papri services typ 1 css */

.single-services-typ-1 {
    border: 1px solid #eee;
    padding: 35px 15px 25px 15px;
    cursor: pointer;
    background: #fff;
    transition: all .3s;
    margin-bottom: 30px;
}

.single-services-typ-1:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
}

.single-services-typ-1 img {}

.single-services-typ-1 h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0 20px;
}

.single-services-typ-1 p {
    color: #7d7d7f;
}

.papri-services-style-1-wraper .col-xl-4:nth-child(odd) .single-services-typ-1 {
    margin-top: 30px;
}

/* papri services typ 2 css */


.single-services-typ-2 {
    border: 1px solid #eee;
    padding: 35px 26px 25px 26px;
    cursor: pointer;
    background: #fff;
    transition: all .3s;
    margin-bottom: 30px;
    position: relative;
}

.single-services-typ-2:hover {
    background: #090909;
}

.single-services-typ-2:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #eee;
    left: 0;
    top: 0;
}

.single-services-typ-2:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #eee;
    right: 0;
    bottom: 0;
}

.single-services-typ-2 h4 {
    width: 100px;
    height: 100px;
    background: #eee;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    transition: all .3s;
}

.single-services-typ-2:hover h3,
.single-services-typ-2:hover p {
    color: #fff;
}

.single-services-typ-2:hover h4 {
    background: #fff;
}

.single-services-typ-2:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
}

.single-services-typ-2 img {}

.single-services-typ-2 h3 {
    text-transform: uppercase;
    font-weight: 500;
    margin: 25px 0 20px;
}

.single-services-typ-2 p {
    color: #7d7d7f;
}

.papri-services-style-2-wraper .col-xl-4:nth-child(odd) .single-services-typ-2 {
    margin-top: 30px;
}











/* papri portfolio mesonary area css */

ul.folio-menu-1 {
    float: right;
    margin: 35px 0 0;
    padding: 0;
}

ul.folio-menu-2 li,
ul.folio-menu-1 li {
    list-style: none;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 12px;
    transition: all .2s;
    color: #000;
}

ul.folio-menu-2 li.active:before,
ul.folio-menu-1 li.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    border-bottom: 2px solid #000;
}

ul.folio-menu-2 li.active,
ul.folio-menu-1 li.active {
    position: relative;
    background: #ff5959;
    color: #fff;
}

.typ1-folios-item {
    margin-bottom: 30px;
}

.single-folio-wraper {
    position: relative;
    cursor: pointer;
}

.single-folio-wraper img {
    width: 100%;
}

.folio-hvr-wrape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}

.single-folio-wraper:hover .folio-hvr-wrape {
    visibility: visible;
    opacity: 1;
}

.folio-hvr-title {
    position: absolute;
    left: 100px;
    bottom: 25px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.single-folio-wraper:hover .folio-hvr-title {
    opacity: 1;
    visibility: visible;
    left: 25px;
}

.folio-hvr-title a h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}

.folio-hvr-title span {
    margin-right: 5px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}

.folio-hvr-pop {
    position: absolute;
    right: 30px;
    top: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.single-folio-wraper:hover .folio-hvr-pop {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.folio-hvr-pop a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #090909;
}

/* papri portfolio2 mesonary area css */
.typ2-folios-item {
    margin-bottom: 30px;
}

.folio-img-hvr2-wrape {
    position: relative;
}

.folio-img-hvr2-wrape img {
    width: 100%;
}

.folio-img-hvr2-wrape:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.single-folio-wraper2:hover .folio-img-hvr2-wrape:before {
    visibility: visible;
    opacity: 1;
}

.folio-hvr2-pop a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #090909;
}

.folio-hvr2-pop {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.single-folio-wraper2:hover .folio-hvr2-pop {
    visibility: visible;
    opacity: 1;
    left: 50%;
}

.folio-hvr2-title {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
}

.folio-hvr2-title a {}

.folio-hvr2-title a h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.folio-hvr2-title span {
    margin-right: 5px;
    color: #090909;
    display: inline-block;
    text-transform: capitalize;
}

/* papri portfolio3 mesonary area css */

ul.folio-menu-3 {
    margin: 0;
    padding: 0;
}


ul.folio-menu-3 li {
    list-style: none;
    margin: 0 0 15px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 12px;
    transition: all .2s;
    color: #000;
}


ul.folio-menu-3 li.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    border-bottom: 2px solid #000;
}

ul.folio-menu-3 li.active {
    position: relative;
    background: #ff5959;
    color: #fff;
}

.typ3-folios-item {
    margin-bottom: 30px;
}

.folio-img-hvr3-wrape {
    position: relative;
}

.folio-img-hvr3-wrape img {
    width: 100%;
}

.folio-img-hvr3-wrape:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.single-folio-wraper3:hover .folio-img-hvr3-wrape:before {
    visibility: visible;
    opacity: 1;
}

.folio-hvr3-pop a {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #090909;
}

.folio-hvr3-pop {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
}

.single-folio-wraper3:hover .folio-hvr3-pop {
    visibility: visible;
    opacity: 1;
    left: 50%;
}

.folio-hvr3-title {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.14);
}

.folio-hvr3-title a {}

.folio-hvr3-title a h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.folio-hvr3-title span {
    margin-right: 5px;
    color: #090909;
    display: inline-block;
    text-transform: capitalize;
}

/* papri single portfolio area css */
.single-portfolio-page-img {
    margin-bottom: 30px;
}

.papri-single-portfolio-page-img-cont {
    padding-right: 30px;
}

.single-portfolio-page-img img {
    width: 100%;
}

.single-portfolio-page-details-info {}

.single-portfolio-page-details-info h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
}

ul.single-portfolio-page-details-bio {
    padding: 30px 20px;
    list-style: none;
    background: #f7faff;
    margin-bottom: 50px;
}

ul.single-portfolio-page-details-bio li {
    display: block;
    font-size: 16px;
    color: #656970;
    text-transform: capitalize;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

ul.single-portfolio-page-details-bio li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

ul.single-portfolio-page-details-bio li a {
    font-size: 16px;
    color: #656970;
    text-transform: capitalize;
}

ul.single-portfolio-page-details-bio li span {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}

.single-portfolio-page-share-box {}

.single-portfolio-page-share-box h3 {
    display: block;
    text-transform: uppercase;
    text-align: center;
    background: #000;
    padding: 15px 0;
    color: #fff;
}


ul.single-portfolio-share {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

ul.single-portfolio-share li {
    display: inline-block;
    margin: 0 5px;
}

ul.single-portfolio-share li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

ul.single-portfolio-share li a:hover {
    color: #fff;
    background: #ff5959;
}

/* papri testimonials typ1 area css */

.papri-testi-typ-1-single-wrape {
    margin: 0 215px;
}

.papri-testi-typ-1-single-wrape .title-desig {
    margin-bottom: 35px;
}

.papri-testi-typ-1-single-wrape .title-desig h3 {
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
}

.papri-testi-typ-1-single-wrape .title-desig h4 {
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.papri-testi-typ-1-single-wrape .testimonial-content {}

.papri-testi-typ-1-single-wrape .testimonial-content p {
    color: #fff;
}

.papri-testi-typ-1-single-wrape .testimonial-img {}

.papri-testi-typ-1-single-wrape .testimonial-img img {
    width: 100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.papri-testi-typ-1-all-wrape .owl-nav div {
    left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 60px;
    font-size: 50px !important;
    background: transparent !important;
    border-radius: 50% !important;
    color: #fff !important;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
}

.papri-testi-typ-1-all-wrape .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}


.papri-testi-typ-1-all-wrape.owl-theme .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    border-radius: 8px !important;
    height: 10px;
    width: 8px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 4px;
    border-radius: 0;
}

.papri-testi-typ-1-all-wrape.owl-theme .owl-dots .owl-dot.active span {
    background: #ff5959;
    border: medium none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 8px;
    height: 20px;
    border-radius: 8px;
}

.papri-testi-typ-1-all-wrape.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -70px;
    transform: translateX(-50%);
}

.papri-testi-typ-1-all-wrape.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    line-height: 1;
}

.papri-testi-typ-1-all-wrape.owl-theme .owl-dots .owl-dot:last-child {
    margin-bottom: 0;
}

/* papri team typ1 area css */

.single-team-typ-1-wraper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.single-team-typ-1-wraper img {
    width: 100%;
}

.team-typ-1-hvr {
    text-align: center;
    left: 0px;
    right: 0px;
    transform: translateY(-50%);
    position: absolute;
    top: 70%;
    opacity: 0;
    visibility: hidden;
    transition: all .7s;
}

.single-team-typ-1-wraper:hover .team-typ-1-hvr {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.team-typ-1-hvr h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.team-typ-1-hvr h4 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.single-team-typ-1-wraper:before {
    background: rgba(0, 0, 0, .80);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;
    transform: scale(0);
}

.single-team-typ-1-wraper:hover:before {
    transform: scale(1);
}

/* papri newsletter typ1 area css */
.subscribe-form-wraper {}

.subscribe-form-wraper h3 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

form.subscribe-form {
    position: relative;
}

form.subscribe-form button {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

form.subscribe-form input.form-control {
    height: 70px;
    border-radius: 35px;
    padding: .375rem 1.75rem;
}

/* papri newsletter typ2 area css */
.newsletter-typ-2-wrape {
    position: relative;
    background-image: url(/muban/assets/img/subscribe/1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.newsletter-typ-2-wrape:before {
    position: absolute;
    content: '';
    background: rgba(9, 9, 9, .8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
}

.subscribe-form-wraper2 {}

.subscribe-form-wraper2 h3 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

form.subscribe-form2 {
    position: relative;
}

form.subscribe-form2 button {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

form.subscribe-form2 input.form-control {
    height: 70px;
    border-radius: 35px;
    padding: .375rem 1.75rem;
}

/* papri counter typ1 area css */

.single-counter {
    margin-bottom: 25px;
}

.single-counter .counter-number {
    color: #090909;
    font-size: 48px;
    font-weight: 700;
}

.single-counter .count-name {
    font-size: 16px;
    color: #090909;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

/* papri blog typ1 area css */
.papri-typ-1-single-wraper {
    cursor: pointer;
}

.blog-details-ctg-img,
.typ-1-single-ctg-img {
    position: relative;
    overflow: hidden;
}

.papri-typ-1-single-wraper:hover .typ-1-single-ctg-img img {
    transform: scale(1.1);
}

.typ-1-single-ctg-img img {
    transform: scale(1);
    transition: all 500ms linear;
    width: 100%;
}

.blog-ctg a {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    display: inline-block;
    margin-right: 10px;
}

.blog-ctg {
    position: absolute;
    left: 35px;
    top: 35px;
}

.single-blog-content {
    padding: 25px 0;
}

.single-blog-content ul.post-info {
    margin: 0 0 15px 0;
    padding: 0;
}

.single-blog-content ul.post-info li {
    display: inline-block;
    margin-right: 15px;
    color: #ff5959;
    margin-bottom: 0;
}

.single-blog-content ul.post-info li a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #353858;
    margin-left: 5px;
}

.blog-details-content h4.post-title,
.single-blog-content h4 a.post-title {
    display: inline-block;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #090909;
}

.single-blog-content h4 a.post-title:hover {
    color: #ff5959;
}

/* Blog Quote Area Css Style */

blockquote,
blockquote.wp-block-quote {
    background: #ffffff;
    border-left: 6px solid #090909;
    padding: 35px !important;
    box-shadow: 0px 0px 30px 0px rgba(26, 43, 60, 0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    z-index: 1;
}

blockquote:before,
blockquote.wp-block-quote:before {
    content: "\f10d";
    position: absolute;
    top: 10%;
    left: 14%;
    transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    color: #090909;
    font-size: 150px;
    line-height: 1;
    opacity: .1;
    z-index: -1;
}

blockquote p,
blockquote.wp-block-quote p {
    color: #1a2b3c;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

blockquote cite,
blockquote.wp-block-quote cite {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 15px;
    margin-top: 30px;
    display: block;
}

blockquote cite:before,
blockquote.wp-block-quote cite:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 10px;
    height: 2px;
    background: #090909;
    margin: 0 auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* blog post tags area css */
.blog-post-tag span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
    color: #1a2b3c;
    text-transform: capitalize;
}

.blog-post-tag {
    background: #fff;
    padding: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 30px;
}

.blog-post-tag > a {
    color: #1a2b3c;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    padding: 10px 24px;
    margin-right: 5px;
    transition: .3s;
    border-radius: 0;
    margin-bottom: 10px;
}

.blog-post-tag > a:hover {
    color: #fff;
    background: #79b91c;
    border-color: #79b91c;
}

/* Blog Comments Area Css Style */

.post-heading {
    margin-bottom: 30px;
}

.post-heading h3 {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1a2b3c;
    line-height: 1;
}

.latest-comments > ul {
    padding: 0;
    margin: 0;
}

.latest-comments ul {
    list-style: none;
}

.comments-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7eaf0;
    padding: 40px 20px;
}

.comments-avatar {
    float: left;
    width: 100px;
}

.comments-avatar img {
    border: 2px solid #fff;
}

.comments-text {
    overflow: hidden;
    padding-left: 30px;
}

.avatar-name-date {
    display: inline-block;
}

.avatar-name-date > h5 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #090909;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.avatar-name-date span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 12px;
    display: block;
    color: #090909;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.comments-text > p {
    margin-bottom: 0;
    color: #090909;
    font-size: 17px;
}

.comments-text > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #090909;
    font-family: 'Poppins', sans-serif;
    float: right;
    margin-top: -6px;
}

.comments-reply {
    padding-left: 130px;
}

/* Blog Comments Form Area Css Style */

.post-comments-form-area {
    margin: 40px 0 30px 0;
}

.post-comments-form-area .post-comments-form {
    background: #f7faff;
    padding: 50px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.14);
}

.post-comments-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
    border-radius: 0px;
}

.post-comments-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
    border-radius: 0px;
}

.post-comments-form textarea.form-control:focus,
.post-comments-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #ff5959;
}

/* breadcrumb area css */

.papri-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url(/muban/assets/img/breadcrumb/1.jpg);
    padding: 100px 0;
}

.papri-breadcrumb-area:before {
    content: '';
    background: rgba(9, 9, 9, .80);
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.breadcrumb-content-box h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb-content-box .breadcrumb {
    background: inherit;
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}

.breadcrumb-content-box .breadcrumb .breadcrumb-item,
.breadcrumb-content-box .breadcrumb-item.active a,
.breadcrumb-content-box .breadcrumb .breadcrumb-item.active {
    color: #fff;
    text-transform: capitalize;
    margin-right: 10px;
}

.papri-breadcrumb-area .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-transform: capitalize;
}

.papri-breadcrumb-area .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    content: "\f178";
    font-family: FontAwesome;
    margin-right: 10px;
}

/* papri contact area css */



.papri-contact-form-area {
    padding: 70px 50px;
    background: #fff;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.papri-contact-form input.form-control {
    box-shadow: none;
    color: #777777;
    height: 50px;
    margin-bottom: 30px;
    background: #f7faff;
    border: 1px solid #e7eaf0;
    padding: 5px 20px;
    transition: all .3s;
}

.papri-contact-form textarea.form-control:focus,
.papri-contact-form input.form-control:focus {
    box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
    outline: none;
    border: 1px solid #ff5959;
}

.papri-contact-form textarea.form-control {
    height: 133px;
    box-shadow: none;
    color: #777777;
    margin-bottom: 30px;
    background: #f7faff;
    border: 1px solid #e7eaf0;
    padding: 15px 20px;
    transition: all .3s;
}

p.form-message {
    font-size: 15px;
}

#papri-map {
    height: 300px;
}

/* Contact Info  Area Css Style */

.contact-info-box {
    text-align: center;
    border: 1px solid #e7eaf0;
    background: #f7faff;
    padding: 30px 0;
    cursor: pointer;
    transition: all .3s;
}

.contact-info-box:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
}

.contact-info-icon {
    background: #090909;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: 20px;
}

ul.contact-info {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}

ul.contact-info li,
ul.contact-info li a {
    font-size: 20px;
    line-height: 30px;
    color: #656970;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

/* papri error area css */

.papri-error-content-wraper {}

.papri-error-content-wraper h2 {
    font-size: 127px;
    font-weight: 700;
    line-height: 400px;
    color: #fff;
    background: #000;
    display: inline-block;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    transition: all .3s;
}

.papri-error-content-wraper:hover h2 {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.14);
    color: #000;
    background: #fff;
}

.papri-error-content-wraper h3 {
    font-weight: 700;
    font-size: 45px;
    text-transform: capitalize;
    color: #090909;
    margin: 40px 0;
}

/* 信息卡片样式 - 新增 */
.single-info-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
}

.single-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.info-card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.info-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-info-card:hover .info-card-img img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-info-card:hover .card-overlay {
    opacity: 1;
}

.card-overlay .btn {
    background: #ff5959;
    color: white;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
}

.card-overlay .btn:hover {
    background: #e04e4e;
}

.info-card-content {
    padding: 20px;
}

.info-card-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.info-card-content h4 a {
    color: #353858;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-card-content h4 a:hover {
    color: #ff5959;
}

.info-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.info-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.info-meta span {
    display: flex;
    align-items: center;
}

.info-meta i {
    margin-right: 5px;
    color: #ff5959;
}

/* 推荐信息卡片样式 */
.featured-info-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.featured-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: #ff5959;
}

.featured-card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.featured-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-info-card:hover .featured-card-img img {
    transform: scale(1.1);
}

.featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff5959;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.featured-card-content {
    padding: 20px;
}

.featured-card-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.featured-card-content h4 a {
    color: #353858;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-card-content h4 a:hover {
    color: #ff5959;
}

.featured-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.featured-meta span {
    display: flex;
    align-items: center;
}

.featured-meta i {
    margin-right: 5px;
    color: #ff5959;
}

.featured-stats {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}

.featured-stats span {
    display: flex;
    align-items: center;
}

.featured-stats i {
    margin-right: 5px;
    color: #888;
}

/* 信息区域样式 */
.papri-featured-info-area {
    background: #f8f9fa;
}

.papri-featured-info-area .section-title-style-1 h3 {
    color: #353858;
    font-size: 36px;
    margin-bottom: 15px;
}

.papri-featured-info-area .section-title-style-1 p {
    color: #666;
    font-size: 18px;
    margin-bottom: 40px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .info-card-img,
    .featured-card-img {
        height: 180px;
    }
    
    .info-card-content,
    .featured-card-content {
        padding: 15px;
    }
    
    .info-card-content h4,
    .featured-card-content h4 {
        font-size: 16px;
    }
    
    .info-description,
    .featured-description {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .info-card-img,
    .featured-card-img {
        height: 160px;
    }
    
    .info-meta,
    .featured-meta,
    .featured-stats {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* ===================== */
/* 现代Banner样式 - 新增 */
/* ===================== */

.modern-banner-area {
    background: linear-gradient(135deg, #1a237e 0%, #283593 25%, #3949ab 50%, #5c6bc0 75%, #7986cb 100%);
    color: white;
    padding: 100px 0 150px;
    position: relative;
    overflow: hidden;
}

.modern-banner-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner-title .gradient-text {
    background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 10px;
}

.banner-title .subtitle {
    font-size: 1.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    display: block;
}

.banner-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
    max-width: 500px;
}

.banner-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #00d2ff;
    margin-bottom: 5px;
    font-family: 'Arial', sans-serif;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.btn-primary {
    background: linear-gradient(90deg, #00d2ff 0%, #3a7bd5 100%);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 210, 255, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 210, 255, 0.4);
    color: white;
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
    transform: translateY(-3px);
    text-decoration: none;
}

.banner-visual {
    position: relative;
    z-index: 2;
}

.visual-container {
    position: relative;
    height: 400px;
    width: 100%;
}

.main-visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visual-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 4s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 210, 255, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(0, 210, 255, 0); }
}

.inner-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.floating-element {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.floating-element i {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
}

.element-1 {
    top: 20%;
    left: 10%;
    animation: float 6s ease-in-out infinite;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 142, 83, 0.2) 100%);
}

.element-2 {
    top: 60%;
    right: 15%;
    animation: float 7s ease-in-out infinite 1s;
    background: linear-gradient(135deg, rgba(83, 109, 254, 0.2) 0%, rgba(107, 142, 255, 0.2) 100%);
}

.element-3 {
    bottom: 30%;
    left: 20%;
    animation: float 5s ease-in-out infinite 0.5s;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.2) 0%, rgba(255, 235, 59, 0.2) 100%);
}

.element-4 {
    top: 30%;
    right: 5%;
    animation: float 8s ease-in-out infinite 1.5s;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.2) 0%, rgba(129, 199, 132, 0.2) 100%);
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.banner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    overflow: hidden;
    z-index: 1;
}

.banner-wave svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.1);
}

/* 响应式设计 */
@media (max-width: 992px) {
    .modern-banner-area {
        padding: 80px 0 120px;
    }
    
    .banner-title {
        font-size: 2.8rem;
    }
    
    .banner-title .subtitle {
        font-size: 1.5rem;
    }
    
    .banner-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .visual-circle {
        width: 200px;
        height: 200px;
    }
    
    .inner-circle {
        width: 140px;
        height: 140px;
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .modern-banner-area {
        padding: 60px 0 100px;
        text-align: center;
    }
    
    .banner-title {
        font-size: 2.2rem;
    }
    
    .banner-title .subtitle {
        font-size: 1.3rem;
    }
    
    .banner-description {
        margin: 0 auto 30px;
    }
    
    .banner-stats {
        justify-content: center;
        gap: 25px;
        margin-bottom: 40px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .banner-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .visual-container {
        height: 300px;
        margin-top: 40px;
    }
    
    .visual-circle {
        width: 180px;
        height: 180px;
    }
    
    .inner-circle {
        width: 130px;
        height: 130px;
        font-size: 2.5rem;
    }
    
    .floating-element {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .banner-title {
        font-size: 1.8rem;
    }
    
    .banner-title .subtitle {
        font-size: 1.1rem;
    }
    
    .banner-description {
        font-size: 1rem;
    }
    
    .banner-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
    
    .btn-primary,
    .btn-outline {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

/* ===================== */
/* 现代Footer样式 - 新增 */
/* ===================== */

.modern-footer {
    position: relative;
    background: linear-gradient(135deg, #090909 0%, #1a1a1a 100%);
    color: #fff;
    overflow: hidden;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    transform: rotate(180deg);
    z-index: 1;
}

.footer-wave svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: rgba(255, 255, 255, 0.05);
}

.footer-main {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 80px;
}

/* 品牌区域 */
.footer-brand {
    margin-bottom: 30px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo a {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff5959 0%, #ff3333 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
    box-shadow: 0 5px 15px rgba(255, 89, 89, 0.3);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-name {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(90deg, #ff5959 0%, #ff8f33 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-tagline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

.company-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* 社交媒体链接 */
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    background: #ff5959;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 89, 89, 0.3);
    border-color: #ff5959;
}

.social-link i {
    font-size: 18px;
}

/* 小部件标题 */
.widget-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    color: white;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #ff5959 0%, #ff8f33 100%);
    border-radius: 2px;
}

/* 链接列表 */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: -20px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ff5959;
}

.footer-links a:hover {
    color: #ff5959;
    padding-left: 20px;
}

.footer-links a:hover::before {
    opacity: 1;
    left: 0;
}

/* 联系信息 */
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.contact-info i {
    color: #ff5959;
    margin-right: 15px;
    font-size: 18px;
    min-width: 20px;
    margin-top: 3px;
}

.contact-info span {
    flex: 1;
}

/* 订阅表单 */
.newsletter-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
}

.newsletter-form {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.newsletter-input {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border-radius: 50px 0 0 50px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.newsletter-input:focus {
    outline: none;
    border-color: #ff5959;
    background: rgba(255, 255, 255, 0.1);
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-btn {
    background: linear-gradient(90deg, #ff5959 0%, #ff8f33 100%);
    border: none;
    color: white;
    padding: 15px 25px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.newsletter-btn:hover {
    background: linear-gradient(90deg, #ff3333 0%, #ff7a33 100%);
    transform: translateX(3px);
}

/* 应用下载 */
.app-download p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.app-buttons {
    display: flex;
    gap: 15px;
}

.app-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
}

.app-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ff5959;
    transform: translateY(-3px);
}

.app-btn i {
    font-size: 20px;
}

.app-btn span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* 底部版权 */
.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    margin: 0;
}

.copyright-text p {
    margin-bottom: 5px;
}

.icp a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.icp a:hover {
    color: #ff5959;
}

/* 底部导航 */
.footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff5959;
    transition: width 0.3s ease;
}

.footer-nav a:hover {
    color: #ff5959;
}

.footer-nav a:hover::after {
    width: 100%;
}

/* 返回顶部按钮 */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-top-btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff5959 0%, #ff3333 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(255, 89, 89, 0.3);
    transition: all 0.3s ease;
}

.back-top-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 89, 89, 0.4);
}

.back-top-btn i {
    font-size: 20px;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .footer-main {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    
    .footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .widget-title {
        text-align: center;
    }
    
    .widget-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-nav {
        justify-content: center;
        margin-top: 20px;
    }
    
    .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    .logo-name {
        font-size: 1.5rem;
    }
    
    .widget-title {
        font-size: 1.2rem;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-input {
        border-radius: 50px;
        margin-bottom: 10px;
    }
    
    .newsletter-btn {
        border-radius: 50px;
        width: 100%;
    }
    
    .app-buttons {
        flex-direction: column;
    }
    
    .footer-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
    }
    
    .back-top-btn {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .footer-main {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .logo-name {
        font-size: 1.3rem;
    }
    
    .logo-tagline {
        font-size: 0.8rem;
    }
    
    .company-description {
        font-size: 0.85rem;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
    
    .social-link i {
        font-size: 16px;
    }
    
    .footer-nav {
        gap: 10px;
    }
    
    .footer-nav a {
        font-size: 0.8rem;
    }
    
    .back-to-top {
        bottom: 15px;
        right: 15px;
    }
    
    .back-top-btn {
        width: 40px;
        height: 40px;
    }
    
    .back-top-btn i {
        font-size: 18px;
    }
}

/* ===========================================
   列表页面样式 - 新增
=========================================== */
#papri-info-list-area {
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

#papri-info-list-area .section-title {
    margin-bottom: 40px;
}

#papri-info-list-area .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

#papri-info-list-area .section-title h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 2px;
}

#papri-info-list-area .section-title p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

#papri-info-list-area .section-title .text-primary {
    color: #6a11cb;
    font-weight: 600;
}

/* 信息卡片样式 - 列表页面专用 */
.single-info-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.single-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-color: #6a11cb;
}

.info-thumb {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.info-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.single-info-card:hover .info-thumb img {
    transform: scale(1.1);
}

.info-content {
    padding: 25px;
}

.info-category {
    margin-bottom: 15px;
}

.info-category span {
    display: inline-block;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-title {
    margin-bottom: 15px;
}

.info-title a {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-title a:hover {
    color: #6a11cb;
}

.info-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #888;
    font-size: 13px;
}

.meta-item i {
    color: #6a11cb;
    font-size: 14px;
}

.meta-text {
    color: #666;
}

.info-action {
    text-align: right;
}

.btn-info-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-info-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
    color: white;
    text-decoration: none;
}

.btn-info-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-info-more:hover i {
    transform: translateX(3px);
}

/* 响应式设计 */
@media (max-width: 1199px) {
    #papri-info-list-area .section-title h2 {
        font-size: 32px;
    }
    
    .info-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    #papri-info-list-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #papri-info-list-area .section-title h2 {
        font-size: 28px;
    }
    
    .info-content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    #papri-info-list-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    #papri-info-list-area .section-title h2 {
        font-size: 24px;
    }
    
    .info-thumb {
        height: 180px;
    }
    
    .info-description {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 575px) {
    .info-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .info-thumb {
        height: 160px;
    }
    
    .btn-info-more {
        width: 100%;
        justify-content: center;
    }
}

/* ===========================================
   现代化面包屑导航样式 - 新增
=========================================== */
.modern-breadcrumb-area {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
    padding: 80px 0 60px;
    margin-bottom: 50px;
}

.modern-breadcrumb-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

/* 装饰元素 */
.breadcrumb-deco-element {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.breadcrumb-deco-1 {
    width: 120px;
    height: 120px;
    top: -40px;
    left: 10%;
    animation: float 20s ease-in-out infinite;
}

.breadcrumb-deco-2 {
    width: 80px;
    height: 80px;
    bottom: -20px;
    right: 15%;
    animation: float 15s ease-in-out infinite reverse;
}

.breadcrumb-deco-3 {
    width: 60px;
    height: 60px;
    top: 50%;
    right: 25%;
    animation: float 25s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

.modern-breadcrumb-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.breadcrumb-title-wrapper {
    margin-bottom: 30px;
}

.breadcrumb-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-block;
}

.breadcrumb-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.breadcrumb-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* 面包屑导航 */
.modern-breadcrumb-nav {
    display: inline-block;
    margin-bottom: 40px;
}

.modern-breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.modern-breadcrumb-item {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.breadcrumb-link i {
    font-size: 14px;
}

.breadcrumb-separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.breadcrumb-current {
    padding: 8px 20px;
    background: white;
    color: #764ba2;
    border-radius: 25px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 统计信息 */
.breadcrumb-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    min-width: 160px;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
}

.stat-content {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
}

/* 响应式设计 */
@media (max-width: 991px) {
    .modern-breadcrumb-area {
        padding: 60px 0 40px;
    }
    
    .breadcrumb-title {
        font-size: 36px;
    }
    
    .breadcrumb-subtitle {
        font-size: 16px;
        max-width: 500px;
    }
    
    .stat-item {
        min-width: 140px;
        padding: 12px 20px;
    }
    
    .stat-value {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .modern-breadcrumb-area {
        padding: 50px 0 30px;
    }
    
    .breadcrumb-title {
        font-size: 28px;
    }
    
    .breadcrumb-subtitle {
        font-size: 14px;
        max-width: 400px;
    }
    
    .modern-breadcrumb-list {
        padding: 8px 15px;
        flex-direction: column;
        gap: 10px;
        border-radius: 20px;
    }
    
    .breadcrumb-separator {
        display: none;
    }
    
    .breadcrumb-stats {
        gap: 20px;
    }
    
    .stat-item {
        min-width: 120px;
        padding: 10px 15px;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .stat-value {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-title {
        font-size: 24px;
    }
    
    .breadcrumb-subtitle {
        font-size: 13px;
        max-width: 300px;
    }
    
    .breadcrumb-stats {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .stat-item {
        width: 200px;
        justify-content: center;
    }
}

/* ===========================================
   现代化文章详情页样式 - 新增
=========================================== */
.article-detail-page {
    background: #f8f9fa;
    padding: 80px 0;
}

.article-detail-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 文章头部区域 */
.article-header {
    margin-bottom: 40px;
    text-align: center;
}

.article-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
}

.article-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 2px;
}

.article-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 16px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.meta-item:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.meta-item i {
    color: #6a11cb;
    font-size: 18px;
}

.meta-author {
    color: #333;
    font-weight: 600;
}

.meta-date {
    color: #666;
}

.meta-category {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 文章特色图片 */
.article-featured-image {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}

.article-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.article-featured-image:hover img {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-featured-image:hover .image-overlay {
    opacity: 1;
}

.image-overlay .btn {
    background: white;
    color: #6a11cb;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.image-overlay .btn:hover {
    background: #6a11cb;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
}

/* 文章内容区域 */
.article-content-wrapper {
    background: white;
    border-radius: 15px;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.article-content p {
    margin-bottom: 25px;
    text-align: justify;
}

.article-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 15px;
}

.article-content ul, .article-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.article-content li {
    margin-bottom: 10px;
}

.article-content blockquote {
    background: linear-gradient(90deg, rgba(106, 17, 203, 0.05) 0%, rgba(37, 117, 252, 0.05) 100%);
    border-left: 5px solid #6a11cb;
    padding: 30px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    position: relative;
}

.article-content blockquote:before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 60px;
    color: rgba(106, 17, 203, 0.2);
    font-family: Georgia, serif;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 文章标签区域 */
.article-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.tags-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tags-title i {
    color: #6a11cb;
}

.tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-item {
    background: linear-gradient(90deg, rgba(106, 17, 203, 0.1) 0%, rgba(37, 117, 252, 0.1) 100%);
    color: #6a11cb;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(106, 17, 203, 0.2);
}

.tag-item:hover {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
}

/* 文章分享区域 */
.article-share {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.share-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: center;
}

.share-btn i {
    font-size: 18px;
}

.share-btn-wechat {
    background: #09bb07;
    color: white;
    border: 1px solid #09bb07;
}

.share-btn-weibo {
    background: #e6162d;
    color: white;
    border: 1px solid #e6162d;
}

.share-btn-qq {
    background: #12b7f5;
    color: white;
    border: 1px solid #12b7f5;
}

.share-btn-link {
    background: #6a11cb;
    color: white;
    border: 1px solid #6a11cb;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

/* 侧边栏区域 */
.article-sidebar {
    position: sticky;
    top: 20px;
}

.sidebar-widget {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.widget-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
}

/* 作者信息卡片 */
.author-card {
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.author-bio {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.author-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.author-stat {
    text-align: center;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #6a11cb;
    display: block;
}

.stat-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 相关文章 */
.related-article {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.related-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.related-thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

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

.related-article:hover .related-thumb img {
    transform: scale(1.1);
}

.related-content {
    flex: 1;
}

.related-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.related-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-title a:hover {
    color: #6a11cb;
}

.related-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #888;
}

.related-date, .related-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.related-meta i {
    color: #6a11cb;
    font-size: 14px;
}

/* 文章导航 */
.article-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
}

.nav-item {
    flex: 1;
    padding: 20px;
    border-radius: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #6a11cb;
}

.nav-prev {
    margin-right: 15px;
}

.nav-next {
    margin-left: 15px;
    text-align: right;
}

.nav-label {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
    font-weight: 500;
}

.nav-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 响应式设计 */
@media (max-width: 1199px) {
    .article-title {
        font-size: 36px;
    }
    
    .article-content-wrapper {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .article-detail-page {
        padding: 60px 0;
    }
    
    .article-title {
        font-size: 32px;
    }
    
    .article-meta {
        gap: 20px;
    }
    
    .article-content-wrapper {
        padding: 30px;
    }
    
    .article-content {
        font-size: 16px;
    }
    
    .article-sidebar {
        position: static;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .article-detail-page {
        padding: 40px 0;
    }
    
    .article-title {
        font-size: 28px;
        padding-bottom: 15px;
    }
    
    .article-meta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .meta-item {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .article-featured-image {
        border-radius: 10px;
    }
    
    .article-content-wrapper {
        padding: 20px;
        border-radius: 10px;
    }
    
    .article-content h2 {
        font-size: 24px;
    }
    
    .article-content h3 {
        font-size: 20px;
    }
    
    .share-buttons {
        flex-direction: column;
    }
    
    .share-btn {
        width: 100%;
    }
    
    .article-navigation {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-item {
        margin: 0 !important;
    }
}

@media (max-width: 575px) {
    .article-title {
        font-size: 24px;
    }
    
    .article-content {
        font-size: 15px;
    }
    
    .author-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
}