article.blogs {
    background-color: #fff;
    padding: 2rem 4rem;
}
.single-blog-style-one {
    border-radius: 6px;
    border: 1px solid #139da421;
    /* height: 100%; */
    margin-bottom: 30px;
    /* min-height: 430px; */
    overflow: hidden;
    padding: 0px;
    background-color: #fff;
}
.single-blog-style-one .thumbnail {
    overflow: hidden;
    display: block;
    border-radius: 6px;
    position: relative;
}
.single-blog-style-one .thumbnail img {
    min-width: 100%;
    transition: 0.3s;
}
/* .single-blog-style-one .blog-top-area {
    display: flex;
    align-items: center;
    gap: 43px;
    margin-top: 15px;
}
.single-blog-style-one .blog-top-area .single {
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-blog-style-one .blog-top-area .single p {
    color: #737477;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
} */
.single-blog-style-one a .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #303153;
    margin: 10px 0;
}
.single-blog-style-one .tags-area span {
    display: flex;
    padding: 4px 10px;
    border-radius: 2px;
    background: #139da4;
    max-width: max-content;
    color: #fff;
    margin-bottom: 10px;
}
.single i {
    color: #139da4;
}
.rts-single-wized {
    background: #139da417;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 40px;
}
.sticky-sidebar .title , .custom-slider-wrapper .title{
    margin-bottom: 10px;
    font-size: 22px;
    color: #000;
    margin-top: 0;
}
.rts-single-wized .wized-body {
    text-align: center;
}
.rts-single-wized .single-categories {
    margin-bottom: 15px;
    padding: 0;
}
.rts-single-wized .single-categories li {
    list-style: none;
}
.rts-single-wized .single-categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #737477;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 4px;
    font-size: 16px;
}
.rts-single-wized .single-categories li a i {
    color: var(--color-primary);
}
.rts-single-wized .single-categories li a:hover {
    background: #139da4;
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}
.blog-single-post-listing .blog-listing-content .user-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap;
    flex-direction: column;
}
.blog-single-post-listing .blog-listing-content .user-info .single {
    margin-right: 20px;
}
.blog-listing-content .title {
    color: #000;
}
.rts-single-wized .recent-post-single {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.rts-single-wized .recent-post-single .thumbnail {
    margin-right: 10px;
    overflow: hidden;
    max-width: 150px;
    width: 100%;
    border-radius: 4px;
    flex-basis: 50%;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.rts-single-wized .recent-post-single .thumbnail img {
    min-width: 95px;
    height: auto;
    transition: 0.3s;
    border: #ffdead;
}
.rts-single-wized .recent-post-single .user {
    display: flex;
    align-items: center;
}
.rts-single-wized .recent-post-single .user span {
    margin-left: 9px;
}
.recent-post-single .title {
    color: #000;
    font-size: 15px;
    margin-top: 5px;
}

.single-blog-content {
    padding: 0 15px;
}

/* dropdown */
.category-dropdown {
    width: 100%;
    /* max-width: 300px; */
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    /* padding: 10px; */
    position: relative;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    flex-direction: column;
}

.category-item:hover {
    background: #f5f5f5;
}

.category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 12px 15px;
}

.category-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

/* Hidden Subcategory */
.subcategory-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    list-style: none;
    padding: 10px;
    width: 100%;
    z-index: 9;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.subcategory-dropdown a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
    text-align: left;
}

.subcategory-dropdown a:hover {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Show Subcategory */
.subcategory-dropdown.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Rotate Chevron When Active */
.category-title.active .toggle-icon {
    transform: rotate(180deg);
}

/* Add these styles for sticky sidebar */
.sticky-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
    transition: all 0.3s ease;
}

/* Modify the existing rts-single-wized class */
.rts-single-wized {
    background: #139da417;
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 25px;
    height: auto;
    transition: all 0.3s ease;
}

/* Modify subcategory dropdown for better sticky behavior */
.subcategory-dropdown {
    position: relative; /* Change from absolute to relative */
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    list-style: none;
    padding: 10px;
    width: 100%;
    z-index: 11;
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    margin-top: 5px; /* Add some spacing */
    max-height: 250px;
    overflow-y: scroll;
}

/* Add container height constraint */
.blogs .container-fluid {
    height: 100%;
    min-height: 100vh;
}

/* Ensure proper scroll behavior */
html,
body {
    scroll-behavior: smooth;
}

.sticky-sidebar {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.rts-single-wized {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-item {
    margin-bottom: 10px;
}

.category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-title:hover {
    background: #e9ecef;
}

.category-title a {
    color: #333;
    text-decoration: none;
    flex: 1;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.category-title.active .toggle-icon {
    transform: rotate(180deg);
}

.subcategory-dropdown {
    display: none;
    padding-left: 20px;
    margin-top: 5px;
}

.subcategory-dropdown.active {
    display: block;
    position: absolute;
    top: 110%;
}

.subcategory-dropdown li {
    padding: 0;
    margin: 0;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.subcategory-dropdown li:hover {
    background: #f8f9fa;
}

.form-control {
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 15px;
    height: 40px;
}

.btn-primary {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    background: #0056b3;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #004494;
    transform: translateY(-2px);
}

.single-blog-style-one {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.single-blog-style-one:hover {
    transform: translateY(-5px);
}

.single-blog-style-one img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
}

.single-blog-content > p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0.7rem;
    font-weight: 400;
    color: #8e8da8;
}

.blog-top-area {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.9em;
    /* margin-bottom: 10px; */
}

.titleh1ks {
    font-size: 1.2em;
    margin: 10px 0;
    color: #333;
}

.tags-area span {
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    color: #666;
}

.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.readmore {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2d81f7;
}

.blog-bottom-content {
    display: flex;
    justify-content: space-between;
}

.sticky-sidebar {
    position: sticky;
    top: 17%;
    height: fit-content;
}

.rts-single-wized {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.category-list {
    list-style: none;
    padding: 0;
}

.category-item {
    margin-bottom: 10px;
}

.category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-title:hover {
    background: #e9ecef;
}

.category-title a {
    color: #333;
    text-decoration: none;
    flex: 1;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.category-title.active .toggle-icon {
    transform: rotate(180deg);
}

.subcategory-dropdown {
    display: none;
    padding-left: 20px;
    margin-top: 5px;
}

.subcategory-dropdown.active {
    display: block;
    position: absolute;
    top: 110%;
}

.subcategory-dropdown li {
    padding: 0;
    margin: 0;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.subcategory-dropdown li:hover {
    background: #f8f9fa;
}

/* .form-control {
    padding: 12px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 15px;
} */

.btn-primary {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    background: #0056b3;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #004494;
    transform: translateY(-2px);
}

.single-blog-style-one {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-flow: column;
    height: 100%;
}

.single-blog-style-one:hover {
    transform: translateY(-5px);
}

.single-blog-style-one img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.single-blog-style-one a .title {
    margin-bottom: 1rem;
}

.single-blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    min-height: unset;
    flex: 1 1;
    padding-top: 0;
}

.single-blog-content > div > p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #8e8da8;
    margin: 0;
}

.blog-top-area {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.9em;
}

.blog-top-area p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #8e8da8;
    letter-spacing: 1px;
}

.titleh1ks {
    font-size: 1.2em;
    margin: 10px 0;
    color: #333;
}

.tags-area span {
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    color: #666;
}

.pagination-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.readmore {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2d81f7;
}

.blog-bottom-content {
    display: flex;
    justify-content: space-between;
}
.gap-adjust {
    row-gap: 2rem;
}
.single-top-content {
    flex: 1 1;
}


/* blog detail */
/* Banner styles */
.blog-banner {
    position: relative;
    text-align: center;
    padding: 4.5rem 0;
    background: #e8f2ff;
    z-index: 0;
    background: url(./img.WEBP);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-banner .container {
    z-index: 9;
    position: relative;
}

/* .blog-banner::before,
.blog-banner::after {
    content: "";
    background: url(https://image.prepladder.com/content/56JVDozlJKdKcyddhCvw1668670267.svg) no-repeat 0 100% / 24rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.blog-banner::after {
    background: url(https://image.prepladder.com/content/tTsbYcMBHw5i0W8uVNUS1668670321.svg) no-repeat 100% 100% / 18rem;
    right: 0;
    left: unset;
} */

.blog-banner .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 0 10px 0;
}

.blog-banner .breadcrumb-item,
.blog-banner .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.blog-banner .breadcrumb-item.active {
    color: white;
}

.blog-banner h1 {
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

/* TOC styles */
.table-of-contents {
    position: sticky;
    top: 17%;
    background: #f4f9ff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    /* margin-right: 40px; */
    max-height: 80vh;
    overflow: auto;
}

/* Hide scrollbar by default - Chrome, Safari, Edge */
.table-of-contents::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

/* Show scrollbar track on hover */
.table-of-contents:hover::-webkit-scrollbar {
    /* background: rgba(0, 0, 0, 0.1); */
}

/* Thumb appears only on hover */
.table-of-contents:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

/* Optional: smooth scroll experience */
.table-of-contents {
    scroll-behavior: smooth;
}

.table-of-contents h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 1.5rem;
    color: #8e8da8;
}

.table-of-contents ul {
    list-style: none;
    padding-left: 0;
}

.table-of-contents ul li {
    margin-bottom: 10px;
}

.table-of-contents ul li ul li {
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 5px;
}

.table-of-contents ul li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    padding: 4px 0;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: block;
    color: #303153;
    /* letter-spacing: 1px; */
    text-decoration: none;

}

.table-of-contents ul li ul li a {
    color: #303153;
    font-weight: 100;
    padding: 0;
}

/* .table-of-contents ul li a:hover {
            background: #f8f9fa;
            color: #139da4;
        } */

/* Content styles */
.blog-single-post-listing {
    /* background: white; */
    /* padding: 30px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}

.blog-listing-content {
    padding: 20px 0;
}

.titleh1ks {
    font-size: 28px;
    color: #333;
    line-height: 32px;
}

#blog-content p{
    color: #303153!important;
}
#blog-content {
    color: #303153!important;
    line-height: 1.8;
    width: 100%;
}
#blog-content table{
    border-collapse: collapse;
    width: 100%!important;
    margin: 20px 0;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    display: flex;
    flex-flow: column;
    overscroll-behavior: unset;
    border: 1px solid #f7f7f7;
    height: unset!important;
}

#blog-content h2 {
    color: #333;
    margin: 30px 0 15px;
    font-size: 1.5rem;
}
#blog-content h3 {
    color: #333;
    margin: 30px 0 15px;
    font-size: 1rem;
}

#blog-content ul li {
    margin-left: 3%;
    font-size: 16px;
}

#blog-content img{
    width: 100%!important;
    height: auto!important;
}

#blog-content table td, #blog-content table td *, #blog-content table th, #blog-content table th * {
    word-break: keep-all;
}

#blog-content table td, #blog-content table th {
    padding: 20px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #f7f7f7;
    color: #303153;
    font-weight: 400;
    text-align: left;
}
#blog-content table tbody {
    display: table;
    width: 100%;
}


/* Category styles */
.category-list {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.category-list h5 {
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.category-list ul li {
    padding: 8px 0;
}

.category-list ul li a {
    color: #666;
    transition: color 0.3s ease;
}

.category-list ul li a:hover {
    color: #139da4;
}

.custom-dropdown {
    min-width: 200px;
    position: relative;
}

.dropdown-header {
    padding: 12px 20px;
    /* border: 1px solid #e0e0e0; */
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background-color: white;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-header i {
    transition: transform 0.3s ease;
}

.dropdown-header.active i {
    transform: rotate(180deg);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 11;
    max-height: 250px;
    overflow-y: scroll;
}

.dropdown-content a {
    display: block;
    padding: 10px 20px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown-content a:hover,
.dropdown-content a.active {
    background: #f0f9fa;
    color: #139da4;
}
.nav-links {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto 20px;
    gap:20px;
    flex-wrap: wrap;
}

.blog-banner h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 10px;
}

.blog-banner p {
    color: #666;
    font-size: 1.1rem;
    margin: 0;
}
.related-blogs {
    padding: 4rem 0;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-header .title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.view-all {
    padding: 0.8rem 1.6rem;
    background: #f4f9ff;
    color: #139da4;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.view-all:hover {
    background: #139da4;
    color: white;
}

.view-all i {
    margin-left: 0.8rem;
    font-size: 1.2rem;
}

.blog-cards {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.blog-card {
    background: white;
    border-radius: 1.2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
}

.card-image {
    position: relative;
    padding-top: 60%;
}

.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .card-content {
        padding: 2rem;
    } */

.card-content .date {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.card-content .date i {
    margin-right: 0.8rem;
}

.card-title {
    text-decoration: none;
}

.card-title h6 {
    color: #333;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.card-title:hover h6 {
    color: #139da4;
}

/* Container styling */
.blog-sub .card-container {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    background: #f0f7ff;
    /* Light blue background */
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.blog-sub .card-container .card-content {
    display: flex;
    /* gap:20px; */
}

/* Icon container */
.blog-sub .card-icon {
    flex: none;
    margin: 0 1rem 0 0;
    position: relative;
    min-width: 5rem;
    min-height: 5rem;
    max-width: 5rem;
    max-height: 5rem;
}

.blog-sub .card-icon img {
    max-height: 5rem;
    margin: 0 auto !important;
    height: 100% !important;
    width: 100% !important;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}

/* Text styling */
.blog-sub .card-text h2 {
    font-size: 17px;
    color: #2c3e50;
    margin: 0;
    font-weight: 700;
}

.blog-sub .card-text p {
    font-size: 13px;
    color: #555;
    line-height: 17px;
    margin: 10px 0 0;
}

a.toc-link.active-toc {
    color: #2d81f7;
}

a.toc-link.active-toc:before {
    content: "";
    background: #2d81f7;
    width: 3px;
    height: 24px;
    position: absolute;
    margin-top: -3px;
    left: 0;
    border-radius: 3px;
}

.thumbnail {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding: unset;
    border: unset;
    background: unset;
}

.blogdetail-header {
    margin-bottom: 4rem;
}

.tags {
    display: flex;
    gap: 10px;
    flex-flow: row;
}

.tags .tag {
    color: #303153;
    border: 1px solid #e9eef2;
    padding: 0 20px;
    transform: skew(-20deg);
    background-color: #fff;
    margin: auto 10px 6px 0;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    font-size: 12px;
    line-height: 150%;
    height: 30px;
    align-items: center;
    overflow: hidden;
    width: fit-content;
    max-width: 25ch;
}

.tags .tag span {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.412em;
    max-width: 25ch;
    transform: skew(20deg);
}

.header-date {
    font-size: 16px;
    color: #303153;
    line-height: 24px;
    font-weight: 600;
}

.custom-slider-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    /* because 2 slides */
}

.slide {
    width: 100%;
    flex-shrink: 0;
    padding: 20px;
    background: #fff;
}

.slider-nav {
    position: absolute;
    top: 12%;
    transform: translateY(-50%);
    background: #139da4;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 50%;
    z-index: 10;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav.prev {
    right: 50px;
}

.slider-nav.next {
    right: 10px;
}

.wized-body {
    margin-top: 2rem;
}
.wized-body iframe{
    border-radius: 10px;
    overflow: hidden;
}


/* .page-item .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #4D3252;
    font-size: 18px;
    border-radius: 5px;
    background: #dde1e7;
    box-shadow: -3px -3px 7px #ffffff, 4px 4px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.pagination{
    display: flex;
    list-style: none;
    padding: 0;
    background: #dde1e7;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ffffff;
    gap: 10px;
}

.active > .page-link, .page-link.active{
    background-color: #139da4 !important;
    color: white !important;
    border: unset!important;
} */

.only-mobile{
    display: none;
}


@media(max-width:1023px){
    article.blogs{
        padding: 2rem 1rem;
    }
    .table-of-contents ul li a{
        font-size: 14px;
    }
    .sticky-sidebar{
        margin-bottom: 2rem;
    }
    .blog-cards{
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width:768px){
    .blog-cards{
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:550px){
    article.blogs{
        padding: 2rem 1rem;
    }
    .sticky-sidebar{
        margin-bottom:2rem;
    }
    .nav-links{
        flex-wrap: wrap;
        gap: 10px;
    }
    .custom-dropdown{
        width: 80%;
    }
    .tags{
        flex-wrap: wrap;
    }
    .blogdetail-header{
        margin-bottom: 2rem;
    }
    .table-of-contents {
        margin: 0;
        margin-bottom: 2rem;
    }
    .thumbnail{
        width: 100%;
    }
    .blog-banner {
        padding-top: 2rem;
    }
    .blog-cards {
        grid-template-columns: 1fr;
    }
    .related-blogs {
        padding: 2rem 1rem;
    }
    .section-header .title{
        font-size: 1.4rem;
    }
    .category-dropdown{
        box-shadow: unset;
    }
    .sticky-sidebar .custom-slider-wrapper{
        display: none;
    }
    .only-mobile{
        display: block;
        margin-top: 2rem;
    }
    #blog-content table td, #blog-content table th{
        padding: 17px;
    }
    .upper-footer .container .row{
        flex-flow: column;
    }
    .site-header #navbar li span{
        top: 10px;
        right: unset;
    }
}

