@charset "UTF-8";

/* ------------------------------------------------------------------------

Theme Name: Creadom
Theme URI: https://creadom.co
Author: Nik	
Description: Creadom.co WordPress theme
Version: 1.3
Text Domain: creadomco

------------------------------------------------------------------------ */

html {
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

body {
      font-weight: 300;
    letter-spacing: -0.1px;
}

/* div[class^="gsbp-"], div[class*=" gsbp-"] {
    max-width: none !important;
} */

a {
    text-decoration: none;
}

.yt-item a {
    text-decoration: none;
}

.yt-title {
    color: #344256;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 auto;
    text-decoration: none;
        font-weight: 400;
}

.yt-item a:hover .yt-title {
  color: #3c83f6;
}

.yt-item img {
    border-radius: 5px;
}

.yt-views {
  color: #65758b;
  font-size: 13px;
}

.yt-views .w-4.h-4 {
    width: 1rem;
    height: 1rem;
}

.yt-views .w-4.h-4 {
    width: 1rem;
    height: 1rem;
}

.youtube-carousel .owl-nav button{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:32px!important;
}

.youtube-carousel .owl-nav .owl-prev{ left:-35px; }
.youtube-carousel .owl-nav .owl-next{ right:-35px; }

.owl-nav button:hover {
    background-color: #f2f4f8 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #e1e7ef !important;
    padding: 0px 10px 6px!important;
    border-radius: 50%;
}

/* --- YOUTUBE OWL DOTS --- */
.youtube-carousel .owl-dots {
    text-align: center;
    margin-top: 12px;
}

.youtube-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.youtube-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#344256;
    display:block;
    transition: all 0.25s ease;
}

/* hover color */
.youtube-carousel .owl-dot:hover span {
    background:#3c83f6;
}

/* active state same as hover (usually expected) */
.youtube-carousel .owl-dot.active span {
    background:#3c83f6;
}

/* Navbar Main Container */
        .cd-navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 48px;
            background-color: #ffffff;
            border-bottom: 1px solid rgba(0, 0, 0, 0.08);
            position: relative;
            height: 72px;
            z-index: 1001; /* Increased to stay above overlay */
        }

        /* Logo Section */
        .cd-navbar-logo {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #000;
            font-size: 20px;
            font-weight: 600;
            z-index: 101;
        }

       .cd-logo-image {
    width: 150px;
    object-fit: contain;
    display: block;
}

        /* Main Navigation & Buttons Container (Desktop View) */
        .cd-navbar-collapse {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
            margin-left: 48px;
        }

        .cd-navbar-menu {
            display: flex;
            align-items: center;
            gap: 8px;
            list-style: none;
                margin-bottom: 0;
        }

        .cd-navbar-menu li {
            position: relative;
        }

        /* Links & Buttons Common Styles */
        .cd-navbar-menu a,
        .cd-dropdown-toggle {
            text-decoration: none;
            color: #64748b;
            padding: 10px 16px;
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 15px;
            font-weight: 500;
            border-radius: 6px;
            transition: background-color 0.2s ease, color 0.2s ease;
            cursor: pointer;
            background: none;
            border: none;
            font-family: inherit;
        }

        .cd-navbar-menu a:hover,
        .cd-dropdown-toggle:hover {
            background-color: #f1f5f9;
            color: #0f172a;
        }

        /* Chevron Icon */
        .cd-chevron-down {
            width: 14px;
            height: 14px;
            transition: transform 0.2s ease;
        }

        .cd-dropdown-toggle.cd-active .cd-chevron-down {
            transform: rotate(180deg);
        }

        /* Dropdown Menu (Desktop) */
        .cd-dropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            background-color: #fff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 8px;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            min-width: 280px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.2s ease;
            z-index: 1000;
        }

        .cd-dropdown-menu.cd-active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .cd-dropdown-item {
            padding: 16px 20px;
            cursor: pointer;
            transition: background-color 0.2s ease;
            border-bottom: 1px solid #f1f5f9;
        }

        .cd-dropdown-item:last-child {
            border-bottom: none;
        }

        .cd-dropdown-item:first-child {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .cd-dropdown-item:last-child {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        .cd-dropdown-item:hover {
            background-color: #f8fafc;
        }

        .cd-dropdown-item-title {
            font-size: 15px;
            font-weight: 600;
            color: #334155;
            margin-bottom: 4px;
        }

        .cd-dropdown-item-description {
            font-size: 13px;
            color: #64748b;
            line-height: 1.4;
			font-weight: 300;
        }

        /* Right Side Buttons */
        .cd-navbar-right {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .cd-btn-signin {
            color: #64748b;
            text-decoration: none;
            padding: 8px 16px;
            font-size: 15px;
            font-weight: 500;
            border-radius: 6px;
            transition: color 0.2s ease;
        }

        .cd-btn-signin:hover {
            color: #0f172a;
        }

        .cd-btn-get-started {
            background-color: #2B6FDB;
            color: white;
            text-decoration: none;
            padding: 10px 20px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 6px;
            transition: background-color 0.2s ease;
        }

        .cd-btn-get-started:hover {
            background-color: #1d4ed8;
        }

        /* Hamburger Menu (Hidden on Desktop) */
        .cd-hamburger {
            display: none;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            color: #334155;
        }

        .cd-close-menu {
            display: none; /* Only visible inside mobile drawer */
            background: none;
            border: none;
            cursor: pointer;
            align-self: flex-end;
            margin-bottom: 20px;
            color: #64748b;
            padding: 8px;
        }

        /* Mobile Overlay */
        .cd-mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000; /* High z-index, but below navbar (1001) */
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .cd-mobile-overlay.cd-active {
            opacity: 1;
            visibility: visible;
        }

a.cd-dropdown-link {
    padding: 0;
    display: block;
}

        /* Mobile Responsive Styles */
        @media (max-width: 900px) {
			a.cd-dropdown-link {
    padding: 0;
    display: block;
}
            .cd-navbar {
                padding: 16px 24px;
                justify-content: space-between;
            }

            .cd-hamburger {
                display: block;
            }

            .cd-navbar-collapse {
                position: fixed;
                top: 0;
                right: -100%; /* Start off-screen */
                width: 280px; /* Panel Width */
                height: 100vh;
                background-color: #ffffff;
                flex-direction: column;
                justify-content: flex-start;
                align-items: stretch;
                padding: 24px;
                margin-left: 0;
                box-shadow: -4px 0 24px rgba(0, 0, 0, 0.1);
                transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                z-index: 999;
                overflow-y: auto;
            }

            .cd-navbar-collapse.cd-show {
                right: 0;
            }

            .cd-close-menu {
                display: block;
            }

            /* Mobile Menu Layout */
            .cd-navbar-menu {
                flex-direction: column;
                width: 100%;
                align-items: stretch;
                gap: 0;
                margin-bottom: 24px;
            }

            .cd-navbar-menu li {
                width: 100%;
                border-bottom: 1px solid #f1f5f9;
            }

            .cd-navbar-menu a,
            .cd-dropdown-toggle {
                padding: 16px 0;
                width: 100%;
                justify-content: space-between;
                font-size: 16px;
            }
            
            .cd-dropdown-toggle.cd-active {
                /* Reset background/color for mobile active toggle */
                background-color: transparent;
                color: #0f172a;
            }


            /* Mobile Dropdown Behavior (Accordion) */
            .cd-dropdown-menu {
                position: static; /* Stack naturally */
                width: 100%;
                box-shadow: none;
                border: none;
                border-radius: 0;
                padding: 0;
                display: none; /* Hidden by default */
                opacity: 1;
                visibility: visible;
                transform: none;
                margin-bottom: 8px;
            }

            .cd-dropdown-menu.cd-active {
                display: block;
            }

            .cd-dropdown-item {
                padding: 14px 16px;
                background-color: transparent;
            }

            /* Hiding descriptions on mobile */
            .cd-dropdown-item-description {
                display: none;
            }

            /* Mobile Right Buttons */
            .cd-navbar-right {
                flex-direction: column;
                width: 100%;
                gap: 12px;
            }

            .cd-btn-signin {
                width: 100%;
                text-align: center;
                background-color: #f1f5f9;
            }

            .cd-btn-get-started {
                width: 100%;
                text-align: center;
            }

            .cd-navbar-menu a:hover,
        .cd-dropdown-toggle:hover, .cd-dropdown-item:hover {
            background: none;
        }
        }

/* Footer */

.footer-custom {
            margin-top: auto;
            background-color: white;
            border-top: 1px solid #e5e7eb;
            color: #4b5563; /* Default text color for links/text */
        }

        .footer-link-text {
            color: #4b5563 !important; /* Subtle grey for links */
            text-decoration: none;
            transition: color 0.15s ease-in-out;
        }
        .footer-link-text:hover {
            color: #1f2937 !important; /* Darker on hover */
        }

        .social-icon-bg {
            background-color: #f3f4f6;
            border: 1px solid #e5e7eb;
            color: #4b5563;
            width: 40px;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: all 0.2s ease;
        }
        .social-icon-bg:hover {
            background-color: #e5e7eb;
            color: #1f2937;
        }

        .footer-heading {
            font-weight: 600; 
            color: #1f2937;
            margin-bottom: 1.5rem;
                font-size: 14px;
        }
        
        .list-unstyled li {
            margin-bottom: 0.75rem;
        }

/* Mindmap */

/* -------------------------------
   Mindmap Cards UI
----------------------------------*/
.mindmap-row {
    margin-top: 20px;
}

.mindmap-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    transition: all .25s ease;
}

.mindmap-card:hover {
    transform: translateY(-4px);
}

.mindmap-card-link {
    text-decoration: none;
}

/* Top image section */
.mindmap-card-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f5;
}

/* Content area */
.mindmap-card-body {
    padding: 20px;
}

.mindmap-title {
    color: #344256;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height: 1.75rem;
    margin: 0;
    transition-duration: .15s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.mindmap-subtitle {
    font-size: 14px;
    color: #757575;
    margin-bottom: 25px;
}

.mindmap-filesize {
    font-size: 14px;
    color: #4d4d4d;
    text-align: right;
}

.ebook-card img {
    display: block;
    width: 100%;
    height: auto;
}

.pre-read {
    color:#344256;
}

/* Add this CSS to your theme's style.css file or Customizer > Additional CSS.
   These styles replicate the rounded card design from your screenshot.
*/

/* Card Container */
.blog-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px; /* Smooth rounded corners */
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02); /* Very subtle initial shadow */
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08); /* Lift effect on hover */
}

/* Thumbnail */
.blog-card-thumb {
    position: relative;
    overflow: hidden;
    height: 220px; /* Fixed height for consistency */
}

.blog-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image fills area without stretching */
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-thumb img {
    transform: scale(1.05); /* Slight zoom on hover */
}

/* Card Body */
.blog-card-body {
    padding: 1.5rem;
}

/* Title */
.blog-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.blog-card-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-card-title a:hover {
    color: #2B6FDB; /* Bootstrap primary color */
}

/* Excerpt */
.blog-card-excerpt {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}


.meta-avatar img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: cover;
}

.meta-info {
    line-height: 1.2;
    font-size: 12px;
}

.meta-author {
    font-size:12px;
    margin-bottom: 2px;
    font-weight: 500;
}

.meta-details {
    font-size: 12px;
    color: #9ca3af; /* Light gray text */
}

.meta-details i {
    font-size: 12px;
}

/* Pagination container */
.pagination .nav-links {
    display: flex;
    gap: 8px;
}

/* Pagination links */
.pagination .nav-links a,
.pagination .nav-links span {
    display: inline-block;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

/* Hover */
.pagination .nav-links a:hover {
    background: #f2f4f8;
    color: #000;
}

/* Active page */
.pagination .nav-links .current {
    background: #2B6FDB;
    border-color: #2B6FDB;
    color: #ffffff;
    font-weight: 600;
}

/* Disabled previous/next */
.pagination .nav-links .disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Optional: smoother spacing on mobile */
@media (max-width: 576px) {
    .pagination .nav-links {
        gap: 4px;
    }
    .pagination .nav-links a,
    .pagination .nav-links span {
        padding: 6px 10px;
        font-size: 13px;
    }
}

/* Single Post */


/* * Copy these styles into your theme's style.css 
 * or the Customizer's Additional CSS section.
 */

/* * Add these styles to your theme style.css 
 */

:root {
    --primary-color: #3b82f6; 
    --text-dark: #111827;
    --text-muted: #6b7280;
}

/* 1. Custom Breadcrumb Separator */
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054"; /* FontAwesome Right Chevron */
    font-family: "Font Awesome 5 Free"; /* Ensure this matches your FA version (e.g., "FontAwesome" for v4) */
    font-weight: 900; 
    font-size: 0.75rem;
    color: #9ca3af;
    vertical-align: middle;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    float: none; /* Reset Bootstrap float if needed */
}

/* 2. Post Navigation Hover Effect */
.group-hover-bg {
    transition: background-color 0.2s ease;
}
.group-hover-bg:hover {
    background-color: #f9fafb;
}

/* Typography & Layout */
.display-4 {
    font-weight: 800;
    letter-spacing: -0.03em;
}

.ls-1 {
    letter-spacing: 1px;
    font-size: 0.75rem;
}

/* Article Styling */
.blog-content p {
    color: #374151;
    margin-bottom: 1.75rem;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.blog-content h2, .blog-content h3 {
    color: #111827;
    margin-top: 2.5rem;
    font-weight: 300 !important;
}

.blog-content h2 { font-size: 1.8rem; }
.blog-content h3 { font-size: 1.5rem; }

/* Sidebar & TOC */
.sidebar-sticky {
    z-index: 10;
}

.toc-list a {
    text-decoration: none;
    color: var(--text-muted);
    border-left: 2px solid #e5e7eb;
    padding-left: 1rem;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.9rem;
}

.toc-list a:hover, .toc-list a.active {
    color: var(--primary-color);
    border-left-color: var(--primary-color);
    font-weight: 500;
}

/* Buttons */
.btn-light {
    background-color: white;
    border-color: #e5e7eb;
}
.btn-light:hover {
    background-color: #f3f4f6;
}

/* Pro Tip Boxes (Optional if used in content) */
.pro-tip {
    background: #eff6ff;
    border-left: 4px solid var(--primary-color);
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin: 2rem 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }
    .post-navigation-area .col-6 {
        padding: 1rem !important;
    }
}

.single-post h1 {
    color:#344256;
}