html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}

body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #5e5e5e;
    line-height: 1.42857143;
    background-color: #f7f8f9;
}

.iconfont {
    font-size: 14px;
}

h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #656565
}

a:hover {
    color: #72b572;
}

.wrap {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.header-bottom {
    position: relative;
    box-sizing: border-box;
}

.logo {
    float: left;
    font-size: 30px;
    padding: 20px 0;
}

.logo a {
    color: #000;
    display: inline-block;

}

.search-icon {
    float: right;
    margin-top: 22px;

}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #999;
    font-size: 14px;
    height: 33px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: transparent;
}

.search-group input[type="search"] {
    outline: medium none;
    padding: 6px 50px 6px 12px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    height: 33px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    transition: all 0.4s ease-in-out 0s;
}

.search-group input[type="search"]:focus {
    outline: none;
    border-color: #000;
}



#navBar {
    float: right;
}

#navBar ul li {
    float: left;
}

#navBar ul li>a {
    font-size: 14px;
    color: #525252;
    display: block;
    padding: 30px 40px 0 0;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#navBar ul li.active>a {
    color: #1c1c1c;
}


#navBar ul li>a:hover {
    color: #72b572;
}

#header .header-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#header.fixed .header-bottom {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    z-index: 100;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.mobile_key {
    display: none;
}

.hot-news-title {
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
}

.hot-news-title a {
    color: #152535;
}
#footer{text-align: center;}
.footer-top {
    padding:20px 0 15px;
    border-top:1px solid #e6e6e6;
}

.footer-top .link a {
    margin-right: 15px;
    display: inline-block;
    z-index: 1;
    position: relative;
}


.footer-top .link a:hover {
    color: #72b572;
}

.footer-top .link a:hover:before {
    height: 100%;
}
.footer-bottom{padding-bottom: 20px;}


.content-left {
    float: left;
    width: 62%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 30%;
    box-sizing: border-box;
}

.blog-news-single {
    padding:10px;
    margin-bottom: 50px;
    background: #fff;
    transition: .5s ease;
    border-radius: 5px;
}

.blog-news-single:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);

}

.blog-news-single:hover .blog-news-title h2 a {
    color: #72b572;
}

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
    font-size: 0;
    border-radius: 15px;
    overflow:hidden;
}

.blog-news-single .blog-news-img a {
    display: block;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    position: relative;
}
.blog-news-single .blog-news-img a img{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog-news-single .blog-news-title {
    padding: 20px 10px;
}

.blog-news-single .blog-news-title h2 {
    color: #152535;
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 15px;
    max-width: 75%;
}

.blog-news-single .blog-news-title h2 a {
    color: #152535;
}
.blog-tool{margin-bottom: 20px;}
.blog-news-single .blog-news-title .blog-catagory {
    float:left;
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 12px;
    color: #f2546a;
    background: #fbe6e9;
    text-transform: uppercase;
}
.blog-icon {
    float: right;
    font-weight: bold;
}
.blog-icon a{font-size: 12px; margin-left: 15px;}
.blog-icon i{font-size: 12px; margin-right: 2px;}

.newsletter-widget form{position:relative;}
.newsletter-widget form input {
    width: 100%;
    height: 35px;
    border: none;
    background: #f7f7f9;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 12px;
    color: #656565;
    padding: 0 25px;
    font-weight: 600;
    box-sizing: border-box;
    outline: none;
}
.newsletter-widget form button {
    height: 35px;
    color: #72b572;
    border: none;
    padding: 0 25px;
    position:absolute; right:0; top:0;
    transition:.5s ease;
    background-color: transparent;
}
.newsletter-widget form button i{font-size: 18px;}


.newsletter-widget .t {
    margin-bottom: 20px;
    color:#506172;
}

.sidebar-widget {
    padding:20px;
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-widget ul>li>a {
    display: inline-block;
    font-size: 14px;
}
.widget-news li{margin-bottom: 15px;}
.widget-information li{position:relative; padding-left: 15px; margin-bottom: 15px; transition:.5s ease;}
.widget-information li:after{
    content:'';
    position:absolute;
    left:0;
    width:4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    top:50%;
    transform: translateY(-50%);
    transition:.5s ease;
}
.widget-information li:hover{
    transform: translateX(5px);
}
.widget-information li:hover::after{
    background-color: #72b572;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.widget-catg li i {
    color: #72b572
}

.blog-archive-area {
    padding: 40px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.blog-title h2 {
    font-size: 20px;
    color: #152535;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

.single-blog-post-details h2 {
    color: #152535;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
    ;
}

.detail .single-blog-post-details h2 {
    padding-bottom: 0;
}

.detail .single-blog-post-details h2::after {
    display: none;
}


.single-blog-post-details .post-data {
    margin: 0 0 20px;
    display: inline-block;
}

.single-blog-post-details .post-data a {
    color: #72b572;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 22px;
    color: #152535;
    margin-bottom: 12px;
}
.single-blog-post-content .dsc{
    font-size: 16px;
}

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    color: #fff !important;
    border:none;
    border-radius:5px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #72b572;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background-color: #000;
}
.comments-box-area{border-top:1px solid #eee; padding-top: 30px;}
.comments-box-area h2 {
    color: #152535;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
}
.comments-box-area .t{color:#666;}

.form-control {
    color: #555;
    background-image: none;
    font-size: 12px;
    font-style: italic;
    box-sizing: border-box;
    outline: none;
    line-height: 50px;
    height: 50px;
    border:1px solid #eee;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;

}

.form-group1 .form-control[name="email"] {
    margin-right: 0;
}

.comments-form {
    margin-top: 15px;
}

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 180px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #72b572 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 20px;
}

.blog-pagination {
    display: inline;
    padding: 0 0 15px;
}

.pagination-nav li {
    display: inline-block;
    text-align: center;
}

.pagination-nav li a {
    border-radius: 5px;
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}

.pagination-nav li.active a,
.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #72b572;
    border-color: #72b572;
}

.widget-news a {
    transition: .4s ease;
}

.widget-news a:hover {
    color: #72b572;
    transform: translateX(5px)
}

.widget-news i {
    width: 3%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.widget-news span {
    width: 93%;
    display: inline-block;
    vertical-align: top;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}


.crumbs-nav{
    padding-top:40px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
}
.crumbs-nav.detail{text-align: left;}
.crumbs ul{text-align: center; margin-top: 10px;}
.crumbs ul li{display: inline-block; vertical-align: middle; margin:0 2px;}

.cate-title{ color:#f2546a; font-size: 45px; font-weight: bold; position:relative;}
.cate-title .post-count{font-size: 13px;
    font-weight: 500;
    position: absolute;
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-left: 15px;
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid #f2546a;
    color: #f2546a;}

.crumbs-nav .blog-author{
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    letter-spacing: .8px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    background-color: #f2546a;
}
.crumbs-nav .blog-author a{color:#fff;}
.crumbs-nav.detail .cate-title{color:#000; width:70%; line-height: 1.2; font-size: 35px; margin:20px 0;}
.crumbs-nav.detail .blog-icon{float:none;}
.crumbs-nav.detail .blog-icon a{margin-right: 15px; margin-left: 0;}

@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

}










@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
        box-sizing: border-box;
    }

    #header .header-bottom {
        border: none;
    }


    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        width: 50px;
        height: 50px;
        margin-left: 10px;
        margin-top: 18px;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -8px;
        background: #000;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -8px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 0;
    }

    .mobile_key:after {
        content: '';
        margin-top: 8px;
    }

    .menu-open .mobile_key:before {
        opacity: 0;
        transition: 0.2s ease 0.1s;
    }

    .menu-open .mobile_key:after {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    .menu-open .mobile_key span {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    #navBar {
        float: none;
        position: fixed;
        top: 0;
        left: -80%;
        z-index: 1000;
        width: 80%;
        height: 10000px;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
        overflow-x: hidden;
    }

    #navBar .bg {
        width: 100%;
        height: 1000px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        display: none;
    }

    #navBar.on {
        left: 0;
    }

    #navBar.on .bg {
        display: block;
    }

    #navBar ul {
        position: absolute;
        background-color: #fff;
        z-index: 100;
        width: 100%;
        height: 100%;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 10px;
        color: #454343;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
        line-height: 1.5;
    }

    #navBar ul li:hover>a {
        color: #72b572;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 50px;
        box-sizing: border-box;
    }

    #navBar ul li>a:hover:before,
    #navBar ul li.active>a:before {
        width: 0;
    }







}

















@media only screen and (max-width:760px) {

    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 35px;
        height: 35px;
        margin: 10px 0 0;
        border: none;
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        width: 15px;
    }

    .mobile_key span {
        margin-top: -5px;
    }

    .mobile_key:after {
        margin-top: 5px;
    }




    .footer-top .link a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 2px;
    }


    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 20px;
    }

    .content-right {
        padding: 0;
    }

    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .blog-archive-left .blog-news-single {
        margin-bottom: 20px;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 16px;
    }

    .widget-title {
        font-size: 16px;
    }

    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 35px;
    }
    .newsletter-widget form button{padding:0 15px;}

    .widget-news span {
        font-size: 12px;
    }

    .sidebar-widget ul>li>a {
        font-size: 12px;
    }


    .sidebar-widget {
        margin-bottom: 20px;
    }

    .blog-title h2 {
        font-size: 16px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data {
        margin-bottom: 10px;
    }

    .single-blog-post-details .post-data a {
        font-size: 12px;
    }

    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .single-blog-post-details {
        margin-bottom: 15px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }
    .comments-box-area h2 {
        font-size: 18px;

    }
    .form-group1 .form-control {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 .form-control:first-child {
        margin-bottom: 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 40px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .single-blog-post-details .info .tit {
        font-size: 16px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .blog-archive-left .blog-news-single h2 {
        margin-bottom: 0;
        max-width: 100%;
    }
    .blog-news-single .blog-news-title .con{display:none;}
    .pagination-nav{margin-bottom: 0;}
    .pagination-nav li a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single .blog-news-title {
        padding: 15px 10px;
    }

    .hot-news-title {
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }



    .cate-title{font-size: 20px;}

    .crumbs-nav{padding-top:20px;}
    .cate-title .post-count{display:none;}
    .search-icon{display:none;}

    .blog-news-single .blog-tool{margin-bottom: 12px;}
    .blog-news-single .blog-news-title .blog-catagory{float:none;}
    .blog-icon{float:none; margin-top: 12px;}
    .blog-icon a{margin-left: 0; margin-right: 10px;}

    .footer-bottom{padding-bottom: 15px; font-size: 12px;}
    .footer-top{padding-top: 15px; padding-bottom: 10px;}

    .comments-box-area{padding-top: 15px;}
    .crumbs-nav.detail .cate-title{font-size: 20px; width:100%; margin:15px 0;}

}

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

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

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

.grecaptcha-badge {
    visibility: hidden;
}

/* Modern Pagination Styles */
.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #5e5e5e;
  background-color: #fff;
  border: 2px solid #CACACA;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(114, 181, 114, 0.1);
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(114, 181, 114, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 2px solid #72b572;
  background-color: #72b572;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(114, 181, 114, 0.3);
}

.basic-pagination li a.current {
  background-color: #72b572;
  border: 2px solid #72b572;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(114, 181, 114, 0.4);
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: #72b572;
  font-weight: 600;
  cursor: default;
  box-shadow: none;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}
