:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: 'lora', sans-serif!important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

@font-face {
    font-family: 'lora';
    src: url(../font/Lora-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h4 {
    font-size: calc(1.275rem+.3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

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

ul {
    padding-left: 2rem
}

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

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img,
svg {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

textarea {
    resize: vertical
}

.container,
.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media(min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

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

textarea.form-control {
    min-height: calc(1.5em+(.75rem+2px))
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn:hover {
    color: #212529
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.position-relative {
    position: relative !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

[class*=lastudioicon-] {
    display: inline-block;
    font: normal normal normal 1em/1 LaStudioIcons;
    speak: none;
    text-transform: none
}

.lastudioicon-b-dribbble:before {
    content: '\e800'
}

.lastudioicon-menu-4-1:before {
    content: '\ea0d'
}

.lastudioicon-zoom-1:before {
    content: '\ea19'
}

.lastudioicon-arrow-right:before {
    content: '\ea6b'
}

.lastudioicon-arrow-left:before {
    content: '\ea6c'
}

.lastudioicon-b-twitter:before {
    content: '\f099'
}

.lastudioicon-b-facebook:before {
    content: '\f09a'
}

.lastudioicon-b-instagram:before {
    content: '\f16d'
}

.pfi {
    font-family: LaStudioIcons;
    font-weight: 400;
    font-style: normal
}

.pfi.pfi-standard:before {
    content: "?"
}

body {
    color: #868686;
    font-size: 20px;
    font-family: 'lora', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

@media(max-width:1699px) {
    body {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 16px
    }
}

h4,
h5 {
    color: #181818;
    font-family: "Big Shoulders Display", cursive;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 0
}

a {
    color: #ec387b;
    text-decoration: none;
    transition: all .3s ease-out
}

a:active,
a:focus,
a:hover {
    box-shadow: none;
    color: #ce4100;
    outline: 0;
    text-decoration: none
}

a img {
    border: 0
}

.btn:focus {
    box-shadow: none
}

p {
    margin-bottom: 30px
}

p:last-child {
    margin-bottom: 0
}

:active,
:focus {
    box-shadow: none;
    outline: 0 !important
}

img {
    max-width: 100%
}

input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

blockquote,
ul {
    margin-bottom: 30px
}

.wrapper {
    overflow-x: hidden
}

.container {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width:1399.98px) {
    .container {
        max-width: none;
        padding-left: 15px;
        padding-right: 15px
    }
}

.container.max-1440 {
    max-width: 1440px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px
}

.no-gutter {
    margin-right: 0;
    margin-left: 0
}

.no-gutter .col,
.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.row-gutter-20 {
    margin-right: -10px;
    margin-left: -10px
}

.row-gutter-20 [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

section .container {
    padding-bottom: 150px;
    padding-top: 150px
}

@media only screen and (max-width:1199px) {
    section .container {
        padding-bottom: 90px;
        padding-top: 90px
    }
}

.btn-theme {
    background-color: #181818;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 35px;
    transition: all .3s ease-out
}

/* t @media only screen and (max-width:1199px) {
    padding:16px 28px
} */

.pagination-content-wrap {
    margin-top: 4px;
    margin-bottom: 36px
}

.pagination-content-wrap li {
    display: inline-block;
    margin: 0 5px 0 0
}

.pagination-content-wrap li a {
    border: 1px solid #ebebeb;
    color: #454545;
    display: block;
    font-size: 14px;
    line-height: 20px;
    min-width: 38px;
    padding: 8px 2px;
    position: relative;
    text-align: center;
    transition: all .3s ease-out
}

.pagination-content-wrap li a.active {
    background-color: #181818;
    border-color: #181818;
    color: #fff
}

.pagination-content-wrap li a:hover {
    background-color: #181818;
    border-color: #181818;
    color: #fff
}

.pagination-content-wrap li .dots {
    border-color: transparent;
    background: 0;
    padding: 0;
    min-width: 0;
    font-size: 14px
}

.mb--0 {
    margin-bottom: 0 !important
}

.main-menu>li {
    margin-right: 14px;
    padding: 3px 0
}

.main-menu>li:last-child {
    margin-right: 0
}

.main-menu>li>a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    padding: 7px 25px;
    position: relative
}

.main-menu>li:hover>a {
    color: #ec387b
}

.main-menu>li:hover>a:before {
    color: #ec387b
}

.res-mobile-menu {
    margin: 0
}

.res-mobile-menu .slicknav_btn {
    display: none
}

.res-mobile-menu .slicknav_menu {
    background-color: transparent;
    padding: 0
}

.res-mobile-menu .slicknav_nav {
    display: block !important;
    padding: 60px 40px 50px;
    margin: 0
}

.res-mobile-menu .slicknav_nav li a {
    margin: 0;
    background-color: transparent;
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    padding: 17px 0;
    letter-spacing: .4px;
    color: #fff;
    opacity: 1;
    position: relative
}

.res-mobile-menu .slicknav_nav li a:hover {
    color: inherit;
    background-color: transparent
}

.header-area {
    padding: 0
}

.header-area .container-fluid {
    padding: 0 38px
}

@media only screen and (max-width:1199px) {
    .header-area .container-fluid {
        padding: 0 15px
    }
}

.header-area .container-fluid .col {
    height: 50px;
    display: flex
}

@media only screen and (max-width:1199px) {
    .header-area .container-fluid .col {
        height: 40px
    }
}

.header-area .container-fluid .col:nth-child(1) {
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    max-width: 25%
}

.header-area .container-fluid .col:nth-child(2) {
    align-items: center;
    justify-content: center;
    max-width: 70%
}

.header-area.sticky-header {
    transition: all .4s ease-out
}

.container-fluid,
section {
    max-width: 1170px;
    margin: 0 auto
}

.header-area.header-default {
    background-color: #fff;
    /* position: fixed; */
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw
}

.header-area.header-default .main-menu.nav>li>a {
    color: #2f2f2f
}

.header-area.header-default .main-menu.nav>li>a:before {
    color: #2f2f2f
}

.header-area.header-default .main-menu.nav>li>a:hover {
    color: #ec387b
}

.header-area.header-default .main-menu.nav>li>a:hover:before {
    color: #ec387b
}

@media only screen and (max-width:1199px) {
    .header-area .header-navigation-area {
        display: none
    }
}

.header-area .main-menu.nav {
    align-items: center;
    justify-content: center
}

.header-area .main-menu.nav>li {
    padding: 0;
    margin-right: 0
}

.header-area .main-menu.nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0;
    position: relative;
    padding: 0 25px;
    text-transform: capitalize;
    transition: all .3s ease-out
}

.header-area a span {
    position: relative
}

.header-area a span:before {
    content: "";
    transition: all .3s ease-out
}

.header-area .main-menu.nav>li>a:hover {
    color: #ec387b
}

.header-area .main-menu.nav>li>a:hover:after {
    bottom: auto;
    height: 100%;
    top: 0
}

.header-area .main-menu.nav>li:first-child {
    margin-left: 0
}

.header-area .main-menu.nav>li:last-child {
    margin-right: 0
}

.header-area .main-menu.nav>li:hover span:before {
    background-color: #ec387b;
    width: 100%;
    left: 0;
    right: auto
}

.header-area .btn-menu {
    background-color: transparent;
    color: #282828;
    border: 0;
    margin: 0;
    padding: 14px 0 12px;
    font-size: 25px;
    padding-right: 5px;
    transition: all .4s ease-out
}

.header-area .btn-menu:hover {
    color: #ec387b
}

.header-logo-area {
    margin-top: -2px
}

.header-logo-area a {
    display: block
}

.off-canvas-wrapper.active {
    display: block
}

.off-canvas-wrapper-btn.aside-style-left {
    line-height: 1;
    margin-right: 30px
}

.off-canvas-wrapper-btn.aside-style-left .btn-menu {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    transition: all .3s ease-out
}

.off-canvas-wrapper-btn.aside-style-left .btn-menu:hover {
    color: #ec387b
}

.off-canvas-wrapper-btn-style2 {
    display: none
}

@media only screen and (max-width:1199px) {
    .off-canvas-wrapper-btn-style2 {
        display: inline-block
    }
}

.off-canvas-wrapper-btn-style2 .btn-menu {
    color: #fff;
    padding: 0;
    margin: 5px 18px 0 0;
    line-height: 1;
    font-size: 24px
}

.off-canvas-wrapper-btn-style2 .btn-menu-dark {
    color: #181818
}

.off-canvas-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    transition: .3s
}

.off-canvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    left: 0
}

.off-canvas-wrapper.active .off-canvas-inner {
    transform: none
}

.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
    transform: none;
    transition-delay: .3s
}

.off-canvas-wrapper.active .btn-close {
    display: block
}

.off-canvas-wrapper.active .off-canvas-overlay {
    opacity: 1;
    visibility: visible
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.off-canvas-wrapper .btn-menu-close {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ec387b;
    opacity: 1;
    border-radius: 0;
    color: #fff;
    background-image: none;
    padding: 0 40px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    border: 0;
    position: relative;
    transition: all .3s ease-out
}

.off-canvas-wrapper .btn-menu-close i {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translate(0, -50%)
}

.off-canvas-wrapper .btn-menu-close:hover {
    color: #ec387b;
    background-color: #222
}

.off-canvas-wrapper .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transform: translateX(0);
    transition: .3s;
    height: 100vh;
    width: 100%;
    z-index: 3
}

.off-canvas-item li {
    margin: 10px 0
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    background-color: #1f1f1f;
    height: 100%;
    padding: 0;
    position: relative;
    overflow-y: auto;
    transition: .4s;
    transition-duration: .4s;
    transform: translateX(-100%);
    width: 440px;
    z-index: 9
}

.off-canvas-wrapper-btn-style2 {
    display: none
}

@media only screen and (max-width:1199px) {
    .off-canvas-wrapper-btn-style2 {
        display: inline-block
    }
}

.off-canvas-wrapper-btn-style2 .btn-menu {
    color: #fff;
    padding: 0;
    margin: 5px 18px 0 0;
    line-height: 1;
    font-size: 24px
}

.off-canvas-wrapper-btn-style2 .btn-menu-dark {
    color: #181818
}

.off-canvas-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    width: 100%;
    transition: .3s;
    z-index: 9999
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    height: 100%;
    width: 100%;
    z-index: 2
}

.off-canvas-wrapper .btn-menu-close {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ec387b;
    opacity: 1;
    border-radius: 0;
    color: #fff;
    background-image: none;
    padding: 0 40px;
    line-height: 60px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    border: 0;
    position: relative;
    transition: all .3s ease-out
}

.off-canvas-wrapper .btn-menu-close i {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translate(0, -50%)
}

.off-canvas-wrapper .btn-menu-close:hover {
    color: #ec387b;
    background-color: #222
}

.off-canvas-wrapper .off-canvas-inner {
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    position: relative;
    transform: translateX(0);
    transition: .3s;
    height: 100vh;
    width: 100%;
    z-index: 3
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
    background-color: #1f1f1f;
    height: 100%;
    padding: 0;
    position: relative;
    overflow-y: auto;
    transition: .4s;
    transition-duration: .4s;
    transform: translateX(-100%);
    width: 440px;
    z-index: 9
}

@media only screen and (max-width:991px) {
    .off-canvas-wrapper .off-canvas-inner .off-canvas-content {
        width: 310px
    }
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
    margin: 0;
    padding: 0
}

.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item:last-child {
    margin-bottom: 0
}

.blockquote-content {
    margin-left: 20px
}

.blockquote-content p {
    color: #181818;
    font-family: Rufina, serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px
}

.blockquote-style2 {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    display: inline-block;
    margin: 40px 0;
    position: relative;
    padding: 30px 50px;
    width: 100%
}

@media only screen and (max-width:1199px) {
    .blockquote-style2 {
        margin: 30px 0;
        padding: 28px
    }
}

.blockquote-style2:before {
    content: "";
    width: 60px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: 33px;
    display: block;
    position: absolute;
    top: -15px;
    left: 40px;
    background-color: #fff;
    background-position: center
}

.blockquote-style2 .blockquote-content {
    margin-left: 0
}

.blockquote-style2 .blockquote-content .quote-title {
    color: #444;
    line-height: 1.35;
    font-size: 26px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    max-width: 100%;
    width: 530px
}

@media only screen and (max-width:1199px) {
    .blockquote-style2 .blockquote-content .quote-title {
        font-size: 20px;
        width: 100%
    }
}

.blockquote-style2 .blockquote-content .quote-text {
    color: #6c7781;
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    position: relative
}

.post-right-margin {
    margin-right: 6px
}

@media only screen and (max-width:1399.98px) {
    .post-right-margin {
        margin-right: 15px
    }
}

@media only screen and (max-width:991px) {
    .post-right-margin {
        margin-right: 0
    }
}

.post-left-margin {
    margin-left: 110px
}

@media only screen and (max-width:1399.98px) {
    .post-left-margin {
        margin-left: 15px
    }
}

@media only screen and (max-width:991px) {
    .post-left-margin {
        margin-left: 0
    }
}

.sidebar-search-form .form-group {
    position: relative
}

.sidebar-search-form .form-control {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14.3px;
    line-height: 60px;
    height: 60px;
    padding: 15px 20px;
    padding-right: 42px;
    width: 100%
}

.sidebar-search-form .form-control:active,
.sidebar-search-form .form-control:focus,
.sidebar-search-form .form-control:hover {
    border-color: #bbb
}

.sidebar-search-form .btn-src {
    display: inline-block;
    border: 0;
    color: #444;
    background: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    font-size: 18px;
    width: 1em;
    right: 15px;
    transform: translateY(-50%);
    transition: all .4s ease-out
}

.sidebar-search-form .btn-src:hover {
    color: #ec387b
}

.sidebar-title {
    color: #181818;
    font-size: 36px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 34px
}

@media only screen and (max-width:1199px) {
    .sidebar-title {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.sidebar-item {
    margin-bottom: 63px
}

.sidebar-body .category-sub-menu ul {
    margin-bottom: 0
}

.sidebar-body li {
    color: #181818;
    display: flex;
    font-size: 14px;
    line-height: 1.8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 6px 0
}

.sidebar-body li a {
    color: #181818
}

.sidebar-body li a:hover {
    color: #ec387b
}

.sidebar-product-tag {
    line-height: 1
}

.sidebar-product-tag a {
    color: #181818;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 14px;
    line-height: 1;
    transition: all .3s ease-out
}

.sidebar-product-tag a:hover {
    color: #ec387b;
    text-decoration: underline
}

.sidebar-newsletter .newsletter-form {
    position: relative
}

.sidebar-newsletter .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    color: #181818;
    display: block;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
    width: 100%
}

.sidebar-newsletter .btn-submit {
    border: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
    line-height: 1;
    position: absolute;
    padding-left: 15px;
    right: 21px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s ease-out
}

.sidebar-newsletter .btn-submit:before {
    content: "?";
    font-family: LaStudioIcons;
    font-size: 16px;
    line-height: 30px;
    display: block
}

.sidebar-newsletter .btn-submit:hover {
    color: #ec387b
}

.blog-area.blog-inner-area .container {
    padding-top: 53px;
    padding-bottom: 70px
}

.blog-area.blog-inner-area.blog-sidebar-area .post-items-style2 .content {
    padding: 66px 66px 67px
}

@media only screen and (max-width:767px) {
    .blog-area.blog-inner-area.blog-sidebar-area .post-items-style2 .content {
        padding: 20px 20px 28px
    }
}

@media only screen and (max-width:767px) {
    .blog-area.blog-inner-area.blog-sidebar-area .post-items-style2 .date {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) {
    .blog-area.blog-inner-area.blog-sidebar-area .post-items-style2 .date:before {
        margin-left: 5px;
        margin-right: 5px
    }
}

.blog-area.blog-details-area .container {
    padding-top: 0;
    padding-bottom: 70px
}

.post-items-style2 .inner-content {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    margin-bottom: 70px
}

.post-items-style2 .thumb {
    overflow: hidden;
    position: relative
}

.post-items-style2 img {
    transition: all 2s ease-out;
    /* width: 100% */
    display: block;
    margin: 0 auto;
}

.post-items-style2 .post-standard {
    background-color: #ec387b;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px
}

.post-items-style2 .post-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-items-style2 .thumb:hover img {
    transform: scale(1.2)
}

.post-items-style2 .content {
    padding: 40px
}

@media only screen and (max-width:991px) {
    .post-items-style2 .content {
        padding: 22px
    }
}

.post-items-style2 .meta-tag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px
}

.post-items-style2 .tag {
    display: flex;
    margin: 0
}

.post-items-style2 .tag li {
    color: #ec387b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8
}

.post-items-style2 .tag li a {
    color: #ec387b
}

.post-items-style2 .tag li a:hover {
    text-decoration: underline
}

.post-items-style2 p {
    color: #444;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: -1px
}

.post-items-style2 .title {
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.2
}

.post-items-style2 .title a {
    color: #ec387b
}

.post-items-style2 .title a:hover {
    color: #ec387b
}

.post-items-style2 p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 21px
}

.post-items-style2 .btn {
    border: 1px solid #ebebeb;
    color: #181818;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    padding: 10px 22px 9px;
    border-radius: 0;
    min-width: 115px
}

.post-items-style2 .btn:hover {
    background-color: #ec387b;
    color: #fff
}

.post-items-style2 .post-standard {
    display: none
}

.post-items-style2 .content {
    padding: 58px 118px 59px
}

@media only screen and (max-width:991px) {
    .post-items-style2 .content {
        padding: 35px 30px 38px
    }
}

@media only screen and (max-width:767px) {
    .post-items-style2 .content {
        padding: 20px 20px 28px
    }
}

.post-items-style2 .meta-tag {
    justify-content: flex-start
}

.post-items-style2 .date {
    position: relative;
    margin-bottom: 0
}

.post-items-style2 .date:before {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .5;
    position: relative;
    top: -1px
}

.post-items-style2 .title {
    font-size: 28px;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .post-items-style2 .title {
        font-size: 20px
    }
}

.post-items-style2 p {
    margin-bottom: 29px
}

.blog-details-content-wrap {
    /* box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1); */
    padding: 0 70px 80px
}

@media only screen and (max-width:991px) {
    .blog-details-content-wrap {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:767px) {
    .blog-details-content-wrap {
        padding: 0 30px 30px
    }
}

.blog-details-content-wrap .thumb-wrap {
    margin: 0 -70px;
    margin-bottom: 70px
}

.blog-details-content-wrap .thumb {
    position: relative;
    overflow: hidden
}

.blog-details-content-wrap img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
    transition: all 2s ease-out
}

.blog-details-content-wrap .thumb:hover img {
    transform: scale(1.2)
}

.blog-details-content-wrap .content {
    padding-bottom: 20px
}

.blog-details-content-wrap .meta-tag {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5px
}

.blog-details-content-wrap .tag {
    display: flex;
    margin: 0
}

.blog-details-content-wrap .tag li {
    color: #ec387b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8
}

.blog-details-content-wrap .tag li a {
    color: #ec387b
}

.blog-details-content-wrap .tag li a:hover {
    text-decoration: underline
}

.blog-details-content-wrap .meta-post {
    line-height: 1
}

.blog-details-content-wrap .info {
    display: flex;
    line-height: 1;
    margin-bottom: 34px
}

.blog-details-content-wrap li {
    color: #444;
    font-size: 12px;
    display: inline-block
}

.blog-details-content-wrap li a {
    color: #444
}

.blog-details-content-wrap li a:hover {
    color: #ec387b
}

.blog-details-content-wrap li.date:before {
    content: "|";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    opacity: .5;
    position: relative;
    top: -2px
}

.blog-details-content-wrap .title {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 19px
}

@media only screen and (max-width:767px) {
    .blog-details-content-wrap .title {
        font-size: 25px;
        margin-bottom: 15px
    }
}

.blog-details-content-wrap .title2 {
    color: #444;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4
}

.blog-details-content-wrap p {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 20px
}

.nav-links {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 71px
}

.nav-links a {
    display: inline-block;
    padding-left: 40px;
    position: relative
}

@media only screen and (max-width:767px) {
    .nav-links a {
        padding-left: 20px
    }
}

.nav-links a:before {
    color: #444;
    content: "?";
    left: 0;
    font-family: LaStudioIcons;
    position: absolute;
    font-size: 24px;
    opacity: .6;
    top: 28px;
    line-height: 20px
}

@media only screen and (max-width:767px) {
    .nav-links a:before {
        font-size: 15px;
        top: 12px
    }
}

.nav-links a .sub-title {
    color: #ec387b;
    display: block;
    font-size: 12px;
    margin-bottom: 3px
}

.nav-links a .title {
    color: #181818;
    width: 240px;
    display: block;
    max-width: 100%;
    line-height: 1.4;
    font-weight: 600;
    transition: all .3s ease-out
}

@media only screen and (max-width:767px) {
    .nav-links a .title {
        font-size: 12px;
        width: 100%
    }
}

.nav-links a:hover .title {
    color: #ec387b
}

.nav-links .nav-next {
    text-align: right
}

.nav-links .nav-next a {
    padding-right: 40px;
    padding-left: 0
}

.nav-links .nav-next a:before {
    content: "?";
    right: 0
}

.author-wrap {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    padding: 30px 40px;
    margin-bottom: 35px
}

@media only screen and (max-width:767px) {
    .author-wrap {
        display: block
    }
}

@media only screen and (max-width:479.98px) {
    .author-wrap {
        padding: 20px 20px
    }
}

.author-wrap .author-pic {
    padding-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
}

@media only screen and (max-width:767px) {
    .author-wrap .author-pic {
        margin-bottom: 20px
    }
}

.author-wrap .author-pic img {
    border-radius: 50%
}

.author-wrap .title {
    font-size: 17.9998px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    letter-spacing: -1px;
    margin-bottom: 16px
}

.author-wrap .title a {
    color: #181818
}

.author-wrap .title a:hover {
    color: #ec387b
}

.author-wrap p {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 8px;
    width: 370px;
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .author-wrap p {
        width: 100%
    }
}

.author-wrap a {
    color: #444;
    font-size: 17.9998px;
    margin-right: 15px
}

.author-wrap a:hover {
    color: #ec387b
}

.comment-form-area .title {
    color: #181818;
    font-size: 24px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    line-height: 1.4
}

.comment-form-area .form-group {
    margin-bottom: 20px
}

.comment-form-area .form-control {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    transition: all .3s ease-out
}

.comment-form-area textarea.form-control {
    height: 150px;
    margin-bottom: 9px
}

.comment-form-area .list-group-item {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: #444;
    font-size: 14px;
    margin-top: 1px
}

.comment-form-area .list-group-item .form-check-input {
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    margin: 0;
    margin-right: 18px;
    background: 0;
    filter: none
}

.comment-form-area .btn-theme {
    border: 0;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    padding: 0 38px
}

.contact-form {
    max-width: 770px;
    margin: 0 auto;
    padding: 100px 0 7px
}

@media only screen and (max-width:1199px) {
    .contact-form {
        padding: 50px 0 0
    }
}

.contact-form-title {
    color: #181818;
    font-size: 46px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    line-height: 1;
    margin-bottom: 60px;
    padding: 0;
    text-align: center
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form .form-control {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #444;
    border-radius: 0;
    box-shadow: none;
    color: #181818;
    font-size: 18px;
    line-height: 61px;
    height: 61px;
    padding: 0;
    width: 100%
}

.contact-form .form-control.form-select {
    background-position: center right
}

.contact-form textarea.form-control {
    height: 150px
}

.contact-form .btn-theme {
    background-color: #181818;
    border: 0;
    text-decoration: none;
    padding: 20px 50px 20px 50px;
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 20px
}

.contact-form .btn-theme:hover {
    background-color: #ec387b
}

.contact-form-style2 {
    padding: 176px 0 80px
}

.my-cate {
    color: #000;
    margin-top: 10px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.2em
}

@media(max-width:1800px) {
    .contact-form-style2 {
        padding: 176px 15px 80px
    }
}

@media only screen and (max-width:1399.98px) {
    .contact-form-style2 {
        padding: 20px 15px 60px
    }
}

@media only screen and (max-width:991px) {
    .contact-form-style2 {
        max-width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .contact-form-style2 .contact-form-title {
        font-size: 36px;
        margin-bottom: 10px
    }
}

.footer-area {
    background-color: #181818;
    color: #868686
}

.footer-area .footer-main {
    padding: 130px 230px 70px
}

@media only screen and (max-width:1399.98px) {
    .footer-area .footer-main {
        padding: 90px 15px 50px
    }
}

.footer-area .col:nth-child(1) {
    max-width: 15%;
    -webkit-box-flex: 1;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-area .col:nth-child(1) {
        max-width: 18%
    }
}

@media only screen and (max-width:767px) {
    .footer-area .col:nth-child(1) {
        max-width: 33.333333%
    }
}

@media only screen and (max-width:479.98px) {
    .footer-area .col:nth-child(1) {
        max-width: 100%
    }
}

.footer-area .col:nth-child(2) {
    max-width: 15%;
    -ms-flex: auto;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-area .col:nth-child(2) {
        max-width: 21%
    }
}

@media only screen and (max-width:767px) {
    .footer-area .col:nth-child(2) {
        max-width: 33.333333%
    }
}

@media only screen and (max-width:479.98px) {
    .footer-area .col:nth-child(2) {
        max-width: 100%
    }
}

.footer-area .col:nth-child(3) {
    max-width: 15%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-area .col:nth-child(3) {
        max-width: 18%
    }
}

@media only screen and (max-width:767px) {
    .footer-area .col:nth-child(3) {
        max-width: 33.333333%
    }
}

@media only screen and (max-width:479.98px) {
    .footer-area .col:nth-child(3) {
        max-width: 100%
    }
}

.footer-area .col:nth-child(4) {
    max-width: 55%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-area .col:nth-child(4) {
        max-width: 43%
    }
}

@media only screen and (max-width:767px) {
    .footer-area .col:nth-child(4) {
        max-width: 100%
    }
}

.footer-area .widget-item .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    line-height: 1;
    margin-bottom: 25px
}

.footer-area li {
    color: #868686;
    font-size: 14px;
    margin-bottom: 12px
}

.footer-area li:last-child {
    margin-bottom: 0
}

.footer-area li a {
    color: #868686;
    font-size: 14px
}

.footer-area li a:hover {
    color: #fff
}

.footer-area .about-widget {
    margin-top: -1px;
    margin-right: -1px
}

.footer-area .about-widget-wrap {
    text-align: right
}

@media only screen and (max-width:991px) {
    .footer-area .about-widget-wrap {
        text-align: left
    }
}

.footer-area .social-icons {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

@media only screen and (max-width:991px) {
    .footer-area .social-icons {
        justify-content: flex-start
    }
}

.footer-area a+a {
    margin-left: 41px
}

.footer-area a,
.footer-area svg {
    color: #7a7a7a;
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 16px;
    line-height: 1;
    width: 16px
}

.footer-area a:hover,
.footer-area svg:hover {
    color: #fff
}

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

.footer-area .copyright {
    /* color: #fff82; */
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px
}

.footer-area .copyright a {
    /* color: #fff82; */
}

.footer-area .copyright a:hover {
    color: #ec387b
}

.footer-style2-area .footer-main {
    padding: 110px 0 80px
}

@media only screen and (max-width:1199px) {
    .footer-style2-area .footer-main {
        padding: 80px 40px
    }
}

.footer-style2-area .col:nth-child(1) {
    max-width: 40%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-style2-area .col:nth-child(1) {
        max-width: 50%
    }
}

@media only screen and (max-width:479.98px) {
    .footer-style2-area .col:nth-child(1) {
        max-width: 100%
    }
}

.footer-style2-area .col:nth-child(2) {
    max-width: 15%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-style2-area .col:nth-child(2) {
        max-width: 25%
    }
}

@media only screen and (max-width:575px) {
    .footer-style2-area .col:nth-child(2) {
        max-width: 50%
    }
}

.footer-style2-area .col:nth-child(3) {
    max-width: 15%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-style2-area .col:nth-child(3) {
        max-width: 25%
    }
}

@media only screen and (max-width:575px) {
    .footer-style2-area .col:nth-child(3) {
        max-width: 50%
    }
}

.footer-style2-area .col:nth-child(4) {
    max-width: 15%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-style2-area .col:nth-child(4) {
        max-width: 50%
    }
}

.footer-style2-area .col:nth-child(5) {
    max-width: 15%;
    flex: auto
}

@media only screen and (max-width:991px) {
    .footer-style2-area .col:nth-child(5) {
        max-width: 50%
    }
}

.footer-style2-area .widget-item .widget-title {
    font-size: 18px;
    font-weight: 600
}

.footer-style2-area li {
    color: #868686;
    width: 100%;
}

.footer-style2-area li a {
    color: #868686;
    width: 100%;
}

.footer-style2-area li a:hover {
    color: #fff
}

.footer-style2-area .about-widget {
    margin-top: 0;
    margin-right: 0
}

.footer-style2-area .about-widget-wrap {
    text-align: left;
    margin-top: 48px
}

@media only screen and (max-width:479.98px) {
    .footer-style2-area .about-widget-wrap {
        margin-top: 0;
        margin-bottom: 50px
    }
}

.footer-style2-area .social-icons {
    display: block;
    line-height: 1
}

.footer-style2-area a+a {
    margin-left: 24px
}

.footer-style2-area a,
.footer-style2-area svg {
    color: #aeaeae;
    font-size: 18px;
    height: 18px;
}

.footer-style2-area a:hover,
.footer-style2-area svg:hover {
    color: #fff
}

.footer-style2-area .copyright {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize
}

.footer-style2-area .copyright a {
    color: #fff;
    width: auto;
}

.footer-logo a {
    width: 100%;
}

.footer-style2-area .copyright a:hover {
    color: #ec387b
}

.positionFixed {
    bottom: 0;
    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: 5px;
    width: 100%
}

.t_de {
    height: .2rem;
    max-width: 100%;
    line-height: .3rem;
    font-size: .6rem;
    padding: .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: 30px;
    text-align: center;
    display: inline-block;
    color: #868686;
    background-color: #fff;
    border: 2px solid rgba(236, 56, 123, 0.1);
    /* 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(0, 0, 0, 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(236, 56, 123, 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 #ec387b;
    background-color: #ec387b;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(236, 56, 123, 0.3);
}

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

.img-before {
    padding: 5px 0;
    font-size: 14px;
    line-height: 26px;
}

.img-before .data-num {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    color: #333333;
}

.img-before .data-num .like {
    display: flex;
    align-items: center;
    gap: 5px;
}

.img-before .data-num svg {
    display: block;
}

.img-before .data-num .comments_share {
    display: flex;
    gap: 8px;
}

.img-before .some-operation {
    display: flex;
    justify-content: space-around;
    color: #111;
}

.img-before+img {
    border-top: 2px solid #C8CBD0;
    padding: 0;
}

br:has(+.img-before),
.img-before+img+br {
    display: none;
}

@media only screen and (max-width: 767px) {
  .tag {
    display: none !important;
  }

  .meta-post {
    display: none !important;
  }

  .thumb-wrap {
    display: none !important;
  }

  .card-content p:not(:has(> img)) {
    padding: 0 15px;
  }
}
