body {
    font-family: 'Ubuntu', sans-serif !important;
    line-height: 1.6;
    /* Adjusted line-height */
    -webkit-font-smoothing: antialiased;
    color: #555;
    background-color: #eef2f7;
    font-size: 14px;
    /* Reduced base font size */
    margin: 0;
    padding: 0;
    padding-top: 70px;
    /* Reduced top padding */
}

p {
    font-weight: 400;
    color: #555;
    font-size: 14px;
    /* Reduced font size */
    line-height: 1.6;
    /* Adjusted line-height */
    font-family: 'Ubuntu', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #555;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 800;
    line-height: 1.2;
}

/* Reduced heading sizes */
h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 28px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 15px;
}

h6,
.h6 {
    font-size: 12px;
}

/* Icon style */
.view-mode-toggle {
    display: flex;
    gap: 8px;
}

.view-mode-link {
    color: #555;
    text-decoration: none;
    padding: 4px;
    margin-left: 4px;
}

.view-mode-link:hover {
    color: #E814FF;
}

.view-mode-link.active {
    color: #E814FF;
    font-weight: bold;
}


/* Button style */
.btn {
    font-size: 13px;
    /* Reduced font size */
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 16px;
    /* Reduced padding */
    border-radius: 30px;
    /* Smaller radius */
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;

}

.btn:hover,
.btn:active,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-primary {
    background: #E814FF !important;
    color: #F9F9F9 !important;
    border-color: #E814FF !important;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary.active {
    background: #E814FF !important;
    border-color: #E814FF !important;
}

.btn-outline-primary {
    background: transparent !important;
    color: #E814FF !important;
    border-color: #E814FF !important;
}

.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary.focus,
.btn-outline-primary.active {
    background: #E814FF !important;
    border-color: #E814FF !important;
    color: #F9F9F9 !important;
}

/* Button style */



body {
    background-color: #F9F9F9 !important;
    overflow-x: hidden;
}

::-moz-selection {
    background: #C42E9A;
    color: #F9F9F9 !important;
}

::selection {
    background: #C42E9A;
    color: #F9F9F9 !important;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F9F9F9 !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #E814FF;
}

.slick-slide {
    outline: 0;
}

hr {
    margin: 30px 0;
    /* Reduced margin */
}

.shadow,
.promotion,
.logo-list li,
.widget,
.card,
.navbar .dropdown-menu {
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.04) !important;
    /* Reduced shadow */
}

.mark,
mark {
    padding: 0;
    background-color: transparent;
    border-bottom: 2px solid #E814FF;
    color: #E814FF;
}

.section {
    padding-top: 80px;
    /* Reduced padding */
    padding-bottom: 80px;
    /* Reduced padding */
}

.section-sm {
    padding-top: 60px;
    /* Reduced padding */
    padding-bottom: 60px;
    /* Reduced padding */
}

.section-title {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.border-primary {
    border-color: #EBEBEB !important;
}

.circle-list {
    list-style: none;
    padding-left: 0;
}

.circle-list li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
}

.circle-list li:last-child {
    margin-bottom: 0;
}

.circle-list li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border: 1px solid #E814FF;
    left: 0;
    top: 6px;
    border-radius: 50px;
}

/* badge */
.badge {
    border-radius: 0;
    position: absolute;
    width: 130px;
    transform: rotate(45deg);
    right: -40px;
    top: 15px;
    text-transform: uppercase;
}

.badge-primary {
    background-color: #E814FF;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bg-primary {
    background: #E814FF !important;
}

.text-primary {
    color: #E814FF !important;
}

.text-default {
    color: #555 !important;
}

.border-default {
    border-color: #EBEBEB !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.st0 {
    fill: #E814FF;
}

.sidebar-home {
    margin-top: 40px;
    /* Reduced margin */
}

@media (max-width: 991px) {
    .sidebar-home {
        margin-top: 0;
    }
}

.sidebar-inner {
    margin-top: 50px;
    /* Reduced margin */
}

@media (max-width: 991px) {
    .sidebar-inner {
        margin-top: 0;
    }
}

.navigation {
    border-bottom: 1px solid #EBEBEB;
    transition: all 0.3s ease;
    padding: 5px 0;
    /* Reduced padding */
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
}

.navigation.nav-bg {
    background-color: #F9F9F9 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .navigation {
        background-color: #F9F9F9 !important;
        box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
    }
}

.nav-item {
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.nav-item .nav-link {
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 500;
    font-size: 1.1em;
    /* Slightly smaller */
    position: relative;
    transition: color 0.3s ease;
}

.navbar-white .navbar-nav .nav-link {
    color: #000;
}

.navbar-white .navbar-nav .nav-link:hover {
    color: #E814FF;
}

/* Animated Underline for Nav Links */
.nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 10px;
    /* Adjusted position */
    left: 50%;
    background-color: #E814FF;
    transition: all 0.3s ease-out;
    transform: translateX(-50%);
}

.nav-item .nav-link:hover::after,
.nav-item .nav-link.active::after {
    width: calc(100% - 30px);
    /* Adjusted width */
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px;
    /* Reduced padding */
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px;
    }

    .nav-item .nav-link::after {
        bottom: 4px;
    }

    .nav-item .nav-link:hover::after,
    .nav-item .nav-link.active::after {
        width: calc(100% - 16px);
    }
}

.navbar {
    text-transform: capitalize;
    padding: 0;
}

/* Improved Dropdown Animation */
.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1) translateY(0);
}

.navbar .dropdown i {
    font-size: 11px;
}

.navbar .dropdown-menu {
    padding: 15px 12px;
    /* Reduced padding */
    border: 0;
    top: calc(100% - 10px);
    left: 15px;
    border-radius: 4px;
    background: #F9F9F9;
    transition: all 0.3s ease-out;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95) translateY(5px);
}

.navbar .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
    display: block;
}


@media (max-width: 991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        text-align: inherit;
        position: relative;
        top: auto;
        left: auto;
    }

    .navbar .dropdown-menu.show {
        display: block;
    }
}

.navbar .dropdown-item {
    position: relative;
    color: #555;
    transition: all 0.2s ease;
    font-size: 0.95em;
    /* Slightly smaller */
    padding: 6px 8px;
    border-radius: 3px;
}

.navbar .dropdown-item:hover {
    color: #E814FF !important;
    background-color: #F9F9F9 !important;
    transform: translateX(3px);
}

/* search */
.search-bar {
    position: relative;
    background-color: #F9F9F9 !important;
}

.search-bar input {
    background-color: transparent;
    border: 1px solid #EBEBEB;
    height: 36px;
    /* Reduced height */
    padding-left: 12px;
    position: relative;
    border-radius: 4px;
    z-index: 1;
    transition: all 0.3s ease;
}

.search-bar input:focus {
    border-color: #E814FF;
    outline: 0;
}

.search-bar input::-moz-placeholder {
    font-size: 90%;
}

.search-bar input::placeholder {
    font-size: 90%;
}

@media (max-width: 991px) {
    .search-bar input {
        width: 36px;
        padding-left: 28px;
    }

    .search-bar input:focus {
        padding-left: 10px;
        width: 180px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 40px;
        right: 0;
        background-color: #F9F9F9 !important;
    }
}

.search-bar .ti-search,
.search-bar .ti-close {
    position: absolute;
    font-size: 15px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-bar .ti-search {
    color: #555;
}

.search-bar .ti-close {
    color: #E814FF !important;
}

.navbar-nav {
    flex-wrap: wrap;
    -webkit-overflow-scrolling: touch;
    white-space: normal;
    scroll-behavior: smooth;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    flex-grow: 1;
    justify-content: center;
}

.navbar-nav::-webkit-scrollbar {
    display: none;
}

.navbar-nav .nav-item {
    flex-shrink: 0;
    margin-right: 15px;
    /* Reduced margin */
}

.nav-scroll-btn {
    display: none;
}


@media (max-width: 991px) {
    .nav-scroll-btn {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px;
    }

    .navbar-nav {
        flex-wrap: wrap;
        overflow-x: hidden;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .navbar .dropdown-menu {
        position: absolute;
    }
}

.navbar-toggler {
    transition: all 0.3s ease;
}

.navbar-toggler:hover {
    transform: scale(1.05);
    color: #E814FF;
}


.banner {
    background-image: url(../images/backgrounds/banner-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 60px;
    /* Reduced padding */
}

.banner .container {
    position: relative;
    z-index: 1;
}


/* Animation Keyframes */
@keyframes moveShape1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(15px, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveShape2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-20px, 15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveShape3 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -20px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveShape4 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-10px, -8px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveShape5 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(8px, -15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes moveShape6 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-15px, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.banner-shape-1 {
    position: absolute;
    left: 20%;
    top: 30%;
    animation: moveShape1 8s infinite ease-in-out;
}

.banner-shape-1 .path {
    fill: #E814FF;
}

.banner-shape-2 {
    position: absolute;
    right: 20%;
    top: 40%;
    animation: moveShape2 7s infinite ease-in-out;
}

.banner-shape-2 .path {
    fill: #E814FF;
}

.banner-shape-3 {
    position: absolute;
    right: 30%;
    bottom: 20%;
    animation: moveShape3 9s infinite ease-in-out;
}

.banner-shape-3 .path {
    fill: #E814FF;
}


.banner-shape-4 {
    position: absolute;
    left: 15%;
    top: 5%;
    animation: moveShape4 6s infinite ease-in-out;
}

.banner-shape-4 .path {
    fill: #E814FF;
}

.banner-shape-5 {
    position: absolute;
    right: 5%;
    top: 30%;
    animation: moveShape5 7.5s infinite ease-in-out;
}

.banner-shape-5 .path {
    fill: #E814FF;
}

.banner-shape-6 {
    position: absolute;
    right: 25%;
    bottom: 10%;
    animation: moveShape6 8.5s infinite ease-in-out;
}

.banner-shape-6 .path {
    fill: #E814FF;
}


.banner-shape-11 {
    position: absolute;
    right: 15%;
    bottom: 40%;
    animation: moveShape6 5s infinite ease-in-out;
}

.banner-shape-11 .path {
    fill: #E814FF;
}

.banner-shape-12 {
    position: absolute;
    right: 25%;
    top: 5%;
    animation: moveShape6 8.5s infinite ease-in-out;
}

.banner-shape-12 .path {
    fill: #E814FF;
}

.banner-shape-13 {
    position: absolute;
    left: 25%;
    top: 8%;
    animation: moveShape6 7.5s infinite ease-in-out;
}

.banner-shape-13 .path {
    fill: #E814FF;
}

.banner-shape-14 {
    position: absolute;
    left: 10%;
    bottom: 25%;
    animation: moveShape6 5.5s infinite ease-in-out;
}

.banner-shape-14 .path {
    fill: #E814FF;
}


.banner-border {
    position: absolute;
    bottom: -40px;
    /* Adjusted */
    left: 0;
    width: 100%;
    stroke: #E814FF;
}

.header {
    background-image: url(../images/backgrounds/header-bg.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0 90px;
    /* Reduced padding */
}

.header .container {
    position: relative;
    z-index: 1;
}

.header-shape-1 {
    position: absolute;
    left: 20%;
    top: 25%;
}

.header-shape-1 .path {
    fill: #E814FF;
}

.header-shape-2 {
    position: absolute;
    right: 20%;
    top: 25%;
}

.header-shape-2 .path {
    fill: #E814FF;
}

.header-shape-3 {
    position: absolute;
    right: 25%;
    bottom: 20%;
}

.header-shape-3 .path {
    fill: #E814FF;
}

.header-border {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    stroke: #E814FF;
}

.author {
    position: relative;
    padding: 80px 0 90px;
    /* Reduced padding */
}

.author-shape-1 {
    position: absolute;
    left: 15%;
    top: 25%;
}

.author-shape-1 .path {
    fill: #E814FF;
}

.author-shape-2 {
    position: absolute;
    right: 15%;
    top: 25%;
}

.author-shape-2 .path {
    fill: #E814FF;
}

.author-shape-3 {
    position: absolute;
    right: 20%;
    bottom: 15%;
}

.author-shape-3 .path {
    fill: #E814FF;
}

.author-border {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    stroke: #E814FF;
    z-index: -1;
}

.wave {
    position: relative;
}

.wave-bg {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: -2;
}

@media (max-width: 991px) {
    .wave-bg {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.wave-shape-1 {
    position: absolute;
    right: 10%;
    top: 25%;
    z-index: -1;
}

.wave-shape-1 .path {
    fill: #E814FF;
}

.wave-shape-2 {
    position: absolute;
    left: 10%;
    top: 15%;
    z-index: -1;
}

.wave-shape-2 .path {
    fill: #E814FF;
}

.wave-shape-3 {
    position: absolute;
    left: 5%;
    bottom: 20%;
    z-index: -1;
}

.wave-shape-3 .path {
    fill: #E814FF;
}

.wave-shape-4 {
    position: absolute;
    right: 10%;
    bottom: 15%;
    z-index: -1;
}

.wave-shape-4 .path {
    fill: #E814FF;
}

.author-card {
    padding: 0 20px;
    /* Reduced padding */
    border-right: 1px solid #EBEBEB;
    margin: 40px 0;
    /* Reduced margin */
}

@media (max-width: 575px) {
    .author-card {
        border-right: 0;
    }
}

.author-card .social-icons a {
    color: #c4c4c4;
    font-size: 18px;
    /* Reduced size */
}

.author .social-icons a {
    color: #c4c4c4;
    font-size: 18px;
    /* Reduced size */
    display: block;
}

.author-image {
    height: 150px;
    /* Reduced size */
    width: 150px;
    /* Reduced size */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    border: 4px solid transparent;
    box-shadow: 0 0 0 2px #E814FF;
}

@media (max-width: 1200px) {
    .author-image {
        height: 120px;
        width: 120px;
    }
}

.post-count {
    color: #555;
    display: block;
    margin-bottom: 15px;
    /* Reduced margin */
}

.card {
    border: 0;
    background-color: #F9F9F9 !important;
    transition: 0.2s ease;
}

.card-body {
    padding: 20px;
    /* Reduced padding */
}

.card-img-sm {
    height: 75px;
    /* Reduced size */
    width: 75px;
    /* Reduced size */
    border-radius: 0.2rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 11px;
    /* Reduced size */
    color: #555;
    margin-bottom: 0;
}

.card-meta li {
    margin-bottom: 8px;
}

.card-meta li:not(:last-child) {
    border-right: 1px solid #EBEBEB;
    padding-right: 6px;
}

.card-meta i {
    color: #dddddd;
    margin-right: 4px;
}

.card-meta-author {
    color: inherit;
    text-decoration: none;
}

.card-meta-author img {
    height: 18px;
    width: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 4px;
    border-radius: 50%;
}

.card-meta-author:hover {
    color: #E814FF;
}

.card-meta-tag {
    margin-bottom: 0px;

}

.card-meta-tag li {
    border: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 3px !important;
}

.card-meta-tag li a {
    padding: 2px 12px;
    /* Reduced padding */
    border: 1px solid #555 !important;
    border-radius: 20px;
    display: inline-block;
    color: #555 !important;
    text-decoration: none;
    font-size: 0.9em;
}

.card-meta-tag li a:hover {
    background-color: #E814FF !important;
    border-color: #E814FF !important;
    color: #F9F9F9 !important;
    text-decoration: none;
}


.top-title {
    color: #000;
    font-weight: 1000;
    text-decoration: none;
}

.post-title {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    /* Reduced size */
    text-decoration: none;
}

.post-title:hover {
    color: #E814FF !important;
}

.social-icons {
    margin-bottom: 0;
}

.social-icons li {
    color: #555 !important;
    font-size: 13px;
    /* Reduced size */
}

.social-icons li a {
    display: block;
    color: inherit;
    padding: 4px;
}

.social-icons li a:hover {
    color: #E814FF !important;
}

.post-slider {
    overflow: hidden;
}

.post-slider:hover .prevArrow {
    left: 8px;
}

.post-slider:hover .nextArrow {
    right: 8px;
}

.slider-sm .slick-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 40px;
    /* Reduced size */
    width: 40px;
    /* Reduced size */
    line-height: 40px;
    /* Reduced size */
    border-radius: 50%;
    background: rgba(79, 214, 117, 0.5);
    color: #F9F9F9 !important;
    border: 0;
}

@media (max-width: 575px) {
    .slick-arrow {
        display: none;
    }
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:hover {
    background: #E814FF !important;
}

.prevArrow {
    left: -50px;
}

.nextArrow {
    right: -50px;
}

.pagination .page-item .page-link {
    display: inline-flex;
    /* Changed for better alignment */
    width: 32px;
    /* Reduced size */
    height: 32px;
    /* Reduced size */
    line-height: 1;
    /* Reset line height */
    border-radius: 50%;
    background: transparent;
    text-align: center;
    padding: 0;
    margin-right: 8px;
    border: 1px solid #E814FF;
    color: #E814FF;
    justify-content: center;
    align-items: center;
    font-size: 0.9em;
}

.pagination .page-item .page-link:hover {
    background: #E814FF;
    color: #F9F9F9 !important;
    border-color: #E814FF;
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.pagination .page-item.active .page-link {
    background: #E814FF !important;
    color: #F9F9F9 !important;
    border-color: #E814FF !important;
}

.author-block {
    border-top: 1px solid #EBEBEB !important;
}

.author-block:nth-child(1) {
    border-top-color: transparent;
}

.author-block:nth-child(2) {
    border-top-color: transparent;
}

@media (max-width: 575px) {
    .author-block:nth-child(2) {
        border-top-color: #EBEBEB !important;
    }
}

.author-block:nth-child(3) {
    border-top-color: transparent;
}

@media (max-width: 991px) {
    .author-block:nth-child(3) {
        border-top-color: #EBEBEB !important;
    }
}

.author-block:nth-child(3n+3) .author-card {
    border-right-color: transparent;
}

@media (max-width: 991px) {
    .author-block:nth-child(3n+3) .author-card {
        border-right-color: #EBEBEB !important;
    }
}

@media (max-width: 991px) {
    .author-block:nth-child(2n+2) .author-card {
        border-right-color: transparent;
    }
}

.content * {
    word-break: break-word;
    overflow-wrap: break-word;
}

.content img {
    max-width: 100%;
}

.content a {
    color: #555 !important;
    text-decoration: underline;
}

.content a:hover {
    color: #E814FF !important;
}

.justify-content-around a {
    color: #555 !important;
    text-decoration: underline;
}

.justify-content-around a:hover {
    color: #E814FF !important;
}

.top-title a {
    color: #555 !important;
    text-decoration: underline;
}

.top-title a:hover {
    color: #E814FF !important;
}

.content ol,
.content ul {
    padding-left: 18px;
}

.content ol li,
.content ul li {
    margin-bottom: 8px;
}

.content ul {
    padding-left: 0;
    margin-bottom: 18px;
    list-style-type: none;
}

.content ul li {
    padding-left: 18px;
    position: relative;
}

.content ul li::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #E814FF !important;
    left: 3px;
    top: 7px;
}

.content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #EBEBEB !important;
}

.content table td,
.content table th {
    padding: 0.6rem;
    vertical-align: top;
    margin-bottom: 0;
}

.content tr:not(:last-child) {
    border-bottom: 1px solid #EBEBEB !important;
}

.content th {
    font-weight: 500;
}

.content thead {
    background: #F9F9F9 !important;
    margin-bottom: 0;
}

.content thead tr {
    border-bottom: 1px solid #EBEBEB !important;
}

.content tbody {
    background: #F9F9F9 !important;
    margin-bottom: 0;
}

.content .notices {
    margin: 1.5rem 0;
    position: relative;
    overflow: hidden;
}

.content .notices p {
    padding: 8px;
    margin-bottom: 0;
    background-color: #F9F9F9 !important;
}

.content .notices p::before {
    position: absolute;
    top: 2px;
    color: #F9F9F9 !important;
    font-family: "themify";
    font-weight: 900;
    content: "\e717";
    left: 10px;
}

.content .notices.note p {
    border-top: 25px solid #6ab0de !important;
    background: #F9F9F9;
}

.content .notices.note p::after {
    content: "Note";
    position: absolute;
    top: 2px;
    color: #F9F9F9 !important;
    left: 2rem;
}

.content .notices.tip p {
    border-top: 25px solid #78C578;
    background: #F9F9F9;
}

.content .notices.tip p::after {
    content: "Tip";
    position: absolute;
    top: 2px;
    color: #F9F9F9 !important;
    left: 2rem;
}

.content .notices.info p {
    border-top: 25px solid #F0B37E;
    background: #F9F9F9;
}

.content .notices.info p::after {
    content: "Info";
    position: absolute;
    top: 2px;
    color: #F9F9F9 !important;
    left: 2rem;
}

.content .notices.warning p {
    border-top: 25px solid #E06F6C;
    background: #F9F9F9;
}

.content .notices.warning p::after {
    content: "Warning";
    position: absolute;
    top: 2px;
    color: #F9F9F9 !important;
    left: 2rem;
}

.content blockquote {
    font-size: 18px !important;
    color: #555;
    padding: 15px 30px;
    border-left: 2px solid #E814FF;
    margin: 30px 0;
    font-weight: bold;
    background: #F9F9F9;
}

.content blockquote p {
    margin-bottom: 0 !important;
}

.content pre {
    display: block;
    padding: 8px;
    margin: 8px 0px;
    white-space: pre-wrap;
}

.content code {
    margin-bottom: 0 !important;
    font-size: 95%;
}

.code-tabs {
    border: 1px solid #EBEBEB;
    overflow: hidden;
    margin-bottom: 18px;
    background-color: #F9F9F9 !important;
}

.code-tabs .nav-tabs {
    margin-bottom: 0;
}

.code-tabs .nav-tabs .nav-item {
    padding-left: 0;
    border-right: 1px solid #EBEBEB;
}

.code-tabs .nav-tabs .nav-item .nav-link {
    text-decoration: none;
    font-weight: 500;
    border: 0;
}

.code-tabs .nav-tabs .nav-item::before {
    display: none;
}

.code-tabs .nav-tabs .nav-item.active {
    background: #E814FF;
}

.code-tabs .nav-tabs .nav-item.active .nav-link {
    color: #F9F9F9 !important;
}

.code-tabs .tab-content {
    padding: 15px 12px;
}

.collapse-wrapper {
    background-color: #F9F9F9 !important;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    color: #555;
}

.form-group .form-control {
    border-color: #555 !important;
    border: 1px solid transparent;
    background-color: #F9F9F9 !important;
    height: 45px;
    /* Reduced height */
}

.form-group .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #E814FF;
}

.form-group textarea.form-control {
    height: 100px;
    /* Reduced height */
}

.widget {
    margin-bottom: 25px;
    padding: 12px;
    /* Reduced padding */
    border-radius: 4px;
    border-top: 4px solid #E814FF;
    /* Thinner top border */
    background-color: #F9F9F9 !important;
}

.widget-title {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #000;
    text-align: center;
    font-size: 15px;
    /* Reduced size */
    letter-spacing: 0.05em;
    font-weight: 800;
}

.widget-title::before {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #E814FF;
}

/* search */
.widget-search {
    position: relative;
    display: inline-block;
    width: 100%;
}

.widget-search input {
    border: 1px solid transparent;
    width: 100%;
    height: 36px;
    /* Reduced height */
    border-radius: 30px;
    background-color: #F9F9F9 !important;
    padding-left: 12px;
    padding-right: 35px;
    transition: all 0.3s ease;
}

.widget-search input:focus {
    border-color: #E814FF;
    outline: 0;
}

.widget-search input::-moz-placeholder {
    font-size: 90%;
}

.widget-search input::placeholder {
    font-size: 90%;
}

@media (max-width: 991px) {
    .widget-search {
        width: auto;
    }

    .widget-search input {
        width: 40px;
        padding-left: 15px;
        transition: all 0.3s ease;
    }

    .widget-search input:focus {
        width: 180px;
        padding-left: 15px;
    }
}

.widget-about {
    text-align: center;
}

.widget-about img {
    height: 150px;
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    border: 4px solid transparent;
    box-shadow: 0 0 0 2px #E814FF;
}

@media (max-width: 1200px) {
    .widget-about img {
        height: 130px;
        width: 130px;
    }
}

.widget-author .media {
    position: relative;
    padding: 12px 0;
}

.widget-author .media img {
    height: 60px;
    width: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.widget-author .media:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

.widget-categories a {
    position: relative;
    padding-left: 12px;
}

.widget-categories a::before {
    position: absolute;
    content: "#";
    color: #E814FF;
    left: 0;
    top: 0;
}

.widget-list li {
    padding: 6px 0;
}

.widget-list li:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

.widget-list li a {
    color: #555;
}

.widget-list li a:hover {
    color: #E814FF !important;
}

.widget-list-inline li {
    margin-bottom: 8px;
    text-decoration: none !important;
}

.widget-list-inline li a {
    padding: 2px 12px;
    border: 1px solid #555;
    border-radius: 20px;
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
}

.widget-list-inline li a:hover {
    border-color: #E814FF !important;
    background: #E814FF;
    color: #F9F9F9 !important;
    text-decoration: none !important;
}

.widget-card {
    position: relative;
    padding: 12px 0;
}

.widget-card:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

.widget-social {
    display: flex;
    justify-content: space-around;
}

.widget-social a {
    padding: 8px;
    font-size: 18px;
    color: #555;
}

.widget-social a:hover {
    color: #E814FF;
}

.quote {
    background-color: #F9F9F9 !important;
    border: 1px solid #EBEBEB;
    display: flex;
    padding: 15px;
    margin-bottom: 18px;
}

.quote i {
    font-size: 20px;
    color: #E814FF;
    margin-right: 8px;
}

.quote p {
    font-style: italic;
}

.quote-by {
    color: #E814FF;
}

.instagram-post img {
    height: 140px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.error {
    padding: 100px 0;
    /* Reduced padding */
}

.error-shape-1 {
    position: absolute;
    right: 20%;
    top: 15%;
    z-index: -1;
}

.error-shape-1 .path {
    fill: #E814FF;
}

.error-shape-2 {
    position: absolute;
    right: 10%;
    top: 50%;
    z-index: -1;
}

.error-shape-2 .path {
    fill: #E814FF;
}

.error-shape-3 {
    position: absolute;
    right: 30%;
    bottom: 15%;
    z-index: -1;
}

.error-shape-3 .path {
    fill: #E814FF;
}

.footer {
    padding: 80px 0 40px;
    /* Reduced padding */
    background-image: url(../images/backgrounds/footer-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-list a {
    display: block;
    color: #555;
    padding: 4px;
    text-decoration: none !important;
    font-size: 0.95em;
}

.footer-list a:hover {
    color: #E814FF;
    text-decoration: none !important;
}

.footer-border {
    position: absolute;
    top: -60px;
    /* Adjusted */
    width: 100%;
    stroke: #E814FF;
}

.image-wrapper {
    position: relative;
    border-radius: 4px;
}

.image-wrapper img {
    border-radius: inherit;
}

.image-wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #F9F9F9 !important;
    left: -12px;
    top: -12px;
    z-index: -1;
    border-radius: inherit;
}

.image-wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #E814FF;
    left: 12px;
    top: 12px;
    border-radius: inherit;
}

.logo-list li {
    color: #555 !important;
    background-color: transparent;
    align-items: center;
    height: 60px;
    padding: 0 25px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.logo-list a {
    color: #555 !important;
    background-color: transparent;
    align-items: center;
}

.logo-list a:hover i {
    color: #E814FF !important;
    transform: scale(1.1);
}

.logo-list li img {
    height: 22px;
    color: #555 !important;
}

@media (max-width: 992px) {
    .logo-list i {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .logo-list i {
        font-size: 1.15rem;
    }
}

@media (max-width: 576px) {
    .logo-list i {
        font-size: 1rem;
    }
}

.video-wrapper {
    position: relative;
}

.video-wrapper .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.play-btn {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
    color: #F9F9F9 !important;
    background-color: #E814FF;
    text-align: center;
    box-shadow: 0 0 0 4px rgba(79, 214, 117, 0.7);
    transition: 0.2s ease-out;
}

.play-btn:hover {
    color: #F9F9F9 !important;
    box-shadow: 0 0 0 8px rgba(79, 214, 117, 0.7);
}

.mission-name {
    height: 130px;
    width: 130px;
    color: #F9F9F9 !important;
    background-color: #E814FF;
    line-height: 130px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
}

.promotion {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.promotion-content {
    position: absolute;
    padding: 25px;
    height: 100%;
    width: 100%;
    background-color: rgba(24, 24, 24, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    left: 0;
    top: 0;
}

.promotion-content h5 {
    font-size: 28px;
}

.pricing-wrapper {
    padding: 25px 8px;
    padding-bottom: 0;
}

.pricing-item {
    margin-bottom: 18px;
}

.pricing-item .card {
    border-right: 1px solid #ddd;
    margin: 0 8px;
    padding: 18px 12px;
}

@media (max-width: 991px) {
    .pricing-item .card {
        border: 0;
    }
}

.pricing-item .card .price {
    margin-bottom: 25px;
}

.pricing-item .card .price h2 {
    margin-bottom: 0;
}

.pricing-item .card .price span {
    line-height: 1;
    margin-left: 8px;
}

.pricing-item:last-child .card {
    border: 0;
}

.nav-pills-icon .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    color: #555;
    border: 2px solid transparent;
}

.nav-pills-icon .nav-link.active {
    color: #E814FF;
    background-color: transparent;
    border-color: #E814FF;
}

.book-cover {
    background-color: #F9F9F9 !important;
}

.book-cover img {
    max-width: 150px;
    margin: 30px 0;
}

.shadow-none {
    box-shadow: none !important;
}

.motto-text {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 18px;
    font-weight: bold;
}



/* Adjust pagination icons for better centering */
.pagination .page-item .page-link i {
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 575px) {
    .pagination .page-item .page-link {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }
}


/* Related Posts Section Styling */
.related-posts-container {
    margin: 0 -10px;
    overflow: hidden;
    position: relative;
}

.related-posts-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.related-post-slide {
    padding: 0 10px;
    width: 280px;
    /* Reduced width */
    flex-shrink: 0;
}

.post-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.post-card:hover {
    transform: translateY(-4px);
}

.post-card .card-img-top {
    height: 160px;
    /* Reduced height */
    object-fit: cover;
    width: 100%;
}

.post-card .card-body {
    padding: 1rem;
    /* Reduced padding */
    flex-grow: 1;
}

.post-card .card-title {
    font-size: 0.95rem;
    /* Reduced size */
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.post-card .card-meta {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: auto;
}

.post-card .card-meta li {
    display: inline-block;
    margin-right: 8px;
}

.post-card .card-meta i {
    margin-right: 3px;
}

/* Slick Carousel Navigation Arrows */
.slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.7);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'themify';
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.slick-prev:before {
    content: "\e64a";
}

.slick-next:before {
    content: "\e649";
}



/* Ad Container Styles */
.ad-container {
    margin: 15px 0;
    text-align: center;
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
}

.ad-container ins {
    display: block;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .ad-container {
        padding: 8px;
        margin: 10px 0;
    }
}


.new-badge {
    font-size: 0.65em;
    color: #E814FF !important;
    vertical-align: super;
    margin-left: 3px;
    font-weight: 700;
    text-transform: uppercase;
}


/* Hide sidebar on small devices */
@media (max-width: 991.98px) {
    aside.col-lg-4 {
        display: none;
    }

    .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
