.top {
    justify-content: space-between;
    position: relative;
    z-index: 999;
    margin-bottom: -118px;
}
.top .top-bar {
    justify-content: space-between;
    display: flex;
    text-align: right;
}
.header-menu {
    padding: 0 0 26px;
}
.header-menu ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}
.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 45px 30px 0;
    color: #fff;
    position: relative;
}
.header-menu ul li a::before{
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background: transparent;
    right: -15px;
    top: -5px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-menu ul li a::after{
     content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background: transparent;
    left: -15px;
    bottom: -5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-menu ul li a:hover::before{
    opacity: 1;
}
.header-menu ul li a:hover::after{
    opacity: 1;
}
.header-menu ul .sub-menu li {
    padding-bottom: 0;
}
/*<!-- ============================================================== -->
<!-- Start  sub menu  Css -->
<!-- ============================================================== -->*/
.header-menu ul .sub-menu {
    background: #fff;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    width: 180px;
    border-radius: 5px;
    position: absolute;
    text-align: left !important;
    padding: 0;
    opacity: 0;
    transition: .5s;
    display: block !important;
    top: 118px;
   visibility: hidden;
}
.header-menu ul li:hover .sub-menu{
    opacity: 1;
     visibility: visible;
}
.header-menu ul .sub-menu li a {
    display: block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #333;
}
.header-menu ul .sub-menu li a::after{
    border-left: none;
    border-bottom: none;
}
.header-menu ul .sub-menu li a::before{
    border-right: none;
    border-top: none;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area  Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background: url(assets/images/slider1.jpg);
    padding: 100px 0 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
}
.breadcumb-area .breacumb-content {
    text-align: center;
}
.breadcumb-area .breacumb-content .breadcumb-title h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
.breadcumb-area .breadcumb-content-text a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    font-family: ''Raleway', sans-serif';
}
.breadcumb-area .breadcumb-content-text a i {
    display: inline-block;
    padding: 0 6px 0 5px;
    font-size: 17px;
}
/*<!-- ============================================================== -->
<!-- Start  slider Area  Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(assets/images/slider1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 800px;
}
.slider-area .slider-content .slider-title {
    text-align: center;
}
.slider-area .slider-content .slider-title::before {
    position: absolute;
    content: "";
    top: -6px;
    left: 34%;
    background: url(assets/images/unde.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    transform: translateY(38%);
}
.slider-area .slider-content .slider-title h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: italic;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 28px;
}
.slider-area .slider-content .slider-title h4 span{
    font-size: 50px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}
.slider-area .slider-content .slider-title h1 {
    font-size: 65px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 8px;
}
.slider-area .slider-button {
    text-align: center;
    position: relative;
    top: 32px;
}
.slider-area .slider-button a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border: 1px solid #fff;
    padding: 18px 40px;
    letter-spacing: 0px;
    font-family: ''Raleway', sans-serif';
    transition: .5s;
}
.slider-area .slider-button a:hover {
    background: #333333;
    border: none;
}
/*<!-- ============================================================== -->
<!-- Start  about-area Css -->
<!-- ============================================================== -->*/
.about-area {
    padding: 100px 0 0;
}
.section-title {
    text-align: center;
}

.section-title .main-title h3 {
    color: #333333;
    font-size: 36px;
    margin: 0 0 1px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
}
.section-title .sub-title p {
    margin: 6px auto 0;
    width: 73%;
    padding-bottom: 45px;
    font-size: 16px;
}
/*<!-- ============================================================== -->
<!-- Start  director-area Css -->
<!-- ============================================================== -->*/
.Director-section {
    padding: 62px 0 90px;
}
.Director-section .row.come {
    margin-top: -161px;
    position: relative;
    background: #F9F9F9;
    padding: 58px 90px 60px 90px;
    width: 90%;
    left: 99px;
    margin-bottom: 0;
}
.Director-section .row.come.upper {
    margin-top: 0;
}
.Director-section .director-content {
    text-align: center;
}
.Director-section .director-content .Director-title h2 {
    font-size: 30px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 40px;
    position: relative;
}
.Director-section .director-content .Director-title p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
.Director-section .director-content .Director-title h2::before {
    position: absolute;
    content: "";
    top: 60px;
    right: 0;
    left: 0;
    height: 1px;
    width: 150px;
    background: #000000;
    margin: 0 auto 0;
}
.Director-section .director-content .Director-title h4 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    margin: 0 0 0px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}
.Director-section .director-content .Director-title span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}
/*<!-- ============================================================== -->
<!-- Start  counter-area Css -->
<!-- ============================================================== -->*/
.counter-area {
    background: #F9F9F9;
    padding: 50px 0 48px;
}
.counter-area.upper {
    margin-bottom: 70px;
}
.counter-area .single-counter-box {
    text-align: center;
    border-width: 0px 1px 0px 0px;
    border-color: #999999;
    border-style: solid;
}
.counter-area .single-counter-box.upper {
    border: none;
}
.counter-area .single-counter-box .counter-content .counter-title h1 {
    font-size: 48px;
    color: #333;
    font-weight: 500;
}
.counter-area .single-counter-box .counter-content .counter-title h5 {
    color: #555;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 2px;
    font-weight: 600;
}
/*<!-- ============================================================== -->
<!-- Start  counter-area Css -->
<!-- ============================================================== -->*/
.service-area {
    padding: 100px 0px 50px 0px;
}
.service-area.upper {
    padding: 0px 0px 70px;
}
.service-area .single-service-box {
    padding: 28px 20px 28px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 7px;
    transition: .5s;
    z-index: 1;
}
.service-area .single-service-box.upper:hover {
    background: #DEE1E6;
}
.service-area .upper.single-service-box::before {
    position: inherit;
    border: 0;
}
.service-area .upper.single-service-box::after {
    position: inherit;
    border: 0;
}
.service-area .single-service-box::before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: transparent;
    border-left: 4px solid #555;
    border-bottom: 4px solid #555;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-area .single-service-box::after {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: transparent;
    border-right: 4px solid #555;
    border-top: 4px solid #555;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-area .single-service-box:hover::before,
.service-area .single-service-box:hover::after{
    opacity: 1;
}
.service-box.service-style-nine:hover::before {
    opacity: 1;
}
.service-area .single-service-box .service-content {
    text-align: center;
}
.service-area .single-service-box .service-content .service-ico {
    display: inline-block;
    margin: 10px 0 30px;
}
.service-area .single-service-box .service-content .service-ico i {
    font-size: 48px;
    color: #333;
    display: inline-block;
    margin-bottom: 15px;
}
.service-area .single-service-box .service-content .service-title h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.service-area .single-service-box .service-content .service-title p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
/*<!-- ============================================================== -->
<!-- Start  portfolio-area Css -->
<!-- ============================================================== -->*/
.portfolio-area {
    padding: 90px 0 90px;
}
.portfolio-area .portfolio-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.fortfolio-thumb{
    position: relative;
    z-index: 1;
}
.fortfolio-thumb::before {
    position: absolute;
    content: "";
    border: 10px solid #B4B4B4;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    margin: auto;
    transition: .5s;
    z-index: 1;
}
.portfolio-area .portfolio-box .portfolio-content .fortfolio-thumb {
    position: relative;
    z-index: 1;

}
.portfolio-area .portfolio-box .portfolio-content .fortfolio-thumb img {
    width: 100%;
}
.port-content-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9;
}
.port-content-icon a i {
    display: inline-block;
    font-size: 50px;
    color: #000;
    opacity: 0;
    transition: .5s;
}
.fortfolio-thumb:hover::before{
    opacity: 1;
}
.portfolio-area .portfolio-box:hover .port-content-icon a i {
    opacity: 1;
}
/*<!-- ============================================================== -->
<!-- Start  testimonial-area Css -->
<!-- ============================================================== -->*/
.testimonial-area {
    background: url(assets/images/testbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}
.single-testi-box .testimonial-content {
    text-align: center;
}
.testimonial-area .single-testi-box .testimonial-content .testimonial-title p {
    margin: 0 auto 0;
    width: 80%;
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    font-weight: 500;
    color: #fff;
}
.testimonial-area .single-testi-box .testimonial-content .testimonial-img {
    padding-top: 31px;
}
.testimonial-area .single-testi-box .testimonial-content .testimonial-title h4 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.testimonial-area .single-testi-box .testimonial-content .testimonial-title span {
    text-transform: capitalize;
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  team-area Css -->
<!-- ============================================================== -->*/
.team-area {
    padding: 90px 0 27px;
    background: #F9F9F9;
}
.team-area.upper {
    padding: 0px 0 27px;
    background: inherit;
}
.team-area .team-single-box {
    transition: .5s;  
}
.team-area .team-single-box .team-thumb img {
    width: 100%;
}
.team-area .team-single-box .team-content {
    position: relative;
    top: -88px;
}
.team-area .team-single-box .team-content .team-icon {
    text-align: center;
}
.team-area .team-single-box .team-content .team-icon ul {
    display: inline-block;
}
.team-area .team-single-box .team-content .team-icon ul li {
    display: inline-block;
    margin-right: 10px;
}
.team-area .team-single-box .team-content .team-icon ul li a {
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    opacity: 0;
    line-height: 35px;
}
.team-area .team-single-box:hover{
    transform: translateY(-10px);
}
.team-area .team-single-box:hover .team-content .team-icon ul li a {
    opacity: 1;
    transform: translateY(-30px);
}
.team-area .team-single-box:hover .team-content .team-icon ul li a:hover{
    background: #fff;
    color: #333;
}
.team-area .team-single-box .team-content .team-title {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 17px;
    background: #F1F1F1;
}
.team-area .team-single-box .team-content .team-title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
}
.team-area .team-single-box .team-content .team-title span {
    text-transform: capitalize;
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area Css -->
<!-- ============================================================== -->*/
.pricing-area {
    padding: 100px 0 90px;
}
.pricing-area .single-pricing-box {
    text-align: center;
    background: #F9F9F9;
    padding-bottom: 35px;
}
.pricing-area .single-pricing-box:hover .pricing-content .pricing-title h1{
    background: #333;
    color: #fff;
    border-top: 1px solid #fff;
} 
.pricing-area .single-pricing-box .pricing-content .pricing-title h3 {
    font-size: 25px;
    text-transform: uppercase;
    background: #333;
    padding: 13px 0 12px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.pricing-area .single-pricing-box .pricing-content .pricing-title h1 {
    font-size: 65px;
    color: #555555;
    padding: 40px 8px;
    margin-bottom: 0;
    transition: .5s;
}
.pricing-area .single-pricing-box .pricing-content .pricing-title h1 span {
    font-size: 16px;
}
.pricing-area .single-pricing-box .pricing-content .pricing-title ul {
    display: inline-block;
    border-top: 1px solid #AEAEAE;
    padding-top: 20px;
}
.pricing-area .single-pricing-box .pricing-content .pricing-title ul li {
    display: inline-block;
    padding: 0 25px;
    padding-top: 13px;
}
.pricing-area .single-pricing-box .pricing-button {
    padding-top: 31px;
}
.pricing-area .single-pricing-box .pricing-button a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    background: #333;
    color: #fff;
    padding: 6px 50px;
    border: 1px solid #333;
    transition: .5s;
}
.pricing-area .single-pricing-box .pricing-button a:hover{
    border: 1px solid #333;
    background: #fff;  
    color: #333333;
    border-radius: 5px;
}
/* active box */
.active .pricing-content .pricing-title h1 {
    background: #333;
    color: #fff;
    border-top: 1px solid #fff;
}
.active .pricing-title h1 {
    background: #333;
    color: #fff!important;
    border-top: 1px solid #fff;
}
/*<!-- ============================================================== -->
<!-- Start  footer-area Css -->
<!-- ============================================================== -->*/
.footer-area {
    background: url(assets/images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px 0 43px;
}
.footer-area .footer-content .footer-title {
    text-align: center;
}
.footer-area .footer-title .footer-tex p {
    margin: 6px auto 0;
    width: 73%;
    padding-bottom: 53px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.footer-area .footer-box .footer-tex h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.footer-area .footer-box .footer-tex p{
    text-align: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer-area .footer-title .section-thumb {
    text-align: center;
}
.footer-area .footer-content .footer-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
    text-align: left;
     font-family: 'Raleway', sans-serif;
}
.footer-area .sideber-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.footer-area .footer-content .footer-title {
    text-align: center;
}
.footer-area .footer-content .footer-title p {
    text-align: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
.footer-area .footer-content .footer-icon ul {
    display: inline-block;
}
.footer-area .footer-content .footer-icon ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer-area .footer-content .footer-icon ul li a:hover{
    color: #000000;
}
.footer-area .from-box {
    padding-top: 0px;
}
.footer-area .from-box input {
    background: none;
    color: #fff;
    border-right: none;
    border-bottom: 1px solid #555;
    margin-bottom: 2px;
}
.footer-area textarea#massage {
    background: none;
    border-top: none;
    border-right: none;
    border-left: 0;
    height: 90px;
    color: #fff;
    padding-left: 15px;
    padding-top: 10px;
}
.footer-area .contact-button {
    text-align: left!important;
    padding-top: 30px;
}
.footer-area .contact-button button {
    padding: 0px 26px;
    border: 1px solid #555;
    background: none;
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    transition: .5s;
}
.footer-area .contact-button button:hover{
    background: #fff;
    color: #333;
}
.footer-area .widget-sidebar-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
    color: #f8f9fe;
    font-weight: 700;
    text-align: left;
     font-family: 'Raleway', sans-serif;
}
.footer-area .popular-post-box-inner {
    padding-bottom: 6px;
    margin-bottom: 19px;
    border-bottom: 1px solid #E8E8E8;
}
.popular-post-box-inner.d-flex.upper {
    border: none;
}
.footer-area .popular-post-thumb {
    margin-right: 20px;
}
.footer-area .popular-post-thumb a img {
    border-radius: 5px;
}
.footer-area .popular-post-content a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
}
.footer-area .popular-post-content span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}
/*<!-- ============================================================== -->
<!-- Start  copyright-area Css -->
<!-- ============================================================== -->*/
.copyright-area {
    padding: 15px 0 8px;
    background: #222222;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyright-area .copyright-title p {
    color: #aaa;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
/*<!-- ============================================================== -->
<!-- Start  blog-area   Css -->
<!-- ============================================================== -->*/
.blog-area {
    margin: 71px 0 47px;
    position: relative;
}

.blog-area .blog-single-box {
    margin-right: 30px;
}
.blog-area .blog-single-box .blog-thumb{
    position: relative;
}
.blog-area .blog-single-box .blog-thumb img {
    width: 100%;
}
.blog-area .blog-single-box .blog-content .blog-title h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #061738;
    line-height: 1.3;
}
.blog-area .blog-single-box .blog-content .blog-title h3 a {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    padding: 26px 32px 5px 0;
    display: inline-block;
}
.blog-area .blog-single-box .blog-content .blog-title p {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;
}
.blog-area .blog-single-box h6 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #7C7C7C;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.blog-area .blog-single-box span {
    padding-left: 25px;
}
.blog-area .blog-single-box h6::before {
    position: absolute;
    content: "";
    top: 12px;
    right: -115px;
    height: 1px;
    width: 100px;
    background: #2275D7;
    margin: auto;
}
.blog-area .owl-dots {
    text-align: center!important;
    position: relative;
    top: 48px;
}
.blog-area .owl-dot {
    height: 7px;
    width: 7px;
    line-height: 7px;
    display: inline-block;
    background: #8AB6EA;
    border-radius: 50%;
    margin-right: 17px;
}
.blog-area .owl-dot.active {
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #1968CF;
    position: relative;
    top: 2px;
}
.blog-area.style-two .blog-single-box {
    margin-right: 0;
    margin-bottom: 40px;
}
.blog-area .blog-single-box .blog-thumb img:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
/*<!-- ============================================================== -->
<!-- Start  mobaile menu  Css -->
<!-- ============================================================== -->*/

.menu ul.sub-menu {
    background: #fff;
    display: block;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    width: 180px;
    border-radius: 5px;
    position: absolute;
    text-align: left !important;
    padding: 0;
    opacity: 0;
    transition: .5s;
    display: block !important;
    border-top: 2px solid #0060ff;
    top: 80px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    z-index: 9;
    top: 65px;
}
.menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #000000  !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
}
/*===========================scroll strat===========================  
 ===========================************===========================  */ 
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #303030;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*===========================blog-details===========================  
 ===========================************===========================  */ 
 div#blog {
    padding: 50px 0 0;
}
.blog-area.landing{
    margin: 0 0 0;
    position: relative;
    background: #F9F9F9;
    padding: 100px 0 100px !important;
}

.dreamit-single-blog-box {
    margin-bottom: 40px;
    transition: .3s;
    background: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-radius: 7px;
}
.dreamit-single-blog-box:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.dreamit-sigle-tmumb img {
    width: 100%;
}
.em-blog-content {
    padding: 26px 35px 13px;
}
.meta-blog {
    float: left;
    margin-right: 14px;
}
.meta-blog span {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    font-family: ''Raleway', sans-serif';
}
.blog-page-title p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: ''Raleway', sans-serif';
}
.meta-blog a {
    color: #333333;
    margin-right: 25px;
    transition: .3s;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}
.meta-blog a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 6px;
    right: -15px;
}
.meta-blog-right a {
    position: relative;
    color: #333333;
    font-weight: 500;
    margin-left: 15px;
    font-size: 16px;
}
.meta-blog-right a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 5px;
    margin: auto;
    left: -15px;
}
.blog-page-title h2 {
    font-size: 30px;
    margin: 11px 0 20px;
}
.blog-page-title a {
    font-weight: 800;
    color: #232323;
    transition: .3s;
}
.blog-page-title h2 a:hover {
    color: #F16722;
}
.search form input::placeholder {
    color: #333;
}
.search {
    padding: 35px 30px 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 40px;
}
.blog_area .blog-details-area input[type="text"] {
    background: #fff none repeat scroll 0 0;
    height: 60px;
    border: 1px solid #166DD5;
    border-radius: 8px;
    padding-left: 10px;
    color: #616161;
    width: 100%;
    position: relative;
}
button.icons {
    background: transparent none repeat scroll 0 0;
    border: 0;
    font-size: 18px;
    color: #616161;
    padding: 1px 15px;
    position: absolute;
    right: 44px;
    top: 51px;
    transform: translateY(-50%);
    height: 100%;
    width: 53px;
}
.popular-post-box-inner {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 14px;
    padding-bottom: 5px;
}
.popular-post-thumb {
    margin-right: 25px;
}
.popular-post-thumb img {
    border-radius: 5px;
}
.popular-post-content a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    color: #333;
}
.popular-post-content span {
    display: block;
    color: #9DA8B3;
    font-size: 14px;
}
.widget-sidebar-box-two {
    padding: 35px 30px 18px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.categories-content ul li {
    list-style: none;
    border-top: 1px solid #eaedff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.categories-content ul li a {
    color: #616161;
}
.Tags-Cloud-title a {
    display: inline-block;
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    margin: 0 2px 8px 0;
    padding: 2px 10px;
    background: #fff;
    text-transform: capitalize;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.Tags-Cloud-title a:hover {
    background: #333333;
    color: #fff;
}
.softech-socail-icon a i {
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 41px;
    margin: 0 4px 0 0px;
    border-radius: 5px;
    color: #565872;
    transition: .5s;
}
.softech-socail-icon a i:hover {
    background: #333;
    color: #fff;
}
.from-box input {
    width: 100%;
    padding: 12px 15px;
}
.contact-section .contact-button.upper {
    position: relative;
    text-align: left;
}
.tex-box {
    margin-top: -15px;
}
label {
    display: inline-block;
    margin-bottom: 25px;
}



/*<!-- ============================================================== -->
<!-- Start  contact-section Css -->
<!-- ============================================================== -->*/
.contact-section {
    padding: 90px 0 90px;
}
.contact-section .sideber-title h3 {
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 20px;
}
.contact-section .from-box {
    padding-bottom: 30px;
}
.contact-section input[type="text"] {
    width: 100%;
    padding: 12px 15px;
}
.contact-section textarea#massage {
    width: 100%;
    padding-left: 17px;
    padding-top: 10px;
}
.contact-section input::placeholder {
    color: #333!important;
}.contact-section textarea::placeholder {
    color: #333!important;
}
.contact-section input:focus, button:focus {
    border: 1px solid #333;
    outline: 0;
}
.contact-section textarea:focus {
    border: 1px solid #333;
    outline: 0;
}
.contact-section .contact-button {
    text-align: center;
    position: relative;
}
.contact-section .contact-button button {
    padding: 7px 50px;
    font-size: 16px;
    border: 1px solid #333;
    text-transform: uppercase;
    font-weight: 500;
    background: #333;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.contact-section .contact-button button::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    transform: scale(0);
    transition: .5s;  
}
.contact-section .contact-button button:hover::before{
   transform: scale(1); 
}
.contact-section .contact-button button:hover{
      color: #333;
}


/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}



/* ==========================================================================
   Typecho Theme Additional Styles
   ========================================================================== */

/* 博客列表页样式 */
.single-blog-box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}
.single-blog-box:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}
.single-blog-box .blog-thumb {
    overflow: hidden;
}
.single-blog-box .blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}
.single-blog-box .blog-content {
    padding: 25px;
}
.single-blog-box .meta-blog {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}
.single-blog-box .meta-blog span {
    margin-right: 15px;
}
.single-blog-box .meta-blog i {
    margin-right: 5px;
    color: #1c1c1c;
}
.single-blog-box .blog-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}
.single-blog-box .blog-title h2 a {
    color: #1c1c1c;
    transition: all 0.3s ease;
}
.single-blog-box .blog-title h2 a:hover {
    color: #666;
}
.single-blog-box .blog-desc p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.single-blog-box .blog-button a {
    color: #1c1c1c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}
.single-blog-box .blog-button a:hover {
    color: #666;
}
.single-blog-box .blog-button a i {
    margin-left: 5px;
    transition: all 0.3s ease;
}
.single-blog-box .blog-button a:hover i {
    margin-left: 10px;
}

/* 侧边栏样式 */
.blog-sidebar .widget-sidebar-box {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.widget-sidebar-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}
.em_bar_bg {
    width: 50px;
    height: 3px;
    background: #1c1c1c;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 搜索框样式 */
.search-box {
    margin-top: 20px;
}
.search-box .input-group {
    display: flex;
}
.search-box .form-control {
    border: 2px solid #eee;
    border-radius: 0;
    padding: 12px 15px;
    height: auto;
}
.search-box .search-btn {
    background: #1c1c1c;
    border: none;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search-box .search-btn:hover {
    background: #333;
}

/* 分类列表样式 */
.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.category-list ul li:last-child {
    border-bottom: none;
}
.category-list ul li a {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.category-list ul li a:hover {
    color: #1c1c1c;
    padding-left: 5px;
}
.category-list ul li a .count {
    color: #999;
    font-size: 14px;
}

/* 最新评论样式 */
.recent-comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-comments ul li {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.recent-comments ul li:last-child {
    border-bottom: none;
}
.comment-item {
    display: block;
}
.comment-item .comment-author {
    font-weight: 600;
    color: #1c1c1c;
    display: block;
    margin-bottom: 5px;
}
.comment-item .comment-text {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.comment-item .comment-link {
    color: #999;
    font-size: 12px;
}

/* 标签云样式 */
.tag-cloud {
    margin-top: 20px;
}
.tag-cloud .tag-item {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 8px 15px;
    margin: 0 5px 10px 0;
    font-size: 14px;
    transition: all 0.3s ease;
}
.tag-cloud .tag-item:hover {
    background: #1c1c1c;
    color: #fff;
}

/* 归档列表样式 */
.archive-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.archive-list ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.archive-list ul li:last-child {
    border-bottom: none;
}
.archive-list ul li a {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.archive-list ul li a:hover {
    color: #1c1c1c;
}

/* 分页样式 */
.theme-pagination {
    margin-top: 40px;
}
.theme-pagination .pagination {
    justify-content: center;
}
.theme-pagination .page-item {
    margin: 0 5px;
}
.theme-pagination .page-link {
    border: none;
    background: #f5f5f5;
    color: #333;
    padding: 10px 18px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.theme-pagination .page-item.active .page-link,
.theme-pagination .page-link:hover {
    background: #1c1c1c;
    color: #fff;
}

/* 评论区域样式 */
.comment-section {
    margin-top: 50px;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.comment-body:last-child {
    border-bottom: none;
}
.comment-body .comment-item {
    display: flex;
}
.comment-body .comment-avatar {
    flex-shrink: 0;
    margin-right: 20px;
}
.comment-body .comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.comment-body .comment-content {
    flex: 1;
}
.comment-body .comment-meta {
    margin-bottom: 10px;
}
.comment-body .comment-meta .comment-author {
    font-weight: 600;
    color: #1c1c1c;
    margin-right: 15px;
}
.comment-body .comment-meta .comment-date {
    color: #999;
    font-size: 14px;
}
.comment-body .comment-text {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}
.comment-body .comment-reply a {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 600;
}
.comment-body .comment-reply a:hover {
    color: #666;
}

/* 子评论缩进 */
.comment-children {
    margin-left: 80px;
    list-style: none;
    padding: 0;
}

/* 评论表单样式 */
#comment-form .from-box {
    margin-bottom: 20px;
}
#comment-form .form-control {
    border: 2px solid #eee;
    border-radius: 0;
    padding: 12px 15px;
    height: auto;
}
#comment-form .form-control:focus {
    border-color: #1c1c1c;
    box-shadow: none;
}
#comment-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}
#comment-form .btn-submit {
    background: #1c1c1c;
    color: #fff;
    border: none;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
#comment-form .btn-submit:hover {
    background: #333;
}

/* 文章导航样式 */
.post-navigation {
    background: #f5f5f5;
    padding: 30px;
}
.nav-post {
    padding: 15px;
}
.nav-post span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.nav-post h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.nav-post h5 a {
    color: #333;
    transition: all 0.3s ease;
}
.nav-post h5 a:hover {
    color: #1c1c1c;
}
.nav-prev {
    text-align: left;
}
.nav-next {
    text-align: right;
}

/* 文章标签样式 */
.post-tags {
    background: #f5f5f5;
    padding: 20px;
    margin: 30px 0;
}
.post-tags a {
    display: inline-block;
    background: #fff;
    padding: 5px 12px;
    margin: 2px 5px 2px 0;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}
.post-tags a:hover {
    background: #1c1c1c;
    color: #fff;
}

/* 页面内容样式 */
.page-content {
    line-height: 1.8;
    color: #666;
}
.page-content h1, .page-content h2, .page-content h3,
.page-content h4, .page-content h5, .page-content h6 {
    color: #1c1c1c;
    margin-top: 30px;
    margin-bottom: 20px;
}
.page-content p {
    margin-bottom: 20px;
}
.page-content img {
    max-width: 100%;
    height: auto;
}
.page-content ul, .page-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.page-content li {
    margin-bottom: 10px;
}
.page-content blockquote {
    background: #f5f5f5;
    padding: 20px 30px;
    border-left: 4px solid #1c1c1c;
    margin: 30px 0;
    font-style: italic;
}

/* 页脚快速链接样式 */
.footer-links h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li {
    margin-bottom: 12px;
}
.footer-links ul li a {
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
}
.footer-links ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .blog-sidebar {
        margin-top: 50px;
    }
    .comment-children {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .single-blog-box .blog-thumb img {
        height: 180px;
    }
    .comment-body .comment-avatar {
        margin-right: 15px;
    }
    .comment-body .comment-avatar img {
        width: 50px;
        height: 50px;
    }
    .comment-children {
        margin-left: 20px;
    }
    .post-navigation {
        padding: 20px;
    }
    .nav-post {
        padding: 10px 0;
    }
    .nav-next {
        text-align: left;
        margin-top: 15px;
    }
}

/* 暂无内容提示 */
.no-posts {
    padding: 50px;
    text-align: center;
    background: #f5f5f5;
}
.no-posts h4 {
    font-size: 24px;
    margin-bottom: 15px;
}
.no-posts p {
    color: #666;
}

/* 评论已关闭提示 */
.comments-closed {
    margin-top: 30px;
}

/* 登录用户提示 */
.logged-user {
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
}
.logged-user p {
    margin: 0;
}
.logged-user a {
    color: #1c1c1c;
    font-weight: 600;
}

/* 文章详情页样式优化 */
.blog-details-area .em-blog-content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.blog-details-area .meta-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.blog-details-area .meta-blog a,
.blog-details-area .meta-blog span {
    color: #666;
    font-size: 14px;
}
.blog-details-area .meta-blog i {
    margin-right: 5px;
    color: #1c1c1c;
}
.blog-details-area .blog-page-title {
    line-height: 1.8;
    color: #666;
}
.blog-details-area .blog-page-title p {
    margin-bottom: 20px;
}
.blog-details-area .wp-block-quote {
    background: #f5f5f5;
    padding: 30px;
    border-left: 4px solid #1c1c1c;
    font-style: italic;
    margin: 30px 0;
}

/* 首页博客区域 */
.blog-area {
    padding: 100px 0;
    background: #f8f8f8;
}

/* 热门文章图片样式 */
.popular-post-thumb img {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

/* 修复footer样式 */
.footer-area .footer-links {
    padding-top: 30px;
}

/* ==========================================================================
   样式优化 v1.1 - 全面美化
   ========================================================================== */

/* ========== 全局优化 ========== */
body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

/* ========== 面包屑区域优化 ========== */
.breadcumb-area {
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
    min-height: 300px;
    position: relative;
}
.breadcumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../assets/images/slider1.jpg') center center / cover no-repeat;
    opacity: 0.3;
}
.breadcumb-area .container {
    position: relative;
    z-index: 1;
}
.breacumb-content {
    text-align: center;
    padding: 60px 0;
}
.breadcumb-title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.breadcumb-content-text {
    font-size: 16px;
}
.breadcumb-content-text a {
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}
.breadcumb-content-text a:hover {
    color: #fff;
}
.breadcumb-content-text span {
    color: #fff;
    font-weight: 600;
}
.breadcumb-content-text i {
    margin: 0 10px;
    color: rgba(255,255,255,0.6);
}

/* ========== 页面内容区域大优化 ========== */
.page-content-area {
    background: #f8f9fa;
}
.page-content {
    background: #fff;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border-radius: 8px;
    text-align: left;
    line-height: 2;
    color: #555;
    font-size: 16px;
}
.page-content h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 40px 0 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1c1c1c;
    text-align: left;
}
.page-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 35px 0 20px;
    padding-left: 15px;
    border-left: 4px solid #1c1c1c;
    text-align: left;
}
.page-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 18px;
    text-align: left;
}
.page-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 25px 0 15px;
    text-align: left;
}
.page-content h5, .page-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin: 20px 0 12px;
    text-align: left;
}
.page-content p {
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 0;
}
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.page-content ul, .page-content ol {
    padding-left: 25px;
    margin: 20px 0;
}
.page-content li {
    margin-bottom: 12px;
    position: relative;
}
.page-content ul li::marker {
    color: #1c1c1c;
}
.page-content blockquote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px 35px;
    border-left: 5px solid #1c1c1c;
    margin: 30px 0;
    font-style: italic;
    font-size: 18px;
    color: #555;
    border-radius: 0 8px 8px 0;
    position: relative;
}
.page-content blockquote::before {
    content: '"';
    font-size: 60px;
    color: #ddd;
    position: absolute;
    top: 10px;
    left: 15px;
    font-family: Georgia, serif;
    line-height: 1;
}
.page-content blockquote p {
    margin: 0;
    padding-left: 30px;
}
.page-content a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px dashed #0066cc;
    transition: all 0.3s ease;
}
.page-content a:hover {
    color: #004499;
    border-bottom-style: solid;
}
.page-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 25px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
    font-size: 14px;
    line-height: 1.6;
}
.page-content code {
    background: #f1f1f1;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #e83e8c;
}
.page-content pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}
.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border-radius: 8px;
    overflow: hidden;
}
.page-content table th {
    background: #1c1c1c;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
}
.page-content table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.page-content table tr:last-child td {
    border-bottom: none;
}
.page-content table tr:hover td {
    background: #f8f9fa;
}
.page-content hr {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 40px 0;
}

/* ========== 文章详情页优化 ========== */
.blog-details-area {
    background: #f8f9fa;
    padding: 80px 0;
}
.dreamit-single-blog-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.dreamit-sigle-tmumb img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}
.blog-details-area .em-blog-content {
    padding: 40px 50px;
    background: #fff;
    box-shadow: none;
}
.blog-details-area .meta-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    justify-content: flex-start;
}
.blog-details-area .meta-blog a,
.blog-details-area .meta-blog span {
    color: #666;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.blog-details-area .meta-blog i {
    margin-right: 8px;
    color: #1c1c1c;
    font-size: 16px;
}
.blog-details-area .blog-page-title {
    line-height: 2;
    color: #555;
    font-size: 16px;
    text-align: left;
}
.blog-details-area .blog-page-title p {
    margin-bottom: 20px;
    text-align: justify;
}
.blog-details-area .blog-page-title h1,
.blog-details-area .blog-page-title h2,
.blog-details-area .blog-page-title h3,
.blog-details-area .blog-page-title h4 {
    color: #1c1c1c;
    margin: 35px 0 20px;
    font-weight: 700;
    text-align: left;
}
.blog-details-area .blog-page-title h1 { font-size: 32px; }
.blog-details-area .blog-page-title h2 { font-size: 26px; }
.blog-details-area .blog-page-title h3 { font-size: 22px; }
.blog-details-area .blog-page-title h4 { font-size: 18px; }

.blog-details-area .wp-block-quote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px 35px 30px 50px;
    border-left: 5px solid #1c1c1c;
    font-style: italic;
    margin: 35px 0;
    border-radius: 0 8px 8px 0;
    position: relative;
}
.blog-details-area .wp-block-quote::before {
    content: '"';
    font-size: 50px;
    color: #ccc;
    position: absolute;
    top: 15px;
    left: 15px;
    font-family: Georgia, serif;
    line-height: 1;
}
.blog-details-area .kc-block-quote-title h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 30px 0 20px;
}
.blog-details-area .kc-block-quote-title ul {
    padding-left: 25px;
    margin: 20px 0;
}
.blog-details-area .kc-block-quote-title ul li {
    margin-bottom: 12px;
    color: #555;
    position: relative;
}

/* ========== 社交分享按钮优化 ========== */
.softech-blog-socails {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}
.softech-socail-icon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.softech-socail-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    color: #333;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}
.softech-socail-icon a:hover {
    background: #1c1c1c;
    color: #fff;
    transform: translateY(-3px);
}

/* ========== 文章导航优化 ========== */
.post-navigation {
    background: #fff;
    padding: 0;
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.post-navigation .row {
    margin: 0;
}
.post-navigation .col-md-6 {
    padding: 0;
}
.nav-post {
    padding: 30px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}
.nav-post:hover {
    background: #f8f9fa;
}
.nav-post span {
    display: block;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.nav-post h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.nav-post h5 a {
    color: #333;
    transition: all 0.3s ease;
}
.nav-post h5 a:hover {
    color: #1c1c1c;
}
.nav-prev {
    text-align: left;
    border-right: 1px solid #eee;
}
.nav-next {
    text-align: right;
}

/* ========== 文章标签优化 ========== */
.post-tags {
    background: #f8f9fa;
    padding: 25px 30px;
    margin: 35px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.post-tags strong {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
}
.post-tags a {
    display: inline-block;
    background: #fff;
    padding: 8px 18px;
    color: #555;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.post-tags a:hover {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
}

/* ========== 评论区域大优化 ========== */
.comment-section {
    margin-top: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.comment-section .sideber-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #1c1c1c;
    display: inline-block;
}
.comment-list-box {
    margin-bottom: 50px;
}
.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-body {
    margin-bottom: 30px;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 8px;
    border: none;
}
.comment-body:last-child {
    margin-bottom: 0;
}
.comment-body .comment-item {
    display: flex;
    gap: 20px;
}
.comment-body .comment-avatar {
    flex-shrink: 0;
}
.comment-body .comment-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.comment-body .comment-content {
    flex: 1;
}
.comment-body .comment-meta {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.comment-body .comment-meta .comment-author {
    font-weight: 700;
    color: #1c1c1c;
    font-size: 16px;
}
.comment-body .comment-meta .comment-date {
    color: #999;
    font-size: 13px;
}
.comment-body .comment-meta .comment-status {
    background: #ffc107;
    color: #333;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.comment-body .comment-text {
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: left;
}
.comment-body .comment-text p {
    margin: 0;
}
.comment-body .comment-reply a {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.comment-body .comment-reply a:hover {
    color: #666;
}

/* 子评论 */
.comment-children {
    margin-left: 50px;
    margin-top: 20px;
    list-style: none;
    padding: 0;
    border-left: 3px solid #e0e0e0;
    padding-left: 25px;
}
.comment-children .comment-body {
    background: #fff;
}

/* 评论表单 */
.contact-section {
    margin-top: 40px;
}
.contact-section .sideber-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 25px;
}
.contact-form-box {
    background: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
}
#comment-form .from-box {
    margin-bottom: 20px;
}
#comment-form .form-control {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px 20px;
    height: auto;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}
#comment-form .form-control:focus {
    border-color: #1c1c1c;
    box-shadow: 0 0 0 3px rgba(28,28,28,0.1);
    outline: none;
}
#comment-form .form-control::placeholder {
    color: #aaa;
}
#comment-form textarea.form-control {
    min-height: 180px;
    resize: vertical;
}
#comment-form .btn-submit,
.contact-button button {
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
    color: #fff;
    border: none;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(28,28,28,0.3);
}
#comment-form .btn-submit:hover,
.contact-button button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(28,28,28,0.4);
}

/* 登录用户 */
.logged-user {
    background: #e8f4fd;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
}
.logged-user p {
    margin: 0;
    color: #333;
}
.logged-user a {
    color: #0066cc;
    font-weight: 600;
}

/* ========== 侧边栏优化 ========== */
.blog-sidebar {
    position: sticky;
    top: 30px;
}
.blog-sidebar .widget-sidebar-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border-radius: 8px;
    margin-bottom: 30px;
}
.blog-sidebar .widget-sidebar-title {
    margin-bottom: 25px;
}
.blog-sidebar .widget-sidebar-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    color: #1c1c1c;
}
.blog-sidebar .widget-sidebar-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #1c1c1c;
}

/* 搜索框 */
.search-box {
    margin-top: 0;
}
.search-box .input-group {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}
.search-box .form-control {
    border: none;
    border-radius: 0;
    padding: 15px 20px;
    height: auto;
    font-size: 15px;
}
.search-box .form-control:focus {
    box-shadow: none;
}
.search-box .search-btn {
    background: #1c1c1c;
    border: none;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.search-box .search-btn:hover {
    background: #333;
}

/* 分类列表 */
.category-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-list ul li {
    padding: 0;
    border-bottom: none;
    margin-bottom: 8px;
}
.category-list ul li:last-child {
    margin-bottom: 0;
}
.category-list ul li a {
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.category-list ul li a:hover {
    background: #1c1c1c;
    color: #fff;
    padding-left: 22px;
}
.category-list ul li a:hover .count {
    color: rgba(255,255,255,0.7);
}
.category-list ul li a .count {
    color: #999;
    font-size: 13px;
    transition: all 0.3s ease;
}

/* 热门文章 */
.popular-post-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.popular-post-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.popular-post-box-inner {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
.popular-post-thumb {
    flex-shrink: 0;
}
.popular-post-thumb img {
    width: 80px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.popular-post-thumb a:hover img {
    opacity: 0.8;
}
.popular-post-content {
    flex: 1;
}
.popular-post-content a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.popular-post-content a:hover {
    color: #1c1c1c;
}
.popular-post-content span {
    font-size: 13px;
    color: #999;
}

/* 标签云 */
.tag-cloud {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-cloud .tag-item {
    display: inline-block;
    background: #f5f5f5;
    color: #555;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
.tag-cloud .tag-item:hover {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
}

/* 归档列表 */
.archive-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.archive-list ul li {
    padding: 0;
    border-bottom: none;
    margin-bottom: 8px;
}
.archive-list ul li:last-child {
    margin-bottom: 0;
}
.archive-list ul li a {
    color: #555;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    background: #f8f9fa;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.archive-list ul li a:hover {
    background: #1c1c1c;
    color: #fff;
}
.archive-list ul li a:hover .count {
    color: rgba(255,255,255,0.7);
}

/* 最新评论 */
.recent-comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.recent-comments ul li {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.recent-comments ul li:first-child {
    padding-top: 0;
}
.recent-comments ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.recent-comments .comment-item {
    display: block;
}
.recent-comments .comment-item .comment-author {
    font-weight: 700;
    color: #1c1c1c;
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}
.recent-comments .comment-item .comment-text {
    color: #666;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.6;
}
.recent-comments .comment-item .comment-link {
    color: #999;
    font-size: 12px;
}

/* ========== 分页优化 ========== */
.theme-pagination {
    margin-top: 50px;
}
.theme-pagination .pagination {
    justify-content: center;
    gap: 8px;
}
.theme-pagination .page-item {
    margin: 0;
}
.theme-pagination .page-link {
    border: none;
    background: #f5f5f5;
    color: #333;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.theme-pagination .page-item.active .page-link,
.theme-pagination .page-link:hover {
    background: #1c1c1c;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(28,28,28,0.3);
}

/* ========== 博客列表卡片优化 ========== */
.single-blog-box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
}
.single-blog-box:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transform: translateY(-8px);
}
.single-blog-box .blog-thumb {
    overflow: hidden;
    position: relative;
}
.single-blog-box .blog-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.3) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}
.single-blog-box:hover .blog-thumb::after {
    opacity: 1;
}
.single-blog-box .blog-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.single-blog-box:hover .blog-thumb img {
    transform: scale(1.08);
}
.single-blog-box .blog-content {
    padding: 30px;
}
.single-blog-box .meta-blog {
    margin-bottom: 15px;
    font-size: 13px;
    color: #888;
}
.single-blog-box .meta-blog span {
    margin-right: 18px;
}
.single-blog-box .meta-blog i {
    margin-right: 6px;
    color: #1c1c1c;
}
.single-blog-box .blog-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.5;
}
.single-blog-box .blog-title h2 a {
    color: #1c1c1c;
    transition: all 0.3s ease;
}
.single-blog-box .blog-title h2 a:hover {
    color: #555;
}
.single-blog-box .blog-desc p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}
.single-blog-box .blog-button a {
    display: inline-flex;
    align-items: center;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.single-blog-box .blog-button a:hover {
    color: #555;
}
.single-blog-box .blog-button a i {
    margin-left: 8px;
    transition: all 0.3s ease;
    font-size: 12px;
}
.single-blog-box .blog-button a:hover i {
    margin-left: 15px;
}

/* ========== 404页面优化 ========== */
.error-area {
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.error-content {
    text-align: center;
}
.error-number h1 {
    font-size: 180px;
    font-weight: 800;
    background: linear-gradient(135deg, #1c1c1c 0%, #555 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: none;
}
.error-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.error-title p {
    font-size: 18px;
    color: #666;
    max-width: 500px;
    margin: 0 auto 30px;
}
.error-search {
    max-width: 500px;
    margin: 0 auto 30px;
}
.error-search .input-group {
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    border-radius: 50px;
    overflow: hidden;
}
.error-search .form-control {
    border: none;
    padding: 18px 25px;
    font-size: 16px;
}
.error-search .btn {
    border-radius: 0 50px 50px 0 !important;
    padding: 18px 30px;
    font-weight: 600;
}
.error-button .slider-button-link {
    display: inline-block;
    padding: 18px 45px;
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 25px rgba(28,28,28,0.3);
}
.error-button .slider-button-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(28,28,28,0.4);
    color: #fff;
}

/* ========== 响应式优化 ========== */
@media (max-width: 991px) {
    .breadcumb-title h1 {
        font-size: 36px;
    }
    .page-content {
        padding: 35px;
    }
    .page-content h1 { font-size: 28px; }
    .page-content h2 { font-size: 24px; }
    .page-content h3 { font-size: 20px; }
    .blog-sidebar {
        margin-top: 50px;
        position: static;
    }
    .comment-children {
        margin-left: 30px;
    }
    .blog-details-area .em-blog-content {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .breadcumb-area {
        min-height: 250px;
    }
    .breadcumb-title h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .breacumb-content {
        padding: 40px 0;
    }
    .page-content {
        padding: 25px;
    }
    .page-content h1 { font-size: 24px; }
    .page-content h2 { font-size: 20px; }
    .page-content h3 { font-size: 18px; }
    .page-content blockquote {
        padding: 20px 25px 20px 40px;
    }
    .page-content blockquote::before {
        font-size: 40px;
        left: 10px;
    }
    .single-blog-box .blog-thumb img {
        height: 200px;
    }
    .single-blog-box .blog-content {
        padding: 20px;
    }
    .comment-body .comment-item {
        flex-direction: column;
        gap: 15px;
    }
    .comment-body .comment-avatar {
        margin-right: 0;
    }
    .comment-children {
        margin-left: 20px;
        padding-left: 15px;
    }
    .post-navigation .col-md-6 {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .post-navigation .col-md-6:last-child {
        border-bottom: none;
    }
    .nav-prev, .nav-next {
        text-align: center;
    }
    .error-number h1 {
        font-size: 120px;
    }
    .error-title h2 {
        font-size: 24px;
    }
    .blog-details-area .em-blog-content {
        padding: 20px;
    }
    .comment-section {
        padding: 25px;
    }
    .contact-form-box {
        padding: 25px;
    }
    .blog-sidebar .widget-sidebar-box {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .breadcumb-title h1 {
        font-size: 22px;
    }
    .page-content {
        padding: 20px;
    }
    .error-number h1 {
        font-size: 80px;
    }
}

/* ========== 文章大标题样式 ========== */
.post-main-title {
    margin-bottom: 25px;
}
.post-main-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}
@media (max-width: 767px) {
    .post-main-title h1 {
        font-size: 24px;
    }
}

/* ========== 页面大标题样式 ========== */
.page-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #1c1c1c;
    text-align: left;
    position: relative;
}
.page-main-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, #1c1c1c, transparent);
}

/* ========== 联系页面信息卡片优化 ========== */
.contact-info-area {
    background: #f8f9fa;
}
.contact-info-box {
    background: #fff;
    padding: 50px 35px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    border-radius: 12px;
    text-align: center;
}
.contact-info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.contact-info-icon {
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.contact-info-icon i {
    font-size: 36px;
    color: #fff;
}
.contact-info-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1c1c1c;
}
.contact-info-content p {
    color: #666;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7;
}

/* ========== Section标题统一优化 ========== */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title .main-title h3 {
    font-size: 14px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.section-title .sub-title p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* ========== 服务卡片优化 ========== */
.single-service-box {
    background: #fff;
    padding: 45px 35px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    border-radius: 12px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.single-service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #1c1c1c, #555);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}
.single-service-box:hover::before {
    transform: scaleX(1);
}
.single-service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}
.service-ico {
    margin-bottom: 25px;
}
.service-ico i {
    font-size: 50px;
    color: #1c1c1c;
    transition: all 0.3s ease;
}
.single-service-box:hover .service-ico i {
    transform: scale(1.1);
}
.service-title h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1c1c1c;
}
.service-title p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ========== 统计数字区域优化 ========== */
.counter-area {
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
    padding: 80px 0;
}
.single-counter-box {
    text-align: center;
    padding: 30px 20px;
}
.counter-title h1 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
}
.counter-title h1 span.aa {
    background: linear-gradient(to right, #fff, rgba(255,255,255,0.8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.counter-title h5 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* ========== Director区域优化 ========== */
.Director-section {
    background: #f8f9fa;
    padding: 100px 0;
}
.Director-title {
    text-align: center;
}
.Director-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 25px;
    line-height: 1.4;
}
.Director-title p {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto 30px;
}
.Director-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 8px;
}
.Director-title span {
    font-size: 16px;
    color: #888;
    font-style: italic;
}

/* ========== 暂无内容优化 ========== */
.no-posts {
    padding: 80px 50px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.no-posts .alert {
    background: transparent;
    border: none;
    padding: 0;
}
.no-posts h4 {
    font-size: 28px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 15px;
}
.no-posts p {
    color: #666;
    font-size: 16px;
}

/* ========== 评论已关闭优化 ========== */
.comments-closed {
    margin-top: 30px;
}
.comments-closed .alert {
    background: #f8f9fa;
    border: none;
    padding: 20px 25px;
    border-radius: 8px;
    color: #666;
    text-align: center;
}

@media (max-width: 767px) {
    .page-main-title {
        font-size: 26px;
    }
    .Director-title h2 {
        font-size: 26px;
    }
    .counter-title h1 {
        font-size: 42px;
    }
    .section-title .sub-title p {
        font-size: 16px;
    }
}

/* ==========================================================================
   v1.2 修复和优化
   ========================================================================== */

/* ========== 修复面包屑当前页标题颜色 ========== */
.breadcumb-content-text span {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 18px;
}
.breadcumb-content-text a {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}
.breadcumb-content-text a:hover {
    color: #fff;
}

/* ========== 修复首页文章框样式 ========== */
.blog-area {
    padding: 100px 0;
    background: #f8f9fa;
}
.blog-area .single-blog-box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.blog-area .single-blog-box:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    transform: translateY(-8px);
}
.blog-area .single-blog-box .blog-thumb {
    overflow: hidden;
    position: relative;
    height: 220px;
    flex-shrink: 0;
}
.blog-area .single-blog-box .blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.blog-area .single-blog-box:hover .blog-thumb img {
    transform: scale(1.08);
}
.blog-area .single-blog-box .blog-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-area .single-blog-box .meta-blog {
    margin-bottom: 12px;
    font-size: 13px;
    color: #888;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.blog-area .single-blog-box .meta-blog span {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}
.blog-area .single-blog-box .meta-blog i {
    margin-right: 6px;
    color: #1c1c1c;
    font-size: 14px;
}
.blog-area .single-blog-box .blog-title {
    margin-bottom: 12px;
}
.blog-area .single-blog-box .blog-title h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-area .single-blog-box .blog-title h2 a {
    color: #1c1c1c;
    transition: all 0.3s ease;
}
.blog-area .single-blog-box .blog-title h2 a:hover {
    color: #555;
}
.blog-area .single-blog-box .blog-desc {
    flex: 1;
    margin-bottom: 15px;
}
.blog-area .single-blog-box .blog-desc p {
    color: #666;
    line-height: 1.7;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-area .single-blog-box .blog-button {
    margin-top: auto;
}
.blog-area .single-blog-box .blog-button a {
    display: inline-flex;
    align-items: center;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.blog-area .single-blog-box .blog-button a:hover {
    color: #555;
}
.blog-area .single-blog-box .blog-button a i {
    margin-left: 8px;
    transition: all 0.3s ease;
    font-size: 12px;
}
.blog-area .single-blog-box .blog-button a:hover i {
    margin-left: 15px;
}

/* ========== 修复Section标题样式统一 ========== */
.section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title .main-title {
    margin-bottom: 15px;
}
.section-title .main-title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    display: inline-block;
    position: relative;
}
.section-title .section-thumb {
    margin-bottom: 20px;
}
.section-title .section-thumb img {
    max-width: 80px;
    height: auto;
}
.section-title .sub-title {
    max-width: 600px;
    margin: 0 auto;
}
.section-title .sub-title p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ========== 备案信息样式 ========== */
.copyright-area {
    background: #111;
    padding: 25px 0;
    text-align: center;
}
.copyright-title p {
    color: rgba(255,255,255,0.7);
    margin: 0 0 8px;
    font-size: 14px;
}
.copyright-title p:last-child {
    margin-bottom: 0;
}
.copyright-title a {
    color: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
}
.copyright-title a:hover {
    color: #fff;
}
.beian-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}
.beian-info a {
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 13px;
}
.beian-info a:hover {
    color: #fff;
}
.beian-info img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

/* ========== 图片灯箱样式优化 ========== */
.page-content a.venobox,
.blog-page-title a.venobox {
    display: inline-block;
    border: none;
    position: relative;
}
.page-content a.venobox::after,
.blog-page-title a.venobox::after {
    content: '\f065';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 18px;
}
.page-content a.venobox:hover::after,
.blog-page-title a.venobox:hover::after {
    opacity: 1;
}
.page-content a.venobox img,
.blog-page-title a.venobox img {
    transition: all 0.3s ease;
}
.page-content a.venobox:hover img,
.blog-page-title a.venobox:hover img {
    opacity: 0.9;
}

/* ========== 修复图标显示 ========== */
.service-ico i,
.contact-info-icon i,
.footer-icon i,
.meta-blog i,
.blog-button i,
.breadcumb-content-text i {
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands', 'flaticon' !important;
}
.service-ico i[class*="flaticon-"] {
    font-family: 'flaticon' !important;
}
.fa, .fas, .far, .fab {
    font-family: 'Font Awesome 6 Free' !important;
}
.fa-brands, .fab {
    font-family: 'Font Awesome 6 Brands' !important;
}

/* ========== 归档页文章列表优化 ========== */
.blog_area.rs .single-blog-box {
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.blog_area.rs .single-blog-box .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog_area.rs .single-blog-box .blog-desc {
    flex: 1;
}
.blog_area.rs .single-blog-box .blog-button {
    margin-top: auto;
}

/* ========== 响应式修复 ========== */
@media (max-width: 991px) {
    .blog-area .single-blog-box .blog-thumb {
        height: 200px;
    }
    .section-title .main-title h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .breadcumb-content-text span {
        font-size: 16px;
    }
    .blog-area .single-blog-box .blog-thumb {
        height: 180px;
    }
    .blog-area .single-blog-box .blog-content {
        padding: 20px;
    }
    .section-title .main-title h3 {
        font-size: 22px;
    }
    .beian-info {
        flex-direction: column;
        gap: 10px;
    }
}

/* ========== AJAX加载动画 ========== */
.ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #1c1c1c, #555);
    z-index: 9999;
    animation: loading 1.5s infinite;
}
@keyframes loading {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(0); }
    100% { transform: translateX(100%); }
}

/* ========== 评论成功提示 ========== */
.comment-success {
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.comment-success i {
    margin-right: 10px;
    font-size: 20px;
}

/* ========== 图片响应式优化 ========== */
.page-content img,
.blog-page-title img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    cursor: zoom-in;
}

/* ========== 修复服务图标 ========== */
.single-service-box .service-ico {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}
.single-service-box:hover .service-ico {
    background: linear-gradient(135deg, #1c1c1c 0%, #333 100%);
}
.single-service-box .service-ico i {
    font-size: 40px;
    color: #1c1c1c;
    transition: all 0.3s ease;
}
.single-service-box:hover .service-ico i {
    color: #fff;
    transform: scale(1.1);
}

/* ========== 文章元信息图标修复 ========== */
.meta-blog a,
.meta-blog span {
    display: inline-flex;
    align-items: center;
}
.meta-blog .fa-calendar-alt::before,
.meta-blog .fa-user::before,
.meta-blog .fa-comment::before,
.meta-blog .fa-comments::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

/* ========== 统一字体图标 ========== */
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
    font-family: 'flaticon' !important;
    font-style: normal;
    font-weight: normal;
}

/* ========== 首页博客区域容器修复 ========== */
.blog-area .row {
    display: flex;
    flex-wrap: wrap;
}
.blog-area .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* ========== VenoBox灯箱样式 ========== */
.vbox-overlay {
    background: rgba(0,0,0,0.9) !important;
}
.vbox-title {
    font-size: 16px !important;
    padding: 15px 20px !important;
    background: rgba(0,0,0,0.8) !important;
}
.vbox-num {
    font-size: 14px !important;
    color: #fff !important;
}
.vbox-close {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
}
.vbox-next, .vbox-prev {
    width: 50px !important;
    height: 50px !important;
    background: rgba(255,255,255,0.1) !important;
    border-radius: 50% !important;
}
.vbox-next:hover, .vbox-prev:hover, .vbox-close:hover {
    background: rgba(255,255,255,0.2) !important;
}

/* ========== 首页Section间距统一 ========== */
.about-area {
    padding: 100px 0 80px;
}
.service-area {
    padding: 100px 0;
    background: #fff;
}
.Director-section {
    padding: 100px 0;
}
.counter-area {
    padding: 80px 0;
}

/* ========== 修复archive页面文章列表 ========== */
.blog_area.rs .row {
    display: flex;
    flex-wrap: wrap;
}
.blog_area.rs .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.blog_area.rs .single-blog-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.blog_area.rs .single-blog-box .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog_area.rs .single-blog-box .blog-desc {
    flex: 1;
}
.blog_area.rs .single-blog-box .blog-button {
    margin-top: auto;
}

/* ========== 字体图标备用方案 ========== */
.flaticon-responsive::before { content: "\f1a2"; }
.flaticon-diamond::before { content: "\f18f"; }
.flaticon-coding::before { content: "\f1a4"; }
.flaticon-megaphone::before { content: "\f143"; }
.flaticon-bar-chart::before { content: "\f13e"; }
.flaticon-technical-support::before { content: "\f1a1"; }
.flaticon-network-1::before { content: "\f1bb"; }
.flaticon-link::before { content: "\f13a"; }

/* ========== 确保flaticon字体加载 ========== */
[class^="flaticon-"]::before,
[class*=" flaticon-"]::before {
    font-family: 'Flaticon', 'flaticon' !important;
    font-style: normal !important;
    font-weight: normal !important;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   v1.2.1 - 修复PC端文章内容显示问题
   ========================================================================== */

/* ========== 重置文章详情页样式 ========== */
.blog-details-area {
    background: #f8f9fa;
    padding: 80px 0;
}
.blog-details-area .container {
    max-width: 1200px;
}
.blog-details-area .dreamit-single-blog-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.blog-details-area .dreamit-sigle-tmumb {
    width: 100%;
    overflow: hidden;
}
.blog-details-area .dreamit-sigle-tmumb img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}
.blog-details-area .em-blog-content {
    padding: 40px 50px;
    background: #fff;
}
.blog-details-area .post-main-title {
    margin-bottom: 20px;
    text-align: left;
}
.blog-details-area .post-main-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}
.blog-details-area .meta-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    text-align: left;
    justify-content: flex-start;
}
.blog-details-area .meta-blog a,
.blog-details-area .meta-blog span {
    color: #666;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}
.blog-details-area .meta-blog i {
    margin-right: 8px;
    color: #1c1c1c;
}

/* ========== 文章正文内容样式 ========== */
.blog-details-area .blog-page-title {
    text-align: left;
}
.blog-details-area .blog-page-title,
.blog-details-area .blog-page-title p,
.blog-details-area .blog-page-title div,
.blog-details-area .blog-page-title span {
    text-align: left !important;
    line-height: 2;
    color: #444;
    font-size: 16px;
}
.blog-details-area .blog-page-title p {
    margin-bottom: 20px;
    text-align: justify !important;
}
.blog-details-area .blog-page-title h1,
.blog-details-area .blog-page-title h2,
.blog-details-area .blog-page-title h3,
.blog-details-area .blog-page-title h4,
.blog-details-area .blog-page-title h5,
.blog-details-area .blog-page-title h6 {
    color: #1c1c1c;
    font-weight: 700;
    margin: 30px 0 20px;
    text-align: left !important;
    line-height: 1.5;
}
.blog-details-area .blog-page-title h1 { font-size: 28px; }
.blog-details-area .blog-page-title h2 { font-size: 24px; }
.blog-details-area .blog-page-title h3 { font-size: 20px; }
.blog-details-area .blog-page-title h4 { font-size: 18px; }
.blog-details-area .blog-page-title h5 { font-size: 16px; }
.blog-details-area .blog-page-title h6 { font-size: 14px; }

.blog-details-area .blog-page-title img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.blog-details-area .blog-page-title ul,
.blog-details-area .blog-page-title ol {
    padding-left: 25px;
    margin: 20px 0;
    text-align: left;
}
.blog-details-area .blog-page-title li {
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: left;
}
.blog-details-area .blog-page-title blockquote {
    background: #f8f9fa;
    padding: 25px 30px;
    border-left: 4px solid #1c1c1c;
    margin: 25px 0;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.blog-details-area .blog-page-title blockquote p {
    margin: 0;
    font-size: 17px;
    color: #555;
}
.blog-details-area .blog-page-title pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 20px 25px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 25px 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
.blog-details-area .blog-page-title code {
    background: #f1f1f1;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    color: #e83e8c;
}
.blog-details-area .blog-page-title pre code {
    background: transparent;
    color: inherit;
    padding: 0;
}
.blog-details-area .blog-page-title a {
    color: #0066cc;
    text-decoration: none;
    border-bottom: 1px dashed #0066cc;
}
.blog-details-area .blog-page-title a:hover {
    color: #004499;
    border-bottom-style: solid;
}
.blog-details-area .blog-page-title table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    text-align: left;
}
.blog-details-area .blog-page-title table th,
.blog-details-area .blog-page-title table td {
    padding: 12px 15px;
    border: 1px solid #eee;
    text-align: left;
}
.blog-details-area .blog-page-title table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* ========== 文章标签样式 ========== */
.blog-details-area .post-tags {
    background: #f8f9fa;
    padding: 20px 25px;
    margin: 30px 0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: left;
}
.blog-details-area .post-tags strong {
    color: #333;
    font-size: 15px;
}
.blog-details-area .post-tags a {
    display: inline-block;
    background: #fff;
    padding: 6px 15px;
    color: #555;
    font-size: 13px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}
.blog-details-area .post-tags a:hover {
    background: #1c1c1c;
    color: #fff;
    border-color: #1c1c1c;
}

/* ========== 社交分享样式 ========== */
.blog-details-area .softech-blog-socails {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    text-align: left;
}
.blog-details-area .softech-socail-icon {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}
.blog-details-area .softech-socail-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #f5f5f5;
    color: #333;
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
}
.blog-details-area .softech-socail-icon a:hover {
    background: #1c1c1c;
    color: #fff;
    transform: translateY(-3px);
}

/* ========== 上下篇文章导航 ========== */
.post-navigation {
    background: #fff;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.post-navigation .row {
    margin: 0;
}
.post-navigation .col-md-6 {
    padding: 0;
}
.post-navigation .nav-post {
    padding: 25px 30px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}
.post-navigation .nav-post:hover {
    background: #f8f9fa;
}
.post-navigation .nav-prev {
    text-align: left;
    border-right: 1px solid #eee;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-post span {
    display: block;
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.post-navigation .nav-post h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.post-navigation .nav-post h5 a {
    color: #333;
    transition: all 0.3s ease;
}
.post-navigation .nav-post h5 a:hover {
    color: #1c1c1c;
}

/* ========== 响应式修复 ========== */
@media (max-width: 991px) {
    .blog-details-area .em-blog-content {
        padding: 30px 35px;
    }
    .blog-details-area .post-main-title h1 {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
    .blog-details-area .em-blog-content {
        padding: 25px 20px;
    }
    .blog-details-area .post-main-title h1 {
        font-size: 22px;
    }
    .blog-details-area .meta-blog {
        gap: 12px;
    }
    .post-navigation .nav-prev,
    .post-navigation .nav-next {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .post-navigation .nav-next {
        border-bottom: none;
    }
}

/* ==========================================================================
   v1.2.2 - 修复文章内容布局和导航样式
   ========================================================================== */

/* ========== 强制修复文章内容布局 ========== */
.blog-details-area .em-blog-content {
    display: block !important;
    width: 100% !important;
    float: none !important;
    padding: 40px 50px;
}
.blog-details-area .post-main-title {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 20px;
}
.blog-details-area .meta-blog {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.blog-details-area .blog-page-title {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}
.blog-details-area .blog-page-title p,
.blog-details-area .blog-page-title div {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
    text-align: left !important;
    margin-bottom: 20px;
}

/* 清除可能的浮动影响 */
.blog-details-area .em-blog-content::after,
.blog-details-area .blog-page-title::after {
    content: '';
    display: table;
    clear: both;
}

/* ========== 重新设计上一篇/下一篇导航 ========== */
.post-navigation {
    background: #fff;
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.post-navigation .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .col-md-6 {
    padding: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .nav-post {
    display: block;
    padding: 30px 35px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.post-navigation .nav-post:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.post-navigation .nav-prev {
    text-align: left;
    border-right: 1px solid #eee;
}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-post span {
    display: block;
    color: #888;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.post-navigation .nav-prev span::before {
    content: '←';
    margin-right: 8px;
}
.post-navigation .nav-next span::after {
    content: '→';
    margin-left: 8px;
}
.post-navigation .nav-post h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
    color: #333;
    transition: all 0.3s ease;
}
.post-navigation .nav-post:hover h5 {
    color: #1c1c1c;
}
.post-navigation .nav-post h5 a {
    color: inherit;
    text-decoration: none;
}

/* 没有上一篇/下一篇时的样式 */
.post-navigation .col-md-6:empty,
.post-navigation .col-md-6:has(> :empty) {
    display: none;
}

/* 当只显示"没有了"时隐藏或美化 */
.post-navigation .nav-post-empty,
.post-navigation .col-md-6 > span:only-child {
    display: block;
    padding: 30px 35px;
    color: #ccc;
    font-size: 14px;
}

/* 响应式 */
@media (max-width: 767px) {
    .post-navigation .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-navigation .nav-prev {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    .post-navigation .nav-prev,
    .post-navigation .nav-next {
        text-align: center;
    }
    .blog-details-area .em-blog-content {
        padding: 25px 20px;
    }
}

/* ========== 导航空状态样式 ========== */
.post-navigation .nav-empty {
    opacity: 0.5;
    cursor: default;
}
.post-navigation .nav-empty h5 {
    color: #999;
    font-style: italic;
}
.post-navigation a.nav-post {
    text-decoration: none;
    display: block;
}
.post-navigation a.nav-post:hover {
    text-decoration: none;
}

/* ========== 强制覆盖原有样式 ========== */
.blog-details-area .dreamit-single-blog-box {
    display: block !important;
}
.blog-details-area .em-blog-content,
.blog-details-area .em-blog-content * {
    float: none !important;
}
.blog-details-area .em-blog-content .meta-blog,
.blog-details-area .em-blog-content .blog-page-title,
.blog-details-area .em-blog-content .post-main-title,
.blog-details-area .em-blog-content .softech-blog-socails,
.blog-details-area .em-blog-content .post-tags {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* 文章内容段落 */
.blog-details-area .blog-page-title > p,
.blog-details-area .blog-page-title > div,
.blog-details-area .blog-page-title > ul,
.blog-details-area .blog-page-title > ol,
.blog-details-area .blog-page-title > blockquote,
.blog-details-area .blog-page-title > pre,
.blog-details-area .blog-page-title > table,
.blog-details-area .blog-page-title > h1,
.blog-details-area .blog-page-title > h2,
.blog-details-area .blog-page-title > h3,
.blog-details-area .blog-page-title > h4,
.blog-details-area .blog-page-title > h5,
.blog-details-area .blog-page-title > h6 {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* ==========================================================================
   v1.2.3 - 彻底修复文章布局问题
   ========================================================================== */

/* 覆盖原始CSS中的float问题 */
.blog-details-area .meta-blog {
    float: none !important;
    margin-right: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    width: 100% !important;
    clear: both !important;
}

/* 彻底清除浮动 */
.blog-details-area .em-blog-content {
    overflow: visible !important;
}
.blog-details-area .em-blog-content::before,
.blog-details-area .em-blog-content::after {
    content: '' !important;
    display: table !important;
    clear: both !important;
}
.blog-details-area .post-main-title::after,
.blog-details-area .meta-blog::after,
.blog-details-area .blog-page-title::after {
    content: '' !important;
    display: table !important;
    clear: both !important;
}

/* 强制所有元素块级显示 */
.blog-details-area .em-blog-content > * {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

/* 重写文章内容区块 */
.blog-details-area .blog-page-title {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    overflow: visible !important;
    line-height: 2;
    color: #444;
    font-size: 16px;
}

/* 重写上一篇/下一篇导航 - 更美观的样式 */
.post-navigation {
    background: #fff !important;
    margin: 40px 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08) !important;
    display: block !important;
    width: 100% !important;
}
.post-navigation > .row {
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}
.post-navigation > .row > .col-md-6 {
    padding: 0 !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}
.post-navigation .nav-post {
    display: block !important;
    padding: 30px 35px !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
    min-height: 100px !important;
    text-decoration: none !important;
    border: none !important;
}
.post-navigation a.nav-post:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}
.post-navigation .nav-prev {
    text-align: left !important;
    border-right: 1px solid #eee !important;
}
.post-navigation .nav-next {
    text-align: right !important;
}
.post-navigation .nav-post > span {
    display: block !important;
    color: #888 !important;
    font-size: 12px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}
.post-navigation .nav-prev > span::before {
    content: '← ' !important;
}
.post-navigation .nav-next > span::after {
    content: ' →' !important;
}
.post-navigation .nav-post > h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.6 !important;
    color: #333 !important;
}
.post-navigation a.nav-post:hover > h5 {
    color: #1c1c1c !important;
}
.post-navigation .nav-empty {
    opacity: 0.4 !important;
}
.post-navigation .nav-empty > h5 {
    font-style: italic !important;
    color: #999 !important;
}

@media (max-width: 767px) {
    .post-navigation > .row > .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .post-navigation .nav-prev {
        border-right: none !important;
        border-bottom: 1px solid #eee !important;
    }
    .post-navigation .nav-prev,
    .post-navigation .nav-next {
        text-align: center !important;
    }
}
