body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
    overflow: auto
}
.main-banner{
    height: 400px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
}
.main-banner-color{
    color: #FFEB3B;
}
.footer{
    background-color: #0F172A !important;
}
.footer p {
    font-size: 13px !important;
}
.tools h3 {
    font-size: 14px !important;
}
.split-bg {
    background: linear-gradient(90deg, #6366f1, #fff);
}
.tool-card {
    background-color: #ffffff;
    border: 1px solid #e1e1e1; 
    border-radius: 6px;      
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.tool-card:hover {
    border-color: #6366f1;
    background-color: #f9f9f9;
    /* transform: translateX(5px); */
}
.tool-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
}
.tool-arrow {
    font-size: 18px;
    color: #6366f1; 
    font-weight: bold;
}
.tools-section .row {
    margin: 0 -30px; 
}
.tools-section .col-md-4 {
    margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif !important;
}
a {
    text-decoration: none;
    color: black !important;
}
.size {
    font-size: 13px !important;
}
a:hover {
    text-decoration: none !important;
}
.line-1,.line-2,.line-3,.line-4,.line-5,.line-6 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.line-1 {
    -webkit-line-clamp: 1
}
.line-2 {
    -webkit-line-clamp: 2
}
.line-3 {
    -webkit-line-clamp: 3
}
.line-4 {
    -webkit-line-clamp: 4
}
.line-5 {
    -webkit-line-clamp: 5
}
.line-6 {
    -webkit-line-clamp: 6
}
.tool-description-box {
    margin-top: 20px; 
    margin-bottom: 20px; 
    border-left: 5px solid #4F46E5;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.10);
}
.faq-section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.faq-card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    overflow: hidden;
}
.faq-question {
    background: #f8f9fa;
    padding: 18px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    color: #2c3e50;
    position: relative;
}
.faq-question:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.faq-question.active:after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
    color: #555;
    line-height: 1.6;
}
.faq-answer.active {
    max-height: 500px !important;
    padding: 20px;
    transition: max-height 0.5s ease-in;
}
.faq-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 15px;
    color: #2c3e50;
    border-left: 4px solid #4F46E5;
    padding-left: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.10);
}
/* Styles to make the whole card clickable and look good */
.clickable-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.clickable-card-link:hover .tool-card {
    /* Optional: Add a hover effect to the card itself */
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.clickable-card-link:hover .tool-arrow {
    /* Move arrow slightly on hover */
    padding-left: 5px;
}
.related-tools-section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa; /* Light background for the section */
    border-radius: 8px;
}
.related-tools-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #4F46E5;
} 
.no-padding-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}
h2{
    font-size: 25px !important;
}
h3{
    font-size: 20px !important;
}
h4{
    font-size: 15px !important;
} 
.about-banner {
    height: 200px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
    display: flex !important;
    align-items: center !important;    /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
}
.about-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin: 0; /* Remove default margin for better centering */
}
.privacy-banner {
    height: 200px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
    display: flex !important;
    align-items: center !important;    /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
}
.privacy-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin: 0; /* Remove default margin for better centering */
}
.terms-banner {
    height: 200px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
    display: flex !important;
    align-items: center !important;    /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
}
.terms-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin: 0; /* Remove default margin for better centering */
}
.disclaimer-banner {
    height: 200px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
    display: flex !important;
    align-items: center !important;    /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
}
.disclaimer-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin: 0; /* Remove default margin for better centering */
}
.contact-banner {
    height: 200px !important;
    width: 100% !important;
    background-color: #6366f1 !important;
    display: flex !important;
    align-items: center !important;    /* Vertical centering */
    justify-content: center !important; /* Horizontal centering */
}
.contact-banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    margin: 0; /* Remove default margin for better centering */
}
/* ============================================
   BLOG PAGE - CONSOLIDATED STYLES
   ============================================ */

/* --- Banner --- */
.blog-banner {
    height: 280px !important;
    width: 100% !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #4338ca 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    overflow: hidden;
    padding: 30px 15px !important;
}

.blog-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(255,255,255,0.05) 0%, transparent 40%);
    pointer-events: none;
}

.blog-banner .col-md-12 {
    position: relative;
    z-index: 2;
}

.blog-banner h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 100;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.blog-banner-description {
    max-width: 750px;
    margin: 14px auto 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/* --- Breadcrumb --- */
.blog-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.blog-breadcrumb a {
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.blog-breadcrumb .breadcrumb-separator {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.blog-breadcrumb .breadcrumb-current {
    color: #ffffff;
    font-weight: 500;
}

/* --- Blog Listing Grid --- */
.blog-listing-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.blog-listing-grid > .blog-grid-item {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

/* --- Blog Card --- */
.blog-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    background: #ffffff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.15);
}

.blog-image-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #e8e8ff;
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image-wrapper img {
    transform: scale(1.05);
}

.blog-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #6366f1;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-body {
    padding: 22px 25px 25px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 13px;
    color: #6c757d;
}

.blog-meta i {
    margin-right: 4px;
    color: #6366f1;
}

.blog-title {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
    color: #6366f1;
}

.blog-excerpt {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.blog-footer {
    display: flex;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.blog-read-more {
    background: #6366f1;
    color: #ffffff !important;
    border-radius: 25px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
}

.blog-read-more:hover {
    background: #4f46e5;
    color: #ffffff;
    transform: translateX(3px);
    text-decoration: none;
}

.blog-comments {
    font-size: 13px;
    color: #6c757d;
}

.blog-comments i {
    color: #6366f1;
    margin-right: 4px;
}

/* --- Blog Detail Description --- */
.blog-description p {
    font-size: 13px !important;
    text-align: justify !important;
}

.blog-description {
    font-size: 15px;
    line-height: 1.7;
}

.blog-description h2 {
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #1a1a2e;
}

.blog-description h3 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1a1a2e;
}

.blog-description h4 {
    font-size: 19px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1a1a2e;
}

.blog-description h5 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #1a1a2e;
}

.blog-description h6 {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #1a1a2e;
}

.blog-description img {
    border-radius: 12px;
}

/* --- Tags --- */
.tag-box {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    color: #000;
    font-size: 15px;
    transition: .3s;
}

.tag-box:hover {
    border-color: #6366f1;
    color: #6366f1;
    text-decoration: none;
}

/* --- Sidebar --- */
.sidebar-widget {
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.sidebar-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e0e0e0;
    position: relative;
}

.sidebar-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #6366f1;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.category-list li:last-child {
    border-bottom: none;
}

.category-list li:hover {
    padding-left: 10px;
}

.category-list li a {
    color: #4a4a6a;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.category-list li a:hover {
    color: #6366f1;
}

.category-list li .category-count {
    background: #6366f1;
    color: #ffffff;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.recent-post-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    gap: 15px;
}

.recent-post-item:last-child {
    border-bottom: none;
}

.recent-post-img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.recent-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content {
    flex: 1;
}

.recent-post-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 4px;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.recent-post-content h6:hover {
    color: #6366f1;
}

.recent-post-content h6 a {
    color: #1a1a2e;
    text-decoration: none;
}

.recent-post-content h6 a:hover {
    color: #6366f1;
}

.recent-post-content span {
    font-size: 12px;
    color: #6c757d;
}

.recent-post-content span i {
    color: #6366f1;
    margin-right: 4px;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-cloud .tag {
    background: #f0f0ff;
    color: #6366f1;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag-cloud .tag:hover {
    background: #6366f1;
    color: #ffffff;
    text-decoration: none;
}

/* --- Pagination --- */
.pagination-custom .page-link {
    border-radius: 25px;
    color: #6366f1;
    border-color: #6366f1;
    margin: 0 3px;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

.pagination-custom .page-link:hover {
    background: #6366f1;
    color: #ffffff;
    border-color: #6366f1;
}

.pagination-custom .page-item.active .page-link {
    background: #6366f1;
    border-color: #6366f1;
    color: #ffffff;
}

.pagination-custom .page-item.disabled .page-link {
    color: #adb5bd;
    border-color: #dee2e6;
}

/* --- Section Background --- */
.section-bg {
    background: #f8f9fa;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

/* --- Large Desktop (1200px to 1399px) --- */
@media (max-width: 1399px) {
    .blog-banner {
        height: 260px !important;
    }
    .blog-banner h1 {
        font-size: 46px;
    }
    .blog-banner-description {
        font-size: 16px;
        max-width: 700px;
    }
    .blog-image-wrapper {
        height: 200px;
    }
    .blog-title {
        font-size: 17px;
    }
    .sidebar-widget-title {
        font-size: 19px;
    }
}

/* --- Desktop (992px to 1199px) --- */
@media (max-width: 1199px) {
    .blog-banner {
        height: 240px !important;
    }
    .blog-banner h1 {
        font-size: 40px;
    }
    .blog-banner-description {
        font-size: 15px;
        max-width: 650px;
    }
    .blog-breadcrumb {
        font-size: 13px;
        margin-top: 16px;
    }
    .blog-image-wrapper {
        height: 190px;
    }
    .blog-body {
        padding: 18px 20px 20px;
    }
    .blog-title {
        font-size: 16px;
    }
    .blog-excerpt {
        font-size: 13px;
    }
    .sidebar-widget {
        padding: 20px;
    }
    .sidebar-widget-title {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .recent-post-img {
        width: 60px;
        height: 60px;
    }
    .recent-post-content h6 {
        font-size: 13px;
    }
}

/* --- Tablet (768px to 991px) --- */
@media (max-width: 991px) {
    .blog-banner {
        height: 210px !important;
        padding: 25px 15px !important;
    }
    .blog-banner h1 {
        font-size: 34px;
    }
    .blog-banner-description {
        font-size: 14px;
        max-width: 600px;
        margin-top: 10px;
    }
    .blog-breadcrumb {
        font-size: 13px;
        margin-top: 14px;
    }
    .blog-breadcrumb .breadcrumb-separator {
        margin: 0 8px;
    }
    .blog-image-wrapper {
        height: 180px;
    }
    .blog-category-badge {
        top: 10px;
        left: 10px;
        padding: 5px 12px;
        font-size: 11px;
    }
    .blog-body {
        padding: 16px 18px 18px;
    }
    .blog-meta {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .blog-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .blog-excerpt {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    .blog-footer {
        padding-top: 12px;
    }
    .blog-read-more {
        padding: 7px 20px;
        font-size: 12px;
    }
    .blog-comments {
        font-size: 12px;
    }
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 25px;
    }
    .sidebar-widget-title {
        font-size: 18px;
        margin-bottom: 16px;
        padding-bottom: 10px;
    }
    .category-list li {
        padding: 8px 0;
        font-size: 14px;
    }
    .category-list li .category-count {
        font-size: 11px;
        padding: 2px 10px;
    }
    .recent-post-img {
        width: 60px;
        height: 60px;
    }
    .recent-post-content h6 {
        font-size: 13px;
    }
    .recent-post-content span {
        font-size: 11px;
    }
    .tag-cloud .tag {
        padding: 4px 12px;
        font-size: 12px;
    }
    .pagination-custom .page-link {
        padding: 6px 14px;
        font-size: 13px;
        margin: 0 2px;
    }
    .blog-description h2 {
        font-size: 22px !important;
    }
    .blog-description h3 {
        font-size: 20px !important;
    }
    .blog-description h4 {
        font-size: 18px !important;
    }
}

/* --- Mobile Landscape (576px to 767px) --- */
@media (max-width: 767px) {
    .blog-banner {
        height: 190px !important;
        padding: 20px 15px !important;
    }
    .blog-banner h1 {
        font-size: 28px;
    }
    .blog-banner-description {
        font-size: 13px;
        max-width: 100%;
        margin-top: 8px;
        line-height: 1.6;
        padding: 0 10px;
    }
    .blog-breadcrumb {
        font-size: 12px;
        margin-top: 12px;
        gap: 2px;
    }
    .blog-breadcrumb .breadcrumb-separator {
        margin: 0 6px;
        font-size: 10px;
    }
    .blog-listing-grid > .blog-grid-item {
        width: 100%;
    }
    .blog-image-wrapper {
        height: 200px;
    }
    .blog-category-badge {
        top: 10px;
        left: 10px;
        padding: 4px 10px;
        font-size: 10px;
    }
    .blog-body {
        padding: 16px 15px 18px;
    }
    .blog-meta {
        font-size: 12px;
        margin-bottom: 8px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .blog-title {
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.35;
    }
    .blog-excerpt {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: 1.5;
    }
    .blog-footer {
        padding-top: 10px;
    }
    .blog-read-more {
        padding: 6px 18px;
        font-size: 12px;
    }
    .blog-comments {
        font-size: 12px;
    }
    .sidebar-widget {
        padding: 18px;
        margin-bottom: 20px;
    }
    .sidebar-widget-title {
        font-size: 17px;
        margin-bottom: 14px;
        padding-bottom: 10px;
    }
    .category-list li {
        padding: 8px 0;
        font-size: 14px;
    }
    .category-list li .category-count {
        font-size: 11px;
        padding: 2px 9px;
    }
    .recent-post-item {
        gap: 12px;
        padding: 10px 0;
    }
    .recent-post-img {
        width: 55px;
        height: 55px;
        border-radius: 8px;
    }
    .recent-post-content h6 {
        font-size: 13px;
        line-height: 1.3;
    }
    .recent-post-content span {
        font-size: 11px;
    }
    .tag-cloud {
        gap: 6px;
    }
    .tag-cloud .tag {
        padding: 4px 11px;
        font-size: 11px;
    }
    .pagination-custom .page-link {
        padding: 6px 12px;
        font-size: 12px;
        margin: 0 2px;
    }
    .pagination-custom {
        flex-wrap: wrap;
        gap: 4px;
    }
    .blog-description {
        font-size: 15px;
        line-height: 1.7;
    }
    .blog-description h2 {
        font-size: 22px !important;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .blog-description h3 {
        font-size: 19px !important;
        margin-top: 18px;
        margin-bottom: 8px;
    }
    .blog-description h4 {
        font-size: 17px !important;
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .blog-description h5 {
        font-size: 15px !important;
        margin-top: 14px;
        margin-bottom: 6px;
    }
    .blog-description h6 {
        font-size: 14px !important;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    .blog-description p {
        font-size: 15px;
        line-height: 1.7;
    }
    .blog-description img {
        border-radius: 10px;
    }
    .blog-listing-grid .col-md-4,
    .blog-listing-grid .col-md-8 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blog-listing-grid .col-md-4 {
        margin-bottom: 12px;
    }
    .blog-listing-grid .col-md-8 h4,
    .blog-listing-grid .col-md-8 h4 a {
        font-size: 18px;
    }
}

/* --- Mobile Portrait (480px and below) --- */
@media (max-width: 480px) {
    .blog-banner {
        height: 170px !important;
        padding: 18px 12px !important;
    }
    .blog-banner h1 {
        font-size: 24px;
    }
    .blog-banner-description {
        font-size: 12px;
        max-width: 100%;
        margin-top: 6px;
        line-height: 1.6;
        padding: 0 5px;
    }
    .blog-breadcrumb {
        font-size: 11px;
        margin-top: 10px;
    }
    .blog-breadcrumb .breadcrumb-separator {
        margin: 0 5px;
        font-size: 9px;
    }
    .blog-image-wrapper {
        height: 180px;
    }
    .blog-category-badge {
        top: 8px;
        left: 8px;
        padding: 3px 9px;
        font-size: 10px;
    }
    .blog-body {
        padding: 14px 14px 16px;
    }
    .blog-meta {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .blog-title {
        font-size: 15px;
        margin-bottom: 6px;
        line-height: 1.3;
    }
    .blog-excerpt {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .blog-footer {
        padding-top: 10px;
    }
    .blog-read-more {
        padding: 6px 16px;
        font-size: 11px;
    }
    .sidebar-widget {
        padding: 16px;
        margin-bottom: 18px;
        border-radius: 12px;
    }
    .sidebar-widget-title {
        font-size: 16px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    .category-list li {
        padding: 7px 0;
        font-size: 13px;
    }
    .category-list li .category-count {
        font-size: 10px;
        padding: 2px 8px;
    }
    .recent-post-item {
        gap: 10px;
        padding: 8px 0;
    }
    .recent-post-img {
        width: 50px;
        height: 50px;
        border-radius: 8px;
    }
    .recent-post-content h6 {
        font-size: 12px;
        line-height: 1.3;
    }
    .recent-post-content span {
        font-size: 10px;
    }
    .tag-cloud .tag {
        padding: 3px 10px;
        font-size: 11px;
    }
    .pagination-custom .page-link {
        padding: 5px 10px;
        font-size: 11px;
        margin: 0 1px;
    }
    .blog-description {
        font-size: 14px;
        line-height: 1.65;
    }
    .blog-description h2 {
        font-size: 20px !important;
    }
    .blog-description h3 {
        font-size: 17px !important;
    }
    .blog-description h4 {
        font-size: 16px !important;
    }
    .blog-description h5 {
        font-size: 14px !important;
    }
    .blog-description h6 {
        font-size: 13px !important;
    }
    .blog-description p {
        font-size: 14px;
        line-height: 1.65;
    }
}

/* --- Extra Small (360px and below) --- */
@media (max-width: 360px) {
    .blog-banner {
        height: 155px !important;
        padding: 15px 10px !important;
    }
    .blog-banner h1 {
        font-size: 20px;
        letter-spacing: 0;
    }
    .blog-banner-description {
        font-size: 11px;
        max-width: 100%;
        margin-top: 5px;
        line-height: 1.55;
        padding: 0;
    }
    .blog-breadcrumb {
        font-size: 10px;
        margin-top: 8px;
    }
    .blog-breadcrumb .breadcrumb-separator {
        margin: 0 4px;
        font-size: 8px;
    }
    .blog-image-wrapper {
        height: 160px;
    }
    .blog-category-badge {
        top: 8px;
        left: 8px;
        padding: 3px 8px;
        font-size: 9px;
    }
    .blog-body {
        padding: 12px 12px 14px;
    }
    .blog-meta {
        font-size: 11px;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        margin-bottom: 6px;
    }
    .blog-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .blog-excerpt {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .blog-read-more {
        padding: 5px 14px;
        font-size: 11px;
    }
    .sidebar-widget {
        padding: 14px;
        margin-bottom: 15px;
        border-radius: 10px;
    }
    .sidebar-widget-title {
        font-size: 15px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    .category-list li {
        padding: 6px 0;
        font-size: 13px;
    }
    .recent-post-img {
        width: 45px;
        height: 45px;
        border-radius: 6px;
    }
    .recent-post-content h6 {
        font-size: 12px;
    }
    .tag-cloud .tag {
        padding: 3px 9px;
        font-size: 10px;
    }
    .pagination-custom .page-link {
        padding: 4px 9px;
        font-size: 11px;
    }
    .blog-description {
        font-size: 13px;
    }
    .blog-description h2 {
        font-size: 18px !important;
    }
    .blog-description h3 {
        font-size: 16px !important;
    }
    .blog-description h4 {
        font-size: 14px !important;
    }
    .blog-description p {
        font-size: 13px;
    }
}
@media (max-width:750px) {
    .nav-res {
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        left: -280px;
        background-color: rgb(0 0 0 / .9);
        z-index: 999;
        transition: all 0.3s ease;
    }
    .nav-res .fa-chevron-right {
        display: none;
    }

    .nav-res.show {
        left: 0;
    }
    .right.show {
        left: 280px;
        transition: all 0.3s ease;
    }
    .right {
        transition: all 0.3s ease;
        position: fixed;
        top: 0;
        width: 280px;
        bottom: 0;
        left: 100%;
        right: 0;
        background-color: rgb(0 0 0 / .8);
        z-index: 999;
        cursor: pointer;
    }
    .nav-res a {
        color: white !important;
        padding: 12px 20px !important;
        border-bottom: solid 1px #ababab !important;
        text-align: left !important;
    }
    .nav-res a:last-child {
        border: none;
    }

    .nav-res a:hover {
        color: white !important;
        background-color: rgb(0 0 0 / .8);
    }

    .logo{
        width: 85% !important;
        margin-top: 11px;
    }
    .main-banner h1 {
        font-size: 35px !important;
    }
    .main-banner p {
        font-size: 13px !important;
    }

}