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;

}

::selection {
  background-color: #8050fa;
  color: #fff; }

  input{
    outline: none;
  }

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


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

h4{
    font-size: 18px;
}

img {
    width: 100%;
}

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


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

a:hover {
    color: #ef1b48;
}

.widget-information a:hover {
    text-decoration: underline;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}

.header-wrap {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 30px;
    line-height: 1;
}

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

}

#navBar ul li {
    float: left;
    padding: 5px 0;
    margin: 0 5px;

}

#navBar ul li>a {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    width: 100%;
    background: rgba(239, 27, 72, 0.9);
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 20px 0;
}


.mobile_key {
    display: none;
}


#footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px 0;
    background: #222222;
}

.footer-left {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-right{
    color: #777777;
}

.footer-left .link a {
    color: #231f1f;
    margin: 0 5px 0 20px;
    display: inline-block;
    color: #ef1b48;
}

.header-top {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 48px;
    background-color: #f0f4f8;
}

.header-top .header-top-tit {
    float: left;
    font-size: 16px;
    background-color: #ef1b48;
    color: #fff;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 20px;
}

.header-top .header-top-news {
    float: left;
    width: 80%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 48px;
}


.header-top .header-top-news .ticker {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 14px 0;
    text-align: left;
}

.header-top .header-top-news .ticker ul {
    width: 100%;
    position: relative;
}

.header-top .header-top-news .ticker ul li {
    width: 100%;
    display: none;
}

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

.content-right {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.blog-news-single {
    display: inline-block;
    width: 46%;
    margin-left: 25px;
    padding: 0 15px;
    margin-bottom: 60px;
    vertical-align: top;
    box-sizing: border-box;
}


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

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.blog-news-single .blog-news-img a img{
    display: block;
    transition: 0.3s;
}

.blog-news-single:hover .blog-news-img a img{
    transform: scale(1.3);
}

.blog-news-single .blog-news-title h2 {
    color: #232323;
    font-size: 18px;
    line-height: 1.2;
}

.blog-news-single .blog-date {
    color: #636363;
    font-size: 12px;
}

.blog-news-single .blog-news-title .blog-catagory {
    display: block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #777777;
}

.more-btn{
    background: #f9f9ff;
    line-height: 38px;
    padding: 0 30px;
    margin-top: 15px;
    border-radius: 25px;
    border: 1px solid #e9e9e9;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.blog-news-single:hover .more-btn{
    background: #ef1b48;
    color: #fff;
}

.mobile_tools {
    display: none;
}

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

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

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

.single-blog-post-details h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 2px;
    font-weight: 400;
}
.single-blog-post-details h2::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 50px;
    background-color: #ef1b48;
}
.detail .single-blog-post-details h2{padding-bottom: 0;}
.detail .single-blog-post-details h2::after{display:none;}


.single-blog-post-details .post-data {
    display: inline-block;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0px 20px;
    font-size: 12px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 28px;
    background: #f9f9ff;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.single-blog-post-details .post-data:hover{
    background: #000;
}
.single-blog-post-details .post-data:hover a{
    color: #fff;
}

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

.text-container p{
    font-size: 14px;
    margin-bottom: 15px;
    color: #777777;
}

.text-container p a{
    color: #007bff;
}

.text-container p a:hover{
    color: #0056b3;
}

.text-container.privacy{
    padding: 0 15px;
}

.text-container h2{
    font-size: 30px;
}

.text-container.privacy h2{
    margin: 0;
}

.text-container li{
    color: #777777;
}
.text-container li strong{
    font-weight: bolder;
}

.news_d_footer {
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    display: flex;
    width: 100%;
    padding-top: 15px;
    margin-top: 40px;
}

.news_d_footer a {
    font-size: 14px;
    color: #777777;
}

.news_d_footer a i {
    padding-right: 8px;
}

.news_d_footer .news_socail a {
    margin-right: 10px;
    color: #cccccc;
    font-size: 14px;
}
.news_d_footer .news_socail a:nth-of-type(2) i{
    font-size: 12px;
}

.news_d_footer .news_socail a i:hover{
    color: #ef1b48;
}

.ml-auto {
    margin-left: auto !important;
}

.add-post-btn {
    float: right;
    border-radius: 5px;
    line-height: 48px;
    padding: 0px 30px;
    background: #ef1b48;
    color: #fff;
    border: 1px solid #e9e9e9;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.add-post-btn:hover {
    background: transparent;
    color: #000;
    border-color: #ef1b48;
}

.comments-box-area {
    margin-bottom: 30px;
    padding: 0 15px;
}

.comments-box-area h2 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.comments-box-area h2::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 50px;
    background-color: #ef1b48;
}


.form-control {
    padding: 8px 20px;
    background: #f9f9ff;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 1.5;
    box-sizing: border-box;
    outline: none;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    border-radius: 0px;
    height: auto;
}

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

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

.comments-form input {
    display: block;
}

.comments-form textarea {
    height: 140px;
    resize: none;
    font-size: 16px !important;
}

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

.blog-pagination {
    display: flex;
    padding: 20 0 0;
    width: 100%;
    justify-content: center;
}

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

.pagination-nav li a {
    color: #777777;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    padding: 8px 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

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

.pagination-nav li a .iconfont{
    font-size: 12px;
    margin-left: 2px;
}

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

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

.single-widget {
    border: 1px solid #eee;
    padding: 30px;
    margin-bottom: 30px;
}

.search-widget form.example {
    border: 1px solid #eee;
    background: #f9f9ff;
    border-radius: 50px;
    margin:auto;
    max-width:300px;
    position: relative;
}

.search-widget form.example input[type="text"] {
    padding: 13px 20px;
    font-size: 14px;
    border: none;
    width: 80%;
    background: transparent;
}

.search-widget form.example input[type="text"].placeholder {
    text-transform: uppercase;
    font-size: 12px;
    color: #999999;
}
.search-widget form.example input[type="text"].placeholder {
    text-transform: uppercase;
    font-size: 12px;color: #999999; }
  .search-widget form.example input[type="text"]:-moz-placeholder {
    text-transform: uppercase;
    font-size: 12px;color: #999999; }
  .search-widget form.example input[type="text"]::-moz-placeholder {
    text-transform: uppercase;
    font-size: 12px;color: #999999; }
  .search-widget form.example input[type="text"]::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 12px;color: #999999; }

.search-widget form.example button {
    width: 20%;
    padding: 5px 4px 3px 15px;
    background: transparent;
    color: white;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 14%;
}

.search-widget i {
    padding: 12px;
    background: #ef1b48;
    border-radius: 29px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #ef1b48;
}

.protfolio-widget ul li {
    padding-right: 25px;
    display: inline-block;
}

.protfolio-widget ul li a i {
    color: #dddddd;
    font-size: 14px;
}

.protfolio-widget ul li:nth-of-type(2) a i {
    font-size: 12px;
}

.protfolio-widget ul li:nth-of-type(4) a i {
    font-size: 16px;
}

.protfolio-widget ul li a i:hover{
    color: #ef1b48;
}

.single-widget .title {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: 35px;
}

.single-widget .title:before {
    content: "";
    position: absolute;
    left: -35px;
    top: 3px;
    height: 20px;
    width: 20px;
    background: #ef1b48;
}

.single-popular-post{
    padding-top: 15px;
}

.popular-posts-widget .single-popular-post .popular-details h4{
    font-size: 16px;
}

.category-widget ul li{
    padding: 0px 0px 10px;
}
.category-widget ul li a{
    color: #007bff;
    font-size: 16px;
    line-height: 30px;
}

.category-widget ul li a:hover{
    color: #0056b3;
}

.newsletter-widget .form-group input {
    width: 100%;
    line-height: 44px;
    padding: 0 15px;
    border-radius: 42px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
}

.primary-btn {
    background: #f9f9ff;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 25px;
    border: 1px solid #e9e9e9;
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}

.newsletter-widget .primary-btn {
    background: #ef1b48;
    color: #fff;
    width: 100%;
    line-height: 48px;
    border: 1px solid #ef1b48;
    text-transform: uppercase;
}

.newsletter-widget .primary-btn i{
    font-size: 14px;
    margin-left: 5px;
}







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

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

    .wrap {
        width: auto;
    }

}










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

    .header-wrap,
    .wrap {
        width: 750px;
    }

    .wrap{
        display: block;
    }

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

    .menu-open .mobile_key{
        z-index: 1001;
    }

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

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

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

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

    .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 {
        display: block;
        float: none;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: -260px;
        z-index: 1000;
        width: 260px;
        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.on {
        left: 0;
    }

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

    #navBar ul li>a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none;
        font-weight: 700;
    }

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

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



    .logo {
        width: auto;
    }

    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 18px;
    }


    .sidebar{
        margin-top: 80px;
    }






}

















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

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

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


    .logo {
        font-size: 30px;
    }

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

    .mobile_key i {
        font-size: 25px;
    }

    #footer {
        padding: 90px 0;
    }

    .footer-left {
        width: 100%;
        text-align: center;
        display: block;
    }

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

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

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

    .content-right {
        padding: 0;
    }

    .header-top {
        display: none;
    }

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

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin: 0 0 60px 0;
        padding: 0;
    }

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

    .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-details {
        margin-bottom: 25px;
        padding: 0;
    }

    .comments-box-area {
        padding: 0;
    }

    .comments-box-area h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .single-blog-post-details h2:after,
    .comments-box-area h2::after {
        top: 25px;
        width: 30px;
    }

    .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 {
        padding-bottom: 8px;
    }


    #mobile-body-overly {
        width: 100%;
        height: 100%;
        z-index: 997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        display: none;
    }

    .single-widget {
        padding: 30px 10px;
    }

}

.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: #000000;
  background-color: #fff;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  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(239, 27, 72, 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(239, 27, 72, 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 #ef1b48;
  background-color: #ef1b48;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(239, 27, 72, 0.3);
}

.basic-pagination li a.current {
  background-color: #ef1b48;
  border: 2px solid #ef1b48;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(239, 27, 72, 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: #ef1b48;
  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;
  }
}
